@next-bricks/form 1.15.4 → 1.15.5
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 +23 -23
- package/dist/examples.json +8 -8
- package/dist/{index.8b341749.js → index.929db4ba.js} +2 -2
- package/dist/{index.8b341749.js.map → index.929db4ba.js.map} +1 -1
- package/dist/manifest.json +152 -152
- package/dist/types.json +671 -671
- package/package.json +3 -3
package/dist/types.json
CHANGED
|
@@ -3422,7 +3422,7 @@
|
|
|
3422
3422
|
}
|
|
3423
3423
|
]
|
|
3424
3424
|
},
|
|
3425
|
-
"eo-
|
|
3425
|
+
"eo-date-picker": {
|
|
3426
3426
|
"properties": [
|
|
3427
3427
|
{
|
|
3428
3428
|
"name": "name",
|
|
@@ -3440,14 +3440,48 @@
|
|
|
3440
3440
|
},
|
|
3441
3441
|
{
|
|
3442
3442
|
"name": "value",
|
|
3443
|
+
"annotation": {
|
|
3444
|
+
"type": "keyword",
|
|
3445
|
+
"value": "string"
|
|
3446
|
+
}
|
|
3447
|
+
},
|
|
3448
|
+
{
|
|
3449
|
+
"name": "placeholder",
|
|
3450
|
+
"annotation": {
|
|
3451
|
+
"type": "keyword",
|
|
3452
|
+
"value": "string"
|
|
3453
|
+
}
|
|
3454
|
+
},
|
|
3455
|
+
{
|
|
3456
|
+
"name": "message",
|
|
3443
3457
|
"annotation": {
|
|
3444
3458
|
"type": "reference",
|
|
3445
3459
|
"typeName": {
|
|
3446
3460
|
"type": "identifier",
|
|
3447
|
-
"name": "
|
|
3461
|
+
"name": "Record"
|
|
3462
|
+
},
|
|
3463
|
+
"typeParameters": {
|
|
3464
|
+
"type": "typeParameterInstantiation",
|
|
3465
|
+
"params": [
|
|
3466
|
+
{
|
|
3467
|
+
"type": "keyword",
|
|
3468
|
+
"value": "string"
|
|
3469
|
+
},
|
|
3470
|
+
{
|
|
3471
|
+
"type": "keyword",
|
|
3472
|
+
"value": "string"
|
|
3473
|
+
}
|
|
3474
|
+
]
|
|
3448
3475
|
}
|
|
3449
3476
|
}
|
|
3450
3477
|
},
|
|
3478
|
+
{
|
|
3479
|
+
"name": "disabled",
|
|
3480
|
+
"annotation": {
|
|
3481
|
+
"type": "keyword",
|
|
3482
|
+
"value": "boolean"
|
|
3483
|
+
}
|
|
3484
|
+
},
|
|
3451
3485
|
{
|
|
3452
3486
|
"name": "required",
|
|
3453
3487
|
"annotation": {
|
|
@@ -3456,116 +3490,60 @@
|
|
|
3456
3490
|
}
|
|
3457
3491
|
},
|
|
3458
3492
|
{
|
|
3459
|
-
"name": "
|
|
3493
|
+
"name": "showTime",
|
|
3460
3494
|
"annotation": {
|
|
3461
|
-
"type": "
|
|
3462
|
-
"
|
|
3463
|
-
"type": "identifier",
|
|
3464
|
-
"name": "RangeType"
|
|
3465
|
-
}
|
|
3495
|
+
"type": "keyword",
|
|
3496
|
+
"value": "boolean"
|
|
3466
3497
|
}
|
|
3467
3498
|
},
|
|
3468
3499
|
{
|
|
3469
|
-
"name": "
|
|
3500
|
+
"name": "format",
|
|
3470
3501
|
"annotation": {
|
|
3471
|
-
"type": "
|
|
3472
|
-
"
|
|
3473
|
-
{
|
|
3474
|
-
"type": "keyword",
|
|
3475
|
-
"value": "string"
|
|
3476
|
-
},
|
|
3477
|
-
{
|
|
3478
|
-
"type": "tuple",
|
|
3479
|
-
"elementTypes": [
|
|
3480
|
-
{
|
|
3481
|
-
"type": "keyword",
|
|
3482
|
-
"value": "string"
|
|
3483
|
-
},
|
|
3484
|
-
{
|
|
3485
|
-
"type": "keyword",
|
|
3486
|
-
"value": "string"
|
|
3487
|
-
}
|
|
3488
|
-
]
|
|
3489
|
-
}
|
|
3490
|
-
]
|
|
3502
|
+
"type": "keyword",
|
|
3503
|
+
"value": "string"
|
|
3491
3504
|
}
|
|
3492
3505
|
},
|
|
3493
3506
|
{
|
|
3494
|
-
"name": "
|
|
3507
|
+
"name": "picker",
|
|
3495
3508
|
"annotation": {
|
|
3496
3509
|
"type": "reference",
|
|
3497
3510
|
"typeName": {
|
|
3498
|
-
"type": "
|
|
3499
|
-
"
|
|
3500
|
-
"type": "identifier",
|
|
3501
|
-
"name": "React"
|
|
3502
|
-
},
|
|
3503
|
-
"right": {
|
|
3504
|
-
"type": "identifier",
|
|
3505
|
-
"name": "CSSProperties"
|
|
3506
|
-
}
|
|
3511
|
+
"type": "identifier",
|
|
3512
|
+
"name": "PickerMode"
|
|
3507
3513
|
}
|
|
3508
3514
|
}
|
|
3509
3515
|
},
|
|
3510
3516
|
{
|
|
3511
|
-
"name": "
|
|
3517
|
+
"name": "futureDateDisabled",
|
|
3512
3518
|
"annotation": {
|
|
3513
3519
|
"type": "keyword",
|
|
3514
|
-
"value": "
|
|
3520
|
+
"value": "boolean"
|
|
3515
3521
|
}
|
|
3516
3522
|
},
|
|
3517
3523
|
{
|
|
3518
|
-
"name": "
|
|
3524
|
+
"name": "disabledDate",
|
|
3519
3525
|
"annotation": {
|
|
3520
|
-
"type": "
|
|
3521
|
-
"
|
|
3526
|
+
"type": "reference",
|
|
3527
|
+
"typeName": {
|
|
3528
|
+
"type": "identifier",
|
|
3529
|
+
"name": "DisabledDateType"
|
|
3530
|
+
}
|
|
3522
3531
|
}
|
|
3523
3532
|
},
|
|
3524
3533
|
{
|
|
3525
|
-
"name": "
|
|
3534
|
+
"name": "useFastSelectBtn",
|
|
3526
3535
|
"annotation": {
|
|
3527
|
-
"type": "
|
|
3528
|
-
"
|
|
3529
|
-
"type": "reference",
|
|
3530
|
-
"typeName": {
|
|
3531
|
-
"type": "identifier",
|
|
3532
|
-
"name": "presetRangeType"
|
|
3533
|
-
}
|
|
3534
|
-
}
|
|
3536
|
+
"type": "keyword",
|
|
3537
|
+
"value": "boolean"
|
|
3535
3538
|
}
|
|
3536
3539
|
},
|
|
3537
3540
|
{
|
|
3538
|
-
"name": "
|
|
3541
|
+
"name": "inputStyle",
|
|
3539
3542
|
"annotation": {
|
|
3540
|
-
"type": "
|
|
3541
|
-
"
|
|
3542
|
-
"type": "
|
|
3543
|
-
"
|
|
3544
|
-
{
|
|
3545
|
-
"type": "identifier",
|
|
3546
|
-
"name": "value",
|
|
3547
|
-
"annotation": {
|
|
3548
|
-
"type": "keyword",
|
|
3549
|
-
"value": "any"
|
|
3550
|
-
}
|
|
3551
|
-
}
|
|
3552
|
-
],
|
|
3553
|
-
"annotation": {
|
|
3554
|
-
"type": "union",
|
|
3555
|
-
"types": [
|
|
3556
|
-
{
|
|
3557
|
-
"type": "reference",
|
|
3558
|
-
"typeName": {
|
|
3559
|
-
"type": "identifier",
|
|
3560
|
-
"name": "MessageBody"
|
|
3561
|
-
}
|
|
3562
|
-
},
|
|
3563
|
-
{
|
|
3564
|
-
"type": "keyword",
|
|
3565
|
-
"value": "string"
|
|
3566
|
-
}
|
|
3567
|
-
]
|
|
3568
|
-
}
|
|
3543
|
+
"type": "reference",
|
|
3544
|
+
"typeName": {
|
|
3545
|
+
"type": "identifier",
|
|
3546
|
+
"name": "CSSProperties"
|
|
3569
3547
|
}
|
|
3570
3548
|
}
|
|
3571
3549
|
}
|
|
@@ -3575,73 +3553,26 @@
|
|
|
3575
3553
|
"name": "change",
|
|
3576
3554
|
"detail": {
|
|
3577
3555
|
"annotation": {
|
|
3578
|
-
"type": "
|
|
3579
|
-
"
|
|
3580
|
-
|
|
3581
|
-
|
|
3582
|
-
|
|
3556
|
+
"type": "keyword",
|
|
3557
|
+
"value": "string"
|
|
3558
|
+
}
|
|
3559
|
+
}
|
|
3560
|
+
},
|
|
3561
|
+
{
|
|
3562
|
+
"name": "ok",
|
|
3563
|
+
"detail": {
|
|
3564
|
+
"annotation": {
|
|
3565
|
+
"type": "keyword",
|
|
3566
|
+
"value": "string"
|
|
3583
3567
|
}
|
|
3584
3568
|
}
|
|
3585
3569
|
}
|
|
3586
3570
|
],
|
|
3587
3571
|
"methods": [],
|
|
3588
3572
|
"types": [
|
|
3589
|
-
{
|
|
3590
|
-
"type": "interface",
|
|
3591
|
-
"name": "TimeRange",
|
|
3592
|
-
"body": [
|
|
3593
|
-
{
|
|
3594
|
-
"type": "propertySignature",
|
|
3595
|
-
"key": {
|
|
3596
|
-
"type": "identifier",
|
|
3597
|
-
"name": "startTime"
|
|
3598
|
-
},
|
|
3599
|
-
"annotation": {
|
|
3600
|
-
"type": "keyword",
|
|
3601
|
-
"value": "string"
|
|
3602
|
-
},
|
|
3603
|
-
"computed": false
|
|
3604
|
-
},
|
|
3605
|
-
{
|
|
3606
|
-
"type": "propertySignature",
|
|
3607
|
-
"key": {
|
|
3608
|
-
"type": "identifier",
|
|
3609
|
-
"name": "endTime"
|
|
3610
|
-
},
|
|
3611
|
-
"annotation": {
|
|
3612
|
-
"type": "keyword",
|
|
3613
|
-
"value": "string"
|
|
3614
|
-
},
|
|
3615
|
-
"computed": false
|
|
3616
|
-
}
|
|
3617
|
-
]
|
|
3618
|
-
},
|
|
3619
|
-
{
|
|
3620
|
-
"type": "typeAlias",
|
|
3621
|
-
"name": "RangeType",
|
|
3622
|
-
"annotation": {
|
|
3623
|
-
"type": "intersection",
|
|
3624
|
-
"types": [
|
|
3625
|
-
{
|
|
3626
|
-
"type": "reference",
|
|
3627
|
-
"typeName": {
|
|
3628
|
-
"type": "identifier",
|
|
3629
|
-
"name": "PickerType"
|
|
3630
|
-
}
|
|
3631
|
-
},
|
|
3632
|
-
{
|
|
3633
|
-
"type": "reference",
|
|
3634
|
-
"typeName": {
|
|
3635
|
-
"type": "identifier",
|
|
3636
|
-
"name": "OtherPickerType"
|
|
3637
|
-
}
|
|
3638
|
-
}
|
|
3639
|
-
]
|
|
3640
|
-
}
|
|
3641
|
-
},
|
|
3642
3573
|
{
|
|
3643
3574
|
"type": "typeAlias",
|
|
3644
|
-
"name": "
|
|
3575
|
+
"name": "PickerMode",
|
|
3645
3576
|
"annotation": {
|
|
3646
3577
|
"type": "union",
|
|
3647
3578
|
"types": [
|
|
@@ -3659,100 +3590,204 @@
|
|
|
3659
3590
|
},
|
|
3660
3591
|
{
|
|
3661
3592
|
"type": "jsLiteral",
|
|
3662
|
-
"value": "
|
|
3593
|
+
"value": "year"
|
|
3663
3594
|
},
|
|
3664
3595
|
{
|
|
3665
3596
|
"type": "jsLiteral",
|
|
3666
|
-
"value": "
|
|
3597
|
+
"value": "quarter"
|
|
3667
3598
|
}
|
|
3668
3599
|
]
|
|
3669
3600
|
}
|
|
3670
3601
|
},
|
|
3671
3602
|
{
|
|
3672
3603
|
"type": "typeAlias",
|
|
3673
|
-
"name": "
|
|
3604
|
+
"name": "DisabledDateType",
|
|
3674
3605
|
"annotation": {
|
|
3675
3606
|
"type": "union",
|
|
3676
3607
|
"types": [
|
|
3677
3608
|
{
|
|
3678
|
-
"type": "
|
|
3679
|
-
"
|
|
3680
|
-
|
|
3681
|
-
|
|
3682
|
-
|
|
3683
|
-
"value": "hmTime"
|
|
3609
|
+
"type": "reference",
|
|
3610
|
+
"typeName": {
|
|
3611
|
+
"type": "identifier",
|
|
3612
|
+
"name": "DisabledDate"
|
|
3613
|
+
}
|
|
3684
3614
|
},
|
|
3685
3615
|
{
|
|
3686
|
-
"type": "
|
|
3687
|
-
"
|
|
3616
|
+
"type": "array",
|
|
3617
|
+
"elementType": {
|
|
3618
|
+
"type": "reference",
|
|
3619
|
+
"typeName": {
|
|
3620
|
+
"type": "identifier",
|
|
3621
|
+
"name": "DisabledDate"
|
|
3622
|
+
}
|
|
3623
|
+
}
|
|
3688
3624
|
}
|
|
3689
3625
|
]
|
|
3690
3626
|
}
|
|
3691
3627
|
},
|
|
3692
3628
|
{
|
|
3693
|
-
"type": "
|
|
3694
|
-
"name": "
|
|
3695
|
-
"
|
|
3629
|
+
"type": "interface",
|
|
3630
|
+
"name": "DisabledDate",
|
|
3631
|
+
"body": [
|
|
3696
3632
|
{
|
|
3697
|
-
"type": "
|
|
3698
|
-
"
|
|
3633
|
+
"type": "propertySignature",
|
|
3634
|
+
"key": {
|
|
3699
3635
|
"type": "identifier",
|
|
3700
|
-
"name": "
|
|
3636
|
+
"name": "second"
|
|
3701
3637
|
},
|
|
3702
|
-
"
|
|
3703
|
-
"type": "
|
|
3704
|
-
"
|
|
3705
|
-
|
|
3638
|
+
"annotation": {
|
|
3639
|
+
"type": "union",
|
|
3640
|
+
"types": [
|
|
3641
|
+
{
|
|
3642
|
+
"type": "keyword",
|
|
3643
|
+
"value": "string"
|
|
3644
|
+
},
|
|
3645
|
+
{
|
|
3646
|
+
"type": "keyword",
|
|
3647
|
+
"value": "number"
|
|
3648
|
+
}
|
|
3649
|
+
]
|
|
3650
|
+
},
|
|
3651
|
+
"optional": true,
|
|
3652
|
+
"computed": false
|
|
3706
3653
|
},
|
|
3707
3654
|
{
|
|
3708
|
-
"type": "
|
|
3709
|
-
"
|
|
3655
|
+
"type": "propertySignature",
|
|
3656
|
+
"key": {
|
|
3710
3657
|
"type": "identifier",
|
|
3711
|
-
"name": "
|
|
3658
|
+
"name": "minute"
|
|
3712
3659
|
},
|
|
3713
|
-
"
|
|
3714
|
-
"type": "
|
|
3715
|
-
"
|
|
3716
|
-
|
|
3660
|
+
"annotation": {
|
|
3661
|
+
"type": "union",
|
|
3662
|
+
"types": [
|
|
3663
|
+
{
|
|
3664
|
+
"type": "keyword",
|
|
3665
|
+
"value": "string"
|
|
3666
|
+
},
|
|
3667
|
+
{
|
|
3668
|
+
"type": "keyword",
|
|
3669
|
+
"value": "number"
|
|
3670
|
+
}
|
|
3671
|
+
]
|
|
3672
|
+
},
|
|
3673
|
+
"optional": true,
|
|
3674
|
+
"computed": false
|
|
3717
3675
|
},
|
|
3718
3676
|
{
|
|
3719
|
-
"type": "
|
|
3720
|
-
"
|
|
3677
|
+
"type": "propertySignature",
|
|
3678
|
+
"key": {
|
|
3721
3679
|
"type": "identifier",
|
|
3722
|
-
"name": "
|
|
3680
|
+
"name": "hour"
|
|
3723
3681
|
},
|
|
3724
|
-
"
|
|
3725
|
-
"type": "
|
|
3726
|
-
"
|
|
3727
|
-
|
|
3682
|
+
"annotation": {
|
|
3683
|
+
"type": "union",
|
|
3684
|
+
"types": [
|
|
3685
|
+
{
|
|
3686
|
+
"type": "keyword",
|
|
3687
|
+
"value": "string"
|
|
3688
|
+
},
|
|
3689
|
+
{
|
|
3690
|
+
"type": "keyword",
|
|
3691
|
+
"value": "number"
|
|
3692
|
+
}
|
|
3693
|
+
]
|
|
3694
|
+
},
|
|
3695
|
+
"optional": true,
|
|
3696
|
+
"computed": false
|
|
3728
3697
|
},
|
|
3729
3698
|
{
|
|
3730
|
-
"type": "
|
|
3731
|
-
"
|
|
3699
|
+
"type": "propertySignature",
|
|
3700
|
+
"key": {
|
|
3732
3701
|
"type": "identifier",
|
|
3733
|
-
"name": "
|
|
3702
|
+
"name": "date"
|
|
3734
3703
|
},
|
|
3735
|
-
"
|
|
3736
|
-
"type": "
|
|
3737
|
-
"
|
|
3738
|
-
|
|
3704
|
+
"annotation": {
|
|
3705
|
+
"type": "union",
|
|
3706
|
+
"types": [
|
|
3707
|
+
{
|
|
3708
|
+
"type": "keyword",
|
|
3709
|
+
"value": "string"
|
|
3710
|
+
},
|
|
3711
|
+
{
|
|
3712
|
+
"type": "keyword",
|
|
3713
|
+
"value": "number"
|
|
3714
|
+
}
|
|
3715
|
+
]
|
|
3716
|
+
},
|
|
3717
|
+
"optional": true,
|
|
3718
|
+
"computed": false
|
|
3739
3719
|
},
|
|
3740
3720
|
{
|
|
3741
|
-
"type": "
|
|
3742
|
-
"
|
|
3721
|
+
"type": "propertySignature",
|
|
3722
|
+
"key": {
|
|
3743
3723
|
"type": "identifier",
|
|
3744
|
-
"name": "
|
|
3724
|
+
"name": "month"
|
|
3745
3725
|
},
|
|
3746
|
-
"
|
|
3747
|
-
"type": "
|
|
3748
|
-
"
|
|
3749
|
-
|
|
3726
|
+
"annotation": {
|
|
3727
|
+
"type": "union",
|
|
3728
|
+
"types": [
|
|
3729
|
+
{
|
|
3730
|
+
"type": "keyword",
|
|
3731
|
+
"value": "string"
|
|
3732
|
+
},
|
|
3733
|
+
{
|
|
3734
|
+
"type": "keyword",
|
|
3735
|
+
"value": "number"
|
|
3736
|
+
}
|
|
3737
|
+
]
|
|
3738
|
+
},
|
|
3739
|
+
"optional": true,
|
|
3740
|
+
"computed": false
|
|
3741
|
+
},
|
|
3742
|
+
{
|
|
3743
|
+
"type": "propertySignature",
|
|
3744
|
+
"key": {
|
|
3745
|
+
"type": "identifier",
|
|
3746
|
+
"name": "year"
|
|
3747
|
+
},
|
|
3748
|
+
"annotation": {
|
|
3749
|
+
"type": "union",
|
|
3750
|
+
"types": [
|
|
3751
|
+
{
|
|
3752
|
+
"type": "keyword",
|
|
3753
|
+
"value": "string"
|
|
3754
|
+
},
|
|
3755
|
+
{
|
|
3756
|
+
"type": "keyword",
|
|
3757
|
+
"value": "number"
|
|
3758
|
+
}
|
|
3759
|
+
]
|
|
3760
|
+
},
|
|
3761
|
+
"optional": true,
|
|
3762
|
+
"computed": false
|
|
3763
|
+
},
|
|
3764
|
+
{
|
|
3765
|
+
"type": "propertySignature",
|
|
3766
|
+
"key": {
|
|
3767
|
+
"type": "identifier",
|
|
3768
|
+
"name": "weekday"
|
|
3769
|
+
},
|
|
3770
|
+
"annotation": {
|
|
3771
|
+
"type": "union",
|
|
3772
|
+
"types": [
|
|
3773
|
+
{
|
|
3774
|
+
"type": "keyword",
|
|
3775
|
+
"value": "string"
|
|
3776
|
+
},
|
|
3777
|
+
{
|
|
3778
|
+
"type": "keyword",
|
|
3779
|
+
"value": "number"
|
|
3780
|
+
}
|
|
3781
|
+
]
|
|
3782
|
+
},
|
|
3783
|
+
"optional": true,
|
|
3784
|
+
"computed": false
|
|
3750
3785
|
}
|
|
3751
3786
|
]
|
|
3752
3787
|
}
|
|
3753
3788
|
]
|
|
3754
3789
|
},
|
|
3755
|
-
"eo-
|
|
3790
|
+
"eo-time-range-picker": {
|
|
3756
3791
|
"properties": [
|
|
3757
3792
|
{
|
|
3758
3793
|
"name": "name",
|
|
@@ -3771,109 +3806,131 @@
|
|
|
3771
3806
|
{
|
|
3772
3807
|
"name": "value",
|
|
3773
3808
|
"annotation": {
|
|
3774
|
-
"type": "
|
|
3775
|
-
"
|
|
3809
|
+
"type": "reference",
|
|
3810
|
+
"typeName": {
|
|
3811
|
+
"type": "identifier",
|
|
3812
|
+
"name": "TimeRange"
|
|
3813
|
+
}
|
|
3776
3814
|
}
|
|
3777
3815
|
},
|
|
3778
3816
|
{
|
|
3779
|
-
"name": "
|
|
3817
|
+
"name": "required",
|
|
3780
3818
|
"annotation": {
|
|
3781
3819
|
"type": "keyword",
|
|
3782
|
-
"value": "
|
|
3820
|
+
"value": "boolean"
|
|
3783
3821
|
}
|
|
3784
3822
|
},
|
|
3785
3823
|
{
|
|
3786
|
-
"name": "
|
|
3824
|
+
"name": "rangeType",
|
|
3787
3825
|
"annotation": {
|
|
3788
3826
|
"type": "reference",
|
|
3789
3827
|
"typeName": {
|
|
3790
3828
|
"type": "identifier",
|
|
3791
|
-
"name": "
|
|
3792
|
-
},
|
|
3793
|
-
"typeParameters": {
|
|
3794
|
-
"type": "typeParameterInstantiation",
|
|
3795
|
-
"params": [
|
|
3796
|
-
{
|
|
3797
|
-
"type": "keyword",
|
|
3798
|
-
"value": "string"
|
|
3799
|
-
},
|
|
3800
|
-
{
|
|
3801
|
-
"type": "keyword",
|
|
3802
|
-
"value": "string"
|
|
3803
|
-
}
|
|
3804
|
-
]
|
|
3829
|
+
"name": "RangeType"
|
|
3805
3830
|
}
|
|
3806
3831
|
}
|
|
3807
3832
|
},
|
|
3808
3833
|
{
|
|
3809
|
-
"name": "
|
|
3834
|
+
"name": "placeholder",
|
|
3810
3835
|
"annotation": {
|
|
3811
|
-
"type": "
|
|
3812
|
-
"
|
|
3836
|
+
"type": "union",
|
|
3837
|
+
"types": [
|
|
3838
|
+
{
|
|
3839
|
+
"type": "keyword",
|
|
3840
|
+
"value": "string"
|
|
3841
|
+
},
|
|
3842
|
+
{
|
|
3843
|
+
"type": "tuple",
|
|
3844
|
+
"elementTypes": [
|
|
3845
|
+
{
|
|
3846
|
+
"type": "keyword",
|
|
3847
|
+
"value": "string"
|
|
3848
|
+
},
|
|
3849
|
+
{
|
|
3850
|
+
"type": "keyword",
|
|
3851
|
+
"value": "string"
|
|
3852
|
+
}
|
|
3853
|
+
]
|
|
3854
|
+
}
|
|
3855
|
+
]
|
|
3813
3856
|
}
|
|
3814
3857
|
},
|
|
3815
3858
|
{
|
|
3816
|
-
"name": "
|
|
3859
|
+
"name": "inputStyle",
|
|
3817
3860
|
"annotation": {
|
|
3818
|
-
"type": "
|
|
3819
|
-
"
|
|
3861
|
+
"type": "reference",
|
|
3862
|
+
"typeName": {
|
|
3863
|
+
"type": "qualifiedName",
|
|
3864
|
+
"left": {
|
|
3865
|
+
"type": "identifier",
|
|
3866
|
+
"name": "React"
|
|
3867
|
+
},
|
|
3868
|
+
"right": {
|
|
3869
|
+
"type": "identifier",
|
|
3870
|
+
"name": "CSSProperties"
|
|
3871
|
+
}
|
|
3872
|
+
}
|
|
3820
3873
|
}
|
|
3821
3874
|
},
|
|
3822
3875
|
{
|
|
3823
|
-
"name": "
|
|
3876
|
+
"name": "selectNearDays",
|
|
3824
3877
|
"annotation": {
|
|
3825
3878
|
"type": "keyword",
|
|
3826
|
-
"value": "
|
|
3879
|
+
"value": "number"
|
|
3827
3880
|
}
|
|
3828
3881
|
},
|
|
3829
3882
|
{
|
|
3830
|
-
"name": "
|
|
3883
|
+
"name": "emitChangeOnInit",
|
|
3831
3884
|
"annotation": {
|
|
3832
3885
|
"type": "keyword",
|
|
3833
|
-
"value": "
|
|
3886
|
+
"value": "boolean"
|
|
3834
3887
|
}
|
|
3835
3888
|
},
|
|
3836
3889
|
{
|
|
3837
|
-
"name": "
|
|
3890
|
+
"name": "presetRanges",
|
|
3838
3891
|
"annotation": {
|
|
3839
|
-
"type": "
|
|
3840
|
-
"
|
|
3841
|
-
"type": "
|
|
3842
|
-
"
|
|
3892
|
+
"type": "array",
|
|
3893
|
+
"elementType": {
|
|
3894
|
+
"type": "reference",
|
|
3895
|
+
"typeName": {
|
|
3896
|
+
"type": "identifier",
|
|
3897
|
+
"name": "presetRangeType"
|
|
3898
|
+
}
|
|
3843
3899
|
}
|
|
3844
3900
|
}
|
|
3845
3901
|
},
|
|
3846
3902
|
{
|
|
3847
|
-
"name": "
|
|
3903
|
+
"name": "validator",
|
|
3848
3904
|
"annotation": {
|
|
3849
|
-
"type": "
|
|
3850
|
-
"
|
|
3851
|
-
|
|
3852
|
-
|
|
3853
|
-
|
|
3854
|
-
|
|
3855
|
-
|
|
3856
|
-
|
|
3857
|
-
|
|
3858
|
-
|
|
3859
|
-
|
|
3860
|
-
|
|
3861
|
-
|
|
3862
|
-
|
|
3863
|
-
|
|
3864
|
-
|
|
3865
|
-
|
|
3866
|
-
|
|
3867
|
-
|
|
3868
|
-
|
|
3869
|
-
|
|
3870
|
-
|
|
3871
|
-
|
|
3872
|
-
|
|
3873
|
-
|
|
3874
|
-
|
|
3875
|
-
|
|
3876
|
-
|
|
3905
|
+
"type": "parenthesizedType",
|
|
3906
|
+
"annotation": {
|
|
3907
|
+
"type": "function",
|
|
3908
|
+
"parameters": [
|
|
3909
|
+
{
|
|
3910
|
+
"type": "identifier",
|
|
3911
|
+
"name": "value",
|
|
3912
|
+
"annotation": {
|
|
3913
|
+
"type": "keyword",
|
|
3914
|
+
"value": "any"
|
|
3915
|
+
}
|
|
3916
|
+
}
|
|
3917
|
+
],
|
|
3918
|
+
"annotation": {
|
|
3919
|
+
"type": "union",
|
|
3920
|
+
"types": [
|
|
3921
|
+
{
|
|
3922
|
+
"type": "reference",
|
|
3923
|
+
"typeName": {
|
|
3924
|
+
"type": "identifier",
|
|
3925
|
+
"name": "MessageBody"
|
|
3926
|
+
}
|
|
3927
|
+
},
|
|
3928
|
+
{
|
|
3929
|
+
"type": "keyword",
|
|
3930
|
+
"value": "string"
|
|
3931
|
+
}
|
|
3932
|
+
]
|
|
3933
|
+
}
|
|
3877
3934
|
}
|
|
3878
3935
|
}
|
|
3879
3936
|
}
|
|
@@ -3883,26 +3940,73 @@
|
|
|
3883
3940
|
"name": "change",
|
|
3884
3941
|
"detail": {
|
|
3885
3942
|
"annotation": {
|
|
3886
|
-
"type": "
|
|
3887
|
-
"
|
|
3888
|
-
|
|
3889
|
-
|
|
3890
|
-
|
|
3891
|
-
{
|
|
3892
|
-
"name": "ok",
|
|
3893
|
-
"detail": {
|
|
3894
|
-
"annotation": {
|
|
3895
|
-
"type": "keyword",
|
|
3896
|
-
"value": "string"
|
|
3943
|
+
"type": "reference",
|
|
3944
|
+
"typeName": {
|
|
3945
|
+
"type": "identifier",
|
|
3946
|
+
"name": "TimeRange"
|
|
3947
|
+
}
|
|
3897
3948
|
}
|
|
3898
3949
|
}
|
|
3899
3950
|
}
|
|
3900
3951
|
],
|
|
3901
3952
|
"methods": [],
|
|
3902
3953
|
"types": [
|
|
3954
|
+
{
|
|
3955
|
+
"type": "interface",
|
|
3956
|
+
"name": "TimeRange",
|
|
3957
|
+
"body": [
|
|
3958
|
+
{
|
|
3959
|
+
"type": "propertySignature",
|
|
3960
|
+
"key": {
|
|
3961
|
+
"type": "identifier",
|
|
3962
|
+
"name": "startTime"
|
|
3963
|
+
},
|
|
3964
|
+
"annotation": {
|
|
3965
|
+
"type": "keyword",
|
|
3966
|
+
"value": "string"
|
|
3967
|
+
},
|
|
3968
|
+
"computed": false
|
|
3969
|
+
},
|
|
3970
|
+
{
|
|
3971
|
+
"type": "propertySignature",
|
|
3972
|
+
"key": {
|
|
3973
|
+
"type": "identifier",
|
|
3974
|
+
"name": "endTime"
|
|
3975
|
+
},
|
|
3976
|
+
"annotation": {
|
|
3977
|
+
"type": "keyword",
|
|
3978
|
+
"value": "string"
|
|
3979
|
+
},
|
|
3980
|
+
"computed": false
|
|
3981
|
+
}
|
|
3982
|
+
]
|
|
3983
|
+
},
|
|
3903
3984
|
{
|
|
3904
3985
|
"type": "typeAlias",
|
|
3905
|
-
"name": "
|
|
3986
|
+
"name": "RangeType",
|
|
3987
|
+
"annotation": {
|
|
3988
|
+
"type": "intersection",
|
|
3989
|
+
"types": [
|
|
3990
|
+
{
|
|
3991
|
+
"type": "reference",
|
|
3992
|
+
"typeName": {
|
|
3993
|
+
"type": "identifier",
|
|
3994
|
+
"name": "PickerType"
|
|
3995
|
+
}
|
|
3996
|
+
},
|
|
3997
|
+
{
|
|
3998
|
+
"type": "reference",
|
|
3999
|
+
"typeName": {
|
|
4000
|
+
"type": "identifier",
|
|
4001
|
+
"name": "OtherPickerType"
|
|
4002
|
+
}
|
|
4003
|
+
}
|
|
4004
|
+
]
|
|
4005
|
+
}
|
|
4006
|
+
},
|
|
4007
|
+
{
|
|
4008
|
+
"type": "typeAlias",
|
|
4009
|
+
"name": "PickerType",
|
|
3906
4010
|
"annotation": {
|
|
3907
4011
|
"type": "union",
|
|
3908
4012
|
"types": [
|
|
@@ -3920,198 +4024,94 @@
|
|
|
3920
4024
|
},
|
|
3921
4025
|
{
|
|
3922
4026
|
"type": "jsLiteral",
|
|
3923
|
-
"value": "
|
|
4027
|
+
"value": "quarter"
|
|
3924
4028
|
},
|
|
3925
4029
|
{
|
|
3926
4030
|
"type": "jsLiteral",
|
|
3927
|
-
"value": "
|
|
4031
|
+
"value": "year"
|
|
3928
4032
|
}
|
|
3929
4033
|
]
|
|
3930
4034
|
}
|
|
3931
4035
|
},
|
|
3932
4036
|
{
|
|
3933
4037
|
"type": "typeAlias",
|
|
3934
|
-
"name": "
|
|
4038
|
+
"name": "OtherPickerType",
|
|
3935
4039
|
"annotation": {
|
|
3936
4040
|
"type": "union",
|
|
3937
4041
|
"types": [
|
|
3938
4042
|
{
|
|
3939
|
-
"type": "
|
|
3940
|
-
"
|
|
3941
|
-
"type": "identifier",
|
|
3942
|
-
"name": "DisabledDate"
|
|
3943
|
-
}
|
|
4043
|
+
"type": "jsLiteral",
|
|
4044
|
+
"value": "dateTime"
|
|
3944
4045
|
},
|
|
3945
4046
|
{
|
|
3946
|
-
"type": "
|
|
3947
|
-
"
|
|
3948
|
-
|
|
3949
|
-
|
|
3950
|
-
|
|
3951
|
-
|
|
3952
|
-
}
|
|
3953
|
-
}
|
|
4047
|
+
"type": "jsLiteral",
|
|
4048
|
+
"value": "hmTime"
|
|
4049
|
+
},
|
|
4050
|
+
{
|
|
4051
|
+
"type": "jsLiteral",
|
|
4052
|
+
"value": "time"
|
|
3954
4053
|
}
|
|
3955
4054
|
]
|
|
3956
4055
|
}
|
|
3957
4056
|
},
|
|
3958
4057
|
{
|
|
3959
|
-
"type": "
|
|
3960
|
-
"name": "
|
|
3961
|
-
"
|
|
3962
|
-
{
|
|
3963
|
-
"type": "propertySignature",
|
|
3964
|
-
"key": {
|
|
3965
|
-
"type": "identifier",
|
|
3966
|
-
"name": "second"
|
|
3967
|
-
},
|
|
3968
|
-
"annotation": {
|
|
3969
|
-
"type": "union",
|
|
3970
|
-
"types": [
|
|
3971
|
-
{
|
|
3972
|
-
"type": "keyword",
|
|
3973
|
-
"value": "string"
|
|
3974
|
-
},
|
|
3975
|
-
{
|
|
3976
|
-
"type": "keyword",
|
|
3977
|
-
"value": "number"
|
|
3978
|
-
}
|
|
3979
|
-
]
|
|
3980
|
-
},
|
|
3981
|
-
"optional": true,
|
|
3982
|
-
"computed": false
|
|
3983
|
-
},
|
|
3984
|
-
{
|
|
3985
|
-
"type": "propertySignature",
|
|
3986
|
-
"key": {
|
|
3987
|
-
"type": "identifier",
|
|
3988
|
-
"name": "minute"
|
|
3989
|
-
},
|
|
3990
|
-
"annotation": {
|
|
3991
|
-
"type": "union",
|
|
3992
|
-
"types": [
|
|
3993
|
-
{
|
|
3994
|
-
"type": "keyword",
|
|
3995
|
-
"value": "string"
|
|
3996
|
-
},
|
|
3997
|
-
{
|
|
3998
|
-
"type": "keyword",
|
|
3999
|
-
"value": "number"
|
|
4000
|
-
}
|
|
4001
|
-
]
|
|
4002
|
-
},
|
|
4003
|
-
"optional": true,
|
|
4004
|
-
"computed": false
|
|
4005
|
-
},
|
|
4006
|
-
{
|
|
4007
|
-
"type": "propertySignature",
|
|
4008
|
-
"key": {
|
|
4009
|
-
"type": "identifier",
|
|
4010
|
-
"name": "hour"
|
|
4011
|
-
},
|
|
4012
|
-
"annotation": {
|
|
4013
|
-
"type": "union",
|
|
4014
|
-
"types": [
|
|
4015
|
-
{
|
|
4016
|
-
"type": "keyword",
|
|
4017
|
-
"value": "string"
|
|
4018
|
-
},
|
|
4019
|
-
{
|
|
4020
|
-
"type": "keyword",
|
|
4021
|
-
"value": "number"
|
|
4022
|
-
}
|
|
4023
|
-
]
|
|
4024
|
-
},
|
|
4025
|
-
"optional": true,
|
|
4026
|
-
"computed": false
|
|
4027
|
-
},
|
|
4058
|
+
"type": "enum",
|
|
4059
|
+
"name": "presetRangeType",
|
|
4060
|
+
"members": [
|
|
4028
4061
|
{
|
|
4029
|
-
"type": "
|
|
4030
|
-
"
|
|
4062
|
+
"type": "enumMember",
|
|
4063
|
+
"id": {
|
|
4031
4064
|
"type": "identifier",
|
|
4032
|
-
"name": "
|
|
4033
|
-
},
|
|
4034
|
-
"annotation": {
|
|
4035
|
-
"type": "union",
|
|
4036
|
-
"types": [
|
|
4037
|
-
{
|
|
4038
|
-
"type": "keyword",
|
|
4039
|
-
"value": "string"
|
|
4040
|
-
},
|
|
4041
|
-
{
|
|
4042
|
-
"type": "keyword",
|
|
4043
|
-
"value": "number"
|
|
4044
|
-
}
|
|
4045
|
-
]
|
|
4065
|
+
"name": "Today"
|
|
4046
4066
|
},
|
|
4047
|
-
"
|
|
4048
|
-
|
|
4067
|
+
"initializer": {
|
|
4068
|
+
"type": "jsLiteral",
|
|
4069
|
+
"value": "今天"
|
|
4070
|
+
}
|
|
4049
4071
|
},
|
|
4050
4072
|
{
|
|
4051
|
-
"type": "
|
|
4052
|
-
"
|
|
4073
|
+
"type": "enumMember",
|
|
4074
|
+
"id": {
|
|
4053
4075
|
"type": "identifier",
|
|
4054
|
-
"name": "
|
|
4055
|
-
},
|
|
4056
|
-
"annotation": {
|
|
4057
|
-
"type": "union",
|
|
4058
|
-
"types": [
|
|
4059
|
-
{
|
|
4060
|
-
"type": "keyword",
|
|
4061
|
-
"value": "string"
|
|
4062
|
-
},
|
|
4063
|
-
{
|
|
4064
|
-
"type": "keyword",
|
|
4065
|
-
"value": "number"
|
|
4066
|
-
}
|
|
4067
|
-
]
|
|
4076
|
+
"name": "ThisWeek"
|
|
4068
4077
|
},
|
|
4069
|
-
"
|
|
4070
|
-
|
|
4078
|
+
"initializer": {
|
|
4079
|
+
"type": "jsLiteral",
|
|
4080
|
+
"value": "本周"
|
|
4081
|
+
}
|
|
4071
4082
|
},
|
|
4072
4083
|
{
|
|
4073
|
-
"type": "
|
|
4074
|
-
"
|
|
4084
|
+
"type": "enumMember",
|
|
4085
|
+
"id": {
|
|
4075
4086
|
"type": "identifier",
|
|
4076
|
-
"name": "
|
|
4077
|
-
},
|
|
4078
|
-
"annotation": {
|
|
4079
|
-
"type": "union",
|
|
4080
|
-
"types": [
|
|
4081
|
-
{
|
|
4082
|
-
"type": "keyword",
|
|
4083
|
-
"value": "string"
|
|
4084
|
-
},
|
|
4085
|
-
{
|
|
4086
|
-
"type": "keyword",
|
|
4087
|
-
"value": "number"
|
|
4088
|
-
}
|
|
4089
|
-
]
|
|
4087
|
+
"name": "ThisMonth"
|
|
4090
4088
|
},
|
|
4091
|
-
"
|
|
4092
|
-
|
|
4089
|
+
"initializer": {
|
|
4090
|
+
"type": "jsLiteral",
|
|
4091
|
+
"value": "本月"
|
|
4092
|
+
}
|
|
4093
4093
|
},
|
|
4094
4094
|
{
|
|
4095
|
-
"type": "
|
|
4096
|
-
"
|
|
4095
|
+
"type": "enumMember",
|
|
4096
|
+
"id": {
|
|
4097
4097
|
"type": "identifier",
|
|
4098
|
-
"name": "
|
|
4098
|
+
"name": "ThisQuarter"
|
|
4099
4099
|
},
|
|
4100
|
-
"
|
|
4101
|
-
"type": "
|
|
4102
|
-
"
|
|
4103
|
-
|
|
4104
|
-
|
|
4105
|
-
|
|
4106
|
-
|
|
4107
|
-
|
|
4108
|
-
|
|
4109
|
-
|
|
4110
|
-
}
|
|
4111
|
-
]
|
|
4100
|
+
"initializer": {
|
|
4101
|
+
"type": "jsLiteral",
|
|
4102
|
+
"value": "本季度"
|
|
4103
|
+
}
|
|
4104
|
+
},
|
|
4105
|
+
{
|
|
4106
|
+
"type": "enumMember",
|
|
4107
|
+
"id": {
|
|
4108
|
+
"type": "identifier",
|
|
4109
|
+
"name": "ThisYear"
|
|
4112
4110
|
},
|
|
4113
|
-
"
|
|
4114
|
-
|
|
4111
|
+
"initializer": {
|
|
4112
|
+
"type": "jsLiteral",
|
|
4113
|
+
"value": "今年"
|
|
4114
|
+
}
|
|
4115
4115
|
}
|
|
4116
4116
|
]
|
|
4117
4117
|
}
|
|
@@ -4416,270 +4416,133 @@
|
|
|
4416
4416
|
"value": "number"
|
|
4417
4417
|
},
|
|
4418
4418
|
{
|
|
4419
|
-
"type": "keyword",
|
|
4420
|
-
"value": "boolean"
|
|
4421
|
-
}
|
|
4422
|
-
]
|
|
4423
|
-
}
|
|
4424
|
-
}
|
|
4425
|
-
]
|
|
4426
|
-
},
|
|
4427
|
-
"body": [
|
|
4428
|
-
{
|
|
4429
|
-
"type": "propertySignature",
|
|
4430
|
-
"key": {
|
|
4431
|
-
"type": "identifier",
|
|
4432
|
-
"name": "label"
|
|
4433
|
-
},
|
|
4434
|
-
"annotation": {
|
|
4435
|
-
"type": "keyword",
|
|
4436
|
-
"value": "string"
|
|
4437
|
-
},
|
|
4438
|
-
"computed": false
|
|
4439
|
-
},
|
|
4440
|
-
{
|
|
4441
|
-
"type": "propertySignature",
|
|
4442
|
-
"key": {
|
|
4443
|
-
"type": "identifier",
|
|
4444
|
-
"name": "value"
|
|
4445
|
-
},
|
|
4446
|
-
"annotation": {
|
|
4447
|
-
"type": "reference",
|
|
4448
|
-
"typeName": {
|
|
4449
|
-
"type": "identifier",
|
|
4450
|
-
"name": "T"
|
|
4451
|
-
}
|
|
4452
|
-
},
|
|
4453
|
-
"computed": false
|
|
4454
|
-
},
|
|
4455
|
-
{
|
|
4456
|
-
"type": "indexSignature",
|
|
4457
|
-
"parameter": {
|
|
4458
|
-
"type": "identifier",
|
|
4459
|
-
"name": "key",
|
|
4460
|
-
"annotation": {
|
|
4461
|
-
"type": "keyword",
|
|
4462
|
-
"value": "string"
|
|
4463
|
-
}
|
|
4464
|
-
},
|
|
4465
|
-
"annotation": {
|
|
4466
|
-
"type": "keyword",
|
|
4467
|
-
"value": "any"
|
|
4468
|
-
}
|
|
4469
|
-
}
|
|
4470
|
-
]
|
|
4471
|
-
},
|
|
4472
|
-
{
|
|
4473
|
-
"type": "typeAlias",
|
|
4474
|
-
"name": "RadioType",
|
|
4475
|
-
"annotation": {
|
|
4476
|
-
"type": "union",
|
|
4477
|
-
"types": [
|
|
4478
|
-
{
|
|
4479
|
-
"type": "jsLiteral",
|
|
4480
|
-
"value": "button"
|
|
4481
|
-
},
|
|
4482
|
-
{
|
|
4483
|
-
"type": "jsLiteral",
|
|
4484
|
-
"value": "default"
|
|
4485
|
-
},
|
|
4486
|
-
{
|
|
4487
|
-
"type": "jsLiteral",
|
|
4488
|
-
"value": "icon"
|
|
4489
|
-
},
|
|
4490
|
-
{
|
|
4491
|
-
"type": "jsLiteral",
|
|
4492
|
-
"value": "icon-circle"
|
|
4493
|
-
},
|
|
4494
|
-
{
|
|
4495
|
-
"type": "jsLiteral",
|
|
4496
|
-
"value": "icon-square"
|
|
4497
|
-
},
|
|
4498
|
-
{
|
|
4499
|
-
"type": "jsLiteral",
|
|
4500
|
-
"value": "custom"
|
|
4501
|
-
}
|
|
4502
|
-
]
|
|
4503
|
-
}
|
|
4504
|
-
},
|
|
4505
|
-
{
|
|
4506
|
-
"type": "typeAlias",
|
|
4507
|
-
"name": "UIType",
|
|
4508
|
-
"annotation": {
|
|
4509
|
-
"type": "union",
|
|
4510
|
-
"types": [
|
|
4511
|
-
{
|
|
4512
|
-
"type": "jsLiteral",
|
|
4513
|
-
"value": "default"
|
|
4514
|
-
},
|
|
4515
|
-
{
|
|
4516
|
-
"type": "jsLiteral",
|
|
4517
|
-
"value": "dashboard"
|
|
4518
|
-
}
|
|
4519
|
-
]
|
|
4520
|
-
}
|
|
4521
|
-
},
|
|
4522
|
-
{
|
|
4523
|
-
"type": "typeAlias",
|
|
4524
|
-
"name": "ComponentSize",
|
|
4525
|
-
"annotation": {
|
|
4526
|
-
"type": "union",
|
|
4527
|
-
"types": [
|
|
4528
|
-
{
|
|
4529
|
-
"type": "jsLiteral",
|
|
4530
|
-
"value": "large"
|
|
4531
|
-
},
|
|
4532
|
-
{
|
|
4533
|
-
"type": "jsLiteral",
|
|
4534
|
-
"value": "medium"
|
|
4535
|
-
},
|
|
4536
|
-
{
|
|
4537
|
-
"type": "jsLiteral",
|
|
4538
|
-
"value": "small"
|
|
4539
|
-
},
|
|
4540
|
-
{
|
|
4541
|
-
"type": "jsLiteral",
|
|
4542
|
-
"value": "xs"
|
|
4543
|
-
}
|
|
4544
|
-
]
|
|
4545
|
-
}
|
|
4546
|
-
}
|
|
4547
|
-
]
|
|
4548
|
-
},
|
|
4549
|
-
"eo-upload-image": {
|
|
4550
|
-
"properties": [
|
|
4551
|
-
{
|
|
4552
|
-
"name": "name",
|
|
4553
|
-
"annotation": {
|
|
4554
|
-
"type": "keyword",
|
|
4555
|
-
"value": "string"
|
|
4556
|
-
}
|
|
4557
|
-
},
|
|
4558
|
-
{
|
|
4559
|
-
"name": "label",
|
|
4560
|
-
"annotation": {
|
|
4561
|
-
"type": "keyword",
|
|
4562
|
-
"value": "string"
|
|
4563
|
-
}
|
|
4564
|
-
},
|
|
4565
|
-
{
|
|
4566
|
-
"name": "value",
|
|
4567
|
-
"annotation": {
|
|
4568
|
-
"type": "array",
|
|
4569
|
-
"elementType": {
|
|
4570
|
-
"type": "reference",
|
|
4571
|
-
"typeName": {
|
|
4572
|
-
"type": "identifier",
|
|
4573
|
-
"name": "ImageData"
|
|
4574
|
-
}
|
|
4575
|
-
}
|
|
4576
|
-
}
|
|
4577
|
-
},
|
|
4578
|
-
{
|
|
4579
|
-
"name": "bucketName",
|
|
4580
|
-
"annotation": {
|
|
4581
|
-
"type": "keyword",
|
|
4582
|
-
"value": "string"
|
|
4583
|
-
}
|
|
4584
|
-
},
|
|
4585
|
-
{
|
|
4586
|
-
"name": "maxCount",
|
|
4587
|
-
"annotation": {
|
|
4588
|
-
"type": "keyword",
|
|
4589
|
-
"value": "number"
|
|
4590
|
-
}
|
|
4591
|
-
},
|
|
4592
|
-
{
|
|
4593
|
-
"name": "multiple",
|
|
4594
|
-
"annotation": {
|
|
4595
|
-
"type": "keyword",
|
|
4596
|
-
"value": "boolean"
|
|
4597
|
-
}
|
|
4598
|
-
},
|
|
4599
|
-
{
|
|
4600
|
-
"name": "limitSize",
|
|
4601
|
-
"annotation": {
|
|
4602
|
-
"type": "keyword",
|
|
4603
|
-
"value": "number"
|
|
4604
|
-
}
|
|
4605
|
-
},
|
|
4606
|
-
{
|
|
4607
|
-
"name": "required",
|
|
4608
|
-
"annotation": {
|
|
4609
|
-
"type": "keyword",
|
|
4610
|
-
"value": "boolean"
|
|
4611
|
-
}
|
|
4612
|
-
},
|
|
4613
|
-
{
|
|
4614
|
-
"name": "message",
|
|
4615
|
-
"annotation": {
|
|
4616
|
-
"type": "reference",
|
|
4617
|
-
"typeName": {
|
|
4618
|
-
"type": "identifier",
|
|
4619
|
-
"name": "Record"
|
|
4620
|
-
},
|
|
4621
|
-
"typeParameters": {
|
|
4622
|
-
"type": "typeParameterInstantiation",
|
|
4623
|
-
"params": [
|
|
4624
|
-
{
|
|
4625
|
-
"type": "keyword",
|
|
4626
|
-
"value": "string"
|
|
4627
|
-
},
|
|
4628
|
-
{
|
|
4629
|
-
"type": "keyword",
|
|
4630
|
-
"value": "string"
|
|
4631
|
-
}
|
|
4632
|
-
]
|
|
4633
|
-
}
|
|
4634
|
-
}
|
|
4635
|
-
}
|
|
4636
|
-
],
|
|
4637
|
-
"events": [
|
|
4638
|
-
{
|
|
4639
|
-
"name": "change",
|
|
4640
|
-
"detail": {
|
|
4641
|
-
"annotation": {
|
|
4642
|
-
"type": "array",
|
|
4643
|
-
"elementType": {
|
|
4644
|
-
"type": "reference",
|
|
4645
|
-
"typeName": {
|
|
4646
|
-
"type": "identifier",
|
|
4647
|
-
"name": "ImageData"
|
|
4648
|
-
}
|
|
4649
|
-
}
|
|
4650
|
-
}
|
|
4651
|
-
}
|
|
4652
|
-
}
|
|
4653
|
-
],
|
|
4654
|
-
"methods": [],
|
|
4655
|
-
"types": [
|
|
4656
|
-
{
|
|
4657
|
-
"type": "interface",
|
|
4658
|
-
"name": "ImageData",
|
|
4419
|
+
"type": "keyword",
|
|
4420
|
+
"value": "boolean"
|
|
4421
|
+
}
|
|
4422
|
+
]
|
|
4423
|
+
}
|
|
4424
|
+
}
|
|
4425
|
+
]
|
|
4426
|
+
},
|
|
4659
4427
|
"body": [
|
|
4660
4428
|
{
|
|
4661
4429
|
"type": "propertySignature",
|
|
4662
4430
|
"key": {
|
|
4663
4431
|
"type": "identifier",
|
|
4664
|
-
"name": "
|
|
4432
|
+
"name": "label"
|
|
4665
4433
|
},
|
|
4666
4434
|
"annotation": {
|
|
4667
4435
|
"type": "keyword",
|
|
4668
4436
|
"value": "string"
|
|
4669
4437
|
},
|
|
4670
|
-
"optional": true,
|
|
4671
4438
|
"computed": false
|
|
4672
|
-
}
|
|
4673
|
-
],
|
|
4674
|
-
"extends": [
|
|
4439
|
+
},
|
|
4675
4440
|
{
|
|
4676
|
-
"type": "
|
|
4677
|
-
"
|
|
4441
|
+
"type": "propertySignature",
|
|
4442
|
+
"key": {
|
|
4678
4443
|
"type": "identifier",
|
|
4679
|
-
"name": "
|
|
4444
|
+
"name": "value"
|
|
4445
|
+
},
|
|
4446
|
+
"annotation": {
|
|
4447
|
+
"type": "reference",
|
|
4448
|
+
"typeName": {
|
|
4449
|
+
"type": "identifier",
|
|
4450
|
+
"name": "T"
|
|
4451
|
+
}
|
|
4452
|
+
},
|
|
4453
|
+
"computed": false
|
|
4454
|
+
},
|
|
4455
|
+
{
|
|
4456
|
+
"type": "indexSignature",
|
|
4457
|
+
"parameter": {
|
|
4458
|
+
"type": "identifier",
|
|
4459
|
+
"name": "key",
|
|
4460
|
+
"annotation": {
|
|
4461
|
+
"type": "keyword",
|
|
4462
|
+
"value": "string"
|
|
4463
|
+
}
|
|
4464
|
+
},
|
|
4465
|
+
"annotation": {
|
|
4466
|
+
"type": "keyword",
|
|
4467
|
+
"value": "any"
|
|
4680
4468
|
}
|
|
4681
4469
|
}
|
|
4682
4470
|
]
|
|
4471
|
+
},
|
|
4472
|
+
{
|
|
4473
|
+
"type": "typeAlias",
|
|
4474
|
+
"name": "RadioType",
|
|
4475
|
+
"annotation": {
|
|
4476
|
+
"type": "union",
|
|
4477
|
+
"types": [
|
|
4478
|
+
{
|
|
4479
|
+
"type": "jsLiteral",
|
|
4480
|
+
"value": "button"
|
|
4481
|
+
},
|
|
4482
|
+
{
|
|
4483
|
+
"type": "jsLiteral",
|
|
4484
|
+
"value": "default"
|
|
4485
|
+
},
|
|
4486
|
+
{
|
|
4487
|
+
"type": "jsLiteral",
|
|
4488
|
+
"value": "icon"
|
|
4489
|
+
},
|
|
4490
|
+
{
|
|
4491
|
+
"type": "jsLiteral",
|
|
4492
|
+
"value": "icon-circle"
|
|
4493
|
+
},
|
|
4494
|
+
{
|
|
4495
|
+
"type": "jsLiteral",
|
|
4496
|
+
"value": "icon-square"
|
|
4497
|
+
},
|
|
4498
|
+
{
|
|
4499
|
+
"type": "jsLiteral",
|
|
4500
|
+
"value": "custom"
|
|
4501
|
+
}
|
|
4502
|
+
]
|
|
4503
|
+
}
|
|
4504
|
+
},
|
|
4505
|
+
{
|
|
4506
|
+
"type": "typeAlias",
|
|
4507
|
+
"name": "UIType",
|
|
4508
|
+
"annotation": {
|
|
4509
|
+
"type": "union",
|
|
4510
|
+
"types": [
|
|
4511
|
+
{
|
|
4512
|
+
"type": "jsLiteral",
|
|
4513
|
+
"value": "default"
|
|
4514
|
+
},
|
|
4515
|
+
{
|
|
4516
|
+
"type": "jsLiteral",
|
|
4517
|
+
"value": "dashboard"
|
|
4518
|
+
}
|
|
4519
|
+
]
|
|
4520
|
+
}
|
|
4521
|
+
},
|
|
4522
|
+
{
|
|
4523
|
+
"type": "typeAlias",
|
|
4524
|
+
"name": "ComponentSize",
|
|
4525
|
+
"annotation": {
|
|
4526
|
+
"type": "union",
|
|
4527
|
+
"types": [
|
|
4528
|
+
{
|
|
4529
|
+
"type": "jsLiteral",
|
|
4530
|
+
"value": "large"
|
|
4531
|
+
},
|
|
4532
|
+
{
|
|
4533
|
+
"type": "jsLiteral",
|
|
4534
|
+
"value": "medium"
|
|
4535
|
+
},
|
|
4536
|
+
{
|
|
4537
|
+
"type": "jsLiteral",
|
|
4538
|
+
"value": "small"
|
|
4539
|
+
},
|
|
4540
|
+
{
|
|
4541
|
+
"type": "jsLiteral",
|
|
4542
|
+
"value": "xs"
|
|
4543
|
+
}
|
|
4544
|
+
]
|
|
4545
|
+
}
|
|
4683
4546
|
}
|
|
4684
4547
|
]
|
|
4685
4548
|
},
|
|
@@ -5034,5 +4897,142 @@
|
|
|
5034
4897
|
}
|
|
5035
4898
|
}
|
|
5036
4899
|
]
|
|
4900
|
+
},
|
|
4901
|
+
"eo-upload-image": {
|
|
4902
|
+
"properties": [
|
|
4903
|
+
{
|
|
4904
|
+
"name": "name",
|
|
4905
|
+
"annotation": {
|
|
4906
|
+
"type": "keyword",
|
|
4907
|
+
"value": "string"
|
|
4908
|
+
}
|
|
4909
|
+
},
|
|
4910
|
+
{
|
|
4911
|
+
"name": "label",
|
|
4912
|
+
"annotation": {
|
|
4913
|
+
"type": "keyword",
|
|
4914
|
+
"value": "string"
|
|
4915
|
+
}
|
|
4916
|
+
},
|
|
4917
|
+
{
|
|
4918
|
+
"name": "value",
|
|
4919
|
+
"annotation": {
|
|
4920
|
+
"type": "array",
|
|
4921
|
+
"elementType": {
|
|
4922
|
+
"type": "reference",
|
|
4923
|
+
"typeName": {
|
|
4924
|
+
"type": "identifier",
|
|
4925
|
+
"name": "ImageData"
|
|
4926
|
+
}
|
|
4927
|
+
}
|
|
4928
|
+
}
|
|
4929
|
+
},
|
|
4930
|
+
{
|
|
4931
|
+
"name": "bucketName",
|
|
4932
|
+
"annotation": {
|
|
4933
|
+
"type": "keyword",
|
|
4934
|
+
"value": "string"
|
|
4935
|
+
}
|
|
4936
|
+
},
|
|
4937
|
+
{
|
|
4938
|
+
"name": "maxCount",
|
|
4939
|
+
"annotation": {
|
|
4940
|
+
"type": "keyword",
|
|
4941
|
+
"value": "number"
|
|
4942
|
+
}
|
|
4943
|
+
},
|
|
4944
|
+
{
|
|
4945
|
+
"name": "multiple",
|
|
4946
|
+
"annotation": {
|
|
4947
|
+
"type": "keyword",
|
|
4948
|
+
"value": "boolean"
|
|
4949
|
+
}
|
|
4950
|
+
},
|
|
4951
|
+
{
|
|
4952
|
+
"name": "limitSize",
|
|
4953
|
+
"annotation": {
|
|
4954
|
+
"type": "keyword",
|
|
4955
|
+
"value": "number"
|
|
4956
|
+
}
|
|
4957
|
+
},
|
|
4958
|
+
{
|
|
4959
|
+
"name": "required",
|
|
4960
|
+
"annotation": {
|
|
4961
|
+
"type": "keyword",
|
|
4962
|
+
"value": "boolean"
|
|
4963
|
+
}
|
|
4964
|
+
},
|
|
4965
|
+
{
|
|
4966
|
+
"name": "message",
|
|
4967
|
+
"annotation": {
|
|
4968
|
+
"type": "reference",
|
|
4969
|
+
"typeName": {
|
|
4970
|
+
"type": "identifier",
|
|
4971
|
+
"name": "Record"
|
|
4972
|
+
},
|
|
4973
|
+
"typeParameters": {
|
|
4974
|
+
"type": "typeParameterInstantiation",
|
|
4975
|
+
"params": [
|
|
4976
|
+
{
|
|
4977
|
+
"type": "keyword",
|
|
4978
|
+
"value": "string"
|
|
4979
|
+
},
|
|
4980
|
+
{
|
|
4981
|
+
"type": "keyword",
|
|
4982
|
+
"value": "string"
|
|
4983
|
+
}
|
|
4984
|
+
]
|
|
4985
|
+
}
|
|
4986
|
+
}
|
|
4987
|
+
}
|
|
4988
|
+
],
|
|
4989
|
+
"events": [
|
|
4990
|
+
{
|
|
4991
|
+
"name": "change",
|
|
4992
|
+
"detail": {
|
|
4993
|
+
"annotation": {
|
|
4994
|
+
"type": "array",
|
|
4995
|
+
"elementType": {
|
|
4996
|
+
"type": "reference",
|
|
4997
|
+
"typeName": {
|
|
4998
|
+
"type": "identifier",
|
|
4999
|
+
"name": "ImageData"
|
|
5000
|
+
}
|
|
5001
|
+
}
|
|
5002
|
+
}
|
|
5003
|
+
}
|
|
5004
|
+
}
|
|
5005
|
+
],
|
|
5006
|
+
"methods": [],
|
|
5007
|
+
"types": [
|
|
5008
|
+
{
|
|
5009
|
+
"type": "interface",
|
|
5010
|
+
"name": "ImageData",
|
|
5011
|
+
"body": [
|
|
5012
|
+
{
|
|
5013
|
+
"type": "propertySignature",
|
|
5014
|
+
"key": {
|
|
5015
|
+
"type": "identifier",
|
|
5016
|
+
"name": "url"
|
|
5017
|
+
},
|
|
5018
|
+
"annotation": {
|
|
5019
|
+
"type": "keyword",
|
|
5020
|
+
"value": "string"
|
|
5021
|
+
},
|
|
5022
|
+
"optional": true,
|
|
5023
|
+
"computed": false
|
|
5024
|
+
}
|
|
5025
|
+
],
|
|
5026
|
+
"extends": [
|
|
5027
|
+
{
|
|
5028
|
+
"type": "expressionWithTypeArguments",
|
|
5029
|
+
"expression": {
|
|
5030
|
+
"type": "identifier",
|
|
5031
|
+
"name": "FileData"
|
|
5032
|
+
}
|
|
5033
|
+
}
|
|
5034
|
+
]
|
|
5035
|
+
}
|
|
5036
|
+
]
|
|
5037
5037
|
}
|
|
5038
5038
|
}
|