@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.
@@ -70,68 +70,61 @@
70
70
  "category": "text"
71
71
  },
72
72
  {
73
- "name": "eo-pagination",
73
+ "name": "eo-code-display",
74
+ "alias": [
75
+ "presentational.code-display"
76
+ ],
74
77
  "properties": [
75
78
  {
76
- "name": "type",
77
- "description": "",
78
- "default": "\"page\"",
79
- "type": "\"page\" | \"token\""
79
+ "name": "value",
80
+ "description": "代码内容",
81
+ "default": "\"\"",
82
+ "type": "string"
80
83
  },
81
84
  {
82
- "name": "total",
83
- "description": "数据总数",
84
- "default": "0",
85
- "type": "number"
85
+ "name": "language",
86
+ "description": "语言,具体查阅 [Supported languages](https://prismjs.com/#supported-languages)",
87
+ "type": "string"
86
88
  },
87
89
  {
88
- "name": "page",
89
- "description": "当前页数",
90
- "default": "1",
91
- "type": "number"
90
+ "name": "hideLineNumber",
91
+ "description": "是否隐藏行号",
92
+ "type": "boolean"
92
93
  },
93
94
  {
94
- "name": "pageSize",
95
- "description": "每页条数",
96
- "default": "20",
95
+ "name": "maxLines",
96
+ "description": "最大行数",
97
97
  "type": "number"
98
98
  },
99
99
  {
100
- "name": "pageSizeOptions",
101
- "description": "指定每页可以显示多少条",
102
- "default": "[10, 20, 50, 100]",
103
- "attribute": false,
104
- "type": "number[]"
100
+ "name": "minLines",
101
+ "description": "最小行数",
102
+ "type": "number"
105
103
  },
106
104
  {
107
- "name": "showSizeChanger",
108
- "description": "是否展示`pageSize`分页器",
105
+ "name": "showCopyButton",
106
+ "description": "是否显示复制按钮",
109
107
  "default": "true",
110
108
  "type": "boolean"
111
109
  },
112
110
  {
113
- "name": "nextToken",
114
- "type": "string"
111
+ "name": "showExportButton",
112
+ "description": "是否显示导出按钮",
113
+ "type": "boolean"
115
114
  },
116
115
  {
117
- "name": "previousToken",
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": "navigation"
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-code-display",
376
- "alias": [
377
- "presentational.code-display"
378
- ],
432
+ "name": "eo-info-card-item",
379
433
  "properties": [
380
434
  {
381
- "name": "value",
382
- "description": "代码内容",
383
- "default": "\"\"",
435
+ "name": "cardTitle",
436
+ "description": "title",
384
437
  "type": "string"
385
438
  },
386
439
  {
387
- "name": "language",
388
- "description": "语言,具体查阅 [Supported languages](https://prismjs.com/#supported-languages)",
440
+ "name": "description",
441
+ "description": "description",
389
442
  "type": "string"
390
443
  },
391
444
  {
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"
445
+ "name": "url",
446
+ "description": "链接地址",
447
+ "type": "string"
405
448
  },
406
449
  {
407
- "name": "showCopyButton",
408
- "description": "是否显示复制按钮",
409
- "default": "true",
410
- "type": "boolean"
450
+ "name": "cardIcon",
451
+ "description": "图标",
452
+ "attribute": false,
453
+ "type": "IconAvatar"
411
454
  },
412
455
  {
413
- "name": "showExportButton",
414
- "description": "是否显示导出按钮",
415
- "type": "boolean"
456
+ "name": "detailList",
457
+ "description": "详细列表",
458
+ "attribute": false,
459
+ "type": "InfoCardDetail[]"
416
460
  },
417
461
  {
418
- "name": "exportFileName",
419
- "description": "导出的文件名",
420
- "default": "download.txt",
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": "display-component"
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-info-card-item",
694
+ "name": "eo-carousel-text",
714
695
  "properties": [
715
696
  {
716
- "name": "cardTitle",
717
- "description": "title",
697
+ "name": "text",
698
+ "description": "展示内容",
699
+ "default": "\"\"",
718
700
  "type": "string"
719
701
  },
720
702
  {
721
- "name": "description",
722
- "description": "description",
723
- "type": "string"
703
+ "name": "containerWidth",
704
+ "description": "容器宽度",
705
+ "default": "\"100%\"",
706
+ "type": "CSSProperties[\"width\"]"
724
707
  },
725
708
  {
726
- "name": "url",
727
- "description": "链接地址",
728
- "type": "string"
709
+ "name": "fontSize",
710
+ "description": "字体大小",
711
+ "default": "\"var(--normal-font-size)\"",
712
+ "type": "CSSProperties[\"fontSize\"]"
729
713
  },
730
714
  {
731
- "name": "cardIcon",
732
- "description": "图标",
733
- "attribute": false,
734
- "type": "IconAvatar"
715
+ "name": "fontColor",
716
+ "description": "字体颜色",
717
+ "default": "\"var(--text-color-default)\"",
718
+ "type": "CSSProperties[\"color\"]"
735
719
  },
736
720
  {
737
- "name": "detailList",
738
- "description": "详细列表",
739
- "attribute": false,
740
- "type": "InfoCardDetail[]"
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": "target",
744
- "description": "链接跳转目标",
745
- "type": "LinkProps[\"target\"]"
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": []