@next-bricks/form 1.21.1 → 1.21.3
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 +20 -20
- package/dist/chunks/2537.5bbad3eb.js.map +1 -1
- package/dist/chunks/9949.c6f285e9.js.map +1 -1
- package/dist/chunks/eo-auto-complete.9d9f68a8.js.map +1 -1
- package/dist/chunks/eo-checkbox.0b875e8b.js.map +1 -1
- package/dist/chunks/eo-date-picker.f5894c3c.js.map +1 -1
- package/dist/chunks/eo-dynamic-form-item.3837c24e.js.map +1 -1
- package/dist/chunks/eo-radio.f2527bfa.js.map +1 -1
- package/dist/chunks/eo-search.206dd65e.js.map +1 -1
- package/dist/chunks/eo-select.78631f61.js.map +1 -1
- package/dist/chunks/eo-submit-buttons.bccc3dbf.js.map +1 -1
- package/dist/chunks/eo-textarea.fbc8c190.js.map +1 -1
- package/dist/chunks/eo-time-picker.da156d88.js.map +1 -1
- package/dist/chunks/eo-time-range-picker.15864724.js.map +1 -1
- package/dist/chunks/eo-upload-file.8e5acc0f.js.map +1 -1
- package/dist/chunks/eo-upload-image.1ae9beb3.js.map +1 -1
- package/dist/examples.json +9 -9
- package/dist/{index.5e6c368b.js → index.388bae12.js} +2 -2
- package/dist/{index.5e6c368b.js.map → index.388bae12.js.map} +1 -1
- package/dist/manifest.json +286 -286
- package/dist/types.json +422 -420
- package/dist-types/auto-complete/index.d.ts +1 -1
- package/dist-types/checkbox/index.d.ts +0 -2
- package/dist-types/date-picker/index.d.ts +1 -1
- package/dist-types/dynamic-form-item/index.d.ts +1 -1
- package/dist-types/input/index.d.ts +1 -1
- package/dist-types/jsx.d.ts +129 -0
- package/dist-types/radio/index.d.ts +3 -2
- package/dist-types/select/index.d.ts +1 -1
- package/dist-types/submit-buttons/index.d.ts +6 -4
- package/dist-types/textarea/index.d.ts +2 -1
- package/dist-types/time-picker/index.d.ts +1 -1
- package/dist-types/time-range-picker/index.d.ts +11 -9
- package/dist-types/upload/upload-file/index.d.ts +1 -1
- package/dist-types/upload/upload-image/index.d.ts +1 -1
- package/package.json +2 -2
package/dist/types.json
CHANGED
|
@@ -3052,7 +3052,7 @@
|
|
|
3052
3052
|
}
|
|
3053
3053
|
]
|
|
3054
3054
|
},
|
|
3055
|
-
"eo-
|
|
3055
|
+
"eo-time-range-picker": {
|
|
3056
3056
|
"properties": [
|
|
3057
3057
|
{
|
|
3058
3058
|
"name": "name",
|
|
@@ -3070,48 +3070,14 @@
|
|
|
3070
3070
|
},
|
|
3071
3071
|
{
|
|
3072
3072
|
"name": "value",
|
|
3073
|
-
"annotation": {
|
|
3074
|
-
"type": "keyword",
|
|
3075
|
-
"value": "string"
|
|
3076
|
-
}
|
|
3077
|
-
},
|
|
3078
|
-
{
|
|
3079
|
-
"name": "placeholder",
|
|
3080
|
-
"annotation": {
|
|
3081
|
-
"type": "keyword",
|
|
3082
|
-
"value": "string"
|
|
3083
|
-
}
|
|
3084
|
-
},
|
|
3085
|
-
{
|
|
3086
|
-
"name": "message",
|
|
3087
3073
|
"annotation": {
|
|
3088
3074
|
"type": "reference",
|
|
3089
3075
|
"typeName": {
|
|
3090
3076
|
"type": "identifier",
|
|
3091
|
-
"name": "
|
|
3092
|
-
},
|
|
3093
|
-
"typeParameters": {
|
|
3094
|
-
"type": "typeParameterInstantiation",
|
|
3095
|
-
"params": [
|
|
3096
|
-
{
|
|
3097
|
-
"type": "keyword",
|
|
3098
|
-
"value": "string"
|
|
3099
|
-
},
|
|
3100
|
-
{
|
|
3101
|
-
"type": "keyword",
|
|
3102
|
-
"value": "string"
|
|
3103
|
-
}
|
|
3104
|
-
]
|
|
3077
|
+
"name": "TimeRange"
|
|
3105
3078
|
}
|
|
3106
3079
|
}
|
|
3107
3080
|
},
|
|
3108
|
-
{
|
|
3109
|
-
"name": "disabled",
|
|
3110
|
-
"annotation": {
|
|
3111
|
-
"type": "keyword",
|
|
3112
|
-
"value": "boolean"
|
|
3113
|
-
}
|
|
3114
|
-
},
|
|
3115
3081
|
{
|
|
3116
3082
|
"name": "required",
|
|
3117
3083
|
"annotation": {
|
|
@@ -3120,60 +3086,116 @@
|
|
|
3120
3086
|
}
|
|
3121
3087
|
},
|
|
3122
3088
|
{
|
|
3123
|
-
"name": "
|
|
3089
|
+
"name": "rangeType",
|
|
3124
3090
|
"annotation": {
|
|
3125
|
-
"type": "
|
|
3126
|
-
"
|
|
3091
|
+
"type": "reference",
|
|
3092
|
+
"typeName": {
|
|
3093
|
+
"type": "identifier",
|
|
3094
|
+
"name": "RangeType"
|
|
3095
|
+
}
|
|
3127
3096
|
}
|
|
3128
3097
|
},
|
|
3129
3098
|
{
|
|
3130
|
-
"name": "
|
|
3099
|
+
"name": "placeholder",
|
|
3131
3100
|
"annotation": {
|
|
3132
|
-
"type": "
|
|
3133
|
-
"
|
|
3101
|
+
"type": "union",
|
|
3102
|
+
"types": [
|
|
3103
|
+
{
|
|
3104
|
+
"type": "keyword",
|
|
3105
|
+
"value": "string"
|
|
3106
|
+
},
|
|
3107
|
+
{
|
|
3108
|
+
"type": "tuple",
|
|
3109
|
+
"elementTypes": [
|
|
3110
|
+
{
|
|
3111
|
+
"type": "keyword",
|
|
3112
|
+
"value": "string"
|
|
3113
|
+
},
|
|
3114
|
+
{
|
|
3115
|
+
"type": "keyword",
|
|
3116
|
+
"value": "string"
|
|
3117
|
+
}
|
|
3118
|
+
]
|
|
3119
|
+
}
|
|
3120
|
+
]
|
|
3134
3121
|
}
|
|
3135
3122
|
},
|
|
3136
3123
|
{
|
|
3137
|
-
"name": "
|
|
3124
|
+
"name": "inputStyle",
|
|
3138
3125
|
"annotation": {
|
|
3139
3126
|
"type": "reference",
|
|
3140
3127
|
"typeName": {
|
|
3141
|
-
"type": "
|
|
3142
|
-
"
|
|
3128
|
+
"type": "qualifiedName",
|
|
3129
|
+
"left": {
|
|
3130
|
+
"type": "identifier",
|
|
3131
|
+
"name": "React"
|
|
3132
|
+
},
|
|
3133
|
+
"right": {
|
|
3134
|
+
"type": "identifier",
|
|
3135
|
+
"name": "CSSProperties"
|
|
3136
|
+
}
|
|
3143
3137
|
}
|
|
3144
3138
|
}
|
|
3145
3139
|
},
|
|
3146
3140
|
{
|
|
3147
|
-
"name": "
|
|
3141
|
+
"name": "selectNearDays",
|
|
3148
3142
|
"annotation": {
|
|
3149
3143
|
"type": "keyword",
|
|
3150
|
-
"value": "
|
|
3144
|
+
"value": "number"
|
|
3151
3145
|
}
|
|
3152
3146
|
},
|
|
3153
3147
|
{
|
|
3154
|
-
"name": "
|
|
3148
|
+
"name": "emitChangeOnInit",
|
|
3155
3149
|
"annotation": {
|
|
3156
|
-
"type": "
|
|
3157
|
-
"
|
|
3158
|
-
"type": "identifier",
|
|
3159
|
-
"name": "DisabledDateType"
|
|
3160
|
-
}
|
|
3150
|
+
"type": "keyword",
|
|
3151
|
+
"value": "boolean"
|
|
3161
3152
|
}
|
|
3162
3153
|
},
|
|
3163
3154
|
{
|
|
3164
|
-
"name": "
|
|
3155
|
+
"name": "presetRanges",
|
|
3165
3156
|
"annotation": {
|
|
3166
|
-
"type": "
|
|
3167
|
-
"
|
|
3157
|
+
"type": "array",
|
|
3158
|
+
"elementType": {
|
|
3159
|
+
"type": "reference",
|
|
3160
|
+
"typeName": {
|
|
3161
|
+
"type": "identifier",
|
|
3162
|
+
"name": "presetRangeType"
|
|
3163
|
+
}
|
|
3164
|
+
}
|
|
3168
3165
|
}
|
|
3169
3166
|
},
|
|
3170
3167
|
{
|
|
3171
|
-
"name": "
|
|
3168
|
+
"name": "validator",
|
|
3172
3169
|
"annotation": {
|
|
3173
|
-
"type": "
|
|
3174
|
-
"
|
|
3175
|
-
"type": "
|
|
3176
|
-
"
|
|
3170
|
+
"type": "parenthesizedType",
|
|
3171
|
+
"annotation": {
|
|
3172
|
+
"type": "function",
|
|
3173
|
+
"parameters": [
|
|
3174
|
+
{
|
|
3175
|
+
"type": "identifier",
|
|
3176
|
+
"name": "value",
|
|
3177
|
+
"annotation": {
|
|
3178
|
+
"type": "keyword",
|
|
3179
|
+
"value": "any"
|
|
3180
|
+
}
|
|
3181
|
+
}
|
|
3182
|
+
],
|
|
3183
|
+
"annotation": {
|
|
3184
|
+
"type": "union",
|
|
3185
|
+
"types": [
|
|
3186
|
+
{
|
|
3187
|
+
"type": "reference",
|
|
3188
|
+
"typeName": {
|
|
3189
|
+
"type": "identifier",
|
|
3190
|
+
"name": "MessageBody"
|
|
3191
|
+
}
|
|
3192
|
+
},
|
|
3193
|
+
{
|
|
3194
|
+
"type": "keyword",
|
|
3195
|
+
"value": "string"
|
|
3196
|
+
}
|
|
3197
|
+
]
|
|
3198
|
+
}
|
|
3177
3199
|
}
|
|
3178
3200
|
}
|
|
3179
3201
|
}
|
|
@@ -3183,26 +3205,75 @@
|
|
|
3183
3205
|
"name": "change",
|
|
3184
3206
|
"detail": {
|
|
3185
3207
|
"annotation": {
|
|
3186
|
-
"type": "
|
|
3187
|
-
"
|
|
3188
|
-
|
|
3189
|
-
|
|
3190
|
-
|
|
3191
|
-
{
|
|
3192
|
-
"name": "ok",
|
|
3193
|
-
"detail": {
|
|
3194
|
-
"annotation": {
|
|
3195
|
-
"type": "keyword",
|
|
3196
|
-
"value": "string"
|
|
3208
|
+
"type": "reference",
|
|
3209
|
+
"typeName": {
|
|
3210
|
+
"type": "identifier",
|
|
3211
|
+
"name": "TimeRange"
|
|
3212
|
+
}
|
|
3197
3213
|
}
|
|
3198
3214
|
}
|
|
3199
3215
|
}
|
|
3200
3216
|
],
|
|
3201
3217
|
"methods": [],
|
|
3202
3218
|
"types": [
|
|
3219
|
+
{
|
|
3220
|
+
"type": "interface",
|
|
3221
|
+
"name": "TimeRange",
|
|
3222
|
+
"body": [
|
|
3223
|
+
{
|
|
3224
|
+
"type": "propertySignature",
|
|
3225
|
+
"key": {
|
|
3226
|
+
"type": "identifier",
|
|
3227
|
+
"name": "startTime"
|
|
3228
|
+
},
|
|
3229
|
+
"annotation": {
|
|
3230
|
+
"type": "keyword",
|
|
3231
|
+
"value": "string"
|
|
3232
|
+
},
|
|
3233
|
+
"optional": true,
|
|
3234
|
+
"computed": false
|
|
3235
|
+
},
|
|
3236
|
+
{
|
|
3237
|
+
"type": "propertySignature",
|
|
3238
|
+
"key": {
|
|
3239
|
+
"type": "identifier",
|
|
3240
|
+
"name": "endTime"
|
|
3241
|
+
},
|
|
3242
|
+
"annotation": {
|
|
3243
|
+
"type": "keyword",
|
|
3244
|
+
"value": "string"
|
|
3245
|
+
},
|
|
3246
|
+
"optional": true,
|
|
3247
|
+
"computed": false
|
|
3248
|
+
}
|
|
3249
|
+
]
|
|
3250
|
+
},
|
|
3203
3251
|
{
|
|
3204
3252
|
"type": "typeAlias",
|
|
3205
|
-
"name": "
|
|
3253
|
+
"name": "RangeType",
|
|
3254
|
+
"annotation": {
|
|
3255
|
+
"type": "union",
|
|
3256
|
+
"types": [
|
|
3257
|
+
{
|
|
3258
|
+
"type": "reference",
|
|
3259
|
+
"typeName": {
|
|
3260
|
+
"type": "identifier",
|
|
3261
|
+
"name": "PickerType"
|
|
3262
|
+
}
|
|
3263
|
+
},
|
|
3264
|
+
{
|
|
3265
|
+
"type": "reference",
|
|
3266
|
+
"typeName": {
|
|
3267
|
+
"type": "identifier",
|
|
3268
|
+
"name": "OtherPickerType"
|
|
3269
|
+
}
|
|
3270
|
+
}
|
|
3271
|
+
]
|
|
3272
|
+
}
|
|
3273
|
+
},
|
|
3274
|
+
{
|
|
3275
|
+
"type": "typeAlias",
|
|
3276
|
+
"name": "PickerType",
|
|
3206
3277
|
"annotation": {
|
|
3207
3278
|
"type": "union",
|
|
3208
3279
|
"types": [
|
|
@@ -3220,204 +3291,100 @@
|
|
|
3220
3291
|
},
|
|
3221
3292
|
{
|
|
3222
3293
|
"type": "jsLiteral",
|
|
3223
|
-
"value": "
|
|
3294
|
+
"value": "quarter"
|
|
3224
3295
|
},
|
|
3225
3296
|
{
|
|
3226
3297
|
"type": "jsLiteral",
|
|
3227
|
-
"value": "
|
|
3298
|
+
"value": "year"
|
|
3228
3299
|
}
|
|
3229
3300
|
]
|
|
3230
3301
|
}
|
|
3231
3302
|
},
|
|
3232
3303
|
{
|
|
3233
3304
|
"type": "typeAlias",
|
|
3234
|
-
"name": "
|
|
3305
|
+
"name": "OtherPickerType",
|
|
3235
3306
|
"annotation": {
|
|
3236
3307
|
"type": "union",
|
|
3237
3308
|
"types": [
|
|
3238
3309
|
{
|
|
3239
|
-
"type": "
|
|
3240
|
-
"
|
|
3241
|
-
"type": "identifier",
|
|
3242
|
-
"name": "DisabledDate"
|
|
3243
|
-
}
|
|
3310
|
+
"type": "jsLiteral",
|
|
3311
|
+
"value": "dateTime"
|
|
3244
3312
|
},
|
|
3245
3313
|
{
|
|
3246
|
-
"type": "
|
|
3247
|
-
"
|
|
3248
|
-
|
|
3249
|
-
|
|
3250
|
-
|
|
3251
|
-
|
|
3252
|
-
}
|
|
3253
|
-
}
|
|
3314
|
+
"type": "jsLiteral",
|
|
3315
|
+
"value": "hmTime"
|
|
3316
|
+
},
|
|
3317
|
+
{
|
|
3318
|
+
"type": "jsLiteral",
|
|
3319
|
+
"value": "time"
|
|
3254
3320
|
}
|
|
3255
3321
|
]
|
|
3256
3322
|
}
|
|
3257
3323
|
},
|
|
3258
3324
|
{
|
|
3259
|
-
"type": "
|
|
3260
|
-
"name": "
|
|
3261
|
-
"
|
|
3325
|
+
"type": "enum",
|
|
3326
|
+
"name": "presetRangeType",
|
|
3327
|
+
"members": [
|
|
3262
3328
|
{
|
|
3263
|
-
"type": "
|
|
3264
|
-
"
|
|
3329
|
+
"type": "enumMember",
|
|
3330
|
+
"id": {
|
|
3265
3331
|
"type": "identifier",
|
|
3266
|
-
"name": "
|
|
3332
|
+
"name": "Today"
|
|
3267
3333
|
},
|
|
3268
|
-
"
|
|
3269
|
-
"type": "
|
|
3270
|
-
"
|
|
3271
|
-
|
|
3272
|
-
"type": "keyword",
|
|
3273
|
-
"value": "string"
|
|
3274
|
-
},
|
|
3275
|
-
{
|
|
3276
|
-
"type": "keyword",
|
|
3277
|
-
"value": "number"
|
|
3278
|
-
}
|
|
3279
|
-
]
|
|
3280
|
-
},
|
|
3281
|
-
"optional": true,
|
|
3282
|
-
"computed": false
|
|
3283
|
-
},
|
|
3284
|
-
{
|
|
3285
|
-
"type": "propertySignature",
|
|
3286
|
-
"key": {
|
|
3287
|
-
"type": "identifier",
|
|
3288
|
-
"name": "minute"
|
|
3289
|
-
},
|
|
3290
|
-
"annotation": {
|
|
3291
|
-
"type": "union",
|
|
3292
|
-
"types": [
|
|
3293
|
-
{
|
|
3294
|
-
"type": "keyword",
|
|
3295
|
-
"value": "string"
|
|
3296
|
-
},
|
|
3297
|
-
{
|
|
3298
|
-
"type": "keyword",
|
|
3299
|
-
"value": "number"
|
|
3300
|
-
}
|
|
3301
|
-
]
|
|
3302
|
-
},
|
|
3303
|
-
"optional": true,
|
|
3304
|
-
"computed": false
|
|
3305
|
-
},
|
|
3306
|
-
{
|
|
3307
|
-
"type": "propertySignature",
|
|
3308
|
-
"key": {
|
|
3309
|
-
"type": "identifier",
|
|
3310
|
-
"name": "hour"
|
|
3311
|
-
},
|
|
3312
|
-
"annotation": {
|
|
3313
|
-
"type": "union",
|
|
3314
|
-
"types": [
|
|
3315
|
-
{
|
|
3316
|
-
"type": "keyword",
|
|
3317
|
-
"value": "string"
|
|
3318
|
-
},
|
|
3319
|
-
{
|
|
3320
|
-
"type": "keyword",
|
|
3321
|
-
"value": "number"
|
|
3322
|
-
}
|
|
3323
|
-
]
|
|
3324
|
-
},
|
|
3325
|
-
"optional": true,
|
|
3326
|
-
"computed": false
|
|
3334
|
+
"initializer": {
|
|
3335
|
+
"type": "jsLiteral",
|
|
3336
|
+
"value": "今天"
|
|
3337
|
+
}
|
|
3327
3338
|
},
|
|
3328
3339
|
{
|
|
3329
|
-
"type": "
|
|
3330
|
-
"
|
|
3340
|
+
"type": "enumMember",
|
|
3341
|
+
"id": {
|
|
3331
3342
|
"type": "identifier",
|
|
3332
|
-
"name": "
|
|
3333
|
-
},
|
|
3334
|
-
"annotation": {
|
|
3335
|
-
"type": "union",
|
|
3336
|
-
"types": [
|
|
3337
|
-
{
|
|
3338
|
-
"type": "keyword",
|
|
3339
|
-
"value": "string"
|
|
3340
|
-
},
|
|
3341
|
-
{
|
|
3342
|
-
"type": "keyword",
|
|
3343
|
-
"value": "number"
|
|
3344
|
-
}
|
|
3345
|
-
]
|
|
3343
|
+
"name": "ThisWeek"
|
|
3346
3344
|
},
|
|
3347
|
-
"
|
|
3348
|
-
|
|
3345
|
+
"initializer": {
|
|
3346
|
+
"type": "jsLiteral",
|
|
3347
|
+
"value": "本周"
|
|
3348
|
+
}
|
|
3349
3349
|
},
|
|
3350
3350
|
{
|
|
3351
|
-
"type": "
|
|
3352
|
-
"
|
|
3351
|
+
"type": "enumMember",
|
|
3352
|
+
"id": {
|
|
3353
3353
|
"type": "identifier",
|
|
3354
|
-
"name": "
|
|
3355
|
-
},
|
|
3356
|
-
"annotation": {
|
|
3357
|
-
"type": "union",
|
|
3358
|
-
"types": [
|
|
3359
|
-
{
|
|
3360
|
-
"type": "keyword",
|
|
3361
|
-
"value": "string"
|
|
3362
|
-
},
|
|
3363
|
-
{
|
|
3364
|
-
"type": "keyword",
|
|
3365
|
-
"value": "number"
|
|
3366
|
-
}
|
|
3367
|
-
]
|
|
3354
|
+
"name": "ThisMonth"
|
|
3368
3355
|
},
|
|
3369
|
-
"
|
|
3370
|
-
|
|
3356
|
+
"initializer": {
|
|
3357
|
+
"type": "jsLiteral",
|
|
3358
|
+
"value": "本月"
|
|
3359
|
+
}
|
|
3371
3360
|
},
|
|
3372
3361
|
{
|
|
3373
|
-
"type": "
|
|
3374
|
-
"
|
|
3362
|
+
"type": "enumMember",
|
|
3363
|
+
"id": {
|
|
3375
3364
|
"type": "identifier",
|
|
3376
|
-
"name": "
|
|
3377
|
-
},
|
|
3378
|
-
"annotation": {
|
|
3379
|
-
"type": "union",
|
|
3380
|
-
"types": [
|
|
3381
|
-
{
|
|
3382
|
-
"type": "keyword",
|
|
3383
|
-
"value": "string"
|
|
3384
|
-
},
|
|
3385
|
-
{
|
|
3386
|
-
"type": "keyword",
|
|
3387
|
-
"value": "number"
|
|
3388
|
-
}
|
|
3389
|
-
]
|
|
3365
|
+
"name": "ThisQuarter"
|
|
3390
3366
|
},
|
|
3391
|
-
"
|
|
3392
|
-
|
|
3367
|
+
"initializer": {
|
|
3368
|
+
"type": "jsLiteral",
|
|
3369
|
+
"value": "本季度"
|
|
3370
|
+
}
|
|
3393
3371
|
},
|
|
3394
3372
|
{
|
|
3395
|
-
"type": "
|
|
3396
|
-
"
|
|
3373
|
+
"type": "enumMember",
|
|
3374
|
+
"id": {
|
|
3397
3375
|
"type": "identifier",
|
|
3398
|
-
"name": "
|
|
3399
|
-
},
|
|
3400
|
-
"annotation": {
|
|
3401
|
-
"type": "union",
|
|
3402
|
-
"types": [
|
|
3403
|
-
{
|
|
3404
|
-
"type": "keyword",
|
|
3405
|
-
"value": "string"
|
|
3406
|
-
},
|
|
3407
|
-
{
|
|
3408
|
-
"type": "keyword",
|
|
3409
|
-
"value": "number"
|
|
3410
|
-
}
|
|
3411
|
-
]
|
|
3376
|
+
"name": "ThisYear"
|
|
3412
3377
|
},
|
|
3413
|
-
"
|
|
3414
|
-
|
|
3378
|
+
"initializer": {
|
|
3379
|
+
"type": "jsLiteral",
|
|
3380
|
+
"value": "今年"
|
|
3381
|
+
}
|
|
3415
3382
|
}
|
|
3416
3383
|
]
|
|
3417
3384
|
}
|
|
3418
3385
|
]
|
|
3419
3386
|
},
|
|
3420
|
-
"eo-
|
|
3387
|
+
"eo-date-picker": {
|
|
3421
3388
|
"properties": [
|
|
3422
3389
|
{
|
|
3423
3390
|
"name": "name",
|
|
@@ -3436,131 +3403,109 @@
|
|
|
3436
3403
|
{
|
|
3437
3404
|
"name": "value",
|
|
3438
3405
|
"annotation": {
|
|
3439
|
-
"type": "
|
|
3440
|
-
"
|
|
3441
|
-
"type": "identifier",
|
|
3442
|
-
"name": "TimeRange"
|
|
3443
|
-
}
|
|
3406
|
+
"type": "keyword",
|
|
3407
|
+
"value": "string"
|
|
3444
3408
|
}
|
|
3445
3409
|
},
|
|
3446
3410
|
{
|
|
3447
|
-
"name": "
|
|
3411
|
+
"name": "placeholder",
|
|
3448
3412
|
"annotation": {
|
|
3449
3413
|
"type": "keyword",
|
|
3450
|
-
"value": "
|
|
3414
|
+
"value": "string"
|
|
3451
3415
|
}
|
|
3452
3416
|
},
|
|
3453
3417
|
{
|
|
3454
|
-
"name": "
|
|
3418
|
+
"name": "message",
|
|
3455
3419
|
"annotation": {
|
|
3456
3420
|
"type": "reference",
|
|
3457
3421
|
"typeName": {
|
|
3458
3422
|
"type": "identifier",
|
|
3459
|
-
"name": "
|
|
3423
|
+
"name": "Record"
|
|
3424
|
+
},
|
|
3425
|
+
"typeParameters": {
|
|
3426
|
+
"type": "typeParameterInstantiation",
|
|
3427
|
+
"params": [
|
|
3428
|
+
{
|
|
3429
|
+
"type": "keyword",
|
|
3430
|
+
"value": "string"
|
|
3431
|
+
},
|
|
3432
|
+
{
|
|
3433
|
+
"type": "keyword",
|
|
3434
|
+
"value": "string"
|
|
3435
|
+
}
|
|
3436
|
+
]
|
|
3460
3437
|
}
|
|
3461
3438
|
}
|
|
3462
3439
|
},
|
|
3463
3440
|
{
|
|
3464
|
-
"name": "
|
|
3441
|
+
"name": "disabled",
|
|
3465
3442
|
"annotation": {
|
|
3466
|
-
"type": "
|
|
3467
|
-
"
|
|
3468
|
-
{
|
|
3469
|
-
"type": "keyword",
|
|
3470
|
-
"value": "string"
|
|
3471
|
-
},
|
|
3472
|
-
{
|
|
3473
|
-
"type": "tuple",
|
|
3474
|
-
"elementTypes": [
|
|
3475
|
-
{
|
|
3476
|
-
"type": "keyword",
|
|
3477
|
-
"value": "string"
|
|
3478
|
-
},
|
|
3479
|
-
{
|
|
3480
|
-
"type": "keyword",
|
|
3481
|
-
"value": "string"
|
|
3482
|
-
}
|
|
3483
|
-
]
|
|
3484
|
-
}
|
|
3485
|
-
]
|
|
3443
|
+
"type": "keyword",
|
|
3444
|
+
"value": "boolean"
|
|
3486
3445
|
}
|
|
3487
3446
|
},
|
|
3488
3447
|
{
|
|
3489
|
-
"name": "
|
|
3448
|
+
"name": "required",
|
|
3490
3449
|
"annotation": {
|
|
3491
|
-
"type": "
|
|
3492
|
-
"
|
|
3493
|
-
"type": "qualifiedName",
|
|
3494
|
-
"left": {
|
|
3495
|
-
"type": "identifier",
|
|
3496
|
-
"name": "React"
|
|
3497
|
-
},
|
|
3498
|
-
"right": {
|
|
3499
|
-
"type": "identifier",
|
|
3500
|
-
"name": "CSSProperties"
|
|
3501
|
-
}
|
|
3502
|
-
}
|
|
3450
|
+
"type": "keyword",
|
|
3451
|
+
"value": "boolean"
|
|
3503
3452
|
}
|
|
3504
3453
|
},
|
|
3505
3454
|
{
|
|
3506
|
-
"name": "
|
|
3455
|
+
"name": "showTime",
|
|
3507
3456
|
"annotation": {
|
|
3508
3457
|
"type": "keyword",
|
|
3509
|
-
"value": "
|
|
3458
|
+
"value": "boolean"
|
|
3510
3459
|
}
|
|
3511
3460
|
},
|
|
3512
3461
|
{
|
|
3513
|
-
"name": "
|
|
3462
|
+
"name": "format",
|
|
3514
3463
|
"annotation": {
|
|
3515
3464
|
"type": "keyword",
|
|
3516
|
-
"value": "
|
|
3465
|
+
"value": "string"
|
|
3517
3466
|
}
|
|
3518
3467
|
},
|
|
3519
3468
|
{
|
|
3520
|
-
"name": "
|
|
3469
|
+
"name": "picker",
|
|
3521
3470
|
"annotation": {
|
|
3522
|
-
"type": "
|
|
3523
|
-
"
|
|
3524
|
-
"type": "
|
|
3525
|
-
"
|
|
3526
|
-
"type": "identifier",
|
|
3527
|
-
"name": "presetRangeType"
|
|
3528
|
-
}
|
|
3471
|
+
"type": "reference",
|
|
3472
|
+
"typeName": {
|
|
3473
|
+
"type": "identifier",
|
|
3474
|
+
"name": "PickerMode"
|
|
3529
3475
|
}
|
|
3530
3476
|
}
|
|
3531
3477
|
},
|
|
3532
3478
|
{
|
|
3533
|
-
"name": "
|
|
3479
|
+
"name": "futureDateDisabled",
|
|
3534
3480
|
"annotation": {
|
|
3535
|
-
"type": "
|
|
3536
|
-
"
|
|
3537
|
-
|
|
3538
|
-
|
|
3539
|
-
|
|
3540
|
-
|
|
3541
|
-
|
|
3542
|
-
|
|
3543
|
-
|
|
3544
|
-
|
|
3545
|
-
|
|
3546
|
-
|
|
3547
|
-
|
|
3548
|
-
|
|
3549
|
-
|
|
3550
|
-
|
|
3551
|
-
|
|
3552
|
-
|
|
3553
|
-
|
|
3554
|
-
|
|
3555
|
-
|
|
3556
|
-
|
|
3557
|
-
|
|
3558
|
-
|
|
3559
|
-
|
|
3560
|
-
|
|
3561
|
-
|
|
3562
|
-
|
|
3563
|
-
}
|
|
3481
|
+
"type": "keyword",
|
|
3482
|
+
"value": "boolean"
|
|
3483
|
+
}
|
|
3484
|
+
},
|
|
3485
|
+
{
|
|
3486
|
+
"name": "disabledDate",
|
|
3487
|
+
"annotation": {
|
|
3488
|
+
"type": "reference",
|
|
3489
|
+
"typeName": {
|
|
3490
|
+
"type": "identifier",
|
|
3491
|
+
"name": "DisabledDateType"
|
|
3492
|
+
}
|
|
3493
|
+
}
|
|
3494
|
+
},
|
|
3495
|
+
{
|
|
3496
|
+
"name": "useFastSelectBtn",
|
|
3497
|
+
"annotation": {
|
|
3498
|
+
"type": "keyword",
|
|
3499
|
+
"value": "boolean"
|
|
3500
|
+
}
|
|
3501
|
+
},
|
|
3502
|
+
{
|
|
3503
|
+
"name": "inputStyle",
|
|
3504
|
+
"annotation": {
|
|
3505
|
+
"type": "reference",
|
|
3506
|
+
"typeName": {
|
|
3507
|
+
"type": "identifier",
|
|
3508
|
+
"name": "CSSProperties"
|
|
3564
3509
|
}
|
|
3565
3510
|
}
|
|
3566
3511
|
}
|
|
@@ -3570,73 +3515,26 @@
|
|
|
3570
3515
|
"name": "change",
|
|
3571
3516
|
"detail": {
|
|
3572
3517
|
"annotation": {
|
|
3573
|
-
"type": "
|
|
3574
|
-
"
|
|
3575
|
-
|
|
3576
|
-
|
|
3577
|
-
|
|
3518
|
+
"type": "keyword",
|
|
3519
|
+
"value": "string"
|
|
3520
|
+
}
|
|
3521
|
+
}
|
|
3522
|
+
},
|
|
3523
|
+
{
|
|
3524
|
+
"name": "ok",
|
|
3525
|
+
"detail": {
|
|
3526
|
+
"annotation": {
|
|
3527
|
+
"type": "keyword",
|
|
3528
|
+
"value": "string"
|
|
3578
3529
|
}
|
|
3579
3530
|
}
|
|
3580
3531
|
}
|
|
3581
3532
|
],
|
|
3582
3533
|
"methods": [],
|
|
3583
3534
|
"types": [
|
|
3584
|
-
{
|
|
3585
|
-
"type": "interface",
|
|
3586
|
-
"name": "TimeRange",
|
|
3587
|
-
"body": [
|
|
3588
|
-
{
|
|
3589
|
-
"type": "propertySignature",
|
|
3590
|
-
"key": {
|
|
3591
|
-
"type": "identifier",
|
|
3592
|
-
"name": "startTime"
|
|
3593
|
-
},
|
|
3594
|
-
"annotation": {
|
|
3595
|
-
"type": "keyword",
|
|
3596
|
-
"value": "string"
|
|
3597
|
-
},
|
|
3598
|
-
"computed": false
|
|
3599
|
-
},
|
|
3600
|
-
{
|
|
3601
|
-
"type": "propertySignature",
|
|
3602
|
-
"key": {
|
|
3603
|
-
"type": "identifier",
|
|
3604
|
-
"name": "endTime"
|
|
3605
|
-
},
|
|
3606
|
-
"annotation": {
|
|
3607
|
-
"type": "keyword",
|
|
3608
|
-
"value": "string"
|
|
3609
|
-
},
|
|
3610
|
-
"computed": false
|
|
3611
|
-
}
|
|
3612
|
-
]
|
|
3613
|
-
},
|
|
3614
|
-
{
|
|
3615
|
-
"type": "typeAlias",
|
|
3616
|
-
"name": "RangeType",
|
|
3617
|
-
"annotation": {
|
|
3618
|
-
"type": "intersection",
|
|
3619
|
-
"types": [
|
|
3620
|
-
{
|
|
3621
|
-
"type": "reference",
|
|
3622
|
-
"typeName": {
|
|
3623
|
-
"type": "identifier",
|
|
3624
|
-
"name": "PickerType"
|
|
3625
|
-
}
|
|
3626
|
-
},
|
|
3627
|
-
{
|
|
3628
|
-
"type": "reference",
|
|
3629
|
-
"typeName": {
|
|
3630
|
-
"type": "identifier",
|
|
3631
|
-
"name": "OtherPickerType"
|
|
3632
|
-
}
|
|
3633
|
-
}
|
|
3634
|
-
]
|
|
3635
|
-
}
|
|
3636
|
-
},
|
|
3637
3535
|
{
|
|
3638
3536
|
"type": "typeAlias",
|
|
3639
|
-
"name": "
|
|
3537
|
+
"name": "PickerMode",
|
|
3640
3538
|
"annotation": {
|
|
3641
3539
|
"type": "union",
|
|
3642
3540
|
"types": [
|
|
@@ -3654,94 +3552,198 @@
|
|
|
3654
3552
|
},
|
|
3655
3553
|
{
|
|
3656
3554
|
"type": "jsLiteral",
|
|
3657
|
-
"value": "
|
|
3555
|
+
"value": "year"
|
|
3658
3556
|
},
|
|
3659
3557
|
{
|
|
3660
3558
|
"type": "jsLiteral",
|
|
3661
|
-
"value": "
|
|
3559
|
+
"value": "quarter"
|
|
3662
3560
|
}
|
|
3663
3561
|
]
|
|
3664
3562
|
}
|
|
3665
3563
|
},
|
|
3666
3564
|
{
|
|
3667
3565
|
"type": "typeAlias",
|
|
3668
|
-
"name": "
|
|
3566
|
+
"name": "DisabledDateType",
|
|
3669
3567
|
"annotation": {
|
|
3670
3568
|
"type": "union",
|
|
3671
3569
|
"types": [
|
|
3672
3570
|
{
|
|
3673
|
-
"type": "
|
|
3674
|
-
"
|
|
3675
|
-
|
|
3676
|
-
|
|
3677
|
-
|
|
3678
|
-
"value": "hmTime"
|
|
3571
|
+
"type": "reference",
|
|
3572
|
+
"typeName": {
|
|
3573
|
+
"type": "identifier",
|
|
3574
|
+
"name": "DisabledDate"
|
|
3575
|
+
}
|
|
3679
3576
|
},
|
|
3680
3577
|
{
|
|
3681
|
-
"type": "
|
|
3682
|
-
"
|
|
3578
|
+
"type": "array",
|
|
3579
|
+
"elementType": {
|
|
3580
|
+
"type": "reference",
|
|
3581
|
+
"typeName": {
|
|
3582
|
+
"type": "identifier",
|
|
3583
|
+
"name": "DisabledDate"
|
|
3584
|
+
}
|
|
3585
|
+
}
|
|
3683
3586
|
}
|
|
3684
3587
|
]
|
|
3685
3588
|
}
|
|
3686
3589
|
},
|
|
3687
3590
|
{
|
|
3688
|
-
"type": "
|
|
3689
|
-
"name": "
|
|
3690
|
-
"
|
|
3591
|
+
"type": "interface",
|
|
3592
|
+
"name": "DisabledDate",
|
|
3593
|
+
"body": [
|
|
3691
3594
|
{
|
|
3692
|
-
"type": "
|
|
3693
|
-
"
|
|
3595
|
+
"type": "propertySignature",
|
|
3596
|
+
"key": {
|
|
3694
3597
|
"type": "identifier",
|
|
3695
|
-
"name": "
|
|
3598
|
+
"name": "second"
|
|
3696
3599
|
},
|
|
3697
|
-
"
|
|
3698
|
-
"type": "
|
|
3699
|
-
"
|
|
3700
|
-
|
|
3600
|
+
"annotation": {
|
|
3601
|
+
"type": "union",
|
|
3602
|
+
"types": [
|
|
3603
|
+
{
|
|
3604
|
+
"type": "keyword",
|
|
3605
|
+
"value": "string"
|
|
3606
|
+
},
|
|
3607
|
+
{
|
|
3608
|
+
"type": "keyword",
|
|
3609
|
+
"value": "number"
|
|
3610
|
+
}
|
|
3611
|
+
]
|
|
3612
|
+
},
|
|
3613
|
+
"optional": true,
|
|
3614
|
+
"computed": false
|
|
3701
3615
|
},
|
|
3702
3616
|
{
|
|
3703
|
-
"type": "
|
|
3704
|
-
"
|
|
3617
|
+
"type": "propertySignature",
|
|
3618
|
+
"key": {
|
|
3705
3619
|
"type": "identifier",
|
|
3706
|
-
"name": "
|
|
3620
|
+
"name": "minute"
|
|
3707
3621
|
},
|
|
3708
|
-
"
|
|
3709
|
-
"type": "
|
|
3710
|
-
"
|
|
3711
|
-
|
|
3622
|
+
"annotation": {
|
|
3623
|
+
"type": "union",
|
|
3624
|
+
"types": [
|
|
3625
|
+
{
|
|
3626
|
+
"type": "keyword",
|
|
3627
|
+
"value": "string"
|
|
3628
|
+
},
|
|
3629
|
+
{
|
|
3630
|
+
"type": "keyword",
|
|
3631
|
+
"value": "number"
|
|
3632
|
+
}
|
|
3633
|
+
]
|
|
3634
|
+
},
|
|
3635
|
+
"optional": true,
|
|
3636
|
+
"computed": false
|
|
3712
3637
|
},
|
|
3713
3638
|
{
|
|
3714
|
-
"type": "
|
|
3715
|
-
"
|
|
3639
|
+
"type": "propertySignature",
|
|
3640
|
+
"key": {
|
|
3716
3641
|
"type": "identifier",
|
|
3717
|
-
"name": "
|
|
3642
|
+
"name": "hour"
|
|
3718
3643
|
},
|
|
3719
|
-
"
|
|
3720
|
-
"type": "
|
|
3721
|
-
"
|
|
3722
|
-
|
|
3644
|
+
"annotation": {
|
|
3645
|
+
"type": "union",
|
|
3646
|
+
"types": [
|
|
3647
|
+
{
|
|
3648
|
+
"type": "keyword",
|
|
3649
|
+
"value": "string"
|
|
3650
|
+
},
|
|
3651
|
+
{
|
|
3652
|
+
"type": "keyword",
|
|
3653
|
+
"value": "number"
|
|
3654
|
+
}
|
|
3655
|
+
]
|
|
3656
|
+
},
|
|
3657
|
+
"optional": true,
|
|
3658
|
+
"computed": false
|
|
3723
3659
|
},
|
|
3724
3660
|
{
|
|
3725
|
-
"type": "
|
|
3726
|
-
"
|
|
3661
|
+
"type": "propertySignature",
|
|
3662
|
+
"key": {
|
|
3727
3663
|
"type": "identifier",
|
|
3728
|
-
"name": "
|
|
3664
|
+
"name": "date"
|
|
3729
3665
|
},
|
|
3730
|
-
"
|
|
3731
|
-
"type": "
|
|
3732
|
-
"
|
|
3733
|
-
|
|
3666
|
+
"annotation": {
|
|
3667
|
+
"type": "union",
|
|
3668
|
+
"types": [
|
|
3669
|
+
{
|
|
3670
|
+
"type": "keyword",
|
|
3671
|
+
"value": "string"
|
|
3672
|
+
},
|
|
3673
|
+
{
|
|
3674
|
+
"type": "keyword",
|
|
3675
|
+
"value": "number"
|
|
3676
|
+
}
|
|
3677
|
+
]
|
|
3678
|
+
},
|
|
3679
|
+
"optional": true,
|
|
3680
|
+
"computed": false
|
|
3734
3681
|
},
|
|
3735
3682
|
{
|
|
3736
|
-
"type": "
|
|
3737
|
-
"
|
|
3683
|
+
"type": "propertySignature",
|
|
3684
|
+
"key": {
|
|
3738
3685
|
"type": "identifier",
|
|
3739
|
-
"name": "
|
|
3686
|
+
"name": "month"
|
|
3740
3687
|
},
|
|
3741
|
-
"
|
|
3742
|
-
"type": "
|
|
3743
|
-
"
|
|
3744
|
-
|
|
3688
|
+
"annotation": {
|
|
3689
|
+
"type": "union",
|
|
3690
|
+
"types": [
|
|
3691
|
+
{
|
|
3692
|
+
"type": "keyword",
|
|
3693
|
+
"value": "string"
|
|
3694
|
+
},
|
|
3695
|
+
{
|
|
3696
|
+
"type": "keyword",
|
|
3697
|
+
"value": "number"
|
|
3698
|
+
}
|
|
3699
|
+
]
|
|
3700
|
+
},
|
|
3701
|
+
"optional": true,
|
|
3702
|
+
"computed": false
|
|
3703
|
+
},
|
|
3704
|
+
{
|
|
3705
|
+
"type": "propertySignature",
|
|
3706
|
+
"key": {
|
|
3707
|
+
"type": "identifier",
|
|
3708
|
+
"name": "year"
|
|
3709
|
+
},
|
|
3710
|
+
"annotation": {
|
|
3711
|
+
"type": "union",
|
|
3712
|
+
"types": [
|
|
3713
|
+
{
|
|
3714
|
+
"type": "keyword",
|
|
3715
|
+
"value": "string"
|
|
3716
|
+
},
|
|
3717
|
+
{
|
|
3718
|
+
"type": "keyword",
|
|
3719
|
+
"value": "number"
|
|
3720
|
+
}
|
|
3721
|
+
]
|
|
3722
|
+
},
|
|
3723
|
+
"optional": true,
|
|
3724
|
+
"computed": false
|
|
3725
|
+
},
|
|
3726
|
+
{
|
|
3727
|
+
"type": "propertySignature",
|
|
3728
|
+
"key": {
|
|
3729
|
+
"type": "identifier",
|
|
3730
|
+
"name": "weekday"
|
|
3731
|
+
},
|
|
3732
|
+
"annotation": {
|
|
3733
|
+
"type": "union",
|
|
3734
|
+
"types": [
|
|
3735
|
+
{
|
|
3736
|
+
"type": "keyword",
|
|
3737
|
+
"value": "string"
|
|
3738
|
+
},
|
|
3739
|
+
{
|
|
3740
|
+
"type": "keyword",
|
|
3741
|
+
"value": "number"
|
|
3742
|
+
}
|
|
3743
|
+
]
|
|
3744
|
+
},
|
|
3745
|
+
"optional": true,
|
|
3746
|
+
"computed": false
|
|
3745
3747
|
}
|
|
3746
3748
|
]
|
|
3747
3749
|
}
|