@next-bricks/data-view 1.10.10 → 1.10.12

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 (48) hide show
  1. package/dist/bricks.json +8 -8
  2. package/dist/chunks/3171.844c796f.js +2 -0
  3. package/dist/chunks/{5552.c7abf709.js.map → 3171.844c796f.js.map} +1 -1
  4. package/dist/chunks/{6314.2caa1846.js → 3933.0bb7da1d.js} +2 -2
  5. package/dist/chunks/{6314.2caa1846.js.map → 3933.0bb7da1d.js.map} +1 -1
  6. package/dist/chunks/4291.66178472.js +2 -0
  7. package/dist/chunks/4291.66178472.js.map +1 -0
  8. package/dist/chunks/5552.6fcbd077.js +2 -0
  9. package/dist/chunks/{3171.4ec49a67.js.map → 5552.6fcbd077.js.map} +1 -1
  10. package/dist/chunks/5902.549535f9.js +3 -0
  11. package/dist/chunks/5902.549535f9.js.map +1 -0
  12. package/dist/chunks/{3933.e1a5baea.js → 6314.9f58384b.js} +2 -2
  13. package/dist/chunks/{3933.e1a5baea.js.map → 6314.9f58384b.js.map} +1 -1
  14. package/dist/chunks/8097.8f59d530.js +2 -0
  15. package/dist/chunks/{8097.790cb624.js.map → 8097.8f59d530.js.map} +1 -1
  16. package/dist/chunks/{8826.58e3e455.js → 8826.da754999.js} +2 -2
  17. package/dist/chunks/{8826.58e3e455.js.map → 8826.da754999.js.map} +1 -1
  18. package/dist/chunks/9140.e170dabc.js +3 -0
  19. package/dist/chunks/9140.e170dabc.js.map +1 -0
  20. package/dist/chunks/{complex-search.96805f23.js → complex-search.6e250583.js} +2 -2
  21. package/dist/chunks/{complex-search.96805f23.js.map → complex-search.6e250583.js.map} +1 -1
  22. package/dist/chunks/{graph-text.68c50603.js → graph-text.7519cf16.js} +2 -2
  23. package/dist/chunks/{graph-text.68c50603.js.map → graph-text.7519cf16.js.map} +1 -1
  24. package/dist/chunks/main.5a631d5a.js +2 -0
  25. package/dist/chunks/{main.17ec0a6e.js.map → main.5a631d5a.js.map} +1 -1
  26. package/dist/chunks/{modern-style-treemap.e7d66b7e.js → modern-style-treemap.e69e96f5.js} +3 -3
  27. package/dist/chunks/{modern-style-treemap.e7d66b7e.js.map → modern-style-treemap.e69e96f5.js.map} +1 -1
  28. package/dist/examples.json +9 -9
  29. package/dist/index.bda4d569.js +2 -0
  30. package/dist/index.bda4d569.js.map +1 -0
  31. package/dist/manifest.json +143 -143
  32. package/dist/types.json +331 -331
  33. package/package.json +3 -3
  34. package/dist/chunks/3171.4ec49a67.js +0 -2
  35. package/dist/chunks/4185.e62f1747.js +0 -3
  36. package/dist/chunks/4185.e62f1747.js.map +0 -1
  37. package/dist/chunks/4291.8a2ae0f7.js +0 -2
  38. package/dist/chunks/4291.8a2ae0f7.js.map +0 -1
  39. package/dist/chunks/5552.c7abf709.js +0 -2
  40. package/dist/chunks/5902.8d260dd5.js +0 -3
  41. package/dist/chunks/5902.8d260dd5.js.map +0 -1
  42. package/dist/chunks/8097.790cb624.js +0 -2
  43. package/dist/chunks/main.17ec0a6e.js +0 -2
  44. package/dist/index.5efb9d19.js +0 -2
  45. package/dist/index.5efb9d19.js.map +0 -1
  46. /package/dist/chunks/{5902.8d260dd5.js.LICENSE.txt → 5902.549535f9.js.LICENSE.txt} +0 -0
  47. /package/dist/chunks/{4185.e62f1747.js.LICENSE.txt → 9140.e170dabc.js.LICENSE.txt} +0 -0
  48. /package/dist/chunks/{modern-style-treemap.e7d66b7e.js.LICENSE.txt → modern-style-treemap.e69e96f5.js.LICENSE.txt} +0 -0
@@ -50,80 +50,80 @@
50
50
  "category": "big-screen-content"
51
51
  },
