@next-bricks/data-view 0.23.7 → 0.23.8

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,79 +49,96 @@
49
49
  "description": "大屏仪表盘"
50
50
  },
51
51
  {
52
- "name": "data-view.modern-style-component-title",
52
+ "name": "data-view.modern-style-treemap",
53
53
  "properties": [
54
54
  {
55
- "name": "hideLeftComponent",
55
+ "name": "data",
56
56
  "description": "",
57
- "default": "false"
57
+ "attribute": false,
58
+ "type": "TreemapData"
58
59
  },
59
60
  {
60
- "name": "hideRightComponent",
61
+ "name": "tail",
61
62
  "description": "",
62
- "default": "true"
63
+ "default": "TailTypes[\"treemapSquarify\"]",
64
+ "attribute": false,
65
+ "type": "TailTypes"
63
66
  },
64
67
  {
65
- "name": "componentTitle",
68
+ "name": "leafUseBrick",
66
69
  "description": "",
67
- "type": "string"
70
+ "attribute": false,
71
+ "type": "{ useBrick: UseBrickConf }"
68
72
  },
69
73
  {
70
- "name": "titleTextStyle",
74
+ "name": "leafContainerStyle",
71
75
  "description": "",
72
76
  "attribute": false,
73
77
  "type": "CSSProperties"
74
78
  },
75
79
  {
76
- "name": "squareColor",
80
+ "name": "tooltipUseBrick",
77
81
  "description": "",
78
82
  "attribute": false,
79
- "type": "CSSProperties[\"color\"]"
83
+ "type": "{ useBrick: UseBrickConf }"
84
+ },
85
+ {
86
+ "name": "tooltipStyle",
87
+ "description": "",
88
+ "attribute": false,
89
+ "type": "CSSProperties"
90
+ }
91
+ ],
92
+ "events": [
93
+ {
94
+ "name": "treemap.click",
95
+ "description": "",
96
+ "detail": {
97
+ "description": null,
98
+ "type": "TreemapData"
99
+ }
80
100
  }
81
101
  ],
82
- "events": [],
83
102
  "slots": [],
84
103
  "methods": [],
85
104
  "parts": [],
86
- "description": "现代风组件标题"
105
+ "description": "现代风树图"
87
106
  },
88
107
  {
89
- "name": "data-view.modern-style-page-title",
108
+ "name": "data-view.battery-chart",
90
109
  "properties": [
91
110
  {
92
- "name": "pageTitle",
111
+ "name": "value",
93
112
  "description": "",
94
- "type": "string"
113
+ "type": "number"
95
114
  },
96
115
  {
97
- "name": "description",
116
+ "name": "batteryWidth",
98
117
  "description": "",
99
- "type": "string"
118
+ "type": "number"
100
119
  },
101
120
  {
102
- "name": "backgroundStyle",
121
+ "name": "batteryHeight",
103
122
  "description": "",
104
- "attribute": false,
105
- "type": "CSSProperties"
123
+ "type": "number"
106
124
  },
107
125
  {
108
- "name": "leftRoundStyle",
126
+ "name": "thresholdColors",
109
127
  "description": "",
110
128
  "attribute": false,
111
- "type": "CSSProperties"
129
+ "type": "ThresholdColor[]"
112
130
  },
113
131
  {
114
- "name": "rightRoundStyle",
132
+ "name": "thresholdValue",
115
133
  "description": "",
116
- "attribute": false,
117
- "type": "CSSProperties"
134
+ "type": "number"
118
135
  }
119
136
  ],
120
137
  "events": [],
121
138
  "slots": [],
122
139
  "methods": [],
123
140
  "parts": [],
124
- "description": "现代风页面标题"
141
+ "description": "大屏电池"
125
142
  },
126
143
  {
127
144
  "name": "data-view.tabs-drawer",
@@ -214,98 +231,6 @@
214
231
  "parts": [],
215
232
  "description": "大屏仪标签页抽屉"
216
233
  },
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
- },
309
234
  {
310
235
  "name": "data-view.dropdown-menu",
311
236
  "properties": [
@@ -486,6 +411,43 @@
486
411
  "parts": [],
487
412
  "description": "大屏粒子加载动效"
488
413
  },
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
+ },
489
451
  {
490
452
  "name": "data-view.app-wall-card-item",
491
453
  "properties": [
@@ -512,6 +474,22 @@
512
474
  "parts": [],
513
475
  "description": "应用墙子构件----卡片项"
514
476
  },
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
+ },
515
493
  {
516
494
  "name": "data-view.app-wall-system-card",
517
495
  "properties": [
@@ -560,22 +538,6 @@
560
538
  "parts": [],
561
539
  "description": "应用墙系统卡片"
562
540
  },
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
- },
579
541
  {
580
542
  "name": "data-view.cabinet-button",
581
543
  "properties": [
@@ -622,6 +584,44 @@
622
584
  "parts": [],
623
585
  "description": "cabinet子构件----节点"
624
586
  },
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": [
@@ -1304,11 +1304,17 @@
1304
1304
  "name": "color",
1305
1305
  "description": "字体颜色",
1306
1306
  "attribute": false,
1307
- "type": "React.CSSProperties[\"color\"]"
1307
+ "type": "CSSProperties[\"color\"]"
1308
+ },
1309
+ {
1310
+ "name": "desStyle",
1311
+ "description": "描述样式",
1312
+ "attribute": false,
1313
+ "type": "CSSProperties"
1308
1314
  },
1309
1315
  {
1310
1316
  "name": "descriptionList",
1311
- "description": "字体颜色",
1317
+ "description": "描述列表",
1312
1318
  "attribute": false,
1313
1319
  "type": "descriptionListItem[]"
1314
1320
  },