@next-bricks/data-view 1.1.24 → 1.1.26
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.
- package/dist/bricks.json +5 -5
- package/dist/chunks/{4837.283808d7.js → 4837.fd7ed89e.js} +2 -2
- package/dist/chunks/{7218.468b00a3.js.map → 4837.fd7ed89e.js.map} +1 -1
- package/dist/chunks/{6464.67facfca.js → 6464.c3787204.js} +2 -2
- package/dist/chunks/{6464.67facfca.js.map → 6464.c3787204.js.map} +1 -1
- package/dist/chunks/{7218.468b00a3.js → 7218.fa10b67e.js} +2 -2
- package/dist/chunks/{4837.283808d7.js.map → 7218.fa10b67e.js.map} +1 -1
- package/dist/chunks/{cabinet-node.a9e29847.js → cabinet-node.96ea740e.js} +3 -3
- package/dist/chunks/{cabinet-node.a9e29847.js.map → cabinet-node.96ea740e.js.map} +1 -1
- package/dist/chunks/{complex-search.4cedb2fa.js → complex-search.306e6d4a.js} +2 -2
- package/dist/chunks/{complex-search.4cedb2fa.js.map → complex-search.306e6d4a.js.map} +1 -1
- package/dist/chunks/{main.31b3c748.js → main.cca7c378.js} +2 -2
- package/dist/chunks/{main.31b3c748.js.map → main.cca7c378.js.map} +1 -1
- package/dist/chunks/{modern-style-treemap.48d97a6c.js → modern-style-treemap.05141768.js} +3 -3
- package/dist/chunks/{modern-style-treemap.48d97a6c.js.map → modern-style-treemap.05141768.js.map} +1 -1
- package/dist/examples.json +12 -12
- package/dist/{index.f7f379e2.js → index.2aa74f5d.js} +2 -2
- package/dist/{index.f7f379e2.js.map → index.2aa74f5d.js.map} +1 -1
- package/dist/manifest.json +95 -95
- package/dist/types.json +83 -83
- package/package.json +2 -2
- /package/dist/chunks/{cabinet-node.a9e29847.js.LICENSE.txt → cabinet-node.96ea740e.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{modern-style-treemap.48d97a6c.js.LICENSE.txt → modern-style-treemap.05141768.js.LICENSE.txt} +0 -0
package/dist/manifest.json
CHANGED
|
@@ -49,6 +49,44 @@
|
|
|
49
49
|
"description": "大屏仪表盘",
|
|
50
50
|
"category": "big-screen-content"
|
|
51
51
|
},
|
|
52
|
+
{
|
|
53
|
+
"name": "data-view.modern-style-component-title",
|
|
54
|
+
"properties": [
|
|
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",
|
|
72
|
+
"description": "",
|
|
73
|
+
"attribute": false,
|
|
74
|
+
"type": "CSSProperties"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"name": "squareColor",
|
|
78
|
+
"description": "",
|
|
79
|
+
"attribute": false,
|
|
80
|
+
"type": "CSSProperties[\"color\"]"
|
|
81
|
+
}
|
|
82
|
+
],
|
|
83
|
+
"events": [],
|
|
84
|
+
"slots": [],
|
|
85
|
+
"methods": [],
|
|
86
|
+
"parts": [],
|
|
87
|
+
"description": "现代风组件标题",
|
|
88
|
+
"category": "big-screen-content"
|
|
89
|
+
},
|
|
52
90
|
{
|
|
53
91
|
"name": "data-view.modern-style-page-title",
|
|
54
92
|
"properties": [
|
|
@@ -180,44 +218,6 @@
|
|
|
180
218
|
"description": "大屏仪标签页抽屉",
|
|
181
219
|
"category": "big-screen-layout"
|
|
182
220
|
},
|
|
183
|
-
{
|
|
184
|
-
"name": "data-view.modern-style-component-title",
|
|
185
|
-
"properties": [
|
|
186
|
-
{
|
|
187
|
-
"name": "hideLeftComponent",
|
|
188
|
-
"description": "",
|
|
189
|
-
"default": "false"
|
|
190
|
-
},
|
|
191
|
-
{
|
|
192
|
-
"name": "hideRightComponent",
|
|
193
|
-
"description": "",
|
|
194
|
-
"default": "true"
|
|
195
|
-
},
|
|
196
|
-
{
|
|
197
|
-
"name": "componentTitle",
|
|
198
|
-
"description": "",
|
|
199
|
-
"type": "string"
|
|
200
|
-
},
|
|
201
|
-
{
|
|
202
|
-
"name": "titleTextStyle",
|
|
203
|
-
"description": "",
|
|
204
|
-
"attribute": false,
|
|
205
|
-
"type": "CSSProperties"
|
|
206
|
-
},
|
|
207
|
-
{
|
|
208
|
-
"name": "squareColor",
|
|
209
|
-
"description": "",
|
|
210
|
-
"attribute": false,
|
|
211
|
-
"type": "CSSProperties[\"color\"]"
|
|
212
|
-
}
|
|
213
|
-
],
|
|
214
|
-
"events": [],
|
|
215
|
-
"slots": [],
|
|
216
|
-
"methods": [],
|
|
217
|
-
"parts": [],
|
|
218
|
-
"description": "现代风组件标题",
|
|
219
|
-
"category": "big-screen-content"
|
|
220
|
-
},
|
|
221
221
|
{
|
|
222
222
|
"name": "data-view.modern-style-treemap",
|
|
223
223
|
"properties": [
|
|
@@ -427,29 +427,6 @@
|
|
|
427
427
|
"description": "大屏搜索构件",
|
|
428
428
|
"category": "big-screen-content"
|
|
429
429
|
},
|
|
430
|
-
{
|
|
431
|
-
"name": "data-view.particle-animation",
|
|
432
|
-
"properties": [
|
|
433
|
-
{
|
|
434
|
-
"name": "colors",
|
|
435
|
-
"description": "",
|
|
436
|
-
"attribute": false,
|
|
437
|
-
"type": "ColorType"
|
|
438
|
-
},
|
|
439
|
-
{
|
|
440
|
-
"name": "containerStyle",
|
|
441
|
-
"description": "",
|
|
442
|
-
"attribute": false,
|
|
443
|
-
"type": "React.CSSProperties"
|
|
444
|
-
}
|
|
445
|
-
],
|
|
446
|
-
"events": [],
|
|
447
|
-
"slots": [],
|
|
448
|
-
"methods": [],
|
|
449
|
-
"parts": [],
|
|
450
|
-
"description": "大屏粒子加载动效",
|
|
451
|
-
"category": "big-screen-content"
|
|
452
|
-
},
|
|
453
430
|
{
|
|
454
431
|
"name": "data-view.loading-panel",
|
|
455
432
|
"properties": [
|
|
@@ -496,6 +473,29 @@
|
|
|
496
473
|
"description": "大屏加载模块展示",
|
|
497
474
|
"category": "big-screen-content"
|
|
498
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": [
|
|
@@ -603,10 +603,15 @@
|
|
|
603
603
|
"description": "大屏按钮"
|
|
604
604
|
},
|
|
605
605
|
{
|
|
606
|
-
"name": "data-view.cabinet-
|
|
606
|
+
"name": "data-view.cabinet-node",
|
|
607
607
|
"properties": [
|
|
608
608
|
{
|
|
609
|
-
"name": "
|
|
609
|
+
"name": "type",
|
|
610
|
+
"description": "",
|
|
611
|
+
"type": "| \"container-group\"\n | \"physical-machine\"\n | \"virtual-machine\"\n | \"pod\""
|
|
612
|
+
},
|
|
613
|
+
{
|
|
614
|
+
"name": "nodeTitle",
|
|
610
615
|
"description": "",
|
|
611
616
|
"type": "string"
|
|
612
617
|
},
|
|
@@ -614,24 +619,24 @@
|
|
|
614
619
|
"name": "status",
|
|
615
620
|
"description": "",
|
|
616
621
|
"type": "\"active\" | \"faded\""
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
"name": "isAlert",
|
|
625
|
+
"description": "",
|
|
626
|
+
"type": "boolean"
|
|
617
627
|
}
|
|
618
628
|
],
|
|
619
629
|
"events": [],
|
|
620
630
|
"slots": [],
|
|
621
631
|
"methods": [],
|
|
622
632
|
"parts": [],
|
|
623
|
-
"description": "cabinet
|
|
633
|
+
"description": "cabinet子构件----节点"
|
|
624
634
|
},
|
|
625
635
|
{
|
|
626
|
-
"name": "data-view.cabinet-
|
|
636
|
+
"name": "data-view.cabinet-app-layer",
|
|
627
637
|
"properties": [
|
|
628
638
|
{
|
|
629
|
-
"name": "
|
|
630
|
-
"description": "",
|
|
631
|
-
"type": "| \"container-group\"\n | \"physical-machine\"\n | \"virtual-machine\"\n | \"pod\""
|
|
632
|
-
},
|
|
633
|
-
{
|
|
634
|
-
"name": "nodeTitle",
|
|
639
|
+
"name": "appTitle",
|
|
635
640
|
"description": "",
|
|
636
641
|
"type": "string"
|
|
637
642
|
},
|
|
@@ -639,18 +644,13 @@
|
|
|
639
644
|
"name": "status",
|
|
640
645
|
"description": "",
|
|
641
646
|
"type": "\"active\" | \"faded\""
|
|
642
|
-
},
|
|
643
|
-
{
|
|
644
|
-
"name": "isAlert",
|
|
645
|
-
"description": "",
|
|
646
|
-
"type": "boolean"
|
|
647
647
|
}
|
|
648
648
|
],
|
|
649
649
|
"events": [],
|
|
650
650
|
"slots": [],
|
|
651
651
|
"methods": [],
|
|
652
652
|
"parts": [],
|
|
653
|
-
"description": "cabinet
|
|
653
|
+
"description": "cabinet子构件----应用层"
|
|
654
654
|
},
|
|
655
655
|
{
|
|
656
656
|
"name": "data-view.cabinet-container",
|
|
@@ -1001,24 +1001,6 @@
|
|
|
1001
1001
|
"description": "大屏网格背景",
|
|
1002
1002
|
"category": "big-screen-layout"
|
|
1003
1003
|
},
|
|
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
1004
|
{
|
|
1023
1005
|
"name": "data-view.radar-chart",
|
|
1024
1006
|
"properties": [
|
|
@@ -1102,6 +1084,24 @@
|
|
|
1102
1084
|
"description": "雷达图",
|
|
1103
1085
|
"category": "big-screen-content"
|
|
1104
1086
|
},
|
|
1087
|
+
{
|
|
1088
|
+
"name": "data-view.gear-background",
|
|
1089
|
+
"properties": [
|
|
1090
|
+
{
|
|
1091
|
+
"name": "color",
|
|
1092
|
+
"description": "",
|
|
1093
|
+
"default": "\"#3366FF\"",
|
|
1094
|
+
"attribute": false,
|
|
1095
|
+
"type": "React.CSSProperties[\"color\"]"
|
|
1096
|
+
}
|
|
1097
|
+
],
|
|
1098
|
+
"events": [],
|
|
1099
|
+
"slots": [],
|
|
1100
|
+
"methods": [],
|
|
1101
|
+
"parts": [],
|
|
1102
|
+
"description": "齿轮背景",
|
|
1103
|
+
"category": "big-screen-layout"
|
|
1104
|
+
},
|
|
1105
1105
|
{
|
|
1106
1106
|
"name": "data-view.title-text",
|
|
1107
1107
|
"properties": [
|
package/dist/types.json
CHANGED
|
@@ -40,6 +40,60 @@
|
|
|
40
40
|
"events": [],
|
|
41
41
|
"methods": []
|
|
42
42
|
},
|
|
43
|
+
"data-view.modern-style-component-title": {
|
|
44
|
+
"properties": [
|
|
45
|
+
{
|
|
46
|
+
"name": "hideLeftComponent",
|
|
47
|
+
"annotation": {
|
|
48
|
+
"type": "keyword",
|
|
49
|
+
"value": "boolean"
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"name": "hideRightComponent",
|
|
54
|
+
"annotation": {
|
|
55
|
+
"type": "keyword",
|
|
56
|
+
"value": "boolean"
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"name": "componentTitle",
|
|
61
|
+
"annotation": {
|
|
62
|
+
"type": "keyword",
|
|
63
|
+
"value": "string"
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "titleTextStyle",
|
|
68
|
+
"annotation": {
|
|
69
|
+
"type": "reference",
|
|
70
|
+
"typeName": {
|
|
71
|
+
"type": "identifier",
|
|
72
|
+
"name": "CSSProperties"
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"name": "squareColor",
|
|
78
|
+
"annotation": {
|
|
79
|
+
"type": "indexedAccess",
|
|
80
|
+
"objectType": {
|
|
81
|
+
"type": "reference",
|
|
82
|
+
"typeName": {
|
|
83
|
+
"type": "identifier",
|
|
84
|
+
"name": "CSSProperties"
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
"indexType": {
|
|
88
|
+
"type": "jsLiteral",
|
|
89
|
+
"value": "color"
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
],
|
|
94
|
+
"events": [],
|
|
95
|
+
"methods": []
|
|
96
|
+
},
|
|
43
97
|
"data-view.modern-style-page-title": {
|
|
44
98
|
"properties": [
|
|
45
99
|
{
|
|
@@ -283,60 +337,6 @@
|
|
|
283
337
|
}
|
|
284
338
|
]
|
|
285
339
|
},
|
|
286
|
-
"data-view.modern-style-component-title": {
|
|
287
|
-
"properties": [
|
|
288
|
-
{
|
|
289
|
-
"name": "hideLeftComponent",
|
|
290
|
-
"annotation": {
|
|
291
|
-
"type": "keyword",
|
|
292
|
-
"value": "boolean"
|
|
293
|
-
}
|
|
294
|
-
},
|
|
295
|
-
{
|
|
296
|
-
"name": "hideRightComponent",
|
|
297
|
-
"annotation": {
|
|
298
|
-
"type": "keyword",
|
|
299
|
-
"value": "boolean"
|
|
300
|
-
}
|
|
301
|
-
},
|
|
302
|
-
{
|
|
303
|
-
"name": "componentTitle",
|
|
304
|
-
"annotation": {
|
|
305
|
-
"type": "keyword",
|
|
306
|
-
"value": "string"
|
|
307
|
-
}
|
|
308
|
-
},
|
|
309
|
-
{
|
|
310
|
-
"name": "titleTextStyle",
|
|
311
|
-
"annotation": {
|
|
312
|
-
"type": "reference",
|
|
313
|
-
"typeName": {
|
|
314
|
-
"type": "identifier",
|
|
315
|
-
"name": "CSSProperties"
|
|
316
|
-
}
|
|
317
|
-
}
|
|
318
|
-
},
|
|
319
|
-
{
|
|
320
|
-
"name": "squareColor",
|
|
321
|
-
"annotation": {
|
|
322
|
-
"type": "indexedAccess",
|
|
323
|
-
"objectType": {
|
|
324
|
-
"type": "reference",
|
|
325
|
-
"typeName": {
|
|
326
|
-
"type": "identifier",
|
|
327
|
-
"name": "CSSProperties"
|
|
328
|
-
}
|
|
329
|
-
},
|
|
330
|
-
"indexType": {
|
|
331
|
-
"type": "jsLiteral",
|
|
332
|
-
"value": "color"
|
|
333
|
-
}
|
|
334
|
-
}
|
|
335
|
-
}
|
|
336
|
-
],
|
|
337
|
-
"events": [],
|
|
338
|
-
"methods": []
|
|
339
|
-
},
|
|
340
340
|
"data-view.battery-chart": {
|
|
341
341
|
"properties": [
|
|
342
342
|
{
|
|
@@ -876,35 +876,6 @@
|
|
|
876
876
|
"events": [],
|
|
877
877
|
"methods": []
|
|
878
878
|
},
|
|
879
|
-
"data-view.cabinet-app-layer": {
|
|
880
|
-
"properties": [
|
|
881
|
-
{
|
|
882
|
-
"name": "appTitle",
|
|
883
|
-
"annotation": {
|
|
884
|
-
"type": "keyword",
|
|
885
|
-
"value": "string"
|
|
886
|
-
}
|
|
887
|
-
},
|
|
888
|
-
{
|
|
889
|
-
"name": "status",
|
|
890
|
-
"annotation": {
|
|
891
|
-
"type": "union",
|
|
892
|
-
"types": [
|
|
893
|
-
{
|
|
894
|
-
"type": "jsLiteral",
|
|
895
|
-
"value": "active"
|
|
896
|
-
},
|
|
897
|
-
{
|
|
898
|
-
"type": "jsLiteral",
|
|
899
|
-
"value": "faded"
|
|
900
|
-
}
|
|
901
|
-
]
|
|
902
|
-
}
|
|
903
|
-
}
|
|
904
|
-
],
|
|
905
|
-
"events": [],
|
|
906
|
-
"methods": []
|
|
907
|
-
},
|
|
908
879
|
"data-view.cabinet-node": {
|
|
909
880
|
"properties": [
|
|
910
881
|
{
|
|
@@ -965,6 +936,35 @@
|
|
|
965
936
|
"events": [],
|
|
966
937
|
"methods": []
|
|
967
938
|
},
|
|
939
|
+
"data-view.cabinet-app-layer": {
|
|
940
|
+
"properties": [
|
|
941
|
+
{
|
|
942
|
+
"name": "appTitle",
|
|
943
|
+
"annotation": {
|
|
944
|
+
"type": "keyword",
|
|
945
|
+
"value": "string"
|
|
946
|
+
}
|
|
947
|
+
},
|
|
948
|
+
{
|
|
949
|
+
"name": "status",
|
|
950
|
+
"annotation": {
|
|
951
|
+
"type": "union",
|
|
952
|
+
"types": [
|
|
953
|
+
{
|
|
954
|
+
"type": "jsLiteral",
|
|
955
|
+
"value": "active"
|
|
956
|
+
},
|
|
957
|
+
{
|
|
958
|
+
"type": "jsLiteral",
|
|
959
|
+
"value": "faded"
|
|
960
|
+
}
|
|
961
|
+
]
|
|
962
|
+
}
|
|
963
|
+
}
|
|
964
|
+
],
|
|
965
|
+
"events": [],
|
|
966
|
+
"methods": []
|
|
967
|
+
},
|
|
968
968
|
"data-view.cabinet-graph": {
|
|
969
969
|
"properties": [
|
|
970
970
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/data-view",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.26",
|
|
4
4
|
"homepage": "https://github.com/easyops-cn/next-bricks/tree/master/bricks/data-view",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
"peerDependencies": {
|
|
42
42
|
"@next-bricks/icons": "*"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "3276d5d781bb975ff41a0e62f52e7cf888d32294"
|
|
45
45
|
}
|
/package/dist/chunks/{cabinet-node.a9e29847.js.LICENSE.txt → cabinet-node.96ea740e.js.LICENSE.txt}
RENAMED
|
File without changes
|
|
File without changes
|