@next-bricks/presentational 1.14.5 → 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.
@@ -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": [
package/dist/types.json CHANGED
@@ -193,6 +193,19 @@
193
193
  },
194
194
  "optional": true,
195
195
  "computed": false
196
+ },
197
+ {
198
+ "type": "propertySignature",
199
+ "key": {
200
+ "type": "identifier",
201
+ "name": "gridColumn"
202
+ },
203
+ "annotation": {
204
+ "type": "keyword",
205
+ "value": "string"
206
+ },
207
+ "optional": true,
208
+ "computed": false
196
209
  }
197
210
  ]
198
211
  },
@@ -215,6 +228,109 @@
215
228
  }
216
229
  ]
217
230
  },
231
+ "eo-divider": {
232
+ "properties": [
233
+ {
234
+ "name": "orientation",
235
+ "annotation": {
236
+ "type": "reference",
237
+ "typeName": {
238
+ "type": "identifier",
239
+ "name": "OrientationType"
240
+ }
241
+ }
242
+ },
243
+ {
244
+ "name": "dashed",
245
+ "annotation": {
246
+ "type": "keyword",
247
+ "value": "boolean"
248
+ }
249
+ },
250
+ {
251
+ "name": "type",
252
+ "annotation": {
253
+ "type": "reference",
254
+ "typeName": {
255
+ "type": "identifier",
256
+ "name": "dividerType"
257
+ }
258
+ }
259
+ },
260
+ {
261
+ "name": "proportion",
262
+ "annotation": {
263
+ "type": "tuple",
264
+ "elementTypes": [
265
+ {
266
+ "type": "keyword",
267
+ "value": "number"
268
+ },
269
+ {
270
+ "type": "keyword",
271
+ "value": "number"
272
+ }
273
+ ]
274
+ }
275
+ },
276
+ {
277
+ "name": "dividerStyle",
278
+ "annotation": {
279
+ "type": "reference",
280
+ "typeName": {
281
+ "type": "identifier",
282
+ "name": "CSSProperties"
283
+ }
284
+ }
285
+ }
286
+ ],
287
+ "events": [],
288
+ "methods": [],
289
+ "types": [
290
+ {
291
+ "type": "typeAlias",
292
+ "name": "OrientationType",
293
+ "annotation": {
294
+ "type": "union",
295
+ "types": [
296
+ {
297
+ "type": "jsLiteral",
298
+ "value": "left"
299
+ },
300
+ {
301
+ "type": "jsLiteral",
302
+ "value": "center"
303
+ },
304
+ {
305
+ "type": "jsLiteral",
306
+ "value": "right"
307
+ }
308
+ ]
309
+ }
310
+ },
311
+ {
312
+ "type": "typeAlias",
313
+ "name": "dividerType",
314
+ "annotation": {
315
+ "type": "union",
316
+ "types": [
317
+ {
318
+ "type": "jsLiteral",
319
+ "value": "horizontal"
320
+ },
321
+ {
322
+ "type": "jsLiteral",
323
+ "value": "vertical"
324
+ },
325
+ {
326
+ "type": "jsLiteral",
327
+ "value": "radiation"
328
+ }
329
+ ]
330
+ }
331
+ }
332
+ ]
333
+ },
218
334
  "eo-card-item": {
219
335
  "properties": [
220
336
  {
@@ -728,109 +844,6 @@
728
844
  }
729
845
  ]
730
846
  },
731
- "eo-divider": {
732
- "properties": [
733
- {
734
- "name": "orientation",
735
- "annotation": {
736
- "type": "reference",
737
- "typeName": {
738
- "type": "identifier",
739
- "name": "OrientationType"
740
- }
741
- }
742
- },
743
- {
744
- "name": "dashed",
745
- "annotation": {
746
- "type": "keyword",
747
- "value": "boolean"
748
- }
749
- },
750
- {
751
- "name": "type",
752
- "annotation": {
753
- "type": "reference",
754
- "typeName": {
755
- "type": "identifier",
756
- "name": "dividerType"
757
- }
758
- }
759
- },
760
- {
761
- "name": "proportion",
762
- "annotation": {
763
- "type": "tuple",
764
- "elementTypes": [
765
- {
766
- "type": "keyword",
767
- "value": "number"
768
- },
769
- {
770
- "type": "keyword",
771
- "value": "number"
772
- }
773
- ]
774
- }
775
- },
776
- {
777
- "name": "dividerStyle",
778
- "annotation": {
779
- "type": "reference",
780
- "typeName": {
781
- "type": "identifier",
782
- "name": "CSSProperties"
783
- }
784
- }
785
- }
786
- ],
787
- "events": [],
788
- "methods": [],
789
- "types": [
790
- {
791
- "type": "typeAlias",
792
- "name": "OrientationType",
793
- "annotation": {
794
- "type": "union",
795
- "types": [
796
- {
797
- "type": "jsLiteral",
798
- "value": "left"
799
- },
800
- {
801
- "type": "jsLiteral",
802
- "value": "center"
803
- },
804
- {
805
- "type": "jsLiteral",
806
- "value": "right"
807
- }
808
- ]
809
- }
810
- },
811
- {
812
- "type": "typeAlias",
813
- "name": "dividerType",
814
- "annotation": {
815
- "type": "union",
816
- "types": [
817
- {
818
- "type": "jsLiteral",
819
- "value": "horizontal"
820
- },
821
- {
822
- "type": "jsLiteral",
823
- "value": "vertical"
824
- },
825
- {
826
- "type": "jsLiteral",
827
- "value": "radiation"
828
- }
829
- ]
830
- }
831
- }
832
- ]
833
- },
834
847
  "eo-info-card-item": {
835
848
  "properties": [
836
849
  {
@@ -1034,6 +1047,115 @@
1034
1047
  }
1035
1048
  ]
1036
1049
  },
