@next-bricks/presentational 1.10.5 → 1.10.6

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.
Files changed (35) hide show
  1. package/dist/bricks.json +22 -22
  2. package/dist/chunks/1889.e0150227.js +2 -0
  3. package/dist/chunks/1889.e0150227.js.map +1 -0
  4. package/dist/chunks/{4196.6694a601.js → 4196.231c3583.js} +2 -2
  5. package/dist/chunks/{4196.6694a601.js.map → 4196.231c3583.js.map} +1 -1
  6. package/dist/chunks/{4837.e3dd6850.js → 4837.5a904be8.js} +2 -2
  7. package/dist/chunks/{4837.e3dd6850.js.map → 4837.5a904be8.js.map} +1 -1
  8. package/dist/chunks/{5478.790e8309.js → 5478.23eed07e.js} +3 -3
  9. package/dist/chunks/5478.23eed07e.js.map +1 -0
  10. package/dist/chunks/{7218.98dd82bb.js → 7218.efd3f706.js} +2 -2
  11. package/dist/chunks/{7218.98dd82bb.js.map → 7218.efd3f706.js.map} +1 -1
  12. package/dist/chunks/{eo-card-item.885e01fd.js → eo-card-item.bb767f50.js} +3 -3
  13. package/dist/chunks/{eo-card-item.885e01fd.js.map → eo-card-item.bb767f50.js.map} +1 -1
  14. package/dist/chunks/{eo-descriptions.0f51b2f7.js → eo-descriptions.a53cade1.js} +3 -3
  15. package/dist/chunks/{eo-descriptions.0f51b2f7.js.map → eo-descriptions.a53cade1.js.map} +1 -1
  16. package/dist/chunks/{eo-info-card-item.12800237.js → eo-info-card-item.5746d6da.js} +3 -3
  17. package/dist/chunks/{eo-info-card-item.12800237.js.map → eo-info-card-item.5746d6da.js.map} +1 -1
  18. package/dist/chunks/{eo-loading-step.6188e9e4.js → eo-loading-step.eae4e507.js} +3 -3
  19. package/dist/chunks/{eo-loading-step.6188e9e4.js.map → eo-loading-step.eae4e507.js.map} +1 -1
  20. package/dist/chunks/{main.18896521.js → main.3c718086.js} +2 -2
  21. package/dist/chunks/{main.18896521.js.map → main.3c718086.js.map} +1 -1
  22. package/dist/examples.json +6 -6
  23. package/dist/{index.5f53f591.js → index.55f0e571.js} +2 -2
  24. package/dist/{index.5f53f591.js.map → index.55f0e571.js.map} +1 -1
  25. package/dist/manifest.json +111 -111
  26. package/dist/types.json +165 -165
  27. package/package.json +2 -2
  28. package/dist/chunks/1889.62073b7d.js +0 -2
  29. package/dist/chunks/1889.62073b7d.js.map +0 -1
  30. package/dist/chunks/5478.790e8309.js.map +0 -1
  31. /package/dist/chunks/{5478.790e8309.js.LICENSE.txt → 5478.23eed07e.js.LICENSE.txt} +0 -0
  32. /package/dist/chunks/{eo-card-item.885e01fd.js.LICENSE.txt → eo-card-item.bb767f50.js.LICENSE.txt} +0 -0
  33. /package/dist/chunks/{eo-descriptions.0f51b2f7.js.LICENSE.txt → eo-descriptions.a53cade1.js.LICENSE.txt} +0 -0
  34. /package/dist/chunks/{eo-info-card-item.12800237.js.LICENSE.txt → eo-info-card-item.5746d6da.js.LICENSE.txt} +0 -0
  35. /package/dist/chunks/{eo-loading-step.6188e9e4.js.LICENSE.txt → eo-loading-step.eae4e507.js.LICENSE.txt} +0 -0
@@ -64,117 +64,6 @@
64
64
  "description": "通用描述列表构件",
65
65
  "category": "text"
66
66
  },
