@next-bricks/form 1.3.4 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bricks.json +10 -6
- package/dist/chunks/{3680.8833e0a1.js → 3680.e6aea8aa.js} +2 -2
- package/dist/chunks/{6064.b8e47421.js.map → 3680.e6aea8aa.js.map} +1 -1
- package/dist/chunks/3876.0f56e28f.js +2 -0
- package/dist/chunks/3876.0f56e28f.js.map +1 -0
- package/dist/chunks/4036.697bb7d5.js +2 -0
- package/dist/chunks/4036.697bb7d5.js.map +1 -0
- package/dist/chunks/5592.337f1e09.js +3 -0
- package/dist/chunks/5592.337f1e09.js.map +1 -0
- package/dist/chunks/{6064.b8e47421.js → 6064.e0b29ffb.js} +2 -2
- package/dist/chunks/{3680.8833e0a1.js.map → 6064.e0b29ffb.js.map} +1 -1
- package/dist/chunks/7920.5e38e8c9.js +2 -0
- package/dist/chunks/7920.5e38e8c9.js.map +1 -0
- package/dist/chunks/eo-color-picker.01add839.js +2 -0
- package/dist/chunks/eo-color-picker.01add839.js.map +1 -0
- package/dist/chunks/eo-date-picker.68c76fa7.js +2 -0
- package/dist/chunks/eo-date-picker.68c76fa7.js.map +1 -0
- package/dist/chunks/{eo-time-picker.dcd527bb.js → eo-time-picker.1c39e2f4.js} +2 -2
- package/dist/chunks/{eo-time-picker.dcd527bb.js.map → eo-time-picker.1c39e2f4.js.map} +1 -1
- package/dist/chunks/{eo-time-range-picker.85d1a808.js → eo-time-range-picker.9b02234e.js} +2 -2
- package/dist/chunks/{eo-time-range-picker.85d1a808.js.map → eo-time-range-picker.9b02234e.js.map} +1 -1
- package/dist/chunks/main.69f95aa1.js +2 -0
- package/dist/chunks/main.69f95aa1.js.map +1 -0
- package/dist/examples.json +5 -2
- package/dist/index.9caa172c.js +2 -0
- package/dist/index.9caa172c.js.map +1 -0
- package/dist/manifest.json +202 -124
- package/dist/types.json +567 -412
- package/dist-types/bootstrap.d.ts +1 -0
- package/dist-types/color-picker/index.d.ts +66 -0
- package/dist-types/color-picker/index.spec.d.ts +1 -0
- package/docs/eo-color-picker.md +109 -0
- package/package.json +2 -2
- package/dist/chunks/4540.cfe615f9.js +0 -2
- package/dist/chunks/4540.cfe615f9.js.map +0 -1
- package/dist/chunks/9504.4a3f4b3e.js +0 -3
- package/dist/chunks/9504.4a3f4b3e.js.map +0 -1
- package/dist/chunks/eo-date-picker.08a7db21.js +0 -2
- package/dist/chunks/eo-date-picker.08a7db21.js.map +0 -1
- package/dist/chunks/main.a0f887d9.js +0 -2
- package/dist/chunks/main.a0f887d9.js.map +0 -1
- package/dist/index.7efda288.js +0 -2
- package/dist/index.7efda288.js.map +0 -1
- /package/dist/chunks/{9504.4a3f4b3e.js.LICENSE.txt → 5592.337f1e09.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -343,6 +343,161 @@
|
|
|
343
343
|
],
|
|
344
344
|
"methods": []
|
|
345
345
|
},
|
|
346
|
+
"eo-color-picker": {
|
|
347
|
+
"properties": [
|
|
348
|
+
{
|
|
349
|
+
"name": "name",
|
|
350
|
+
"annotation": {
|
|
351
|
+
"type": "keyword",
|
|
352
|
+
"value": "string"
|
|
353
|
+
}
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
"name": "label",
|
|
357
|
+
"annotation": {
|
|
358
|
+
"type": "keyword",
|
|
359
|
+
"value": "string"
|
|
360
|
+
}
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
"name": "value",
|
|
364
|
+
"annotation": {
|
|
365
|
+
"type": "keyword",
|
|
366
|
+
"value": "string"
|
|
367
|
+
}
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"name": "defaultValue",
|
|
371
|
+
"annotation": {
|
|
372
|
+
"type": "union",
|
|
373
|
+
"types": [
|
|
374
|
+
{
|
|
375
|
+
"type": "keyword",
|
|
376
|
+
"value": "string"
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"type": "reference",
|
|
380
|
+
"typeName": {
|
|
381
|
+
"type": "identifier",
|
|
382
|
+
"name": "Color"
|
|
383
|
+
}
|
|
384
|
+
}
|
|
385
|
+
]
|
|
386
|
+
}
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
"name": "required",
|
|
390
|
+
"annotation": {
|
|
391
|
+
"type": "keyword",
|
|
392
|
+
"value": "boolean"
|
|
393
|
+
}
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
"name": "allowClear",
|
|
397
|
+
"annotation": {
|
|
398
|
+
"type": "keyword",
|
|
399
|
+
"value": "boolean"
|
|
400
|
+
}
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"name": "size",
|
|
404
|
+
"annotation": {
|
|
405
|
+
"type": "union",
|
|
406
|
+
"types": [
|
|
407
|
+
{
|
|
408
|
+
"type": "jsLiteral",
|
|
409
|
+
"value": "small"
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
"type": "jsLiteral",
|
|
413
|
+
"value": "middle"
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
"type": "jsLiteral",
|
|
417
|
+
"value": "large"
|
|
418
|
+
}
|
|
419
|
+
]
|
|
420
|
+
}
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
"name": "showText",
|
|
424
|
+
"annotation": {
|
|
425
|
+
"type": "keyword",
|
|
426
|
+
"value": "boolean"
|
|
427
|
+
}
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
"name": "disabled",
|
|
431
|
+
"annotation": {
|
|
432
|
+
"type": "keyword",
|
|
433
|
+
"value": "boolean"
|
|
434
|
+
}
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
"name": "format",
|
|
438
|
+
"annotation": {
|
|
439
|
+
"type": "union",
|
|
440
|
+
"types": [
|
|
441
|
+
{
|
|
442
|
+
"type": "jsLiteral",
|
|
443
|
+
"value": "rgb"
|
|
444
|
+
},
|
|
445
|
+
{
|
|
446
|
+
"type": "jsLiteral",
|
|
447
|
+
"value": "hex"
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"type": "jsLiteral",
|
|
451
|
+
"value": "hsb"
|
|
452
|
+
}
|
|
453
|
+
]
|
|
454
|
+
}
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
"name": "configProps",
|
|
458
|
+
"annotation": {
|
|
459
|
+
"type": "reference",
|
|
460
|
+
"typeName": {
|
|
461
|
+
"type": "identifier",
|
|
462
|
+
"name": "Partial"
|
|
463
|
+
},
|
|
464
|
+
"typeParameters": {
|
|
465
|
+
"type": "typeParameterInstantiation",
|
|
466
|
+
"params": [
|
|
467
|
+
{
|
|
468
|
+
"type": "reference",
|
|
469
|
+
"typeName": {
|
|
470
|
+
"type": "identifier",
|
|
471
|
+
"name": "ColorPickerProps"
|
|
472
|
+
}
|
|
473
|
+
}
|
|
474
|
+
]
|
|
475
|
+
}
|
|
476
|
+
}
|
|
477
|
+
}
|
|
478
|
+
],
|
|
479
|
+
"events": [
|
|
480
|
+
{
|
|
481
|
+
"name": "change",
|
|
482
|
+
"detail": {
|
|
483
|
+
"annotation": {
|
|
484
|
+
"type": "union",
|
|
485
|
+
"types": [
|
|
486
|
+
{
|
|
487
|
+
"type": "keyword",
|
|
488
|
+
"value": "string"
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
"type": "keyword",
|
|
492
|
+
"value": "undefined"
|
|
493
|
+
}
|
|
494
|
+
]
|
|
495
|
+
}
|
|
496
|
+
}
|
|
497
|
+
}
|
|
498
|
+
],
|
|
499
|
+
"methods": []
|
|
500
|
+
},
|
|
346
501
|
"eo-form": {
|
|
347
502
|
"properties": [
|
|
348
503
|
{
|
|
@@ -3126,7 +3281,7 @@
|
|
|
3126
3281
|
}
|
|
3127
3282
|
]
|
|
3128
3283
|
},
|
|
3129
|
-
"eo-
|
|
3284
|
+
"eo-time-range-picker": {
|
|
3130
3285
|
"properties": [
|
|
3131
3286
|
{
|
|
3132
3287
|
"name": "name",
|
|
@@ -3144,48 +3299,14 @@
|
|
|
3144
3299
|
},
|
|
3145
3300
|
{
|
|
3146
3301
|
"name": "value",
|
|
3147
|
-
"annotation": {
|
|
3148
|
-
"type": "keyword",
|
|
3149
|
-
"value": "string"
|
|
3150
|
-
}
|
|
3151
|
-
},
|
|
3152
|
-
{
|
|
3153
|
-
"name": "placeholder",
|
|
3154
|
-
"annotation": {
|
|
3155
|
-
"type": "keyword",
|
|
3156
|
-
"value": "string"
|
|
3157
|
-
}
|
|
3158
|
-
},
|
|
3159
|
-
{
|
|
3160
|
-
"name": "message",
|
|
3161
3302
|
"annotation": {
|
|
3162
3303
|
"type": "reference",
|
|
3163
3304
|
"typeName": {
|
|
3164
3305
|
"type": "identifier",
|
|
3165
|
-
"name": "
|
|
3166
|
-
},
|
|
3167
|
-
"typeParameters": {
|
|
3168
|
-
"type": "typeParameterInstantiation",
|
|
3169
|
-
"params": [
|
|
3170
|
-
{
|
|
3171
|
-
"type": "keyword",
|
|
3172
|
-
"value": "string"
|
|
3173
|
-
},
|
|
3174
|
-
{
|
|
3175
|
-
"type": "keyword",
|
|
3176
|
-
"value": "string"
|
|
3177
|
-
}
|
|
3178
|
-
]
|
|
3306
|
+
"name": "TimeRange"
|
|
3179
3307
|
}
|
|
3180
3308
|
}
|
|
3181
3309
|
},
|
|
3182
|
-
{
|
|
3183
|
-
"name": "disabled",
|
|
3184
|
-
"annotation": {
|
|
3185
|
-
"type": "keyword",
|
|
3186
|
-
"value": "boolean"
|
|
3187
|
-
}
|
|
3188
|
-
},
|
|
3189
3310
|
{
|
|
3190
3311
|
"name": "required",
|
|
3191
3312
|
"annotation": {
|
|
@@ -3194,89 +3315,150 @@
|
|
|
3194
3315
|
}
|
|
3195
3316
|
},
|
|
3196
3317
|
{
|
|
3197
|
-
"name": "
|
|
3198
|
-
"annotation": {
|
|
3199
|
-
"type": "keyword",
|
|
3200
|
-
"value": "boolean"
|
|
3201
|
-
}
|
|
3202
|
-
},
|
|
3203
|
-
{
|
|
3204
|
-
"name": "format",
|
|
3205
|
-
"annotation": {
|
|
3206
|
-
"type": "keyword",
|
|
3207
|
-
"value": "string"
|
|
3208
|
-
}
|
|
3209
|
-
},
|
|
3210
|
-
{
|
|
3211
|
-
"name": "picker",
|
|
3318
|
+
"name": "rangeType",
|
|
3212
3319
|
"annotation": {
|
|
3213
3320
|
"type": "reference",
|
|
3214
3321
|
"typeName": {
|
|
3215
3322
|
"type": "identifier",
|
|
3216
|
-
"name": "
|
|
3323
|
+
"name": "RangeType"
|
|
3217
3324
|
}
|
|
3218
3325
|
}
|
|
3219
3326
|
},
|
|
3220
3327
|
{
|
|
3221
|
-
"name": "
|
|
3328
|
+
"name": "selectNearDays",
|
|
3222
3329
|
"annotation": {
|
|
3223
3330
|
"type": "keyword",
|
|
3224
|
-
"value": "
|
|
3225
|
-
}
|
|
3226
|
-
},
|
|
3227
|
-
{
|
|
3228
|
-
"name": "disabledDate",
|
|
3229
|
-
"annotation": {
|
|
3230
|
-
"type": "reference",
|
|
3231
|
-
"typeName": {
|
|
3232
|
-
"type": "identifier",
|
|
3233
|
-
"name": "DisabledDateType"
|
|
3234
|
-
}
|
|
3331
|
+
"value": "number"
|
|
3235
3332
|
}
|
|
3236
3333
|
},
|
|
3237
3334
|
{
|
|
3238
|
-
"name": "
|
|
3335
|
+
"name": "emitChangeOnInit",
|
|
3239
3336
|
"annotation": {
|
|
3240
3337
|
"type": "keyword",
|
|
3241
3338
|
"value": "boolean"
|
|
3242
3339
|
}
|
|
3243
3340
|
},
|
|
3244
3341
|
{
|
|
3245
|
-
"name": "
|
|
3342
|
+
"name": "presetRanges",
|
|
3246
3343
|
"annotation": {
|
|
3247
|
-
"type": "
|
|
3248
|
-
"
|
|
3249
|
-
"type": "
|
|
3250
|
-
"
|
|
3251
|
-
|
|
3252
|
-
|
|
3253
|
-
|
|
3254
|
-
],
|
|
3255
|
-
"events": [
|
|
3256
|
-
{
|
|
3257
|
-
"name": "change",
|
|
3258
|
-
"detail": {
|
|
3259
|
-
"annotation": {
|
|
3260
|
-
"type": "keyword",
|
|
3261
|
-
"value": "string"
|
|
3344
|
+
"type": "array",
|
|
3345
|
+
"elementType": {
|
|
3346
|
+
"type": "reference",
|
|
3347
|
+
"typeName": {
|
|
3348
|
+
"type": "identifier",
|
|
3349
|
+
"name": "presetRangeType"
|
|
3350
|
+
}
|
|
3262
3351
|
}
|
|
3263
3352
|
}
|
|
3264
3353
|
},
|
|
3265
3354
|
{
|
|
3266
|
-
"name": "
|
|
3267
|
-
"
|
|
3268
|
-
"
|
|
3269
|
-
|
|
3270
|
-
"
|
|
3271
|
-
|
|
3272
|
-
|
|
3273
|
-
|
|
3274
|
-
|
|
3275
|
-
|
|
3276
|
-
|
|
3277
|
-
|
|
3278
|
-
|
|
3279
|
-
|
|
3355
|
+
"name": "validator",
|
|
3356
|
+
"annotation": {
|
|
3357
|
+
"type": "parenthesizedType",
|
|
3358
|
+
"annotation": {
|
|
3359
|
+
"type": "function",
|
|
3360
|
+
"parameters": [
|
|
3361
|
+
{
|
|
3362
|
+
"type": "identifier",
|
|
3363
|
+
"name": "value",
|
|
3364
|
+
"annotation": {
|
|
3365
|
+
"type": "keyword",
|
|
3366
|
+
"value": "any"
|
|
3367
|
+
}
|
|
3368
|
+
}
|
|
3369
|
+
],
|
|
3370
|
+
"annotation": {
|
|
3371
|
+
"type": "union",
|
|
3372
|
+
"types": [
|
|
3373
|
+
{
|
|
3374
|
+
"type": "reference",
|
|
3375
|
+
"typeName": {
|
|
3376
|
+
"type": "identifier",
|
|
3377
|
+
"name": "MessageBody"
|
|
3378
|
+
}
|
|
3379
|
+
},
|
|
3380
|
+
{
|
|
3381
|
+
"type": "keyword",
|
|
3382
|
+
"value": "string"
|
|
3383
|
+
}
|
|
3384
|
+
]
|
|
3385
|
+
}
|
|
3386
|
+
}
|
|
3387
|
+
}
|
|
3388
|
+
}
|
|
3389
|
+
],
|
|
3390
|
+
"events": [
|
|
3391
|
+
{
|
|
3392
|
+
"name": "change",
|
|
3393
|
+
"detail": {
|
|
3394
|
+
"annotation": {
|
|
3395
|
+
"type": "reference",
|
|
3396
|
+
"typeName": {
|
|
3397
|
+
"type": "identifier",
|
|
3398
|
+
"name": "TimeRange"
|
|
3399
|
+
}
|
|
3400
|
+
}
|
|
3401
|
+
}
|
|
3402
|
+
}
|
|
3403
|
+
],
|
|
3404
|
+
"methods": [],
|
|
3405
|
+
"types": [
|
|
3406
|
+
{
|
|
3407
|
+
"type": "interface",
|
|
3408
|
+
"name": "TimeRange",
|
|
3409
|
+
"body": [
|
|
3410
|
+
{
|
|
3411
|
+
"type": "propertySignature",
|
|
3412
|
+
"key": {
|
|
3413
|
+
"type": "identifier",
|
|
3414
|
+
"name": "startTime"
|
|
3415
|
+
},
|
|
3416
|
+
"annotation": {
|
|
3417
|
+
"type": "keyword",
|
|
3418
|
+
"value": "string"
|
|
3419
|
+
},
|
|
3420
|
+
"computed": false
|
|
3421
|
+
},
|
|
3422
|
+
{
|
|
3423
|
+
"type": "propertySignature",
|
|
3424
|
+
"key": {
|
|
3425
|
+
"type": "identifier",
|
|
3426
|
+
"name": "endTime"
|
|
3427
|
+
},
|
|
3428
|
+
"annotation": {
|
|
3429
|
+
"type": "keyword",
|
|
3430
|
+
"value": "string"
|
|
3431
|
+
},
|
|
3432
|
+
"computed": false
|
|
3433
|
+
}
|
|
3434
|
+
]
|
|
3435
|
+
},
|
|
3436
|
+
{
|
|
3437
|
+
"type": "typeAlias",
|
|
3438
|
+
"name": "RangeType",
|
|
3439
|
+
"annotation": {
|
|
3440
|
+
"type": "intersection",
|
|
3441
|
+
"types": [
|
|
3442
|
+
{
|
|
3443
|
+
"type": "reference",
|
|
3444
|
+
"typeName": {
|
|
3445
|
+
"type": "identifier",
|
|
3446
|
+
"name": "PickerType"
|
|
3447
|
+
}
|
|
3448
|
+
},
|
|
3449
|
+
{
|
|
3450
|
+
"type": "reference",
|
|
3451
|
+
"typeName": {
|
|
3452
|
+
"type": "identifier",
|
|
3453
|
+
"name": "OtherPickerType"
|
|
3454
|
+
}
|
|
3455
|
+
}
|
|
3456
|
+
]
|
|
3457
|
+
}
|
|
3458
|
+
},
|
|
3459
|
+
{
|
|
3460
|
+
"type": "typeAlias",
|
|
3461
|
+
"name": "PickerType",
|
|
3280
3462
|
"annotation": {
|
|
3281
3463
|
"type": "union",
|
|
3282
3464
|
"types": [
|
|
@@ -3294,204 +3476,100 @@
|
|
|
3294
3476
|
},
|
|
3295
3477
|
{
|
|
3296
3478
|
"type": "jsLiteral",
|
|
3297
|
-
"value": "
|
|
3479
|
+
"value": "quarter"
|
|
3298
3480
|
},
|
|
3299
3481
|
{
|
|
3300
3482
|
"type": "jsLiteral",
|
|
3301
|
-
"value": "
|
|
3483
|
+
"value": "year"
|
|
3302
3484
|
}
|
|
3303
3485
|
]
|
|
3304
3486
|
}
|
|
3305
3487
|
},
|
|
3306
3488
|
{
|
|
3307
3489
|
"type": "typeAlias",
|
|
3308
|
-
"name": "
|
|
3490
|
+
"name": "OtherPickerType",
|
|
3309
3491
|
"annotation": {
|
|
3310
3492
|
"type": "union",
|
|
3311
3493
|
"types": [
|
|
3312
3494
|
{
|
|
3313
|
-
"type": "
|
|
3314
|
-
"
|
|
3315
|
-
"type": "identifier",
|
|
3316
|
-
"name": "DisabledDate"
|
|
3317
|
-
}
|
|
3495
|
+
"type": "jsLiteral",
|
|
3496
|
+
"value": "dateTime"
|
|
3318
3497
|
},
|
|
3319
3498
|
{
|
|
3320
|
-
"type": "
|
|
3321
|
-
"
|
|
3322
|
-
|
|
3323
|
-
|
|
3324
|
-
|
|
3325
|
-
|
|
3326
|
-
}
|
|
3327
|
-
}
|
|
3499
|
+
"type": "jsLiteral",
|
|
3500
|
+
"value": "hmTime"
|
|
3501
|
+
},
|
|
3502
|
+
{
|
|
3503
|
+
"type": "jsLiteral",
|
|
3504
|
+
"value": "time"
|
|
3328
3505
|
}
|
|
3329
3506
|
]
|
|
3330
3507
|
}
|
|
3331
3508
|
},
|
|
3332
3509
|
{
|
|
3333
|
-
"type": "
|
|
3334
|
-
"name": "
|
|
3335
|
-
"
|
|
3336
|
-
{
|
|
3337
|
-
"type": "propertySignature",
|
|
3338
|
-
"key": {
|
|
3339
|
-
"type": "identifier",
|
|
3340
|
-
"name": "second"
|
|
3341
|
-
},
|
|
3342
|
-
"annotation": {
|
|
3343
|
-
"type": "union",
|
|
3344
|
-
"types": [
|
|
3345
|
-
{
|
|
3346
|
-
"type": "keyword",
|
|
3347
|
-
"value": "string"
|
|
3348
|
-
},
|
|
3349
|
-
{
|
|
3350
|
-
"type": "keyword",
|
|
3351
|
-
"value": "number"
|
|
3352
|
-
}
|
|
3353
|
-
]
|
|
3354
|
-
},
|
|
3355
|
-
"optional": true,
|
|
3356
|
-
"computed": false
|
|
3357
|
-
},
|
|
3358
|
-
{
|
|
3359
|
-
"type": "propertySignature",
|
|
3360
|
-
"key": {
|
|
3361
|
-
"type": "identifier",
|
|
3362
|
-
"name": "minute"
|
|
3363
|
-
},
|
|
3364
|
-
"annotation": {
|
|
3365
|
-
"type": "union",
|
|
3366
|
-
"types": [
|
|
3367
|
-
{
|
|
3368
|
-
"type": "keyword",
|
|
3369
|
-
"value": "string"
|
|
3370
|
-
},
|
|
3371
|
-
{
|
|
3372
|
-
"type": "keyword",
|
|
3373
|
-
"value": "number"
|
|
3374
|
-
}
|
|
3375
|
-
]
|
|
3376
|
-
},
|
|
3377
|
-
"optional": true,
|
|
3378
|
-
"computed": false
|
|
3379
|
-
},
|
|
3510
|
+
"type": "enum",
|
|
3511
|
+
"name": "presetRangeType",
|
|
3512
|
+
"members": [
|
|
3380
3513
|
{
|
|
3381
|
-
"type": "
|
|
3382
|
-
"
|
|
3514
|
+
"type": "enumMember",
|
|
3515
|
+
"id": {
|
|
3383
3516
|
"type": "identifier",
|
|
3384
|
-
"name": "
|
|
3385
|
-
},
|
|
3386
|
-
"annotation": {
|
|
3387
|
-
"type": "union",
|
|
3388
|
-
"types": [
|
|
3389
|
-
{
|
|
3390
|
-
"type": "keyword",
|
|
3391
|
-
"value": "string"
|
|
3392
|
-
},
|
|
3393
|
-
{
|
|
3394
|
-
"type": "keyword",
|
|
3395
|
-
"value": "number"
|
|
3396
|
-
}
|
|
3397
|
-
]
|
|
3517
|
+
"name": "Today"
|
|
3398
3518
|
},
|
|
3399
|
-
"
|
|
3400
|
-
|
|
3519
|
+
"initializer": {
|
|
3520
|
+
"type": "jsLiteral",
|
|
3521
|
+
"value": "今天"
|
|
3522
|
+
}
|
|
3401
3523
|
},
|
|
3402
3524
|
{
|
|
3403
|
-
"type": "
|
|
3404
|
-
"
|
|
3525
|
+
"type": "enumMember",
|
|
3526
|
+
"id": {
|
|
3405
3527
|
"type": "identifier",
|
|
3406
|
-
"name": "
|
|
3407
|
-
},
|
|
3408
|
-
"annotation": {
|
|
3409
|
-
"type": "union",
|
|
3410
|
-
"types": [
|
|
3411
|
-
{
|
|
3412
|
-
"type": "keyword",
|
|
3413
|
-
"value": "string"
|
|
3414
|
-
},
|
|
3415
|
-
{
|
|
3416
|
-
"type": "keyword",
|
|
3417
|
-
"value": "number"
|
|
3418
|
-
}
|
|
3419
|
-
]
|
|
3528
|
+
"name": "ThisWeek"
|
|
3420
3529
|
},
|
|
3421
|
-
"
|
|
3422
|
-
|
|
3530
|
+
"initializer": {
|
|
3531
|
+
"type": "jsLiteral",
|
|
3532
|
+
"value": "本周"
|
|
3533
|
+
}
|
|
3423
3534
|
},
|
|
3424
3535
|
{
|
|
3425
|
-
"type": "
|
|
3426
|
-
"
|
|
3536
|
+
"type": "enumMember",
|
|
3537
|
+
"id": {
|
|
3427
3538
|
"type": "identifier",
|
|
3428
|
-
"name": "
|
|
3429
|
-
},
|
|
3430
|
-
"annotation": {
|
|
3431
|
-
"type": "union",
|
|
3432
|
-
"types": [
|
|
3433
|
-
{
|
|
3434
|
-
"type": "keyword",
|
|
3435
|
-
"value": "string"
|
|
3436
|
-
},
|
|
3437
|
-
{
|
|
3438
|
-
"type": "keyword",
|
|
3439
|
-
"value": "number"
|
|
3440
|
-
}
|
|
3441
|
-
]
|
|
3539
|
+
"name": "ThisMonth"
|
|
3442
3540
|
},
|
|
3443
|
-
"
|
|
3444
|
-
|
|
3541
|
+
"initializer": {
|
|
3542
|
+
"type": "jsLiteral",
|
|
3543
|
+
"value": "本月"
|
|
3544
|
+
}
|
|
3445
3545
|
},
|
|
3446
3546
|
{
|
|
3447
|
-
"type": "
|
|
3448
|
-
"
|
|
3547
|
+
"type": "enumMember",
|
|
3548
|
+
"id": {
|
|
3449
3549
|
"type": "identifier",
|
|
3450
|
-
"name": "
|
|
3451
|
-
},
|
|
3452
|
-
"annotation": {
|
|
3453
|
-
"type": "union",
|
|
3454
|
-
"types": [
|
|
3455
|
-
{
|
|
3456
|
-
"type": "keyword",
|
|
3457
|
-
"value": "string"
|
|
3458
|
-
},
|
|
3459
|
-
{
|
|
3460
|
-
"type": "keyword",
|
|
3461
|
-
"value": "number"
|
|
3462
|
-
}
|
|
3463
|
-
]
|
|
3550
|
+
"name": "ThisQuarter"
|
|
3464
3551
|
},
|
|
3465
|
-
"
|
|
3466
|
-
|
|
3552
|
+
"initializer": {
|
|
3553
|
+
"type": "jsLiteral",
|
|
3554
|
+
"value": "本季度"
|
|
3555
|
+
}
|
|
3467
3556
|
},
|
|
3468
3557
|
{
|
|
3469
|
-
"type": "
|
|
3470
|
-
"
|
|
3558
|
+
"type": "enumMember",
|
|
3559
|
+
"id": {
|
|
3471
3560
|
"type": "identifier",
|
|
3472
|
-
"name": "
|
|
3473
|
-
},
|
|
3474
|
-
"annotation": {
|
|
3475
|
-
"type": "union",
|
|
3476
|
-
"types": [
|
|
3477
|
-
{
|
|
3478
|
-
"type": "keyword",
|
|
3479
|
-
"value": "string"
|
|
3480
|
-
},
|
|
3481
|
-
{
|
|
3482
|
-
"type": "keyword",
|
|
3483
|
-
"value": "number"
|
|
3484
|
-
}
|
|
3485
|
-
]
|
|
3561
|
+
"name": "ThisYear"
|
|
3486
3562
|
},
|
|
3487
|
-
"
|
|
3488
|
-
|
|
3563
|
+
"initializer": {
|
|
3564
|
+
"type": "jsLiteral",
|
|
3565
|
+
"value": "今年"
|
|
3566
|
+
}
|
|
3489
3567
|
}
|
|
3490
3568
|
]
|
|
3491
3569
|
}
|
|
3492
3570
|
]
|
|
3493
3571
|
},
|
|
3494
|
-
"eo-
|
|
3572
|
+
"eo-date-picker": {
|
|
3495
3573
|
"properties": [
|
|
3496
3574
|
{
|
|
3497
3575
|
"name": "name",
|
|
@@ -3510,165 +3588,138 @@
|
|
|
3510
3588
|
{
|
|
3511
3589
|
"name": "value",
|
|
3512
3590
|
"annotation": {
|
|
3513
|
-
"type": "
|
|
3514
|
-
"
|
|
3515
|
-
"type": "identifier",
|
|
3516
|
-
"name": "TimeRange"
|
|
3517
|
-
}
|
|
3591
|
+
"type": "keyword",
|
|
3592
|
+
"value": "string"
|
|
3518
3593
|
}
|
|
3519
3594
|
},
|
|
3520
3595
|
{
|
|
3521
|
-
"name": "
|
|
3596
|
+
"name": "placeholder",
|
|
3522
3597
|
"annotation": {
|
|
3523
3598
|
"type": "keyword",
|
|
3524
|
-
"value": "
|
|
3599
|
+
"value": "string"
|
|
3525
3600
|
}
|
|
3526
3601
|
},
|
|
3527
3602
|
{
|
|
3528
|
-
"name": "
|
|
3603
|
+
"name": "message",
|
|
3529
3604
|
"annotation": {
|
|
3530
3605
|
"type": "reference",
|
|
3531
3606
|
"typeName": {
|
|
3532
3607
|
"type": "identifier",
|
|
3533
|
-
"name": "
|
|
3608
|
+
"name": "Record"
|
|
3609
|
+
},
|
|
3610
|
+
"typeParameters": {
|
|
3611
|
+
"type": "typeParameterInstantiation",
|
|
3612
|
+
"params": [
|
|
3613
|
+
{
|
|
3614
|
+
"type": "keyword",
|
|
3615
|
+
"value": "string"
|
|
3616
|
+
},
|
|
3617
|
+
{
|
|
3618
|
+
"type": "keyword",
|
|
3619
|
+
"value": "string"
|
|
3620
|
+
}
|
|
3621
|
+
]
|
|
3534
3622
|
}
|
|
3535
3623
|
}
|
|
3536
3624
|
},
|
|
3537
3625
|
{
|
|
3538
|
-
"name": "
|
|
3626
|
+
"name": "disabled",
|
|
3539
3627
|
"annotation": {
|
|
3540
3628
|
"type": "keyword",
|
|
3541
|
-
"value": "
|
|
3629
|
+
"value": "boolean"
|
|
3542
3630
|
}
|
|
3543
3631
|
},
|
|
3544
3632
|
{
|
|
3545
|
-
"name": "
|
|
3633
|
+
"name": "required",
|
|
3546
3634
|
"annotation": {
|
|
3547
3635
|
"type": "keyword",
|
|
3548
3636
|
"value": "boolean"
|
|
3549
3637
|
}
|
|
3550
3638
|
},
|
|
3551
3639
|
{
|
|
3552
|
-
"name": "
|
|
3640
|
+
"name": "showTime",
|
|
3553
3641
|
"annotation": {
|
|
3554
|
-
"type": "
|
|
3555
|
-
"
|
|
3556
|
-
"type": "reference",
|
|
3557
|
-
"typeName": {
|
|
3558
|
-
"type": "identifier",
|
|
3559
|
-
"name": "presetRangeType"
|
|
3560
|
-
}
|
|
3561
|
-
}
|
|
3642
|
+
"type": "keyword",
|
|
3643
|
+
"value": "boolean"
|
|
3562
3644
|
}
|
|
3563
3645
|
},
|
|
3564
3646
|
{
|
|
3565
|
-
"name": "
|
|
3647
|
+
"name": "format",
|
|
3566
3648
|
"annotation": {
|
|
3567
|
-
"type": "
|
|
3568
|
-
"
|
|
3569
|
-
"type": "function",
|
|
3570
|
-
"parameters": [
|
|
3571
|
-
{
|
|
3572
|
-
"type": "identifier",
|
|
3573
|
-
"name": "value",
|
|
3574
|
-
"annotation": {
|
|
3575
|
-
"type": "keyword",
|
|
3576
|
-
"value": "any"
|
|
3577
|
-
}
|
|
3578
|
-
}
|
|
3579
|
-
],
|
|
3580
|
-
"annotation": {
|
|
3581
|
-
"type": "union",
|
|
3582
|
-
"types": [
|
|
3583
|
-
{
|
|
3584
|
-
"type": "reference",
|
|
3585
|
-
"typeName": {
|
|
3586
|
-
"type": "identifier",
|
|
3587
|
-
"name": "MessageBody"
|
|
3588
|
-
}
|
|
3589
|
-
},
|
|
3590
|
-
{
|
|
3591
|
-
"type": "keyword",
|
|
3592
|
-
"value": "string"
|
|
3593
|
-
}
|
|
3594
|
-
]
|
|
3595
|
-
}
|
|
3596
|
-
}
|
|
3649
|
+
"type": "keyword",
|
|
3650
|
+
"value": "string"
|
|
3597
3651
|
}
|
|
3598
|
-
}
|
|
3599
|
-
],
|
|
3600
|
-
"events": [
|
|
3652
|
+
},
|
|
3601
3653
|
{
|
|
3602
|
-
"name": "
|
|
3603
|
-
"
|
|
3604
|
-
"
|
|
3605
|
-
|
|
3606
|
-
"
|
|
3607
|
-
|
|
3608
|
-
"name": "TimeRange"
|
|
3609
|
-
}
|
|
3654
|
+
"name": "picker",
|
|
3655
|
+
"annotation": {
|
|
3656
|
+
"type": "reference",
|
|
3657
|
+
"typeName": {
|
|
3658
|
+
"type": "identifier",
|
|
3659
|
+
"name": "PickerMode"
|
|
3610
3660
|
}
|
|
3611
3661
|
}
|
|
3612
|
-
}
|
|
3613
|
-
],
|
|
3614
|
-
"methods": [],
|
|
3615
|
-
"types": [
|
|
3662
|
+
},
|
|
3616
3663
|
{
|
|
3617
|
-
"
|
|
3618
|
-
"
|
|
3619
|
-
|
|
3620
|
-
|
|
3621
|
-
|
|
3622
|
-
|
|
3623
|
-
|
|
3624
|
-
|
|
3625
|
-
|
|
3626
|
-
|
|
3627
|
-
|
|
3628
|
-
|
|
3629
|
-
|
|
3630
|
-
"computed": false
|
|
3631
|
-
},
|
|
3632
|
-
{
|
|
3633
|
-
"type": "propertySignature",
|
|
3634
|
-
"key": {
|
|
3635
|
-
"type": "identifier",
|
|
3636
|
-
"name": "endTime"
|
|
3637
|
-
},
|
|
3638
|
-
"annotation": {
|
|
3639
|
-
"type": "keyword",
|
|
3640
|
-
"value": "string"
|
|
3641
|
-
},
|
|
3642
|
-
"computed": false
|
|
3664
|
+
"name": "futureDateDisabled",
|
|
3665
|
+
"annotation": {
|
|
3666
|
+
"type": "keyword",
|
|
3667
|
+
"value": "boolean"
|
|
3668
|
+
}
|
|
3669
|
+
},
|
|
3670
|
+
{
|
|
3671
|
+
"name": "disabledDate",
|
|
3672
|
+
"annotation": {
|
|
3673
|
+
"type": "reference",
|
|
3674
|
+
"typeName": {
|
|
3675
|
+
"type": "identifier",
|
|
3676
|
+
"name": "DisabledDateType"
|
|
3643
3677
|
}
|
|
3644
|
-
|
|
3678
|
+
}
|
|
3679
|
+
},
|
|
3680
|
+
{
|
|
3681
|
+
"name": "useFastSelectBtn",
|
|
3682
|
+
"annotation": {
|
|
3683
|
+
"type": "keyword",
|
|
3684
|
+
"value": "boolean"
|
|
3685
|
+
}
|
|
3645
3686
|
},
|
|
3646
3687
|
{
|
|
3647
|
-
"
|
|
3648
|
-
"name": "RangeType",
|
|
3688
|
+
"name": "inputStyle",
|
|
3649
3689
|
"annotation": {
|
|
3650
|
-
"type": "
|
|
3651
|
-
"
|
|
3652
|
-
|
|
3653
|
-
|
|
3654
|
-
|
|
3655
|
-
|
|
3656
|
-
|
|
3657
|
-
|
|
3658
|
-
|
|
3659
|
-
|
|
3660
|
-
|
|
3661
|
-
|
|
3662
|
-
|
|
3663
|
-
|
|
3664
|
-
|
|
3665
|
-
|
|
3666
|
-
]
|
|
3690
|
+
"type": "reference",
|
|
3691
|
+
"typeName": {
|
|
3692
|
+
"type": "identifier",
|
|
3693
|
+
"name": "CSSProperties"
|
|
3694
|
+
}
|
|
3695
|
+
}
|
|
3696
|
+
}
|
|
3697
|
+
],
|
|
3698
|
+
"events": [
|
|
3699
|
+
{
|
|
3700
|
+
"name": "change",
|
|
3701
|
+
"detail": {
|
|
3702
|
+
"annotation": {
|
|
3703
|
+
"type": "keyword",
|
|
3704
|
+
"value": "string"
|
|
3705
|
+
}
|
|
3667
3706
|
}
|
|
3668
3707
|
},
|
|
3708
|
+
{
|
|
3709
|
+
"name": "ok",
|
|
3710
|
+
"detail": {
|
|
3711
|
+
"annotation": {
|
|
3712
|
+
"type": "keyword",
|
|
3713
|
+
"value": "string"
|
|
3714
|
+
}
|
|
3715
|
+
}
|
|
3716
|
+
}
|
|
3717
|
+
],
|
|
3718
|
+
"methods": [],
|
|
3719
|
+
"types": [
|
|
3669
3720
|
{
|
|
3670
3721
|
"type": "typeAlias",
|
|
3671
|
-
"name": "
|
|
3722
|
+
"name": "PickerMode",
|
|
3672
3723
|
"annotation": {
|
|
3673
3724
|
"type": "union",
|
|
3674
3725
|
"types": [
|
|
@@ -3686,94 +3737,198 @@
|
|
|
3686
3737
|
},
|
|
3687
3738
|
{
|
|
3688
3739
|
"type": "jsLiteral",
|
|
3689
|
-
"value": "
|
|
3740
|
+
"value": "year"
|
|
3690
3741
|
},
|
|
3691
3742
|
{
|
|
3692
3743
|
"type": "jsLiteral",
|
|
3693
|
-
"value": "
|
|
3744
|
+
"value": "quarter"
|
|
3694
3745
|
}
|
|
3695
3746
|
]
|
|
3696
3747
|
}
|
|
3697
3748
|
},
|
|
3698
3749
|
{
|
|
3699
3750
|
"type": "typeAlias",
|
|
3700
|
-
"name": "
|
|
3751
|
+
"name": "DisabledDateType",
|
|
3701
3752
|
"annotation": {
|
|
3702
3753
|
"type": "union",
|
|
3703
3754
|
"types": [
|
|
3704
3755
|
{
|
|
3705
|
-
"type": "
|
|
3706
|
-
"
|
|
3707
|
-
|
|
3708
|
-
|
|
3709
|
-
|
|
3710
|
-
"value": "hmTime"
|
|
3756
|
+
"type": "reference",
|
|
3757
|
+
"typeName": {
|
|
3758
|
+
"type": "identifier",
|
|
3759
|
+
"name": "DisabledDate"
|
|
3760
|
+
}
|
|
3711
3761
|
},
|
|
3712
3762
|
{
|
|
3713
|
-
"type": "
|
|
3714
|
-
"
|
|
3763
|
+
"type": "array",
|
|
3764
|
+
"elementType": {
|
|
3765
|
+
"type": "reference",
|
|
3766
|
+
"typeName": {
|
|
3767
|
+
"type": "identifier",
|
|
3768
|
+
"name": "DisabledDate"
|
|
3769
|
+
}
|
|
3770
|
+
}
|
|
3715
3771
|
}
|
|
3716
3772
|
]
|
|
3717
3773
|
}
|
|
3718
3774
|
},
|
|
3719
3775
|
{
|
|
3720
|
-
"type": "
|
|
3721
|
-
"name": "
|
|
3722
|
-
"
|
|
3776
|
+
"type": "interface",
|
|
3777
|
+
"name": "DisabledDate",
|
|
3778
|
+
"body": [
|
|
3723
3779
|
{
|
|
3724
|
-
"type": "
|
|
3725
|
-
"
|
|
3780
|
+
"type": "propertySignature",
|
|
3781
|
+
"key": {
|
|
3726
3782
|
"type": "identifier",
|
|
3727
|
-
"name": "
|
|
3783
|
+
"name": "second"
|
|
3728
3784
|
},
|
|
3729
|
-
"
|
|
3730
|
-
"type": "
|
|
3731
|
-
"
|
|
3732
|
-
|
|
3785
|
+
"annotation": {
|
|
3786
|
+
"type": "union",
|
|
3787
|
+
"types": [
|
|
3788
|
+
{
|
|
3789
|
+
"type": "keyword",
|
|
3790
|
+
"value": "string"
|
|
3791
|
+
},
|
|
3792
|
+
{
|
|
3793
|
+
"type": "keyword",
|
|
3794
|
+
"value": "number"
|
|
3795
|
+
}
|
|
3796
|
+
]
|
|
3797
|
+
},
|
|
3798
|
+
"optional": true,
|
|
3799
|
+
"computed": false
|
|
3733
3800
|
},
|
|
3734
3801
|
{
|
|
3735
|
-
"type": "
|
|
3736
|
-
"
|
|
3802
|
+
"type": "propertySignature",
|
|
3803
|
+
"key": {
|
|
3737
3804
|
"type": "identifier",
|
|
3738
|
-
"name": "
|
|
3805
|
+
"name": "minute"
|
|
3739
3806
|
},
|
|
3740
|
-
"
|
|
3741
|
-
"type": "
|
|
3742
|
-
"
|
|
3743
|
-
|
|
3807
|
+
"annotation": {
|
|
3808
|
+
"type": "union",
|
|
3809
|
+
"types": [
|
|
3810
|
+
{
|
|
3811
|
+
"type": "keyword",
|
|
3812
|
+
"value": "string"
|
|
3813
|
+
},
|
|
3814
|
+
{
|
|
3815
|
+
"type": "keyword",
|
|
3816
|
+
"value": "number"
|
|
3817
|
+
}
|
|
3818
|
+
]
|
|
3819
|
+
},
|
|
3820
|
+
"optional": true,
|
|
3821
|
+
"computed": false
|
|
3744
3822
|
},
|
|
3745
3823
|
{
|
|
3746
|
-
"type": "
|
|
3747
|
-
"
|
|
3824
|
+
"type": "propertySignature",
|
|
3825
|
+
"key": {
|
|
3748
3826
|
"type": "identifier",
|
|
3749
|
-
"name": "
|
|
3827
|
+
"name": "hour"
|
|
3750
3828
|
},
|
|
3751
|
-
"
|
|
3752
|
-
"type": "
|
|
3753
|
-
"
|
|
3754
|
-
|
|
3829
|
+
"annotation": {
|
|
3830
|
+
"type": "union",
|
|
3831
|
+
"types": [
|
|
3832
|
+
{
|
|
3833
|
+
"type": "keyword",
|
|
3834
|
+
"value": "string"
|
|
3835
|
+
},
|
|
3836
|
+
{
|
|
3837
|
+
"type": "keyword",
|
|
3838
|
+
"value": "number"
|
|
3839
|
+
}
|
|
3840
|
+
]
|
|
3841
|
+
},
|
|
3842
|
+
"optional": true,
|
|
3843
|
+
"computed": false
|
|
3755
3844
|
},
|
|
3756
3845
|
{
|
|
3757
|
-
"type": "
|
|
3758
|
-
"
|
|
3846
|
+
"type": "propertySignature",
|
|
3847
|
+
"key": {
|
|
3759
3848
|
"type": "identifier",
|
|
3760
|
-
"name": "
|
|
3849
|
+
"name": "date"
|
|
3761
3850
|
},
|
|
3762
|
-
"
|
|
3763
|
-
"type": "
|
|
3764
|
-
"
|
|
3765
|
-
|
|
3851
|
+
"annotation": {
|
|
3852
|
+
"type": "union",
|
|
3853
|
+
"types": [
|
|
3854
|
+
{
|
|
3855
|
+
"type": "keyword",
|
|
3856
|
+
"value": "string"
|
|
3857
|
+
},
|
|
3858
|
+
{
|
|
3859
|
+
"type": "keyword",
|
|
3860
|
+
"value": "number"
|
|
3861
|
+
}
|
|
3862
|
+
]
|
|
3863
|
+
},
|
|
3864
|
+
"optional": true,
|
|
3865
|
+
"computed": false
|
|
3766
3866
|
},
|
|
3767
3867
|
{
|
|
3768
|
-
"type": "
|
|
3769
|
-
"
|
|
3868
|
+
"type": "propertySignature",
|
|
3869
|
+
"key": {
|
|
3770
3870
|
"type": "identifier",
|
|
3771
|
-
"name": "
|
|
3871
|
+
"name": "month"
|
|
3772
3872
|
},
|
|
3773
|
-
"
|
|
3774
|
-
"type": "
|
|
3775
|
-
"
|
|
3776
|
-
|
|
3873
|
+
"annotation": {
|
|
3874
|
+
"type": "union",
|
|
3875
|
+
"types": [
|
|
3876
|
+
{
|
|
3877
|
+
"type": "keyword",
|
|
3878
|
+
"value": "string"
|
|
3879
|
+
},
|
|
3880
|
+
{
|
|
3881
|
+
"type": "keyword",
|
|
3882
|
+
"value": "number"
|
|
3883
|
+
}
|
|
3884
|
+
]
|
|
3885
|
+
},
|
|
3886
|
+
"optional": true,
|
|
3887
|
+
"computed": false
|
|
3888
|
+
},
|
|
3889
|
+
{
|
|
3890
|
+
"type": "propertySignature",
|
|
3891
|
+
"key": {
|
|
3892
|
+
"type": "identifier",
|
|
3893
|
+
"name": "year"
|
|
3894
|
+
},
|
|
3895
|
+
"annotation": {
|
|
3896
|
+
"type": "union",
|
|
3897
|
+
"types": [
|
|
3898
|
+
{
|
|
3899
|
+
"type": "keyword",
|
|
3900
|
+
"value": "string"
|
|
3901
|
+
},
|
|
3902
|
+
{
|
|
3903
|
+
"type": "keyword",
|
|
3904
|
+
"value": "number"
|
|
3905
|
+
}
|
|
3906
|
+
]
|
|
3907
|
+
},
|
|
3908
|
+
"optional": true,
|
|
3909
|
+
"computed": false
|
|
3910
|
+
},
|
|
3911
|
+
{
|
|
3912
|
+
"type": "propertySignature",
|
|
3913
|
+
"key": {
|
|
3914
|
+
"type": "identifier",
|
|
3915
|
+
"name": "weekday"
|
|
3916
|
+
},
|
|
3917
|
+
"annotation": {
|
|
3918
|
+
"type": "union",
|
|
3919
|
+
"types": [
|
|
3920
|
+
{
|
|
3921
|
+
"type": "keyword",
|
|
3922
|
+
"value": "string"
|
|
3923
|
+
},
|
|
3924
|
+
{
|
|
3925
|
+
"type": "keyword",
|
|
3926
|
+
"value": "number"
|
|
3927
|
+
}
|
|
3928
|
+
]
|
|
3929
|
+
},
|
|
3930
|
+
"optional": true,
|
|
3931
|
+
"computed": false
|
|
3777
3932
|
}
|
|
3778
3933
|
]
|
|
3779
3934
|
}
|