@next-bricks/form 1.3.0 → 1.3.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 +11 -11
- package/dist/chunks/5400.a354d63e.js +2 -0
- package/dist/chunks/5400.a354d63e.js.map +1 -0
- package/dist/chunks/{eo-checkbox.edfc708c.js → eo-checkbox.d54515b0.js} +2 -2
- package/dist/chunks/{eo-checkbox.edfc708c.js.map → eo-checkbox.d54515b0.js.map} +1 -1
- package/dist/chunks/eo-radio.25fda1b5.js +3 -0
- package/dist/chunks/eo-radio.25fda1b5.js.map +1 -0
- package/dist/chunks/{main.73e5e0f8.js → main.d7542b26.js} +2 -2
- package/dist/chunks/{main.73e5e0f8.js.map → main.d7542b26.js.map} +1 -1
- package/dist/examples.json +3 -3
- package/dist/{index.d2951838.js → index.f89db72b.js} +2 -2
- package/dist/{index.d2951838.js.map → index.f89db72b.js.map} +1 -1
- package/dist/manifest.json +93 -93
- package/dist/types.json +912 -940
- package/package.json +2 -2
- package/dist/chunks/5400.7346181a.js +0 -2
- package/dist/chunks/5400.7346181a.js.map +0 -1
- package/dist/chunks/eo-radio.918b4712.js +0 -3
- package/dist/chunks/eo-radio.918b4712.js.map +0 -1
- /package/dist/chunks/{eo-radio.918b4712.js.LICENSE.txt → eo-radio.25fda1b5.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -765,46 +765,18 @@
|
|
|
765
765
|
"name": "change",
|
|
766
766
|
"detail": {
|
|
767
767
|
"annotation": {
|
|
768
|
-
"type": "
|
|
769
|
-
"
|
|
770
|
-
{
|
|
771
|
-
"type": "propertySignature",
|
|
772
|
-
"key": {
|
|
773
|
-
"type": "identifier",
|
|
774
|
-
"name": "label"
|
|
775
|
-
},
|
|
776
|
-
"annotation": {
|
|
777
|
-
"type": "keyword",
|
|
778
|
-
"value": "string"
|
|
779
|
-
},
|
|
780
|
-
"computed": false
|
|
781
|
-
},
|
|
768
|
+
"type": "union",
|
|
769
|
+
"types": [
|
|
782
770
|
{
|
|
783
|
-
"type": "
|
|
784
|
-
"
|
|
771
|
+
"type": "reference",
|
|
772
|
+
"typeName": {
|
|
785
773
|
"type": "identifier",
|
|
786
|
-
"name": "
|
|
787
|
-
}
|
|
788
|
-
"annotation": {
|
|
789
|
-
"type": "keyword",
|
|
790
|
-
"value": "any"
|
|
791
|
-
},
|
|
792
|
-
"computed": false
|
|
774
|
+
"name": "GeneralComplexOption"
|
|
775
|
+
}
|
|
793
776
|
},
|
|
794
777
|
{
|
|
795
|
-
"type": "
|
|
796
|
-
"
|
|
797
|
-
"type": "identifier",
|
|
798
|
-
"name": "key",
|
|
799
|
-
"annotation": {
|
|
800
|
-
"type": "keyword",
|
|
801
|
-
"value": "string"
|
|
802
|
-
}
|
|
803
|
-
},
|
|
804
|
-
"annotation": {
|
|
805
|
-
"type": "keyword",
|
|
806
|
-
"value": "any"
|
|
807
|
-
}
|
|
778
|
+
"type": "keyword",
|
|
779
|
+
"value": "undefined"
|
|
808
780
|
}
|
|
809
781
|
]
|
|
810
782
|
}
|
|
@@ -1086,6 +1058,73 @@
|
|
|
1086
1058
|
}
|
|
1087
1059
|
]
|
|
1088
1060
|
},
|
|
1061
|
+
"eo-search": {
|
|
1062
|
+
"properties": [
|
|
1063
|
+
{
|
|
1064
|
+
"name": "value",
|
|
1065
|
+
"annotation": {
|
|
1066
|
+
"type": "keyword",
|
|
1067
|
+
"value": "string"
|
|
1068
|
+
}
|
|
1069
|
+
},
|
|
1070
|
+
{
|
|
1071
|
+
"name": "placeholder",
|
|
1072
|
+
"annotation": {
|
|
1073
|
+
"type": "keyword",
|
|
1074
|
+
"value": "string"
|
|
1075
|
+
}
|
|
1076
|
+
},
|
|
1077
|
+
{
|
|
1078
|
+
"name": "autoFocus",
|
|
1079
|
+
"annotation": {
|
|
1080
|
+
"type": "keyword",
|
|
1081
|
+
"value": "boolean"
|
|
1082
|
+
}
|
|
1083
|
+
},
|
|
1084
|
+
{
|
|
1085
|
+
"name": "clearable",
|
|
1086
|
+
"annotation": {
|
|
1087
|
+
"type": "keyword",
|
|
1088
|
+
"value": "boolean"
|
|
1089
|
+
}
|
|
1090
|
+
},
|
|
1091
|
+
{
|
|
1092
|
+
"name": "trim",
|
|
1093
|
+
"annotation": {
|
|
1094
|
+
"type": "keyword",
|
|
1095
|
+
"value": "boolean"
|
|
1096
|
+
}
|
|
1097
|
+
},
|
|
1098
|
+
{
|
|
1099
|
+
"name": "debounceTime",
|
|
1100
|
+
"annotation": {
|
|
1101
|
+
"type": "keyword",
|
|
1102
|
+
"value": "number"
|
|
1103
|
+
}
|
|
1104
|
+
}
|
|
1105
|
+
],
|
|
1106
|
+
"events": [
|
|
1107
|
+
{
|
|
1108
|
+
"name": "change",
|
|
1109
|
+
"detail": {
|
|
1110
|
+
"annotation": {
|
|
1111
|
+
"type": "keyword",
|
|
1112
|
+
"value": "string"
|
|
1113
|
+
}
|
|
1114
|
+
}
|
|
1115
|
+
},
|
|
1116
|
+
{
|
|
1117
|
+
"name": "search",
|
|
1118
|
+
"detail": {
|
|
1119
|
+
"annotation": {
|
|
1120
|
+
"type": "keyword",
|
|
1121
|
+
"value": "string"
|
|
1122
|
+
}
|
|
1123
|
+
}
|
|
1124
|
+
}
|
|
1125
|
+
],
|
|
1126
|
+
"methods": []
|
|
1127
|
+
},
|
|
1089
1128
|
"eo-checkbox": {
|
|
1090
1129
|
"properties": [
|
|
1091
1130
|
{
|
|
@@ -1454,73 +1493,6 @@
|
|
|
1454
1493
|
}
|
|
1455
1494
|
]
|
|
1456
1495
|
},
|
|
1457
|
-
"eo-search": {
|
|
1458
|
-
"properties": [
|
|
1459
|
-
{
|
|
1460
|
-
"name": "value",
|
|
1461
|
-
"annotation": {
|
|
1462
|
-
"type": "keyword",
|
|
1463
|
-
"value": "string"
|
|
1464
|
-
}
|
|
1465
|
-
},
|
|
1466
|
-
{
|
|
1467
|
-
"name": "placeholder",
|
|
1468
|
-
"annotation": {
|
|
1469
|
-
"type": "keyword",
|
|
1470
|
-
"value": "string"
|
|
1471
|
-
}
|
|
1472
|
-
},
|
|
1473
|
-
{
|
|
1474
|
-
"name": "autoFocus",
|
|
1475
|
-
"annotation": {
|
|
1476
|
-
"type": "keyword",
|
|
1477
|
-
"value": "boolean"
|
|
1478
|
-
}
|
|
1479
|
-
},
|
|
1480
|
-
{
|
|
1481
|
-
"name": "clearable",
|
|
1482
|
-
"annotation": {
|
|
1483
|
-
"type": "keyword",
|
|
1484
|
-
"value": "boolean"
|
|
1485
|
-
}
|
|
1486
|
-
},
|
|
1487
|
-
{
|
|
1488
|
-
"name": "trim",
|
|
1489
|
-
"annotation": {
|
|
1490
|
-
"type": "keyword",
|
|
1491
|
-
"value": "boolean"
|
|
1492
|
-
}
|
|
1493
|
-
},
|
|
1494
|
-
{
|
|
1495
|
-
"name": "debounceTime",
|
|
1496
|
-
"annotation": {
|
|
1497
|
-
"type": "keyword",
|
|
1498
|
-
"value": "number"
|
|
1499
|
-
}
|
|
1500
|
-
}
|
|
1501
|
-
],
|
|
1502
|
-
"events": [
|
|
1503
|
-
{
|
|
1504
|
-
"name": "change",
|
|
1505
|
-
"detail": {
|
|
1506
|
-
"annotation": {
|
|
1507
|
-
"type": "keyword",
|
|
1508
|
-
"value": "string"
|
|
1509
|
-
}
|
|
1510
|
-
}
|
|
1511
|
-
},
|
|
1512
|
-
{
|
|
1513
|
-
"name": "search",
|
|
1514
|
-
"detail": {
|
|
1515
|
-
"annotation": {
|
|
1516
|
-
"type": "keyword",
|
|
1517
|
-
"value": "string"
|
|
1518
|
-
}
|
|
1519
|
-
}
|
|
1520
|
-
}
|
|
1521
|
-
],
|
|
1522
|
-
"methods": []
|
|
1523
|
-
},
|
|
1524
1496
|
"eo-auto-complete": {
|
|
1525
1497
|
"properties": [
|
|
1526
1498
|
{
|
|
@@ -3050,7 +3022,7 @@
|
|
|
3050
3022
|
}
|
|
3051
3023
|
]
|
|
3052
3024
|
},
|
|
3053
|
-
"eo-
|
|
3025
|
+
"eo-date-picker": {
|
|
3054
3026
|
"properties": [
|
|
3055
3027
|
{
|
|
3056
3028
|
"name": "name",
|
|
@@ -3059,13 +3031,6 @@
|
|
|
3059
3031
|
"value": "string"
|
|
3060
3032
|
}
|
|
3061
3033
|
},
|
|
3062
|
-
{
|
|
3063
|
-
"name": "placeholder",
|
|
3064
|
-
"annotation": {
|
|
3065
|
-
"type": "keyword",
|
|
3066
|
-
"value": "string"
|
|
3067
|
-
}
|
|
3068
|
-
},
|
|
3069
3034
|
{
|
|
3070
3035
|
"name": "label",
|
|
3071
3036
|
"annotation": {
|
|
@@ -3073,31 +3038,18 @@
|
|
|
3073
3038
|
"value": "string"
|
|
3074
3039
|
}
|
|
3075
3040
|
},
|
|
3076
|
-
{
|
|
3077
|
-
"name": "options",
|
|
3078
|
-
"annotation": {
|
|
3079
|
-
"type": "array",
|
|
3080
|
-
"elementType": {
|
|
3081
|
-
"type": "reference",
|
|
3082
|
-
"typeName": {
|
|
3083
|
-
"type": "identifier",
|
|
3084
|
-
"name": "GeneralComplexOption"
|
|
3085
|
-
}
|
|
3086
|
-
}
|
|
3087
|
-
}
|
|
3088
|
-
},
|
|
3089
3041
|
{
|
|
3090
3042
|
"name": "value",
|
|
3091
3043
|
"annotation": {
|
|
3092
3044
|
"type": "keyword",
|
|
3093
|
-
"value": "
|
|
3045
|
+
"value": "string"
|
|
3094
3046
|
}
|
|
3095
3047
|
},
|
|
3096
3048
|
{
|
|
3097
|
-
"name": "
|
|
3049
|
+
"name": "placeholder",
|
|
3098
3050
|
"annotation": {
|
|
3099
3051
|
"type": "keyword",
|
|
3100
|
-
"value": "
|
|
3052
|
+
"value": "string"
|
|
3101
3053
|
}
|
|
3102
3054
|
},
|
|
3103
3055
|
{
|
|
@@ -3131,127 +3083,67 @@
|
|
|
3131
3083
|
}
|
|
3132
3084
|
},
|
|
3133
3085
|
{
|
|
3134
|
-
"name": "
|
|
3086
|
+
"name": "required",
|
|
3135
3087
|
"annotation": {
|
|
3136
|
-
"type": "
|
|
3137
|
-
"
|
|
3138
|
-
{
|
|
3139
|
-
"type": "jsLiteral",
|
|
3140
|
-
"value": "tags"
|
|
3141
|
-
},
|
|
3142
|
-
{
|
|
3143
|
-
"type": "jsLiteral",
|
|
3144
|
-
"value": "multiple"
|
|
3145
|
-
}
|
|
3146
|
-
]
|
|
3088
|
+
"type": "keyword",
|
|
3089
|
+
"value": "boolean"
|
|
3147
3090
|
}
|
|
3148
3091
|
},
|
|
3149
3092
|
{
|
|
3150
|
-
"name": "
|
|
3093
|
+
"name": "showTime",
|
|
3151
3094
|
"annotation": {
|
|
3152
|
-
"type": "
|
|
3153
|
-
"
|
|
3154
|
-
"type": "keyword",
|
|
3155
|
-
"value": "string"
|
|
3156
|
-
}
|
|
3095
|
+
"type": "keyword",
|
|
3096
|
+
"value": "boolean"
|
|
3157
3097
|
}
|
|
3158
3098
|
},
|
|
3159
3099
|
{
|
|
3160
|
-
"name": "
|
|
3100
|
+
"name": "format",
|
|
3161
3101
|
"annotation": {
|
|
3162
3102
|
"type": "keyword",
|
|
3163
|
-
"value": "
|
|
3103
|
+
"value": "string"
|
|
3164
3104
|
}
|
|
3165
3105
|
},
|
|
3166
3106
|
{
|
|
3167
|
-
"name": "
|
|
3107
|
+
"name": "picker",
|
|
3108
|
+
"annotation": {
|
|
3109
|
+
"type": "reference",
|
|
3110
|
+
"typeName": {
|
|
3111
|
+
"type": "identifier",
|
|
3112
|
+
"name": "PickerMode"
|
|
3113
|
+
}
|
|
3114
|
+
}
|
|
3115
|
+
},
|
|
3116
|
+
{
|
|
3117
|
+
"name": "futureDateDisabled",
|
|
3168
3118
|
"annotation": {
|
|
3169
3119
|
"type": "keyword",
|
|
3170
|
-
"value": "
|
|
3120
|
+
"value": "boolean"
|
|
3171
3121
|
}
|
|
3172
3122
|
},
|
|
3173
3123
|
{
|
|
3174
|
-
"name": "
|
|
3124
|
+
"name": "disabledDate",
|
|
3175
3125
|
"annotation": {
|
|
3176
3126
|
"type": "reference",
|
|
3177
3127
|
"typeName": {
|
|
3178
3128
|
"type": "identifier",
|
|
3179
|
-
"name": "
|
|
3129
|
+
"name": "DisabledDateType"
|
|
3180
3130
|
}
|
|
3181
3131
|
}
|
|
3182
3132
|
},
|
|
3183
3133
|
{
|
|
3184
|
-
"name": "
|
|
3134
|
+
"name": "useFastSelectBtn",
|
|
3185
3135
|
"annotation": {
|
|
3186
3136
|
"type": "keyword",
|
|
3187
3137
|
"value": "boolean"
|
|
3188
3138
|
}
|
|
3189
3139
|
},
|
|
3190
3140
|
{
|
|
3191
|
-
"name": "
|
|
3192
|
-
"annotation": {
|
|
3193
|
-
"type": "typeLiteral",
|
|
3194
|
-
"members": [
|
|
3195
|
-
{
|
|
3196
|
-
"type": "propertySignature",
|
|
3197
|
-
"key": {
|
|
3198
|
-
"type": "identifier",
|
|
3199
|
-
"name": "label"
|
|
3200
|
-
},
|
|
3201
|
-
"annotation": {
|
|
3202
|
-
"type": "keyword",
|
|
3203
|
-
"value": "string"
|
|
3204
|
-
},
|
|
3205
|
-
"optional": true,
|
|
3206
|
-
"computed": false
|
|
3207
|
-
},
|
|
3208
|
-
{
|
|
3209
|
-
"type": "propertySignature",
|
|
3210
|
-
"key": {
|
|
3211
|
-
"type": "identifier",
|
|
3212
|
-
"name": "value"
|
|
3213
|
-
},
|
|
3214
|
-
"annotation": {
|
|
3215
|
-
"type": "keyword",
|
|
3216
|
-
"value": "string"
|
|
3217
|
-
},
|
|
3218
|
-
"optional": true,
|
|
3219
|
-
"computed": false
|
|
3220
|
-
}
|
|
3221
|
-
]
|
|
3222
|
-
}
|
|
3223
|
-
},
|
|
3224
|
-
{
|
|
3225
|
-
"name": "useBackend",
|
|
3141
|
+
"name": "inputStyle",
|
|
3226
3142
|
"annotation": {
|
|
3227
3143
|
"type": "reference",
|
|
3228
3144
|
"typeName": {
|
|
3229
3145
|
"type": "identifier",
|
|
3230
|
-
"name": "
|
|
3231
|
-
}
|
|
3232
|
-
}
|
|
3233
|
-
},
|
|
3234
|
-
{
|
|
3235
|
-
"name": "debounceSearchDelay",
|
|
3236
|
-
"annotation": {
|
|
3237
|
-
"type": "keyword",
|
|
3238
|
-
"value": "number"
|
|
3239
|
-
}
|
|
3240
|
-
},
|
|
3241
|
-
{
|
|
3242
|
-
"name": "inputStyle",
|
|
3243
|
-
"annotation": {
|
|
3244
|
-
"type": "reference",
|
|
3245
|
-
"typeName": {
|
|
3246
|
-
"type": "qualifiedName",
|
|
3247
|
-
"left": {
|
|
3248
|
-
"type": "identifier",
|
|
3249
|
-
"name": "React"
|
|
3250
|
-
},
|
|
3251
|
-
"right": {
|
|
3252
|
-
"type": "identifier",
|
|
3253
|
-
"name": "CSSProperties"
|
|
3254
|
-
}
|
|
3146
|
+
"name": "CSSProperties"
|
|
3255
3147
|
}
|
|
3256
3148
|
}
|
|
3257
3149
|
}
|
|
@@ -3259,158 +3151,19 @@
|
|
|
3259
3151
|
"events": [
|
|
3260
3152
|
{
|
|
3261
3153
|
"name": "change",
|
|
3262
|
-
"detail": {
|
|
3263
|
-
"annotation": {
|
|
3264
|
-
"type": "typeLiteral",
|
|
3265
|
-
"members": [
|
|
3266
|
-
{
|
|
3267
|
-
"type": "propertySignature",
|
|
3268
|
-
"key": {
|
|
3269
|
-
"type": "identifier",
|
|
3270
|
-
"name": "value"
|
|
3271
|
-
},
|
|
3272
|
-
"annotation": {
|
|
3273
|
-
"type": "union",
|
|
3274
|
-
"types": [
|
|
3275
|
-
{
|
|
3276
|
-
"type": "keyword",
|
|
3277
|
-
"value": "string"
|
|
3278
|
-
},
|
|
3279
|
-
{
|
|
3280
|
-
"type": "array",
|
|
3281
|
-
"elementType": {
|
|
3282
|
-
"type": "keyword",
|
|
3283
|
-
"value": "string"
|
|
3284
|
-
}
|
|
3285
|
-
}
|
|
3286
|
-
]
|
|
3287
|
-
},
|
|
3288
|
-
"computed": false
|
|
3289
|
-
},
|
|
3290
|
-
{
|
|
3291
|
-
"type": "propertySignature",
|
|
3292
|
-
"key": {
|
|
3293
|
-
"type": "identifier",
|
|
3294
|
-
"name": "options"
|
|
3295
|
-
},
|
|
3296
|
-
"annotation": {
|
|
3297
|
-
"type": "array",
|
|
3298
|
-
"elementType": {
|
|
3299
|
-
"type": "reference",
|
|
3300
|
-
"typeName": {
|
|
3301
|
-
"type": "identifier",
|
|
3302
|
-
"name": "GeneralComplexOption"
|
|
3303
|
-
}
|
|
3304
|
-
}
|
|
3305
|
-
},
|
|
3306
|
-
"computed": false
|
|
3307
|
-
}
|
|
3308
|
-
]
|
|
3309
|
-
}
|
|
3310
|
-
}
|
|
3311
|
-
},
|
|
3312
|
-
{
|
|
3313
|
-
"name": "search",
|
|
3314
|
-
"detail": {
|
|
3315
|
-
"annotation": {
|
|
3316
|
-
"type": "typeLiteral",
|
|
3317
|
-
"members": [
|
|
3318
|
-
{
|
|
3319
|
-
"type": "propertySignature",
|
|
3320
|
-
"key": {
|
|
3321
|
-
"type": "identifier",
|
|
3322
|
-
"name": "value"
|
|
3323
|
-
},
|
|
3324
|
-
"annotation": {
|
|
3325
|
-
"type": "keyword",
|
|
3326
|
-
"value": "string"
|
|
3327
|
-
},
|
|
3328
|
-
"computed": false
|
|
3329
|
-
}
|
|
3330
|
-
]
|
|
3331
|
-
}
|
|
3332
|
-
}
|
|
3333
|
-
},
|
|
3334
|
-
{
|
|
3335
|
-
"name": "focus",
|
|
3336
3154
|
"detail": {
|
|
3337
3155
|
"annotation": {
|
|
3338
3156
|
"type": "keyword",
|
|
3339
|
-
"value": "
|
|
3157
|
+
"value": "string"
|
|
3340
3158
|
}
|
|
3341
3159
|
}
|
|
3342
3160
|
},
|
|
3343
3161
|
{
|
|
3344
|
-
"name": "
|
|
3162
|
+
"name": "ok",
|
|
3345
3163
|
"detail": {
|
|
3346
3164
|
"annotation": {
|
|
3347
|
-
"type": "
|
|
3348
|
-
"
|
|
3349
|
-
{
|
|
3350
|
-
"type": "propertySignature",
|
|
3351
|
-
"key": {
|
|
3352
|
-
"type": "identifier",
|
|
3353
|
-
"name": "options"
|
|
3354
|
-
},
|
|
3355
|
-
"annotation": {
|
|
3356
|
-
"type": "typeLiteral",
|
|
3357
|
-
"members": [
|
|
3358
|
-
{
|
|
3359
|
-
"type": "propertySignature",
|
|
3360
|
-
"key": {
|
|
3361
|
-
"type": "identifier",
|
|
3362
|
-
"name": "label"
|
|
3363
|
-
},
|
|
3364
|
-
"annotation": {
|
|
3365
|
-
"type": "keyword",
|
|
3366
|
-
"value": "string"
|
|
3367
|
-
},
|
|
3368
|
-
"computed": false
|
|
3369
|
-
},
|
|
3370
|
-
{
|
|
3371
|
-
"type": "propertySignature",
|
|
3372
|
-
"key": {
|
|
3373
|
-
"type": "identifier",
|
|
3374
|
-
"name": "value"
|
|
3375
|
-
},
|
|
3376
|
-
"annotation": {
|
|
3377
|
-
"type": "keyword",
|
|
3378
|
-
"value": "any"
|
|
3379
|
-
},
|
|
3380
|
-
"computed": false
|
|
3381
|
-
},
|
|
3382
|
-
{
|
|
3383
|
-
"type": "indexSignature",
|
|
3384
|
-
"parameter": {
|
|
3385
|
-
"type": "identifier",
|
|
3386
|
-
"name": "key",
|
|
3387
|
-
"annotation": {
|
|
3388
|
-
"type": "keyword",
|
|
3389
|
-
"value": "string"
|
|
3390
|
-
}
|
|
3391
|
-
},
|
|
3392
|
-
"annotation": {
|
|
3393
|
-
"type": "keyword",
|
|
3394
|
-
"value": "any"
|
|
3395
|
-
}
|
|
3396
|
-
}
|
|
3397
|
-
]
|
|
3398
|
-
},
|
|
3399
|
-
"computed": false
|
|
3400
|
-
},
|
|
3401
|
-
{
|
|
3402
|
-
"type": "propertySignature",
|
|
3403
|
-
"key": {
|
|
3404
|
-
"type": "identifier",
|
|
3405
|
-
"name": "name"
|
|
3406
|
-
},
|
|
3407
|
-
"annotation": {
|
|
3408
|
-
"type": "keyword",
|
|
3409
|
-
"value": "string"
|
|
3410
|
-
},
|
|
3411
|
-
"computed": false
|
|
3412
|
-
}
|
|
3413
|
-
]
|
|
3165
|
+
"type": "keyword",
|
|
3166
|
+
"value": "string"
|
|
3414
3167
|
}
|
|
3415
3168
|
}
|
|
3416
3169
|
}
|
|
@@ -3418,327 +3171,265 @@
|
|
|
3418
3171
|
"methods": [],
|
|
3419
3172
|
"types": [
|
|
3420
3173
|
{
|
|
3421
|
-
"type": "
|
|
3422
|
-
"name": "
|
|
3423
|
-
"
|
|
3424
|
-
"type": "
|
|
3425
|
-
"
|
|
3174
|
+
"type": "typeAlias",
|
|
3175
|
+
"name": "PickerMode",
|
|
3176
|
+
"annotation": {
|
|
3177
|
+
"type": "union",
|
|
3178
|
+
"types": [
|
|
3426
3179
|
{
|
|
3427
|
-
"type": "
|
|
3428
|
-
"
|
|
3429
|
-
|
|
3430
|
-
|
|
3431
|
-
|
|
3432
|
-
|
|
3433
|
-
|
|
3434
|
-
|
|
3435
|
-
|
|
3436
|
-
|
|
3437
|
-
|
|
3438
|
-
|
|
3439
|
-
|
|
3440
|
-
|
|
3441
|
-
|
|
3442
|
-
|
|
3443
|
-
|
|
3444
|
-
|
|
3180
|
+
"type": "jsLiteral",
|
|
3181
|
+
"value": "date"
|
|
3182
|
+
},
|
|
3183
|
+
{
|
|
3184
|
+
"type": "jsLiteral",
|
|
3185
|
+
"value": "week"
|
|
3186
|
+
},
|
|
3187
|
+
{
|
|
3188
|
+
"type": "jsLiteral",
|
|
3189
|
+
"value": "month"
|
|
3190
|
+
},
|
|
3191
|
+
{
|
|
3192
|
+
"type": "jsLiteral",
|
|
3193
|
+
"value": "year"
|
|
3194
|
+
},
|
|
3195
|
+
{
|
|
3196
|
+
"type": "jsLiteral",
|
|
3197
|
+
"value": "quarter"
|
|
3198
|
+
}
|
|
3199
|
+
]
|
|
3200
|
+
}
|
|
3201
|
+
},
|
|
3202
|
+
{
|
|
3203
|
+
"type": "typeAlias",
|
|
3204
|
+
"name": "DisabledDateType",
|
|
3205
|
+
"annotation": {
|
|
3206
|
+
"type": "union",
|
|
3207
|
+
"types": [
|
|
3208
|
+
{
|
|
3209
|
+
"type": "reference",
|
|
3210
|
+
"typeName": {
|
|
3211
|
+
"type": "identifier",
|
|
3212
|
+
"name": "DisabledDate"
|
|
3213
|
+
}
|
|
3214
|
+
},
|
|
3215
|
+
{
|
|
3216
|
+
"type": "array",
|
|
3217
|
+
"elementType": {
|
|
3218
|
+
"type": "reference",
|
|
3219
|
+
"typeName": {
|
|
3220
|
+
"type": "identifier",
|
|
3221
|
+
"name": "DisabledDate"
|
|
3222
|
+
}
|
|
3445
3223
|
}
|
|
3446
3224
|
}
|
|
3447
3225
|
]
|
|
3448
|
-
}
|
|
3226
|
+
}
|
|
3227
|
+
},
|
|
3228
|
+
{
|
|
3229
|
+
"type": "interface",
|
|
3230
|
+
"name": "DisabledDate",
|
|
3449
3231
|
"body": [
|
|
3450
3232
|
{
|
|
3451
3233
|
"type": "propertySignature",
|
|
3452
3234
|
"key": {
|
|
3453
3235
|
"type": "identifier",
|
|
3454
|
-
"name": "
|
|
3236
|
+
"name": "second"
|
|
3455
3237
|
},
|
|
3456
3238
|
"annotation": {
|
|
3457
|
-
"type": "
|
|
3458
|
-
"
|
|
3239
|
+
"type": "union",
|
|
3240
|
+
"types": [
|
|
3241
|
+
{
|
|
3242
|
+
"type": "keyword",
|
|
3243
|
+
"value": "string"
|
|
3244
|
+
},
|
|
3245
|
+
{
|
|
3246
|
+
"type": "keyword",
|
|
3247
|
+
"value": "number"
|
|
3248
|
+
}
|
|
3249
|
+
]
|
|
3459
3250
|
},
|
|
3251
|
+
"optional": true,
|
|
3460
3252
|
"computed": false
|
|
3461
3253
|
},
|
|
3462
3254
|
{
|
|
3463
3255
|
"type": "propertySignature",
|
|
3464
3256
|
"key": {
|
|
3465
3257
|
"type": "identifier",
|
|
3466
|
-
"name": "
|
|
3258
|
+
"name": "minute"
|
|
3467
3259
|
},
|
|
3468
3260
|
"annotation": {
|
|
3469
|
-
"type": "
|
|
3470
|
-
"
|
|
3471
|
-
|
|
3472
|
-
|
|
3473
|
-
|
|
3261
|
+
"type": "union",
|
|
3262
|
+
"types": [
|
|
3263
|
+
{
|
|
3264
|
+
"type": "keyword",
|
|
3265
|
+
"value": "string"
|
|
3266
|
+
},
|
|
3267
|
+
{
|
|
3268
|
+
"type": "keyword",
|
|
3269
|
+
"value": "number"
|
|
3270
|
+
}
|
|
3271
|
+
]
|
|
3474
3272
|
},
|
|
3273
|
+
"optional": true,
|
|
3475
3274
|
"computed": false
|
|
3476
3275
|
},
|
|
3477
3276
|
{
|
|
3478
|
-
"type": "
|
|
3479
|
-
"
|
|
3277
|
+
"type": "propertySignature",
|
|
3278
|
+
"key": {
|
|
3480
3279
|
"type": "identifier",
|
|
3481
|
-
"name": "
|
|
3482
|
-
"annotation": {
|
|
3483
|
-
"type": "keyword",
|
|
3484
|
-
"value": "string"
|
|
3485
|
-
}
|
|
3280
|
+
"name": "hour"
|
|
3486
3281
|
},
|
|
3487
3282
|
"annotation": {
|
|
3488
|
-
"type": "
|
|
3489
|
-
"
|
|
3490
|
-
|
|
3491
|
-
|
|
3492
|
-
|
|
3493
|
-
|
|
3494
|
-
|
|
3495
|
-
|
|
3496
|
-
|
|
3497
|
-
|
|
3283
|
+
"type": "union",
|
|
3284
|
+
"types": [
|
|
3285
|
+
{
|
|
3286
|
+
"type": "keyword",
|
|
3287
|
+
"value": "string"
|
|
3288
|
+
},
|
|
3289
|
+
{
|
|
3290
|
+
"type": "keyword",
|
|
3291
|
+
"value": "number"
|
|
3292
|
+
}
|
|
3293
|
+
]
|
|
3294
|
+
},
|
|
3295
|
+
"optional": true,
|
|
3296
|
+
"computed": false
|
|
3297
|
+
},
|
|
3498
3298
|
{
|
|
3499
3299
|
"type": "propertySignature",
|
|
3500
3300
|
"key": {
|
|
3501
3301
|
"type": "identifier",
|
|
3502
|
-
"name": "
|
|
3302
|
+
"name": "date"
|
|
3503
3303
|
},
|
|
3504
3304
|
"annotation": {
|
|
3505
|
-
"type": "
|
|
3506
|
-
"
|
|
3305
|
+
"type": "union",
|
|
3306
|
+
"types": [
|
|
3307
|
+
{
|
|
3308
|
+
"type": "keyword",
|
|
3309
|
+
"value": "string"
|
|
3310
|
+
},
|
|
3311
|
+
{
|
|
3312
|
+
"type": "keyword",
|
|
3313
|
+
"value": "number"
|
|
3314
|
+
}
|
|
3315
|
+
]
|
|
3507
3316
|
},
|
|
3317
|
+
"optional": true,
|
|
3508
3318
|
"computed": false
|
|
3509
3319
|
},
|
|
3510
3320
|
{
|
|
3511
3321
|
"type": "propertySignature",
|
|
3512
3322
|
"key": {
|
|
3513
3323
|
"type": "identifier",
|
|
3514
|
-
"name": "
|
|
3324
|
+
"name": "month"
|
|
3515
3325
|
},
|
|
3516
3326
|
"annotation": {
|
|
3517
3327
|
"type": "union",
|
|
3518
3328
|
"types": [
|
|
3519
3329
|
{
|
|
3520
|
-
"type": "
|
|
3521
|
-
"
|
|
3522
|
-
"type": "keyword",
|
|
3523
|
-
"value": "any"
|
|
3524
|
-
}
|
|
3330
|
+
"type": "keyword",
|
|
3331
|
+
"value": "string"
|
|
3525
3332
|
},
|
|
3526
3333
|
{
|
|
3527
|
-
"type": "
|
|
3528
|
-
"
|
|
3529
|
-
"type": "function",
|
|
3530
|
-
"parameters": [
|
|
3531
|
-
{
|
|
3532
|
-
"type": "restElement",
|
|
3533
|
-
"argument": {
|
|
3534
|
-
"type": "identifier",
|
|
3535
|
-
"name": "args"
|
|
3536
|
-
},
|
|
3537
|
-
"annotation": {
|
|
3538
|
-
"type": "array",
|
|
3539
|
-
"elementType": {
|
|
3540
|
-
"type": "keyword",
|
|
3541
|
-
"value": "any"
|
|
3542
|
-
}
|
|
3543
|
-
}
|
|
3544
|
-
}
|
|
3545
|
-
],
|
|
3546
|
-
"annotation": {
|
|
3547
|
-
"type": "array",
|
|
3548
|
-
"elementType": {
|
|
3549
|
-
"type": "keyword",
|
|
3550
|
-
"value": "any"
|
|
3551
|
-
}
|
|
3552
|
-
}
|
|
3553
|
-
}
|
|
3334
|
+
"type": "keyword",
|
|
3335
|
+
"value": "number"
|
|
3554
3336
|
}
|
|
3555
3337
|
]
|
|
3556
3338
|
},
|
|
3339
|
+
"optional": true,
|
|
3557
3340
|
"computed": false
|
|
3558
3341
|
},
|
|
3559
3342
|
{
|
|
3560
3343
|
"type": "propertySignature",
|
|
3561
3344
|
"key": {
|
|
3562
3345
|
"type": "identifier",
|
|
3563
|
-
"name": "
|
|
3346
|
+
"name": "year"
|
|
3564
3347
|
},
|
|
3565
3348
|
"annotation": {
|
|
3566
|
-
"type": "
|
|
3567
|
-
"
|
|
3349
|
+
"type": "union",
|
|
3350
|
+
"types": [
|
|
3568
3351
|
{
|
|
3569
|
-
"type": "
|
|
3570
|
-
"
|
|
3571
|
-
|
|
3572
|
-
|
|
3573
|
-
|
|
3574
|
-
|
|
3352
|
+
"type": "keyword",
|
|
3353
|
+
"value": "string"
|
|
3354
|
+
},
|
|
3355
|
+
{
|
|
3356
|
+
"type": "keyword",
|
|
3357
|
+
"value": "number"
|
|
3575
3358
|
}
|
|
3576
|
-
]
|
|
3577
|
-
"annotation": {
|
|
3578
|
-
"type": "keyword",
|
|
3579
|
-
"value": "void"
|
|
3580
|
-
}
|
|
3359
|
+
]
|
|
3581
3360
|
},
|
|
3582
3361
|
"optional": true,
|
|
3583
3362
|
"computed": false
|
|
3584
|
-
}
|
|
3585
|
-
]
|
|
3586
|
-
}
|
|
3587
|
-
]
|
|
3588
|
-
},
|
|
3589
|
-
"eo-upload-image": {
|
|
3590
|
-
"properties": [
|
|
3591
|
-
{
|
|
3592
|
-
"name": "name",
|
|
3593
|
-
"annotation": {
|
|
3594
|
-
"type": "keyword",
|
|
3595
|
-
"value": "string"
|
|
3596
|
-
}
|
|
3597
|
-
},
|
|
3598
|
-
{
|
|
3599
|
-
"name": "label",
|
|
3600
|
-
"annotation": {
|
|
3601
|
-
"type": "keyword",
|
|
3602
|
-
"value": "string"
|
|
3603
|
-
}
|
|
3604
|
-
},
|
|
3605
|
-
{
|
|
3606
|
-
"name": "value",
|
|
3607
|
-
"annotation": {
|
|
3608
|
-
"type": "array",
|
|
3609
|
-
"elementType": {
|
|
3610
|
-
"type": "reference",
|
|
3611
|
-
"typeName": {
|
|
3612
|
-
"type": "identifier",
|
|
3613
|
-
"name": "ImageData"
|
|
3614
|
-
}
|
|
3615
|
-
}
|
|
3616
|
-
}
|
|
3617
|
-
},
|
|
3618
|
-
{
|
|
3619
|
-
"name": "bucketName",
|
|
3620
|
-
"annotation": {
|
|
3621
|
-
"type": "keyword",
|
|
3622
|
-
"value": "string"
|
|
3623
|
-
}
|
|
3624
|
-
},
|
|
3625
|
-
{
|
|
3626
|
-
"name": "maxCount",
|
|
3627
|
-
"annotation": {
|
|
3628
|
-
"type": "keyword",
|
|
3629
|
-
"value": "number"
|
|
3630
|
-
}
|
|
3631
|
-
},
|
|
3632
|
-
{
|
|
3633
|
-
"name": "multiple",
|
|
3634
|
-
"annotation": {
|
|
3635
|
-
"type": "keyword",
|
|
3636
|
-
"value": "boolean"
|
|
3637
|
-
}
|
|
3638
|
-
},
|
|
3639
|
-
{
|
|
3640
|
-
"name": "limitSize",
|
|
3641
|
-
"annotation": {
|
|
3642
|
-
"type": "keyword",
|
|
3643
|
-
"value": "number"
|
|
3644
|
-
}
|
|
3645
|
-
},
|
|
3646
|
-
{
|
|
3647
|
-
"name": "required",
|
|
3648
|
-
"annotation": {
|
|
3649
|
-
"type": "keyword",
|
|
3650
|
-
"value": "boolean"
|
|
3651
|
-
}
|
|
3652
|
-
},
|
|
3653
|
-
{
|
|
3654
|
-
"name": "message",
|
|
3655
|
-
"annotation": {
|
|
3656
|
-
"type": "reference",
|
|
3657
|
-
"typeName": {
|
|
3658
|
-
"type": "identifier",
|
|
3659
|
-
"name": "Record"
|
|
3660
3363
|
},
|
|
3661
|
-
"typeParameters": {
|
|
3662
|
-
"type": "typeParameterInstantiation",
|
|
3663
|
-
"params": [
|
|
3664
|
-
{
|
|
3665
|
-
"type": "keyword",
|
|
3666
|
-
"value": "string"
|
|
3667
|
-
},
|
|
3668
|
-
{
|
|
3669
|
-
"type": "keyword",
|
|
3670
|
-
"value": "string"
|
|
3671
|
-
}
|
|
3672
|
-
]
|
|
3673
|
-
}
|
|
3674
|
-
}
|
|
3675
|
-
}
|
|
3676
|
-
],
|
|
3677
|
-
"events": [
|
|
3678
|
-
{
|
|
3679
|
-
"name": "change",
|
|
3680
|
-
"detail": {
|
|
3681
|
-
"annotation": {
|
|
3682
|
-
"type": "array",
|
|
3683
|
-
"elementType": {
|
|
3684
|
-
"type": "reference",
|
|
3685
|
-
"typeName": {
|
|
3686
|
-
"type": "identifier",
|
|
3687
|
-
"name": "ImageData"
|
|
3688
|
-
}
|
|
3689
|
-
}
|
|
3690
|
-
}
|
|
3691
|
-
}
|
|
3692
|
-
}
|
|
3693
|
-
],
|
|
3694
|
-
"methods": [],
|
|
3695
|
-
"types": [
|
|
3696
|
-
{
|
|
3697
|
-
"type": "interface",
|
|
3698
|
-
"name": "ImageData",
|
|
3699
|
-
"body": [
|
|
3700
3364
|
{
|
|
3701
3365
|
"type": "propertySignature",
|
|
3702
3366
|
"key": {
|
|
3703
3367
|
"type": "identifier",
|
|
3704
|
-
"name": "
|
|
3368
|
+
"name": "weekday"
|
|
3705
3369
|
},
|
|
3706
3370
|
"annotation": {
|
|
3707
|
-
"type": "
|
|
3708
|
-
"
|
|
3371
|
+
"type": "union",
|
|
3372
|
+
"types": [
|
|
3373
|
+
{
|
|
3374
|
+
"type": "keyword",
|
|
3375
|
+
"value": "string"
|
|
3376
|
+
},
|
|
3377
|
+
{
|
|
3378
|
+
"type": "keyword",
|
|
3379
|
+
"value": "number"
|
|
3380
|
+
}
|
|
3381
|
+
]
|
|
3709
3382
|
},
|
|
3710
3383
|
"optional": true,
|
|
3711
3384
|
"computed": false
|
|
3712
3385
|
}
|
|
3713
|
-
],
|
|
3714
|
-
"extends": [
|
|
3715
|
-
{
|
|
3716
|
-
"type": "expressionWithTypeArguments",
|
|
3717
|
-
"expression": {
|
|
3718
|
-
"type": "identifier",
|
|
3719
|
-
"name": "FileData"
|
|
3720
|
-
}
|
|
3721
|
-
}
|
|
3722
3386
|
]
|
|
3723
3387
|
}
|
|
3724
3388
|
]
|
|
3725
3389
|
},
|
|
3726
|
-
"eo-
|
|
3390
|
+
"eo-select": {
|
|
3727
3391
|
"properties": [
|
|
3728
3392
|
{
|
|
3729
|
-
"name": "
|
|
3393
|
+
"name": "name",
|
|
3730
3394
|
"annotation": {
|
|
3731
3395
|
"type": "keyword",
|
|
3732
3396
|
"value": "string"
|
|
3733
3397
|
}
|
|
3734
3398
|
},
|
|
3735
3399
|
{
|
|
3736
|
-
"name": "
|
|
3400
|
+
"name": "placeholder",
|
|
3401
|
+
"annotation": {
|
|
3402
|
+
"type": "keyword",
|
|
3403
|
+
"value": "string"
|
|
3404
|
+
}
|
|
3405
|
+
},
|
|
3406
|
+
{
|
|
3407
|
+
"name": "label",
|
|
3737
3408
|
"annotation": {
|
|
3738
3409
|
"type": "keyword",
|
|
3739
3410
|
"value": "string"
|
|
3740
3411
|
}
|
|
3741
3412
|
},
|
|
3413
|
+
{
|
|
3414
|
+
"name": "options",
|
|
3415
|
+
"annotation": {
|
|
3416
|
+
"type": "array",
|
|
3417
|
+
"elementType": {
|
|
3418
|
+
"type": "reference",
|
|
3419
|
+
"typeName": {
|
|
3420
|
+
"type": "identifier",
|
|
3421
|
+
"name": "GeneralComplexOption"
|
|
3422
|
+
}
|
|
3423
|
+
}
|
|
3424
|
+
}
|
|
3425
|
+
},
|
|
3426
|
+
{
|
|
3427
|
+
"name": "value",
|
|
3428
|
+
"annotation": {
|
|
3429
|
+
"type": "keyword",
|
|
3430
|
+
"value": "any"
|
|
3431
|
+
}
|
|
3432
|
+
},
|
|
3742
3433
|
{
|
|
3743
3434
|
"name": "required",
|
|
3744
3435
|
"annotation": {
|
|
@@ -3770,152 +3461,293 @@
|
|
|
3770
3461
|
}
|
|
3771
3462
|
},
|
|
3772
3463
|
{
|
|
3773
|
-
"name": "
|
|
3774
|
-
"annotation": {
|
|
3775
|
-
"type": "array",
|
|
3776
|
-
"elementType": {
|
|
3777
|
-
"type": "reference",
|
|
3778
|
-
"typeName": {
|
|
3779
|
-
"type": "identifier",
|
|
3780
|
-
"name": "FileData"
|
|
3781
|
-
}
|
|
3782
|
-
}
|
|
3783
|
-
}
|
|
3784
|
-
},
|
|
3785
|
-
{
|
|
3786
|
-
"name": "multiple",
|
|
3464
|
+
"name": "disabled",
|
|
3787
3465
|
"annotation": {
|
|
3788
3466
|
"type": "keyword",
|
|
3789
3467
|
"value": "boolean"
|
|
3790
3468
|
}
|
|
3791
3469
|
},
|
|
3792
3470
|
{
|
|
3793
|
-
"name": "
|
|
3471
|
+
"name": "mode",
|
|
3794
3472
|
"annotation": {
|
|
3795
|
-
"type": "
|
|
3796
|
-
"
|
|
3473
|
+
"type": "union",
|
|
3474
|
+
"types": [
|
|
3475
|
+
{
|
|
3476
|
+
"type": "jsLiteral",
|
|
3477
|
+
"value": "tags"
|
|
3478
|
+
},
|
|
3479
|
+
{
|
|
3480
|
+
"type": "jsLiteral",
|
|
3481
|
+
"value": "multiple"
|
|
3482
|
+
}
|
|
3483
|
+
]
|
|
3797
3484
|
}
|
|
3798
3485
|
},
|
|
3799
3486
|
{
|
|
3800
|
-
"name": "
|
|
3487
|
+
"name": "tokenSeparators",
|
|
3801
3488
|
"annotation": {
|
|
3802
|
-
"type": "
|
|
3803
|
-
"
|
|
3489
|
+
"type": "array",
|
|
3490
|
+
"elementType": {
|
|
3491
|
+
"type": "keyword",
|
|
3492
|
+
"value": "string"
|
|
3493
|
+
}
|
|
3804
3494
|
}
|
|
3805
3495
|
},
|
|
3806
3496
|
{
|
|
3807
|
-
"name": "
|
|
3497
|
+
"name": "maxTagCount",
|
|
3808
3498
|
"annotation": {
|
|
3809
3499
|
"type": "keyword",
|
|
3810
3500
|
"value": "number"
|
|
3811
3501
|
}
|
|
3812
3502
|
},
|
|
3813
3503
|
{
|
|
3814
|
-
"name": "
|
|
3504
|
+
"name": "groupBy",
|
|
3815
3505
|
"annotation": {
|
|
3816
3506
|
"type": "keyword",
|
|
3817
3507
|
"value": "string"
|
|
3818
3508
|
}
|
|
3819
3509
|
},
|
|
3820
3510
|
{
|
|
3821
|
-
"name": "
|
|
3511
|
+
"name": "suffix",
|
|
3822
3512
|
"annotation": {
|
|
3823
|
-
"type": "
|
|
3824
|
-
"
|
|
3825
|
-
"type": "
|
|
3826
|
-
"
|
|
3827
|
-
"type": "identifier",
|
|
3828
|
-
"name": "ButtonProps"
|
|
3829
|
-
}
|
|
3830
|
-
},
|
|
3831
|
-
"indexType": {
|
|
3832
|
-
"type": "jsLiteral",
|
|
3833
|
-
"value": "type"
|
|
3513
|
+
"type": "reference",
|
|
3514
|
+
"typeName": {
|
|
3515
|
+
"type": "identifier",
|
|
3516
|
+
"name": "UseSingleBrickConf"
|
|
3834
3517
|
}
|
|
3835
3518
|
}
|
|
3836
3519
|
},
|
|
3837
3520
|
{
|
|
3838
|
-
"name": "
|
|
3521
|
+
"name": "clearable",
|
|
3839
3522
|
"annotation": {
|
|
3840
|
-
"type": "
|
|
3841
|
-
"
|
|
3842
|
-
"type": "identifier",
|
|
3843
|
-
"name": "GeneralIconProps"
|
|
3844
|
-
}
|
|
3523
|
+
"type": "keyword",
|
|
3524
|
+
"value": "boolean"
|
|
3845
3525
|
}
|
|
3846
3526
|
},
|
|
3847
3527
|
{
|
|
3848
|
-
"name": "
|
|
3528
|
+
"name": "fields",
|
|
3849
3529
|
"annotation": {
|
|
3850
|
-
"type": "
|
|
3851
|
-
"
|
|
3530
|
+
"type": "typeLiteral",
|
|
3531
|
+
"members": [
|
|
3852
3532
|
{
|
|
3853
|
-
"type": "
|
|
3854
|
-
"
|
|
3533
|
+
"type": "propertySignature",
|
|
3534
|
+
"key": {
|
|
3535
|
+
"type": "identifier",
|
|
3536
|
+
"name": "label"
|
|
3537
|
+
},
|
|
3538
|
+
"annotation": {
|
|
3539
|
+
"type": "keyword",
|
|
3540
|
+
"value": "string"
|
|
3541
|
+
},
|
|
3542
|
+
"optional": true,
|
|
3543
|
+
"computed": false
|
|
3855
3544
|
},
|
|
3856
3545
|
{
|
|
3857
|
-
"type": "
|
|
3858
|
-
"
|
|
3546
|
+
"type": "propertySignature",
|
|
3547
|
+
"key": {
|
|
3548
|
+
"type": "identifier",
|
|
3549
|
+
"name": "value"
|
|
3550
|
+
},
|
|
3551
|
+
"annotation": {
|
|
3552
|
+
"type": "keyword",
|
|
3553
|
+
"value": "string"
|
|
3554
|
+
},
|
|
3555
|
+
"optional": true,
|
|
3556
|
+
"computed": false
|
|
3859
3557
|
}
|
|
3860
3558
|
]
|
|
3861
3559
|
}
|
|
3862
3560
|
},
|
|
3863
3561
|
{
|
|
3864
|
-
"name": "
|
|
3562
|
+
"name": "useBackend",
|
|
3865
3563
|
"annotation": {
|
|
3866
|
-
"type": "
|
|
3867
|
-
"
|
|
3564
|
+
"type": "reference",
|
|
3565
|
+
"typeName": {
|
|
3566
|
+
"type": "identifier",
|
|
3567
|
+
"name": "UseBackendConf"
|
|
3568
|
+
}
|
|
3868
3569
|
}
|
|
3869
3570
|
},
|
|
3870
3571
|
{
|
|
3871
|
-
"name": "
|
|
3572
|
+
"name": "debounceSearchDelay",
|
|
3872
3573
|
"annotation": {
|
|
3873
3574
|
"type": "keyword",
|
|
3874
|
-
"value": "
|
|
3575
|
+
"value": "number"
|
|
3875
3576
|
}
|
|
3876
3577
|
},
|
|
3877
3578
|
{
|
|
3878
|
-
"name": "
|
|
3579
|
+
"name": "inputStyle",
|
|
3879
3580
|
"annotation": {
|
|
3880
|
-
"type": "
|
|
3881
|
-
"
|
|
3581
|
+
"type": "reference",
|
|
3582
|
+
"typeName": {
|
|
3583
|
+
"type": "qualifiedName",
|
|
3584
|
+
"left": {
|
|
3585
|
+
"type": "identifier",
|
|
3586
|
+
"name": "React"
|
|
3587
|
+
},
|
|
3588
|
+
"right": {
|
|
3589
|
+
"type": "identifier",
|
|
3590
|
+
"name": "CSSProperties"
|
|
3591
|
+
}
|
|
3592
|
+
}
|
|
3882
3593
|
}
|
|
3883
|
-
}
|
|
3594
|
+
}
|
|
3595
|
+
],
|
|
3596
|
+
"events": [
|
|
3884
3597
|
{
|
|
3885
|
-
"name": "
|
|
3886
|
-
"
|
|
3887
|
-
"
|
|
3888
|
-
|
|
3598
|
+
"name": "change",
|
|
3599
|
+
"detail": {
|
|
3600
|
+
"annotation": {
|
|
3601
|
+
"type": "typeLiteral",
|
|
3602
|
+
"members": [
|
|
3603
|
+
{
|
|
3604
|
+
"type": "propertySignature",
|
|
3605
|
+
"key": {
|
|
3606
|
+
"type": "identifier",
|
|
3607
|
+
"name": "value"
|
|
3608
|
+
},
|
|
3609
|
+
"annotation": {
|
|
3610
|
+
"type": "union",
|
|
3611
|
+
"types": [
|
|
3612
|
+
{
|
|
3613
|
+
"type": "keyword",
|
|
3614
|
+
"value": "string"
|
|
3615
|
+
},
|
|
3616
|
+
{
|
|
3617
|
+
"type": "array",
|
|
3618
|
+
"elementType": {
|
|
3619
|
+
"type": "keyword",
|
|
3620
|
+
"value": "string"
|
|
3621
|
+
}
|
|
3622
|
+
}
|
|
3623
|
+
]
|
|
3624
|
+
},
|
|
3625
|
+
"computed": false
|
|
3626
|
+
},
|
|
3627
|
+
{
|
|
3628
|
+
"type": "propertySignature",
|
|
3629
|
+
"key": {
|
|
3630
|
+
"type": "identifier",
|
|
3631
|
+
"name": "options"
|
|
3632
|
+
},
|
|
3633
|
+
"annotation": {
|
|
3634
|
+
"type": "array",
|
|
3635
|
+
"elementType": {
|
|
3636
|
+
"type": "reference",
|
|
3637
|
+
"typeName": {
|
|
3638
|
+
"type": "identifier",
|
|
3639
|
+
"name": "GeneralComplexOption"
|
|
3640
|
+
}
|
|
3641
|
+
}
|
|
3642
|
+
},
|
|
3643
|
+
"computed": false
|
|
3644
|
+
}
|
|
3645
|
+
]
|
|
3646
|
+
}
|
|
3889
3647
|
}
|
|
3890
3648
|
},
|
|
3891
3649
|
{
|
|
3892
|
-
"name": "
|
|
3893
|
-
"
|
|
3894
|
-
"
|
|
3895
|
-
|
|
3650
|
+
"name": "search",
|
|
3651
|
+
"detail": {
|
|
3652
|
+
"annotation": {
|
|
3653
|
+
"type": "typeLiteral",
|
|
3654
|
+
"members": [
|
|
3655
|
+
{
|
|
3656
|
+
"type": "propertySignature",
|
|
3657
|
+
"key": {
|
|
3658
|
+
"type": "identifier",
|
|
3659
|
+
"name": "value"
|
|
3660
|
+
},
|
|
3661
|
+
"annotation": {
|
|
3662
|
+
"type": "keyword",
|
|
3663
|
+
"value": "string"
|
|
3664
|
+
},
|
|
3665
|
+
"computed": false
|
|
3666
|
+
}
|
|
3667
|
+
]
|
|
3668
|
+
}
|
|
3896
3669
|
}
|
|
3897
3670
|
},
|
|
3898
3671
|
{
|
|
3899
|
-
"name": "
|
|
3900
|
-
"
|
|
3901
|
-
"
|
|
3902
|
-
|
|
3672
|
+
"name": "focus",
|
|
3673
|
+
"detail": {
|
|
3674
|
+
"annotation": {
|
|
3675
|
+
"type": "keyword",
|
|
3676
|
+
"value": "void"
|
|
3677
|
+
}
|
|
3903
3678
|
}
|
|
3904
|
-
}
|
|
3905
|
-
],
|
|
3906
|
-
"events": [
|
|
3679
|
+
},
|
|
3907
3680
|
{
|
|
3908
|
-
"name": "change",
|
|
3681
|
+
"name": "options.change",
|
|
3909
3682
|
"detail": {
|
|
3910
3683
|
"annotation": {
|
|
3911
|
-
"type": "
|
|
3912
|
-
"
|
|
3913
|
-
|
|
3914
|
-
|
|
3915
|
-
"
|
|
3916
|
-
|
|
3684
|
+
"type": "typeLiteral",
|
|
3685
|
+
"members": [
|
|
3686
|
+
{
|
|
3687
|
+
"type": "propertySignature",
|
|
3688
|
+
"key": {
|
|
3689
|
+
"type": "identifier",
|
|
3690
|
+
"name": "options"
|
|
3691
|
+
},
|
|
3692
|
+
"annotation": {
|
|
3693
|
+
"type": "typeLiteral",
|
|
3694
|
+
"members": [
|
|
3695
|
+
{
|
|
3696
|
+
"type": "propertySignature",
|
|
3697
|
+
"key": {
|
|
3698
|
+
"type": "identifier",
|
|
3699
|
+
"name": "label"
|
|
3700
|
+
},
|
|
3701
|
+
"annotation": {
|
|
3702
|
+
"type": "keyword",
|
|
3703
|
+
"value": "string"
|
|
3704
|
+
},
|
|
3705
|
+
"computed": false
|
|
3706
|
+
},
|
|
3707
|
+
{
|
|
3708
|
+
"type": "propertySignature",
|
|
3709
|
+
"key": {
|
|
3710
|
+
"type": "identifier",
|
|
3711
|
+
"name": "value"
|
|
3712
|
+
},
|
|
3713
|
+
"annotation": {
|
|
3714
|
+
"type": "keyword",
|
|
3715
|
+
"value": "any"
|
|
3716
|
+
},
|
|
3717
|
+
"computed": false
|
|
3718
|
+
},
|
|
3719
|
+
{
|
|
3720
|
+
"type": "indexSignature",
|
|
3721
|
+
"parameter": {
|
|
3722
|
+
"type": "identifier",
|
|
3723
|
+
"name": "key",
|
|
3724
|
+
"annotation": {
|
|
3725
|
+
"type": "keyword",
|
|
3726
|
+
"value": "string"
|
|
3727
|
+
}
|
|
3728
|
+
},
|
|
3729
|
+
"annotation": {
|
|
3730
|
+
"type": "keyword",
|
|
3731
|
+
"value": "any"
|
|
3732
|
+
}
|
|
3733
|
+
}
|
|
3734
|
+
]
|
|
3735
|
+
},
|
|
3736
|
+
"computed": false
|
|
3737
|
+
},
|
|
3738
|
+
{
|
|
3739
|
+
"type": "propertySignature",
|
|
3740
|
+
"key": {
|
|
3741
|
+
"type": "identifier",
|
|
3742
|
+
"name": "name"
|
|
3743
|
+
},
|
|
3744
|
+
"annotation": {
|
|
3745
|
+
"type": "keyword",
|
|
3746
|
+
"value": "string"
|
|
3747
|
+
},
|
|
3748
|
+
"computed": false
|
|
3917
3749
|
}
|
|
3918
|
-
|
|
3750
|
+
]
|
|
3919
3751
|
}
|
|
3920
3752
|
}
|
|
3921
3753
|
}
|
|
@@ -3924,13 +3756,39 @@
|
|
|
3924
3756
|
"types": [
|
|
3925
3757
|
{
|
|
3926
3758
|
"type": "interface",
|
|
3927
|
-
"name": "
|
|
3759
|
+
"name": "GeneralComplexOption",
|
|
3760
|
+
"typeParameters": {
|
|
3761
|
+
"type": "typeParameterDeclaration",
|
|
3762
|
+
"params": [
|
|
3763
|
+
{
|
|
3764
|
+
"type": "typeParameter",
|
|
3765
|
+
"name": "T",
|
|
3766
|
+
"default": {
|
|
3767
|
+
"type": "union",
|
|
3768
|
+
"types": [
|
|
3769
|
+
{
|
|
3770
|
+
"type": "keyword",
|
|
3771
|
+
"value": "string"
|
|
3772
|
+
},
|
|
3773
|
+
{
|
|
3774
|
+
"type": "keyword",
|
|
3775
|
+
"value": "number"
|
|
3776
|
+
},
|
|
3777
|
+
{
|
|
3778
|
+
"type": "keyword",
|
|
3779
|
+
"value": "boolean"
|
|
3780
|
+
}
|
|
3781
|
+
]
|
|
3782
|
+
}
|
|
3783
|
+
}
|
|
3784
|
+
]
|
|
3785
|
+
},
|
|
3928
3786
|
"body": [
|
|
3929
3787
|
{
|
|
3930
3788
|
"type": "propertySignature",
|
|
3931
3789
|
"key": {
|
|
3932
3790
|
"type": "identifier",
|
|
3933
|
-
"name": "
|
|
3791
|
+
"name": "label"
|
|
3934
3792
|
},
|
|
3935
3793
|
"annotation": {
|
|
3936
3794
|
"type": "keyword",
|
|
@@ -3942,7 +3800,43 @@
|
|
|
3942
3800
|
"type": "propertySignature",
|
|
3943
3801
|
"key": {
|
|
3944
3802
|
"type": "identifier",
|
|
3945
|
-
"name": "
|
|
3803
|
+
"name": "value"
|
|
3804
|
+
},
|
|
3805
|
+
"annotation": {
|
|
3806
|
+
"type": "reference",
|
|
3807
|
+
"typeName": {
|
|
3808
|
+
"type": "identifier",
|
|
3809
|
+
"name": "T"
|
|
3810
|
+
}
|
|
3811
|
+
},
|
|
3812
|
+
"computed": false
|
|
3813
|
+
},
|
|
3814
|
+
{
|
|
3815
|
+
"type": "indexSignature",
|
|
3816
|
+
"parameter": {
|
|
3817
|
+
"type": "identifier",
|
|
3818
|
+
"name": "key",
|
|
3819
|
+
"annotation": {
|
|
3820
|
+
"type": "keyword",
|
|
3821
|
+
"value": "string"
|
|
3822
|
+
}
|
|
3823
|
+
},
|
|
3824
|
+
"annotation": {
|
|
3825
|
+
"type": "keyword",
|
|
3826
|
+
"value": "any"
|
|
3827
|
+
}
|
|
3828
|
+
}
|
|
3829
|
+
]
|
|
3830
|
+
},
|
|
3831
|
+
{
|
|
3832
|
+
"type": "interface",
|
|
3833
|
+
"name": "UseBackendConf",
|
|
3834
|
+
"body": [
|
|
3835
|
+
{
|
|
3836
|
+
"type": "propertySignature",
|
|
3837
|
+
"key": {
|
|
3838
|
+
"type": "identifier",
|
|
3839
|
+
"name": "provider"
|
|
3946
3840
|
},
|
|
3947
3841
|
"annotation": {
|
|
3948
3842
|
"type": "keyword",
|
|
@@ -3954,152 +3848,220 @@
|
|
|
3954
3848
|
"type": "propertySignature",
|
|
3955
3849
|
"key": {
|
|
3956
3850
|
"type": "identifier",
|
|
3957
|
-
"name": "
|
|
3851
|
+
"name": "args"
|
|
3958
3852
|
},
|
|
3959
3853
|
"annotation": {
|
|
3960
|
-
"type": "
|
|
3854
|
+
"type": "union",
|
|
3961
3855
|
"types": [
|
|
3962
3856
|
{
|
|
3963
|
-
"type": "
|
|
3964
|
-
"
|
|
3965
|
-
"type": "
|
|
3966
|
-
"
|
|
3857
|
+
"type": "array",
|
|
3858
|
+
"elementType": {
|
|
3859
|
+
"type": "keyword",
|
|
3860
|
+
"value": "any"
|
|
3967
3861
|
}
|
|
3968
3862
|
},
|
|
3969
3863
|
{
|
|
3970
|
-
"type": "
|
|
3971
|
-
"
|
|
3972
|
-
|
|
3973
|
-
|
|
3974
|
-
|
|
3975
|
-
"type": "
|
|
3976
|
-
"
|
|
3977
|
-
|
|
3978
|
-
|
|
3864
|
+
"type": "parenthesizedType",
|
|
3865
|
+
"annotation": {
|
|
3866
|
+
"type": "function",
|
|
3867
|
+
"parameters": [
|
|
3868
|
+
{
|
|
3869
|
+
"type": "restElement",
|
|
3870
|
+
"argument": {
|
|
3871
|
+
"type": "identifier",
|
|
3872
|
+
"name": "args"
|
|
3873
|
+
},
|
|
3874
|
+
"annotation": {
|
|
3875
|
+
"type": "array",
|
|
3876
|
+
"elementType": {
|
|
3877
|
+
"type": "keyword",
|
|
3878
|
+
"value": "any"
|
|
3879
|
+
}
|
|
3880
|
+
}
|
|
3881
|
+
}
|
|
3882
|
+
],
|
|
3883
|
+
"annotation": {
|
|
3884
|
+
"type": "array",
|
|
3885
|
+
"elementType": {
|
|
3979
3886
|
"type": "keyword",
|
|
3980
|
-
"value": "
|
|
3981
|
-
}
|
|
3982
|
-
"optional": true,
|
|
3983
|
-
"computed": false
|
|
3887
|
+
"value": "any"
|
|
3888
|
+
}
|
|
3984
3889
|
}
|
|
3985
|
-
|
|
3890
|
+
}
|
|
3986
3891
|
}
|
|
3987
3892
|
]
|
|
3988
3893
|
},
|
|
3989
|
-
"optional": true,
|
|
3990
|
-
"computed": false
|
|
3991
|
-
},
|
|
3992
|
-
{
|
|
3993
|
-
"type": "propertySignature",
|
|
3994
|
-
"key": {
|
|
3995
|
-
"type": "identifier",
|
|
3996
|
-
"name": "response"
|
|
3997
|
-
},
|
|
3998
|
-
"annotation": {
|
|
3999
|
-
"type": "keyword",
|
|
4000
|
-
"value": "any"
|
|
4001
|
-
},
|
|
4002
|
-
"optional": true,
|
|
4003
3894
|
"computed": false
|
|
4004
3895
|
},
|
|
4005
3896
|
{
|
|
4006
3897
|
"type": "propertySignature",
|
|
4007
3898
|
"key": {
|
|
4008
3899
|
"type": "identifier",
|
|
4009
|
-
"name": "
|
|
3900
|
+
"name": "transform"
|
|
4010
3901
|
},
|
|
4011
3902
|
"annotation": {
|
|
4012
|
-
"type": "
|
|
4013
|
-
"
|
|
3903
|
+
"type": "function",
|
|
3904
|
+
"parameters": [
|
|
3905
|
+
{
|
|
3906
|
+
"type": "identifier",
|
|
3907
|
+
"name": "data",
|
|
3908
|
+
"annotation": {
|
|
3909
|
+
"type": "keyword",
|
|
3910
|
+
"value": "any"
|
|
3911
|
+
}
|
|
3912
|
+
}
|
|
3913
|
+
],
|
|
3914
|
+
"annotation": {
|
|
3915
|
+
"type": "keyword",
|
|
3916
|
+
"value": "void"
|
|
3917
|
+
}
|
|
4014
3918
|
},
|
|
4015
3919
|
"optional": true,
|
|
4016
3920
|
"computed": false
|
|
4017
|
-
}
|
|
4018
|
-
|
|
4019
|
-
|
|
4020
|
-
|
|
3921
|
+
}
|
|
3922
|
+
]
|
|
3923
|
+
}
|
|
3924
|
+
]
|
|
3925
|
+
},
|
|
3926
|
+
"eo-upload-image": {
|
|
3927
|
+
"properties": [
|
|
3928
|
+
{
|
|
3929
|
+
"name": "name",
|
|
3930
|
+
"annotation": {
|
|
3931
|
+
"type": "keyword",
|
|
3932
|
+
"value": "string"
|
|
3933
|
+
}
|
|
3934
|
+
},
|
|
3935
|
+
{
|
|
3936
|
+
"name": "label",
|
|
3937
|
+
"annotation": {
|
|
3938
|
+
"type": "keyword",
|
|
3939
|
+
"value": "string"
|
|
3940
|
+
}
|
|
3941
|
+
},
|
|
3942
|
+
{
|
|
3943
|
+
"name": "value",
|
|
3944
|
+
"annotation": {
|
|
3945
|
+
"type": "array",
|
|
3946
|
+
"elementType": {
|
|
3947
|
+
"type": "reference",
|
|
3948
|
+
"typeName": {
|
|
4021
3949
|
"type": "identifier",
|
|
4022
|
-
"name": "
|
|
4023
|
-
}
|
|
4024
|
-
|
|
3950
|
+
"name": "ImageData"
|
|
3951
|
+
}
|
|
3952
|
+
}
|
|
3953
|
+
}
|
|
3954
|
+
},
|
|
3955
|
+
{
|
|
3956
|
+
"name": "bucketName",
|
|
3957
|
+
"annotation": {
|
|
3958
|
+
"type": "keyword",
|
|
3959
|
+
"value": "string"
|
|
3960
|
+
}
|
|
3961
|
+
},
|
|
3962
|
+
{
|
|
3963
|
+
"name": "maxCount",
|
|
3964
|
+
"annotation": {
|
|
3965
|
+
"type": "keyword",
|
|
3966
|
+
"value": "number"
|
|
3967
|
+
}
|
|
3968
|
+
},
|
|
3969
|
+
{
|
|
3970
|
+
"name": "multiple",
|
|
3971
|
+
"annotation": {
|
|
3972
|
+
"type": "keyword",
|
|
3973
|
+
"value": "boolean"
|
|
3974
|
+
}
|
|
3975
|
+
},
|
|
3976
|
+
{
|
|
3977
|
+
"name": "limitSize",
|
|
3978
|
+
"annotation": {
|
|
3979
|
+
"type": "keyword",
|
|
3980
|
+
"value": "number"
|
|
3981
|
+
}
|
|
3982
|
+
},
|
|
3983
|
+
{
|
|
3984
|
+
"name": "required",
|
|
3985
|
+
"annotation": {
|
|
3986
|
+
"type": "keyword",
|
|
3987
|
+
"value": "boolean"
|
|
3988
|
+
}
|
|
3989
|
+
},
|
|
3990
|
+
{
|
|
3991
|
+
"name": "message",
|
|
3992
|
+
"annotation": {
|
|
3993
|
+
"type": "reference",
|
|
3994
|
+
"typeName": {
|
|
3995
|
+
"type": "identifier",
|
|
3996
|
+
"name": "Record"
|
|
3997
|
+
},
|
|
3998
|
+
"typeParameters": {
|
|
3999
|
+
"type": "typeParameterInstantiation",
|
|
4000
|
+
"params": [
|
|
4001
|
+
{
|
|
4002
|
+
"type": "keyword",
|
|
4003
|
+
"value": "string"
|
|
4004
|
+
},
|
|
4005
|
+
{
|
|
4006
|
+
"type": "keyword",
|
|
4007
|
+
"value": "string"
|
|
4008
|
+
}
|
|
4009
|
+
]
|
|
4010
|
+
}
|
|
4011
|
+
}
|
|
4012
|
+
}
|
|
4013
|
+
],
|
|
4014
|
+
"events": [
|
|
4015
|
+
{
|
|
4016
|
+
"name": "change",
|
|
4017
|
+
"detail": {
|
|
4018
|
+
"annotation": {
|
|
4019
|
+
"type": "array",
|
|
4020
|
+
"elementType": {
|
|
4025
4021
|
"type": "reference",
|
|
4026
4022
|
"typeName": {
|
|
4027
4023
|
"type": "identifier",
|
|
4028
|
-
"name": "
|
|
4024
|
+
"name": "ImageData"
|
|
4029
4025
|
}
|
|
4030
|
-
}
|
|
4031
|
-
|
|
4032
|
-
|
|
4033
|
-
|
|
4026
|
+
}
|
|
4027
|
+
}
|
|
4028
|
+
}
|
|
4029
|
+
}
|
|
4030
|
+
],
|
|
4031
|
+
"methods": [],
|
|
4032
|
+
"types": [
|
|
4033
|
+
{
|
|
4034
|
+
"type": "interface",
|
|
4035
|
+
"name": "ImageData",
|
|
4036
|
+
"body": [
|
|
4034
4037
|
{
|
|
4035
4038
|
"type": "propertySignature",
|
|
4036
4039
|
"key": {
|
|
4037
4040
|
"type": "identifier",
|
|
4038
|
-
"name": "
|
|
4041
|
+
"name": "url"
|
|
4039
4042
|
},
|
|
4040
4043
|
"annotation": {
|
|
4041
|
-
"type": "
|
|
4042
|
-
"
|
|
4043
|
-
"type": "reference",
|
|
4044
|
-
"typeName": {
|
|
4045
|
-
"type": "identifier",
|
|
4046
|
-
"name": "Error"
|
|
4047
|
-
}
|
|
4048
|
-
}
|
|
4044
|
+
"type": "keyword",
|
|
4045
|
+
"value": "string"
|
|
4049
4046
|
},
|
|
4050
4047
|
"optional": true,
|
|
4051
4048
|
"computed": false
|
|
4052
|
-
}
|
|
4049
|
+
}
|
|
4050
|
+
],
|
|
4051
|
+
"extends": [
|
|
4053
4052
|
{
|
|
4054
|
-
"type": "
|
|
4055
|
-
"
|
|
4053
|
+
"type": "expressionWithTypeArguments",
|
|
4054
|
+
"expression": {
|
|
4056
4055
|
"type": "identifier",
|
|
4057
|
-
"name": "
|
|
4058
|
-
}
|
|
4059
|
-
"annotation": {
|
|
4060
|
-
"type": "reference",
|
|
4061
|
-
"typeName": {
|
|
4062
|
-
"type": "identifier",
|
|
4063
|
-
"name": "AbortController"
|
|
4064
|
-
}
|
|
4065
|
-
},
|
|
4066
|
-
"optional": true,
|
|
4067
|
-
"computed": true
|
|
4056
|
+
"name": "FileData"
|
|
4057
|
+
}
|
|
4068
4058
|
}
|
|
4069
4059
|
]
|
|
4070
|
-
},
|
|
4071
|
-
{
|
|
4072
|
-
"type": "typeAlias",
|
|
4073
|
-
"name": "UploadStatus",
|
|
4074
|
-
"annotation": {
|
|
4075
|
-
"type": "union",
|
|
4076
|
-
"types": [
|
|
4077
|
-
{
|
|
4078
|
-
"type": "jsLiteral",
|
|
4079
|
-
"value": "uploading"
|
|
4080
|
-
},
|
|
4081
|
-
{
|
|
4082
|
-
"type": "jsLiteral",
|
|
4083
|
-
"value": "done"
|
|
4084
|
-
},
|
|
4085
|
-
{
|
|
4086
|
-
"type": "jsLiteral",
|
|
4087
|
-
"value": "error"
|
|
4088
|
-
}
|
|
4089
|
-
]
|
|
4090
|
-
}
|
|
4091
4060
|
}
|
|
4092
4061
|
]
|
|
4093
4062
|
},
|
|
4094
|
-
"eo-
|
|
4063
|
+
"eo-upload-file": {
|
|
4095
4064
|
"properties": [
|
|
4096
|
-
{
|
|
4097
|
-
"name": "name",
|
|
4098
|
-
"annotation": {
|
|
4099
|
-
"type": "keyword",
|
|
4100
|
-
"value": "string"
|
|
4101
|
-
}
|
|
4102
|
-
},
|
|
4103
4065
|
{
|
|
4104
4066
|
"name": "label",
|
|
4105
4067
|
"annotation": {
|
|
@@ -4108,17 +4070,17 @@
|
|
|
4108
4070
|
}
|
|
4109
4071
|
},
|
|
4110
4072
|
{
|
|
4111
|
-
"name": "
|
|
4073
|
+
"name": "name",
|
|
4112
4074
|
"annotation": {
|
|
4113
4075
|
"type": "keyword",
|
|
4114
4076
|
"value": "string"
|
|
4115
4077
|
}
|
|
4116
4078
|
},
|
|
4117
4079
|
{
|
|
4118
|
-
"name": "
|
|
4080
|
+
"name": "required",
|
|
4119
4081
|
"annotation": {
|
|
4120
4082
|
"type": "keyword",
|
|
4121
|
-
"value": "
|
|
4083
|
+
"value": "boolean"
|
|
4122
4084
|
}
|
|
4123
4085
|
},
|
|
4124
4086
|
{
|
|
@@ -4145,75 +4107,136 @@
|
|
|
4145
4107
|
}
|
|
4146
4108
|
},
|
|
4147
4109
|
{
|
|
4148
|
-
"name": "
|
|
4110
|
+
"name": "value",
|
|
4111
|
+
"annotation": {
|
|
4112
|
+
"type": "array",
|
|
4113
|
+
"elementType": {
|
|
4114
|
+
"type": "reference",
|
|
4115
|
+
"typeName": {
|
|
4116
|
+
"type": "identifier",
|
|
4117
|
+
"name": "FileData"
|
|
4118
|
+
}
|
|
4119
|
+
}
|
|
4120
|
+
}
|
|
4121
|
+
},
|
|
4122
|
+
{
|
|
4123
|
+
"name": "multiple",
|
|
4149
4124
|
"annotation": {
|
|
4150
4125
|
"type": "keyword",
|
|
4151
4126
|
"value": "boolean"
|
|
4152
4127
|
}
|
|
4153
4128
|
},
|
|
4154
4129
|
{
|
|
4155
|
-
"name": "
|
|
4130
|
+
"name": "accept",
|
|
4156
4131
|
"annotation": {
|
|
4157
4132
|
"type": "keyword",
|
|
4158
|
-
"value": "
|
|
4133
|
+
"value": "string"
|
|
4159
4134
|
}
|
|
4160
4135
|
},
|
|
4161
4136
|
{
|
|
4162
|
-
"name": "
|
|
4137
|
+
"name": "maxCount",
|
|
4163
4138
|
"annotation": {
|
|
4164
4139
|
"type": "keyword",
|
|
4165
|
-
"value": "
|
|
4140
|
+
"value": "number"
|
|
4166
4141
|
}
|
|
4167
4142
|
},
|
|
4168
4143
|
{
|
|
4169
|
-
"name": "
|
|
4144
|
+
"name": "limitSize",
|
|
4145
|
+
"annotation": {
|
|
4146
|
+
"type": "keyword",
|
|
4147
|
+
"value": "number"
|
|
4148
|
+
}
|
|
4149
|
+
},
|
|
4150
|
+
{
|
|
4151
|
+
"name": "buttonText",
|
|
4170
4152
|
"annotation": {
|
|
4171
4153
|
"type": "keyword",
|
|
4172
4154
|
"value": "string"
|
|
4173
4155
|
}
|
|
4174
4156
|
},
|
|
4175
4157
|
{
|
|
4176
|
-
"name": "
|
|
4158
|
+
"name": "buttonType",
|
|
4159
|
+
"annotation": {
|
|
4160
|
+
"type": "indexedAccess",
|
|
4161
|
+
"objectType": {
|
|
4162
|
+
"type": "reference",
|
|
4163
|
+
"typeName": {
|
|
4164
|
+
"type": "identifier",
|
|
4165
|
+
"name": "ButtonProps"
|
|
4166
|
+
}
|
|
4167
|
+
},
|
|
4168
|
+
"indexType": {
|
|
4169
|
+
"type": "jsLiteral",
|
|
4170
|
+
"value": "type"
|
|
4171
|
+
}
|
|
4172
|
+
}
|
|
4173
|
+
},
|
|
4174
|
+
{
|
|
4175
|
+
"name": "buttonIcon",
|
|
4177
4176
|
"annotation": {
|
|
4178
4177
|
"type": "reference",
|
|
4179
4178
|
"typeName": {
|
|
4180
4179
|
"type": "identifier",
|
|
4181
|
-
"name": "
|
|
4180
|
+
"name": "GeneralIconProps"
|
|
4182
4181
|
}
|
|
4183
4182
|
}
|
|
4184
4183
|
},
|
|
4185
4184
|
{
|
|
4186
|
-
"name": "
|
|
4185
|
+
"name": "overMaxCountMode",
|
|
4186
|
+
"annotation": {
|
|
4187
|
+
"type": "union",
|
|
4188
|
+
"types": [
|
|
4189
|
+
{
|
|
4190
|
+
"type": "jsLiteral",
|
|
4191
|
+
"value": "ignore"
|
|
4192
|
+
},
|
|
4193
|
+
{
|
|
4194
|
+
"type": "jsLiteral",
|
|
4195
|
+
"value": "replace"
|
|
4196
|
+
}
|
|
4197
|
+
]
|
|
4198
|
+
}
|
|
4199
|
+
},
|
|
4200
|
+
{
|
|
4201
|
+
"name": "uploadDraggable",
|
|
4187
4202
|
"annotation": {
|
|
4188
4203
|
"type": "keyword",
|
|
4189
4204
|
"value": "boolean"
|
|
4190
4205
|
}
|
|
4191
4206
|
},
|
|
4192
4207
|
{
|
|
4193
|
-
"name": "
|
|
4208
|
+
"name": "draggableUploadTip",
|
|
4194
4209
|
"annotation": {
|
|
4195
|
-
"type": "
|
|
4196
|
-
"
|
|
4197
|
-
|
|
4198
|
-
|
|
4199
|
-
|
|
4210
|
+
"type": "keyword",
|
|
4211
|
+
"value": "string"
|
|
4212
|
+
}
|
|
4213
|
+
},
|
|
4214
|
+
{
|
|
4215
|
+
"name": "autoUpload",
|
|
4216
|
+
"annotation": {
|
|
4217
|
+
"type": "keyword",
|
|
4218
|
+
"value": "boolean"
|
|
4219
|
+
}
|
|
4220
|
+
},
|
|
4221
|
+
{
|
|
4222
|
+
"name": "url",
|
|
4223
|
+
"annotation": {
|
|
4224
|
+
"type": "keyword",
|
|
4225
|
+
"value": "string"
|
|
4200
4226
|
}
|
|
4201
4227
|
},
|
|
4202
4228
|
{
|
|
4203
|
-
"name": "
|
|
4229
|
+
"name": "method",
|
|
4204
4230
|
"annotation": {
|
|
4205
4231
|
"type": "keyword",
|
|
4206
|
-
"value": "
|
|
4232
|
+
"value": "string"
|
|
4207
4233
|
}
|
|
4208
4234
|
},
|
|
4209
4235
|
{
|
|
4210
|
-
"name": "
|
|
4236
|
+
"name": "uploadName",
|
|
4211
4237
|
"annotation": {
|
|
4212
|
-
"type": "
|
|
4213
|
-
"
|
|
4214
|
-
"type": "identifier",
|
|
4215
|
-
"name": "CSSProperties"
|
|
4216
|
-
}
|
|
4238
|
+
"type": "keyword",
|
|
4239
|
+
"value": "string"
|
|
4217
4240
|
}
|
|
4218
4241
|
}
|
|
4219
4242
|
],
|
|
@@ -4222,142 +4245,81 @@
|
|
|
4222
4245
|
"name": "change",
|
|
4223
4246
|
"detail": {
|
|
4224
4247
|
"annotation": {
|
|
4225
|
-
"type": "
|
|
4226
|
-
"
|
|
4227
|
-
}
|
|
4228
|
-
}
|
|
4229
|
-
},
|
|
4230
|
-
{
|
|
4231
|
-
"name": "ok",
|
|
4232
|
-
"detail": {
|
|
4233
|
-
"annotation": {
|
|
4234
|
-
"type": "keyword",
|
|
4235
|
-
"value": "string"
|
|
4236
|
-
}
|
|
4237
|
-
}
|
|
4238
|
-
}
|
|
4239
|
-
],
|
|
4240
|
-
"methods": [],
|
|
4241
|
-
"types": [
|
|
4242
|
-
{
|
|
4243
|
-
"type": "typeAlias",
|
|
4244
|
-
"name": "PickerMode",
|
|
4245
|
-
"annotation": {
|
|
4246
|
-
"type": "union",
|
|
4247
|
-
"types": [
|
|
4248
|
-
{
|
|
4249
|
-
"type": "jsLiteral",
|
|
4250
|
-
"value": "date"
|
|
4251
|
-
},
|
|
4252
|
-
{
|
|
4253
|
-
"type": "jsLiteral",
|
|
4254
|
-
"value": "week"
|
|
4255
|
-
},
|
|
4256
|
-
{
|
|
4257
|
-
"type": "jsLiteral",
|
|
4258
|
-
"value": "month"
|
|
4259
|
-
},
|
|
4260
|
-
{
|
|
4261
|
-
"type": "jsLiteral",
|
|
4262
|
-
"value": "year"
|
|
4263
|
-
},
|
|
4264
|
-
{
|
|
4265
|
-
"type": "jsLiteral",
|
|
4266
|
-
"value": "quarter"
|
|
4267
|
-
}
|
|
4268
|
-
]
|
|
4269
|
-
}
|
|
4270
|
-
},
|
|
4271
|
-
{
|
|
4272
|
-
"type": "typeAlias",
|
|
4273
|
-
"name": "DisabledDateType",
|
|
4274
|
-
"annotation": {
|
|
4275
|
-
"type": "union",
|
|
4276
|
-
"types": [
|
|
4277
|
-
{
|
|
4248
|
+
"type": "array",
|
|
4249
|
+
"elementType": {
|
|
4278
4250
|
"type": "reference",
|
|
4279
4251
|
"typeName": {
|
|
4280
4252
|
"type": "identifier",
|
|
4281
|
-
"name": "
|
|
4282
|
-
}
|
|
4283
|
-
},
|
|
4284
|
-
{
|
|
4285
|
-
"type": "array",
|
|
4286
|
-
"elementType": {
|
|
4287
|
-
"type": "reference",
|
|
4288
|
-
"typeName": {
|
|
4289
|
-
"type": "identifier",
|
|
4290
|
-
"name": "DisabledDate"
|
|
4291
|
-
}
|
|
4253
|
+
"name": "FileData"
|
|
4292
4254
|
}
|
|
4293
4255
|
}
|
|
4294
|
-
|
|
4256
|
+
}
|
|
4295
4257
|
}
|
|
4296
|
-
}
|
|
4258
|
+
}
|
|
4259
|
+
],
|
|
4260
|
+
"methods": [],
|
|
4261
|
+
"types": [
|
|
4297
4262
|
{
|
|
4298
4263
|
"type": "interface",
|
|
4299
|
-
"name": "
|
|
4264
|
+
"name": "FileData",
|
|
4300
4265
|
"body": [
|
|
4301
4266
|
{
|
|
4302
4267
|
"type": "propertySignature",
|
|
4303
4268
|
"key": {
|
|
4304
4269
|
"type": "identifier",
|
|
4305
|
-
"name": "
|
|
4270
|
+
"name": "uid"
|
|
4306
4271
|
},
|
|
4307
4272
|
"annotation": {
|
|
4308
|
-
"type": "
|
|
4309
|
-
"
|
|
4310
|
-
{
|
|
4311
|
-
"type": "keyword",
|
|
4312
|
-
"value": "string"
|
|
4313
|
-
},
|
|
4314
|
-
{
|
|
4315
|
-
"type": "keyword",
|
|
4316
|
-
"value": "number"
|
|
4317
|
-
}
|
|
4318
|
-
]
|
|
4273
|
+
"type": "keyword",
|
|
4274
|
+
"value": "string"
|
|
4319
4275
|
},
|
|
4320
|
-
"optional": true,
|
|
4321
4276
|
"computed": false
|
|
4322
4277
|
},
|
|
4323
4278
|
{
|
|
4324
4279
|
"type": "propertySignature",
|
|
4325
4280
|
"key": {
|
|
4326
4281
|
"type": "identifier",
|
|
4327
|
-
"name": "
|
|
4282
|
+
"name": "name"
|
|
4328
4283
|
},
|
|
4329
4284
|
"annotation": {
|
|
4330
|
-
"type": "
|
|
4331
|
-
"
|
|
4332
|
-
{
|
|
4333
|
-
"type": "keyword",
|
|
4334
|
-
"value": "string"
|
|
4335
|
-
},
|
|
4336
|
-
{
|
|
4337
|
-
"type": "keyword",
|
|
4338
|
-
"value": "number"
|
|
4339
|
-
}
|
|
4340
|
-
]
|
|
4285
|
+
"type": "keyword",
|
|
4286
|
+
"value": "string"
|
|
4341
4287
|
},
|
|
4342
|
-
"optional": true,
|
|
4343
4288
|
"computed": false
|
|
4344
4289
|
},
|
|
4345
4290
|
{
|
|
4346
4291
|
"type": "propertySignature",
|
|
4347
4292
|
"key": {
|
|
4348
4293
|
"type": "identifier",
|
|
4349
|
-
"name": "
|
|
4294
|
+
"name": "file"
|
|
4350
4295
|
},
|
|
4351
4296
|
"annotation": {
|
|
4352
|
-
"type": "
|
|
4297
|
+
"type": "intersection",
|
|
4353
4298
|
"types": [
|
|
4354
4299
|
{
|
|
4355
|
-
"type": "
|
|
4356
|
-
"
|
|
4300
|
+
"type": "reference",
|
|
4301
|
+
"typeName": {
|
|
4302
|
+
"type": "identifier",
|
|
4303
|
+
"name": "File"
|
|
4304
|
+
}
|
|
4357
4305
|
},
|
|
4358
4306
|
{
|
|
4359
|
-
"type": "
|
|
4360
|
-
"
|
|
4307
|
+
"type": "typeLiteral",
|
|
4308
|
+
"members": [
|
|
4309
|
+
{
|
|
4310
|
+
"type": "propertySignature",
|
|
4311
|
+
"key": {
|
|
4312
|
+
"type": "identifier",
|
|
4313
|
+
"name": "uid"
|
|
4314
|
+
},
|
|
4315
|
+
"annotation": {
|
|
4316
|
+
"type": "keyword",
|
|
4317
|
+
"value": "string"
|
|
4318
|
+
},
|
|
4319
|
+
"optional": true,
|
|
4320
|
+
"computed": false
|
|
4321
|
+
}
|
|
4322
|
+
]
|
|
4361
4323
|
}
|
|
4362
4324
|
]
|
|
4363
4325
|
},
|
|
@@ -4368,20 +4330,11 @@
|
|
|
4368
4330
|
"type": "propertySignature",
|
|
4369
4331
|
"key": {
|
|
4370
4332
|
"type": "identifier",
|
|
4371
|
-
"name": "
|
|
4333
|
+
"name": "response"
|
|
4372
4334
|
},
|
|
4373
4335
|
"annotation": {
|
|
4374
|
-
"type": "
|
|
4375
|
-
"
|
|
4376
|
-
{
|
|
4377
|
-
"type": "keyword",
|
|
4378
|
-
"value": "string"
|
|
4379
|
-
},
|
|
4380
|
-
{
|
|
4381
|
-
"type": "keyword",
|
|
4382
|
-
"value": "number"
|
|
4383
|
-
}
|
|
4384
|
-
]
|
|
4336
|
+
"type": "keyword",
|
|
4337
|
+
"value": "any"
|
|
4385
4338
|
},
|
|
4386
4339
|
"optional": true,
|
|
4387
4340
|
"computed": false
|
|
@@ -4390,20 +4343,11 @@
|
|
|
4390
4343
|
"type": "propertySignature",
|
|
4391
4344
|
"key": {
|
|
4392
4345
|
"type": "identifier",
|
|
4393
|
-
"name": "
|
|
4346
|
+
"name": "userData"
|
|
4394
4347
|
},
|
|
4395
4348
|
"annotation": {
|
|
4396
|
-
"type": "
|
|
4397
|
-
"
|
|
4398
|
-
{
|
|
4399
|
-
"type": "keyword",
|
|
4400
|
-
"value": "string"
|
|
4401
|
-
},
|
|
4402
|
-
{
|
|
4403
|
-
"type": "keyword",
|
|
4404
|
-
"value": "number"
|
|
4405
|
-
}
|
|
4406
|
-
]
|
|
4349
|
+
"type": "keyword",
|
|
4350
|
+
"value": "any"
|
|
4407
4351
|
},
|
|
4408
4352
|
"optional": true,
|
|
4409
4353
|
"computed": false
|
|
@@ -4412,20 +4356,14 @@
|
|
|
4412
4356
|
"type": "propertySignature",
|
|
4413
4357
|
"key": {
|
|
4414
4358
|
"type": "identifier",
|
|
4415
|
-
"name": "
|
|
4359
|
+
"name": "status"
|
|
4416
4360
|
},
|
|
4417
4361
|
"annotation": {
|
|
4418
|
-
"type": "
|
|
4419
|
-
"
|
|
4420
|
-
|
|
4421
|
-
|
|
4422
|
-
|
|
4423
|
-
},
|
|
4424
|
-
{
|
|
4425
|
-
"type": "keyword",
|
|
4426
|
-
"value": "number"
|
|
4427
|
-
}
|
|
4428
|
-
]
|
|
4362
|
+
"type": "reference",
|
|
4363
|
+
"typeName": {
|
|
4364
|
+
"type": "identifier",
|
|
4365
|
+
"name": "UploadStatus"
|
|
4366
|
+
}
|
|
4429
4367
|
},
|
|
4430
4368
|
"optional": true,
|
|
4431
4369
|
"computed": false
|
|
@@ -4434,25 +4372,59 @@
|
|
|
4434
4372
|
"type": "propertySignature",
|
|
4435
4373
|
"key": {
|
|
4436
4374
|
"type": "identifier",
|
|
4437
|
-
"name": "
|
|
4375
|
+
"name": "errors"
|
|
4438
4376
|
},
|
|
4439
4377
|
"annotation": {
|
|
4440
|
-
"type": "
|
|
4441
|
-
"
|
|
4442
|
-
|
|
4443
|
-
|
|
4444
|
-
"
|
|
4445
|
-
|
|
4446
|
-
{
|
|
4447
|
-
"type": "keyword",
|
|
4448
|
-
"value": "number"
|
|
4378
|
+
"type": "array",
|
|
4379
|
+
"elementType": {
|
|
4380
|
+
"type": "reference",
|
|
4381
|
+
"typeName": {
|
|
4382
|
+
"type": "identifier",
|
|
4383
|
+
"name": "Error"
|
|
4449
4384
|
}
|
|
4450
|
-
|
|
4385
|
+
}
|
|
4451
4386
|
},
|
|
4452
4387
|
"optional": true,
|
|
4453
4388
|
"computed": false
|
|
4389
|
+
},
|
|
4390
|
+
{
|
|
4391
|
+
"type": "propertySignature",
|
|
4392
|
+
"key": {
|
|
4393
|
+
"type": "identifier",
|
|
4394
|
+
"name": "symbolForAbortController"
|
|
4395
|
+
},
|
|
4396
|
+
"annotation": {
|
|
4397
|
+
"type": "reference",
|
|
4398
|
+
"typeName": {
|
|
4399
|
+
"type": "identifier",
|
|
4400
|
+
"name": "AbortController"
|
|
4401
|
+
}
|
|
4402
|
+
},
|
|
4403
|
+
"optional": true,
|
|
4404
|
+
"computed": true
|
|
4454
4405
|
}
|
|
4455
4406
|
]
|
|
4407
|
+
},
|
|
4408
|
+
{
|
|
4409
|
+
"type": "typeAlias",
|
|
4410
|
+
"name": "UploadStatus",
|
|
4411
|
+
"annotation": {
|
|
4412
|
+
"type": "union",
|
|
4413
|
+
"types": [
|
|
4414
|
+
{
|
|
4415
|
+
"type": "jsLiteral",
|
|
4416
|
+
"value": "uploading"
|
|
4417
|
+
},
|
|
4418
|
+
{
|
|
4419
|
+
"type": "jsLiteral",
|
|
4420
|
+
"value": "done"
|
|
4421
|
+
},
|
|
4422
|
+
{
|
|
4423
|
+
"type": "jsLiteral",
|
|
4424
|
+
"value": "error"
|
|
4425
|
+
}
|
|
4426
|
+
]
|
|
4427
|
+
}
|
|
4456
4428
|
}
|
|
4457
4429
|
]
|
|
4458
4430
|
},
|