@next-bricks/presentational 1.14.1 → 1.14.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 +25 -25
- package/dist/chunks/7082.8e4910e8.js +2 -0
- package/dist/chunks/7082.8e4910e8.js.map +1 -0
- package/dist/chunks/eo-descriptions.972f8d12.js +3 -0
- package/dist/chunks/eo-descriptions.972f8d12.js.map +1 -0
- package/dist/chunks/{main.5a473cc6.js → main.38c43416.js} +2 -2
- package/dist/chunks/{main.5a473cc6.js.map → main.38c43416.js.map} +1 -1
- package/dist/examples.json +9 -9
- package/dist/{index.98193f50.js → index.c08d5ad1.js} +2 -2
- package/dist/{index.98193f50.js.map → index.c08d5ad1.js.map} +1 -1
- package/dist/manifest.json +133 -133
- package/dist/types.json +432 -432
- package/package.json +2 -2
- package/dist/chunks/7082.0543bf39.js +0 -2
- package/dist/chunks/7082.0543bf39.js.map +0 -1
- package/dist/chunks/eo-descriptions.935a0e78.js +0 -3
- package/dist/chunks/eo-descriptions.935a0e78.js.map +0 -1
- /package/dist/chunks/{eo-descriptions.935a0e78.js.LICENSE.txt → eo-descriptions.972f8d12.js.LICENSE.txt} +0 -0
package/dist/manifest.json
CHANGED
|
@@ -4,61 +4,70 @@
|
|
|
4
4
|
"name": "presentational",
|
|
5
5
|
"bricks": [
|
|
6
6
|
{
|
|
7
|
-
"name": "eo-
|
|
7
|
+
"name": "eo-descriptions",
|
|
8
8
|
"alias": [
|
|
9
|
-
"presentational.
|
|
9
|
+
"presentational.general-descriptions"
|
|
10
10
|
],
|
|
11
11
|
"properties": [
|
|
12
12
|
{
|
|
13
|
-
"name": "
|
|
14
|
-
"description": "
|
|
15
|
-
"default": "\"\"",
|
|
13
|
+
"name": "descriptionTitle",
|
|
14
|
+
"description": "描述标题",
|
|
16
15
|
"type": "string"
|
|
17
16
|
},
|
|
18
17
|
{
|
|
19
|
-
"name": "
|
|
20
|
-
"description": "
|
|
21
|
-
"
|
|
18
|
+
"name": "list",
|
|
19
|
+
"description": "描述列表",
|
|
20
|
+
"attribute": false,
|
|
21
|
+
"type": "DescriptionItem[]"
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
|
-
"name": "
|
|
25
|
-
"description": "
|
|
24
|
+
"name": "showCard",
|
|
25
|
+
"description": "是否展示卡片背景",
|
|
26
|
+
"default": "true",
|
|
26
27
|
"type": "boolean"
|
|
27
28
|
},
|
|
28
29
|
{
|
|
29
|
-
"name": "
|
|
30
|
-
"description": "
|
|
30
|
+
"name": "column",
|
|
31
|
+
"description": "列数",
|
|
32
|
+
"attribute": true,
|
|
31
33
|
"type": "number"
|
|
32
34
|
},
|
|
33
35
|
{
|
|
34
|
-
"name": "
|
|
35
|
-
"description": "
|
|
36
|
-
"
|
|
36
|
+
"name": "layout",
|
|
37
|
+
"description": "布局模式",
|
|
38
|
+
"default": "\"horizontal\"",
|
|
39
|
+
"type": "Layout"
|
|
37
40
|
},
|
|
38
41
|
{
|
|
39
|
-
"name": "
|
|
40
|
-
"description": "
|
|
41
|
-
"default": "
|
|
42
|
+
"name": "bordered",
|
|
43
|
+
"description": "是否展示边框",
|
|
44
|
+
"default": "false",
|
|
42
45
|
"type": "boolean"
|
|
43
46
|
},
|
|
44
47
|
{
|
|
45
|
-
"name": "
|
|
46
|
-
"description": "
|
|
47
|
-
"
|
|
48
|
+
"name": "hideGroups",
|
|
49
|
+
"description": "隐藏的描述列表项",
|
|
50
|
+
"attribute": false,
|
|
51
|
+
"type": "string | string[]"
|
|
48
52
|
},
|
|
49
53
|
{
|
|
50
|
-
"name": "
|
|
51
|
-
"description": "
|
|
52
|
-
"
|
|
53
|
-
"type": "string"
|
|
54
|
+
"name": "dataSource",
|
|
55
|
+
"description": "数据源",
|
|
56
|
+
"attribute": false,
|
|
57
|
+
"type": "Record<string, unknown>"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"name": "themeVariant",
|
|
61
|
+
"description": "主题变体",
|
|
62
|
+
"type": "\"default\" | \"elevo\""
|
|
54
63
|
}
|
|
55
64
|
],
|
|
56
65
|
"events": [],
|
|
57
66
|
"slots": [],
|
|
58
67
|
"methods": [],
|
|
59
68
|
"parts": [],
|
|
60
|
-
"description": "
|
|
61
|
-
"category": "
|
|
69
|
+
"description": "通用描述列表构件",
|
|
70
|
+
"category": "text"
|
|
62
71
|
},
|
|
63
72
|
{
|
|
64
73
|
"name": "eo-pagination",
|
|
@@ -321,47 +330,103 @@
|
|
|
321
330
|
"category": "card-info"
|
|
322
331
|
},
|
|
323
332
|
{
|
|
324
|
-
"name": "eo-
|
|
333
|
+
"name": "eo-divider",
|
|
325
334
|
"properties": [
|
|
326
335
|
{
|
|
327
|
-
"name": "
|
|
328
|
-
"description": "
|
|
329
|
-
"
|
|
336
|
+
"name": "orientation",
|
|
337
|
+
"description": "标题位置,在horizontal类型的分割线中使用",
|
|
338
|
+
"default": "center",
|
|
339
|
+
"attribute": false,
|
|
340
|
+
"type": "OrientationType"
|
|
330
341
|
},
|
|
331
342
|
{
|
|
332
|
-
"name": "
|
|
333
|
-
"description": "
|
|
334
|
-
"
|
|
343
|
+
"name": "dashed",
|
|
344
|
+
"description": "是否虚线",
|
|
345
|
+
"default": "false",
|
|
346
|
+
"type": "boolean"
|
|
335
347
|
},
|
|
336
348
|
{
|
|
337
|
-
"name": "
|
|
338
|
-
"description": "
|
|
339
|
-
"
|
|
349
|
+
"name": "type",
|
|
350
|
+
"description": "水平|垂直|放射类型,注意radiation是个特殊的类型,该样式是特定的",
|
|
351
|
+
"default": "\"horizontal\"",
|
|
352
|
+
"type": "dividerType"
|
|
340
353
|
},
|
|
341
354
|
{
|
|
342
|
-
"name": "
|
|
343
|
-
"description": "
|
|
355
|
+
"name": "proportion",
|
|
356
|
+
"description": "当用于数值显示的情况,eg: 如果要展示\"1/3\",那么传入就是[1,3], 该字段只适配于 type 为 radiation",
|
|
344
357
|
"attribute": false,
|
|
345
|
-
"type": "
|
|
358
|
+
"type": "[number, number]"
|
|
346
359
|
},
|
|
347
360
|
{
|
|
348
|
-
"name": "
|
|
349
|
-
"description": "
|
|
361
|
+
"name": "dividerStyle",
|
|
362
|
+
"description": "分割线自定义样式",
|
|
350
363
|
"attribute": false,
|
|
351
|
-
"type": "
|
|
364
|
+
"type": "CSSProperties"
|
|
365
|
+
}
|
|
366
|
+
],
|
|
367
|
+
"events": [],
|
|
368
|
+
"slots": [],
|
|
369
|
+
"methods": [],
|
|
370
|
+
"parts": [],
|
|
371
|
+
"description": "分割线",
|
|
372
|
+
"category": "container-display"
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"name": "eo-code-display",
|
|
376
|
+
"alias": [
|
|
377
|
+
"presentational.code-display"
|
|
378
|
+
],
|
|
379
|
+
"properties": [
|
|
380
|
+
{
|
|
381
|
+
"name": "value",
|
|
382
|
+
"description": "代码内容",
|
|
383
|
+
"default": "\"\"",
|
|
384
|
+
"type": "string"
|
|
352
385
|
},
|
|
353
386
|
{
|
|
354
|
-
"name": "
|
|
355
|
-
"description": "
|
|
356
|
-
"type": "
|
|
387
|
+
"name": "language",
|
|
388
|
+
"description": "语言,具体查阅 [Supported languages](https://prismjs.com/#supported-languages)",
|
|
389
|
+
"type": "string"
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
"name": "hideLineNumber",
|
|
393
|
+
"description": "是否隐藏行号",
|
|
394
|
+
"type": "boolean"
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
"name": "maxLines",
|
|
398
|
+
"description": "最大行数",
|
|
399
|
+
"type": "number"
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"name": "minLines",
|
|
403
|
+
"description": "最小行数",
|
|
404
|
+
"type": "number"
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"name": "showCopyButton",
|
|
408
|
+
"description": "是否显示复制按钮",
|
|
409
|
+
"default": "true",
|
|
410
|
+
"type": "boolean"
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"name": "showExportButton",
|
|
414
|
+
"description": "是否显示导出按钮",
|
|
415
|
+
"type": "boolean"
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
"name": "exportFileName",
|
|
419
|
+
"description": "导出的文件名",
|
|
420
|
+
"default": "download.txt",
|
|
421
|
+
"type": "string"
|
|
357
422
|
}
|
|
358
423
|
],
|
|
359
424
|
"events": [],
|
|
360
425
|
"slots": [],
|
|
361
426
|
"methods": [],
|
|
362
427
|
"parts": [],
|
|
363
|
-
"description": "
|
|
364
|
-
"category": "
|
|
428
|
+
"description": "代码展示",
|
|
429
|
+
"category": "display-component"
|
|
365
430
|
},
|
|
366
431
|
{
|
|
367
432
|
"name": "eo-humanize-time",
|
|
@@ -645,112 +710,47 @@
|
|
|
645
710
|
"description": "加载步骤框"
|
|
646
711
|
},
|
|
647
712
|
{
|
|
648
|
-
"name": "eo-
|
|
649
|
-
"alias": [
|
|
650
|
-
"presentational.general-descriptions"
|
|
651
|
-
],
|
|
713
|
+
"name": "eo-info-card-item",
|
|
652
714
|
"properties": [
|
|
653
715
|
{
|
|
654
|
-
"name": "
|
|
655
|
-
"description": "
|
|
716
|
+
"name": "cardTitle",
|
|
717
|
+
"description": "title",
|
|
656
718
|
"type": "string"
|
|
657
719
|
},
|
|
658
720
|
{
|
|
659
|
-
"name": "
|
|
660
|
-
"description": "
|
|
661
|
-
"
|
|
662
|
-
"type": "DescriptionItem[]"
|
|
663
|
-
},
|
|
664
|
-
{
|
|
665
|
-
"name": "showCard",
|
|
666
|
-
"description": "是否展示卡片背景",
|
|
667
|
-
"default": "true",
|
|
668
|
-
"type": "boolean"
|
|
669
|
-
},
|
|
670
|
-
{
|
|
671
|
-
"name": "column",
|
|
672
|
-
"description": "列数",
|
|
673
|
-
"attribute": true,
|
|
674
|
-
"type": "number"
|
|
675
|
-
},
|
|
676
|
-
{
|
|
677
|
-
"name": "layout",
|
|
678
|
-
"description": "布局模式",
|
|
679
|
-
"default": "\"horizontal\"",
|
|
680
|
-
"type": "Layout"
|
|
681
|
-
},
|
|
682
|
-
{
|
|
683
|
-
"name": "bordered",
|
|
684
|
-
"description": "是否展示边框",
|
|
685
|
-
"default": "false",
|
|
686
|
-
"type": "boolean"
|
|
687
|
-
},
|
|
688
|
-
{
|
|
689
|
-
"name": "hideGroups",
|
|
690
|
-
"description": "隐藏的描述列表项",
|
|
691
|
-
"attribute": false,
|
|
692
|
-
"type": "string | string[]"
|
|
721
|
+
"name": "description",
|
|
722
|
+
"description": "description",
|
|
723
|
+
"type": "string"
|
|
693
724
|
},
|
|
694
725
|
{
|
|
695
|
-
"name": "
|
|
696
|
-
"description": "
|
|
697
|
-
"
|
|
698
|
-
"type": "Record<string, unknown>"
|
|
726
|
+
"name": "url",
|
|
727
|
+
"description": "链接地址",
|
|
728
|
+
"type": "string"
|
|
699
729
|
},
|
|
700
730
|
{
|
|
701
|
-
"name": "
|
|
702
|
-
"description": "
|
|
703
|
-
"type": "\"default\" | \"elevo\""
|
|
704
|
-
}
|
|
705
|
-
],
|
|
706
|
-
"events": [],
|
|
707
|
-
"slots": [],
|
|
708
|
-
"methods": [],
|
|
709
|
-
"parts": [],
|
|
710
|
-
"description": "通用描述列表构件",
|
|
711
|
-
"category": "text"
|
|
712
|
-
},
|
|
713
|
-
{
|
|
714
|
-
"name": "eo-divider",
|
|
715
|
-
"properties": [
|
|
716
|
-
{
|
|
717
|
-
"name": "orientation",
|
|
718
|
-
"description": "标题位置,在horizontal类型的分割线中使用",
|
|
719
|
-
"default": "center",
|
|
731
|
+
"name": "cardIcon",
|
|
732
|
+
"description": "图标",
|
|
720
733
|
"attribute": false,
|
|
721
|
-
"type": "
|
|
722
|
-
},
|
|
723
|
-
{
|
|
724
|
-
"name": "dashed",
|
|
725
|
-
"description": "是否虚线",
|
|
726
|
-
"default": "false",
|
|
727
|
-
"type": "boolean"
|
|
728
|
-
},
|
|
729
|
-
{
|
|
730
|
-
"name": "type",
|
|
731
|
-
"description": "水平|垂直|放射类型,注意radiation是个特殊的类型,该样式是特定的",
|
|
732
|
-
"default": "\"horizontal\"",
|
|
733
|
-
"type": "dividerType"
|
|
734
|
+
"type": "IconAvatar"
|
|
734
735
|
},
|
|
735
736
|
{
|
|
736
|
-
"name": "
|
|
737
|
-
"description": "
|
|
737
|
+
"name": "detailList",
|
|
738
|
+
"description": "详细列表",
|
|
738
739
|
"attribute": false,
|
|
739
|
-
"type": "[
|
|
740
|
+
"type": "InfoCardDetail[]"
|
|
740
741
|
},
|
|
741
742
|
{
|
|
742
|
-
"name": "
|
|
743
|
-
"description": "
|
|
744
|
-
"
|
|
745
|
-
"type": "CSSProperties"
|
|
743
|
+
"name": "target",
|
|
744
|
+
"description": "链接跳转目标",
|
|
745
|
+
"type": "LinkProps[\"target\"]"
|
|
746
746
|
}
|
|
747
747
|
],
|
|
748
748
|
"events": [],
|
|
749
749
|
"slots": [],
|
|
750
750
|
"methods": [],
|
|
751
751
|
"parts": [],
|
|
752
|
-
"description": "
|
|
753
|
-
"category": "
|
|
752
|
+
"description": "信息卡片",
|
|
753
|
+
"category": "card-info"
|
|
754
754
|
}
|
|
755
755
|
],
|
|
756
756
|
"providers": []
|