@next-bricks/presentational 1.20.0 → 1.20.1
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.46145334.js → 7082.2b6f2b19.js} +2 -2
- package/dist/chunks/{7082.46145334.js.map → 7082.2b6f2b19.js.map} +1 -1
- package/dist/chunks/{eo-card-item.ff85935a.js → eo-card-item.6feda942.js} +3 -3
- package/dist/chunks/{eo-card-item.ff85935a.js.map → eo-card-item.6feda942.js.map} +1 -1
- package/dist/chunks/{main.12cfdc5c.js → main.76111566.js} +2 -2
- package/dist/chunks/{main.12cfdc5c.js.map → main.76111566.js.map} +1 -1
- package/dist/examples.json +12 -12
- package/dist/{index.ea66813e.js → index.88406423.js} +2 -2
- package/dist/{index.ea66813e.js.map → index.88406423.js.map} +1 -1
- package/dist/manifest.json +266 -266
- package/dist/types.json +450 -450
- package/package.json +2 -2
- /package/dist/chunks/{eo-card-item.ff85935a.js.LICENSE.txt → eo-card-item.6feda942.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -814,6 +814,109 @@
|
|
|
814
814
|
}
|
|
815
815
|
]
|
|
816
816
|
},
|
|
817
|
+
"eo-divider": {
|
|
818
|
+
"properties": [
|
|
819
|
+
{
|
|
820
|
+
"name": "orientation",
|
|
821
|
+
"annotation": {
|
|
822
|
+
"type": "reference",
|
|
823
|
+
"typeName": {
|
|
824
|
+
"type": "identifier",
|
|
825
|
+
"name": "OrientationType"
|
|
826
|
+
}
|
|
827
|
+
}
|
|
828
|
+
},
|
|
829
|
+
{
|
|
830
|
+
"name": "dashed",
|
|
831
|
+
"annotation": {
|
|
832
|
+
"type": "keyword",
|
|
833
|
+
"value": "boolean"
|
|
834
|
+
}
|
|
835
|
+
},
|
|
836
|
+
{
|
|
837
|
+
"name": "type",
|
|
838
|
+
"annotation": {
|
|
839
|
+
"type": "reference",
|
|
840
|
+
"typeName": {
|
|
841
|
+
"type": "identifier",
|
|
842
|
+
"name": "dividerType"
|
|
843
|
+
}
|
|
844
|
+
}
|
|
845
|
+
},
|
|
846
|
+
{
|
|
847
|
+
"name": "proportion",
|
|
848
|
+
"annotation": {
|
|
849
|
+
"type": "tuple",
|
|
850
|
+
"elementTypes": [
|
|
851
|
+
{
|
|
852
|
+
"type": "keyword",
|
|
853
|
+
"value": "number"
|
|
854
|
+
},
|
|
855
|
+
{
|
|
856
|
+
"type": "keyword",
|
|
857
|
+
"value": "number"
|
|
858
|
+
}
|
|
859
|
+
]
|
|
860
|
+
}
|
|
861
|
+
},
|
|
862
|
+
{
|
|
863
|
+
"name": "dividerStyle",
|
|
864
|
+
"annotation": {
|
|
865
|
+
"type": "reference",
|
|
866
|
+
"typeName": {
|
|
867
|
+
"type": "identifier",
|
|
868
|
+
"name": "CSSProperties"
|
|
869
|
+
}
|
|
870
|
+
}
|
|
871
|
+
}
|
|
872
|
+
],
|
|
873
|
+
"events": [],
|
|
874
|
+
"methods": [],
|
|
875
|
+
"types": [
|
|
876
|
+
{
|
|
877
|
+
"type": "typeAlias",
|
|
878
|
+
"name": "OrientationType",
|
|
879
|
+
"annotation": {
|
|
880
|
+
"type": "union",
|
|
881
|
+
"types": [
|
|
882
|
+
{
|
|
883
|
+
"type": "jsLiteral",
|
|
884
|
+
"value": "left"
|
|
885
|
+
},
|
|
886
|
+
{
|
|
887
|
+
"type": "jsLiteral",
|
|
888
|
+
"value": "center"
|
|
889
|
+
},
|
|
890
|
+
{
|
|
891
|
+
"type": "jsLiteral",
|
|
892
|
+
"value": "right"
|
|
893
|
+
}
|
|
894
|
+
]
|
|
895
|
+
}
|
|
896
|
+
},
|
|
897
|
+
{
|
|
898
|
+
"type": "typeAlias",
|
|
899
|
+
"name": "dividerType",
|
|
900
|
+
"annotation": {
|
|
901
|
+
"type": "union",
|
|
902
|
+
"types": [
|
|
903
|
+
{
|
|
904
|
+
"type": "jsLiteral",
|
|
905
|
+
"value": "horizontal"
|
|
906
|
+
},
|
|
907
|
+
{
|
|
908
|
+
"type": "jsLiteral",
|
|
909
|
+
"value": "vertical"
|
|
910
|
+
},
|
|
911
|
+
{
|
|
912
|
+
"type": "jsLiteral",
|
|
913
|
+
"value": "radiation"
|
|
914
|
+
}
|
|
915
|
+
]
|
|
916
|
+
}
|
|
917
|
+
}
|
|
918
|
+
]
|
|
919
|
+
},
|
|
817
920
|
"eo-info-card-item": {
|
|
818
921
|
"properties": [
|
|
819
922
|
{
|
|
@@ -1017,124 +1120,153 @@
|
|
|
1017
1120
|
}
|
|
1018
1121
|
]
|
|
1019
1122
|
},
|
|
1020
|
-
"eo-
|
|
1123
|
+
"eo-loading-step": {
|
|
1021
1124
|
"properties": [
|
|
1022
1125
|
{
|
|
1023
|
-
"name": "
|
|
1126
|
+
"name": "visible",
|
|
1024
1127
|
"annotation": {
|
|
1025
|
-
"type": "
|
|
1026
|
-
"
|
|
1027
|
-
"type": "identifier",
|
|
1028
|
-
"name": "OrientationType"
|
|
1029
|
-
}
|
|
1128
|
+
"type": "keyword",
|
|
1129
|
+
"value": "boolean"
|
|
1030
1130
|
}
|
|
1031
1131
|
},
|
|
1032
1132
|
{
|
|
1033
|
-
"name": "
|
|
1133
|
+
"name": "width",
|
|
1034
1134
|
"annotation": {
|
|
1035
1135
|
"type": "keyword",
|
|
1036
|
-
"value": "
|
|
1136
|
+
"value": "string"
|
|
1037
1137
|
}
|
|
1038
1138
|
},
|
|
1039
1139
|
{
|
|
1040
|
-
"name": "
|
|
1140
|
+
"name": "stepTitle",
|
|
1041
1141
|
"annotation": {
|
|
1042
|
-
"type": "
|
|
1043
|
-
"
|
|
1044
|
-
"type": "identifier",
|
|
1045
|
-
"name": "dividerType"
|
|
1046
|
-
}
|
|
1142
|
+
"type": "keyword",
|
|
1143
|
+
"value": "string"
|
|
1047
1144
|
}
|
|
1048
1145
|
},
|
|
1049
1146
|
{
|
|
1050
|
-
"name": "
|
|
1147
|
+
"name": "stepList",
|
|
1051
1148
|
"annotation": {
|
|
1052
|
-
"type": "
|
|
1053
|
-
"
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
"
|
|
1057
|
-
|
|
1058
|
-
{
|
|
1059
|
-
"type": "keyword",
|
|
1060
|
-
"value": "number"
|
|
1149
|
+
"type": "array",
|
|
1150
|
+
"elementType": {
|
|
1151
|
+
"type": "reference",
|
|
1152
|
+
"typeName": {
|
|
1153
|
+
"type": "identifier",
|
|
1154
|
+
"name": "StepItem"
|
|
1061
1155
|
}
|
|
1062
|
-
|
|
1156
|
+
}
|
|
1063
1157
|
}
|
|
1064
1158
|
},
|
|
1065
1159
|
{
|
|
1066
|
-
"name": "
|
|
1160
|
+
"name": "curStep",
|
|
1067
1161
|
"annotation": {
|
|
1068
|
-
"type": "
|
|
1069
|
-
"
|
|
1070
|
-
|
|
1071
|
-
|
|
1162
|
+
"type": "keyword",
|
|
1163
|
+
"value": "string"
|
|
1164
|
+
}
|
|
1165
|
+
}
|
|
1166
|
+
],
|
|
1167
|
+
"events": [
|
|
1168
|
+
{
|
|
1169
|
+
"name": "open",
|
|
1170
|
+
"detail": {
|
|
1171
|
+
"annotation": {
|
|
1172
|
+
"type": "keyword",
|
|
1173
|
+
"value": "void"
|
|
1174
|
+
}
|
|
1175
|
+
}
|
|
1176
|
+
},
|
|
1177
|
+
{
|
|
1178
|
+
"name": "close",
|
|
1179
|
+
"detail": {
|
|
1180
|
+
"annotation": {
|
|
1181
|
+
"type": "keyword",
|
|
1182
|
+
"value": "void"
|
|
1072
1183
|
}
|
|
1073
1184
|
}
|
|
1074
1185
|
}
|
|
1075
1186
|
],
|
|
1076
|
-
"
|
|
1077
|
-
|
|
1187
|
+
"methods": [
|
|
1188
|
+
{
|
|
1189
|
+
"name": "open",
|
|
1190
|
+
"params": [],
|
|
1191
|
+
"returns": {}
|
|
1192
|
+
},
|
|
1193
|
+
{
|
|
1194
|
+
"name": "close",
|
|
1195
|
+
"params": [],
|
|
1196
|
+
"returns": {}
|
|
1197
|
+
}
|
|
1198
|
+
],
|
|
1078
1199
|
"types": [
|
|
1079
1200
|
{
|
|
1080
|
-
"type": "
|
|
1081
|
-
"name": "
|
|
1082
|
-
"
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
{
|
|
1086
|
-
"type": "
|
|
1087
|
-
"
|
|
1201
|
+
"type": "interface",
|
|
1202
|
+
"name": "StepItem",
|
|
1203
|
+
"body": [
|
|
1204
|
+
{
|
|
1205
|
+
"type": "propertySignature",
|
|
1206
|
+
"key": {
|
|
1207
|
+
"type": "identifier",
|
|
1208
|
+
"name": "title"
|
|
1088
1209
|
},
|
|
1089
|
-
{
|
|
1090
|
-
"type": "
|
|
1091
|
-
"value": "
|
|
1210
|
+
"annotation": {
|
|
1211
|
+
"type": "keyword",
|
|
1212
|
+
"value": "string"
|
|
1092
1213
|
},
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
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"
|
|
1214
|
+
"computed": false
|
|
1215
|
+
},
|
|
1216
|
+
{
|
|
1217
|
+
"type": "propertySignature",
|
|
1218
|
+
"key": {
|
|
1219
|
+
"type": "identifier",
|
|
1220
|
+
"name": "key"
|
|
1109
1221
|
},
|
|
1110
|
-
{
|
|
1111
|
-
"type": "
|
|
1112
|
-
"value": "
|
|
1222
|
+
"annotation": {
|
|
1223
|
+
"type": "keyword",
|
|
1224
|
+
"value": "string"
|
|
1113
1225
|
},
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
}
|
|
1118
|
-
]
|
|
1119
|
-
}
|
|
1226
|
+
"computed": false
|
|
1227
|
+
}
|
|
1228
|
+
]
|
|
1120
1229
|
}
|
|
1121
1230
|
]
|
|
1122
1231
|
},
|
|
1123
|
-
"eo-
|
|
1232
|
+
"eo-current-time": {
|
|
1124
1233
|
"properties": [
|
|
1125
1234
|
{
|
|
1126
|
-
"name": "
|
|
1235
|
+
"name": "format",
|
|
1127
1236
|
"annotation": {
|
|
1128
1237
|
"type": "keyword",
|
|
1129
1238
|
"value": "string"
|
|
1130
1239
|
}
|
|
1131
1240
|
},
|
|
1132
1241
|
{
|
|
1133
|
-
"name": "
|
|
1242
|
+
"name": "icon",
|
|
1134
1243
|
"annotation": {
|
|
1135
|
-
"type": "
|
|
1136
|
-
"
|
|
1137
|
-
|
|
1244
|
+
"type": "reference",
|
|
1245
|
+
"typeName": {
|
|
1246
|
+
"type": "identifier",
|
|
1247
|
+
"name": "GeneralIconProps"
|
|
1248
|
+
}
|
|
1249
|
+
}
|
|
1250
|
+
}
|
|
1251
|
+
],
|
|
1252
|
+
"events": [],
|
|
1253
|
+
"methods": []
|
|
1254
|
+
},
|
|
1255
|
+
"eo-statistics-card": {
|
|
1256
|
+
"properties": [
|
|
1257
|
+
{
|
|
1258
|
+
"name": "cardTitle",
|
|
1259
|
+
"annotation": {
|
|
1260
|
+
"type": "keyword",
|
|
1261
|
+
"value": "string"
|
|
1262
|
+
}
|
|
1263
|
+
},
|
|
1264
|
+
{
|
|
1265
|
+
"name": "value",
|
|
1266
|
+
"annotation": {
|
|
1267
|
+
"type": "keyword",
|
|
1268
|
+
"value": "string"
|
|
1269
|
+
}
|
|
1138
1270
|
},
|
|
1139
1271
|
{
|
|
1140
1272
|
"name": "unit",
|
|
@@ -1466,401 +1598,78 @@
|
|
|
1466
1598
|
"type": "keyword",
|
|
1467
1599
|
"value": "boolean"
|
|
1468
1600
|
},
|
|
1469
|
-
"optional": true,
|
|
1470
|
-
"computed": false
|
|
1471
|
-
}
|
|
1472
|
-
]
|
|
1473
|
-
}
|
|
1474
|
-
]
|
|
1475
|
-
},
|
|
1476
|
-
"eo-
|
|
1477
|
-
"properties": [
|
|
1478
|
-
{
|
|
1479
|
-
"name": "visible",
|
|
1480
|
-
"annotation": {
|
|
1481
|
-
"type": "keyword",
|
|
1482
|
-
"value": "boolean"
|
|
1483
|
-
}
|
|
1484
|
-
},
|
|
1485
|
-
{
|
|
1486
|
-
"name": "width",
|
|
1487
|
-
"annotation": {
|
|
1488
|
-
"type": "keyword",
|
|
1489
|
-
"value": "string"
|
|
1490
|
-
}
|
|
1491
|
-
},
|
|
1492
|
-
{
|
|
1493
|
-
"name": "stepTitle",
|
|
1494
|
-
"annotation": {
|
|
1495
|
-
"type": "keyword",
|
|
1496
|
-
"value": "string"
|
|
1497
|
-
}
|
|
1498
|
-
},
|
|
1499
|
-
{
|
|
1500
|
-
"name": "stepList",
|
|
1501
|
-
"annotation": {
|
|
1502
|
-
"type": "array",
|
|
1503
|
-
"elementType": {
|
|
1504
|
-
"type": "reference",
|
|
1505
|
-
"typeName": {
|
|
1506
|
-
"type": "identifier",
|
|
1507
|
-
"name": "StepItem"
|
|
1508
|
-
}
|
|
1509
|
-
}
|
|
1510
|
-
}
|
|
1511
|
-
},
|
|
1512
|
-
{
|
|
1513
|
-
"name": "curStep",
|
|
1514
|
-
"annotation": {
|
|
1515
|
-
"type": "keyword",
|
|
1516
|
-
"value": "string"
|
|
1517
|
-
}
|
|
1518
|
-
}
|
|
1519
|
-
],
|
|
1520
|
-
"events": [
|
|
1521
|
-
{
|
|
1522
|
-
"name": "open",
|
|
1523
|
-
"detail": {
|
|
1524
|
-
"annotation": {
|
|
1525
|
-
"type": "keyword",
|
|
1526
|
-
"value": "void"
|
|
1527
|
-
}
|
|
1528
|
-
}
|
|
1529
|
-
},
|
|
1530
|
-
{
|
|
1531
|
-
"name": "close",
|
|
1532
|
-
"detail": {
|
|
1533
|
-
"annotation": {
|
|
1534
|
-
"type": "keyword",
|
|
1535
|
-
"value": "void"
|
|
1536
|
-
}
|
|
1537
|
-
}
|
|
1538
|
-
}
|
|
1539
|
-
],
|
|
1540
|
-
"methods": [
|
|
1541
|
-
{
|
|
1542
|
-
"name": "open",
|
|
1543
|
-
"params": [],
|
|
1544
|
-
"returns": {}
|
|
1545
|
-
},
|
|
1546
|
-
{
|
|
1547
|
-
"name": "close",
|
|
1548
|
-
"params": [],
|
|
1549
|
-
"returns": {}
|
|
1550
|
-
}
|
|
1551
|
-
],
|
|
1552
|
-
"types": [
|
|
1553
|
-
{
|
|
1554
|
-
"type": "interface",
|
|
1555
|
-
"name": "StepItem",
|
|
1556
|
-
"body": [
|
|
1557
|
-
{
|
|
1558
|
-
"type": "propertySignature",
|
|
1559
|
-
"key": {
|
|
1560
|
-
"type": "identifier",
|
|
1561
|
-
"name": "title"
|
|
1562
|
-
},
|
|
1563
|
-
"annotation": {
|
|
1564
|
-
"type": "keyword",
|
|
1565
|
-
"value": "string"
|
|
1566
|
-
},
|
|
1567
|
-
"computed": false
|
|
1568
|
-
},
|
|
1569
|
-
{
|
|
1570
|
-
"type": "propertySignature",
|
|
1571
|
-
"key": {
|
|
1572
|
-
"type": "identifier",
|
|
1573
|
-
"name": "key"
|
|
1574
|
-
},
|
|
1575
|
-
"annotation": {
|
|
1576
|
-
"type": "keyword",
|
|
1577
|
-
"value": "string"
|
|
1578
|
-
},
|
|
1579
|
-
"computed": false
|
|
1580
|
-
}
|
|
1581
|
-
]
|
|
1582
|
-
}
|
|
1583
|
-
]
|
|
1584
|
-
},
|
|
1585
|
-
"eo-current-time": {
|
|
1586
|
-
"properties": [
|
|
1587
|
-
{
|
|
1588
|
-
"name": "format",
|
|
1589
|
-
"annotation": {
|
|
1590
|
-
"type": "keyword",
|
|
1591
|
-
"value": "string"
|
|
1592
|
-
}
|
|
1593
|
-
},
|
|
1594
|
-
{
|
|
1595
|
-
"name": "icon",
|
|
1596
|
-
"annotation": {
|
|
1597
|
-
"type": "reference",
|
|
1598
|
-
"typeName": {
|
|
1599
|
-
"type": "identifier",
|
|
1600
|
-
"name": "GeneralIconProps"
|
|
1601
|
-
}
|
|
1602
|
-
}
|
|
1603
|
-
}
|
|
1604
|
-
],
|
|
1605
|
-
"events": [],
|
|
1606
|
-
"methods": []
|
|
1607
|
-
},
|
|
1608
|
-
"eo-carousel-text": {
|
|
1609
|
-
"properties": [
|
|
1610
|
-
{
|
|
1611
|
-
"name": "text",
|
|
1612
|
-
"annotation": {
|
|
1613
|
-
"type": "keyword",
|
|
1614
|
-
"value": "string"
|
|
1615
|
-
}
|
|
1616
|
-
},
|
|
1617
|
-
{
|
|
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",
|
|
1670
|
-
"annotation": {
|
|
1671
|
-
"type": "keyword",
|
|
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
|
-
]
|
|
1695
|
-
}
|
|
1696
|
-
},
|
|
1697
|
-
{
|
|
1698
|
-
"name": "inputFormat",
|
|
1699
|
-
"annotation": {
|
|
1700
|
-
"type": "keyword",
|
|
1701
|
-
"value": "string"
|
|
1702
|
-
}
|
|
1703
|
-
},
|
|
1704
|
-
{
|
|
1705
|
-
"name": "outputFormat",
|
|
1706
|
-
"annotation": {
|
|
1707
|
-
"type": "keyword",
|
|
1708
|
-
"value": "string"
|
|
1709
|
-
}
|
|
1710
|
-
},
|
|
1711
|
-
{
|
|
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",
|
|
1729
|
-
"annotation": {
|
|
1730
|
-
"type": "keyword",
|
|
1731
|
-
"value": "boolean"
|
|
1732
|
-
}
|
|
1733
|
-
},
|
|
1734
|
-
{
|
|
1735
|
-
"name": "formatter",
|
|
1736
|
-
"annotation": {
|
|
1737
|
-
"type": "reference",
|
|
1738
|
-
"typeName": {
|
|
1739
|
-
"type": "identifier",
|
|
1740
|
-
"name": "HumanizeTimeFormat"
|
|
1741
|
-
}
|
|
1742
|
-
}
|
|
1743
|
-
},
|
|
1744
|
-
{
|
|
1745
|
-
"name": "isMicrosecond",
|
|
1746
|
-
"annotation": {
|
|
1747
|
-
"type": "keyword",
|
|
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
|
-
}
|
|
1766
|
-
}
|
|
1767
|
-
}
|
|
1768
|
-
],
|
|
1769
|
-
"events": [],
|
|
1770
|
-
"methods": [],
|
|
1771
|
-
"types": [
|
|
1772
|
-
{
|
|
1773
|
-
"type": "interface",
|
|
1774
|
-
"name": "LinkInfo",
|
|
1775
|
-
"body": [
|
|
1776
|
-
{
|
|
1777
|
-
"type": "propertySignature",
|
|
1778
|
-
"key": {
|
|
1779
|
-
"type": "identifier",
|
|
1780
|
-
"name": "url"
|
|
1781
|
-
},
|
|
1782
|
-
"annotation": {
|
|
1783
|
-
"type": "keyword",
|
|
1784
|
-
"value": "string"
|
|
1785
|
-
},
|
|
1786
|
-
"computed": false
|
|
1787
|
-
},
|
|
1788
|
-
{
|
|
1789
|
-
"type": "propertySignature",
|
|
1790
|
-
"key": {
|
|
1791
|
-
"type": "identifier",
|
|
1792
|
-
"name": "target"
|
|
1793
|
-
},
|
|
1794
|
-
"annotation": {
|
|
1795
|
-
"type": "reference",
|
|
1796
|
-
"typeName": {
|
|
1797
|
-
"type": "identifier",
|
|
1798
|
-
"name": "Target"
|
|
1799
|
-
}
|
|
1800
|
-
},
|
|
1801
|
-
"optional": true,
|
|
1802
|
-
"computed": false
|
|
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
|
-
},
|
|
1601
|
+
"optional": true,
|
|
1602
|
+
"computed": false
|
|
1603
|
+
}
|
|
1604
|
+
]
|
|
1605
|
+
}
|
|
1606
|
+
]
|
|
1607
|
+
},
|
|
1608
|
+
"eo-carousel-text": {
|
|
1609
|
+
"properties": [
|
|
1831
1610
|
{
|
|
1832
|
-
"name": "
|
|
1611
|
+
"name": "text",
|
|
1833
1612
|
"annotation": {
|
|
1834
1613
|
"type": "keyword",
|
|
1835
|
-
"value": "
|
|
1614
|
+
"value": "string"
|
|
1836
1615
|
}
|
|
1837
1616
|
},
|
|
1838
1617
|
{
|
|
1839
|
-
"name": "
|
|
1618
|
+
"name": "containerWidth",
|
|
1840
1619
|
"annotation": {
|
|
1841
|
-
"type": "
|
|
1842
|
-
"
|
|
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
|
+
}
|
|
1843
1632
|
}
|
|
1844
1633
|
},
|
|
1845
1634
|
{
|
|
1846
|
-
"name": "
|
|
1635
|
+
"name": "fontSize",
|
|
1847
1636
|
"annotation": {
|
|
1848
|
-
"type": "
|
|
1849
|
-
"
|
|
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
|
+
}
|
|
1850
1649
|
}
|
|
1851
1650
|
},
|
|
1852
1651
|
{
|
|
1853
|
-
"name": "
|
|
1652
|
+
"name": "fontColor",
|
|
1854
1653
|
"annotation": {
|
|
1855
|
-
"type": "
|
|
1856
|
-
"
|
|
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
|
+
}
|
|
1857
1666
|
}
|
|
1858
1667
|
},
|
|
1859
1668
|
{
|
|
1860
|
-
"name": "
|
|
1669
|
+
"name": "speed",
|
|
1861
1670
|
"annotation": {
|
|
1862
1671
|
"type": "keyword",
|
|
1863
|
-
"value": "
|
|
1672
|
+
"value": "number"
|
|
1864
1673
|
}
|
|
1865
1674
|
}
|
|
1866
1675
|
],
|
|
@@ -2169,5 +1978,196 @@
|
|
|
2169
1978
|
]
|
|
2170
1979
|
}
|
|
2171
1980
|
]
|
|
1981
|
+
},
|
|
1982
|
+
"eo-code-display": {
|
|
1983
|
+
"properties": [
|
|
1984
|
+
{
|
|
1985
|
+
"name": "value",
|
|
1986
|
+
"annotation": {
|
|
1987
|
+
"type": "keyword",
|
|
1988
|
+
"value": "string"
|
|
1989
|
+
}
|
|
1990
|
+
},
|
|
1991
|
+
{
|
|
1992
|
+
"name": "language",
|
|
1993
|
+
"annotation": {
|
|
1994
|
+
"type": "keyword",
|
|
1995
|
+
"value": "string"
|
|
1996
|
+
}
|
|
1997
|
+
},
|
|
1998
|
+
{
|
|
1999
|
+
"name": "hideLineNumber",
|
|
2000
|
+
"annotation": {
|
|
2001
|
+
"type": "keyword",
|
|
2002
|
+
"value": "boolean"
|
|
2003
|
+
}
|
|
2004
|
+
},
|
|
2005
|
+
{
|
|
2006
|
+
"name": "maxLines",
|
|
2007
|
+
"annotation": {
|
|
2008
|
+
"type": "keyword",
|
|
2009
|
+
"value": "number"
|
|
2010
|
+
}
|
|
2011
|
+
},
|
|
2012
|
+
{
|
|
2013
|
+
"name": "minLines",
|
|
2014
|
+
"annotation": {
|
|
2015
|
+
"type": "keyword",
|
|
2016
|
+
"value": "number"
|
|
2017
|
+
}
|
|
2018
|
+
},
|
|
2019
|
+
{
|
|
2020
|
+
"name": "showCopyButton",
|
|
2021
|
+
"annotation": {
|
|
2022
|
+
"type": "keyword",
|
|
2023
|
+
"value": "boolean"
|
|
2024
|
+
}
|
|
2025
|
+
},
|
|
2026
|
+
{
|
|
2027
|
+
"name": "showExportButton",
|
|
2028
|
+
"annotation": {
|
|
2029
|
+
"type": "keyword",
|
|
2030
|
+
"value": "boolean"
|
|
2031
|
+
}
|
|
2032
|
+
},
|
|
2033
|
+
{
|
|
2034
|
+
"name": "exportFileName",
|
|
2035
|
+
"annotation": {
|
|
2036
|
+
"type": "keyword",
|
|
2037
|
+
"value": "string"
|
|
2038
|
+
}
|
|
2039
|
+
}
|
|
2040
|
+
],
|
|
2041
|
+
"events": [],
|
|
2042
|
+
"methods": []
|
|
2043
|
+
},
|
|
2044
|
+
"eo-humanize-time": {
|
|
2045
|
+
"properties": [
|
|
2046
|
+
{
|
|
2047
|
+
"name": "value",
|
|
2048
|
+
"annotation": {
|
|
2049
|
+
"type": "union",
|
|
2050
|
+
"types": [
|
|
2051
|
+
{
|
|
2052
|
+
"type": "keyword",
|
|
2053
|
+
"value": "number"
|
|
2054
|
+
},
|
|
2055
|
+
{
|
|
2056
|
+
"type": "keyword",
|
|
2057
|
+
"value": "string"
|
|
2058
|
+
}
|
|
2059
|
+
]
|
|
2060
|
+
}
|
|
2061
|
+
},
|
|
2062
|
+
{
|
|
2063
|
+
"name": "inputFormat",
|
|
2064
|
+
"annotation": {
|
|
2065
|
+
"type": "keyword",
|
|
2066
|
+
"value": "string"
|
|
2067
|
+
}
|
|
2068
|
+
},
|
|
2069
|
+
{
|
|
2070
|
+
"name": "outputFormat",
|
|
2071
|
+
"annotation": {
|
|
2072
|
+
"type": "keyword",
|
|
2073
|
+
"value": "string"
|
|
2074
|
+
}
|
|
2075
|
+
},
|
|
2076
|
+
{
|
|
2077
|
+
"name": "type",
|
|
2078
|
+
"annotation": {
|
|
2079
|
+
"type": "union",
|
|
2080
|
+
"types": [
|
|
2081
|
+
{
|
|
2082
|
+
"type": "jsLiteral",
|
|
2083
|
+
"value": "datetime"
|
|
2084
|
+
},
|
|
2085
|
+
{
|
|
2086
|
+
"type": "jsLiteral",
|
|
2087
|
+
"value": "date"
|
|
2088
|
+
}
|
|
2089
|
+
]
|
|
2090
|
+
}
|
|
2091
|
+
},
|
|
2092
|
+
{
|
|
2093
|
+
"name": "isCostTime",
|
|
2094
|
+
"annotation": {
|
|
2095
|
+
"type": "keyword",
|
|
2096
|
+
"value": "boolean"
|
|
2097
|
+
}
|
|
2098
|
+
},
|
|
2099
|
+
{
|
|
2100
|
+
"name": "formatter",
|
|
2101
|
+
"annotation": {
|
|
2102
|
+
"type": "reference",
|
|
2103
|
+
"typeName": {
|
|
2104
|
+
"type": "identifier",
|
|
2105
|
+
"name": "HumanizeTimeFormat"
|
|
2106
|
+
}
|
|
2107
|
+
}
|
|
2108
|
+
},
|
|
2109
|
+
{
|
|
2110
|
+
"name": "isMicrosecond",
|
|
2111
|
+
"annotation": {
|
|
2112
|
+
"type": "keyword",
|
|
2113
|
+
"value": "boolean"
|
|
2114
|
+
}
|
|
2115
|
+
},
|
|
2116
|
+
{
|
|
2117
|
+
"name": "isMillisecond",
|
|
2118
|
+
"annotation": {
|
|
2119
|
+
"type": "keyword",
|
|
2120
|
+
"value": "boolean"
|
|
2121
|
+
}
|
|
2122
|
+
},
|
|
2123
|
+
{
|
|
2124
|
+
"name": "link",
|
|
2125
|
+
"annotation": {
|
|
2126
|
+
"type": "reference",
|
|
2127
|
+
"typeName": {
|
|
2128
|
+
"type": "identifier",
|
|
2129
|
+
"name": "LinkInfo"
|
|
2130
|
+
}
|
|
2131
|
+
}
|
|
2132
|
+
}
|
|
2133
|
+
],
|
|
2134
|
+
"events": [],
|
|
2135
|
+
"methods": [],
|
|
2136
|
+
"types": [
|
|
2137
|
+
{
|
|
2138
|
+
"type": "interface",
|
|
2139
|
+
"name": "LinkInfo",
|
|
2140
|
+
"body": [
|
|
2141
|
+
{
|
|
2142
|
+
"type": "propertySignature",
|
|
2143
|
+
"key": {
|
|
2144
|
+
"type": "identifier",
|
|
2145
|
+
"name": "url"
|
|
2146
|
+
},
|
|
2147
|
+
"annotation": {
|
|
2148
|
+
"type": "keyword",
|
|
2149
|
+
"value": "string"
|
|
2150
|
+
},
|
|
2151
|
+
"computed": false
|
|
2152
|
+
},
|
|
2153
|
+
{
|
|
2154
|
+
"type": "propertySignature",
|
|
2155
|
+
"key": {
|
|
2156
|
+
"type": "identifier",
|
|
2157
|
+
"name": "target"
|
|
2158
|
+
},
|
|
2159
|
+
"annotation": {
|
|
2160
|
+
"type": "reference",
|
|
2161
|
+
"typeName": {
|
|
2162
|
+
"type": "identifier",
|
|
2163
|
+
"name": "Target"
|
|
2164
|
+
}
|
|
2165
|
+
},
|
|
2166
|
+
"optional": true,
|
|
2167
|
+
"computed": false
|
|
2168
|
+
}
|
|
2169
|
+
]
|
|
2170
|
+
}
|
|
2171
|
+
]
|
|
2172
2172
|
}
|
|
2173
2173
|
}
|