1050
+ "eo-loading-step": {
1051
+ "properties": [
1052
+ {
1053
+ "name": "visible",
1054
+ "annotation": {
1055
+ "type": "keyword",
1056
+ "value": "boolean"
1057
+ }
1058
+ },
1059
+ {
1060
+ "name": "width",
1061
+ "annotation": {
1062
+ "type": "keyword",
1063
+ "value": "string"
1064
+ }
1065
+ },
1066
+ {
1067
+ "name": "stepTitle",
1068
+ "annotation": {
1069
+ "type": "keyword",
1070
+ "value": "string"
1071
+ }
1072
+ },
1073
+ {
1074
+ "name": "stepList",
1075
+ "annotation": {
1076
+ "type": "array",
1077
+ "elementType": {
1078
+ "type": "reference",
1079
+ "typeName": {
1080
+ "type": "identifier",
1081
+ "name": "StepItem"
1082
+ }
1083
+ }
1084
+ }
1085
+ },
1086
+ {
1087
+ "name": "curStep",
1088
+ "annotation": {
1089
+ "type": "keyword",
1090
+ "value": "string"
1091
+ }
1092
+ }
1093
+ ],
1094
+ "events": [
1095
+ {
1096
+ "name": "open",
1097
+ "detail": {
1098
+ "annotation": {
1099
+ "type": "keyword",
1100
+ "value": "void"
1101
+ }
1102
+ }
1103
+ },
1104
+ {
1105
+ "name": "close",
1106
+ "detail": {
1107
+ "annotation": {
1108
+ "type": "keyword",
1109
+ "value": "void"
1110
+ }
1111
+ }
1112
+ }
1113
+ ],
1114
+ "methods": [
1115
+ {
1116
+ "name": "open",
1117
+ "params": [],
1118
+ "returns": {}
1119
+ },
1120
+ {
1121
+ "name": "close",
1122
+ "params": [],
1123
+ "returns": {}
1124
+ }
1125
+ ],
1126
+ "types": [
1127
+ {
1128
+ "type": "interface",
1129
+ "name": "StepItem",
1130
+ "body": [
1131
+ {
1132
+ "type": "propertySignature",
1133
+ "key": {
1134
+ "type": "identifier",
1135
+ "name": "title"
1136
+ },
1137
+ "annotation": {
1138
+ "type": "keyword",
1139
+ "value": "string"
1140
+ },
1141
+ "computed": false
1142
+ },
1143
+ {
1144
+ "type": "propertySignature",
1145
+ "key": {
1146
+ "type": "identifier",
1147
+ "name": "key"
1148
+ },
1149
+ "annotation": {
1150
+ "type": "keyword",
1151
+ "value": "string"
1152
+ },
1153
+ "computed": false
1154
+ }
1155
+ ]
1156
+ }
1157
+ ]
1158
+ },
1037
1159
  "eo-statistics-card": {
1038
1160
  "properties": [
1039
1161
  {
@@ -1387,115 +1509,6 @@
1387
1509
  }
1388
1510
  ]
1389
1511
  },
1390
- "eo-loading-step": {
1391
- "properties": [
1392
- {
1393
- "name": "visible",
1394
- "annotation": {
1395
- "type": "keyword",
1396
- "value": "boolean"
1397
- }
1398
- },
1399
- {
1400
- "name": "width",
1401
- "annotation": {
1402
- "type": "keyword",
1403
- "value": "string"
1404
- }
1405
- },
1406
- {
1407
- "name": "stepTitle",
1408
- "annotation": {
1409
- "type": "keyword",
1410
- "value": "string"
1411
- }
1412
- },
1413
- {
1414
- "name": "stepList",
1415
- "annotation": {
1416
- "type": "array",
1417
- "elementType": {
1418
- "type": "reference",
1419
- "typeName": {
1420
- "type": "identifier",
1421
- "name": "StepItem"
1422
- }
1423
- }
1424
- }
1425
- },
1426
- {
1427
- "name": "curStep",
1428
- "annotation": {
1429
- "type": "keyword",
1430
- "value": "string"
1431
- }
1432
- }
1433
- ],
1434
- "events": [
1435
- {
1436
- "name": "open",
1437
- "detail": {
1438
- "annotation": {
1439
- "type": "keyword",
1440
- "value": "void"
1441
- }
1442
- }
1443
- },
1444
- {
1445
- "name": "close",
1446
- "detail": {
1447
- "annotation": {
1448
- "type": "keyword",
1449
- "value": "void"
1450
- }
1451
- }
1452
- }
1453
- ],
1454
- "methods": [
1455
- {
1456
- "name": "open",
1457
- "params": [],
1458
- "returns": {}
1459
- },
1460
- {
1461
- "name": "close",
1462
- "params": [],
1463
- "returns": {}
1464
- }
1465
- ],
1466
- "types": [
1467
- {
1468
- "type": "interface",
1469
- "name": "StepItem",
1470
- "body": [
1471
- {
1472
- "type": "propertySignature",
1473
- "key": {
1474
- "type": "identifier",
1475
- "name": "title"
1476
- },
1477
- "annotation": {
1478
- "type": "keyword",
1479
- "value": "string"
1480
- },
1481
- "computed": false
1482
- },
1483
- {
1484
- "type": "propertySignature",
1485
- "key": {
1486
- "type": "identifier",
1487
- "name": "key"
1488
- },
1489
- "annotation": {
1490
- "type": "keyword",
1491
- "value": "string"
1492
- },
1493
- "computed": false
1494
- }
1495
- ]
1496
- }
1497
- ]
1498
- },
1499
1512
  "eo-current-time": {
1500
1513
  "properties": [
1501
1514
  {