@next-bricks/presentational 1.15.1 → 1.17.0
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 +27 -27
- package/dist/chunks/7082.3fe11c4a.js +2 -0
- package/dist/chunks/7082.3fe11c4a.js.map +1 -0
- package/dist/chunks/eo-card-item.b83e2601.js +3 -0
- package/dist/chunks/eo-card-item.b83e2601.js.map +1 -0
- package/dist/chunks/{main.5f4e873f.js → main.06350a7d.js} +2 -2
- package/dist/chunks/{main.5f4e873f.js.map → main.06350a7d.js.map} +1 -1
- package/dist/examples.json +12 -12
- package/dist/{index.104b9c0b.js → index.3213eabc.js} +2 -2
- package/dist/{index.104b9c0b.js.map → index.3213eabc.js.map} +1 -1
- package/dist/manifest.json +249 -222
- package/dist/types.json +456 -413
- package/dist-types/card-item/index.d.ts +11 -0
- package/docs/eo-card-item.md +61 -28
- package/package.json +2 -2
- package/dist/chunks/7082.5b5601f8.js +0 -2
- package/dist/chunks/7082.5b5601f8.js.map +0 -1
- package/dist/chunks/eo-card-item.c8ae419d.js +0 -3
- package/dist/chunks/eo-card-item.c8ae419d.js.map +0 -1
- /package/dist/chunks/{eo-card-item.c8ae419d.js.LICENSE.txt → eo-card-item.b83e2601.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -228,109 +228,6 @@
|
|
|
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
|
-
},
|
|
334
231
|
"eo-card-item": {
|
|
335
232
|
"properties": [
|
|
336
233
|
{
|
|
@@ -548,6 +445,13 @@
|
|
|
548
445
|
}
|
|
549
446
|
}
|
|
550
447
|
},
|
|
448
|
+
{
|
|
449
|
+
"name": "borderColor",
|
|
450
|
+
"annotation": {
|
|
451
|
+
"type": "keyword",
|
|
452
|
+
"value": "string"
|
|
453
|
+
}
|
|
454
|
+
},
|
|
551
455
|
{
|
|
552
456
|
"name": "cardStyle",
|
|
553
457
|
"annotation": {
|
|
@@ -565,6 +469,23 @@
|
|
|
565
469
|
}
|
|
566
470
|
}
|
|
567
471
|
},
|
|
472
|
+
{
|
|
473
|
+
"name": "cardBodyStyle",
|
|
474
|
+
"annotation": {
|
|
475
|
+
"type": "reference",
|
|
476
|
+
"typeName": {
|
|
477
|
+
"type": "qualifiedName",
|
|
478
|
+
"left": {
|
|
479
|
+
"type": "identifier",
|
|
480
|
+
"name": "React"
|
|
481
|
+
},
|
|
482
|
+
"right": {
|
|
483
|
+
"type": "identifier",
|
|
484
|
+
"name": "CSSProperties"
|
|
485
|
+
}
|
|
486
|
+
}
|
|
487
|
+
}
|
|
488
|
+
},
|
|
568
489
|
{
|
|
569
490
|
"name": "cardTitleStyle",
|
|
570
491
|
"annotation": {
|
|
@@ -581,9 +502,28 @@
|
|
|
581
502
|
}
|
|
582
503
|
}
|
|
583
504
|
}
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"name": "textContent",
|
|
508
|
+
"annotation": {
|
|
509
|
+
"type": "keyword",
|
|
510
|
+
"value": "string"
|
|
511
|
+
}
|
|
584
512
|
}
|
|
585
513
|
],
|
|
586
514
|
"events": [
|
|
515
|
+
{
|
|
516
|
+
"name": "action.click",
|
|
517
|
+
"detail": {
|
|
518
|
+
"annotation": {
|
|
519
|
+
"type": "reference",
|
|
520
|
+
"typeName": {
|
|
521
|
+
"type": "identifier",
|
|
522
|
+
"name": "SimpleActionType"
|
|
523
|
+
}
|
|
524
|
+
}
|
|
525
|
+
}
|
|
526
|
+
},
|
|
587
527
|
{
|
|
588
528
|
"name": "tag.click",
|
|
589
529
|
"detail": {
|
|
@@ -844,6 +784,109 @@
|
|
|
844
784
|
}
|
|
845
785
|
]
|
|
846
786
|
},
|
|
787
|
+
"eo-divider": {
|
|
788
|
+
"properties": [
|
|
789
|
+
{
|
|
790
|
+
"name": "orientation",
|
|
791
|
+
"annotation": {
|
|
792
|
+
"type": "reference",
|
|
793
|
+
"typeName": {
|
|
794
|
+
"type": "identifier",
|
|
795
|
+
"name": "OrientationType"
|
|
796
|
+
}
|
|
797
|
+
}
|
|
798
|
+
},
|
|
799
|
+
{
|
|
800
|
+
"name": "dashed",
|
|
801
|
+
"annotation": {
|
|
802
|
+
"type": "keyword",
|
|
803
|
+
"value": "boolean"
|
|
804
|
+
}
|
|
805
|
+
},
|
|
806
|
+
{
|
|
807
|
+
"name": "type",
|
|
808
|
+
"annotation": {
|
|
809
|
+
"type": "reference",
|
|
810
|
+
"typeName": {
|
|
811
|
+
"type": "identifier",
|
|
812
|
+
"name": "dividerType"
|
|
813
|
+
}
|
|
814
|
+
}
|
|
815
|
+
},
|
|
816
|
+
{
|
|
817
|
+
"name": "proportion",
|
|
818
|
+
"annotation": {
|
|
819
|
+
"type": "tuple",
|
|
820
|
+
"elementTypes": [
|
|
821
|
+
{
|
|
822
|
+
"type": "keyword",
|
|
823
|
+
"value": "number"
|
|
824
|
+
},
|
|
825
|
+
{
|
|
826
|
+
"type": "keyword",
|
|
827
|
+
"value": "number"
|
|
828
|
+
}
|
|
829
|
+
]
|
|
830
|
+
}
|
|
831
|
+
},
|
|
832
|
+
{
|
|
833
|
+
"name": "dividerStyle",
|
|
834
|
+
"annotation": {
|
|
835
|
+
"type": "reference",
|
|
836
|
+
"typeName": {
|
|
837
|
+
"type": "identifier",
|
|
838
|
+
"name": "CSSProperties"
|
|
839
|
+
}
|
|
840
|
+
}
|
|
841
|
+
}
|
|
842
|
+
],
|
|
843
|
+
"events": [],
|
|
844
|
+
"methods": [],
|
|
845
|
+
"types": [
|
|
846
|
+
{
|
|
847
|
+
"type": "typeAlias",
|
|
848
|
+
"name": "OrientationType",
|
|
849
|
+
"annotation": {
|
|
850
|
+
"type": "union",
|
|
851
|
+
"types": [
|
|
852
|
+
{
|
|
853
|
+
"type": "jsLiteral",
|
|
854
|
+
"value": "left"
|
|
855
|
+
},
|
|
856
|
+
{
|
|
857
|
+
"type": "jsLiteral",
|
|
858
|
+
"value": "center"
|
|
859
|
+
},
|
|
860
|
+
{
|
|
861
|
+
"type": "jsLiteral",
|
|
862
|
+
"value": "right"
|
|
863
|
+
}
|
|
864
|
+
]
|
|
865
|
+
}
|
|
866
|
+
},
|
|
867
|
+
{
|
|
868
|
+
"type": "typeAlias",
|
|
869
|
+
"name": "dividerType",
|
|
870
|
+
"annotation": {
|
|
871
|
+
"type": "union",
|
|
872
|
+
"types": [
|
|
873
|
+
{
|
|
874
|
+
"type": "jsLiteral",
|
|
875
|
+
"value": "horizontal"
|
|
876
|
+
},
|
|
877
|
+
{
|
|
878
|
+
"type": "jsLiteral",
|
|
879
|
+
"value": "vertical"
|
|
880
|
+
},
|
|
881
|
+
{
|
|
882
|
+
"type": "jsLiteral",
|
|
883
|
+
"value": "radiation"
|
|
884
|
+
}
|
|
885
|
+
]
|
|
886
|
+
}
|
|
887
|
+
}
|
|
888
|
+
]
|
|
889
|
+
},
|
|
847
890
|
"eo-info-card-item": {
|
|
848
891
|
"properties": [
|
|
849
892
|
{
|
|
@@ -1047,133 +1090,24 @@
|
|
|
1047
1090
|
}
|
|
1048
1091
|
]
|
|
1049
1092
|
},
|
|
1050
|
-
"eo-
|
|
1093
|
+
"eo-statistics-card": {
|
|
1051
1094
|
"properties": [
|
|
1052
1095
|
{
|
|
1053
|
-
"name": "
|
|
1096
|
+
"name": "cardTitle",
|
|
1054
1097
|
"annotation": {
|
|
1055
1098
|
"type": "keyword",
|
|
1056
|
-
"value": "
|
|
1099
|
+
"value": "string"
|
|
1057
1100
|
}
|
|
1058
1101
|
},
|
|
1059
1102
|
{
|
|
1060
|
-
"name": "
|
|
1103
|
+
"name": "value",
|
|
1061
1104
|
"annotation": {
|
|
1062
1105
|
"type": "keyword",
|
|
1063
1106
|
"value": "string"
|
|
1064
1107
|
}
|
|
1065
1108
|
},
|
|
1066
1109
|
{
|
|
1067
|
-
"name": "
|
|
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
|
-
},
|
|
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",
|
|
1110
|
+
"name": "unit",
|
|
1177
1111
|
"annotation": {
|
|
1178
1112
|
"type": "keyword",
|
|
1179
1113
|
"value": "string"
|
|
@@ -1532,6 +1466,115 @@
|
|
|
1532
1466
|
"events": [],
|
|
1533
1467
|
"methods": []
|
|
1534
1468
|
},
|
|
1469
|
+
"eo-loading-step": {
|
|
1470
|
+
"properties": [
|
|
1471
|
+
{
|
|
1472
|
+
"name": "visible",
|
|
1473
|
+
"annotation": {
|
|
1474
|
+
"type": "keyword",
|
|
1475
|
+
"value": "boolean"
|
|
1476
|
+
}
|
|
1477
|
+
},
|
|
1478
|
+
{
|
|
1479
|
+
"name": "width",
|
|
1480
|
+
"annotation": {
|
|
1481
|
+
"type": "keyword",
|
|
1482
|
+
"value": "string"
|
|
1483
|
+
}
|
|
1484
|
+
},
|
|
1485
|
+
{
|
|
1486
|
+
"name": "stepTitle",
|
|
1487
|
+
"annotation": {
|
|
1488
|
+
"type": "keyword",
|
|
1489
|
+
"value": "string"
|
|
1490
|
+
}
|
|
1491
|
+
},
|
|
1492
|
+
{
|
|
1493
|
+
"name": "stepList",
|
|
1494
|
+
"annotation": {
|
|
1495
|
+
"type": "array",
|
|
1496
|
+
"elementType": {
|
|
1497
|
+
"type": "reference",
|
|
1498
|
+
"typeName": {
|
|
1499
|
+
"type": "identifier",
|
|
1500
|
+
"name": "StepItem"
|
|
1501
|
+
}
|
|
1502
|
+
}
|
|
1503
|
+
}
|
|
1504
|
+
},
|
|
1505
|
+
{
|
|
1506
|
+
"name": "curStep",
|
|
1507
|
+
"annotation": {
|
|
1508
|
+
"type": "keyword",
|
|
1509
|
+
"value": "string"
|
|
1510
|
+
}
|
|
1511
|
+
}
|
|
1512
|
+
],
|
|
1513
|
+
"events": [
|
|
1514
|
+
{
|
|
1515
|
+
"name": "open",
|
|
1516
|
+
"detail": {
|
|
1517
|
+
"annotation": {
|
|
1518
|
+
"type": "keyword",
|
|
1519
|
+
"value": "void"
|
|
1520
|
+
}
|
|
1521
|
+
}
|
|
1522
|
+
},
|
|
1523
|
+
{
|
|
1524
|
+
"name": "close",
|
|
1525
|
+
"detail": {
|
|
1526
|
+
"annotation": {
|
|
1527
|
+
"type": "keyword",
|
|
1528
|
+
"value": "void"
|
|
1529
|
+
}
|
|
1530
|
+
}
|
|
1531
|
+
}
|
|
1532
|
+
],
|
|
1533
|
+
"methods": [
|
|
1534
|
+
{
|
|
1535
|
+
"name": "open",
|
|
1536
|
+
"params": [],
|
|
1537
|
+
"returns": {}
|
|
1538
|
+
},
|
|
1539
|
+
{
|
|
1540
|
+
"name": "close",
|
|
1541
|
+
"params": [],
|
|
1542
|
+
"returns": {}
|
|
1543
|
+
}
|
|
1544
|
+
],
|
|
1545
|
+
"types": [
|
|
1546
|
+
{
|
|
1547
|
+
"type": "interface",
|
|
1548
|
+
"name": "StepItem",
|
|
1549
|
+
"body": [
|
|
1550
|
+
{
|
|
1551
|
+
"type": "propertySignature",
|
|
1552
|
+
"key": {
|
|
1553
|
+
"type": "identifier",
|
|
1554
|
+
"name": "title"
|
|
1555
|
+
},
|
|
1556
|
+
"annotation": {
|
|
1557
|
+
"type": "keyword",
|
|
1558
|
+
"value": "string"
|
|
1559
|
+
},
|
|
1560
|
+
"computed": false
|
|
1561
|
+
},
|
|
1562
|
+
{
|
|
1563
|
+
"type": "propertySignature",
|
|
1564
|
+
"key": {
|
|
1565
|
+
"type": "identifier",
|
|
1566
|
+
"name": "key"
|
|
1567
|
+
},
|
|
1568
|
+
"annotation": {
|
|
1569
|
+
"type": "keyword",
|
|
1570
|
+
"value": "string"
|
|
1571
|
+
},
|
|
1572
|
+
"computed": false
|
|
1573
|
+
}
|
|
1574
|
+
]
|
|
1575
|
+
}
|
|
1576
|
+
]
|
|
1577
|
+
},
|
|
1535
1578
|
"eo-carousel-text": {
|
|
1536
1579
|
"properties": [
|
|
1537
1580
|
{
|
|
@@ -1603,225 +1646,53 @@
|
|
|
1603
1646
|
"events": [],
|
|
1604
1647
|
"methods": []
|
|
1605
1648
|
},
|
|
1606
|
-
"eo-
|
|
1649
|
+
"eo-pagination": {
|
|
1607
1650
|
"properties": [
|
|
1608
1651
|
{
|
|
1609
1652
|
"name": "type",
|
|
1610
1653
|
"annotation": {
|
|
1611
|
-
"type": "
|
|
1612
|
-
"
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1654
|
+
"type": "union",
|
|
1655
|
+
"types": [
|
|
1656
|
+
{
|
|
1657
|
+
"type": "jsLiteral",
|
|
1658
|
+
"value": "page"
|
|
1659
|
+
},
|
|
1660
|
+
{
|
|
1661
|
+
"type": "jsLiteral",
|
|
1662
|
+
"value": "token"
|
|
1663
|
+
}
|
|
1664
|
+
]
|
|
1616
1665
|
}
|
|
1617
1666
|
},
|
|
1618
1667
|
{
|
|
1619
|
-
"name": "
|
|
1668
|
+
"name": "total",
|
|
1620
1669
|
"annotation": {
|
|
1621
1670
|
"type": "keyword",
|
|
1622
|
-
"value": "
|
|
1671
|
+
"value": "number"
|
|
1623
1672
|
}
|
|
1624
1673
|
},
|
|
1625
1674
|
{
|
|
1626
|
-
"name": "
|
|
1675
|
+
"name": "page",
|
|
1627
1676
|
"annotation": {
|
|
1628
1677
|
"type": "keyword",
|
|
1629
|
-
"value": "
|
|
1678
|
+
"value": "number"
|
|
1630
1679
|
}
|
|
1631
1680
|
},
|
|
1632
1681
|
{
|
|
1633
|
-
"name": "
|
|
1682
|
+
"name": "pageSize",
|
|
1634
1683
|
"annotation": {
|
|
1635
1684
|
"type": "keyword",
|
|
1636
|
-
"value": "
|
|
1685
|
+
"value": "number"
|
|
1637
1686
|
}
|
|
1638
1687
|
},
|
|
1639
1688
|
{
|
|
1640
|
-
"name": "
|
|
1689
|
+
"name": "pageSizeOptions",
|
|
1641
1690
|
"annotation": {
|
|
1642
|
-
"type": "
|
|
1643
|
-
"
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
"name": "disableUrlNamespace",
|
|
1648
|
-
"annotation": {
|
|
1649
|
-
"type": "keyword",
|
|
1650
|
-
"value": "boolean"
|
|
1651
|
-
}
|
|
1652
|
-
},
|
|
1653
|
-
{
|
|
1654
|
-
"name": "textContent",
|
|
1655
|
-
"annotation": {
|
|
1656
|
-
"type": "keyword",
|
|
1657
|
-
"value": "string"
|
|
1658
|
-
}
|
|
1659
|
-
}
|
|
1660
|
-
],
|
|
1661
|
-
"events": [],
|
|
1662
|
-
"methods": [],
|
|
1663
|
-
"types": [
|
|
1664
|
-
{
|
|
1665
|
-
"type": "enum",
|
|
1666
|
-
"name": "AlertType",
|
|
1667
|
-
"members": [
|
|
1668
|
-
{
|
|
1669
|
-
"type": "enumMember",
|
|
1670
|
-
"id": {
|
|
1671
|
-
"type": "jsLiteral",
|
|
1672
|
-
"value": "SUCCESS"
|
|
1673
|
-
},
|
|
1674
|
-
"initializer": {
|
|
1675
|
-
"type": "jsLiteral",
|
|
1676
|
-
"value": "success"
|
|
1677
|
-
}
|
|
1678
|
-
},
|
|
1679
|
-
{
|
|
1680
|
-
"type": "enumMember",
|
|
1681
|
-
"id": {
|
|
1682
|
-
"type": "jsLiteral",
|
|
1683
|
-
"value": "INFO"
|
|
1684
|
-
},
|
|
1685
|
-
"initializer": {
|
|
1686
|
-
"type": "jsLiteral",
|
|
1687
|
-
"value": "info"
|
|
1688
|
-
}
|
|
1689
|
-
},
|
|
1690
|
-
{
|
|
1691
|
-
"type": "enumMember",
|
|
1692
|
-
"id": {
|
|
1693
|
-
"type": "jsLiteral",
|
|
1694
|
-
"value": "WARNING"
|
|
1695
|
-
},
|
|
1696
|
-
"initializer": {
|
|
1697
|
-
"type": "jsLiteral",
|
|
1698
|
-
"value": "warning"
|
|
1699
|
-
}
|
|
1700
|
-
},
|
|
1701
|
-
{
|
|
1702
|
-
"type": "enumMember",
|
|
1703
|
-
"id": {
|
|
1704
|
-
"type": "jsLiteral",
|
|
1705
|
-
"value": "ERROR"
|
|
1706
|
-
},
|
|
1707
|
-
"initializer": {
|
|
1708
|
-
"type": "jsLiteral",
|
|
1709
|
-
"value": "error"
|
|
1710
|
-
}
|
|
1711
|
-
}
|
|
1712
|
-
]
|
|
1713
|
-
}
|
|
1714
|
-
]
|
|
1715
|
-
},
|
|
1716
|
-
"eo-code-display": {
|
|
1717
|
-
"properties": [
|
|
1718
|
-
{
|
|
1719
|
-
"name": "value",
|
|
1720
|
-
"annotation": {
|
|
1721
|
-
"type": "keyword",
|
|
1722
|
-
"value": "string"
|
|
1723
|
-
}
|
|
1724
|
-
},
|
|
1725
|
-
{
|
|
1726
|
-
"name": "language",
|
|
1727
|
-
"annotation": {
|
|
1728
|
-
"type": "keyword",
|
|
1729
|
-
"value": "string"
|
|
1730
|
-
}
|
|
1731
|
-
},
|
|
1732
|
-
{
|
|
1733
|
-
"name": "hideLineNumber",
|
|
1734
|
-
"annotation": {
|
|
1735
|
-
"type": "keyword",
|
|
1736
|
-
"value": "boolean"
|
|
1737
|
-
}
|
|
1738
|
-
},
|
|
1739
|
-
{
|
|
1740
|
-
"name": "maxLines",
|
|
1741
|
-
"annotation": {
|
|
1742
|
-
"type": "keyword",
|
|
1743
|
-
"value": "number"
|
|
1744
|
-
}
|
|
1745
|
-
},
|
|
1746
|
-
{
|
|
1747
|
-
"name": "minLines",
|
|
1748
|
-
"annotation": {
|
|
1749
|
-
"type": "keyword",
|
|
1750
|
-
"value": "number"
|
|
1751
|
-
}
|
|
1752
|
-
},
|
|
1753
|
-
{
|
|
1754
|
-
"name": "showCopyButton",
|
|
1755
|
-
"annotation": {
|
|
1756
|
-
"type": "keyword",
|
|
1757
|
-
"value": "boolean"
|
|
1758
|
-
}
|
|
1759
|
-
},
|
|
1760
|
-
{
|
|
1761
|
-
"name": "showExportButton",
|
|
1762
|
-
"annotation": {
|
|
1763
|
-
"type": "keyword",
|
|
1764
|
-
"value": "boolean"
|
|
1765
|
-
}
|
|
1766
|
-
},
|
|
1767
|
-
{
|
|
1768
|
-
"name": "exportFileName",
|
|
1769
|
-
"annotation": {
|
|
1770
|
-
"type": "keyword",
|
|
1771
|
-
"value": "string"
|
|
1772
|
-
}
|
|
1773
|
-
}
|
|
1774
|
-
],
|
|
1775
|
-
"events": [],
|
|
1776
|
-
"methods": []
|
|
1777
|
-
},
|
|
1778
|
-
"eo-pagination": {
|
|
1779
|
-
"properties": [
|
|
1780
|
-
{
|
|
1781
|
-
"name": "type",
|
|
1782
|
-
"annotation": {
|
|
1783
|
-
"type": "union",
|
|
1784
|
-
"types": [
|
|
1785
|
-
{
|
|
1786
|
-
"type": "jsLiteral",
|
|
1787
|
-
"value": "page"
|
|
1788
|
-
},
|
|
1789
|
-
{
|
|
1790
|
-
"type": "jsLiteral",
|
|
1791
|
-
"value": "token"
|
|
1792
|
-
}
|
|
1793
|
-
]
|
|
1794
|
-
}
|
|
1795
|
-
},
|
|
1796
|
-
{
|
|
1797
|
-
"name": "total",
|
|
1798
|
-
"annotation": {
|
|
1799
|
-
"type": "keyword",
|
|
1800
|
-
"value": "number"
|
|
1801
|
-
}
|
|
1802
|
-
},
|
|
1803
|
-
{
|
|
1804
|
-
"name": "page",
|
|
1805
|
-
"annotation": {
|
|
1806
|
-
"type": "keyword",
|
|
1807
|
-
"value": "number"
|
|
1808
|
-
}
|
|
1809
|
-
},
|
|
1810
|
-
{
|
|
1811
|
-
"name": "pageSize",
|
|
1812
|
-
"annotation": {
|
|
1813
|
-
"type": "keyword",
|
|
1814
|
-
"value": "number"
|
|
1815
|
-
}
|
|
1816
|
-
},
|
|
1817
|
-
{
|
|
1818
|
-
"name": "pageSizeOptions",
|
|
1819
|
-
"annotation": {
|
|
1820
|
-
"type": "array",
|
|
1821
|
-
"elementType": {
|
|
1822
|
-
"type": "keyword",
|
|
1823
|
-
"value": "number"
|
|
1824
|
-
}
|
|
1691
|
+
"type": "array",
|
|
1692
|
+
"elementType": {
|
|
1693
|
+
"type": "keyword",
|
|
1694
|
+
"value": "number"
|
|
1695
|
+
}
|
|
1825
1696
|
}
|
|
1826
1697
|
},
|
|
1827
1698
|
{
|
|
@@ -1968,6 +1839,116 @@
|
|
|
1968
1839
|
}
|
|
1969
1840
|
]
|
|
1970
1841
|
},
|
|
1842
|
+
"eo-alert": {
|
|
1843
|
+
"properties": [
|
|
1844
|
+
{
|
|
1845
|
+
"name": "type",
|
|
1846
|
+
"annotation": {
|
|
1847
|
+
"type": "reference",
|
|
1848
|
+
"typeName": {
|
|
1849
|
+
"type": "identifier",
|
|
1850
|
+
"name": "AlertType"
|
|
1851
|
+
}
|
|
1852
|
+
}
|
|
1853
|
+
},
|
|
1854
|
+
{
|
|
1855
|
+
"name": "hasTitle",
|
|
1856
|
+
"annotation": {
|
|
1857
|
+
"type": "keyword",
|
|
1858
|
+
"value": "boolean"
|
|
1859
|
+
}
|
|
1860
|
+
},
|
|
1861
|
+
{
|
|
1862
|
+
"name": "showIcon",
|
|
1863
|
+
"annotation": {
|
|
1864
|
+
"type": "keyword",
|
|
1865
|
+
"value": "boolean"
|
|
1866
|
+
}
|
|
1867
|
+
},
|
|
1868
|
+
{
|
|
1869
|
+
"name": "closable",
|
|
1870
|
+
"annotation": {
|
|
1871
|
+
"type": "keyword",
|
|
1872
|
+
"value": "boolean"
|
|
1873
|
+
}
|
|
1874
|
+
},
|
|
1875
|
+
{
|
|
1876
|
+
"name": "localStorageKey",
|
|
1877
|
+
"annotation": {
|
|
1878
|
+
"type": "keyword",
|
|
1879
|
+
"value": "string"
|
|
1880
|
+
}
|
|
1881
|
+
},
|
|
1882
|
+
{
|
|
1883
|
+
"name": "disableUrlNamespace",
|
|
1884
|
+
"annotation": {
|
|
1885
|
+
"type": "keyword",
|
|
1886
|
+
"value": "boolean"
|
|
1887
|
+
}
|
|
1888
|
+
},
|
|
1889
|
+
{
|
|
1890
|
+
"name": "textContent",
|
|
1891
|
+
"annotation": {
|
|
1892
|
+
"type": "keyword",
|
|
1893
|
+
"value": "string"
|
|
1894
|
+
}
|
|
1895
|
+
}
|
|
1896
|
+
],
|
|
1897
|
+
"events": [],
|
|
1898
|
+
"methods": [],
|
|
1899
|
+
"types": [
|
|
1900
|
+
{
|
|
1901
|
+
"type": "enum",
|
|
1902
|
+
"name": "AlertType",
|
|
1903
|
+
"members": [
|
|
1904
|
+
{
|
|
1905
|
+
"type": "enumMember",
|
|
1906
|
+
"id": {
|
|
1907
|
+
"type": "jsLiteral",
|
|
1908
|
+
"value": "SUCCESS"
|
|
1909
|
+
},
|
|
1910
|
+
"initializer": {
|
|
1911
|
+
"type": "jsLiteral",
|
|
1912
|
+
"value": "success"
|
|
1913
|
+
}
|
|
1914
|
+
},
|
|
1915
|
+
{
|
|
1916
|
+
"type": "enumMember",
|
|
1917
|
+
"id": {
|
|
1918
|
+
"type": "jsLiteral",
|
|
1919
|
+
"value": "INFO"
|
|
1920
|
+
},
|
|
1921
|
+
"initializer": {
|
|
1922
|
+
"type": "jsLiteral",
|
|
1923
|
+
"value": "info"
|
|
1924
|
+
}
|
|
1925
|
+
},
|
|
1926
|
+
{
|
|
1927
|
+
"type": "enumMember",
|
|
1928
|
+
"id": {
|
|
1929
|
+
"type": "jsLiteral",
|
|
1930
|
+
"value": "WARNING"
|
|
1931
|
+
},
|
|
1932
|
+
"initializer": {
|
|
1933
|
+
"type": "jsLiteral",
|
|
1934
|
+
"value": "warning"
|
|
1935
|
+
}
|
|
1936
|
+
},
|
|
1937
|
+
{
|
|
1938
|
+
"type": "enumMember",
|
|
1939
|
+
"id": {
|
|
1940
|
+
"type": "jsLiteral",
|
|
1941
|
+
"value": "ERROR"
|
|
1942
|
+
},
|
|
1943
|
+
"initializer": {
|
|
1944
|
+
"type": "jsLiteral",
|
|
1945
|
+
"value": "error"
|
|
1946
|
+
}
|
|
1947
|
+
}
|
|
1948
|
+
]
|
|
1949
|
+
}
|
|
1950
|
+
]
|
|
1951
|
+
},
|
|
1971
1952
|
"eo-humanize-time": {
|
|
1972
1953
|
"properties": [
|
|
1973
1954
|
{
|
|
@@ -2096,5 +2077,67 @@
|
|
|
2096
2077
|
]
|
|
2097
2078
|
}
|
|
2098
2079
|
]
|
|
2080
|
+
},
|
|
2081
|
+
"eo-code-display": {
|
|
2082
|
+
"properties": [
|
|
2083
|
+
{
|
|
2084
|
+
"name": "value",
|
|
2085
|
+
"annotation": {
|
|
2086
|
+
"type": "keyword",
|
|
2087
|
+
"value": "string"
|
|
2088
|
+
}
|
|
2089
|
+
},
|
|
2090
|
+
{
|
|
2091
|
+
"name": "language",
|
|
2092
|
+
"annotation": {
|
|
2093
|
+
"type": "keyword",
|
|
2094
|
+
"value": "string"
|
|
2095
|
+
}
|
|
2096
|
+
},
|
|
2097
|
+
{
|
|
2098
|
+
"name": "hideLineNumber",
|
|
2099
|
+
"annotation": {
|
|
2100
|
+
"type": "keyword",
|
|
2101
|
+
"value": "boolean"
|
|
2102
|
+
}
|
|
2103
|
+
},
|
|
2104
|
+
{
|
|
2105
|
+
"name": "maxLines",
|
|
2106
|
+
"annotation": {
|
|
2107
|
+
"type": "keyword",
|
|
2108
|
+
"value": "number"
|
|
2109
|
+
}
|
|
2110
|
+
},
|
|
2111
|
+
{
|
|
2112
|
+
"name": "minLines",
|
|
2113
|
+
"annotation": {
|
|
2114
|
+
"type": "keyword",
|
|
2115
|
+
"value": "number"
|
|
2116
|
+
}
|
|
2117
|
+
},
|
|
2118
|
+
{
|
|
2119
|
+
"name": "showCopyButton",
|
|
2120
|
+
"annotation": {
|
|
2121
|
+
"type": "keyword",
|
|
2122
|
+
"value": "boolean"
|
|
2123
|
+
}
|
|
2124
|
+
},
|
|
2125
|
+
{
|
|
2126
|
+
"name": "showExportButton",
|
|
2127
|
+
"annotation": {
|
|
2128
|
+
"type": "keyword",
|
|
2129
|
+
"value": "boolean"
|
|
2130
|
+
}
|
|
2131
|
+
},
|
|
2132
|
+
{
|
|
2133
|
+
"name": "exportFileName",
|
|
2134
|
+
"annotation": {
|
|
2135
|
+
"type": "keyword",
|
|
2136
|
+
"value": "string"
|
|
2137
|
+
}
|
|
2138
|
+
}
|
|
2139
|
+
],
|
|
2140
|
+
"events": [],
|
|
2141
|
+
"methods": []
|
|
2099
2142
|
}
|
|
2100
2143
|
}
|