@next-bricks/presentational 1.6.1 → 1.6.3
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 +24 -24
- package/dist/chunks/{2612.2b2da56b.js → 2612.f4249c34.js} +2 -2
- package/dist/chunks/{2612.2b2da56b.js.map → 2612.f4249c34.js.map} +1 -1
- package/dist/chunks/{7115.0436a779.js → 7115.ad5a8a02.js} +2 -2
- package/dist/chunks/{7115.0436a779.js.map → 7115.ad5a8a02.js.map} +1 -1
- package/dist/chunks/{875.6a5e7649.js → 875.77fb39ee.js} +2 -2
- package/dist/chunks/875.77fb39ee.js.map +1 -0
- package/dist/chunks/{9496.70cc0256.js → 9496.c95e3af1.js} +2 -2
- package/dist/chunks/{9496.70cc0256.js.map → 9496.c95e3af1.js.map} +1 -1
- package/dist/chunks/{eo-descriptions.fddab3d8.js → eo-descriptions.3aacd58f.js} +3 -3
- package/dist/chunks/{eo-descriptions.fddab3d8.js.map → eo-descriptions.3aacd58f.js.map} +1 -1
- package/dist/chunks/eo-humanize-time.c0cf527e.js.map +1 -1
- package/dist/chunks/{eo-info-card-item.3f0a0732.js → eo-info-card-item.98679003.js} +3 -3
- package/dist/chunks/{eo-info-card-item.3f0a0732.js.map → eo-info-card-item.98679003.js.map} +1 -1
- package/dist/chunks/{eo-loading-step.d86042fd.js → eo-loading-step.15db26ba.js} +3 -3
- package/dist/chunks/{eo-loading-step.d86042fd.js.map → eo-loading-step.15db26ba.js.map} +1 -1
- package/dist/chunks/main.e2b6b8ef.js +2 -0
- package/dist/chunks/{main.6a678ab7.js.map → main.e2b6b8ef.js.map} +1 -1
- package/dist/examples.json +9 -9
- package/dist/index.dd274a3e.js +2 -0
- package/dist/index.dd274a3e.js.map +1 -0
- package/dist/manifest.json +220 -221
- package/dist/types.json +820 -820
- package/dist-types/humanize-time/index.d.ts +1 -3
- package/package.json +2 -2
- package/dist/chunks/875.6a5e7649.js.map +0 -1
- package/dist/chunks/main.6a678ab7.js +0 -2
- package/dist/index.365df5a9.js +0 -2
- package/dist/index.365df5a9.js.map +0 -1
- /package/dist/chunks/{eo-descriptions.fddab3d8.js.LICENSE.txt → eo-descriptions.3aacd58f.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-info-card-item.3f0a0732.js.LICENSE.txt → eo-info-card-item.98679003.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-loading-step.d86042fd.js.LICENSE.txt → eo-loading-step.15db26ba.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -199,180 +199,231 @@
|
|
|
199
199
|
}
|
|
200
200
|
]
|
|
201
201
|
},
|
|
202
|
-
"eo-
|
|
202
|
+
"eo-card-item": {
|
|
203
203
|
"properties": [
|
|
204
204
|
{
|
|
205
|
-
"name": "
|
|
205
|
+
"name": "hasHeader",
|
|
206
206
|
"annotation": {
|
|
207
|
-
"type": "
|
|
208
|
-
"
|
|
209
|
-
"type": "identifier",
|
|
210
|
-
"name": "OrientationType"
|
|
211
|
-
}
|
|
207
|
+
"type": "keyword",
|
|
208
|
+
"value": "boolean"
|
|
212
209
|
}
|
|
213
210
|
},
|
|
214
211
|
{
|
|
215
|
-
"name": "
|
|
212
|
+
"name": "cardTitle",
|
|
216
213
|
"annotation": {
|
|
217
214
|
"type": "keyword",
|
|
218
|
-
"value": "
|
|
215
|
+
"value": "string"
|
|
219
216
|
}
|
|
220
217
|
},
|
|
221
218
|
{
|
|
222
|
-
"name": "
|
|
219
|
+
"name": "description",
|
|
223
220
|
"annotation": {
|
|
224
|
-
"type": "
|
|
225
|
-
"
|
|
226
|
-
"type": "identifier",
|
|
227
|
-
"name": "dividerType"
|
|
228
|
-
}
|
|
221
|
+
"type": "keyword",
|
|
222
|
+
"value": "string"
|
|
229
223
|
}
|
|
230
224
|
},
|
|
231
225
|
{
|
|
232
|
-
"name": "
|
|
226
|
+
"name": "auxiliaryText",
|
|
233
227
|
"annotation": {
|
|
234
|
-
"type": "
|
|
235
|
-
"
|
|
228
|
+
"type": "keyword",
|
|
229
|
+
"value": "string"
|
|
230
|
+
}
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
"name": "avatar",
|
|
234
|
+
"annotation": {
|
|
235
|
+
"type": "union",
|
|
236
|
+
"types": [
|
|
236
237
|
{
|
|
237
|
-
"type": "
|
|
238
|
-
"
|
|
238
|
+
"type": "reference",
|
|
239
|
+
"typeName": {
|
|
240
|
+
"type": "identifier",
|
|
241
|
+
"name": "IconAvatar"
|
|
242
|
+
}
|
|
239
243
|
},
|
|
240
244
|
{
|
|
241
|
-
"type": "
|
|
242
|
-
"
|
|
245
|
+
"type": "reference",
|
|
246
|
+
"typeName": {
|
|
247
|
+
"type": "identifier",
|
|
248
|
+
"name": "ImgAvatar"
|
|
249
|
+
}
|
|
243
250
|
}
|
|
244
251
|
]
|
|
245
252
|
}
|
|
246
253
|
},
|
|
247
254
|
{
|
|
248
|
-
"name": "
|
|
255
|
+
"name": "href",
|
|
249
256
|
"annotation": {
|
|
250
|
-
"type": "
|
|
251
|
-
"
|
|
252
|
-
"type": "
|
|
253
|
-
"
|
|
257
|
+
"type": "indexedAccess",
|
|
258
|
+
"objectType": {
|
|
259
|
+
"type": "reference",
|
|
260
|
+
"typeName": {
|
|
261
|
+
"type": "identifier",
|
|
262
|
+
"name": "LinkProps"
|
|
263
|
+
}
|
|
264
|
+
},
|
|
265
|
+
"indexType": {
|
|
266
|
+
"type": "jsLiteral",
|
|
267
|
+
"value": "href"
|
|
254
268
|
}
|
|
255
269
|
}
|
|
256
|
-
}
|
|
257
|
-
],
|
|
258
|
-
"events": [],
|
|
259
|
-
"methods": [],
|
|
260
|
-
"types": [
|
|
270
|
+
},
|
|
261
271
|
{
|
|
262
|
-
"
|
|
263
|
-
"name": "OrientationType",
|
|
272
|
+
"name": "url",
|
|
264
273
|
"annotation": {
|
|
265
|
-
"type": "
|
|
266
|
-
"
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
"
|
|
270
|
-
|
|
271
|
-
{
|
|
272
|
-
"type": "jsLiteral",
|
|
273
|
-
"value": "center"
|
|
274
|
-
},
|
|
275
|
-
{
|
|
276
|
-
"type": "jsLiteral",
|
|
277
|
-
"value": "right"
|
|
274
|
+
"type": "indexedAccess",
|
|
275
|
+
"objectType": {
|
|
276
|
+
"type": "reference",
|
|
277
|
+
"typeName": {
|
|
278
|
+
"type": "identifier",
|
|
279
|
+
"name": "LinkProps"
|
|
278
280
|
}
|
|
279
|
-
|
|
281
|
+
},
|
|
282
|
+
"indexType": {
|
|
283
|
+
"type": "jsLiteral",
|
|
284
|
+
"value": "url"
|
|
285
|
+
}
|
|
280
286
|
}
|
|
281
287
|
},
|
|
282
288
|
{
|
|
283
|
-
"
|
|
284
|
-
"name": "dividerType",
|
|
289
|
+
"name": "target",
|
|
285
290
|
"annotation": {
|
|
286
|
-
"type": "
|
|
287
|
-
"
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
"
|
|
291
|
-
|
|
292
|
-
{
|
|
293
|
-
"type": "jsLiteral",
|
|
294
|
-
"value": "vertical"
|
|
295
|
-
},
|
|
296
|
-
{
|
|
297
|
-
"type": "jsLiteral",
|
|
298
|
-
"value": "radiation"
|
|
291
|
+
"type": "indexedAccess",
|
|
292
|
+
"objectType": {
|
|
293
|
+
"type": "reference",
|
|
294
|
+
"typeName": {
|
|
295
|
+
"type": "identifier",
|
|
296
|
+
"name": "LinkProps"
|
|
299
297
|
}
|
|
300
|
-
|
|
298
|
+
},
|
|
299
|
+
"indexType": {
|
|
300
|
+
"type": "jsLiteral",
|
|
301
|
+
"value": "target"
|
|
302
|
+
}
|
|
301
303
|
}
|
|
302
|
-
}
|
|
303
|
-
]
|
|
304
|
-
},
|
|
305
|
-
"eo-info-card-item": {
|
|
306
|
-
"properties": [
|
|
304
|
+
},
|
|
307
305
|
{
|
|
308
|
-
"name": "
|
|
306
|
+
"name": "actions",
|
|
309
307
|
"annotation": {
|
|
310
|
-
"type": "
|
|
311
|
-
"
|
|
308
|
+
"type": "array",
|
|
309
|
+
"elementType": {
|
|
310
|
+
"type": "reference",
|
|
311
|
+
"typeName": {
|
|
312
|
+
"type": "identifier",
|
|
313
|
+
"name": "ActionType"
|
|
314
|
+
}
|
|
315
|
+
}
|
|
312
316
|
}
|
|
313
317
|
},
|
|
314
318
|
{
|
|
315
|
-
"name": "
|
|
319
|
+
"name": "styleType",
|
|
316
320
|
"annotation": {
|
|
317
|
-
"type": "
|
|
318
|
-
"value": "
|
|
321
|
+
"type": "jsLiteral",
|
|
322
|
+
"value": "grayish"
|
|
319
323
|
}
|
|
320
324
|
},
|
|
321
325
|
{
|
|
322
|
-
"name": "
|
|
326
|
+
"name": "hasCover",
|
|
323
327
|
"annotation": {
|
|
324
328
|
"type": "keyword",
|
|
325
|
-
"value": "
|
|
329
|
+
"value": "boolean"
|
|
326
330
|
}
|
|
327
331
|
},
|
|
328
332
|
{
|
|
329
|
-
"name": "
|
|
333
|
+
"name": "coverImage",
|
|
330
334
|
"annotation": {
|
|
331
|
-
"type": "
|
|
332
|
-
"
|
|
333
|
-
"type": "identifier",
|
|
334
|
-
"name": "IconAvatar"
|
|
335
|
-
}
|
|
335
|
+
"type": "keyword",
|
|
336
|
+
"value": "string"
|
|
336
337
|
}
|
|
337
338
|
},
|
|
338
339
|
{
|
|
339
|
-
"name": "
|
|
340
|
+
"name": "coverColor",
|
|
340
341
|
"annotation": {
|
|
341
|
-
"type": "
|
|
342
|
-
"
|
|
343
|
-
"type": "reference",
|
|
344
|
-
"typeName": {
|
|
345
|
-
"type": "identifier",
|
|
346
|
-
"name": "InfoCardDetail"
|
|
347
|
-
}
|
|
348
|
-
}
|
|
342
|
+
"type": "keyword",
|
|
343
|
+
"value": "string"
|
|
349
344
|
}
|
|
350
345
|
},
|
|
351
346
|
{
|
|
352
|
-
"name": "
|
|
347
|
+
"name": "coverImageSize",
|
|
353
348
|
"annotation": {
|
|
354
349
|
"type": "indexedAccess",
|
|
355
350
|
"objectType": {
|
|
356
351
|
"type": "reference",
|
|
357
352
|
"typeName": {
|
|
358
|
-
"type": "
|
|
359
|
-
"
|
|
353
|
+
"type": "qualifiedName",
|
|
354
|
+
"left": {
|
|
355
|
+
"type": "identifier",
|
|
356
|
+
"name": "React"
|
|
357
|
+
},
|
|
358
|
+
"right": {
|
|
359
|
+
"type": "identifier",
|
|
360
|
+
"name": "CSSProperties"
|
|
361
|
+
}
|
|
360
362
|
}
|
|
361
363
|
},
|
|
362
364
|
"indexType": {
|
|
363
365
|
"type": "jsLiteral",
|
|
364
|
-
"value": "
|
|
366
|
+
"value": "backgroundSize"
|
|
367
|
+
}
|
|
368
|
+
}
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
"name": "avatarPosition",
|
|
372
|
+
"annotation": {
|
|
373
|
+
"type": "union",
|
|
374
|
+
"types": [
|
|
375
|
+
{
|
|
376
|
+
"type": "jsLiteral",
|
|
377
|
+
"value": "content"
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"type": "jsLiteral",
|
|
381
|
+
"value": "cover"
|
|
382
|
+
}
|
|
383
|
+
]
|
|
384
|
+
}
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
"name": "tagConfig",
|
|
388
|
+
"annotation": {
|
|
389
|
+
"type": "reference",
|
|
390
|
+
"typeName": {
|
|
391
|
+
"type": "identifier",
|
|
392
|
+
"name": "TagConfig"
|
|
393
|
+
}
|
|
394
|
+
}
|
|
395
|
+
}
|
|
396
|
+
],
|
|
397
|
+
"events": [
|
|
398
|
+
{
|
|
399
|
+
"name": "tag.click",
|
|
400
|
+
"detail": {
|
|
401
|
+
"annotation": {
|
|
402
|
+
"type": "keyword",
|
|
403
|
+
"value": "void"
|
|
365
404
|
}
|
|
366
405
|
}
|
|
367
406
|
}
|
|
368
407
|
],
|
|
369
|
-
"events": [],
|
|
370
408
|
"methods": [],
|
|
371
409
|
"types": [
|
|
372
410
|
{
|
|
373
411
|
"type": "interface",
|
|
374
412
|
"name": "IconAvatar",
|
|
375
413
|
"body": [
|
|
414
|
+
{
|
|
415
|
+
"type": "propertySignature",
|
|
416
|
+
"key": {
|
|
417
|
+
"type": "identifier",
|
|
418
|
+
"name": "containerSize"
|
|
419
|
+
},
|
|
420
|
+
"annotation": {
|
|
421
|
+
"type": "keyword",
|
|
422
|
+
"value": "string"
|
|
423
|
+
},
|
|
424
|
+
"optional": true,
|
|
425
|
+
"computed": false
|
|
426
|
+
},
|
|
376
427
|
{
|
|
377
428
|
"type": "propertySignature",
|
|
378
429
|
"key": {
|
|
@@ -457,13 +508,13 @@
|
|
|
457
508
|
},
|
|
458
509
|
{
|
|
459
510
|
"type": "interface",
|
|
460
|
-
"name": "
|
|
511
|
+
"name": "ImgAvatar",
|
|
461
512
|
"body": [
|
|
462
513
|
{
|
|
463
514
|
"type": "propertySignature",
|
|
464
515
|
"key": {
|
|
465
516
|
"type": "identifier",
|
|
466
|
-
"name": "
|
|
517
|
+
"name": "containerSize"
|
|
467
518
|
},
|
|
468
519
|
"annotation": {
|
|
469
520
|
"type": "keyword",
|
|
@@ -476,160 +527,298 @@
|
|
|
476
527
|
"type": "propertySignature",
|
|
477
528
|
"key": {
|
|
478
529
|
"type": "identifier",
|
|
479
|
-
"name": "
|
|
530
|
+
"name": "imgSrc"
|
|
480
531
|
},
|
|
481
532
|
"annotation": {
|
|
482
533
|
"type": "keyword",
|
|
483
534
|
"value": "string"
|
|
484
535
|
},
|
|
485
|
-
"optional": true,
|
|
486
536
|
"computed": false
|
|
487
537
|
},
|
|
488
538
|
{
|
|
489
539
|
"type": "propertySignature",
|
|
490
540
|
"key": {
|
|
491
541
|
"type": "identifier",
|
|
492
|
-
"name": "
|
|
542
|
+
"name": "imgStyle"
|
|
493
543
|
},
|
|
494
544
|
"annotation": {
|
|
495
545
|
"type": "reference",
|
|
496
546
|
"typeName": {
|
|
497
547
|
"type": "identifier",
|
|
498
|
-
"name": "
|
|
548
|
+
"name": "CSSProperties"
|
|
499
549
|
}
|
|
500
550
|
},
|
|
501
551
|
"optional": true,
|
|
502
552
|
"computed": false
|
|
553
|
+
},
|
|
554
|
+
{
|
|
555
|
+
"type": "propertySignature",
|
|
556
|
+
"key": {
|
|
557
|
+
"type": "identifier",
|
|
558
|
+
"name": "shape"
|
|
559
|
+
},
|
|
560
|
+
"annotation": {
|
|
561
|
+
"type": "union",
|
|
562
|
+
"types": [
|
|
563
|
+
{
|
|
564
|
+
"type": "jsLiteral",
|
|
565
|
+
"value": "circle"
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
"type": "jsLiteral",
|
|
569
|
+
"value": "square"
|
|
570
|
+
},
|
|
571
|
+
{
|
|
572
|
+
"type": "jsLiteral",
|
|
573
|
+
"value": "round-square"
|
|
574
|
+
}
|
|
575
|
+
]
|
|
576
|
+
},
|
|
577
|
+
"optional": true,
|
|
578
|
+
"computed": false
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
"type": "propertySignature",
|
|
582
|
+
"key": {
|
|
583
|
+
"type": "identifier",
|
|
584
|
+
"name": "bgColor"
|
|
585
|
+
},
|
|
586
|
+
"annotation": {
|
|
587
|
+
"type": "keyword",
|
|
588
|
+
"value": "string"
|
|
589
|
+
},
|
|
590
|
+
"optional": true,
|
|
591
|
+
"computed": false
|
|
592
|
+
}
|
|
593
|
+
]
|
|
594
|
+
},
|
|
595
|
+
{
|
|
596
|
+
"type": "interface",
|
|
597
|
+
"name": "TagConfig",
|
|
598
|
+
"body": [
|
|
599
|
+
{
|
|
600
|
+
"type": "propertySignature",
|
|
601
|
+
"key": {
|
|
602
|
+
"type": "identifier",
|
|
603
|
+
"name": "text"
|
|
604
|
+
},
|
|
605
|
+
"annotation": {
|
|
606
|
+
"type": "keyword",
|
|
607
|
+
"value": "string"
|
|
608
|
+
},
|
|
609
|
+
"optional": true,
|
|
610
|
+
"computed": false
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
"type": "propertySignature",
|
|
614
|
+
"key": {
|
|
615
|
+
"type": "identifier",
|
|
616
|
+
"name": "icon"
|
|
617
|
+
},
|
|
618
|
+
"annotation": {
|
|
619
|
+
"type": "reference",
|
|
620
|
+
"typeName": {
|
|
621
|
+
"type": "identifier",
|
|
622
|
+
"name": "GeneralIconProps"
|
|
623
|
+
}
|
|
624
|
+
},
|
|
625
|
+
"optional": true,
|
|
626
|
+
"computed": false
|
|
627
|
+
},
|
|
628
|
+
{
|
|
629
|
+
"type": "propertySignature",
|
|
630
|
+
"key": {
|
|
631
|
+
"type": "identifier",
|
|
632
|
+
"name": "bgColor"
|
|
633
|
+
},
|
|
634
|
+
"annotation": {
|
|
635
|
+
"type": "keyword",
|
|
636
|
+
"value": "string"
|
|
637
|
+
},
|
|
638
|
+
"optional": true,
|
|
639
|
+
"computed": false
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
"type": "propertySignature",
|
|
643
|
+
"key": {
|
|
644
|
+
"type": "identifier",
|
|
645
|
+
"name": "color"
|
|
646
|
+
},
|
|
647
|
+
"annotation": {
|
|
648
|
+
"type": "keyword",
|
|
649
|
+
"value": "string"
|
|
650
|
+
},
|
|
651
|
+
"optional": true,
|
|
652
|
+
"computed": false
|
|
503
653
|
}
|
|
504
654
|
]
|
|
505
655
|
}
|
|
506
656
|
]
|
|
507
657
|
},
|
|
508
|
-
"eo-
|
|
658
|
+
"eo-divider": {
|
|
509
659
|
"properties": [
|
|
510
660
|
{
|
|
511
|
-
"name": "
|
|
661
|
+
"name": "orientation",
|
|
512
662
|
"annotation": {
|
|
513
|
-
"type": "
|
|
514
|
-
"
|
|
663
|
+
"type": "reference",
|
|
664
|
+
"typeName": {
|
|
665
|
+
"type": "identifier",
|
|
666
|
+
"name": "OrientationType"
|
|
667
|
+
}
|
|
515
668
|
}
|
|
516
669
|
},
|
|
517
670
|
{
|
|
518
|
-
"name": "
|
|
671
|
+
"name": "dashed",
|
|
519
672
|
"annotation": {
|
|
520
673
|
"type": "keyword",
|
|
521
|
-
"value": "
|
|
674
|
+
"value": "boolean"
|
|
522
675
|
}
|
|
523
676
|
},
|
|
524
677
|
{
|
|
525
|
-
"name": "
|
|
678
|
+
"name": "type",
|
|
526
679
|
"annotation": {
|
|
527
|
-
"type": "
|
|
528
|
-
"
|
|
680
|
+
"type": "reference",
|
|
681
|
+
"typeName": {
|
|
682
|
+
"type": "identifier",
|
|
683
|
+
"name": "dividerType"
|
|
684
|
+
}
|
|
529
685
|
}
|
|
530
686
|
},
|
|
531
687
|
{
|
|
532
|
-
"name": "
|
|
688
|
+
"name": "proportion",
|
|
533
689
|
"annotation": {
|
|
534
|
-
"type": "
|
|
535
|
-
"
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
"
|
|
539
|
-
|
|
690
|
+
"type": "tuple",
|
|
691
|
+
"elementTypes": [
|
|
692
|
+
{
|
|
693
|
+
"type": "keyword",
|
|
694
|
+
"value": "number"
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
"type": "keyword",
|
|
698
|
+
"value": "number"
|
|
540
699
|
}
|
|
541
|
-
|
|
542
|
-
"indexType": {
|
|
543
|
-
"type": "jsLiteral",
|
|
544
|
-
"value": "icon"
|
|
545
|
-
}
|
|
700
|
+
]
|
|
546
701
|
}
|
|
547
702
|
},
|
|
548
703
|
{
|
|
549
|
-
"name": "
|
|
704
|
+
"name": "dividerStyle",
|
|
705
|
+
"annotation": {
|
|
706
|
+
"type": "reference",
|
|
707
|
+
"typeName": {
|
|
708
|
+
"type": "identifier",
|
|
709
|
+
"name": "CSSProperties"
|
|
710
|
+
}
|
|
711
|
+
}
|
|
712
|
+
}
|
|
713
|
+
],
|
|
714
|
+
"events": [],
|
|
715
|
+
"methods": [],
|
|
716
|
+
"types": [
|
|
717
|
+
{
|
|
718
|
+
"type": "typeAlias",
|
|
719
|
+
"name": "OrientationType",
|
|
550
720
|
"annotation": {
|
|
551
721
|
"type": "union",
|
|
552
722
|
"types": [
|
|
553
723
|
{
|
|
554
724
|
"type": "jsLiteral",
|
|
555
|
-
"value": "
|
|
725
|
+
"value": "left"
|
|
556
726
|
},
|
|
557
727
|
{
|
|
558
728
|
"type": "jsLiteral",
|
|
559
|
-
"value": "
|
|
729
|
+
"value": "center"
|
|
560
730
|
},
|
|
561
731
|
{
|
|
562
732
|
"type": "jsLiteral",
|
|
563
|
-
"value": "
|
|
733
|
+
"value": "right"
|
|
564
734
|
}
|
|
565
735
|
]
|
|
566
736
|
}
|
|
567
737
|
},
|
|
568
738
|
{
|
|
569
|
-
"
|
|
739
|
+
"type": "typeAlias",
|
|
740
|
+
"name": "dividerType",
|
|
570
741
|
"annotation": {
|
|
571
742
|
"type": "union",
|
|
572
743
|
"types": [
|
|
573
744
|
{
|
|
574
745
|
"type": "jsLiteral",
|
|
575
|
-
"value": "
|
|
746
|
+
"value": "horizontal"
|
|
576
747
|
},
|
|
577
748
|
{
|
|
578
749
|
"type": "jsLiteral",
|
|
579
|
-
"value": "
|
|
750
|
+
"value": "vertical"
|
|
580
751
|
},
|
|
581
752
|
{
|
|
582
753
|
"type": "jsLiteral",
|
|
583
|
-
"value": "
|
|
754
|
+
"value": "radiation"
|
|
584
755
|
}
|
|
585
756
|
]
|
|
586
757
|
}
|
|
758
|
+
}
|
|
759
|
+
]
|
|
760
|
+
},
|
|
761
|
+
"eo-info-card-item": {
|
|
762
|
+
"properties": [
|
|
763
|
+
{
|
|
764
|
+
"name": "cardTitle",
|
|
765
|
+
"annotation": {
|
|
766
|
+
"type": "keyword",
|
|
767
|
+
"value": "string"
|
|
768
|
+
}
|
|
587
769
|
},
|
|
588
770
|
{
|
|
589
|
-
"name": "
|
|
771
|
+
"name": "description",
|
|
590
772
|
"annotation": {
|
|
591
773
|
"type": "keyword",
|
|
592
774
|
"value": "string"
|
|
593
775
|
}
|
|
594
776
|
},
|
|
595
777
|
{
|
|
596
|
-
"name": "
|
|
778
|
+
"name": "url",
|
|
597
779
|
"annotation": {
|
|
598
|
-
"type": "
|
|
599
|
-
"
|
|
600
|
-
{
|
|
601
|
-
"type": "jsLiteral",
|
|
602
|
-
"value": "bottom"
|
|
603
|
-
},
|
|
604
|
-
{
|
|
605
|
-
"type": "jsLiteral",
|
|
606
|
-
"value": "right"
|
|
607
|
-
}
|
|
608
|
-
]
|
|
780
|
+
"type": "keyword",
|
|
781
|
+
"value": "string"
|
|
609
782
|
}
|
|
610
783
|
},
|
|
611
784
|
{
|
|
612
|
-
"name": "
|
|
785
|
+
"name": "cardIcon",
|
|
613
786
|
"annotation": {
|
|
614
787
|
"type": "reference",
|
|
615
788
|
"typeName": {
|
|
616
|
-
"type": "
|
|
617
|
-
"
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
789
|
+
"type": "identifier",
|
|
790
|
+
"name": "IconAvatar"
|
|
791
|
+
}
|
|
792
|
+
}
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
"name": "detailList",
|
|
796
|
+
"annotation": {
|
|
797
|
+
"type": "array",
|
|
798
|
+
"elementType": {
|
|
799
|
+
"type": "reference",
|
|
800
|
+
"typeName": {
|
|
622
801
|
"type": "identifier",
|
|
623
|
-
"name": "
|
|
802
|
+
"name": "InfoCardDetail"
|
|
624
803
|
}
|
|
625
804
|
}
|
|
626
805
|
}
|
|
627
806
|
},
|
|
628
807
|
{
|
|
629
|
-
"name": "
|
|
808
|
+
"name": "target",
|
|
630
809
|
"annotation": {
|
|
631
|
-
"type": "
|
|
632
|
-
"
|
|
810
|
+
"type": "indexedAccess",
|
|
811
|
+
"objectType": {
|
|
812
|
+
"type": "reference",
|
|
813
|
+
"typeName": {
|
|
814
|
+
"type": "identifier",
|
|
815
|
+
"name": "LinkProps"
|
|
816
|
+
}
|
|
817
|
+
},
|
|
818
|
+
"indexType": {
|
|
819
|
+
"type": "jsLiteral",
|
|
820
|
+
"value": "target"
|
|
821
|
+
}
|
|
633
822
|
}
|
|
634
823
|
}
|
|
635
824
|
],
|
|
@@ -638,39 +827,28 @@
|
|
|
638
827
|
"types": [
|
|
639
828
|
{
|
|
640
829
|
"type": "interface",
|
|
641
|
-
"name": "
|
|
830
|
+
"name": "IconAvatar",
|
|
642
831
|
"body": [
|
|
643
832
|
{
|
|
644
833
|
"type": "propertySignature",
|
|
645
834
|
"key": {
|
|
646
835
|
"type": "identifier",
|
|
647
|
-
"name": "
|
|
836
|
+
"name": "icon"
|
|
648
837
|
},
|
|
649
838
|
"annotation": {
|
|
650
|
-
"type": "
|
|
651
|
-
"
|
|
839
|
+
"type": "reference",
|
|
840
|
+
"typeName": {
|
|
841
|
+
"type": "identifier",
|
|
842
|
+
"name": "GeneralIconProps"
|
|
843
|
+
}
|
|
652
844
|
},
|
|
653
|
-
"optional": true,
|
|
654
845
|
"computed": false
|
|
655
846
|
},
|
|
656
847
|
{
|
|
657
848
|
"type": "propertySignature",
|
|
658
849
|
"key": {
|
|
659
850
|
"type": "identifier",
|
|
660
|
-
"name": "
|
|
661
|
-
},
|
|
662
|
-
"annotation": {
|
|
663
|
-
"type": "keyword",
|
|
664
|
-
"value": "string"
|
|
665
|
-
},
|
|
666
|
-
"optional": true,
|
|
667
|
-
"computed": false
|
|
668
|
-
},
|
|
669
|
-
{
|
|
670
|
-
"type": "propertySignature",
|
|
671
|
-
"key": {
|
|
672
|
-
"type": "identifier",
|
|
673
|
-
"name": "unit"
|
|
851
|
+
"name": "color"
|
|
674
852
|
},
|
|
675
853
|
"annotation": {
|
|
676
854
|
"type": "keyword",
|
|
@@ -679,58 +857,6 @@
|
|
|
679
857
|
"optional": true,
|
|
680
858
|
"computed": false
|
|
681
859
|
},
|
|
682
|
-
{
|
|
683
|
-
"type": "propertySignature",
|
|
684
|
-
"key": {
|
|
685
|
-
"type": "identifier",
|
|
686
|
-
"name": "icon"
|
|
687
|
-
},
|
|
688
|
-
"annotation": {
|
|
689
|
-
"type": "intersection",
|
|
690
|
-
"types": [
|
|
691
|
-
{
|
|
692
|
-
"type": "reference",
|
|
693
|
-
"typeName": {
|
|
694
|
-
"type": "identifier",
|
|
695
|
-
"name": "GeneralIconProps"
|
|
696
|
-
}
|
|
697
|
-
},
|
|
698
|
-
{
|
|
699
|
-
"type": "typeLiteral",
|
|
700
|
-
"members": [
|
|
701
|
-
{
|
|
702
|
-
"type": "propertySignature",
|
|
703
|
-
"key": {
|
|
704
|
-
"type": "identifier",
|
|
705
|
-
"name": "color"
|
|
706
|
-
},
|
|
707
|
-
"annotation": {
|
|
708
|
-
"type": "keyword",
|
|
709
|
-
"value": "string"
|
|
710
|
-
},
|
|
711
|
-
"optional": true,
|
|
712
|
-
"computed": false
|
|
713
|
-
},
|
|
714
|
-
{
|
|
715
|
-
"type": "propertySignature",
|
|
716
|
-
"key": {
|
|
717
|
-
"type": "identifier",
|
|
718
|
-
"name": "bgColor"
|
|
719
|
-
},
|
|
720
|
-
"annotation": {
|
|
721
|
-
"type": "keyword",
|
|
722
|
-
"value": "string"
|
|
723
|
-
},
|
|
724
|
-
"optional": true,
|
|
725
|
-
"computed": false
|
|
726
|
-
}
|
|
727
|
-
]
|
|
728
|
-
}
|
|
729
|
-
]
|
|
730
|
-
},
|
|
731
|
-
"optional": true,
|
|
732
|
-
"computed": false
|
|
733
|
-
},
|
|
734
860
|
{
|
|
735
861
|
"type": "propertySignature",
|
|
736
862
|
"key": {
|
|
@@ -738,21 +864,8 @@
|
|
|
738
864
|
"name": "size"
|
|
739
865
|
},
|
|
740
866
|
"annotation": {
|
|
741
|
-
"type": "
|
|
742
|
-
"
|
|
743
|
-
{
|
|
744
|
-
"type": "jsLiteral",
|
|
745
|
-
"value": "large"
|
|
746
|
-
},
|
|
747
|
-
{
|
|
748
|
-
"type": "jsLiteral",
|
|
749
|
-
"value": "medium"
|
|
750
|
-
},
|
|
751
|
-
{
|
|
752
|
-
"type": "jsLiteral",
|
|
753
|
-
"value": "small"
|
|
754
|
-
}
|
|
755
|
-
]
|
|
867
|
+
"type": "keyword",
|
|
868
|
+
"value": "number"
|
|
756
869
|
},
|
|
757
870
|
"optional": true,
|
|
758
871
|
"computed": false
|
|
@@ -761,22 +874,22 @@
|
|
|
761
874
|
"type": "propertySignature",
|
|
762
875
|
"key": {
|
|
763
876
|
"type": "identifier",
|
|
764
|
-
"name": "
|
|
877
|
+
"name": "shape"
|
|
765
878
|
},
|
|
766
879
|
"annotation": {
|
|
767
880
|
"type": "union",
|
|
768
881
|
"types": [
|
|
769
882
|
{
|
|
770
883
|
"type": "jsLiteral",
|
|
771
|
-
"value": "
|
|
884
|
+
"value": "circle"
|
|
772
885
|
},
|
|
773
886
|
{
|
|
774
887
|
"type": "jsLiteral",
|
|
775
|
-
"value": "
|
|
888
|
+
"value": "square"
|
|
776
889
|
},
|
|
777
890
|
{
|
|
778
891
|
"type": "jsLiteral",
|
|
779
|
-
"value": "
|
|
892
|
+
"value": "round-square"
|
|
780
893
|
}
|
|
781
894
|
]
|
|
782
895
|
},
|
|
@@ -787,7 +900,7 @@
|
|
|
787
900
|
"type": "propertySignature",
|
|
788
901
|
"key": {
|
|
789
902
|
"type": "identifier",
|
|
790
|
-
"name": "
|
|
903
|
+
"name": "bgColor"
|
|
791
904
|
},
|
|
792
905
|
"annotation": {
|
|
793
906
|
"type": "keyword",
|
|
@@ -795,149 +908,12 @@
|
|
|
795
908
|
},
|
|
796
909
|
"optional": true,
|
|
797
910
|
"computed": false
|
|
798
|
-
},
|
|
799
|
-
{
|
|
800
|
-
"type": "propertySignature",
|
|
801
|
-
"key": {
|
|
802
|
-
"type": "identifier",
|
|
803
|
-
"name": "descriptionPosition"
|
|
804
|
-
},
|
|
805
|
-
"annotation": {
|
|
806
|
-
"type": "union",
|
|
807
|
-
"types": [
|
|
808
|
-
{
|
|
809
|
-
"type": "jsLiteral",
|
|
810
|
-
"value": "bottom"
|
|
811
|
-
},
|
|
812
|
-
{
|
|
813
|
-
"type": "jsLiteral",
|
|
814
|
-
"value": "right"
|
|
815
|
-
}
|
|
816
|
-
]
|
|
817
|
-
},
|
|
818
|
-
"optional": true,
|
|
819
|
-
"computed": false
|
|
820
|
-
},
|
|
821
|
-
{
|
|
822
|
-
"type": "propertySignature",
|
|
823
|
-
"key": {
|
|
824
|
-
"type": "identifier",
|
|
825
|
-
"name": "valueStyle"
|
|
826
|
-
},
|
|
827
|
-
"annotation": {
|
|
828
|
-
"type": "reference",
|
|
829
|
-
"typeName": {
|
|
830
|
-
"type": "qualifiedName",
|
|
831
|
-
"left": {
|
|
832
|
-
"type": "identifier",
|
|
833
|
-
"name": "React"
|
|
834
|
-
},
|
|
835
|
-
"right": {
|
|
836
|
-
"type": "identifier",
|
|
837
|
-
"name": "CSSProperties"
|
|
838
|
-
}
|
|
839
|
-
}
|
|
840
|
-
},
|
|
841
|
-
"optional": true,
|
|
842
|
-
"computed": false
|
|
843
|
-
},
|
|
844
|
-
{
|
|
845
|
-
"type": "propertySignature",
|
|
846
|
-
"key": {
|
|
847
|
-
"type": "identifier",
|
|
848
|
-
"name": "interactable"
|
|
849
|
-
},
|
|
850
|
-
"annotation": {
|
|
851
|
-
"type": "keyword",
|
|
852
|
-
"value": "boolean"
|
|
853
|
-
},
|
|
854
|
-
"optional": true,
|
|
855
|
-
"computed": false
|
|
856
911
|
}
|
|
857
912
|
]
|
|
858
|
-
}
|
|
859
|
-
]
|
|
860
|
-
},
|
|
861
|
-
"eo-loading-step": {
|
|
862
|
-
"properties": [
|
|
863
|
-
{
|
|
864
|
-
"name": "visible",
|
|
865
|
-
"annotation": {
|
|
866
|
-
"type": "keyword",
|
|
867
|
-
"value": "boolean"
|
|
868
|
-
}
|
|
869
|
-
},
|
|
870
|
-
{
|
|
871
|
-
"name": "width",
|
|
872
|
-
"annotation": {
|
|
873
|
-
"type": "keyword",
|
|
874
|
-
"value": "string"
|
|
875
|
-
}
|
|
876
|
-
},
|
|
877
|
-
{
|
|
878
|
-
"name": "stepTitle",
|
|
879
|
-
"annotation": {
|
|
880
|
-
"type": "keyword",
|
|
881
|
-
"value": "string"
|
|
882
|
-
}
|
|
883
|
-
},
|
|
884
|
-
{
|
|
885
|
-
"name": "stepList",
|
|
886
|
-
"annotation": {
|
|
887
|
-
"type": "array",
|
|
888
|
-
"elementType": {
|
|
889
|
-
"type": "reference",
|
|
890
|
-
"typeName": {
|
|
891
|
-
"type": "identifier",
|
|
892
|
-
"name": "StepItem"
|
|
893
|
-
}
|
|
894
|
-
}
|
|
895
|
-
}
|
|
896
|
-
},
|
|
897
|
-
{
|
|
898
|
-
"name": "curStep",
|
|
899
|
-
"annotation": {
|
|
900
|
-
"type": "keyword",
|
|
901
|
-
"value": "string"
|
|
902
|
-
}
|
|
903
|
-
}
|
|
904
|
-
],
|
|
905
|
-
"events": [
|
|
906
|
-
{
|
|
907
|
-
"name": "open",
|
|
908
|
-
"detail": {
|
|
909
|
-
"annotation": {
|
|
910
|
-
"type": "keyword",
|
|
911
|
-
"value": "void"
|
|
912
|
-
}
|
|
913
|
-
}
|
|
914
|
-
},
|
|
915
|
-
{
|
|
916
|
-
"name": "close",
|
|
917
|
-
"detail": {
|
|
918
|
-
"annotation": {
|
|
919
|
-
"type": "keyword",
|
|
920
|
-
"value": "void"
|
|
921
|
-
}
|
|
922
|
-
}
|
|
923
|
-
}
|
|
924
|
-
],
|
|
925
|
-
"methods": [
|
|
926
|
-
{
|
|
927
|
-
"name": "open",
|
|
928
|
-
"params": [],
|
|
929
|
-
"returns": {}
|
|
930
913
|
},
|
|
931
|
-
{
|
|
932
|
-
"name": "close",
|
|
933
|
-
"params": [],
|
|
934
|
-
"returns": {}
|
|
935
|
-
}
|
|
936
|
-
],
|
|
937
|
-
"types": [
|
|
938
914
|
{
|
|
939
915
|
"type": "interface",
|
|
940
|
-
"name": "
|
|
916
|
+
"name": "InfoCardDetail",
|
|
941
917
|
"body": [
|
|
942
918
|
{
|
|
943
919
|
"type": "propertySignature",
|
|
@@ -949,241 +925,182 @@
|
|
|
949
925
|
"type": "keyword",
|
|
950
926
|
"value": "string"
|
|
951
927
|
},
|
|
928
|
+
"optional": true,
|
|
952
929
|
"computed": false
|
|
953
930
|
},
|
|
954
931
|
{
|
|
955
932
|
"type": "propertySignature",
|
|
956
933
|
"key": {
|
|
957
934
|
"type": "identifier",
|
|
958
|
-
"name": "
|
|
935
|
+
"name": "desc"
|
|
959
936
|
},
|
|
960
937
|
"annotation": {
|
|
961
938
|
"type": "keyword",
|
|
962
939
|
"value": "string"
|
|
963
940
|
},
|
|
941
|
+
"optional": true,
|
|
964
942
|
"computed": false
|
|
965
|
-
}
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
"properties": [
|
|
972
|
-
{
|
|
973
|
-
"name": "hasHeader",
|
|
974
|
-
"annotation": {
|
|
975
|
-
"type": "keyword",
|
|
976
|
-
"value": "boolean"
|
|
977
|
-
}
|
|
978
|
-
},
|
|
979
|
-
{
|
|
980
|
-
"name": "cardTitle",
|
|
981
|
-
"annotation": {
|
|
982
|
-
"type": "keyword",
|
|
983
|
-
"value": "string"
|
|
984
|
-
}
|
|
985
|
-
},
|
|
986
|
-
{
|
|
987
|
-
"name": "description",
|
|
988
|
-
"annotation": {
|
|
989
|
-
"type": "keyword",
|
|
990
|
-
"value": "string"
|
|
991
|
-
}
|
|
992
|
-
},
|
|
993
|
-
{
|
|
994
|
-
"name": "auxiliaryText",
|
|
995
|
-
"annotation": {
|
|
996
|
-
"type": "keyword",
|
|
997
|
-
"value": "string"
|
|
998
|
-
}
|
|
999
|
-
},
|
|
1000
|
-
{
|
|
1001
|
-
"name": "avatar",
|
|
1002
|
-
"annotation": {
|
|
1003
|
-
"type": "union",
|
|
1004
|
-
"types": [
|
|
1005
|
-
{
|
|
1006
|
-
"type": "reference",
|
|
1007
|
-
"typeName": {
|
|
1008
|
-
"type": "identifier",
|
|
1009
|
-
"name": "IconAvatar"
|
|
1010
|
-
}
|
|
943
|
+
},
|
|
944
|
+
{
|
|
945
|
+
"type": "propertySignature",
|
|
946
|
+
"key": {
|
|
947
|
+
"type": "identifier",
|
|
948
|
+
"name": "useBrick"
|
|
1011
949
|
},
|
|
1012
|
-
{
|
|
950
|
+
"annotation": {
|
|
1013
951
|
"type": "reference",
|
|
1014
952
|
"typeName": {
|
|
1015
|
-
"type": "identifier",
|
|
1016
|
-
"name": "
|
|
1017
|
-
}
|
|
1018
|
-
}
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
},
|
|
1022
|
-
{
|
|
1023
|
-
"name": "href",
|
|
1024
|
-
"annotation": {
|
|
1025
|
-
"type": "indexedAccess",
|
|
1026
|
-
"objectType": {
|
|
1027
|
-
"type": "reference",
|
|
1028
|
-
"typeName": {
|
|
1029
|
-
"type": "identifier",
|
|
1030
|
-
"name": "LinkProps"
|
|
1031
|
-
}
|
|
1032
|
-
},
|
|
1033
|
-
"indexType": {
|
|
1034
|
-
"type": "jsLiteral",
|
|
1035
|
-
"value": "href"
|
|
1036
|
-
}
|
|
1037
|
-
}
|
|
1038
|
-
},
|
|
1039
|
-
{
|
|
1040
|
-
"name": "url",
|
|
1041
|
-
"annotation": {
|
|
1042
|
-
"type": "indexedAccess",
|
|
1043
|
-
"objectType": {
|
|
1044
|
-
"type": "reference",
|
|
1045
|
-
"typeName": {
|
|
1046
|
-
"type": "identifier",
|
|
1047
|
-
"name": "LinkProps"
|
|
1048
|
-
}
|
|
1049
|
-
},
|
|
1050
|
-
"indexType": {
|
|
1051
|
-
"type": "jsLiteral",
|
|
1052
|
-
"value": "url"
|
|
1053
|
-
}
|
|
1054
|
-
}
|
|
1055
|
-
},
|
|
1056
|
-
{
|
|
1057
|
-
"name": "target",
|
|
1058
|
-
"annotation": {
|
|
1059
|
-
"type": "indexedAccess",
|
|
1060
|
-
"objectType": {
|
|
1061
|
-
"type": "reference",
|
|
1062
|
-
"typeName": {
|
|
1063
|
-
"type": "identifier",
|
|
1064
|
-
"name": "LinkProps"
|
|
1065
|
-
}
|
|
1066
|
-
},
|
|
1067
|
-
"indexType": {
|
|
1068
|
-
"type": "jsLiteral",
|
|
1069
|
-
"value": "target"
|
|
1070
|
-
}
|
|
1071
|
-
}
|
|
1072
|
-
},
|
|
1073
|
-
{
|
|
1074
|
-
"name": "actions",
|
|
1075
|
-
"annotation": {
|
|
1076
|
-
"type": "array",
|
|
1077
|
-
"elementType": {
|
|
1078
|
-
"type": "reference",
|
|
1079
|
-
"typeName": {
|
|
1080
|
-
"type": "identifier",
|
|
1081
|
-
"name": "ActionType"
|
|
1082
|
-
}
|
|
953
|
+
"type": "identifier",
|
|
954
|
+
"name": "UseSingleBrickConf"
|
|
955
|
+
}
|
|
956
|
+
},
|
|
957
|
+
"optional": true,
|
|
958
|
+
"computed": false
|
|
1083
959
|
}
|
|
1084
|
-
|
|
1085
|
-
}
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
"value": "grayish"
|
|
1091
|
-
}
|
|
1092
|
-
},
|
|
960
|
+
]
|
|
961
|
+
}
|
|
962
|
+
]
|
|
963
|
+
},
|
|
964
|
+
"eo-statistics-card": {
|
|
965
|
+
"properties": [
|
|
1093
966
|
{
|
|
1094
|
-
"name": "
|
|
967
|
+
"name": "cardTitle",
|
|
1095
968
|
"annotation": {
|
|
1096
969
|
"type": "keyword",
|
|
1097
|
-
"value": "
|
|
970
|
+
"value": "string"
|
|
1098
971
|
}
|
|
1099
972
|
},
|
|
1100
973
|
{
|
|
1101
|
-
"name": "
|
|
974
|
+
"name": "value",
|
|
1102
975
|
"annotation": {
|
|
1103
976
|
"type": "keyword",
|
|
1104
977
|
"value": "string"
|
|
1105
978
|
}
|
|
1106
979
|
},
|
|
1107
980
|
{
|
|
1108
|
-
"name": "
|
|
981
|
+
"name": "unit",
|
|
1109
982
|
"annotation": {
|
|
1110
983
|
"type": "keyword",
|
|
1111
984
|
"value": "string"
|
|
1112
985
|
}
|
|
1113
986
|
},
|
|
1114
987
|
{
|
|
1115
|
-
"name": "
|
|
988
|
+
"name": "icon",
|
|
1116
989
|
"annotation": {
|
|
1117
990
|
"type": "indexedAccess",
|
|
1118
991
|
"objectType": {
|
|
1119
992
|
"type": "reference",
|
|
1120
993
|
"typeName": {
|
|
1121
|
-
"type": "
|
|
1122
|
-
"
|
|
1123
|
-
"type": "identifier",
|
|
1124
|
-
"name": "React"
|
|
1125
|
-
},
|
|
1126
|
-
"right": {
|
|
1127
|
-
"type": "identifier",
|
|
1128
|
-
"name": "CSSProperties"
|
|
1129
|
-
}
|
|
994
|
+
"type": "identifier",
|
|
995
|
+
"name": "EoStatisticsCardProps"
|
|
1130
996
|
}
|
|
1131
997
|
},
|
|
1132
998
|
"indexType": {
|
|
1133
999
|
"type": "jsLiteral",
|
|
1134
|
-
"value": "
|
|
1000
|
+
"value": "icon"
|
|
1135
1001
|
}
|
|
1136
1002
|
}
|
|
1137
1003
|
},
|
|
1138
1004
|
{
|
|
1139
|
-
"name": "
|
|
1005
|
+
"name": "size",
|
|
1140
1006
|
"annotation": {
|
|
1141
1007
|
"type": "union",
|
|
1142
1008
|
"types": [
|
|
1143
1009
|
{
|
|
1144
1010
|
"type": "jsLiteral",
|
|
1145
|
-
"value": "
|
|
1011
|
+
"value": "large"
|
|
1146
1012
|
},
|
|
1147
1013
|
{
|
|
1148
1014
|
"type": "jsLiteral",
|
|
1149
|
-
"value": "
|
|
1015
|
+
"value": "medium"
|
|
1016
|
+
},
|
|
1017
|
+
{
|
|
1018
|
+
"type": "jsLiteral",
|
|
1019
|
+
"value": "small"
|
|
1150
1020
|
}
|
|
1151
1021
|
]
|
|
1152
1022
|
}
|
|
1153
1023
|
},
|
|
1154
1024
|
{
|
|
1155
|
-
"name": "
|
|
1025
|
+
"name": "outline",
|
|
1026
|
+
"annotation": {
|
|
1027
|
+
"type": "union",
|
|
1028
|
+
"types": [
|
|
1029
|
+
{
|
|
1030
|
+
"type": "jsLiteral",
|
|
1031
|
+
"value": "border"
|
|
1032
|
+
},
|
|
1033
|
+
{
|
|
1034
|
+
"type": "jsLiteral",
|
|
1035
|
+
"value": "background"
|
|
1036
|
+
},
|
|
1037
|
+
{
|
|
1038
|
+
"type": "jsLiteral",
|
|
1039
|
+
"value": "none"
|
|
1040
|
+
}
|
|
1041
|
+
]
|
|
1042
|
+
}
|
|
1043
|
+
},
|
|
1044
|
+
{
|
|
1045
|
+
"name": "background",
|
|
1046
|
+
"annotation": {
|
|
1047
|
+
"type": "keyword",
|
|
1048
|
+
"value": "string"
|
|
1049
|
+
}
|
|
1050
|
+
},
|
|
1051
|
+
{
|
|
1052
|
+
"name": "descriptionPosition",
|
|
1053
|
+
"annotation": {
|
|
1054
|
+
"type": "union",
|
|
1055
|
+
"types": [
|
|
1056
|
+
{
|
|
1057
|
+
"type": "jsLiteral",
|
|
1058
|
+
"value": "bottom"
|
|
1059
|
+
},
|
|
1060
|
+
{
|
|
1061
|
+
"type": "jsLiteral",
|
|
1062
|
+
"value": "right"
|
|
1063
|
+
}
|
|
1064
|
+
]
|
|
1065
|
+
}
|
|
1066
|
+
},
|
|
1067
|
+
{
|
|
1068
|
+
"name": "valueStyle",
|
|
1156
1069
|
"annotation": {
|
|
1157
1070
|
"type": "reference",
|
|
1158
1071
|
"typeName": {
|
|
1159
|
-
"type": "
|
|
1160
|
-
"
|
|
1072
|
+
"type": "qualifiedName",
|
|
1073
|
+
"left": {
|
|
1074
|
+
"type": "identifier",
|
|
1075
|
+
"name": "React"
|
|
1076
|
+
},
|
|
1077
|
+
"right": {
|
|
1078
|
+
"type": "identifier",
|
|
1079
|
+
"name": "CSSProperties"
|
|
1080
|
+
}
|
|
1161
1081
|
}
|
|
1162
1082
|
}
|
|
1163
|
-
}
|
|
1164
|
-
],
|
|
1165
|
-
"events": [
|
|
1083
|
+
},
|
|
1166
1084
|
{
|
|
1167
|
-
"name": "
|
|
1168
|
-
"
|
|
1169
|
-
"
|
|
1170
|
-
|
|
1171
|
-
"value": "void"
|
|
1172
|
-
}
|
|
1085
|
+
"name": "interactable",
|
|
1086
|
+
"annotation": {
|
|
1087
|
+
"type": "keyword",
|
|
1088
|
+
"value": "boolean"
|
|
1173
1089
|
}
|
|
1174
1090
|
}
|
|
1175
1091
|
],
|
|
1092
|
+
"events": [],
|
|
1176
1093
|
"methods": [],
|
|
1177
1094
|
"types": [
|
|
1178
1095
|
{
|
|
1179
1096
|
"type": "interface",
|
|
1180
|
-
"name": "
|
|
1097
|
+
"name": "EoStatisticsCardProps",
|
|
1181
1098
|
"body": [
|
|
1182
1099
|
{
|
|
1183
1100
|
"type": "propertySignature",
|
|
1184
1101
|
"key": {
|
|
1185
1102
|
"type": "identifier",
|
|
1186
|
-
"name": "
|
|
1103
|
+
"name": "cardTitle"
|
|
1187
1104
|
},
|
|
1188
1105
|
"annotation": {
|
|
1189
1106
|
"type": "keyword",
|
|
@@ -1196,22 +1113,20 @@
|
|
|
1196
1113
|
"type": "propertySignature",
|
|
1197
1114
|
"key": {
|
|
1198
1115
|
"type": "identifier",
|
|
1199
|
-
"name": "
|
|
1116
|
+
"name": "value"
|
|
1200
1117
|
},
|
|
1201
1118
|
"annotation": {
|
|
1202
|
-
"type": "
|
|
1203
|
-
"
|
|
1204
|
-
"type": "identifier",
|
|
1205
|
-
"name": "GeneralIconProps"
|
|
1206
|
-
}
|
|
1119
|
+
"type": "keyword",
|
|
1120
|
+
"value": "string"
|
|
1207
1121
|
},
|
|
1122
|
+
"optional": true,
|
|
1208
1123
|
"computed": false
|
|
1209
1124
|
},
|
|
1210
1125
|
{
|
|
1211
1126
|
"type": "propertySignature",
|
|
1212
1127
|
"key": {
|
|
1213
1128
|
"type": "identifier",
|
|
1214
|
-
"name": "
|
|
1129
|
+
"name": "unit"
|
|
1215
1130
|
},
|
|
1216
1131
|
"annotation": {
|
|
1217
1132
|
"type": "keyword",
|
|
@@ -1224,11 +1139,50 @@
|
|
|
1224
1139
|
"type": "propertySignature",
|
|
1225
1140
|
"key": {
|
|
1226
1141
|
"type": "identifier",
|
|
1227
|
-
"name": "
|
|
1142
|
+
"name": "icon"
|
|
1228
1143
|
},
|
|
1229
1144
|
"annotation": {
|
|
1230
|
-
"type": "
|
|
1231
|
-
"
|
|
1145
|
+
"type": "intersection",
|
|
1146
|
+
"types": [
|
|
1147
|
+
{
|
|
1148
|
+
"type": "reference",
|
|
1149
|
+
"typeName": {
|
|
1150
|
+
"type": "identifier",
|
|
1151
|
+
"name": "GeneralIconProps"
|
|
1152
|
+
}
|
|
1153
|
+
},
|
|
1154
|
+
{
|
|
1155
|
+
"type": "typeLiteral",
|
|
1156
|
+
"members": [
|
|
1157
|
+
{
|
|
1158
|
+
"type": "propertySignature",
|
|
1159
|
+
"key": {
|
|
1160
|
+
"type": "identifier",
|
|
1161
|
+
"name": "color"
|
|
1162
|
+
},
|
|
1163
|
+
"annotation": {
|
|
1164
|
+
"type": "keyword",
|
|
1165
|
+
"value": "string"
|
|
1166
|
+
},
|
|
1167
|
+
"optional": true,
|
|
1168
|
+
"computed": false
|
|
1169
|
+
},
|
|
1170
|
+
{
|
|
1171
|
+
"type": "propertySignature",
|
|
1172
|
+
"key": {
|
|
1173
|
+
"type": "identifier",
|
|
1174
|
+
"name": "bgColor"
|
|
1175
|
+
},
|
|
1176
|
+
"annotation": {
|
|
1177
|
+
"type": "keyword",
|
|
1178
|
+
"value": "string"
|
|
1179
|
+
},
|
|
1180
|
+
"optional": true,
|
|
1181
|
+
"computed": false
|
|
1182
|
+
}
|
|
1183
|
+
]
|
|
1184
|
+
}
|
|
1185
|
+
]
|
|
1232
1186
|
},
|
|
1233
1187
|
"optional": true,
|
|
1234
1188
|
"computed": false
|
|
@@ -1237,84 +1191,24 @@
|
|
|
1237
1191
|
"type": "propertySignature",
|
|
1238
1192
|
"key": {
|
|
1239
1193
|
"type": "identifier",
|
|
1240
|
-
"name": "
|
|
1194
|
+
"name": "size"
|
|
1241
1195
|
},
|
|
1242
1196
|
"annotation": {
|
|
1243
1197
|
"type": "union",
|
|
1244
1198
|
"types": [
|
|
1245
1199
|
{
|
|
1246
1200
|
"type": "jsLiteral",
|
|
1247
|
-
"value": "
|
|
1201
|
+
"value": "large"
|
|
1248
1202
|
},
|
|
1249
1203
|
{
|
|
1250
1204
|
"type": "jsLiteral",
|
|
1251
|
-
"value": "
|
|
1205
|
+
"value": "medium"
|
|
1252
1206
|
},
|
|
1253
1207
|
{
|
|
1254
|
-
"type": "jsLiteral",
|
|
1255
|
-
"value": "
|
|
1256
|
-
}
|
|
1257
|
-
]
|
|
1258
|
-
},
|
|
1259
|
-
"optional": true,
|
|
1260
|
-
"computed": false
|
|
1261
|
-
},
|
|
1262
|
-
{
|
|
1263
|
-
"type": "propertySignature",
|
|
1264
|
-
"key": {
|
|
1265
|
-
"type": "identifier",
|
|
1266
|
-
"name": "bgColor"
|
|
1267
|
-
},
|
|
1268
|
-
"annotation": {
|
|
1269
|
-
"type": "keyword",
|
|
1270
|
-
"value": "string"
|
|
1271
|
-
},
|
|
1272
|
-
"optional": true,
|
|
1273
|
-
"computed": false
|
|
1274
|
-
}
|
|
1275
|
-
]
|
|
1276
|
-
},
|
|
1277
|
-
{
|
|
1278
|
-
"type": "interface",
|
|
1279
|
-
"name": "ImgAvatar",
|
|
1280
|
-
"body": [
|
|
1281
|
-
{
|
|
1282
|
-
"type": "propertySignature",
|
|
1283
|
-
"key": {
|
|
1284
|
-
"type": "identifier",
|
|
1285
|
-
"name": "containerSize"
|
|
1286
|
-
},
|
|
1287
|
-
"annotation": {
|
|
1288
|
-
"type": "keyword",
|
|
1289
|
-
"value": "string"
|
|
1290
|
-
},
|
|
1291
|
-
"optional": true,
|
|
1292
|
-
"computed": false
|
|
1293
|
-
},
|
|
1294
|
-
{
|
|
1295
|
-
"type": "propertySignature",
|
|
1296
|
-
"key": {
|
|
1297
|
-
"type": "identifier",
|
|
1298
|
-
"name": "imgSrc"
|
|
1299
|
-
},
|
|
1300
|
-
"annotation": {
|
|
1301
|
-
"type": "keyword",
|
|
1302
|
-
"value": "string"
|
|
1303
|
-
},
|
|
1304
|
-
"computed": false
|
|
1305
|
-
},
|
|
1306
|
-
{
|
|
1307
|
-
"type": "propertySignature",
|
|
1308
|
-
"key": {
|
|
1309
|
-
"type": "identifier",
|
|
1310
|
-
"name": "imgStyle"
|
|
1311
|
-
},
|
|
1312
|
-
"annotation": {
|
|
1313
|
-
"type": "reference",
|
|
1314
|
-
"typeName": {
|
|
1315
|
-
"type": "identifier",
|
|
1316
|
-
"name": "CSSProperties"
|
|
1317
|
-
}
|
|
1208
|
+
"type": "jsLiteral",
|
|
1209
|
+
"value": "small"
|
|
1210
|
+
}
|
|
1211
|
+
]
|
|
1318
1212
|
},
|
|
1319
1213
|
"optional": true,
|
|
1320
1214
|
"computed": false
|
|
@@ -1323,22 +1217,22 @@
|
|
|
1323
1217
|
"type": "propertySignature",
|
|
1324
1218
|
"key": {
|
|
1325
1219
|
"type": "identifier",
|
|
1326
|
-
"name": "
|
|
1220
|
+
"name": "outline"
|
|
1327
1221
|
},
|
|
1328
1222
|
"annotation": {
|
|
1329
1223
|
"type": "union",
|
|
1330
1224
|
"types": [
|
|
1331
1225
|
{
|
|
1332
1226
|
"type": "jsLiteral",
|
|
1333
|
-
"value": "
|
|
1227
|
+
"value": "border"
|
|
1334
1228
|
},
|
|
1335
1229
|
{
|
|
1336
1230
|
"type": "jsLiteral",
|
|
1337
|
-
"value": "
|
|
1231
|
+
"value": "background"
|
|
1338
1232
|
},
|
|
1339
1233
|
{
|
|
1340
1234
|
"type": "jsLiteral",
|
|
1341
|
-
"value": "
|
|
1235
|
+
"value": "none"
|
|
1342
1236
|
}
|
|
1343
1237
|
]
|
|
1344
1238
|
},
|
|
@@ -1349,7 +1243,7 @@
|
|
|
1349
1243
|
"type": "propertySignature",
|
|
1350
1244
|
"key": {
|
|
1351
1245
|
"type": "identifier",
|
|
1352
|
-
"name": "
|
|
1246
|
+
"name": "background"
|
|
1353
1247
|
},
|
|
1354
1248
|
"annotation": {
|
|
1355
1249
|
"type": "keyword",
|
|
@@ -1357,22 +1251,25 @@
|
|
|
1357
1251
|
},
|
|
1358
1252
|
"optional": true,
|
|
1359
1253
|
"computed": false
|
|
1360
|
-
}
|
|
1361
|
-
]
|
|
1362
|
-
},
|
|
1363
|
-
{
|
|
1364
|
-
"type": "interface",
|
|
1365
|
-
"name": "TagConfig",
|
|
1366
|
-
"body": [
|
|
1254
|
+
},
|
|
1367
1255
|
{
|
|
1368
1256
|
"type": "propertySignature",
|
|
1369
1257
|
"key": {
|
|
1370
1258
|
"type": "identifier",
|
|
1371
|
-
"name": "
|
|
1259
|
+
"name": "descriptionPosition"
|
|
1372
1260
|
},
|
|
1373
1261
|
"annotation": {
|
|
1374
|
-
"type": "
|
|
1375
|
-
"
|
|
1262
|
+
"type": "union",
|
|
1263
|
+
"types": [
|
|
1264
|
+
{
|
|
1265
|
+
"type": "jsLiteral",
|
|
1266
|
+
"value": "bottom"
|
|
1267
|
+
},
|
|
1268
|
+
{
|
|
1269
|
+
"type": "jsLiteral",
|
|
1270
|
+
"value": "right"
|
|
1271
|
+
}
|
|
1272
|
+
]
|
|
1376
1273
|
},
|
|
1377
1274
|
"optional": true,
|
|
1378
1275
|
"computed": false
|
|
@@ -1381,13 +1278,20 @@
|
|
|
1381
1278
|
"type": "propertySignature",
|
|
1382
1279
|
"key": {
|
|
1383
1280
|
"type": "identifier",
|
|
1384
|
-
"name": "
|
|
1281
|
+
"name": "valueStyle"
|
|
1385
1282
|
},
|
|
1386
1283
|
"annotation": {
|
|
1387
1284
|
"type": "reference",
|
|
1388
1285
|
"typeName": {
|
|
1389
|
-
"type": "
|
|
1390
|
-
"
|
|
1286
|
+
"type": "qualifiedName",
|
|
1287
|
+
"left": {
|
|
1288
|
+
"type": "identifier",
|
|
1289
|
+
"name": "React"
|
|
1290
|
+
},
|
|
1291
|
+
"right": {
|
|
1292
|
+
"type": "identifier",
|
|
1293
|
+
"name": "CSSProperties"
|
|
1294
|
+
}
|
|
1391
1295
|
}
|
|
1392
1296
|
},
|
|
1393
1297
|
"optional": true,
|
|
@@ -1397,26 +1301,122 @@
|
|
|
1397
1301
|
"type": "propertySignature",
|
|
1398
1302
|
"key": {
|
|
1399
1303
|
"type": "identifier",
|
|
1400
|
-
"name": "
|
|
1304
|
+
"name": "interactable"
|
|
1401
1305
|
},
|
|
1402
1306
|
"annotation": {
|
|
1403
1307
|
"type": "keyword",
|
|
1404
|
-
"value": "
|
|
1308
|
+
"value": "boolean"
|
|
1405
1309
|
},
|
|
1406
1310
|
"optional": true,
|
|
1407
1311
|
"computed": false
|
|
1312
|
+
}
|
|
1313
|
+
]
|
|
1314
|
+
}
|
|
1315
|
+
]
|
|
1316
|
+
},
|
|
1317
|
+
"eo-loading-step": {
|
|
1318
|
+
"properties": [
|
|
1319
|
+
{
|
|
1320
|
+
"name": "visible",
|
|
1321
|
+
"annotation": {
|
|
1322
|
+
"type": "keyword",
|
|
1323
|
+
"value": "boolean"
|
|
1324
|
+
}
|
|
1325
|
+
},
|
|
1326
|
+
{
|
|
1327
|
+
"name": "width",
|
|
1328
|
+
"annotation": {
|
|
1329
|
+
"type": "keyword",
|
|
1330
|
+
"value": "string"
|
|
1331
|
+
}
|
|
1332
|
+
},
|
|
1333
|
+
{
|
|
1334
|
+
"name": "stepTitle",
|
|
1335
|
+
"annotation": {
|
|
1336
|
+
"type": "keyword",
|
|
1337
|
+
"value": "string"
|
|
1338
|
+
}
|
|
1339
|
+
},
|
|
1340
|
+
{
|
|
1341
|
+
"name": "stepList",
|
|
1342
|
+
"annotation": {
|
|
1343
|
+
"type": "array",
|
|
1344
|
+
"elementType": {
|
|
1345
|
+
"type": "reference",
|
|
1346
|
+
"typeName": {
|
|
1347
|
+
"type": "identifier",
|
|
1348
|
+
"name": "StepItem"
|
|
1349
|
+
}
|
|
1350
|
+
}
|
|
1351
|
+
}
|
|
1352
|
+
},
|
|
1353
|
+
{
|
|
1354
|
+
"name": "curStep",
|
|
1355
|
+
"annotation": {
|
|
1356
|
+
"type": "keyword",
|
|
1357
|
+
"value": "string"
|
|
1358
|
+
}
|
|
1359
|
+
}
|
|
1360
|
+
],
|
|
1361
|
+
"events": [
|
|
1362
|
+
{
|
|
1363
|
+
"name": "open",
|
|
1364
|
+
"detail": {
|
|
1365
|
+
"annotation": {
|
|
1366
|
+
"type": "keyword",
|
|
1367
|
+
"value": "void"
|
|
1368
|
+
}
|
|
1369
|
+
}
|
|
1370
|
+
},
|
|
1371
|
+
{
|
|
1372
|
+
"name": "close",
|
|
1373
|
+
"detail": {
|
|
1374
|
+
"annotation": {
|
|
1375
|
+
"type": "keyword",
|
|
1376
|
+
"value": "void"
|
|
1377
|
+
}
|
|
1378
|
+
}
|
|
1379
|
+
}
|
|
1380
|
+
],
|
|
1381
|
+
"methods": [
|
|
1382
|
+
{
|
|
1383
|
+
"name": "open",
|
|
1384
|
+
"params": [],
|
|
1385
|
+
"returns": {}
|
|
1386
|
+
},
|
|
1387
|
+
{
|
|
1388
|
+
"name": "close",
|
|
1389
|
+
"params": [],
|
|
1390
|
+
"returns": {}
|
|
1391
|
+
}
|
|
1392
|
+
],
|
|
1393
|
+
"types": [
|
|
1394
|
+
{
|
|
1395
|
+
"type": "interface",
|
|
1396
|
+
"name": "StepItem",
|
|
1397
|
+
"body": [
|
|
1398
|
+
{
|
|
1399
|
+
"type": "propertySignature",
|
|
1400
|
+
"key": {
|
|
1401
|
+
"type": "identifier",
|
|
1402
|
+
"name": "title"
|
|
1403
|
+
},
|
|
1404
|
+
"annotation": {
|
|
1405
|
+
"type": "keyword",
|
|
1406
|
+
"value": "string"
|
|
1407
|
+
},
|
|
1408
|
+
"computed": false
|
|
1408
1409
|
},
|
|
1409
1410
|
{
|
|
1410
1411
|
"type": "propertySignature",
|
|
1411
1412
|
"key": {
|
|
1412
1413
|
"type": "identifier",
|
|
1413
|
-
"name": "
|
|
1414
|
+
"name": "key"
|
|
1414
1415
|
},
|
|
1415
1416
|
"annotation": {
|
|
1416
1417
|
"type": "keyword",
|
|
1417
1418
|
"value": "string"
|
|
1418
1419
|
},
|
|
1419
|
-
"optional": true,
|
|
1420
1420
|
"computed": false
|
|
1421
1421
|
}
|
|
1422
1422
|
]
|
|
@@ -1500,22 +1500,125 @@
|
|
|
1500
1500
|
"name": "CSSProperties"
|
|
1501
1501
|
}
|
|
1502
1502
|
},
|
|
1503
|
-
"indexType": {
|
|
1504
|
-
"type": "jsLiteral",
|
|
1505
|
-
"value": "color"
|
|
1503
|
+
"indexType": {
|
|
1504
|
+
"type": "jsLiteral",
|
|
1505
|
+
"value": "color"
|
|
1506
|
+
}
|
|
1507
|
+
}
|
|
1508
|
+
},
|
|
1509
|
+
{
|
|
1510
|
+
"name": "animationDuration",
|
|
1511
|
+
"annotation": {
|
|
1512
|
+
"type": "keyword",
|
|
1513
|
+
"value": "number"
|
|
1514
|
+
}
|
|
1515
|
+
}
|
|
1516
|
+
],
|
|
1517
|
+
"events": [],
|
|
1518
|
+
"methods": []
|
|
1519
|
+
},
|
|
1520
|
+
"eo-alert": {
|
|
1521
|
+
"properties": [
|
|
1522
|
+
{
|
|
1523
|
+
"name": "type",
|
|
1524
|
+
"annotation": {
|
|
1525
|
+
"type": "reference",
|
|
1526
|
+
"typeName": {
|
|
1527
|
+
"type": "identifier",
|
|
1528
|
+
"name": "AlertType"
|
|
1529
|
+
}
|
|
1530
|
+
}
|
|
1531
|
+
},
|
|
1532
|
+
{
|
|
1533
|
+
"name": "hasTitle",
|
|
1534
|
+
"annotation": {
|
|
1535
|
+
"type": "keyword",
|
|
1536
|
+
"value": "boolean"
|
|
1537
|
+
}
|
|
1538
|
+
},
|
|
1539
|
+
{
|
|
1540
|
+
"name": "showIcon",
|
|
1541
|
+
"annotation": {
|
|
1542
|
+
"type": "keyword",
|
|
1543
|
+
"value": "boolean"
|
|
1544
|
+
}
|
|
1545
|
+
},
|
|
1546
|
+
{
|
|
1547
|
+
"name": "closable",
|
|
1548
|
+
"annotation": {
|
|
1549
|
+
"type": "keyword",
|
|
1550
|
+
"value": "boolean"
|
|
1551
|
+
}
|
|
1552
|
+
},
|
|
1553
|
+
{
|
|
1554
|
+
"name": "localStorageKey",
|
|
1555
|
+
"annotation": {
|
|
1556
|
+
"type": "keyword",
|
|
1557
|
+
"value": "string"
|
|
1558
|
+
}
|
|
1559
|
+
},
|
|
1560
|
+
{
|
|
1561
|
+
"name": "disableUrlNamespace",
|
|
1562
|
+
"annotation": {
|
|
1563
|
+
"type": "keyword",
|
|
1564
|
+
"value": "boolean"
|
|
1565
|
+
}
|
|
1566
|
+
}
|
|
1567
|
+
],
|
|
1568
|
+
"events": [],
|
|
1569
|
+
"methods": [],
|
|
1570
|
+
"types": [
|
|
1571
|
+
{
|
|
1572
|
+
"type": "enum",
|
|
1573
|
+
"name": "AlertType",
|
|
1574
|
+
"members": [
|
|
1575
|
+
{
|
|
1576
|
+
"type": "enumMember",
|
|
1577
|
+
"id": {
|
|
1578
|
+
"type": "jsLiteral",
|
|
1579
|
+
"value": "SUCCESS"
|
|
1580
|
+
},
|
|
1581
|
+
"initializer": {
|
|
1582
|
+
"type": "jsLiteral",
|
|
1583
|
+
"value": "success"
|
|
1584
|
+
}
|
|
1585
|
+
},
|
|
1586
|
+
{
|
|
1587
|
+
"type": "enumMember",
|
|
1588
|
+
"id": {
|
|
1589
|
+
"type": "jsLiteral",
|
|
1590
|
+
"value": "INFO"
|
|
1591
|
+
},
|
|
1592
|
+
"initializer": {
|
|
1593
|
+
"type": "jsLiteral",
|
|
1594
|
+
"value": "info"
|
|
1595
|
+
}
|
|
1596
|
+
},
|
|
1597
|
+
{
|
|
1598
|
+
"type": "enumMember",
|
|
1599
|
+
"id": {
|
|
1600
|
+
"type": "jsLiteral",
|
|
1601
|
+
"value": "WARNING"
|
|
1602
|
+
},
|
|
1603
|
+
"initializer": {
|
|
1604
|
+
"type": "jsLiteral",
|
|
1605
|
+
"value": "warning"
|
|
1606
|
+
}
|
|
1607
|
+
},
|
|
1608
|
+
{
|
|
1609
|
+
"type": "enumMember",
|
|
1610
|
+
"id": {
|
|
1611
|
+
"type": "jsLiteral",
|
|
1612
|
+
"value": "ERROR"
|
|
1613
|
+
},
|
|
1614
|
+
"initializer": {
|
|
1615
|
+
"type": "jsLiteral",
|
|
1616
|
+
"value": "error"
|
|
1617
|
+
}
|
|
1506
1618
|
}
|
|
1507
|
-
|
|
1508
|
-
},
|
|
1509
|
-
{
|
|
1510
|
-
"name": "animationDuration",
|
|
1511
|
-
"annotation": {
|
|
1512
|
-
"type": "keyword",
|
|
1513
|
-
"value": "number"
|
|
1514
|
-
}
|
|
1619
|
+
]
|
|
1515
1620
|
}
|
|
1516
|
-
]
|
|
1517
|
-
"events": [],
|
|
1518
|
-
"methods": []
|
|
1621
|
+
]
|
|
1519
1622
|
},
|
|
1520
1623
|
"eo-pagination": {
|
|
1521
1624
|
"properties": [
|
|
@@ -1596,6 +1699,68 @@
|
|
|
1596
1699
|
],
|
|
1597
1700
|
"methods": []
|
|
1598
1701
|
},
|
|
1702
|
+
"eo-code-display": {
|
|
1703
|
+
"properties": [
|
|
1704
|
+
{
|
|
1705
|
+
"name": "value",
|
|
1706
|
+
"annotation": {
|
|
1707
|
+
"type": "keyword",
|
|
1708
|
+
"value": "string"
|
|
1709
|
+
}
|
|
1710
|
+
},
|
|
1711
|
+
{
|
|
1712
|
+
"name": "language",
|
|
1713
|
+
"annotation": {
|
|
1714
|
+
"type": "keyword",
|
|
1715
|
+
"value": "string"
|
|
1716
|
+
}
|
|
1717
|
+
},
|
|
1718
|
+
{
|
|
1719
|
+
"name": "hideLineNumber",
|
|
1720
|
+
"annotation": {
|
|
1721
|
+
"type": "keyword",
|
|
1722
|
+
"value": "boolean"
|
|
1723
|
+
}
|
|
1724
|
+
},
|
|
1725
|
+
{
|
|
1726
|
+
"name": "maxLines",
|
|
1727
|
+
"annotation": {
|
|
1728
|
+
"type": "keyword",
|
|
1729
|
+
"value": "number"
|
|
1730
|
+
}
|
|
1731
|
+
},
|
|
1732
|
+
{
|
|
1733
|
+
"name": "minLines",
|
|
1734
|
+
"annotation": {
|
|
1735
|
+
"type": "keyword",
|
|
1736
|
+
"value": "number"
|
|
1737
|
+
}
|
|
1738
|
+
},
|
|
1739
|
+
{
|
|
1740
|
+
"name": "showCopyButton",
|
|
1741
|
+
"annotation": {
|
|
1742
|
+
"type": "keyword",
|
|
1743
|
+
"value": "boolean"
|
|
1744
|
+
}
|
|
1745
|
+
},
|
|
1746
|
+
{
|
|
1747
|
+
"name": "showExportButton",
|
|
1748
|
+
"annotation": {
|
|
1749
|
+
"type": "keyword",
|
|
1750
|
+
"value": "boolean"
|
|
1751
|
+
}
|
|
1752
|
+
},
|
|
1753
|
+
{
|
|
1754
|
+
"name": "exportFileName",
|
|
1755
|
+
"annotation": {
|
|
1756
|
+
"type": "keyword",
|
|
1757
|
+
"value": "string"
|
|
1758
|
+
}
|
|
1759
|
+
}
|
|
1760
|
+
],
|
|
1761
|
+
"events": [],
|
|
1762
|
+
"methods": []
|
|
1763
|
+
},
|
|
1599
1764
|
"eo-humanize-time": {
|
|
1600
1765
|
"properties": [
|
|
1601
1766
|
{
|
|
@@ -1701,170 +1866,5 @@
|
|
|
1701
1866
|
]
|
|
1702
1867
|
}
|
|
1703
1868
|
]
|
|
1704
|
-
},
|
|
1705
|
-
"eo-alert": {
|
|
1706
|
-
"properties": [
|
|
1707
|
-
{
|
|
1708
|
-
"name": "type",
|
|
1709
|
-
"annotation": {
|
|
1710
|
-
"type": "reference",
|
|
1711
|
-
"typeName": {
|
|
1712
|
-
"type": "identifier",
|
|
1713
|
-
"name": "AlertType"
|
|
1714
|
-
}
|
|
1715
|
-
}
|
|
1716
|
-
},
|
|
1717
|
-
{
|
|
1718
|
-
"name": "hasTitle",
|
|
1719
|
-
"annotation": {
|
|
1720
|
-
"type": "keyword",
|
|
1721
|
-
"value": "boolean"
|
|
1722
|
-
}
|
|
1723
|
-
},
|
|
1724
|
-
{
|
|
1725
|
-
"name": "showIcon",
|
|
1726
|
-
"annotation": {
|
|
1727
|
-
"type": "keyword",
|
|
1728
|
-
"value": "boolean"
|
|
1729
|
-
}
|
|
1730
|
-
},
|
|
1731
|
-
{
|
|
1732
|
-
"name": "closable",
|
|
1733
|
-
"annotation": {
|
|
1734
|
-
"type": "keyword",
|
|
1735
|
-
"value": "boolean"
|
|
1736
|
-
}
|
|
1737
|
-
},
|
|
1738
|
-
{
|
|
1739
|
-
"name": "localStorageKey",
|
|
1740
|
-
"annotation": {
|
|
1741
|
-
"type": "keyword",
|
|
1742
|
-
"value": "string"
|
|
1743
|
-
}
|
|
1744
|
-
},
|
|
1745
|
-
{
|
|
1746
|
-
"name": "disableUrlNamespace",
|
|
1747
|
-
"annotation": {
|
|
1748
|
-
"type": "keyword",
|
|
1749
|
-
"value": "boolean"
|
|
1750
|
-
}
|
|
1751
|
-
}
|
|
1752
|
-
],
|
|
1753
|
-
"events": [],
|
|
1754
|
-
"methods": [],
|
|
1755
|
-
"types": [
|
|
1756
|
-
{
|
|
1757
|
-
"type": "enum",
|
|
1758
|
-
"name": "AlertType",
|
|
1759
|
-
"members": [
|
|
1760
|
-
{
|
|
1761
|
-
"type": "enumMember",
|
|
1762
|
-
"id": {
|
|
1763
|
-
"type": "jsLiteral",
|
|
1764
|
-
"value": "SUCCESS"
|
|
1765
|
-
},
|
|
1766
|
-
"initializer": {
|
|
1767
|
-
"type": "jsLiteral",
|
|
1768
|
-
"value": "success"
|
|
1769
|
-
}
|
|
1770
|
-
},
|
|
1771
|
-
{
|
|
1772
|
-
"type": "enumMember",
|
|
1773
|
-
"id": {
|
|
1774
|
-
"type": "jsLiteral",
|
|
1775
|
-
"value": "INFO"
|
|
1776
|
-
},
|
|
1777
|
-
"initializer": {
|
|
1778
|
-
"type": "jsLiteral",
|
|
1779
|
-
"value": "info"
|
|
1780
|
-
}
|
|
1781
|
-
},
|
|
1782
|
-
{
|
|
1783
|
-
"type": "enumMember",
|
|
1784
|
-
"id": {
|
|
1785
|
-
"type": "jsLiteral",
|
|
1786
|
-
"value": "WARNING"
|
|
1787
|
-
},
|
|
1788
|
-
"initializer": {
|
|
1789
|
-
"type": "jsLiteral",
|
|
1790
|
-
"value": "warning"
|
|
1791
|
-
}
|
|
1792
|
-
},
|
|
1793
|
-
{
|
|
1794
|
-
"type": "enumMember",
|
|
1795
|
-
"id": {
|
|
1796
|
-
"type": "jsLiteral",
|
|
1797
|
-
"value": "ERROR"
|
|
1798
|
-
},
|
|
1799
|
-
"initializer": {
|
|
1800
|
-
"type": "jsLiteral",
|
|
1801
|
-
"value": "error"
|
|
1802
|
-
}
|
|
1803
|
-
}
|
|
1804
|
-
]
|
|
1805
|
-
}
|
|
1806
|
-
]
|
|
1807
|
-
},
|
|
1808
|
-
"eo-code-display": {
|
|
1809
|
-
"properties": [
|
|
1810
|
-
{
|
|
1811
|
-
"name": "value",
|
|
1812
|
-
"annotation": {
|
|
1813
|
-
"type": "keyword",
|
|
1814
|
-
"value": "string"
|
|
1815
|
-
}
|
|
1816
|
-
},
|
|
1817
|
-
{
|
|
1818
|
-
"name": "language",
|
|
1819
|
-
"annotation": {
|
|
1820
|
-
"type": "keyword",
|
|
1821
|
-
"value": "string"
|
|
1822
|
-
}
|
|
1823
|
-
},
|
|
1824
|
-
{
|
|
1825
|
-
"name": "hideLineNumber",
|
|
1826
|
-
"annotation": {
|
|
1827
|
-
"type": "keyword",
|
|
1828
|
-
"value": "boolean"
|
|
1829
|
-
}
|
|
1830
|
-
},
|
|
1831
|
-
{
|
|
1832
|
-
"name": "maxLines",
|
|
1833
|
-
"annotation": {
|
|
1834
|
-
"type": "keyword",
|
|
1835
|
-
"value": "number"
|
|
1836
|
-
}
|
|
1837
|
-
},
|
|
1838
|
-
{
|
|
1839
|
-
"name": "minLines",
|
|
1840
|
-
"annotation": {
|
|
1841
|
-
"type": "keyword",
|
|
1842
|
-
"value": "number"
|
|
1843
|
-
}
|
|
1844
|
-
},
|
|
1845
|
-
{
|
|
1846
|
-
"name": "showCopyButton",
|
|
1847
|
-
"annotation": {
|
|
1848
|
-
"type": "keyword",
|
|
1849
|
-
"value": "boolean"
|
|
1850
|
-
}
|
|
1851
|
-
},
|
|
1852
|
-
{
|
|
1853
|
-
"name": "showExportButton",
|
|
1854
|
-
"annotation": {
|
|
1855
|
-
"type": "keyword",
|
|
1856
|
-
"value": "boolean"
|
|
1857
|
-
}
|
|
1858
|
-
},
|
|
1859
|
-
{
|
|
1860
|
-
"name": "exportFileName",
|
|
1861
|
-
"annotation": {
|
|
1862
|
-
"type": "keyword",
|
|
1863
|
-
"value": "string"
|
|
1864
|
-
}
|
|
1865
|
-
}
|
|
1866
|
-
],
|
|
1867
|
-
"events": [],
|
|
1868
|
-
"methods": []
|
|
1869
1869
|
}
|
|
1870
1870
|
}
|