67
- {
68
- "name": "eo-alert",
69
- "alias": [
70
- "presentational.general-alert"
71
- ],
72
- "properties": [
73
- {
74
- "name": "type",
75
- "description": "警告类型",
76
- "attribute": false,
77
- "type": "AlertType"
78
- },
79
- {
80
- "name": "hasTitle",
81
- "description": "是否显示标题。开启后,可以使用 `title` 插槽",
82
- "type": "boolean"
83
- },
84
- {
85
- "name": "showIcon",
86
- "description": "是否显示提示图标",
87
- "type": "boolean"
88
- },
89
- {
90
- "name": "closable",
91
- "description": "是否显示关闭按钮",
92
- "type": "boolean"
93
- },
94
- {
95
- "name": "localStorageKey",
96
- "description": "以该值和页面 url 作为命名空间,决定是否显示该警告提示",
97
- "type": "string"
98
- },
99
- {
100
- "name": "disableUrlNamespace",
101
- "description": "关闭后仅以 `localStorageKey` 作为命名空间",
102
- "type": "boolean"
103
- }
104
- ],
105
- "events": [],
106
- "slots": [
107
- {
108
- "name": null,
109
- "description": "内容区"
110
- },
111
- {
112
- "name": "title",
113
- "description": "标题"
114
- }
115
- ],
116
- "methods": [],
117
- "parts": [],
118
- "description": "告警提示",
119
- "category": "display-component"
120
- },
121
- {
122
- "name": "eo-code-display",
123
- "alias": [
124
- "presentational.code-display"
125
- ],
126
- "properties": [
127
- {
128
- "name": "value",
129
- "description": "代码内容",
130
- "default": "\"\"",
131
- "type": "string"
132
- },
133
- {
134
- "name": "language",
135
- "description": "语言,具体查阅 [Supported languages](https://prismjs.com/#supported-languages)",
136
- "type": "string"
137
- },
138
- {
139
- "name": "hideLineNumber",
140
- "description": "是否隐藏行号",
141
- "type": "boolean"
142
- },
143
- {
144
- "name": "maxLines",
145
- "description": "最大行数",
146
- "type": "number"
147
- },
148
- {
149
- "name": "minLines",
150
- "description": "最小行数",
151
- "type": "number"
152
- },
153
- {
154
- "name": "showCopyButton",
155
- "description": "是否显示复制按钮",
156
- "default": "true",
157
- "type": "boolean"
158
- },
159
- {
160
- "name": "showExportButton",
161
- "description": "是否显示导出按钮",
162
- "type": "boolean"
163
- },
164
- {
165
- "name": "exportFileName",
166
- "description": "导出的文件名",
167
- "default": "download.txt",
168
- "type": "string"
169
- }
170
- ],
171
- "events": [],
172
- "slots": [],
173
- "methods": [],
174
- "parts": [],
175
- "description": "代码展示",
176
- "category": "display-component"
177
- },
178
67
  {
179
68
  "name": "eo-pagination",
180
69
  "properties": [
@@ -721,6 +610,117 @@
721
610
  "methods": [],
722
611
  "parts": [],
723
612
  "description": "构件 `eo-carousel-text`"
613
+ },
614
+ {
615
+ "name": "eo-alert",
616
+ "alias": [
617
+ "presentational.general-alert"
618
+ ],
619
+ "properties": [
620
+ {
621
+ "name": "type",
622
+ "description": "警告类型",
623
+ "attribute": false,
624
+ "type": "AlertType"
625
+ },
626
+ {
627
+ "name": "hasTitle",
628
+ "description": "是否显示标题。开启后,可以使用 `title` 插槽",
629
+ "type": "boolean"
630
+ },
631
+ {
632
+ "name": "showIcon",
633
+ "description": "是否显示提示图标",
634
+ "type": "boolean"
635
+ },
636
+ {
637
+ "name": "closable",
638
+ "description": "是否显示关闭按钮",
639
+ "type": "boolean"
640
+ },
641
+ {
642
+ "name": "localStorageKey",
643
+ "description": "以该值和页面 url 作为命名空间,决定是否显示该警告提示",
644
+ "type": "string"
645
+ },
646
+ {
647
+ "name": "disableUrlNamespace",
648
+ "description": "关闭后仅以 `localStorageKey` 作为命名空间",
649
+ "type": "boolean"
650
+ }
651
+ ],
652
+ "events": [],
653
+ "slots": [
654
+ {
655
+ "name": null,
656
+ "description": "内容区"
657
+ },
658
+ {
659
+ "name": "title",
660
+ "description": "标题"
661
+ }
662
+ ],
663
+ "methods": [],
664
+ "parts": [],
665
+ "description": "告警提示",
666
+ "category": "display-component"
667
+ },
668
+ {
669
+ "name": "eo-code-display",
670
+ "alias": [
671
+ "presentational.code-display"
672
+ ],
673
+ "properties": [
674
+ {
675
+ "name": "value",
676
+ "description": "代码内容",
677
+ "default": "\"\"",
678
+ "type": "string"
679
+ },
680
+ {
681
+ "name": "language",
682
+ "description": "语言,具体查阅 [Supported languages](https://prismjs.com/#supported-languages)",
683
+ "type": "string"
684
+ },
685
+ {
686
+ "name": "hideLineNumber",
687
+ "description": "是否隐藏行号",
688
+ "type": "boolean"
689
+ },
690
+ {
691
+ "name": "maxLines",
692
+ "description": "最大行数",
693
+ "type": "number"
694
+ },
695
+ {
696
+ "name": "minLines",
697
+ "description": "最小行数",
698
+ "type": "number"
699
+ },
700
+ {
701
+ "name": "showCopyButton",
702
+ "description": "是否显示复制按钮",
703
+ "default": "true",
704
+ "type": "boolean"
705
+ },
706
+ {
707
+ "name": "showExportButton",
708
+ "description": "是否显示导出按钮",
709
+ "type": "boolean"
710
+ },
711
+ {
712
+ "name": "exportFileName",
713
+ "description": "导出的文件名",
714
+ "default": "download.txt",
715
+ "type": "string"
716
+ }
717
+ ],
718
+ "events": [],
719
+ "slots": [],
720
+ "methods": [],
721
+ "parts": [],
722
+ "description": "代码展示",
723
+ "category": "display-component"
724
724
  }
725
725
  ],
