@next-bricks/data-view 0.23.8 → 0.23.10

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.
Files changed (46) hide show
  1. package/dist/bricks.json +5 -5
  2. package/dist/chunks/{5381.450dd2d0.js → 5381.20c6618d.js} +2 -2
  3. package/dist/chunks/{6660.cdd657e7.js.map → 5381.20c6618d.js.map} +1 -1
  4. package/dist/chunks/{5636.3713d07e.js → 5636.1fb4ae13.js} +2 -2
  5. package/dist/chunks/{5636.3713d07e.js.map → 5636.1fb4ae13.js.map} +1 -1
  6. package/dist/chunks/{6051.224ac9ff.js → 6051.895761c3.js} +2 -2
  7. package/dist/chunks/{6051.224ac9ff.js.map → 6051.895761c3.js.map} +1 -1
  8. package/dist/chunks/{6205.a2efc262.js → 6205.a3d4d8ca.js} +2 -2
  9. package/dist/chunks/{6205.a2efc262.js.map → 6205.a3d4d8ca.js.map} +1 -1
  10. package/dist/chunks/{6660.cdd657e7.js → 6660.cafc99e7.js} +2 -2
  11. package/dist/chunks/{5381.450dd2d0.js.map → 6660.cafc99e7.js.map} +1 -1
  12. package/dist/chunks/{7164.2969f675.js → 7164.1d90b4ee.js} +2 -2
  13. package/dist/chunks/{7164.2969f675.js.map → 7164.1d90b4ee.js.map} +1 -1
  14. package/dist/chunks/8442.d5e42c40.js +2 -0
  15. package/dist/chunks/8442.d5e42c40.js.map +1 -0
  16. package/dist/chunks/9809.522653f4.js +2 -0
  17. package/dist/chunks/9809.522653f4.js.map +1 -0
  18. package/dist/chunks/complex-search.d8b3bf64.js +2 -0
  19. package/dist/chunks/{complex-search.27c22e86.js.map → complex-search.d8b3bf64.js.map} +1 -1
  20. package/dist/chunks/{graph-text.cd05efd7.js → graph-text.80fb0341.js} +2 -2
  21. package/dist/chunks/{graph-text.cd05efd7.js.map → graph-text.80fb0341.js.map} +1 -1
  22. package/dist/chunks/main.10a50421.js +2 -0
  23. package/dist/chunks/{main.c7b20390.js.map → main.10a50421.js.map} +1 -1
  24. package/dist/chunks/modern-style-treemap.d8d3967d.js +3 -0
  25. package/dist/chunks/{modern-style-treemap.ce32cd28.js.map → modern-style-treemap.d8d3967d.js.map} +1 -1
  26. package/dist/chunks/simple-card-item.8aca9f4b.js +3 -0
  27. package/dist/chunks/simple-card-item.8aca9f4b.js.map +1 -0
  28. package/dist/examples.json +12 -12
  29. package/dist/index.ba6ea97f.js +2 -0
  30. package/dist/{index.8a2213b6.js.map → index.ba6ea97f.js.map} +1 -1
  31. package/dist/manifest.json +140 -134
  32. package/dist/types.json +242 -232
  33. package/dist-types/simple-card-item/index.d.ts +5 -0
  34. package/package.json +3 -3
  35. package/dist/chunks/8442.88d04a5e.js +0 -2
  36. package/dist/chunks/8442.88d04a5e.js.map +0 -1
  37. package/dist/chunks/9809.12d58855.js +0 -2
  38. package/dist/chunks/9809.12d58855.js.map +0 -1
  39. package/dist/chunks/complex-search.27c22e86.js +0 -2
  40. package/dist/chunks/main.c7b20390.js +0 -2
  41. package/dist/chunks/modern-style-treemap.ce32cd28.js +0 -3
  42. package/dist/chunks/simple-card-item.f378de0e.js +0 -3
  43. package/dist/chunks/simple-card-item.f378de0e.js.map +0 -1
  44. package/dist/index.8a2213b6.js +0 -2
  45. /package/dist/chunks/{modern-style-treemap.ce32cd28.js.LICENSE.txt → modern-style-treemap.d8d3967d.js.LICENSE.txt} +0 -0
  46. /package/dist/chunks/{simple-card-item.f378de0e.js.LICENSE.txt → simple-card-item.8aca9f4b.js.LICENSE.txt} +0 -0
@@ -49,96 +49,79 @@
49
49
  "description": "大屏仪表盘"
50
50
  },
51
51
  {
52
- "name": "data-view.modern-style-treemap",
52
+ "name": "data-view.modern-style-component-title",
53
53
  "properties": [
54
54
  {
55
- "name": "data",
55
+ "name": "hideLeftComponent",
56
56
  "description": "",
57
- "attribute": false,
58
- "type": "TreemapData"
57
+ "default": "false"
59
58
  },
60
59
  {
61
- "name": "tail",
60
+ "name": "hideRightComponent",
62
61
  "description": "",
63
- "default": "TailTypes[\"treemapSquarify\"]",
64
- "attribute": false,
65
- "type": "TailTypes"
62
+ "default": "true"
66
63
  },
67
64
  {
68
- "name": "leafUseBrick",
65
+ "name": "componentTitle",
69
66
  "description": "",
70
- "attribute": false,
71
- "type": "{ useBrick: UseBrickConf }"
67
+ "type": "string"
72
68
  },
73
69
  {
74
- "name": "leafContainerStyle",
70
+ "name": "titleTextStyle",
75
71
  "description": "",
76
72
  "attribute": false,
77
73
  "type": "CSSProperties"
78
74
  },
79
75
  {
80
- "name": "tooltipUseBrick",
81
- "description": "",
82
- "attribute": false,
83
- "type": "{ useBrick: UseBrickConf }"
84
- },
85
- {
86
- "name": "tooltipStyle",
76
+ "name": "squareColor",
87
77
  "description": "",
88
78
  "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
- }
79
+ "type": "CSSProperties[\"color\"]"
100
80
  }
101
81
  ],
82
+ "events": [],
102
83
  "slots": [],
103
84
  "methods": [],
104
85
  "parts": [],
105
- "description": "现代风树图"
86
+ "description": "现代风组件标题"
106
87
  },
107
88
  {
108
- "name": "data-view.battery-chart",
89
+ "name": "data-view.modern-style-page-title",
109
90
  "properties": [
110
91
  {
111
- "name": "value",
92
+ "name": "pageTitle",
112
93
  "description": "",
113
- "type": "number"
94
+ "type": "string"
114
95
  },
115
96
  {
116
- "name": "batteryWidth",
97
+ "name": "description",
117
98
  "description": "",
118
- "type": "number"
99
+ "type": "string"
119
100
  },
120
101
  {
121
- "name": "batteryHeight",
102
+ "name": "backgroundStyle",
122
103
  "description": "",
123
- "type": "number"
104
+ "attribute": false,
105
+ "type": "CSSProperties"
124
106
  },
125
107
  {
126
- "name": "thresholdColors",
108
+ "name": "leftRoundStyle",
127
109
  "description": "",
128
110
  "attribute": false,
129
- "type": "ThresholdColor[]"
111
+ "type": "CSSProperties"
130
112
  },
131
113
  {
132
- "name": "thresholdValue",
114
+ "name": "rightRoundStyle",
133
115
  "description": "",
134
- "type": "number"
116
+ "attribute": false,
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": [
@@ -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": "描述",