@next-bricks/presentational 1.18.0 → 1.19.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 +27 -27
- package/dist/chunks/7082.89e0b700.js +2 -0
- package/dist/chunks/7082.89e0b700.js.map +1 -0
- package/dist/chunks/eo-card-item.9599f171.js +3 -0
- package/dist/chunks/eo-card-item.9599f171.js.map +1 -0
- package/dist/chunks/{main.c95b405c.js → main.1112a8b0.js} +2 -2
- package/dist/chunks/{main.c95b405c.js.map → main.1112a8b0.js.map} +1 -1
- package/dist/examples.json +14 -14
- package/dist/{index.c2be5a3a.js → index.8703558e.js} +2 -2
- package/dist/{index.c2be5a3a.js.map → index.8703558e.js.map} +1 -1
- package/dist/manifest.json +312 -307
- package/dist/types.json +346 -339
- package/dist-types/card-item/index.d.ts +5 -0
- package/docs/eo-card-item.md +62 -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.9599f171.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -459,6 +459,13 @@
|
|
|
459
459
|
"value": "string"
|
|
460
460
|
}
|
|
461
461
|
},
|
|
462
|
+
{
|
|
463
|
+
"name": "stacked",
|
|
464
|
+
"annotation": {
|
|
465
|
+
"type": "keyword",
|
|
466
|
+
"value": "boolean"
|
|
467
|
+
}
|
|
468
|
+
},
|
|
462
469
|
{
|
|
463
470
|
"name": "cardStyle",
|
|
464
471
|
"annotation": {
|
|
@@ -791,109 +798,6 @@
|
|
|
791
798
|
}
|
|
792
799
|
]
|
|
793
800
|
},
|
|
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
801
|
"eo-info-card-item": {
|
|
898
802
|
"properties": [
|
|
899
803
|
{
|
|
@@ -1097,6 +1001,109 @@
|
|
|
1097
1001
|
}
|
|
1098
1002
|
]
|
|
1099
1003
|
},
|
|
1004
|
+
"eo-divider": {
|
|
1005
|
+
"properties": [
|
|
1006
|
+
{
|
|
1007
|
+
"name": "orientation",
|
|
1008
|
+
"annotation": {
|
|
1009
|
+
"type": "reference",
|
|
1010
|
+
"typeName": {
|
|
1011
|
+
"type": "identifier",
|
|
1012
|
+
"name": "OrientationType"
|
|
1013
|
+
}
|
|
1014
|
+
}
|
|
1015
|
+
},
|
|
1016
|
+
{
|
|
1017
|
+
"name": "dashed",
|
|
1018
|
+
"annotation": {
|
|
1019
|
+
"type": "keyword",
|
|
1020
|
+
"value": "boolean"
|
|
1021
|
+
}
|
|
1022
|
+
},
|
|
1023
|
+
{
|
|
1024
|
+
"name": "type",
|
|
1025
|
+
"annotation": {
|
|
1026
|
+
"type": "reference",
|
|
1027
|
+
"typeName": {
|
|
1028
|
+
"type": "identifier",
|
|
1029
|
+
"name": "dividerType"
|
|
1030
|
+
}
|
|
1031
|
+
}
|
|
1032
|
+
},
|
|
1033
|
+
{
|
|
1034
|
+
"name": "proportion",
|
|
1035
|
+
"annotation": {
|
|
1036
|
+
"type": "tuple",
|
|
1037
|
+
"elementTypes": [
|
|
1038
|
+
{
|
|
1039
|
+
"type": "keyword",
|
|
1040
|
+
"value": "number"
|
|
1041
|
+
},
|
|
1042
|
+
{
|
|
1043
|
+
"type": "keyword",
|
|
1044
|
+
"value": "number"
|
|
1045
|
+
}
|
|
1046
|
+
]
|
|
1047
|
+
}
|
|
1048
|
+
},
|
|
1049
|
+
{
|
|
1050
|
+
"name": "dividerStyle",
|
|
1051
|
+
"annotation": {
|
|
1052
|
+
"type": "reference",
|
|
1053
|
+
"typeName": {
|
|
1054
|
+
"type": "identifier",
|
|
1055
|
+
"name": "CSSProperties"
|
|
1056
|
+
}
|
|
1057
|
+
}
|
|
1058
|
+
}
|
|
1059
|
+
],
|
|
1060
|
+
"events": [],
|
|
1061
|
+
"methods": [],
|
|
1062
|
+
"types": [
|
|
1063
|
+
{
|
|
1064
|
+
"type": "typeAlias",
|
|
1065
|
+
"name": "OrientationType",
|
|
1066
|
+
"annotation": {
|
|
1067
|
+
"type": "union",
|
|
1068
|
+
"types": [
|
|
1069
|
+
{
|
|
1070
|
+
"type": "jsLiteral",
|
|
1071
|
+
"value": "left"
|
|
1072
|
+
},
|
|
1073
|
+
{
|
|
1074
|
+
"type": "jsLiteral",
|
|
1075
|
+
"value": "center"
|
|
1076
|
+
},
|
|
1077
|
+
{
|
|
1078
|
+
"type": "jsLiteral",
|
|
1079
|
+
"value": "right"
|
|
1080
|
+
}
|
|
1081
|
+
]
|
|
1082
|
+
}
|
|
1083
|
+
},
|
|
1084
|
+
{
|
|
1085
|
+
"type": "typeAlias",
|
|
1086
|
+
"name": "dividerType",
|
|
1087
|
+
"annotation": {
|
|
1088
|
+
"type": "union",
|
|
1089
|
+
"types": [
|
|
1090
|
+
{
|
|
1091
|
+
"type": "jsLiteral",
|
|
1092
|
+
"value": "horizontal"
|
|
1093
|
+
},
|
|
1094
|
+
{
|
|
1095
|
+
"type": "jsLiteral",
|
|
1096
|
+
"value": "vertical"
|
|
1097
|
+
},
|
|
1098
|
+
{
|
|
1099
|
+
"type": "jsLiteral",
|
|
1100
|
+
"value": "radiation"
|
|
1101
|
+
}
|
|
1102
|
+
]
|
|
1103
|
+
}
|
|
1104
|
+
}
|
|
1105
|
+
]
|
|
1106
|
+
},
|
|
1100
1107
|
"eo-statistics-card": {
|
|
1101
1108
|
"properties": [
|
|
1102
1109
|
{
|
|
@@ -1450,138 +1457,44 @@
|
|
|
1450
1457
|
}
|
|
1451
1458
|
]
|
|
1452
1459
|
},
|
|
1453
|
-
"eo-
|
|
1460
|
+
"eo-loading-step": {
|
|
1454
1461
|
"properties": [
|
|
1455
1462
|
{
|
|
1456
|
-
"name": "
|
|
1463
|
+
"name": "visible",
|
|
1457
1464
|
"annotation": {
|
|
1458
1465
|
"type": "keyword",
|
|
1459
|
-
"value": "
|
|
1466
|
+
"value": "boolean"
|
|
1460
1467
|
}
|
|
1461
1468
|
},
|
|
1462
1469
|
{
|
|
1463
|
-
"name": "
|
|
1470
|
+
"name": "width",
|
|
1464
1471
|
"annotation": {
|
|
1465
|
-
"type": "
|
|
1466
|
-
"
|
|
1467
|
-
"type": "identifier",
|
|
1468
|
-
"name": "GeneralIconProps"
|
|
1469
|
-
}
|
|
1472
|
+
"type": "keyword",
|
|
1473
|
+
"value": "string"
|
|
1470
1474
|
}
|
|
1471
|
-
}
|
|
1472
|
-
],
|
|
1473
|
-
"events": [],
|
|
1474
|
-
"methods": []
|
|
1475
|
-
},
|
|
1476
|
-
"eo-carousel-text": {
|
|
1477
|
-
"properties": [
|
|
1475
|
+
},
|
|
1478
1476
|
{
|
|
1479
|
-
"name": "
|
|
1477
|
+
"name": "stepTitle",
|
|
1480
1478
|
"annotation": {
|
|
1481
1479
|
"type": "keyword",
|
|
1482
1480
|
"value": "string"
|
|
1483
1481
|
}
|
|
1484
1482
|
},
|
|
1485
1483
|
{
|
|
1486
|
-
"name": "
|
|
1484
|
+
"name": "stepList",
|
|
1487
1485
|
"annotation": {
|
|
1488
|
-
"type": "
|
|
1489
|
-
"
|
|
1486
|
+
"type": "array",
|
|
1487
|
+
"elementType": {
|
|
1490
1488
|
"type": "reference",
|
|
1491
1489
|
"typeName": {
|
|
1492
1490
|
"type": "identifier",
|
|
1493
|
-
"name": "
|
|
1491
|
+
"name": "StepItem"
|
|
1494
1492
|
}
|
|
1495
|
-
},
|
|
1496
|
-
"indexType": {
|
|
1497
|
-
"type": "jsLiteral",
|
|
1498
|
-
"value": "width"
|
|
1499
1493
|
}
|
|
1500
1494
|
}
|
|
1501
1495
|
},
|
|
1502
1496
|
{
|
|
1503
|
-
"name": "
|
|
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",
|
|
1572
|
-
"annotation": {
|
|
1573
|
-
"type": "array",
|
|
1574
|
-
"elementType": {
|
|
1575
|
-
"type": "reference",
|
|
1576
|
-
"typeName": {
|
|
1577
|
-
"type": "identifier",
|
|
1578
|
-
"name": "StepItem"
|
|
1579
|
-
}
|
|
1580
|
-
}
|
|
1581
|
-
}
|
|
1582
|
-
},
|
|
1583
|
-
{
|
|
1584
|
-
"name": "curStep",
|
|
1497
|
+
"name": "curStep",
|
|
1585
1498
|
"annotation": {
|
|
1586
1499
|
"type": "keyword",
|
|
1587
1500
|
"value": "string"
|
|
@@ -1653,173 +1566,95 @@
|
|
|
1653
1566
|
}
|
|
1654
1567
|
]
|
|
1655
1568
|
},
|
|
1656
|
-
"eo-
|
|
1569
|
+
"eo-current-time": {
|
|
1657
1570
|
"properties": [
|
|
1658
1571
|
{
|
|
1659
|
-
"name": "
|
|
1660
|
-
"annotation": {
|
|
1661
|
-
"type": "reference",
|
|
1662
|
-
"typeName": {
|
|
1663
|
-
"type": "identifier",
|
|
1664
|
-
"name": "AlertType"
|
|
1665
|
-
}
|
|
1666
|
-
}
|
|
1667
|
-
},
|
|
1668
|
-
{
|
|
1669
|
-
"name": "hasTitle",
|
|
1670
|
-
"annotation": {
|
|
1671
|
-
"type": "keyword",
|
|
1672
|
-
"value": "boolean"
|
|
1673
|
-
}
|
|
1674
|
-
},
|
|
1675
|
-
{
|
|
1676
|
-
"name": "showIcon",
|
|
1677
|
-
"annotation": {
|
|
1678
|
-
"type": "keyword",
|
|
1679
|
-
"value": "boolean"
|
|
1680
|
-
}
|
|
1681
|
-
},
|
|
1682
|
-
{
|
|
1683
|
-
"name": "closable",
|
|
1684
|
-
"annotation": {
|
|
1685
|
-
"type": "keyword",
|
|
1686
|
-
"value": "boolean"
|
|
1687
|
-
}
|
|
1688
|
-
},
|
|
1689
|
-
{
|
|
1690
|
-
"name": "localStorageKey",
|
|
1572
|
+
"name": "format",
|
|
1691
1573
|
"annotation": {
|
|
1692
1574
|
"type": "keyword",
|
|
1693
1575
|
"value": "string"
|
|
1694
1576
|
}
|
|
1695
1577
|
},
|
|
1696
1578
|
{
|
|
1697
|
-
"name": "
|
|
1698
|
-
"annotation": {
|
|
1699
|
-
"type": "keyword",
|
|
1700
|
-
"value": "boolean"
|
|
1701
|
-
}
|
|
1702
|
-
},
|
|
1703
|
-
{
|
|
1704
|
-
"name": "textContent",
|
|
1579
|
+
"name": "icon",
|
|
1705
1580
|
"annotation": {
|
|
1706
|
-
"type": "
|
|
1707
|
-
"
|
|
1581
|
+
"type": "reference",
|
|
1582
|
+
"typeName": {
|
|
1583
|
+
"type": "identifier",
|
|
1584
|
+
"name": "GeneralIconProps"
|
|
1585
|
+
}
|
|
1708
1586
|
}
|
|
1709
1587
|
}
|
|
1710
1588
|
],
|
|
1711
1589
|
"events": [],
|
|
1712
|
-
"methods": []
|
|
1713
|
-
"types": [
|
|
1714
|
-
{
|
|
1715
|
-
"type": "enum",
|
|
1716
|
-
"name": "AlertType",
|
|
1717
|
-
"members": [
|
|
1718
|
-
{
|
|
1719
|
-
"type": "enumMember",
|
|
1720
|
-
"id": {
|
|
1721
|
-
"type": "jsLiteral",
|
|
1722
|
-
"value": "SUCCESS"
|
|
1723
|
-
},
|
|
1724
|
-
"initializer": {
|
|
1725
|
-
"type": "jsLiteral",
|
|
1726
|
-
"value": "success"
|
|
1727
|
-
}
|
|
1728
|
-
},
|
|
1729
|
-
{
|
|
1730
|
-
"type": "enumMember",
|
|
1731
|
-
"id": {
|
|
1732
|
-
"type": "jsLiteral",
|
|
1733
|
-
"value": "INFO"
|
|
1734
|
-
},
|
|
1735
|
-
"initializer": {
|
|
1736
|
-
"type": "jsLiteral",
|
|
1737
|
-
"value": "info"
|
|
1738
|
-
}
|
|
1739
|
-
},
|
|
1740
|
-
{
|
|
1741
|
-
"type": "enumMember",
|
|
1742
|
-
"id": {
|
|
1743
|
-
"type": "jsLiteral",
|
|
1744
|
-
"value": "WARNING"
|
|
1745
|
-
},
|
|
1746
|
-
"initializer": {
|
|
1747
|
-
"type": "jsLiteral",
|
|
1748
|
-
"value": "warning"
|
|
1749
|
-
}
|
|
1750
|
-
},
|
|
1751
|
-
{
|
|
1752
|
-
"type": "enumMember",
|
|
1753
|
-
"id": {
|
|
1754
|
-
"type": "jsLiteral",
|
|
1755
|
-
"value": "ERROR"
|
|
1756
|
-
},
|
|
1757
|
-
"initializer": {
|
|
1758
|
-
"type": "jsLiteral",
|
|
1759
|
-
"value": "error"
|
|
1760
|
-
}
|
|
1761
|
-
}
|
|
1762
|
-
]
|
|
1763
|
-
}
|
|
1764
|
-
]
|
|
1590
|
+
"methods": []
|
|
1765
1591
|
},
|
|
1766
|
-
"eo-
|
|
1592
|
+
"eo-carousel-text": {
|
|
1767
1593
|
"properties": [
|
|
1768
1594
|
{
|
|
1769
|
-
"name": "
|
|
1595
|
+
"name": "text",
|
|
1770
1596
|
"annotation": {
|
|
1771
1597
|
"type": "keyword",
|
|
1772
1598
|
"value": "string"
|
|
1773
1599
|
}
|
|
1774
1600
|
},
|
|
1775
1601
|
{
|
|
1776
|
-
"name": "
|
|
1602
|
+
"name": "containerWidth",
|
|
1777
1603
|
"annotation": {
|
|
1778
|
-
"type": "
|
|
1779
|
-
"
|
|
1604
|
+
"type": "indexedAccess",
|
|
1605
|
+
"objectType": {
|
|
1606
|
+
"type": "reference",
|
|
1607
|
+
"typeName": {
|
|
1608
|
+
"type": "identifier",
|
|
1609
|
+
"name": "CSSProperties"
|
|
1610
|
+
}
|
|
1611
|
+
},
|
|
1612
|
+
"indexType": {
|
|
1613
|
+
"type": "jsLiteral",
|
|
1614
|
+
"value": "width"
|
|
1615
|
+
}
|
|
1780
1616
|
}
|
|
1781
1617
|
},
|
|
1782
1618
|
{
|
|
1783
|
-
"name": "
|
|
1619
|
+
"name": "fontSize",
|
|
1784
1620
|
"annotation": {
|
|
1785
|
-
"type": "
|
|
1786
|
-
"
|
|
1621
|
+
"type": "indexedAccess",
|
|
1622
|
+
"objectType": {
|
|
1623
|
+
"type": "reference",
|
|
1624
|
+
"typeName": {
|
|
1625
|
+
"type": "identifier",
|
|
1626
|
+
"name": "CSSProperties"
|
|
1627
|
+
}
|
|
1628
|
+
},
|
|
1629
|
+
"indexType": {
|
|
1630
|
+
"type": "jsLiteral",
|
|
1631
|
+
"value": "fontSize"
|
|
1632
|
+
}
|
|
1787
1633
|
}
|
|
1788
1634
|
},
|
|
1789
1635
|
{
|
|
1790
|
-
"name": "
|
|
1636
|
+
"name": "fontColor",
|
|
1791
1637
|
"annotation": {
|
|
1792
|
-
"type": "
|
|
1793
|
-
"
|
|
1638
|
+
"type": "indexedAccess",
|
|
1639
|
+
"objectType": {
|
|
1640
|
+
"type": "reference",
|
|
1641
|
+
"typeName": {
|
|
1642
|
+
"type": "identifier",
|
|
1643
|
+
"name": "CSSProperties"
|
|
1644
|
+
}
|
|
1645
|
+
},
|
|
1646
|
+
"indexType": {
|
|
1647
|
+
"type": "jsLiteral",
|
|
1648
|
+
"value": "color"
|
|
1649
|
+
}
|
|
1794
1650
|
}
|
|
1795
1651
|
},
|
|
1796
1652
|
{
|
|
1797
|
-
"name": "
|
|
1653
|
+
"name": "speed",
|
|
1798
1654
|
"annotation": {
|
|
1799
1655
|
"type": "keyword",
|
|
1800
1656
|
"value": "number"
|
|
1801
1657
|
}
|
|
1802
|
-
},
|
|
1803
|
-
{
|
|
1804
|
-
"name": "showCopyButton",
|
|
1805
|
-
"annotation": {
|
|
1806
|
-
"type": "keyword",
|
|
1807
|
-
"value": "boolean"
|
|
1808
|
-
}
|
|
1809
|
-
},
|
|
1810
|
-
{
|
|
1811
|
-
"name": "showExportButton",
|
|
1812
|
-
"annotation": {
|
|
1813
|
-
"type": "keyword",
|
|
1814
|
-
"value": "boolean"
|
|
1815
|
-
}
|
|
1816
|
-
},
|
|
1817
|
-
{
|
|
1818
|
-
"name": "exportFileName",
|
|
1819
|
-
"annotation": {
|
|
1820
|
-
"type": "keyword",
|
|
1821
|
-
"value": "string"
|
|
1822
|
-
}
|
|
1823
1658
|
}
|
|
1824
1659
|
],
|
|
1825
1660
|
"events": [],
|
|
@@ -2018,6 +1853,178 @@
|
|
|
2018
1853
|
}
|
|
2019
1854
|
]
|
|
2020
1855
|
},
|
|
1856
|
+
"eo-code-display": {
|
|
1857
|
+
"properties": [
|
|
1858
|
+
{
|
|
1859
|
+
"name": "value",
|
|
1860
|
+
"annotation": {
|
|
1861
|
+
"type": "keyword",
|
|
1862
|
+
"value": "string"
|
|
1863
|
+
}
|
|
1864
|
+
},
|
|
1865
|
+
{
|
|
1866
|
+
"name": "language",
|
|
1867
|
+
"annotation": {
|
|
1868
|
+
"type": "keyword",
|
|
1869
|
+
"value": "string"
|
|
1870
|
+
}
|
|
1871
|
+
},
|
|
1872
|
+
{
|
|
1873
|
+
"name": "hideLineNumber",
|
|
1874
|
+
"annotation": {
|
|
1875
|
+
"type": "keyword",
|
|
1876
|
+
"value": "boolean"
|
|
1877
|
+
}
|
|
1878
|
+
},
|
|
1879
|
+
{
|
|
1880
|
+
"name": "maxLines",
|
|
1881
|
+
"annotation": {
|
|
1882
|
+
"type": "keyword",
|
|
1883
|
+
"value": "number"
|
|
1884
|
+
}
|
|
1885
|
+
},
|
|
1886
|
+
{
|
|
1887
|
+
"name": "minLines",
|
|
1888
|
+
"annotation": {
|
|
1889
|
+
"type": "keyword",
|
|
1890
|
+
"value": "number"
|
|
1891
|
+
}
|
|
1892
|
+
},
|
|
1893
|
+
{
|
|
1894
|
+
"name": "showCopyButton",
|
|
1895
|
+
"annotation": {
|
|
1896
|
+
"type": "keyword",
|
|
1897
|
+
"value": "boolean"
|
|
1898
|
+
}
|
|
1899
|
+
},
|
|
1900
|
+
{
|
|
1901
|
+
"name": "showExportButton",
|
|
1902
|
+
"annotation": {
|
|
1903
|
+
"type": "keyword",
|
|
1904
|
+
"value": "boolean"
|
|
1905
|
+
}
|
|
1906
|
+
},
|
|
1907
|
+
{
|
|
1908
|
+
"name": "exportFileName",
|
|
1909
|
+
"annotation": {
|
|
1910
|
+
"type": "keyword",
|
|
1911
|
+
"value": "string"
|
|
1912
|
+
}
|
|
1913
|
+
}
|
|
1914
|
+
],
|
|
1915
|
+
"events": [],
|
|
1916
|
+
"methods": []
|
|
1917
|
+
},
|
|
1918
|
+
"eo-alert": {
|
|
1919
|
+
"properties": [
|
|
1920
|
+
{
|
|
1921
|
+
"name": "type",
|
|
1922
|
+
"annotation": {
|
|
1923
|
+
"type": "reference",
|
|
1924
|
+
"typeName": {
|
|
1925
|
+
"type": "identifier",
|
|
1926
|
+
"name": "AlertType"
|
|
1927
|
+
}
|
|
1928
|
+
}
|
|
1929
|
+
},
|
|
1930
|
+
{
|
|
1931
|
+
"name": "hasTitle",
|
|
1932
|
+
"annotation": {
|
|
1933
|
+
"type": "keyword",
|
|
1934
|
+
"value": "boolean"
|
|
1935
|
+
}
|
|
1936
|
+
},
|
|
1937
|
+
{
|
|
1938
|
+
"name": "showIcon",
|
|
1939
|
+
"annotation": {
|
|
1940
|
+
"type": "keyword",
|
|
1941
|
+
"value": "boolean"
|
|
1942
|
+
}
|
|
1943
|
+
},
|
|
1944
|
+
{
|
|
1945
|
+
"name": "closable",
|
|
1946
|
+
"annotation": {
|
|
1947
|
+
"type": "keyword",
|
|
1948
|
+
"value": "boolean"
|
|
1949
|
+
}
|
|
1950
|
+
},
|
|
1951
|
+
{
|
|
1952
|
+
"name": "localStorageKey",
|
|
1953
|
+
"annotation": {
|
|
1954
|
+
"type": "keyword",
|
|
1955
|
+
"value": "string"
|
|
1956
|
+
}
|
|
1957
|
+
},
|
|
1958
|
+
{
|
|
1959
|
+
"name": "disableUrlNamespace",
|
|
1960
|
+
"annotation": {
|
|
1961
|
+
"type": "keyword",
|
|
1962
|
+
"value": "boolean"
|
|
1963
|
+
}
|
|
1964
|
+
},
|
|
1965
|
+
{
|
|
1966
|
+
"name": "textContent",
|
|
1967
|
+
"annotation": {
|
|
1968
|
+
"type": "keyword",
|
|
1969
|
+
"value": "string"
|
|
1970
|
+
}
|
|
1971
|
+
}
|
|
1972
|
+
],
|
|
1973
|
+
"events": [],
|
|
1974
|
+
"methods": [],
|
|
1975
|
+
"types": [
|
|
1976
|
+
{
|
|
1977
|
+
"type": "enum",
|
|
1978
|
+
"name": "AlertType",
|
|
1979
|
+
"members": [
|
|
1980
|
+
{
|
|
1981
|
+
"type": "enumMember",
|
|
1982
|
+
"id": {
|
|
1983
|
+
"type": "jsLiteral",
|
|
1984
|
+
"value": "SUCCESS"
|
|
1985
|
+
},
|
|
1986
|
+
"initializer": {
|
|
1987
|
+
"type": "jsLiteral",
|
|
1988
|
+
"value": "success"
|
|
1989
|
+
}
|
|
1990
|
+
},
|
|
1991
|
+
{
|
|
1992
|
+
"type": "enumMember",
|
|
1993
|
+
"id": {
|
|
1994
|
+
"type": "jsLiteral",
|
|
1995
|
+
"value": "INFO"
|
|
1996
|
+
},
|
|
1997
|
+
"initializer": {
|
|
1998
|
+
"type": "jsLiteral",
|
|
1999
|
+
"value": "info"
|
|
2000
|
+
}
|
|
2001
|
+
},
|
|
2002
|
+
{
|
|
2003
|
+
"type": "enumMember",
|
|
2004
|
+
"id": {
|
|
2005
|
+
"type": "jsLiteral",
|
|
2006
|
+
"value": "WARNING"
|
|
2007
|
+
},
|
|
2008
|
+
"initializer": {
|
|
2009
|
+
"type": "jsLiteral",
|
|
2010
|
+
"value": "warning"
|
|
2011
|
+
}
|
|
2012
|
+
},
|
|
2013
|
+
{
|
|
2014
|
+
"type": "enumMember",
|
|
2015
|
+
"id": {
|
|
2016
|
+
"type": "jsLiteral",
|
|
2017
|
+
"value": "ERROR"
|
|
2018
|
+
},
|
|
2019
|
+
"initializer": {
|
|
2020
|
+
"type": "jsLiteral",
|
|
2021
|
+
"value": "error"
|
|
2022
|
+
}
|
|
2023
|
+
}
|
|
2024
|
+
]
|
|
2025
|
+
}
|
|
2026
|
+
]
|
|
2027
|
+
},
|
|
2021
2028
|
"eo-humanize-time": {
|
|
2022
2029
|
"properties": [
|
|
2023
2030
|
{
|