@next-bricks/data-view 1.10.10 → 1.10.11
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 +11 -11
- package/dist/examples.json +18 -18
- package/dist/index.ac36a5ef.js +2 -0
- package/dist/{index.5efb9d19.js.map → index.ac36a5ef.js.map} +1 -1
- package/dist/manifest.json +171 -171
- package/dist/types.json +429 -429
- package/package.json +3 -3
- package/dist/index.5efb9d19.js +0 -2
package/dist/manifest.json
CHANGED
|
@@ -473,29 +473,6 @@
|
|
|
473
473
|
"description": "大屏加载模块展示",
|
|
474
474
|
"category": "big-screen-content"
|
|
475
475
|
},
|
|
476
|
-
{
|
|
477
|
-
"name": "data-view.particle-animation",
|
|
478
|
-
"properties": [
|
|
479
|
-
{
|
|
480
|
-
"name": "colors",
|
|
481
|
-
"description": "",
|
|
482
|
-
"attribute": false,
|
|
483
|
-
"type": "ColorType"
|
|
484
|
-
},
|
|
485
|
-
{
|
|
486
|
-
"name": "containerStyle",
|
|
487
|
-
"description": "",
|
|
488
|
-
"attribute": false,
|
|
489
|
-
"type": "React.CSSProperties"
|
|
490
|
-
}
|
|
491
|
-
],
|
|
492
|
-
"events": [],
|
|
493
|
-
"slots": [],
|
|
494
|
-
"methods": [],
|
|
495
|
-
"parts": [],
|
|
496
|
-
"description": "大屏粒子加载动效",
|
|
497
|
-
"category": "big-screen-content"
|
|
498
|
-
},
|
|
499
476
|
{
|
|
500
477
|
"name": "data-view.app-wall-card-item",
|
|
501
478
|
"properties": [
|
|
@@ -586,6 +563,29 @@
|
|
|
586
563
|
"parts": [],
|
|
587
564
|
"description": "应用墙子构件----关联连线"
|
|
588
565
|
},
|
|
566
|
+
{
|
|
567
|
+
"name": "data-view.particle-animation",
|
|
568
|
+
"properties": [
|
|
569
|
+
{
|
|
570
|
+
"name": "colors",
|
|
571
|
+
"description": "",
|
|
572
|
+
"attribute": false,
|
|
573
|
+
"type": "ColorType"
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
"name": "containerStyle",
|
|
577
|
+
"description": "",
|
|
578
|
+
"attribute": false,
|
|
579
|
+
"type": "React.CSSProperties"
|
|
580
|
+
}
|
|
581
|
+
],
|
|
582
|
+
"events": [],
|
|
583
|
+
"slots": [],
|
|
584
|
+
"methods": [],
|
|
585
|
+
"parts": [],
|
|
586
|
+
"description": "大屏粒子加载动效",
|
|
587
|
+
"category": "big-screen-content"
|
|
588
|
+
},
|
|
589
589
|
{
|
|
590
590
|
"name": "data-view.cabinet-button",
|
|
591
591
|
"properties": [
|
|
@@ -652,6 +652,57 @@
|
|
|
652
652
|
"parts": [],
|
|
653
653
|
"description": "cabinet子构件----应用层"
|
|
654
654
|
},
|
|
655
|
+
{
|
|
656
|
+
"name": "data-view.cabinet-container",
|
|
657
|
+
"properties": [
|
|
658
|
+
{
|
|
659
|
+
"name": "type",
|
|
660
|
+
"description": "",
|
|
661
|
+
"default": "\"host\"",
|
|
662
|
+
"attribute": false,
|
|
663
|
+
"type": "ContainerType"
|
|
664
|
+
},
|
|
665
|
+
{
|
|
666
|
+
"name": "data",
|
|
667
|
+
"description": "",
|
|
668
|
+
"default": "[]",
|
|
669
|
+
"attribute": false,
|
|
670
|
+
"type": "CabinetNodeProps[]"
|
|
671
|
+
},
|
|
672
|
+
{
|
|
673
|
+
"name": "status",
|
|
674
|
+
"description": "",
|
|
675
|
+
"type": "\"active\" | \"faded\""
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
"name": "customTitle",
|
|
679
|
+
"description": "",
|
|
680
|
+
"type": "string"
|
|
681
|
+
}
|
|
682
|
+
],
|
|
683
|
+
"events": [
|
|
684
|
+
{
|
|
685
|
+
"name": "container.click",
|
|
686
|
+
"description": "",
|
|
687
|
+
"detail": {
|
|
688
|
+
"description": null,
|
|
689
|
+
"type": "ClickEventDataType"
|
|
690
|
+
}
|
|
691
|
+
},
|
|
692
|
+
{
|
|
693
|
+
"name": "container.dbclick",
|
|
694
|
+
"description": "",
|
|
695
|
+
"detail": {
|
|
696
|
+
"description": null,
|
|
697
|
+
"type": "ClickEventDataType"
|
|
698
|
+
}
|
|
699
|
+
}
|
|
700
|
+
],
|
|
701
|
+
"slots": [],
|
|
702
|
+
"methods": [],
|
|
703
|
+
"parts": [],
|
|
704
|
+
"description": "大屏集群容器构件"
|
|
705
|
+
},
|
|
655
706
|
{
|
|
656
707
|
"name": "data-view.cabinet-thumbnail",
|
|
657
708
|
"properties": [
|
|
@@ -871,22 +922,6 @@
|
|
|
871
922
|
"description": "Graph text",
|
|
872
923
|
"category": "big-screen-content"
|
|
873
924
|
},
|
|
874
|
-
{
|
|
875
|
-
"name": "data-view.graph-node",
|
|
876
|
-
"properties": [
|
|
877
|
-
{
|
|
878
|
-
"name": "url",
|
|
879
|
-
"description": "",
|
|
880
|
-
"type": "string"
|
|
881
|
-
}
|
|
882
|
-
],
|
|
883
|
-
"events": [],
|
|
884
|
-
"slots": [],
|
|
885
|
-
"methods": [],
|
|
886
|
-
"parts": [],
|
|
887
|
-
"description": "Graph Node",
|
|
888
|
-
"category": "big-screen-content"
|
|
889
|
-
},
|
|
890
925
|
{
|
|
891
926
|
"name": "data-view.graph-layout-grid",
|
|
892
927
|
"properties": [
|
|
@@ -950,6 +985,22 @@
|
|
|
950
985
|
"description": "大屏网格背景",
|
|
951
986
|
"category": "big-screen-layout"
|
|
952
987
|
},
|
|
988
|
+
{
|
|
989
|
+
"name": "data-view.graph-node",
|
|
990
|
+
"properties": [
|
|
991
|
+
{
|
|
992
|
+
"name": "url",
|
|
993
|
+
"description": "",
|
|
994
|
+
"type": "string"
|
|
995
|
+
}
|
|
996
|
+
],
|
|
997
|
+
"events": [],
|
|
998
|
+
"slots": [],
|
|
999
|
+
"methods": [],
|
|
1000
|
+
"parts": [],
|
|
1001
|
+
"description": "Graph Node",
|
|
1002
|
+
"category": "big-screen-content"
|
|
1003
|
+
},
|
|
953
1004
|
{
|
|
954
1005
|
"name": "data-view.gear-background",
|
|
955
1006
|
"properties": [
|
|
@@ -968,6 +1019,48 @@
|
|
|
968
1019
|
"description": "齿轮背景",
|
|
969
1020
|
"category": "big-screen-layout"
|
|
970
1021
|
},
|
|
1022
|
+
{
|
|
1023
|
+
"name": "data-view.title-text",
|
|
1024
|
+
"properties": [
|
|
1025
|
+
{
|
|
1026
|
+
"name": "type",
|
|
1027
|
+
"description": "文本样式,`normal` 纯白, `stroke` 渐变加描边, `gradient` 渐变",
|
|
1028
|
+
"default": "\"normal\"",
|
|
1029
|
+
"attribute": false,
|
|
1030
|
+
"type": "TitleType"
|
|
1031
|
+
},
|
|
1032
|
+
{
|
|
1033
|
+
"name": "text",
|
|
1034
|
+
"description": "标题文本",
|
|
1035
|
+
"default": "-",
|
|
1036
|
+
"type": "string"
|
|
1037
|
+
},
|
|
1038
|
+
{
|
|
1039
|
+
"name": "fontSize",
|
|
1040
|
+
"description": "字体大小",
|
|
1041
|
+
"default": "42px",
|
|
1042
|
+
"type": "CSSProperties[\"fontSize\"]"
|
|
1043
|
+
},
|
|
1044
|
+
{
|
|
1045
|
+
"name": "fontWeight",
|
|
1046
|
+
"description": "字体粗细",
|
|
1047
|
+
"default": "500",
|
|
1048
|
+
"type": "CSSProperties[\"fontWeight\"]"
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
"name": "letterSpacing",
|
|
1052
|
+
"description": "字体间距",
|
|
1053
|
+
"default": "17px",
|
|
1054
|
+
"type": "CSSProperties[\"letterSpacing\"]"
|
|
1055
|
+
}
|
|
1056
|
+
],
|
|
1057
|
+
"events": [],
|
|
1058
|
+
"slots": [],
|
|
1059
|
+
"methods": [],
|
|
1060
|
+
"parts": [],
|
|
1061
|
+
"description": "大屏标题文本构件",
|
|
1062
|
+
"category": "big-screen-content"
|
|
1063
|
+
},
|
|
971
1064
|
{
|
|
972
1065
|
"name": "data-view.radar-chart",
|
|
973
1066
|
"properties": [
|
|
@@ -1051,48 +1144,6 @@
|
|
|
1051
1144
|
"description": "雷达图",
|
|
1052
1145
|
"category": "big-screen-content"
|
|
1053
1146
|
},
|
|
1054
|
-
{
|
|
1055
|
-
"name": "data-view.title-text",
|
|
1056
|
-
"properties": [
|
|
1057
|
-
{
|
|
1058
|
-
"name": "type",
|
|
1059
|
-
"description": "文本样式,`normal` 纯白, `stroke` 渐变加描边, `gradient` 渐变",
|
|
1060
|
-
"default": "\"normal\"",
|
|
1061
|
-
"attribute": false,
|
|
1062
|
-
"type": "TitleType"
|
|
1063
|
-
},
|
|
1064
|
-
{
|
|
1065
|
-
"name": "text",
|
|
1066
|
-
"description": "标题文本",
|
|
1067
|
-
"default": "-",
|
|
1068
|
-
"type": "string"
|
|
1069
|
-
},
|
|
1070
|
-
{
|
|
1071
|
-
"name": "fontSize",
|
|
1072
|
-
"description": "字体大小",
|
|
1073
|
-
"default": "42px",
|
|
1074
|
-
"type": "CSSProperties[\"fontSize\"]"
|
|
1075
|
-
},
|
|
1076
|
-
{
|
|
1077
|
-
"name": "fontWeight",
|
|
1078
|
-
"description": "字体粗细",
|
|
1079
|
-
"default": "500",
|
|
1080
|
-
"type": "CSSProperties[\"fontWeight\"]"
|
|
1081
|
-
},
|
|
1082
|
-
{
|
|
1083
|
-
"name": "letterSpacing",
|
|
1084
|
-
"description": "字体间距",
|
|
1085
|
-
"default": "17px",
|
|
1086
|
-
"type": "CSSProperties[\"letterSpacing\"]"
|
|
1087
|
-
}
|
|
1088
|
-
],
|
|
1089
|
-
"events": [],
|
|
1090
|
-
"slots": [],
|
|
1091
|
-
"methods": [],
|
|
1092
|
-
"parts": [],
|
|
1093
|
-
"description": "大屏标题文本构件",
|
|
1094
|
-
"category": "big-screen-content"
|
|
1095
|
-
},
|
|
1096
1147
|
{
|
|
1097
1148
|
"name": "data-view.brick-notification",
|
|
1098
1149
|
"properties": [
|
|
@@ -1171,50 +1222,50 @@
|
|
|
1171
1222
|
"category": "big-screen-content"
|
|
1172
1223
|
},
|
|
1173
1224
|
{
|
|
1174
|
-
"name": "data-view.
|
|
1225
|
+
"name": "data-view.lights-component-title",
|
|
1175
1226
|
"properties": [
|
|
1176
1227
|
{
|
|
1177
|
-
"name": "
|
|
1178
|
-
"description": "
|
|
1228
|
+
"name": "componentTitle",
|
|
1229
|
+
"description": "组件标题",
|
|
1179
1230
|
"default": "-",
|
|
1180
1231
|
"type": "string"
|
|
1181
1232
|
},
|
|
1182
1233
|
{
|
|
1183
|
-
"name": "
|
|
1184
|
-
"description": "
|
|
1185
|
-
"
|
|
1186
|
-
"
|
|
1234
|
+
"name": "theme",
|
|
1235
|
+
"description": "",
|
|
1236
|
+
"required": true,
|
|
1237
|
+
"default": null,
|
|
1238
|
+
"type": "\"light\" | \"dark\""
|
|
1187
1239
|
}
|
|
1188
1240
|
],
|
|
1189
1241
|
"events": [],
|
|
1190
1242
|
"slots": [],
|
|
1191
1243
|
"methods": [],
|
|
1192
1244
|
"parts": [],
|
|
1193
|
-
"description": "
|
|
1245
|
+
"description": "构件 `data-view.lights-component-title`",
|
|
1194
1246
|
"category": "big-screen-content"
|
|
1195
1247
|
},
|
|
1196
1248
|
{
|
|
1197
|
-
"name": "data-view.
|
|
1249
|
+
"name": "data-view.top-title-bar",
|
|
1198
1250
|
"properties": [
|
|
1199
1251
|
{
|
|
1200
|
-
"name": "
|
|
1201
|
-
"description": "
|
|
1252
|
+
"name": "text",
|
|
1253
|
+
"description": "标题文本",
|
|
1202
1254
|
"default": "-",
|
|
1203
1255
|
"type": "string"
|
|
1204
1256
|
},
|
|
1205
1257
|
{
|
|
1206
|
-
"name": "
|
|
1207
|
-
"description": "",
|
|
1208
|
-
"
|
|
1209
|
-
"
|
|
1210
|
-
"type": "\"light\" | \"dark\""
|
|
1258
|
+
"name": "type",
|
|
1259
|
+
"description": "标题类型",
|
|
1260
|
+
"default": "normal",
|
|
1261
|
+
"type": "TitleBarType"
|
|
1211
1262
|
}
|
|
1212
1263
|
],
|
|
1213
1264
|
"events": [],
|
|
1214
1265
|
"slots": [],
|
|
1215
1266
|
"methods": [],
|
|
1216
1267
|
"parts": [],
|
|
1217
|
-
"description": "
|
|
1268
|
+
"description": "大屏标题栏三种样式构件",
|
|
1218
1269
|
"category": "big-screen-content"
|
|
1219
1270
|
},
|
|
1220
1271
|
{
|
|
@@ -1422,7 +1473,7 @@
|
|
|
1422
1473
|
"category": "big-screen-content"
|
|
1423
1474
|
},
|
|
1424
1475
|
{
|
|
1425
|
-
"name": "data-view.data-display-flipper-
|
|
1476
|
+
"name": "data-view.data-display-flipper-sixth",
|
|
1426
1477
|
"properties": [
|
|
1427
1478
|
{
|
|
1428
1479
|
"name": "flipperTitle",
|
|
@@ -1440,35 +1491,17 @@
|
|
|
1440
1491
|
"description": "翻牌器数值",
|
|
1441
1492
|
"attribute": false,
|
|
1442
1493
|
"type": "number | string"
|
|
1443
|
-
},
|
|
1444
|
-
{
|
|
1445
|
-
"name": "unit",
|
|
1446
|
-
"description": "翻牌器单位",
|
|
1447
|
-
"attribute": false,
|
|
1448
|
-
"type": "string"
|
|
1449
|
-
},
|
|
1450
|
-
{
|
|
1451
|
-
"name": "enableTitlePrefix",
|
|
1452
|
-
"description": "是否启用标题前缀插槽",
|
|
1453
|
-
"default": "false",
|
|
1454
|
-
"type": "boolean"
|
|
1455
|
-
},
|
|
1456
|
-
{
|
|
1457
|
-
"name": "showDefaultPrefix",
|
|
1458
|
-
"description": "标题是否展示默认前缀图片",
|
|
1459
|
-
"default": "true",
|
|
1460
|
-
"type": "boolean"
|
|
1461
1494
|
}
|
|
1462
1495
|
],
|
|
1463
1496
|
"events": [],
|
|
1464
1497
|
"slots": [],
|
|
1465
1498
|
"methods": [],
|
|
1466
1499
|
"parts": [],
|
|
1467
|
-
"description": "翻牌器-type-
|
|
1500
|
+
"description": "翻牌器-type-6",
|
|
1468
1501
|
"category": "big-screen-content"
|
|
1469
1502
|
},
|
|
1470
1503
|
{
|
|
1471
|
-
"name": "data-view.data-display-flipper-
|
|
1504
|
+
"name": "data-view.data-display-flipper-fifth",
|
|
1472
1505
|
"properties": [
|
|
1473
1506
|
{
|
|
1474
1507
|
"name": "flipperTitle",
|
|
@@ -1486,13 +1519,31 @@
|
|
|
1486
1519
|
"description": "翻牌器数值",
|
|
1487
1520
|
"attribute": false,
|
|
1488
1521
|
"type": "number | string"
|
|
1522
|
+
},
|
|
1523
|
+
{
|
|
1524
|
+
"name": "unit",
|
|
1525
|
+
"description": "翻牌器单位",
|
|
1526
|
+
"attribute": false,
|
|
1527
|
+
"type": "string"
|
|
1528
|
+
},
|
|
1529
|
+
{
|
|
1530
|
+
"name": "enableTitlePrefix",
|
|
1531
|
+
"description": "是否启用标题前缀插槽",
|
|
1532
|
+
"default": "false",
|
|
1533
|
+
"type": "boolean"
|
|
1534
|
+
},
|
|
1535
|
+
{
|
|
1536
|
+
"name": "showDefaultPrefix",
|
|
1537
|
+
"description": "标题是否展示默认前缀图片",
|
|
1538
|
+
"default": "true",
|
|
1539
|
+
"type": "boolean"
|
|
1489
1540
|
}
|
|
1490
1541
|
],
|
|
1491
1542
|
"events": [],
|
|
1492
1543
|
"slots": [],
|
|
1493
1544
|
"methods": [],
|
|
1494
1545
|
"parts": [],
|
|
1495
|
-
"description": "翻牌器-type-
|
|
1546
|
+
"description": "翻牌器-type-5",
|
|
1496
1547
|
"category": "big-screen-content"
|
|
1497
1548
|
},
|
|
1498
1549
|
{
|
|
@@ -1776,57 +1827,6 @@
|
|
|
1776
1827
|
"methods": [],
|
|
1777
1828
|
"parts": [],
|
|
1778
1829
|
"description": "构件 `data-view.china-map`"
|
|
1779
|
-
},
|
|
1780
|
-
{
|
|
1781
|
-
"name": "data-view.cabinet-container",
|
|
1782
|
-
"properties": [
|
|
1783
|
-
{
|
|
1784
|
-
"name": "type",
|
|
1785
|
-
"description": "",
|
|
1786
|
-
"default": "\"host\"",
|
|
1787
|
-
"attribute": false,
|
|
1788
|
-
"type": "ContainerType"
|
|
1789
|
-
},
|
|
1790
|
-
{
|
|
1791
|
-
"name": "data",
|
|
1792
|
-
"description": "",
|
|
1793
|
-
"default": "[]",
|
|
1794
|
-
"attribute": false,
|
|
1795
|
-
"type": "CabinetNodeProps[]"
|
|
1796
|
-
},
|
|
1797
|
-
{
|
|
1798
|
-
"name": "status",
|
|
1799
|
-
"description": "",
|
|
1800
|
-
"type": "\"active\" | \"faded\""
|
|
1801
|
-
},
|
|
1802
|
-
{
|
|
1803
|
-
"name": "customTitle",
|
|
1804
|
-
"description": "",
|
|
1805
|
-
"type": "string"
|
|
1806
|
-
}
|
|
1807
|
-
],
|
|
1808
|
-
"events": [
|
|
1809
|
-
{
|
|
1810
|
-
"name": "container.click",
|
|
1811
|
-
"description": "",
|
|
1812
|
-
"detail": {
|
|
1813
|
-
"description": null,
|
|
1814
|
-
"type": "ClickEventDataType"
|
|
1815
|
-
}
|
|
1816
|
-
},
|
|
1817
|
-
{
|
|
1818
|
-
"name": "container.dbclick",
|
|
1819
|
-
"description": "",
|
|
1820
|
-
"detail": {
|
|
1821
|
-
"description": null,
|
|
1822
|
-
"type": "ClickEventDataType"
|
|
1823
|
-
}
|
|
1824
|
-
}
|
|
1825
|
-
],
|
|
1826
|
-
"slots": [],
|
|
1827
|
-
"methods": [],
|
|
1828
|
-
"parts": [],
|
|
1829
|
-
"description": "大屏集群容器构件"
|
|
1830
1830
|
}
|
|
1831
1831
|
],
|
|
1832
1832
|
"providers": []
|