@next-bricks/presentational 1.15.0 → 1.15.1
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 +6 -6
- package/dist/chunks/7082.5b5601f8.js.map +1 -1
- package/dist/chunks/eo-descriptions.1abe32d8.js.map +1 -1
- package/dist/examples.json +6 -6
- package/dist/{index.6814eeea.js → index.104b9c0b.js} +2 -2
- package/dist/{index.6814eeea.js.map → index.104b9c0b.js.map} +1 -1
- package/dist/manifest.json +106 -106
- package/dist/types.json +376 -376
- package/dist-types/descriptions/index.d.ts +1 -1
- package/package.json +2 -2
package/dist/manifest.json
CHANGED
|
@@ -249,6 +249,48 @@
|
|
|
249
249
|
"description": "分页",
|
|
250
250
|
"category": "navigation"
|
|
251
251
|
},
|
|
252
|
+
{
|
|
253
|
+
"name": "eo-divider",
|
|
254
|
+
"properties": [
|
|
255
|
+
{
|
|
256
|
+
"name": "orientation",
|
|
257
|
+
"description": "标题位置,在horizontal类型的分割线中使用",
|
|
258
|
+
"default": "center",
|
|
259
|
+
"attribute": false,
|
|
260
|
+
"type": "OrientationType"
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"name": "dashed",
|
|
264
|
+
"description": "是否虚线",
|
|
265
|
+
"default": "false",
|
|
266
|
+
"type": "boolean"
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"name": "type",
|
|
270
|
+
"description": "水平|垂直|放射类型,注意radiation是个特殊的类型,该样式是特定的",
|
|
271
|
+
"default": "\"horizontal\"",
|
|
272
|
+
"type": "dividerType"
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"name": "proportion",
|
|
276
|
+
"description": "当用于数值显示的情况,eg: 如果要展示\"1/3\",那么传入就是[1,3], 该字段只适配于 type 为 radiation",
|
|
277
|
+
"attribute": false,
|
|
278
|
+
"type": "[number, number]"
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"name": "dividerStyle",
|
|
282
|
+
"description": "分割线自定义样式",
|
|
283
|
+
"attribute": false,
|
|
284
|
+
"type": "CSSProperties"
|
|
285
|
+
}
|
|
286
|
+
],
|
|
287
|
+
"events": [],
|
|
288
|
+
"slots": [],
|
|
289
|
+
"methods": [],
|
|
290
|
+
"parts": [],
|
|
291
|
+
"description": "分割线",
|
|
292
|
+
"category": "container-display"
|
|
293
|
+
},
|
|
252
294
|
{
|
|
253
295
|
"name": "eo-card-item",
|
|
254
296
|
"properties": [
|
|
@@ -386,48 +428,6 @@
|
|
|
386
428
|
"description": "信息类卡片 —— 通用卡片",
|
|
387
429
|
"category": "card-info"
|
|
388
430
|
},
|
|
389
|
-
{
|
|
390
|
-
"name": "eo-divider",
|
|
391
|
-
"properties": [
|
|
392
|
-
{
|
|
393
|
-
"name": "orientation",
|
|
394
|
-
"description": "标题位置,在horizontal类型的分割线中使用",
|
|
395
|
-
"default": "center",
|
|
396
|
-
"attribute": false,
|
|
397
|
-
"type": "OrientationType"
|
|
398
|
-
},
|
|
399
|
-
{
|
|
400
|
-
"name": "dashed",
|
|
401
|
-
"description": "是否虚线",
|
|
402
|
-
"default": "false",
|
|
403
|
-
"type": "boolean"
|
|
404
|
-
},
|
|
405
|
-
{
|
|
406
|
-
"name": "type",
|
|
407
|
-
"description": "水平|垂直|放射类型,注意radiation是个特殊的类型,该样式是特定的",
|
|
408
|
-
"default": "\"horizontal\"",
|
|
409
|
-
"type": "dividerType"
|
|
410
|
-
},
|
|
411
|
-
{
|
|
412
|
-
"name": "proportion",
|
|
413
|
-
"description": "当用于数值显示的情况,eg: 如果要展示\"1/3\",那么传入就是[1,3], 该字段只适配于 type 为 radiation",
|
|
414
|
-
"attribute": false,
|
|
415
|
-
"type": "[number, number]"
|
|
416
|
-
},
|
|
417
|
-
{
|
|
418
|
-
"name": "dividerStyle",
|
|
419
|
-
"description": "分割线自定义样式",
|
|
420
|
-
"attribute": false,
|
|
421
|
-
"type": "CSSProperties"
|
|
422
|
-
}
|
|
423
|
-
],
|
|
424
|
-
"events": [],
|
|
425
|
-
"slots": [],
|
|
426
|
-
"methods": [],
|
|
427
|
-
"parts": [],
|
|
428
|
-
"description": "分割线",
|
|
429
|
-
"category": "container-display"
|
|
430
|
-
},
|
|
431
431
|
{
|
|
432
432
|
"name": "eo-info-card-item",
|
|
433
433
|
"properties": [
|
|
@@ -536,6 +536,70 @@
|
|
|
536
536
|
"parts": [],
|
|
537
537
|
"description": "人性化时间展示,可显示完整时间、相对时间、未来时间、耗时等,支持自定义输入值格式和输出格式。"
|
|
538
538
|
},
|
|
539
|
+
{
|
|
540
|
+
"name": "eo-loading-step",
|
|
541
|
+
"properties": [
|
|
542
|
+
{
|
|
543
|
+
"name": "visible",
|
|
544
|
+
"description": "是否可见",
|
|
545
|
+
"type": "boolean"
|
|
546
|
+
},
|
|
547
|
+
{
|
|
548
|
+
"name": "width",
|
|
549
|
+
"description": "宽度",
|
|
550
|
+
"type": "string"
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
"name": "stepTitle",
|
|
554
|
+
"description": "步骤标题",
|
|
555
|
+
"type": "string"
|
|
556
|
+
},
|
|
557
|
+
{
|
|
558
|
+
"name": "stepList",
|
|
559
|
+
"description": "步骤列表",
|
|
560
|
+
"attribute": false,
|
|
561
|
+
"type": "StepItem[]"
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
"name": "curStep",
|
|
565
|
+
"description": "当前步骤",
|
|
566
|
+
"type": "string"
|
|
567
|
+
}
|
|
568
|
+
],
|
|
569
|
+
"events": [
|
|
570
|
+
{
|
|
571
|
+
"name": "open",
|
|
572
|
+
"description": "打开事件",
|
|
573
|
+
"detail": {
|
|
574
|
+
"type": "void"
|
|
575
|
+
}
|
|
576
|
+
},
|
|
577
|
+
{
|
|
578
|
+
"name": "close",
|
|
579
|
+
"description": "关闭事件",
|
|
580
|
+
"detail": {
|
|
581
|
+
"type": "void"
|
|
582
|
+
}
|
|
583
|
+
}
|
|
584
|
+
],
|
|
585
|
+
"slots": [],
|
|
586
|
+
"methods": [
|
|
587
|
+
{
|
|
588
|
+
"name": "open",
|
|
589
|
+
"params": [],
|
|
590
|
+
"description": "打开",
|
|
591
|
+
"returns": {}
|
|
592
|
+
},
|
|
593
|
+
{
|
|
594
|
+
"name": "close",
|
|
595
|
+
"params": [],
|
|
596
|
+
"description": "关闭",
|
|
597
|
+
"returns": {}
|
|
598
|
+
}
|
|
599
|
+
],
|
|
600
|
+
"parts": [],
|
|
601
|
+
"description": "加载步骤框"
|
|
602
|
+
},
|
|
539
603
|
{
|
|
540
604
|
"name": "eo-statistics-card",
|
|
541
605
|
"properties": [
|
|
@@ -626,70 +690,6 @@
|
|
|
626
690
|
"parts": [],
|
|
627
691
|
"description": "统计卡片"
|
|
628
692
|
},
|
|
629
|
-
{
|
|
630
|
-
"name": "eo-loading-step",
|
|
631
|
-
"properties": [
|
|
632
|
-
{
|
|
633
|
-
"name": "visible",
|
|
634
|
-
"description": "是否可见",
|
|
635
|
-
"type": "boolean"
|
|
636
|
-
},
|
|
637
|
-
{
|
|
638
|
-
"name": "width",
|
|
639
|
-
"description": "宽度",
|
|
640
|
-
"type": "string"
|
|
641
|
-
},
|
|
642
|
-
{
|
|
643
|
-
"name": "stepTitle",
|
|
644
|
-
"description": "步骤标题",
|
|
645
|
-
"type": "string"
|
|
646
|
-
},
|
|
647
|
-
{
|
|
648
|
-
"name": "stepList",
|
|
649
|
-
"description": "步骤列表",
|
|
650
|
-
"attribute": false,
|
|
651
|
-
"type": "StepItem[]"
|
|
652
|
-
},
|
|
653
|
-
{
|
|
654
|
-
"name": "curStep",
|
|
655
|
-
"description": "当前步骤",
|
|
656
|
-
"type": "string"
|
|
657
|
-
}
|
|
658
|
-
],
|
|
659
|
-
"events": [
|
|
660
|
-
{
|
|
661
|
-
"name": "open",
|
|
662
|
-
"description": "打开事件",
|
|
663
|
-
"detail": {
|
|
664
|
-
"type": "void"
|
|
665
|
-
}
|
|
666
|
-
},
|
|
667
|
-
{
|
|
668
|
-
"name": "close",
|
|
669
|
-
"description": "关闭事件",
|
|
670
|
-
"detail": {
|
|
671
|
-
"type": "void"
|
|
672
|
-
}
|
|
673
|
-
}
|
|
674
|
-
],
|
|
675
|
-
"slots": [],
|
|
676
|
-
"methods": [
|
|
677
|
-
{
|
|
678
|
-
"name": "open",
|
|
679
|
-
"params": [],
|
|
680
|
-
"description": "打开",
|
|
681
|
-
"returns": {}
|
|
682
|
-
},
|
|
683
|
-
{
|
|
684
|
-
"name": "close",
|
|
685
|
-
"params": [],
|
|
686
|
-
"description": "关闭",
|
|
687
|
-
"returns": {}
|
|
688
|
-
}
|
|
689
|
-
],
|
|
690
|
-
"parts": [],
|
|
691
|
-
"description": "加载步骤框"
|
|
692
|
-
},
|
|
693
693
|
{
|
|
694
694
|
"name": "eo-current-time",
|
|
695
695
|
"properties": [
|