@next-bricks/data-view 1.10.12 → 1.11.0

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 (52) hide show
  1. package/dist/bricks.json +14 -14
  2. package/dist/chunks/{3171.844c796f.js → 3171.58807427.js} +2 -2
  3. package/dist/chunks/{5552.6fcbd077.js.map → 3171.58807427.js.map} +1 -1
  4. package/dist/chunks/{6314.9f58384b.js → 3933.f2b54556.js} +2 -2
  5. package/dist/chunks/{6314.9f58384b.js.map → 3933.f2b54556.js.map} +1 -1
  6. package/dist/chunks/{5552.6fcbd077.js → 5552.87da9878.js} +2 -2
  7. package/dist/chunks/{3171.844c796f.js.map → 5552.87da9878.js.map} +1 -1
  8. package/dist/chunks/{3933.0bb7da1d.js → 6314.a27d2069.js} +2 -2
  9. package/dist/chunks/{3933.0bb7da1d.js.map → 6314.a27d2069.js.map} +1 -1
  10. package/dist/chunks/6773.5f152984.js +2 -0
  11. package/dist/chunks/6773.5f152984.js.map +1 -0
  12. package/dist/chunks/{8097.8f59d530.js → 8097.e14d0f64.js} +2 -2
  13. package/dist/chunks/{8097.8f59d530.js.map → 8097.e14d0f64.js.map} +1 -1
  14. package/dist/chunks/871.b8aa19b8.js +2 -0
  15. package/dist/chunks/871.b8aa19b8.js.map +1 -0
  16. package/dist/chunks/8826.de9de90b.js +2 -0
  17. package/dist/chunks/8826.de9de90b.js.map +1 -0
  18. package/dist/chunks/9140.3c21ab5b.js +3 -0
  19. package/dist/chunks/9140.3c21ab5b.js.map +1 -0
  20. package/dist/chunks/china-map.bcf4df6e.js +2 -0
  21. package/dist/chunks/china-map.bcf4df6e.js.map +1 -0
  22. package/dist/chunks/complex-search.c53d6876.js +2 -0
  23. package/dist/chunks/{complex-search.6e250583.js.map → complex-search.c53d6876.js.map} +1 -1
  24. package/dist/chunks/graph-text.35673faa.js +2 -0
  25. package/dist/chunks/{graph-text.7519cf16.js.map → graph-text.35673faa.js.map} +1 -1
  26. package/dist/chunks/{main.5a631d5a.js → main.fb95bab6.js} +2 -2
  27. package/dist/chunks/{main.5a631d5a.js.map → main.fb95bab6.js.map} +1 -1
  28. package/dist/chunks/{modern-style-treemap.e69e96f5.js → modern-style-treemap.3836ca2d.js} +3 -3
  29. package/dist/chunks/{modern-style-treemap.e69e96f5.js.map → modern-style-treemap.3836ca2d.js.map} +1 -1
  30. package/dist/examples.json +22 -22
  31. package/dist/{index.bda4d569.js → index.163f2ff4.js} +2 -2
  32. package/dist/index.163f2ff4.js.map +1 -0
  33. package/dist/manifest.json +223 -223
  34. package/dist/types.json +1227 -1194
  35. package/dist-types/china-map/index.d.ts +2 -0
  36. package/docs/china-map.md +28 -0
  37. package/package.json +2 -2
  38. package/dist/chunks/6773.12284ad6.js +0 -2
  39. package/dist/chunks/6773.12284ad6.js.map +0 -1
  40. package/dist/chunks/871.f5aa7aaf.js +0 -2
  41. package/dist/chunks/871.f5aa7aaf.js.map +0 -1
  42. package/dist/chunks/8826.da754999.js +0 -2
  43. package/dist/chunks/8826.da754999.js.map +0 -1
  44. package/dist/chunks/9140.e170dabc.js +0 -3
  45. package/dist/chunks/9140.e170dabc.js.map +0 -1
  46. package/dist/chunks/china-map.a31fb444.js +0 -2
  47. package/dist/chunks/china-map.a31fb444.js.map +0 -1
  48. package/dist/chunks/complex-search.6e250583.js +0 -2
  49. package/dist/chunks/graph-text.7519cf16.js +0 -2
  50. package/dist/index.bda4d569.js.map +0 -1
  51. /package/dist/chunks/{9140.e170dabc.js.LICENSE.txt → 9140.3c21ab5b.js.LICENSE.txt} +0 -0
  52. /package/dist/chunks/{modern-style-treemap.e69e96f5.js.LICENSE.txt → modern-style-treemap.3836ca2d.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-page-title",
53
+ "name": "data-view.modern-style-component-title",
54
54
  "properties": [
55
55
  {
56
- "name": "pageTitle",
56
+ "name": "hideLeftComponent",
57
57
  "description": "",
58
- "type": "string"
58
+ "default": "false"
59
59
  },
60
60
  {
61
- "name": "description",
61
+ "name": "hideRightComponent",
62
62
  "description": "",
63
- "type": "string"
63
+ "default": "true"
64
64
  },
65
65
  {
66
- "name": "backgroundStyle",
66
+ "name": "componentTitle",
67
67
  "description": "",
68
- "attribute": false,
69
- "type": "CSSProperties"
68
+ "type": "string"
70
69
  },
71
70
  {
72
- "name": "leftRoundStyle",
71
+ "name": "titleTextStyle",
73
72
  "description": "",
74
73
  "attribute": false,
75
74
  "type": "CSSProperties"
76
75
  },
77
76
  {
78
- "name": "rightRoundStyle",
77
+ "name": "squareColor",
79
78
  "description": "",
80
79
  "attribute": false,
81
- "type": "CSSProperties"
80
+ "type": "CSSProperties[\"color\"]"
82
81
  }
83
82
  ],
84
83
  "events": [],
85
84
  "slots": [],
86
85
  "methods": [],
87
86
  "parts": [],
88
- "description": "现代风页面标题",
87
+ "description": "现代风组件标题",
89
88
  "category": "big-screen-content"
90
89
  },
