@next-bricks/data-view 1.11.0 → 1.12.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.
@@ -275,6 +275,43 @@
275
275
  "description": "现代风树图",
276
276
  "category": "big-screen-content"
277
277
  },
278
+ {
279
+ "name": "data-view.battery-chart",
280
+ "properties": [
281
+ {
282
+ "name": "value",
283
+ "description": "",
284
+ "type": "number"
285
+ },
286
+ {
287
+ "name": "batteryWidth",
288
+ "description": "",
289
+ "type": "number"
290
+ },
291
+ {
292
+ "name": "batteryHeight",
293
+ "description": "",
294
+ "type": "number"
295
+ },
296
+ {
297
+ "name": "thresholdColors",
298
+ "description": "",
299
+ "attribute": false,
300
+ "type": "ThresholdColor[]"
301
+ },
302
+ {
303
+ "name": "thresholdValue",
304
+ "description": "",
305
+ "type": "number"
306
+ }
307
+ ],
308
+ "events": [],
309
+ "slots": [],
310
+ "methods": [],
311
+ "parts": [],
312
+ "description": "大屏电池",
313
+ "category": "big-screen-content"
314
+ },
278
315
  {
279
316
  "name": "data-view.dropdown-menu",
280
317
  "properties": [
@@ -437,67 +474,53 @@
437
474
  "category": "big-screen-content"
438
475
  },
439
476
  {
440
- "name": "data-view.app-wall-card-item",
477
+ "name": "data-view.particle-animation",
441
478
  "properties": [
442
479
  {
443
- "name": "status",
444
- "description": "状态",
445
- "default": "\"normal\"",
446
- "type": "\"normal\" | \"warning\""
447
- },
448
- {
449
- "name": "cardTitle",
450
- "description": "标题",
451
- "type": "string"
480
+ "name": "colors",
481
+ "description": "",
482
+ "attribute": false,
483
+ "type": "ColorType"
452
484
  },
453
485
  {
454
- "name": "description",
455
- "description": "描述",
456
- "type": "string"
486
+ "name": "containerStyle",
487
+ "description": "",
488
+ "attribute": false,
489
+ "type": "React.CSSProperties"
457
490
  }
458
491
  ],
459
492
  "events": [],
460
493
  "slots": [],
461
494
  "methods": [],
462
495
  "parts": [],
463
- "description": "应用墙子构件----卡片项"
496
+ "description": "大屏粒子加载动效",
497
+ "category": "big-screen-content"
464
498
  },
465
499
  {
466
- "name": "data-view.battery-chart",
500
+ "name": "data-view.app-wall-card-item",
467
501
  "properties": [
468
502
  {
469
- "name": "value",
470
- "description": "",
471
- "type": "number"
472
- },
473
- {
474
- "name": "batteryWidth",
475
- "description": "",
476
- "type": "number"
477
- },
478
- {
479
- "name": "batteryHeight",
480
- "description": "",
481
- "type": "number"
503
+ "name": "status",
504
+ "description": "状态",
505
+ "default": "\"normal\"",
506
+ "type": "\"normal\" | \"warning\""
482
507
  },
483
508
  {
484
- "name": "thresholdColors",
485
- "description": "",
486
- "attribute": false,
487
- "type": "ThresholdColor[]"
509
+ "name": "cardTitle",
510
+ "description": "标题",
511
+ "type": "string"
488
512
  },
489
513
  {
490
- "name": "thresholdValue",
491
- "description": "",
492
- "type": "number"
514
+ "name": "description",
515
+ "description": "描述",
516
+ "type": "string"
493
517
  }
494
518
  ],
495
519
  "events": [],
496
520
  "slots": [],
497
521
  "methods": [],
498
522
  "parts": [],
499
- "description": "大屏电池",
500
- "category": "big-screen-content"
523
+ "description": "应用墙子构件----卡片项"
501
524
  },
502
525
  {
503
526
  "name": "data-view.app-wall-system-card",
@@ -547,29 +570,6 @@
547
570
  "parts": [],
548
571
  "description": "应用墙系统卡片"
549
572
  },
550
- {
551
- "name": "data-view.particle-animation",
552
- "properties": [
553
- {
554
- "name": "colors",
555
- "description": "",
556
- "attribute": false,
557
- "type": "ColorType"
558
- },
559
- {
560
- "name": "containerStyle",
561
- "description": "",
562
- "attribute": false,
563
- "type": "React.CSSProperties"
564
- }
565
- ],
566
- "events": [],
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": [
@@ -653,83 +653,85 @@
653
653
  "description": "cabinet子构件----应用层"
654
654
  },
655
655
  {
656
- "name": "data-view.cabinet-container",
656
+ "name": "data-view.cabinet-thumbnail",
657
657
  "properties": [
658
658
  {
659
- "name": "type",
659
+ "name": "clusters",
660
660
  "description": "",
661
- "default": "\"host\"",
661
+ "default": "[]",
662
662
  "attribute": false,
663
- "type": "ContainerType"
663
+ "type": "Clusters[]"
664
664
  },
665
665
  {
666
- "name": "data",
666
+ "name": "columns",
667
+ "description": "",
668
+ "default": "4",
669
+ "type": "number"
670
+ },
671
+ {
672
+ "name": "appName",
673
+ "description": "",
674
+ "type": "string"
675
+ }
676
+ ],
677
+ "events": [],
678
+ "slots": [],
679
+ "methods": [],
680
+ "parts": [],
681
+ "description": "应用墙缩略图"
682
+ },
683
+ {
684
+ "name": "data-view.cabinet-graph",
685
+ "properties": [
686
+ {
687
+ "name": "dataSource",
667
688
  "description": "",
668
- "default": "[]",
669
689
  "attribute": false,
670
- "type": "CabinetNodeProps[]"
690
+ "type": "AppData"
671
691
  },
672
692
  {
673
- "name": "status",
693
+ "name": "activeKey",
674
694
  "description": "",
675
- "type": "\"active\" | \"faded\""
695
+ "attribute": false,
696
+ "type": "string | string[]"
676
697
  },
677
698
  {
678
- "name": "customTitle",
699
+ "name": "hiddenCloseBtn",
679
700
  "description": "",
680
- "type": "string"
701
+ "type": "boolean"
681
702
  }
682
703
  ],
683
704
  "events": [
684
705
  {
685
- "name": "container.click",
706
+ "name": "close.button.click",
686
707
  "description": "",
687
708
  "detail": {
688
709
  "description": null,
689
- "type": "ClickEventDataType"
710
+ "type": "void"
690
711
  }
691
712
  },
692
713
  {
693
- "name": "container.dbclick",
714
+ "name": "cabinet.click",
694
715
  "description": "",
695
716
  "detail": {
696
717
  "description": null,
697
- "type": "ClickEventDataType"
718
+ "type": "{\n type: ChangeType;\n data: Record<string, any>;\n }"
698
719
  }
699
- }
700
- ],
701
- "slots": [],
702
- "methods": [],
703
- "parts": [],
704
- "description": "大屏集群容器构件"
705
- },
706
- {
707
- "name": "data-view.cabinet-thumbnail",
708
- "properties": [
709
- {
710
- "name": "clusters",
711
- "description": "",
712
- "default": "[]",
713
- "attribute": false,
714
- "type": "Clusters[]"
715
720
  },
716
721
  {
717
- "name": "columns",
718
- "description": "",
719
- "default": "4",
720
- "type": "number"
721
- },
722
- {
723
- "name": "appName",
722
+ "name": "cabinet.dbclick",
724
723
  "description": "",
725
- "type": "string"
724
+ "detail": {
725
+ "description": null,
726
+ "type": "{\n type: ChangeType;\n data: Record<string, any>;\n }"
727
+ }
726
728
  }
727
729
  ],
728
- "events": [],
729
730
  "slots": [],
730
731
  "methods": [],
731
732
  "parts": [],
732
- "description": "应用墙缩略图"
733
+ "description": "cabinet 部署架构拓扑",
734
+ "category": "big-screen-content"
733
735
  },
734
736
  {
735
737
  "name": "data-view.app-wall",
@@ -948,6 +950,24 @@
948
950
  "description": "大屏网格背景",
949
951
  "category": "big-screen-layout"
950
952
  },
953
+ {
954
+ "name": "data-view.gear-background",
955
+ "properties": [
956
+ {
957
+ "name": "color",
958
+ "description": "",
959
+ "default": "\"#3366FF\"",
960
+ "attribute": false,
961
+ "type": "React.CSSProperties[\"color\"]"
962
+ }
963
+ ],
964
+ "events": [],
965
+ "slots": [],
966
+ "methods": [],
967
+ "parts": [],
968
+ "description": "齿轮背景",
969
+ "category": "big-screen-layout"
970
+ },
951
971
  {
952
972
  "name": "data-view.radar-chart",
953
973
  "properties": [
@@ -1031,24 +1051,6 @@
1031
1051
  "description": "雷达图",
1032
1052
  "category": "big-screen-content"
1033
1053
  },
1034
- {
1035
- "name": "data-view.gear-background",
1036
- "properties": [
1037
- {
1038
- "name": "color",
1039
- "description": "",
1040
- "default": "\"#3366FF\"",
1041
- "attribute": false,
1042
- "type": "React.CSSProperties[\"color\"]"
1043
- }
1044
- ],
1045
- "events": [],
1046
- "slots": [],
1047
- "methods": [],
1048
- "parts": [],
1049
- "description": "齿轮背景",
1050
- "category": "big-screen-layout"
1051
- },
1052
1054
  {
1053
1055
  "name": "data-view.title-text",
1054
1056
  "properties": [
@@ -1168,6 +1170,29 @@
1168
1170
  "description": "带有tabs的标题构件",
1169
1171
  "category": "big-screen-content"
1170
1172
  },
1173
+ {
1174
+ "name": "data-view.top-title-bar",
1175
+ "properties": [
1176
+ {
1177
+ "name": "text",
1178
+ "description": "标题文本",
1179
+ "default": "-",
1180
+ "type": "string"
1181
+ },
1182
+ {
1183
+ "name": "type",
1184
+ "description": "标题类型",
1185
+ "default": "normal",
1186
+ "type": "TitleBarType"
1187
+ }
1188
+ ],
1189
+ "events": [],
1190
+ "slots": [],
1191
+ "methods": [],
1192
+ "parts": [],
1193
+ "description": "大屏标题栏三种样式构件",
1194
+ "category": "big-screen-content"
1195
+ },
1171
1196
  {
1172
1197
  "name": "data-view.lights-component-title",
1173
1198
  "properties": [
@@ -1229,29 +1254,6 @@
1229
1254
  "parts": [],
1230
1255
  "description": "大屏按钮"
1231
1256
  },
1232
- {
1233
- "name": "data-view.top-title-bar",
1234
- "properties": [
1235
- {
1236
- "name": "text",
1237
- "description": "标题文本",
1238
- "default": "-",
1239
- "type": "string"
1240
- },
1241
- {
1242
- "name": "type",
1243
- "description": "标题类型",
1244
- "default": "normal",
1245
- "type": "TitleBarType"
1246
- }
1247
- ],
1248
- "events": [],
1249
- "slots": [],
1250
- "methods": [],
1251
- "parts": [],
1252
- "description": "大屏标题栏三种样式构件",
1253
- "category": "big-screen-content"
1254
- },
1255
1257
  {
1256
1258
  "name": "data-view.tech-mesh-base-view",
1257
1259
  "properties": [
@@ -1767,6 +1769,12 @@
1767
1769
  "description": "最大缩放比例",
1768
1770
  "default": "1",
1769
1771
  "type": "number"
1772
+ },
1773
+ {
1774
+ "name": "textScale",
1775
+ "description": "标签文本缩放比例",
1776
+ "default": "1",
1777
+ "type": "number"
1770
1778
  }
1771
1779
  ],
1772
1780
  "events": [],
@@ -1776,57 +1784,55 @@
1776
1784
  "description": "构件 `data-view.china-map`"
1777
1785
  },
1778
1786
  {
1779
- "name": "data-view.cabinet-graph",
1787
+ "name": "data-view.cabinet-container",
1780
1788
  "properties": [
1781
1789
  {
1782
- "name": "dataSource",
1790
+ "name": "type",
1783
1791
  "description": "",
1792
+ "default": "\"host\"",
1784
1793
  "attribute": false,
1785
- "type": "AppData"
1794
+ "type": "ContainerType"
1786
1795
  },
1787
1796
  {
1788
- "name": "activeKey",
1797
+ "name": "data",
1789
1798
  "description": "",
1799
+ "default": "[]",
1790
1800
  "attribute": false,
1791
- "type": "string | string[]"
1801
+ "type": "CabinetNodeProps[]"
1792
1802
  },
1793
1803
  {
1794
- "name": "hiddenCloseBtn",
1804
+ "name": "status",
1795
1805
  "description": "",
1796
- "type": "boolean"
1806
+ "type": "\"active\" | \"faded\""
1807
+ },
1808
+ {
1809
+ "name": "customTitle",
1810
+ "description": "",
1811
+ "type": "string"
1797
1812
  }
1798
1813
  ],
1799
1814
  "events": [
1800
1815
  {
1801
- "name": "close.button.click",
1802
- "description": "",
1803
- "detail": {
1804
- "description": null,
1805
- "type": "void"
1806
- }
1807
- },
1808
- {
1809
- "name": "cabinet.click",
1816
+ "name": "container.click",
1810
1817
  "description": "",
1811
1818
  "detail": {
1812
1819
  "description": null,
1813
- "type": "{\n type: ChangeType;\n data: Record<string, any>;\n }"
1820
+ "type": "ClickEventDataType"
1814
1821
  }
1815
1822
  },
1816
1823
  {
1817
- "name": "cabinet.dbclick",
1824
+ "name": "container.dbclick",
1818
1825
  "description": "",
1819
1826
  "detail": {
1820
1827
  "description": null,
1821
- "type": "{\n type: ChangeType;\n data: Record<string, any>;\n }"
1828
+ "type": "ClickEventDataType"
1822
1829
  }
1823
1830
  }
1824
1831
  ],
1825
1832
  "slots": [],
1826
1833
  "methods": [],
1827
1834
  "parts": [],
1828
- "description": "cabinet 部署架构拓扑",
1829
- "category": "big-screen-content"
1835
+ "description": "大屏集群容器构件"
1830
1836
  }
1831
1837
  ],
1832
1838
  "providers": []