@next-bricks/presentational 1.12.8 → 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 +17 -17
- 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 +6 -6
- package/dist/{index.7200a6fd.js → index.e02c3a5d.js} +2 -2
- package/dist/{index.7200a6fd.js.map → index.e02c3a5d.js.map} +1 -1
- package/dist/manifest.json +136 -136
- package/dist/types.json +273 -273
- package/docs/eo-card-item.md +7 -0
- package/package.json +3 -3
- 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
|
@@ -199,109 +199,6 @@
|
|
|
199
199
|
}
|
|
200
200
|
]
|
|
201
201
|
},
|
|
202
|
-
"eo-divider": {
|
|
203
|
-
"properties": [
|
|
204
|
-
{
|
|
205
|
-
"name": "orientation",
|
|
206
|
-
"annotation": {
|
|
207
|
-
"type": "reference",
|
|
208
|
-
"typeName": {
|
|
209
|
-
"type": "identifier",
|
|
210
|
-
"name": "OrientationType"
|
|
211
|
-
}
|
|
212
|
-
}
|
|
213
|
-
},
|
|
214
|
-
{
|
|
215
|
-
"name": "dashed",
|
|
216
|
-
"annotation": {
|
|
217
|
-
"type": "keyword",
|
|
218
|
-
"value": "boolean"
|
|
219
|
-
}
|
|
220
|
-
},
|
|
221
|
-
{
|
|
222
|
-
"name": "type",
|
|
223
|
-
"annotation": {
|
|
224
|
-
"type": "reference",
|
|
225
|
-
"typeName": {
|
|
226
|
-
"type": "identifier",
|
|
227
|
-
"name": "dividerType"
|
|
228
|
-
}
|
|
229
|
-
}
|
|
230
|
-
},
|
|
231
|
-
{
|
|
232
|
-
"name": "proportion",
|
|
233
|
-
"annotation": {
|
|
234
|
-
"type": "tuple",
|
|
235
|
-
"elementTypes": [
|
|
236
|
-
{
|
|
237
|
-
"type": "keyword",
|
|
238
|
-
"value": "number"
|
|
239
|
-
},
|
|
240
|
-
{
|
|
241
|
-
"type": "keyword",
|
|
242
|
-
"value": "number"
|
|
243
|
-
}
|
|
244
|
-
]
|
|
245
|
-
}
|
|
246
|
-
},
|
|
247
|
-
{
|
|
248
|
-
"name": "dividerStyle",
|
|
249
|
-
"annotation": {
|
|
250
|
-
"type": "reference",
|
|
251
|
-
"typeName": {
|
|
252
|
-
"type": "identifier",
|
|
253
|
-
"name": "CSSProperties"
|
|
254
|
-
}
|
|
255
|
-
}
|
|
256
|
-
}
|
|
257
|
-
],
|
|
258
|
-
"events": [],
|
|
259
|
-
"methods": [],
|
|
260
|
-
"types": [
|
|
261
|
-
{
|
|
262
|
-
"type": "typeAlias",
|
|
263
|
-
"name": "OrientationType",
|
|
264
|
-
"annotation": {
|
|
265
|
-
"type": "union",
|
|
266
|
-
"types": [
|
|
267
|
-
{
|
|
268
|
-
"type": "jsLiteral",
|
|
269
|
-
"value": "left"
|
|
270
|
-
},
|
|
271
|
-
{
|
|
272
|
-
"type": "jsLiteral",
|
|
273
|
-
"value": "center"
|
|
274
|
-
},
|
|
275
|
-
{
|
|
276
|
-
"type": "jsLiteral",
|
|
277
|
-
"value": "right"
|
|
278
|
-
}
|
|
279
|
-
]
|
|
280
|
-
}
|
|
281
|
-
},
|
|
282
|
-
{
|
|
283
|
-
"type": "typeAlias",
|
|
284
|
-
"name": "dividerType",
|
|
285
|
-
"annotation": {
|
|
286
|
-
"type": "union",
|
|
287
|
-
"types": [
|
|
288
|
-
{
|
|
289
|
-
"type": "jsLiteral",
|
|
290
|
-
"value": "horizontal"
|
|
291
|
-
},
|
|
292
|
-
{
|
|
293
|
-
"type": "jsLiteral",
|
|
294
|
-
"value": "vertical"
|
|
295
|
-
},
|
|
296
|
-
{
|
|
297
|
-
"type": "jsLiteral",
|
|
298
|
-
"value": "radiation"
|
|
299
|
-
}
|
|
300
|
-
]
|
|
301
|
-
}
|
|
302
|
-
}
|
|
303
|
-
]
|
|
304
|
-
},
|
|
305
202
|
"eo-card-item": {
|
|
306
203
|
"properties": [
|
|
307
204
|
{
|
|
@@ -798,6 +695,109 @@
|
|
|
798
695
|
}
|
|
799
696
|
]
|
|
800
697
|
},
|
|
698
|
+
"eo-divider": {
|
|
699
|
+
"properties": [
|
|
700
|
+
{
|
|
701
|
+
"name": "orientation",
|
|
702
|
+
"annotation": {
|
|
703
|
+
"type": "reference",
|
|
704
|
+
"typeName": {
|
|
705
|
+
"type": "identifier",
|
|
706
|
+
"name": "OrientationType"
|
|
707
|
+
}
|
|
708
|
+
}
|
|
709
|
+
},
|
|
710
|
+
{
|
|
711
|
+
"name": "dashed",
|
|
712
|
+
"annotation": {
|
|
713
|
+
"type": "keyword",
|
|
714
|
+
"value": "boolean"
|
|
715
|
+
}
|
|
716
|
+
},
|
|
717
|
+
{
|
|
718
|
+
"name": "type",
|
|
719
|
+
"annotation": {
|
|
720
|
+
"type": "reference",
|
|
721
|
+
"typeName": {
|
|
722
|
+
"type": "identifier",
|
|
723
|
+
"name": "dividerType"
|
|
724
|
+
}
|
|
725
|
+
}
|
|
726
|
+
},
|
|
727
|
+
{
|
|
728
|
+
"name": "proportion",
|
|
729
|
+
"annotation": {
|
|
730
|
+
"type": "tuple",
|
|
731
|
+
"elementTypes": [
|
|
732
|
+
{
|
|
733
|
+
"type": "keyword",
|
|
734
|
+
"value": "number"
|
|
735
|
+
},
|
|
736
|
+
{
|
|
737
|
+
"type": "keyword",
|
|
738
|
+
"value": "number"
|
|
739
|
+
}
|
|
740
|
+
]
|
|
741
|
+
}
|
|
742
|
+
},
|
|
743
|
+
{
|
|
744
|
+
"name": "dividerStyle",
|
|
745
|
+
"annotation": {
|
|
746
|
+
"type": "reference",
|
|
747
|
+
"typeName": {
|
|
748
|
+
"type": "identifier",
|
|
749
|
+
"name": "CSSProperties"
|
|
750
|
+
}
|
|
751
|
+
}
|
|
752
|
+
}
|
|
753
|
+
],
|
|
754
|
+
"events": [],
|
|
755
|
+
"methods": [],
|
|
756
|
+
"types": [
|
|
757
|
+
{
|
|
758
|
+
"type": "typeAlias",
|
|
759
|
+
"name": "OrientationType",
|
|
760
|
+
"annotation": {
|
|
761
|
+
"type": "union",
|
|
762
|
+
"types": [
|
|
763
|
+
{
|
|
764
|
+
"type": "jsLiteral",
|
|
765
|
+
"value": "left"
|
|
766
|
+
},
|
|
767
|
+
{
|
|
768
|
+
"type": "jsLiteral",
|
|
769
|
+
"value": "center"
|
|
770
|
+
},
|
|
771
|
+
{
|
|
772
|
+
"type": "jsLiteral",
|
|
773
|
+
"value": "right"
|
|
774
|
+
}
|
|
775
|
+
]
|
|
776
|
+
}
|
|
777
|
+
},
|
|
778
|
+
{
|
|
779
|
+
"type": "typeAlias",
|
|
780
|
+
"name": "dividerType",
|
|
781
|
+
"annotation": {
|
|
782
|
+
"type": "union",
|
|
783
|
+
"types": [
|
|
784
|
+
{
|
|
785
|
+
"type": "jsLiteral",
|
|
786
|
+
"value": "horizontal"
|
|
787
|
+
},
|
|
788
|
+
{
|
|
789
|
+
"type": "jsLiteral",
|
|
790
|
+
"value": "vertical"
|
|
791
|
+
},
|
|
792
|
+
{
|
|
793
|
+
"type": "jsLiteral",
|
|
794
|
+
"value": "radiation"
|
|
795
|
+
}
|
|
796
|
+
]
|
|
797
|
+
}
|
|
798
|
+
}
|
|
799
|
+
]
|
|
800
|
+
},
|
|
801
801
|
"eo-info-card-item": {
|
|
802
802
|
"properties": [
|
|
803
803
|
{
|
|
@@ -1557,70 +1557,201 @@
|
|
|
1557
1557
|
"events": [],
|
|
1558
1558
|
"methods": []
|
|
1559
1559
|
},
|
|
1560
|
-
"eo-
|
|
1560
|
+
"eo-pagination": {
|
|
1561
1561
|
"properties": [
|
|
1562
1562
|
{
|
|
1563
|
-
"name": "
|
|
1563
|
+
"name": "type",
|
|
1564
1564
|
"annotation": {
|
|
1565
|
-
"type": "
|
|
1566
|
-
"
|
|
1565
|
+
"type": "union",
|
|
1566
|
+
"types": [
|
|
1567
|
+
{
|
|
1568
|
+
"type": "jsLiteral",
|
|
1569
|
+
"value": "page"
|
|
1570
|
+
},
|
|
1571
|
+
{
|
|
1572
|
+
"type": "jsLiteral",
|
|
1573
|
+
"value": "token"
|
|
1574
|
+
}
|
|
1575
|
+
]
|
|
1567
1576
|
}
|
|
1568
1577
|
},
|
|
1569
1578
|
{
|
|
1570
|
-
"name": "
|
|
1579
|
+
"name": "total",
|
|
1571
1580
|
"annotation": {
|
|
1572
1581
|
"type": "keyword",
|
|
1573
|
-
"value": "
|
|
1582
|
+
"value": "number"
|
|
1574
1583
|
}
|
|
1575
1584
|
},
|
|
1576
1585
|
{
|
|
1577
|
-
"name": "
|
|
1586
|
+
"name": "page",
|
|
1578
1587
|
"annotation": {
|
|
1579
1588
|
"type": "keyword",
|
|
1580
|
-
"value": "
|
|
1589
|
+
"value": "number"
|
|
1581
1590
|
}
|
|
1582
1591
|
},
|
|
1583
1592
|
{
|
|
1584
|
-
"name": "
|
|
1593
|
+
"name": "pageSize",
|
|
1585
1594
|
"annotation": {
|
|
1586
1595
|
"type": "keyword",
|
|
1587
1596
|
"value": "number"
|
|
1588
1597
|
}
|
|
1589
1598
|
},
|
|
1590
1599
|
{
|
|
1591
|
-
"name": "
|
|
1600
|
+
"name": "pageSizeOptions",
|
|
1592
1601
|
"annotation": {
|
|
1593
|
-
"type": "
|
|
1594
|
-
"
|
|
1602
|
+
"type": "array",
|
|
1603
|
+
"elementType": {
|
|
1604
|
+
"type": "keyword",
|
|
1605
|
+
"value": "number"
|
|
1606
|
+
}
|
|
1595
1607
|
}
|
|
1596
1608
|
},
|
|
1597
1609
|
{
|
|
1598
|
-
"name": "
|
|
1610
|
+
"name": "showSizeChanger",
|
|
1599
1611
|
"annotation": {
|
|
1600
1612
|
"type": "keyword",
|
|
1601
1613
|
"value": "boolean"
|
|
1602
1614
|
}
|
|
1603
1615
|
},
|
|
1604
1616
|
{
|
|
1605
|
-
"name": "
|
|
1617
|
+
"name": "nextToken",
|
|
1606
1618
|
"annotation": {
|
|
1607
1619
|
"type": "keyword",
|
|
1608
|
-
"value": "
|
|
1620
|
+
"value": "string"
|
|
1609
1621
|
}
|
|
1610
1622
|
},
|
|
1611
1623
|
{
|
|
1612
|
-
"name": "
|
|
1624
|
+
"name": "previousToken",
|
|
1613
1625
|
"annotation": {
|
|
1614
1626
|
"type": "keyword",
|
|
1615
1627
|
"value": "string"
|
|
1616
1628
|
}
|
|
1617
1629
|
}
|
|
1618
1630
|
],
|
|
1619
|
-
"events": [
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1631
|
+
"events": [
|
|
1632
|
+
{
|
|
1633
|
+
"name": "change",
|
|
1634
|
+
"detail": {
|
|
1635
|
+
"annotation": {
|
|
1636
|
+
"type": "reference",
|
|
1637
|
+
"typeName": {
|
|
1638
|
+
"type": "identifier",
|
|
1639
|
+
"name": "ChangeDetail"
|
|
1640
|
+
}
|
|
1641
|
+
}
|
|
1642
|
+
}
|
|
1643
|
+
}
|
|
1644
|
+
],
|
|
1645
|
+
"methods": [],
|
|
1646
|
+
"types": [
|
|
1647
|
+
{
|
|
1648
|
+
"type": "typeAlias",
|
|
1649
|
+
"name": "ChangeDetail",
|
|
1650
|
+
"annotation": {
|
|
1651
|
+
"type": "union",
|
|
1652
|
+
"types": [
|
|
1653
|
+
{
|
|
1654
|
+
"type": "reference",
|
|
1655
|
+
"typeName": {
|
|
1656
|
+
"type": "identifier",
|
|
1657
|
+
"name": "ChangeDetailOfPage"
|
|
1658
|
+
}
|
|
1659
|
+
},
|
|
1660
|
+
{
|
|
1661
|
+
"type": "reference",
|
|
1662
|
+
"typeName": {
|
|
1663
|
+
"type": "identifier",
|
|
1664
|
+
"name": "ChangeDetailOfToken"
|
|
1665
|
+
}
|
|
1666
|
+
}
|
|
1667
|
+
]
|
|
1668
|
+
}
|
|
1669
|
+
},
|
|
1670
|
+
{
|
|
1671
|
+
"type": "interface",
|
|
1672
|
+
"name": "ChangeDetailOfPage",
|
|
1673
|
+
"body": [
|
|
1674
|
+
{
|
|
1675
|
+
"type": "propertySignature",
|
|
1676
|
+
"key": {
|
|
1677
|
+
"type": "identifier",
|
|
1678
|
+
"name": "page"
|
|
1679
|
+
},
|
|
1680
|
+
"annotation": {
|
|
1681
|
+
"type": "keyword",
|
|
1682
|
+
"value": "number"
|
|
1683
|
+
},
|
|
1684
|
+
"computed": false
|
|
1685
|
+
},
|
|
1686
|
+
{
|
|
1687
|
+
"type": "propertySignature",
|
|
1688
|
+
"key": {
|
|
1689
|
+
"type": "identifier",
|
|
1690
|
+
"name": "pageSize"
|
|
1691
|
+
},
|
|
1692
|
+
"annotation": {
|
|
1693
|
+
"type": "keyword",
|
|
1694
|
+
"value": "number"
|
|
1695
|
+
},
|
|
1696
|
+
"computed": false
|
|
1697
|
+
}
|
|
1698
|
+
]
|
|
1699
|
+
},
|
|
1700
|
+
{
|
|
1701
|
+
"type": "interface",
|
|
1702
|
+
"name": "ChangeDetailOfToken",
|
|
1703
|
+
"body": [
|
|
1704
|
+
{
|
|
1705
|
+
"type": "propertySignature",
|
|
1706
|
+
"key": {
|
|
1707
|
+
"type": "identifier",
|
|
1708
|
+
"name": "type"
|
|
1709
|
+
},
|
|
1710
|
+
"annotation": {
|
|
1711
|
+
"type": "jsLiteral",
|
|
1712
|
+
"value": "token"
|
|
1713
|
+
},
|
|
1714
|
+
"computed": false
|
|
1715
|
+
},
|
|
1716
|
+
{
|
|
1717
|
+
"type": "propertySignature",
|
|
1718
|
+
"key": {
|
|
1719
|
+
"type": "identifier",
|
|
1720
|
+
"name": "nextToken"
|
|
1721
|
+
},
|
|
1722
|
+
"annotation": {
|
|
1723
|
+
"type": "union",
|
|
1724
|
+
"types": [
|
|
1725
|
+
{
|
|
1726
|
+
"type": "keyword",
|
|
1727
|
+
"value": "string"
|
|
1728
|
+
},
|
|
1729
|
+
{
|
|
1730
|
+
"type": "keyword",
|
|
1731
|
+
"value": "undefined"
|
|
1732
|
+
}
|
|
1733
|
+
]
|
|
1734
|
+
},
|
|
1735
|
+
"computed": false
|
|
1736
|
+
},
|
|
1737
|
+
{
|
|
1738
|
+
"type": "propertySignature",
|
|
1739
|
+
"key": {
|
|
1740
|
+
"type": "identifier",
|
|
1741
|
+
"name": "pageSize"
|
|
1742
|
+
},
|
|
1743
|
+
"annotation": {
|
|
1744
|
+
"type": "keyword",
|
|
1745
|
+
"value": "number"
|
|
1746
|
+
},
|
|
1747
|
+
"computed": false
|
|
1748
|
+
}
|
|
1749
|
+
]
|
|
1750
|
+
}
|
|
1751
|
+
]
|
|
1752
|
+
},
|
|
1753
|
+
"eo-alert": {
|
|
1754
|
+
"properties": [
|
|
1624
1755
|
{
|
|
1625
1756
|
"name": "type",
|
|
1626
1757
|
"annotation": {
|
|
@@ -1729,198 +1860,67 @@
|
|
|
1729
1860
|
}
|
|
1730
1861
|
]
|
|
1731
1862
|
},
|
|
1732
|
-
"eo-
|
|
1863
|
+
"eo-code-display": {
|
|
1733
1864
|
"properties": [
|
|
1734
1865
|
{
|
|
1735
|
-
"name": "
|
|
1866
|
+
"name": "value",
|
|
1736
1867
|
"annotation": {
|
|
1737
|
-
"type": "
|
|
1738
|
-
"
|
|
1739
|
-
{
|
|
1740
|
-
"type": "jsLiteral",
|
|
1741
|
-
"value": "page"
|
|
1742
|
-
},
|
|
1743
|
-
{
|
|
1744
|
-
"type": "jsLiteral",
|
|
1745
|
-
"value": "token"
|
|
1746
|
-
}
|
|
1747
|
-
]
|
|
1868
|
+
"type": "keyword",
|
|
1869
|
+
"value": "string"
|
|
1748
1870
|
}
|
|
1749
1871
|
},
|
|
1750
1872
|
{
|
|
1751
|
-
"name": "
|
|
1873
|
+
"name": "language",
|
|
1752
1874
|
"annotation": {
|
|
1753
1875
|
"type": "keyword",
|
|
1754
|
-
"value": "
|
|
1876
|
+
"value": "string"
|
|
1755
1877
|
}
|
|
1756
1878
|
},
|
|
1757
1879
|
{
|
|
1758
|
-
"name": "
|
|
1880
|
+
"name": "hideLineNumber",
|
|
1759
1881
|
"annotation": {
|
|
1760
1882
|
"type": "keyword",
|
|
1761
|
-
"value": "
|
|
1883
|
+
"value": "boolean"
|
|
1762
1884
|
}
|
|
1763
1885
|
},
|
|
1764
1886
|
{
|
|
1765
|
-
"name": "
|
|
1887
|
+
"name": "maxLines",
|
|
1766
1888
|
"annotation": {
|
|
1767
1889
|
"type": "keyword",
|
|
1768
1890
|
"value": "number"
|
|
1769
1891
|
}
|
|
1770
1892
|
},
|
|
1771
1893
|
{
|
|
1772
|
-
"name": "
|
|
1894
|
+
"name": "minLines",
|
|
1773
1895
|
"annotation": {
|
|
1774
|
-
"type": "
|
|
1775
|
-
"
|
|
1776
|
-
"type": "keyword",
|
|
1777
|
-
"value": "number"
|
|
1778
|
-
}
|
|
1896
|
+
"type": "keyword",
|
|
1897
|
+
"value": "number"
|
|
1779
1898
|
}
|
|
1780
1899
|
},
|
|
1781
1900
|
{
|
|
1782
|
-
"name": "
|
|
1901
|
+
"name": "showCopyButton",
|
|
1783
1902
|
"annotation": {
|
|
1784
1903
|
"type": "keyword",
|
|
1785
1904
|
"value": "boolean"
|
|
1786
1905
|
}
|
|
1787
1906
|
},
|
|
1788
1907
|
{
|
|
1789
|
-
"name": "
|
|
1908
|
+
"name": "showExportButton",
|
|
1790
1909
|
"annotation": {
|
|
1791
1910
|
"type": "keyword",
|
|
1792
|
-
"value": "
|
|
1911
|
+
"value": "boolean"
|
|
1793
1912
|
}
|
|
1794
1913
|
},
|
|
1795
1914
|
{
|
|
1796
|
-
"name": "
|
|
1915
|
+
"name": "exportFileName",
|
|
1797
1916
|
"annotation": {
|
|
1798
1917
|
"type": "keyword",
|
|
1799
1918
|
"value": "string"
|
|
1800
1919
|
}
|
|
1801
1920
|
}
|
|
1802
1921
|
],
|
|
1803
|
-
"events": [
|
|
1804
|
-
|
|
1805
|
-
"name": "change",
|
|
1806
|
-
"detail": {
|
|
1807
|
-
"annotation": {
|
|
1808
|
-
"type": "reference",
|
|
1809
|
-
"typeName": {
|
|
1810
|
-
"type": "identifier",
|
|
1811
|
-
"name": "ChangeDetail"
|
|
1812
|
-
}
|
|
1813
|
-
}
|
|
1814
|
-
}
|
|
1815
|
-
}
|
|
1816
|
-
],
|
|
1817
|
-
"methods": [],
|
|
1818
|
-
"types": [
|
|
1819
|
-
{
|
|
1820
|
-
"type": "typeAlias",
|
|
1821
|
-
"name": "ChangeDetail",
|
|
1822
|
-
"annotation": {
|
|
1823
|
-
"type": "union",
|
|
1824
|
-
"types": [
|
|
1825
|
-
{
|
|
1826
|
-
"type": "reference",
|
|
1827
|
-
"typeName": {
|
|
1828
|
-
"type": "identifier",
|
|
1829
|
-
"name": "ChangeDetailOfPage"
|
|
1830
|
-
}
|
|
1831
|
-
},
|
|
1832
|
-
{
|
|
1833
|
-
"type": "reference",
|
|
1834
|
-
"typeName": {
|
|
1835
|
-
"type": "identifier",
|
|
1836
|
-
"name": "ChangeDetailOfToken"
|
|
1837
|
-
}
|
|
1838
|
-
}
|
|
1839
|
-
]
|
|
1840
|
-
}
|
|
1841
|
-
},
|
|
1842
|
-
{
|
|
1843
|
-
"type": "interface",
|
|
1844
|
-
"name": "ChangeDetailOfPage",
|
|
1845
|
-
"body": [
|
|
1846
|
-
{
|
|
1847
|
-
"type": "propertySignature",
|
|
1848
|
-
"key": {
|
|
1849
|
-
"type": "identifier",
|
|
1850
|
-
"name": "page"
|
|
1851
|
-
},
|
|
1852
|
-
"annotation": {
|
|
1853
|
-
"type": "keyword",
|
|
1854
|
-
"value": "number"
|
|
1855
|
-
},
|
|
1856
|
-
"computed": false
|
|
1857
|
-
},
|
|
1858
|
-
{
|
|
1859
|
-
"type": "propertySignature",
|
|
1860
|
-
"key": {
|
|
1861
|
-
"type": "identifier",
|
|
1862
|
-
"name": "pageSize"
|
|
1863
|
-
},
|
|
1864
|
-
"annotation": {
|
|
1865
|
-
"type": "keyword",
|
|
1866
|
-
"value": "number"
|
|
1867
|
-
},
|
|
1868
|
-
"computed": false
|
|
1869
|
-
}
|
|
1870
|
-
]
|
|
1871
|
-
},
|
|
1872
|
-
{
|
|
1873
|
-
"type": "interface",
|
|
1874
|
-
"name": "ChangeDetailOfToken",
|
|
1875
|
-
"body": [
|
|
1876
|
-
{
|
|
1877
|
-
"type": "propertySignature",
|
|
1878
|
-
"key": {
|
|
1879
|
-
"type": "identifier",
|
|
1880
|
-
"name": "type"
|
|
1881
|
-
},
|
|
1882
|
-
"annotation": {
|
|
1883
|
-
"type": "jsLiteral",
|
|
1884
|
-
"value": "token"
|
|
1885
|
-
},
|
|
1886
|
-
"computed": false
|
|
1887
|
-
},
|
|
1888
|
-
{
|
|
1889
|
-
"type": "propertySignature",
|
|
1890
|
-
"key": {
|
|
1891
|
-
"type": "identifier",
|
|
1892
|
-
"name": "nextToken"
|
|
1893
|
-
},
|
|
1894
|
-
"annotation": {
|
|
1895
|
-
"type": "union",
|
|
1896
|
-
"types": [
|
|
1897
|
-
{
|
|
1898
|
-
"type": "keyword",
|
|
1899
|
-
"value": "string"
|
|
1900
|
-
},
|
|
1901
|
-
{
|
|
1902
|
-
"type": "keyword",
|
|
1903
|
-
"value": "undefined"
|
|
1904
|
-
}
|
|
1905
|
-
]
|
|
1906
|
-
},
|
|
1907
|
-
"computed": false
|
|
1908
|
-
},
|
|
1909
|
-
{
|
|
1910
|
-
"type": "propertySignature",
|
|
1911
|
-
"key": {
|
|
1912
|
-
"type": "identifier",
|
|
1913
|
-
"name": "pageSize"
|
|
1914
|
-
},
|
|
1915
|
-
"annotation": {
|
|
1916
|
-
"type": "keyword",
|
|
1917
|
-
"value": "number"
|
|
1918
|
-
},
|
|
1919
|
-
"computed": false
|
|
1920
|
-
}
|
|
1921
|
-
]
|
|
1922
|
-
}
|
|
1923
|
-
]
|
|
1922
|
+
"events": [],
|
|
1923
|
+
"methods": []
|
|
1924
1924
|
},
|
|
1925
1925
|
"eo-humanize-time": {
|
|
1926
1926
|
"properties": [
|
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",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"postpublish": "mv package.json.bak package.json"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@next-core/build-next-bricks": "^1.23.
|
|
38
|
+
"@next-core/build-next-bricks": "^1.23.12",
|
|
39
39
|
"@next-core/test-next": "^1.1.9",
|
|
40
40
|
"babel-plugin-prismjs": "^2.1.0"
|
|
41
41
|
},
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"@next-bricks/containers": "*",
|
|
45
45
|
"@next-bricks/icons": "*"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "55f67878fa0f9c6c9f070d473f74123b3e5fc99b"
|
|
48
48
|
}
|