@next-bricks/presentational 0.15.11 → 0.15.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.
package/dist/manifest.json
CHANGED
|
@@ -63,6 +63,54 @@
|
|
|
63
63
|
"parts": [],
|
|
64
64
|
"description": "通用描述列表构件"
|
|
65
65
|
},
|
|
66
|
+
{
|
|
67
|
+
"name": "eo-alert",
|
|
68
|
+
"alias": [
|
|
69
|
+
"presentational.general-alert"
|
|
70
|
+
],
|
|
71
|
+
"properties": [
|
|
72
|
+
{
|
|
73
|
+
"name": "type",
|
|
74
|
+
"description": "警告类型",
|
|
75
|
+
"attribute": false,
|
|
76
|
+
"type": "AlertType"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "hasTitle",
|
|
80
|
+
"description": "是否显示标题。开启后,可以使用 `title` 插槽",
|
|
81
|
+
"type": "boolean"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"name": "closable",
|
|
85
|
+
"description": "是否显示关闭按钮",
|
|
86
|
+
"type": "boolean"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"name": "localStorageKey",
|
|
90
|
+
"description": "以该值和页面 url 作为命名空间,决定是否显示该警告提示",
|
|
91
|
+
"type": "string"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"name": "disableUrlNamespace",
|
|
95
|
+
"description": "关闭后仅以 `localStorageKey` 作为命名空间",
|
|
96
|
+
"type": "boolean"
|
|
97
|
+
}
|
|
98
|
+
],
|
|
99
|
+
"events": [],
|
|
100
|
+
"slots": [
|
|
101
|
+
{
|
|
102
|
+
"name": null,
|
|
103
|
+
"description": "内容区"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"name": "title",
|
|
107
|
+
"description": "标题"
|
|
108
|
+
}
|
|
109
|
+
],
|
|
110
|
+
"methods": [],
|
|
111
|
+
"parts": [],
|
|
112
|
+
"description": "告警提示"
|
|
113
|
+
},
|
|
66
114
|
{
|
|
67
115
|
"name": "eo-code-display",
|
|
68
116
|
"alias": [
|
|
@@ -168,54 +216,6 @@
|
|
|
168
216
|
"parts": [],
|
|
169
217
|
"description": "分页"
|
|
170
218
|
},
|
|
171
|
-
{
|
|
172
|
-
"name": "eo-alert",
|
|
173
|
-
"alias": [
|
|
174
|
-
"presentational.general-alert"
|
|
175
|
-
],
|
|
176
|
-
"properties": [
|
|
177
|
-
{
|
|
178
|
-
"name": "type",
|
|
179
|
-
"description": "警告类型",
|
|
180
|
-
"attribute": false,
|
|
181
|
-
"type": "AlertType"
|
|
182
|
-
},
|
|
183
|
-
{
|
|
184
|
-
"name": "hasTitle",
|
|
185
|
-
"description": "是否显示标题。开启后,可以使用 `title` 插槽",
|
|
186
|
-
"type": "boolean"
|
|
187
|
-
},
|
|
188
|
-
{
|
|
189
|
-
"name": "closable",
|
|
190
|
-
"description": "是否显示关闭按钮",
|
|
191
|
-
"type": "boolean"
|
|
192
|
-
},
|
|
193
|
-
{
|
|
194
|
-
"name": "localStorageKey",
|
|
195
|
-
"description": "以该值和页面 url 作为命名空间,决定是否显示该警告提示",
|
|
196
|
-
"type": "string"
|
|
197
|
-
},
|
|
198
|
-
{
|
|
199
|
-
"name": "disableUrlNamespace",
|
|
200
|
-
"description": "关闭后仅以 `localStorageKey` 作为命名空间",
|
|
201
|
-
"type": "boolean"
|
|
202
|
-
}
|
|
203
|
-
],
|
|
204
|
-
"events": [],
|
|
205
|
-
"slots": [
|
|
206
|
-
{
|
|
207
|
-
"name": null,
|
|
208
|
-
"description": "内容区"
|
|
209
|
-
},
|
|
210
|
-
{
|
|
211
|
-
"name": "title",
|
|
212
|
-
"description": "标题"
|
|
213
|
-
}
|
|
214
|
-
],
|
|
215
|
-
"methods": [],
|
|
216
|
-
"parts": [],
|
|
217
|
-
"description": "告警提示"
|
|
218
|
-
},
|
|
219
219
|
{
|
|
220
220
|
"name": "eo-card-item",
|
|
221
221
|
"properties": [
|
package/dist/types.json
CHANGED
|
@@ -786,6 +786,102 @@
|
|
|
786
786
|
}
|
|
787
787
|
]
|
|
788
788
|
},
|
|
789
|
+
"eo-alert": {
|
|
790
|
+
"properties": [
|
|
791
|
+
{
|
|
792
|
+
"name": "type",
|
|
793
|
+
"annotation": {
|
|
794
|
+
"type": "reference",
|
|
795
|
+
"typeName": {
|
|
796
|
+
"type": "identifier",
|
|
797
|
+
"name": "AlertType"
|
|
798
|
+
}
|
|
799
|
+
}
|
|
800
|
+
},
|
|
801
|
+
{
|
|
802
|
+
"name": "hasTitle",
|
|
803
|
+
"annotation": {
|
|
804
|
+
"type": "keyword",
|
|
805
|
+
"value": "boolean"
|
|
806
|
+
}
|
|
807
|
+
},
|
|
808
|
+
{
|
|
809
|
+
"name": "closable",
|
|
810
|
+
"annotation": {
|
|
811
|
+
"type": "keyword",
|
|
812
|
+
"value": "boolean"
|
|
813
|
+
}
|
|
814
|
+
},
|
|
815
|
+
{
|
|
816
|
+
"name": "localStorageKey",
|
|
817
|
+
"annotation": {
|
|
818
|
+
"type": "keyword",
|
|
819
|
+
"value": "string"
|
|
820
|
+
}
|
|
821
|
+
},
|
|
822
|
+
{
|
|
823
|
+
"name": "disableUrlNamespace",
|
|
824
|
+
"annotation": {
|
|
825
|
+
"type": "keyword",
|
|
826
|
+
"value": "boolean"
|
|
827
|
+
}
|
|
828
|
+
}
|
|
829
|
+
],
|
|
830
|
+
"events": [],
|
|
831
|
+
"methods": [],
|
|
832
|
+
"types": [
|
|
833
|
+
{
|
|
834
|
+
"type": "enum",
|
|
835
|
+
"name": "AlertType",
|
|
836
|
+
"members": [
|
|
837
|
+
{
|
|
838
|
+
"type": "enumMember",
|
|
839
|
+
"id": {
|
|
840
|
+
"type": "jsLiteral",
|
|
841
|
+
"value": "SUCCESS"
|
|
842
|
+
},
|
|
843
|
+
"initializer": {
|
|
844
|
+
"type": "jsLiteral",
|
|
845
|
+
"value": "success"
|
|
846
|
+
}
|
|
847
|
+
},
|
|
848
|
+
{
|
|
849
|
+
"type": "enumMember",
|
|
850
|
+
"id": {
|
|
851
|
+
"type": "jsLiteral",
|
|
852
|
+
"value": "INFO"
|
|
853
|
+
},
|
|
854
|
+
"initializer": {
|
|
855
|
+
"type": "jsLiteral",
|
|
856
|
+
"value": "info"
|
|
857
|
+
}
|
|
858
|
+
},
|
|
859
|
+
{
|
|
860
|
+
"type": "enumMember",
|
|
861
|
+
"id": {
|
|
862
|
+
"type": "jsLiteral",
|
|
863
|
+
"value": "WARNING"
|
|
864
|
+
},
|
|
865
|
+
"initializer": {
|
|
866
|
+
"type": "jsLiteral",
|
|
867
|
+
"value": "warning"
|
|
868
|
+
}
|
|
869
|
+
},
|
|
870
|
+
{
|
|
871
|
+
"type": "enumMember",
|
|
872
|
+
"id": {
|
|
873
|
+
"type": "jsLiteral",
|
|
874
|
+
"value": "ERROR"
|
|
875
|
+
},
|
|
876
|
+
"initializer": {
|
|
877
|
+
"type": "jsLiteral",
|
|
878
|
+
"value": "error"
|
|
879
|
+
}
|
|
880
|
+
}
|
|
881
|
+
]
|
|
882
|
+
}
|
|
883
|
+
]
|
|
884
|
+
},
|
|
789
885
|
"eo-code-display": {
|
|
790
886
|
"properties": [
|
|
791
887
|
{
|
|
@@ -927,102 +1023,6 @@
|
|
|
927
1023
|
],
|
|
928
1024
|
"methods": []
|
|
929
1025
|
},
|
|
930
|
-
"eo-alert": {
|
|
931
|
-
"properties": [
|
|
932
|
-
{
|
|
933
|
-
"name": "type",
|
|
934
|
-
"annotation": {
|
|
935
|
-
"type": "reference",
|
|
936
|
-
"typeName": {
|
|
937
|
-
"type": "identifier",
|
|
938
|
-
"name": "AlertType"
|
|
939
|
-
}
|
|
940
|
-
}
|
|
941
|
-
},
|
|
942
|
-
{
|
|
943
|
-
"name": "hasTitle",
|
|
944
|
-
"annotation": {
|
|
945
|
-
"type": "keyword",
|
|
946
|
-
"value": "boolean"
|
|
947
|
-
}
|
|
948
|
-
},
|
|
949
|
-
{
|
|
950
|
-
"name": "closable",
|
|
951
|
-
"annotation": {
|
|
952
|
-
"type": "keyword",
|
|
953
|
-
"value": "boolean"
|
|
954
|
-
}
|
|
955
|
-
},
|
|
956
|
-
{
|
|
957
|
-
"name": "localStorageKey",
|
|
958
|
-
"annotation": {
|
|
959
|
-
"type": "keyword",
|
|
960
|
-
"value": "string"
|
|
961
|
-
}
|
|
962
|
-
},
|
|
963
|
-
{
|
|
964
|
-
"name": "disableUrlNamespace",
|
|
965
|
-
"annotation": {
|
|
966
|
-
"type": "keyword",
|
|
967
|
-
"value": "boolean"
|
|
968
|
-
}
|
|
969
|
-
}
|
|
970
|
-
],
|
|
971
|
-
"events": [],
|
|
972
|
-
"methods": [],
|
|
973
|
-
"types": [
|
|
974
|
-
{
|
|
975
|
-
"type": "enum",
|
|
976
|
-
"name": "AlertType",
|
|
977
|
-
"members": [
|
|
978
|
-
{
|
|
979
|
-
"type": "enumMember",
|
|
980
|
-
"id": {
|
|
981
|
-
"type": "jsLiteral",
|
|
982
|
-
"value": "SUCCESS"
|
|
983
|
-
},
|
|
984
|
-
"initializer": {
|
|
985
|
-
"type": "jsLiteral",
|
|
986
|
-
"value": "success"
|
|
987
|
-
}
|
|
988
|
-
},
|
|
989
|
-
{
|
|
990
|
-
"type": "enumMember",
|
|
991
|
-
"id": {
|
|
992
|
-
"type": "jsLiteral",
|
|
993
|
-
"value": "INFO"
|
|
994
|
-
},
|
|
995
|
-
"initializer": {
|
|
996
|
-
"type": "jsLiteral",
|
|
997
|
-
"value": "info"
|
|
998
|
-
}
|
|
999
|
-
},
|
|
1000
|
-
{
|
|
1001
|
-
"type": "enumMember",
|
|
1002
|
-
"id": {
|
|
1003
|
-
"type": "jsLiteral",
|
|
1004
|
-
"value": "WARNING"
|
|
1005
|
-
},
|
|
1006
|
-
"initializer": {
|
|
1007
|
-
"type": "jsLiteral",
|
|
1008
|
-
"value": "warning"
|
|
1009
|
-
}
|
|
1010
|
-
},
|
|
1011
|
-
{
|
|
1012
|
-
"type": "enumMember",
|
|
1013
|
-
"id": {
|
|
1014
|
-
"type": "jsLiteral",
|
|
1015
|
-
"value": "ERROR"
|
|
1016
|
-
},
|
|
1017
|
-
"initializer": {
|
|
1018
|
-
"type": "jsLiteral",
|
|
1019
|
-
"value": "error"
|
|
1020
|
-
}
|
|
1021
|
-
}
|
|
1022
|
-
]
|
|
1023
|
-
}
|
|
1024
|
-
]
|
|
1025
|
-
},
|
|
1026
1026
|
"eo-humanize-time": {
|
|
1027
1027
|
"properties": [
|
|
1028
1028
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/presentational",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.12",
|
|
4
4
|
"homepage": "https://github.com/easyops-cn/next-bricks/tree/master/bricks/presentational",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"@next-core/test-next": "^1.0.11",
|
|
39
39
|
"babel-plugin-prismjs": "^2.1.0"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "ad3650c3d0cbe36ac80c2cd313184fa16fc007bf"
|
|
42
42
|
}
|