@next-bricks/form 1.16.0 → 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 +29 -29
- 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.3fba8d87.js → main.0d760812.js} +2 -2
- package/dist/chunks/{main.3fba8d87.js.map → main.0d760812.js.map} +1 -1
- package/dist/examples.json +7 -7
- package/dist/{index.a43217c7.js → index.47ef71b7.js} +2 -2
- package/dist/{index.a43217c7.js.map → index.47ef71b7.js.map} +1 -1
- package/dist/manifest.json +341 -335
- package/dist/types.json +416 -399
- package/dist-types/select/index.d.ts +5 -0
- package/package.json +2 -2
- package/dist/chunks/5347.2f87fd08.js +0 -3
- package/dist/chunks/5347.2f87fd08.js.map +0 -1
- package/dist/chunks/eo-select.6e142ce3.js +0 -3
- package/dist/chunks/eo-select.6e142ce3.js.map +0 -1
- /package/dist/chunks/{5347.2f87fd08.js.LICENSE.txt → 5347.33be680f.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-select.6e142ce3.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": {
|
|
@@ -3561,7 +3578,7 @@
|
|
|
3561
3578
|
}
|
|
3562
3579
|
]
|
|
3563
3580
|
},
|
|
3564
|
-
"eo-
|
|
3581
|
+
"eo-radio": {
|
|
3565
3582
|
"properties": [
|
|
3566
3583
|
{
|
|
3567
3584
|
"name": "name",
|
|
@@ -3578,31 +3595,30 @@
|
|
|
3578
3595
|
}
|
|
3579
3596
|
},
|
|
3580
3597
|
{
|
|
3581
|
-
"name": "
|
|
3582
|
-
"annotation": {
|
|
3583
|
-
"type": "keyword",
|
|
3584
|
-
"value": "boolean"
|
|
3585
|
-
}
|
|
3586
|
-
},
|
|
3587
|
-
{
|
|
3588
|
-
"name": "pattern",
|
|
3598
|
+
"name": "options",
|
|
3589
3599
|
"annotation": {
|
|
3590
|
-
"type": "
|
|
3591
|
-
"
|
|
3600
|
+
"type": "array",
|
|
3601
|
+
"elementType": {
|
|
3602
|
+
"type": "reference",
|
|
3603
|
+
"typeName": {
|
|
3604
|
+
"type": "identifier",
|
|
3605
|
+
"name": "GeneralOption"
|
|
3606
|
+
}
|
|
3607
|
+
}
|
|
3592
3608
|
}
|
|
3593
3609
|
},
|
|
3594
3610
|
{
|
|
3595
|
-
"name": "
|
|
3611
|
+
"name": "value",
|
|
3596
3612
|
"annotation": {
|
|
3597
3613
|
"type": "keyword",
|
|
3598
|
-
"value": "
|
|
3614
|
+
"value": "any"
|
|
3599
3615
|
}
|
|
3600
3616
|
},
|
|
3601
3617
|
{
|
|
3602
|
-
"name": "
|
|
3618
|
+
"name": "required",
|
|
3603
3619
|
"annotation": {
|
|
3604
3620
|
"type": "keyword",
|
|
3605
|
-
"value": "
|
|
3621
|
+
"value": "boolean"
|
|
3606
3622
|
}
|
|
3607
3623
|
},
|
|
3608
3624
|
{
|
|
@@ -3628,20 +3644,6 @@
|
|
|
3628
3644
|
}
|
|
3629
3645
|
}
|
|
3630
3646
|
},
|
|
3631
|
-
{
|
|
3632
|
-
"name": "value",
|
|
3633
|
-
"annotation": {
|
|
3634
|
-
"type": "keyword",
|
|
3635
|
-
"value": "string"
|
|
3636
|
-
}
|
|
3637
|
-
},
|
|
3638
|
-
{
|
|
3639
|
-
"name": "placeholder",
|
|
3640
|
-
"annotation": {
|
|
3641
|
-
"type": "keyword",
|
|
3642
|
-
"value": "string"
|
|
3643
|
-
}
|
|
3644
|
-
},
|
|
3645
3647
|
{
|
|
3646
3648
|
"name": "disabled",
|
|
3647
3649
|
"annotation": {
|
|
@@ -3650,33 +3652,22 @@
|
|
|
3650
3652
|
}
|
|
3651
3653
|
},
|
|
3652
3654
|
{
|
|
3653
|
-
"name": "
|
|
3654
|
-
"annotation": {
|
|
3655
|
-
"type": "keyword",
|
|
3656
|
-
"value": "boolean"
|
|
3657
|
-
}
|
|
3658
|
-
},
|
|
3659
|
-
{
|
|
3660
|
-
"name": "clearable",
|
|
3661
|
-
"annotation": {
|
|
3662
|
-
"type": "keyword",
|
|
3663
|
-
"value": "boolean"
|
|
3664
|
-
}
|
|
3665
|
-
},
|
|
3666
|
-
{
|
|
3667
|
-
"name": "autoFocus",
|
|
3655
|
+
"name": "type",
|
|
3668
3656
|
"annotation": {
|
|
3669
|
-
"type": "
|
|
3670
|
-
"
|
|
3657
|
+
"type": "reference",
|
|
3658
|
+
"typeName": {
|
|
3659
|
+
"type": "identifier",
|
|
3660
|
+
"name": "RadioType"
|
|
3661
|
+
}
|
|
3671
3662
|
}
|
|
3672
3663
|
},
|
|
3673
3664
|
{
|
|
3674
|
-
"name": "
|
|
3665
|
+
"name": "ui",
|
|
3675
3666
|
"annotation": {
|
|
3676
3667
|
"type": "reference",
|
|
3677
3668
|
"typeName": {
|
|
3678
3669
|
"type": "identifier",
|
|
3679
|
-
"name": "
|
|
3670
|
+
"name": "UIType"
|
|
3680
3671
|
}
|
|
3681
3672
|
}
|
|
3682
3673
|
},
|
|
@@ -3691,21 +3682,7 @@
|
|
|
3691
3682
|
}
|
|
3692
3683
|
},
|
|
3693
3684
|
{
|
|
3694
|
-
"name": "
|
|
3695
|
-
"annotation": {
|
|
3696
|
-
"type": "keyword",
|
|
3697
|
-
"value": "number"
|
|
3698
|
-
}
|
|
3699
|
-
},
|
|
3700
|
-
{
|
|
3701
|
-
"name": "maxLength",
|
|
3702
|
-
"annotation": {
|
|
3703
|
-
"type": "keyword",
|
|
3704
|
-
"value": "number"
|
|
3705
|
-
}
|
|
3706
|
-
},
|
|
3707
|
-
{
|
|
3708
|
-
"name": "inputStyle",
|
|
3685
|
+
"name": "customStyle",
|
|
3709
3686
|
"annotation": {
|
|
3710
3687
|
"type": "reference",
|
|
3711
3688
|
"typeName": {
|
|
@@ -3722,28 +3699,12 @@
|
|
|
3722
3699
|
}
|
|
3723
3700
|
},
|
|
3724
3701
|
{
|
|
3725
|
-
"name": "
|
|
3702
|
+
"name": "useBrick",
|
|
3726
3703
|
"annotation": {
|
|
3727
|
-
"type": "
|
|
3728
|
-
"
|
|
3729
|
-
"type": "
|
|
3730
|
-
"
|
|
3731
|
-
{
|
|
3732
|
-
"type": "identifier",
|
|
3733
|
-
"name": "value",
|
|
3734
|
-
"annotation": {
|
|
3735
|
-
"type": "keyword",
|
|
3736
|
-
"value": "any"
|
|
3737
|
-
}
|
|
3738
|
-
}
|
|
3739
|
-
],
|
|
3740
|
-
"annotation": {
|
|
3741
|
-
"type": "reference",
|
|
3742
|
-
"typeName": {
|
|
3743
|
-
"type": "identifier",
|
|
3744
|
-
"name": "MessageBody"
|
|
3745
|
-
}
|
|
3746
|
-
}
|
|
3704
|
+
"type": "reference",
|
|
3705
|
+
"typeName": {
|
|
3706
|
+
"type": "identifier",
|
|
3707
|
+
"name": "UseSingleBrickConf"
|
|
3747
3708
|
}
|
|
3748
3709
|
}
|
|
3749
3710
|
}
|
|
@@ -3753,118 +3714,281 @@
|
|
|
3753
3714
|
"name": "change",
|
|
3754
3715
|
"detail": {
|
|
3755
3716
|
"annotation": {
|
|
3756
|
-
"type": "
|
|
3757
|
-
"
|
|
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
|
+
]
|
|
3758
3731
|
}
|
|
3759
3732
|
}
|
|
3760
|
-
}
|
|
3761
|
-
],
|
|
3762
|
-
"methods": [
|
|
3763
|
-
{
|
|
3764
|
-
"name": "focusInput",
|
|
3765
|
-
"params": [],
|
|
3766
|
-
"returns": {}
|
|
3767
3733
|
},
|
|
3768
3734
|
{
|
|
3769
|
-
"name": "
|
|
3770
|
-
"
|
|
3771
|
-
|
|
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
|
+
}
|
|
3772
3807
|
}
|
|
3773
3808
|
],
|
|
3809
|
+
"methods": [],
|
|
3774
3810
|
"types": [
|
|
3775
3811
|
{
|
|
3776
3812
|
"type": "typeAlias",
|
|
3777
|
-
"name": "
|
|
3813
|
+
"name": "GeneralOption",
|
|
3778
3814
|
"annotation": {
|
|
3779
3815
|
"type": "union",
|
|
3780
3816
|
"types": [
|
|
3781
3817
|
{
|
|
3782
|
-
"type": "
|
|
3783
|
-
"value": "
|
|
3784
|
-
},
|
|
3785
|
-
{
|
|
3786
|
-
"type": "jsLiteral",
|
|
3787
|
-
"value": "checkbox"
|
|
3788
|
-
},
|
|
3789
|
-
{
|
|
3790
|
-
"type": "jsLiteral",
|
|
3791
|
-
"value": "color"
|
|
3818
|
+
"type": "keyword",
|
|
3819
|
+
"value": "string"
|
|
3792
3820
|
},
|
|
3793
3821
|
{
|
|
3794
|
-
"type": "
|
|
3795
|
-
"value": "
|
|
3822
|
+
"type": "keyword",
|
|
3823
|
+
"value": "number"
|
|
3796
3824
|
},
|
|
3797
3825
|
{
|
|
3798
|
-
"type": "
|
|
3799
|
-
"value": "
|
|
3826
|
+
"type": "keyword",
|
|
3827
|
+
"value": "boolean"
|
|
3800
3828
|
},
|
|
3801
3829
|
{
|
|
3802
|
-
"type": "
|
|
3803
|
-
"
|
|
3830
|
+
"type": "reference",
|
|
3831
|
+
"typeName": {
|
|
3832
|
+
"type": "identifier",
|
|
3833
|
+
"name": "GeneralComplexOption"
|
|
3834
|
+
}
|
|
3804
3835
|
},
|
|
3805
3836
|
{
|
|
3806
|
-
"type": "
|
|
3807
|
-
"
|
|
3808
|
-
|
|
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": [
|
|
3809
3865
|
{
|
|
3810
|
-
"type": "
|
|
3811
|
-
"
|
|
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"
|
|
3812
3894
|
},
|
|
3813
|
-
{
|
|
3814
|
-
"type": "
|
|
3815
|
-
"value": "
|
|
3895
|
+
"annotation": {
|
|
3896
|
+
"type": "keyword",
|
|
3897
|
+
"value": "string"
|
|
3816
3898
|
},
|
|
3817
|
-
|
|
3818
|
-
|
|
3819
|
-
|
|
3899
|
+
"computed": false
|
|
3900
|
+
},
|
|
3901
|
+
{
|
|
3902
|
+
"type": "propertySignature",
|
|
3903
|
+
"key": {
|
|
3904
|
+
"type": "identifier",
|
|
3905
|
+
"name": "value"
|
|
3820
3906
|
},
|
|
3821
|
-
{
|
|
3822
|
-
"type": "
|
|
3823
|
-
"
|
|
3907
|
+
"annotation": {
|
|
3908
|
+
"type": "reference",
|
|
3909
|
+
"typeName": {
|
|
3910
|
+
"type": "identifier",
|
|
3911
|
+
"name": "T"
|
|
3912
|
+
}
|
|
3824
3913
|
},
|
|
3825
|
-
|
|
3826
|
-
|
|
3827
|
-
|
|
3914
|
+
"computed": false
|
|
3915
|
+
},
|
|
3916
|
+
{
|
|
3917
|
+
"type": "propertySignature",
|
|
3918
|
+
"key": {
|
|
3919
|
+
"type": "identifier",
|
|
3920
|
+
"name": "caption"
|
|
3828
3921
|
},
|
|
3829
|
-
{
|
|
3830
|
-
"type": "
|
|
3831
|
-
"value": "
|
|
3922
|
+
"annotation": {
|
|
3923
|
+
"type": "keyword",
|
|
3924
|
+
"value": "string"
|
|
3832
3925
|
},
|
|
3833
|
-
|
|
3834
|
-
|
|
3835
|
-
|
|
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
|
+
}
|
|
3836
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": [
|
|
3837
3952
|
{
|
|
3838
3953
|
"type": "jsLiteral",
|
|
3839
|
-
"value": "
|
|
3954
|
+
"value": "button"
|
|
3840
3955
|
},
|
|
3841
3956
|
{
|
|
3842
3957
|
"type": "jsLiteral",
|
|
3843
|
-
"value": "
|
|
3958
|
+
"value": "default"
|
|
3844
3959
|
},
|
|
3845
3960
|
{
|
|
3846
3961
|
"type": "jsLiteral",
|
|
3847
|
-
"value": "
|
|
3962
|
+
"value": "icon"
|
|
3848
3963
|
},
|
|
3849
3964
|
{
|
|
3850
3965
|
"type": "jsLiteral",
|
|
3851
|
-
"value": "
|
|
3966
|
+
"value": "icon-circle"
|
|
3852
3967
|
},
|
|
3853
3968
|
{
|
|
3854
3969
|
"type": "jsLiteral",
|
|
3855
|
-
"value": "
|
|
3970
|
+
"value": "icon-square"
|
|
3856
3971
|
},
|
|
3857
3972
|
{
|
|
3858
3973
|
"type": "jsLiteral",
|
|
3859
|
-
"value": "
|
|
3860
|
-
}
|
|
3974
|
+
"value": "custom"
|
|
3975
|
+
}
|
|
3976
|
+
]
|
|
3977
|
+
}
|
|
3978
|
+
},
|
|
3979
|
+
{
|
|
3980
|
+
"type": "typeAlias",
|
|
3981
|
+
"name": "UIType",
|
|
3982
|
+
"annotation": {
|
|
3983
|
+
"type": "union",
|
|
3984
|
+
"types": [
|
|
3861
3985
|
{
|
|
3862
3986
|
"type": "jsLiteral",
|
|
3863
|
-
"value": "
|
|
3987
|
+
"value": "default"
|
|
3864
3988
|
},
|
|
3865
3989
|
{
|
|
3866
3990
|
"type": "jsLiteral",
|
|
3867
|
-
"value": "
|
|
3991
|
+
"value": "dashboard"
|
|
3868
3992
|
}
|
|
3869
3993
|
]
|
|
3870
3994
|
}
|
|
@@ -3896,7 +4020,7 @@
|
|
|
3896
4020
|
}
|
|
3897
4021
|
]
|
|
3898
4022
|
},
|
|
3899
|
-
"eo-
|
|
4023
|
+
"eo-input": {
|
|
3900
4024
|
"properties": [
|
|
3901
4025
|
{
|
|
3902
4026
|
"name": "name",
|
|
@@ -3913,30 +4037,31 @@
|
|
|
3913
4037
|
}
|
|
3914
4038
|
},
|
|
3915
4039
|
{
|
|
3916
|
-
"name": "
|
|
4040
|
+
"name": "required",
|
|
3917
4041
|
"annotation": {
|
|
3918
|
-
"type": "
|
|
3919
|
-
"
|
|
3920
|
-
"type": "reference",
|
|
3921
|
-
"typeName": {
|
|
3922
|
-
"type": "identifier",
|
|
3923
|
-
"name": "GeneralOption"
|
|
3924
|
-
}
|
|
3925
|
-
}
|
|
4042
|
+
"type": "keyword",
|
|
4043
|
+
"value": "boolean"
|
|
3926
4044
|
}
|
|
3927
4045
|
},
|
|
3928
4046
|
{
|
|
3929
|
-
"name": "
|
|
4047
|
+
"name": "pattern",
|
|
3930
4048
|
"annotation": {
|
|
3931
4049
|
"type": "keyword",
|
|
3932
|
-
"value": "
|
|
4050
|
+
"value": "string"
|
|
3933
4051
|
}
|
|
3934
4052
|
},
|
|
3935
4053
|
{
|
|
3936
|
-
"name": "
|
|
4054
|
+
"name": "max",
|
|
3937
4055
|
"annotation": {
|
|
3938
4056
|
"type": "keyword",
|
|
3939
|
-
"value": "
|
|
4057
|
+
"value": "number"
|
|
4058
|
+
}
|
|
4059
|
+
},
|
|
4060
|
+
{
|
|
4061
|
+
"name": "min",
|
|
4062
|
+
"annotation": {
|
|
4063
|
+
"type": "keyword",
|
|
4064
|
+
"value": "number"
|
|
3940
4065
|
}
|
|
3941
4066
|
},
|
|
3942
4067
|
{
|
|
@@ -3962,6 +4087,20 @@
|
|
|
3962
4087
|
}
|
|
3963
4088
|
}
|
|
3964
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
|
+
},
|
|
3965
4104
|
{
|
|
3966
4105
|
"name": "disabled",
|
|
3967
4106
|
"annotation": {
|
|
@@ -3970,22 +4109,33 @@
|
|
|
3970
4109
|
}
|
|
3971
4110
|
},
|
|
3972
4111
|
{
|
|
3973
|
-
"name": "
|
|
4112
|
+
"name": "readonly",
|
|
3974
4113
|
"annotation": {
|
|
3975
|
-
"type": "
|
|
3976
|
-
"
|
|
3977
|
-
"type": "identifier",
|
|
3978
|
-
"name": "RadioType"
|
|
3979
|
-
}
|
|
4114
|
+
"type": "keyword",
|
|
4115
|
+
"value": "boolean"
|
|
3980
4116
|
}
|
|
3981
4117
|
},
|
|
3982
4118
|
{
|
|
3983
|
-
"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",
|
|
3984
4134
|
"annotation": {
|
|
3985
4135
|
"type": "reference",
|
|
3986
4136
|
"typeName": {
|
|
3987
4137
|
"type": "identifier",
|
|
3988
|
-
"name": "
|
|
4138
|
+
"name": "InputType"
|
|
3989
4139
|
}
|
|
3990
4140
|
}
|
|
3991
4141
|
},
|
|
@@ -4000,7 +4150,21 @@
|
|
|
4000
4150
|
}
|
|
4001
4151
|
},
|
|
4002
4152
|
{
|
|
4003
|
-
"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",
|
|
4004
4168
|
"annotation": {
|
|
4005
4169
|
"type": "reference",
|
|
4006
4170
|
"typeName": {
|
|
@@ -4017,296 +4181,149 @@
|
|
|
4017
4181
|
}
|
|
4018
4182
|
},
|
|
4019
4183
|
{
|
|
4020
|
-
"name": "
|
|
4184
|
+
"name": "validator",
|
|
4021
4185
|
"annotation": {
|
|
4022
|
-
"type": "
|
|
4023
|
-
"typeName": {
|
|
4024
|
-
"type": "identifier",
|
|
4025
|
-
"name": "UseSingleBrickConf"
|
|
4026
|
-
}
|
|
4027
|
-
}
|
|
4028
|
-
}
|
|
4029
|
-
],
|
|
4030
|
-
"events": [
|
|
4031
|
-
{
|
|
4032
|
-
"name": "change",
|
|
4033
|
-
"detail": {
|
|
4186
|
+
"type": "parenthesizedType",
|
|
4034
4187
|
"annotation": {
|
|
4035
|
-
"type": "
|
|
4036
|
-
"
|
|
4188
|
+
"type": "function",
|
|
4189
|
+
"parameters": [
|
|
4037
4190
|
{
|
|
4038
|
-
"type": "
|
|
4039
|
-
"
|
|
4040
|
-
|
|
4041
|
-
"
|
|
4191
|
+
"type": "identifier",
|
|
4192
|
+
"name": "value",
|
|
4193
|
+
"annotation": {
|
|
4194
|
+
"type": "keyword",
|
|
4195
|
+
"value": "any"
|
|
4042
4196
|
}
|
|
4043
|
-
},
|
|
4044
|
-
{
|
|
4045
|
-
"type": "keyword",
|
|
4046
|
-
"value": "undefined"
|
|
4047
4197
|
}
|
|
4048
|
-
]
|
|
4198
|
+
],
|
|
4199
|
+
"annotation": {
|
|
4200
|
+
"type": "reference",
|
|
4201
|
+
"typeName": {
|
|
4202
|
+
"type": "identifier",
|
|
4203
|
+
"name": "MessageBody"
|
|
4204
|
+
}
|
|
4205
|
+
}
|
|
4049
4206
|
}
|
|
4050
4207
|
}
|
|
4051
|
-
}
|
|
4208
|
+
}
|
|
4209
|
+
],
|
|
4210
|
+
"events": [
|
|
4052
4211
|
{
|
|
4053
|
-
"name": "
|
|
4212
|
+
"name": "change",
|
|
4054
4213
|
"detail": {
|
|
4055
4214
|
"annotation": {
|
|
4056
|
-
"type": "
|
|
4057
|
-
"
|
|
4058
|
-
{
|
|
4059
|
-
"type": "propertySignature",
|
|
4060
|
-
"key": {
|
|
4061
|
-
"type": "identifier",
|
|
4062
|
-
"name": "options"
|
|
4063
|
-
},
|
|
4064
|
-
"annotation": {
|
|
4065
|
-
"type": "typeLiteral",
|
|
4066
|
-
"members": [
|
|
4067
|
-
{
|
|
4068
|
-
"type": "propertySignature",
|
|
4069
|
-
"key": {
|
|
4070
|
-
"type": "identifier",
|
|
4071
|
-
"name": "label"
|
|
4072
|
-
},
|
|
4073
|
-
"annotation": {
|
|
4074
|
-
"type": "keyword",
|
|
4075
|
-
"value": "string"
|
|
4076
|
-
},
|
|
4077
|
-
"computed": false
|
|
4078
|
-
},
|
|
4079
|
-
{
|
|
4080
|
-
"type": "propertySignature",
|
|
4081
|
-
"key": {
|
|
4082
|
-
"type": "identifier",
|
|
4083
|
-
"name": "value"
|
|
4084
|
-
},
|
|
4085
|
-
"annotation": {
|
|
4086
|
-
"type": "keyword",
|
|
4087
|
-
"value": "any"
|
|
4088
|
-
},
|
|
4089
|
-
"computed": false
|
|
4090
|
-
},
|
|
4091
|
-
{
|
|
4092
|
-
"type": "indexSignature",
|
|
4093
|
-
"parameter": {
|
|
4094
|
-
"type": "identifier",
|
|
4095
|
-
"name": "key",
|
|
4096
|
-
"annotation": {
|
|
4097
|
-
"type": "keyword",
|
|
4098
|
-
"value": "string"
|
|
4099
|
-
}
|
|
4100
|
-
},
|
|
4101
|
-
"annotation": {
|
|
4102
|
-
"type": "keyword",
|
|
4103
|
-
"value": "any"
|
|
4104
|
-
}
|
|
4105
|
-
}
|
|
4106
|
-
]
|
|
4107
|
-
},
|
|
4108
|
-
"computed": false
|
|
4109
|
-
},
|
|
4110
|
-
{
|
|
4111
|
-
"type": "propertySignature",
|
|
4112
|
-
"key": {
|
|
4113
|
-
"type": "identifier",
|
|
4114
|
-
"name": "name"
|
|
4115
|
-
},
|
|
4116
|
-
"annotation": {
|
|
4117
|
-
"type": "keyword",
|
|
4118
|
-
"value": "string"
|
|
4119
|
-
},
|
|
4120
|
-
"computed": false
|
|
4121
|
-
}
|
|
4122
|
-
]
|
|
4215
|
+
"type": "keyword",
|
|
4216
|
+
"value": "string"
|
|
4123
4217
|
}
|
|
4124
4218
|
}
|
|
4125
4219
|
}
|
|
4126
4220
|
],
|
|
4127
|
-
"methods": [
|
|
4221
|
+
"methods": [
|
|
4222
|
+
{
|
|
4223
|
+
"name": "focusInput",
|
|
4224
|
+
"params": [],
|
|
4225
|
+
"returns": {}
|
|
4226
|
+
},
|
|
4227
|
+
{
|
|
4228
|
+
"name": "blurInput",
|
|
4229
|
+
"params": [],
|
|
4230
|
+
"returns": {}
|
|
4231
|
+
}
|
|
4232
|
+
],
|
|
4128
4233
|
"types": [
|
|
4129
4234
|
{
|
|
4130
4235
|
"type": "typeAlias",
|
|
4131
|
-
"name": "
|
|
4236
|
+
"name": "InputType",
|
|
4132
4237
|
"annotation": {
|
|
4133
4238
|
"type": "union",
|
|
4134
4239
|
"types": [
|
|
4135
4240
|
{
|
|
4136
|
-
"type": "
|
|
4137
|
-
"value": "
|
|
4241
|
+
"type": "jsLiteral",
|
|
4242
|
+
"value": "button"
|
|
4138
4243
|
},
|
|
4139
4244
|
{
|
|
4140
|
-
"type": "
|
|
4141
|
-
"value": "
|
|
4245
|
+
"type": "jsLiteral",
|
|
4246
|
+
"value": "checkbox"
|
|
4142
4247
|
},
|
|
4143
4248
|
{
|
|
4144
|
-
"type": "
|
|
4145
|
-
"value": "
|
|
4249
|
+
"type": "jsLiteral",
|
|
4250
|
+
"value": "color"
|
|
4146
4251
|
},
|
|
4147
4252
|
{
|
|
4148
|
-
"type": "
|
|
4149
|
-
"
|
|
4150
|
-
"type": "identifier",
|
|
4151
|
-
"name": "GeneralComplexOption"
|
|
4152
|
-
}
|
|
4253
|
+
"type": "jsLiteral",
|
|
4254
|
+
"value": "date"
|
|
4153
4255
|
},
|
|
4154
4256
|
{
|
|
4155
|
-
"type": "
|
|
4156
|
-
"
|
|
4157
|
-
|
|
4158
|
-
"name": "Record"
|
|
4159
|
-
},
|
|
4160
|
-
"typeParameters": {
|
|
4161
|
-
"type": "typeParameterInstantiation",
|
|
4162
|
-
"params": [
|
|
4163
|
-
{
|
|
4164
|
-
"type": "keyword",
|
|
4165
|
-
"value": "string"
|
|
4166
|
-
},
|
|
4167
|
-
{
|
|
4168
|
-
"type": "keyword",
|
|
4169
|
-
"value": "any"
|
|
4170
|
-
}
|
|
4171
|
-
]
|
|
4172
|
-
}
|
|
4173
|
-
}
|
|
4174
|
-
]
|
|
4175
|
-
}
|
|
4176
|
-
},
|
|
4177
|
-
{
|
|
4178
|
-
"type": "interface",
|
|
4179
|
-
"name": "GeneralComplexOption",
|
|
4180
|
-
"typeParameters": {
|
|
4181
|
-
"type": "typeParameterDeclaration",
|
|
4182
|
-
"params": [
|
|
4257
|
+
"type": "jsLiteral",
|
|
4258
|
+
"value": "datetime-local"
|
|
4259
|
+
},
|
|
4183
4260
|
{
|
|
4184
|
-
"type": "
|
|
4185
|
-
"
|
|
4186
|
-
"default": {
|
|
4187
|
-
"type": "union",
|
|
4188
|
-
"types": [
|
|
4189
|
-
{
|
|
4190
|
-
"type": "keyword",
|
|
4191
|
-
"value": "string"
|
|
4192
|
-
},
|
|
4193
|
-
{
|
|
4194
|
-
"type": "keyword",
|
|
4195
|
-
"value": "number"
|
|
4196
|
-
},
|
|
4197
|
-
{
|
|
4198
|
-
"type": "keyword",
|
|
4199
|
-
"value": "boolean"
|
|
4200
|
-
}
|
|
4201
|
-
]
|
|
4202
|
-
}
|
|
4203
|
-
}
|
|
4204
|
-
]
|
|
4205
|
-
},
|
|
4206
|
-
"body": [
|
|
4207
|
-
{
|
|
4208
|
-
"type": "propertySignature",
|
|
4209
|
-
"key": {
|
|
4210
|
-
"type": "identifier",
|
|
4211
|
-
"name": "label"
|
|
4261
|
+
"type": "jsLiteral",
|
|
4262
|
+
"value": "email"
|
|
4212
4263
|
},
|
|
4213
|
-
|
|
4214
|
-
"type": "
|
|
4215
|
-
"value": "
|
|
4264
|
+
{
|
|
4265
|
+
"type": "jsLiteral",
|
|
4266
|
+
"value": "file"
|
|
4216
4267
|
},
|
|
4217
|
-
|
|
4218
|
-
|
|
4219
|
-
|
|
4220
|
-
"type": "propertySignature",
|
|
4221
|
-
"key": {
|
|
4222
|
-
"type": "identifier",
|
|
4223
|
-
"name": "value"
|
|
4268
|
+
{
|
|
4269
|
+
"type": "jsLiteral",
|
|
4270
|
+
"value": "hidden"
|
|
4224
4271
|
},
|
|
4225
|
-
|
|
4226
|
-
"type": "
|
|
4227
|
-
"
|
|
4228
|
-
"type": "identifier",
|
|
4229
|
-
"name": "T"
|
|
4230
|
-
}
|
|
4272
|
+
{
|
|
4273
|
+
"type": "jsLiteral",
|
|
4274
|
+
"value": "image"
|
|
4231
4275
|
},
|
|
4232
|
-
|
|
4233
|
-
|
|
4234
|
-
|
|
4235
|
-
"type": "propertySignature",
|
|
4236
|
-
"key": {
|
|
4237
|
-
"type": "identifier",
|
|
4238
|
-
"name": "caption"
|
|
4276
|
+
{
|
|
4277
|
+
"type": "jsLiteral",
|
|
4278
|
+
"value": "month"
|
|
4239
4279
|
},
|
|
4240
|
-
|
|
4241
|
-
"type": "
|
|
4242
|
-
"value": "
|
|
4280
|
+
{
|
|
4281
|
+
"type": "jsLiteral",
|
|
4282
|
+
"value": "number"
|
|
4243
4283
|
},
|
|
4244
|
-
|
|
4245
|
-
|
|
4246
|
-
|
|
4247
|
-
{
|
|
4248
|
-
"type": "indexSignature",
|
|
4249
|
-
"parameter": {
|
|
4250
|
-
"type": "identifier",
|
|
4251
|
-
"name": "key",
|
|
4252
|
-
"annotation": {
|
|
4253
|
-
"type": "keyword",
|
|
4254
|
-
"value": "string"
|
|
4255
|
-
}
|
|
4284
|
+
{
|
|
4285
|
+
"type": "jsLiteral",
|
|
4286
|
+
"value": "password"
|
|
4256
4287
|
},
|
|
4257
|
-
"annotation": {
|
|
4258
|
-
"type": "keyword",
|
|
4259
|
-
"value": "any"
|
|
4260
|
-
}
|
|
4261
|
-
}
|
|
4262
|
-
]
|
|
4263
|
-
},
|
|
4264
|
-
{
|
|
4265
|
-
"type": "typeAlias",
|
|
4266
|
-
"name": "RadioType",
|
|
4267
|
-
"annotation": {
|
|
4268
|
-
"type": "union",
|
|
4269
|
-
"types": [
|
|
4270
4288
|
{
|
|
4271
4289
|
"type": "jsLiteral",
|
|
4272
|
-
"value": "
|
|
4290
|
+
"value": "radio"
|
|
4273
4291
|
},
|
|
4274
4292
|
{
|
|
4275
4293
|
"type": "jsLiteral",
|
|
4276
|
-
"value": "
|
|
4294
|
+
"value": "range"
|
|
4277
4295
|
},
|
|
4278
4296
|
{
|
|
4279
4297
|
"type": "jsLiteral",
|
|
4280
|
-
"value": "
|
|
4298
|
+
"value": "reset"
|
|
4281
4299
|
},
|
|
4282
4300
|
{
|
|
4283
4301
|
"type": "jsLiteral",
|
|
4284
|
-
"value": "
|
|
4302
|
+
"value": "search"
|
|
4285
4303
|
},
|
|
4286
4304
|
{
|
|
4287
4305
|
"type": "jsLiteral",
|
|
4288
|
-
"value": "
|
|
4306
|
+
"value": "submit"
|
|
4289
4307
|
},
|
|
4290
4308
|
{
|
|
4291
4309
|
"type": "jsLiteral",
|
|
4292
|
-
"value": "
|
|
4293
|
-
}
|
|
4294
|
-
]
|
|
4295
|
-
}
|
|
4296
|
-
},
|
|
4297
|
-
{
|
|
4298
|
-
"type": "typeAlias",
|
|
4299
|
-
"name": "UIType",
|
|
4300
|
-
"annotation": {
|
|
4301
|
-
"type": "union",
|
|
4302
|
-
"types": [
|
|
4310
|
+
"value": "tel"
|
|
4311
|
+
},
|
|
4303
4312
|
{
|
|
4304
4313
|
"type": "jsLiteral",
|
|
4305
|
-
"value": "
|
|
4314
|
+
"value": "text"
|
|
4306
4315
|
},
|
|
4307
4316
|
{
|
|
4308
4317
|
"type": "jsLiteral",
|
|
4309
|
-
"value": "
|
|
4318
|
+
"value": "time"
|
|
4319
|
+
},
|
|
4320
|
+
{
|
|
4321
|
+
"type": "jsLiteral",
|
|
4322
|
+
"value": "url"
|
|
4323
|
+
},
|
|
4324
|
+
{
|
|
4325
|
+
"type": "jsLiteral",
|
|
4326
|
+
"value": "week"
|
|
4310
4327
|
}
|
|
4311
4328
|
]
|
|
4312
4329
|
}
|