@next-bricks/data-view 0.24.13 → 1.0.1
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 +8 -8
- package/dist/examples.json +17 -17
- package/dist/{index.cb1150af.js → index.d592756e.js} +2 -2
- package/dist/{index.cb1150af.js.map → index.d592756e.js.map} +1 -1
- package/dist/manifest.json +147 -147
- package/dist/types.json +117 -117
- package/package.json +3 -3
package/dist/types.json
CHANGED
|
@@ -40,60 +40,6 @@
|
|
|
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
|
-
},
|
|
97
43
|
"data-view.modern-style-page-title": {
|
|
98
44
|
"properties": [
|
|
99
45
|
{
|
|
@@ -337,6 +283,60 @@
|
|
|
337
283
|
}
|
|
338
284
|
]
|
|
339
285
|
},
|
|
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
|
{
|
|
@@ -676,42 +676,6 @@
|
|
|
676
676
|
}
|
|
677
677
|
]
|
|
678
678
|
},
|
|
679
|
-
"data-view.app-wall-card-item": {
|
|
680
|
-
"properties": [
|
|
681
|
-
{
|
|
682
|
-
"name": "status",
|
|
683
|
-
"annotation": {
|
|
684
|
-
"type": "union",
|
|
685
|
-
"types": [
|
|
686
|
-
{
|
|
687
|
-
"type": "jsLiteral",
|
|
688
|
-
"value": "normal"
|
|
689
|
-
},
|
|
690
|
-
{
|
|
691
|
-
"type": "jsLiteral",
|
|
692
|
-
"value": "warning"
|
|
693
|
-
}
|
|
694
|
-
]
|
|
695
|
-
}
|
|
696
|
-
},
|
|
697
|
-
{
|
|
698
|
-
"name": "cardTitle",
|
|
699
|
-
"annotation": {
|
|
700
|
-
"type": "keyword",
|
|
701
|
-
"value": "string"
|
|
702
|
-
}
|
|
703
|
-
},
|
|
704
|
-
{
|
|
705
|
-
"name": "description",
|
|
706
|
-
"annotation": {
|
|
707
|
-
"type": "keyword",
|
|
708
|
-
"value": "string"
|
|
709
|
-
}
|
|
710
|
-
}
|
|
711
|
-
],
|
|
712
|
-
"events": [],
|
|
713
|
-
"methods": []
|
|
714
|
-
},
|
|
715
679
|
"data-view.app-wall-system-card": {
|
|
716
680
|
"properties": [
|
|
717
681
|
{
|
|
@@ -831,23 +795,37 @@
|
|
|
831
795
|
}
|
|
832
796
|
]
|
|
833
797
|
},
|
|
834
|
-
"data-view.app-wall-
|
|
798
|
+
"data-view.app-wall-card-item": {
|
|
835
799
|
"properties": [
|
|
836
800
|
{
|
|
837
|
-
"name": "
|
|
801
|
+
"name": "status",
|
|
838
802
|
"annotation": {
|
|
839
803
|
"type": "union",
|
|
840
804
|
"types": [
|
|
841
805
|
{
|
|
842
806
|
"type": "jsLiteral",
|
|
843
|
-
"value": "
|
|
807
|
+
"value": "normal"
|
|
844
808
|
},
|
|
845
809
|
{
|
|
846
810
|
"type": "jsLiteral",
|
|
847
|
-
"value": "
|
|
811
|
+
"value": "warning"
|
|
848
812
|
}
|
|
849
813
|
]
|
|
850
814
|
}
|
|
815
|
+
},
|
|
816
|
+
{
|
|
817
|
+
"name": "cardTitle",
|
|
818
|
+
"annotation": {
|
|
819
|
+
"type": "keyword",
|
|
820
|
+
"value": "string"
|
|
821
|
+
}
|
|
822
|
+
},
|
|
823
|
+
{
|
|
824
|
+
"name": "description",
|
|
825
|
+
"annotation": {
|
|
826
|
+
"type": "keyword",
|
|
827
|
+
"value": "string"
|
|
828
|
+
}
|
|
851
829
|
}
|
|
852
830
|
],
|
|
853
831
|
"events": [],
|
|
@@ -876,34 +854,32 @@
|
|
|
876
854
|
"events": [],
|
|
877
855
|
"methods": []
|
|
878
856
|
},
|
|
879
|
-
"data-view.
|
|
857
|
+
"data-view.app-wall-relation-line": {
|
|
880
858
|
"properties": [
|
|
881
859
|
{
|
|
882
|
-
"name": "
|
|
860
|
+
"name": "lightColor",
|
|
883
861
|
"annotation": {
|
|
884
862
|
"type": "union",
|
|
885
863
|
"types": [
|
|
886
864
|
{
|
|
887
865
|
"type": "jsLiteral",
|
|
888
|
-
"value": "
|
|
889
|
-
},
|
|
890
|
-
{
|
|
891
|
-
"type": "jsLiteral",
|
|
892
|
-
"value": "physical-machine"
|
|
893
|
-
},
|
|
894
|
-
{
|
|
895
|
-
"type": "jsLiteral",
|
|
896
|
-
"value": "virtual-machine"
|
|
866
|
+
"value": "blue"
|
|
897
867
|
},
|
|
898
868
|
{
|
|
899
869
|
"type": "jsLiteral",
|
|
900
|
-
"value": "
|
|
870
|
+
"value": "purple"
|
|
901
871
|
}
|
|
902
872
|
]
|
|
903
873
|
}
|
|
904
|
-
}
|
|
874
|
+
}
|
|
875
|
+
],
|
|
876
|
+
"events": [],
|
|
877
|
+
"methods": []
|
|
878
|
+
},
|
|
879
|
+
"data-view.cabinet-app-layer": {
|
|
880
|
+
"properties": [
|
|
905
881
|
{
|
|
906
|
-
"name": "
|
|
882
|
+
"name": "appTitle",
|
|
907
883
|
"annotation": {
|
|
908
884
|
"type": "keyword",
|
|
909
885
|
"value": "string"
|
|
@@ -924,22 +900,39 @@
|
|
|
924
900
|
}
|
|
925
901
|
]
|
|
926
902
|
}
|
|
927
|
-
},
|
|
928
|
-
{
|
|
929
|
-
"name": "isAlert",
|
|
930
|
-
"annotation": {
|
|
931
|
-
"type": "keyword",
|
|
932
|
-
"value": "boolean"
|
|
933
|
-
}
|
|
934
903
|
}
|
|
935
904
|
],
|
|
936
905
|
"events": [],
|
|
937
906
|
"methods": []
|
|
938
907
|
},
|
|
939
|
-
"data-view.cabinet-
|
|
908
|
+
"data-view.cabinet-node": {
|
|
940
909
|
"properties": [
|
|
941
910
|
{
|
|
942
|
-
"name": "
|
|
911
|
+
"name": "type",
|
|
912
|
+
"annotation": {
|
|
913
|
+
"type": "union",
|
|
914
|
+
"types": [
|
|
915
|
+
{
|
|
916
|
+
"type": "jsLiteral",
|
|
917
|
+
"value": "container-group"
|
|
918
|
+
},
|
|
919
|
+
{
|
|
920
|
+
"type": "jsLiteral",
|
|
921
|
+
"value": "physical-machine"
|
|
922
|
+
},
|
|
923
|
+
{
|
|
924
|
+
"type": "jsLiteral",
|
|
925
|
+
"value": "virtual-machine"
|
|
926
|
+
},
|
|
927
|
+
{
|
|
928
|
+
"type": "jsLiteral",
|
|
929
|
+
"value": "pod"
|
|
930
|
+
}
|
|
931
|
+
]
|
|
932
|
+
}
|
|
933
|
+
},
|
|
934
|
+
{
|
|
935
|
+
"name": "nodeTitle",
|
|
943
936
|
"annotation": {
|
|
944
937
|
"type": "keyword",
|
|
945
938
|
"value": "string"
|
|
@@ -960,6 +953,13 @@
|
|
|
960
953
|
}
|
|
961
954
|
]
|
|
962
955
|
}
|
|
956
|
+
},
|
|
957
|
+
{
|
|
958
|
+
"name": "isAlert",
|
|
959
|
+
"annotation": {
|
|
960
|
+
"type": "keyword",
|
|
961
|
+
"value": "boolean"
|
|
962
|
+
}
|
|
963
963
|
}
|
|
964
964
|
],
|
|
965
965
|
"events": [],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/data-view",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"homepage": "https://github.com/easyops-cn/next-bricks/tree/master/bricks/data-view",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
"postpublish": "mv package.json.bak package.json"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@next-core/build-next-bricks": "^1.
|
|
37
|
+
"@next-core/build-next-bricks": "^1.20.0",
|
|
38
38
|
"@next-core/test-next": "^1.0.13"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"@next-bricks/icons": "*"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "b8264f0baebbf6c4f39eb8e8fd17f272f3c79df8"
|
|
44
44
|
}
|