@next-bricks/data-view 1.12.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.
- package/dist/bricks.json +12 -12
- package/dist/examples.json +22 -22
- package/dist/index.bddd5f0f.js +2 -0
- package/dist/{index.bf37ece0.js.map → index.bddd5f0f.js.map} +1 -1
- package/dist/manifest.json +271 -271
- package/dist/types.json +475 -475
- package/docs/china-map-chart.md +1 -1
- package/package.json +2 -2
- package/dist/index.bf37ece0.js +0 -2
package/dist/manifest.json
CHANGED
|
@@ -49,6 +49,83 @@
|
|
|
49
49
|
"description": "大屏仪表盘",
|
|
50
50
|
"category": "big-screen-content"
|
|
51
51
|
},
|
|
52
|
+
{
|
|
53
|
+
"name": "data-view.modern-style-component-title",
|
|
54
|
+
"properties": [
|
|
55
|
+
{
|
|
56
|
+
"name": "hideLeftComponent",
|
|
57
|
+
"description": "",
|
|
58
|
+
"default": "false"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"name": "hideRightComponent",
|
|
62
|
+
"description": "",
|
|
63
|
+
"default": "true"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"name": "componentTitle",
|
|
67
|
+
"description": "",
|
|
68
|
+
"type": "string"
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"name": "titleTextStyle",
|
|
72
|
+
"description": "",
|
|
73
|
+
"attribute": false,
|
|
74
|
+
"type": "CSSProperties"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"name": "squareColor",
|
|
78
|
+
"description": "",
|
|
79
|
+
"attribute": false,
|
|
80
|
+
"type": "CSSProperties[\"color\"]"
|
|
81
|
+
}
|
|
82
|
+
],
|
|
83
|
+
"events": [],
|
|
84
|
+
"slots": [],
|
|
85
|
+
"methods": [],
|
|
86
|
+
"parts": [],
|
|
87
|
+
"description": "现代风组件标题",
|
|
88
|
+
"category": "big-screen-content"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"name": "data-view.modern-style-page-title",
|
|
92
|
+
"properties": [
|
|
93
|
+
{
|
|
94
|
+
"name": "pageTitle",
|
|
95
|
+
"description": "",
|
|
96
|
+
"type": "string"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"name": "description",
|
|
100
|
+
"description": "",
|
|
101
|
+
"type": "string"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"name": "backgroundStyle",
|
|
105
|
+
"description": "",
|
|
106
|
+
"attribute": false,
|
|
107
|
+
"type": "CSSProperties"
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"name": "leftRoundStyle",
|
|
111
|
+
"description": "",
|
|
112
|
+
"attribute": false,
|
|
113
|
+
"type": "CSSProperties"
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"name": "rightRoundStyle",
|
|
117
|
+
"description": "",
|
|
118
|
+
"attribute": false,
|
|
119
|
+
"type": "CSSProperties"
|
|
120
|
+
}
|
|
121
|
+
],
|
|
122
|
+
"events": [],
|
|
123
|
+
"slots": [],
|
|
124
|
+
"methods": [],
|
|
125
|
+
"parts": [],
|
|
126
|
+
"description": "现代风页面标题",
|
|
127
|
+
"category": "big-screen-content"
|
|
128
|
+
},
|
|
52
129
|
{
|
|
53
130
|
"name": "data-view.tabs-drawer",
|
|
54
131
|
"properties": [
|
|
@@ -235,83 +312,6 @@
|
|
|
235
312
|
"description": "大屏电池",
|
|
236
313
|
"category": "big-screen-content"
|
|
237
314
|
},
|
|
238
|
-
{
|
|
239
|
-
"name": "data-view.modern-style-component-title",
|
|
240
|
-
"properties": [
|
|
241
|
-
{
|
|
242
|
-
"name": "hideLeftComponent",
|
|
243
|
-
"description": "",
|
|
244
|
-
"default": "false"
|
|
245
|
-
},
|
|
246
|
-
{
|
|
247
|
-
"name": "hideRightComponent",
|
|
248
|
-
"description": "",
|
|
249
|
-
"default": "true"
|
|
250
|
-
},
|
|
251
|
-
{
|
|
252
|
-
"name": "componentTitle",
|
|
253
|
-
"description": "",
|
|
254
|
-
"type": "string"
|
|
255
|
-
},
|
|
256
|
-
{
|
|
257
|
-
"name": "titleTextStyle",
|
|
258
|
-
"description": "",
|
|
259
|
-
"attribute": false,
|
|
260
|
-
"type": "CSSProperties"
|
|
261
|
-
},
|
|
262
|
-
{
|
|
263
|
-
"name": "squareColor",
|
|
264
|
-
"description": "",
|
|
265
|
-
"attribute": false,
|
|
266
|
-
"type": "CSSProperties[\"color\"]"
|
|
267
|
-
}
|
|
268
|
-
],
|
|
269
|
-
"events": [],
|
|
270
|
-
"slots": [],
|
|
271
|
-
"methods": [],
|
|
272
|
-
"parts": [],
|
|
273
|
-
"description": "现代风组件标题",
|
|
274
|
-
"category": "big-screen-content"
|
|
275
|
-
},
|
|
276
|
-
{
|
|
277
|
-
"name": "data-view.modern-style-page-title",
|
|
278
|
-
"properties": [
|
|
279
|
-
{
|
|
280
|
-
"name": "pageTitle",
|
|
281
|
-
"description": "",
|
|
282
|
-
"type": "string"
|
|
283
|
-
},
|
|
284
|
-
{
|
|
285
|
-
"name": "description",
|
|
286
|
-
"description": "",
|
|
287
|
-
"type": "string"
|
|
288
|
-
},
|
|
289
|
-
{
|
|
290
|
-
"name": "backgroundStyle",
|
|
291
|
-
"description": "",
|
|
292
|
-
"attribute": false,
|
|
293
|
-
"type": "CSSProperties"
|
|
294
|
-
},
|
|
295
|
-
{
|
|
296
|
-
"name": "leftRoundStyle",
|
|
297
|
-
"description": "",
|
|
298
|
-
"attribute": false,
|
|
299
|
-
"type": "CSSProperties"
|
|
300
|
-
},
|
|
301
|
-
{
|
|
302
|
-
"name": "rightRoundStyle",
|
|
303
|
-
"description": "",
|
|
304
|
-
"attribute": false,
|
|
305
|
-
"type": "CSSProperties"
|
|
306
|
-
}
|
|
307
|
-
],
|
|
308
|
-
"events": [],
|
|
309
|
-
"slots": [],
|
|
310
|
-
"methods": [],
|
|
311
|
-
"parts": [],
|
|
312
|
-
"description": "现代风页面标题",
|
|
313
|
-
"category": "big-screen-content"
|
|
314
|
-
},
|
|
315
315
|
{
|
|
316
316
|
"name": "data-view.dropdown-menu",
|
|
317
317
|
"properties": [
|
|
@@ -427,6 +427,52 @@
|
|
|
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
|
+
},
|
|
430
476
|
{
|
|
431
477
|
"name": "data-view.particle-animation",
|
|
432
478
|
"properties": [
|
|
@@ -524,52 +570,6 @@
|
|
|
524
570
|
"parts": [],
|
|
525
571
|
"description": "应用墙系统卡片"
|
|
526
572
|
},
|
|
527
|
-
{
|
|
528
|
-
"name": "data-view.loading-panel",
|
|
529
|
-
"properties": [
|
|
530
|
-
{
|
|
531
|
-
"name": "customTitle",
|
|
532
|
-
"description": "",
|
|
533
|
-
"type": "string"
|
|
534
|
-
},
|
|
535
|
-
{
|
|
536
|
-
"name": "loading",
|
|
537
|
-
"description": "",
|
|
538
|
-
"type": "boolean"
|
|
539
|
-
},
|
|
540
|
-
{
|
|
541
|
-
"name": "useRealTimeProgress",
|
|
542
|
-
"description": "",
|
|
543
|
-
"default": "false",
|
|
544
|
-
"type": "boolean"
|
|
545
|
-
},
|
|
546
|
-
{
|
|
547
|
-
"name": "progress",
|
|
548
|
-
"description": "",
|
|
549
|
-
"type": "number"
|
|
550
|
-
},
|
|
551
|
-
{
|
|
552
|
-
"name": "intervalTime",
|
|
553
|
-
"description": "",
|
|
554
|
-
"type": "number"
|
|
555
|
-
}
|
|
556
|
-
],
|
|
557
|
-
"events": [
|
|
558
|
-
{
|
|
559
|
-
"name": "end",
|
|
560
|
-
"description": "",
|
|
561
|
-
"detail": {
|
|
562
|
-
"description": null,
|
|
563
|
-
"type": "void"
|
|
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": [
|
|
@@ -634,74 +634,23 @@
|
|
|
634
634
|
},
|
|
635
635
|
{
|
|
636
636
|
"name": "data-view.cabinet-app-layer",
|
|
637
|
-
"properties": [
|
|
638
|
-
{
|
|
639
|
-
"name": "appTitle",
|
|
640
|
-
"description": "",
|
|
641
|
-
"type": "string"
|
|
642
|
-
},
|
|
643
|
-
{
|
|
644
|
-
"name": "status",
|
|
645
|
-
"description": "",
|
|
646
|
-
"type": "\"active\" | \"faded\""
|
|
647
|
-
}
|
|
648
|
-
],
|
|
649
|
-
"events": [],
|
|
650
|
-
"slots": [],
|
|
651
|
-
"methods": [],
|
|
652
|
-
"parts": [],
|
|
653
|
-
"description": "cabinet子构件----应用层"
|
|
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
|
-
},
|
|
637
|
+
"properties": [
|
|
677
638
|
{
|
|
678
|
-
"name": "
|
|
639
|
+
"name": "appTitle",
|
|
679
640
|
"description": "",
|
|
680
641
|
"type": "string"
|
|
681
|
-
}
|
|
682
|
-
],
|
|
683
|
-
"events": [
|
|
684
|
-
{
|
|
685
|
-
"name": "container.click",
|
|
686
|
-
"description": "",
|
|
687
|
-
"detail": {
|
|
688
|
-
"description": null,
|
|
689
|
-
"type": "ClickEventDataType"
|
|
690
|
-
}
|
|
691
642
|
},
|
|
692
643
|
{
|
|
693
|
-
"name": "
|
|
644
|
+
"name": "status",
|
|
694
645
|
"description": "",
|
|
695
|
-
"
|
|
696
|
-
"description": null,
|
|
697
|
-
"type": "ClickEventDataType"
|
|
698
|
-
}
|
|
646
|
+
"type": "\"active\" | \"faded\""
|
|
699
647
|
}
|
|
700
648
|
],
|
|
649
|
+
"events": [],
|
|
701
650
|
"slots": [],
|
|
702
651
|
"methods": [],
|
|
703
652
|
"parts": [],
|
|
704
|
-
"description": "
|
|
653
|
+
"description": "cabinet子构件----应用层"
|
|
705
654
|
},
|
|
706
655
|
{
|
|
707
656
|
"name": "data-view.cabinet-thumbnail",
|
|
@@ -784,43 +733,6 @@
|
|
|
784
733
|
"description": "cabinet 部署架构拓扑",
|
|
785
734
|
"category": "big-screen-content"
|
|
786
735
|
},
|
|
787
|
-
{
|
|
788
|
-
"name": "data-view.graph-text",
|
|
789
|
-
"properties": [
|
|
790
|
-
{
|
|
791
|
-
"name": "text",
|
|
792
|
-
"description": "",
|
|
793
|
-
"type": "string"
|
|
794
|
-
},
|
|
795
|
-
{
|
|
796
|
-
"name": "value",
|
|
797
|
-
"description": "",
|
|
798
|
-
"type": "string | number"
|
|
799
|
-
}
|
|
800
|
-
],
|
|
801
|
-
"events": [],
|
|
802
|
-
"slots": [],
|
|
803
|
-
"methods": [],
|
|
804
|
-
"parts": [],
|
|
805
|
-
"description": "Graph text",
|
|
806
|
-
"category": "big-screen-content"
|
|
807
|
-
},
|
|
808
|
-
{
|
|
809
|
-
"name": "data-view.graph-node",
|
|
810
|
-
"properties": [
|
|
811
|
-
{
|
|
812
|
-
"name": "url",
|
|
813
|
-
"description": "",
|
|
814
|
-
"type": "string"
|
|
815
|
-
}
|
|
816
|
-
],
|
|
817
|
-
"events": [],
|
|
818
|
-
"slots": [],
|
|
819
|
-
"methods": [],
|
|
820
|
-
"parts": [],
|
|
821
|
-
"description": "Graph Node",
|
|
822
|
-
"category": "big-screen-content"
|
|
823
|
-
},
|
|
824
736
|
{
|
|
825
737
|
"name": "data-view.app-wall",
|
|
826
738
|
"properties": [
|
|
@@ -938,6 +850,43 @@
|
|
|
938
850
|
"description": "应用墙",
|
|
939
851
|
"category": "big-screen-layout"
|
|
940
852
|
},
|
|
853
|
+
{
|
|
854
|
+
"name": "data-view.graph-text",
|
|
855
|
+
"properties": [
|
|
856
|
+
{
|
|
857
|
+
"name": "text",
|
|
858
|
+
"description": "",
|
|
859
|
+
"type": "string"
|
|
860
|
+
},
|
|
861
|
+
{
|
|
862
|
+
"name": "value",
|
|
863
|
+
"description": "",
|
|
864
|
+
"type": "string | number"
|
|
865
|
+
}
|
|
866
|
+
],
|
|
867
|
+
"events": [],
|
|
868
|
+
"slots": [],
|
|
869
|
+
"methods": [],
|
|
870
|
+
"parts": [],
|
|
871
|
+
"description": "Graph text",
|
|
872
|
+
"category": "big-screen-content"
|
|
873
|
+
},
|
|
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
|
+
},
|
|
941
890
|
{
|
|
942
891
|
"name": "data-view.graph-layout-grid",
|
|
943
892
|
"properties": [
|
|
@@ -1222,50 +1171,50 @@
|
|
|
1222
1171
|
"category": "big-screen-content"
|
|
1223
1172
|
},
|
|
1224
1173
|
{
|
|
1225
|
-
"name": "data-view.
|
|
1174
|
+
"name": "data-view.top-title-bar",
|
|
1226
1175
|
"properties": [
|
|
1227
1176
|
{
|
|
1228
|
-
"name": "
|
|
1229
|
-
"description": "
|
|
1177
|
+
"name": "text",
|
|
1178
|
+
"description": "标题文本",
|
|
1230
1179
|
"default": "-",
|
|
1231
1180
|
"type": "string"
|
|
1232
1181
|
},
|
|
1233
1182
|
{
|
|
1234
|
-
"name": "
|
|
1235
|
-
"description": "",
|
|
1236
|
-
"
|
|
1237
|
-
"
|
|
1238
|
-
"type": "\"light\" | \"dark\""
|
|
1183
|
+
"name": "type",
|
|
1184
|
+
"description": "标题类型",
|
|
1185
|
+
"default": "normal",
|
|
1186
|
+
"type": "TitleBarType"
|
|
1239
1187
|
}
|
|
1240
1188
|
],
|
|
1241
1189
|
"events": [],
|
|
1242
1190
|
"slots": [],
|
|
1243
1191
|
"methods": [],
|
|
1244
1192
|
"parts": [],
|
|
1245
|
-
"description": "
|
|
1193
|
+
"description": "大屏标题栏三种样式构件",
|
|
1246
1194
|
"category": "big-screen-content"
|
|
1247
1195
|
},
|
|
1248
1196
|
{
|
|
1249
|
-
"name": "data-view.
|
|
1197
|
+
"name": "data-view.lights-component-title",
|
|
1250
1198
|
"properties": [
|
|
1251
1199
|
{
|
|
1252
|
-
"name": "
|
|
1253
|
-
"description": "
|
|
1200
|
+
"name": "componentTitle",
|
|
1201
|
+
"description": "组件标题",
|
|
1254
1202
|
"default": "-",
|
|
1255
1203
|
"type": "string"
|
|
1256
1204
|
},
|
|
1257
1205
|
{
|
|
1258
|
-
"name": "
|
|
1259
|
-
"description": "
|
|
1260
|
-
"
|
|
1261
|
-
"
|
|
1206
|
+
"name": "theme",
|
|
1207
|
+
"description": "",
|
|
1208
|
+
"required": true,
|
|
1209
|
+
"default": null,
|
|
1210
|
+
"type": "\"light\" | \"dark\""
|
|
1262
1211
|
}
|
|
1263
1212
|
],
|
|
1264
1213
|
"events": [],
|
|
1265
1214
|
"slots": [],
|
|
1266
1215
|
"methods": [],
|
|
1267
1216
|
"parts": [],
|
|
1268
|
-
"description": "
|
|
1217
|
+
"description": "构件 `data-view.lights-component-title`",
|
|
1269
1218
|
"category": "big-screen-content"
|
|
1270
1219
|
},
|
|
1271
1220
|
{
|
|
@@ -1383,6 +1332,43 @@
|
|
|
1383
1332
|
"description": "基础卡片项",
|
|
1384
1333
|
"category": "big-screen-content"
|
|
1385
1334
|
},
|
|
1335
|
+
{
|
|
1336
|
+
"name": "data-view.basic-index-group",
|
|
1337
|
+
"properties": [
|
|
1338
|
+
{
|
|
1339
|
+
"name": "itemList",
|
|
1340
|
+
"description": "指标组的数据源",
|
|
1341
|
+
"required": true,
|
|
1342
|
+
"attribute": false,
|
|
1343
|
+
"type": "ItemProps[]"
|
|
1344
|
+
},
|
|
1345
|
+
{
|
|
1346
|
+
"name": "width",
|
|
1347
|
+
"description": "容器组宽度",
|
|
1348
|
+
"attribute": false,
|
|
1349
|
+
"type": "number"
|
|
1350
|
+
},
|
|
1351
|
+
{
|
|
1352
|
+
"name": "gap",
|
|
1353
|
+
"description": "指标卡片之间的间距",
|
|
1354
|
+
"default": "30",
|
|
1355
|
+
"attribute": false,
|
|
1356
|
+
"type": "number"
|
|
1357
|
+
},
|
|
1358
|
+
{
|
|
1359
|
+
"name": "layout",
|
|
1360
|
+
"description": "布局,左右或上下两种形式",
|
|
1361
|
+
"default": "`left-right`",
|
|
1362
|
+
"attribute": false,
|
|
1363
|
+
"type": "string"
|
|
1364
|
+
}
|
|
1365
|
+
],
|
|
1366
|
+
"events": [],
|
|
1367
|
+
"slots": [],
|
|
1368
|
+
"methods": [],
|
|
1369
|
+
"parts": [],
|
|
1370
|
+
"description": "基础指标组构件"
|
|
1371
|
+
},
|
|
1386
1372
|
{
|
|
1387
1373
|
"name": "data-view.data-display-flipper",
|
|
1388
1374
|
"properties": [
|
|
@@ -1435,43 +1421,6 @@
|
|
|
1435
1421
|
"description": "翻牌器-type-3",
|
|
1436
1422
|
"category": "big-screen-content"
|
|
1437
1423
|
},
|
|
1438
|
-
{
|
|
1439
|
-
"name": "data-view.basic-index-group",
|
|
1440
|
-
"properties": [
|
|
1441
|
-
{
|
|
1442
|
-
"name": "itemList",
|
|
1443
|
-
"description": "指标组的数据源",
|
|
1444
|
-
"required": true,
|
|
1445
|
-
"attribute": false,
|
|
1446
|
-
"type": "ItemProps[]"
|
|
1447
|
-
},
|
|
1448
|
-
{
|
|
1449
|
-
"name": "width",
|
|
1450
|
-
"description": "容器组宽度",
|
|
1451
|
-
"attribute": false,
|
|
1452
|
-
"type": "number"
|
|
1453
|
-
},
|
|
1454
|
-
{
|
|
1455
|
-
"name": "gap",
|
|
1456
|
-
"description": "指标卡片之间的间距",
|
|
1457
|
-
"default": "30",
|
|
1458
|
-
"attribute": false,
|
|
1459
|
-
"type": "number"
|
|
1460
|
-
},
|
|
1461
|
-
{
|
|
1462
|
-
"name": "layout",
|
|
1463
|
-
"description": "布局,左右或上下两种形式",
|
|
1464
|
-
"default": "`left-right`",
|
|
1465
|
-
"attribute": false,
|
|
1466
|
-
"type": "string"
|
|
1467
|
-
}
|
|
1468
|
-
],
|
|
1469
|
-
"events": [],
|
|
1470
|
-
"slots": [],
|
|
1471
|
-
"methods": [],
|
|
1472
|
-
"parts": [],
|
|
1473
|
-
"description": "基础指标组构件"
|
|
1474
|
-
},
|
|
1475
1424
|
{
|
|
1476
1425
|
"name": "data-view.data-display-flipper-fifth",
|
|
1477
1426
|
"properties": [
|
|
@@ -1833,6 +1782,57 @@
|
|
|
1833
1782
|
"methods": [],
|
|
1834
1783
|
"parts": [],
|
|
1835
1784
|
"description": "构件 `data-view.china-map`"
|
|
1785
|
+
},
|
|
1786
|
+
{
|
|
1787
|
+
"name": "data-view.cabinet-container",
|
|
1788
|
+
"properties": [
|
|
1789
|
+
{
|
|
1790
|
+
"name": "type",
|
|
1791
|
+
"description": "",
|
|
1792
|
+
"default": "\"host\"",
|
|
1793
|
+
"attribute": false,
|
|
1794
|
+
"type": "ContainerType"
|
|
1795
|
+
},
|
|
1796
|
+
{
|
|
1797
|
+
"name": "data",
|
|
1798
|
+
"description": "",
|
|
1799
|
+
"default": "[]",
|
|
1800
|
+
"attribute": false,
|
|
1801
|
+
"type": "CabinetNodeProps[]"
|
|
1802
|
+
},
|
|
1803
|
+
{
|
|
1804
|
+
"name": "status",
|
|
1805
|
+
"description": "",
|
|
1806
|
+
"type": "\"active\" | \"faded\""
|
|
1807
|
+
},
|
|
1808
|
+
{
|
|
1809
|
+
"name": "customTitle",
|
|
1810
|
+
"description": "",
|
|
1811
|
+
"type": "string"
|
|
1812
|
+
}
|
|
1813
|
+
],
|
|
1814
|
+
"events": [
|
|
1815
|
+
{
|
|
1816
|
+
"name": "container.click",
|
|
1817
|
+
"description": "",
|
|
1818
|
+
"detail": {
|
|
1819
|
+
"description": null,
|
|
1820
|
+
"type": "ClickEventDataType"
|
|
1821
|
+
}
|
|
1822
|
+
},
|
|
1823
|
+
{
|
|
1824
|
+
"name": "container.dbclick",
|
|
1825
|
+
"description": "",
|
|
1826
|
+
"detail": {
|
|
1827
|
+
"description": null,
|
|
1828
|
+
"type": "ClickEventDataType"
|
|
1829
|
+
}
|
|
1830
|
+
}
|
|
1831
|
+
],
|
|
1832
|
+
"slots": [],
|
|
1833
|
+
"methods": [],
|
|
1834
|
+
"parts": [],
|
|
1835
|
+
"description": "大屏集群容器构件"
|
|
1836
1836
|
}
|
|
1837
1837
|
],
|
|
1838
1838
|
"providers": []
|