726
726
  "providers": []
package/dist/types.json CHANGED
@@ -1557,171 +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
- "events": [],
1609
- "methods": [],
1610
- "types": [
1611
- {
1612
- "type": "enum",
1613
- "name": "AlertType",
1614
- "members": [
1615
- {
1616
- "type": "enumMember",
1617
- "id": {
1618
- "type": "jsLiteral",
1619
- "value": "SUCCESS"
1620
- },
1621
- "initializer": {
1622
- "type": "jsLiteral",
1623
- "value": "success"
1624
- }
1625
- },
1626
- {
1627
- "type": "enumMember",
1628
- "id": {
1629
- "type": "jsLiteral",
1630
- "value": "INFO"
1631
- },
1632
- "initializer": {
1633
- "type": "jsLiteral",
1634
- "value": "info"
1635
- }
1636
- },
1637
- {
1638
- "type": "enumMember",
1639
- "id": {
1640
- "type": "jsLiteral",
1641
- "value": "WARNING"
1642
- },
1643
- "initializer": {
1644
- "type": "jsLiteral",
1645
- "value": "warning"
1646
- }
1647
- },
1648
- {
1649
- "type": "enumMember",
1650
- "id": {
1651
- "type": "jsLiteral",
1652
- "value": "ERROR"
1653
- },
1654
- "initializer": {
1655
- "type": "jsLiteral",
1656
- "value": "error"
1657
- }
1658
- }
1659
- ]
1660
- }
1661
- ]
1662
- },
1663
- "eo-code-display": {
1664
- "properties": [
1665
- {
1666
- "name": "value",
1667
- "annotation": {
1668
- "type": "keyword",
1669
- "value": "string"
1670
- }
1671
- },
1672
- {
1673
- "name": "language",
1674
- "annotation": {
1675
- "type": "keyword",
1676
- "value": "string"
1677
- }
1678
- },
1679
- {
1680
- "name": "hideLineNumber",
1681
- "annotation": {
1682
- "type": "keyword",
1683
- "value": "boolean"
1684
- }
1685
- },
1686
- {
1687
- "name": "maxLines",
1688
- "annotation": {
1689
- "type": "keyword",
1690
- "value": "number"
1691
- }
1692
- },
1693
- {
1694
- "name": "minLines",
1695
- "annotation": {
1696
- "type": "keyword",
1697
- "value": "number"
1698
- }
1699
- },
1700
- {
1701
- "name": "showCopyButton",
1702
- "annotation": {
1703
- "type": "keyword",
1704
- "value": "boolean"
1705
- }
1706
- },
1707
- {
1708
- "name": "showExportButton",
1709
- "annotation": {
1710
- "type": "keyword",
1711
- "value": "boolean"
1712
- }
1713
- },
1714
- {
1715
- "name": "exportFileName",
1716
- "annotation": {
1717
- "type": "keyword",
1718
- "value": "string"
1719
- }
1720
- }
1721
- ],
1722
- "events": [],
1723
- "methods": []
1724
- },
1725
1560
  "eo-pagination": {
1726
1561
  "properties": [
1727
1562
  {
@@ -1929,5 +1764,170 @@
1929
1764
  ]
1930
1765
  }
1931
1766
  ]
