@next-bricks/presentational 1.6.2 → 1.6.3
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 +12 -12
- package/dist/chunks/{2612.2b2da56b.js → 2612.f4249c34.js} +2 -2
- package/dist/chunks/{2612.2b2da56b.js.map → 2612.f4249c34.js.map} +1 -1
- package/dist/chunks/{7115.0436a779.js → 7115.ad5a8a02.js} +2 -2
- package/dist/chunks/{7115.0436a779.js.map → 7115.ad5a8a02.js.map} +1 -1
- package/dist/chunks/{875.6a5e7649.js → 875.77fb39ee.js} +2 -2
- package/dist/chunks/875.77fb39ee.js.map +1 -0
- package/dist/chunks/{9496.70cc0256.js → 9496.c95e3af1.js} +2 -2
- package/dist/chunks/{9496.70cc0256.js.map → 9496.c95e3af1.js.map} +1 -1
- package/dist/chunks/{eo-descriptions.fddab3d8.js → eo-descriptions.3aacd58f.js} +3 -3
- package/dist/chunks/{eo-descriptions.fddab3d8.js.map → eo-descriptions.3aacd58f.js.map} +1 -1
- package/dist/chunks/{eo-info-card-item.3f0a0732.js → eo-info-card-item.98679003.js} +3 -3
- package/dist/chunks/{eo-info-card-item.3f0a0732.js.map → eo-info-card-item.98679003.js.map} +1 -1
- package/dist/chunks/{eo-loading-step.d86042fd.js → eo-loading-step.15db26ba.js} +3 -3
- package/dist/chunks/{eo-loading-step.d86042fd.js.map → eo-loading-step.15db26ba.js.map} +1 -1
- package/dist/chunks/main.e2b6b8ef.js +2 -0
- package/dist/chunks/{main.6a678ab7.js.map → main.e2b6b8ef.js.map} +1 -1
- package/dist/examples.json +3 -3
- package/dist/index.dd274a3e.js +2 -0
- package/dist/index.dd274a3e.js.map +1 -0
- package/dist/manifest.json +57 -57
- package/dist/types.json +62 -62
- package/package.json +2 -2
- package/dist/chunks/875.6a5e7649.js.map +0 -1
- package/dist/chunks/main.6a678ab7.js +0 -2
- package/dist/index.c7c54416.js +0 -2
- package/dist/index.c7c54416.js.map +0 -1
- /package/dist/chunks/{eo-descriptions.fddab3d8.js.LICENSE.txt → eo-descriptions.3aacd58f.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-info-card-item.3f0a0732.js.LICENSE.txt → eo-info-card-item.98679003.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-loading-step.d86042fd.js.LICENSE.txt → eo-loading-step.15db26ba.js.LICENSE.txt} +0 -0
package/dist/manifest.json
CHANGED
|
@@ -118,63 +118,6 @@
|
|
|
118
118
|
"description": "告警提示",
|
|
119
119
|
"category": "display-component"
|
|
120
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
121
|
{
|
|
179
122
|
"name": "eo-pagination",
|
|
180
123
|
"properties": [
|
|
@@ -339,6 +282,63 @@
|
|
|
339
282
|
"description": "信息类卡片 —— 通用卡片",
|
|
340
283
|
"category": "card-info"
|
|
341
284
|
},
|
|
285
|
+
{
|
|
286
|
+
"name": "eo-code-display",
|
|
287
|
+
"alias": [
|
|
288
|
+
"presentational.code-display"
|
|
289
|
+
],
|
|
290
|
+
"properties": [
|
|
291
|
+
{
|
|
292
|
+
"name": "value",
|
|
293
|
+
"description": "代码内容",
|
|
294
|
+
"default": "\"\"",
|
|
295
|
+
"type": "string"
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
"name": "language",
|
|
299
|
+
"description": "语言,具体查阅 [Supported languages](https://prismjs.com/#supported-languages)",
|
|
300
|
+
"type": "string"
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"name": "hideLineNumber",
|
|
304
|
+
"description": "是否隐藏行号",
|
|
305
|
+
"type": "boolean"
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"name": "maxLines",
|
|
309
|
+
"description": "最大行数",
|
|
310
|
+
"type": "number"
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
"name": "minLines",
|
|
314
|
+
"description": "最小行数",
|
|
315
|
+
"type": "number"
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
"name": "showCopyButton",
|
|
319
|
+
"description": "是否显示复制按钮",
|
|
320
|
+
"default": "true",
|
|
321
|
+
"type": "boolean"
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
"name": "showExportButton",
|
|
325
|
+
"description": "是否显示导出按钮",
|
|
326
|
+
"type": "boolean"
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
"name": "exportFileName",
|
|
330
|
+
"description": "导出的文件名",
|
|
331
|
+
"default": "download.txt",
|
|
332
|
+
"type": "string"
|
|
333
|
+
}
|
|
334
|
+
],
|
|
335
|
+
"events": [],
|
|
336
|
+
"slots": [],
|
|
337
|
+
"methods": [],
|
|
338
|
+
"parts": [],
|
|
339
|
+
"description": "代码展示",
|
|
340
|
+
"category": "display-component"
|
|
341
|
+
},
|
|
342
342
|
{
|
|
343
343
|
"name": "eo-divider",
|
|
344
344
|
"properties": [
|
package/dist/types.json
CHANGED
|
@@ -1620,68 +1620,6 @@
|
|
|
1620
1620
|
}
|
|
1621
1621
|
]
|
|
1622
1622
|
},
|
|
1623
|
-
"eo-code-display": {
|
|
1624
|
-
"properties": [
|
|
1625
|
-
{
|
|
1626
|
-
"name": "value",
|
|
1627
|
-
"annotation": {
|
|
1628
|
-
"type": "keyword",
|
|
1629
|
-
"value": "string"
|
|
1630
|
-
}
|
|
1631
|
-
},
|
|
1632
|
-
{
|
|
1633
|
-
"name": "language",
|
|
1634
|
-
"annotation": {
|
|
1635
|
-
"type": "keyword",
|
|
1636
|
-
"value": "string"
|
|
1637
|
-
}
|
|
1638
|
-
},
|
|
1639
|
-
{
|
|
1640
|
-
"name": "hideLineNumber",
|
|
1641
|
-
"annotation": {
|
|
1642
|
-
"type": "keyword",
|
|
1643
|
-
"value": "boolean"
|
|
1644
|
-
}
|
|
1645
|
-
},
|
|
1646
|
-
{
|
|
1647
|
-
"name": "maxLines",
|
|
1648
|
-
"annotation": {
|
|
1649
|
-
"type": "keyword",
|
|
1650
|
-
"value": "number"
|
|
1651
|
-
}
|
|
1652
|
-
},
|
|
1653
|
-
{
|
|
1654
|
-
"name": "minLines",
|
|
1655
|
-
"annotation": {
|
|
1656
|
-
"type": "keyword",
|
|
1657
|
-
"value": "number"
|
|
1658
|
-
}
|
|
1659
|
-
},
|
|
1660
|
-
{
|
|
1661
|
-
"name": "showCopyButton",
|
|
1662
|
-
"annotation": {
|
|
1663
|
-
"type": "keyword",
|
|
1664
|
-
"value": "boolean"
|
|
1665
|
-
}
|
|
1666
|
-
},
|
|
1667
|
-
{
|
|
1668
|
-
"name": "showExportButton",
|
|
1669
|
-
"annotation": {
|
|
1670
|
-
"type": "keyword",
|
|
1671
|
-
"value": "boolean"
|
|
1672
|
-
}
|
|
1673
|
-
},
|
|
1674
|
-
{
|
|
1675
|
-
"name": "exportFileName",
|
|
1676
|
-
"annotation": {
|
|
1677
|
-
"type": "keyword",
|
|
1678
|
-
"value": "string"
|
|
1679
|
-
}
|
|
1680
|
-
}
|
|
1681
|
-
],
|
|
1682
|
-
"events": [],
|
|
1683
|
-
"methods": []
|
|
1684
|
-
},
|
|
1685
1623
|
"eo-pagination": {
|
|
1686
1624
|
"properties": [
|
|
1687
1625
|
{
|
|
@@ -1761,6 +1699,68 @@
|
|
|
1761
1699
|
],
|
|
1762
1700
|
"methods": []
|
|
1763
1701
|
},
|
|
1702
|
+
"eo-code-display": {
|
|
1703
|
+
"properties": [
|
|
1704
|
+
{
|
|
1705
|
+
"name": "value",
|
|
1706
|
+
"annotation": {
|
|
1707
|
+
"type": "keyword",
|
|
1708
|
+
"value": "string"
|
|
1709
|
+
}
|
|
1710
|
+
},
|
|
1711
|
+
{
|
|
1712
|
+
"name": "language",
|
|
1713
|
+
"annotation": {
|
|
1714
|
+
"type": "keyword",
|
|
1715
|
+
"value": "string"
|
|
1716
|
+
}
|
|
1717
|
+
},
|
|
1718
|
+
{
|
|
1719
|
+
"name": "hideLineNumber",
|
|
1720
|
+
"annotation": {
|
|
1721
|
+
"type": "keyword",
|
|
1722
|
+
"value": "boolean"
|
|
1723
|
+
}
|
|
1724
|
+
},
|
|
1725
|
+
{
|
|
1726
|
+
"name": "maxLines",
|
|
1727
|
+
"annotation": {
|
|
1728
|
+
"type": "keyword",
|
|
1729
|
+
"value": "number"
|
|
1730
|
+
}
|
|
1731
|
+
},
|
|
1732
|
+
{
|
|
1733
|
+
"name": "minLines",
|
|
1734
|
+
"annotation": {
|
|
1735
|
+
"type": "keyword",
|
|
1736
|
+
"value": "number"
|
|
1737
|
+
}
|
|
1738
|
+
},
|
|
1739
|
+
{
|
|
1740
|
+
"name": "showCopyButton",
|
|
1741
|
+
"annotation": {
|
|
1742
|
+
"type": "keyword",
|
|
1743
|
+
"value": "boolean"
|
|
1744
|
+
}
|
|
1745
|
+
},
|
|
1746
|
+
{
|
|
1747
|
+
"name": "showExportButton",
|
|
1748
|
+
"annotation": {
|
|
1749
|
+
"type": "keyword",
|
|
1750
|
+
"value": "boolean"
|
|
1751
|
+
}
|
|
1752
|
+
},
|
|
1753
|
+
{
|
|
1754
|
+
"name": "exportFileName",
|
|
1755
|
+
"annotation": {
|
|
1756
|
+
"type": "keyword",
|
|
1757
|
+
"value": "string"
|
|
1758
|
+
}
|
|
1759
|
+
}
|
|
1760
|
+
],
|
|
1761
|
+
"events": [],
|
|
1762
|
+
"methods": []
|
|
1763
|
+
},
|
|
1764
1764
|
"eo-humanize-time": {
|
|
1765
1765
|
"properties": [
|
|
1766
1766
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/presentational",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.3",
|
|
4
4
|
"homepage": "https://github.com/easyops-cn/next-bricks/tree/master/bricks/presentational",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"@next-bricks/containers": "*",
|
|
44
44
|
"@next-bricks/icons": "*"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "2d64a6e5a13623e6da5d903cdce55c8d26a733b3"
|
|
47
47
|
}
|