@next-bricks/presentational 1.12.4 → 1.12.5
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 +25 -25
- package/dist/chunks/4185.a12b48a8.js +3 -0
- package/dist/chunks/4185.a12b48a8.js.map +1 -0
- package/dist/chunks/{7082.d6a7b628.js → 7082.bcdbed6b.js} +2 -2
- package/dist/chunks/{7082.d6a7b628.js.map → 7082.bcdbed6b.js.map} +1 -1
- package/dist/chunks/{eo-card-item.e7f1e7e4.js → eo-card-item.d2b19a47.js} +3 -3
- package/dist/chunks/{eo-card-item.e7f1e7e4.js.map → eo-card-item.d2b19a47.js.map} +1 -1
- package/dist/chunks/{eo-descriptions.ff76ecc8.js → eo-descriptions.2d616ee9.js} +3 -3
- package/dist/chunks/{eo-descriptions.ff76ecc8.js.map → eo-descriptions.2d616ee9.js.map} +1 -1
- package/dist/chunks/{eo-info-card-item.b348374e.js → eo-info-card-item.95316172.js} +3 -3
- package/dist/chunks/{eo-info-card-item.b348374e.js.map → eo-info-card-item.95316172.js.map} +1 -1
- package/dist/chunks/{eo-loading-step.505b64b4.js → eo-loading-step.f1c3cda6.js} +3 -3
- package/dist/chunks/{eo-loading-step.505b64b4.js.map → eo-loading-step.f1c3cda6.js.map} +1 -1
- package/dist/chunks/main.31905ce9.js +2 -0
- package/dist/chunks/main.31905ce9.js.map +1 -0
- package/dist/examples.json +12 -12
- package/dist/index.bbce755d.js +2 -0
- package/dist/index.bbce755d.js.map +1 -0
- package/dist/manifest.json +303 -303
- package/dist/types.json +662 -662
- package/package.json +2 -2
- package/dist/chunks/4185.d75ff5bd.js +0 -3
- package/dist/chunks/4185.d75ff5bd.js.map +0 -1
- package/dist/chunks/main.66e9c68e.js +0 -2
- package/dist/chunks/main.66e9c68e.js.map +0 -1
- package/dist/index.dd90f74b.js +0 -2
- package/dist/index.dd90f74b.js.map +0 -1
- /package/dist/chunks/{4185.d75ff5bd.js.LICENSE.txt → 4185.a12b48a8.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-card-item.e7f1e7e4.js.LICENSE.txt → eo-card-item.d2b19a47.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-descriptions.ff76ecc8.js.LICENSE.txt → eo-descriptions.2d616ee9.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-info-card-item.b348374e.js.LICENSE.txt → eo-info-card-item.95316172.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-loading-step.505b64b4.js.LICENSE.txt → eo-loading-step.f1c3cda6.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -1,124 +1,289 @@
|
|
|
1
1
|
{
|
|
2
|
-
"eo-
|
|
2
|
+
"eo-card-item": {
|
|
3
3
|
"properties": [
|
|
4
4
|
{
|
|
5
|
-
"name": "
|
|
5
|
+
"name": "hasHeader",
|
|
6
|
+
"annotation": {
|
|
7
|
+
"type": "keyword",
|
|
8
|
+
"value": "boolean"
|
|
9
|
+
}
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"name": "cardTitle",
|
|
6
13
|
"annotation": {
|
|
7
14
|
"type": "keyword",
|
|
8
15
|
"value": "string"
|
|
9
16
|
}
|
|
10
17
|
},
|
|
11
18
|
{
|
|
12
|
-
"name": "
|
|
19
|
+
"name": "description",
|
|
20
|
+
"annotation": {
|
|
21
|
+
"type": "keyword",
|
|
22
|
+
"value": "string"
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"name": "auxiliaryText",
|
|
27
|
+
"annotation": {
|
|
28
|
+
"type": "keyword",
|
|
29
|
+
"value": "string"
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "avatar",
|
|
34
|
+
"annotation": {
|
|
35
|
+
"type": "union",
|
|
36
|
+
"types": [
|
|
37
|
+
{
|
|
38
|
+
"type": "reference",
|
|
39
|
+
"typeName": {
|
|
40
|
+
"type": "identifier",
|
|
41
|
+
"name": "IconAvatar"
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"type": "reference",
|
|
46
|
+
"typeName": {
|
|
47
|
+
"type": "identifier",
|
|
48
|
+
"name": "ImgAvatar"
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
]
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "href",
|
|
56
|
+
"annotation": {
|
|
57
|
+
"type": "indexedAccess",
|
|
58
|
+
"objectType": {
|
|
59
|
+
"type": "reference",
|
|
60
|
+
"typeName": {
|
|
61
|
+
"type": "identifier",
|
|
62
|
+
"name": "LinkProps"
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
"indexType": {
|
|
66
|
+
"type": "jsLiteral",
|
|
67
|
+
"value": "href"
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"name": "url",
|
|
73
|
+
"annotation": {
|
|
74
|
+
"type": "indexedAccess",
|
|
75
|
+
"objectType": {
|
|
76
|
+
"type": "reference",
|
|
77
|
+
"typeName": {
|
|
78
|
+
"type": "identifier",
|
|
79
|
+
"name": "LinkProps"
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
"indexType": {
|
|
83
|
+
"type": "jsLiteral",
|
|
84
|
+
"value": "url"
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"name": "target",
|
|
90
|
+
"annotation": {
|
|
91
|
+
"type": "indexedAccess",
|
|
92
|
+
"objectType": {
|
|
93
|
+
"type": "reference",
|
|
94
|
+
"typeName": {
|
|
95
|
+
"type": "identifier",
|
|
96
|
+
"name": "LinkProps"
|
|
97
|
+
}
|
|
98
|
+
},
|
|
99
|
+
"indexType": {
|
|
100
|
+
"type": "jsLiteral",
|
|
101
|
+
"value": "target"
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"name": "actions",
|
|
13
107
|
"annotation": {
|
|
14
108
|
"type": "array",
|
|
15
109
|
"elementType": {
|
|
16
110
|
"type": "reference",
|
|
17
111
|
"typeName": {
|
|
18
112
|
"type": "identifier",
|
|
19
|
-
"name": "
|
|
113
|
+
"name": "ActionType"
|
|
20
114
|
}
|
|
21
115
|
}
|
|
22
116
|
}
|
|
23
117
|
},
|
|
24
118
|
{
|
|
25
|
-
"name": "
|
|
119
|
+
"name": "showActions",
|
|
120
|
+
"annotation": {
|
|
121
|
+
"type": "union",
|
|
122
|
+
"types": [
|
|
123
|
+
{
|
|
124
|
+
"type": "jsLiteral",
|
|
125
|
+
"value": "always"
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"type": "jsLiteral",
|
|
129
|
+
"value": "hover"
|
|
130
|
+
}
|
|
131
|
+
]
|
|
132
|
+
}
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"name": "selected",
|
|
26
136
|
"annotation": {
|
|
27
137
|
"type": "keyword",
|
|
28
138
|
"value": "boolean"
|
|
29
139
|
}
|
|
30
140
|
},
|
|
31
141
|
{
|
|
32
|
-
"name": "
|
|
142
|
+
"name": "styleType",
|
|
143
|
+
"annotation": {
|
|
144
|
+
"type": "jsLiteral",
|
|
145
|
+
"value": "grayish"
|
|
146
|
+
}
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"name": "hasCover",
|
|
33
150
|
"annotation": {
|
|
34
151
|
"type": "keyword",
|
|
35
|
-
"value": "
|
|
152
|
+
"value": "boolean"
|
|
36
153
|
}
|
|
37
154
|
},
|
|
38
155
|
{
|
|
39
|
-
"name": "
|
|
156
|
+
"name": "coverImage",
|
|
40
157
|
"annotation": {
|
|
41
|
-
"type": "
|
|
42
|
-
"
|
|
43
|
-
"type": "identifier",
|
|
44
|
-
"name": "Layout"
|
|
45
|
-
}
|
|
158
|
+
"type": "keyword",
|
|
159
|
+
"value": "string"
|
|
46
160
|
}
|
|
47
161
|
},
|
|
48
162
|
{
|
|
49
|
-
"name": "
|
|
163
|
+
"name": "coverColor",
|
|
50
164
|
"annotation": {
|
|
51
165
|
"type": "keyword",
|
|
52
|
-
"value": "
|
|
166
|
+
"value": "string"
|
|
53
167
|
}
|
|
54
168
|
},
|
|
55
169
|
{
|
|
56
|
-
"name": "
|
|
170
|
+
"name": "coverImageSize",
|
|
171
|
+
"annotation": {
|
|
172
|
+
"type": "indexedAccess",
|
|
173
|
+
"objectType": {
|
|
174
|
+
"type": "reference",
|
|
175
|
+
"typeName": {
|
|
176
|
+
"type": "qualifiedName",
|
|
177
|
+
"left": {
|
|
178
|
+
"type": "identifier",
|
|
179
|
+
"name": "React"
|
|
180
|
+
},
|
|
181
|
+
"right": {
|
|
182
|
+
"type": "identifier",
|
|
183
|
+
"name": "CSSProperties"
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
},
|
|
187
|
+
"indexType": {
|
|
188
|
+
"type": "jsLiteral",
|
|
189
|
+
"value": "backgroundSize"
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"name": "avatarPosition",
|
|
57
195
|
"annotation": {
|
|
58
196
|
"type": "union",
|
|
59
197
|
"types": [
|
|
60
198
|
{
|
|
61
|
-
"type": "
|
|
62
|
-
"value": "
|
|
199
|
+
"type": "jsLiteral",
|
|
200
|
+
"value": "content"
|
|
63
201
|
},
|
|
64
202
|
{
|
|
65
|
-
"type": "
|
|
66
|
-
"
|
|
67
|
-
"type": "keyword",
|
|
68
|
-
"value": "string"
|
|
69
|
-
}
|
|
203
|
+
"type": "jsLiteral",
|
|
204
|
+
"value": "cover"
|
|
70
205
|
}
|
|
71
206
|
]
|
|
72
207
|
}
|
|
73
208
|
},
|
|
74
209
|
{
|
|
75
|
-
"name": "
|
|
210
|
+
"name": "tagConfig",
|
|
76
211
|
"annotation": {
|
|
77
212
|
"type": "reference",
|
|
78
213
|
"typeName": {
|
|
79
214
|
"type": "identifier",
|
|
80
|
-
"name": "
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
215
|
+
"name": "TagConfig"
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"name": "cardStyle",
|
|
221
|
+
"annotation": {
|
|
222
|
+
"type": "reference",
|
|
223
|
+
"typeName": {
|
|
224
|
+
"type": "qualifiedName",
|
|
225
|
+
"left": {
|
|
226
|
+
"type": "identifier",
|
|
227
|
+
"name": "React"
|
|
228
|
+
},
|
|
229
|
+
"right": {
|
|
230
|
+
"type": "identifier",
|
|
231
|
+
"name": "CSSProperties"
|
|
232
|
+
}
|
|
233
|
+
}
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
],
|
|
237
|
+
"events": [
|
|
238
|
+
{
|
|
239
|
+
"name": "tag.click",
|
|
240
|
+
"detail": {
|
|
241
|
+
"annotation": {
|
|
242
|
+
"type": "keyword",
|
|
243
|
+
"value": "void"
|
|
94
244
|
}
|
|
95
245
|
}
|
|
96
246
|
}
|
|
97
247
|
],
|
|
98
|
-
"events": [],
|
|
99
248
|
"methods": [],
|
|
100
249
|
"types": [
|
|
101
250
|
{
|
|
102
251
|
"type": "interface",
|
|
103
|
-
"name": "
|
|
252
|
+
"name": "IconAvatar",
|
|
104
253
|
"body": [
|
|
105
254
|
{
|
|
106
255
|
"type": "propertySignature",
|
|
107
256
|
"key": {
|
|
108
257
|
"type": "identifier",
|
|
109
|
-
"name": "
|
|
258
|
+
"name": "containerSize"
|
|
110
259
|
},
|
|
111
260
|
"annotation": {
|
|
112
261
|
"type": "keyword",
|
|
113
262
|
"value": "string"
|
|
114
263
|
},
|
|
264
|
+
"optional": true,
|
|
115
265
|
"computed": false
|
|
116
266
|
},
|
|
117
267
|
{
|
|
118
268
|
"type": "propertySignature",
|
|
119
269
|
"key": {
|
|
120
270
|
"type": "identifier",
|
|
121
|
-
"name": "
|
|
271
|
+
"name": "icon"
|
|
272
|
+
},
|
|
273
|
+
"annotation": {
|
|
274
|
+
"type": "reference",
|
|
275
|
+
"typeName": {
|
|
276
|
+
"type": "identifier",
|
|
277
|
+
"name": "GeneralIconProps"
|
|
278
|
+
}
|
|
279
|
+
},
|
|
280
|
+
"computed": false
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"type": "propertySignature",
|
|
284
|
+
"key": {
|
|
285
|
+
"type": "identifier",
|
|
286
|
+
"name": "color"
|
|
122
287
|
},
|
|
123
288
|
"annotation": {
|
|
124
289
|
"type": "keyword",
|
|
@@ -131,11 +296,11 @@
|
|
|
131
296
|
"type": "propertySignature",
|
|
132
297
|
"key": {
|
|
133
298
|
"type": "identifier",
|
|
134
|
-
"name": "
|
|
299
|
+
"name": "size"
|
|
135
300
|
},
|
|
136
301
|
"annotation": {
|
|
137
302
|
"type": "keyword",
|
|
138
|
-
"value": "
|
|
303
|
+
"value": "number"
|
|
139
304
|
},
|
|
140
305
|
"optional": true,
|
|
141
306
|
"computed": false
|
|
@@ -144,18 +309,22 @@
|
|
|
144
309
|
"type": "propertySignature",
|
|
145
310
|
"key": {
|
|
146
311
|
"type": "identifier",
|
|
147
|
-
"name": "
|
|
312
|
+
"name": "shape"
|
|
148
313
|
},
|
|
149
314
|
"annotation": {
|
|
150
315
|
"type": "union",
|
|
151
316
|
"types": [
|
|
152
317
|
{
|
|
153
|
-
"type": "
|
|
154
|
-
"value": "
|
|
318
|
+
"type": "jsLiteral",
|
|
319
|
+
"value": "circle"
|
|
155
320
|
},
|
|
156
321
|
{
|
|
157
|
-
"type": "
|
|
158
|
-
"value": "
|
|
322
|
+
"type": "jsLiteral",
|
|
323
|
+
"value": "square"
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"type": "jsLiteral",
|
|
327
|
+
"value": "round-square"
|
|
159
328
|
}
|
|
160
329
|
]
|
|
161
330
|
},
|
|
@@ -166,36 +335,163 @@
|
|
|
166
335
|
"type": "propertySignature",
|
|
167
336
|
"key": {
|
|
168
337
|
"type": "identifier",
|
|
169
|
-
"name": "
|
|
338
|
+
"name": "bgColor"
|
|
339
|
+
},
|
|
340
|
+
"annotation": {
|
|
341
|
+
"type": "keyword",
|
|
342
|
+
"value": "string"
|
|
343
|
+
},
|
|
344
|
+
"optional": true,
|
|
345
|
+
"computed": false
|
|
346
|
+
}
|
|
347
|
+
]
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"type": "interface",
|
|
351
|
+
"name": "ImgAvatar",
|
|
352
|
+
"body": [
|
|
353
|
+
{
|
|
354
|
+
"type": "propertySignature",
|
|
355
|
+
"key": {
|
|
356
|
+
"type": "identifier",
|
|
357
|
+
"name": "containerSize"
|
|
358
|
+
},
|
|
359
|
+
"annotation": {
|
|
360
|
+
"type": "keyword",
|
|
361
|
+
"value": "string"
|
|
362
|
+
},
|
|
363
|
+
"optional": true,
|
|
364
|
+
"computed": false
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
"type": "propertySignature",
|
|
368
|
+
"key": {
|
|
369
|
+
"type": "identifier",
|
|
370
|
+
"name": "imgSrc"
|
|
371
|
+
},
|
|
372
|
+
"annotation": {
|
|
373
|
+
"type": "keyword",
|
|
374
|
+
"value": "string"
|
|
375
|
+
},
|
|
376
|
+
"computed": false
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"type": "propertySignature",
|
|
380
|
+
"key": {
|
|
381
|
+
"type": "identifier",
|
|
382
|
+
"name": "imgStyle"
|
|
170
383
|
},
|
|
171
384
|
"annotation": {
|
|
172
385
|
"type": "reference",
|
|
173
386
|
"typeName": {
|
|
174
387
|
"type": "identifier",
|
|
175
|
-
"name": "
|
|
388
|
+
"name": "CSSProperties"
|
|
176
389
|
}
|
|
177
390
|
},
|
|
178
391
|
"optional": true,
|
|
179
392
|
"computed": false
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"type": "propertySignature",
|
|
396
|
+
"key": {
|
|
397
|
+
"type": "identifier",
|
|
398
|
+
"name": "shape"
|
|
399
|
+
},
|
|
400
|
+
"annotation": {
|
|
401
|
+
"type": "union",
|
|
402
|
+
"types": [
|
|
403
|
+
{
|
|
404
|
+
"type": "jsLiteral",
|
|
405
|
+
"value": "circle"
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
"type": "jsLiteral",
|
|
409
|
+
"value": "square"
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
"type": "jsLiteral",
|
|
413
|
+
"value": "round-square"
|
|
414
|
+
}
|
|
415
|
+
]
|
|
416
|
+
},
|
|
417
|
+
"optional": true,
|
|
418
|
+
"computed": false
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"type": "propertySignature",
|
|
422
|
+
"key": {
|
|
423
|
+
"type": "identifier",
|
|
424
|
+
"name": "bgColor"
|
|
425
|
+
},
|
|
426
|
+
"annotation": {
|
|
427
|
+
"type": "keyword",
|
|
428
|
+
"value": "string"
|
|
429
|
+
},
|
|
430
|
+
"optional": true,
|
|
431
|
+
"computed": false
|
|
180
432
|
}
|
|
181
433
|
]
|
|
182
434
|
},
|
|
183
435
|
{
|
|
184
|
-
"type": "
|
|
185
|
-
"name": "
|
|
186
|
-
"
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
{
|
|
190
|
-
"type": "
|
|
191
|
-
"
|
|
436
|
+
"type": "interface",
|
|
437
|
+
"name": "TagConfig",
|
|
438
|
+
"body": [
|
|
439
|
+
{
|
|
440
|
+
"type": "propertySignature",
|
|
441
|
+
"key": {
|
|
442
|
+
"type": "identifier",
|
|
443
|
+
"name": "text"
|
|
192
444
|
},
|
|
193
|
-
{
|
|
194
|
-
"type": "
|
|
195
|
-
"value": "
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
|
|
445
|
+
"annotation": {
|
|
446
|
+
"type": "keyword",
|
|
447
|
+
"value": "string"
|
|
448
|
+
},
|
|
449
|
+
"optional": true,
|
|
450
|
+
"computed": false
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
"type": "propertySignature",
|
|
454
|
+
"key": {
|
|
455
|
+
"type": "identifier",
|
|
456
|
+
"name": "icon"
|
|
457
|
+
},
|
|
458
|
+
"annotation": {
|
|
459
|
+
"type": "reference",
|
|
460
|
+
"typeName": {
|
|
461
|
+
"type": "identifier",
|
|
462
|
+
"name": "GeneralIconProps"
|
|
463
|
+
}
|
|
464
|
+
},
|
|
465
|
+
"optional": true,
|
|
466
|
+
"computed": false
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
"type": "propertySignature",
|
|
470
|
+
"key": {
|
|
471
|
+
"type": "identifier",
|
|
472
|
+
"name": "bgColor"
|
|
473
|
+
},
|
|
474
|
+
"annotation": {
|
|
475
|
+
"type": "keyword",
|
|
476
|
+
"value": "string"
|
|
477
|
+
},
|
|
478
|
+
"optional": true,
|
|
479
|
+
"computed": false
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
"type": "propertySignature",
|
|
483
|
+
"key": {
|
|
484
|
+
"type": "identifier",
|
|
485
|
+
"name": "color"
|
|
486
|
+
},
|
|
487
|
+
"annotation": {
|
|
488
|
+
"type": "keyword",
|
|
489
|
+
"value": "string"
|
|
490
|
+
},
|
|
491
|
+
"optional": true,
|
|
492
|
+
"computed": false
|
|
493
|
+
}
|
|
494
|
+
]
|
|
199
495
|
}
|
|
200
496
|
]
|
|
201
497
|
},
|
|
@@ -302,66 +598,98 @@
|
|
|
302
598
|
}
|
|
303
599
|
]
|
|
304
600
|
},
|
|
305
|
-
"eo-
|
|
601
|
+
"eo-descriptions": {
|
|
306
602
|
"properties": [
|
|
307
603
|
{
|
|
308
|
-
"name": "
|
|
604
|
+
"name": "descriptionTitle",
|
|
309
605
|
"annotation": {
|
|
310
606
|
"type": "keyword",
|
|
311
607
|
"value": "string"
|
|
312
608
|
}
|
|
313
609
|
},
|
|
314
610
|
{
|
|
315
|
-
"name": "
|
|
611
|
+
"name": "list",
|
|
612
|
+
"annotation": {
|
|
613
|
+
"type": "array",
|
|
614
|
+
"elementType": {
|
|
615
|
+
"type": "reference",
|
|
616
|
+
"typeName": {
|
|
617
|
+
"type": "identifier",
|
|
618
|
+
"name": "DescriptionItem"
|
|
619
|
+
}
|
|
620
|
+
}
|
|
621
|
+
}
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
"name": "showCard",
|
|
316
625
|
"annotation": {
|
|
317
626
|
"type": "keyword",
|
|
318
|
-
"value": "
|
|
627
|
+
"value": "boolean"
|
|
319
628
|
}
|
|
320
629
|
},
|
|
321
630
|
{
|
|
322
|
-
"name": "
|
|
631
|
+
"name": "column",
|
|
323
632
|
"annotation": {
|
|
324
633
|
"type": "keyword",
|
|
325
|
-
"value": "
|
|
634
|
+
"value": "number"
|
|
326
635
|
}
|
|
327
636
|
},
|
|
328
637
|
{
|
|
329
|
-
"name": "
|
|
638
|
+
"name": "layout",
|
|
330
639
|
"annotation": {
|
|
331
640
|
"type": "reference",
|
|
332
641
|
"typeName": {
|
|
333
642
|
"type": "identifier",
|
|
334
|
-
"name": "
|
|
643
|
+
"name": "Layout"
|
|
335
644
|
}
|
|
336
645
|
}
|
|
337
646
|
},
|
|
338
647
|
{
|
|
339
|
-
"name": "
|
|
648
|
+
"name": "bordered",
|
|
340
649
|
"annotation": {
|
|
341
|
-
"type": "
|
|
342
|
-
"
|
|
343
|
-
"type": "reference",
|
|
344
|
-
"typeName": {
|
|
345
|
-
"type": "identifier",
|
|
346
|
-
"name": "InfoCardDetail"
|
|
347
|
-
}
|
|
348
|
-
}
|
|
650
|
+
"type": "keyword",
|
|
651
|
+
"value": "boolean"
|
|
349
652
|
}
|
|
350
653
|
},
|
|
351
654
|
{
|
|
352
|
-
"name": "
|
|
655
|
+
"name": "hideGroups",
|
|
353
656
|
"annotation": {
|
|
354
|
-
"type": "
|
|
355
|
-
"
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
"
|
|
359
|
-
|
|
657
|
+
"type": "union",
|
|
658
|
+
"types": [
|
|
659
|
+
{
|
|
660
|
+
"type": "keyword",
|
|
661
|
+
"value": "string"
|
|
662
|
+
},
|
|
663
|
+
{
|
|
664
|
+
"type": "array",
|
|
665
|
+
"elementType": {
|
|
666
|
+
"type": "keyword",
|
|
667
|
+
"value": "string"
|
|
668
|
+
}
|
|
360
669
|
}
|
|
670
|
+
]
|
|
671
|
+
}
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
"name": "dataSource",
|
|
675
|
+
"annotation": {
|
|
676
|
+
"type": "reference",
|
|
677
|
+
"typeName": {
|
|
678
|
+
"type": "identifier",
|
|
679
|
+
"name": "Record"
|
|
361
680
|
},
|
|
362
|
-
"
|
|
363
|
-
"type": "
|
|
364
|
-
"
|
|
681
|
+
"typeParameters": {
|
|
682
|
+
"type": "typeParameterInstantiation",
|
|
683
|
+
"params": [
|
|
684
|
+
{
|
|
685
|
+
"type": "keyword",
|
|
686
|
+
"value": "string"
|
|
687
|
+
},
|
|
688
|
+
{
|
|
689
|
+
"type": "keyword",
|
|
690
|
+
"value": "unknown"
|
|
691
|
+
}
|
|
692
|
+
]
|
|
365
693
|
}
|
|
366
694
|
}
|
|
367
695
|
}
|
|
@@ -371,20 +699,17 @@
|
|
|
371
699
|
"types": [
|
|
372
700
|
{
|
|
373
701
|
"type": "interface",
|
|
374
|
-
"name": "
|
|
702
|
+
"name": "DescriptionItem",
|
|
375
703
|
"body": [
|
|
376
704
|
{
|
|
377
705
|
"type": "propertySignature",
|
|
378
706
|
"key": {
|
|
379
707
|
"type": "identifier",
|
|
380
|
-
"name": "
|
|
708
|
+
"name": "label"
|
|
381
709
|
},
|
|
382
710
|
"annotation": {
|
|
383
|
-
"type": "
|
|
384
|
-
"
|
|
385
|
-
"type": "identifier",
|
|
386
|
-
"name": "GeneralIconProps"
|
|
387
|
-
}
|
|
711
|
+
"type": "keyword",
|
|
712
|
+
"value": "string"
|
|
388
713
|
},
|
|
389
714
|
"computed": false
|
|
390
715
|
},
|
|
@@ -392,7 +717,7 @@
|
|
|
392
717
|
"type": "propertySignature",
|
|
393
718
|
"key": {
|
|
394
719
|
"type": "identifier",
|
|
395
|
-
"name": "
|
|
720
|
+
"name": "field"
|
|
396
721
|
},
|
|
397
722
|
"annotation": {
|
|
398
723
|
"type": "keyword",
|
|
@@ -405,11 +730,11 @@
|
|
|
405
730
|
"type": "propertySignature",
|
|
406
731
|
"key": {
|
|
407
732
|
"type": "identifier",
|
|
408
|
-
"name": "
|
|
733
|
+
"name": "group"
|
|
409
734
|
},
|
|
410
735
|
"annotation": {
|
|
411
736
|
"type": "keyword",
|
|
412
|
-
"value": "
|
|
737
|
+
"value": "string"
|
|
413
738
|
},
|
|
414
739
|
"optional": true,
|
|
415
740
|
"computed": false
|
|
@@ -418,73 +743,24 @@
|
|
|
418
743
|
"type": "propertySignature",
|
|
419
744
|
"key": {
|
|
420
745
|
"type": "identifier",
|
|
421
|
-
"name": "
|
|
746
|
+
"name": "text"
|
|
422
747
|
},
|
|
423
748
|
"annotation": {
|
|
424
749
|
"type": "union",
|
|
425
750
|
"types": [
|
|
426
751
|
{
|
|
427
|
-
"type": "
|
|
428
|
-
"value": "
|
|
429
|
-
},
|
|
430
|
-
{
|
|
431
|
-
"type": "jsLiteral",
|
|
432
|
-
"value": "square"
|
|
752
|
+
"type": "keyword",
|
|
753
|
+
"value": "string"
|
|
433
754
|
},
|
|
434
755
|
{
|
|
435
|
-
"type": "
|
|
436
|
-
"value": "
|
|
756
|
+
"type": "keyword",
|
|
757
|
+
"value": "number"
|
|
437
758
|
}
|
|
438
759
|
]
|
|
439
760
|
},
|
|
440
761
|
"optional": true,
|
|
441
762
|
"computed": false
|
|
442
763
|
},
|
|
443
|
-
{
|
|
444
|
-
"type": "propertySignature",
|
|
445
|
-
"key": {
|
|
446
|
-
"type": "identifier",
|
|
447
|
-
"name": "bgColor"
|
|
448
|
-
},
|
|
449
|
-
"annotation": {
|
|
450
|
-
"type": "keyword",
|
|
451
|
-
"value": "string"
|
|
452
|
-
},
|
|
453
|
-
"optional": true,
|
|
454
|
-
"computed": false
|
|
455
|
-
}
|
|
456
|
-
]
|
|
457
|
-
},
|
|
458
|
-
{
|
|
459
|
-
"type": "interface",
|
|
460
|
-
"name": "InfoCardDetail",
|
|
461
|
-
"body": [
|
|
462
|
-
{
|
|
463
|
-
"type": "propertySignature",
|
|
464
|
-
"key": {
|
|
465
|
-
"type": "identifier",
|
|
466
|
-
"name": "title"
|
|
467
|
-
},
|
|
468
|
-
"annotation": {
|
|
469
|
-
"type": "keyword",
|
|
470
|
-
"value": "string"
|
|
471
|
-
},
|
|
472
|
-
"optional": true,
|
|
473
|
-
"computed": false
|
|
474
|
-
},
|
|
475
|
-
{
|
|
476
|
-
"type": "propertySignature",
|
|
477
|
-
"key": {
|
|
478
|
-
"type": "identifier",
|
|
479
|
-
"name": "desc"
|
|
480
|
-
},
|
|
481
|
-
"annotation": {
|
|
482
|
-
"type": "keyword",
|
|
483
|
-
"value": "string"
|
|
484
|
-
},
|
|
485
|
-
"optional": true,
|
|
486
|
-
"computed": false
|
|
487
|
-
},
|
|
488
764
|
{
|
|
489
765
|
"type": "propertySignature",
|
|
490
766
|
"key": {
|
|
@@ -495,281 +771,104 @@
|
|
|
495
771
|
"type": "reference",
|
|
496
772
|
"typeName": {
|
|
497
773
|
"type": "identifier",
|
|
498
|
-
"name": "
|
|
774
|
+
"name": "UseBrickConf"
|
|
499
775
|
}
|
|
500
776
|
},
|
|
501
777
|
"optional": true,
|
|
502
778
|
"computed": false
|
|
503
779
|
}
|
|
504
780
|
]
|
|
505
|
-
}
|
|
506
|
-
]
|
|
507
|
-
},
|
|
508
|
-
"eo-card-item": {
|
|
509
|
-
"properties": [
|
|
510
|
-
{
|
|
511
|
-
"name": "hasHeader",
|
|
512
|
-
"annotation": {
|
|
513
|
-
"type": "keyword",
|
|
514
|
-
"value": "boolean"
|
|
515
|
-
}
|
|
516
|
-
},
|
|
517
|
-
{
|
|
518
|
-
"name": "cardTitle",
|
|
519
|
-
"annotation": {
|
|
520
|
-
"type": "keyword",
|
|
521
|
-
"value": "string"
|
|
522
|
-
}
|
|
523
|
-
},
|
|
524
|
-
{
|
|
525
|
-
"name": "description",
|
|
526
|
-
"annotation": {
|
|
527
|
-
"type": "keyword",
|
|
528
|
-
"value": "string"
|
|
529
|
-
}
|
|
530
|
-
},
|
|
531
|
-
{
|
|
532
|
-
"name": "auxiliaryText",
|
|
533
|
-
"annotation": {
|
|
534
|
-
"type": "keyword",
|
|
535
|
-
"value": "string"
|
|
536
|
-
}
|
|
537
|
-
},
|
|
538
|
-
{
|
|
539
|
-
"name": "avatar",
|
|
540
|
-
"annotation": {
|
|
541
|
-
"type": "union",
|
|
542
|
-
"types": [
|
|
543
|
-
{
|
|
544
|
-
"type": "reference",
|
|
545
|
-
"typeName": {
|
|
546
|
-
"type": "identifier",
|
|
547
|
-
"name": "IconAvatar"
|
|
548
|
-
}
|
|
549
|
-
},
|
|
550
|
-
{
|
|
551
|
-
"type": "reference",
|
|
552
|
-
"typeName": {
|
|
553
|
-
"type": "identifier",
|
|
554
|
-
"name": "ImgAvatar"
|
|
555
|
-
}
|
|
556
|
-
}
|
|
557
|
-
]
|
|
558
|
-
}
|
|
559
|
-
},
|
|
560
|
-
{
|
|
561
|
-
"name": "href",
|
|
562
|
-
"annotation": {
|
|
563
|
-
"type": "indexedAccess",
|
|
564
|
-
"objectType": {
|
|
565
|
-
"type": "reference",
|
|
566
|
-
"typeName": {
|
|
567
|
-
"type": "identifier",
|
|
568
|
-
"name": "LinkProps"
|
|
569
|
-
}
|
|
570
|
-
},
|
|
571
|
-
"indexType": {
|
|
572
|
-
"type": "jsLiteral",
|
|
573
|
-
"value": "href"
|
|
574
|
-
}
|
|
575
|
-
}
|
|
576
|
-
},
|
|
577
|
-
{
|
|
578
|
-
"name": "url",
|
|
579
|
-
"annotation": {
|
|
580
|
-
"type": "indexedAccess",
|
|
581
|
-
"objectType": {
|
|
582
|
-
"type": "reference",
|
|
583
|
-
"typeName": {
|
|
584
|
-
"type": "identifier",
|
|
585
|
-
"name": "LinkProps"
|
|
586
|
-
}
|
|
587
|
-
},
|
|
588
|
-
"indexType": {
|
|
589
|
-
"type": "jsLiteral",
|
|
590
|
-
"value": "url"
|
|
591
|
-
}
|
|
592
|
-
}
|
|
593
|
-
},
|
|
594
|
-
{
|
|
595
|
-
"name": "target",
|
|
596
|
-
"annotation": {
|
|
597
|
-
"type": "indexedAccess",
|
|
598
|
-
"objectType": {
|
|
599
|
-
"type": "reference",
|
|
600
|
-
"typeName": {
|
|
601
|
-
"type": "identifier",
|
|
602
|
-
"name": "LinkProps"
|
|
603
|
-
}
|
|
604
|
-
},
|
|
605
|
-
"indexType": {
|
|
606
|
-
"type": "jsLiteral",
|
|
607
|
-
"value": "target"
|
|
608
|
-
}
|
|
609
|
-
}
|
|
610
781
|
},
|
|
611
782
|
{
|
|
612
|
-
"
|
|
613
|
-
"
|
|
614
|
-
"type": "array",
|
|
615
|
-
"elementType": {
|
|
616
|
-
"type": "reference",
|
|
617
|
-
"typeName": {
|
|
618
|
-
"type": "identifier",
|
|
619
|
-
"name": "ActionType"
|
|
620
|
-
}
|
|
621
|
-
}
|
|
622
|
-
}
|
|
623
|
-
},
|
|
624
|
-
{
|
|
625
|
-
"name": "showActions",
|
|
783
|
+
"type": "typeAlias",
|
|
784
|
+
"name": "Layout",
|
|
626
785
|
"annotation": {
|
|
627
786
|
"type": "union",
|
|
628
787
|
"types": [
|
|
629
788
|
{
|
|
630
789
|
"type": "jsLiteral",
|
|
631
|
-
"value": "
|
|
790
|
+
"value": "horizontal"
|
|
632
791
|
},
|
|
633
792
|
{
|
|
634
793
|
"type": "jsLiteral",
|
|
635
|
-
"value": "
|
|
794
|
+
"value": "vertical"
|
|
636
795
|
}
|
|
637
796
|
]
|
|
638
797
|
}
|
|
639
|
-
}
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
"value": "boolean"
|
|
645
|
-
}
|
|
646
|
-
},
|
|
647
|
-
{
|
|
648
|
-
"name": "styleType",
|
|
649
|
-
"annotation": {
|
|
650
|
-
"type": "jsLiteral",
|
|
651
|
-
"value": "grayish"
|
|
652
|
-
}
|
|
653
|
-
},
|
|
798
|
+
}
|
|
799
|
+
]
|
|
800
|
+
},
|
|
801
|
+
"eo-info-card-item": {
|
|
802
|
+
"properties": [
|
|
654
803
|
{
|
|
655
|
-
"name": "
|
|
804
|
+
"name": "cardTitle",
|
|
656
805
|
"annotation": {
|
|
657
806
|
"type": "keyword",
|
|
658
|
-
"value": "
|
|
807
|
+
"value": "string"
|
|
659
808
|
}
|
|
660
809
|
},
|
|
661
810
|
{
|
|
662
|
-
"name": "
|
|
811
|
+
"name": "description",
|
|
663
812
|
"annotation": {
|
|
664
813
|
"type": "keyword",
|
|
665
814
|
"value": "string"
|
|
666
815
|
}
|
|
667
816
|
},
|
|
668
817
|
{
|
|
669
|
-
"name": "
|
|
818
|
+
"name": "url",
|
|
670
819
|
"annotation": {
|
|
671
820
|
"type": "keyword",
|
|
672
821
|
"value": "string"
|
|
673
822
|
}
|
|
674
823
|
},
|
|
675
824
|
{
|
|
676
|
-
"name": "
|
|
677
|
-
"annotation": {
|
|
678
|
-
"type": "indexedAccess",
|
|
679
|
-
"objectType": {
|
|
680
|
-
"type": "reference",
|
|
681
|
-
"typeName": {
|
|
682
|
-
"type": "qualifiedName",
|
|
683
|
-
"left": {
|
|
684
|
-
"type": "identifier",
|
|
685
|
-
"name": "React"
|
|
686
|
-
},
|
|
687
|
-
"right": {
|
|
688
|
-
"type": "identifier",
|
|
689
|
-
"name": "CSSProperties"
|
|
690
|
-
}
|
|
691
|
-
}
|
|
692
|
-
},
|
|
693
|
-
"indexType": {
|
|
694
|
-
"type": "jsLiteral",
|
|
695
|
-
"value": "backgroundSize"
|
|
696
|
-
}
|
|
697
|
-
}
|
|
698
|
-
},
|
|
699
|
-
{
|
|
700
|
-
"name": "avatarPosition",
|
|
701
|
-
"annotation": {
|
|
702
|
-
"type": "union",
|
|
703
|
-
"types": [
|
|
704
|
-
{
|
|
705
|
-
"type": "jsLiteral",
|
|
706
|
-
"value": "content"
|
|
707
|
-
},
|
|
708
|
-
{
|
|
709
|
-
"type": "jsLiteral",
|
|
710
|
-
"value": "cover"
|
|
711
|
-
}
|
|
712
|
-
]
|
|
713
|
-
}
|
|
714
|
-
},
|
|
715
|
-
{
|
|
716
|
-
"name": "tagConfig",
|
|
825
|
+
"name": "cardIcon",
|
|
717
826
|
"annotation": {
|
|
718
827
|
"type": "reference",
|
|
719
828
|
"typeName": {
|
|
720
829
|
"type": "identifier",
|
|
721
|
-
"name": "
|
|
830
|
+
"name": "IconAvatar"
|
|
722
831
|
}
|
|
723
832
|
}
|
|
724
833
|
},
|
|
725
834
|
{
|
|
726
|
-
"name": "
|
|
835
|
+
"name": "detailList",
|
|
727
836
|
"annotation": {
|
|
728
|
-
"type": "
|
|
729
|
-
"
|
|
730
|
-
"type": "
|
|
731
|
-
"
|
|
732
|
-
"type": "identifier",
|
|
733
|
-
"name": "React"
|
|
734
|
-
},
|
|
735
|
-
"right": {
|
|
837
|
+
"type": "array",
|
|
838
|
+
"elementType": {
|
|
839
|
+
"type": "reference",
|
|
840
|
+
"typeName": {
|
|
736
841
|
"type": "identifier",
|
|
737
|
-
"name": "
|
|
842
|
+
"name": "InfoCardDetail"
|
|
738
843
|
}
|
|
739
844
|
}
|
|
740
845
|
}
|
|
741
|
-
}
|
|
742
|
-
],
|
|
743
|
-
"events": [
|
|
846
|
+
},
|
|
744
847
|
{
|
|
745
|
-
"name": "
|
|
746
|
-
"
|
|
747
|
-
"
|
|
748
|
-
|
|
749
|
-
"
|
|
848
|
+
"name": "target",
|
|
849
|
+
"annotation": {
|
|
850
|
+
"type": "indexedAccess",
|
|
851
|
+
"objectType": {
|
|
852
|
+
"type": "reference",
|
|
853
|
+
"typeName": {
|
|
854
|
+
"type": "identifier",
|
|
855
|
+
"name": "LinkProps"
|
|
856
|
+
}
|
|
857
|
+
},
|
|
858
|
+
"indexType": {
|
|
859
|
+
"type": "jsLiteral",
|
|
860
|
+
"value": "target"
|
|
750
861
|
}
|
|
751
862
|
}
|
|
752
863
|
}
|
|
753
864
|
],
|
|
865
|
+
"events": [],
|
|
754
866
|
"methods": [],
|
|
755
867
|
"types": [
|
|
756
868
|
{
|
|
757
869
|
"type": "interface",
|
|
758
870
|
"name": "IconAvatar",
|
|
759
871
|
"body": [
|
|
760
|
-
{
|
|
761
|
-
"type": "propertySignature",
|
|
762
|
-
"key": {
|
|
763
|
-
"type": "identifier",
|
|
764
|
-
"name": "containerSize"
|
|
765
|
-
},
|
|
766
|
-
"annotation": {
|
|
767
|
-
"type": "keyword",
|
|
768
|
-
"value": "string"
|
|
769
|
-
},
|
|
770
|
-
"optional": true,
|
|
771
|
-
"computed": false
|
|
772
|
-
},
|
|
773
872
|
{
|
|
774
873
|
"type": "propertySignature",
|
|
775
874
|
"key": {
|
|
@@ -854,72 +953,18 @@
|
|
|
854
953
|
},
|
|
855
954
|
{
|
|
856
955
|
"type": "interface",
|
|
857
|
-
"name": "
|
|
956
|
+
"name": "InfoCardDetail",
|
|
858
957
|
"body": [
|
|
859
958
|
{
|
|
860
959
|
"type": "propertySignature",
|
|
861
960
|
"key": {
|
|
862
961
|
"type": "identifier",
|
|
863
|
-
"name": "
|
|
864
|
-
},
|
|
865
|
-
"annotation": {
|
|
866
|
-
"type": "keyword",
|
|
867
|
-
"value": "string"
|
|
868
|
-
},
|
|
869
|
-
"optional": true,
|
|
870
|
-
"computed": false
|
|
871
|
-
},
|
|
872
|
-
{
|
|
873
|
-
"type": "propertySignature",
|
|
874
|
-
"key": {
|
|
875
|
-
"type": "identifier",
|
|
876
|
-
"name": "imgSrc"
|
|
962
|
+
"name": "title"
|
|
877
963
|
},
|
|
878
964
|
"annotation": {
|
|
879
965
|
"type": "keyword",
|
|
880
966
|
"value": "string"
|
|
881
967
|
},
|
|
882
|
-
"computed": false
|
|
883
|
-
},
|
|
884
|
-
{
|
|
885
|
-
"type": "propertySignature",
|
|
886
|
-
"key": {
|
|
887
|
-
"type": "identifier",
|
|
888
|
-
"name": "imgStyle"
|
|
889
|
-
},
|
|
890
|
-
"annotation": {
|
|
891
|
-
"type": "reference",
|
|
892
|
-
"typeName": {
|
|
893
|
-
"type": "identifier",
|
|
894
|
-
"name": "CSSProperties"
|
|
895
|
-
}
|
|
896
|
-
},
|
|
897
|
-
"optional": true,
|
|
898
|
-
"computed": false
|
|
899
|
-
},
|
|
900
|
-
{
|
|
901
|
-
"type": "propertySignature",
|
|
902
|
-
"key": {
|
|
903
|
-
"type": "identifier",
|
|
904
|
-
"name": "shape"
|
|
905
|
-
},
|
|
906
|
-
"annotation": {
|
|
907
|
-
"type": "union",
|
|
908
|
-
"types": [
|
|
909
|
-
{
|
|
910
|
-
"type": "jsLiteral",
|
|
911
|
-
"value": "circle"
|
|
912
|
-
},
|
|
913
|
-
{
|
|
914
|
-
"type": "jsLiteral",
|
|
915
|
-
"value": "square"
|
|
916
|
-
},
|
|
917
|
-
{
|
|
918
|
-
"type": "jsLiteral",
|
|
919
|
-
"value": "round-square"
|
|
920
|
-
}
|
|
921
|
-
]
|
|
922
|
-
},
|
|
923
968
|
"optional": true,
|
|
924
969
|
"computed": false
|
|
925
970
|
},
|
|
@@ -927,26 +972,7 @@
|
|
|
927
972
|
"type": "propertySignature",
|
|
928
973
|
"key": {
|
|
929
974
|
"type": "identifier",
|
|
930
|
-
"name": "
|
|
931
|
-
},
|
|
932
|
-
"annotation": {
|
|
933
|
-
"type": "keyword",
|
|
934
|
-
"value": "string"
|
|
935
|
-
},
|
|
936
|
-
"optional": true,
|
|
937
|
-
"computed": false
|
|
938
|
-
}
|
|
939
|
-
]
|
|
940
|
-
},
|
|
941
|
-
{
|
|
942
|
-
"type": "interface",
|
|
943
|
-
"name": "TagConfig",
|
|
944
|
-
"body": [
|
|
945
|
-
{
|
|
946
|
-
"type": "propertySignature",
|
|
947
|
-
"key": {
|
|
948
|
-
"type": "identifier",
|
|
949
|
-
"name": "text"
|
|
975
|
+
"name": "desc"
|
|
950
976
|
},
|
|
951
977
|
"annotation": {
|
|
952
978
|
"type": "keyword",
|
|
@@ -959,43 +985,17 @@
|
|
|
959
985
|
"type": "propertySignature",
|
|
960
986
|
"key": {
|
|
961
987
|
"type": "identifier",
|
|
962
|
-
"name": "
|
|
988
|
+
"name": "useBrick"
|
|
963
989
|
},
|
|
964
990
|
"annotation": {
|
|
965
991
|
"type": "reference",
|
|
966
992
|
"typeName": {
|
|
967
993
|
"type": "identifier",
|
|
968
|
-
"name": "
|
|
994
|
+
"name": "UseSingleBrickConf"
|
|
969
995
|
}
|
|
970
996
|
},
|
|
971
997
|
"optional": true,
|
|
972
998
|
"computed": false
|
|
973
|
-
},
|
|
974
|
-
{
|
|
975
|
-
"type": "propertySignature",
|
|
976
|
-
"key": {
|
|
977
|
-
"type": "identifier",
|
|
978
|
-
"name": "bgColor"
|
|
979
|
-
},
|
|
980
|
-
"annotation": {
|
|
981
|
-
"type": "keyword",
|
|
982
|
-
"value": "string"
|
|
983
|
-
},
|
|
984
|
-
"optional": true,
|
|
985
|
-
"computed": false
|
|
986
|
-
},
|
|
987
|
-
{
|
|
988
|
-
"type": "propertySignature",
|
|
989
|
-
"key": {
|
|
990
|
-
"type": "identifier",
|
|
991
|
-
"name": "color"
|
|
992
|
-
},
|
|
993
|
-
"annotation": {
|
|
994
|
-
"type": "keyword",
|
|
995
|
-
"value": "string"
|
|
996
|
-
},
|
|
997
|
-
"optional": true,
|
|
998
|
-
"computed": false
|
|
999
999
|
}
|
|
1000
1000
|
]
|
|
1001
1001
|
}
|
|
@@ -1318,36 +1318,145 @@
|
|
|
1318
1318
|
"type": "propertySignature",
|
|
1319
1319
|
"key": {
|
|
1320
1320
|
"type": "identifier",
|
|
1321
|
-
"name": "valueStyle"
|
|
1321
|
+
"name": "valueStyle"
|
|
1322
|
+
},
|
|
1323
|
+
"annotation": {
|
|
1324
|
+
"type": "reference",
|
|
1325
|
+
"typeName": {
|
|
1326
|
+
"type": "qualifiedName",
|
|
1327
|
+
"left": {
|
|
1328
|
+
"type": "identifier",
|
|
1329
|
+
"name": "React"
|
|
1330
|
+
},
|
|
1331
|
+
"right": {
|
|
1332
|
+
"type": "identifier",
|
|
1333
|
+
"name": "CSSProperties"
|
|
1334
|
+
}
|
|
1335
|
+
}
|
|
1336
|
+
},
|
|
1337
|
+
"optional": true,
|
|
1338
|
+
"computed": false
|
|
1339
|
+
},
|
|
1340
|
+
{
|
|
1341
|
+
"type": "propertySignature",
|
|
1342
|
+
"key": {
|
|
1343
|
+
"type": "identifier",
|
|
1344
|
+
"name": "interactable"
|
|
1345
|
+
},
|
|
1346
|
+
"annotation": {
|
|
1347
|
+
"type": "keyword",
|
|
1348
|
+
"value": "boolean"
|
|
1349
|
+
},
|
|
1350
|
+
"optional": true,
|
|
1351
|
+
"computed": false
|
|
1352
|
+
}
|
|
1353
|
+
]
|
|
1354
|
+
}
|
|
1355
|
+
]
|
|
1356
|
+
},
|
|
1357
|
+
"eo-loading-step": {
|
|
1358
|
+
"properties": [
|
|
1359
|
+
{
|
|
1360
|
+
"name": "visible",
|
|
1361
|
+
"annotation": {
|
|
1362
|
+
"type": "keyword",
|
|
1363
|
+
"value": "boolean"
|
|
1364
|
+
}
|
|
1365
|
+
},
|
|
1366
|
+
{
|
|
1367
|
+
"name": "width",
|
|
1368
|
+
"annotation": {
|
|
1369
|
+
"type": "keyword",
|
|
1370
|
+
"value": "string"
|
|
1371
|
+
}
|
|
1372
|
+
},
|
|
1373
|
+
{
|
|
1374
|
+
"name": "stepTitle",
|
|
1375
|
+
"annotation": {
|
|
1376
|
+
"type": "keyword",
|
|
1377
|
+
"value": "string"
|
|
1378
|
+
}
|
|
1379
|
+
},
|
|
1380
|
+
{
|
|
1381
|
+
"name": "stepList",
|
|
1382
|
+
"annotation": {
|
|
1383
|
+
"type": "array",
|
|
1384
|
+
"elementType": {
|
|
1385
|
+
"type": "reference",
|
|
1386
|
+
"typeName": {
|
|
1387
|
+
"type": "identifier",
|
|
1388
|
+
"name": "StepItem"
|
|
1389
|
+
}
|
|
1390
|
+
}
|
|
1391
|
+
}
|
|
1392
|
+
},
|
|
1393
|
+
{
|
|
1394
|
+
"name": "curStep",
|
|
1395
|
+
"annotation": {
|
|
1396
|
+
"type": "keyword",
|
|
1397
|
+
"value": "string"
|
|
1398
|
+
}
|
|
1399
|
+
}
|
|
1400
|
+
],
|
|
1401
|
+
"events": [
|
|
1402
|
+
{
|
|
1403
|
+
"name": "open",
|
|
1404
|
+
"detail": {
|
|
1405
|
+
"annotation": {
|
|
1406
|
+
"type": "keyword",
|
|
1407
|
+
"value": "void"
|
|
1408
|
+
}
|
|
1409
|
+
}
|
|
1410
|
+
},
|
|
1411
|
+
{
|
|
1412
|
+
"name": "close",
|
|
1413
|
+
"detail": {
|
|
1414
|
+
"annotation": {
|
|
1415
|
+
"type": "keyword",
|
|
1416
|
+
"value": "void"
|
|
1417
|
+
}
|
|
1418
|
+
}
|
|
1419
|
+
}
|
|
1420
|
+
],
|
|
1421
|
+
"methods": [
|
|
1422
|
+
{
|
|
1423
|
+
"name": "open",
|
|
1424
|
+
"params": [],
|
|
1425
|
+
"returns": {}
|
|
1426
|
+
},
|
|
1427
|
+
{
|
|
1428
|
+
"name": "close",
|
|
1429
|
+
"params": [],
|
|
1430
|
+
"returns": {}
|
|
1431
|
+
}
|
|
1432
|
+
],
|
|
1433
|
+
"types": [
|
|
1434
|
+
{
|
|
1435
|
+
"type": "interface",
|
|
1436
|
+
"name": "StepItem",
|
|
1437
|
+
"body": [
|
|
1438
|
+
{
|
|
1439
|
+
"type": "propertySignature",
|
|
1440
|
+
"key": {
|
|
1441
|
+
"type": "identifier",
|
|
1442
|
+
"name": "title"
|
|
1322
1443
|
},
|
|
1323
1444
|
"annotation": {
|
|
1324
|
-
"type": "
|
|
1325
|
-
"
|
|
1326
|
-
"type": "qualifiedName",
|
|
1327
|
-
"left": {
|
|
1328
|
-
"type": "identifier",
|
|
1329
|
-
"name": "React"
|
|
1330
|
-
},
|
|
1331
|
-
"right": {
|
|
1332
|
-
"type": "identifier",
|
|
1333
|
-
"name": "CSSProperties"
|
|
1334
|
-
}
|
|
1335
|
-
}
|
|
1445
|
+
"type": "keyword",
|
|
1446
|
+
"value": "string"
|
|
1336
1447
|
},
|
|
1337
|
-
"optional": true,
|
|
1338
1448
|
"computed": false
|
|
1339
1449
|
},
|
|
1340
1450
|
{
|
|
1341
1451
|
"type": "propertySignature",
|
|
1342
1452
|
"key": {
|
|
1343
1453
|
"type": "identifier",
|
|
1344
|
-
"name": "
|
|
1454
|
+
"name": "key"
|
|
1345
1455
|
},
|
|
1346
1456
|
"annotation": {
|
|
1347
1457
|
"type": "keyword",
|
|
1348
|
-
"value": "
|
|
1458
|
+
"value": "string"
|
|
1349
1459
|
},
|
|
1350
|
-
"optional": true,
|
|
1351
1460
|
"computed": false
|
|
1352
1461
|
}
|
|
1353
1462
|
]
|
|
@@ -1448,115 +1557,6 @@
|
|
|
1448
1557
|
"events": [],
|
|
1449
1558
|
"methods": []
|
|
1450
1559
|
},
|
|
1451
|
-
"eo-loading-step": {
|
|
1452
|
-
"properties": [
|
|
1453
|
-
{
|
|
1454
|
-
"name": "visible",
|
|
1455
|
-
"annotation": {
|
|
1456
|
-
"type": "keyword",
|
|
1457
|
-
"value": "boolean"
|
|
1458
|
-
}
|
|
1459
|
-
},
|
|
1460
|
-
{
|
|
1461
|
-
"name": "width",
|
|
1462
|
-
"annotation": {
|
|
1463
|
-
"type": "keyword",
|
|
1464
|
-
"value": "string"
|
|
1465
|
-
}
|
|
1466
|
-
},
|
|
1467
|
-
{
|
|
1468
|
-
"name": "stepTitle",
|
|
1469
|
-
"annotation": {
|
|
1470
|
-
"type": "keyword",
|
|
1471
|
-
"value": "string"
|
|
1472
|
-
}
|
|
1473
|
-
},
|
|
1474
|
-
{
|
|
1475
|
-
"name": "stepList",
|
|
1476
|
-
"annotation": {
|
|
1477
|
-
"type": "array",
|
|
1478
|
-
"elementType": {
|
|
1479
|
-
"type": "reference",
|
|
1480
|
-
"typeName": {
|
|
1481
|
-
"type": "identifier",
|
|
1482
|
-
"name": "StepItem"
|
|
1483
|
-
}
|
|
1484
|
-
}
|
|
1485
|
-
}
|
|
1486
|
-
},
|
|
1487
|
-
{
|
|
1488
|
-
"name": "curStep",
|
|
1489
|
-
"annotation": {
|
|
1490
|
-
"type": "keyword",
|
|
1491
|
-
"value": "string"
|
|
1492
|
-
}
|
|
1493
|
-
}
|
|
1494
|
-
],
|
|
1495
|
-
"events": [
|
|
1496
|
-
{
|
|
1497
|
-
"name": "open",
|
|
1498
|
-
"detail": {
|
|
1499
|
-
"annotation": {
|
|
1500
|
-
"type": "keyword",
|
|
1501
|
-
"value": "void"
|
|
1502
|
-
}
|
|
1503
|
-
}
|
|
1504
|
-
},
|
|
1505
|
-
{
|
|
1506
|
-
"name": "close",
|
|
1507
|
-
"detail": {
|
|
1508
|
-
"annotation": {
|
|
1509
|
-
"type": "keyword",
|
|
1510
|
-
"value": "void"
|
|
1511
|
-
}
|
|
1512
|
-
}
|
|
1513
|
-
}
|
|
1514
|
-
],
|
|
1515
|
-
"methods": [
|
|
1516
|
-
{
|
|
1517
|
-
"name": "open",
|
|
1518
|
-
"params": [],
|
|
1519
|
-
"returns": {}
|
|
1520
|
-
},
|
|
1521
|
-
{
|
|
1522
|
-
"name": "close",
|
|
1523
|
-
"params": [],
|
|
1524
|
-
"returns": {}
|
|
1525
|
-
}
|
|
1526
|
-
],
|
|
1527
|
-
"types": [
|
|
1528
|
-
{
|
|
1529
|
-
"type": "interface",
|
|
1530
|
-
"name": "StepItem",
|
|
1531
|
-
"body": [
|
|
1532
|
-
{
|
|
1533
|
-
"type": "propertySignature",
|
|
1534
|
-
"key": {
|
|
1535
|
-
"type": "identifier",
|
|
1536
|
-
"name": "title"
|
|
1537
|
-
},
|
|
1538
|
-
"annotation": {
|
|
1539
|
-
"type": "keyword",
|
|
1540
|
-
"value": "string"
|
|
1541
|
-
},
|
|
1542
|
-
"computed": false
|
|
1543
|
-
},
|
|
1544
|
-
{
|
|
1545
|
-
"type": "propertySignature",
|
|
1546
|
-
"key": {
|
|
1547
|
-
"type": "identifier",
|
|
1548
|
-
"name": "key"
|
|
1549
|
-
},
|
|
1550
|
-
"annotation": {
|
|
1551
|
-
"type": "keyword",
|
|
1552
|
-
"value": "string"
|
|
1553
|
-
},
|
|
1554
|
-
"computed": false
|
|
1555
|
-
}
|
|
1556
|
-
]
|
|
1557
|
-
}
|
|
1558
|
-
]
|
|
1559
|
-
},
|
|
1560
1560
|
"eo-alert": {
|
|
1561
1561
|
"properties": [
|
|
1562
1562
|
{
|
|
@@ -1667,68 +1667,6 @@
|
|
|
1667
1667
|
}
|
|
1668
1668
|
]
|
|
1669
1669
|
},
|
|
1670
|
-
"eo-code-display": {
|
|
1671
|
-
"properties": [
|
|
1672
|
-
{
|
|
1673
|
-
"name": "value",
|
|
1674
|
-
"annotation": {
|
|
1675
|
-
"type": "keyword",
|
|
1676
|
-
"value": "string"
|
|
1677
|
-
}
|
|
1678
|
-
},
|
|
1679
|
-
{
|
|
1680
|
-
"name": "language",
|
|
1681
|
-
"annotation": {
|
|
1682
|
-
"type": "keyword",
|
|
1683
|
-
"value": "string"
|
|
1684
|
-
}
|
|
1685
|
-
},
|
|
1686
|
-
{
|
|
1687
|
-
"name": "hideLineNumber",
|
|
1688
|
-
"annotation": {
|
|
1689
|
-
"type": "keyword",
|
|
1690
|
-
"value": "boolean"
|
|
1691
|
-
}
|
|
1692
|
-
},
|
|
1693
|
-
{
|
|
1694
|
-
"name": "maxLines",
|
|
1695
|
-
"annotation": {
|
|
1696
|
-
"type": "keyword",
|
|
1697
|
-
"value": "number"
|
|
1698
|
-
}
|
|
1699
|
-
},
|
|
1700
|
-
{
|
|
1701
|
-
"name": "minLines",
|
|
1702
|
-
"annotation": {
|
|
1703
|
-
"type": "keyword",
|
|
1704
|
-
"value": "number"
|
|
1705
|
-
}
|
|
1706
|
-
},
|
|
1707
|
-
{
|
|
1708
|
-
"name": "showCopyButton",
|
|
1709
|
-
"annotation": {
|
|
1710
|
-
"type": "keyword",
|
|
1711
|
-
"value": "boolean"
|
|
1712
|
-
}
|
|
1713
|
-
},
|
|
1714
|
-
{
|
|
1715
|
-
"name": "showExportButton",
|
|
1716
|
-
"annotation": {
|
|
1717
|
-
"type": "keyword",
|
|
1718
|
-
"value": "boolean"
|
|
1719
|
-
}
|
|
1720
|
-
},
|
|
1721
|
-
{
|
|
1722
|
-
"name": "exportFileName",
|
|
1723
|
-
"annotation": {
|
|
1724
|
-
"type": "keyword",
|
|
1725
|
-
"value": "string"
|
|
1726
|
-
}
|
|
1727
|
-
}
|
|
1728
|
-
],
|
|
1729
|
-
"events": [],
|
|
1730
|
-
"methods": []
|
|
1731
|
-
},
|
|
1732
1670
|
"eo-pagination": {
|
|
1733
1671
|
"properties": [
|
|
1734
1672
|
{
|
|
@@ -1922,6 +1860,68 @@
|
|
|
1922
1860
|
}
|
|
1923
1861
|
]
|
|
1924
1862
|
},
|
|
1863
|
+
"eo-code-display": {
|
|
1864
|
+
"properties": [
|
|
1865
|
+
{
|
|
1866
|
+
"name": "value",
|
|
1867
|
+
"annotation": {
|
|
1868
|
+
"type": "keyword",
|
|
1869
|
+
"value": "string"
|
|
1870
|
+
}
|
|
1871
|
+
},
|
|
1872
|
+
{
|
|
1873
|
+
"name": "language",
|
|
1874
|
+
"annotation": {
|
|
1875
|
+
"type": "keyword",
|
|
1876
|
+
"value": "string"
|
|
1877
|
+
}
|
|
1878
|
+
},
|
|
1879
|
+
{
|
|
1880
|
+
"name": "hideLineNumber",
|
|
1881
|
+
"annotation": {
|
|
1882
|
+
"type": "keyword",
|
|
1883
|
+
"value": "boolean"
|
|
1884
|
+
}
|
|
1885
|
+
},
|
|
1886
|
+
{
|
|
1887
|
+
"name": "maxLines",
|
|
1888
|
+
"annotation": {
|
|
1889
|
+
"type": "keyword",
|
|
1890
|
+
"value": "number"
|
|
1891
|
+
}
|
|
1892
|
+
},
|
|
1893
|
+
{
|
|
1894
|
+
"name": "minLines",
|
|
1895
|
+
"annotation": {
|
|
1896
|
+
"type": "keyword",
|
|
1897
|
+
"value": "number"
|
|
1898
|
+
}
|
|
1899
|
+
},
|
|
1900
|
+
{
|
|
1901
|
+
"name": "showCopyButton",
|
|
1902
|
+
"annotation": {
|
|
1903
|
+
"type": "keyword",
|
|
1904
|
+
"value": "boolean"
|
|
1905
|
+
}
|
|
1906
|
+
},
|
|
1907
|
+
{
|
|
1908
|
+
"name": "showExportButton",
|
|
1909
|
+
"annotation": {
|
|
1910
|
+
"type": "keyword",
|
|
1911
|
+
"value": "boolean"
|
|
1912
|
+
}
|
|
1913
|
+
},
|
|
1914
|
+
{
|
|
1915
|
+
"name": "exportFileName",
|
|
1916
|
+
"annotation": {
|
|
1917
|
+
"type": "keyword",
|
|
1918
|
+
"value": "string"
|
|
1919
|
+
}
|
|
1920
|
+
}
|
|
1921
|
+
],
|
|
1922
|
+
"events": [],
|
|
1923
|
+
"methods": []
|
|
1924
|
+
},
|
|
1925
1925
|
"eo-humanize-time": {
|
|
1926
1926
|
"properties": [
|
|
1927
1927
|
{
|