1767
+ },
1768
+ "eo-alert": {
1769
+ "properties": [
1770
+ {
1771
+ "name": "type",
1772
+ "annotation": {
1773
+ "type": "reference",
1774
+ "typeName": {
1775
+ "type": "identifier",
1776
+ "name": "AlertType"
1777
+ }
1778
+ }
1779
+ },
1780
+ {
1781
+ "name": "hasTitle",
1782
+ "annotation": {
1783
+ "type": "keyword",
1784
+ "value": "boolean"
1785
+ }
1786
+ },
1787
+ {
1788
+ "name": "showIcon",
1789
+ "annotation": {
1790
+ "type": "keyword",
1791
+ "value": "boolean"
1792
+ }
1793
+ },
1794
+ {
1795
+ "name": "closable",
1796
+ "annotation": {
1797
+ "type": "keyword",
1798
+ "value": "boolean"
1799
+ }
1800
+ },
1801
+ {
1802
+ "name": "localStorageKey",
1803
+ "annotation": {
1804
+ "type": "keyword",
1805
+ "value": "string"
1806
+ }
1807
+ },
1808
+ {
1809
+ "name": "disableUrlNamespace",
1810
+ "annotation": {
1811
+ "type": "keyword",
1812
+ "value": "boolean"
1813
+ }
1814
+ }
1815
+ ],
1816
+ "events": [],
1817
+ "methods": [],
1818
+ "types": [
1819
+ {
1820
+ "type": "enum",
1821
+ "name": "AlertType",
1822
+ "members": [
1823
+ {
1824
+ "type": "enumMember",
1825
+ "id": {
1826
+ "type": "jsLiteral",
1827
+ "value": "SUCCESS"
1828
+ },
1829
+ "initializer": {
1830
+ "type": "jsLiteral",
1831
+ "value": "success"
1832
+ }
1833
+ },
1834
+ {
1835
+ "type": "enumMember",
1836
+ "id": {
1837
+ "type": "jsLiteral",
1838
+ "value": "INFO"
1839
+ },
1840
+ "initializer": {
1841
+ "type": "jsLiteral",
1842
+ "value": "info"
1843
+ }
1844
+ },
1845
+ {
1846
+ "type": "enumMember",
1847
+ "id": {
1848
+ "type": "jsLiteral",
1849
+ "value": "WARNING"
1850
+ },
1851
+ "initializer": {
1852
+ "type": "jsLiteral",
1853
+ "value": "warning"
1854
+ }
1855
+ },
1856
+ {
1857
+ "type": "enumMember",
1858
+ "id": {
1859
+ "type": "jsLiteral",
1860
+ "value": "ERROR"
1861
+ },
1862
+ "initializer": {
1863
+ "type": "jsLiteral",
1864
+ "value": "error"
1865
+ }
1866
+ }
1867
+ ]
1868
+ }
1869
+ ]
1870
+ },
1871
+ "eo-code-display": {
1872
+ "properties": [
1873
+ {
1874
+ "name": "value",
1875
+ "annotation": {
1876
+ "type": "keyword",
1877
+ "value": "string"
1878
+ }
1879
+ },
1880
+ {
1881
+ "name": "language",
1882
+ "annotation": {
1883
+ "type": "keyword",
1884
+ "value": "string"
1885
+ }
1886
+ },
1887
+ {
1888
+ "name": "hideLineNumber",
1889
+ "annotation": {
1890
+ "type": "keyword",
1891
+ "value": "boolean"
1892
+ }
1893
+ },
1894
+ {
1895
+ "name": "maxLines",
1896
+ "annotation": {
1897
+ "type": "keyword",
1898
+ "value": "number"
1899
+ }
1900
+ },
1901
+ {
1902
+ "name": "minLines",
1903
+ "annotation": {
1904
+ "type": "keyword",
1905
+ "value": "number"
1906
+ }
1907
+ },
1908
+ {
1909
+ "name": "showCopyButton",
1910
+ "annotation": {
1911
+ "type": "keyword",
1912
+ "value": "boolean"
1913
+ }
1914
+ },
1915
+ {
1916
+ "name": "showExportButton",
1917
+ "annotation": {
1918
+ "type": "keyword",
1919
+ "value": "boolean"
1920
+ }
1921
+ },
1922
+ {
1923
+ "name": "exportFileName",
1924
+ "annotation": {
1925
+ "type": "keyword",
1926
+ "value": "string"
1927
+ }
1928
+ }
1929
+ ],
1930
+ "events": [],
1931
+ "methods": []
1932
1932
  }
1933
1933
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/presentational",
3
- "version": "1.10.5",
3
+ "version": "1.10.6",
4
4
  "homepage": "https://github.com/easyops-cn/next-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": "23246eed63bbbc51b770465df74430c8807f71e2"
47
+ "gitHead": "f32c29e456a60397b277954d85fc4fd8e8c10bef"
48
48
  }