@next-bricks/data-view 0.23.8 → 0.23.9

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.
@@ -3,6 +3,43 @@
3
3
  "package": "@next-bricks/data-view",
4
4
  "name": "data-view",
5
5
  "bricks": [
6
+ {
7
+ "name": "data-view.modern-style-component-title",
8
+ "properties": [
9
+ {
10
+ "name": "hideLeftComponent",
11
+ "description": "",
12
+ "default": "false"
13
+ },
14
+ {
15
+ "name": "hideRightComponent",
16
+ "description": "",
17
+ "default": "true"
18
+ },
19
+ {
20
+ "name": "componentTitle",
21
+ "description": "",
22
+ "type": "string"
23
+ },
24
+ {
25
+ "name": "titleTextStyle",
26
+ "description": "",
27
+ "attribute": false,
28
+ "type": "CSSProperties"
29
+ },
30
+ {
31
+ "name": "squareColor",
32
+ "description": "",
33
+ "attribute": false,
34
+ "type": "CSSProperties[\"color\"]"
35
+ }
36
+ ],
37
+ "events": [],
38
+ "slots": [],
39
+ "methods": [],
40
+ "parts": [],
41
+ "description": "现代风组件标题"
42
+ },
6
43
  {
7
44
  "name": "data-view.gauge-chart",
8
45
  "properties": [
@@ -49,96 +86,42 @@
49
86
  "description": "大屏仪表盘"
50
87
  },
51
88
  {
52
- "name": "data-view.modern-style-treemap",
89
+ "name": "data-view.modern-style-page-title",
53
90
  "properties": [
54
91
  {
55
- "name": "data",
56
- "description": "",
57
- "attribute": false,
58
- "type": "TreemapData"
59
- },
60
- {
61
- "name": "tail",
92
+ "name": "pageTitle",
62
93
  "description": "",
63
- "default": "TailTypes[\"treemapSquarify\"]",
64
- "attribute": false,
65
- "type": "TailTypes"
94
+ "type": "string"
66
95
  },
67
96
  {
68
- "name": "leafUseBrick",
97
+ "name": "description",
69
98
  "description": "",
70
- "attribute": false,
71
- "type": "{ useBrick: UseBrickConf }"
99
+ "type": "string"
72
100
  },
73
101
  {
74
- "name": "leafContainerStyle",
102
+ "name": "backgroundStyle",
75
103
  "description": "",
76
104
  "attribute": false,
77
105
  "type": "CSSProperties"
78
106
  },
79
107
  {
80
- "name": "tooltipUseBrick",
81
- "description": "",
82
- "attribute": false,
83
- "type": "{ useBrick: UseBrickConf }"
84
- },
85
- {
86
- "name": "tooltipStyle",
108
+ "name": "leftRoundStyle",
87
109
  "description": "",
88
110
  "attribute": false,
89
111
  "type": "CSSProperties"
90
- }
91
- ],
92
- "events": [
93
- {
94
- "name": "treemap.click",
95
- "description": "",
96
- "detail": {
97
- "description": null,
98
- "type": "TreemapData"
99
- }
100
- }
101
- ],
102
- "slots": [],
103
- "methods": [],
104
- "parts": [],
105
- "description": "现代风树图"
106
- },
107
- {
108
- "name": "data-view.battery-chart",
109
- "properties": [
110
- {
111
- "name": "value",
112
- "description": "",
113
- "type": "number"
114
- },
115
- {
116
- "name": "batteryWidth",
117
- "description": "",
118
- "type": "number"
119
- },
120
- {
121
- "name": "batteryHeight",
122
- "description": "",
123
- "type": "number"
124
112
  },
125
113
  {
126
- "name": "thresholdColors",
114
+ "name": "rightRoundStyle",
127
115
  "description": "",
128
116
  "attribute": false,
129
- "type": "ThresholdColor[]"
130
- },
131
- {
132
- "name": "thresholdValue",
133
- "description": "",
134
- "type": "number"
117
+ "type": "CSSProperties"
135
118
  }
136
119
  ],
137
120
  "events": [],
138
121
  "slots": [],
139
122
  "methods": [],
140
123
  "parts": [],
141
- "description": "大屏电池"
124
+ "description": "现代风页面标题"
142
125
  },
143
126
  {
144
127
  "name": "data-view.tabs-drawer",
@@ -231,6 +214,98 @@
231
214
  "parts": [],
232
215
  "description": "大屏仪标签页抽屉"
233
216
  },
217
+ {
218
+ "name": "data-view.modern-style-treemap",
219
+ "properties": [
220
+ {
221
+ "name": "data",
222
+ "description": "",
223
+ "attribute": false,
224
+ "type": "TreemapData"
225
+ },
226
+ {
227
+ "name": "tail",
228
+ "description": "",
229
+ "default": "TailTypes[\"treemapSquarify\"]",
230
+ "attribute": false,
231
+ "type": "TailTypes"
232
+ },
233
+ {
234
+ "name": "leafUseBrick",
235
+ "description": "",
236
+ "attribute": false,
237
+ "type": "{ useBrick: UseBrickConf }"
238
+ },
239
+ {
240
+ "name": "leafContainerStyle",
241
+ "description": "",
242
+ "attribute": false,
243
+ "type": "CSSProperties"
244
+ },
245
+ {
246
+ "name": "tooltipUseBrick",
247
+ "description": "",
248
+ "attribute": false,
249
+ "type": "{ useBrick: UseBrickConf }"
250
+ },
251
+ {
252
+ "name": "tooltipStyle",
253
+ "description": "",
254
+ "attribute": false,
255
+ "type": "CSSProperties"
256
+ }
257
+ ],
258
+ "events": [
259
+ {
260
+ "name": "treemap.click",
261
+ "description": "",
262
+ "detail": {
263
+ "description": null,
264
+ "type": "TreemapData"
265
+ }
266
+ }
267
+ ],
268
+ "slots": [],
269
+ "methods": [],
270
+ "parts": [],
271
+ "description": "现代风树图"
272
+ },
273
+ {
274
+ "name": "data-view.battery-chart",
275
+ "properties": [
276
+ {
277
+ "name": "value",
278
+ "description": "",
279
+ "type": "number"
280
+ },
281
+ {
282
+ "name": "batteryWidth",
283
+ "description": "",
284
+ "type": "number"
285
+ },
286
+ {
287
+ "name": "batteryHeight",
288
+ "description": "",
289
+ "type": "number"
290
+ },
291
+ {
292
+ "name": "thresholdColors",
293
+ "description": "",
294
+ "attribute": false,
295
+ "type": "ThresholdColor[]"
296
+ },
297
+ {
298
+ "name": "thresholdValue",
299
+ "description": "",
300
+ "type": "number"
301
+ }
302
+ ],
303
+ "events": [],
304
+ "slots": [],
305
+ "methods": [],
306
+ "parts": [],
307
+ "description": "大屏电池"
308
+ },
234
309
  {
235
310
  "name": "data-view.dropdown-menu",
236
311
  "properties": [
@@ -411,43 +486,6 @@
411
486
  "parts": [],
412
487
  "description": "大屏粒子加载动效"
413
488
  },
414
- {
415
- "name": "data-view.modern-style-component-title",
416
- "properties": [
417
- {
418
- "name": "hideLeftComponent",
419
- "description": "",
420
- "default": "false"
421
- },
422
- {
423
- "name": "hideRightComponent",
424
- "description": "",
425
- "default": "true"
426
- },
427
- {
428
- "name": "componentTitle",
429
- "description": "",
430
- "type": "string"
431
- },
432
- {
433
- "name": "titleTextStyle",
434
- "description": "",
435
- "attribute": false,
436
- "type": "CSSProperties"
437
- },
438
- {
439
- "name": "squareColor",
440
- "description": "",
441
- "attribute": false,
442
- "type": "CSSProperties[\"color\"]"
443
- }
444
- ],
445
- "events": [],
446
- "slots": [],
447
- "methods": [],
448
- "parts": [],
449
- "description": "现代风组件标题"
450
- },
451
489
  {
452
490
  "name": "data-view.app-wall-card-item",
453
491
  "properties": [
@@ -474,22 +512,6 @@
474
512
  "parts": [],
475
513
  "description": "应用墙子构件----卡片项"
476
514
  },
477
- {
478
- "name": "data-view.app-wall-relation-line",
479
- "properties": [
480
- {
481
- "name": "lightColor",
482
- "description": "",
483
- "default": "\"blue\"",
484
- "type": "\"blue\" | \"purple\""
485
- }
486
- ],
487
- "events": [],
488
- "slots": [],
489
- "methods": [],
490
- "parts": [],
491
- "description": "应用墙子构件----关联连线"
492
- },
493
515
  {
494
516
  "name": "data-view.app-wall-system-card",
495
517
  "properties": [
@@ -538,6 +560,22 @@
538
560
  "parts": [],
539
561
  "description": "应用墙系统卡片"
540
562
  },
563
+ {
564
+ "name": "data-view.app-wall-relation-line",
565
+ "properties": [
566
+ {
567
+ "name": "lightColor",
568
+ "description": "",
569
+ "default": "\"blue\"",
570
+ "type": "\"blue\" | \"purple\""
571
+ }
572
+ ],
573
+ "events": [],
574
+ "slots": [],
575
+ "methods": [],
576
+ "parts": [],
577
+ "description": "应用墙子构件----关联连线"
578
+ },
541
579
  {
542
580
  "name": "data-view.cabinet-button",
543
581
  "properties": [
@@ -584,44 +622,6 @@
584
622
  "parts": [],
585
623
  "description": "cabinet子构件----节点"
586
624
  },
587
- {
588
- "name": "data-view.modern-style-page-title",
589
- "properties": [
590
- {
591
- "name": "pageTitle",
592
- "description": "",
593
- "type": "string"
594
- },
595
- {
596
- "name": "description",
597
- "description": "",
598
- "type": "string"
599
- },
600
- {
601
- "name": "backgroundStyle",
602
- "description": "",
603
- "attribute": false,
604
- "type": "CSSProperties"
605
- },
606
- {
607
- "name": "leftRoundStyle",
608
- "description": "",
609
- "attribute": false,
610
- "type": "CSSProperties"
611
- },
612
- {
613
- "name": "rightRoundStyle",
614
- "description": "",
615
- "attribute": false,
616
- "type": "CSSProperties"
617
- }
618
- ],
619
- "events": [],
620
- "slots": [],
621
- "methods": [],
622
- "parts": [],
623
- "description": "现代风页面标题"
624
- },
625
625
  {
626
626
  "name": "data-view.cabinet-app-layer",
627
627
  "properties": [
@@ -996,6 +996,47 @@
996
996
  "parts": [],
997
997
  "description": "齿轮背景"
998
998
  },
999
+ {
1000
+ "name": "data-view.title-text",
1001
+ "properties": [
1002
+ {
1003
+ "name": "type",
1004
+ "description": "文本样式,`normal` 纯白, `stroke` 渐变加描边, `gradient` 渐变",
1005
+ "default": "\"normal\"",
1006
+ "attribute": false,
1007
+ "type": "TitleType"
1008
+ },
1009
+ {
1010
+ "name": "text",
1011
+ "description": "标题文本",
1012
+ "default": "-",
1013
+ "type": "string"
1014
+ },
1015
+ {
1016
+ "name": "fontSize",
1017
+ "description": "字体大小",
1018
+ "default": "42px",
1019
+ "type": "CSSProperties[\"fontSize\"]"
1020
+ },
1021
+ {
1022
+ "name": "fontWeight",
1023
+ "description": "字体粗细",
1024
+ "default": "500",
1025
+ "type": "CSSProperties[\"fontWeight\"]"
1026
+ },
1027
+ {
1028
+ "name": "letterSpacing",
1029
+ "description": "字体间距",
1030
+ "default": "17px",
1031
+ "type": "CSSProperties[\"letterSpacing\"]"
1032
+ }
1033
+ ],
1034
+ "events": [],
1035
+ "slots": [],
1036
+ "methods": [],
1037
+ "parts": [],
1038
+ "description": "大屏标题文本构件"
1039
+ },
999
1040
  {
1000
1041
  "name": "data-view.radar-chart",
1001
1042
  "properties": [
@@ -1078,47 +1119,6 @@
1078
1119
  "parts": [],
1079
1120
  "description": "雷达图"
1080
1121
  },
1081
- {
1082
- "name": "data-view.title-text",
1083
- "properties": [
1084
- {
1085
- "name": "type",
1086
- "description": "文本样式,`normal` 纯白, `stroke` 渐变加描边, `gradient` 渐变",
1087
- "default": "\"normal\"",
1088
- "attribute": false,
1089
- "type": "TitleType"
1090
- },
1091
- {
1092
- "name": "text",
1093
- "description": "标题文本",
1094
- "default": "-",
1095
- "type": "string"
1096
- },
1097
- {
1098
- "name": "fontSize",
1099
- "description": "字体大小",
1100
- "default": "42px",
1101
- "type": "CSSProperties[\"fontSize\"]"
1102
- },
1103
- {
1104
- "name": "fontWeight",
1105
- "description": "字体粗细",
1106
- "default": "500",
1107
- "type": "CSSProperties[\"fontWeight\"]"
1108
- },
1109
- {
1110
- "name": "letterSpacing",
1111
- "description": "字体间距",
1112
- "default": "17px",
1113
- "type": "CSSProperties[\"letterSpacing\"]"
1114
- }
1115
- ],
1116
- "events": [],
1117
- "slots": [],
1118
- "methods": [],
1119
- "parts": [],
1120
- "description": "大屏标题文本构件"
1121
- },
1122
1122
  {
1123
1123
  "name": "data-view.brick-notification",
1124
1124
  "properties": [
@@ -1295,6 +1295,12 @@
1295
1295
  "description": "标题",
1296
1296
  "type": "string"
1297
1297
  },
1298
+ {
1299
+ "name": "titleStyle",
1300
+ "description": "标题样式",
1301
+ "attribute": false,
1302
+ "type": "CSSProperties"
1303
+ },
1298
1304
  {
1299
1305
  "name": "description",
1300
1306
  "description": "描述",