@next-bricks/data-view 1.12.2 → 1.12.3
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 +19 -19
- package/dist/chunks/{3171.c0d5c9a1.js → 3171.f1058377.js} +2 -2
- package/dist/chunks/{5552.f046ba86.js.map → 3171.f1058377.js.map} +1 -1
- package/dist/chunks/4765.108f59d4.js +2 -0
- package/dist/chunks/4765.108f59d4.js.map +1 -0
- package/dist/chunks/4837.7e3e2eea.js.map +1 -1
- package/dist/chunks/{5552.f046ba86.js → 5552.01e2ba3d.js} +2 -2
- package/dist/chunks/{3171.c0d5c9a1.js.map → 5552.01e2ba3d.js.map} +1 -1
- package/dist/chunks/7146.01773098.js +2 -0
- package/dist/chunks/7146.01773098.js.map +1 -0
- package/dist/chunks/7218.2b5b7887.js.map +1 -1
- package/dist/chunks/{8097.f99bf9d0.js → 8097.6028e869.js} +2 -2
- package/dist/chunks/{8097.f99bf9d0.js.map → 8097.6028e869.js.map} +1 -1
- package/dist/chunks/8826.6472b495.js +2 -0
- package/dist/chunks/{8826.63d2867f.js.map → 8826.6472b495.js.map} +1 -1
- package/dist/chunks/9140.9bce802b.js +3 -0
- package/dist/chunks/9140.9bce802b.js.map +1 -0
- package/dist/chunks/complex-search.6254baa8.js +2 -0
- package/dist/chunks/{complex-search.92e0b5ca.js.map → complex-search.6254baa8.js.map} +1 -1
- package/dist/chunks/{graph-text.1e489f3c.js → graph-text.fa54ea09.js} +2 -2
- package/dist/chunks/{graph-text.1e489f3c.js.map → graph-text.fa54ea09.js.map} +1 -1
- package/dist/chunks/main.fbfe3e79.js +2 -0
- package/dist/chunks/main.fbfe3e79.js.map +1 -0
- package/dist/chunks/modern-style-treemap.1f2b7101.js +3 -0
- package/dist/chunks/{modern-style-treemap.53d4bfc8.js.map → modern-style-treemap.1f2b7101.js.map} +1 -1
- package/dist/examples.json +26 -26
- package/dist/index.0223ee1d.js +2 -0
- package/dist/index.0223ee1d.js.map +1 -0
- package/dist/manifest.json +243 -243
- package/dist/types.json +421 -421
- package/package.json +2 -2
- package/dist/chunks/3933.b3a62e03.js +0 -2
- package/dist/chunks/3933.b3a62e03.js.map +0 -1
- package/dist/chunks/6314.6563d16e.js +0 -2
- package/dist/chunks/6314.6563d16e.js.map +0 -1
- package/dist/chunks/8826.63d2867f.js +0 -2
- package/dist/chunks/9140.776942ea.js +0 -3
- package/dist/chunks/9140.776942ea.js.map +0 -1
- package/dist/chunks/complex-search.92e0b5ca.js +0 -2
- package/dist/chunks/main.2bd22c14.js +0 -2
- package/dist/chunks/main.2bd22c14.js.map +0 -1
- package/dist/chunks/modern-style-treemap.53d4bfc8.js +0 -3
- package/dist/index.727c7633.js +0 -2
- package/dist/index.727c7633.js.map +0 -1
- /package/dist/chunks/{9140.776942ea.js.LICENSE.txt → 9140.9bce802b.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{modern-style-treemap.53d4bfc8.js.LICENSE.txt → modern-style-treemap.1f2b7101.js.LICENSE.txt} +0 -0
package/dist/manifest.json
CHANGED
|
@@ -49,83 +49,6 @@
|
|
|
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
|
-
},
|
|
91
|
-
{
|
|
92
|
-
"name": "data-view.modern-style-component-title",
|
|
93
|
-
"properties": [
|
|
94
|
-
{
|
|
95
|
-
"name": "hideLeftComponent",
|
|
96
|
-
"description": "",
|
|
97
|
-
"default": "false"
|
|
98
|
-
},
|
|
99
|
-
{
|
|
100
|
-
"name": "hideRightComponent",
|
|
101
|
-
"description": "",
|
|
102
|
-
"default": "true"
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
"name": "componentTitle",
|
|
106
|
-
"description": "",
|
|
107
|
-
"type": "string"
|
|
108
|
-
},
|
|
109
|
-
{
|
|
110
|
-
"name": "titleTextStyle",
|
|
111
|
-
"description": "",
|
|
112
|
-
"attribute": false,
|
|
113
|
-
"type": "CSSProperties"
|
|
114
|
-
},
|
|
115
|
-
{
|
|
116
|
-
"name": "squareColor",
|
|
117
|
-
"description": "",
|
|
118
|
-
"attribute": false,
|
|
119
|
-
"type": "CSSProperties[\"color\"]"
|
|
120
|
-
}
|
|
121
|
-
],
|
|
122
|
-
"events": [],
|
|
123
|
-
"slots": [],
|
|
124
|
-
"methods": [],
|
|
125
|
-
"parts": [],
|
|
126
|
-
"description": "现代风组件标题",
|
|
127
|
-
"category": "big-screen-content"
|
|
128
|
-
},
|
|
129
52
|
{
|
|
130
53
|
"name": "data-view.tabs-drawer",
|
|
131
54
|
"properties": [
|
|
@@ -275,6 +198,82 @@
|
|
|
275
198
|
"description": "现代风树图",
|
|
276
199
|
"category": "big-screen-content"
|
|
277
200
|
},
|
|
201
|
+
{
|
|
202
|
+
"name": "data-view.modern-style-page-title",
|
|
203
|
+
"properties": [
|
|
204
|
+
{
|
|
205
|
+
"name": "pageTitle",
|
|
206
|
+
"description": "",
|
|
207
|
+
"type": "string"
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"name": "description",
|
|
211
|
+
"description": "",
|
|
212
|
+
"type": "string"
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"name": "backgroundStyle",
|
|
216
|
+
"description": "",
|
|
217
|
+
"attribute": false,
|
|
218
|
+
"type": "CSSProperties"
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"name": "leftRoundStyle",
|
|
222
|
+
"description": "",
|
|
223
|
+
"attribute": false,
|
|
224
|
+
"type": "CSSProperties"
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"name": "rightRoundStyle",
|
|
228
|
+
"description": "",
|
|
229
|
+
"attribute": false,
|
|
230
|
+
"type": "CSSProperties"
|
|
231
|
+
}
|
|
232
|
+
],
|
|
233
|
+
"events": [],
|
|
234
|
+
"slots": [],
|
|
235
|
+
"methods": [],
|
|
236
|
+
"parts": [],
|
|
237
|
+
"description": "现代风页面标题",
|
|
238
|
+
"category": "big-screen-content"
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"name": "data-view.battery-chart",
|
|
242
|
+
"properties": [
|
|
243
|
+
{
|
|
244
|
+
"name": "value",
|
|
245
|
+
"description": "",
|
|
246
|
+
"type": "number"
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"name": "batteryWidth",
|
|
250
|
+
"description": "",
|
|
251
|
+
"type": "number"
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"name": "batteryHeight",
|
|
255
|
+
"description": "",
|
|
256
|
+
"type": "number"
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"name": "thresholdColors",
|
|
260
|
+
"description": "",
|
|
261
|
+
"attribute": false,
|
|
262
|
+
"type": "ThresholdColor[]"
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"name": "thresholdValue",
|
|
266
|
+
"description": "",
|
|
267
|
+
"type": "number"
|
|
268
|
+
}
|
|
269
|
+
],
|
|
270
|
+
"events": [],
|
|
271
|
+
"slots": [],
|
|
272
|
+
"methods": [],
|
|
273
|
+
"parts": [],
|
|
274
|
+
"description": "大屏电池",
|
|
275
|
+
"category": "big-screen-content"
|
|
276
|
+
},
|
|
278
277
|
{
|
|
279
278
|
"name": "data-view.dropdown-menu",
|
|
280
279
|
"properties": [
|
|
@@ -317,40 +316,41 @@
|
|
|
317
316
|
"category": "big-screen-content"
|
|
318
317
|
},
|
|
319
318
|
{
|
|
320
|
-
"name": "data-view.
|
|
319
|
+
"name": "data-view.modern-style-component-title",
|
|
321
320
|
"properties": [
|
|
322
321
|
{
|
|
323
|
-
"name": "
|
|
322
|
+
"name": "hideLeftComponent",
|
|
324
323
|
"description": "",
|
|
325
|
-
"
|
|
324
|
+
"default": "false"
|
|
326
325
|
},
|
|
327
326
|
{
|
|
328
|
-
"name": "
|
|
327
|
+
"name": "hideRightComponent",
|
|
329
328
|
"description": "",
|
|
330
|
-
"
|
|
329
|
+
"default": "true"
|
|
331
330
|
},
|
|
332
331
|
{
|
|
333
|
-
"name": "
|
|
332
|
+
"name": "componentTitle",
|
|
334
333
|
"description": "",
|
|
335
|
-
"type": "
|
|
334
|
+
"type": "string"
|
|
336
335
|
},
|
|
337
336
|
{
|
|
338
|
-
"name": "
|
|
337
|
+
"name": "titleTextStyle",
|
|
339
338
|
"description": "",
|
|
340
339
|
"attribute": false,
|
|
341
|
-
"type": "
|
|
340
|
+
"type": "CSSProperties"
|
|
342
341
|
},
|
|
343
342
|
{
|
|
344
|
-
"name": "
|
|
343
|
+
"name": "squareColor",
|
|
345
344
|
"description": "",
|
|
346
|
-
"
|
|
345
|
+
"attribute": false,
|
|
346
|
+
"type": "CSSProperties[\"color\"]"
|
|
347
347
|
}
|
|
348
348
|
],
|
|
349
349
|
"events": [],
|
|
350
350
|
"slots": [],
|
|
351
351
|
"methods": [],
|
|
352
352
|
"parts": [],
|
|
353
|
-
"description": "
|
|
353
|
+
"description": "现代风组件标题",
|
|
354
354
|
"category": "big-screen-content"
|
|
355
355
|
},
|
|
356
356
|
{
|
|
@@ -496,6 +496,32 @@
|
|
|
496
496
|
"description": "大屏粒子加载动效",
|
|
497
497
|
"category": "big-screen-content"
|
|
498
498
|
},
|
|
499
|
+
{
|
|
500
|
+
"name": "data-view.app-wall-card-item",
|
|
501
|
+
"properties": [
|
|
502
|
+
{
|
|
503
|
+
"name": "status",
|
|
504
|
+
"description": "状态",
|
|
505
|
+
"default": "\"normal\"",
|
|
506
|
+
"type": "\"normal\" | \"warning\""
|
|
507
|
+
},
|
|
508
|
+
{
|
|
509
|
+
"name": "cardTitle",
|
|
510
|
+
"description": "标题",
|
|
511
|
+
"type": "string"
|
|
512
|
+
},
|
|
513
|
+
{
|
|
514
|
+
"name": "description",
|
|
515
|
+
"description": "描述",
|
|
516
|
+
"type": "string"
|
|
517
|
+
}
|
|
518
|
+
],
|
|
519
|
+
"events": [],
|
|
520
|
+
"slots": [],
|
|
521
|
+
"methods": [],
|
|
522
|
+
"parts": [],
|
|
523
|
+
"description": "应用墙子构件----卡片项"
|
|
524
|
+
},
|
|
499
525
|
{
|
|
500
526
|
"name": "data-view.app-wall-system-card",
|
|
501
527
|
"properties": [
|
|
@@ -560,32 +586,6 @@
|
|
|
560
586
|
"parts": [],
|
|
561
587
|
"description": "应用墙子构件----关联连线"
|
|
562
588
|
},
|
|
563
|
-
{
|
|
564
|
-
"name": "data-view.app-wall-card-item",
|
|
565
|
-
"properties": [
|
|
566
|
-
{
|
|
567
|
-
"name": "status",
|
|
568
|
-
"description": "状态",
|
|
569
|
-
"default": "\"normal\"",
|
|
570
|
-
"type": "\"normal\" | \"warning\""
|
|
571
|
-
},
|
|
572
|
-
{
|
|
573
|
-
"name": "cardTitle",
|
|
574
|
-
"description": "标题",
|
|
575
|
-
"type": "string"
|
|
576
|
-
},
|
|
577
|
-
{
|
|
578
|
-
"name": "description",
|
|
579
|
-
"description": "描述",
|
|
580
|
-
"type": "string"
|
|
581
|
-
}
|
|
582
|
-
],
|
|
583
|
-
"events": [],
|
|
584
|
-
"slots": [],
|
|
585
|
-
"methods": [],
|
|
586
|
-
"parts": [],
|
|
587
|
-
"description": "应用墙子构件----卡片项"
|
|
588
|
-
},
|
|
589
589
|
{
|
|
590
590
|
"name": "data-view.cabinet-button",
|
|
591
591
|
"properties": [
|
|
@@ -603,10 +603,15 @@
|
|
|
603
603
|
"description": "大屏按钮"
|
|
604
604
|
},
|
|
605
605
|
{
|
|
606
|
-
"name": "data-view.cabinet-
|
|
606
|
+
"name": "data-view.cabinet-node",
|
|
607
607
|
"properties": [
|
|
608
608
|
{
|
|
609
|
-
"name": "
|
|
609
|
+
"name": "type",
|
|
610
|
+
"description": "",
|
|
611
|
+
"type": "| \"container-group\"\n | \"physical-machine\"\n | \"virtual-machine\"\n | \"pod\""
|
|
612
|
+
},
|
|
613
|
+
{
|
|
614
|
+
"name": "nodeTitle",
|
|
610
615
|
"description": "",
|
|
611
616
|
"type": "string"
|
|
612
617
|
},
|
|
@@ -614,24 +619,24 @@
|
|
|
614
619
|
"name": "status",
|
|
615
620
|
"description": "",
|
|
616
621
|
"type": "\"active\" | \"faded\""
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
"name": "isAlert",
|
|
625
|
+
"description": "",
|
|
626
|
+
"type": "boolean"
|
|
617
627
|
}
|
|
618
628
|
],
|
|
619
629
|
"events": [],
|
|
620
630
|
"slots": [],
|
|
621
631
|
"methods": [],
|
|
622
632
|
"parts": [],
|
|
623
|
-
"description": "cabinet
|
|
633
|
+
"description": "cabinet子构件----节点"
|
|
624
634
|
},
|
|
625
635
|
{
|
|
626
|
-
"name": "data-view.cabinet-
|
|
636
|
+
"name": "data-view.cabinet-app-layer",
|
|
627
637
|
"properties": [
|
|
628
638
|
{
|
|
629
|
-
"name": "
|
|
630
|
-
"description": "",
|
|
631
|
-
"type": "| \"container-group\"\n | \"physical-machine\"\n | \"virtual-machine\"\n | \"pod\""
|
|
632
|
-
},
|
|
633
|
-
{
|
|
634
|
-
"name": "nodeTitle",
|
|
639
|
+
"name": "appTitle",
|
|
635
640
|
"description": "",
|
|
636
641
|
"type": "string"
|
|
637
642
|
},
|
|
@@ -639,18 +644,13 @@
|
|
|
639
644
|
"name": "status",
|
|
640
645
|
"description": "",
|
|
641
646
|
"type": "\"active\" | \"faded\""
|
|
642
|
-
},
|
|
643
|
-
{
|
|
644
|
-
"name": "isAlert",
|
|
645
|
-
"description": "",
|
|
646
|
-
"type": "boolean"
|
|
647
647
|
}
|
|
648
648
|
],
|
|
649
649
|
"events": [],
|
|
650
650
|
"slots": [],
|
|
651
651
|
"methods": [],
|
|
652
652
|
"parts": [],
|
|
653
|
-
"description": "cabinet
|
|
653
|
+
"description": "cabinet子构件----应用层"
|
|
654
654
|
},
|
|
655
655
|
{
|
|
656
656
|
"name": "data-view.cabinet-container",
|
|
@@ -703,34 +703,6 @@
|
|
|
703
703
|
"parts": [],
|
|
704
704
|
"description": "大屏集群容器构件"
|
|
705
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
|
-
},
|
|
716
|
-
{
|
|
717
|
-
"name": "columns",
|
|
718
|
-
"description": "",
|
|
719
|
-
"default": "4",
|
|
720
|
-
"type": "number"
|
|
721
|
-
},
|
|
722
|
-
{
|
|
723
|
-
"name": "appName",
|
|
724
|
-
"description": "",
|
|
725
|
-
"type": "string"
|
|
726
|
-
}
|
|
727
|
-
],
|
|
728
|
-
"events": [],
|
|
729
|
-
"slots": [],
|
|
730
|
-
"methods": [],
|
|
731
|
-
"parts": [],
|
|
732
|
-
"description": "应用墙缩略图"
|
|
733
|
-
},
|
|
734
706
|
{
|
|
735
707
|
"name": "data-view.cabinet-graph",
|
|
736
708
|
"properties": [
|
|
@@ -784,6 +756,34 @@
|
|
|
784
756
|
"description": "cabinet 部署架构拓扑",
|
|
785
757
|
"category": "big-screen-content"
|
|
786
758
|
},
|
|
759
|
+
{
|
|
760
|
+
"name": "data-view.cabinet-thumbnail",
|
|
761
|
+
"properties": [
|
|
762
|
+
{
|
|
763
|
+
"name": "clusters",
|
|
764
|
+
"description": "",
|
|
765
|
+
"default": "[]",
|
|
766
|
+
"attribute": false,
|
|
767
|
+
"type": "Clusters[]"
|
|
768
|
+
},
|
|
769
|
+
{
|
|
770
|
+
"name": "columns",
|
|
771
|
+
"description": "",
|
|
772
|
+
"default": "4",
|
|
773
|
+
"type": "number"
|
|
774
|
+
},
|
|
775
|
+
{
|
|
776
|
+
"name": "appName",
|
|
777
|
+
"description": "",
|
|
778
|
+
"type": "string"
|
|
779
|
+
}
|
|
780
|
+
],
|
|
781
|
+
"events": [],
|
|
782
|
+
"slots": [],
|
|
783
|
+
"methods": [],
|
|
784
|
+
"parts": [],
|
|
785
|
+
"description": "应用墙缩略图"
|
|
786
|
+
},
|
|
787
787
|
{
|
|
788
788
|
"name": "data-view.app-wall",
|
|
789
789
|
"properties": [
|
|
@@ -938,6 +938,38 @@
|
|
|
938
938
|
"description": "Graph Node",
|
|
939
939
|
"category": "big-screen-content"
|
|
940
940
|
},
|
|
941
|
+
{
|
|
942
|
+
"name": "data-view.graph-layout-grid",
|
|
943
|
+
"properties": [
|
|
944
|
+
{
|
|
945
|
+
"name": "columns",
|
|
946
|
+
"description": "",
|
|
947
|
+
"type": "number"
|
|
948
|
+
},
|
|
949
|
+
{
|
|
950
|
+
"name": "rows",
|
|
951
|
+
"description": "",
|
|
952
|
+
"type": "number"
|
|
953
|
+
},
|
|
954
|
+
{
|
|
955
|
+
"name": "isReverse",
|
|
956
|
+
"description": "",
|
|
957
|
+
"type": "boolean"
|
|
958
|
+
},
|
|
959
|
+
{
|
|
960
|
+
"name": "dataSource",
|
|
961
|
+
"description": "",
|
|
962
|
+
"attribute": false,
|
|
963
|
+
"type": "DataSourceType[]"
|
|
964
|
+
}
|
|
965
|
+
],
|
|
966
|
+
"events": [],
|
|
967
|
+
"slots": [],
|
|
968
|
+
"methods": [],
|
|
969
|
+
"parts": [],
|
|
970
|
+
"description": "Graph grid 布局",
|
|
971
|
+
"category": "big-screen-content"
|
|
972
|
+
},
|
|
941
973
|
{
|
|
942
974
|
"name": "data-view.gear-background",
|
|
943
975
|
"properties": [
|
|
@@ -956,6 +988,37 @@
|
|
|
956
988
|
"description": "齿轮背景",
|
|
957
989
|
"category": "big-screen-layout"
|
|
958
990
|
},
|
|
991
|
+
{
|
|
992
|
+
"name": "data-view.grid-background",
|
|
993
|
+
"properties": [
|
|
994
|
+
{
|
|
995
|
+
"name": "color",
|
|
996
|
+
"description": "",
|
|
997
|
+
"default": "\"#235F90\"",
|
|
998
|
+
"attribute": false,
|
|
999
|
+
"type": "React.CSSProperties[\"color\"]"
|
|
1000
|
+
},
|
|
1001
|
+
{
|
|
1002
|
+
"name": "maskStyle",
|
|
1003
|
+
"description": "",
|
|
1004
|
+
"attribute": false,
|
|
1005
|
+
"type": "React.CSSProperties"
|
|
1006
|
+
},
|
|
1007
|
+
{
|
|
1008
|
+
"name": "particleColor",
|
|
1009
|
+
"description": "",
|
|
1010
|
+
"default": "{\n startColor: \"#477AFFFF\",\n endColor: \"#5F83FF00\",\n }",
|
|
1011
|
+
"attribute": false,
|
|
1012
|
+
"type": "ParticleColor"
|
|
1013
|
+
}
|
|
1014
|
+
],
|
|
1015
|
+
"events": [],
|
|
1016
|
+
"slots": [],
|
|
1017
|
+
"methods": [],
|
|
1018
|
+
"parts": [],
|
|
1019
|
+
"description": "大屏网格背景",
|
|
1020
|
+
"category": "big-screen-layout"
|
|
1021
|
+
},
|
|
959
1022
|
{
|
|
960
1023
|
"name": "data-view.radar-chart",
|
|
961
1024
|
"properties": [
|
|
@@ -1205,6 +1268,27 @@
|
|
|
1205
1268
|
"description": "构件 `data-view.lights-component-title`",
|
|
1206
1269
|
"category": "big-screen-content"
|
|
1207
1270
|
},
|
|
1271
|
+
{
|
|
1272
|
+
"name": "data-view.tech-mesh-base-view",
|
|
1273
|
+
"properties": [
|
|
1274
|
+
{
|
|
1275
|
+
"name": "textContent",
|
|
1276
|
+
"type": "string",
|
|
1277
|
+
"description": "文本内容"
|
|
1278
|
+
}
|
|
1279
|
+
],
|
|
1280
|
+
"events": [],
|
|
1281
|
+
"slots": [
|
|
1282
|
+
{
|
|
1283
|
+
"name": null,
|
|
1284
|
+
"description": "页面内容"
|
|
1285
|
+
}
|
|
1286
|
+
],
|
|
1287
|
+
"methods": [],
|
|
1288
|
+
"parts": [],
|
|
1289
|
+
"description": "大屏框架构件-网格纹",
|
|
1290
|
+
"category": "big-screen-layout"
|
|
1291
|
+
},
|
|
1208
1292
|
{
|
|
1209
1293
|
"name": "data-view.hi-tech-button",
|
|
1210
1294
|
"properties": [
|
|
@@ -1242,27 +1326,6 @@
|
|
|
1242
1326
|
"parts": [],
|
|
1243
1327
|
"description": "大屏按钮"
|
|
1244
1328
|
},
|
|
1245
|
-
{
|
|
1246
|
-
"name": "data-view.tech-mesh-base-view",
|
|
1247
|
-
"properties": [
|
|
1248
|
-
{
|
|
1249
|
-
"name": "textContent",
|
|
1250
|
-
"type": "string",
|
|
1251
|
-
"description": "文本内容"
|
|
1252
|
-
}
|
|
1253
|
-
],
|
|
1254
|
-
"events": [],
|
|
1255
|
-
"slots": [
|
|
1256
|
-
{
|
|
1257
|
-
"name": null,
|
|
1258
|
-
"description": "页面内容"
|
|
1259
|
-
}
|
|
1260
|
-
],
|
|
1261
|
-
"methods": [],
|
|
1262
|
-
"parts": [],
|
|
1263
|
-
"description": "大屏框架构件-网格纹",
|
|
1264
|
-
"category": "big-screen-layout"
|
|
1265
|
-
},
|
|
1266
1329
|
{
|
|
1267
1330
|
"name": "data-view.simple-card-item",
|
|
1268
1331
|
"properties": [
|
|
@@ -1770,69 +1833,6 @@
|
|
|
1770
1833
|
"methods": [],
|
|
1771
1834
|
"parts": [],
|
|
1772
1835
|
"description": "构件 `data-view.china-map`"
|
|
1773
|
-
},
|
|
1774
|
-
{
|
|
1775
|
-
"name": "data-view.grid-background",
|
|
1776
|
-
"properties": [
|
|
1777
|
-
{
|
|
1778
|
-
"name": "color",
|
|
1779
|
-
"description": "",
|
|
1780
|
-
"default": "\"#235F90\"",
|
|
1781
|
-
"attribute": false,
|
|
1782
|
-
"type": "React.CSSProperties[\"color\"]"
|
|
1783
|
-
},
|
|
1784
|
-
{
|
|
1785
|
-
"name": "maskStyle",
|
|
1786
|
-
"description": "",
|
|
1787
|
-
"attribute": false,
|
|
1788
|
-
"type": "React.CSSProperties"
|
|
1789
|
-
},
|
|
1790
|
-
{
|
|
1791
|
-
"name": "particleColor",
|
|
1792
|
-
"description": "",
|
|
1793
|
-
"default": "{\n startColor: \"#477AFFFF\",\n endColor: \"#5F83FF00\",\n }",
|
|
1794
|
-
"attribute": false,
|
|
1795
|
-
"type": "ParticleColor"
|
|
1796
|
-
}
|
|
1797
|
-
],
|
|
1798
|
-
"events": [],
|
|
1799
|
-
"slots": [],
|
|
1800
|
-
"methods": [],
|
|
1801
|
-
"parts": [],
|
|
1802
|
-
"description": "大屏网格背景",
|
|
1803
|
-
"category": "big-screen-layout"
|
|
1804
|
-
},
|
|
1805
|
-
{
|
|
1806
|
-
"name": "data-view.graph-layout-grid",
|
|
1807
|
-
"properties": [
|
|
1808
|
-
{
|
|
1809
|
-
"name": "columns",
|
|
1810
|
-
"description": "",
|
|
1811
|
-
"type": "number"
|
|
1812
|
-
},
|
|
1813
|
-
{
|
|
1814
|
-
"name": "rows",
|
|
1815
|
-
"description": "",
|
|
1816
|
-
"type": "number"
|
|
1817
|
-
},
|
|
1818
|
-
{
|
|
1819
|
-
"name": "isReverse",
|
|
1820
|
-
"description": "",
|
|
1821
|
-
"type": "boolean"
|
|
1822
|
-
},
|
|
1823
|
-
{
|
|
1824
|
-
"name": "dataSource",
|
|
1825
|
-
"description": "",
|
|
1826
|
-
"attribute": false,
|
|
1827
|
-
"type": "DataSourceType[]"
|
|
1828
|
-
}
|
|
1829
|
-
],
|
|
1830
|
-
"events": [],
|
|
1831
|
-
"slots": [],
|
|
1832
|
-
"methods": [],
|
|
1833
|
-
"parts": [],
|
|
1834
|
-
"description": "Graph grid 布局",
|
|
1835
|
-
"category": "big-screen-content"
|
|
1836
1836
|
}
|
|
1837
1837
|
],
|
|
1838
1838
|
"providers": []
|