52
52
  {
53
- "name": "data-view.modern-style-component-title",
53
+ "name": "data-view.modern-style-page-title",
54
54
  "properties": [
55
55
  {
56
- "name": "hideLeftComponent",
56
+ "name": "pageTitle",
57
57
  "description": "",
58
- "default": "false"
58
+ "type": "string"
59
59
  },
60
60
  {
61
- "name": "hideRightComponent",
61
+ "name": "description",
62
62
  "description": "",
63
- "default": "true"
63
+ "type": "string"
64
64
  },
65
65
  {
66
- "name": "componentTitle",
66
+ "name": "backgroundStyle",
67
67
  "description": "",
68
- "type": "string"
68
+ "attribute": false,
69
+ "type": "CSSProperties"
69
70
  },
70
71
  {
71
- "name": "titleTextStyle",
72
+ "name": "leftRoundStyle",
72
73
  "description": "",
73
74
  "attribute": false,
74
75
  "type": "CSSProperties"
75
76
  },
76
77
  {
77
- "name": "squareColor",
78
+ "name": "rightRoundStyle",
78
79
  "description": "",
79
80
  "attribute": false,
80
- "type": "CSSProperties[\"color\"]"
81
+ "type": "CSSProperties"
81
82
  }
82
83
  ],
83
84
  "events": [],
84
85
  "slots": [],
85
86
  "methods": [],
86
87
  "parts": [],
87
- "description": "现代风组件标题",
88
+ "description": "现代风页面标题",
88
89
  "category": "big-screen-content"
89
90
  },
90
91
  {
91
- "name": "data-view.modern-style-page-title",
92
+ "name": "data-view.modern-style-component-title",
92
93
  "properties": [
93
94
  {
94
- "name": "pageTitle",
95
+ "name": "hideLeftComponent",
95
96
  "description": "",
96
- "type": "string"
97
+ "default": "false"
97
98
  },
98
99
  {
99
- "name": "description",
100
+ "name": "hideRightComponent",
100
101
  "description": "",
101
- "type": "string"
102
+ "default": "true"
102
103
  },
103
104
  {
104
- "name": "backgroundStyle",
105
+ "name": "componentTitle",
105
106
  "description": "",
106
- "attribute": false,
107
- "type": "CSSProperties"
107
+ "type": "string"
108
108
  },
109
109
  {
110
- "name": "leftRoundStyle",
110
+ "name": "titleTextStyle",
111
111
  "description": "",
112
112
  "attribute": false,
113
113
  "type": "CSSProperties"
114
114
  },
115
115
  {
116
- "name": "rightRoundStyle",
116
+ "name": "squareColor",
117
117
  "description": "",
118
118
  "attribute": false,
119
- "type": "CSSProperties"
119
+ "type": "CSSProperties[\"color\"]"
120
120
  }
121
121
  ],
122
122
  "events": [],
123
123
  "slots": [],
124
124
  "methods": [],
125
125
  "parts": [],
126
- "description": "现代风页面标题",
126
+ "description": "现代风组件标题",
127
127
  "category": "big-screen-content"
128
128
  },
129
129
  {
@@ -353,6 +353,75 @@
353
353
  "description": "基础下拉菜单",
354
354
  "category": "big-screen-content"
355
355
  },
