@next-bricks/presentational 1.14.2 → 1.14.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/types.json CHANGED
@@ -831,209 +831,6 @@
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
- },
1037
834
  "eo-statistics-card": {
1038
835
  "properties": [
1039
836
  {
@@ -1387,6 +1184,100 @@
1387
1184
  }
1388
1185
  ]
1389
1186
  },
1187
+ "eo-current-time": {
1188
+ "properties": [
1189
+ {
1190
+ "name": "format",
1191
+ "annotation": {
1192
+ "type": "keyword",
1193
+ "value": "string"
1194
+ }
1195
+ },
1196
+ {
1197
+ "name": "icon",
1198
+ "annotation": {
1199
+ "type": "reference",
1200
+ "typeName": {
1201
+ "type": "identifier",
1202
+ "name": "GeneralIconProps"
1203
+ }
1204
+ }
1205
+ }
1206
+ ],
1207
+ "events": [],
1208
+ "methods": []
1209
+ },
1210
+ "eo-carousel-text": {
1211
+ "properties": [
1212
+ {
1213
+ "name": "text",
1214
+ "annotation": {
1215
+ "type": "keyword",
1216
+ "value": "string"
1217
+ }
1218
+ },
1219
+ {
1220
+ "name": "containerWidth",
1221
+ "annotation": {
1222
+ "type": "indexedAccess",
1223
+ "objectType": {
1224
+ "type": "reference",
1225
+ "typeName": {
1226
+ "type": "identifier",
1227
+ "name": "CSSProperties"
1228
+ }
1229
+ },
1230
+ "indexType": {
1231
+ "type": "jsLiteral",
1232
+ "value": "width"
1233
+ }
1234
+ }
1235
+ },
1236
+ {
1237
+ "name": "fontSize",
1238
+ "annotation": {
1239
+ "type": "indexedAccess",
1240
+ "objectType": {
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
+ },
1390
1281
  "eo-loading-step": {
1391
1282
  "properties": [
1392
1283
  {
@@ -1448,25 +1339,210 @@
1448
1339
  "type": "keyword",
1449
1340
  "value": "void"
1450
1341
  }
1451
- }
1452
- }
1453
- ],
1454
- "methods": [
1455
- {
1456
- "name": "open",
1457
- "params": [],
1458
- "returns": {}
1342
+ }
1343
+ }
1344
+ ],
1345
+ "methods": [
1346
+ {
1347
+ "name": "open",
1348
+ "params": [],
1349
+ "returns": {}
1350
+ },
1351
+ {
1352
+ "name": "close",
1353
+ "params": [],
1354
+ "returns": {}
1355
+ }
1356
+ ],
1357
+ "types": [
1358
+ {
1359
+ "type": "interface",
1360
+ "name": "StepItem",
1361
+ "body": [
1362
+ {
1363
+ "type": "propertySignature",
1364
+ "key": {
1365
+ "type": "identifier",
1366
+ "name": "title"
1367
+ },
1368
+ "annotation": {
1369
+ "type": "keyword",
1370
+ "value": "string"
1371
+ },
1372
+ "computed": false
1373
+ },
1374
+ {
1375
+ "type": "propertySignature",
1376
+ "key": {
1377
+ "type": "identifier",
1378
+ "name": "key"
1379
+ },
1380
+ "annotation": {
1381
+ "type": "keyword",
1382
+ "value": "string"
1383
+ },
1384
+ "computed": false
1385
+ }
1386
+ ]
1387
+ }
1388
+ ]
1389
+ },
1390
+ "eo-info-card-item": {
1391
+ "properties": [
1392
+ {
1393
+ "name": "cardTitle",
1394
+ "annotation": {
1395
+ "type": "keyword",
1396
+ "value": "string"
1397
+ }
1398
+ },
1399
+ {
1400
+ "name": "description",
1401
+ "annotation": {
1402
+ "type": "keyword",
1403
+ "value": "string"
1404
+ }
1405
+ },
1406
+ {
1407
+ "name": "url",
1408
+ "annotation": {
1409
+ "type": "keyword",
1410
+ "value": "string"
1411
+ }
1412
+ },
1413
+ {
1414
+ "name": "cardIcon",
1415
+ "annotation": {
1416
+ "type": "reference",
1417
+ "typeName": {
1418
+ "type": "identifier",
1419
+ "name": "IconAvatar"
1420
+ }
1421
+ }
1422
+ },
1423
+ {
1424
+ "name": "detailList",
1425
+ "annotation": {
1426
+ "type": "array",
1427
+ "elementType": {
1428
+ "type": "reference",
1429
+ "typeName": {
1430
+ "type": "identifier",
1431
+ "name": "InfoCardDetail"
1432
+ }
1433
+ }
1434
+ }
1435
+ },
1436
+ {
1437
+ "name": "target",
1438
+ "annotation": {
1439
+ "type": "indexedAccess",
1440
+ "objectType": {
1441
+ "type": "reference",
1442
+ "typeName": {
1443
+ "type": "identifier",
1444
+ "name": "LinkProps"
1445
+ }
1446
+ },
1447
+ "indexType": {
1448
+ "type": "jsLiteral",
1449
+ "value": "target"
1450
+ }
1451
+ }
1452
+ }
1453
+ ],
1454
+ "events": [],
1455
+ "methods": [],
1456
+ "types": [
1457
+ {
1458
+ "type": "interface",
1459
+ "name": "IconAvatar",
1460
+ "body": [
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
+ },
1502
+ {
1503
+ "type": "propertySignature",
1504
+ "key": {
1505
+ "type": "identifier",
1506
+ "name": "shape"
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
+ ]
1524
+ },
1525
+ "optional": true,
1526
+ "computed": false
1527
+ },
1528
+ {
1529
+ "type": "propertySignature",
1530
+ "key": {
1531
+ "type": "identifier",
1532
+ "name": "bgColor"
1533
+ },
1534
+ "annotation": {
1535
+ "type": "keyword",
1536
+ "value": "string"
1537
+ },
1538
+ "optional": true,
1539
+ "computed": false
1540
+ }
1541
+ ]
1459
1542
  },
1460
- {
1461
- "name": "close",
1462
- "params": [],
1463
- "returns": {}
1464
- }
1465
- ],
1466
- "types": [
1467
1543
  {
1468
1544
  "type": "interface",
1469
- "name": "StepItem",
1545
+ "name": "InfoCardDetail",
1470
1546
  "body": [
1471
1547
  {
1472
1548
  "type": "propertySignature",
@@ -1478,117 +1554,41 @@
1478
1554
  "type": "keyword",
1479
1555
  "value": "string"
1480
1556
  },
1557
+ "optional": true,
1481
1558
  "computed": false
1482
1559
  },
1483
1560
  {
1484
1561
  "type": "propertySignature",
1485
1562
  "key": {
1486
1563
  "type": "identifier",
1487
- "name": "key"
1564
+ "name": "desc"
1488
1565
  },
1489
1566
  "annotation": {
1490
1567
  "type": "keyword",
1491
1568
  "value": "string"
1492
1569
  },
1570
+ "optional": true,
1493
1571
  "computed": false
1494
- }
1495
- ]
1496
- }
1497
- ]
1498
- },
1499
- "eo-current-time": {
1500
- "properties": [
1501
- {
1502
- "name": "format",
1503
- "annotation": {
1504
- "type": "keyword",
1505
- "value": "string"
1506
- }
1507
- },
1508
- {
1509
- "name": "icon",
1510
- "annotation": {
1511
- "type": "reference",
1512
- "typeName": {
1513
- "type": "identifier",
1514
- "name": "GeneralIconProps"
1515
- }
1516
- }
1517
- }
1518
- ],
1519
- "events": [],
1520
- "methods": []
1521
- },
1522
- "eo-carousel-text": {
1523
- "properties": [
1524
- {
1525
- "name": "text",
1526
- "annotation": {
1527
- "type": "keyword",
1528
- "value": "string"
1529
- }
1530
- },
1531
- {
1532
- "name": "containerWidth",
1533
- "annotation": {
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"
1545
- }
1546
- }
1547
- },
1548
- {
1549
- "name": "fontSize",
1550
- "annotation": {
1551
- "type": "indexedAccess",
1552
- "objectType": {
1553
- "type": "reference",
1554
- "typeName": {
1555
- "type": "identifier",
1556
- "name": "CSSProperties"
1557
- }
1558
1572
  },
1559
- "indexType": {
1560
- "type": "jsLiteral",
1561
- "value": "fontSize"
1562
- }
1563
- }
1564
- },
1565
- {
1566
- "name": "fontColor",
1567
- "annotation": {
1568
- "type": "indexedAccess",
1569
- "objectType": {
1570
- "type": "reference",
1571
- "typeName": {
1573
+ {
1574
+ "type": "propertySignature",
1575
+ "key": {
1572
1576
  "type": "identifier",
1573
- "name": "CSSProperties"
1574
- }
1575
- },
1576
- "indexType": {
1577
- "type": "jsLiteral",
1578
- "value": "color"
1577
+ "name": "useBrick"
1578
+ },
1579
+ "annotation": {
1580
+ "type": "reference",
1581
+ "typeName": {
1582
+ "type": "identifier",
1583
+ "name": "UseSingleBrickConf"
1584
+ }
1585
+ },
1586
+ "optional": true,
1587
+ "computed": false
1579
1588
  }
1580
- }
1581
- },
1582
- {
1583
- "name": "speed",
1584
- "annotation": {
1585
- "type": "keyword",
1586
- "value": "number"
1587
- }
1589
+ ]
1588
1590
  }
1589
- ],
1590
- "events": [],
1591
- "methods": []
1591
+ ]
1592
1592
  },
