@next-bricks/data-view 1.3.1 → 1.3.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.
@@ -50,80 +50,60 @@
50
50
  "category": "big-screen-content"
51
51
  },
52
52
  {
53
- "name": "data-view.modern-style-component-title",
53
+ "name": "data-view.modern-style-treemap",
54
54
  "properties": [
55
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",
56
+ "name": "data",
72
57
  "description": "",
73
58
  "attribute": false,
74
- "type": "CSSProperties"
59
+ "type": "TreemapData"
75
60
  },
76
61
  {
77
- "name": "squareColor",
62
+ "name": "tail",
78
63
  "description": "",
64
+ "default": "TailTypes[\"treemapSquarify\"]",
79
65
  "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"
66
+ "type": "TailTypes"
97
67
  },
98
68
  {
99
- "name": "description",
69
+ "name": "leafUseBrick",
100
70
  "description": "",
101
- "type": "string"
71
+ "attribute": false,
72
+ "type": "{ useBrick: UseBrickConf }"
102
73
  },
103
74
  {
104
- "name": "backgroundStyle",
75
+ "name": "leafContainerStyle",
105
76
  "description": "",
106
77
  "attribute": false,
107
78
  "type": "CSSProperties"
108
79
  },
109
80
  {
110
- "name": "leftRoundStyle",
81
+ "name": "tooltipUseBrick",
111
82
  "description": "",
112
83
  "attribute": false,
113
- "type": "CSSProperties"
84
+ "type": "{ useBrick: UseBrickConf }"
114
85
  },
115
86
  {
116
- "name": "rightRoundStyle",
87
+ "name": "tooltipStyle",
117
88
  "description": "",
118
89
  "attribute": false,
119
90
  "type": "CSSProperties"
120
91
  }
121
92
  ],
122
- "events": [],
93
+ "events": [
94
+ {
95
+ "name": "treemap.click",
96
+ "description": "",
97
+ "detail": {
98
+ "description": null,
99
+ "type": "TreemapData"
100
+ }
101
+ }
102
+ ],
123
103
  "slots": [],
124
104
  "methods": [],
125
105
  "parts": [],
126
- "description": "现代风页面标题",
106
+ "description": "现代风树图",
127
107
  "category": "big-screen-content"
128
108
  },
129
109
  {
@@ -218,63 +198,6 @@
218
198
  "description": "大屏仪标签页抽屉",
219
199
  "category": "big-screen-layout"
220
200
  },
