@next-bricks/form 0.27.1 → 0.27.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 +9 -9
- package/dist/chunks/99.5e5fcd75.js +2 -0
- package/dist/chunks/99.5e5fcd75.js.map +1 -0
- package/dist/chunks/eo-select.5c60a446.js +3 -0
- package/dist/chunks/eo-select.5c60a446.js.map +1 -0
- package/dist/chunks/{main.da25f65c.js → main.81d38b49.js} +2 -2
- package/dist/chunks/{main.da25f65c.js.map → main.81d38b49.js.map} +1 -1
- package/dist/examples.json +6 -6
- package/dist/{index.639c0a19.js → index.349e034a.js} +2 -2
- package/dist/{index.639c0a19.js.map → index.349e034a.js.map} +1 -1
- package/dist/manifest.json +215 -215
- package/dist/types.json +389 -389
- package/package.json +3 -3
- package/dist/chunks/99.0342fc28.js +0 -2
- package/dist/chunks/99.0342fc28.js.map +0 -1
- package/dist/chunks/eo-select.a790e323.js +0 -3
- package/dist/chunks/eo-select.a790e323.js.map +0 -1
- /package/dist/chunks/{eo-select.a790e323.js.LICENSE.txt → eo-select.5c60a446.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -3129,7 +3129,7 @@
|
|
|
3129
3129
|
}
|
|
3130
3130
|
]
|
|
3131
3131
|
},
|
|
3132
|
-
"eo-
|
|
3132
|
+
"eo-time-range-picker": {
|
|
3133
3133
|
"properties": [
|
|
3134
3134
|
{
|
|
3135
3135
|
"name": "name",
|
|
@@ -3147,48 +3147,14 @@
|
|
|
3147
3147
|
},
|
|
3148
3148
|
{
|
|
3149
3149
|
"name": "value",
|
|
3150
|
-
"annotation": {
|
|
3151
|
-
"type": "keyword",
|
|
3152
|
-
"value": "string"
|
|
3153
|
-
}
|
|
3154
|
-
},
|
|
3155
|
-
{
|
|
3156
|
-
"name": "placeholder",
|
|
3157
|
-
"annotation": {
|
|
3158
|
-
"type": "keyword",
|
|
3159
|
-
"value": "string"
|
|
3160
|
-
}
|
|
3161
|
-
},
|
|
3162
|
-
{
|
|
3163
|
-
"name": "message",
|
|
3164
3150
|
"annotation": {
|
|
3165
3151
|
"type": "reference",
|
|
3166
3152
|
"typeName": {
|
|
3167
3153
|
"type": "identifier",
|
|
3168
|
-
"name": "
|
|
3169
|
-
},
|
|
3170
|
-
"typeParameters": {
|
|
3171
|
-
"type": "typeParameterInstantiation",
|
|
3172
|
-
"params": [
|
|
3173
|
-
{
|
|
3174
|
-
"type": "keyword",
|
|
3175
|
-
"value": "string"
|
|
3176
|
-
},
|
|
3177
|
-
{
|
|
3178
|
-
"type": "keyword",
|
|
3179
|
-
"value": "string"
|
|
3180
|
-
}
|
|
3181
|
-
]
|
|
3154
|
+
"name": "TimeRange"
|
|
3182
3155
|
}
|
|
3183
3156
|
}
|
|
3184
3157
|
},
|
|
3185
|
-
{
|
|
3186
|
-
"name": "disabled",
|
|
3187
|
-
"annotation": {
|
|
3188
|
-
"type": "keyword",
|
|
3189
|
-
"value": "boolean"
|
|
3190
|
-
}
|
|
3191
|
-
},
|
|
3192
3158
|
{
|
|
3193
3159
|
"name": "required",
|
|
3194
3160
|
"annotation": {
|
|
@@ -3197,60 +3163,74 @@
|
|
|
3197
3163
|
}
|
|
3198
3164
|
},
|
|
3199
3165
|
{
|
|
3200
|
-
"name": "
|
|
3201
|
-
"annotation": {
|
|
3202
|
-
"type": "keyword",
|
|
3203
|
-
"value": "boolean"
|
|
3204
|
-
}
|
|
3205
|
-
},
|
|
3206
|
-
{
|
|
3207
|
-
"name": "format",
|
|
3208
|
-
"annotation": {
|
|
3209
|
-
"type": "keyword",
|
|
3210
|
-
"value": "string"
|
|
3211
|
-
}
|
|
3212
|
-
},
|
|
3213
|
-
{
|
|
3214
|
-
"name": "picker",
|
|
3166
|
+
"name": "rangeType",
|
|
3215
3167
|
"annotation": {
|
|
3216
3168
|
"type": "reference",
|
|
3217
3169
|
"typeName": {
|
|
3218
3170
|
"type": "identifier",
|
|
3219
|
-
"name": "
|
|
3171
|
+
"name": "RangeType"
|
|
3220
3172
|
}
|
|
3221
3173
|
}
|
|
3222
3174
|
},
|
|
3223
3175
|
{
|
|
3224
|
-
"name": "
|
|
3176
|
+
"name": "selectNearDays",
|
|
3225
3177
|
"annotation": {
|
|
3226
3178
|
"type": "keyword",
|
|
3227
|
-
"value": "
|
|
3179
|
+
"value": "number"
|
|
3228
3180
|
}
|
|
3229
3181
|
},
|
|
3230
3182
|
{
|
|
3231
|
-
"name": "
|
|
3183
|
+
"name": "emitChangeOnInit",
|
|
3232
3184
|
"annotation": {
|
|
3233
|
-
"type": "
|
|
3234
|
-
"
|
|
3235
|
-
"type": "identifier",
|
|
3236
|
-
"name": "DisabledDateType"
|
|
3237
|
-
}
|
|
3185
|
+
"type": "keyword",
|
|
3186
|
+
"value": "boolean"
|
|
3238
3187
|
}
|
|
3239
3188
|
},
|
|
3240
3189
|
{
|
|
3241
|
-
"name": "
|
|
3190
|
+
"name": "presetRanges",
|
|
3242
3191
|
"annotation": {
|
|
3243
|
-
"type": "
|
|
3244
|
-
"
|
|
3192
|
+
"type": "array",
|
|
3193
|
+
"elementType": {
|
|
3194
|
+
"type": "reference",
|
|
3195
|
+
"typeName": {
|
|
3196
|
+
"type": "identifier",
|
|
3197
|
+
"name": "presetRangeType"
|
|
3198
|
+
}
|
|
3199
|
+
}
|
|
3245
3200
|
}
|
|
3246
3201
|
},
|
|
3247
3202
|
{
|
|
3248
|
-
"name": "
|
|
3203
|
+
"name": "validator",
|
|
3249
3204
|
"annotation": {
|
|
3250
|
-
"type": "
|
|
3251
|
-
"
|
|
3252
|
-
"type": "
|
|
3253
|
-
"
|
|
3205
|
+
"type": "parenthesizedType",
|
|
3206
|
+
"annotation": {
|
|
3207
|
+
"type": "function",
|
|
3208
|
+
"parameters": [
|
|
3209
|
+
{
|
|
3210
|
+
"type": "identifier",
|
|
3211
|
+
"name": "value",
|
|
3212
|
+
"annotation": {
|
|
3213
|
+
"type": "keyword",
|
|
3214
|
+
"value": "any"
|
|
3215
|
+
}
|
|
3216
|
+
}
|
|
3217
|
+
],
|
|
3218
|
+
"annotation": {
|
|
3219
|
+
"type": "union",
|
|
3220
|
+
"types": [
|
|
3221
|
+
{
|
|
3222
|
+
"type": "reference",
|
|
3223
|
+
"typeName": {
|
|
3224
|
+
"type": "identifier",
|
|
3225
|
+
"name": "MessageBody"
|
|
3226
|
+
}
|
|
3227
|
+
},
|
|
3228
|
+
{
|
|
3229
|
+
"type": "keyword",
|
|
3230
|
+
"value": "string"
|
|
3231
|
+
}
|
|
3232
|
+
]
|
|
3233
|
+
}
|
|
3254
3234
|
}
|
|
3255
3235
|
}
|
|
3256
3236
|
}
|
|
@@ -3260,26 +3240,73 @@
|
|
|
3260
3240
|
"name": "change",
|
|
3261
3241
|
"detail": {
|
|
3262
3242
|
"annotation": {
|
|
3263
|
-
"type": "
|
|
3264
|
-
"
|
|
3265
|
-
|
|
3266
|
-
|
|
3267
|
-
|
|
3268
|
-
{
|
|
3269
|
-
"name": "ok",
|
|
3270
|
-
"detail": {
|
|
3271
|
-
"annotation": {
|
|
3272
|
-
"type": "keyword",
|
|
3273
|
-
"value": "string"
|
|
3243
|
+
"type": "reference",
|
|
3244
|
+
"typeName": {
|
|
3245
|
+
"type": "identifier",
|
|
3246
|
+
"name": "TimeRange"
|
|
3247
|
+
}
|
|
3274
3248
|
}
|
|
3275
3249
|
}
|
|
3276
3250
|
}
|
|
3277
3251
|
],
|
|
3278
3252
|
"methods": [],
|
|
3279
3253
|
"types": [
|
|
3254
|
+
{
|
|
3255
|
+
"type": "interface",
|
|
3256
|
+
"name": "TimeRange",
|
|
3257
|
+
"body": [
|
|
3258
|
+
{
|
|
3259
|
+
"type": "propertySignature",
|
|
3260
|
+
"key": {
|
|
3261
|
+
"type": "identifier",
|
|
3262
|
+
"name": "startTime"
|
|
3263
|
+
},
|
|
3264
|
+
"annotation": {
|
|
3265
|
+
"type": "keyword",
|
|
3266
|
+
"value": "string"
|
|
3267
|
+
},
|
|
3268
|
+
"computed": false
|
|
3269
|
+
},
|
|
3270
|
+
{
|
|
3271
|
+
"type": "propertySignature",
|
|
3272
|
+
"key": {
|
|
3273
|
+
"type": "identifier",
|
|
3274
|
+
"name": "endTime"
|
|
3275
|
+
},
|
|
3276
|
+
"annotation": {
|
|
3277
|
+
"type": "keyword",
|
|
3278
|
+
"value": "string"
|
|
3279
|
+
},
|
|
3280
|
+
"computed": false
|
|
3281
|
+
}
|
|
3282
|
+
]
|
|
3283
|
+
},
|
|
3280
3284
|
{
|
|
3281
3285
|
"type": "typeAlias",
|
|
3282
|
-
"name": "
|
|
3286
|
+
"name": "RangeType",
|
|
3287
|
+
"annotation": {
|
|
3288
|
+
"type": "intersection",
|
|
3289
|
+
"types": [
|
|
3290
|
+
{
|
|
3291
|
+
"type": "reference",
|
|
3292
|
+
"typeName": {
|
|
3293
|
+
"type": "identifier",
|
|
3294
|
+
"name": "PickerType"
|
|
3295
|
+
}
|
|
3296
|
+
},
|
|
3297
|
+
{
|
|
3298
|
+
"type": "reference",
|
|
3299
|
+
"typeName": {
|
|
3300
|
+
"type": "identifier",
|
|
3301
|
+
"name": "OtherPickerType"
|
|
3302
|
+
}
|
|
3303
|
+
}
|
|
3304
|
+
]
|
|
3305
|
+
}
|
|
3306
|
+
},
|
|
3307
|
+
{
|
|
3308
|
+
"type": "typeAlias",
|
|
3309
|
+
"name": "PickerType",
|
|
3283
3310
|
"annotation": {
|
|
3284
3311
|
"type": "union",
|
|
3285
3312
|
"types": [
|
|
@@ -3297,204 +3324,100 @@
|
|
|
3297
3324
|
},
|
|
3298
3325
|
{
|
|
3299
3326
|
"type": "jsLiteral",
|
|
3300
|
-
"value": "
|
|
3327
|
+
"value": "quarter"
|
|
3301
3328
|
},
|
|
3302
3329
|
{
|
|
3303
3330
|
"type": "jsLiteral",
|
|
3304
|
-
"value": "
|
|
3331
|
+
"value": "year"
|
|
3305
3332
|
}
|
|
3306
3333
|
]
|
|
3307
3334
|
}
|
|
3308
3335
|
},
|
|
3309
3336
|
{
|
|
3310
3337
|
"type": "typeAlias",
|
|
3311
|
-
"name": "
|
|
3338
|
+
"name": "OtherPickerType",
|
|
3312
3339
|
"annotation": {
|
|
3313
3340
|
"type": "union",
|
|
3314
3341
|
"types": [
|
|
3315
3342
|
{
|
|
3316
|
-
"type": "
|
|
3317
|
-
"
|
|
3318
|
-
"type": "identifier",
|
|
3319
|
-
"name": "DisabledDate"
|
|
3320
|
-
}
|
|
3343
|
+
"type": "jsLiteral",
|
|
3344
|
+
"value": "dateTime"
|
|
3321
3345
|
},
|
|
3322
3346
|
{
|
|
3323
|
-
"type": "
|
|
3324
|
-
"
|
|
3325
|
-
|
|
3326
|
-
|
|
3327
|
-
|
|
3328
|
-
|
|
3329
|
-
}
|
|
3330
|
-
}
|
|
3347
|
+
"type": "jsLiteral",
|
|
3348
|
+
"value": "hmTime"
|
|
3349
|
+
},
|
|
3350
|
+
{
|
|
3351
|
+
"type": "jsLiteral",
|
|
3352
|
+
"value": "time"
|
|
3331
3353
|
}
|
|
3332
3354
|
]
|
|
3333
3355
|
}
|
|
3334
3356
|
},
|
|
3335
3357
|
{
|
|
3336
|
-
"type": "
|
|
3337
|
-
"name": "
|
|
3338
|
-
"
|
|
3358
|
+
"type": "enum",
|
|
3359
|
+
"name": "presetRangeType",
|
|
3360
|
+
"members": [
|
|
3339
3361
|
{
|
|
3340
|
-
"type": "
|
|
3341
|
-
"
|
|
3362
|
+
"type": "enumMember",
|
|
3363
|
+
"id": {
|
|
3342
3364
|
"type": "identifier",
|
|
3343
|
-
"name": "
|
|
3344
|
-
},
|
|
3345
|
-
"annotation": {
|
|
3346
|
-
"type": "union",
|
|
3347
|
-
"types": [
|
|
3348
|
-
{
|
|
3349
|
-
"type": "keyword",
|
|
3350
|
-
"value": "string"
|
|
3351
|
-
},
|
|
3352
|
-
{
|
|
3353
|
-
"type": "keyword",
|
|
3354
|
-
"value": "number"
|
|
3355
|
-
}
|
|
3356
|
-
]
|
|
3365
|
+
"name": "Today"
|
|
3357
3366
|
},
|
|
3358
|
-
"
|
|
3359
|
-
|
|
3367
|
+
"initializer": {
|
|
3368
|
+
"type": "jsLiteral",
|
|
3369
|
+
"value": "今天"
|
|
3370
|
+
}
|
|
3360
3371
|
},
|
|
3361
3372
|
{
|
|
3362
|
-
"type": "
|
|
3363
|
-
"
|
|
3373
|
+
"type": "enumMember",
|
|
3374
|
+
"id": {
|
|
3364
3375
|
"type": "identifier",
|
|
3365
|
-
"name": "
|
|
3376
|
+
"name": "ThisWeek"
|
|
3366
3377
|
},
|
|
3367
|
-
"
|
|
3368
|
-
"type": "
|
|
3369
|
-
"
|
|
3370
|
-
|
|
3371
|
-
"type": "keyword",
|
|
3372
|
-
"value": "string"
|
|
3373
|
-
},
|
|
3374
|
-
{
|
|
3375
|
-
"type": "keyword",
|
|
3376
|
-
"value": "number"
|
|
3377
|
-
}
|
|
3378
|
-
]
|
|
3379
|
-
},
|
|
3380
|
-
"optional": true,
|
|
3381
|
-
"computed": false
|
|
3382
|
-
},
|
|
3383
|
-
{
|
|
3384
|
-
"type": "propertySignature",
|
|
3385
|
-
"key": {
|
|
3386
|
-
"type": "identifier",
|
|
3387
|
-
"name": "hour"
|
|
3388
|
-
},
|
|
3389
|
-
"annotation": {
|
|
3390
|
-
"type": "union",
|
|
3391
|
-
"types": [
|
|
3392
|
-
{
|
|
3393
|
-
"type": "keyword",
|
|
3394
|
-
"value": "string"
|
|
3395
|
-
},
|
|
3396
|
-
{
|
|
3397
|
-
"type": "keyword",
|
|
3398
|
-
"value": "number"
|
|
3399
|
-
}
|
|
3400
|
-
]
|
|
3401
|
-
},
|
|
3402
|
-
"optional": true,
|
|
3403
|
-
"computed": false
|
|
3404
|
-
},
|
|
3405
|
-
{
|
|
3406
|
-
"type": "propertySignature",
|
|
3407
|
-
"key": {
|
|
3408
|
-
"type": "identifier",
|
|
3409
|
-
"name": "date"
|
|
3410
|
-
},
|
|
3411
|
-
"annotation": {
|
|
3412
|
-
"type": "union",
|
|
3413
|
-
"types": [
|
|
3414
|
-
{
|
|
3415
|
-
"type": "keyword",
|
|
3416
|
-
"value": "string"
|
|
3417
|
-
},
|
|
3418
|
-
{
|
|
3419
|
-
"type": "keyword",
|
|
3420
|
-
"value": "number"
|
|
3421
|
-
}
|
|
3422
|
-
]
|
|
3423
|
-
},
|
|
3424
|
-
"optional": true,
|
|
3425
|
-
"computed": false
|
|
3378
|
+
"initializer": {
|
|
3379
|
+
"type": "jsLiteral",
|
|
3380
|
+
"value": "本周"
|
|
3381
|
+
}
|
|
3426
3382
|
},
|
|
3427
3383
|
{
|
|
3428
|
-
"type": "
|
|
3429
|
-
"
|
|
3384
|
+
"type": "enumMember",
|
|
3385
|
+
"id": {
|
|
3430
3386
|
"type": "identifier",
|
|
3431
|
-
"name": "
|
|
3432
|
-
},
|
|
3433
|
-
"annotation": {
|
|
3434
|
-
"type": "union",
|
|
3435
|
-
"types": [
|
|
3436
|
-
{
|
|
3437
|
-
"type": "keyword",
|
|
3438
|
-
"value": "string"
|
|
3439
|
-
},
|
|
3440
|
-
{
|
|
3441
|
-
"type": "keyword",
|
|
3442
|
-
"value": "number"
|
|
3443
|
-
}
|
|
3444
|
-
]
|
|
3387
|
+
"name": "ThisMonth"
|
|
3445
3388
|
},
|
|
3446
|
-
"
|
|
3447
|
-
|
|
3389
|
+
"initializer": {
|
|
3390
|
+
"type": "jsLiteral",
|
|
3391
|
+
"value": "本月"
|
|
3392
|
+
}
|
|
3448
3393
|
},
|
|
3449
3394
|
{
|
|
3450
|
-
"type": "
|
|
3451
|
-
"
|
|
3395
|
+
"type": "enumMember",
|
|
3396
|
+
"id": {
|
|
3452
3397
|
"type": "identifier",
|
|
3453
|
-
"name": "
|
|
3454
|
-
},
|
|
3455
|
-
"annotation": {
|
|
3456
|
-
"type": "union",
|
|
3457
|
-
"types": [
|
|
3458
|
-
{
|
|
3459
|
-
"type": "keyword",
|
|
3460
|
-
"value": "string"
|
|
3461
|
-
},
|
|
3462
|
-
{
|
|
3463
|
-
"type": "keyword",
|
|
3464
|
-
"value": "number"
|
|
3465
|
-
}
|
|
3466
|
-
]
|
|
3398
|
+
"name": "ThisQuarter"
|
|
3467
3399
|
},
|
|
3468
|
-
"
|
|
3469
|
-
|
|
3400
|
+
"initializer": {
|
|
3401
|
+
"type": "jsLiteral",
|
|
3402
|
+
"value": "本季度"
|
|
3403
|
+
}
|
|
3470
3404
|
},
|
|
3471
3405
|
{
|
|
3472
|
-
"type": "
|
|
3473
|
-
"
|
|
3406
|
+
"type": "enumMember",
|
|
3407
|
+
"id": {
|
|
3474
3408
|
"type": "identifier",
|
|
3475
|
-
"name": "
|
|
3476
|
-
},
|
|
3477
|
-
"annotation": {
|
|
3478
|
-
"type": "union",
|
|
3479
|
-
"types": [
|
|
3480
|
-
{
|
|
3481
|
-
"type": "keyword",
|
|
3482
|
-
"value": "string"
|
|
3483
|
-
},
|
|
3484
|
-
{
|
|
3485
|
-
"type": "keyword",
|
|
3486
|
-
"value": "number"
|
|
3487
|
-
}
|
|
3488
|
-
]
|
|
3409
|
+
"name": "ThisYear"
|
|
3489
3410
|
},
|
|
3490
|
-
"
|
|
3491
|
-
|
|
3411
|
+
"initializer": {
|
|
3412
|
+
"type": "jsLiteral",
|
|
3413
|
+
"value": "今年"
|
|
3414
|
+
}
|
|
3492
3415
|
}
|
|
3493
3416
|
]
|
|
3494
3417
|
}
|
|
3495
3418
|
]
|
|
3496
3419
|
},
|
|
3497
|
-
"eo-
|
|
3420
|
+
"eo-date-picker": {
|
|
3498
3421
|
"properties": [
|
|
3499
3422
|
{
|
|
3500
3423
|
"name": "name",
|
|
@@ -3512,14 +3435,48 @@
|
|
|
3512
3435
|
},
|
|
3513
3436
|
{
|
|
3514
3437
|
"name": "value",
|
|
3438
|
+
"annotation": {
|
|
3439
|
+
"type": "keyword",
|
|
3440
|
+
"value": "string"
|
|
3441
|
+
}
|
|
3442
|
+
},
|
|
3443
|
+
{
|
|
3444
|
+
"name": "placeholder",
|
|
3445
|
+
"annotation": {
|
|
3446
|
+
"type": "keyword",
|
|
3447
|
+
"value": "string"
|
|
3448
|
+
}
|
|
3449
|
+
},
|
|
3450
|
+
{
|
|
3451
|
+
"name": "message",
|
|
3515
3452
|
"annotation": {
|
|
3516
3453
|
"type": "reference",
|
|
3517
3454
|
"typeName": {
|
|
3518
3455
|
"type": "identifier",
|
|
3519
|
-
"name": "
|
|
3456
|
+
"name": "Record"
|
|
3457
|
+
},
|
|
3458
|
+
"typeParameters": {
|
|
3459
|
+
"type": "typeParameterInstantiation",
|
|
3460
|
+
"params": [
|
|
3461
|
+
{
|
|
3462
|
+
"type": "keyword",
|
|
3463
|
+
"value": "string"
|
|
3464
|
+
},
|
|
3465
|
+
{
|
|
3466
|
+
"type": "keyword",
|
|
3467
|
+
"value": "string"
|
|
3468
|
+
}
|
|
3469
|
+
]
|
|
3520
3470
|
}
|
|
3521
3471
|
}
|
|
3522
3472
|
},
|
|
3473
|
+
{
|
|
3474
|
+
"name": "disabled",
|
|
3475
|
+
"annotation": {
|
|
3476
|
+
"type": "keyword",
|
|
3477
|
+
"value": "boolean"
|
|
3478
|
+
}
|
|
3479
|
+
},
|
|
3523
3480
|
{
|
|
3524
3481
|
"name": "required",
|
|
3525
3482
|
"annotation": {
|
|
@@ -3528,74 +3485,60 @@
|
|
|
3528
3485
|
}
|
|
3529
3486
|
},
|
|
3530
3487
|
{
|
|
3531
|
-
"name": "
|
|
3488
|
+
"name": "showTime",
|
|
3489
|
+
"annotation": {
|
|
3490
|
+
"type": "keyword",
|
|
3491
|
+
"value": "boolean"
|
|
3492
|
+
}
|
|
3493
|
+
},
|
|
3494
|
+
{
|
|
3495
|
+
"name": "format",
|
|
3496
|
+
"annotation": {
|
|
3497
|
+
"type": "keyword",
|
|
3498
|
+
"value": "string"
|
|
3499
|
+
}
|
|
3500
|
+
},
|
|
3501
|
+
{
|
|
3502
|
+
"name": "picker",
|
|
3532
3503
|
"annotation": {
|
|
3533
3504
|
"type": "reference",
|
|
3534
3505
|
"typeName": {
|
|
3535
3506
|
"type": "identifier",
|
|
3536
|
-
"name": "
|
|
3507
|
+
"name": "PickerMode"
|
|
3537
3508
|
}
|
|
3538
3509
|
}
|
|
3539
3510
|
},
|
|
3540
3511
|
{
|
|
3541
|
-
"name": "
|
|
3512
|
+
"name": "futureDateDisabled",
|
|
3542
3513
|
"annotation": {
|
|
3543
3514
|
"type": "keyword",
|
|
3544
|
-
"value": "
|
|
3515
|
+
"value": "boolean"
|
|
3545
3516
|
}
|
|
3546
3517
|
},
|
|
3547
3518
|
{
|
|
3548
|
-
"name": "
|
|
3519
|
+
"name": "disabledDate",
|
|
3549
3520
|
"annotation": {
|
|
3550
|
-
"type": "
|
|
3551
|
-
"
|
|
3521
|
+
"type": "reference",
|
|
3522
|
+
"typeName": {
|
|
3523
|
+
"type": "identifier",
|
|
3524
|
+
"name": "DisabledDateType"
|
|
3525
|
+
}
|
|
3552
3526
|
}
|
|
3553
3527
|
},
|
|
3554
3528
|
{
|
|
3555
|
-
"name": "
|
|
3529
|
+
"name": "useFastSelectBtn",
|
|
3556
3530
|
"annotation": {
|
|
3557
|
-
"type": "
|
|
3558
|
-
"
|
|
3559
|
-
"type": "reference",
|
|
3560
|
-
"typeName": {
|
|
3561
|
-
"type": "identifier",
|
|
3562
|
-
"name": "presetRangeType"
|
|
3563
|
-
}
|
|
3564
|
-
}
|
|
3531
|
+
"type": "keyword",
|
|
3532
|
+
"value": "boolean"
|
|
3565
3533
|
}
|
|
3566
3534
|
},
|
|
3567
3535
|
{
|
|
3568
|
-
"name": "
|
|
3536
|
+
"name": "inputBoxStyle",
|
|
3569
3537
|
"annotation": {
|
|
3570
|
-
"type": "
|
|
3571
|
-
"
|
|
3572
|
-
"type": "
|
|
3573
|
-
"
|
|
3574
|
-
{
|
|
3575
|
-
"type": "identifier",
|
|
3576
|
-
"name": "value",
|
|
3577
|
-
"annotation": {
|
|
3578
|
-
"type": "keyword",
|
|
3579
|
-
"value": "any"
|
|
3580
|
-
}
|
|
3581
|
-
}
|
|
3582
|
-
],
|
|
3583
|
-
"annotation": {
|
|
3584
|
-
"type": "union",
|
|
3585
|
-
"types": [
|
|
3586
|
-
{
|
|
3587
|
-
"type": "reference",
|
|
3588
|
-
"typeName": {
|
|
3589
|
-
"type": "identifier",
|
|
3590
|
-
"name": "MessageBody"
|
|
3591
|
-
}
|
|
3592
|
-
},
|
|
3593
|
-
{
|
|
3594
|
-
"type": "keyword",
|
|
3595
|
-
"value": "string"
|
|
3596
|
-
}
|
|
3597
|
-
]
|
|
3598
|
-
}
|
|
3538
|
+
"type": "reference",
|
|
3539
|
+
"typeName": {
|
|
3540
|
+
"type": "identifier",
|
|
3541
|
+
"name": "CSSProperties"
|
|
3599
3542
|
}
|
|
3600
3543
|
}
|
|
3601
3544
|
}
|
|
@@ -3605,73 +3548,26 @@
|
|
|
3605
3548
|
"name": "change",
|
|
3606
3549
|
"detail": {
|
|
3607
3550
|
"annotation": {
|
|
3608
|
-
"type": "
|
|
3609
|
-
"
|
|
3610
|
-
|
|
3611
|
-
|
|
3612
|
-
|
|
3551
|
+
"type": "keyword",
|
|
3552
|
+
"value": "string"
|
|
3553
|
+
}
|
|
3554
|
+
}
|
|
3555
|
+
},
|
|
3556
|
+
{
|
|
3557
|
+
"name": "ok",
|
|
3558
|
+
"detail": {
|
|
3559
|
+
"annotation": {
|
|
3560
|
+
"type": "keyword",
|
|
3561
|
+
"value": "string"
|
|
3613
3562
|
}
|
|
3614
3563
|
}
|
|
3615
3564
|
}
|
|
3616
3565
|
],
|
|
3617
3566
|
"methods": [],
|
|
3618
3567
|
"types": [
|
|
3619
|
-
{
|
|
3620
|
-
"type": "interface",
|
|
3621
|
-
"name": "TimeRange",
|
|
3622
|
-
"body": [
|
|
3623
|
-
{
|
|
3624
|
-
"type": "propertySignature",
|
|
3625
|
-
"key": {
|
|
3626
|
-
"type": "identifier",
|
|
3627
|
-
"name": "startTime"
|
|
3628
|
-
},
|
|
3629
|
-
"annotation": {
|
|
3630
|
-
"type": "keyword",
|
|
3631
|
-
"value": "string"
|
|
3632
|
-
},
|
|
3633
|
-
"computed": false
|
|
3634
|
-
},
|
|
3635
|
-
{
|
|
3636
|
-
"type": "propertySignature",
|
|
3637
|
-
"key": {
|
|
3638
|
-
"type": "identifier",
|
|
3639
|
-
"name": "endTime"
|
|
3640
|
-
},
|
|
3641
|
-
"annotation": {
|
|
3642
|
-
"type": "keyword",
|
|
3643
|
-
"value": "string"
|
|
3644
|
-
},
|
|
3645
|
-
"computed": false
|
|
3646
|
-
}
|
|
3647
|
-
]
|
|
3648
|
-
},
|
|
3649
3568
|
{
|
|
3650
3569
|
"type": "typeAlias",
|
|
3651
|
-
"name": "
|
|
3652
|
-
"annotation": {
|
|
3653
|
-
"type": "intersection",
|
|
3654
|
-
"types": [
|
|
3655
|
-
{
|
|
3656
|
-
"type": "reference",
|
|
3657
|
-
"typeName": {
|
|
3658
|
-
"type": "identifier",
|
|
3659
|
-
"name": "PickerType"
|
|
3660
|
-
}
|
|
3661
|
-
},
|
|
3662
|
-
{
|
|
3663
|
-
"type": "reference",
|
|
3664
|
-
"typeName": {
|
|
3665
|
-
"type": "identifier",
|
|
3666
|
-
"name": "OtherPickerType"
|
|
3667
|
-
}
|
|
3668
|
-
}
|
|
3669
|
-
]
|
|
3670
|
-
}
|
|
3671
|
-
},
|
|
3672
|
-
{
|
|
3673
|
-
"type": "typeAlias",
|
|
3674
|
-
"name": "PickerType",
|
|
3570
|
+
"name": "PickerMode",
|
|
3675
3571
|
"annotation": {
|
|
3676
3572
|
"type": "union",
|
|
3677
3573
|
"types": [
|
|
@@ -3689,94 +3585,198 @@
|
|
|
3689
3585
|
},
|
|
3690
3586
|
{
|
|
3691
3587
|
"type": "jsLiteral",
|
|
3692
|
-
"value": "
|
|
3588
|
+
"value": "year"
|
|
3693
3589
|
},
|
|
3694
3590
|
{
|
|
3695
3591
|
"type": "jsLiteral",
|
|
3696
|
-
"value": "
|
|
3592
|
+
"value": "quarter"
|
|
3697
3593
|
}
|
|
3698
3594
|
]
|
|
3699
3595
|
}
|
|
3700
3596
|
},
|
|
3701
3597
|
{
|
|
3702
3598
|
"type": "typeAlias",
|
|
3703
|
-
"name": "
|
|
3599
|
+
"name": "DisabledDateType",
|
|
3704
3600
|
"annotation": {
|
|
3705
3601
|
"type": "union",
|
|
3706
3602
|
"types": [
|
|
3707
3603
|
{
|
|
3708
|
-
"type": "
|
|
3709
|
-
"
|
|
3710
|
-
|
|
3711
|
-
|
|
3712
|
-
|
|
3713
|
-
"value": "hmTime"
|
|
3604
|
+
"type": "reference",
|
|
3605
|
+
"typeName": {
|
|
3606
|
+
"type": "identifier",
|
|
3607
|
+
"name": "DisabledDate"
|
|
3608
|
+
}
|
|
3714
3609
|
},
|
|
3715
3610
|
{
|
|
3716
|
-
"type": "
|
|
3717
|
-
"
|
|
3611
|
+
"type": "array",
|
|
3612
|
+
"elementType": {
|
|
3613
|
+
"type": "reference",
|
|
3614
|
+
"typeName": {
|
|
3615
|
+
"type": "identifier",
|
|
3616
|
+
"name": "DisabledDate"
|
|
3617
|
+
}
|
|
3618
|
+
}
|
|
3718
3619
|
}
|
|
3719
3620
|
]
|
|
3720
3621
|
}
|
|
3721
3622
|
},
|
|
3722
3623
|
{
|
|
3723
|
-
"type": "
|
|
3724
|
-
"name": "
|
|
3725
|
-
"
|
|
3624
|
+
"type": "interface",
|
|
3625
|
+
"name": "DisabledDate",
|
|
3626
|
+
"body": [
|
|
3726
3627
|
{
|
|
3727
|
-
"type": "
|
|
3728
|
-
"
|
|
3628
|
+
"type": "propertySignature",
|
|
3629
|
+
"key": {
|
|
3729
3630
|
"type": "identifier",
|
|
3730
|
-
"name": "
|
|
3631
|
+
"name": "second"
|
|
3731
3632
|
},
|
|
3732
|
-
"
|
|
3733
|
-
"type": "
|
|
3734
|
-
"
|
|
3735
|
-
|
|
3633
|
+
"annotation": {
|
|
3634
|
+
"type": "union",
|
|
3635
|
+
"types": [
|
|
3636
|
+
{
|
|
3637
|
+
"type": "keyword",
|
|
3638
|
+
"value": "string"
|
|
3639
|
+
},
|
|
3640
|
+
{
|
|
3641
|
+
"type": "keyword",
|
|
3642
|
+
"value": "number"
|
|
3643
|
+
}
|
|
3644
|
+
]
|
|
3645
|
+
},
|
|
3646
|
+
"optional": true,
|
|
3647
|
+
"computed": false
|
|
3736
3648
|
},
|
|
3737
3649
|
{
|
|
3738
|
-
"type": "
|
|
3739
|
-
"
|
|
3650
|
+
"type": "propertySignature",
|
|
3651
|
+
"key": {
|
|
3740
3652
|
"type": "identifier",
|
|
3741
|
-
"name": "
|
|
3653
|
+
"name": "minute"
|
|
3742
3654
|
},
|
|
3743
|
-
"
|
|
3744
|
-
"type": "
|
|
3745
|
-
"
|
|
3746
|
-
|
|
3655
|
+
"annotation": {
|
|
3656
|
+
"type": "union",
|
|
3657
|
+
"types": [
|
|
3658
|
+
{
|
|
3659
|
+
"type": "keyword",
|
|
3660
|
+
"value": "string"
|
|
3661
|
+
},
|
|
3662
|
+
{
|
|
3663
|
+
"type": "keyword",
|
|
3664
|
+
"value": "number"
|
|
3665
|
+
}
|
|
3666
|
+
]
|
|
3667
|
+
},
|
|
3668
|
+
"optional": true,
|
|
3669
|
+
"computed": false
|
|
3747
3670
|
},
|
|
3748
3671
|
{
|
|
3749
|
-
"type": "
|
|
3750
|
-
"
|
|
3672
|
+
"type": "propertySignature",
|
|
3673
|
+
"key": {
|
|
3751
3674
|
"type": "identifier",
|
|
3752
|
-
"name": "
|
|
3675
|
+
"name": "hour"
|
|
3753
3676
|
},
|
|
3754
|
-
"
|
|
3755
|
-
"type": "
|
|
3756
|
-
"
|
|
3757
|
-
|
|
3677
|
+
"annotation": {
|
|
3678
|
+
"type": "union",
|
|
3679
|
+
"types": [
|
|
3680
|
+
{
|
|
3681
|
+
"type": "keyword",
|
|
3682
|
+
"value": "string"
|
|
3683
|
+
},
|
|
3684
|
+
{
|
|
3685
|
+
"type": "keyword",
|
|
3686
|
+
"value": "number"
|
|
3687
|
+
}
|
|
3688
|
+
]
|
|
3689
|
+
},
|
|
3690
|
+
"optional": true,
|
|
3691
|
+
"computed": false
|
|
3758
3692
|
},
|
|
3759
3693
|
{
|
|
3760
|
-
"type": "
|
|
3761
|
-
"
|
|
3694
|
+
"type": "propertySignature",
|
|
3695
|
+
"key": {
|
|
3762
3696
|
"type": "identifier",
|
|
3763
|
-
"name": "
|
|
3697
|
+
"name": "date"
|
|
3764
3698
|
},
|
|
3765
|
-
"
|
|
3766
|
-
"type": "
|
|
3767
|
-
"
|
|
3768
|
-
|
|
3699
|
+
"annotation": {
|
|
3700
|
+
"type": "union",
|
|
3701
|
+
"types": [
|
|
3702
|
+
{
|
|
3703
|
+
"type": "keyword",
|
|
3704
|
+
"value": "string"
|
|
3705
|
+
},
|
|
3706
|
+
{
|
|
3707
|
+
"type": "keyword",
|
|
3708
|
+
"value": "number"
|
|
3709
|
+
}
|
|
3710
|
+
]
|
|
3711
|
+
},
|
|
3712
|
+
"optional": true,
|
|
3713
|
+
"computed": false
|
|
3769
3714
|
},
|
|
3770
3715
|
{
|
|
3771
|
-
"type": "
|
|
3772
|
-
"
|
|
3716
|
+
"type": "propertySignature",
|
|
3717
|
+
"key": {
|
|
3773
3718
|
"type": "identifier",
|
|
3774
|
-
"name": "
|
|
3719
|
+
"name": "month"
|
|
3775
3720
|
},
|
|
3776
|
-
"
|
|
3777
|
-
"type": "
|
|
3778
|
-
"
|
|
3779
|
-
|
|
3721
|
+
"annotation": {
|
|
3722
|
+
"type": "union",
|
|
3723
|
+
"types": [
|
|
3724
|
+
{
|
|
3725
|
+
"type": "keyword",
|
|
3726
|
+
"value": "string"
|
|
3727
|
+
},
|
|
3728
|
+
{
|
|
3729
|
+
"type": "keyword",
|
|
3730
|
+
"value": "number"
|
|
3731
|
+
}
|
|
3732
|
+
]
|
|
3733
|
+
},
|
|
3734
|
+
"optional": true,
|
|
3735
|
+
"computed": false
|
|
3736
|
+
},
|
|
3737
|
+
{
|
|
3738
|
+
"type": "propertySignature",
|
|
3739
|
+
"key": {
|
|
3740
|
+
"type": "identifier",
|
|
3741
|
+
"name": "year"
|
|
3742
|
+
},
|
|
3743
|
+
"annotation": {
|
|
3744
|
+
"type": "union",
|
|
3745
|
+
"types": [
|
|
3746
|
+
{
|
|
3747
|
+
"type": "keyword",
|
|
3748
|
+
"value": "string"
|
|
3749
|
+
},
|
|
3750
|
+
{
|
|
3751
|
+
"type": "keyword",
|
|
3752
|
+
"value": "number"
|
|
3753
|
+
}
|
|
3754
|
+
]
|
|
3755
|
+
},
|
|
3756
|
+
"optional": true,
|
|
3757
|
+
"computed": false
|
|
3758
|
+
},
|
|
3759
|
+
{
|
|
3760
|
+
"type": "propertySignature",
|
|
3761
|
+
"key": {
|
|
3762
|
+
"type": "identifier",
|
|
3763
|
+
"name": "weekday"
|
|
3764
|
+
},
|
|
3765
|
+
"annotation": {
|
|
3766
|
+
"type": "union",
|
|
3767
|
+
"types": [
|
|
3768
|
+
{
|
|
3769
|
+
"type": "keyword",
|
|
3770
|
+
"value": "string"
|
|
3771
|
+
},
|
|
3772
|
+
{
|
|
3773
|
+
"type": "keyword",
|
|
3774
|
+
"value": "number"
|
|
3775
|
+
}
|
|
3776
|
+
]
|
|
3777
|
+
},
|
|
3778
|
+
"optional": true,
|
|
3779
|
+
"computed": false
|
|
3780
3780
|
}
|
|
3781
3781
|
]
|
|
3782
3782
|
}
|