@next-bricks/presentational 1.12.9 → 1.13.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 +10 -10
- package/dist/chunks/{7082.b8df225e.js → 7082.b5f89ec5.js} +2 -2
- package/dist/chunks/7082.b5f89ec5.js.map +1 -0
- package/dist/chunks/eo-card-item.123c2ccc.js +3 -0
- package/dist/chunks/eo-card-item.123c2ccc.js.map +1 -0
- package/dist/chunks/{main.7b76b2a9.js → main.1b6c36d9.js} +2 -2
- package/dist/chunks/{main.7b76b2a9.js.map → main.1b6c36d9.js.map} +1 -1
- package/dist/examples.json +7 -7
- package/dist/{index.0a0617bf.js → index.e02c3a5d.js} +2 -2
- package/dist/{index.0a0617bf.js.map → index.e02c3a5d.js.map} +1 -1
- package/dist/manifest.json +145 -145
- package/dist/types.json +242 -242
- package/docs/eo-card-item.md +7 -0
- package/package.json +2 -2
- package/dist/chunks/7082.b8df225e.js.map +0 -1
- package/dist/chunks/eo-card-item.06a985d6.js +0 -3
- package/dist/chunks/eo-card-item.06a985d6.js.map +0 -1
- /package/dist/chunks/{eo-card-item.06a985d6.js.LICENSE.txt → eo-card-item.123c2ccc.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -1001,138 +1001,6 @@
|
|
|
1001
1001
|
}
|
|
1002
1002
|
]
|
|
1003
1003
|
},
|
|
1004
|
-
"eo-loading-step": {
|
|
1005
|
-
"properties": [
|
|
1006
|
-
{
|
|
1007
|
-
"name": "visible",
|
|
1008
|
-
"annotation": {
|
|
1009
|
-
"type": "keyword",
|
|
1010
|
-
"value": "boolean"
|
|
1011
|
-
}
|
|
1012
|
-
},
|
|
1013
|
-
{
|
|
1014
|
-
"name": "width",
|
|
1015
|
-
"annotation": {
|
|
1016
|
-
"type": "keyword",
|
|
1017
|
-
"value": "string"
|
|
1018
|
-
}
|
|
1019
|
-
},
|
|
1020
|
-
{
|
|
1021
|
-
"name": "stepTitle",
|
|
1022
|
-
"annotation": {
|
|
1023
|
-
"type": "keyword",
|
|
1024
|
-
"value": "string"
|
|
1025
|
-
}
|
|
1026
|
-
},
|
|
1027
|
-
{
|
|
1028
|
-
"name": "stepList",
|
|
1029
|
-
"annotation": {
|
|
1030
|
-
"type": "array",
|
|
1031
|
-
"elementType": {
|
|
1032
|
-
"type": "reference",
|
|
1033
|
-
"typeName": {
|
|
1034
|
-
"type": "identifier",
|
|
1035
|
-
"name": "StepItem"
|
|
1036
|
-
}
|
|
1037
|
-
}
|
|
1038
|
-
}
|
|
1039
|
-
},
|
|
1040
|
-
{
|
|
1041
|
-
"name": "curStep",
|
|
1042
|
-
"annotation": {
|
|
1043
|
-
"type": "keyword",
|
|
1044
|
-
"value": "string"
|
|
1045
|
-
}
|
|
1046
|
-
}
|
|
1047
|
-
],
|
|
1048
|
-
"events": [
|
|
1049
|
-
{
|
|
1050
|
-
"name": "open",
|
|
1051
|
-
"detail": {
|
|
1052
|
-
"annotation": {
|
|
1053
|
-
"type": "keyword",
|
|
1054
|
-
"value": "void"
|
|
1055
|
-
}
|
|
1056
|
-
}
|
|
1057
|
-
},
|
|
1058
|
-
{
|
|
1059
|
-
"name": "close",
|
|
1060
|
-
"detail": {
|
|
1061
|
-
"annotation": {
|
|
1062
|
-
"type": "keyword",
|
|
1063
|
-
"value": "void"
|
|
1064
|
-
}
|
|
1065
|
-
}
|
|
1066
|
-
}
|
|
1067
|
-
],
|
|
1068
|
-
"methods": [
|
|
1069
|
-
{
|
|
1070
|
-
"name": "open",
|
|
1071
|
-
"params": [],
|
|
1072
|
-
"returns": {}
|
|
1073
|
-
},
|
|
1074
|
-
{
|
|
1075
|
-
"name": "close",
|
|
1076
|
-
"params": [],
|
|
1077
|
-
"returns": {}
|
|
1078
|
-
}
|
|
1079
|
-
],
|
|
1080
|
-
"types": [
|
|
1081
|
-
{
|
|
1082
|
-
"type": "interface",
|
|
1083
|
-
"name": "StepItem",
|
|
1084
|
-
"body": [
|
|
1085
|
-
{
|
|
1086
|
-
"type": "propertySignature",
|
|
1087
|
-
"key": {
|
|
1088
|
-
"type": "identifier",
|
|
1089
|
-
"name": "title"
|
|
1090
|
-
},
|
|
1091
|
-
"annotation": {
|
|
1092
|
-
"type": "keyword",
|
|
1093
|
-
"value": "string"
|
|
1094
|
-
},
|
|
1095
|
-
"computed": false
|
|
1096
|
-
},
|
|
1097
|
-
{
|
|
1098
|
-
"type": "propertySignature",
|
|
1099
|
-
"key": {
|
|
1100
|
-
"type": "identifier",
|
|
1101
|
-
"name": "key"
|
|
1102
|
-
},
|
|
1103
|
-
"annotation": {
|
|
1104
|
-
"type": "keyword",
|
|
1105
|
-
"value": "string"
|
|
1106
|
-
},
|
|
1107
|
-
"computed": false
|
|
1108
|
-
}
|
|
1109
|
-
]
|
|
1110
|
-
}
|
|
1111
|
-
]
|
|
1112
|
-
},
|
|
1113
|
-
"eo-current-time": {
|
|
1114
|
-
"properties": [
|
|
1115
|
-
{
|
|
1116
|
-
"name": "format",
|
|
1117
|
-
"annotation": {
|
|
1118
|
-
"type": "keyword",
|
|
1119
|
-
"value": "string"
|
|
1120
|
-
}
|
|
1121
|
-
},
|
|
1122
|
-
{
|
|
1123
|
-
"name": "icon",
|
|
1124
|
-
"annotation": {
|
|
1125
|
-
"type": "reference",
|
|
1126
|
-
"typeName": {
|
|
1127
|
-
"type": "identifier",
|
|
1128
|
-
"name": "GeneralIconProps"
|
|
1129
|
-
}
|
|
1130
|
-
}
|
|
1131
|
-
}
|
|
1132
|
-
],
|
|
1133
|
-
"events": [],
|
|
1134
|
-
"methods": []
|
|
1135
|
-
},
|
|
1136
1004
|
"eo-statistics-card": {
|
|
1137
1005
|
"properties": [
|
|
1138
1006
|
{
|
|
@@ -1486,6 +1354,138 @@
|
|
|
1486
1354
|
}
|
|
1487
1355
|
]
|
|
1488
1356
|
},
|
|
1357
|
+
"eo-loading-step": {
|
|
1358
|
+
"properties": [
|
|
1359
|
+
{
|
|
1360
|
+
"name": "visible",
|
|
1361
|
+
"annotation": {
|
|
1362
|
+
"type": "keyword",
|
|
1363
|
+
"value": "boolean"
|
|
1364
|
+
}
|
|
1365
|
+
},
|
|
1366
|
+
{
|
|
1367
|
+
"name": "width",
|
|
1368
|
+
"annotation": {
|
|
1369
|
+
"type": "keyword",
|
|
1370
|
+
"value": "string"
|
|
1371
|
+
}
|
|
1372
|
+
},
|
|
1373
|
+
{
|
|
1374
|
+
"name": "stepTitle",
|
|
1375
|
+
"annotation": {
|
|
1376
|
+
"type": "keyword",
|
|
1377
|
+
"value": "string"
|
|
1378
|
+
}
|
|
1379
|
+
},
|
|
1380
|
+
{
|
|
1381
|
+
"name": "stepList",
|
|
1382
|
+
"annotation": {
|
|
1383
|
+
"type": "array",
|
|
1384
|
+
"elementType": {
|
|
1385
|
+
"type": "reference",
|
|
1386
|
+
"typeName": {
|
|
1387
|
+
"type": "identifier",
|
|
1388
|
+
"name": "StepItem"
|
|
1389
|
+
}
|
|
1390
|
+
}
|
|
1391
|
+
}
|
|
1392
|
+
},
|
|
1393
|
+
{
|
|
1394
|
+
"name": "curStep",
|
|
1395
|
+
"annotation": {
|
|
1396
|
+
"type": "keyword",
|
|
1397
|
+
"value": "string"
|
|
1398
|
+
}
|
|
1399
|
+
}
|
|
1400
|
+
],
|
|
1401
|
+
"events": [
|
|
1402
|
+
{
|
|
1403
|
+
"name": "open",
|
|
1404
|
+
"detail": {
|
|
1405
|
+
"annotation": {
|
|
1406
|
+
"type": "keyword",
|
|
1407
|
+
"value": "void"
|
|
1408
|
+
}
|
|
1409
|
+
}
|
|
1410
|
+
},
|
|
1411
|
+
{
|
|
1412
|
+
"name": "close",
|
|
1413
|
+
"detail": {
|
|
1414
|
+
"annotation": {
|
|
1415
|
+
"type": "keyword",
|
|
1416
|
+
"value": "void"
|
|
1417
|
+
}
|
|
1418
|
+
}
|
|
1419
|
+
}
|
|
1420
|
+
],
|
|
1421
|
+
"methods": [
|
|
1422
|
+
{
|
|
1423
|
+
"name": "open",
|
|
1424
|
+
"params": [],
|
|
1425
|
+
"returns": {}
|
|
1426
|
+
},
|
|
1427
|
+
{
|
|
1428
|
+
"name": "close",
|
|
1429
|
+
"params": [],
|
|
1430
|
+
"returns": {}
|
|
1431
|
+
}
|
|
1432
|
+
],
|
|
1433
|
+
"types": [
|
|
1434
|
+
{
|
|
1435
|
+
"type": "interface",
|
|
1436
|
+
"name": "StepItem",
|
|
1437
|
+
"body": [
|
|
1438
|
+
{
|
|
1439
|
+
"type": "propertySignature",
|
|
1440
|
+
"key": {
|
|
1441
|
+
"type": "identifier",
|
|
1442
|
+
"name": "title"
|
|
1443
|
+
},
|
|
1444
|
+
"annotation": {
|
|
1445
|
+
"type": "keyword",
|
|
1446
|
+
"value": "string"
|
|
1447
|
+
},
|
|
1448
|
+
"computed": false
|
|
1449
|
+
},
|
|
1450
|
+
{
|
|
1451
|
+
"type": "propertySignature",
|
|
1452
|
+
"key": {
|
|
1453
|
+
"type": "identifier",
|
|
1454
|
+
"name": "key"
|
|
1455
|
+
},
|
|
1456
|
+
"annotation": {
|
|
1457
|
+
"type": "keyword",
|
|
1458
|
+
"value": "string"
|
|
1459
|
+
},
|
|
1460
|
+
"computed": false
|
|
1461
|
+
}
|
|
1462
|
+
]
|
|
1463
|
+
}
|
|
1464
|
+
]
|
|
1465
|
+
},
|
|
1466
|
+
"eo-current-time": {
|
|
1467
|
+
"properties": [
|
|
1468
|
+
{
|
|
1469
|
+
"name": "format",
|
|
1470
|
+
"annotation": {
|
|
1471
|
+
"type": "keyword",
|
|
1472
|
+
"value": "string"
|
|
1473
|
+
}
|
|
1474
|
+
},
|
|
1475
|
+
{
|
|
1476
|
+
"name": "icon",
|
|
1477
|
+
"annotation": {
|
|
1478
|
+
"type": "reference",
|
|
1479
|
+
"typeName": {
|
|
1480
|
+
"type": "identifier",
|
|
1481
|
+
"name": "GeneralIconProps"
|
|
1482
|
+
}
|
|
1483
|
+
}
|
|
1484
|
+
}
|
|
1485
|
+
],
|
|
1486
|
+
"events": [],
|
|
1487
|
+
"methods": []
|
|
1488
|
+
},
|
|
1489
1489
|
"eo-carousel-text": {
|
|
1490
1490
|
"properties": [
|
|
1491
1491
|
{
|
|
@@ -1557,116 +1557,6 @@
|
|
|
1557
1557
|
"events": [],
|
|
1558
1558
|
"methods": []
|
|
1559
1559
|
},
|
|
1560
|
-
"eo-alert": {
|
|
1561
|
-
"properties": [
|
|
1562
|
-
{
|
|
1563
|
-
"name": "type",
|
|
1564
|
-
"annotation": {
|
|
1565
|
-
"type": "reference",
|
|
1566
|
-
"typeName": {
|
|
1567
|
-
"type": "identifier",
|
|
1568
|
-
"name": "AlertType"
|
|
1569
|
-
}
|
|
1570
|
-
}
|
|
1571
|
-
},
|
|
1572
|
-
{
|
|
1573
|
-
"name": "hasTitle",
|
|
1574
|
-
"annotation": {
|
|
1575
|
-
"type": "keyword",
|
|
1576
|
-
"value": "boolean"
|
|
1577
|
-
}
|
|
1578
|
-
},
|
|
1579
|
-
{
|
|
1580
|
-
"name": "showIcon",
|
|
1581
|
-
"annotation": {
|
|
1582
|
-
"type": "keyword",
|
|
1583
|
-
"value": "boolean"
|
|
1584
|
-
}
|
|
1585
|
-
},
|
|
1586
|
-
{
|
|
1587
|
-
"name": "closable",
|
|
1588
|
-
"annotation": {
|
|
1589
|
-
"type": "keyword",
|
|
1590
|
-
"value": "boolean"
|
|
1591
|
-
}
|
|
1592
|
-
},
|
|
1593
|
-
{
|
|
1594
|
-
"name": "localStorageKey",
|
|
1595
|
-
"annotation": {
|
|
1596
|
-
"type": "keyword",
|
|
1597
|
-
"value": "string"
|
|
1598
|
-
}
|
|
1599
|
-
},
|
|
1600
|
-
{
|
|
1601
|
-
"name": "disableUrlNamespace",
|
|
1602
|
-
"annotation": {
|
|
1603
|
-
"type": "keyword",
|
|
1604
|
-
"value": "boolean"
|
|
1605
|
-
}
|
|
1606
|
-
},
|
|
1607
|
-
{
|
|
1608
|
-
"name": "textContent",
|
|
1609
|
-
"annotation": {
|
|
1610
|
-
"type": "keyword",
|
|
1611
|
-
"value": "string"
|
|
1612
|
-
}
|
|
1613
|
-
}
|
|
1614
|
-
],
|
|
1615
|
-
"events": [],
|
|
1616
|
-
"methods": [],
|
|
1617
|
-
"types": [
|
|
1618
|
-
{
|
|
1619
|
-
"type": "enum",
|
|
1620
|
-
"name": "AlertType",
|
|
1621
|
-
"members": [
|
|
1622
|
-
{
|
|
1623
|
-
"type": "enumMember",
|
|
1624
|
-
"id": {
|
|
1625
|
-
"type": "jsLiteral",
|
|
1626
|
-
"value": "SUCCESS"
|
|
1627
|
-
},
|
|
1628
|
-
"initializer": {
|
|
1629
|
-
"type": "jsLiteral",
|
|
1630
|
-
"value": "success"
|
|
1631
|
-
}
|
|
1632
|
-
},
|
|
1633
|
-
{
|
|
1634
|
-
"type": "enumMember",
|
|
1635
|
-
"id": {
|
|
1636
|
-
"type": "jsLiteral",
|
|
1637
|
-
"value": "INFO"
|
|
1638
|
-
},
|
|
1639
|
-
"initializer": {
|
|
1640
|
-
"type": "jsLiteral",
|
|
1641
|
-
"value": "info"
|
|
1642
|
-
}
|
|
1643
|
-
},
|
|
1644
|
-
{
|
|
1645
|
-
"type": "enumMember",
|
|
1646
|
-
"id": {
|
|
1647
|
-
"type": "jsLiteral",
|
|
1648
|
-
"value": "WARNING"
|
|
1649
|
-
},
|
|
1650
|
-
"initializer": {
|
|
1651
|
-
"type": "jsLiteral",
|
|
1652
|
-
"value": "warning"
|
|
1653
|
-
}
|
|
1654
|
-
},
|
|
1655
|
-
{
|
|
1656
|
-
"type": "enumMember",
|
|
1657
|
-
"id": {
|
|
1658
|
-
"type": "jsLiteral",
|
|
1659
|
-
"value": "ERROR"
|
|
1660
|
-
},
|
|
1661
|
-
"initializer": {
|
|
1662
|
-
"type": "jsLiteral",
|
|
1663
|
-
"value": "error"
|
|
1664
|
-
}
|
|
1665
|
-
}
|
|
1666
|
-
]
|
|
1667
|
-
}
|
|
1668
|
-
]
|
|
1669
|
-
},
|
|
1670
1560
|
"eo-pagination": {
|
|
1671
1561
|
"properties": [
|
|
1672
1562
|
{
|
|
@@ -1860,6 +1750,116 @@
|
|
|
1860
1750
|
}
|
|
1861
1751
|
]
|
|
1862
1752
|
},
|
|
1753
|
+
"eo-alert": {
|
|
1754
|
+
"properties": [
|
|
1755
|
+
{
|
|
1756
|
+
"name": "type",
|
|
1757
|
+
"annotation": {
|
|
1758
|
+
"type": "reference",
|
|
1759
|
+
"typeName": {
|
|
1760
|
+
"type": "identifier",
|
|
1761
|
+
"name": "AlertType"
|
|
1762
|
+
}
|
|
1763
|
+
}
|
|
1764
|
+
},
|
|
1765
|
+
{
|
|
1766
|
+
"name": "hasTitle",
|
|
1767
|
+
"annotation": {
|
|
1768
|
+
"type": "keyword",
|
|
1769
|
+
"value": "boolean"
|
|
1770
|
+
}
|
|
1771
|
+
},
|
|
1772
|
+
{
|
|
1773
|
+
"name": "showIcon",
|
|
1774
|
+
"annotation": {
|
|
1775
|
+
"type": "keyword",
|
|
1776
|
+
"value": "boolean"
|
|
1777
|
+
}
|
|
1778
|
+
},
|
|
1779
|
+
{
|
|
1780
|
+
"name": "closable",
|
|
1781
|
+
"annotation": {
|
|
1782
|
+
"type": "keyword",
|
|
1783
|
+
"value": "boolean"
|
|
1784
|
+
}
|
|
1785
|
+
},
|
|
1786
|
+
{
|
|
1787
|
+
"name": "localStorageKey",
|
|
1788
|
+
"annotation": {
|
|
1789
|
+
"type": "keyword",
|
|
1790
|
+
"value": "string"
|
|
1791
|
+
}
|
|
1792
|
+
},
|
|
1793
|
+
{
|
|
1794
|
+
"name": "disableUrlNamespace",
|
|
1795
|
+
"annotation": {
|
|
1796
|
+
"type": "keyword",
|
|
1797
|
+
"value": "boolean"
|
|
1798
|
+
}
|
|
1799
|
+
},
|
|
1800
|
+
{
|
|
1801
|
+
"name": "textContent",
|
|
1802
|
+
"annotation": {
|
|
1803
|
+
"type": "keyword",
|
|
1804
|
+
"value": "string"
|
|
1805
|
+
}
|
|
1806
|
+
}
|
|
1807
|
+
],
|
|
1808
|
+
"events": [],
|
|
1809
|
+
"methods": [],
|
|
1810
|
+
"types": [
|
|
1811
|
+
{
|
|
1812
|
+
"type": "enum",
|
|
1813
|
+
"name": "AlertType",
|
|
1814
|
+
"members": [
|
|
1815
|
+
{
|
|
1816
|
+
"type": "enumMember",
|
|
1817
|
+
"id": {
|
|
1818
|
+
"type": "jsLiteral",
|
|
1819
|
+
"value": "SUCCESS"
|
|
1820
|
+
},
|
|
1821
|
+
"initializer": {
|
|
1822
|
+
"type": "jsLiteral",
|
|
1823
|
+
"value": "success"
|
|
1824
|
+
}
|
|
1825
|
+
},
|
|
1826
|
+
{
|
|
1827
|
+
"type": "enumMember",
|
|
1828
|
+
"id": {
|
|
1829
|
+
"type": "jsLiteral",
|
|
1830
|
+
"value": "INFO"
|
|
1831
|
+
},
|
|
1832
|
+
"initializer": {
|
|
1833
|
+
"type": "jsLiteral",
|
|
1834
|
+
"value": "info"
|
|
1835
|
+
}
|
|
1836
|
+
},
|
|
1837
|
+
{
|
|
1838
|
+
"type": "enumMember",
|
|
1839
|
+
"id": {
|
|
1840
|
+
"type": "jsLiteral",
|
|
1841
|
+
"value": "WARNING"
|
|
1842
|
+
},
|
|
1843
|
+
"initializer": {
|
|
1844
|
+
"type": "jsLiteral",
|
|
1845
|
+
"value": "warning"
|
|
1846
|
+
}
|
|
1847
|
+
},
|
|
1848
|
+
{
|
|
1849
|
+
"type": "enumMember",
|
|
1850
|
+
"id": {
|
|
1851
|
+
"type": "jsLiteral",
|
|
1852
|
+
"value": "ERROR"
|
|
1853
|
+
},
|
|
1854
|
+
"initializer": {
|
|
1855
|
+
"type": "jsLiteral",
|
|
1856
|
+
"value": "error"
|
|
1857
|
+
}
|
|
1858
|
+
}
|
|
1859
|
+
]
|
|
1860
|
+
}
|
|
1861
|
+
]
|
|
1862
|
+
},
|
|
1863
1863
|
"eo-code-display": {
|
|
1864
1864
|
"properties": [
|
|
1865
1865
|
{
|
package/docs/eo-card-item.md
CHANGED
|
@@ -184,6 +184,13 @@ properties:
|
|
|
184
184
|
size: 20
|
|
185
185
|
bgColor: var(--theme-geekblue-background)
|
|
186
186
|
slots:
|
|
187
|
+
title-suffix:
|
|
188
|
+
type: bricks
|
|
189
|
+
bricks:
|
|
190
|
+
- brick: eo-tag
|
|
191
|
+
properties:
|
|
192
|
+
textContent: 已启用
|
|
193
|
+
color: green
|
|
187
194
|
expanded-area-1:
|
|
188
195
|
type: bricks
|
|
189
196
|
bricks:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/presentational",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.13.0",
|
|
4
4
|
"homepage": "https://github.com/easyops-cn/next-advanced-bricks/tree/master/bricks/presentational",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"@next-bricks/containers": "*",
|
|
45
45
|
"@next-bricks/icons": "*"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "55f67878fa0f9c6c9f070d473f74123b3e5fc99b"
|
|
48
48
|
}
|