91
90
  {
92
- "name": "data-view.modern-style-component-title",
91
+ "name": "data-view.modern-style-page-title",
93
92
  "properties": [
94
93
  {
95
- "name": "hideLeftComponent",
94
+ "name": "pageTitle",
96
95
  "description": "",
97
- "default": "false"
96
+ "type": "string"
98
97
  },
99
98
  {
100
- "name": "hideRightComponent",
99
+ "name": "description",
101
100
  "description": "",
102
- "default": "true"
101
+ "type": "string"
103
102
  },
104
103
  {
105
- "name": "componentTitle",
104
+ "name": "backgroundStyle",
106
105
  "description": "",
107
- "type": "string"
106
+ "attribute": false,
107
+ "type": "CSSProperties"
108
108
  },
109
109
  {
110
- "name": "titleTextStyle",
110
+ "name": "leftRoundStyle",
111
111
  "description": "",
112
112
  "attribute": false,
113
113
  "type": "CSSProperties"
114
114
  },
115
115
  {
116
- "name": "squareColor",
116
+ "name": "rightRoundStyle",
117
117
  "description": "",
118
118
  "attribute": false,
119
- "type": "CSSProperties[\"color\"]"
119
+ "type": "CSSProperties"
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
  {
@@ -275,43 +275,6 @@
275
275
  "description": "现代风树图",
276
276
  "category": "big-screen-content"
277
277
  },
278
- {
279
- "name": "data-view.battery-chart",
280
- "properties": [
281
- {
282
- "name": "value",
283
- "description": "",
284
- "type": "number"
285
- },
286
- {
287
- "name": "batteryWidth",
288
- "description": "",
289
- "type": "number"
290
- },
291
- {
292
- "name": "batteryHeight",
293
- "description": "",
294
- "type": "number"
295
- },
296
- {
297
- "name": "thresholdColors",
298
- "description": "",
299
- "attribute": false,
300
- "type": "ThresholdColor[]"
301
- },
302
- {
303
- "name": "thresholdValue",
304
- "description": "",
305
- "type": "number"
306
- }
307
- ],
308
- "events": [],
309
- "slots": [],
310
- "methods": [],
311
- "parts": [],
312
- "description": "大屏电池",
313
- "category": "big-screen-content"
314
- },
315
278
  {
316
279
  "name": "data-view.dropdown-menu",
317
280
  "properties": [
@@ -353,75 +316,6 @@
353
316
  "description": "基础下拉菜单",
354
317
  "category": "big-screen-content"
355
318
  },
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
- },
425
319
  {
426
320
  "name": "data-view.complex-search",
427
321
  "properties": [
@@ -496,6 +390,52 @@
496
390
  "description": "大屏搜索构件",
497
391
  "category": "big-screen-content"
498
392
  },
393
+ {
394
+ "name": "data-view.loading-panel",
395
+ "properties": [
396
+ {
397
+ "name": "customTitle",
398
+ "description": "",
399
+ "type": "string"
400
+ },
401
+ {
402
+ "name": "loading",
403
+ "description": "",
404
+ "type": "boolean"
405
+ },
406
+ {
407
+ "name": "useRealTimeProgress",
408
+ "description": "",
409
+ "default": "false",
410
+ "type": "boolean"
411
+ },
412
+ {
413
+ "name": "progress",
414
+ "description": "",
415
+ "type": "number"
416
+ },
417
+ {
418
+ "name": "intervalTime",
419
+ "description": "",
420
+ "type": "number"
421
+ }
422
+ ],
423
+ "events": [
424
+ {
425
+ "name": "end",
426
+ "description": "",
427
+ "detail": {
428
+ "description": null,
429
+ "type": "void"
430
+ }
431
+ }
432
+ ],
433
+ "slots": [],
434
+ "methods": [],
435
+ "parts": [],
436
+ "description": "大屏加载模块展示",
437
+ "category": "big-screen-content"
438
+ },
499
439
  {
500
440
  "name": "data-view.app-wall-card-item",
501
441
  "properties": [
@@ -522,6 +462,43 @@
522
462
  "parts": [],
523
463
  "description": "应用墙子构件----卡片项"
524
464
  },
465
+ {
466
+ "name": "data-view.battery-chart",
467
+ "properties": [
468
+ {
469
+ "name": "value",
470
+ "description": "",
471
+ "type": "number"
472
+ },
473
+ {
474
+ "name": "batteryWidth",
475
+ "description": "",
476
+ "type": "number"
477
+ },
478
+ {
479
+ "name": "batteryHeight",
480
+ "description": "",
481
+ "type": "number"
482
+ },
483
+ {
484
+ "name": "thresholdColors",
485
+ "description": "",
486
+ "attribute": false,
487
+ "type": "ThresholdColor[]"
488
+ },
489
+ {
490
+ "name": "thresholdValue",
491
+ "description": "",
492
+ "type": "number"
493
+ }
494
+ ],
495
+ "events": [],
496
+ "slots": [],
497
+ "methods": [],
498
+ "parts": [],
499
+ "description": "大屏电池",
500
+ "category": "big-screen-content"
501
+ },
525
502
  {
526
503
  "name": "data-view.app-wall-system-card",
527
504
  "properties": [
@@ -570,6 +547,29 @@
570
547
  "parts": [],
571
548
  "description": "应用墙系统卡片"
572
549
  },
550
+ {
551
+ "name": "data-view.particle-animation",
552
+ "properties": [
553
+ {
554
+ "name": "colors",
555
+ "description": "",
556
+ "attribute": false,
557
+ "type": "ColorType"
558
+ },
559
+ {
560
+ "name": "containerStyle",
561
+ "description": "",
562
+ "attribute": false,
563
+ "type": "React.CSSProperties"
564
+ }
565
+ ],
566
+ "events": [],
567
+ "slots": [],
568
+ "methods": [],
569
+ "parts": [],
570
+ "description": "大屏粒子加载动效",
571
+ "category": "big-screen-content"
572
+ },
573
573
  {
574
574
  "name": "data-view.app-wall-relation-line",
575
575
  "properties": [
@@ -731,59 +731,6 @@
731
731
  "parts": [],
732
732
  "description": "应用墙缩略图"
733
733
  },
734
- {
735
- "name": "data-view.cabinet-graph",
736
- "properties": [
737
- {
738
- "name": "dataSource",
739
- "description": "",
740
- "attribute": false,
741
- "type": "AppData"
742
- },
743
- {
744
- "name": "activeKey",
745
- "description": "",
746
- "attribute": false,
747
- "type": "string | string[]"
748
- },
749
- {
750
- "name": "hiddenCloseBtn",
751
- "description": "",
752
- "type": "boolean"
753
- }
754
- ],
755
- "events": [
756
- {
757
- "name": "close.button.click",
758
- "description": "",
759
- "detail": {
760
- "description": null,
761
- "type": "void"
762
- }
763
- },
764
- {
765
- "name": "cabinet.click",
766
- "description": "",
767
- "detail": {
768
- "description": null,
769
- "type": "{\n type: ChangeType;\n data: Record<string, any>;\n }"
770
- }
771
- },
772
- {
773
- "name": "cabinet.dbclick",
774
- "description": "",
775
- "detail": {
776
- "description": null,
777
- "type": "{\n type: ChangeType;\n data: Record<string, any>;\n }"
778
- }
779
- }
780
- ],
781
- "slots": [],
782
- "methods": [],
783
- "parts": [],
784
- "description": "cabinet 部署架构拓扑",
785
- "category": "big-screen-content"
786
- },
787
734
  {
788
735
  "name": "data-view.app-wall",
789
736
  "properties": [
@@ -1001,24 +948,6 @@
1001
948
  "description": "大屏网格背景",
1002
949
  "category": "big-screen-layout"
1003
950
  },
1004
- {
1005
- "name": "data-view.gear-background",
1006
- "properties": [
1007
- {
1008
- "name": "color",
1009
- "description": "",
1010
- "default": "\"#3366FF\"",
1011
- "attribute": false,
1012
- "type": "React.CSSProperties[\"color\"]"
1013
- }
1014
- ],
1015
- "events": [],
1016
- "slots": [],
1017
- "methods": [],
1018
- "parts": [],
1019
- "description": "齿轮背景",
1020
- "category": "big-screen-layout"
1021
- },
1022
951
  {
1023
952
  "name": "data-view.radar-chart",
1024
953
  "properties": [
@@ -1102,6 +1031,24 @@
1102
1031
  "description": "雷达图",
1103
1032
  "category": "big-screen-content"
1104
1033
  },
1034
+ {
1035
+ "name": "data-view.gear-background",
1036
+ "properties": [
1037
+ {
1038
+ "name": "color",
1039
+ "description": "",
1040
+ "default": "\"#3366FF\"",
1041
+ "attribute": false,
1042
+ "type": "React.CSSProperties[\"color\"]"
1043
+ }
1044
+ ],
1045
+ "events": [],
1046
+ "slots": [],
1047
+ "methods": [],
1048
+ "parts": [],
1049
+ "description": "齿轮背景",
1050
+ "category": "big-screen-layout"
1051
+ },
1105
1052
  {
1106
1053
  "name": "data-view.title-text",
1107
1054
  "properties": [
@@ -1221,29 +1168,6 @@
1221
1168
  "description": "带有tabs的标题构件",
1222
1169
  "category": "big-screen-content"
1223
1170
  },
1224
- {
1225
- "name": "data-view.top-title-bar",
1226
- "properties": [
1227
- {
1228
- "name": "text",
1229
- "description": "标题文本",
1230
- "default": "-",
1231
- "type": "string"
1232
- },
1233
- {
1234
- "name": "type",
1235
- "description": "标题类型",
1236
- "default": "normal",
1237
- "type": "TitleBarType"
1238
- }
1239
- ],
1240
- "events": [],
1241
- "slots": [],
1242
- "methods": [],
1243
- "parts": [],
1244
- "description": "大屏标题栏三种样式构件",
1245
- "category": "big-screen-content"
1246
- },
1247
1171
  {
1248
1172
  "name": "data-view.lights-component-title",
1249
1173
  "properties": [
@@ -1305,6 +1229,29 @@
1305
1229
  "parts": [],
1306
1230
  "description": "大屏按钮"
1307
1231
  },
1232
+ {
1233
+ "name": "data-view.top-title-bar",
1234
+ "properties": [
1235
+ {
1236
+ "name": "text",
1237
+ "description": "标题文本",
1238
+ "default": "-",
1239
+ "type": "string"
1240
+ },
1241
+ {
1242
+ "name": "type",
1243
+ "description": "标题类型",
1244
+ "default": "normal",
1245
+ "type": "TitleBarType"
1246
+ }
1247
+ ],
1248
+ "events": [],
1249
+ "slots": [],
1250
+ "methods": [],
1251
+ "parts": [],
1252
+ "description": "大屏标题栏三种样式构件",
1253
+ "category": "big-screen-content"
1254
+ },
1308
1255
  {
1309
1256
  "name": "data-view.tech-mesh-base-view",
1310
1257
  "properties": [
@@ -1827,6 +1774,59 @@
1827
1774
  "methods": [],
1828
1775
  "parts": [],
1829
1776
  "description": "构件 `data-view.china-map`"
1777
+ },
1778
+ {
1779
+ "name": "data-view.cabinet-graph",
1780
+ "properties": [
1781
+ {
1782
+ "name": "dataSource",
1783
+ "description": "",
1784
+ "attribute": false,
1785
+ "type": "AppData"
1786
+ },
1787
+ {
1788
+ "name": "activeKey",
1789
+ "description": "",
1790
+ "attribute": false,
1791
+ "type": "string | string[]"
1792
+ },
1793
+ {
1794
+ "name": "hiddenCloseBtn",
1795
+ "description": "",
1796
+ "type": "boolean"
1797
+ }
1798
+ ],
1799
+ "events": [
1800
+ {
1801
+ "name": "close.button.click",
1802
+ "description": "",
1803
+ "detail": {
1804
+ "description": null,
1805
+ "type": "void"
1806
+ }
1807
+ },
1808
+ {
1809
+ "name": "cabinet.click",
1810
+ "description": "",
1811
+ "detail": {
1812
+ "description": null,
1813
+ "type": "{\n type: ChangeType;\n data: Record<string, any>;\n }"
1814
+ }
1815
+ },
1816
+ {
1817
+ "name": "cabinet.dbclick",
1818
+ "description": "",
1819
+ "detail": {
1820
+ "description": null,
1821
+ "type": "{\n type: ChangeType;\n data: Record<string, any>;\n }"
1822
+ }
1823
+ }
1824
+ ],
1825
+ "slots": [],
1826
+ "methods": [],
1827
+ "parts": [],
1828
+ "description": "cabinet 部署架构拓扑",
1829
+ "category": "big-screen-content"
1830
1830
  }
1831
1831
  ],
1832
1832
  "providers": []