@next-bricks/presentational 1.18.0 → 1.20.0
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 +30 -30
- package/dist/chunks/7082.46145334.js +2 -0
- package/dist/chunks/7082.46145334.js.map +1 -0
- package/dist/chunks/eo-card-item.ff85935a.js +3 -0
- package/dist/chunks/eo-card-item.ff85935a.js.map +1 -0
- package/dist/chunks/{main.c95b405c.js → main.12cfdc5c.js} +2 -2
- package/dist/chunks/{main.c95b405c.js.map → main.12cfdc5c.js.map} +1 -1
- package/dist/examples.json +13 -13
- package/dist/{index.c2be5a3a.js → index.ea66813e.js} +2 -2
- package/dist/{index.c2be5a3a.js.map → index.ea66813e.js.map} +1 -1
- package/dist/manifest.json +277 -266
- package/dist/types.json +358 -335
- package/dist-types/card-item/index.d.ts +10 -0
- package/docs/eo-card-item.md +81 -14
- package/package.json +2 -2
- package/dist/chunks/7082.a61b7682.js +0 -2
- package/dist/chunks/7082.a61b7682.js.map +0 -1
- package/dist/chunks/eo-card-item.c2470618.js +0 -3
- package/dist/chunks/eo-card-item.c2470618.js.map +0 -1
- /package/dist/chunks/{eo-card-item.c2470618.js.LICENSE.txt → eo-card-item.ff85935a.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -442,6 +442,22 @@
|
|
|
442
442
|
]
|
|
443
443
|
}
|
|
444
444
|
},
|
|
445
|
+
{
|
|
446
|
+
"name": "avatarPlacement",
|
|
447
|
+
"annotation": {
|
|
448
|
+
"type": "union",
|
|
449
|
+
"types": [
|
|
450
|
+
{
|
|
451
|
+
"type": "jsLiteral",
|
|
452
|
+
"value": "left"
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
"type": "jsLiteral",
|
|
456
|
+
"value": "title-left"
|
|
457
|
+
}
|
|
458
|
+
]
|
|
459
|
+
}
|
|
460
|
+
},
|
|
445
461
|
{
|
|
446
462
|
"name": "tagConfig",
|
|
447
463
|
"annotation": {
|
|
@@ -459,6 +475,13 @@
|
|
|
459
475
|
"value": "string"
|
|
460
476
|
}
|
|
461
477
|
},
|
|
478
|
+
{
|
|
479
|
+
"name": "stacked",
|
|
480
|
+
"annotation": {
|
|
481
|
+
"type": "keyword",
|
|
482
|
+
"value": "boolean"
|
|
483
|
+
}
|
|
484
|
+
},
|
|
462
485
|
{
|
|
463
486
|
"name": "cardStyle",
|
|
464
487
|
"annotation": {
|
|
@@ -791,109 +814,6 @@
|
|
|
791
814
|
}
|
|
792
815
|
]
|
|
793
816
|
},
|
|
794
|
-
"eo-divider": {
|
|
795
|
-
"properties": [
|
|
796
|
-
{
|
|
797
|
-
"name": "orientation",
|
|
798
|
-
"annotation": {
|
|
799
|
-
"type": "reference",
|
|
800
|
-
"typeName": {
|
|
801
|
-
"type": "identifier",
|
|
802
|
-
"name": "OrientationType"
|
|
803
|
-
}
|
|
804
|
-
}
|
|
805
|
-
},
|
|
806
|
-
{
|
|
807
|
-
"name": "dashed",
|
|
808
|
-
"annotation": {
|
|
809
|
-
"type": "keyword",
|
|
810
|
-
"value": "boolean"
|
|
811
|
-
}
|
|
812
|
-
},
|
|
813
|
-
{
|
|
814
|
-
"name": "type",
|
|
815
|
-
"annotation": {
|
|
816
|
-
"type": "reference",
|
|
817
|
-
"typeName": {
|
|
818
|
-
"type": "identifier",
|
|
819
|
-
"name": "dividerType"
|
|
820
|
-
}
|
|
821
|
-
}
|
|
822
|
-
},
|
|
823
|
-
{
|
|
824
|
-
"name": "proportion",
|
|
825
|
-
"annotation": {
|
|
826
|
-
"type": "tuple",
|
|
827
|
-
"elementTypes": [
|
|
828
|
-
{
|
|
829
|
-
"type": "keyword",
|
|
830
|
-
"value": "number"
|
|
831
|
-
},
|
|
832
|
-
{
|
|
833
|
-
"type": "keyword",
|
|
834
|
-
"value": "number"
|
|
835
|
-
}
|
|
836
|
-
]
|
|
837
|
-
}
|
|
838
|
-
},
|
|
839
|
-
{
|
|
840
|
-
"name": "dividerStyle",
|
|
841
|
-
"annotation": {
|
|
842
|
-
"type": "reference",
|
|
843
|
-
"typeName": {
|
|
844
|
-
"type": "identifier",
|
|
845
|
-
"name": "CSSProperties"
|
|
846
|
-
}
|
|
847
|
-
}
|
|
848
|
-
}
|
|
849
|
-
],
|
|
850
|
-
"events": [],
|
|
851
|
-
"methods": [],
|
|
852
|
-
"types": [
|
|
853
|
-
{
|
|
854
|
-
"type": "typeAlias",
|
|
855
|
-
"name": "OrientationType",
|
|
856
|
-
"annotation": {
|
|
857
|
-
"type": "union",
|
|
858
|
-
"types": [
|
|
859
|
-
{
|
|
860
|
-
"type": "jsLiteral",
|
|
861
|
-
"value": "left"
|
|
862
|
-
},
|
|
863
|
-
{
|
|
864
|
-
"type": "jsLiteral",
|
|
865
|
-
"value": "center"
|
|
866
|
-
},
|
|
867
|
-
{
|
|
868
|
-
"type": "jsLiteral",
|
|
869
|
-
"value": "right"
|
|
870
|
-
}
|
|
871
|
-
]
|
|
872
|
-
}
|
|
873
|
-
},
|
|
874
|
-
{
|
|
875
|
-
"type": "typeAlias",
|
|
876
|
-
"name": "dividerType",
|
|
877
|
-
"annotation": {
|
|
878
|
-
"type": "union",
|
|
879
|
-
"types": [
|
|
880
|
-
{
|
|
881
|
-
"type": "jsLiteral",
|
|
882
|
-
"value": "horizontal"
|
|
883
|
-
},
|
|
884
|
-
{
|
|
885
|
-
"type": "jsLiteral",
|
|
886
|
-
"value": "vertical"
|
|
887
|
-
},
|
|
888
|
-
{
|
|
889
|
-
"type": "jsLiteral",
|
|
890
|
-
"value": "radiation"
|
|
891
|
-
}
|
|
892
|
-
]
|
|
893
|
-
}
|
|
894
|
-
}
|
|
895
|
-
]
|
|
896
|
-
},
|
|
897
817
|
"eo-info-card-item": {
|
|
898
818
|
"properties": [
|
|
899
819
|
{
|
|
@@ -1097,6 +1017,109 @@
|
|
|
1097
1017
|
}
|
|
1098
1018
|
]
|
|
1099
1019
|
},
|
|
1020
|
+
"eo-divider": {
|
|
1021
|
+
"properties": [
|
|
1022
|
+
{
|
|
1023
|
+
"name": "orientation",
|
|
1024
|
+
"annotation": {
|
|
1025
|
+
"type": "reference",
|
|
1026
|
+
"typeName": {
|
|
1027
|
+
"type": "identifier",
|
|
1028
|
+
"name": "OrientationType"
|
|
1029
|
+
}
|
|
1030
|
+
}
|
|
1031
|
+
},
|
|
1032
|
+
{
|
|
1033
|
+
"name": "dashed",
|
|
1034
|
+
"annotation": {
|
|
1035
|
+
"type": "keyword",
|
|
1036
|
+
"value": "boolean"
|
|
1037
|
+
}
|
|
1038
|
+
},
|
|
1039
|
+
{
|
|
1040
|
+
"name": "type",
|
|
1041
|
+
"annotation": {
|
|
1042
|
+
"type": "reference",
|
|
1043
|
+
"typeName": {
|
|
1044
|
+
"type": "identifier",
|
|
1045
|
+
"name": "dividerType"
|
|
1046
|
+
}
|
|
1047
|
+
}
|
|
1048
|
+
},
|
|
1049
|
+
{
|
|
1050
|
+
"name": "proportion",
|
|
1051
|
+
"annotation": {
|
|
1052
|
+
"type": "tuple",
|
|
1053
|
+
"elementTypes": [
|
|
1054
|
+
{
|
|
1055
|
+
"type": "keyword",
|
|
1056
|
+
"value": "number"
|
|
1057
|
+
},
|
|
1058
|
+
{
|
|
1059
|
+
"type": "keyword",
|
|
1060
|
+
"value": "number"
|
|
1061
|
+
}
|
|
1062
|
+
]
|
|
1063
|
+
}
|
|
1064
|
+
},
|
|
1065
|
+
{
|
|
1066
|
+
"name": "dividerStyle",
|
|
1067
|
+
"annotation": {
|
|
1068
|
+
"type": "reference",
|
|
1069
|
+
"typeName": {
|
|
1070
|
+
"type": "identifier",
|
|
1071
|
+
"name": "CSSProperties"
|
|
1072
|
+
}
|
|
1073
|
+
}
|
|
1074
|
+
}
|
|
1075
|
+
],
|
|
1076
|
+
"events": [],
|
|
1077
|
+
"methods": [],
|
|
1078
|
+
"types": [
|
|
1079
|
+
{
|
|
1080
|
+
"type": "typeAlias",
|
|
1081
|
+
"name": "OrientationType",
|
|
1082
|
+
"annotation": {
|
|
1083
|
+
"type": "union",
|
|
1084
|
+
"types": [
|
|
1085
|
+
{
|
|
1086
|
+
"type": "jsLiteral",
|
|
1087
|
+
"value": "left"
|
|
1088
|
+
},
|
|
1089
|
+
{
|
|
1090
|
+
"type": "jsLiteral",
|
|
1091
|
+
"value": "center"
|
|
1092
|
+
},
|
|
1093
|
+
{
|
|
1094
|
+
"type": "jsLiteral",
|
|
1095
|
+
"value": "right"
|
|
1096
|
+
}
|
|
1097
|
+
]
|
|
1098
|
+
}
|
|
1099
|
+
},
|
|
1100
|
+
{
|
|
1101
|
+
"type": "typeAlias",
|
|
1102
|
+
"name": "dividerType",
|
|
1103
|
+
"annotation": {
|
|
1104
|
+
"type": "union",
|
|
1105
|
+
"types": [
|
|
1106
|
+
{
|
|
1107
|
+
"type": "jsLiteral",
|
|
1108
|
+
"value": "horizontal"
|
|
1109
|
+
},
|
|
1110
|
+
{
|
|
1111
|
+
"type": "jsLiteral",
|
|
1112
|
+
"value": "vertical"
|
|
1113
|
+
},
|
|
1114
|
+
{
|
|
1115
|
+
"type": "jsLiteral",
|
|
1116
|
+
"value": "radiation"
|
|
1117
|
+
}
|
|
1118
|
+
]
|
|
1119
|
+
}
|
|
1120
|
+
}
|
|
1121
|
+
]
|
|
1122
|
+
},
|
|
1100
1123
|
"eo-statistics-card": {
|
|
1101
1124
|
"properties": [
|
|
1102
1125
|
{
|
|
@@ -1450,125 +1473,31 @@
|
|
|
1450
1473
|
}
|
|
1451
1474
|
]
|
|
1452
1475
|
},
|
|
1453
|
-
"eo-
|
|
1476
|
+
"eo-loading-step": {
|
|
1454
1477
|
"properties": [
|
|
1455
1478
|
{
|
|
1456
|
-
"name": "
|
|
1479
|
+
"name": "visible",
|
|
1457
1480
|
"annotation": {
|
|
1458
1481
|
"type": "keyword",
|
|
1459
|
-
"value": "
|
|
1482
|
+
"value": "boolean"
|
|
1460
1483
|
}
|
|
1461
1484
|
},
|
|
1462
1485
|
{
|
|
1463
|
-
"name": "
|
|
1486
|
+
"name": "width",
|
|
1464
1487
|
"annotation": {
|
|
1465
|
-
"type": "
|
|
1466
|
-
"
|
|
1467
|
-
"type": "identifier",
|
|
1468
|
-
"name": "GeneralIconProps"
|
|
1469
|
-
}
|
|
1488
|
+
"type": "keyword",
|
|
1489
|
+
"value": "string"
|
|
1470
1490
|
}
|
|
1471
|
-
}
|
|
1472
|
-
],
|
|
1473
|
-
"events": [],
|
|
1474
|
-
"methods": []
|
|
1475
|
-
},
|
|
1476
|
-
"eo-carousel-text": {
|
|
1477
|
-
"properties": [
|
|
1491
|
+
},
|
|
1478
1492
|
{
|
|
1479
|
-
"name": "
|
|
1493
|
+
"name": "stepTitle",
|
|
1480
1494
|
"annotation": {
|
|
1481
1495
|
"type": "keyword",
|
|
1482
1496
|
"value": "string"
|
|
1483
1497
|
}
|
|
1484
1498
|
},
|
|
1485
1499
|
{
|
|
1486
|
-
"name": "
|
|
1487
|
-
"annotation": {
|
|
1488
|
-
"type": "indexedAccess",
|
|
1489
|
-
"objectType": {
|
|
1490
|
-
"type": "reference",
|
|
1491
|
-
"typeName": {
|
|
1492
|
-
"type": "identifier",
|
|
1493
|
-
"name": "CSSProperties"
|
|
1494
|
-
}
|
|
1495
|
-
},
|
|
1496
|
-
"indexType": {
|
|
1497
|
-
"type": "jsLiteral",
|
|
1498
|
-
"value": "width"
|
|
1499
|
-
}
|
|
1500
|
-
}
|
|
1501
|
-
},
|
|
1502
|
-
{
|
|
1503
|
-
"name": "fontSize",
|
|
1504
|
-
"annotation": {
|
|
1505
|
-
"type": "indexedAccess",
|
|
1506
|
-
"objectType": {
|
|
1507
|
-
"type": "reference",
|
|
1508
|
-
"typeName": {
|
|
1509
|
-
"type": "identifier",
|
|
1510
|
-
"name": "CSSProperties"
|
|
1511
|
-
}
|
|
1512
|
-
},
|
|
1513
|
-
"indexType": {
|
|
1514
|
-
"type": "jsLiteral",
|
|
1515
|
-
"value": "fontSize"
|
|
1516
|
-
}
|
|
1517
|
-
}
|
|
1518
|
-
},
|
|
1519
|
-
{
|
|
1520
|
-
"name": "fontColor",
|
|
1521
|
-
"annotation": {
|
|
1522
|
-
"type": "indexedAccess",
|
|
1523
|
-
"objectType": {
|
|
1524
|
-
"type": "reference",
|
|
1525
|
-
"typeName": {
|
|
1526
|
-
"type": "identifier",
|
|
1527
|
-
"name": "CSSProperties"
|
|
1528
|
-
}
|
|
1529
|
-
},
|
|
1530
|
-
"indexType": {
|
|
1531
|
-
"type": "jsLiteral",
|
|
1532
|
-
"value": "color"
|
|
1533
|
-
}
|
|
1534
|
-
}
|
|
1535
|
-
},
|
|
1536
|
-
{
|
|
1537
|
-
"name": "speed",
|
|
1538
|
-
"annotation": {
|
|
1539
|
-
"type": "keyword",
|
|
1540
|
-
"value": "number"
|
|
1541
|
-
}
|
|
1542
|
-
}
|
|
1543
|
-
],
|
|
1544
|
-
"events": [],
|
|
1545
|
-
"methods": []
|
|
1546
|
-
},
|
|
1547
|
-
"eo-loading-step": {
|
|
1548
|
-
"properties": [
|
|
1549
|
-
{
|
|
1550
|
-
"name": "visible",
|
|
1551
|
-
"annotation": {
|
|
1552
|
-
"type": "keyword",
|
|
1553
|
-
"value": "boolean"
|
|
1554
|
-
}
|
|
1555
|
-
},
|
|
1556
|
-
{
|
|
1557
|
-
"name": "width",
|
|
1558
|
-
"annotation": {
|
|
1559
|
-
"type": "keyword",
|
|
1560
|
-
"value": "string"
|
|
1561
|
-
}
|
|
1562
|
-
},
|
|
1563
|
-
{
|
|
1564
|
-
"name": "stepTitle",
|
|
1565
|
-
"annotation": {
|
|
1566
|
-
"type": "keyword",
|
|
1567
|
-
"value": "string"
|
|
1568
|
-
}
|
|
1569
|
-
},
|
|
1570
|
-
{
|
|
1571
|
-
"name": "stepList",
|
|
1500
|
+
"name": "stepList",
|
|
1572
1501
|
"annotation": {
|
|
1573
1502
|
"type": "array",
|
|
1574
1503
|
"elementType": {
|
|
@@ -1653,58 +1582,187 @@
|
|
|
1653
1582
|
}
|
|
1654
1583
|
]
|
|
1655
1584
|
},
|
|
1656
|
-
"eo-
|
|
1585
|
+
"eo-current-time": {
|
|
1657
1586
|
"properties": [
|
|
1658
1587
|
{
|
|
1659
|
-
"name": "
|
|
1588
|
+
"name": "format",
|
|
1589
|
+
"annotation": {
|
|
1590
|
+
"type": "keyword",
|
|
1591
|
+
"value": "string"
|
|
1592
|
+
}
|
|
1593
|
+
},
|
|
1594
|
+
{
|
|
1595
|
+
"name": "icon",
|
|
1660
1596
|
"annotation": {
|
|
1661
1597
|
"type": "reference",
|
|
1662
1598
|
"typeName": {
|
|
1663
1599
|
"type": "identifier",
|
|
1664
|
-
"name": "
|
|
1600
|
+
"name": "GeneralIconProps"
|
|
1665
1601
|
}
|
|
1666
1602
|
}
|
|
1667
|
-
}
|
|
1603
|
+
}
|
|
1604
|
+
],
|
|
1605
|
+
"events": [],
|
|
1606
|
+
"methods": []
|
|
1607
|
+
},
|
|
1608
|
+
"eo-carousel-text": {
|
|
1609
|
+
"properties": [
|
|
1668
1610
|
{
|
|
1669
|
-
"name": "
|
|
1611
|
+
"name": "text",
|
|
1670
1612
|
"annotation": {
|
|
1671
1613
|
"type": "keyword",
|
|
1672
|
-
"value": "
|
|
1614
|
+
"value": "string"
|
|
1673
1615
|
}
|
|
1674
1616
|
},
|
|
1675
1617
|
{
|
|
1676
|
-
"name": "
|
|
1618
|
+
"name": "containerWidth",
|
|
1619
|
+
"annotation": {
|
|
1620
|
+
"type": "indexedAccess",
|
|
1621
|
+
"objectType": {
|
|
1622
|
+
"type": "reference",
|
|
1623
|
+
"typeName": {
|
|
1624
|
+
"type": "identifier",
|
|
1625
|
+
"name": "CSSProperties"
|
|
1626
|
+
}
|
|
1627
|
+
},
|
|
1628
|
+
"indexType": {
|
|
1629
|
+
"type": "jsLiteral",
|
|
1630
|
+
"value": "width"
|
|
1631
|
+
}
|
|
1632
|
+
}
|
|
1633
|
+
},
|
|
1634
|
+
{
|
|
1635
|
+
"name": "fontSize",
|
|
1636
|
+
"annotation": {
|
|
1637
|
+
"type": "indexedAccess",
|
|
1638
|
+
"objectType": {
|
|
1639
|
+
"type": "reference",
|
|
1640
|
+
"typeName": {
|
|
1641
|
+
"type": "identifier",
|
|
1642
|
+
"name": "CSSProperties"
|
|
1643
|
+
}
|
|
1644
|
+
},
|
|
1645
|
+
"indexType": {
|
|
1646
|
+
"type": "jsLiteral",
|
|
1647
|
+
"value": "fontSize"
|
|
1648
|
+
}
|
|
1649
|
+
}
|
|
1650
|
+
},
|
|
1651
|
+
{
|
|
1652
|
+
"name": "fontColor",
|
|
1653
|
+
"annotation": {
|
|
1654
|
+
"type": "indexedAccess",
|
|
1655
|
+
"objectType": {
|
|
1656
|
+
"type": "reference",
|
|
1657
|
+
"typeName": {
|
|
1658
|
+
"type": "identifier",
|
|
1659
|
+
"name": "CSSProperties"
|
|
1660
|
+
}
|
|
1661
|
+
},
|
|
1662
|
+
"indexType": {
|
|
1663
|
+
"type": "jsLiteral",
|
|
1664
|
+
"value": "color"
|
|
1665
|
+
}
|
|
1666
|
+
}
|
|
1667
|
+
},
|
|
1668
|
+
{
|
|
1669
|
+
"name": "speed",
|
|
1677
1670
|
"annotation": {
|
|
1678
1671
|
"type": "keyword",
|
|
1679
|
-
"value": "
|
|
1672
|
+
"value": "number"
|
|
1673
|
+
}
|
|
1674
|
+
}
|
|
1675
|
+
],
|
|
1676
|
+
"events": [],
|
|
1677
|
+
"methods": []
|
|
1678
|
+
},
|
|
1679
|
+
"eo-humanize-time": {
|
|
1680
|
+
"properties": [
|
|
1681
|
+
{
|
|
1682
|
+
"name": "value",
|
|
1683
|
+
"annotation": {
|
|
1684
|
+
"type": "union",
|
|
1685
|
+
"types": [
|
|
1686
|
+
{
|
|
1687
|
+
"type": "keyword",
|
|
1688
|
+
"value": "number"
|
|
1689
|
+
},
|
|
1690
|
+
{
|
|
1691
|
+
"type": "keyword",
|
|
1692
|
+
"value": "string"
|
|
1693
|
+
}
|
|
1694
|
+
]
|
|
1680
1695
|
}
|
|
1681
1696
|
},
|
|
1682
1697
|
{
|
|
1683
|
-
"name": "
|
|
1698
|
+
"name": "inputFormat",
|
|
1684
1699
|
"annotation": {
|
|
1685
1700
|
"type": "keyword",
|
|
1686
|
-
"value": "
|
|
1701
|
+
"value": "string"
|
|
1687
1702
|
}
|
|
1688
1703
|
},
|
|
1689
1704
|
{
|
|
1690
|
-
"name": "
|
|
1705
|
+
"name": "outputFormat",
|
|
1691
1706
|
"annotation": {
|
|
1692
1707
|
"type": "keyword",
|
|
1693
1708
|
"value": "string"
|
|
1694
1709
|
}
|
|
1695
1710
|
},
|
|
1696
1711
|
{
|
|
1697
|
-
"name": "
|
|
1712
|
+
"name": "type",
|
|
1713
|
+
"annotation": {
|
|
1714
|
+
"type": "union",
|
|
1715
|
+
"types": [
|
|
1716
|
+
{
|
|
1717
|
+
"type": "jsLiteral",
|
|
1718
|
+
"value": "datetime"
|
|
1719
|
+
},
|
|
1720
|
+
{
|
|
1721
|
+
"type": "jsLiteral",
|
|
1722
|
+
"value": "date"
|
|
1723
|
+
}
|
|
1724
|
+
]
|
|
1725
|
+
}
|
|
1726
|
+
},
|
|
1727
|
+
{
|
|
1728
|
+
"name": "isCostTime",
|
|
1698
1729
|
"annotation": {
|
|
1699
1730
|
"type": "keyword",
|
|
1700
1731
|
"value": "boolean"
|
|
1701
1732
|
}
|
|
1702
1733
|
},
|
|
1703
1734
|
{
|
|
1704
|
-
"name": "
|
|
1735
|
+
"name": "formatter",
|
|
1736
|
+
"annotation": {
|
|
1737
|
+
"type": "reference",
|
|
1738
|
+
"typeName": {
|
|
1739
|
+
"type": "identifier",
|
|
1740
|
+
"name": "HumanizeTimeFormat"
|
|
1741
|
+
}
|
|
1742
|
+
}
|
|
1743
|
+
},
|
|
1744
|
+
{
|
|
1745
|
+
"name": "isMicrosecond",
|
|
1705
1746
|
"annotation": {
|
|
1706
1747
|
"type": "keyword",
|
|
1707
|
-
"value": "
|
|
1748
|
+
"value": "boolean"
|
|
1749
|
+
}
|
|
1750
|
+
},
|
|
1751
|
+
{
|
|
1752
|
+
"name": "isMillisecond",
|
|
1753
|
+
"annotation": {
|
|
1754
|
+
"type": "keyword",
|
|
1755
|
+
"value": "boolean"
|
|
1756
|
+
}
|
|
1757
|
+
},
|
|
1758
|
+
{
|
|
1759
|
+
"name": "link",
|
|
1760
|
+
"annotation": {
|
|
1761
|
+
"type": "reference",
|
|
1762
|
+
"typeName": {
|
|
1763
|
+
"type": "identifier",
|
|
1764
|
+
"name": "LinkInfo"
|
|
1765
|
+
}
|
|
1708
1766
|
}
|
|
1709
1767
|
}
|
|
1710
1768
|
],
|
|
@@ -1712,52 +1770,36 @@
|
|
|
1712
1770
|
"methods": [],
|
|
1713
1771
|
"types": [
|
|
1714
1772
|
{
|
|
1715
|
-
"type": "
|
|
1716
|
-
"name": "
|
|
1717
|
-
"
|
|
1773
|
+
"type": "interface",
|
|
1774
|
+
"name": "LinkInfo",
|
|
1775
|
+
"body": [
|
|
1718
1776
|
{
|
|
1719
|
-
"type": "
|
|
1720
|
-
"
|
|
1721
|
-
"type": "
|
|
1722
|
-
"
|
|
1777
|
+
"type": "propertySignature",
|
|
1778
|
+
"key": {
|
|
1779
|
+
"type": "identifier",
|
|
1780
|
+
"name": "url"
|
|
1723
1781
|
},
|
|
1724
|
-
"
|
|
1725
|
-
"type": "
|
|
1726
|
-
"value": "
|
|
1727
|
-
}
|
|
1728
|
-
},
|
|
1729
|
-
{
|
|
1730
|
-
"type": "enumMember",
|
|
1731
|
-
"id": {
|
|
1732
|
-
"type": "jsLiteral",
|
|
1733
|
-
"value": "INFO"
|
|
1782
|
+
"annotation": {
|
|
1783
|
+
"type": "keyword",
|
|
1784
|
+
"value": "string"
|
|
1734
1785
|
},
|
|
1735
|
-
"
|
|
1736
|
-
"type": "jsLiteral",
|
|
1737
|
-
"value": "info"
|
|
1738
|
-
}
|
|
1786
|
+
"computed": false
|
|
1739
1787
|
},
|
|
1740
1788
|
{
|
|
1741
|
-
"type": "
|
|
1742
|
-
"
|
|
1743
|
-
"type": "
|
|
1744
|
-
"
|
|
1789
|
+
"type": "propertySignature",
|
|
1790
|
+
"key": {
|
|
1791
|
+
"type": "identifier",
|
|
1792
|
+
"name": "target"
|
|
1745
1793
|
},
|
|
1746
|
-
"
|
|
1747
|
-
"type": "
|
|
1748
|
-
"
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
"type": "enumMember",
|
|
1753
|
-
"id": {
|
|
1754
|
-
"type": "jsLiteral",
|
|
1755
|
-
"value": "ERROR"
|
|
1794
|
+
"annotation": {
|
|
1795
|
+
"type": "reference",
|
|
1796
|
+
"typeName": {
|
|
1797
|
+
"type": "identifier",
|
|
1798
|
+
"name": "Target"
|
|
1799
|
+
}
|
|
1756
1800
|
},
|
|
1757
|
-
"
|
|
1758
|
-
|
|
1759
|
-
"value": "error"
|
|
1760
|
-
}
|
|
1801
|
+
"optional": true,
|
|
1802
|
+
"computed": false
|
|
1761
1803
|
}
|
|
1762
1804
|
]
|
|
1763
1805
|
}
|
|
@@ -2018,93 +2060,58 @@
|
|
|
2018
2060
|
}
|
|
2019
2061
|
]
|
|
2020
2062
|
},
|
|
2021
|
-
"eo-
|
|
2063
|
+
"eo-alert": {
|
|
2022
2064
|
"properties": [
|
|
2023
2065
|
{
|
|
2024
|
-
"name": "
|
|
2066
|
+
"name": "type",
|
|
2025
2067
|
"annotation": {
|
|
2026
|
-
"type": "
|
|
2027
|
-
"
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
},
|
|
2032
|
-
{
|
|
2033
|
-
"type": "keyword",
|
|
2034
|
-
"value": "string"
|
|
2035
|
-
}
|
|
2036
|
-
]
|
|
2068
|
+
"type": "reference",
|
|
2069
|
+
"typeName": {
|
|
2070
|
+
"type": "identifier",
|
|
2071
|
+
"name": "AlertType"
|
|
2072
|
+
}
|
|
2037
2073
|
}
|
|
2038
2074
|
},
|
|
2039
2075
|
{
|
|
2040
|
-
"name": "
|
|
2076
|
+
"name": "hasTitle",
|
|
2041
2077
|
"annotation": {
|
|
2042
2078
|
"type": "keyword",
|
|
2043
|
-
"value": "
|
|
2079
|
+
"value": "boolean"
|
|
2044
2080
|
}
|
|
2045
2081
|
},
|
|
2046
2082
|
{
|
|
2047
|
-
"name": "
|
|
2083
|
+
"name": "showIcon",
|
|
2048
2084
|
"annotation": {
|
|
2049
2085
|
"type": "keyword",
|
|
2050
|
-
"value": "
|
|
2051
|
-
}
|
|
2052
|
-
},
|
|
2053
|
-
{
|
|
2054
|
-
"name": "type",
|
|
2055
|
-
"annotation": {
|
|
2056
|
-
"type": "union",
|
|
2057
|
-
"types": [
|
|
2058
|
-
{
|
|
2059
|
-
"type": "jsLiteral",
|
|
2060
|
-
"value": "datetime"
|
|
2061
|
-
},
|
|
2062
|
-
{
|
|
2063
|
-
"type": "jsLiteral",
|
|
2064
|
-
"value": "date"
|
|
2065
|
-
}
|
|
2066
|
-
]
|
|
2086
|
+
"value": "boolean"
|
|
2067
2087
|
}
|
|
2068
2088
|
},
|
|
2069
2089
|
{
|
|
2070
|
-
"name": "
|
|
2090
|
+
"name": "closable",
|
|
2071
2091
|
"annotation": {
|
|
2072
2092
|
"type": "keyword",
|
|
2073
2093
|
"value": "boolean"
|
|
2074
2094
|
}
|
|
2075
2095
|
},
|
|
2076
2096
|
{
|
|
2077
|
-
"name": "
|
|
2078
|
-
"annotation": {
|
|
2079
|
-
"type": "reference",
|
|
2080
|
-
"typeName": {
|
|
2081
|
-
"type": "identifier",
|
|
2082
|
-
"name": "HumanizeTimeFormat"
|
|
2083
|
-
}
|
|
2084
|
-
}
|
|
2085
|
-
},
|
|
2086
|
-
{
|
|
2087
|
-
"name": "isMicrosecond",
|
|
2097
|
+
"name": "localStorageKey",
|
|
2088
2098
|
"annotation": {
|
|
2089
2099
|
"type": "keyword",
|
|
2090
|
-
"value": "
|
|
2100
|
+
"value": "string"
|
|
2091
2101
|
}
|
|
2092
2102
|
},
|
|
2093
2103
|
{
|
|
2094
|
-
"name": "
|
|
2104
|
+
"name": "disableUrlNamespace",
|
|
2095
2105
|
"annotation": {
|
|
2096
2106
|
"type": "keyword",
|
|
2097
2107
|
"value": "boolean"
|
|
2098
2108
|
}
|
|
2099
2109
|
},
|
|
2100
2110
|
{
|
|
2101
|
-
"name": "
|
|
2111
|
+
"name": "textContent",
|
|
2102
2112
|
"annotation": {
|
|
2103
|
-
"type": "
|
|
2104
|
-
"
|
|
2105
|
-
"type": "identifier",
|
|
2106
|
-
"name": "LinkInfo"
|
|
2107
|
-
}
|
|
2113
|
+
"type": "keyword",
|
|
2114
|
+
"value": "string"
|
|
2108
2115
|
}
|
|
2109
2116
|
}
|
|
2110
2117
|
],
|
|
@@ -2112,36 +2119,52 @@
|
|
|
2112
2119
|
"methods": [],
|
|
2113
2120
|
"types": [
|
|
2114
2121
|
{
|
|
2115
|
-
"type": "
|
|
2116
|
-
"name": "
|
|
2117
|
-
"
|
|
2122
|
+
"type": "enum",
|
|
2123
|
+
"name": "AlertType",
|
|
2124
|
+
"members": [
|
|
2118
2125
|
{
|
|
2119
|
-
"type": "
|
|
2120
|
-
"
|
|
2121
|
-
"type": "
|
|
2122
|
-
"
|
|
2126
|
+
"type": "enumMember",
|
|
2127
|
+
"id": {
|
|
2128
|
+
"type": "jsLiteral",
|
|
2129
|
+
"value": "SUCCESS"
|
|
2123
2130
|
},
|
|
2124
|
-
"
|
|
2125
|
-
"type": "
|
|
2126
|
-
"value": "
|
|
2131
|
+
"initializer": {
|
|
2132
|
+
"type": "jsLiteral",
|
|
2133
|
+
"value": "success"
|
|
2134
|
+
}
|
|
2135
|
+
},
|
|
2136
|
+
{
|
|
2137
|
+
"type": "enumMember",
|
|
2138
|
+
"id": {
|
|
2139
|
+
"type": "jsLiteral",
|
|
2140
|
+
"value": "INFO"
|
|
2127
2141
|
},
|
|
2128
|
-
"
|
|
2142
|
+
"initializer": {
|
|
2143
|
+
"type": "jsLiteral",
|
|
2144
|
+
"value": "info"
|
|
2145
|
+
}
|
|
2129
2146
|
},
|
|
2130
2147
|
{
|
|
2131
|
-
"type": "
|
|
2132
|
-
"
|
|
2133
|
-
"type": "
|
|
2134
|
-
"
|
|
2148
|
+
"type": "enumMember",
|
|
2149
|
+
"id": {
|
|
2150
|
+
"type": "jsLiteral",
|
|
2151
|
+
"value": "WARNING"
|
|
2135
2152
|
},
|
|
2136
|
-
"
|
|
2137
|
-
"type": "
|
|
2138
|
-
"
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
|
|
2153
|
+
"initializer": {
|
|
2154
|
+
"type": "jsLiteral",
|
|
2155
|
+
"value": "warning"
|
|
2156
|
+
}
|
|
2157
|
+
},
|
|
2158
|
+
{
|
|
2159
|
+
"type": "enumMember",
|
|
2160
|
+
"id": {
|
|
2161
|
+
"type": "jsLiteral",
|
|
2162
|
+
"value": "ERROR"
|
|
2142
2163
|
},
|
|
2143
|
-
"
|
|
2144
|
-
|
|
2164
|
+
"initializer": {
|
|
2165
|
+
"type": "jsLiteral",
|
|
2166
|
+
"value": "error"
|
|
2167
|
+
}
|
|
2145
2168
|
}
|
|
2146
2169
|
]
|
|
2147
2170
|
}
|