@next-bricks/data-view 1.2.0 → 1.2.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.
@@ -49,6 +49,83 @@
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
+ },
52
129
  {
53
130
  "name": "data-view.tabs-drawer",
54
131
  "properties": [
@@ -141,44 +218,6 @@
141
218
  "description": "大屏仪标签页抽屉",
142
219
  "category": "big-screen-layout"
143
220
  },
144
- {
145
- "name": "data-view.modern-style-component-title",
146
- "properties": [
147
- {
148
- "name": "hideLeftComponent",
149
- "description": "",
150
- "default": "false"
151
- },
152
- {
153
- "name": "hideRightComponent",
154
- "description": "",
155
- "default": "true"
156
- },
157
- {
158
- "name": "componentTitle",
159
- "description": "",
160
- "type": "string"
161
- },
162
- {
163
- "name": "titleTextStyle",
164
- "description": "",
165
- "attribute": false,
166
- "type": "CSSProperties"
167
- },
168
- {
169
- "name": "squareColor",
170
- "description": "",
171
- "attribute": false,
172
- "type": "CSSProperties[\"color\"]"
173
- }
174
- ],
175
- "events": [],
176
- "slots": [],
177
- "methods": [],
178
- "parts": [],
179
- "description": "现代风组件标题",
180
- "category": "big-screen-content"
181
- },
182
221
  {
183
222
  "name": "data-view.battery-chart",
184
223
  "properties": [
@@ -217,44 +256,60 @@
217
256
  "category": "big-screen-content"
218
257
  },
219
258
  {
220
- "name": "data-view.dropdown-menu",
259
+ "name": "data-view.modern-style-treemap",
221
260
  "properties": [
222
261
  {
223
- "name": "options",
262
+ "name": "data",
224
263
  "description": "",
225
264
  "attribute": false,
226
- "type": "{ label: string; value: string }[]"
265
+ "type": "TreemapData"
227
266
  },
228
267
  {
229
- "name": "value",
268
+ "name": "tail",
230
269
  "description": "",
231
- "type": "string"
270
+ "default": "TailTypes[\"treemapSquarify\"]",
271
+ "attribute": false,
272
+ "type": "TailTypes"
232
273
  },
233
274
  {
234
- "name": "placeholder",
275
+ "name": "leafUseBrick",
235
276
  "description": "",
236
- "type": "string"
277
+ "attribute": false,
278
+ "type": "{ useBrick: UseBrickConf }"
237
279
  },
238
280
  {
239
- "name": "allowClear",
281
+ "name": "leafContainerStyle",
240
282
  "description": "",
241
- "type": "boolean"
283
+ "attribute": false,
284
+ "type": "CSSProperties"
285
+ },
286
+ {
287
+ "name": "tooltipUseBrick",
288
+ "description": "",
289
+ "attribute": false,
290
+ "type": "{ useBrick: UseBrickConf }"
291
+ },
292
+ {
293
+ "name": "tooltipStyle",
294
+ "description": "",
295
+ "attribute": false,
296
+ "type": "CSSProperties"
242
297
  }
243
298
  ],
244
299
  "events": [
245
300
  {
246
- "name": "value.change",
301
+ "name": "treemap.click",
247
302
  "description": "",
248
303
  "detail": {
249
304
  "description": null,
250
- "type": "string"
305
+ "type": "TreemapData"
251
306
  }
252
307
  }
253
308
  ],
254
309
  "slots": [],
255
310
  "methods": [],
256
311
  "parts": [],
257
- "description": "基础下拉菜单",
312
+ "description": "现代风树图",
258
313
  "category": "big-screen-content"
259
314
  },
260
315
  {
@@ -377,6 +432,47 @@
377
432
  "description": "大屏加载模块展示",
378
433
  "category": "big-screen-content"
379
434
  },
435
+ {
436
+ "name": "data-view.dropdown-menu",
437
+ "properties": [
438
+ {
439
+ "name": "options",
440
+ "description": "",
441
+ "attribute": false,
442
+ "type": "{ label: string; value: string }[]"
443
+ },
444
+ {
445
+ "name": "value",
446
+ "description": "",
447
+ "type": "string"
448
+ },
449
+ {
450
+ "name": "placeholder",
451
+ "description": "",
452
+ "type": "string"
453
+ },
454
+ {
455
+ "name": "allowClear",
456
+ "description": "",
457
+ "type": "boolean"
458
+ }
459
+ ],
460
+ "events": [
461
+ {
462
+ "name": "value.change",
463
+ "description": "",
464
+ "detail": {
465
+ "description": null,
466
+ "type": "string"
467
+ }
468
+ }
469
+ ],
470
+ "slots": [],
471
+ "methods": [],
472
+ "parts": [],
473
+ "description": "基础下拉菜单",
474
+ "category": "big-screen-content"
475
+ },
380
476
  {
381
477
  "name": "data-view.particle-animation",
382
478
  "properties": [
@@ -556,102 +652,6 @@
556
652
  "parts": [],
557
653
  "description": "cabinet子构件----应用层"
558
654
  },
559
- {
560
- "name": "data-view.modern-style-page-title",
561
- "properties": [
562
- {
563
- "name": "pageTitle",
564
- "description": "",
565
- "type": "string"
566
- },
567
- {
568
- "name": "description",
569
- "description": "",
570
- "type": "string"
571
- },
572
- {
573
- "name": "backgroundStyle",
574
- "description": "",
575
- "attribute": false,
576
- "type": "CSSProperties"
577
- },
578
- {
579
- "name": "leftRoundStyle",
580
- "description": "",
581
- "attribute": false,
582
- "type": "CSSProperties"
583
- },
584
- {
585
- "name": "rightRoundStyle",
586
- "description": "",
587
- "attribute": false,
588
- "type": "CSSProperties"
589
- }
590
- ],
591
- "events": [],
592
- "slots": [],
593
- "methods": [],
594
- "parts": [],
595
- "description": "现代风页面标题",
596
- "category": "big-screen-content"
597
- },
598
- {
599
- "name": "data-view.modern-style-treemap",
600
- "properties": [
601
- {
602
- "name": "data",
603
- "description": "",
604
- "attribute": false,
605
- "type": "TreemapData"
606
- },
607
- {
608
- "name": "tail",
609
- "description": "",
610
- "default": "TailTypes[\"treemapSquarify\"]",
611
- "attribute": false,
612
- "type": "TailTypes"
613
- },
614
- {
615
- "name": "leafUseBrick",
616
- "description": "",
617
- "attribute": false,
618
- "type": "{ useBrick: UseBrickConf }"
619
- },
620
- {
621
- "name": "leafContainerStyle",
622
- "description": "",
623
- "attribute": false,
624
- "type": "CSSProperties"
625
- },
626
- {
627
- "name": "tooltipUseBrick",
628
- "description": "",
629
- "attribute": false,
630
- "type": "{ useBrick: UseBrickConf }"
631
- },
632
- {
633
- "name": "tooltipStyle",
634
- "description": "",
635
- "attribute": false,
636
- "type": "CSSProperties"
637
- }
638
- ],
639
- "events": [
640
- {
641
- "name": "treemap.click",
642
- "description": "",
643
- "detail": {
644
- "description": null,
645
- "type": "TreemapData"
646
- }
647
- }
648
- ],
649
- "slots": [],
650
- "methods": [],
651
- "parts": [],
652
- "description": "现代风树图",
653
- "category": "big-screen-content"
654
- },
655
655
  {
656
656
  "name": "data-view.cabinet-container",
657
657
  "properties": [
@@ -784,6 +784,27 @@
784
784
  "description": "cabinet 部署架构拓扑",
785
785
  "category": "big-screen-content"
786
786
  },
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
+ },
787
808
  {
788
809
  "name": "data-view.app-wall",
789
810
  "properties": [
@@ -902,24 +923,19 @@
902
923
  "category": "big-screen-layout"
903
924
  },
904
925
  {
905
- "name": "data-view.graph-text",
926
+ "name": "data-view.graph-node",
906
927
  "properties": [
907
928
  {
908
- "name": "text",
929
+ "name": "url",
909
930
  "description": "",
910
931
  "type": "string"
911
- },
912
- {
913
- "name": "value",
914
- "description": "",
915
- "type": "string | number"
916
932
  }
917
933
  ],
918
934
  "events": [],
919
935
  "slots": [],
920
936
  "methods": [],
921
937
  "parts": [],
922
- "description": "Graph text",
938
+ "description": "Graph Node",
923
939
  "category": "big-screen-content"
924
940
  },
925
941
  {
@@ -954,22 +970,6 @@
954
970
  "description": "Graph grid 布局",
955
971
  "category": "big-screen-content"
956
972
  },
957
- {
958
- "name": "data-view.graph-node",
959
- "properties": [
960
- {
961
- "name": "url",
962
- "description": "",
963
- "type": "string"
964
- }
965
- ],
966
- "events": [],
967
- "slots": [],
968
- "methods": [],
969
- "parts": [],
970
- "description": "Graph Node",
971
- "category": "big-screen-content"
972
- },
973
973
  {
974
974
  "name": "data-view.grid-background",
975
975
  "properties": [
@@ -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": [