1593
1593
  "eo-pagination": {
1594
1594
  "properties": [
@@ -1893,6 +1893,68 @@
1893
1893
  }
1894
1894
  ]
1895
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
+ },
1896
1958
  "eo-humanize-time": {
1897
1959
  "properties": [
1898
1960
  {
@@ -2021,67 +2083,5 @@
2021
2083
  ]
2022
2084
  }
2023
2085
  ]
2024
- },
2025
- "eo-code-display": {
2026
- "properties": [
2027
- {
2028
- "name": "value",
2029
- "annotation": {
2030
- "type": "keyword",
2031
- "value": "string"
2032
- }
2033
- },
2034
- {
2035
- "name": "language",
2036
- "annotation": {
2037
- "type": "keyword",
2038
- "value": "string"
2039
- }
2040
- },
2041
- {
2042
- "name": "hideLineNumber",
2043
- "annotation": {
2044
- "type": "keyword",
2045
- "value": "boolean"
2046
- }
2047
- },
2048
- {
2049
- "name": "maxLines",
2050
- "annotation": {
2051
- "type": "keyword",
2052
- "value": "number"
2053
- }
2054
- },
2055
- {
2056
- "name": "minLines",
2057
- "annotation": {
2058
- "type": "keyword",
2059
- "value": "number"
2060
- }
2061
- },
2062
- {
2063
- "name": "showCopyButton",
2064
- "annotation": {
2065
- "type": "keyword",
2066
- "value": "boolean"
2067
- }
2068
- },
2069
- {
2070
- "name": "showExportButton",
2071
- "annotation": {
2072
- "type": "keyword",
2073
- "value": "boolean"
2074
- }
2075
- },
2076
- {
2077
- "name": "exportFileName",
2078
- "annotation": {
2079
- "type": "keyword",
2080
- "value": "string"
2081
- }
2082
- }
2083
- ],
2084
- "events": [],
2085
- "methods": []
2086
2086
  }
2087
2087
  }