@next-bricks/form 1.15.21 → 1.16.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bricks.json +17 -17
- package/dist/chunks/5347.33be680f.js +3 -0
- package/dist/chunks/5347.33be680f.js.map +1 -0
- package/dist/chunks/eo-select.0e3b0626.js +3 -0
- package/dist/chunks/eo-select.0e3b0626.js.map +1 -0
- package/dist/chunks/{main.8695b116.js → main.0d760812.js} +2 -2
- package/dist/chunks/{main.8695b116.js.map → main.0d760812.js.map} +1 -1
- package/dist/examples.json +7 -7
- package/dist/index.47ef71b7.js +2 -0
- package/dist/{index.2ae50082.js.map → index.47ef71b7.js.map} +1 -1
- package/dist/manifest.json +196 -190
- package/dist/types.json +429 -386
- package/dist-types/interface.d.ts +1 -0
- package/dist-types/select/index.d.ts +5 -0
- package/docs/eo-select.md +21 -0
- package/package.json +2 -2
- package/dist/chunks/5347.585f3de2.js +0 -3
- package/dist/chunks/5347.585f3de2.js.map +0 -1
- package/dist/chunks/eo-select.ae4ed137.js +0 -3
- package/dist/chunks/eo-select.ae4ed137.js.map +0 -1
- package/dist/index.2ae50082.js +0 -2
- /package/dist/chunks/{5347.585f3de2.js.LICENSE.txt → 5347.33be680f.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-select.ae4ed137.js.LICENSE.txt → eo-select.0e3b0626.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -793,6 +793,23 @@
|
|
|
793
793
|
}
|
|
794
794
|
}
|
|
795
795
|
},
|
|
796
|
+
{
|
|
797
|
+
"name": "dropdownStyle",
|
|
798
|
+
"annotation": {
|
|
799
|
+
"type": "reference",
|
|
800
|
+
"typeName": {
|
|
801
|
+
"type": "qualifiedName",
|
|
802
|
+
"left": {
|
|
803
|
+
"type": "identifier",
|
|
804
|
+
"name": "React"
|
|
805
|
+
},
|
|
806
|
+
"right": {
|
|
807
|
+
"type": "identifier",
|
|
808
|
+
"name": "CSSProperties"
|
|
809
|
+
}
|
|
810
|
+
}
|
|
811
|
+
}
|
|
812
|
+
},
|
|
796
813
|
{
|
|
797
814
|
"name": "dropdownHoist",
|
|
798
815
|
"annotation": {
|
|
@@ -1019,6 +1036,19 @@
|
|
|
1019
1036
|
},
|
|
1020
1037
|
"computed": false
|
|
1021
1038
|
},
|
|
1039
|
+
{
|
|
1040
|
+
"type": "propertySignature",
|
|
1041
|
+
"key": {
|
|
1042
|
+
"type": "identifier",
|
|
1043
|
+
"name": "caption"
|
|
1044
|
+
},
|
|
1045
|
+
"annotation": {
|
|
1046
|
+
"type": "keyword",
|
|
1047
|
+
"value": "string"
|
|
1048
|
+
},
|
|
1049
|
+
"optional": true,
|
|
1050
|
+
"computed": false
|
|
1051
|
+
},
|
|
1022
1052
|
{
|
|
1023
1053
|
"type": "indexSignature",
|
|
1024
1054
|
"parameter": {
|
|
@@ -3548,7 +3578,7 @@
|
|
|
3548
3578
|
}
|
|
3549
3579
|
]
|
|
3550
3580
|
},
|
|
3551
|
-
"eo-
|
|
3581
|
+
"eo-radio": {
|
|
3552
3582
|
"properties": [
|
|
3553
3583
|
{
|
|
3554
3584
|
"name": "name",
|
|
@@ -3565,31 +3595,30 @@
|
|
|
3565
3595
|
}
|
|
3566
3596
|
},
|
|
3567
3597
|
{
|
|
3568
|
-
"name": "
|
|
3569
|
-
"annotation": {
|
|
3570
|
-
"type": "keyword",
|
|
3571
|
-
"value": "boolean"
|
|
3572
|
-
}
|
|
3573
|
-
},
|
|
3574
|
-
{
|
|
3575
|
-
"name": "pattern",
|
|
3598
|
+
"name": "options",
|
|
3576
3599
|
"annotation": {
|
|
3577
|
-
"type": "
|
|
3578
|
-
"
|
|
3600
|
+
"type": "array",
|
|
3601
|
+
"elementType": {
|
|
3602
|
+
"type": "reference",
|
|
3603
|
+
"typeName": {
|
|
3604
|
+
"type": "identifier",
|
|
3605
|
+
"name": "GeneralOption"
|
|
3606
|
+
}
|
|
3607
|
+
}
|
|
3579
3608
|
}
|
|
3580
3609
|
},
|
|
3581
3610
|
{
|
|
3582
|
-
"name": "
|
|
3611
|
+
"name": "value",
|
|
3583
3612
|
"annotation": {
|
|
3584
3613
|
"type": "keyword",
|
|
3585
|
-
"value": "
|
|
3614
|
+
"value": "any"
|
|
3586
3615
|
}
|
|
3587
3616
|
},
|
|
3588
3617
|
{
|
|
3589
|
-
"name": "
|
|
3618
|
+
"name": "required",
|
|
3590
3619
|
"annotation": {
|
|
3591
3620
|
"type": "keyword",
|
|
3592
|
-
"value": "
|
|
3621
|
+
"value": "boolean"
|
|
3593
3622
|
}
|
|
3594
3623
|
},
|
|
3595
3624
|
{
|
|
@@ -3615,20 +3644,6 @@
|
|
|
3615
3644
|
}
|
|
3616
3645
|
}
|
|
3617
3646
|
},
|
|
3618
|
-
{
|
|
3619
|
-
"name": "value",
|
|
3620
|
-
"annotation": {
|
|
3621
|
-
"type": "keyword",
|
|
3622
|
-
"value": "string"
|
|
3623
|
-
}
|
|
3624
|
-
},
|
|
3625
|
-
{
|
|
3626
|
-
"name": "placeholder",
|
|
3627
|
-
"annotation": {
|
|
3628
|
-
"type": "keyword",
|
|
3629
|
-
"value": "string"
|
|
3630
|
-
}
|
|
3631
|
-
},
|
|
3632
3647
|
{
|
|
3633
3648
|
"name": "disabled",
|
|
3634
3649
|
"annotation": {
|
|
@@ -3637,33 +3652,22 @@
|
|
|
3637
3652
|
}
|
|
3638
3653
|
},
|
|
3639
3654
|
{
|
|
3640
|
-
"name": "
|
|
3641
|
-
"annotation": {
|
|
3642
|
-
"type": "keyword",
|
|
3643
|
-
"value": "boolean"
|
|
3644
|
-
}
|
|
3645
|
-
},
|
|
3646
|
-
{
|
|
3647
|
-
"name": "clearable",
|
|
3648
|
-
"annotation": {
|
|
3649
|
-
"type": "keyword",
|
|
3650
|
-
"value": "boolean"
|
|
3651
|
-
}
|
|
3652
|
-
},
|
|
3653
|
-
{
|
|
3654
|
-
"name": "autoFocus",
|
|
3655
|
+
"name": "type",
|
|
3655
3656
|
"annotation": {
|
|
3656
|
-
"type": "
|
|
3657
|
-
"
|
|
3657
|
+
"type": "reference",
|
|
3658
|
+
"typeName": {
|
|
3659
|
+
"type": "identifier",
|
|
3660
|
+
"name": "RadioType"
|
|
3661
|
+
}
|
|
3658
3662
|
}
|
|
3659
3663
|
},
|
|
3660
3664
|
{
|
|
3661
|
-
"name": "
|
|
3665
|
+
"name": "ui",
|
|
3662
3666
|
"annotation": {
|
|
3663
3667
|
"type": "reference",
|
|
3664
3668
|
"typeName": {
|
|
3665
3669
|
"type": "identifier",
|
|
3666
|
-
"name": "
|
|
3670
|
+
"name": "UIType"
|
|
3667
3671
|
}
|
|
3668
3672
|
}
|
|
3669
3673
|
},
|
|
@@ -3678,21 +3682,7 @@
|
|
|
3678
3682
|
}
|
|
3679
3683
|
},
|
|
3680
3684
|
{
|
|
3681
|
-
"name": "
|
|
3682
|
-
"annotation": {
|
|
3683
|
-
"type": "keyword",
|
|
3684
|
-
"value": "number"
|
|
3685
|
-
}
|
|
3686
|
-
},
|
|
3687
|
-
{
|
|
3688
|
-
"name": "maxLength",
|
|
3689
|
-
"annotation": {
|
|
3690
|
-
"type": "keyword",
|
|
3691
|
-
"value": "number"
|
|
3692
|
-
}
|
|
3693
|
-
},
|
|
3694
|
-
{
|
|
3695
|
-
"name": "inputStyle",
|
|
3685
|
+
"name": "customStyle",
|
|
3696
3686
|
"annotation": {
|
|
3697
3687
|
"type": "reference",
|
|
3698
3688
|
"typeName": {
|
|
@@ -3709,28 +3699,12 @@
|
|
|
3709
3699
|
}
|
|
3710
3700
|
},
|
|
3711
3701
|
{
|
|
3712
|
-
"name": "
|
|
3702
|
+
"name": "useBrick",
|
|
3713
3703
|
"annotation": {
|
|
3714
|
-
"type": "
|
|
3715
|
-
"
|
|
3716
|
-
"type": "
|
|
3717
|
-
"
|
|
3718
|
-
{
|
|
3719
|
-
"type": "identifier",
|
|
3720
|
-
"name": "value",
|
|
3721
|
-
"annotation": {
|
|
3722
|
-
"type": "keyword",
|
|
3723
|
-
"value": "any"
|
|
3724
|
-
}
|
|
3725
|
-
}
|
|
3726
|
-
],
|
|
3727
|
-
"annotation": {
|
|
3728
|
-
"type": "reference",
|
|
3729
|
-
"typeName": {
|
|
3730
|
-
"type": "identifier",
|
|
3731
|
-
"name": "MessageBody"
|
|
3732
|
-
}
|
|
3733
|
-
}
|
|
3704
|
+
"type": "reference",
|
|
3705
|
+
"typeName": {
|
|
3706
|
+
"type": "identifier",
|
|
3707
|
+
"name": "UseSingleBrickConf"
|
|
3734
3708
|
}
|
|
3735
3709
|
}
|
|
3736
3710
|
}
|
|
@@ -3740,118 +3714,281 @@
|
|
|
3740
3714
|
"name": "change",
|
|
3741
3715
|
"detail": {
|
|
3742
3716
|
"annotation": {
|
|
3743
|
-
"type": "
|
|
3744
|
-
"
|
|
3717
|
+
"type": "union",
|
|
3718
|
+
"types": [
|
|
3719
|
+
{
|
|
3720
|
+
"type": "reference",
|
|
3721
|
+
"typeName": {
|
|
3722
|
+
"type": "identifier",
|
|
3723
|
+
"name": "GeneralComplexOption"
|
|
3724
|
+
}
|
|
3725
|
+
},
|
|
3726
|
+
{
|
|
3727
|
+
"type": "keyword",
|
|
3728
|
+
"value": "undefined"
|
|
3729
|
+
}
|
|
3730
|
+
]
|
|
3745
3731
|
}
|
|
3746
3732
|
}
|
|
3747
|
-
}
|
|
3748
|
-
],
|
|
3749
|
-
"methods": [
|
|
3750
|
-
{
|
|
3751
|
-
"name": "focusInput",
|
|
3752
|
-
"params": [],
|
|
3753
|
-
"returns": {}
|
|
3754
3733
|
},
|
|
3755
3734
|
{
|
|
3756
|
-
"name": "
|
|
3757
|
-
"
|
|
3758
|
-
|
|
3735
|
+
"name": "options.change",
|
|
3736
|
+
"detail": {
|
|
3737
|
+
"annotation": {
|
|
3738
|
+
"type": "typeLiteral",
|
|
3739
|
+
"members": [
|
|
3740
|
+
{
|
|
3741
|
+
"type": "propertySignature",
|
|
3742
|
+
"key": {
|
|
3743
|
+
"type": "identifier",
|
|
3744
|
+
"name": "options"
|
|
3745
|
+
},
|
|
3746
|
+
"annotation": {
|
|
3747
|
+
"type": "typeLiteral",
|
|
3748
|
+
"members": [
|
|
3749
|
+
{
|
|
3750
|
+
"type": "propertySignature",
|
|
3751
|
+
"key": {
|
|
3752
|
+
"type": "identifier",
|
|
3753
|
+
"name": "label"
|
|
3754
|
+
},
|
|
3755
|
+
"annotation": {
|
|
3756
|
+
"type": "keyword",
|
|
3757
|
+
"value": "string"
|
|
3758
|
+
},
|
|
3759
|
+
"computed": false
|
|
3760
|
+
},
|
|
3761
|
+
{
|
|
3762
|
+
"type": "propertySignature",
|
|
3763
|
+
"key": {
|
|
3764
|
+
"type": "identifier",
|
|
3765
|
+
"name": "value"
|
|
3766
|
+
},
|
|
3767
|
+
"annotation": {
|
|
3768
|
+
"type": "keyword",
|
|
3769
|
+
"value": "any"
|
|
3770
|
+
},
|
|
3771
|
+
"computed": false
|
|
3772
|
+
},
|
|
3773
|
+
{
|
|
3774
|
+
"type": "indexSignature",
|
|
3775
|
+
"parameter": {
|
|
3776
|
+
"type": "identifier",
|
|
3777
|
+
"name": "key",
|
|
3778
|
+
"annotation": {
|
|
3779
|
+
"type": "keyword",
|
|
3780
|
+
"value": "string"
|
|
3781
|
+
}
|
|
3782
|
+
},
|
|
3783
|
+
"annotation": {
|
|
3784
|
+
"type": "keyword",
|
|
3785
|
+
"value": "any"
|
|
3786
|
+
}
|
|
3787
|
+
}
|
|
3788
|
+
]
|
|
3789
|
+
},
|
|
3790
|
+
"computed": false
|
|
3791
|
+
},
|
|
3792
|
+
{
|
|
3793
|
+
"type": "propertySignature",
|
|
3794
|
+
"key": {
|
|
3795
|
+
"type": "identifier",
|
|
3796
|
+
"name": "name"
|
|
3797
|
+
},
|
|
3798
|
+
"annotation": {
|
|
3799
|
+
"type": "keyword",
|
|
3800
|
+
"value": "string"
|
|
3801
|
+
},
|
|
3802
|
+
"computed": false
|
|
3803
|
+
}
|
|
3804
|
+
]
|
|
3805
|
+
}
|
|
3806
|
+
}
|
|
3759
3807
|
}
|
|
3760
3808
|
],
|
|
3809
|
+
"methods": [],
|
|
3761
3810
|
"types": [
|
|
3762
3811
|
{
|
|
3763
3812
|
"type": "typeAlias",
|
|
3764
|
-
"name": "
|
|
3813
|
+
"name": "GeneralOption",
|
|
3765
3814
|
"annotation": {
|
|
3766
3815
|
"type": "union",
|
|
3767
3816
|
"types": [
|
|
3768
3817
|
{
|
|
3769
|
-
"type": "
|
|
3770
|
-
"value": "
|
|
3818
|
+
"type": "keyword",
|
|
3819
|
+
"value": "string"
|
|
3771
3820
|
},
|
|
3772
3821
|
{
|
|
3773
|
-
"type": "
|
|
3774
|
-
"value": "
|
|
3822
|
+
"type": "keyword",
|
|
3823
|
+
"value": "number"
|
|
3775
3824
|
},
|
|
3776
3825
|
{
|
|
3777
|
-
"type": "
|
|
3778
|
-
"value": "
|
|
3826
|
+
"type": "keyword",
|
|
3827
|
+
"value": "boolean"
|
|
3779
3828
|
},
|
|
3780
3829
|
{
|
|
3781
|
-
"type": "
|
|
3782
|
-
"
|
|
3783
|
-
|
|
3784
|
-
|
|
3785
|
-
|
|
3786
|
-
"value": "datetime-local"
|
|
3787
|
-
},
|
|
3788
|
-
{
|
|
3789
|
-
"type": "jsLiteral",
|
|
3790
|
-
"value": "email"
|
|
3830
|
+
"type": "reference",
|
|
3831
|
+
"typeName": {
|
|
3832
|
+
"type": "identifier",
|
|
3833
|
+
"name": "GeneralComplexOption"
|
|
3834
|
+
}
|
|
3791
3835
|
},
|
|
3792
3836
|
{
|
|
3793
|
-
"type": "
|
|
3794
|
-
"
|
|
3795
|
-
|
|
3837
|
+
"type": "reference",
|
|
3838
|
+
"typeName": {
|
|
3839
|
+
"type": "identifier",
|
|
3840
|
+
"name": "Record"
|
|
3841
|
+
},
|
|
3842
|
+
"typeParameters": {
|
|
3843
|
+
"type": "typeParameterInstantiation",
|
|
3844
|
+
"params": [
|
|
3845
|
+
{
|
|
3846
|
+
"type": "keyword",
|
|
3847
|
+
"value": "string"
|
|
3848
|
+
},
|
|
3849
|
+
{
|
|
3850
|
+
"type": "keyword",
|
|
3851
|
+
"value": "any"
|
|
3852
|
+
}
|
|
3853
|
+
]
|
|
3854
|
+
}
|
|
3855
|
+
}
|
|
3856
|
+
]
|
|
3857
|
+
}
|
|
3858
|
+
},
|
|
3859
|
+
{
|
|
3860
|
+
"type": "interface",
|
|
3861
|
+
"name": "GeneralComplexOption",
|
|
3862
|
+
"typeParameters": {
|
|
3863
|
+
"type": "typeParameterDeclaration",
|
|
3864
|
+
"params": [
|
|
3796
3865
|
{
|
|
3797
|
-
"type": "
|
|
3798
|
-
"
|
|
3866
|
+
"type": "typeParameter",
|
|
3867
|
+
"name": "T",
|
|
3868
|
+
"default": {
|
|
3869
|
+
"type": "union",
|
|
3870
|
+
"types": [
|
|
3871
|
+
{
|
|
3872
|
+
"type": "keyword",
|
|
3873
|
+
"value": "string"
|
|
3874
|
+
},
|
|
3875
|
+
{
|
|
3876
|
+
"type": "keyword",
|
|
3877
|
+
"value": "number"
|
|
3878
|
+
},
|
|
3879
|
+
{
|
|
3880
|
+
"type": "keyword",
|
|
3881
|
+
"value": "boolean"
|
|
3882
|
+
}
|
|
3883
|
+
]
|
|
3884
|
+
}
|
|
3885
|
+
}
|
|
3886
|
+
]
|
|
3887
|
+
},
|
|
3888
|
+
"body": [
|
|
3889
|
+
{
|
|
3890
|
+
"type": "propertySignature",
|
|
3891
|
+
"key": {
|
|
3892
|
+
"type": "identifier",
|
|
3893
|
+
"name": "label"
|
|
3799
3894
|
},
|
|
3800
|
-
{
|
|
3801
|
-
"type": "
|
|
3802
|
-
"value": "
|
|
3895
|
+
"annotation": {
|
|
3896
|
+
"type": "keyword",
|
|
3897
|
+
"value": "string"
|
|
3803
3898
|
},
|
|
3804
|
-
|
|
3805
|
-
|
|
3806
|
-
|
|
3899
|
+
"computed": false
|
|
3900
|
+
},
|
|
3901
|
+
{
|
|
3902
|
+
"type": "propertySignature",
|
|
3903
|
+
"key": {
|
|
3904
|
+
"type": "identifier",
|
|
3905
|
+
"name": "value"
|
|
3807
3906
|
},
|
|
3808
|
-
{
|
|
3809
|
-
"type": "
|
|
3810
|
-
"
|
|
3907
|
+
"annotation": {
|
|
3908
|
+
"type": "reference",
|
|
3909
|
+
"typeName": {
|
|
3910
|
+
"type": "identifier",
|
|
3911
|
+
"name": "T"
|
|
3912
|
+
}
|
|
3811
3913
|
},
|
|
3812
|
-
|
|
3813
|
-
|
|
3814
|
-
|
|
3914
|
+
"computed": false
|
|
3915
|
+
},
|
|
3916
|
+
{
|
|
3917
|
+
"type": "propertySignature",
|
|
3918
|
+
"key": {
|
|
3919
|
+
"type": "identifier",
|
|
3920
|
+
"name": "caption"
|
|
3815
3921
|
},
|
|
3816
|
-
{
|
|
3817
|
-
"type": "
|
|
3818
|
-
"value": "
|
|
3922
|
+
"annotation": {
|
|
3923
|
+
"type": "keyword",
|
|
3924
|
+
"value": "string"
|
|
3819
3925
|
},
|
|
3820
|
-
|
|
3821
|
-
|
|
3822
|
-
|
|
3926
|
+
"optional": true,
|
|
3927
|
+
"computed": false
|
|
3928
|
+
},
|
|
3929
|
+
{
|
|
3930
|
+
"type": "indexSignature",
|
|
3931
|
+
"parameter": {
|
|
3932
|
+
"type": "identifier",
|
|
3933
|
+
"name": "key",
|
|
3934
|
+
"annotation": {
|
|
3935
|
+
"type": "keyword",
|
|
3936
|
+
"value": "string"
|
|
3937
|
+
}
|
|
3823
3938
|
},
|
|
3939
|
+
"annotation": {
|
|
3940
|
+
"type": "keyword",
|
|
3941
|
+
"value": "any"
|
|
3942
|
+
}
|
|
3943
|
+
}
|
|
3944
|
+
]
|
|
3945
|
+
},
|
|
3946
|
+
{
|
|
3947
|
+
"type": "typeAlias",
|
|
3948
|
+
"name": "RadioType",
|
|
3949
|
+
"annotation": {
|
|
3950
|
+
"type": "union",
|
|
3951
|
+
"types": [
|
|
3824
3952
|
{
|
|
3825
3953
|
"type": "jsLiteral",
|
|
3826
|
-
"value": "
|
|
3954
|
+
"value": "button"
|
|
3827
3955
|
},
|
|
3828
3956
|
{
|
|
3829
3957
|
"type": "jsLiteral",
|
|
3830
|
-
"value": "
|
|
3958
|
+
"value": "default"
|
|
3831
3959
|
},
|
|
3832
3960
|
{
|
|
3833
3961
|
"type": "jsLiteral",
|
|
3834
|
-
"value": "
|
|
3962
|
+
"value": "icon"
|
|
3835
3963
|
},
|
|
3836
3964
|
{
|
|
3837
3965
|
"type": "jsLiteral",
|
|
3838
|
-
"value": "
|
|
3966
|
+
"value": "icon-circle"
|
|
3839
3967
|
},
|
|
3840
3968
|
{
|
|
3841
3969
|
"type": "jsLiteral",
|
|
3842
|
-
"value": "
|
|
3970
|
+
"value": "icon-square"
|
|
3843
3971
|
},
|
|
3844
3972
|
{
|
|
3845
3973
|
"type": "jsLiteral",
|
|
3846
|
-
"value": "
|
|
3847
|
-
}
|
|
3974
|
+
"value": "custom"
|
|
3975
|
+
}
|
|
3976
|
+
]
|
|
3977
|
+
}
|
|
3978
|
+
},
|
|
3979
|
+
{
|
|
3980
|
+
"type": "typeAlias",
|
|
3981
|
+
"name": "UIType",
|
|
3982
|
+
"annotation": {
|
|
3983
|
+
"type": "union",
|
|
3984
|
+
"types": [
|
|
3848
3985
|
{
|
|
3849
3986
|
"type": "jsLiteral",
|
|
3850
|
-
"value": "
|
|
3987
|
+
"value": "default"
|
|
3851
3988
|
},
|
|
3852
3989
|
{
|
|
3853
3990
|
"type": "jsLiteral",
|
|
3854
|
-
"value": "
|
|
3991
|
+
"value": "dashboard"
|
|
3855
3992
|
}
|
|
3856
3993
|
]
|
|
3857
3994
|
}
|
|
@@ -3883,7 +4020,7 @@
|
|
|
3883
4020
|
}
|
|
3884
4021
|
]
|
|
3885
4022
|
},
|
|
3886
|
-
"eo-
|
|
4023
|
+
"eo-input": {
|
|
3887
4024
|
"properties": [
|
|
3888
4025
|
{
|
|
3889
4026
|
"name": "name",
|
|
@@ -3900,30 +4037,31 @@
|
|
|
3900
4037
|
}
|
|
3901
4038
|
},
|
|
3902
4039
|
{
|
|
3903
|
-
"name": "
|
|
4040
|
+
"name": "required",
|
|
3904
4041
|
"annotation": {
|
|
3905
|
-
"type": "
|
|
3906
|
-
"
|
|
3907
|
-
"type": "reference",
|
|
3908
|
-
"typeName": {
|
|
3909
|
-
"type": "identifier",
|
|
3910
|
-
"name": "GeneralOption"
|
|
3911
|
-
}
|
|
3912
|
-
}
|
|
4042
|
+
"type": "keyword",
|
|
4043
|
+
"value": "boolean"
|
|
3913
4044
|
}
|
|
3914
4045
|
},
|
|
3915
4046
|
{
|
|
3916
|
-
"name": "
|
|
4047
|
+
"name": "pattern",
|
|
3917
4048
|
"annotation": {
|
|
3918
4049
|
"type": "keyword",
|
|
3919
|
-
"value": "
|
|
4050
|
+
"value": "string"
|
|
3920
4051
|
}
|
|
3921
4052
|
},
|
|
3922
4053
|
{
|
|
3923
|
-
"name": "
|
|
4054
|
+
"name": "max",
|
|
3924
4055
|
"annotation": {
|
|
3925
4056
|
"type": "keyword",
|
|
3926
|
-
"value": "
|
|
4057
|
+
"value": "number"
|
|
4058
|
+
}
|
|
4059
|
+
},
|
|
4060
|
+
{
|
|
4061
|
+
"name": "min",
|
|
4062
|
+
"annotation": {
|
|
4063
|
+
"type": "keyword",
|
|
4064
|
+
"value": "number"
|
|
3927
4065
|
}
|
|
3928
4066
|
},
|
|
3929
4067
|
{
|
|
@@ -3949,6 +4087,20 @@
|
|
|
3949
4087
|
}
|
|
3950
4088
|
}
|
|
3951
4089
|
},
|
|
4090
|
+
{
|
|
4091
|
+
"name": "value",
|
|
4092
|
+
"annotation": {
|
|
4093
|
+
"type": "keyword",
|
|
4094
|
+
"value": "string"
|
|
4095
|
+
}
|
|
4096
|
+
},
|
|
4097
|
+
{
|
|
4098
|
+
"name": "placeholder",
|
|
4099
|
+
"annotation": {
|
|
4100
|
+
"type": "keyword",
|
|
4101
|
+
"value": "string"
|
|
4102
|
+
}
|
|
4103
|
+
},
|
|
3952
4104
|
{
|
|
3953
4105
|
"name": "disabled",
|
|
3954
4106
|
"annotation": {
|
|
@@ -3957,22 +4109,33 @@
|
|
|
3957
4109
|
}
|
|
3958
4110
|
},
|
|
3959
4111
|
{
|
|
3960
|
-
"name": "
|
|
4112
|
+
"name": "readonly",
|
|
3961
4113
|
"annotation": {
|
|
3962
|
-
"type": "
|
|
3963
|
-
"
|
|
3964
|
-
"type": "identifier",
|
|
3965
|
-
"name": "RadioType"
|
|
3966
|
-
}
|
|
4114
|
+
"type": "keyword",
|
|
4115
|
+
"value": "boolean"
|
|
3967
4116
|
}
|
|
3968
4117
|
},
|
|
3969
4118
|
{
|
|
3970
|
-
"name": "
|
|
4119
|
+
"name": "clearable",
|
|
4120
|
+
"annotation": {
|
|
4121
|
+
"type": "keyword",
|
|
4122
|
+
"value": "boolean"
|
|
4123
|
+
}
|
|
4124
|
+
},
|
|
4125
|
+
{
|
|
4126
|
+
"name": "autoFocus",
|
|
4127
|
+
"annotation": {
|
|
4128
|
+
"type": "keyword",
|
|
4129
|
+
"value": "boolean"
|
|
4130
|
+
}
|
|
4131
|
+
},
|
|
4132
|
+
{
|
|
4133
|
+
"name": "type",
|
|
3971
4134
|
"annotation": {
|
|
3972
4135
|
"type": "reference",
|
|
3973
4136
|
"typeName": {
|
|
3974
4137
|
"type": "identifier",
|
|
3975
|
-
"name": "
|
|
4138
|
+
"name": "InputType"
|
|
3976
4139
|
}
|
|
3977
4140
|
}
|
|
3978
4141
|
},
|
|
@@ -3987,7 +4150,21 @@
|
|
|
3987
4150
|
}
|
|
3988
4151
|
},
|
|
3989
4152
|
{
|
|
3990
|
-
"name": "
|
|
4153
|
+
"name": "minLength",
|
|
4154
|
+
"annotation": {
|
|
4155
|
+
"type": "keyword",
|
|
4156
|
+
"value": "number"
|
|
4157
|
+
}
|
|
4158
|
+
},
|
|
4159
|
+
{
|
|
4160
|
+
"name": "maxLength",
|
|
4161
|
+
"annotation": {
|
|
4162
|
+
"type": "keyword",
|
|
4163
|
+
"value": "number"
|
|
4164
|
+
}
|
|
4165
|
+
},
|
|
4166
|
+
{
|
|
4167
|
+
"name": "inputStyle",
|
|
3991
4168
|
"annotation": {
|
|
3992
4169
|
"type": "reference",
|
|
3993
4170
|
"typeName": {
|
|
@@ -4004,12 +4181,28 @@
|
|
|
4004
4181
|
}
|
|
4005
4182
|
},
|
|
4006
4183
|
{
|
|
4007
|
-
"name": "
|
|
4184
|
+
"name": "validator",
|
|
4008
4185
|
"annotation": {
|
|
4009
|
-
"type": "
|
|
4010
|
-
"
|
|
4011
|
-
"type": "
|
|
4012
|
-
"
|
|
4186
|
+
"type": "parenthesizedType",
|
|
4187
|
+
"annotation": {
|
|
4188
|
+
"type": "function",
|
|
4189
|
+
"parameters": [
|
|
4190
|
+
{
|
|
4191
|
+
"type": "identifier",
|
|
4192
|
+
"name": "value",
|
|
4193
|
+
"annotation": {
|
|
4194
|
+
"type": "keyword",
|
|
4195
|
+
"value": "any"
|
|
4196
|
+
}
|
|
4197
|
+
}
|
|
4198
|
+
],
|
|
4199
|
+
"annotation": {
|
|
4200
|
+
"type": "reference",
|
|
4201
|
+
"typeName": {
|
|
4202
|
+
"type": "identifier",
|
|
4203
|
+
"name": "MessageBody"
|
|
4204
|
+
}
|
|
4205
|
+
}
|
|
4013
4206
|
}
|
|
4014
4207
|
}
|
|
4015
4208
|
}
|
|
@@ -4019,268 +4212,118 @@
|
|
|
4019
4212
|
"name": "change",
|
|
4020
4213
|
"detail": {
|
|
4021
4214
|
"annotation": {
|
|
4022
|
-
"type": "
|
|
4023
|
-
"
|
|
4024
|
-
{
|
|
4025
|
-
"type": "reference",
|
|
4026
|
-
"typeName": {
|
|
4027
|
-
"type": "identifier",
|
|
4028
|
-
"name": "GeneralComplexOption"
|
|
4029
|
-
}
|
|
4030
|
-
},
|
|
4031
|
-
{
|
|
4032
|
-
"type": "keyword",
|
|
4033
|
-
"value": "undefined"
|
|
4034
|
-
}
|
|
4035
|
-
]
|
|
4215
|
+
"type": "keyword",
|
|
4216
|
+
"value": "string"
|
|
4036
4217
|
}
|
|
4037
4218
|
}
|
|
4219
|
+
}
|
|
4220
|
+
],
|
|
4221
|
+
"methods": [
|
|
4222
|
+
{
|
|
4223
|
+
"name": "focusInput",
|
|
4224
|
+
"params": [],
|
|
4225
|
+
"returns": {}
|
|
4038
4226
|
},
|
|
4039
4227
|
{
|
|
4040
|
-
"name": "
|
|
4041
|
-
"
|
|
4042
|
-
|
|
4043
|
-
"type": "typeLiteral",
|
|
4044
|
-
"members": [
|
|
4045
|
-
{
|
|
4046
|
-
"type": "propertySignature",
|
|
4047
|
-
"key": {
|
|
4048
|
-
"type": "identifier",
|
|
4049
|
-
"name": "options"
|
|
4050
|
-
},
|
|
4051
|
-
"annotation": {
|
|
4052
|
-
"type": "typeLiteral",
|
|
4053
|
-
"members": [
|
|
4054
|
-
{
|
|
4055
|
-
"type": "propertySignature",
|
|
4056
|
-
"key": {
|
|
4057
|
-
"type": "identifier",
|
|
4058
|
-
"name": "label"
|
|
4059
|
-
},
|
|
4060
|
-
"annotation": {
|
|
4061
|
-
"type": "keyword",
|
|
4062
|
-
"value": "string"
|
|
4063
|
-
},
|
|
4064
|
-
"computed": false
|
|
4065
|
-
},
|
|
4066
|
-
{
|
|
4067
|
-
"type": "propertySignature",
|
|
4068
|
-
"key": {
|
|
4069
|
-
"type": "identifier",
|
|
4070
|
-
"name": "value"
|
|
4071
|
-
},
|
|
4072
|
-
"annotation": {
|
|
4073
|
-
"type": "keyword",
|
|
4074
|
-
"value": "any"
|
|
4075
|
-
},
|
|
4076
|
-
"computed": false
|
|
4077
|
-
},
|
|
4078
|
-
{
|
|
4079
|
-
"type": "indexSignature",
|
|
4080
|
-
"parameter": {
|
|
4081
|
-
"type": "identifier",
|
|
4082
|
-
"name": "key",
|
|
4083
|
-
"annotation": {
|
|
4084
|
-
"type": "keyword",
|
|
4085
|
-
"value": "string"
|
|
4086
|
-
}
|
|
4087
|
-
},
|
|
4088
|
-
"annotation": {
|
|
4089
|
-
"type": "keyword",
|
|
4090
|
-
"value": "any"
|
|
4091
|
-
}
|
|
4092
|
-
}
|
|
4093
|
-
]
|
|
4094
|
-
},
|
|
4095
|
-
"computed": false
|
|
4096
|
-
},
|
|
4097
|
-
{
|
|
4098
|
-
"type": "propertySignature",
|
|
4099
|
-
"key": {
|
|
4100
|
-
"type": "identifier",
|
|
4101
|
-
"name": "name"
|
|
4102
|
-
},
|
|
4103
|
-
"annotation": {
|
|
4104
|
-
"type": "keyword",
|
|
4105
|
-
"value": "string"
|
|
4106
|
-
},
|
|
4107
|
-
"computed": false
|
|
4108
|
-
}
|
|
4109
|
-
]
|
|
4110
|
-
}
|
|
4111
|
-
}
|
|
4228
|
+
"name": "blurInput",
|
|
4229
|
+
"params": [],
|
|
4230
|
+
"returns": {}
|
|
4112
4231
|
}
|
|
4113
4232
|
],
|
|
4114
|
-
"methods": [],
|
|
4115
4233
|
"types": [
|
|
4116
4234
|
{
|
|
4117
4235
|
"type": "typeAlias",
|
|
4118
|
-
"name": "
|
|
4236
|
+
"name": "InputType",
|
|
4119
4237
|
"annotation": {
|
|
4120
4238
|
"type": "union",
|
|
4121
4239
|
"types": [
|
|
4122
4240
|
{
|
|
4123
|
-
"type": "
|
|
4124
|
-
"value": "
|
|
4241
|
+
"type": "jsLiteral",
|
|
4242
|
+
"value": "button"
|
|
4125
4243
|
},
|
|
4126
4244
|
{
|
|
4127
|
-
"type": "
|
|
4128
|
-
"value": "
|
|
4245
|
+
"type": "jsLiteral",
|
|
4246
|
+
"value": "checkbox"
|
|
4129
4247
|
},
|
|
4130
4248
|
{
|
|
4131
|
-
"type": "
|
|
4132
|
-
"value": "
|
|
4249
|
+
"type": "jsLiteral",
|
|
4250
|
+
"value": "color"
|
|
4133
4251
|
},
|
|
4134
4252
|
{
|
|
4135
|
-
"type": "
|
|
4136
|
-
"
|
|
4137
|
-
"type": "identifier",
|
|
4138
|
-
"name": "GeneralComplexOption"
|
|
4139
|
-
}
|
|
4253
|
+
"type": "jsLiteral",
|
|
4254
|
+
"value": "date"
|
|
4140
4255
|
},
|
|
4141
4256
|
{
|
|
4142
|
-
"type": "
|
|
4143
|
-
"
|
|
4144
|
-
|
|
4145
|
-
"name": "Record"
|
|
4146
|
-
},
|
|
4147
|
-
"typeParameters": {
|
|
4148
|
-
"type": "typeParameterInstantiation",
|
|
4149
|
-
"params": [
|
|
4150
|
-
{
|
|
4151
|
-
"type": "keyword",
|
|
4152
|
-
"value": "string"
|
|
4153
|
-
},
|
|
4154
|
-
{
|
|
4155
|
-
"type": "keyword",
|
|
4156
|
-
"value": "any"
|
|
4157
|
-
}
|
|
4158
|
-
]
|
|
4159
|
-
}
|
|
4160
|
-
}
|
|
4161
|
-
]
|
|
4162
|
-
}
|
|
4163
|
-
},
|
|
4164
|
-
{
|
|
4165
|
-
"type": "interface",
|
|
4166
|
-
"name": "GeneralComplexOption",
|
|
4167
|
-
"typeParameters": {
|
|
4168
|
-
"type": "typeParameterDeclaration",
|
|
4169
|
-
"params": [
|
|
4257
|
+
"type": "jsLiteral",
|
|
4258
|
+
"value": "datetime-local"
|
|
4259
|
+
},
|
|
4170
4260
|
{
|
|
4171
|
-
"type": "
|
|
4172
|
-
"
|
|
4173
|
-
"default": {
|
|
4174
|
-
"type": "union",
|
|
4175
|
-
"types": [
|
|
4176
|
-
{
|
|
4177
|
-
"type": "keyword",
|
|
4178
|
-
"value": "string"
|
|
4179
|
-
},
|
|
4180
|
-
{
|
|
4181
|
-
"type": "keyword",
|
|
4182
|
-
"value": "number"
|
|
4183
|
-
},
|
|
4184
|
-
{
|
|
4185
|
-
"type": "keyword",
|
|
4186
|
-
"value": "boolean"
|
|
4187
|
-
}
|
|
4188
|
-
]
|
|
4189
|
-
}
|
|
4190
|
-
}
|
|
4191
|
-
]
|
|
4192
|
-
},
|
|
4193
|
-
"body": [
|
|
4194
|
-
{
|
|
4195
|
-
"type": "propertySignature",
|
|
4196
|
-
"key": {
|
|
4197
|
-
"type": "identifier",
|
|
4198
|
-
"name": "label"
|
|
4261
|
+
"type": "jsLiteral",
|
|
4262
|
+
"value": "email"
|
|
4199
4263
|
},
|
|
4200
|
-
|
|
4201
|
-
"type": "
|
|
4202
|
-
"value": "
|
|
4264
|
+
{
|
|
4265
|
+
"type": "jsLiteral",
|
|
4266
|
+
"value": "file"
|
|
4203
4267
|
},
|
|
4204
|
-
|
|
4205
|
-
|
|
4206
|
-
|
|
4207
|
-
"type": "propertySignature",
|
|
4208
|
-
"key": {
|
|
4209
|
-
"type": "identifier",
|
|
4210
|
-
"name": "value"
|
|
4268
|
+
{
|
|
4269
|
+
"type": "jsLiteral",
|
|
4270
|
+
"value": "hidden"
|
|
4211
4271
|
},
|
|
4212
|
-
|
|
4213
|
-
"type": "
|
|
4214
|
-
"
|
|
4215
|
-
"type": "identifier",
|
|
4216
|
-
"name": "T"
|
|
4217
|
-
}
|
|
4272
|
+
{
|
|
4273
|
+
"type": "jsLiteral",
|
|
4274
|
+
"value": "image"
|
|
4218
4275
|
},
|
|
4219
|
-
|
|
4220
|
-
|
|
4221
|
-
|
|
4222
|
-
"type": "indexSignature",
|
|
4223
|
-
"parameter": {
|
|
4224
|
-
"type": "identifier",
|
|
4225
|
-
"name": "key",
|
|
4226
|
-
"annotation": {
|
|
4227
|
-
"type": "keyword",
|
|
4228
|
-
"value": "string"
|
|
4229
|
-
}
|
|
4276
|
+
{
|
|
4277
|
+
"type": "jsLiteral",
|
|
4278
|
+
"value": "month"
|
|
4230
4279
|
},
|
|
4231
|
-
"annotation": {
|
|
4232
|
-
"type": "keyword",
|
|
4233
|
-
"value": "any"
|
|
4234
|
-
}
|
|
4235
|
-
}
|
|
4236
|
-
]
|
|
4237
|
-
},
|
|
4238
|
-
{
|
|
4239
|
-
"type": "typeAlias",
|
|
4240
|
-
"name": "RadioType",
|
|
4241
|
-
"annotation": {
|
|
4242
|
-
"type": "union",
|
|
4243
|
-
"types": [
|
|
4244
4280
|
{
|
|
4245
4281
|
"type": "jsLiteral",
|
|
4246
|
-
"value": "
|
|
4282
|
+
"value": "number"
|
|
4247
4283
|
},
|
|
4248
4284
|
{
|
|
4249
4285
|
"type": "jsLiteral",
|
|
4250
|
-
"value": "
|
|
4286
|
+
"value": "password"
|
|
4251
4287
|
},
|
|
4252
4288
|
{
|
|
4253
4289
|
"type": "jsLiteral",
|
|
4254
|
-
"value": "
|
|
4290
|
+
"value": "radio"
|
|
4255
4291
|
},
|
|
4256
4292
|
{
|
|
4257
4293
|
"type": "jsLiteral",
|
|
4258
|
-
"value": "
|
|
4294
|
+
"value": "range"
|
|
4259
4295
|
},
|
|
4260
4296
|
{
|
|
4261
4297
|
"type": "jsLiteral",
|
|
4262
|
-
"value": "
|
|
4298
|
+
"value": "reset"
|
|
4263
4299
|
},
|
|
4264
4300
|
{
|
|
4265
4301
|
"type": "jsLiteral",
|
|
4266
|
-
"value": "
|
|
4267
|
-
}
|
|
4268
|
-
]
|
|
4269
|
-
}
|
|
4270
|
-
},
|
|
4271
|
-
{
|
|
4272
|
-
"type": "typeAlias",
|
|
4273
|
-
"name": "UIType",
|
|
4274
|
-
"annotation": {
|
|
4275
|
-
"type": "union",
|
|
4276
|
-
"types": [
|
|
4302
|
+
"value": "search"
|
|
4303
|
+
},
|
|
4277
4304
|
{
|
|
4278
4305
|
"type": "jsLiteral",
|
|
4279
|
-
"value": "
|
|
4306
|
+
"value": "submit"
|
|
4280
4307
|
},
|
|
4281
4308
|
{
|
|
4282
4309
|
"type": "jsLiteral",
|
|
4283
|
-
"value": "
|
|
4310
|
+
"value": "tel"
|
|
4311
|
+
},
|
|
4312
|
+
{
|
|
4313
|
+
"type": "jsLiteral",
|
|
4314
|
+
"value": "text"
|
|
4315
|
+
},
|
|
4316
|
+
{
|
|
4317
|
+
"type": "jsLiteral",
|
|
4318
|
+
"value": "time"
|
|
4319
|
+
},
|
|
4320
|
+
{
|
|
4321
|
+
"type": "jsLiteral",
|
|
4322
|
+
"value": "url"
|
|
4323
|
+
},
|
|
4324
|
+
{
|
|
4325
|
+
"type": "jsLiteral",
|
|
4326
|
+
"value": "week"
|
|
4284
4327
|
}
|
|
4285
4328
|
]
|
|
4286
4329
|
}
|