221
- {
222
- "name": "data-view.modern-style-treemap",
223
- "properties": [
224
- {
225
- "name": "data",
226
- "description": "",
227
- "attribute": false,
228
- "type": "TreemapData"
229
- },
230
- {
231
- "name": "tail",
232
- "description": "",
233
- "default": "TailTypes[\"treemapSquarify\"]",
234
- "attribute": false,
235
- "type": "TailTypes"
236
- },
237
- {
238
- "name": "leafUseBrick",
239
- "description": "",
240
- "attribute": false,
241
- "type": "{ useBrick: UseBrickConf }"
242
- },
243
- {
244
- "name": "leafContainerStyle",
245
- "description": "",
246
- "attribute": false,
247
- "type": "CSSProperties"
248
- },
249
- {
250
- "name": "tooltipUseBrick",
251
- "description": "",
252
- "attribute": false,
253
- "type": "{ useBrick: UseBrickConf }"
254
- },
255
- {
256
- "name": "tooltipStyle",
257
- "description": "",
258
- "attribute": false,
259
- "type": "CSSProperties"
260
- }
261
- ],
262
- "events": [
263
- {
264
- "name": "treemap.click",
265
- "description": "",
266
- "detail": {
267
- "description": null,
268
- "type": "TreemapData"
269
- }
270
- }
271
- ],
272
- "slots": [],
273
- "methods": [],
274
- "parts": [],
275
- "description": "现代风树图",
276
- "category": "big-screen-content"
277
- },
278
201
  {
279
202
  "name": "data-view.battery-chart",
280
203
  "properties": [
@@ -427,6 +350,44 @@
427
350
  "description": "大屏搜索构件",
428
351
  "category": "big-screen-content"
429
352
  },
353
+ {
354
+ "name": "data-view.modern-style-component-title",
355
+ "properties": [
356
+ {
357
+ "name": "hideLeftComponent",
358
+ "description": "",
359
+ "default": "false"
360
+ },
361
+ {
362
+ "name": "hideRightComponent",
363
+ "description": "",
364
+ "default": "true"
365
+ },
366
+ {
367
+ "name": "componentTitle",
368
+ "description": "",
369
+ "type": "string"
370
+ },
371
+ {
372
+ "name": "titleTextStyle",
373
+ "description": "",
374
+ "attribute": false,
375
+ "type": "CSSProperties"
376
+ },
377
+ {
378
+ "name": "squareColor",
379
+ "description": "",
380
+ "attribute": false,
381
+ "type": "CSSProperties[\"color\"]"
382
+ }
383
+ ],
384
+ "events": [],
385
+ "slots": [],
386
+ "methods": [],
387
+ "parts": [],
388
+ "description": "现代风组件标题",
389
+ "category": "big-screen-content"
390
+ },
430
391
  {
431
392
  "name": "data-view.loading-panel",
432
393
  "properties": [
@@ -474,53 +435,66 @@
474
435
  "category": "big-screen-content"
475
436
  },
476
437
  {
477
- "name": "data-view.particle-animation",
438
+ "name": "data-view.modern-style-page-title",
478
439
  "properties": [
479
440
  {
480
- "name": "colors",
441
+ "name": "pageTitle",
442
+ "description": "",
443
+ "type": "string"
444
+ },
445
+ {
446
+ "name": "description",
447
+ "description": "",
448
+ "type": "string"
449
+ },
450
+ {
451
+ "name": "backgroundStyle",
481
452
  "description": "",
482
453
  "attribute": false,
483
- "type": "ColorType"
454
+ "type": "CSSProperties"
484
455
  },
485
456
  {
486
- "name": "containerStyle",
457
+ "name": "leftRoundStyle",
487
458
  "description": "",
488
459
  "attribute": false,
489
- "type": "React.CSSProperties"
460
+ "type": "CSSProperties"
461
+ },
462
+ {
463
+ "name": "rightRoundStyle",
464
+ "description": "",
465
+ "attribute": false,
466
+ "type": "CSSProperties"
490
467
  }
491
468
  ],
492
469
  "events": [],
493
470
  "slots": [],
494
471
  "methods": [],
495
472
  "parts": [],
496
- "description": "大屏粒子加载动效",
473
+ "description": "现代风页面标题",
497
474
  "category": "big-screen-content"
498
475
  },
499
476
  {
500
- "name": "data-view.app-wall-card-item",
477
+ "name": "data-view.particle-animation",
501
478
  "properties": [
502
479
  {
503
- "name": "status",
504
- "description": "状态",
505
- "default": "\"normal\"",
506
- "type": "\"normal\" | \"warning\""
507
- },
508
- {
509
- "name": "cardTitle",
510
- "description": "标题",
511
- "type": "string"
480
+ "name": "colors",
481
+ "description": "",
482
+ "attribute": false,
483
+ "type": "ColorType"
512
484
  },
513
485
  {
514
- "name": "description",
515
- "description": "描述",
516
- "type": "string"
486
+ "name": "containerStyle",
487
+ "description": "",
488
+ "attribute": false,
489
+ "type": "React.CSSProperties"
517
490
  }
518
491
  ],
519
492
  "events": [],
520
493
  "slots": [],
521
494
  "methods": [],
522
495
  "parts": [],
523
- "description": "应用墙子构件----卡片项"
496
+ "description": "大屏粒子加载动效",
497
+ "category": "big-screen-content"
524
498
  },
525
499
  {
526
500
  "name": "data-view.app-wall-system-card",
@@ -570,6 +544,32 @@
570
544
  "parts": [],
571
545
  "description": "应用墙系统卡片"
572
546
  },
547
+ {
548
+ "name": "data-view.app-wall-card-item",
549
+ "properties": [
550
+ {
551
+ "name": "status",
552
+ "description": "状态",
553
+ "default": "\"normal\"",
554
+ "type": "\"normal\" | \"warning\""
555
+ },
556
+ {
557
+ "name": "cardTitle",
558
+ "description": "标题",
559
+ "type": "string"
560
+ },
561
+ {
562
+ "name": "description",
563
+ "description": "描述",
564
+ "type": "string"
565
+ }
566
+ ],
567
+ "events": [],
568
+ "slots": [],
569
+ "methods": [],
570
+ "parts": [],
571
+ "description": "应用墙子构件----卡片项"
572
+ },
573
573
  {
574
574
  "name": "data-view.app-wall-relation-line",
575
575
  "properties": [
@@ -1239,30 +1239,6 @@
1239
1239
  "description": "大屏标题栏三种样式构件",
1240
1240
  "category": "big-screen-content"
1241
1241
  },
1242
- {
1243
- "name": "data-view.lights-component-title",
1244
- "properties": [
1245
- {
1246
- "name": "componentTitle",
1247
- "description": "组件标题",
1248
- "default": "-",
1249
- "type": "string"
1250
- },
1251
- {
1252
- "name": "theme",
1253
- "description": "",
1254
- "required": true,
1255
- "default": null,
1256
- "type": "\"light\" | \"dark\""
1257
- }
1258
- ],
1259
- "events": [],
1260
- "slots": [],
1261
- "methods": [],
1262
- "parts": [],
1263
- "description": "构件 `data-view.lights-component-title`",
1264
- "category": "big-screen-content"
1265
- },
1266
1242
  {
1267
1243
  "name": "data-view.hi-tech-button",
1268
1244
  "properties": [
@@ -1295,6 +1271,30 @@
1295
1271
  "parts": [],
1296
1272
  "description": "大屏按钮"
1297
1273
  },
1274
+ {
1275
+ "name": "data-view.lights-component-title",
1276
+ "properties": [
1277
+ {
1278
+ "name": "componentTitle",
1279
+ "description": "组件标题",
1280
+ "default": "-",
1281
+ "type": "string"
1282
+ },
1283
+ {
1284
+ "name": "theme",
1285
+ "description": "",
1286
+ "required": true,
1287
+ "default": null,
1288
+ "type": "\"light\" | \"dark\""
1289
+ }
1290
+ ],
1291
+ "events": [],
1292
+ "slots": [],
1293
+ "methods": [],
1294
+ "parts": [],
1295
+ "description": "构件 `data-view.lights-component-title`",
1296
+ "category": "big-screen-content"
1297
+ },
1298
1298
  {
1299
1299
  "name": "data-view.tech-mesh-base-view",
1300
1300
  "properties": [],