@next-bricks/presentational 1.14.3 → 1.14.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bricks.json +21 -21
- package/dist/chunks/7082.6d6b2178.js +2 -0
- package/dist/chunks/7082.6d6b2178.js.map +1 -0
- package/dist/chunks/eo-descriptions.6841a63c.js +3 -0
- package/dist/chunks/eo-descriptions.6841a63c.js.map +1 -0
- package/dist/chunks/{main.38c43416.js → main.845e8965.js} +2 -2
- package/dist/chunks/{main.38c43416.js.map → main.845e8965.js.map} +1 -1
- package/dist/examples.json +11 -11
- package/dist/{index.c08d5ad1.js → index.5fe013d1.js} +2 -2
- package/dist/{index.c08d5ad1.js.map → index.5fe013d1.js.map} +1 -1
- package/dist/manifest.json +177 -177
- package/dist/types.json +419 -419
- package/package.json +2 -2
- package/dist/chunks/7082.8e4910e8.js +0 -2
- package/dist/chunks/7082.8e4910e8.js.map +0 -1
- package/dist/chunks/eo-descriptions.972f8d12.js +0 -3
- package/dist/chunks/eo-descriptions.972f8d12.js.map +0 -1
- /package/dist/chunks/{eo-descriptions.972f8d12.js.LICENSE.txt → eo-descriptions.6841a63c.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -831,6 +831,209 @@
|
|
|
831
831
|
}
|
|
832
832
|
]
|
|
833
833
|
},
|
|
834
|
+
"eo-info-card-item": {
|
|
835
|
+
"properties": [
|
|
836
|
+
{
|
|
837
|
+
"name": "cardTitle",
|
|
838
|
+
"annotation": {
|
|
839
|
+
"type": "keyword",
|
|
840
|
+
"value": "string"
|
|
841
|
+
}
|
|
842
|
+
},
|
|
843
|
+
{
|
|
844
|
+
"name": "description",
|
|
845
|
+
"annotation": {
|
|
846
|
+
"type": "keyword",
|
|
847
|
+
"value": "string"
|
|
848
|
+
}
|
|
849
|
+
},
|
|
850
|
+
{
|
|
851
|
+
"name": "url",
|
|
852
|
+
"annotation": {
|
|
853
|
+
"type": "keyword",
|
|
854
|
+
"value": "string"
|
|
855
|
+
}
|
|
856
|
+
},
|
|
857
|
+
{
|
|
858
|
+
"name": "cardIcon",
|
|
859
|
+
"annotation": {
|
|
860
|
+
"type": "reference",
|
|
861
|
+
"typeName": {
|
|
862
|
+
"type": "identifier",
|
|
863
|
+
"name": "IconAvatar"
|
|
864
|
+
}
|
|
865
|
+
}
|
|
866
|
+
},
|
|
867
|
+
{
|
|
868
|
+
"name": "detailList",
|
|
869
|
+
"annotation": {
|
|
870
|
+
"type": "array",
|
|
871
|
+
"elementType": {
|
|
872
|
+
"type": "reference",
|
|
873
|
+
"typeName": {
|
|
874
|
+
"type": "identifier",
|
|
875
|
+
"name": "InfoCardDetail"
|
|
876
|
+
}
|
|
877
|
+
}
|
|
878
|
+
}
|
|
879
|
+
},
|
|
880
|
+
{
|
|
881
|
+
"name": "target",
|
|
882
|
+
"annotation": {
|
|
883
|
+
"type": "indexedAccess",
|
|
884
|
+
"objectType": {
|
|
885
|
+
"type": "reference",
|
|
886
|
+
"typeName": {
|
|
887
|
+
"type": "identifier",
|
|
888
|
+
"name": "LinkProps"
|
|
889
|
+
}
|
|
890
|
+
},
|
|
891
|
+
"indexType": {
|
|
892
|
+
"type": "jsLiteral",
|
|
893
|
+
"value": "target"
|
|
894
|
+
}
|
|
895
|
+
}
|
|
896
|
+
}
|
|
897
|
+
],
|
|
898
|
+
"events": [],
|
|
899
|
+
"methods": [],
|
|
900
|
+
"types": [
|
|
901
|
+
{
|
|
902
|
+
"type": "interface",
|
|
903
|
+
"name": "IconAvatar",
|
|
904
|
+
"body": [
|
|
905
|
+
{
|
|
906
|
+
"type": "propertySignature",
|
|
907
|
+
"key": {
|
|
908
|
+
"type": "identifier",
|
|
909
|
+
"name": "icon"
|
|
910
|
+
},
|
|
911
|
+
"annotation": {
|
|
912
|
+
"type": "reference",
|
|
913
|
+
"typeName": {
|
|
914
|
+
"type": "identifier",
|
|
915
|
+
"name": "GeneralIconProps"
|
|
916
|
+
}
|
|
917
|
+
},
|
|
918
|
+
"computed": false
|
|
919
|
+
},
|
|
920
|
+
{
|
|
921
|
+
"type": "propertySignature",
|
|
922
|
+
"key": {
|
|
923
|
+
"type": "identifier",
|
|
924
|
+
"name": "color"
|
|
925
|
+
},
|
|
926
|
+
"annotation": {
|
|
927
|
+
"type": "keyword",
|
|
928
|
+
"value": "string"
|
|
929
|
+
},
|
|
930
|
+
"optional": true,
|
|
931
|
+
"computed": false
|
|
932
|
+
},
|
|
933
|
+
{
|
|
934
|
+
"type": "propertySignature",
|
|
935
|
+
"key": {
|
|
936
|
+
"type": "identifier",
|
|
937
|
+
"name": "size"
|
|
938
|
+
},
|
|
939
|
+
"annotation": {
|
|
940
|
+
"type": "keyword",
|
|
941
|
+
"value": "number"
|
|
942
|
+
},
|
|
943
|
+
"optional": true,
|
|
944
|
+
"computed": false
|
|
945
|
+
},
|
|
946
|
+
{
|
|
947
|
+
"type": "propertySignature",
|
|
948
|
+
"key": {
|
|
949
|
+
"type": "identifier",
|
|
950
|
+
"name": "shape"
|
|
951
|
+
},
|
|
952
|
+
"annotation": {
|
|
953
|
+
"type": "union",
|
|
954
|
+
"types": [
|
|
955
|
+
{
|
|
956
|
+
"type": "jsLiteral",
|
|
957
|
+
"value": "circle"
|
|
958
|
+
},
|
|
959
|
+
{
|
|
960
|
+
"type": "jsLiteral",
|
|
961
|
+
"value": "square"
|
|
962
|
+
},
|
|
963
|
+
{
|
|
964
|
+
"type": "jsLiteral",
|
|
965
|
+
"value": "round-square"
|
|
966
|
+
}
|
|
967
|
+
]
|
|
968
|
+
},
|
|
969
|
+
"optional": true,
|
|
970
|
+
"computed": false
|
|
971
|
+
},
|
|
972
|
+
{
|
|
973
|
+
"type": "propertySignature",
|
|
974
|
+
"key": {
|
|
975
|
+
"type": "identifier",
|
|
976
|
+
"name": "bgColor"
|
|
977
|
+
},
|
|
978
|
+
"annotation": {
|
|
979
|
+
"type": "keyword",
|
|
980
|
+
"value": "string"
|
|
981
|
+
},
|
|
982
|
+
"optional": true,
|
|
983
|
+
"computed": false
|
|
984
|
+
}
|
|
985
|
+
]
|
|
986
|
+
},
|
|
987
|
+
{
|
|
988
|
+
"type": "interface",
|
|
989
|
+
"name": "InfoCardDetail",
|
|
990
|
+
"body": [
|
|
991
|
+
{
|
|
992
|
+
"type": "propertySignature",
|
|
993
|
+
"key": {
|
|
994
|
+
"type": "identifier",
|
|
995
|
+
"name": "title"
|
|
996
|
+
},
|
|
997
|
+
"annotation": {
|
|
998
|
+
"type": "keyword",
|
|
999
|
+
"value": "string"
|
|
1000
|
+
},
|
|
1001
|
+
"optional": true,
|
|
1002
|
+
"computed": false
|
|
1003
|
+
},
|
|
1004
|
+
{
|
|
1005
|
+
"type": "propertySignature",
|
|
1006
|
+
"key": {
|
|
1007
|
+
"type": "identifier",
|
|
1008
|
+
"name": "desc"
|
|
1009
|
+
},
|
|
1010
|
+
"annotation": {
|
|
1011
|
+
"type": "keyword",
|
|
1012
|
+
"value": "string"
|
|
1013
|
+
},
|
|
1014
|
+
"optional": true,
|
|
1015
|
+
"computed": false
|
|
1016
|
+
},
|
|
1017
|
+
{
|
|
1018
|
+
"type": "propertySignature",
|
|
1019
|
+
"key": {
|
|
1020
|
+
"type": "identifier",
|
|
1021
|
+
"name": "useBrick"
|
|
1022
|
+
},
|
|
1023
|
+
"annotation": {
|
|
1024
|
+
"type": "reference",
|
|
1025
|
+
"typeName": {
|
|
1026
|
+
"type": "identifier",
|
|
1027
|
+
"name": "UseSingleBrickConf"
|
|
1028
|
+
}
|
|
1029
|
+
},
|
|
1030
|
+
"optional": true,
|
|
1031
|
+
"computed": false
|
|
1032
|
+
}
|
|
1033
|
+
]
|
|
1034
|
+
}
|
|
1035
|
+
]
|
|
1036
|
+
},
|
|
834
1037
|
"eo-statistics-card": {
|
|
835
1038
|
"properties": [
|
|
836
1039
|
{
|
|
@@ -1184,141 +1387,47 @@
|
|
|
1184
1387
|
}
|
|
1185
1388
|
]
|
|
1186
1389
|
},
|
|
1187
|
-
"eo-
|
|
1390
|
+
"eo-loading-step": {
|
|
1188
1391
|
"properties": [
|
|
1189
1392
|
{
|
|
1190
|
-
"name": "
|
|
1393
|
+
"name": "visible",
|
|
1191
1394
|
"annotation": {
|
|
1192
1395
|
"type": "keyword",
|
|
1193
|
-
"value": "
|
|
1396
|
+
"value": "boolean"
|
|
1194
1397
|
}
|
|
1195
1398
|
},
|
|
1196
1399
|
{
|
|
1197
|
-
"name": "
|
|
1400
|
+
"name": "width",
|
|
1198
1401
|
"annotation": {
|
|
1199
|
-
"type": "
|
|
1200
|
-
"
|
|
1201
|
-
"type": "identifier",
|
|
1202
|
-
"name": "GeneralIconProps"
|
|
1203
|
-
}
|
|
1402
|
+
"type": "keyword",
|
|
1403
|
+
"value": "string"
|
|
1204
1404
|
}
|
|
1205
|
-
}
|
|
1206
|
-
],
|
|
1207
|
-
"events": [],
|
|
1208
|
-
"methods": []
|
|
1209
|
-
},
|
|
1210
|
-
"eo-carousel-text": {
|
|
1211
|
-
"properties": [
|
|
1405
|
+
},
|
|
1212
1406
|
{
|
|
1213
|
-
"name": "
|
|
1407
|
+
"name": "stepTitle",
|
|
1214
1408
|
"annotation": {
|
|
1215
1409
|
"type": "keyword",
|
|
1216
1410
|
"value": "string"
|
|
1217
1411
|
}
|
|
1218
1412
|
},
|
|
1219
1413
|
{
|
|
1220
|
-
"name": "
|
|
1414
|
+
"name": "stepList",
|
|
1221
1415
|
"annotation": {
|
|
1222
|
-
"type": "
|
|
1223
|
-
"
|
|
1416
|
+
"type": "array",
|
|
1417
|
+
"elementType": {
|
|
1224
1418
|
"type": "reference",
|
|
1225
1419
|
"typeName": {
|
|
1226
1420
|
"type": "identifier",
|
|
1227
|
-
"name": "
|
|
1421
|
+
"name": "StepItem"
|
|
1228
1422
|
}
|
|
1229
|
-
},
|
|
1230
|
-
"indexType": {
|
|
1231
|
-
"type": "jsLiteral",
|
|
1232
|
-
"value": "width"
|
|
1233
1423
|
}
|
|
1234
1424
|
}
|
|
1235
1425
|
},
|
|
1236
1426
|
{
|
|
1237
|
-
"name": "
|
|
1427
|
+
"name": "curStep",
|
|
1238
1428
|
"annotation": {
|
|
1239
|
-
"type": "
|
|
1240
|
-
"
|
|
1241
|
-
"type": "reference",
|
|
1242
|
-
"typeName": {
|
|
1243
|
-
"type": "identifier",
|
|
1244
|
-
"name": "CSSProperties"
|
|
1245
|
-
}
|
|
1246
|
-
},
|
|
1247
|
-
"indexType": {
|
|
1248
|
-
"type": "jsLiteral",
|
|
1249
|
-
"value": "fontSize"
|
|
1250
|
-
}
|
|
1251
|
-
}
|
|
1252
|
-
},
|
|
1253
|
-
{
|
|
1254
|
-
"name": "fontColor",
|
|
1255
|
-
"annotation": {
|
|
1256
|
-
"type": "indexedAccess",
|
|
1257
|
-
"objectType": {
|
|
1258
|
-
"type": "reference",
|
|
1259
|
-
"typeName": {
|
|
1260
|
-
"type": "identifier",
|
|
1261
|
-
"name": "CSSProperties"
|
|
1262
|
-
}
|
|
1263
|
-
},
|
|
1264
|
-
"indexType": {
|
|
1265
|
-
"type": "jsLiteral",
|
|
1266
|
-
"value": "color"
|
|
1267
|
-
}
|
|
1268
|
-
}
|
|
1269
|
-
},
|
|
1270
|
-
{
|
|
1271
|
-
"name": "speed",
|
|
1272
|
-
"annotation": {
|
|
1273
|
-
"type": "keyword",
|
|
1274
|
-
"value": "number"
|
|
1275
|
-
}
|
|
1276
|
-
}
|
|
1277
|
-
],
|
|
1278
|
-
"events": [],
|
|
1279
|
-
"methods": []
|
|
1280
|
-
},
|
|
1281
|
-
"eo-loading-step": {
|
|
1282
|
-
"properties": [
|
|
1283
|
-
{
|
|
1284
|
-
"name": "visible",
|
|
1285
|
-
"annotation": {
|
|
1286
|
-
"type": "keyword",
|
|
1287
|
-
"value": "boolean"
|
|
1288
|
-
}
|
|
1289
|
-
},
|
|
1290
|
-
{
|
|
1291
|
-
"name": "width",
|
|
1292
|
-
"annotation": {
|
|
1293
|
-
"type": "keyword",
|
|
1294
|
-
"value": "string"
|
|
1295
|
-
}
|
|
1296
|
-
},
|
|
1297
|
-
{
|
|
1298
|
-
"name": "stepTitle",
|
|
1299
|
-
"annotation": {
|
|
1300
|
-
"type": "keyword",
|
|
1301
|
-
"value": "string"
|
|
1302
|
-
}
|
|
1303
|
-
},
|
|
1304
|
-
{
|
|
1305
|
-
"name": "stepList",
|
|
1306
|
-
"annotation": {
|
|
1307
|
-
"type": "array",
|
|
1308
|
-
"elementType": {
|
|
1309
|
-
"type": "reference",
|
|
1310
|
-
"typeName": {
|
|
1311
|
-
"type": "identifier",
|
|
1312
|
-
"name": "StepItem"
|
|
1313
|
-
}
|
|
1314
|
-
}
|
|
1315
|
-
}
|
|
1316
|
-
},
|
|
1317
|
-
{
|
|
1318
|
-
"name": "curStep",
|
|
1319
|
-
"annotation": {
|
|
1320
|
-
"type": "keyword",
|
|
1321
|
-
"value": "string"
|
|
1429
|
+
"type": "keyword",
|
|
1430
|
+
"value": "string"
|
|
1322
1431
|
}
|
|
1323
1432
|
}
|
|
1324
1433
|
],
|
|
@@ -1387,209 +1496,272 @@
|
|
|
1387
1496
|
}
|
|
1388
1497
|
]
|
|
1389
1498
|
},
|
|
1390
|
-
"eo-
|
|
1499
|
+
"eo-current-time": {
|
|
1391
1500
|
"properties": [
|
|
1392
1501
|
{
|
|
1393
|
-
"name": "
|
|
1502
|
+
"name": "format",
|
|
1394
1503
|
"annotation": {
|
|
1395
1504
|
"type": "keyword",
|
|
1396
1505
|
"value": "string"
|
|
1397
1506
|
}
|
|
1398
1507
|
},
|
|
1399
1508
|
{
|
|
1400
|
-
"name": "
|
|
1509
|
+
"name": "icon",
|
|
1401
1510
|
"annotation": {
|
|
1402
|
-
"type": "
|
|
1403
|
-
"
|
|
1511
|
+
"type": "reference",
|
|
1512
|
+
"typeName": {
|
|
1513
|
+
"type": "identifier",
|
|
1514
|
+
"name": "GeneralIconProps"
|
|
1515
|
+
}
|
|
1404
1516
|
}
|
|
1405
|
-
}
|
|
1517
|
+
}
|
|
1518
|
+
],
|
|
1519
|
+
"events": [],
|
|
1520
|
+
"methods": []
|
|
1521
|
+
},
|
|
1522
|
+
"eo-carousel-text": {
|
|
1523
|
+
"properties": [
|
|
1406
1524
|
{
|
|
1407
|
-
"name": "
|
|
1525
|
+
"name": "text",
|
|
1408
1526
|
"annotation": {
|
|
1409
1527
|
"type": "keyword",
|
|
1410
1528
|
"value": "string"
|
|
1411
1529
|
}
|
|
1412
1530
|
},
|
|
1413
1531
|
{
|
|
1414
|
-
"name": "
|
|
1532
|
+
"name": "containerWidth",
|
|
1415
1533
|
"annotation": {
|
|
1416
|
-
"type": "
|
|
1417
|
-
"
|
|
1418
|
-
"type": "
|
|
1419
|
-
"
|
|
1534
|
+
"type": "indexedAccess",
|
|
1535
|
+
"objectType": {
|
|
1536
|
+
"type": "reference",
|
|
1537
|
+
"typeName": {
|
|
1538
|
+
"type": "identifier",
|
|
1539
|
+
"name": "CSSProperties"
|
|
1540
|
+
}
|
|
1541
|
+
},
|
|
1542
|
+
"indexType": {
|
|
1543
|
+
"type": "jsLiteral",
|
|
1544
|
+
"value": "width"
|
|
1420
1545
|
}
|
|
1421
1546
|
}
|
|
1422
1547
|
},
|
|
1423
1548
|
{
|
|
1424
|
-
"name": "
|
|
1549
|
+
"name": "fontSize",
|
|
1425
1550
|
"annotation": {
|
|
1426
|
-
"type": "
|
|
1427
|
-
"
|
|
1551
|
+
"type": "indexedAccess",
|
|
1552
|
+
"objectType": {
|
|
1428
1553
|
"type": "reference",
|
|
1429
1554
|
"typeName": {
|
|
1430
1555
|
"type": "identifier",
|
|
1431
|
-
"name": "
|
|
1556
|
+
"name": "CSSProperties"
|
|
1432
1557
|
}
|
|
1558
|
+
},
|
|
1559
|
+
"indexType": {
|
|
1560
|
+
"type": "jsLiteral",
|
|
1561
|
+
"value": "fontSize"
|
|
1433
1562
|
}
|
|
1434
1563
|
}
|
|
1435
1564
|
},
|
|
1436
1565
|
{
|
|
1437
|
-
"name": "
|
|
1566
|
+
"name": "fontColor",
|
|
1438
1567
|
"annotation": {
|
|
1439
1568
|
"type": "indexedAccess",
|
|
1440
1569
|
"objectType": {
|
|
1441
1570
|
"type": "reference",
|
|
1442
1571
|
"typeName": {
|
|
1443
1572
|
"type": "identifier",
|
|
1444
|
-
"name": "
|
|
1573
|
+
"name": "CSSProperties"
|
|
1445
1574
|
}
|
|
1446
1575
|
},
|
|
1447
1576
|
"indexType": {
|
|
1448
1577
|
"type": "jsLiteral",
|
|
1449
|
-
"value": "
|
|
1578
|
+
"value": "color"
|
|
1579
|
+
}
|
|
1580
|
+
}
|
|
1581
|
+
},
|
|
1582
|
+
{
|
|
1583
|
+
"name": "speed",
|
|
1584
|
+
"annotation": {
|
|
1585
|
+
"type": "keyword",
|
|
1586
|
+
"value": "number"
|
|
1587
|
+
}
|
|
1588
|
+
}
|
|
1589
|
+
],
|
|
1590
|
+
"events": [],
|
|
1591
|
+
"methods": []
|
|
1592
|
+
},
|
|
1593
|
+
"eo-alert": {
|
|
1594
|
+
"properties": [
|
|
1595
|
+
{
|
|
1596
|
+
"name": "type",
|
|
1597
|
+
"annotation": {
|
|
1598
|
+
"type": "reference",
|
|
1599
|
+
"typeName": {
|
|
1600
|
+
"type": "identifier",
|
|
1601
|
+
"name": "AlertType"
|
|
1450
1602
|
}
|
|
1451
1603
|
}
|
|
1604
|
+
},
|
|
1605
|
+
{
|
|
1606
|
+
"name": "hasTitle",
|
|
1607
|
+
"annotation": {
|
|
1608
|
+
"type": "keyword",
|
|
1609
|
+
"value": "boolean"
|
|
1610
|
+
}
|
|
1611
|
+
},
|
|
1612
|
+
{
|
|
1613
|
+
"name": "showIcon",
|
|
1614
|
+
"annotation": {
|
|
1615
|
+
"type": "keyword",
|
|
1616
|
+
"value": "boolean"
|
|
1617
|
+
}
|
|
1618
|
+
},
|
|
1619
|
+
{
|
|
1620
|
+
"name": "closable",
|
|
1621
|
+
"annotation": {
|
|
1622
|
+
"type": "keyword",
|
|
1623
|
+
"value": "boolean"
|
|
1624
|
+
}
|
|
1625
|
+
},
|
|
1626
|
+
{
|
|
1627
|
+
"name": "localStorageKey",
|
|
1628
|
+
"annotation": {
|
|
1629
|
+
"type": "keyword",
|
|
1630
|
+
"value": "string"
|
|
1631
|
+
}
|
|
1632
|
+
},
|
|
1633
|
+
{
|
|
1634
|
+
"name": "disableUrlNamespace",
|
|
1635
|
+
"annotation": {
|
|
1636
|
+
"type": "keyword",
|
|
1637
|
+
"value": "boolean"
|
|
1638
|
+
}
|
|
1639
|
+
},
|
|
1640
|
+
{
|
|
1641
|
+
"name": "textContent",
|
|
1642
|
+
"annotation": {
|
|
1643
|
+
"type": "keyword",
|
|
1644
|
+
"value": "string"
|
|
1645
|
+
}
|
|
1452
1646
|
}
|
|
1453
1647
|
],
|
|
1454
1648
|
"events": [],
|
|
1455
1649
|
"methods": [],
|
|
1456
1650
|
"types": [
|
|
1457
1651
|
{
|
|
1458
|
-
"type": "
|
|
1459
|
-
"name": "
|
|
1460
|
-
"
|
|
1461
|
-
{
|
|
1462
|
-
"type": "propertySignature",
|
|
1463
|
-
"key": {
|
|
1464
|
-
"type": "identifier",
|
|
1465
|
-
"name": "icon"
|
|
1466
|
-
},
|
|
1467
|
-
"annotation": {
|
|
1468
|
-
"type": "reference",
|
|
1469
|
-
"typeName": {
|
|
1470
|
-
"type": "identifier",
|
|
1471
|
-
"name": "GeneralIconProps"
|
|
1472
|
-
}
|
|
1473
|
-
},
|
|
1474
|
-
"computed": false
|
|
1475
|
-
},
|
|
1476
|
-
{
|
|
1477
|
-
"type": "propertySignature",
|
|
1478
|
-
"key": {
|
|
1479
|
-
"type": "identifier",
|
|
1480
|
-
"name": "color"
|
|
1481
|
-
},
|
|
1482
|
-
"annotation": {
|
|
1483
|
-
"type": "keyword",
|
|
1484
|
-
"value": "string"
|
|
1485
|
-
},
|
|
1486
|
-
"optional": true,
|
|
1487
|
-
"computed": false
|
|
1488
|
-
},
|
|
1489
|
-
{
|
|
1490
|
-
"type": "propertySignature",
|
|
1491
|
-
"key": {
|
|
1492
|
-
"type": "identifier",
|
|
1493
|
-
"name": "size"
|
|
1494
|
-
},
|
|
1495
|
-
"annotation": {
|
|
1496
|
-
"type": "keyword",
|
|
1497
|
-
"value": "number"
|
|
1498
|
-
},
|
|
1499
|
-
"optional": true,
|
|
1500
|
-
"computed": false
|
|
1501
|
-
},
|
|
1652
|
+
"type": "enum",
|
|
1653
|
+
"name": "AlertType",
|
|
1654
|
+
"members": [
|
|
1502
1655
|
{
|
|
1503
|
-
"type": "
|
|
1504
|
-
"
|
|
1505
|
-
"type": "
|
|
1506
|
-
"
|
|
1507
|
-
},
|
|
1508
|
-
"annotation": {
|
|
1509
|
-
"type": "union",
|
|
1510
|
-
"types": [
|
|
1511
|
-
{
|
|
1512
|
-
"type": "jsLiteral",
|
|
1513
|
-
"value": "circle"
|
|
1514
|
-
},
|
|
1515
|
-
{
|
|
1516
|
-
"type": "jsLiteral",
|
|
1517
|
-
"value": "square"
|
|
1518
|
-
},
|
|
1519
|
-
{
|
|
1520
|
-
"type": "jsLiteral",
|
|
1521
|
-
"value": "round-square"
|
|
1522
|
-
}
|
|
1523
|
-
]
|
|
1656
|
+
"type": "enumMember",
|
|
1657
|
+
"id": {
|
|
1658
|
+
"type": "jsLiteral",
|
|
1659
|
+
"value": "SUCCESS"
|
|
1524
1660
|
},
|
|
1525
|
-
"
|
|
1526
|
-
|
|
1661
|
+
"initializer": {
|
|
1662
|
+
"type": "jsLiteral",
|
|
1663
|
+
"value": "success"
|
|
1664
|
+
}
|
|
1527
1665
|
},
|
|
1528
1666
|
{
|
|
1529
|
-
"type": "
|
|
1530
|
-
"
|
|
1531
|
-
"type": "
|
|
1532
|
-
"
|
|
1533
|
-
},
|
|
1534
|
-
"annotation": {
|
|
1535
|
-
"type": "keyword",
|
|
1536
|
-
"value": "string"
|
|
1537
|
-
},
|
|
1538
|
-
"optional": true,
|
|
1539
|
-
"computed": false
|
|
1540
|
-
}
|
|
1541
|
-
]
|
|
1542
|
-
},
|
|
1543
|
-
{
|
|
1544
|
-
"type": "interface",
|
|
1545
|
-
"name": "InfoCardDetail",
|
|
1546
|
-
"body": [
|
|
1547
|
-
{
|
|
1548
|
-
"type": "propertySignature",
|
|
1549
|
-
"key": {
|
|
1550
|
-
"type": "identifier",
|
|
1551
|
-
"name": "title"
|
|
1552
|
-
},
|
|
1553
|
-
"annotation": {
|
|
1554
|
-
"type": "keyword",
|
|
1555
|
-
"value": "string"
|
|
1667
|
+
"type": "enumMember",
|
|
1668
|
+
"id": {
|
|
1669
|
+
"type": "jsLiteral",
|
|
1670
|
+
"value": "INFO"
|
|
1556
1671
|
},
|
|
1557
|
-
"
|
|
1558
|
-
|
|
1672
|
+
"initializer": {
|
|
1673
|
+
"type": "jsLiteral",
|
|
1674
|
+
"value": "info"
|
|
1675
|
+
}
|
|
1559
1676
|
},
|
|
1560
1677
|
{
|
|
1561
|
-
"type": "
|
|
1562
|
-
"
|
|
1563
|
-
"type": "
|
|
1564
|
-
"
|
|
1565
|
-
},
|
|
1566
|
-
"annotation": {
|
|
1567
|
-
"type": "keyword",
|
|
1568
|
-
"value": "string"
|
|
1678
|
+
"type": "enumMember",
|
|
1679
|
+
"id": {
|
|
1680
|
+
"type": "jsLiteral",
|
|
1681
|
+
"value": "WARNING"
|
|
1569
1682
|
},
|
|
1570
|
-
"
|
|
1571
|
-
|
|
1683
|
+
"initializer": {
|
|
1684
|
+
"type": "jsLiteral",
|
|
1685
|
+
"value": "warning"
|
|
1686
|
+
}
|
|
1572
1687
|
},
|
|
1573
1688
|
{
|
|
1574
|
-
"type": "
|
|
1575
|
-
"
|
|
1576
|
-
"type": "
|
|
1577
|
-
"
|
|
1578
|
-
},
|
|
1579
|
-
"annotation": {
|
|
1580
|
-
"type": "reference",
|
|
1581
|
-
"typeName": {
|
|
1582
|
-
"type": "identifier",
|
|
1583
|
-
"name": "UseSingleBrickConf"
|
|
1584
|
-
}
|
|
1689
|
+
"type": "enumMember",
|
|
1690
|
+
"id": {
|
|
1691
|
+
"type": "jsLiteral",
|
|
1692
|
+
"value": "ERROR"
|
|
1585
1693
|
},
|
|
1586
|
-
"
|
|
1587
|
-
|
|
1694
|
+
"initializer": {
|
|
1695
|
+
"type": "jsLiteral",
|
|
1696
|
+
"value": "error"
|
|
1697
|
+
}
|
|
1588
1698
|
}
|
|
1589
1699
|
]
|
|
1590
1700
|
}
|
|
1591
1701
|
]
|
|
1592
1702
|
},
|
|
1703
|
+
"eo-code-display": {
|
|
1704
|
+
"properties": [
|
|
1705
|
+
{
|
|
1706
|
+
"name": "value",
|
|
1707
|
+
"annotation": {
|
|
1708
|
+
"type": "keyword",
|
|
1709
|
+
"value": "string"
|
|
1710
|
+
}
|
|
1711
|
+
},
|
|
1712
|
+
{
|
|
1713
|
+
"name": "language",
|
|
1714
|
+
"annotation": {
|
|
1715
|
+
"type": "keyword",
|
|
1716
|
+
"value": "string"
|
|
1717
|
+
}
|
|
1718
|
+
},
|
|
1719
|
+
{
|
|
1720
|
+
"name": "hideLineNumber",
|
|
1721
|
+
"annotation": {
|
|
1722
|
+
"type": "keyword",
|
|
1723
|
+
"value": "boolean"
|
|
1724
|
+
}
|
|
1725
|
+
},
|
|
1726
|
+
{
|
|
1727
|
+
"name": "maxLines",
|
|
1728
|
+
"annotation": {
|
|
1729
|
+
"type": "keyword",
|
|
1730
|
+
"value": "number"
|
|
1731
|
+
}
|
|
1732
|
+
},
|
|
1733
|
+
{
|
|
1734
|
+
"name": "minLines",
|
|
1735
|
+
"annotation": {
|
|
1736
|
+
"type": "keyword",
|
|
1737
|
+
"value": "number"
|
|
1738
|
+
}
|
|
1739
|
+
},
|
|
1740
|
+
{
|
|
1741
|
+
"name": "showCopyButton",
|
|
1742
|
+
"annotation": {
|
|
1743
|
+
"type": "keyword",
|
|
1744
|
+
"value": "boolean"
|
|
1745
|
+
}
|
|
1746
|
+
},
|
|
1747
|
+
{
|
|
1748
|
+
"name": "showExportButton",
|
|
1749
|
+
"annotation": {
|
|
1750
|
+
"type": "keyword",
|
|
1751
|
+
"value": "boolean"
|
|
1752
|
+
}
|
|
1753
|
+
},
|
|
1754
|
+
{
|
|
1755
|
+
"name": "exportFileName",
|
|
1756
|
+
"annotation": {
|
|
1757
|
+
"type": "keyword",
|
|
1758
|
+
"value": "string"
|
|
1759
|
+
}
|
|
1760
|
+
}
|
|
1761
|
+
],
|
|
1762
|
+
"events": [],
|
|
1763
|
+
"methods": []
|
|
1764
|
+
},
|
|
1593
1765
|
"eo-pagination": {
|
|
1594
1766
|
"properties": [
|
|
1595
1767
|
{
|
|
@@ -1783,178 +1955,6 @@
|
|
|
1783
1955
|
}
|
|
1784
1956
|
]
|
|
1785
1957
|
},
|
|
1786
|
-
"eo-alert": {
|
|
1787
|
-
"properties": [
|
|
1788
|
-
{
|
|
1789
|
-
"name": "type",
|
|
1790
|
-
"annotation": {
|
|
1791
|
-
"type": "reference",
|
|
1792
|
-
"typeName": {
|
|
1793
|
-
"type": "identifier",
|
|
1794
|
-
"name": "AlertType"
|
|
1795
|
-
}
|
|
1796
|
-
}
|
|
1797
|
-
},
|
|
1798
|
-
{
|
|
1799
|
-
"name": "hasTitle",
|
|
1800
|
-
"annotation": {
|
|
1801
|
-
"type": "keyword",
|
|
1802
|
-
"value": "boolean"
|
|
1803
|
-
}
|
|
1804
|
-
},
|
|
1805
|
-
{
|
|
1806
|
-
"name": "showIcon",
|
|
1807
|
-
"annotation": {
|
|
1808
|
-
"type": "keyword",
|
|
1809
|
-
"value": "boolean"
|
|
1810
|
-
}
|
|
1811
|
-
},
|
|
1812
|
-
{
|
|
1813
|
-
"name": "closable",
|
|
1814
|
-
"annotation": {
|
|
1815
|
-
"type": "keyword",
|
|
1816
|
-
"value": "boolean"
|
|
1817
|
-
}
|
|
1818
|
-
},
|
|
1819
|
-
{
|
|
1820
|
-
"name": "localStorageKey",
|
|
1821
|
-
"annotation": {
|
|
1822
|
-
"type": "keyword",
|
|
1823
|
-
"value": "string"
|
|
1824
|
-
}
|
|
1825
|
-
},
|
|
1826
|
-
{
|
|
1827
|
-
"name": "disableUrlNamespace",
|
|
1828
|
-
"annotation": {
|
|
1829
|
-
"type": "keyword",
|
|
1830
|
-
"value": "boolean"
|
|
1831
|
-
}
|
|
1832
|
-
},
|
|
1833
|
-
{
|
|
1834
|
-
"name": "textContent",
|
|
1835
|
-
"annotation": {
|
|
1836
|
-
"type": "keyword",
|
|
1837
|
-
"value": "string"
|
|
1838
|
-
}
|
|
1839
|
-
}
|
|
1840
|
-
],
|
|
1841
|
-
"events": [],
|
|
1842
|
-
"methods": [],
|
|
1843
|
-
"types": [
|
|
1844
|
-
{
|
|
1845
|
-
"type": "enum",
|
|
1846
|
-
"name": "AlertType",
|
|
1847
|
-
"members": [
|
|
1848
|
-
{
|
|
1849
|
-
"type": "enumMember",
|
|
1850
|
-
"id": {
|
|
1851
|
-
"type": "jsLiteral",
|
|
1852
|
-
"value": "SUCCESS"
|
|
1853
|
-
},
|
|
1854
|
-
"initializer": {
|
|
1855
|
-
"type": "jsLiteral",
|
|
1856
|
-
"value": "success"
|
|
1857
|
-
}
|
|
1858
|
-
},
|
|
1859
|
-
{
|
|
1860
|
-
"type": "enumMember",
|
|
1861
|
-
"id": {
|
|
1862
|
-
"type": "jsLiteral",
|
|
1863
|
-
"value": "INFO"
|
|
1864
|
-
},
|
|
1865
|
-
"initializer": {
|
|
1866
|
-
"type": "jsLiteral",
|
|
1867
|
-
"value": "info"
|
|
1868
|
-
}
|
|
1869
|
-
},
|
|
1870
|
-
{
|
|
1871
|
-
"type": "enumMember",
|
|
1872
|
-
"id": {
|
|
1873
|
-
"type": "jsLiteral",
|
|
1874
|
-
"value": "WARNING"
|
|
1875
|
-
},
|
|
1876
|
-
"initializer": {
|
|
1877
|
-
"type": "jsLiteral",
|
|
1878
|
-
"value": "warning"
|
|
1879
|
-
}
|
|
1880
|
-
},
|
|
1881
|
-
{
|
|
1882
|
-
"type": "enumMember",
|
|
1883
|
-
"id": {
|
|
1884
|
-
"type": "jsLiteral",
|
|
1885
|
-
"value": "ERROR"
|
|
1886
|
-
},
|
|
1887
|
-
"initializer": {
|
|
1888
|
-
"type": "jsLiteral",
|
|
1889
|
-
"value": "error"
|
|
1890
|
-
}
|
|
1891
|
-
}
|
|
1892
|
-
]
|
|
1893
|
-
}
|
|
1894
|
-
]
|
|
1895
|
-
},
|
|
1896
|
-
"eo-code-display": {
|
|
1897
|
-
"properties": [
|
|
1898
|
-
{
|
|
1899
|
-
"name": "value",
|
|
1900
|
-
"annotation": {
|
|
1901
|
-
"type": "keyword",
|
|
1902
|
-
"value": "string"
|
|
1903
|
-
}
|
|
1904
|
-
},
|
|
1905
|
-
{
|
|
1906
|
-
"name": "language",
|
|
1907
|
-
"annotation": {
|
|
1908
|
-
"type": "keyword",
|
|
1909
|
-
"value": "string"
|
|
1910
|
-
}
|
|
1911
|
-
},
|
|
1912
|
-
{
|
|
1913
|
-
"name": "hideLineNumber",
|
|
1914
|
-
"annotation": {
|
|
1915
|
-
"type": "keyword",
|
|
1916
|
-
"value": "boolean"
|
|
1917
|
-
}
|
|
1918
|
-
},
|
|
1919
|
-
{
|
|
1920
|
-
"name": "maxLines",
|
|
1921
|
-
"annotation": {
|
|
1922
|
-
"type": "keyword",
|
|
1923
|
-
"value": "number"
|
|
1924
|
-
}
|
|
1925
|
-
},
|
|
1926
|
-
{
|
|
1927
|
-
"name": "minLines",
|
|
1928
|
-
"annotation": {
|
|
1929
|
-
"type": "keyword",
|
|
1930
|
-
"value": "number"
|
|
1931
|
-
}
|
|
1932
|
-
},
|
|
1933
|
-
{
|
|
1934
|
-
"name": "showCopyButton",
|
|
1935
|
-
"annotation": {
|
|
1936
|
-
"type": "keyword",
|
|
1937
|
-
"value": "boolean"
|
|
1938
|
-
}
|
|
1939
|
-
},
|
|
1940
|
-
{
|
|
1941
|
-
"name": "showExportButton",
|
|
1942
|
-
"annotation": {
|
|
1943
|
-
"type": "keyword",
|
|
1944
|
-
"value": "boolean"
|
|
1945
|
-
}
|
|
1946
|
-
},
|
|
1947
|
-
{
|
|
1948
|
-
"name": "exportFileName",
|
|
1949
|
-
"annotation": {
|
|
1950
|
-
"type": "keyword",
|
|
1951
|
-
"value": "string"
|
|
1952
|
-
}
|
|
1953
|
-
}
|
|
1954
|
-
],
|
|
1955
|
-
"events": [],
|
|
1956
|
-
"methods": []
|
|
1957
|
-
},
|
|
1958
1958
|
"eo-humanize-time": {
|
|
1959
1959
|
"properties": [
|
|
1960
1960
|
{
|