@next-bricks/presentational 1.14.2 → 1.14.4
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 +26 -26
- 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.968254e5.js → main.845e8965.js} +2 -2
- package/dist/chunks/{main.968254e5.js.map → main.845e8965.js.map} +1 -1
- package/dist/examples.json +11 -11
- package/dist/{index.e491f19d.js → index.c0c4143c.js} +2 -2
- package/dist/{index.e491f19d.js.map → index.c0c4143c.js.map} +1 -1
- package/dist/manifest.json +189 -189
- package/dist/types.json +195 -195
- package/package.json +2 -2
- package/dist/chunks/7082.4443a6cf.js +0 -2
- package/dist/chunks/7082.4443a6cf.js.map +0 -1
- package/dist/chunks/eo-descriptions.60087249.js +0 -3
- package/dist/chunks/eo-descriptions.60087249.js.map +0 -1
- /package/dist/chunks/{eo-descriptions.60087249.js.LICENSE.txt → eo-descriptions.6841a63c.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -1496,29 +1496,6 @@
|
|
|
1496
1496
|
}
|
|
1497
1497
|
]
|
|
1498
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
1499
|
"eo-carousel-text": {
|
|
1523
1500
|
"properties": [
|
|
1524
1501
|
{
|
|
@@ -1590,6 +1567,201 @@
|
|
|
1590
1567
|
"events": [],
|
|
1591
1568
|
"methods": []
|
|
1592
1569
|
},
|
|
1570
|
+
"eo-current-time": {
|
|
1571
|
+
"properties": [
|
|
1572
|
+
{
|
|
1573
|
+
"name": "format",
|
|
1574
|
+
"annotation": {
|
|
1575
|
+
"type": "keyword",
|
|
1576
|
+
"value": "string"
|
|
1577
|
+
}
|
|
1578
|
+
},
|
|
1579
|
+
{
|
|
1580
|
+
"name": "icon",
|
|
1581
|
+
"annotation": {
|
|
1582
|
+
"type": "reference",
|
|
1583
|
+
"typeName": {
|
|
1584
|
+
"type": "identifier",
|
|
1585
|
+
"name": "GeneralIconProps"
|
|
1586
|
+
}
|
|
1587
|
+
}
|
|
1588
|
+
}
|
|
1589
|
+
],
|
|
1590
|
+
"events": [],
|
|
1591
|
+
"methods": []
|
|
1592
|
+
},
|
|
1593
|
+
"eo-code-display": {
|
|
1594
|
+
"properties": [
|
|
1595
|
+
{
|
|
1596
|
+
"name": "value",
|
|
1597
|
+
"annotation": {
|
|
1598
|
+
"type": "keyword",
|
|
1599
|
+
"value": "string"
|
|
1600
|
+
}
|
|
1601
|
+
},
|
|
1602
|
+
{
|
|
1603
|
+
"name": "language",
|
|
1604
|
+
"annotation": {
|
|
1605
|
+
"type": "keyword",
|
|
1606
|
+
"value": "string"
|
|
1607
|
+
}
|
|
1608
|
+
},
|
|
1609
|
+
{
|
|
1610
|
+
"name": "hideLineNumber",
|
|
1611
|
+
"annotation": {
|
|
1612
|
+
"type": "keyword",
|
|
1613
|
+
"value": "boolean"
|
|
1614
|
+
}
|
|
1615
|
+
},
|
|
1616
|
+
{
|
|
1617
|
+
"name": "maxLines",
|
|
1618
|
+
"annotation": {
|
|
1619
|
+
"type": "keyword",
|
|
1620
|
+
"value": "number"
|
|
1621
|
+
}
|
|
1622
|
+
},
|
|
1623
|
+
{
|
|
1624
|
+
"name": "minLines",
|
|
1625
|
+
"annotation": {
|
|
1626
|
+
"type": "keyword",
|
|
1627
|
+
"value": "number"
|
|
1628
|
+
}
|
|
1629
|
+
},
|
|
1630
|
+
{
|
|
1631
|
+
"name": "showCopyButton",
|
|
1632
|
+
"annotation": {
|
|
1633
|
+
"type": "keyword",
|
|
1634
|
+
"value": "boolean"
|
|
1635
|
+
}
|
|
1636
|
+
},
|
|
1637
|
+
{
|
|
1638
|
+
"name": "showExportButton",
|
|
1639
|
+
"annotation": {
|
|
1640
|
+
"type": "keyword",
|
|
1641
|
+
"value": "boolean"
|
|
1642
|
+
}
|
|
1643
|
+
},
|
|
1644
|
+
{
|
|
1645
|
+
"name": "exportFileName",
|
|
1646
|
+
"annotation": {
|
|
1647
|
+
"type": "keyword",
|
|
1648
|
+
"value": "string"
|
|
1649
|
+
}
|
|
1650
|
+
}
|
|
1651
|
+
],
|
|
1652
|
+
"events": [],
|
|
1653
|
+
"methods": []
|
|
1654
|
+
},
|
|
1655
|
+
"eo-alert": {
|
|
1656
|
+
"properties": [
|
|
1657
|
+
{
|
|
1658
|
+
"name": "type",
|
|
1659
|
+
"annotation": {
|
|
1660
|
+
"type": "reference",
|
|
1661
|
+
"typeName": {
|
|
1662
|
+
"type": "identifier",
|
|
1663
|
+
"name": "AlertType"
|
|
1664
|
+
}
|
|
1665
|
+
}
|
|
1666
|
+
},
|
|
1667
|
+
{
|
|
1668
|
+
"name": "hasTitle",
|
|
1669
|
+
"annotation": {
|
|
1670
|
+
"type": "keyword",
|
|
1671
|
+
"value": "boolean"
|
|
1672
|
+
}
|
|
1673
|
+
},
|
|
1674
|
+
{
|
|
1675
|
+
"name": "showIcon",
|
|
1676
|
+
"annotation": {
|
|
1677
|
+
"type": "keyword",
|
|
1678
|
+
"value": "boolean"
|
|
1679
|
+
}
|
|
1680
|
+
},
|
|
1681
|
+
{
|
|
1682
|
+
"name": "closable",
|
|
1683
|
+
"annotation": {
|
|
1684
|
+
"type": "keyword",
|
|
1685
|
+
"value": "boolean"
|
|
1686
|
+
}
|
|
1687
|
+
},
|
|
1688
|
+
{
|
|
1689
|
+
"name": "localStorageKey",
|
|
1690
|
+
"annotation": {
|
|
1691
|
+
"type": "keyword",
|
|
1692
|
+
"value": "string"
|
|
1693
|
+
}
|
|
1694
|
+
},
|
|
1695
|
+
{
|
|
1696
|
+
"name": "disableUrlNamespace",
|
|
1697
|
+
"annotation": {
|
|
1698
|
+
"type": "keyword",
|
|
1699
|
+
"value": "boolean"
|
|
1700
|
+
}
|
|
1701
|
+
},
|
|
1702
|
+
{
|
|
1703
|
+
"name": "textContent",
|
|
1704
|
+
"annotation": {
|
|
1705
|
+
"type": "keyword",
|
|
1706
|
+
"value": "string"
|
|
1707
|
+
}
|
|
1708
|
+
}
|
|
1709
|
+
],
|
|
1710
|
+
"events": [],
|
|
1711
|
+
"methods": [],
|
|
1712
|
+
"types": [
|
|
1713
|
+
{
|
|
1714
|
+
"type": "enum",
|
|
1715
|
+
"name": "AlertType",
|
|
1716
|
+
"members": [
|
|
1717
|
+
{
|
|
1718
|
+
"type": "enumMember",
|
|
1719
|
+
"id": {
|
|
1720
|
+
"type": "jsLiteral",
|
|
1721
|
+
"value": "SUCCESS"
|
|
1722
|
+
},
|
|
1723
|
+
"initializer": {
|
|
1724
|
+
"type": "jsLiteral",
|
|
1725
|
+
"value": "success"
|
|
1726
|
+
}
|
|
1727
|
+
},
|
|
1728
|
+
{
|
|
1729
|
+
"type": "enumMember",
|
|
1730
|
+
"id": {
|
|
1731
|
+
"type": "jsLiteral",
|
|
1732
|
+
"value": "INFO"
|
|
1733
|
+
},
|
|
1734
|
+
"initializer": {
|
|
1735
|
+
"type": "jsLiteral",
|
|
1736
|
+
"value": "info"
|
|
1737
|
+
}
|
|
1738
|
+
},
|
|
1739
|
+
{
|
|
1740
|
+
"type": "enumMember",
|
|
1741
|
+
"id": {
|
|
1742
|
+
"type": "jsLiteral",
|
|
1743
|
+
"value": "WARNING"
|
|
1744
|
+
},
|
|
1745
|
+
"initializer": {
|
|
1746
|
+
"type": "jsLiteral",
|
|
1747
|
+
"value": "warning"
|
|
1748
|
+
}
|
|
1749
|
+
},
|
|
1750
|
+
{
|
|
1751
|
+
"type": "enumMember",
|
|
1752
|
+
"id": {
|
|
1753
|
+
"type": "jsLiteral",
|
|
1754
|
+
"value": "ERROR"
|
|
1755
|
+
},
|
|
1756
|
+
"initializer": {
|
|
1757
|
+
"type": "jsLiteral",
|
|
1758
|
+
"value": "error"
|
|
1759
|
+
}
|
|
1760
|
+
}
|
|
1761
|
+
]
|
|
1762
|
+
}
|
|
1763
|
+
]
|
|
1764
|
+
},
|
|
1593
1765
|
"eo-pagination": {
|
|
1594
1766
|
"properties": [
|
|
1595
1767
|
{
|
|
@@ -1783,116 +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
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
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/presentational",
|
|
3
|
-
"version": "1.14.
|
|
3
|
+
"version": "1.14.4",
|
|
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": "361eda0bb88dc010502fdf25811ace594f6b2e31"
|
|
48
48
|
}
|