@next-bricks/presentational 1.15.0 → 1.16.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 +29 -29
- package/dist/chunks/7082.4f2c5022.js +2 -0
- package/dist/chunks/7082.4f2c5022.js.map +1 -0
- package/dist/chunks/eo-card-item.08f95a92.js +3 -0
- package/dist/chunks/eo-card-item.08f95a92.js.map +1 -0
- package/dist/chunks/eo-descriptions.1abe32d8.js.map +1 -1
- package/dist/chunks/{main.5f4e873f.js → main.09302c17.js} +2 -2
- package/dist/chunks/{main.5f4e873f.js.map → main.09302c17.js.map} +1 -1
- package/dist/examples.json +11 -11
- package/dist/index.7804e54f.js +2 -0
- package/dist/{index.6814eeea.js.map → index.7804e54f.js.map} +1 -1
- package/dist/manifest.json +240 -220
- package/dist/types.json +198 -167
- package/dist-types/card-item/index.d.ts +11 -0
- package/dist-types/descriptions/index.d.ts +1 -1
- package/docs/eo-card-item.md +61 -28
- package/package.json +2 -2
- package/dist/chunks/7082.5b5601f8.js +0 -2
- package/dist/chunks/7082.5b5601f8.js.map +0 -1
- package/dist/chunks/eo-card-item.c8ae419d.js +0 -3
- package/dist/chunks/eo-card-item.c8ae419d.js.map +0 -1
- package/dist/index.6814eeea.js +0 -2
- /package/dist/chunks/{eo-card-item.c8ae419d.js.LICENSE.txt → eo-card-item.08f95a92.js.LICENSE.txt} +0 -0
package/dist/manifest.json
CHANGED
|
@@ -69,186 +69,6 @@
|
|
|
69
69
|
"description": "通用描述列表构件",
|
|
70
70
|
"category": "text"
|
|
71
71
|
},
|
|
72
|
-
{
|
|
73
|
-
"name": "eo-alert",
|
|
74
|
-
"alias": [
|
|
75
|
-
"presentational.general-alert"
|
|
76
|
-
],
|
|
77
|
-
"properties": [
|
|
78
|
-
{
|
|
79
|
-
"name": "type",
|
|
80
|
-
"description": "警告类型",
|
|
81
|
-
"attribute": false,
|
|
82
|
-
"type": "AlertType"
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
"name": "hasTitle",
|
|
86
|
-
"description": "是否显示标题。开启后,可以使用 `title` 插槽",
|
|
87
|
-
"type": "boolean"
|
|
88
|
-
},
|
|
89
|
-
{
|
|
90
|
-
"name": "showIcon",
|
|
91
|
-
"description": "是否显示提示图标",
|
|
92
|
-
"type": "boolean"
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
"name": "closable",
|
|
96
|
-
"description": "是否显示关闭按钮",
|
|
97
|
-
"type": "boolean"
|
|
98
|
-
},
|
|
99
|
-
{
|
|
100
|
-
"name": "localStorageKey",
|
|
101
|
-
"description": "以该值和页面 url 作为命名空间,决定是否显示该警告提示",
|
|
102
|
-
"type": "string"
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
"name": "disableUrlNamespace",
|
|
106
|
-
"description": "关闭后仅以 `localStorageKey` 作为命名空间",
|
|
107
|
-
"type": "boolean"
|
|
108
|
-
},
|
|
109
|
-
{
|
|
110
|
-
"name": "textContent",
|
|
111
|
-
"type": "string",
|
|
112
|
-
"description": "文本内容"
|
|
113
|
-
}
|
|
114
|
-
],
|
|
115
|
-
"events": [],
|
|
116
|
-
"slots": [
|
|
117
|
-
{
|
|
118
|
-
"name": null,
|
|
119
|
-
"description": "内容区"
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
"name": "title",
|
|
123
|
-
"description": "标题"
|
|
124
|
-
}
|
|
125
|
-
],
|
|
126
|
-
"methods": [],
|
|
127
|
-
"parts": [],
|
|
128
|
-
"description": "告警提示",
|
|
129
|
-
"category": "display-component"
|
|
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
|
-
{
|
|
189
|
-
"name": "eo-pagination",
|
|
190
|
-
"properties": [
|
|
191
|
-
{
|
|
192
|
-
"name": "type",
|
|
193
|
-
"description": "",
|
|
194
|
-
"default": "\"page\"",
|
|
195
|
-
"type": "\"page\" | \"token\""
|
|
196
|
-
},
|
|
197
|
-
{
|
|
198
|
-
"name": "total",
|
|
199
|
-
"description": "数据总数",
|
|
200
|
-
"default": "0",
|
|
201
|
-
"type": "number"
|
|
202
|
-
},
|
|
203
|
-
{
|
|
204
|
-
"name": "page",
|
|
205
|
-
"description": "当前页数",
|
|
206
|
-
"default": "1",
|
|
207
|
-
"type": "number"
|
|
208
|
-
},
|
|
209
|
-
{
|
|
210
|
-
"name": "pageSize",
|
|
211
|
-
"description": "每页条数",
|
|
212
|
-
"default": "20",
|
|
213
|
-
"type": "number"
|
|
214
|
-
},
|
|
215
|
-
{
|
|
216
|
-
"name": "pageSizeOptions",
|
|
217
|
-
"description": "指定每页可以显示多少条",
|
|
218
|
-
"default": "[10, 20, 50, 100]",
|
|
219
|
-
"attribute": false,
|
|
220
|
-
"type": "number[]"
|
|
221
|
-
},
|
|
222
|
-
{
|
|
223
|
-
"name": "showSizeChanger",
|
|
224
|
-
"description": "是否展示`pageSize`分页器",
|
|
225
|
-
"default": "true",
|
|
226
|
-
"type": "boolean"
|
|
227
|
-
},
|
|
228
|
-
{
|
|
229
|
-
"name": "nextToken",
|
|
230
|
-
"type": "string"
|
|
231
|
-
},
|
|
232
|
-
{
|
|
233
|
-
"name": "previousToken",
|
|
234
|
-
"type": "string"
|
|
235
|
-
}
|
|
236
|
-
],
|
|
237
|
-
"events": [
|
|
238
|
-
{
|
|
239
|
-
"name": "change",
|
|
240
|
-
"description": "页码及每页条数改变事件",
|
|
241
|
-
"detail": {
|
|
242
|
-
"type": "ChangeDetail"
|
|
243
|
-
}
|
|
244
|
-
}
|
|
245
|
-
],
|
|
246
|
-
"slots": [],
|
|
247
|
-
"methods": [],
|
|
248
|
-
"parts": [],
|
|
249
|
-
"description": "分页",
|
|
250
|
-
"category": "navigation"
|
|
251
|
-
},
|
|
252
72
|
{
|
|
253
73
|
"name": "eo-card-item",
|
|
254
74
|
"properties": [
|
|
@@ -349,17 +169,33 @@
|
|
|
349
169
|
"attribute": false,
|
|
350
170
|
"type": "TagConfig"
|
|
351
171
|
},
|
|
172
|
+
{
|
|
173
|
+
"name": "borderColor",
|
|
174
|
+
"description": "卡片边框颜色",
|
|
175
|
+
"type": "string"
|
|
176
|
+
},
|
|
352
177
|
{
|
|
353
178
|
"name": "cardStyle",
|
|
354
179
|
"description": "卡片样式",
|
|
355
180
|
"attribute": false,
|
|
356
181
|
"type": "React.CSSProperties"
|
|
357
182
|
},
|
|
183
|
+
{
|
|
184
|
+
"name": "cardBodyStyle",
|
|
185
|
+
"description": "卡片内容区域样式",
|
|
186
|
+
"attribute": false,
|
|
187
|
+
"type": "React.CSSProperties"
|
|
188
|
+
},
|
|
358
189
|
{
|
|
359
190
|
"name": "cardTitleStyle",
|
|
360
191
|
"description": "卡片标题样式",
|
|
361
192
|
"attribute": false,
|
|
362
193
|
"type": "React.CSSProperties"
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"name": "textContent",
|
|
197
|
+
"type": "string",
|
|
198
|
+
"description": "文本内容"
|
|
363
199
|
}
|
|
364
200
|
],
|
|
365
201
|
"events": [
|
|
@@ -372,6 +208,10 @@
|
|
|
372
208
|
}
|
|
373
209
|
],
|
|
374
210
|
"slots": [
|
|
211
|
+
{
|
|
212
|
+
"name": null,
|
|
213
|
+
"description": "内容区域,通常放置卡片自定义内容"
|
|
214
|
+
},
|
|
375
215
|
{
|
|
376
216
|
"name": "expanded-area-1",
|
|
377
217
|
"description": "扩展区域 1,通常放置标签信息"
|
|
@@ -386,6 +226,65 @@
|
|
|
386
226
|
"description": "信息类卡片 —— 通用卡片",
|
|
387
227
|
"category": "card-info"
|
|
388
228
|
},
|
|
229
|
+
{
|
|
230
|
+
"name": "eo-alert",
|
|
231
|
+
"alias": [
|
|
232
|
+
"presentational.general-alert"
|
|
233
|
+
],
|
|
234
|
+
"properties": [
|
|
235
|
+
{
|
|
236
|
+
"name": "type",
|
|
237
|
+
"description": "警告类型",
|
|
238
|
+
"attribute": false,
|
|
239
|
+
"type": "AlertType"
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"name": "hasTitle",
|
|
243
|
+
"description": "是否显示标题。开启后,可以使用 `title` 插槽",
|
|
244
|
+
"type": "boolean"
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"name": "showIcon",
|
|
248
|
+
"description": "是否显示提示图标",
|
|
249
|
+
"type": "boolean"
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"name": "closable",
|
|
253
|
+
"description": "是否显示关闭按钮",
|
|
254
|
+
"type": "boolean"
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"name": "localStorageKey",
|
|
258
|
+
"description": "以该值和页面 url 作为命名空间,决定是否显示该警告提示",
|
|
259
|
+
"type": "string"
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
"name": "disableUrlNamespace",
|
|
263
|
+
"description": "关闭后仅以 `localStorageKey` 作为命名空间",
|
|
264
|
+
"type": "boolean"
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"name": "textContent",
|
|
268
|
+
"type": "string",
|
|
269
|
+
"description": "文本内容"
|
|
270
|
+
}
|
|
271
|
+
],
|
|
272
|
+
"events": [],
|
|
273
|
+
"slots": [
|
|
274
|
+
{
|
|
275
|
+
"name": null,
|
|
276
|
+
"description": "内容区"
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"name": "title",
|
|
280
|
+
"description": "标题"
|
|
281
|
+
}
|
|
282
|
+
],
|
|
283
|
+
"methods": [],
|
|
284
|
+
"parts": [],
|
|
285
|
+
"description": "告警提示",
|
|
286
|
+
"category": "display-component"
|
|
287
|
+
},
|
|
389
288
|
{
|
|
390
289
|
"name": "eo-divider",
|
|
391
290
|
"properties": [
|
|
@@ -472,69 +371,68 @@
|
|
|
472
371
|
"category": "card-info"
|
|
473
372
|
},
|
|
474
373
|
{
|
|
475
|
-
"name": "eo-
|
|
476
|
-
"alias": [
|
|
477
|
-
"presentational.humanize-time"
|
|
478
|
-
],
|
|
374
|
+
"name": "eo-pagination",
|
|
479
375
|
"properties": [
|
|
480
376
|
{
|
|
481
|
-
"name": "
|
|
482
|
-
"description": "
|
|
483
|
-
"
|
|
484
|
-
"
|
|
485
|
-
"type": "number | string"
|
|
486
|
-
},
|
|
487
|
-
{
|
|
488
|
-
"name": "inputFormat",
|
|
489
|
-
"description": "字符串的时间格式,如 \"YYYY-MM-DD\", [时间格式参照表](https://day.js.org/docs/en/parse/string-format)",
|
|
490
|
-
"type": "string"
|
|
377
|
+
"name": "type",
|
|
378
|
+
"description": "",
|
|
379
|
+
"default": "\"page\"",
|
|
380
|
+
"type": "\"page\" | \"token\""
|
|
491
381
|
},
|
|
492
382
|
{
|
|
493
|
-
"name": "
|
|
494
|
-
"description": "
|
|
495
|
-
"
|
|
383
|
+
"name": "total",
|
|
384
|
+
"description": "数据总数",
|
|
385
|
+
"default": "0",
|
|
386
|
+
"type": "number"
|
|
496
387
|
},
|
|
497
388
|
{
|
|
498
|
-
"name": "
|
|
499
|
-
"description": "
|
|
500
|
-
"default": "
|
|
501
|
-
"type": "
|
|
389
|
+
"name": "page",
|
|
390
|
+
"description": "当前页数",
|
|
391
|
+
"default": "1",
|
|
392
|
+
"type": "number"
|
|
502
393
|
},
|
|
503
394
|
{
|
|
504
|
-
"name": "
|
|
505
|
-
"description": "
|
|
506
|
-
"
|
|
395
|
+
"name": "pageSize",
|
|
396
|
+
"description": "每页条数",
|
|
397
|
+
"default": "20",
|
|
398
|
+
"type": "number"
|
|
507
399
|
},
|
|
508
400
|
{
|
|
509
|
-
"name": "
|
|
510
|
-
"description": "
|
|
511
|
-
"default": "
|
|
401
|
+
"name": "pageSizeOptions",
|
|
402
|
+
"description": "指定每页可以显示多少条",
|
|
403
|
+
"default": "[10, 20, 50, 100]",
|
|
512
404
|
"attribute": false,
|
|
513
|
-
"type": "
|
|
405
|
+
"type": "number[]"
|
|
514
406
|
},
|
|
515
407
|
{
|
|
516
|
-
"name": "
|
|
517
|
-
"description": "
|
|
518
|
-
"
|
|
408
|
+
"name": "showSizeChanger",
|
|
409
|
+
"description": "是否展示`pageSize`分页器",
|
|
410
|
+
"default": "true",
|
|
519
411
|
"type": "boolean"
|
|
520
412
|
},
|
|
521
413
|
{
|
|
522
|
-
"name": "
|
|
523
|
-
"
|
|
524
|
-
"type": "boolean"
|
|
414
|
+
"name": "nextToken",
|
|
415
|
+
"type": "string"
|
|
525
416
|
},
|
|
526
417
|
{
|
|
527
|
-
"name": "
|
|
528
|
-
"
|
|
529
|
-
|
|
530
|
-
|
|
418
|
+
"name": "previousToken",
|
|
419
|
+
"type": "string"
|
|
420
|
+
}
|
|
421
|
+
],
|
|
422
|
+
"events": [
|
|
423
|
+
{
|
|
424
|
+
"name": "change",
|
|
425
|
+
"description": "页码及每页条数改变事件",
|
|
426
|
+
"detail": {
|
|
427
|
+
"type": "ChangeDetail"
|
|
428
|
+
}
|
|
531
429
|
}
|
|
532
430
|
],
|
|
533
|
-
"events": [],
|
|
534
431
|
"slots": [],
|
|
535
432
|
"methods": [],
|
|
536
433
|
"parts": [],
|
|
537
|
-
"description": "
|
|
434
|
+
"description": "分页",
|
|
435
|
+
"category": "navigation"
|
|
538
436
|
},
|
|
539
437
|
{
|
|
540
438
|
"name": "eo-statistics-card",
|
|
@@ -690,6 +588,71 @@
|
|
|
690
588
|
"parts": [],
|
|
691
589
|
"description": "加载步骤框"
|
|
692
590
|
},
|
|
591
|
+
{
|
|
592
|
+
"name": "eo-humanize-time",
|
|
593
|
+
"alias": [
|
|
594
|
+
"presentational.humanize-time"
|
|
595
|
+
],
|
|
596
|
+
"properties": [
|
|
597
|
+
{
|
|
598
|
+
"name": "value",
|
|
599
|
+
"description": "时间截,或字符串,当为字符串时,应提供时间格式 `inputFormat`",
|
|
600
|
+
"required": true,
|
|
601
|
+
"attribute": false,
|
|
602
|
+
"type": "number | string"
|
|
603
|
+
},
|
|
604
|
+
{
|
|
605
|
+
"name": "inputFormat",
|
|
606
|
+
"description": "字符串的时间格式,如 \"YYYY-MM-DD\", [时间格式参照表](https://day.js.org/docs/en/parse/string-format)",
|
|
607
|
+
"type": "string"
|
|
608
|
+
},
|
|
609
|
+
{
|
|
610
|
+
"name": "outputFormat",
|
|
611
|
+
"description": "展示时间格式,如 \"YYYY-MM-DD\",当设置该属性时,属性 `formatter` 无效 [时间格式参照表](https://day.js.org/docs/en/display/format)",
|
|
612
|
+
"type": "string"
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
"name": "type",
|
|
616
|
+
"description": "使用日期+时间格式输出还是仅日期。",
|
|
617
|
+
"default": "\"datetime\"",
|
|
618
|
+
"type": "\"datetime\" | \"date\""
|
|
619
|
+
},
|
|
620
|
+
{
|
|
621
|
+
"name": "isCostTime",
|
|
622
|
+
"description": "是否展示为耗费时间,例如:'1 个月 20 天'",
|
|
623
|
+
"type": "boolean"
|
|
624
|
+
},
|
|
625
|
+
{
|
|
626
|
+
"name": "formatter",
|
|
627
|
+
"description": "格式类型",
|
|
628
|
+
"default": "\"default\"",
|
|
629
|
+
"attribute": false,
|
|
630
|
+
"type": "HumanizeTimeFormat"
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
"name": "isMicrosecond",
|
|
634
|
+
"description": "value 值的单位是否为毫秒(此处属性 id 写错,实际表达意义为 isMillisecond)",
|
|
635
|
+
"deprecated": "请使用 `isMillisecond`",
|
|
636
|
+
"type": "boolean"
|
|
637
|
+
},
|
|
638
|
+
{
|
|
639
|
+
"name": "isMillisecond",
|
|
640
|
+
"description": "value 值的单位是否为毫秒",
|
|
641
|
+
"type": "boolean"
|
|
642
|
+
},
|
|
643
|
+
{
|
|
644
|
+
"name": "link",
|
|
645
|
+
"description": "跳转链接,默认为空",
|
|
646
|
+
"attribute": false,
|
|
647
|
+
"type": "LinkInfo"
|
|
648
|
+
}
|
|
649
|
+
],
|
|
650
|
+
"events": [],
|
|
651
|
+
"slots": [],
|
|
652
|
+
"methods": [],
|
|
653
|
+
"parts": [],
|
|
654
|
+
"description": "人性化时间展示,可显示完整时间、相对时间、未来时间、耗时等,支持自定义输入值格式和输出格式。"
|
|
655
|
+
},
|
|
693
656
|
{
|
|
694
657
|
"name": "eo-current-time",
|
|
695
658
|
"properties": [
|
|
@@ -751,6 +714,63 @@
|
|
|
751
714
|
"methods": [],
|
|
752
715
|
"parts": [],
|
|
753
716
|
"description": "构件 `eo-carousel-text`"
|
|
717
|
+
},
|
|
718
|
+
{
|
|
719
|
+
"name": "eo-code-display",
|
|
720
|
+
"alias": [
|
|
721
|
+
"presentational.code-display"
|
|
722
|
+
],
|
|
723
|
+
"properties": [
|
|
724
|
+
{
|
|
725
|
+
"name": "value",
|
|
726
|
+
"description": "代码内容",
|
|
727
|
+
"default": "\"\"",
|
|
728
|
+
"type": "string"
|
|
729
|
+
},
|
|
730
|
+
{
|
|
731
|
+
"name": "language",
|
|
732
|
+
"description": "语言,具体查阅 [Supported languages](https://prismjs.com/#supported-languages)",
|
|
733
|
+
"type": "string"
|
|
734
|
+
},
|
|
735
|
+
{
|
|
736
|
+
"name": "hideLineNumber",
|
|
737
|
+
"description": "是否隐藏行号",
|
|
738
|
+
"type": "boolean"
|
|
739
|
+
},
|
|
740
|
+
{
|
|
741
|
+
"name": "maxLines",
|
|
742
|
+
"description": "最大行数",
|
|
743
|
+
"type": "number"
|
|
744
|
+
},
|
|
745
|
+
{
|
|
746
|
+
"name": "minLines",
|
|
747
|
+
"description": "最小行数",
|
|
748
|
+
"type": "number"
|
|
749
|
+
},
|
|
750
|
+
{
|
|
751
|
+
"name": "showCopyButton",
|
|
752
|
+
"description": "是否显示复制按钮",
|
|
753
|
+
"default": "true",
|
|
754
|
+
"type": "boolean"
|
|
755
|
+
},
|
|
756
|
+
{
|
|
757
|
+
"name": "showExportButton",
|
|
758
|
+
"description": "是否显示导出按钮",
|
|
759
|
+
"type": "boolean"
|
|
760
|
+
},
|
|
761
|
+
{
|
|
762
|
+
"name": "exportFileName",
|
|
763
|
+
"description": "导出的文件名",
|
|
764
|
+
"default": "download.txt",
|
|
765
|
+
"type": "string"
|
|
766
|
+
}
|
|
767
|
+
],
|
|
768
|
+
"events": [],
|
|
769
|
+
"slots": [],
|
|
770
|
+
"methods": [],
|
|
771
|
+
"parts": [],
|
|
772
|
+
"description": "代码展示",
|
|
773
|
+
"category": "display-component"
|
|
754
774
|
}
|
|
755
775
|
],
|
|
756
776
|
"providers": []
|