@next-bricks/presentational 1.14.3 → 1.14.4
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 +23 -23
- package/dist/chunks/7082.6d6b2178.js +2 -0
- package/dist/chunks/7082.6d6b2178.js.map +1 -0
- package/dist/chunks/eo-descriptions.6841a63c.js +3 -0
- package/dist/chunks/eo-descriptions.6841a63c.js.map +1 -0
- package/dist/chunks/{main.38c43416.js → main.845e8965.js} +2 -2
- package/dist/chunks/{main.38c43416.js.map → main.845e8965.js.map} +1 -1
- package/dist/examples.json +11 -11
- package/dist/{index.c08d5ad1.js → index.c0c4143c.js} +2 -2
- package/dist/{index.c08d5ad1.js.map → index.c0c4143c.js.map} +1 -1
- package/dist/manifest.json +156 -156
- package/dist/types.json +429 -429
- package/package.json +2 -2
- package/dist/chunks/7082.8e4910e8.js +0 -2
- package/dist/chunks/7082.8e4910e8.js.map +0 -1
- package/dist/chunks/eo-descriptions.972f8d12.js +0 -3
- package/dist/chunks/eo-descriptions.972f8d12.js.map +0 -1
- /package/dist/chunks/{eo-descriptions.972f8d12.js.LICENSE.txt → eo-descriptions.6841a63c.js.LICENSE.txt} +0 -0
package/dist/manifest.json
CHANGED
|
@@ -70,68 +70,61 @@
|
|
|
70
70
|
"category": "text"
|
|
71
71
|
},
|
|
72
72
|
{
|
|
73
|
-
"name": "eo-
|
|
73
|
+
"name": "eo-code-display",
|
|
74
|
+
"alias": [
|
|
75
|
+
"presentational.code-display"
|
|
76
|
+
],
|
|
74
77
|
"properties": [
|
|
75
78
|
{
|
|
76
|
-
"name": "
|
|
77
|
-
"description": "",
|
|
78
|
-
"default": "\"
|
|
79
|
-
"type": "
|
|
79
|
+
"name": "value",
|
|
80
|
+
"description": "代码内容",
|
|
81
|
+
"default": "\"\"",
|
|
82
|
+
"type": "string"
|
|
80
83
|
},
|
|
81
84
|
{
|
|
82
|
-
"name": "
|
|
83
|
-
"description": "
|
|
84
|
-
"
|
|
85
|
-
"type": "number"
|
|
85
|
+
"name": "language",
|
|
86
|
+
"description": "语言,具体查阅 [Supported languages](https://prismjs.com/#supported-languages)",
|
|
87
|
+
"type": "string"
|
|
86
88
|
},
|
|
87
89
|
{
|
|
88
|
-
"name": "
|
|
89
|
-
"description": "
|
|
90
|
-
"
|
|
91
|
-
"type": "number"
|
|
90
|
+
"name": "hideLineNumber",
|
|
91
|
+
"description": "是否隐藏行号",
|
|
92
|
+
"type": "boolean"
|
|
92
93
|
},
|
|
93
94
|
{
|
|
94
|
-
"name": "
|
|
95
|
-
"description": "
|
|
96
|
-
"default": "20",
|
|
95
|
+
"name": "maxLines",
|
|
96
|
+
"description": "最大行数",
|
|
97
97
|
"type": "number"
|
|
98
98
|
},
|
|
99
99
|
{
|
|
100
|
-
"name": "
|
|
101
|
-
"description": "
|
|
102
|
-
"
|
|
103
|
-
"attribute": false,
|
|
104
|
-
"type": "number[]"
|
|
100
|
+
"name": "minLines",
|
|
101
|
+
"description": "最小行数",
|
|
102
|
+
"type": "number"
|
|
105
103
|
},
|
|
106
104
|
{
|
|
107
|
-
"name": "
|
|
108
|
-
"description": "
|
|
105
|
+
"name": "showCopyButton",
|
|
106
|
+
"description": "是否显示复制按钮",
|
|
109
107
|
"default": "true",
|
|
110
108
|
"type": "boolean"
|
|
111
109
|
},
|
|
112
110
|
{
|
|
113
|
-
"name": "
|
|
114
|
-
"
|
|
111
|
+
"name": "showExportButton",
|
|
112
|
+
"description": "是否显示导出按钮",
|
|
113
|
+
"type": "boolean"
|
|
115
114
|
},
|
|
116
115
|
{
|
|
117
|
-
"name": "
|
|
116
|
+
"name": "exportFileName",
|
|
117
|
+
"description": "导出的文件名",
|
|
118
|
+
"default": "download.txt",
|
|
118
119
|
"type": "string"
|
|
119
120
|
}
|
|
120
121
|
],
|
|
121
|
-
"events": [
|
|
122
|
-
{
|
|
123
|
-
"name": "change",
|
|
124
|
-
"description": "页码及每页条数改变事件",
|
|
125
|
-
"detail": {
|
|
126
|
-
"type": "ChangeDetail"
|
|
127
|
-
}
|
|
128
|
-
}
|
|
129
|
-
],
|
|
122
|
+
"events": [],
|
|
130
123
|
"slots": [],
|
|
131
124
|
"methods": [],
|
|
132
125
|
"parts": [],
|
|
133
|
-
"description": "
|
|
134
|
-
"category": "
|
|
126
|
+
"description": "代码展示",
|
|
127
|
+
"category": "display-component"
|
|
135
128
|
},
|
|
136
129
|
{
|
|
137
130
|
"name": "eo-alert",
|
|
@@ -192,6 +185,70 @@
|
|
|
192
185
|
"description": "告警提示",
|
|
193
186
|
"category": "display-component"
|
|
194
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
|
+
},
|
|
195
252
|
{
|
|
196
253
|
"name": "eo-card-item",
|
|
197
254
|
"properties": [
|
|
@@ -372,61 +429,47 @@
|
|
|
372
429
|
"category": "container-display"
|
|
373
430
|
},
|
|
374
431
|
{
|
|
375
|
-
"name": "eo-
|
|
376
|
-
"alias": [
|
|
377
|
-
"presentational.code-display"
|
|
378
|
-
],
|
|
432
|
+
"name": "eo-info-card-item",
|
|
379
433
|
"properties": [
|
|
380
434
|
{
|
|
381
|
-
"name": "
|
|
382
|
-
"description": "
|
|
383
|
-
"default": "\"\"",
|
|
435
|
+
"name": "cardTitle",
|
|
436
|
+
"description": "title",
|
|
384
437
|
"type": "string"
|
|
385
438
|
},
|
|
386
439
|
{
|
|
387
|
-
"name": "
|
|
388
|
-
"description": "
|
|
440
|
+
"name": "description",
|
|
441
|
+
"description": "description",
|
|
389
442
|
"type": "string"
|
|
390
443
|
},
|
|
391
444
|
{
|
|
392
|
-
"name": "
|
|
393
|
-
"description": "
|
|
394
|
-
"type": "
|
|
395
|
-
},
|
|
396
|
-
{
|
|
397
|
-
"name": "maxLines",
|
|
398
|
-
"description": "最大行数",
|
|
399
|
-
"type": "number"
|
|
400
|
-
},
|
|
401
|
-
{
|
|
402
|
-
"name": "minLines",
|
|
403
|
-
"description": "最小行数",
|
|
404
|
-
"type": "number"
|
|
445
|
+
"name": "url",
|
|
446
|
+
"description": "链接地址",
|
|
447
|
+
"type": "string"
|
|
405
448
|
},
|
|
406
449
|
{
|
|
407
|
-
"name": "
|
|
408
|
-
"description": "
|
|
409
|
-
"
|
|
410
|
-
"type": "
|
|
450
|
+
"name": "cardIcon",
|
|
451
|
+
"description": "图标",
|
|
452
|
+
"attribute": false,
|
|
453
|
+
"type": "IconAvatar"
|
|
411
454
|
},
|
|
412
455
|
{
|
|
413
|
-
"name": "
|
|
414
|
-
"description": "
|
|
415
|
-
"
|
|
456
|
+
"name": "detailList",
|
|
457
|
+
"description": "详细列表",
|
|
458
|
+
"attribute": false,
|
|
459
|
+
"type": "InfoCardDetail[]"
|
|
416
460
|
},
|
|
417
461
|
{
|
|
418
|
-
"name": "
|
|
419
|
-
"description": "
|
|
420
|
-
"
|
|
421
|
-
"type": "string"
|
|
462
|
+
"name": "target",
|
|
463
|
+
"description": "链接跳转目标",
|
|
464
|
+
"type": "LinkProps[\"target\"]"
|
|
422
465
|
}
|
|
423
466
|
],
|
|
424
467
|
"events": [],
|
|
425
468
|
"slots": [],
|
|
426
469
|
"methods": [],
|
|
427
470
|
"parts": [],
|
|
428
|
-
"description": "
|
|
429
|
-
"category": "
|
|
471
|
+
"description": "信息卡片",
|
|
472
|
+
"category": "card-info"
|
|
430
473
|
},
|
|
431
474
|
{
|
|
432
475
|
"name": "eo-humanize-time",
|
|
@@ -583,68 +626,6 @@
|
|
|
583
626
|
"parts": [],
|
|
584
627
|
"description": "统计卡片"
|
|
585
628
|
},
|
|
586
|
-
{
|
|
587
|
-
"name": "eo-current-time",
|
|
588
|
-
"properties": [
|
|
589
|
-
{
|
|
590
|
-
"name": "format",
|
|
591
|
-
"description": "时间格式",
|
|
592
|
-
"default": "\"YYYY-MM-DD HH:mm:ss\"",
|
|
593
|
-
"type": "string"
|
|
594
|
-
},
|
|
595
|
-
{
|
|
596
|
-
"name": "icon",
|
|
597
|
-
"description": "前置图标",
|
|
598
|
-
"attribute": false,
|
|
599
|
-
"type": "GeneralIconProps"
|
|
600
|
-
}
|
|
601
|
-
],
|
|
602
|
-
"events": [],
|
|
603
|
-
"slots": [],
|
|
604
|
-
"methods": [],
|
|
605
|
-
"parts": [],
|
|
606
|
-
"description": "构件 `eo-current-time`"
|
|
607
|
-
},
|
|
608
|
-
{
|
|
609
|
-
"name": "eo-carousel-text",
|
|
610
|
-
"properties": [
|
|
611
|
-
{
|
|
612
|
-
"name": "text",
|
|
613
|
-
"description": "展示内容",
|
|
614
|
-
"default": "\"\"",
|
|
615
|
-
"type": "string"
|
|
616
|
-
},
|
|
617
|
-
{
|
|
618
|
-
"name": "containerWidth",
|
|
619
|
-
"description": "容器宽度",
|
|
620
|
-
"default": "\"100%\"",
|
|
621
|
-
"type": "CSSProperties[\"width\"]"
|
|
622
|
-
},
|
|
623
|
-
{
|
|
624
|
-
"name": "fontSize",
|
|
625
|
-
"description": "字体大小",
|
|
626
|
-
"default": "\"var(--normal-font-size)\"",
|
|
627
|
-
"type": "CSSProperties[\"fontSize\"]"
|
|
628
|
-
},
|
|
629
|
-
{
|
|
630
|
-
"name": "fontColor",
|
|
631
|
-
"description": "字体颜色",
|
|
632
|
-
"default": "\"var(--text-color-default)\"",
|
|
633
|
-
"type": "CSSProperties[\"color\"]"
|
|
634
|
-
},
|
|
635
|
-
{
|
|
636
|
-
"name": "speed",
|
|
637
|
-
"description": "移动速度,单位 px/s",
|
|
638
|
-
"default": "100",
|
|
639
|
-
"type": "number"
|
|
640
|
-
}
|
|
641
|
-
],
|
|
642
|
-
"events": [],
|
|
643
|
-
"slots": [],
|
|
644
|
-
"methods": [],
|
|
645
|
-
"parts": [],
|
|
646
|
-
"description": "构件 `eo-carousel-text`"
|
|
647
|
-
},
|
|
648
629
|
{
|
|
649
630
|
"name": "eo-loading-step",
|
|
650
631
|
"properties": [
|
|
@@ -710,47 +691,66 @@
|
|
|
710
691
|
"description": "加载步骤框"
|
|
711
692
|
},
|
|
712
693
|
{
|
|
713
|
-
"name": "eo-
|
|
694
|
+
"name": "eo-carousel-text",
|
|
714
695
|
"properties": [
|
|
715
696
|
{
|
|
716
|
-
"name": "
|
|
717
|
-
"description": "
|
|
697
|
+
"name": "text",
|
|
698
|
+
"description": "展示内容",
|
|
699
|
+
"default": "\"\"",
|
|
718
700
|
"type": "string"
|
|
719
701
|
},
|
|
720
702
|
{
|
|
721
|
-
"name": "
|
|
722
|
-
"description": "
|
|
723
|
-
"
|
|
703
|
+
"name": "containerWidth",
|
|
704
|
+
"description": "容器宽度",
|
|
705
|
+
"default": "\"100%\"",
|
|
706
|
+
"type": "CSSProperties[\"width\"]"
|
|
724
707
|
},
|
|
725
708
|
{
|
|
726
|
-
"name": "
|
|
727
|
-
"description": "
|
|
728
|
-
"
|
|
709
|
+
"name": "fontSize",
|
|
710
|
+
"description": "字体大小",
|
|
711
|
+
"default": "\"var(--normal-font-size)\"",
|
|
712
|
+
"type": "CSSProperties[\"fontSize\"]"
|
|
729
713
|
},
|
|
730
714
|
{
|
|
731
|
-
"name": "
|
|
732
|
-
"description": "
|
|
733
|
-
"
|
|
734
|
-
"type": "
|
|
715
|
+
"name": "fontColor",
|
|
716
|
+
"description": "字体颜色",
|
|
717
|
+
"default": "\"var(--text-color-default)\"",
|
|
718
|
+
"type": "CSSProperties[\"color\"]"
|
|
735
719
|
},
|
|
736
720
|
{
|
|
737
|
-
"name": "
|
|
738
|
-
"description": "
|
|
739
|
-
"
|
|
740
|
-
"type": "
|
|
721
|
+
"name": "speed",
|
|
722
|
+
"description": "移动速度,单位 px/s",
|
|
723
|
+
"default": "100",
|
|
724
|
+
"type": "number"
|
|
725
|
+
}
|
|
726
|
+
],
|
|
727
|
+
"events": [],
|
|
728
|
+
"slots": [],
|
|
729
|
+
"methods": [],
|
|
730
|
+
"parts": [],
|
|
731
|
+
"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
741
|
},
|
|
742
742
|
{
|
|
743
|
-
"name": "
|
|
744
|
-
"description": "
|
|
745
|
-
"
|
|
743
|
+
"name": "icon",
|
|
744
|
+
"description": "前置图标",
|
|
745
|
+
"attribute": false,
|
|
746
|
+
"type": "GeneralIconProps"
|
|
746
747
|
}
|
|
747
748
|
],
|
|
748
749
|
"events": [],
|
|
749
750
|
"slots": [],
|
|
750
751
|
"methods": [],
|
|
751
752
|
"parts": [],
|
|
752
|
-
"description": "
|
|
753
|
-
"category": "card-info"
|
|
753
|
+
"description": "构件 `eo-current-time`"
|
|
754
754
|
}
|
|
755
755
|
],
|
|
756
756
|
"providers": []
|