356
+ {
357
+ "name": "data-view.loading-panel",
358
+ "properties": [
359
+ {
360
+ "name": "customTitle",
361
+ "description": "",
362
+ "type": "string"
363
+ },
364
+ {
365
+ "name": "loading",
366
+ "description": "",
367
+ "type": "boolean"
368
+ },
369
+ {
370
+ "name": "useRealTimeProgress",
371
+ "description": "",
372
+ "default": "false",
373
+ "type": "boolean"
374
+ },
375
+ {
376
+ "name": "progress",
377
+ "description": "",
378
+ "type": "number"
379
+ },
380
+ {
381
+ "name": "intervalTime",
382
+ "description": "",
383
+ "type": "number"
384
+ }
385
+ ],
386
+ "events": [
387
+ {
388
+ "name": "end",
389
+ "description": "",
390
+ "detail": {
391
+ "description": null,
392
+ "type": "void"
393
+ }
394
+ }
395
+ ],
396
+ "slots": [],
397
+ "methods": [],
398
+ "parts": [],
399
+ "description": "大屏加载模块展示",
400
+ "category": "big-screen-content"
401
+ },
402
+ {
403
+ "name": "data-view.particle-animation",
404
+ "properties": [
405
+ {
406
+ "name": "colors",
407
+ "description": "",
408
+ "attribute": false,
409
+ "type": "ColorType"
410
+ },
411
+ {
412
+ "name": "containerStyle",
413
+ "description": "",
414
+ "attribute": false,
415
+ "type": "React.CSSProperties"
416
+ }
417
+ ],
418
+ "events": [],
419
+ "slots": [],
420
+ "methods": [],
421
+ "parts": [],
422
+ "description": "大屏粒子加载动效",
423
+ "category": "big-screen-content"
424
+ },
356
425
  {
357
426
  "name": "data-view.complex-search",
358
427
  "properties": [
@@ -427,75 +496,6 @@
427
496
  "description": "大屏搜索构件",
428
497
  "category": "big-screen-content"
429
498
  },
430
- {
431
- "name": "data-view.loading-panel",
432
- "properties": [
433
- {
434
- "name": "customTitle",
435
- "description": "",
436
- "type": "string"
437
- },
438
- {
439
- "name": "loading",
440
- "description": "",
441
- "type": "boolean"
442
- },
443
- {
444
- "name": "useRealTimeProgress",
445
- "description": "",
446
- "default": "false",
447
- "type": "boolean"
448
- },
449
- {
450
- "name": "progress",
451
- "description": "",
452
- "type": "number"
453
- },
454
- {
455
- "name": "intervalTime",
456
- "description": "",
457
- "type": "number"
458
- }
459
- ],
460
- "events": [
461
- {
462
- "name": "end",
463
- "description": "",
464
- "detail": {
465
- "description": null,
466
- "type": "void"
467
- }
468
- }
469
- ],
470
- "slots": [],
471
- "methods": [],
472
- "parts": [],
473
- "description": "大屏加载模块展示",
474
- "category": "big-screen-content"
475
- },
476
- {
477
- "name": "data-view.particle-animation",
478
- "properties": [
479
- {
480
- "name": "colors",
481
- "description": "",
482
- "attribute": false,
483
- "type": "ColorType"
484
- },
485
- {
486
- "name": "containerStyle",
487
- "description": "",
488
- "attribute": false,
489
- "type": "React.CSSProperties"
490
- }
491
- ],
492
- "events": [],
493
- "slots": [],
494
- "methods": [],
495
- "parts": [],
496
- "description": "大屏粒子加载动效",
497
- "category": "big-screen-content"
498
- },
499
499
  {
500
500
  "name": "data-view.app-wall-card-item",
501
501
  "properties": [
@@ -652,6 +652,57 @@
652
652
  "parts": [],
653
653
  "description": "cabinet子构件----应用层"
654
654
  },
655
+ {
656
+ "name": "data-view.cabinet-container",
657
+ "properties": [
658
+ {
659
+ "name": "type",
660
+ "description": "",
661
+ "default": "\"host\"",
662
+ "attribute": false,
663
+ "type": "ContainerType"
664
+ },
665
+ {
666
+ "name": "data",
667
+ "description": "",
668
+ "default": "[]",
669
+ "attribute": false,
670
+ "type": "CabinetNodeProps[]"
671
+ },
672
+ {
673
+ "name": "status",
674
+ "description": "",
675
+ "type": "\"active\" | \"faded\""
676
+ },
677
+ {
678
+ "name": "customTitle",
679
+ "description": "",
680
+ "type": "string"
681
+ }
682
+ ],
683
+ "events": [
684
+ {
685
+ "name": "container.click",
686
+ "description": "",
687
+ "detail": {
688
+ "description": null,
689
+ "type": "ClickEventDataType"
690
+ }
691
+ },
692
+ {
693
+ "name": "container.dbclick",
694
+ "description": "",
695
+ "detail": {
696
+ "description": null,
697
+ "type": "ClickEventDataType"
698
+ }
699
+ }
700
+ ],
701
+ "slots": [],
702
+ "methods": [],
703
+ "parts": [],
704
+ "description": "大屏集群容器构件"
705
+ },
655
706
  {
656
707
  "name": "data-view.cabinet-thumbnail",
657
708
  "properties": [
@@ -1776,57 +1827,6 @@
1776
1827
  "methods": [],
1777
1828
  "parts": [],
1778
1829
  "description": "构件 `data-view.china-map`"
1779
- },
1780
- {
1781
- "name": "data-view.cabinet-container",
1782
- "properties": [
1783
- {
1784
- "name": "type",
1785
- "description": "",
1786
- "default": "\"host\"",
1787
- "attribute": false,
1788
- "type": "ContainerType"
1789
- },
1790
- {
1791
- "name": "data",
1792
- "description": "",
1793
- "default": "[]",
1794
- "attribute": false,
1795
- "type": "CabinetNodeProps[]"
1796
- },
1797
- {
1798
- "name": "status",
1799
- "description": "",
1800
- "type": "\"active\" | \"faded\""
1801
- },
1802
- {
1803
- "name": "customTitle",
1804
- "description": "",
1805
- "type": "string"
1806
- }
1807
- ],
1808
- "events": [
1809
- {
1810
- "name": "container.click",
1811
- "description": "",
1812
- "detail": {
1813
- "description": null,
1814
- "type": "ClickEventDataType"
1815
- }
1816
- },
1817
- {
1818
- "name": "container.dbclick",
1819
- "description": "",
1820
- "detail": {
1821
- "description": null,
1822
- "type": "ClickEventDataType"
1823
- }
1824
- }
1825
- ],
1826
- "slots": [],
1827
- "methods": [],
1828
- "parts": [],
1829
- "description": "大屏集群容器构件"
1830
1830
  }
1831
1831
  ],
1832
1832
  "providers": []