@next-bricks/form 1.13.12 → 1.13.13
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 +16 -16
- package/dist/chunks/9259.9ff79152.js +3 -0
- package/dist/chunks/9259.9ff79152.js.map +1 -0
- package/dist/chunks/eo-select.dc8b9ac5.js +3 -0
- package/dist/chunks/eo-select.dc8b9ac5.js.map +1 -0
- package/dist/chunks/{main.a505dfb4.js → main.8cf77fbb.js} +2 -2
- package/dist/chunks/{main.a505dfb4.js.map → main.8cf77fbb.js.map} +1 -1
- package/dist/examples.json +9 -9
- package/dist/index.a0ee7b07.js +2 -0
- package/dist/{index.caeb8395.js.map → index.a0ee7b07.js.map} +1 -1
- package/dist/manifest.json +326 -326
- package/dist/types.json +1060 -1060
- package/dist-types/select/index.d.ts +0 -1
- package/package.json +2 -2
- package/dist/chunks/9259.5f5e893d.js +0 -3
- package/dist/chunks/9259.5f5e893d.js.map +0 -1
- package/dist/chunks/eo-select.87bab886.js +0 -3
- package/dist/chunks/eo-select.87bab886.js.map +0 -1
- package/dist/index.caeb8395.js +0 -2
- /package/dist/chunks/{9259.5f5e893d.js.LICENSE.txt → 9259.9ff79152.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-select.87bab886.js.LICENSE.txt → eo-select.dc8b9ac5.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -498,10 +498,58 @@
|
|
|
498
498
|
],
|
|
499
499
|
"methods": []
|
|
500
500
|
},
|
|
501
|
-
"eo-
|
|
501
|
+
"eo-select": {
|
|
502
502
|
"properties": [
|
|
503
503
|
{
|
|
504
|
-
"name": "
|
|
504
|
+
"name": "name",
|
|
505
|
+
"annotation": {
|
|
506
|
+
"type": "keyword",
|
|
507
|
+
"value": "string"
|
|
508
|
+
}
|
|
509
|
+
},
|
|
510
|
+
{
|
|
511
|
+
"name": "placeholder",
|
|
512
|
+
"annotation": {
|
|
513
|
+
"type": "keyword",
|
|
514
|
+
"value": "string"
|
|
515
|
+
}
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
"name": "label",
|
|
519
|
+
"annotation": {
|
|
520
|
+
"type": "keyword",
|
|
521
|
+
"value": "string"
|
|
522
|
+
}
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
"name": "options",
|
|
526
|
+
"annotation": {
|
|
527
|
+
"type": "array",
|
|
528
|
+
"elementType": {
|
|
529
|
+
"type": "reference",
|
|
530
|
+
"typeName": {
|
|
531
|
+
"type": "identifier",
|
|
532
|
+
"name": "GeneralComplexOption"
|
|
533
|
+
}
|
|
534
|
+
}
|
|
535
|
+
}
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
"name": "value",
|
|
539
|
+
"annotation": {
|
|
540
|
+
"type": "keyword",
|
|
541
|
+
"value": "any"
|
|
542
|
+
}
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
"name": "required",
|
|
546
|
+
"annotation": {
|
|
547
|
+
"type": "keyword",
|
|
548
|
+
"value": "boolean"
|
|
549
|
+
}
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
"name": "message",
|
|
505
553
|
"annotation": {
|
|
506
554
|
"type": "reference",
|
|
507
555
|
"typeName": {
|
|
@@ -517,54 +565,142 @@
|
|
|
517
565
|
},
|
|
518
566
|
{
|
|
519
567
|
"type": "keyword",
|
|
520
|
-
"value": "
|
|
568
|
+
"value": "string"
|
|
521
569
|
}
|
|
522
570
|
]
|
|
523
571
|
}
|
|
524
572
|
}
|
|
525
573
|
},
|
|
526
574
|
{
|
|
527
|
-
"name": "
|
|
575
|
+
"name": "disabled",
|
|
528
576
|
"annotation": {
|
|
529
|
-
"type": "
|
|
530
|
-
"
|
|
531
|
-
"type": "identifier",
|
|
532
|
-
"name": "Layout"
|
|
533
|
-
}
|
|
577
|
+
"type": "keyword",
|
|
578
|
+
"value": "boolean"
|
|
534
579
|
}
|
|
535
580
|
},
|
|
536
581
|
{
|
|
537
|
-
"name": "
|
|
582
|
+
"name": "mode",
|
|
538
583
|
"annotation": {
|
|
539
|
-
"type": "
|
|
540
|
-
"
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
584
|
+
"type": "union",
|
|
585
|
+
"types": [
|
|
586
|
+
{
|
|
587
|
+
"type": "jsLiteral",
|
|
588
|
+
"value": "tags"
|
|
589
|
+
},
|
|
590
|
+
{
|
|
591
|
+
"type": "jsLiteral",
|
|
592
|
+
"value": "multiple"
|
|
593
|
+
}
|
|
594
|
+
]
|
|
544
595
|
}
|
|
545
596
|
},
|
|
546
597
|
{
|
|
547
|
-
"name": "
|
|
598
|
+
"name": "tokenSeparators",
|
|
548
599
|
"annotation": {
|
|
549
|
-
"type": "
|
|
550
|
-
"
|
|
551
|
-
"type": "
|
|
552
|
-
"
|
|
600
|
+
"type": "array",
|
|
601
|
+
"elementType": {
|
|
602
|
+
"type": "keyword",
|
|
603
|
+
"value": "string"
|
|
553
604
|
}
|
|
554
605
|
}
|
|
555
606
|
},
|
|
556
607
|
{
|
|
557
|
-
"name": "
|
|
608
|
+
"name": "maxTagCount",
|
|
609
|
+
"annotation": {
|
|
610
|
+
"type": "keyword",
|
|
611
|
+
"value": "number"
|
|
612
|
+
}
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
"name": "groupBy",
|
|
616
|
+
"annotation": {
|
|
617
|
+
"type": "keyword",
|
|
618
|
+
"value": "string"
|
|
619
|
+
}
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
"name": "suffix",
|
|
623
|
+
"annotation": {
|
|
624
|
+
"type": "typeLiteral",
|
|
625
|
+
"members": [
|
|
626
|
+
{
|
|
627
|
+
"type": "propertySignature",
|
|
628
|
+
"key": {
|
|
629
|
+
"type": "identifier",
|
|
630
|
+
"name": "useBrick"
|
|
631
|
+
},
|
|
632
|
+
"annotation": {
|
|
633
|
+
"type": "reference",
|
|
634
|
+
"typeName": {
|
|
635
|
+
"type": "identifier",
|
|
636
|
+
"name": "UseSingleBrickConf"
|
|
637
|
+
}
|
|
638
|
+
},
|
|
639
|
+
"computed": false
|
|
640
|
+
}
|
|
641
|
+
]
|
|
642
|
+
}
|
|
643
|
+
},
|
|
644
|
+
{
|
|
645
|
+
"name": "clearable",
|
|
646
|
+
"annotation": {
|
|
647
|
+
"type": "keyword",
|
|
648
|
+
"value": "boolean"
|
|
649
|
+
}
|
|
650
|
+
},
|
|
651
|
+
{
|
|
652
|
+
"name": "fields",
|
|
653
|
+
"annotation": {
|
|
654
|
+
"type": "typeLiteral",
|
|
655
|
+
"members": [
|
|
656
|
+
{
|
|
657
|
+
"type": "propertySignature",
|
|
658
|
+
"key": {
|
|
659
|
+
"type": "identifier",
|
|
660
|
+
"name": "label"
|
|
661
|
+
},
|
|
662
|
+
"annotation": {
|
|
663
|
+
"type": "keyword",
|
|
664
|
+
"value": "string"
|
|
665
|
+
},
|
|
666
|
+
"optional": true,
|
|
667
|
+
"computed": false
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
"type": "propertySignature",
|
|
671
|
+
"key": {
|
|
672
|
+
"type": "identifier",
|
|
673
|
+
"name": "value"
|
|
674
|
+
},
|
|
675
|
+
"annotation": {
|
|
676
|
+
"type": "keyword",
|
|
677
|
+
"value": "string"
|
|
678
|
+
},
|
|
679
|
+
"optional": true,
|
|
680
|
+
"computed": false
|
|
681
|
+
}
|
|
682
|
+
]
|
|
683
|
+
}
|
|
684
|
+
},
|
|
685
|
+
{
|
|
686
|
+
"name": "useBackend",
|
|
558
687
|
"annotation": {
|
|
559
688
|
"type": "reference",
|
|
560
689
|
"typeName": {
|
|
561
690
|
"type": "identifier",
|
|
562
|
-
"name": "
|
|
691
|
+
"name": "UseBackendConf"
|
|
563
692
|
}
|
|
564
693
|
}
|
|
565
694
|
},
|
|
566
695
|
{
|
|
567
|
-
"name": "
|
|
696
|
+
"name": "debounceSearchDelay",
|
|
697
|
+
"annotation": {
|
|
698
|
+
"type": "keyword",
|
|
699
|
+
"value": "number"
|
|
700
|
+
}
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
"name": "inputStyle",
|
|
568
704
|
"annotation": {
|
|
569
705
|
"type": "reference",
|
|
570
706
|
"typeName": {
|
|
@@ -583,290 +719,335 @@
|
|
|
583
719
|
],
|
|
584
720
|
"events": [
|
|
585
721
|
{
|
|
586
|
-
"name": "
|
|
722
|
+
"name": "change",
|
|
587
723
|
"detail": {
|
|
588
724
|
"annotation": {
|
|
589
|
-
"type": "
|
|
590
|
-
"
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
"params": [
|
|
597
|
-
{
|
|
598
|
-
"type": "keyword",
|
|
599
|
-
"value": "string"
|
|
725
|
+
"type": "typeLiteral",
|
|
726
|
+
"members": [
|
|
727
|
+
{
|
|
728
|
+
"type": "propertySignature",
|
|
729
|
+
"key": {
|
|
730
|
+
"type": "identifier",
|
|
731
|
+
"name": "value"
|
|
600
732
|
},
|
|
601
|
-
{
|
|
602
|
-
"type": "
|
|
603
|
-
"
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
733
|
+
"annotation": {
|
|
734
|
+
"type": "union",
|
|
735
|
+
"types": [
|
|
736
|
+
{
|
|
737
|
+
"type": "keyword",
|
|
738
|
+
"value": "string"
|
|
739
|
+
},
|
|
740
|
+
{
|
|
741
|
+
"type": "array",
|
|
742
|
+
"elementType": {
|
|
743
|
+
"type": "keyword",
|
|
744
|
+
"value": "string"
|
|
745
|
+
}
|
|
746
|
+
}
|
|
747
|
+
]
|
|
748
|
+
},
|
|
749
|
+
"computed": false
|
|
750
|
+
},
|
|
751
|
+
{
|
|
752
|
+
"type": "propertySignature",
|
|
753
|
+
"key": {
|
|
754
|
+
"type": "identifier",
|
|
755
|
+
"name": "options"
|
|
756
|
+
},
|
|
757
|
+
"annotation": {
|
|
758
|
+
"type": "array",
|
|
759
|
+
"elementType": {
|
|
760
|
+
"type": "reference",
|
|
761
|
+
"typeName": {
|
|
762
|
+
"type": "identifier",
|
|
763
|
+
"name": "GeneralComplexOption"
|
|
764
|
+
}
|
|
765
|
+
}
|
|
766
|
+
},
|
|
767
|
+
"computed": false
|
|
768
|
+
}
|
|
769
|
+
]
|
|
607
770
|
}
|
|
608
771
|
}
|
|
609
772
|
},
|
|
610
773
|
{
|
|
611
|
-
"name": "
|
|
774
|
+
"name": "search",
|
|
612
775
|
"detail": {
|
|
613
776
|
"annotation": {
|
|
614
|
-
"type": "
|
|
615
|
-
"
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
{
|
|
777
|
+
"type": "typeLiteral",
|
|
778
|
+
"members": [
|
|
779
|
+
{
|
|
780
|
+
"type": "propertySignature",
|
|
781
|
+
"key": {
|
|
782
|
+
"type": "identifier",
|
|
783
|
+
"name": "value"
|
|
784
|
+
},
|
|
785
|
+
"annotation": {
|
|
623
786
|
"type": "keyword",
|
|
624
787
|
"value": "string"
|
|
625
788
|
},
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
}
|
|
630
|
-
]
|
|
631
|
-
}
|
|
789
|
+
"computed": false
|
|
790
|
+
}
|
|
791
|
+
]
|
|
632
792
|
}
|
|
633
793
|
}
|
|
634
794
|
},
|
|
635
795
|
{
|
|
636
|
-
"name": "
|
|
796
|
+
"name": "select.focus",
|
|
637
797
|
"detail": {
|
|
638
798
|
"annotation": {
|
|
639
|
-
"type": "
|
|
640
|
-
"
|
|
641
|
-
"type": "parenthesizedType",
|
|
642
|
-
"annotation": {
|
|
643
|
-
"type": "intersection",
|
|
644
|
-
"types": [
|
|
645
|
-
{
|
|
646
|
-
"type": "reference",
|
|
647
|
-
"typeName": {
|
|
648
|
-
"type": "identifier",
|
|
649
|
-
"name": "MessageBody"
|
|
650
|
-
}
|
|
651
|
-
},
|
|
652
|
-
{
|
|
653
|
-
"type": "typeLiteral",
|
|
654
|
-
"members": [
|
|
655
|
-
{
|
|
656
|
-
"type": "propertySignature",
|
|
657
|
-
"key": {
|
|
658
|
-
"type": "identifier",
|
|
659
|
-
"name": "name"
|
|
660
|
-
},
|
|
661
|
-
"annotation": {
|
|
662
|
-
"type": "keyword",
|
|
663
|
-
"value": "string"
|
|
664
|
-
},
|
|
665
|
-
"computed": false
|
|
666
|
-
}
|
|
667
|
-
]
|
|
668
|
-
}
|
|
669
|
-
]
|
|
670
|
-
}
|
|
671
|
-
}
|
|
799
|
+
"type": "keyword",
|
|
800
|
+
"value": "void"
|
|
672
801
|
}
|
|
673
802
|
}
|
|
674
|
-
}
|
|
675
|
-
],
|
|
676
|
-
"methods": [
|
|
803
|
+
},
|
|
677
804
|
{
|
|
678
|
-
"name": "
|
|
679
|
-
"
|
|
680
|
-
"returns": {
|
|
805
|
+
"name": "options.change",
|
|
806
|
+
"detail": {
|
|
681
807
|
"annotation": {
|
|
682
|
-
"type": "
|
|
683
|
-
"
|
|
684
|
-
{
|
|
685
|
-
"type": "keyword",
|
|
686
|
-
"value": "boolean"
|
|
687
|
-
},
|
|
808
|
+
"type": "typeLiteral",
|
|
809
|
+
"members": [
|
|
688
810
|
{
|
|
689
|
-
"type": "
|
|
690
|
-
"
|
|
811
|
+
"type": "propertySignature",
|
|
812
|
+
"key": {
|
|
691
813
|
"type": "identifier",
|
|
692
|
-
"name": "
|
|
814
|
+
"name": "options"
|
|
693
815
|
},
|
|
694
|
-
"
|
|
695
|
-
"type": "
|
|
696
|
-
"
|
|
816
|
+
"annotation": {
|
|
817
|
+
"type": "typeLiteral",
|
|
818
|
+
"members": [
|
|
697
819
|
{
|
|
698
|
-
"type": "
|
|
699
|
-
"
|
|
820
|
+
"type": "propertySignature",
|
|
821
|
+
"key": {
|
|
822
|
+
"type": "identifier",
|
|
823
|
+
"name": "label"
|
|
824
|
+
},
|
|
825
|
+
"annotation": {
|
|
826
|
+
"type": "keyword",
|
|
827
|
+
"value": "string"
|
|
828
|
+
},
|
|
829
|
+
"computed": false
|
|
700
830
|
},
|
|
701
831
|
{
|
|
702
|
-
"type": "
|
|
703
|
-
"
|
|
832
|
+
"type": "propertySignature",
|
|
833
|
+
"key": {
|
|
834
|
+
"type": "identifier",
|
|
835
|
+
"name": "value"
|
|
836
|
+
},
|
|
837
|
+
"annotation": {
|
|
838
|
+
"type": "keyword",
|
|
839
|
+
"value": "any"
|
|
840
|
+
},
|
|
841
|
+
"computed": false
|
|
842
|
+
},
|
|
843
|
+
{
|
|
844
|
+
"type": "indexSignature",
|
|
845
|
+
"parameter": {
|
|
846
|
+
"type": "identifier",
|
|
847
|
+
"name": "key",
|
|
848
|
+
"annotation": {
|
|
849
|
+
"type": "keyword",
|
|
850
|
+
"value": "string"
|
|
851
|
+
}
|
|
852
|
+
},
|
|
853
|
+
"annotation": {
|
|
854
|
+
"type": "keyword",
|
|
855
|
+
"value": "any"
|
|
856
|
+
}
|
|
704
857
|
}
|
|
705
858
|
]
|
|
706
|
-
}
|
|
859
|
+
},
|
|
860
|
+
"computed": false
|
|
861
|
+
},
|
|
862
|
+
{
|
|
863
|
+
"type": "propertySignature",
|
|
864
|
+
"key": {
|
|
865
|
+
"type": "identifier",
|
|
866
|
+
"name": "name"
|
|
867
|
+
},
|
|
868
|
+
"annotation": {
|
|
869
|
+
"type": "keyword",
|
|
870
|
+
"value": "string"
|
|
871
|
+
},
|
|
872
|
+
"computed": false
|
|
707
873
|
}
|
|
708
874
|
]
|
|
709
875
|
}
|
|
710
876
|
}
|
|
711
|
-
}
|
|
877
|
+
}
|
|
878
|
+
],
|
|
879
|
+
"methods": [],
|
|
880
|
+
"types": [
|
|
712
881
|
{
|
|
713
|
-
"
|
|
714
|
-
"
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
"
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
"type": "typeParameterInstantiation",
|
|
725
|
-
"params": [
|
|
882
|
+
"type": "interface",
|
|
883
|
+
"name": "GeneralComplexOption",
|
|
884
|
+
"typeParameters": {
|
|
885
|
+
"type": "typeParameterDeclaration",
|
|
886
|
+
"params": [
|
|
887
|
+
{
|
|
888
|
+
"type": "typeParameter",
|
|
889
|
+
"name": "T",
|
|
890
|
+
"default": {
|
|
891
|
+
"type": "union",
|
|
892
|
+
"types": [
|
|
726
893
|
{
|
|
727
894
|
"type": "keyword",
|
|
728
895
|
"value": "string"
|
|
729
896
|
},
|
|
730
897
|
{
|
|
731
898
|
"type": "keyword",
|
|
732
|
-
"value": "
|
|
899
|
+
"value": "number"
|
|
900
|
+
},
|
|
901
|
+
{
|
|
902
|
+
"type": "keyword",
|
|
903
|
+
"value": "boolean"
|
|
733
904
|
}
|
|
734
905
|
]
|
|
735
906
|
}
|
|
736
907
|
}
|
|
908
|
+
]
|
|
909
|
+
},
|
|
910
|
+
"body": [
|
|
911
|
+
{
|
|
912
|
+
"type": "propertySignature",
|
|
913
|
+
"key": {
|
|
914
|
+
"type": "identifier",
|
|
915
|
+
"name": "label"
|
|
916
|
+
},
|
|
917
|
+
"annotation": {
|
|
918
|
+
"type": "keyword",
|
|
919
|
+
"value": "string"
|
|
920
|
+
},
|
|
921
|
+
"computed": false
|
|
737
922
|
},
|
|
738
923
|
{
|
|
739
|
-
"
|
|
924
|
+
"type": "propertySignature",
|
|
925
|
+
"key": {
|
|
926
|
+
"type": "identifier",
|
|
927
|
+
"name": "value"
|
|
928
|
+
},
|
|
740
929
|
"annotation": {
|
|
741
|
-
"type": "
|
|
742
|
-
"
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
"annotation": {
|
|
750
|
-
"type": "keyword",
|
|
751
|
-
"value": "boolean"
|
|
752
|
-
},
|
|
753
|
-
"optional": true,
|
|
754
|
-
"computed": false
|
|
755
|
-
},
|
|
756
|
-
{
|
|
757
|
-
"type": "propertySignature",
|
|
758
|
-
"key": {
|
|
759
|
-
"type": "identifier",
|
|
760
|
-
"name": "runInMicrotask"
|
|
761
|
-
},
|
|
762
|
-
"annotation": {
|
|
763
|
-
"type": "keyword",
|
|
764
|
-
"value": "boolean"
|
|
765
|
-
},
|
|
766
|
-
"optional": true,
|
|
767
|
-
"computed": false
|
|
768
|
-
}
|
|
769
|
-
]
|
|
770
|
-
}
|
|
771
|
-
}
|
|
772
|
-
],
|
|
773
|
-
"returns": {}
|
|
774
|
-
},
|
|
775
|
-
{
|
|
776
|
-
"name": "resetFields",
|
|
777
|
-
"params": [
|
|
930
|
+
"type": "reference",
|
|
931
|
+
"typeName": {
|
|
932
|
+
"type": "identifier",
|
|
933
|
+
"name": "T"
|
|
934
|
+
}
|
|
935
|
+
},
|
|
936
|
+
"computed": false
|
|
937
|
+
},
|
|
778
938
|
{
|
|
779
|
-
"
|
|
939
|
+
"type": "indexSignature",
|
|
940
|
+
"parameter": {
|
|
941
|
+
"type": "identifier",
|
|
942
|
+
"name": "key",
|
|
943
|
+
"annotation": {
|
|
944
|
+
"type": "keyword",
|
|
945
|
+
"value": "string"
|
|
946
|
+
}
|
|
947
|
+
},
|
|
780
948
|
"annotation": {
|
|
781
949
|
"type": "keyword",
|
|
782
|
-
"value": "
|
|
950
|
+
"value": "any"
|
|
783
951
|
}
|
|
784
952
|
}
|
|
785
|
-
]
|
|
786
|
-
"returns": {}
|
|
953
|
+
]
|
|
787
954
|
},
|
|
788
955
|
{
|
|
789
|
-
"
|
|
790
|
-
"
|
|
791
|
-
|
|
792
|
-
"name": "name",
|
|
793
|
-
"annotation": {
|
|
794
|
-
"type": "keyword",
|
|
795
|
-
"value": "string"
|
|
796
|
-
}
|
|
797
|
-
}
|
|
798
|
-
],
|
|
799
|
-
"returns": {}
|
|
800
|
-
},
|
|
801
|
-
{
|
|
802
|
-
"name": "validateField",
|
|
803
|
-
"params": [
|
|
956
|
+
"type": "interface",
|
|
957
|
+
"name": "UseBackendConf",
|
|
958
|
+
"body": [
|
|
804
959
|
{
|
|
805
|
-
"
|
|
960
|
+
"type": "propertySignature",
|
|
961
|
+
"key": {
|
|
962
|
+
"type": "identifier",
|
|
963
|
+
"name": "provider"
|
|
964
|
+
},
|
|
806
965
|
"annotation": {
|
|
807
966
|
"type": "keyword",
|
|
808
967
|
"value": "string"
|
|
809
|
-
}
|
|
810
|
-
}
|
|
811
|
-
],
|
|
812
|
-
"returns": {}
|
|
813
|
-
},
|
|
814
|
-
{
|
|
815
|
-
"name": "resetValidateState",
|
|
816
|
-
"params": [],
|
|
817
|
-
"returns": {}
|
|
818
|
-
}
|
|
819
|
-
],
|
|
820
|
-
"types": [
|
|
821
|
-
{
|
|
822
|
-
"type": "typeAlias",
|
|
823
|
-
"name": "Layout",
|
|
824
|
-
"annotation": {
|
|
825
|
-
"type": "union",
|
|
826
|
-
"types": [
|
|
827
|
-
{
|
|
828
|
-
"type": "jsLiteral",
|
|
829
|
-
"value": "horizontal"
|
|
830
968
|
},
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
969
|
+
"computed": false
|
|
970
|
+
},
|
|
971
|
+
{
|
|
972
|
+
"type": "propertySignature",
|
|
973
|
+
"key": {
|
|
974
|
+
"type": "identifier",
|
|
975
|
+
"name": "args"
|
|
834
976
|
},
|
|
835
|
-
{
|
|
836
|
-
"type": "
|
|
837
|
-
"
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
977
|
+
"annotation": {
|
|
978
|
+
"type": "union",
|
|
979
|
+
"types": [
|
|
980
|
+
{
|
|
981
|
+
"type": "array",
|
|
982
|
+
"elementType": {
|
|
983
|
+
"type": "keyword",
|
|
984
|
+
"value": "any"
|
|
985
|
+
}
|
|
986
|
+
},
|
|
987
|
+
{
|
|
988
|
+
"type": "parenthesizedType",
|
|
989
|
+
"annotation": {
|
|
990
|
+
"type": "function",
|
|
991
|
+
"parameters": [
|
|
992
|
+
{
|
|
993
|
+
"type": "restElement",
|
|
994
|
+
"argument": {
|
|
995
|
+
"type": "identifier",
|
|
996
|
+
"name": "args"
|
|
997
|
+
},
|
|
998
|
+
"annotation": {
|
|
999
|
+
"type": "array",
|
|
1000
|
+
"elementType": {
|
|
1001
|
+
"type": "keyword",
|
|
1002
|
+
"value": "any"
|
|
1003
|
+
}
|
|
1004
|
+
}
|
|
1005
|
+
}
|
|
1006
|
+
],
|
|
1007
|
+
"annotation": {
|
|
1008
|
+
"type": "array",
|
|
1009
|
+
"elementType": {
|
|
1010
|
+
"type": "keyword",
|
|
1011
|
+
"value": "any"
|
|
1012
|
+
}
|
|
1013
|
+
}
|
|
1014
|
+
}
|
|
1015
|
+
}
|
|
1016
|
+
]
|
|
851
1017
|
},
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
1018
|
+
"computed": false
|
|
1019
|
+
},
|
|
1020
|
+
{
|
|
1021
|
+
"type": "propertySignature",
|
|
1022
|
+
"key": {
|
|
1023
|
+
"type": "identifier",
|
|
1024
|
+
"name": "transform"
|
|
855
1025
|
},
|
|
856
|
-
{
|
|
857
|
-
"type": "
|
|
858
|
-
"
|
|
1026
|
+
"annotation": {
|
|
1027
|
+
"type": "function",
|
|
1028
|
+
"parameters": [
|
|
1029
|
+
{
|
|
1030
|
+
"type": "identifier",
|
|
1031
|
+
"name": "data",
|
|
1032
|
+
"annotation": {
|
|
1033
|
+
"type": "keyword",
|
|
1034
|
+
"value": "any"
|
|
1035
|
+
}
|
|
1036
|
+
}
|
|
1037
|
+
],
|
|
1038
|
+
"annotation": {
|
|
1039
|
+
"type": "keyword",
|
|
1040
|
+
"value": "void"
|
|
1041
|
+
}
|
|
859
1042
|
},
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
]
|
|
865
|
-
}
|
|
1043
|
+
"optional": true,
|
|
1044
|
+
"computed": false
|
|
1045
|
+
}
|
|
1046
|
+
]
|
|
866
1047
|
}
|
|
867
1048
|
]
|
|
868
1049
|
},
|
|
869
|
-
"eo-
|
|
1050
|
+
"eo-checkbox": {
|
|
870
1051
|
"properties": [
|
|
871
1052
|
{
|
|
872
1053
|
"name": "name",
|
|
@@ -876,17 +1057,23 @@
|
|
|
876
1057
|
}
|
|
877
1058
|
},
|
|
878
1059
|
{
|
|
879
|
-
"name": "
|
|
1060
|
+
"name": "label",
|
|
880
1061
|
"annotation": {
|
|
881
1062
|
"type": "keyword",
|
|
882
1063
|
"value": "string"
|
|
883
1064
|
}
|
|
884
1065
|
},
|
|
885
1066
|
{
|
|
886
|
-
"name": "
|
|
1067
|
+
"name": "value",
|
|
887
1068
|
"annotation": {
|
|
888
|
-
"type": "
|
|
889
|
-
"
|
|
1069
|
+
"type": "array",
|
|
1070
|
+
"elementType": {
|
|
1071
|
+
"type": "reference",
|
|
1072
|
+
"typeName": {
|
|
1073
|
+
"type": "identifier",
|
|
1074
|
+
"name": "CheckboxValueType"
|
|
1075
|
+
}
|
|
1076
|
+
}
|
|
890
1077
|
}
|
|
891
1078
|
},
|
|
892
1079
|
{
|
|
@@ -897,16 +1084,33 @@
|
|
|
897
1084
|
"type": "reference",
|
|
898
1085
|
"typeName": {
|
|
899
1086
|
"type": "identifier",
|
|
900
|
-
"name": "
|
|
1087
|
+
"name": "CheckboxOptionType"
|
|
901
1088
|
}
|
|
902
1089
|
}
|
|
903
1090
|
}
|
|
904
1091
|
},
|
|
905
1092
|
{
|
|
906
|
-
"name": "
|
|
1093
|
+
"name": "type",
|
|
1094
|
+
"annotation": {
|
|
1095
|
+
"type": "reference",
|
|
1096
|
+
"typeName": {
|
|
1097
|
+
"type": "identifier",
|
|
1098
|
+
"name": "CheckboxType"
|
|
1099
|
+
}
|
|
1100
|
+
}
|
|
1101
|
+
},
|
|
1102
|
+
{
|
|
1103
|
+
"name": "disabled",
|
|
907
1104
|
"annotation": {
|
|
908
1105
|
"type": "keyword",
|
|
909
|
-
"value": "
|
|
1106
|
+
"value": "boolean"
|
|
1107
|
+
}
|
|
1108
|
+
},
|
|
1109
|
+
{
|
|
1110
|
+
"name": "isCustom",
|
|
1111
|
+
"annotation": {
|
|
1112
|
+
"type": "keyword",
|
|
1113
|
+
"value": "boolean"
|
|
910
1114
|
}
|
|
911
1115
|
},
|
|
912
1116
|
{
|
|
@@ -940,182 +1144,48 @@
|
|
|
940
1144
|
}
|
|
941
1145
|
},
|
|
942
1146
|
{
|
|
943
|
-
"name": "
|
|
1147
|
+
"name": "isGroup",
|
|
944
1148
|
"annotation": {
|
|
945
1149
|
"type": "keyword",
|
|
946
1150
|
"value": "boolean"
|
|
947
1151
|
}
|
|
948
1152
|
},
|
|
949
1153
|
{
|
|
950
|
-
"name": "
|
|
951
|
-
"annotation": {
|
|
952
|
-
"type": "union",
|
|
953
|
-
"types": [
|
|
954
|
-
{
|
|
955
|
-
"type": "jsLiteral",
|
|
956
|
-
"value": "tags"
|
|
957
|
-
},
|
|
958
|
-
{
|
|
959
|
-
"type": "jsLiteral",
|
|
960
|
-
"value": "multiple"
|
|
961
|
-
}
|
|
962
|
-
]
|
|
963
|
-
}
|
|
964
|
-
},
|
|
965
|
-
{
|
|
966
|
-
"name": "tokenSeparators",
|
|
1154
|
+
"name": "optionGroups",
|
|
967
1155
|
"annotation": {
|
|
968
1156
|
"type": "array",
|
|
969
1157
|
"elementType": {
|
|
970
|
-
"type": "
|
|
971
|
-
"
|
|
1158
|
+
"type": "reference",
|
|
1159
|
+
"typeName": {
|
|
1160
|
+
"type": "identifier",
|
|
1161
|
+
"name": "OptionGroup"
|
|
1162
|
+
}
|
|
972
1163
|
}
|
|
973
1164
|
}
|
|
974
|
-
}
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
"annotation": {
|
|
978
|
-
"type": "keyword",
|
|
979
|
-
"value": "number"
|
|
980
|
-
}
|
|
981
|
-
},
|
|
1165
|
+
}
|
|
1166
|
+
],
|
|
1167
|
+
"events": [
|
|
982
1168
|
{
|
|
983
|
-
"name": "
|
|
984
|
-
"
|
|
985
|
-
"
|
|
986
|
-
|
|
1169
|
+
"name": "change",
|
|
1170
|
+
"detail": {
|
|
1171
|
+
"annotation": {
|
|
1172
|
+
"type": "array",
|
|
1173
|
+
"elementType": {
|
|
1174
|
+
"type": "reference",
|
|
1175
|
+
"typeName": {
|
|
1176
|
+
"type": "identifier",
|
|
1177
|
+
"name": "CheckboxOptionType"
|
|
1178
|
+
}
|
|
1179
|
+
}
|
|
1180
|
+
}
|
|
987
1181
|
}
|
|
988
1182
|
},
|
|
989
1183
|
{
|
|
990
|
-
"name": "
|
|
991
|
-
"annotation": {
|
|
992
|
-
"type": "typeLiteral",
|
|
993
|
-
"members": [
|
|
994
|
-
{
|
|
995
|
-
"type": "propertySignature",
|
|
996
|
-
"key": {
|
|
997
|
-
"type": "identifier",
|
|
998
|
-
"name": "useBrick"
|
|
999
|
-
},
|
|
1000
|
-
"annotation": {
|
|
1001
|
-
"type": "reference",
|
|
1002
|
-
"typeName": {
|
|
1003
|
-
"type": "identifier",
|
|
1004
|
-
"name": "UseSingleBrickConf"
|
|
1005
|
-
}
|
|
1006
|
-
},
|
|
1007
|
-
"computed": false
|
|
1008
|
-
}
|
|
1009
|
-
]
|
|
1010
|
-
}
|
|
1011
|
-
},
|
|
1012
|
-
{
|
|
1013
|
-
"name": "clearable",
|
|
1014
|
-
"annotation": {
|
|
1015
|
-
"type": "keyword",
|
|
1016
|
-
"value": "boolean"
|
|
1017
|
-
}
|
|
1018
|
-
},
|
|
1019
|
-
{
|
|
1020
|
-
"name": "fields",
|
|
1021
|
-
"annotation": {
|
|
1022
|
-
"type": "typeLiteral",
|
|
1023
|
-
"members": [
|
|
1024
|
-
{
|
|
1025
|
-
"type": "propertySignature",
|
|
1026
|
-
"key": {
|
|
1027
|
-
"type": "identifier",
|
|
1028
|
-
"name": "label"
|
|
1029
|
-
},
|
|
1030
|
-
"annotation": {
|
|
1031
|
-
"type": "keyword",
|
|
1032
|
-
"value": "string"
|
|
1033
|
-
},
|
|
1034
|
-
"optional": true,
|
|
1035
|
-
"computed": false
|
|
1036
|
-
},
|
|
1037
|
-
{
|
|
1038
|
-
"type": "propertySignature",
|
|
1039
|
-
"key": {
|
|
1040
|
-
"type": "identifier",
|
|
1041
|
-
"name": "value"
|
|
1042
|
-
},
|
|
1043
|
-
"annotation": {
|
|
1044
|
-
"type": "keyword",
|
|
1045
|
-
"value": "string"
|
|
1046
|
-
},
|
|
1047
|
-
"optional": true,
|
|
1048
|
-
"computed": false
|
|
1049
|
-
}
|
|
1050
|
-
]
|
|
1051
|
-
}
|
|
1052
|
-
},
|
|
1053
|
-
{
|
|
1054
|
-
"name": "useBackend",
|
|
1055
|
-
"annotation": {
|
|
1056
|
-
"type": "reference",
|
|
1057
|
-
"typeName": {
|
|
1058
|
-
"type": "identifier",
|
|
1059
|
-
"name": "UseBackendConf"
|
|
1060
|
-
}
|
|
1061
|
-
}
|
|
1062
|
-
},
|
|
1063
|
-
{
|
|
1064
|
-
"name": "debounceSearchDelay",
|
|
1065
|
-
"annotation": {
|
|
1066
|
-
"type": "keyword",
|
|
1067
|
-
"value": "number"
|
|
1068
|
-
}
|
|
1069
|
-
},
|
|
1070
|
-
{
|
|
1071
|
-
"name": "inputStyle",
|
|
1072
|
-
"annotation": {
|
|
1073
|
-
"type": "reference",
|
|
1074
|
-
"typeName": {
|
|
1075
|
-
"type": "qualifiedName",
|
|
1076
|
-
"left": {
|
|
1077
|
-
"type": "identifier",
|
|
1078
|
-
"name": "React"
|
|
1079
|
-
},
|
|
1080
|
-
"right": {
|
|
1081
|
-
"type": "identifier",
|
|
1082
|
-
"name": "CSSProperties"
|
|
1083
|
-
}
|
|
1084
|
-
}
|
|
1085
|
-
}
|
|
1086
|
-
}
|
|
1087
|
-
],
|
|
1088
|
-
"events": [
|
|
1089
|
-
{
|
|
1090
|
-
"name": "change",
|
|
1184
|
+
"name": "options.change",
|
|
1091
1185
|
"detail": {
|
|
1092
1186
|
"annotation": {
|
|
1093
1187
|
"type": "typeLiteral",
|
|
1094
1188
|
"members": [
|
|
1095
|
-
{
|
|
1096
|
-
"type": "propertySignature",
|
|
1097
|
-
"key": {
|
|
1098
|
-
"type": "identifier",
|
|
1099
|
-
"name": "value"
|
|
1100
|
-
},
|
|
1101
|
-
"annotation": {
|
|
1102
|
-
"type": "union",
|
|
1103
|
-
"types": [
|
|
1104
|
-
{
|
|
1105
|
-
"type": "keyword",
|
|
1106
|
-
"value": "string"
|
|
1107
|
-
},
|
|
1108
|
-
{
|
|
1109
|
-
"type": "array",
|
|
1110
|
-
"elementType": {
|
|
1111
|
-
"type": "keyword",
|
|
1112
|
-
"value": "string"
|
|
1113
|
-
}
|
|
1114
|
-
}
|
|
1115
|
-
]
|
|
1116
|
-
},
|
|
1117
|
-
"computed": false
|
|
1118
|
-
},
|
|
1119
1189
|
{
|
|
1120
1190
|
"type": "propertySignature",
|
|
1121
1191
|
"key": {
|
|
@@ -1128,104 +1198,11 @@
|
|
|
1128
1198
|
"type": "reference",
|
|
1129
1199
|
"typeName": {
|
|
1130
1200
|
"type": "identifier",
|
|
1131
|
-
"name": "
|
|
1201
|
+
"name": "CheckboxOptionType"
|
|
1132
1202
|
}
|
|
1133
1203
|
}
|
|
1134
1204
|
},
|
|
1135
1205
|
"computed": false
|
|
1136
|
-
}
|
|
1137
|
-
]
|
|
1138
|
-
}
|
|
1139
|
-
}
|
|
1140
|
-
},
|
|
1141
|
-
{
|
|
1142
|
-
"name": "search",
|
|
1143
|
-
"detail": {
|
|
1144
|
-
"annotation": {
|
|
1145
|
-
"type": "typeLiteral",
|
|
1146
|
-
"members": [
|
|
1147
|
-
{
|
|
1148
|
-
"type": "propertySignature",
|
|
1149
|
-
"key": {
|
|
1150
|
-
"type": "identifier",
|
|
1151
|
-
"name": "value"
|
|
1152
|
-
},
|
|
1153
|
-
"annotation": {
|
|
1154
|
-
"type": "keyword",
|
|
1155
|
-
"value": "string"
|
|
1156
|
-
},
|
|
1157
|
-
"computed": false
|
|
1158
|
-
}
|
|
1159
|
-
]
|
|
1160
|
-
}
|
|
1161
|
-
}
|
|
1162
|
-
},
|
|
1163
|
-
{
|
|
1164
|
-
"name": "select.focus",
|
|
1165
|
-
"detail": {
|
|
1166
|
-
"annotation": {
|
|
1167
|
-
"type": "keyword",
|
|
1168
|
-
"value": "void"
|
|
1169
|
-
}
|
|
1170
|
-
}
|
|
1171
|
-
},
|
|
1172
|
-
{
|
|
1173
|
-
"name": "options.change",
|
|
1174
|
-
"detail": {
|
|
1175
|
-
"annotation": {
|
|
1176
|
-
"type": "typeLiteral",
|
|
1177
|
-
"members": [
|
|
1178
|
-
{
|
|
1179
|
-
"type": "propertySignature",
|
|
1180
|
-
"key": {
|
|
1181
|
-
"type": "identifier",
|
|
1182
|
-
"name": "options"
|
|
1183
|
-
},
|
|
1184
|
-
"annotation": {
|
|
1185
|
-
"type": "typeLiteral",
|
|
1186
|
-
"members": [
|
|
1187
|
-
{
|
|
1188
|
-
"type": "propertySignature",
|
|
1189
|
-
"key": {
|
|
1190
|
-
"type": "identifier",
|
|
1191
|
-
"name": "label"
|
|
1192
|
-
},
|
|
1193
|
-
"annotation": {
|
|
1194
|
-
"type": "keyword",
|
|
1195
|
-
"value": "string"
|
|
1196
|
-
},
|
|
1197
|
-
"computed": false
|
|
1198
|
-
},
|
|
1199
|
-
{
|
|
1200
|
-
"type": "propertySignature",
|
|
1201
|
-
"key": {
|
|
1202
|
-
"type": "identifier",
|
|
1203
|
-
"name": "value"
|
|
1204
|
-
},
|
|
1205
|
-
"annotation": {
|
|
1206
|
-
"type": "keyword",
|
|
1207
|
-
"value": "any"
|
|
1208
|
-
},
|
|
1209
|
-
"computed": false
|
|
1210
|
-
},
|
|
1211
|
-
{
|
|
1212
|
-
"type": "indexSignature",
|
|
1213
|
-
"parameter": {
|
|
1214
|
-
"type": "identifier",
|
|
1215
|
-
"name": "key",
|
|
1216
|
-
"annotation": {
|
|
1217
|
-
"type": "keyword",
|
|
1218
|
-
"value": "string"
|
|
1219
|
-
}
|
|
1220
|
-
},
|
|
1221
|
-
"annotation": {
|
|
1222
|
-
"type": "keyword",
|
|
1223
|
-
"value": "any"
|
|
1224
|
-
}
|
|
1225
|
-
}
|
|
1226
|
-
]
|
|
1227
|
-
},
|
|
1228
|
-
"computed": false
|
|
1229
1206
|
},
|
|
1230
1207
|
{
|
|
1231
1208
|
"type": "propertySignature",
|
|
@@ -1247,34 +1224,29 @@
|
|
|
1247
1224
|
"methods": [],
|
|
1248
1225
|
"types": [
|
|
1249
1226
|
{
|
|
1250
|
-
"type": "
|
|
1251
|
-
"name": "
|
|
1252
|
-
"
|
|
1253
|
-
"type": "
|
|
1254
|
-
"
|
|
1227
|
+
"type": "typeAlias",
|
|
1228
|
+
"name": "CheckboxValueType",
|
|
1229
|
+
"annotation": {
|
|
1230
|
+
"type": "union",
|
|
1231
|
+
"types": [
|
|
1255
1232
|
{
|
|
1256
|
-
"type": "
|
|
1257
|
-
"
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
"type": "keyword",
|
|
1267
|
-
"value": "number"
|
|
1268
|
-
},
|
|
1269
|
-
{
|
|
1270
|
-
"type": "keyword",
|
|
1271
|
-
"value": "boolean"
|
|
1272
|
-
}
|
|
1273
|
-
]
|
|
1274
|
-
}
|
|
1233
|
+
"type": "keyword",
|
|
1234
|
+
"value": "string"
|
|
1235
|
+
},
|
|
1236
|
+
{
|
|
1237
|
+
"type": "keyword",
|
|
1238
|
+
"value": "number"
|
|
1239
|
+
},
|
|
1240
|
+
{
|
|
1241
|
+
"type": "keyword",
|
|
1242
|
+
"value": "boolean"
|
|
1275
1243
|
}
|
|
1276
1244
|
]
|
|
1277
|
-
}
|
|
1245
|
+
}
|
|
1246
|
+
},
|
|
1247
|
+
{
|
|
1248
|
+
"type": "interface",
|
|
1249
|
+
"name": "CheckboxOptionType",
|
|
1278
1250
|
"body": [
|
|
1279
1251
|
{
|
|
1280
1252
|
"type": "propertySignature",
|
|
@@ -1283,31 +1255,87 @@
|
|
|
1283
1255
|
"name": "label"
|
|
1284
1256
|
},
|
|
1285
1257
|
"annotation": {
|
|
1286
|
-
"type": "
|
|
1287
|
-
"
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1258
|
+
"type": "reference",
|
|
1259
|
+
"typeName": {
|
|
1260
|
+
"type": "qualifiedName",
|
|
1261
|
+
"left": {
|
|
1262
|
+
"type": "identifier",
|
|
1263
|
+
"name": "React"
|
|
1264
|
+
},
|
|
1265
|
+
"right": {
|
|
1266
|
+
"type": "identifier",
|
|
1267
|
+
"name": "ReactNode"
|
|
1268
|
+
}
|
|
1269
|
+
}
|
|
1270
|
+
},
|
|
1271
|
+
"computed": false
|
|
1272
|
+
},
|
|
1273
|
+
{
|
|
1292
1274
|
"type": "propertySignature",
|
|
1293
1275
|
"key": {
|
|
1294
1276
|
"type": "identifier",
|
|
1295
1277
|
"name": "value"
|
|
1296
1278
|
},
|
|
1279
|
+
"annotation": {
|
|
1280
|
+
"type": "keyword",
|
|
1281
|
+
"value": "any"
|
|
1282
|
+
},
|
|
1283
|
+
"computed": false
|
|
1284
|
+
},
|
|
1285
|
+
{
|
|
1286
|
+
"type": "propertySignature",
|
|
1287
|
+
"key": {
|
|
1288
|
+
"type": "identifier",
|
|
1289
|
+
"name": "style"
|
|
1290
|
+
},
|
|
1297
1291
|
"annotation": {
|
|
1298
1292
|
"type": "reference",
|
|
1299
1293
|
"typeName": {
|
|
1300
|
-
"type": "
|
|
1301
|
-
"
|
|
1294
|
+
"type": "qualifiedName",
|
|
1295
|
+
"left": {
|
|
1296
|
+
"type": "identifier",
|
|
1297
|
+
"name": "React"
|
|
1298
|
+
},
|
|
1299
|
+
"right": {
|
|
1300
|
+
"type": "identifier",
|
|
1301
|
+
"name": "CSSProperties"
|
|
1302
|
+
}
|
|
1302
1303
|
}
|
|
1303
1304
|
},
|
|
1305
|
+
"optional": true,
|
|
1306
|
+
"computed": false
|
|
1307
|
+
},
|
|
1308
|
+
{
|
|
1309
|
+
"type": "propertySignature",
|
|
1310
|
+
"key": {
|
|
1311
|
+
"type": "identifier",
|
|
1312
|
+
"name": "disabled"
|
|
1313
|
+
},
|
|
1314
|
+
"annotation": {
|
|
1315
|
+
"type": "keyword",
|
|
1316
|
+
"value": "boolean"
|
|
1317
|
+
},
|
|
1318
|
+
"optional": true,
|
|
1319
|
+
"computed": false
|
|
1320
|
+
},
|
|
1321
|
+
{
|
|
1322
|
+
"type": "propertySignature",
|
|
1323
|
+
"key": {
|
|
1324
|
+
"type": "identifier",
|
|
1325
|
+
"name": "checkboxColor"
|
|
1326
|
+
},
|
|
1327
|
+
"annotation": {
|
|
1328
|
+
"type": "keyword",
|
|
1329
|
+
"value": "string"
|
|
1330
|
+
},
|
|
1331
|
+
"optional": true,
|
|
1304
1332
|
"computed": false
|
|
1305
1333
|
},
|
|
1306
1334
|
{
|
|
1307
1335
|
"type": "indexSignature",
|
|
1308
1336
|
"parameter": {
|
|
1309
1337
|
"type": "identifier",
|
|
1310
|
-
"name": "
|
|
1338
|
+
"name": "propName",
|
|
1311
1339
|
"annotation": {
|
|
1312
1340
|
"type": "keyword",
|
|
1313
1341
|
"value": "string"
|
|
@@ -1320,15 +1348,32 @@
|
|
|
1320
1348
|
}
|
|
1321
1349
|
]
|
|
1322
1350
|
},
|
|
1351
|
+
{
|
|
1352
|
+
"type": "typeAlias",
|
|
1353
|
+
"name": "CheckboxType",
|
|
1354
|
+
"annotation": {
|
|
1355
|
+
"type": "union",
|
|
1356
|
+
"types": [
|
|
1357
|
+
{
|
|
1358
|
+
"type": "jsLiteral",
|
|
1359
|
+
"value": "default"
|
|
1360
|
+
},
|
|
1361
|
+
{
|
|
1362
|
+
"type": "jsLiteral",
|
|
1363
|
+
"value": "icon"
|
|
1364
|
+
}
|
|
1365
|
+
]
|
|
1366
|
+
}
|
|
1367
|
+
},
|
|
1323
1368
|
{
|
|
1324
1369
|
"type": "interface",
|
|
1325
|
-
"name": "
|
|
1370
|
+
"name": "OptionGroup",
|
|
1326
1371
|
"body": [
|
|
1327
1372
|
{
|
|
1328
1373
|
"type": "propertySignature",
|
|
1329
1374
|
"key": {
|
|
1330
1375
|
"type": "identifier",
|
|
1331
|
-
"name": "
|
|
1376
|
+
"name": "name"
|
|
1332
1377
|
},
|
|
1333
1378
|
"annotation": {
|
|
1334
1379
|
"type": "keyword",
|
|
@@ -1340,48 +1385,11 @@
|
|
|
1340
1385
|
"type": "propertySignature",
|
|
1341
1386
|
"key": {
|
|
1342
1387
|
"type": "identifier",
|
|
1343
|
-
"name": "
|
|
1388
|
+
"name": "key"
|
|
1344
1389
|
},
|
|
1345
1390
|
"annotation": {
|
|
1346
|
-
"type": "
|
|
1347
|
-
"
|
|
1348
|
-
{
|
|
1349
|
-
"type": "array",
|
|
1350
|
-
"elementType": {
|
|
1351
|
-
"type": "keyword",
|
|
1352
|
-
"value": "any"
|
|
1353
|
-
}
|
|
1354
|
-
},
|
|
1355
|
-
{
|
|
1356
|
-
"type": "parenthesizedType",
|
|
1357
|
-
"annotation": {
|
|
1358
|
-
"type": "function",
|
|
1359
|
-
"parameters": [
|
|
1360
|
-
{
|
|
1361
|
-
"type": "restElement",
|
|
1362
|
-
"argument": {
|
|
1363
|
-
"type": "identifier",
|
|
1364
|
-
"name": "args"
|
|
1365
|
-
},
|
|
1366
|
-
"annotation": {
|
|
1367
|
-
"type": "array",
|
|
1368
|
-
"elementType": {
|
|
1369
|
-
"type": "keyword",
|
|
1370
|
-
"value": "any"
|
|
1371
|
-
}
|
|
1372
|
-
}
|
|
1373
|
-
}
|
|
1374
|
-
],
|
|
1375
|
-
"annotation": {
|
|
1376
|
-
"type": "array",
|
|
1377
|
-
"elementType": {
|
|
1378
|
-
"type": "keyword",
|
|
1379
|
-
"value": "any"
|
|
1380
|
-
}
|
|
1381
|
-
}
|
|
1382
|
-
}
|
|
1383
|
-
}
|
|
1384
|
-
]
|
|
1391
|
+
"type": "keyword",
|
|
1392
|
+
"value": "string"
|
|
1385
1393
|
},
|
|
1386
1394
|
"computed": false
|
|
1387
1395
|
},
|
|
@@ -1389,144 +1397,102 @@
|
|
|
1389
1397
|
"type": "propertySignature",
|
|
1390
1398
|
"key": {
|
|
1391
1399
|
"type": "identifier",
|
|
1392
|
-
"name": "
|
|
1400
|
+
"name": "options"
|
|
1393
1401
|
},
|
|
1394
1402
|
"annotation": {
|
|
1395
|
-
"type": "
|
|
1396
|
-
"
|
|
1397
|
-
|
|
1403
|
+
"type": "array",
|
|
1404
|
+
"elementType": {
|
|
1405
|
+
"type": "reference",
|
|
1406
|
+
"typeName": {
|
|
1398
1407
|
"type": "identifier",
|
|
1399
|
-
"name": "
|
|
1400
|
-
"annotation": {
|
|
1401
|
-
"type": "keyword",
|
|
1402
|
-
"value": "any"
|
|
1403
|
-
}
|
|
1408
|
+
"name": "CheckboxOptionType"
|
|
1404
1409
|
}
|
|
1405
|
-
],
|
|
1406
|
-
"annotation": {
|
|
1407
|
-
"type": "keyword",
|
|
1408
|
-
"value": "void"
|
|
1409
1410
|
}
|
|
1410
1411
|
},
|
|
1411
|
-
"optional": true,
|
|
1412
1412
|
"computed": false
|
|
1413
1413
|
}
|
|
1414
1414
|
]
|
|
1415
1415
|
}
|
|
1416
1416
|
]
|
|
1417
1417
|
},
|
|
1418
|
-
"eo-
|
|
1418
|
+
"eo-form": {
|
|
1419
1419
|
"properties": [
|
|
1420
1420
|
{
|
|
1421
|
-
"name": "
|
|
1422
|
-
"annotation": {
|
|
1423
|
-
"type": "keyword",
|
|
1424
|
-
"value": "string"
|
|
1425
|
-
}
|
|
1426
|
-
},
|
|
1427
|
-
{
|
|
1428
|
-
"name": "label",
|
|
1429
|
-
"annotation": {
|
|
1430
|
-
"type": "keyword",
|
|
1431
|
-
"value": "string"
|
|
1432
|
-
}
|
|
1433
|
-
},
|
|
1434
|
-
{
|
|
1435
|
-
"name": "value",
|
|
1421
|
+
"name": "staticValues",
|
|
1436
1422
|
"annotation": {
|
|
1437
|
-
"type": "
|
|
1438
|
-
"
|
|
1439
|
-
"type": "
|
|
1440
|
-
"
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1423
|
+
"type": "reference",
|
|
1424
|
+
"typeName": {
|
|
1425
|
+
"type": "identifier",
|
|
1426
|
+
"name": "Record"
|
|
1427
|
+
},
|
|
1428
|
+
"typeParameters": {
|
|
1429
|
+
"type": "typeParameterInstantiation",
|
|
1430
|
+
"params": [
|
|
1431
|
+
{
|
|
1432
|
+
"type": "keyword",
|
|
1433
|
+
"value": "string"
|
|
1434
|
+
},
|
|
1435
|
+
{
|
|
1436
|
+
"type": "keyword",
|
|
1437
|
+
"value": "unknown"
|
|
1438
|
+
}
|
|
1439
|
+
]
|
|
1444
1440
|
}
|
|
1445
1441
|
}
|
|
1446
1442
|
},
|
|
1447
1443
|
{
|
|
1448
|
-
"name": "
|
|
1444
|
+
"name": "layout",
|
|
1449
1445
|
"annotation": {
|
|
1450
|
-
"type": "
|
|
1451
|
-
"
|
|
1452
|
-
"type": "
|
|
1453
|
-
"
|
|
1454
|
-
"type": "identifier",
|
|
1455
|
-
"name": "CheckboxOptionType"
|
|
1456
|
-
}
|
|
1446
|
+
"type": "reference",
|
|
1447
|
+
"typeName": {
|
|
1448
|
+
"type": "identifier",
|
|
1449
|
+
"name": "Layout"
|
|
1457
1450
|
}
|
|
1458
1451
|
}
|
|
1459
1452
|
},
|
|
1460
1453
|
{
|
|
1461
|
-
"name": "
|
|
1454
|
+
"name": "size",
|
|
1462
1455
|
"annotation": {
|
|
1463
1456
|
"type": "reference",
|
|
1464
1457
|
"typeName": {
|
|
1465
1458
|
"type": "identifier",
|
|
1466
|
-
"name": "
|
|
1459
|
+
"name": "ComponentSize"
|
|
1467
1460
|
}
|
|
1468
1461
|
}
|
|
1469
1462
|
},
|
|
1470
1463
|
{
|
|
1471
|
-
"name": "
|
|
1472
|
-
"annotation": {
|
|
1473
|
-
"type": "keyword",
|
|
1474
|
-
"value": "boolean"
|
|
1475
|
-
}
|
|
1476
|
-
},
|
|
1477
|
-
{
|
|
1478
|
-
"name": "isCustom",
|
|
1479
|
-
"annotation": {
|
|
1480
|
-
"type": "keyword",
|
|
1481
|
-
"value": "boolean"
|
|
1482
|
-
}
|
|
1483
|
-
},
|
|
1484
|
-
{
|
|
1485
|
-
"name": "required",
|
|
1464
|
+
"name": "labelCol",
|
|
1486
1465
|
"annotation": {
|
|
1487
|
-
"type": "
|
|
1488
|
-
"
|
|
1466
|
+
"type": "reference",
|
|
1467
|
+
"typeName": {
|
|
1468
|
+
"type": "identifier",
|
|
1469
|
+
"name": "ColProps"
|
|
1470
|
+
}
|
|
1489
1471
|
}
|
|
1490
1472
|
},
|
|
1491
1473
|
{
|
|
1492
|
-
"name": "
|
|
1474
|
+
"name": "wrapperCol",
|
|
1493
1475
|
"annotation": {
|
|
1494
1476
|
"type": "reference",
|
|
1495
1477
|
"typeName": {
|
|
1496
1478
|
"type": "identifier",
|
|
1497
|
-
"name": "
|
|
1498
|
-
},
|
|
1499
|
-
"typeParameters": {
|
|
1500
|
-
"type": "typeParameterInstantiation",
|
|
1501
|
-
"params": [
|
|
1502
|
-
{
|
|
1503
|
-
"type": "keyword",
|
|
1504
|
-
"value": "string"
|
|
1505
|
-
},
|
|
1506
|
-
{
|
|
1507
|
-
"type": "keyword",
|
|
1508
|
-
"value": "string"
|
|
1509
|
-
}
|
|
1510
|
-
]
|
|
1479
|
+
"name": "ColProps"
|
|
1511
1480
|
}
|
|
1512
1481
|
}
|
|
1513
1482
|
},
|
|
1514
1483
|
{
|
|
1515
|
-
"name": "
|
|
1484
|
+
"name": "formStyle",
|
|
1516
1485
|
"annotation": {
|
|
1517
|
-
"type": "
|
|
1518
|
-
"
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
{
|
|
1522
|
-
"name": "optionGroups",
|
|
1523
|
-
"annotation": {
|
|
1524
|
-
"type": "array",
|
|
1525
|
-
"elementType": {
|
|
1526
|
-
"type": "reference",
|
|
1527
|
-
"typeName": {
|
|
1486
|
+
"type": "reference",
|
|
1487
|
+
"typeName": {
|
|
1488
|
+
"type": "qualifiedName",
|
|
1489
|
+
"left": {
|
|
1528
1490
|
"type": "identifier",
|
|
1529
|
-
"name": "
|
|
1491
|
+
"name": "React"
|
|
1492
|
+
},
|
|
1493
|
+
"right": {
|
|
1494
|
+
"type": "identifier",
|
|
1495
|
+
"name": "CSSProperties"
|
|
1530
1496
|
}
|
|
1531
1497
|
}
|
|
1532
1498
|
}
|
|
@@ -1534,252 +1500,286 @@
|
|
|
1534
1500
|
],
|
|
1535
1501
|
"events": [
|
|
1536
1502
|
{
|
|
1537
|
-
"name": "change",
|
|
1503
|
+
"name": "values.change",
|
|
1538
1504
|
"detail": {
|
|
1539
1505
|
"annotation": {
|
|
1540
|
-
"type": "
|
|
1541
|
-
"
|
|
1542
|
-
"type": "
|
|
1543
|
-
"
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1506
|
+
"type": "reference",
|
|
1507
|
+
"typeName": {
|
|
1508
|
+
"type": "identifier",
|
|
1509
|
+
"name": "Record"
|
|
1510
|
+
},
|
|
1511
|
+
"typeParameters": {
|
|
1512
|
+
"type": "typeParameterInstantiation",
|
|
1513
|
+
"params": [
|
|
1514
|
+
{
|
|
1515
|
+
"type": "keyword",
|
|
1516
|
+
"value": "string"
|
|
1517
|
+
},
|
|
1518
|
+
{
|
|
1519
|
+
"type": "keyword",
|
|
1520
|
+
"value": "unknown"
|
|
1521
|
+
}
|
|
1522
|
+
]
|
|
1547
1523
|
}
|
|
1548
1524
|
}
|
|
1549
1525
|
}
|
|
1550
1526
|
},
|
|
1551
1527
|
{
|
|
1552
|
-
"name": "
|
|
1528
|
+
"name": "validate.success",
|
|
1553
1529
|
"detail": {
|
|
1554
1530
|
"annotation": {
|
|
1555
|
-
"type": "
|
|
1556
|
-
"
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1531
|
+
"type": "reference",
|
|
1532
|
+
"typeName": {
|
|
1533
|
+
"type": "identifier",
|
|
1534
|
+
"name": "Record"
|
|
1535
|
+
},
|
|
1536
|
+
"typeParameters": {
|
|
1537
|
+
"type": "typeParameterInstantiation",
|
|
1538
|
+
"params": [
|
|
1539
|
+
{
|
|
1540
|
+
"type": "keyword",
|
|
1541
|
+
"value": "string"
|
|
1562
1542
|
},
|
|
1563
|
-
|
|
1564
|
-
"type": "
|
|
1565
|
-
"
|
|
1543
|
+
{
|
|
1544
|
+
"type": "keyword",
|
|
1545
|
+
"value": "unknown"
|
|
1546
|
+
}
|
|
1547
|
+
]
|
|
1548
|
+
}
|
|
1549
|
+
}
|
|
1550
|
+
}
|
|
1551
|
+
},
|
|
1552
|
+
{
|
|
1553
|
+
"name": "validate.error",
|
|
1554
|
+
"detail": {
|
|
1555
|
+
"annotation": {
|
|
1556
|
+
"type": "array",
|
|
1557
|
+
"elementType": {
|
|
1558
|
+
"type": "parenthesizedType",
|
|
1559
|
+
"annotation": {
|
|
1560
|
+
"type": "intersection",
|
|
1561
|
+
"types": [
|
|
1562
|
+
{
|
|
1566
1563
|
"type": "reference",
|
|
1567
1564
|
"typeName": {
|
|
1568
1565
|
"type": "identifier",
|
|
1569
|
-
"name": "
|
|
1566
|
+
"name": "MessageBody"
|
|
1570
1567
|
}
|
|
1568
|
+
},
|
|
1569
|
+
{
|
|
1570
|
+
"type": "typeLiteral",
|
|
1571
|
+
"members": [
|
|
1572
|
+
{
|
|
1573
|
+
"type": "propertySignature",
|
|
1574
|
+
"key": {
|
|
1575
|
+
"type": "identifier",
|
|
1576
|
+
"name": "name"
|
|
1577
|
+
},
|
|
1578
|
+
"annotation": {
|
|
1579
|
+
"type": "keyword",
|
|
1580
|
+
"value": "string"
|
|
1581
|
+
},
|
|
1582
|
+
"computed": false
|
|
1583
|
+
}
|
|
1584
|
+
]
|
|
1571
1585
|
}
|
|
1572
|
-
|
|
1573
|
-
|
|
1586
|
+
]
|
|
1587
|
+
}
|
|
1588
|
+
}
|
|
1589
|
+
}
|
|
1590
|
+
}
|
|
1591
|
+
}
|
|
1592
|
+
],
|
|
1593
|
+
"methods": [
|
|
1594
|
+
{
|
|
1595
|
+
"name": "validate",
|
|
1596
|
+
"params": [],
|
|
1597
|
+
"returns": {
|
|
1598
|
+
"annotation": {
|
|
1599
|
+
"type": "union",
|
|
1600
|
+
"types": [
|
|
1601
|
+
{
|
|
1602
|
+
"type": "keyword",
|
|
1603
|
+
"value": "boolean"
|
|
1574
1604
|
},
|
|
1575
1605
|
{
|
|
1576
|
-
"type": "
|
|
1577
|
-
"
|
|
1606
|
+
"type": "reference",
|
|
1607
|
+
"typeName": {
|
|
1578
1608
|
"type": "identifier",
|
|
1579
|
-
"name": "
|
|
1580
|
-
},
|
|
1581
|
-
"annotation": {
|
|
1582
|
-
"type": "keyword",
|
|
1583
|
-
"value": "string"
|
|
1609
|
+
"name": "Record"
|
|
1584
1610
|
},
|
|
1585
|
-
"
|
|
1611
|
+
"typeParameters": {
|
|
1612
|
+
"type": "typeParameterInstantiation",
|
|
1613
|
+
"params": [
|
|
1614
|
+
{
|
|
1615
|
+
"type": "keyword",
|
|
1616
|
+
"value": "string"
|
|
1617
|
+
},
|
|
1618
|
+
{
|
|
1619
|
+
"type": "keyword",
|
|
1620
|
+
"value": "unknown"
|
|
1621
|
+
}
|
|
1622
|
+
]
|
|
1623
|
+
}
|
|
1586
1624
|
}
|
|
1587
1625
|
]
|
|
1588
1626
|
}
|
|
1589
1627
|
}
|
|
1590
|
-
}
|
|
1591
|
-
],
|
|
1592
|
-
"methods": [],
|
|
1593
|
-
"types": [
|
|
1594
|
-
{
|
|
1595
|
-
"type": "typeAlias",
|
|
1596
|
-
"name": "CheckboxValueType",
|
|
1597
|
-
"annotation": {
|
|
1598
|
-
"type": "union",
|
|
1599
|
-
"types": [
|
|
1600
|
-
{
|
|
1601
|
-
"type": "keyword",
|
|
1602
|
-
"value": "string"
|
|
1603
|
-
},
|
|
1604
|
-
{
|
|
1605
|
-
"type": "keyword",
|
|
1606
|
-
"value": "number"
|
|
1607
|
-
},
|
|
1608
|
-
{
|
|
1609
|
-
"type": "keyword",
|
|
1610
|
-
"value": "boolean"
|
|
1611
|
-
}
|
|
1612
|
-
]
|
|
1613
|
-
}
|
|
1614
1628
|
},
|
|
1615
1629
|
{
|
|
1616
|
-
"
|
|
1617
|
-
"
|
|
1618
|
-
"body": [
|
|
1630
|
+
"name": "setInitValue",
|
|
1631
|
+
"params": [
|
|
1619
1632
|
{
|
|
1620
|
-
"
|
|
1621
|
-
"key": {
|
|
1622
|
-
"type": "identifier",
|
|
1623
|
-
"name": "label"
|
|
1624
|
-
},
|
|
1633
|
+
"name": "values",
|
|
1625
1634
|
"annotation": {
|
|
1626
1635
|
"type": "reference",
|
|
1627
1636
|
"typeName": {
|
|
1628
|
-
"type": "
|
|
1629
|
-
"
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
"
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
+
"type": "identifier",
|
|
1638
|
+
"name": "Record"
|
|
1639
|
+
},
|
|
1640
|
+
"typeParameters": {
|
|
1641
|
+
"type": "typeParameterInstantiation",
|
|
1642
|
+
"params": [
|
|
1643
|
+
{
|
|
1644
|
+
"type": "keyword",
|
|
1645
|
+
"value": "string"
|
|
1646
|
+
},
|
|
1647
|
+
{
|
|
1648
|
+
"type": "keyword",
|
|
1649
|
+
"value": "unknown"
|
|
1650
|
+
}
|
|
1651
|
+
]
|
|
1637
1652
|
}
|
|
1638
|
-
}
|
|
1639
|
-
"computed": false
|
|
1640
|
-
},
|
|
1641
|
-
{
|
|
1642
|
-
"type": "propertySignature",
|
|
1643
|
-
"key": {
|
|
1644
|
-
"type": "identifier",
|
|
1645
|
-
"name": "value"
|
|
1646
|
-
},
|
|
1647
|
-
"annotation": {
|
|
1648
|
-
"type": "keyword",
|
|
1649
|
-
"value": "any"
|
|
1650
|
-
},
|
|
1651
|
-
"computed": false
|
|
1653
|
+
}
|
|
1652
1654
|
},
|
|
1653
1655
|
{
|
|
1654
|
-
"
|
|
1655
|
-
"key": {
|
|
1656
|
-
"type": "identifier",
|
|
1657
|
-
"name": "style"
|
|
1658
|
-
},
|
|
1656
|
+
"name": "options",
|
|
1659
1657
|
"annotation": {
|
|
1660
|
-
"type": "
|
|
1661
|
-
"
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
"
|
|
1665
|
-
|
|
1658
|
+
"type": "typeLiteral",
|
|
1659
|
+
"members": [
|
|
1660
|
+
{
|
|
1661
|
+
"type": "propertySignature",
|
|
1662
|
+
"key": {
|
|
1663
|
+
"type": "identifier",
|
|
1664
|
+
"name": "runInMacrotask"
|
|
1665
|
+
},
|
|
1666
|
+
"annotation": {
|
|
1667
|
+
"type": "keyword",
|
|
1668
|
+
"value": "boolean"
|
|
1669
|
+
},
|
|
1670
|
+
"optional": true,
|
|
1671
|
+
"computed": false
|
|
1666
1672
|
},
|
|
1667
|
-
|
|
1668
|
-
"type": "
|
|
1669
|
-
"
|
|
1673
|
+
{
|
|
1674
|
+
"type": "propertySignature",
|
|
1675
|
+
"key": {
|
|
1676
|
+
"type": "identifier",
|
|
1677
|
+
"name": "runInMicrotask"
|
|
1678
|
+
},
|
|
1679
|
+
"annotation": {
|
|
1680
|
+
"type": "keyword",
|
|
1681
|
+
"value": "boolean"
|
|
1682
|
+
},
|
|
1683
|
+
"optional": true,
|
|
1684
|
+
"computed": false
|
|
1670
1685
|
}
|
|
1671
|
-
|
|
1672
|
-
}
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1686
|
+
]
|
|
1687
|
+
}
|
|
1688
|
+
}
|
|
1689
|
+
],
|
|
1690
|
+
"returns": {}
|
|
1691
|
+
},
|
|
1692
|
+
{
|
|
1693
|
+
"name": "resetFields",
|
|
1694
|
+
"params": [
|
|
1676
1695
|
{
|
|
1677
|
-
"
|
|
1678
|
-
"key": {
|
|
1679
|
-
"type": "identifier",
|
|
1680
|
-
"name": "disabled"
|
|
1681
|
-
},
|
|
1696
|
+
"name": "name",
|
|
1682
1697
|
"annotation": {
|
|
1683
1698
|
"type": "keyword",
|
|
1684
|
-
"value": "
|
|
1685
|
-
}
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1699
|
+
"value": "string"
|
|
1700
|
+
}
|
|
1701
|
+
}
|
|
1702
|
+
],
|
|
1703
|
+
"returns": {}
|
|
1704
|
+
},
|
|
1705
|
+
{
|
|
1706
|
+
"name": "getFieldsValue",
|
|
1707
|
+
"params": [
|
|
1689
1708
|
{
|
|
1690
|
-
"
|
|
1691
|
-
"key": {
|
|
1692
|
-
"type": "identifier",
|
|
1693
|
-
"name": "checkboxColor"
|
|
1694
|
-
},
|
|
1709
|
+
"name": "name",
|
|
1695
1710
|
"annotation": {
|
|
1696
1711
|
"type": "keyword",
|
|
1697
1712
|
"value": "string"
|
|
1698
|
-
}
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1713
|
+
}
|
|
1714
|
+
}
|
|
1715
|
+
],
|
|
1716
|
+
"returns": {}
|
|
1717
|
+
},
|
|
1718
|
+
{
|
|
1719
|
+
"name": "validateField",
|
|
1720
|
+
"params": [
|
|
1702
1721
|
{
|
|
1703
|
-
"
|
|
1704
|
-
"parameter": {
|
|
1705
|
-
"type": "identifier",
|
|
1706
|
-
"name": "propName",
|
|
1707
|
-
"annotation": {
|
|
1708
|
-
"type": "keyword",
|
|
1709
|
-
"value": "string"
|
|
1710
|
-
}
|
|
1711
|
-
},
|
|
1722
|
+
"name": "name",
|
|
1712
1723
|
"annotation": {
|
|
1713
1724
|
"type": "keyword",
|
|
1714
|
-
"value": "
|
|
1725
|
+
"value": "string"
|
|
1715
1726
|
}
|
|
1716
1727
|
}
|
|
1717
|
-
]
|
|
1728
|
+
],
|
|
1729
|
+
"returns": {}
|
|
1718
1730
|
},
|
|
1731
|
+
{
|
|
1732
|
+
"name": "resetValidateState",
|
|
1733
|
+
"params": [],
|
|
1734
|
+
"returns": {}
|
|
1735
|
+
}
|
|
1736
|
+
],
|
|
1737
|
+
"types": [
|
|
1719
1738
|
{
|
|
1720
1739
|
"type": "typeAlias",
|
|
1721
|
-
"name": "
|
|
1740
|
+
"name": "Layout",
|
|
1722
1741
|
"annotation": {
|
|
1723
1742
|
"type": "union",
|
|
1724
1743
|
"types": [
|
|
1725
1744
|
{
|
|
1726
1745
|
"type": "jsLiteral",
|
|
1727
|
-
"value": "
|
|
1746
|
+
"value": "horizontal"
|
|
1728
1747
|
},
|
|
1729
1748
|
{
|
|
1730
1749
|
"type": "jsLiteral",
|
|
1731
|
-
"value": "
|
|
1750
|
+
"value": "vertical"
|
|
1751
|
+
},
|
|
1752
|
+
{
|
|
1753
|
+
"type": "jsLiteral",
|
|
1754
|
+
"value": "inline"
|
|
1732
1755
|
}
|
|
1733
1756
|
]
|
|
1734
1757
|
}
|
|
1735
1758
|
},
|
|
1736
1759
|
{
|
|
1737
|
-
"type": "
|
|
1738
|
-
"name": "
|
|
1739
|
-
"
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
"type": "
|
|
1744
|
-
"
|
|
1745
|
-
},
|
|
1746
|
-
"annotation": {
|
|
1747
|
-
"type": "keyword",
|
|
1748
|
-
"value": "string"
|
|
1749
|
-
},
|
|
1750
|
-
"computed": false
|
|
1751
|
-
},
|
|
1752
|
-
{
|
|
1753
|
-
"type": "propertySignature",
|
|
1754
|
-
"key": {
|
|
1755
|
-
"type": "identifier",
|
|
1756
|
-
"name": "key"
|
|
1757
|
-
},
|
|
1758
|
-
"annotation": {
|
|
1759
|
-
"type": "keyword",
|
|
1760
|
-
"value": "string"
|
|
1760
|
+
"type": "typeAlias",
|
|
1761
|
+
"name": "ComponentSize",
|
|
1762
|
+
"annotation": {
|
|
1763
|
+
"type": "union",
|
|
1764
|
+
"types": [
|
|
1765
|
+
{
|
|
1766
|
+
"type": "jsLiteral",
|
|
1767
|
+
"value": "large"
|
|
1761
1768
|
},
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
"type": "propertySignature",
|
|
1766
|
-
"key": {
|
|
1767
|
-
"type": "identifier",
|
|
1768
|
-
"name": "options"
|
|
1769
|
+
{
|
|
1770
|
+
"type": "jsLiteral",
|
|
1771
|
+
"value": "medium"
|
|
1769
1772
|
},
|
|
1770
|
-
|
|
1771
|
-
"type": "
|
|
1772
|
-
"
|
|
1773
|
-
"type": "reference",
|
|
1774
|
-
"typeName": {
|
|
1775
|
-
"type": "identifier",
|
|
1776
|
-
"name": "CheckboxOptionType"
|
|
1777
|
-
}
|
|
1778
|
-
}
|
|
1773
|
+
{
|
|
1774
|
+
"type": "jsLiteral",
|
|
1775
|
+
"value": "small"
|
|
1779
1776
|
},
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1777
|
+
{
|
|
1778
|
+
"type": "jsLiteral",
|
|
1779
|
+
"value": "xs"
|
|
1780
|
+
}
|
|
1781
|
+
]
|
|
1782
|
+
}
|
|
1783
1783
|
}
|
|
1784
1784
|
]
|
|
1785
1785
|
},
|
|
@@ -2421,229 +2421,41 @@
|
|
|
2421
2421
|
"value": "text"
|
|
2422
2422
|
},
|
|
2423
2423
|
{
|
|
2424
|
-
"type": "jsLiteral",
|
|
2425
|
-
"value": "time"
|
|
2426
|
-
},
|
|
2427
|
-
{
|
|
2428
|
-
"type": "jsLiteral",
|
|
2429
|
-
"value": "url"
|
|
2430
|
-
},
|
|
2431
|
-
{
|
|
2432
|
-
"type": "jsLiteral",
|
|
2433
|
-
"value": "week"
|
|
2434
|
-
}
|
|
2435
|
-
]
|
|
2436
|
-
}
|
|
2437
|
-
},
|
|
2438
|
-
{
|
|
2439
|
-
"type": "typeAlias",
|
|
2440
|
-
"name": "ComponentSize",
|
|
2441
|
-
"annotation": {
|
|
2442
|
-
"type": "union",
|
|
2443
|
-
"types": [
|
|
2444
|
-
{
|
|
2445
|
-
"type": "jsLiteral",
|
|
2446
|
-
"value": "large"
|
|
2447
|
-
},
|
|
2448
|
-
{
|
|
2449
|
-
"type": "jsLiteral",
|
|
2450
|
-
"value": "medium"
|
|
2451
|
-
},
|
|
2452
|
-
{
|
|
2453
|
-
"type": "jsLiteral",
|
|
2454
|
-
"value": "small"
|
|
2455
|
-
},
|
|
2456
|
-
{
|
|
2457
|
-
"type": "jsLiteral",
|
|
2458
|
-
"value": "xs"
|
|
2459
|
-
}
|
|
2460
|
-
]
|
|
2461
|
-
}
|
|
2462
|
-
}
|
|
2463
|
-
]
|
|
2464
|
-
},
|
|
2465
|
-
"eo-textarea": {
|
|
2466
|
-
"properties": [
|
|
2467
|
-
{
|
|
2468
|
-
"name": "name",
|
|
2469
|
-
"annotation": {
|
|
2470
|
-
"type": "keyword",
|
|
2471
|
-
"value": "string"
|
|
2472
|
-
}
|
|
2473
|
-
},
|
|
2474
|
-
{
|
|
2475
|
-
"name": "label",
|
|
2476
|
-
"annotation": {
|
|
2477
|
-
"type": "keyword",
|
|
2478
|
-
"value": "string"
|
|
2479
|
-
}
|
|
2480
|
-
},
|
|
2481
|
-
{
|
|
2482
|
-
"name": "value",
|
|
2483
|
-
"annotation": {
|
|
2484
|
-
"type": "keyword",
|
|
2485
|
-
"value": "string"
|
|
2486
|
-
}
|
|
2487
|
-
},
|
|
2488
|
-
{
|
|
2489
|
-
"name": "placeholder",
|
|
2490
|
-
"annotation": {
|
|
2491
|
-
"type": "keyword",
|
|
2492
|
-
"value": "string"
|
|
2493
|
-
}
|
|
2494
|
-
},
|
|
2495
|
-
{
|
|
2496
|
-
"name": "disabled",
|
|
2497
|
-
"annotation": {
|
|
2498
|
-
"type": "keyword",
|
|
2499
|
-
"value": "boolean"
|
|
2500
|
-
}
|
|
2501
|
-
},
|
|
2502
|
-
{
|
|
2503
|
-
"name": "minLength",
|
|
2504
|
-
"annotation": {
|
|
2505
|
-
"type": "keyword",
|
|
2506
|
-
"value": "number"
|
|
2507
|
-
}
|
|
2508
|
-
},
|
|
2509
|
-
{
|
|
2510
|
-
"name": "maxLength",
|
|
2511
|
-
"annotation": {
|
|
2512
|
-
"type": "keyword",
|
|
2513
|
-
"value": "number"
|
|
2514
|
-
}
|
|
2515
|
-
},
|
|
2516
|
-
{
|
|
2517
|
-
"name": "autoSize",
|
|
2518
|
-
"annotation": {
|
|
2519
|
-
"type": "reference",
|
|
2520
|
-
"typeName": {
|
|
2521
|
-
"type": "identifier",
|
|
2522
|
-
"name": "AutoSize"
|
|
2523
|
-
}
|
|
2524
|
-
}
|
|
2525
|
-
},
|
|
2526
|
-
{
|
|
2527
|
-
"name": "required",
|
|
2528
|
-
"annotation": {
|
|
2529
|
-
"type": "keyword",
|
|
2530
|
-
"value": "boolean"
|
|
2531
|
-
}
|
|
2532
|
-
},
|
|
2533
|
-
{
|
|
2534
|
-
"name": "max",
|
|
2535
|
-
"annotation": {
|
|
2536
|
-
"type": "keyword",
|
|
2537
|
-
"value": "number"
|
|
2538
|
-
}
|
|
2539
|
-
},
|
|
2540
|
-
{
|
|
2541
|
-
"name": "min",
|
|
2542
|
-
"annotation": {
|
|
2543
|
-
"type": "keyword",
|
|
2544
|
-
"value": "number"
|
|
2545
|
-
}
|
|
2546
|
-
},
|
|
2547
|
-
{
|
|
2548
|
-
"name": "message",
|
|
2549
|
-
"annotation": {
|
|
2550
|
-
"type": "reference",
|
|
2551
|
-
"typeName": {
|
|
2552
|
-
"type": "identifier",
|
|
2553
|
-
"name": "Record"
|
|
2554
|
-
},
|
|
2555
|
-
"typeParameters": {
|
|
2556
|
-
"type": "typeParameterInstantiation",
|
|
2557
|
-
"params": [
|
|
2558
|
-
{
|
|
2559
|
-
"type": "keyword",
|
|
2560
|
-
"value": "string"
|
|
2561
|
-
},
|
|
2562
|
-
{
|
|
2563
|
-
"type": "keyword",
|
|
2564
|
-
"value": "string"
|
|
2565
|
-
}
|
|
2566
|
-
]
|
|
2567
|
-
}
|
|
2568
|
-
}
|
|
2569
|
-
},
|
|
2570
|
-
{
|
|
2571
|
-
"name": "textareaStyle",
|
|
2572
|
-
"annotation": {
|
|
2573
|
-
"type": "reference",
|
|
2574
|
-
"typeName": {
|
|
2575
|
-
"type": "qualifiedName",
|
|
2576
|
-
"left": {
|
|
2577
|
-
"type": "identifier",
|
|
2578
|
-
"name": "React"
|
|
2579
|
-
},
|
|
2580
|
-
"right": {
|
|
2581
|
-
"type": "identifier",
|
|
2582
|
-
"name": "CSSProperties"
|
|
2583
|
-
}
|
|
2584
|
-
}
|
|
2585
|
-
}
|
|
2586
|
-
}
|
|
2587
|
-
],
|
|
2588
|
-
"events": [
|
|
2589
|
-
{
|
|
2590
|
-
"name": "change",
|
|
2591
|
-
"detail": {
|
|
2592
|
-
"annotation": {
|
|
2593
|
-
"type": "keyword",
|
|
2594
|
-
"value": "string"
|
|
2595
|
-
}
|
|
2424
|
+
"type": "jsLiteral",
|
|
2425
|
+
"value": "time"
|
|
2426
|
+
},
|
|
2427
|
+
{
|
|
2428
|
+
"type": "jsLiteral",
|
|
2429
|
+
"value": "url"
|
|
2430
|
+
},
|
|
2431
|
+
{
|
|
2432
|
+
"type": "jsLiteral",
|
|
2433
|
+
"value": "week"
|
|
2434
|
+
}
|
|
2435
|
+
]
|
|
2596
2436
|
}
|
|
2597
|
-
}
|
|
2598
|
-
],
|
|
2599
|
-
"methods": [
|
|
2600
|
-
{
|
|
2601
|
-
"name": "focusTextarea",
|
|
2602
|
-
"params": [],
|
|
2603
|
-
"returns": {}
|
|
2604
|
-
}
|
|
2605
|
-
],
|
|
2606
|
-
"types": [
|
|
2437
|
+
},
|
|
2607
2438
|
{
|
|
2608
2439
|
"type": "typeAlias",
|
|
2609
|
-
"name": "
|
|
2440
|
+
"name": "ComponentSize",
|
|
2610
2441
|
"annotation": {
|
|
2611
2442
|
"type": "union",
|
|
2612
2443
|
"types": [
|
|
2613
2444
|
{
|
|
2614
|
-
"type": "
|
|
2615
|
-
"value": "
|
|
2445
|
+
"type": "jsLiteral",
|
|
2446
|
+
"value": "large"
|
|
2616
2447
|
},
|
|
2617
2448
|
{
|
|
2618
|
-
"type": "
|
|
2619
|
-
"
|
|
2620
|
-
|
|
2621
|
-
|
|
2622
|
-
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
|
|
2626
|
-
|
|
2627
|
-
|
|
2628
|
-
"value": "number"
|
|
2629
|
-
},
|
|
2630
|
-
"optional": true,
|
|
2631
|
-
"computed": false
|
|
2632
|
-
},
|
|
2633
|
-
{
|
|
2634
|
-
"type": "propertySignature",
|
|
2635
|
-
"key": {
|
|
2636
|
-
"type": "identifier",
|
|
2637
|
-
"name": "maxRows"
|
|
2638
|
-
},
|
|
2639
|
-
"annotation": {
|
|
2640
|
-
"type": "keyword",
|
|
2641
|
-
"value": "number"
|
|
2642
|
-
},
|
|
2643
|
-
"optional": true,
|
|
2644
|
-
"computed": false
|
|
2645
|
-
}
|
|
2646
|
-
]
|
|
2449
|
+
"type": "jsLiteral",
|
|
2450
|
+
"value": "medium"
|
|
2451
|
+
},
|
|
2452
|
+
{
|
|
2453
|
+
"type": "jsLiteral",
|
|
2454
|
+
"value": "small"
|
|
2455
|
+
},
|
|
2456
|
+
{
|
|
2457
|
+
"type": "jsLiteral",
|
|
2458
|
+
"value": "xs"
|
|
2647
2459
|
}
|
|
2648
2460
|
]
|
|
2649
2461
|
}
|
|
@@ -2877,6 +2689,194 @@
|
|
|
2877
2689
|
}
|
|
2878
2690
|
]
|
|
2879
2691
|
},
|
|
2692
|
+
"eo-textarea": {
|
|
2693
|
+
"properties": [
|
|
2694
|
+
{
|
|
2695
|
+
"name": "name",
|
|
2696
|
+
"annotation": {
|
|
2697
|
+
"type": "keyword",
|
|
2698
|
+
"value": "string"
|
|
2699
|
+
}
|
|
2700
|
+
},
|
|
2701
|
+
{
|
|
2702
|
+
"name": "label",
|
|
2703
|
+
"annotation": {
|
|
2704
|
+
"type": "keyword",
|
|
2705
|
+
"value": "string"
|
|
2706
|
+
}
|
|
2707
|
+
},
|
|
2708
|
+
{
|
|
2709
|
+
"name": "value",
|
|
2710
|
+
"annotation": {
|
|
2711
|
+
"type": "keyword",
|
|
2712
|
+
"value": "string"
|
|
2713
|
+
}
|
|
2714
|
+
},
|
|
2715
|
+
{
|
|
2716
|
+
"name": "placeholder",
|
|
2717
|
+
"annotation": {
|
|
2718
|
+
"type": "keyword",
|
|
2719
|
+
"value": "string"
|
|
2720
|
+
}
|
|
2721
|
+
},
|
|
2722
|
+
{
|
|
2723
|
+
"name": "disabled",
|
|
2724
|
+
"annotation": {
|
|
2725
|
+
"type": "keyword",
|
|
2726
|
+
"value": "boolean"
|
|
2727
|
+
}
|
|
2728
|
+
},
|
|
2729
|
+
{
|
|
2730
|
+
"name": "minLength",
|
|
2731
|
+
"annotation": {
|
|
2732
|
+
"type": "keyword",
|
|
2733
|
+
"value": "number"
|
|
2734
|
+
}
|
|
2735
|
+
},
|
|
2736
|
+
{
|
|
2737
|
+
"name": "maxLength",
|
|
2738
|
+
"annotation": {
|
|
2739
|
+
"type": "keyword",
|
|
2740
|
+
"value": "number"
|
|
2741
|
+
}
|
|
2742
|
+
},
|
|
2743
|
+
{
|
|
2744
|
+
"name": "autoSize",
|
|
2745
|
+
"annotation": {
|
|
2746
|
+
"type": "reference",
|
|
2747
|
+
"typeName": {
|
|
2748
|
+
"type": "identifier",
|
|
2749
|
+
"name": "AutoSize"
|
|
2750
|
+
}
|
|
2751
|
+
}
|
|
2752
|
+
},
|
|
2753
|
+
{
|
|
2754
|
+
"name": "required",
|
|
2755
|
+
"annotation": {
|
|
2756
|
+
"type": "keyword",
|
|
2757
|
+
"value": "boolean"
|
|
2758
|
+
}
|
|
2759
|
+
},
|
|
2760
|
+
{
|
|
2761
|
+
"name": "max",
|
|
2762
|
+
"annotation": {
|
|
2763
|
+
"type": "keyword",
|
|
2764
|
+
"value": "number"
|
|
2765
|
+
}
|
|
2766
|
+
},
|
|
2767
|
+
{
|
|
2768
|
+
"name": "min",
|
|
2769
|
+
"annotation": {
|
|
2770
|
+
"type": "keyword",
|
|
2771
|
+
"value": "number"
|
|
2772
|
+
}
|
|
2773
|
+
},
|
|
2774
|
+
{
|
|
2775
|
+
"name": "message",
|
|
2776
|
+
"annotation": {
|
|
2777
|
+
"type": "reference",
|
|
2778
|
+
"typeName": {
|
|
2779
|
+
"type": "identifier",
|
|
2780
|
+
"name": "Record"
|
|
2781
|
+
},
|
|
2782
|
+
"typeParameters": {
|
|
2783
|
+
"type": "typeParameterInstantiation",
|
|
2784
|
+
"params": [
|
|
2785
|
+
{
|
|
2786
|
+
"type": "keyword",
|
|
2787
|
+
"value": "string"
|
|
2788
|
+
},
|
|
2789
|
+
{
|
|
2790
|
+
"type": "keyword",
|
|
2791
|
+
"value": "string"
|
|
2792
|
+
}
|
|
2793
|
+
]
|
|
2794
|
+
}
|
|
2795
|
+
}
|
|
2796
|
+
},
|
|
2797
|
+
{
|
|
2798
|
+
"name": "textareaStyle",
|
|
2799
|
+
"annotation": {
|
|
2800
|
+
"type": "reference",
|
|
2801
|
+
"typeName": {
|
|
2802
|
+
"type": "qualifiedName",
|
|
2803
|
+
"left": {
|
|
2804
|
+
"type": "identifier",
|
|
2805
|
+
"name": "React"
|
|
2806
|
+
},
|
|
2807
|
+
"right": {
|
|
2808
|
+
"type": "identifier",
|
|
2809
|
+
"name": "CSSProperties"
|
|
2810
|
+
}
|
|
2811
|
+
}
|
|
2812
|
+
}
|
|
2813
|
+
}
|
|
2814
|
+
],
|
|
2815
|
+
"events": [
|
|
2816
|
+
{
|
|
2817
|
+
"name": "change",
|
|
2818
|
+
"detail": {
|
|
2819
|
+
"annotation": {
|
|
2820
|
+
"type": "keyword",
|
|
2821
|
+
"value": "string"
|
|
2822
|
+
}
|
|
2823
|
+
}
|
|
2824
|
+
}
|
|
2825
|
+
],
|
|
2826
|
+
"methods": [
|
|
2827
|
+
{
|
|
2828
|
+
"name": "focusTextarea",
|
|
2829
|
+
"params": [],
|
|
2830
|
+
"returns": {}
|
|
2831
|
+
}
|
|
2832
|
+
],
|
|
2833
|
+
"types": [
|
|
2834
|
+
{
|
|
2835
|
+
"type": "typeAlias",
|
|
2836
|
+
"name": "AutoSize",
|
|
2837
|
+
"annotation": {
|
|
2838
|
+
"type": "union",
|
|
2839
|
+
"types": [
|
|
2840
|
+
{
|
|
2841
|
+
"type": "keyword",
|
|
2842
|
+
"value": "boolean"
|
|
2843
|
+
},
|
|
2844
|
+
{
|
|
2845
|
+
"type": "typeLiteral",
|
|
2846
|
+
"members": [
|
|
2847
|
+
{
|
|
2848
|
+
"type": "propertySignature",
|
|
2849
|
+
"key": {
|
|
2850
|
+
"type": "identifier",
|
|
2851
|
+
"name": "minRows"
|
|
2852
|
+
},
|
|
2853
|
+
"annotation": {
|
|
2854
|
+
"type": "keyword",
|
|
2855
|
+
"value": "number"
|
|
2856
|
+
},
|
|
2857
|
+
"optional": true,
|
|
2858
|
+
"computed": false
|
|
2859
|
+
},
|
|
2860
|
+
{
|
|
2861
|
+
"type": "propertySignature",
|
|
2862
|
+
"key": {
|
|
2863
|
+
"type": "identifier",
|
|
2864
|
+
"name": "maxRows"
|
|
2865
|
+
},
|
|
2866
|
+
"annotation": {
|
|
2867
|
+
"type": "keyword",
|
|
2868
|
+
"value": "number"
|
|
2869
|
+
},
|
|
2870
|
+
"optional": true,
|
|
2871
|
+
"computed": false
|
|
2872
|
+
}
|
|
2873
|
+
]
|
|
2874
|
+
}
|
|
2875
|
+
]
|
|
2876
|
+
}
|
|
2877
|
+
}
|
|
2878
|
+
]
|
|
2879
|
+
},
|
|
2880
2880
|
"eo-dynamic-form-item": {
|
|
2881
2881
|
"properties": [
|
|
2882
2882
|
{
|