@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/types.json
CHANGED
|
@@ -228,6 +228,109 @@
|
|
|
228
228
|
}
|
|
229
229
|
]
|
|
230
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
|
+
},
|
|
231
334
|
"eo-card-item": {
|
|
232
335
|
"properties": [
|
|
233
336
|
{
|
|
@@ -741,109 +844,6 @@
|
|
|
741
844
|
}
|
|
742
845
|
]
|
|
743
846
|
},
|
|
744
|
-
"eo-divider": {
|
|
745
|
-
"properties": [
|
|
746
|
-
{
|
|
747
|
-
"name": "orientation",
|
|
748
|
-
"annotation": {
|
|
749
|
-
"type": "reference",
|
|
750
|
-
"typeName": {
|
|
751
|
-
"type": "identifier",
|
|
752
|
-
"name": "OrientationType"
|
|
753
|
-
}
|
|
754
|
-
}
|
|
755
|
-
},
|
|
756
|
-
{
|
|
757
|
-
"name": "dashed",
|
|
758
|
-
"annotation": {
|
|
759
|
-
"type": "keyword",
|
|
760
|
-
"value": "boolean"
|
|
761
|
-
}
|
|
762
|
-
},
|
|
763
|
-
{
|
|
764
|
-
"name": "type",
|
|
765
|
-
"annotation": {
|
|
766
|
-
"type": "reference",
|
|
767
|
-
"typeName": {
|
|
768
|
-
"type": "identifier",
|
|
769
|
-
"name": "dividerType"
|
|
770
|
-
}
|
|
771
|
-
}
|
|
772
|
-
},
|
|
773
|
-
{
|
|
774
|
-
"name": "proportion",
|
|
775
|
-
"annotation": {
|
|
776
|
-
"type": "tuple",
|
|
777
|
-
"elementTypes": [
|
|
778
|
-
{
|
|
779
|
-
"type": "keyword",
|
|
780
|
-
"value": "number"
|
|
781
|
-
},
|
|
782
|
-
{
|
|
783
|
-
"type": "keyword",
|
|
784
|
-
"value": "number"
|
|
785
|
-
}
|
|
786
|
-
]
|
|
787
|
-
}
|
|
788
|
-
},
|
|
789
|
-
{
|
|
790
|
-
"name": "dividerStyle",
|
|
791
|
-
"annotation": {
|
|
792
|
-
"type": "reference",
|
|
793
|
-
"typeName": {
|
|
794
|
-
"type": "identifier",
|
|
795
|
-
"name": "CSSProperties"
|
|
796
|
-
}
|
|
797
|
-
}
|
|
798
|
-
}
|
|
799
|
-
],
|
|
800
|
-
"events": [],
|
|
801
|
-
"methods": [],
|
|
802
|
-
"types": [
|
|
803
|
-
{
|
|
804
|
-
"type": "typeAlias",
|
|
805
|
-
"name": "OrientationType",
|
|
806
|
-
"annotation": {
|
|
807
|
-
"type": "union",
|
|
808
|
-
"types": [
|
|
809
|
-
{
|
|
810
|
-
"type": "jsLiteral",
|
|
811
|
-
"value": "left"
|
|
812
|
-
},
|
|
813
|
-
{
|
|
814
|
-
"type": "jsLiteral",
|
|
815
|
-
"value": "center"
|
|
816
|
-
},
|
|
817
|
-
{
|
|
818
|
-
"type": "jsLiteral",
|
|
819
|
-
"value": "right"
|
|
820
|
-
}
|
|
821
|
-
]
|
|
822
|
-
}
|
|
823
|
-
},
|
|
824
|
-
{
|
|
825
|
-
"type": "typeAlias",
|
|
826
|
-
"name": "dividerType",
|
|
827
|
-
"annotation": {
|
|
828
|
-
"type": "union",
|
|
829
|
-
"types": [
|
|
830
|
-
{
|
|
831
|
-
"type": "jsLiteral",
|
|
832
|
-
"value": "horizontal"
|
|
833
|
-
},
|
|
834
|
-
{
|
|
835
|
-
"type": "jsLiteral",
|
|
836
|
-
"value": "vertical"
|
|
837
|
-
},
|
|
838
|
-
{
|
|
839
|
-
"type": "jsLiteral",
|
|
840
|
-
"value": "radiation"
|
|
841
|
-
}
|
|
842
|
-
]
|
|
843
|
-
}
|
|
844
|
-
}
|
|
845
|
-
]
|
|
846
|
-
},
|
|
847
847
|
"eo-info-card-item": {
|
|
848
848
|
"properties": [
|
|
849
849
|
{
|
|
@@ -1047,72 +1047,181 @@
|
|
|
1047
1047
|
}
|
|
1048
1048
|
]
|
|
1049
1049
|
},
|
|
1050
|
-
"eo-
|
|
1050
|
+
"eo-loading-step": {
|
|
1051
1051
|
"properties": [
|
|
1052
1052
|
{
|
|
1053
|
-
"name": "
|
|
1053
|
+
"name": "visible",
|
|
1054
1054
|
"annotation": {
|
|
1055
1055
|
"type": "keyword",
|
|
1056
|
-
"value": "
|
|
1056
|
+
"value": "boolean"
|
|
1057
1057
|
}
|
|
1058
1058
|
},
|
|
1059
1059
|
{
|
|
1060
|
-
"name": "
|
|
1060
|
+
"name": "width",
|
|
1061
1061
|
"annotation": {
|
|
1062
1062
|
"type": "keyword",
|
|
1063
1063
|
"value": "string"
|
|
1064
1064
|
}
|
|
1065
1065
|
},
|
|
1066
1066
|
{
|
|
1067
|
-
"name": "
|
|
1067
|
+
"name": "stepTitle",
|
|
1068
1068
|
"annotation": {
|
|
1069
1069
|
"type": "keyword",
|
|
1070
1070
|
"value": "string"
|
|
1071
1071
|
}
|
|
1072
1072
|
},
|
|
1073
1073
|
{
|
|
1074
|
-
"name": "
|
|
1074
|
+
"name": "stepList",
|
|
1075
1075
|
"annotation": {
|
|
1076
|
-
"type": "
|
|
1077
|
-
"
|
|
1076
|
+
"type": "array",
|
|
1077
|
+
"elementType": {
|
|
1078
1078
|
"type": "reference",
|
|
1079
1079
|
"typeName": {
|
|
1080
1080
|
"type": "identifier",
|
|
1081
|
-
"name": "
|
|
1081
|
+
"name": "StepItem"
|
|
1082
1082
|
}
|
|
1083
|
-
},
|
|
1084
|
-
"indexType": {
|
|
1085
|
-
"type": "jsLiteral",
|
|
1086
|
-
"value": "icon"
|
|
1087
1083
|
}
|
|
1088
1084
|
}
|
|
1089
1085
|
},
|
|
1090
1086
|
{
|
|
1091
|
-
"name": "
|
|
1087
|
+
"name": "curStep",
|
|
1092
1088
|
"annotation": {
|
|
1093
|
-
"type": "
|
|
1094
|
-
"
|
|
1095
|
-
{
|
|
1096
|
-
"type": "jsLiteral",
|
|
1097
|
-
"value": "large"
|
|
1098
|
-
},
|
|
1099
|
-
{
|
|
1100
|
-
"type": "jsLiteral",
|
|
1101
|
-
"value": "medium"
|
|
1102
|
-
},
|
|
1103
|
-
{
|
|
1104
|
-
"type": "jsLiteral",
|
|
1105
|
-
"value": "small"
|
|
1106
|
-
}
|
|
1107
|
-
]
|
|
1089
|
+
"type": "keyword",
|
|
1090
|
+
"value": "string"
|
|
1108
1091
|
}
|
|
1109
|
-
}
|
|
1092
|
+
}
|
|
1093
|
+
],
|
|
1094
|
+
"events": [
|
|
1110
1095
|
{
|
|
1111
|
-
"name": "
|
|
1112
|
-
"
|
|
1113
|
-
"
|
|
1114
|
-
|
|
1115
|
-
|
|
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
|
+
},
|
|
1159
|
+
"eo-statistics-card": {
|
|
1160
|
+
"properties": [
|
|
1161
|
+
{
|
|
1162
|
+
"name": "cardTitle",
|
|
1163
|
+
"annotation": {
|
|
1164
|
+
"type": "keyword",
|
|
1165
|
+
"value": "string"
|
|
1166
|
+
}
|
|
1167
|
+
},
|
|
1168
|
+
{
|
|
1169
|
+
"name": "value",
|
|
1170
|
+
"annotation": {
|
|
1171
|
+
"type": "keyword",
|
|
1172
|
+
"value": "string"
|
|
1173
|
+
}
|
|
1174
|
+
},
|
|
1175
|
+
{
|
|
1176
|
+
"name": "unit",
|
|
1177
|
+
"annotation": {
|
|
1178
|
+
"type": "keyword",
|
|
1179
|
+
"value": "string"
|
|
1180
|
+
}
|
|
1181
|
+
},
|
|
1182
|
+
{
|
|
1183
|
+
"name": "icon",
|
|
1184
|
+
"annotation": {
|
|
1185
|
+
"type": "indexedAccess",
|
|
1186
|
+
"objectType": {
|
|
1187
|
+
"type": "reference",
|
|
1188
|
+
"typeName": {
|
|
1189
|
+
"type": "identifier",
|
|
1190
|
+
"name": "EoStatisticsCardProps"
|
|
1191
|
+
}
|
|
1192
|
+
},
|
|
1193
|
+
"indexType": {
|
|
1194
|
+
"type": "jsLiteral",
|
|
1195
|
+
"value": "icon"
|
|
1196
|
+
}
|
|
1197
|
+
}
|
|
1198
|
+
},
|
|
1199
|
+
{
|
|
1200
|
+
"name": "size",
|
|
1201
|
+
"annotation": {
|
|
1202
|
+
"type": "union",
|
|
1203
|
+
"types": [
|
|
1204
|
+
{
|
|
1205
|
+
"type": "jsLiteral",
|
|
1206
|
+
"value": "large"
|
|
1207
|
+
},
|
|
1208
|
+
{
|
|
1209
|
+
"type": "jsLiteral",
|
|
1210
|
+
"value": "medium"
|
|
1211
|
+
},
|
|
1212
|
+
{
|
|
1213
|
+
"type": "jsLiteral",
|
|
1214
|
+
"value": "small"
|
|
1215
|
+
}
|
|
1216
|
+
]
|
|
1217
|
+
}
|
|
1218
|
+
},
|
|
1219
|
+
{
|
|
1220
|
+
"name": "outline",
|
|
1221
|
+
"annotation": {
|
|
1222
|
+
"type": "union",
|
|
1223
|
+
"types": [
|
|
1224
|
+
{
|
|
1116
1225
|
"type": "jsLiteral",
|
|
1117
1226
|
"value": "border"
|
|
1118
1227
|
},
|
|
@@ -1400,115 +1509,6 @@
|
|
|
1400
1509
|
}
|
|
1401
1510
|
]
|
|
1402
1511
|
},
|
|
1403
|
-
"eo-loading-step": {
|
|
1404
|
-
"properties": [
|
|
1405
|
-
{
|
|
1406
|
-
"name": "visible",
|
|
1407
|
-
"annotation": {
|
|
1408
|
-
"type": "keyword",
|
|
1409
|
-
"value": "boolean"
|
|
1410
|
-
}
|
|
1411
|
-
},
|
|
1412
|
-
{
|
|
1413
|
-
"name": "width",
|
|
1414
|
-
"annotation": {
|
|
1415
|
-
"type": "keyword",
|
|
1416
|
-
"value": "string"
|
|
1417
|
-
}
|
|
1418
|
-
},
|
|
1419
|
-
{
|
|
1420
|
-
"name": "stepTitle",
|
|
1421
|
-
"annotation": {
|
|
1422
|
-
"type": "keyword",
|
|
1423
|
-
"value": "string"
|
|
1424
|
-
}
|
|
1425
|
-
},
|
|
1426
|
-
{
|
|
1427
|
-
"name": "stepList",
|
|
1428
|
-
"annotation": {
|
|
1429
|
-
"type": "array",
|
|
1430
|
-
"elementType": {
|
|
1431
|
-
"type": "reference",
|
|
1432
|
-
"typeName": {
|
|
1433
|
-
"type": "identifier",
|
|
1434
|
-
"name": "StepItem"
|
|
1435
|
-
}
|
|
1436
|
-
}
|
|
1437
|
-
}
|
|
1438
|
-
},
|
|
1439
|
-
{
|
|
1440
|
-
"name": "curStep",
|
|
1441
|
-
"annotation": {
|
|
1442
|
-
"type": "keyword",
|
|
1443
|
-
"value": "string"
|
|
1444
|
-
}
|
|
1445
|
-
}
|
|
1446
|
-
],
|
|
1447
|
-
"events": [
|
|
1448
|
-
{
|
|
1449
|
-
"name": "open",
|
|
1450
|
-
"detail": {
|
|
1451
|
-
"annotation": {
|
|
1452
|
-
"type": "keyword",
|
|
1453
|
-
"value": "void"
|
|
1454
|
-
}
|
|
1455
|
-
}
|
|
1456
|
-
},
|
|
1457
|
-
{
|
|
1458
|
-
"name": "close",
|
|
1459
|
-
"detail": {
|
|
1460
|
-
"annotation": {
|
|
1461
|
-
"type": "keyword",
|
|
1462
|
-
"value": "void"
|
|
1463
|
-
}
|
|
1464
|
-
}
|
|
1465
|
-
}
|
|
1466
|
-
],
|
|
1467
|
-
"methods": [
|
|
1468
|
-
{
|
|
1469
|
-
"name": "open",
|
|
1470
|
-
"params": [],
|
|
1471
|
-
"returns": {}
|
|
1472
|
-
},
|
|
1473
|
-
{
|
|
1474
|
-
"name": "close",
|
|
1475
|
-
"params": [],
|
|
1476
|
-
"returns": {}
|
|
1477
|
-
}
|
|
1478
|
-
],
|
|
1479
|
-
"types": [
|
|
1480
|
-
{
|
|
1481
|
-
"type": "interface",
|
|
1482
|
-
"name": "StepItem",
|
|
1483
|
-
"body": [
|
|
1484
|
-
{
|
|
1485
|
-
"type": "propertySignature",
|
|
1486
|
-
"key": {
|
|
1487
|
-
"type": "identifier",
|
|
1488
|
-
"name": "title"
|
|
1489
|
-
},
|
|
1490
|
-
"annotation": {
|
|
1491
|
-
"type": "keyword",
|
|
1492
|
-
"value": "string"
|
|
1493
|
-
},
|
|
1494
|
-
"computed": false
|
|
1495
|
-
},
|
|
1496
|
-
{
|
|
1497
|
-
"type": "propertySignature",
|
|
1498
|
-
"key": {
|
|
1499
|
-
"type": "identifier",
|
|
1500
|
-
"name": "key"
|
|
1501
|
-
},
|
|
1502
|
-
"annotation": {
|
|
1503
|
-
"type": "keyword",
|
|
1504
|
-
"value": "string"
|
|
1505
|
-
},
|
|
1506
|
-
"computed": false
|
|
1507
|
-
}
|
|
1508
|
-
]
|
|
1509
|
-
}
|
|
1510
|
-
]
|
|
1511
|
-
},
|
|
1512
1512
|
"eo-current-time": {
|
|
1513
1513
|
"properties": [
|
|
1514
1514
|
{
|
|
@@ -1775,135 +1775,6 @@
|
|
|
1775
1775
|
"events": [],
|
|
1776
1776
|
"methods": []
|
|
1777
1777
|
},
|
|
1778
|
-
"eo-humanize-time": {
|
|
1779
|
-
"properties": [
|
|
1780
|
-
{
|
|
1781
|
-
"name": "value",
|
|
1782
|
-
"annotation": {
|
|
1783
|
-
"type": "union",
|
|
1784
|
-
"types": [
|
|
1785
|
-
{
|
|
1786
|
-
"type": "keyword",
|
|
1787
|
-
"value": "number"
|
|
1788
|
-
},
|
|
1789
|
-
{
|
|
1790
|
-
"type": "keyword",
|
|
1791
|
-
"value": "string"
|
|
1792
|
-
}
|
|
1793
|
-
]
|
|
1794
|
-
}
|
|
1795
|
-
},
|
|
1796
|
-
{
|
|
1797
|
-
"name": "inputFormat",
|
|
1798
|
-
"annotation": {
|
|
1799
|
-
"type": "keyword",
|
|
1800
|
-
"value": "string"
|
|
1801
|
-
}
|
|
1802
|
-
},
|
|
1803
|
-
{
|
|
1804
|
-
"name": "outputFormat",
|
|
1805
|
-
"annotation": {
|
|
1806
|
-
"type": "keyword",
|
|
1807
|
-
"value": "string"
|
|
1808
|
-
}
|
|
1809
|
-
},
|
|
1810
|
-
{
|
|
1811
|
-
"name": "type",
|
|
1812
|
-
"annotation": {
|
|
1813
|
-
"type": "union",
|
|
1814
|
-
"types": [
|
|
1815
|
-
{
|
|
1816
|
-
"type": "jsLiteral",
|
|
1817
|
-
"value": "datetime"
|
|
1818
|
-
},
|
|
1819
|
-
{
|
|
1820
|
-
"type": "jsLiteral",
|
|
1821
|
-
"value": "date"
|
|
1822
|
-
}
|
|
1823
|
-
]
|
|
1824
|
-
}
|
|
1825
|
-
},
|
|
1826
|
-
{
|
|
1827
|
-
"name": "isCostTime",
|
|
1828
|
-
"annotation": {
|
|
1829
|
-
"type": "keyword",
|
|
1830
|
-
"value": "boolean"
|
|
1831
|
-
}
|
|
1832
|
-
},
|
|
1833
|
-
{
|
|
1834
|
-
"name": "formatter",
|
|
1835
|
-
"annotation": {
|
|
1836
|
-
"type": "reference",
|
|
1837
|
-
"typeName": {
|
|
1838
|
-
"type": "identifier",
|
|
1839
|
-
"name": "HumanizeTimeFormat"
|
|
1840
|
-
}
|
|
1841
|
-
}
|
|
1842
|
-
},
|
|
1843
|
-
{
|
|
1844
|
-
"name": "isMicrosecond",
|
|
1845
|
-
"annotation": {
|
|
1846
|
-
"type": "keyword",
|
|
1847
|
-
"value": "boolean"
|
|
1848
|
-
}
|
|
1849
|
-
},
|
|
1850
|
-
{
|
|
1851
|
-
"name": "isMillisecond",
|
|
1852
|
-
"annotation": {
|
|
1853
|
-
"type": "keyword",
|
|
1854
|
-
"value": "boolean"
|
|
1855
|
-
}
|
|
1856
|
-
},
|
|
1857
|
-
{
|
|
1858
|
-
"name": "link",
|
|
1859
|
-
"annotation": {
|
|
1860
|
-
"type": "reference",
|
|
1861
|
-
"typeName": {
|
|
1862
|
-
"type": "identifier",
|
|
1863
|
-
"name": "LinkInfo"
|
|
1864
|
-
}
|
|
1865
|
-
}
|
|
1866
|
-
}
|
|
1867
|
-
],
|
|
1868
|
-
"events": [],
|
|
1869
|
-
"methods": [],
|
|
1870
|
-
"types": [
|
|
1871
|
-
{
|
|
1872
|
-
"type": "interface",
|
|
1873
|
-
"name": "LinkInfo",
|
|
1874
|
-
"body": [
|
|
1875
|
-
{
|
|
1876
|
-
"type": "propertySignature",
|
|
1877
|
-
"key": {
|
|
1878
|
-
"type": "identifier",
|
|
1879
|
-
"name": "url"
|
|
1880
|
-
},
|
|
1881
|
-
"annotation": {
|
|
1882
|
-
"type": "keyword",
|
|
1883
|
-
"value": "string"
|
|
1884
|
-
},
|
|
1885
|
-
"computed": false
|
|
1886
|
-
},
|
|
1887
|
-
{
|
|
1888
|
-
"type": "propertySignature",
|
|
1889
|
-
"key": {
|
|
1890
|
-
"type": "identifier",
|
|
1891
|
-
"name": "target"
|
|
1892
|
-
},
|
|
1893
|
-
"annotation": {
|
|
1894
|
-
"type": "reference",
|
|
1895
|
-
"typeName": {
|
|
1896
|
-
"type": "identifier",
|
|
1897
|
-
"name": "Target"
|
|
1898
|
-
}
|
|
1899
|
-
},
|
|
1900
|
-
"optional": true,
|
|
1901
|
-
"computed": false
|
|
1902
|
-
}
|
|
1903
|
-
]
|
|
1904
|
-
}
|
|
1905
|
-
]
|
|
1906
|
-
},
|
|
1907
1778
|
"eo-pagination": {
|
|
1908
1779
|
"properties": [
|
|
1909
1780
|
{
|
|
@@ -2096,5 +1967,134 @@
|
|
|
2096
1967
|
]
|
|
2097
1968
|
}
|
|
2098
1969
|
]
|
|
1970
|
+
},
|
|
1971
|
+
"eo-humanize-time": {
|
|
1972
|
+
"properties": [
|
|
1973
|
+
{
|
|
1974
|
+
"name": "value",
|
|
1975
|
+
"annotation": {
|
|
1976
|
+
"type": "union",
|
|
1977
|
+
"types": [
|
|
1978
|
+
{
|
|
1979
|
+
"type": "keyword",
|
|
1980
|
+
"value": "number"
|
|
1981
|
+
},
|
|
1982
|
+
{
|
|
1983
|
+
"type": "keyword",
|
|
1984
|
+
"value": "string"
|
|
1985
|
+
}
|
|
1986
|
+
]
|
|
1987
|
+
}
|
|
1988
|
+
},
|
|
1989
|
+
{
|
|
1990
|
+
"name": "inputFormat",
|
|
1991
|
+
"annotation": {
|
|
1992
|
+
"type": "keyword",
|
|
1993
|
+
"value": "string"
|
|
1994
|
+
}
|
|
1995
|
+
},
|
|
1996
|
+
{
|
|
1997
|
+
"name": "outputFormat",
|
|
1998
|
+
"annotation": {
|
|
1999
|
+
"type": "keyword",
|
|
2000
|
+
"value": "string"
|
|
2001
|
+
}
|
|
2002
|
+
},
|
|
2003
|
+
{
|
|
2004
|
+
"name": "type",
|
|
2005
|
+
"annotation": {
|
|
2006
|
+
"type": "union",
|
|
2007
|
+
"types": [
|
|
2008
|
+
{
|
|
2009
|
+
"type": "jsLiteral",
|
|
2010
|
+
"value": "datetime"
|
|
2011
|
+
},
|
|
2012
|
+
{
|
|
2013
|
+
"type": "jsLiteral",
|
|
2014
|
+
"value": "date"
|
|
2015
|
+
}
|
|
2016
|
+
]
|
|
2017
|
+
}
|
|
2018
|
+
},
|
|
2019
|
+
{
|
|
2020
|
+
"name": "isCostTime",
|
|
2021
|
+
"annotation": {
|
|
2022
|
+
"type": "keyword",
|
|
2023
|
+
"value": "boolean"
|
|
2024
|
+
}
|
|
2025
|
+
},
|
|
2026
|
+
{
|
|
2027
|
+
"name": "formatter",
|
|
2028
|
+
"annotation": {
|
|
2029
|
+
"type": "reference",
|
|
2030
|
+
"typeName": {
|
|
2031
|
+
"type": "identifier",
|
|
2032
|
+
"name": "HumanizeTimeFormat"
|
|
2033
|
+
}
|
|
2034
|
+
}
|
|
2035
|
+
},
|
|
2036
|
+
{
|
|
2037
|
+
"name": "isMicrosecond",
|
|
2038
|
+
"annotation": {
|
|
2039
|
+
"type": "keyword",
|
|
2040
|
+
"value": "boolean"
|
|
2041
|
+
}
|
|
2042
|
+
},
|
|
2043
|
+
{
|
|
2044
|
+
"name": "isMillisecond",
|
|
2045
|
+
"annotation": {
|
|
2046
|
+
"type": "keyword",
|
|
2047
|
+
"value": "boolean"
|
|
2048
|
+
}
|
|
2049
|
+
},
|
|
2050
|
+
{
|
|
2051
|
+
"name": "link",
|
|
2052
|
+
"annotation": {
|
|
2053
|
+
"type": "reference",
|
|
2054
|
+
"typeName": {
|
|
2055
|
+
"type": "identifier",
|
|
2056
|
+
"name": "LinkInfo"
|
|
2057
|
+
}
|
|
2058
|
+
}
|
|
2059
|
+
}
|
|
2060
|
+
],
|
|
2061
|
+
"events": [],
|
|
2062
|
+
"methods": [],
|
|
2063
|
+
"types": [
|
|
2064
|
+
{
|
|
2065
|
+
"type": "interface",
|
|
2066
|
+
"name": "LinkInfo",
|
|
2067
|
+
"body": [
|
|
2068
|
+
{
|
|
2069
|
+
"type": "propertySignature",
|
|
2070
|
+
"key": {
|
|
2071
|
+
"type": "identifier",
|
|
2072
|
+
"name": "url"
|
|
2073
|
+
},
|
|
2074
|
+
"annotation": {
|
|
2075
|
+
"type": "keyword",
|
|
2076
|
+
"value": "string"
|
|
2077
|
+
},
|
|
2078
|
+
"computed": false
|
|
2079
|
+
},
|
|
2080
|
+
{
|
|
2081
|
+
"type": "propertySignature",
|
|
2082
|
+
"key": {
|
|
2083
|
+
"type": "identifier",
|
|
2084
|
+
"name": "target"
|
|
2085
|
+
},
|
|
2086
|
+
"annotation": {
|
|
2087
|
+
"type": "reference",
|
|
2088
|
+
"typeName": {
|
|
2089
|
+
"type": "identifier",
|
|
2090
|
+
"name": "Target"
|
|
2091
|
+
}
|
|
2092
|
+
},
|
|
2093
|
+
"optional": true,
|
|
2094
|
+
"computed": false
|
|
2095
|
+
}
|
|
2096
|
+
]
|
|
2097
|
+
}
|
|
2098
|
+
]
|
|
2099
2099
|
}
|
|
2100
2100
|
}
|