@next-bricks/presentational 1.14.4 → 1.14.5

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.
@@ -69,63 +69,6 @@
69
69
  "description": "通用描述列表构件",
70
70
  "category": "text"
71
71
  },
72
- {
73
- "name": "eo-code-display",
74
- "alias": [
75
- "presentational.code-display"
76
- ],
77
- "properties": [
78
- {
79
- "name": "value",
80
- "description": "代码内容",
81
- "default": "\"\"",
82
- "type": "string"
83
- },
84
- {
85
- "name": "language",
86
- "description": "语言,具体查阅 [Supported languages](https://prismjs.com/#supported-languages)",
87
- "type": "string"
88
- },
89
- {
90
- "name": "hideLineNumber",
91
- "description": "是否隐藏行号",
92
- "type": "boolean"
93
- },
94
- {
95
- "name": "maxLines",
96
- "description": "最大行数",
97
- "type": "number"
98
- },
99
- {
100
- "name": "minLines",
101
- "description": "最小行数",
102
- "type": "number"
103
- },
104
- {
105
- "name": "showCopyButton",
106
- "description": "是否显示复制按钮",
107
- "default": "true",
108
- "type": "boolean"
109
- },
110
- {
111
- "name": "showExportButton",
112
- "description": "是否显示导出按钮",
113
- "type": "boolean"
114
- },
115
- {
116
- "name": "exportFileName",
117
- "description": "导出的文件名",
118
- "default": "download.txt",
119
- "type": "string"
120
- }
121
- ],
122
- "events": [],
123
- "slots": [],
124
- "methods": [],
125
- "parts": [],
126
- "description": "代码展示",
127
- "category": "display-component"
128
- },
129
72
  {
130
73
  "name": "eo-alert",
131
74
  "alias": [
@@ -185,6 +128,63 @@
185
128
  "description": "告警提示",
186
129
  "category": "display-component"
187
130
  },
131
+ {
132
+ "name": "eo-code-display",
133
+ "alias": [
134
+ "presentational.code-display"
135
+ ],
136
+ "properties": [
137
+ {
138
+ "name": "value",
139
+ "description": "代码内容",
140
+ "default": "\"\"",
141
+ "type": "string"
142
+ },
143
+ {
144
+ "name": "language",
145
+ "description": "语言,具体查阅 [Supported languages](https://prismjs.com/#supported-languages)",
146
+ "type": "string"
147
+ },
148
+ {
149
+ "name": "hideLineNumber",
150
+ "description": "是否隐藏行号",
151
+ "type": "boolean"
152
+ },
153
+ {
154
+ "name": "maxLines",
155
+ "description": "最大行数",
156
+ "type": "number"
157
+ },
158
+ {
159
+ "name": "minLines",
160
+ "description": "最小行数",
161
+ "type": "number"
162
+ },
163
+ {
164
+ "name": "showCopyButton",
165
+ "description": "是否显示复制按钮",
166
+ "default": "true",
167
+ "type": "boolean"
168
+ },
169
+ {
170
+ "name": "showExportButton",
171
+ "description": "是否显示导出按钮",
172
+ "type": "boolean"
173
+ },
174
+ {
175
+ "name": "exportFileName",
176
+ "description": "导出的文件名",
177
+ "default": "download.txt",
178
+ "type": "string"
179
+ }
180
+ ],
181
+ "events": [],
182
+ "slots": [],
183
+ "methods": [],
184
+ "parts": [],
185
+ "description": "代码展示",
186
+ "category": "display-component"
187
+ },
188
188
  {
189
189
  "name": "eo-pagination",
190
190
  "properties": [
@@ -690,6 +690,28 @@
690
690
  "parts": [],
691
691
  "description": "加载步骤框"
692
692
  },
693
+ {
694
+ "name": "eo-current-time",
695
+ "properties": [
696
+ {
697
+ "name": "format",
698
+ "description": "时间格式",
699
+ "default": "\"YYYY-MM-DD HH:mm:ss\"",
700
+ "type": "string"
701
+ },
702
+ {
703
+ "name": "icon",
704
+ "description": "前置图标",
705
+ "attribute": false,
706
+ "type": "GeneralIconProps"
707
+ }
708
+ ],
709
+ "events": [],
710
+ "slots": [],
711
+ "methods": [],
712
+ "parts": [],
713
+ "description": "构件 `eo-current-time`"
714
+ },
693
715
  {
694
716
  "name": "eo-carousel-text",
695
717
  "properties": [
@@ -729,28 +751,6 @@
729
751
  "methods": [],
730
752
  "parts": [],
731
753
  "description": "构件 `eo-carousel-text`"
732
- },
733
- {
734
- "name": "eo-current-time",
735
- "properties": [
736
- {
737
- "name": "format",
738
- "description": "时间格式",
739
- "default": "\"YYYY-MM-DD HH:mm:ss\"",
740
- "type": "string"
741
- },
742
- {
743
- "name": "icon",
744
- "description": "前置图标",
745
- "attribute": false,
746
- "type": "GeneralIconProps"
747
- }
748
- ],
749
- "events": [],
750
- "slots": [],
751
- "methods": [],
752
- "parts": [],
753
- "description": "构件 `eo-current-time`"
754
754
  }
755
755
  ],
756
756
  "providers": []
package/dist/types.json CHANGED
@@ -1496,6 +1496,29 @@
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
+ },
1499
1522
  "eo-carousel-text": {
1500
1523
  "properties": [
1501
1524
  {
@@ -1567,91 +1590,6 @@
1567
1590
  "events": [],
1568
1591
  "methods": []
1569
1592
  },
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
1593
  "eo-alert": {
1656
1594
  "properties": [
1657
1595
  {
@@ -1762,6 +1700,68 @@
1762
1700
  }
1763
1701
  ]
1764
1702
  },
1703
+ "eo-code-display": {
1704
+ "properties": [
1705
+ {
1706
+ "name": "value",
1707
+ "annotation": {
1708
+ "type": "keyword",
1709
+ "value": "string"
1710
+ }
1711
+ },
1712
+ {
1713
+ "name": "language",
1714
+ "annotation": {
1715
+ "type": "keyword",
1716
+ "value": "string"
1717
+ }
1718
+ },
1719
+ {
1720
+ "name": "hideLineNumber",
1721
+ "annotation": {
1722
+ "type": "keyword",
1723
+ "value": "boolean"
1724
+ }
1725
+ },
1726
+ {
1727
+ "name": "maxLines",
1728
+ "annotation": {
1729
+ "type": "keyword",
1730
+ "value": "number"
1731
+ }
1732
+ },
1733
+ {
1734
+ "name": "minLines",
1735
+ "annotation": {
1736
+ "type": "keyword",
1737
+ "value": "number"
1738
+ }
1739
+ },
1740
+ {
1741
+ "name": "showCopyButton",
1742
+ "annotation": {
1743
+ "type": "keyword",
1744
+ "value": "boolean"
1745
+ }
1746
+ },
1747
+ {
1748
+ "name": "showExportButton",
1749
+ "annotation": {
1750
+ "type": "keyword",
1751
+ "value": "boolean"
1752
+ }
1753
+ },
1754
+ {
1755
+ "name": "exportFileName",
1756
+ "annotation": {
1757
+ "type": "keyword",
1758
+ "value": "string"
1759
+ }
1760
+ }
1761
+ ],
1762
+ "events": [],
1763
+ "methods": []
1764
+ },
1765
1765
  "eo-pagination": {
1766
1766
  "properties": [
1767
1767
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/presentational",
3
- "version": "1.14.4",
3
+ "version": "1.14.5",
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": "361eda0bb88dc010502fdf25811ace594f6b2e31"
47
+ "gitHead": "ba8c8f9fe3954378c989d2623ee2d30397c48ca1"
48
48
  }