@next-bricks/form 1.14.4 → 1.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bricks.json +15 -13
- package/dist/chunks/7623.1f56399f.js +3 -0
- package/dist/chunks/7623.1f56399f.js.map +1 -0
- package/dist/chunks/eo-select.2b3fd2f2.js +3 -0
- package/dist/chunks/eo-select.2b3fd2f2.js.map +1 -0
- package/dist/chunks/{main.65315ec5.js → main.5b5ef9cf.js} +2 -2
- package/dist/chunks/{main.65315ec5.js.map → main.5b5ef9cf.js.map} +1 -1
- package/dist/examples.json +6 -6
- package/dist/{index.9c3622ea.js → index.b28ead9a.js} +2 -2
- package/dist/{index.9c3622ea.js.map → index.b28ead9a.js.map} +1 -1
- package/dist/manifest.json +341 -336
- package/dist/types.json +1740 -1733
- package/dist-types/select/index.d.ts +17 -0
- package/dist-types/select/index.spec.d.ts +1 -0
- package/package.json +2 -2
- package/dist/chunks/7623.93c890cb.js +0 -3
- package/dist/chunks/7623.93c890cb.js.map +0 -1
- package/dist/chunks/eo-select.848a1403.js +0 -3
- package/dist/chunks/eo-select.848a1403.js.map +0 -1
- /package/dist/chunks/{7623.93c890cb.js.LICENSE.txt → 7623.1f56399f.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-select.848a1403.js.LICENSE.txt → eo-select.2b3fd2f2.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": {
|
|
@@ -581,350 +717,347 @@
|
|
|
581
717
|
}
|
|
582
718
|
},
|
|
583
719
|
{
|
|
584
|
-
"name": "
|
|
720
|
+
"name": "dropdownHoist",
|
|
585
721
|
"annotation": {
|
|
586
722
|
"type": "keyword",
|
|
587
|
-
"value": "
|
|
723
|
+
"value": "boolean"
|
|
588
724
|
}
|
|
589
725
|
}
|
|
590
726
|
],
|
|
591
727
|
"events": [
|
|
592
728
|
{
|
|
593
|
-
"name": "
|
|
729
|
+
"name": "change",
|
|
594
730
|
"detail": {
|
|
595
731
|
"annotation": {
|
|
596
|
-
"type": "
|
|
597
|
-
"
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
"params": [
|
|
604
|
-
{
|
|
605
|
-
"type": "keyword",
|
|
606
|
-
"value": "string"
|
|
732
|
+
"type": "typeLiteral",
|
|
733
|
+
"members": [
|
|
734
|
+
{
|
|
735
|
+
"type": "propertySignature",
|
|
736
|
+
"key": {
|
|
737
|
+
"type": "identifier",
|
|
738
|
+
"name": "value"
|
|
607
739
|
},
|
|
608
|
-
{
|
|
609
|
-
"type": "
|
|
610
|
-
"
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
740
|
+
"annotation": {
|
|
741
|
+
"type": "union",
|
|
742
|
+
"types": [
|
|
743
|
+
{
|
|
744
|
+
"type": "keyword",
|
|
745
|
+
"value": "string"
|
|
746
|
+
},
|
|
747
|
+
{
|
|
748
|
+
"type": "array",
|
|
749
|
+
"elementType": {
|
|
750
|
+
"type": "keyword",
|
|
751
|
+
"value": "string"
|
|
752
|
+
}
|
|
753
|
+
}
|
|
754
|
+
]
|
|
755
|
+
},
|
|
756
|
+
"computed": false
|
|
757
|
+
},
|
|
758
|
+
{
|
|
759
|
+
"type": "propertySignature",
|
|
760
|
+
"key": {
|
|
761
|
+
"type": "identifier",
|
|
762
|
+
"name": "options"
|
|
763
|
+
},
|
|
764
|
+
"annotation": {
|
|
765
|
+
"type": "array",
|
|
766
|
+
"elementType": {
|
|
767
|
+
"type": "reference",
|
|
768
|
+
"typeName": {
|
|
769
|
+
"type": "identifier",
|
|
770
|
+
"name": "GeneralComplexOption"
|
|
771
|
+
}
|
|
772
|
+
}
|
|
773
|
+
},
|
|
774
|
+
"computed": false
|
|
775
|
+
}
|
|
776
|
+
]
|
|
614
777
|
}
|
|
615
778
|
}
|
|
616
779
|
},
|
|
617
780
|
{
|
|
618
|
-
"name": "
|
|
781
|
+
"name": "search",
|
|
619
782
|
"detail": {
|
|
620
783
|
"annotation": {
|
|
621
|
-
"type": "
|
|
622
|
-
"
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
{
|
|
784
|
+
"type": "typeLiteral",
|
|
785
|
+
"members": [
|
|
786
|
+
{
|
|
787
|
+
"type": "propertySignature",
|
|
788
|
+
"key": {
|
|
789
|
+
"type": "identifier",
|
|
790
|
+
"name": "value"
|
|
791
|
+
},
|
|
792
|
+
"annotation": {
|
|
630
793
|
"type": "keyword",
|
|
631
794
|
"value": "string"
|
|
632
795
|
},
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
}
|
|
637
|
-
]
|
|
638
|
-
}
|
|
796
|
+
"computed": false
|
|
797
|
+
}
|
|
798
|
+
]
|
|
639
799
|
}
|
|
640
800
|
}
|
|
641
801
|
},
|
|
642
802
|
{
|
|
643
|
-
"name": "
|
|
803
|
+
"name": "select.focus",
|
|
644
804
|
"detail": {
|
|
645
805
|
"annotation": {
|
|
646
|
-
"type": "
|
|
647
|
-
"
|
|
648
|
-
"type": "parenthesizedType",
|
|
649
|
-
"annotation": {
|
|
650
|
-
"type": "intersection",
|
|
651
|
-
"types": [
|
|
652
|
-
{
|
|
653
|
-
"type": "reference",
|
|
654
|
-
"typeName": {
|
|
655
|
-
"type": "identifier",
|
|
656
|
-
"name": "MessageBody"
|
|
657
|
-
}
|
|
658
|
-
},
|
|
659
|
-
{
|
|
660
|
-
"type": "typeLiteral",
|
|
661
|
-
"members": [
|
|
662
|
-
{
|
|
663
|
-
"type": "propertySignature",
|
|
664
|
-
"key": {
|
|
665
|
-
"type": "identifier",
|
|
666
|
-
"name": "name"
|
|
667
|
-
},
|
|
668
|
-
"annotation": {
|
|
669
|
-
"type": "keyword",
|
|
670
|
-
"value": "string"
|
|
671
|
-
},
|
|
672
|
-
"computed": false
|
|
673
|
-
}
|
|
674
|
-
]
|
|
675
|
-
}
|
|
676
|
-
]
|
|
677
|
-
}
|
|
678
|
-
}
|
|
806
|
+
"type": "keyword",
|
|
807
|
+
"value": "void"
|
|
679
808
|
}
|
|
680
809
|
}
|
|
681
|
-
}
|
|
682
|
-
],
|
|
683
|
-
"methods": [
|
|
810
|
+
},
|
|
684
811
|
{
|
|
685
|
-
"name": "
|
|
686
|
-
"
|
|
687
|
-
"returns": {
|
|
812
|
+
"name": "options.change",
|
|
813
|
+
"detail": {
|
|
688
814
|
"annotation": {
|
|
689
|
-
"type": "
|
|
690
|
-
"
|
|
691
|
-
{
|
|
692
|
-
"type": "keyword",
|
|
693
|
-
"value": "boolean"
|
|
694
|
-
},
|
|
815
|
+
"type": "typeLiteral",
|
|
816
|
+
"members": [
|
|
695
817
|
{
|
|
696
|
-
"type": "
|
|
697
|
-
"
|
|
818
|
+
"type": "propertySignature",
|
|
819
|
+
"key": {
|
|
698
820
|
"type": "identifier",
|
|
699
|
-
"name": "
|
|
821
|
+
"name": "options"
|
|
700
822
|
},
|
|
701
|
-
"
|
|
702
|
-
"type": "
|
|
703
|
-
"
|
|
823
|
+
"annotation": {
|
|
824
|
+
"type": "typeLiteral",
|
|
825
|
+
"members": [
|
|
704
826
|
{
|
|
705
|
-
"type": "
|
|
706
|
-
"
|
|
827
|
+
"type": "propertySignature",
|
|
828
|
+
"key": {
|
|
829
|
+
"type": "identifier",
|
|
830
|
+
"name": "label"
|
|
831
|
+
},
|
|
832
|
+
"annotation": {
|
|
833
|
+
"type": "keyword",
|
|
834
|
+
"value": "string"
|
|
835
|
+
},
|
|
836
|
+
"computed": false
|
|
707
837
|
},
|
|
708
838
|
{
|
|
709
|
-
"type": "
|
|
710
|
-
"
|
|
839
|
+
"type": "propertySignature",
|
|
840
|
+
"key": {
|
|
841
|
+
"type": "identifier",
|
|
842
|
+
"name": "value"
|
|
843
|
+
},
|
|
844
|
+
"annotation": {
|
|
845
|
+
"type": "keyword",
|
|
846
|
+
"value": "any"
|
|
847
|
+
},
|
|
848
|
+
"computed": false
|
|
849
|
+
},
|
|
850
|
+
{
|
|
851
|
+
"type": "indexSignature",
|
|
852
|
+
"parameter": {
|
|
853
|
+
"type": "identifier",
|
|
854
|
+
"name": "key",
|
|
855
|
+
"annotation": {
|
|
856
|
+
"type": "keyword",
|
|
857
|
+
"value": "string"
|
|
858
|
+
}
|
|
859
|
+
},
|
|
860
|
+
"annotation": {
|
|
861
|
+
"type": "keyword",
|
|
862
|
+
"value": "any"
|
|
863
|
+
}
|
|
711
864
|
}
|
|
712
865
|
]
|
|
713
|
-
}
|
|
866
|
+
},
|
|
867
|
+
"computed": false
|
|
868
|
+
},
|
|
869
|
+
{
|
|
870
|
+
"type": "propertySignature",
|
|
871
|
+
"key": {
|
|
872
|
+
"type": "identifier",
|
|
873
|
+
"name": "name"
|
|
874
|
+
},
|
|
875
|
+
"annotation": {
|
|
876
|
+
"type": "keyword",
|
|
877
|
+
"value": "string"
|
|
878
|
+
},
|
|
879
|
+
"computed": false
|
|
714
880
|
}
|
|
715
881
|
]
|
|
716
882
|
}
|
|
717
883
|
}
|
|
718
|
-
}
|
|
884
|
+
}
|
|
885
|
+
],
|
|
886
|
+
"methods": [],
|
|
887
|
+
"types": [
|
|
719
888
|
{
|
|
720
|
-
"
|
|
721
|
-
"
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
"
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
"type": "typeParameterInstantiation",
|
|
732
|
-
"params": [
|
|
889
|
+
"type": "interface",
|
|
890
|
+
"name": "GeneralComplexOption",
|
|
891
|
+
"typeParameters": {
|
|
892
|
+
"type": "typeParameterDeclaration",
|
|
893
|
+
"params": [
|
|
894
|
+
{
|
|
895
|
+
"type": "typeParameter",
|
|
896
|
+
"name": "T",
|
|
897
|
+
"default": {
|
|
898
|
+
"type": "union",
|
|
899
|
+
"types": [
|
|
733
900
|
{
|
|
734
901
|
"type": "keyword",
|
|
735
902
|
"value": "string"
|
|
736
903
|
},
|
|
737
904
|
{
|
|
738
905
|
"type": "keyword",
|
|
739
|
-
"value": "
|
|
906
|
+
"value": "number"
|
|
907
|
+
},
|
|
908
|
+
{
|
|
909
|
+
"type": "keyword",
|
|
910
|
+
"value": "boolean"
|
|
740
911
|
}
|
|
741
912
|
]
|
|
742
913
|
}
|
|
743
914
|
}
|
|
915
|
+
]
|
|
916
|
+
},
|
|
917
|
+
"body": [
|
|
918
|
+
{
|
|
919
|
+
"type": "propertySignature",
|
|
920
|
+
"key": {
|
|
921
|
+
"type": "identifier",
|
|
922
|
+
"name": "label"
|
|
923
|
+
},
|
|
924
|
+
"annotation": {
|
|
925
|
+
"type": "keyword",
|
|
926
|
+
"value": "string"
|
|
927
|
+
},
|
|
928
|
+
"computed": false
|
|
744
929
|
},
|
|
745
930
|
{
|
|
746
|
-
"
|
|
931
|
+
"type": "propertySignature",
|
|
932
|
+
"key": {
|
|
933
|
+
"type": "identifier",
|
|
934
|
+
"name": "value"
|
|
935
|
+
},
|
|
747
936
|
"annotation": {
|
|
748
|
-
"type": "
|
|
749
|
-
"
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
"annotation": {
|
|
757
|
-
"type": "keyword",
|
|
758
|
-
"value": "boolean"
|
|
759
|
-
},
|
|
760
|
-
"optional": true,
|
|
761
|
-
"computed": false
|
|
762
|
-
},
|
|
763
|
-
{
|
|
764
|
-
"type": "propertySignature",
|
|
765
|
-
"key": {
|
|
766
|
-
"type": "identifier",
|
|
767
|
-
"name": "runInMicrotask"
|
|
768
|
-
},
|
|
769
|
-
"annotation": {
|
|
770
|
-
"type": "keyword",
|
|
771
|
-
"value": "boolean"
|
|
772
|
-
},
|
|
773
|
-
"optional": true,
|
|
774
|
-
"computed": false
|
|
775
|
-
}
|
|
776
|
-
]
|
|
777
|
-
}
|
|
778
|
-
}
|
|
779
|
-
],
|
|
780
|
-
"returns": {}
|
|
781
|
-
},
|
|
782
|
-
{
|
|
783
|
-
"name": "resetFields",
|
|
784
|
-
"params": [
|
|
937
|
+
"type": "reference",
|
|
938
|
+
"typeName": {
|
|
939
|
+
"type": "identifier",
|
|
940
|
+
"name": "T"
|
|
941
|
+
}
|
|
942
|
+
},
|
|
943
|
+
"computed": false
|
|
944
|
+
},
|
|
785
945
|
{
|
|
786
|
-
"
|
|
946
|
+
"type": "indexSignature",
|
|
947
|
+
"parameter": {
|
|
948
|
+
"type": "identifier",
|
|
949
|
+
"name": "key",
|
|
950
|
+
"annotation": {
|
|
951
|
+
"type": "keyword",
|
|
952
|
+
"value": "string"
|
|
953
|
+
}
|
|
954
|
+
},
|
|
787
955
|
"annotation": {
|
|
788
956
|
"type": "keyword",
|
|
789
|
-
"value": "
|
|
957
|
+
"value": "any"
|
|
790
958
|
}
|
|
791
959
|
}
|
|
792
|
-
]
|
|
793
|
-
"returns": {}
|
|
960
|
+
]
|
|
794
961
|
},
|
|
795
962
|
{
|
|
796
|
-
"
|
|
797
|
-
"
|
|
798
|
-
|
|
799
|
-
"name": "name",
|
|
800
|
-
"annotation": {
|
|
801
|
-
"type": "keyword",
|
|
802
|
-
"value": "string"
|
|
803
|
-
}
|
|
804
|
-
}
|
|
805
|
-
],
|
|
806
|
-
"returns": {}
|
|
807
|
-
},
|
|
808
|
-
{
|
|
809
|
-
"name": "validateField",
|
|
810
|
-
"params": [
|
|
963
|
+
"type": "interface",
|
|
964
|
+
"name": "UseBackendConf",
|
|
965
|
+
"body": [
|
|
811
966
|
{
|
|
812
|
-
"
|
|
967
|
+
"type": "propertySignature",
|
|
968
|
+
"key": {
|
|
969
|
+
"type": "identifier",
|
|
970
|
+
"name": "provider"
|
|
971
|
+
},
|
|
813
972
|
"annotation": {
|
|
814
973
|
"type": "keyword",
|
|
815
974
|
"value": "string"
|
|
816
|
-
}
|
|
817
|
-
}
|
|
818
|
-
],
|
|
819
|
-
"returns": {}
|
|
820
|
-
},
|
|
821
|
-
{
|
|
822
|
-
"name": "resetValidateState",
|
|
823
|
-
"params": [],
|
|
824
|
-
"returns": {}
|
|
825
|
-
}
|
|
826
|
-
],
|
|
827
|
-
"types": [
|
|
828
|
-
{
|
|
829
|
-
"type": "typeAlias",
|
|
830
|
-
"name": "Layout",
|
|
831
|
-
"annotation": {
|
|
832
|
-
"type": "union",
|
|
833
|
-
"types": [
|
|
834
|
-
{
|
|
835
|
-
"type": "jsLiteral",
|
|
836
|
-
"value": "horizontal"
|
|
837
975
|
},
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
976
|
+
"computed": false
|
|
977
|
+
},
|
|
978
|
+
{
|
|
979
|
+
"type": "propertySignature",
|
|
980
|
+
"key": {
|
|
981
|
+
"type": "identifier",
|
|
982
|
+
"name": "args"
|
|
841
983
|
},
|
|
842
|
-
{
|
|
843
|
-
"type": "
|
|
844
|
-
"
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
984
|
+
"annotation": {
|
|
985
|
+
"type": "union",
|
|
986
|
+
"types": [
|
|
987
|
+
{
|
|
988
|
+
"type": "array",
|
|
989
|
+
"elementType": {
|
|
990
|
+
"type": "keyword",
|
|
991
|
+
"value": "any"
|
|
992
|
+
}
|
|
993
|
+
},
|
|
994
|
+
{
|
|
995
|
+
"type": "parenthesizedType",
|
|
996
|
+
"annotation": {
|
|
997
|
+
"type": "function",
|
|
998
|
+
"parameters": [
|
|
999
|
+
{
|
|
1000
|
+
"type": "restElement",
|
|
1001
|
+
"argument": {
|
|
1002
|
+
"type": "identifier",
|
|
1003
|
+
"name": "args"
|
|
1004
|
+
},
|
|
1005
|
+
"annotation": {
|
|
1006
|
+
"type": "array",
|
|
1007
|
+
"elementType": {
|
|
1008
|
+
"type": "keyword",
|
|
1009
|
+
"value": "any"
|
|
1010
|
+
}
|
|
1011
|
+
}
|
|
1012
|
+
}
|
|
1013
|
+
],
|
|
1014
|
+
"annotation": {
|
|
1015
|
+
"type": "array",
|
|
1016
|
+
"elementType": {
|
|
1017
|
+
"type": "keyword",
|
|
1018
|
+
"value": "any"
|
|
1019
|
+
}
|
|
1020
|
+
}
|
|
1021
|
+
}
|
|
1022
|
+
}
|
|
1023
|
+
]
|
|
858
1024
|
},
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
1025
|
+
"computed": false
|
|
1026
|
+
},
|
|
1027
|
+
{
|
|
1028
|
+
"type": "propertySignature",
|
|
1029
|
+
"key": {
|
|
1030
|
+
"type": "identifier",
|
|
1031
|
+
"name": "transform"
|
|
862
1032
|
},
|
|
863
|
-
{
|
|
864
|
-
"type": "
|
|
865
|
-
"
|
|
1033
|
+
"annotation": {
|
|
1034
|
+
"type": "function",
|
|
1035
|
+
"parameters": [
|
|
1036
|
+
{
|
|
1037
|
+
"type": "identifier",
|
|
1038
|
+
"name": "data",
|
|
1039
|
+
"annotation": {
|
|
1040
|
+
"type": "keyword",
|
|
1041
|
+
"value": "any"
|
|
1042
|
+
}
|
|
1043
|
+
}
|
|
1044
|
+
],
|
|
1045
|
+
"annotation": {
|
|
1046
|
+
"type": "keyword",
|
|
1047
|
+
"value": "void"
|
|
1048
|
+
}
|
|
866
1049
|
},
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
]
|
|
872
|
-
}
|
|
1050
|
+
"optional": true,
|
|
1051
|
+
"computed": false
|
|
1052
|
+
}
|
|
1053
|
+
]
|
|
873
1054
|
}
|
|
874
1055
|
]
|
|
875
1056
|
},
|
|
876
|
-
"eo-
|
|
1057
|
+
"eo-form": {
|
|
877
1058
|
"properties": [
|
|
878
1059
|
{
|
|
879
|
-
"name": "
|
|
880
|
-
"annotation": {
|
|
881
|
-
"type": "keyword",
|
|
882
|
-
"value": "string"
|
|
883
|
-
}
|
|
884
|
-
},
|
|
885
|
-
{
|
|
886
|
-
"name": "placeholder",
|
|
887
|
-
"annotation": {
|
|
888
|
-
"type": "keyword",
|
|
889
|
-
"value": "string"
|
|
890
|
-
}
|
|
891
|
-
},
|
|
892
|
-
{
|
|
893
|
-
"name": "label",
|
|
894
|
-
"annotation": {
|
|
895
|
-
"type": "keyword",
|
|
896
|
-
"value": "string"
|
|
897
|
-
}
|
|
898
|
-
},
|
|
899
|
-
{
|
|
900
|
-
"name": "options",
|
|
901
|
-
"annotation": {
|
|
902
|
-
"type": "array",
|
|
903
|
-
"elementType": {
|
|
904
|
-
"type": "reference",
|
|
905
|
-
"typeName": {
|
|
906
|
-
"type": "identifier",
|
|
907
|
-
"name": "GeneralComplexOption"
|
|
908
|
-
}
|
|
909
|
-
}
|
|
910
|
-
}
|
|
911
|
-
},
|
|
912
|
-
{
|
|
913
|
-
"name": "value",
|
|
914
|
-
"annotation": {
|
|
915
|
-
"type": "keyword",
|
|
916
|
-
"value": "any"
|
|
917
|
-
}
|
|
918
|
-
},
|
|
919
|
-
{
|
|
920
|
-
"name": "required",
|
|
921
|
-
"annotation": {
|
|
922
|
-
"type": "keyword",
|
|
923
|
-
"value": "boolean"
|
|
924
|
-
}
|
|
925
|
-
},
|
|
926
|
-
{
|
|
927
|
-
"name": "message",
|
|
1060
|
+
"name": "staticValues",
|
|
928
1061
|
"annotation": {
|
|
929
1062
|
"type": "reference",
|
|
930
1063
|
"typeName": {
|
|
@@ -940,142 +1073,54 @@
|
|
|
940
1073
|
},
|
|
941
1074
|
{
|
|
942
1075
|
"type": "keyword",
|
|
943
|
-
"value": "
|
|
1076
|
+
"value": "unknown"
|
|
944
1077
|
}
|
|
945
1078
|
]
|
|
946
1079
|
}
|
|
947
1080
|
}
|
|
948
1081
|
},
|
|
949
1082
|
{
|
|
950
|
-
"name": "
|
|
1083
|
+
"name": "layout",
|
|
951
1084
|
"annotation": {
|
|
952
|
-
"type": "
|
|
953
|
-
"
|
|
1085
|
+
"type": "reference",
|
|
1086
|
+
"typeName": {
|
|
1087
|
+
"type": "identifier",
|
|
1088
|
+
"name": "Layout"
|
|
1089
|
+
}
|
|
954
1090
|
}
|
|
955
1091
|
},
|
|
956
1092
|
{
|
|
957
|
-
"name": "
|
|
1093
|
+
"name": "size",
|
|
958
1094
|
"annotation": {
|
|
959
|
-
"type": "
|
|
960
|
-
"
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
},
|
|
965
|
-
{
|
|
966
|
-
"type": "jsLiteral",
|
|
967
|
-
"value": "multiple"
|
|
968
|
-
}
|
|
969
|
-
]
|
|
1095
|
+
"type": "reference",
|
|
1096
|
+
"typeName": {
|
|
1097
|
+
"type": "identifier",
|
|
1098
|
+
"name": "ComponentSize"
|
|
1099
|
+
}
|
|
970
1100
|
}
|
|
971
1101
|
},
|
|
972
1102
|
{
|
|
973
|
-
"name": "
|
|
1103
|
+
"name": "labelCol",
|
|
974
1104
|
"annotation": {
|
|
975
|
-
"type": "
|
|
976
|
-
"
|
|
977
|
-
"type": "
|
|
978
|
-
"
|
|
1105
|
+
"type": "reference",
|
|
1106
|
+
"typeName": {
|
|
1107
|
+
"type": "identifier",
|
|
1108
|
+
"name": "ColProps"
|
|
979
1109
|
}
|
|
980
1110
|
}
|
|
981
1111
|
},
|
|
982
1112
|
{
|
|
983
|
-
"name": "
|
|
1113
|
+
"name": "wrapperCol",
|
|
984
1114
|
"annotation": {
|
|
985
|
-
"type": "
|
|
986
|
-
"
|
|
1115
|
+
"type": "reference",
|
|
1116
|
+
"typeName": {
|
|
1117
|
+
"type": "identifier",
|
|
1118
|
+
"name": "ColProps"
|
|
1119
|
+
}
|
|
987
1120
|
}
|
|
988
1121
|
},
|
|
989
1122
|
{
|
|
990
|
-
"name": "
|
|
991
|
-
"annotation": {
|
|
992
|
-
"type": "keyword",
|
|
993
|
-
"value": "string"
|
|
994
|
-
}
|
|
995
|
-
},
|
|
996
|
-
{
|
|
997
|
-
"name": "suffix",
|
|
998
|
-
"annotation": {
|
|
999
|
-
"type": "typeLiteral",
|
|
1000
|
-
"members": [
|
|
1001
|
-
{
|
|
1002
|
-
"type": "propertySignature",
|
|
1003
|
-
"key": {
|
|
1004
|
-
"type": "identifier",
|
|
1005
|
-
"name": "useBrick"
|
|
1006
|
-
},
|
|
1007
|
-
"annotation": {
|
|
1008
|
-
"type": "reference",
|
|
1009
|
-
"typeName": {
|
|
1010
|
-
"type": "identifier",
|
|
1011
|
-
"name": "UseSingleBrickConf"
|
|
1012
|
-
}
|
|
1013
|
-
},
|
|
1014
|
-
"computed": false
|
|
1015
|
-
}
|
|
1016
|
-
]
|
|
1017
|
-
}
|
|
1018
|
-
},
|
|
1019
|
-
{
|
|
1020
|
-
"name": "clearable",
|
|
1021
|
-
"annotation": {
|
|
1022
|
-
"type": "keyword",
|
|
1023
|
-
"value": "boolean"
|
|
1024
|
-
}
|
|
1025
|
-
},
|
|
1026
|
-
{
|
|
1027
|
-
"name": "fields",
|
|
1028
|
-
"annotation": {
|
|
1029
|
-
"type": "typeLiteral",
|
|
1030
|
-
"members": [
|
|
1031
|
-
{
|
|
1032
|
-
"type": "propertySignature",
|
|
1033
|
-
"key": {
|
|
1034
|
-
"type": "identifier",
|
|
1035
|
-
"name": "label"
|
|
1036
|
-
},
|
|
1037
|
-
"annotation": {
|
|
1038
|
-
"type": "keyword",
|
|
1039
|
-
"value": "string"
|
|
1040
|
-
},
|
|
1041
|
-
"optional": true,
|
|
1042
|
-
"computed": false
|
|
1043
|
-
},
|
|
1044
|
-
{
|
|
1045
|
-
"type": "propertySignature",
|
|
1046
|
-
"key": {
|
|
1047
|
-
"type": "identifier",
|
|
1048
|
-
"name": "value"
|
|
1049
|
-
},
|
|
1050
|
-
"annotation": {
|
|
1051
|
-
"type": "keyword",
|
|
1052
|
-
"value": "string"
|
|
1053
|
-
},
|
|
1054
|
-
"optional": true,
|
|
1055
|
-
"computed": false
|
|
1056
|
-
}
|
|
1057
|
-
]
|
|
1058
|
-
}
|
|
1059
|
-
},
|
|
1060
|
-
{
|
|
1061
|
-
"name": "useBackend",
|
|
1062
|
-
"annotation": {
|
|
1063
|
-
"type": "reference",
|
|
1064
|
-
"typeName": {
|
|
1065
|
-
"type": "identifier",
|
|
1066
|
-
"name": "UseBackendConf"
|
|
1067
|
-
}
|
|
1068
|
-
}
|
|
1069
|
-
},
|
|
1070
|
-
{
|
|
1071
|
-
"name": "debounceSearchDelay",
|
|
1072
|
-
"annotation": {
|
|
1073
|
-
"type": "keyword",
|
|
1074
|
-
"value": "number"
|
|
1075
|
-
}
|
|
1076
|
-
},
|
|
1077
|
-
{
|
|
1078
|
-
"name": "inputStyle",
|
|
1123
|
+
"name": "formStyle",
|
|
1079
1124
|
"annotation": {
|
|
1080
1125
|
"type": "reference",
|
|
1081
1126
|
"typeName": {
|
|
@@ -1090,784 +1135,301 @@
|
|
|
1090
1135
|
}
|
|
1091
1136
|
}
|
|
1092
1137
|
}
|
|
1138
|
+
},
|
|
1139
|
+
{
|
|
1140
|
+
"name": "textContent",
|
|
1141
|
+
"annotation": {
|
|
1142
|
+
"type": "keyword",
|
|
1143
|
+
"value": "string"
|
|
1144
|
+
}
|
|
1093
1145
|
}
|
|
1094
1146
|
],
|
|
1095
1147
|
"events": [
|
|
1096
1148
|
{
|
|
1097
|
-
"name": "change",
|
|
1149
|
+
"name": "values.change",
|
|
1098
1150
|
"detail": {
|
|
1099
1151
|
"annotation": {
|
|
1100
|
-
"type": "
|
|
1101
|
-
"
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
"type": "
|
|
1110
|
-
"
|
|
1111
|
-
{
|
|
1112
|
-
"type": "keyword",
|
|
1113
|
-
"value": "string"
|
|
1114
|
-
},
|
|
1115
|
-
{
|
|
1116
|
-
"type": "array",
|
|
1117
|
-
"elementType": {
|
|
1118
|
-
"type": "keyword",
|
|
1119
|
-
"value": "string"
|
|
1120
|
-
}
|
|
1121
|
-
}
|
|
1122
|
-
]
|
|
1123
|
-
},
|
|
1124
|
-
"computed": false
|
|
1125
|
-
},
|
|
1126
|
-
{
|
|
1127
|
-
"type": "propertySignature",
|
|
1128
|
-
"key": {
|
|
1129
|
-
"type": "identifier",
|
|
1130
|
-
"name": "options"
|
|
1131
|
-
},
|
|
1132
|
-
"annotation": {
|
|
1133
|
-
"type": "array",
|
|
1134
|
-
"elementType": {
|
|
1135
|
-
"type": "reference",
|
|
1136
|
-
"typeName": {
|
|
1137
|
-
"type": "identifier",
|
|
1138
|
-
"name": "GeneralComplexOption"
|
|
1139
|
-
}
|
|
1140
|
-
}
|
|
1152
|
+
"type": "reference",
|
|
1153
|
+
"typeName": {
|
|
1154
|
+
"type": "identifier",
|
|
1155
|
+
"name": "Record"
|
|
1156
|
+
},
|
|
1157
|
+
"typeParameters": {
|
|
1158
|
+
"type": "typeParameterInstantiation",
|
|
1159
|
+
"params": [
|
|
1160
|
+
{
|
|
1161
|
+
"type": "keyword",
|
|
1162
|
+
"value": "string"
|
|
1141
1163
|
},
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1164
|
+
{
|
|
1165
|
+
"type": "keyword",
|
|
1166
|
+
"value": "unknown"
|
|
1167
|
+
}
|
|
1168
|
+
]
|
|
1169
|
+
}
|
|
1145
1170
|
}
|
|
1146
1171
|
}
|
|
1147
1172
|
},
|
|
1148
1173
|
{
|
|
1149
|
-
"name": "
|
|
1174
|
+
"name": "validate.success",
|
|
1150
1175
|
"detail": {
|
|
1151
1176
|
"annotation": {
|
|
1152
|
-
"type": "
|
|
1153
|
-
"
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1177
|
+
"type": "reference",
|
|
1178
|
+
"typeName": {
|
|
1179
|
+
"type": "identifier",
|
|
1180
|
+
"name": "Record"
|
|
1181
|
+
},
|
|
1182
|
+
"typeParameters": {
|
|
1183
|
+
"type": "typeParameterInstantiation",
|
|
1184
|
+
"params": [
|
|
1185
|
+
{
|
|
1161
1186
|
"type": "keyword",
|
|
1162
1187
|
"value": "string"
|
|
1163
1188
|
},
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1189
|
+
{
|
|
1190
|
+
"type": "keyword",
|
|
1191
|
+
"value": "unknown"
|
|
1192
|
+
}
|
|
1193
|
+
]
|
|
1194
|
+
}
|
|
1167
1195
|
}
|
|
1168
1196
|
}
|
|
1169
1197
|
},
|
|
1170
1198
|
{
|
|
1171
|
-
"name": "
|
|
1199
|
+
"name": "validate.error",
|
|
1172
1200
|
"detail": {
|
|
1173
1201
|
"annotation": {
|
|
1174
|
-
"type": "
|
|
1175
|
-
"
|
|
1202
|
+
"type": "array",
|
|
1203
|
+
"elementType": {
|
|
1204
|
+
"type": "parenthesizedType",
|
|
1205
|
+
"annotation": {
|
|
1206
|
+
"type": "intersection",
|
|
1207
|
+
"types": [
|
|
1208
|
+
{
|
|
1209
|
+
"type": "reference",
|
|
1210
|
+
"typeName": {
|
|
1211
|
+
"type": "identifier",
|
|
1212
|
+
"name": "MessageBody"
|
|
1213
|
+
}
|
|
1214
|
+
},
|
|
1215
|
+
{
|
|
1216
|
+
"type": "typeLiteral",
|
|
1217
|
+
"members": [
|
|
1218
|
+
{
|
|
1219
|
+
"type": "propertySignature",
|
|
1220
|
+
"key": {
|
|
1221
|
+
"type": "identifier",
|
|
1222
|
+
"name": "name"
|
|
1223
|
+
},
|
|
1224
|
+
"annotation": {
|
|
1225
|
+
"type": "keyword",
|
|
1226
|
+
"value": "string"
|
|
1227
|
+
},
|
|
1228
|
+
"computed": false
|
|
1229
|
+
}
|
|
1230
|
+
]
|
|
1231
|
+
}
|
|
1232
|
+
]
|
|
1233
|
+
}
|
|
1234
|
+
}
|
|
1176
1235
|
}
|
|
1177
1236
|
}
|
|
1178
|
-
}
|
|
1237
|
+
}
|
|
1238
|
+
],
|
|
1239
|
+
"methods": [
|
|
1179
1240
|
{
|
|
1180
|
-
"name": "
|
|
1181
|
-
"
|
|
1241
|
+
"name": "validate",
|
|
1242
|
+
"params": [],
|
|
1243
|
+
"returns": {
|
|
1182
1244
|
"annotation": {
|
|
1183
|
-
"type": "
|
|
1184
|
-
"
|
|
1245
|
+
"type": "union",
|
|
1246
|
+
"types": [
|
|
1185
1247
|
{
|
|
1186
|
-
"type": "
|
|
1187
|
-
"
|
|
1248
|
+
"type": "keyword",
|
|
1249
|
+
"value": "boolean"
|
|
1250
|
+
},
|
|
1251
|
+
{
|
|
1252
|
+
"type": "reference",
|
|
1253
|
+
"typeName": {
|
|
1188
1254
|
"type": "identifier",
|
|
1189
|
-
"name": "
|
|
1255
|
+
"name": "Record"
|
|
1190
1256
|
},
|
|
1191
|
-
"
|
|
1192
|
-
"type": "
|
|
1193
|
-
"
|
|
1257
|
+
"typeParameters": {
|
|
1258
|
+
"type": "typeParameterInstantiation",
|
|
1259
|
+
"params": [
|
|
1194
1260
|
{
|
|
1195
|
-
"type": "
|
|
1196
|
-
"
|
|
1197
|
-
"type": "identifier",
|
|
1198
|
-
"name": "label"
|
|
1199
|
-
},
|
|
1200
|
-
"annotation": {
|
|
1201
|
-
"type": "keyword",
|
|
1202
|
-
"value": "string"
|
|
1203
|
-
},
|
|
1204
|
-
"computed": false
|
|
1205
|
-
},
|
|
1206
|
-
{
|
|
1207
|
-
"type": "propertySignature",
|
|
1208
|
-
"key": {
|
|
1209
|
-
"type": "identifier",
|
|
1210
|
-
"name": "value"
|
|
1211
|
-
},
|
|
1212
|
-
"annotation": {
|
|
1213
|
-
"type": "keyword",
|
|
1214
|
-
"value": "any"
|
|
1215
|
-
},
|
|
1216
|
-
"computed": false
|
|
1261
|
+
"type": "keyword",
|
|
1262
|
+
"value": "string"
|
|
1217
1263
|
},
|
|
1218
1264
|
{
|
|
1219
|
-
"type": "
|
|
1220
|
-
"
|
|
1221
|
-
"type": "identifier",
|
|
1222
|
-
"name": "key",
|
|
1223
|
-
"annotation": {
|
|
1224
|
-
"type": "keyword",
|
|
1225
|
-
"value": "string"
|
|
1226
|
-
}
|
|
1227
|
-
},
|
|
1228
|
-
"annotation": {
|
|
1229
|
-
"type": "keyword",
|
|
1230
|
-
"value": "any"
|
|
1231
|
-
}
|
|
1265
|
+
"type": "keyword",
|
|
1266
|
+
"value": "unknown"
|
|
1232
1267
|
}
|
|
1233
1268
|
]
|
|
1234
|
-
}
|
|
1235
|
-
"computed": false
|
|
1236
|
-
},
|
|
1237
|
-
{
|
|
1238
|
-
"type": "propertySignature",
|
|
1239
|
-
"key": {
|
|
1240
|
-
"type": "identifier",
|
|
1241
|
-
"name": "name"
|
|
1242
|
-
},
|
|
1243
|
-
"annotation": {
|
|
1244
|
-
"type": "keyword",
|
|
1245
|
-
"value": "string"
|
|
1246
|
-
},
|
|
1247
|
-
"computed": false
|
|
1269
|
+
}
|
|
1248
1270
|
}
|
|
1249
1271
|
]
|
|
1250
1272
|
}
|
|
1251
1273
|
}
|
|
1252
|
-
}
|
|
1253
|
-
],
|
|
1254
|
-
"methods": [],
|
|
1255
|
-
"types": [
|
|
1274
|
+
},
|
|
1256
1275
|
{
|
|
1257
|
-
"
|
|
1258
|
-
"
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
"
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1276
|
+
"name": "setInitValue",
|
|
1277
|
+
"params": [
|
|
1278
|
+
{
|
|
1279
|
+
"name": "values",
|
|
1280
|
+
"annotation": {
|
|
1281
|
+
"type": "reference",
|
|
1282
|
+
"typeName": {
|
|
1283
|
+
"type": "identifier",
|
|
1284
|
+
"name": "Record"
|
|
1285
|
+
},
|
|
1286
|
+
"typeParameters": {
|
|
1287
|
+
"type": "typeParameterInstantiation",
|
|
1288
|
+
"params": [
|
|
1268
1289
|
{
|
|
1269
1290
|
"type": "keyword",
|
|
1270
1291
|
"value": "string"
|
|
1271
1292
|
},
|
|
1272
1293
|
{
|
|
1273
1294
|
"type": "keyword",
|
|
1274
|
-
"value": "
|
|
1275
|
-
},
|
|
1276
|
-
{
|
|
1277
|
-
"type": "keyword",
|
|
1278
|
-
"value": "boolean"
|
|
1295
|
+
"value": "unknown"
|
|
1279
1296
|
}
|
|
1280
1297
|
]
|
|
1281
1298
|
}
|
|
1282
1299
|
}
|
|
1283
|
-
]
|
|
1284
|
-
},
|
|
1285
|
-
"body": [
|
|
1286
|
-
{
|
|
1287
|
-
"type": "propertySignature",
|
|
1288
|
-
"key": {
|
|
1289
|
-
"type": "identifier",
|
|
1290
|
-
"name": "label"
|
|
1291
|
-
},
|
|
1292
|
-
"annotation": {
|
|
1293
|
-
"type": "keyword",
|
|
1294
|
-
"value": "string"
|
|
1295
|
-
},
|
|
1296
|
-
"computed": false
|
|
1297
|
-
},
|
|
1298
|
-
{
|
|
1299
|
-
"type": "propertySignature",
|
|
1300
|
-
"key": {
|
|
1301
|
-
"type": "identifier",
|
|
1302
|
-
"name": "value"
|
|
1303
|
-
},
|
|
1304
|
-
"annotation": {
|
|
1305
|
-
"type": "reference",
|
|
1306
|
-
"typeName": {
|
|
1307
|
-
"type": "identifier",
|
|
1308
|
-
"name": "T"
|
|
1309
|
-
}
|
|
1310
|
-
},
|
|
1311
|
-
"computed": false
|
|
1312
|
-
},
|
|
1313
|
-
{
|
|
1314
|
-
"type": "indexSignature",
|
|
1315
|
-
"parameter": {
|
|
1316
|
-
"type": "identifier",
|
|
1317
|
-
"name": "key",
|
|
1318
|
-
"annotation": {
|
|
1319
|
-
"type": "keyword",
|
|
1320
|
-
"value": "string"
|
|
1321
|
-
}
|
|
1322
|
-
},
|
|
1323
|
-
"annotation": {
|
|
1324
|
-
"type": "keyword",
|
|
1325
|
-
"value": "any"
|
|
1326
|
-
}
|
|
1327
|
-
}
|
|
1328
|
-
]
|
|
1329
|
-
},
|
|
1330
|
-
{
|
|
1331
|
-
"type": "interface",
|
|
1332
|
-
"name": "UseBackendConf",
|
|
1333
|
-
"body": [
|
|
1334
|
-
{
|
|
1335
|
-
"type": "propertySignature",
|
|
1336
|
-
"key": {
|
|
1337
|
-
"type": "identifier",
|
|
1338
|
-
"name": "provider"
|
|
1339
|
-
},
|
|
1340
|
-
"annotation": {
|
|
1341
|
-
"type": "keyword",
|
|
1342
|
-
"value": "string"
|
|
1343
|
-
},
|
|
1344
|
-
"computed": false
|
|
1345
1300
|
},
|
|
1346
1301
|
{
|
|
1347
|
-
"
|
|
1348
|
-
"key": {
|
|
1349
|
-
"type": "identifier",
|
|
1350
|
-
"name": "args"
|
|
1351
|
-
},
|
|
1302
|
+
"name": "options",
|
|
1352
1303
|
"annotation": {
|
|
1353
|
-
"type": "
|
|
1354
|
-
"
|
|
1304
|
+
"type": "typeLiteral",
|
|
1305
|
+
"members": [
|
|
1355
1306
|
{
|
|
1356
|
-
"type": "
|
|
1357
|
-
"
|
|
1307
|
+
"type": "propertySignature",
|
|
1308
|
+
"key": {
|
|
1309
|
+
"type": "identifier",
|
|
1310
|
+
"name": "runInMacrotask"
|
|
1311
|
+
},
|
|
1312
|
+
"annotation": {
|
|
1358
1313
|
"type": "keyword",
|
|
1359
|
-
"value": "
|
|
1360
|
-
}
|
|
1314
|
+
"value": "boolean"
|
|
1315
|
+
},
|
|
1316
|
+
"optional": true,
|
|
1317
|
+
"computed": false
|
|
1361
1318
|
},
|
|
1362
1319
|
{
|
|
1363
|
-
"type": "
|
|
1320
|
+
"type": "propertySignature",
|
|
1321
|
+
"key": {
|
|
1322
|
+
"type": "identifier",
|
|
1323
|
+
"name": "runInMicrotask"
|
|
1324
|
+
},
|
|
1364
1325
|
"annotation": {
|
|
1365
|
-
"type": "
|
|
1366
|
-
"
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
"type": "identifier",
|
|
1371
|
-
"name": "args"
|
|
1372
|
-
},
|
|
1373
|
-
"annotation": {
|
|
1374
|
-
"type": "array",
|
|
1375
|
-
"elementType": {
|
|
1376
|
-
"type": "keyword",
|
|
1377
|
-
"value": "any"
|
|
1378
|
-
}
|
|
1379
|
-
}
|
|
1380
|
-
}
|
|
1381
|
-
],
|
|
1382
|
-
"annotation": {
|
|
1383
|
-
"type": "array",
|
|
1384
|
-
"elementType": {
|
|
1385
|
-
"type": "keyword",
|
|
1386
|
-
"value": "any"
|
|
1387
|
-
}
|
|
1388
|
-
}
|
|
1389
|
-
}
|
|
1326
|
+
"type": "keyword",
|
|
1327
|
+
"value": "boolean"
|
|
1328
|
+
},
|
|
1329
|
+
"optional": true,
|
|
1330
|
+
"computed": false
|
|
1390
1331
|
}
|
|
1391
1332
|
]
|
|
1392
|
-
}
|
|
1393
|
-
|
|
1394
|
-
|
|
1333
|
+
}
|
|
1334
|
+
}
|
|
1335
|
+
],
|
|
1336
|
+
"returns": {}
|
|
1337
|
+
},
|
|
1338
|
+
{
|
|
1339
|
+
"name": "resetFields",
|
|
1340
|
+
"params": [
|
|
1395
1341
|
{
|
|
1396
|
-
"
|
|
1397
|
-
"key": {
|
|
1398
|
-
"type": "identifier",
|
|
1399
|
-
"name": "transform"
|
|
1400
|
-
},
|
|
1342
|
+
"name": "name",
|
|
1401
1343
|
"annotation": {
|
|
1402
|
-
"type": "
|
|
1403
|
-
"
|
|
1404
|
-
|
|
1405
|
-
"type": "identifier",
|
|
1406
|
-
"name": "data",
|
|
1407
|
-
"annotation": {
|
|
1408
|
-
"type": "keyword",
|
|
1409
|
-
"value": "any"
|
|
1410
|
-
}
|
|
1411
|
-
}
|
|
1412
|
-
],
|
|
1413
|
-
"annotation": {
|
|
1414
|
-
"type": "keyword",
|
|
1415
|
-
"value": "void"
|
|
1416
|
-
}
|
|
1417
|
-
},
|
|
1418
|
-
"optional": true,
|
|
1419
|
-
"computed": false
|
|
1344
|
+
"type": "keyword",
|
|
1345
|
+
"value": "string"
|
|
1346
|
+
}
|
|
1420
1347
|
}
|
|
1421
|
-
]
|
|
1422
|
-
|
|
1423
|
-
]
|
|
1424
|
-
},
|
|
1425
|
-
"eo-checkbox": {
|
|
1426
|
-
"properties": [
|
|
1427
|
-
{
|
|
1428
|
-
"name": "name",
|
|
1429
|
-
"annotation": {
|
|
1430
|
-
"type": "keyword",
|
|
1431
|
-
"value": "string"
|
|
1432
|
-
}
|
|
1348
|
+
],
|
|
1349
|
+
"returns": {}
|
|
1433
1350
|
},
|
|
1434
1351
|
{
|
|
1435
|
-
"name": "
|
|
1436
|
-
"
|
|
1437
|
-
"type": "keyword",
|
|
1438
|
-
"value": "string"
|
|
1439
|
-
}
|
|
1440
|
-
},
|
|
1441
|
-
{
|
|
1442
|
-
"name": "value",
|
|
1443
|
-
"annotation": {
|
|
1444
|
-
"type": "array",
|
|
1445
|
-
"elementType": {
|
|
1446
|
-
"type": "reference",
|
|
1447
|
-
"typeName": {
|
|
1448
|
-
"type": "identifier",
|
|
1449
|
-
"name": "CheckboxValueType"
|
|
1450
|
-
}
|
|
1451
|
-
}
|
|
1452
|
-
}
|
|
1453
|
-
},
|
|
1454
|
-
{
|
|
1455
|
-
"name": "options",
|
|
1456
|
-
"annotation": {
|
|
1457
|
-
"type": "array",
|
|
1458
|
-
"elementType": {
|
|
1459
|
-
"type": "reference",
|
|
1460
|
-
"typeName": {
|
|
1461
|
-
"type": "identifier",
|
|
1462
|
-
"name": "CheckboxOptionType"
|
|
1463
|
-
}
|
|
1464
|
-
}
|
|
1465
|
-
}
|
|
1466
|
-
},
|
|
1467
|
-
{
|
|
1468
|
-
"name": "type",
|
|
1469
|
-
"annotation": {
|
|
1470
|
-
"type": "reference",
|
|
1471
|
-
"typeName": {
|
|
1472
|
-
"type": "identifier",
|
|
1473
|
-
"name": "CheckboxType"
|
|
1474
|
-
}
|
|
1475
|
-
}
|
|
1476
|
-
},
|
|
1477
|
-
{
|
|
1478
|
-
"name": "disabled",
|
|
1479
|
-
"annotation": {
|
|
1480
|
-
"type": "keyword",
|
|
1481
|
-
"value": "boolean"
|
|
1482
|
-
}
|
|
1483
|
-
},
|
|
1484
|
-
{
|
|
1485
|
-
"name": "isCustom",
|
|
1486
|
-
"annotation": {
|
|
1487
|
-
"type": "keyword",
|
|
1488
|
-
"value": "boolean"
|
|
1489
|
-
}
|
|
1490
|
-
},
|
|
1491
|
-
{
|
|
1492
|
-
"name": "required",
|
|
1493
|
-
"annotation": {
|
|
1494
|
-
"type": "keyword",
|
|
1495
|
-
"value": "boolean"
|
|
1496
|
-
}
|
|
1497
|
-
},
|
|
1498
|
-
{
|
|
1499
|
-
"name": "message",
|
|
1500
|
-
"annotation": {
|
|
1501
|
-
"type": "reference",
|
|
1502
|
-
"typeName": {
|
|
1503
|
-
"type": "identifier",
|
|
1504
|
-
"name": "Record"
|
|
1505
|
-
},
|
|
1506
|
-
"typeParameters": {
|
|
1507
|
-
"type": "typeParameterInstantiation",
|
|
1508
|
-
"params": [
|
|
1509
|
-
{
|
|
1510
|
-
"type": "keyword",
|
|
1511
|
-
"value": "string"
|
|
1512
|
-
},
|
|
1513
|
-
{
|
|
1514
|
-
"type": "keyword",
|
|
1515
|
-
"value": "string"
|
|
1516
|
-
}
|
|
1517
|
-
]
|
|
1518
|
-
}
|
|
1519
|
-
}
|
|
1520
|
-
},
|
|
1521
|
-
{
|
|
1522
|
-
"name": "isGroup",
|
|
1523
|
-
"annotation": {
|
|
1524
|
-
"type": "keyword",
|
|
1525
|
-
"value": "boolean"
|
|
1526
|
-
}
|
|
1527
|
-
},
|
|
1528
|
-
{
|
|
1529
|
-
"name": "optionGroups",
|
|
1530
|
-
"annotation": {
|
|
1531
|
-
"type": "array",
|
|
1532
|
-
"elementType": {
|
|
1533
|
-
"type": "reference",
|
|
1534
|
-
"typeName": {
|
|
1535
|
-
"type": "identifier",
|
|
1536
|
-
"name": "OptionGroup"
|
|
1537
|
-
}
|
|
1538
|
-
}
|
|
1539
|
-
}
|
|
1540
|
-
}
|
|
1541
|
-
],
|
|
1542
|
-
"events": [
|
|
1543
|
-
{
|
|
1544
|
-
"name": "change",
|
|
1545
|
-
"detail": {
|
|
1546
|
-
"annotation": {
|
|
1547
|
-
"type": "array",
|
|
1548
|
-
"elementType": {
|
|
1549
|
-
"type": "reference",
|
|
1550
|
-
"typeName": {
|
|
1551
|
-
"type": "identifier",
|
|
1552
|
-
"name": "CheckboxOptionType"
|
|
1553
|
-
}
|
|
1554
|
-
}
|
|
1555
|
-
}
|
|
1556
|
-
}
|
|
1557
|
-
},
|
|
1558
|
-
{
|
|
1559
|
-
"name": "options.change",
|
|
1560
|
-
"detail": {
|
|
1561
|
-
"annotation": {
|
|
1562
|
-
"type": "typeLiteral",
|
|
1563
|
-
"members": [
|
|
1564
|
-
{
|
|
1565
|
-
"type": "propertySignature",
|
|
1566
|
-
"key": {
|
|
1567
|
-
"type": "identifier",
|
|
1568
|
-
"name": "options"
|
|
1569
|
-
},
|
|
1570
|
-
"annotation": {
|
|
1571
|
-
"type": "array",
|
|
1572
|
-
"elementType": {
|
|
1573
|
-
"type": "reference",
|
|
1574
|
-
"typeName": {
|
|
1575
|
-
"type": "identifier",
|
|
1576
|
-
"name": "CheckboxOptionType"
|
|
1577
|
-
}
|
|
1578
|
-
}
|
|
1579
|
-
},
|
|
1580
|
-
"computed": false
|
|
1581
|
-
},
|
|
1582
|
-
{
|
|
1583
|
-
"type": "propertySignature",
|
|
1584
|
-
"key": {
|
|
1585
|
-
"type": "identifier",
|
|
1586
|
-
"name": "name"
|
|
1587
|
-
},
|
|
1588
|
-
"annotation": {
|
|
1589
|
-
"type": "keyword",
|
|
1590
|
-
"value": "string"
|
|
1591
|
-
},
|
|
1592
|
-
"computed": false
|
|
1593
|
-
}
|
|
1594
|
-
]
|
|
1595
|
-
}
|
|
1596
|
-
}
|
|
1597
|
-
}
|
|
1598
|
-
],
|
|
1599
|
-
"methods": [],
|
|
1600
|
-
"types": [
|
|
1601
|
-
{
|
|
1602
|
-
"type": "typeAlias",
|
|
1603
|
-
"name": "CheckboxValueType",
|
|
1604
|
-
"annotation": {
|
|
1605
|
-
"type": "union",
|
|
1606
|
-
"types": [
|
|
1607
|
-
{
|
|
1608
|
-
"type": "keyword",
|
|
1609
|
-
"value": "string"
|
|
1610
|
-
},
|
|
1611
|
-
{
|
|
1612
|
-
"type": "keyword",
|
|
1613
|
-
"value": "number"
|
|
1614
|
-
},
|
|
1615
|
-
{
|
|
1616
|
-
"type": "keyword",
|
|
1617
|
-
"value": "boolean"
|
|
1618
|
-
}
|
|
1619
|
-
]
|
|
1620
|
-
}
|
|
1621
|
-
},
|
|
1622
|
-
{
|
|
1623
|
-
"type": "interface",
|
|
1624
|
-
"name": "CheckboxOptionType",
|
|
1625
|
-
"body": [
|
|
1626
|
-
{
|
|
1627
|
-
"type": "propertySignature",
|
|
1628
|
-
"key": {
|
|
1629
|
-
"type": "identifier",
|
|
1630
|
-
"name": "label"
|
|
1631
|
-
},
|
|
1632
|
-
"annotation": {
|
|
1633
|
-
"type": "reference",
|
|
1634
|
-
"typeName": {
|
|
1635
|
-
"type": "qualifiedName",
|
|
1636
|
-
"left": {
|
|
1637
|
-
"type": "identifier",
|
|
1638
|
-
"name": "React"
|
|
1639
|
-
},
|
|
1640
|
-
"right": {
|
|
1641
|
-
"type": "identifier",
|
|
1642
|
-
"name": "ReactNode"
|
|
1643
|
-
}
|
|
1644
|
-
}
|
|
1645
|
-
},
|
|
1646
|
-
"computed": false
|
|
1647
|
-
},
|
|
1648
|
-
{
|
|
1649
|
-
"type": "propertySignature",
|
|
1650
|
-
"key": {
|
|
1651
|
-
"type": "identifier",
|
|
1652
|
-
"name": "value"
|
|
1653
|
-
},
|
|
1654
|
-
"annotation": {
|
|
1655
|
-
"type": "keyword",
|
|
1656
|
-
"value": "any"
|
|
1657
|
-
},
|
|
1658
|
-
"computed": false
|
|
1659
|
-
},
|
|
1660
|
-
{
|
|
1661
|
-
"type": "propertySignature",
|
|
1662
|
-
"key": {
|
|
1663
|
-
"type": "identifier",
|
|
1664
|
-
"name": "style"
|
|
1665
|
-
},
|
|
1666
|
-
"annotation": {
|
|
1667
|
-
"type": "reference",
|
|
1668
|
-
"typeName": {
|
|
1669
|
-
"type": "qualifiedName",
|
|
1670
|
-
"left": {
|
|
1671
|
-
"type": "identifier",
|
|
1672
|
-
"name": "React"
|
|
1673
|
-
},
|
|
1674
|
-
"right": {
|
|
1675
|
-
"type": "identifier",
|
|
1676
|
-
"name": "CSSProperties"
|
|
1677
|
-
}
|
|
1678
|
-
}
|
|
1679
|
-
},
|
|
1680
|
-
"optional": true,
|
|
1681
|
-
"computed": false
|
|
1682
|
-
},
|
|
1683
|
-
{
|
|
1684
|
-
"type": "propertySignature",
|
|
1685
|
-
"key": {
|
|
1686
|
-
"type": "identifier",
|
|
1687
|
-
"name": "disabled"
|
|
1688
|
-
},
|
|
1689
|
-
"annotation": {
|
|
1690
|
-
"type": "keyword",
|
|
1691
|
-
"value": "boolean"
|
|
1692
|
-
},
|
|
1693
|
-
"optional": true,
|
|
1694
|
-
"computed": false
|
|
1695
|
-
},
|
|
1352
|
+
"name": "getFieldsValue",
|
|
1353
|
+
"params": [
|
|
1696
1354
|
{
|
|
1697
|
-
"
|
|
1698
|
-
"key": {
|
|
1699
|
-
"type": "identifier",
|
|
1700
|
-
"name": "checkboxColor"
|
|
1701
|
-
},
|
|
1355
|
+
"name": "name",
|
|
1702
1356
|
"annotation": {
|
|
1703
1357
|
"type": "keyword",
|
|
1704
1358
|
"value": "string"
|
|
1705
|
-
},
|
|
1706
|
-
"optional": true,
|
|
1707
|
-
"computed": false
|
|
1708
|
-
},
|
|
1709
|
-
{
|
|
1710
|
-
"type": "indexSignature",
|
|
1711
|
-
"parameter": {
|
|
1712
|
-
"type": "identifier",
|
|
1713
|
-
"name": "propName",
|
|
1714
|
-
"annotation": {
|
|
1715
|
-
"type": "keyword",
|
|
1716
|
-
"value": "string"
|
|
1717
|
-
}
|
|
1718
|
-
},
|
|
1719
|
-
"annotation": {
|
|
1720
|
-
"type": "keyword",
|
|
1721
|
-
"value": "any"
|
|
1722
|
-
}
|
|
1723
|
-
}
|
|
1724
|
-
]
|
|
1725
|
-
},
|
|
1726
|
-
{
|
|
1727
|
-
"type": "typeAlias",
|
|
1728
|
-
"name": "CheckboxType",
|
|
1729
|
-
"annotation": {
|
|
1730
|
-
"type": "union",
|
|
1731
|
-
"types": [
|
|
1732
|
-
{
|
|
1733
|
-
"type": "jsLiteral",
|
|
1734
|
-
"value": "default"
|
|
1735
|
-
},
|
|
1736
|
-
{
|
|
1737
|
-
"type": "jsLiteral",
|
|
1738
|
-
"value": "icon"
|
|
1739
1359
|
}
|
|
1740
|
-
]
|
|
1741
|
-
}
|
|
1742
|
-
},
|
|
1743
|
-
{
|
|
1744
|
-
"type": "interface",
|
|
1745
|
-
"name": "OptionGroup",
|
|
1746
|
-
"body": [
|
|
1747
|
-
{
|
|
1748
|
-
"type": "propertySignature",
|
|
1749
|
-
"key": {
|
|
1750
|
-
"type": "identifier",
|
|
1751
|
-
"name": "name"
|
|
1752
|
-
},
|
|
1753
|
-
"annotation": {
|
|
1754
|
-
"type": "keyword",
|
|
1755
|
-
"value": "string"
|
|
1756
|
-
},
|
|
1757
|
-
"computed": false
|
|
1758
|
-
},
|
|
1759
|
-
{
|
|
1760
|
-
"type": "propertySignature",
|
|
1761
|
-
"key": {
|
|
1762
|
-
"type": "identifier",
|
|
1763
|
-
"name": "key"
|
|
1764
|
-
},
|
|
1765
|
-
"annotation": {
|
|
1766
|
-
"type": "keyword",
|
|
1767
|
-
"value": "string"
|
|
1768
|
-
},
|
|
1769
|
-
"computed": false
|
|
1770
|
-
},
|
|
1771
|
-
{
|
|
1772
|
-
"type": "propertySignature",
|
|
1773
|
-
"key": {
|
|
1774
|
-
"type": "identifier",
|
|
1775
|
-
"name": "options"
|
|
1776
|
-
},
|
|
1777
|
-
"annotation": {
|
|
1778
|
-
"type": "array",
|
|
1779
|
-
"elementType": {
|
|
1780
|
-
"type": "reference",
|
|
1781
|
-
"typeName": {
|
|
1782
|
-
"type": "identifier",
|
|
1783
|
-
"name": "CheckboxOptionType"
|
|
1784
|
-
}
|
|
1785
|
-
}
|
|
1786
|
-
},
|
|
1787
|
-
"computed": false
|
|
1788
1360
|
}
|
|
1789
|
-
]
|
|
1790
|
-
|
|
1791
|
-
]
|
|
1792
|
-
},
|
|
1793
|
-
"eo-search": {
|
|
1794
|
-
"properties": [
|
|
1795
|
-
{
|
|
1796
|
-
"name": "value",
|
|
1797
|
-
"annotation": {
|
|
1798
|
-
"type": "keyword",
|
|
1799
|
-
"value": "string"
|
|
1800
|
-
}
|
|
1801
|
-
},
|
|
1802
|
-
{
|
|
1803
|
-
"name": "placeholder",
|
|
1804
|
-
"annotation": {
|
|
1805
|
-
"type": "keyword",
|
|
1806
|
-
"value": "string"
|
|
1807
|
-
}
|
|
1808
|
-
},
|
|
1809
|
-
{
|
|
1810
|
-
"name": "autoFocus",
|
|
1811
|
-
"annotation": {
|
|
1812
|
-
"type": "keyword",
|
|
1813
|
-
"value": "boolean"
|
|
1814
|
-
}
|
|
1815
|
-
},
|
|
1816
|
-
{
|
|
1817
|
-
"name": "clearable",
|
|
1818
|
-
"annotation": {
|
|
1819
|
-
"type": "keyword",
|
|
1820
|
-
"value": "boolean"
|
|
1821
|
-
}
|
|
1822
|
-
},
|
|
1823
|
-
{
|
|
1824
|
-
"name": "trim",
|
|
1825
|
-
"annotation": {
|
|
1826
|
-
"type": "keyword",
|
|
1827
|
-
"value": "boolean"
|
|
1828
|
-
}
|
|
1361
|
+
],
|
|
1362
|
+
"returns": {}
|
|
1829
1363
|
},
|
|
1830
1364
|
{
|
|
1831
|
-
"name": "
|
|
1832
|
-
"
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1365
|
+
"name": "validateField",
|
|
1366
|
+
"params": [
|
|
1367
|
+
{
|
|
1368
|
+
"name": "name",
|
|
1369
|
+
"annotation": {
|
|
1370
|
+
"type": "keyword",
|
|
1371
|
+
"value": "string"
|
|
1372
|
+
}
|
|
1373
|
+
}
|
|
1374
|
+
],
|
|
1375
|
+
"returns": {}
|
|
1836
1376
|
},
|
|
1837
1377
|
{
|
|
1838
|
-
"name": "
|
|
1839
|
-
"
|
|
1840
|
-
|
|
1841
|
-
"typeName": {
|
|
1842
|
-
"type": "identifier",
|
|
1843
|
-
"name": "CSSProperties"
|
|
1844
|
-
}
|
|
1845
|
-
}
|
|
1378
|
+
"name": "resetValidateState",
|
|
1379
|
+
"params": [],
|
|
1380
|
+
"returns": {}
|
|
1846
1381
|
}
|
|
1847
1382
|
],
|
|
1848
|
-
"
|
|
1383
|
+
"types": [
|
|
1849
1384
|
{
|
|
1850
|
-
"
|
|
1851
|
-
"
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1385
|
+
"type": "typeAlias",
|
|
1386
|
+
"name": "Layout",
|
|
1387
|
+
"annotation": {
|
|
1388
|
+
"type": "union",
|
|
1389
|
+
"types": [
|
|
1390
|
+
{
|
|
1391
|
+
"type": "jsLiteral",
|
|
1392
|
+
"value": "horizontal"
|
|
1393
|
+
},
|
|
1394
|
+
{
|
|
1395
|
+
"type": "jsLiteral",
|
|
1396
|
+
"value": "vertical"
|
|
1397
|
+
},
|
|
1398
|
+
{
|
|
1399
|
+
"type": "jsLiteral",
|
|
1400
|
+
"value": "inline"
|
|
1401
|
+
}
|
|
1402
|
+
]
|
|
1856
1403
|
}
|
|
1857
1404
|
},
|
|
1858
1405
|
{
|
|
1859
|
-
"
|
|
1860
|
-
"
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1406
|
+
"type": "typeAlias",
|
|
1407
|
+
"name": "ComponentSize",
|
|
1408
|
+
"annotation": {
|
|
1409
|
+
"type": "union",
|
|
1410
|
+
"types": [
|
|
1411
|
+
{
|
|
1412
|
+
"type": "jsLiteral",
|
|
1413
|
+
"value": "large"
|
|
1414
|
+
},
|
|
1415
|
+
{
|
|
1416
|
+
"type": "jsLiteral",
|
|
1417
|
+
"value": "medium"
|
|
1418
|
+
},
|
|
1419
|
+
{
|
|
1420
|
+
"type": "jsLiteral",
|
|
1421
|
+
"value": "small"
|
|
1422
|
+
},
|
|
1423
|
+
{
|
|
1424
|
+
"type": "jsLiteral",
|
|
1425
|
+
"value": "xs"
|
|
1426
|
+
}
|
|
1427
|
+
]
|
|
1865
1428
|
}
|
|
1866
1429
|
}
|
|
1867
|
-
]
|
|
1868
|
-
"methods": []
|
|
1430
|
+
]
|
|
1869
1431
|
},
|
|
1870
|
-
"eo-
|
|
1432
|
+
"eo-checkbox": {
|
|
1871
1433
|
"properties": [
|
|
1872
1434
|
{
|
|
1873
1435
|
"name": "name",
|
|
@@ -1876,13 +1438,6 @@
|
|
|
1876
1438
|
"value": "string"
|
|
1877
1439
|
}
|
|
1878
1440
|
},
|
|
1879
|
-
{
|
|
1880
|
-
"name": "placeholder",
|
|
1881
|
-
"annotation": {
|
|
1882
|
-
"type": "keyword",
|
|
1883
|
-
"value": "string"
|
|
1884
|
-
}
|
|
1885
|
-
},
|
|
1886
1441
|
{
|
|
1887
1442
|
"name": "label",
|
|
1888
1443
|
"annotation": {
|
|
@@ -1891,106 +1446,60 @@
|
|
|
1891
1446
|
}
|
|
1892
1447
|
},
|
|
1893
1448
|
{
|
|
1894
|
-
"name": "
|
|
1449
|
+
"name": "value",
|
|
1895
1450
|
"annotation": {
|
|
1896
|
-
"type": "
|
|
1897
|
-
"
|
|
1898
|
-
"type": "
|
|
1899
|
-
"
|
|
1900
|
-
"type": "identifier",
|
|
1901
|
-
"name": "React"
|
|
1902
|
-
},
|
|
1903
|
-
"right": {
|
|
1451
|
+
"type": "array",
|
|
1452
|
+
"elementType": {
|
|
1453
|
+
"type": "reference",
|
|
1454
|
+
"typeName": {
|
|
1904
1455
|
"type": "identifier",
|
|
1905
|
-
"name": "
|
|
1456
|
+
"name": "CheckboxValueType"
|
|
1906
1457
|
}
|
|
1907
1458
|
}
|
|
1908
1459
|
}
|
|
1909
1460
|
},
|
|
1910
1461
|
{
|
|
1911
|
-
"name": "
|
|
1462
|
+
"name": "options",
|
|
1912
1463
|
"annotation": {
|
|
1913
|
-
"type": "
|
|
1914
|
-
"
|
|
1464
|
+
"type": "array",
|
|
1465
|
+
"elementType": {
|
|
1466
|
+
"type": "reference",
|
|
1467
|
+
"typeName": {
|
|
1468
|
+
"type": "identifier",
|
|
1469
|
+
"name": "CheckboxOptionType"
|
|
1470
|
+
}
|
|
1471
|
+
}
|
|
1915
1472
|
}
|
|
1916
1473
|
},
|
|
1917
1474
|
{
|
|
1918
|
-
"name": "
|
|
1475
|
+
"name": "type",
|
|
1919
1476
|
"annotation": {
|
|
1920
|
-
"type": "
|
|
1921
|
-
"
|
|
1477
|
+
"type": "reference",
|
|
1478
|
+
"typeName": {
|
|
1479
|
+
"type": "identifier",
|
|
1480
|
+
"name": "CheckboxType"
|
|
1481
|
+
}
|
|
1922
1482
|
}
|
|
1923
1483
|
},
|
|
1924
1484
|
{
|
|
1925
|
-
"name": "
|
|
1485
|
+
"name": "disabled",
|
|
1926
1486
|
"annotation": {
|
|
1927
1487
|
"type": "keyword",
|
|
1928
|
-
"value": "
|
|
1929
|
-
}
|
|
1930
|
-
},
|
|
1931
|
-
{
|
|
1932
|
-
"name": "options",
|
|
1933
|
-
"annotation": {
|
|
1934
|
-
"type": "union",
|
|
1935
|
-
"types": [
|
|
1936
|
-
{
|
|
1937
|
-
"type": "array",
|
|
1938
|
-
"elementType": {
|
|
1939
|
-
"type": "keyword",
|
|
1940
|
-
"value": "string"
|
|
1941
|
-
}
|
|
1942
|
-
},
|
|
1943
|
-
{
|
|
1944
|
-
"type": "array",
|
|
1945
|
-
"elementType": {
|
|
1946
|
-
"type": "reference",
|
|
1947
|
-
"typeName": {
|
|
1948
|
-
"type": "identifier",
|
|
1949
|
-
"name": "OptionType"
|
|
1950
|
-
}
|
|
1951
|
-
}
|
|
1952
|
-
}
|
|
1953
|
-
]
|
|
1488
|
+
"value": "boolean"
|
|
1954
1489
|
}
|
|
1955
1490
|
},
|
|
1956
1491
|
{
|
|
1957
|
-
"name": "
|
|
1492
|
+
"name": "isCustom",
|
|
1958
1493
|
"annotation": {
|
|
1959
1494
|
"type": "keyword",
|
|
1960
1495
|
"value": "boolean"
|
|
1961
1496
|
}
|
|
1962
1497
|
},
|
|
1963
1498
|
{
|
|
1964
|
-
"name": "
|
|
1965
|
-
"annotation": {
|
|
1966
|
-
"type": "parenthesizedType",
|
|
1967
|
-
"annotation": {
|
|
1968
|
-
"type": "function",
|
|
1969
|
-
"parameters": [
|
|
1970
|
-
{
|
|
1971
|
-
"type": "identifier",
|
|
1972
|
-
"name": "value",
|
|
1973
|
-
"annotation": {
|
|
1974
|
-
"type": "keyword",
|
|
1975
|
-
"value": "any"
|
|
1976
|
-
}
|
|
1977
|
-
}
|
|
1978
|
-
],
|
|
1979
|
-
"annotation": {
|
|
1980
|
-
"type": "reference",
|
|
1981
|
-
"typeName": {
|
|
1982
|
-
"type": "identifier",
|
|
1983
|
-
"name": "MessageBody"
|
|
1984
|
-
}
|
|
1985
|
-
}
|
|
1986
|
-
}
|
|
1987
|
-
}
|
|
1988
|
-
},
|
|
1989
|
-
{
|
|
1990
|
-
"name": "pattern",
|
|
1499
|
+
"name": "required",
|
|
1991
1500
|
"annotation": {
|
|
1992
1501
|
"type": "keyword",
|
|
1993
|
-
"value": "
|
|
1502
|
+
"value": "boolean"
|
|
1994
1503
|
}
|
|
1995
1504
|
},
|
|
1996
1505
|
{
|
|
@@ -2015,6 +1524,26 @@
|
|
|
2015
1524
|
]
|
|
2016
1525
|
}
|
|
2017
1526
|
}
|
|
1527
|
+
},
|
|
1528
|
+
{
|
|
1529
|
+
"name": "isGroup",
|
|
1530
|
+
"annotation": {
|
|
1531
|
+
"type": "keyword",
|
|
1532
|
+
"value": "boolean"
|
|
1533
|
+
}
|
|
1534
|
+
},
|
|
1535
|
+
{
|
|
1536
|
+
"name": "optionGroups",
|
|
1537
|
+
"annotation": {
|
|
1538
|
+
"type": "array",
|
|
1539
|
+
"elementType": {
|
|
1540
|
+
"type": "reference",
|
|
1541
|
+
"typeName": {
|
|
1542
|
+
"type": "identifier",
|
|
1543
|
+
"name": "OptionGroup"
|
|
1544
|
+
}
|
|
1545
|
+
}
|
|
1546
|
+
}
|
|
2018
1547
|
}
|
|
2019
1548
|
],
|
|
2020
1549
|
"events": [
|
|
@@ -2022,8 +1551,54 @@
|
|
|
2022
1551
|
"name": "change",
|
|
2023
1552
|
"detail": {
|
|
2024
1553
|
"annotation": {
|
|
2025
|
-
"type": "
|
|
2026
|
-
"
|
|
1554
|
+
"type": "array",
|
|
1555
|
+
"elementType": {
|
|
1556
|
+
"type": "reference",
|
|
1557
|
+
"typeName": {
|
|
1558
|
+
"type": "identifier",
|
|
1559
|
+
"name": "CheckboxOptionType"
|
|
1560
|
+
}
|
|
1561
|
+
}
|
|
1562
|
+
}
|
|
1563
|
+
}
|
|
1564
|
+
},
|
|
1565
|
+
{
|
|
1566
|
+
"name": "options.change",
|
|
1567
|
+
"detail": {
|
|
1568
|
+
"annotation": {
|
|
1569
|
+
"type": "typeLiteral",
|
|
1570
|
+
"members": [
|
|
1571
|
+
{
|
|
1572
|
+
"type": "propertySignature",
|
|
1573
|
+
"key": {
|
|
1574
|
+
"type": "identifier",
|
|
1575
|
+
"name": "options"
|
|
1576
|
+
},
|
|
1577
|
+
"annotation": {
|
|
1578
|
+
"type": "array",
|
|
1579
|
+
"elementType": {
|
|
1580
|
+
"type": "reference",
|
|
1581
|
+
"typeName": {
|
|
1582
|
+
"type": "identifier",
|
|
1583
|
+
"name": "CheckboxOptionType"
|
|
1584
|
+
}
|
|
1585
|
+
}
|
|
1586
|
+
},
|
|
1587
|
+
"computed": false
|
|
1588
|
+
},
|
|
1589
|
+
{
|
|
1590
|
+
"type": "propertySignature",
|
|
1591
|
+
"key": {
|
|
1592
|
+
"type": "identifier",
|
|
1593
|
+
"name": "name"
|
|
1594
|
+
},
|
|
1595
|
+
"annotation": {
|
|
1596
|
+
"type": "keyword",
|
|
1597
|
+
"value": "string"
|
|
1598
|
+
},
|
|
1599
|
+
"computed": false
|
|
1600
|
+
}
|
|
1601
|
+
]
|
|
2027
1602
|
}
|
|
2028
1603
|
}
|
|
2029
1604
|
}
|
|
@@ -2032,30 +1607,28 @@
|
|
|
2032
1607
|
"types": [
|
|
2033
1608
|
{
|
|
2034
1609
|
"type": "typeAlias",
|
|
2035
|
-
"name": "
|
|
1610
|
+
"name": "CheckboxValueType",
|
|
2036
1611
|
"annotation": {
|
|
2037
1612
|
"type": "union",
|
|
2038
1613
|
"types": [
|
|
2039
1614
|
{
|
|
2040
|
-
"type": "
|
|
2041
|
-
"
|
|
2042
|
-
"type": "identifier",
|
|
2043
|
-
"name": "Option"
|
|
2044
|
-
}
|
|
1615
|
+
"type": "keyword",
|
|
1616
|
+
"value": "string"
|
|
2045
1617
|
},
|
|
2046
1618
|
{
|
|
2047
|
-
"type": "
|
|
2048
|
-
"
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
1619
|
+
"type": "keyword",
|
|
1620
|
+
"value": "number"
|
|
1621
|
+
},
|
|
1622
|
+
{
|
|
1623
|
+
"type": "keyword",
|
|
1624
|
+
"value": "boolean"
|
|
2052
1625
|
}
|
|
2053
1626
|
]
|
|
2054
1627
|
}
|
|
2055
1628
|
},
|
|
2056
1629
|
{
|
|
2057
1630
|
"type": "interface",
|
|
2058
|
-
"name": "
|
|
1631
|
+
"name": "CheckboxOptionType",
|
|
2059
1632
|
"body": [
|
|
2060
1633
|
{
|
|
2061
1634
|
"type": "propertySignature",
|
|
@@ -2063,9 +1636,31 @@
|
|
|
2063
1636
|
"type": "identifier",
|
|
2064
1637
|
"name": "label"
|
|
2065
1638
|
},
|
|
1639
|
+
"annotation": {
|
|
1640
|
+
"type": "reference",
|
|
1641
|
+
"typeName": {
|
|
1642
|
+
"type": "qualifiedName",
|
|
1643
|
+
"left": {
|
|
1644
|
+
"type": "identifier",
|
|
1645
|
+
"name": "React"
|
|
1646
|
+
},
|
|
1647
|
+
"right": {
|
|
1648
|
+
"type": "identifier",
|
|
1649
|
+
"name": "ReactNode"
|
|
1650
|
+
}
|
|
1651
|
+
}
|
|
1652
|
+
},
|
|
1653
|
+
"computed": false
|
|
1654
|
+
},
|
|
1655
|
+
{
|
|
1656
|
+
"type": "propertySignature",
|
|
1657
|
+
"key": {
|
|
1658
|
+
"type": "identifier",
|
|
1659
|
+
"name": "value"
|
|
1660
|
+
},
|
|
2066
1661
|
"annotation": {
|
|
2067
1662
|
"type": "keyword",
|
|
2068
|
-
"value": "
|
|
1663
|
+
"value": "any"
|
|
2069
1664
|
},
|
|
2070
1665
|
"computed": false
|
|
2071
1666
|
},
|
|
@@ -2073,11 +1668,34 @@
|
|
|
2073
1668
|
"type": "propertySignature",
|
|
2074
1669
|
"key": {
|
|
2075
1670
|
"type": "identifier",
|
|
2076
|
-
"name": "
|
|
1671
|
+
"name": "style"
|
|
1672
|
+
},
|
|
1673
|
+
"annotation": {
|
|
1674
|
+
"type": "reference",
|
|
1675
|
+
"typeName": {
|
|
1676
|
+
"type": "qualifiedName",
|
|
1677
|
+
"left": {
|
|
1678
|
+
"type": "identifier",
|
|
1679
|
+
"name": "React"
|
|
1680
|
+
},
|
|
1681
|
+
"right": {
|
|
1682
|
+
"type": "identifier",
|
|
1683
|
+
"name": "CSSProperties"
|
|
1684
|
+
}
|
|
1685
|
+
}
|
|
1686
|
+
},
|
|
1687
|
+
"optional": true,
|
|
1688
|
+
"computed": false
|
|
1689
|
+
},
|
|
1690
|
+
{
|
|
1691
|
+
"type": "propertySignature",
|
|
1692
|
+
"key": {
|
|
1693
|
+
"type": "identifier",
|
|
1694
|
+
"name": "disabled"
|
|
2077
1695
|
},
|
|
2078
1696
|
"annotation": {
|
|
2079
1697
|
"type": "keyword",
|
|
2080
|
-
"value": "
|
|
1698
|
+
"value": "boolean"
|
|
2081
1699
|
},
|
|
2082
1700
|
"optional": true,
|
|
2083
1701
|
"computed": false
|
|
@@ -2086,16 +1704,49 @@
|
|
|
2086
1704
|
"type": "propertySignature",
|
|
2087
1705
|
"key": {
|
|
2088
1706
|
"type": "identifier",
|
|
2089
|
-
"name": "
|
|
1707
|
+
"name": "checkboxColor"
|
|
2090
1708
|
},
|
|
2091
1709
|
"annotation": {
|
|
2092
1710
|
"type": "keyword",
|
|
2093
|
-
"value": "
|
|
1711
|
+
"value": "string"
|
|
2094
1712
|
},
|
|
1713
|
+
"optional": true,
|
|
2095
1714
|
"computed": false
|
|
1715
|
+
},
|
|
1716
|
+
{
|
|
1717
|
+
"type": "indexSignature",
|
|
1718
|
+
"parameter": {
|
|
1719
|
+
"type": "identifier",
|
|
1720
|
+
"name": "propName",
|
|
1721
|
+
"annotation": {
|
|
1722
|
+
"type": "keyword",
|
|
1723
|
+
"value": "string"
|
|
1724
|
+
}
|
|
1725
|
+
},
|
|
1726
|
+
"annotation": {
|
|
1727
|
+
"type": "keyword",
|
|
1728
|
+
"value": "any"
|
|
1729
|
+
}
|
|
2096
1730
|
}
|
|
2097
1731
|
]
|
|
2098
1732
|
},
|
|
1733
|
+
{
|
|
1734
|
+
"type": "typeAlias",
|
|
1735
|
+
"name": "CheckboxType",
|
|
1736
|
+
"annotation": {
|
|
1737
|
+
"type": "union",
|
|
1738
|
+
"types": [
|
|
1739
|
+
{
|
|
1740
|
+
"type": "jsLiteral",
|
|
1741
|
+
"value": "default"
|
|
1742
|
+
},
|
|
1743
|
+
{
|
|
1744
|
+
"type": "jsLiteral",
|
|
1745
|
+
"value": "icon"
|
|
1746
|
+
}
|
|
1747
|
+
]
|
|
1748
|
+
}
|
|
1749
|
+
},
|
|
2099
1750
|
{
|
|
2100
1751
|
"type": "interface",
|
|
2101
1752
|
"name": "OptionGroup",
|
|
@@ -2104,7 +1755,19 @@
|
|
|
2104
1755
|
"type": "propertySignature",
|
|
2105
1756
|
"key": {
|
|
2106
1757
|
"type": "identifier",
|
|
2107
|
-
"name": "
|
|
1758
|
+
"name": "name"
|
|
1759
|
+
},
|
|
1760
|
+
"annotation": {
|
|
1761
|
+
"type": "keyword",
|
|
1762
|
+
"value": "string"
|
|
1763
|
+
},
|
|
1764
|
+
"computed": false
|
|
1765
|
+
},
|
|
1766
|
+
{
|
|
1767
|
+
"type": "propertySignature",
|
|
1768
|
+
"key": {
|
|
1769
|
+
"type": "identifier",
|
|
1770
|
+
"name": "key"
|
|
2108
1771
|
},
|
|
2109
1772
|
"annotation": {
|
|
2110
1773
|
"type": "keyword",
|
|
@@ -2124,7 +1787,7 @@
|
|
|
2124
1787
|
"type": "reference",
|
|
2125
1788
|
"typeName": {
|
|
2126
1789
|
"type": "identifier",
|
|
2127
|
-
"name": "
|
|
1790
|
+
"name": "CheckboxOptionType"
|
|
2128
1791
|
}
|
|
2129
1792
|
}
|
|
2130
1793
|
},
|
|
@@ -2134,75 +1797,87 @@
|
|
|
2134
1797
|
}
|
|
2135
1798
|
]
|
|
2136
1799
|
},
|
|
2137
|
-
"eo-
|
|
1800
|
+
"eo-search": {
|
|
2138
1801
|
"properties": [
|
|
2139
1802
|
{
|
|
2140
|
-
"name": "
|
|
1803
|
+
"name": "value",
|
|
2141
1804
|
"annotation": {
|
|
2142
1805
|
"type": "keyword",
|
|
2143
1806
|
"value": "string"
|
|
2144
1807
|
}
|
|
2145
1808
|
},
|
|
2146
1809
|
{
|
|
2147
|
-
"name": "
|
|
1810
|
+
"name": "placeholder",
|
|
2148
1811
|
"annotation": {
|
|
2149
1812
|
"type": "keyword",
|
|
2150
1813
|
"value": "string"
|
|
2151
1814
|
}
|
|
2152
1815
|
},
|
|
2153
1816
|
{
|
|
2154
|
-
"name": "
|
|
1817
|
+
"name": "autoFocus",
|
|
2155
1818
|
"annotation": {
|
|
2156
1819
|
"type": "keyword",
|
|
2157
1820
|
"value": "boolean"
|
|
2158
1821
|
}
|
|
2159
1822
|
},
|
|
2160
1823
|
{
|
|
2161
|
-
"name": "
|
|
1824
|
+
"name": "clearable",
|
|
2162
1825
|
"annotation": {
|
|
2163
1826
|
"type": "keyword",
|
|
2164
|
-
"value": "
|
|
1827
|
+
"value": "boolean"
|
|
2165
1828
|
}
|
|
2166
1829
|
},
|
|
2167
1830
|
{
|
|
2168
|
-
"name": "
|
|
1831
|
+
"name": "trim",
|
|
2169
1832
|
"annotation": {
|
|
2170
1833
|
"type": "keyword",
|
|
2171
|
-
"value": "
|
|
1834
|
+
"value": "boolean"
|
|
2172
1835
|
}
|
|
2173
1836
|
},
|
|
2174
1837
|
{
|
|
2175
|
-
"name": "
|
|
1838
|
+
"name": "debounceTime",
|
|
2176
1839
|
"annotation": {
|
|
2177
1840
|
"type": "keyword",
|
|
2178
1841
|
"value": "number"
|
|
2179
1842
|
}
|
|
2180
1843
|
},
|
|
2181
1844
|
{
|
|
2182
|
-
"name": "
|
|
1845
|
+
"name": "inputStyle",
|
|
2183
1846
|
"annotation": {
|
|
2184
1847
|
"type": "reference",
|
|
2185
1848
|
"typeName": {
|
|
2186
1849
|
"type": "identifier",
|
|
2187
|
-
"name": "
|
|
2188
|
-
}
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
}
|
|
2200
|
-
]
|
|
1850
|
+
"name": "CSSProperties"
|
|
1851
|
+
}
|
|
1852
|
+
}
|
|
1853
|
+
}
|
|
1854
|
+
],
|
|
1855
|
+
"events": [
|
|
1856
|
+
{
|
|
1857
|
+
"name": "change",
|
|
1858
|
+
"detail": {
|
|
1859
|
+
"annotation": {
|
|
1860
|
+
"type": "keyword",
|
|
1861
|
+
"value": "string"
|
|
2201
1862
|
}
|
|
2202
1863
|
}
|
|
2203
1864
|
},
|
|
2204
1865
|
{
|
|
2205
|
-
"name": "
|
|
1866
|
+
"name": "search",
|
|
1867
|
+
"detail": {
|
|
1868
|
+
"annotation": {
|
|
1869
|
+
"type": "keyword",
|
|
1870
|
+
"value": "string"
|
|
1871
|
+
}
|
|
1872
|
+
}
|
|
1873
|
+
}
|
|
1874
|
+
],
|
|
1875
|
+
"methods": []
|
|
1876
|
+
},
|
|
1877
|
+
"eo-auto-complete": {
|
|
1878
|
+
"properties": [
|
|
1879
|
+
{
|
|
1880
|
+
"name": "name",
|
|
2206
1881
|
"annotation": {
|
|
2207
1882
|
"type": "keyword",
|
|
2208
1883
|
"value": "string"
|
|
@@ -2216,82 +1891,80 @@
|
|
|
2216
1891
|
}
|
|
2217
1892
|
},
|
|
2218
1893
|
{
|
|
2219
|
-
"name": "
|
|
1894
|
+
"name": "label",
|
|
2220
1895
|
"annotation": {
|
|
2221
1896
|
"type": "keyword",
|
|
2222
|
-
"value": "
|
|
1897
|
+
"value": "string"
|
|
2223
1898
|
}
|
|
2224
1899
|
},
|
|
2225
1900
|
{
|
|
2226
|
-
"name": "
|
|
1901
|
+
"name": "inputStyle",
|
|
2227
1902
|
"annotation": {
|
|
2228
|
-
"type": "
|
|
2229
|
-
"
|
|
1903
|
+
"type": "reference",
|
|
1904
|
+
"typeName": {
|
|
1905
|
+
"type": "qualifiedName",
|
|
1906
|
+
"left": {
|
|
1907
|
+
"type": "identifier",
|
|
1908
|
+
"name": "React"
|
|
1909
|
+
},
|
|
1910
|
+
"right": {
|
|
1911
|
+
"type": "identifier",
|
|
1912
|
+
"name": "CSSProperties"
|
|
1913
|
+
}
|
|
1914
|
+
}
|
|
2230
1915
|
}
|
|
2231
1916
|
},
|
|
2232
1917
|
{
|
|
2233
|
-
"name": "
|
|
1918
|
+
"name": "disabled",
|
|
2234
1919
|
"annotation": {
|
|
2235
1920
|
"type": "keyword",
|
|
2236
1921
|
"value": "boolean"
|
|
2237
1922
|
}
|
|
2238
1923
|
},
|
|
2239
1924
|
{
|
|
2240
|
-
"name": "
|
|
1925
|
+
"name": "required",
|
|
2241
1926
|
"annotation": {
|
|
2242
1927
|
"type": "keyword",
|
|
2243
1928
|
"value": "boolean"
|
|
2244
1929
|
}
|
|
2245
1930
|
},
|
|
2246
1931
|
{
|
|
2247
|
-
"name": "
|
|
2248
|
-
"annotation": {
|
|
2249
|
-
"type": "reference",
|
|
2250
|
-
"typeName": {
|
|
2251
|
-
"type": "identifier",
|
|
2252
|
-
"name": "InputType"
|
|
2253
|
-
}
|
|
2254
|
-
}
|
|
2255
|
-
},
|
|
2256
|
-
{
|
|
2257
|
-
"name": "size",
|
|
2258
|
-
"annotation": {
|
|
2259
|
-
"type": "reference",
|
|
2260
|
-
"typeName": {
|
|
2261
|
-
"type": "identifier",
|
|
2262
|
-
"name": "ComponentSize"
|
|
2263
|
-
}
|
|
2264
|
-
}
|
|
2265
|
-
},
|
|
2266
|
-
{
|
|
2267
|
-
"name": "minLength",
|
|
1932
|
+
"name": "value",
|
|
2268
1933
|
"annotation": {
|
|
2269
1934
|
"type": "keyword",
|
|
2270
|
-
"value": "
|
|
1935
|
+
"value": "string"
|
|
2271
1936
|
}
|
|
2272
1937
|
},
|
|
2273
1938
|
{
|
|
2274
|
-
"name": "
|
|
1939
|
+
"name": "options",
|
|
2275
1940
|
"annotation": {
|
|
2276
|
-
"type": "
|
|
2277
|
-
"
|
|
1941
|
+
"type": "union",
|
|
1942
|
+
"types": [
|
|
1943
|
+
{
|
|
1944
|
+
"type": "array",
|
|
1945
|
+
"elementType": {
|
|
1946
|
+
"type": "keyword",
|
|
1947
|
+
"value": "string"
|
|
1948
|
+
}
|
|
1949
|
+
},
|
|
1950
|
+
{
|
|
1951
|
+
"type": "array",
|
|
1952
|
+
"elementType": {
|
|
1953
|
+
"type": "reference",
|
|
1954
|
+
"typeName": {
|
|
1955
|
+
"type": "identifier",
|
|
1956
|
+
"name": "OptionType"
|
|
1957
|
+
}
|
|
1958
|
+
}
|
|
1959
|
+
}
|
|
1960
|
+
]
|
|
2278
1961
|
}
|
|
2279
1962
|
},
|
|
2280
1963
|
{
|
|
2281
|
-
"name": "
|
|
1964
|
+
"name": "filterByCaption",
|
|
2282
1965
|
"annotation": {
|
|
2283
|
-
"type": "
|
|
2284
|
-
"
|
|
2285
|
-
"type": "qualifiedName",
|
|
2286
|
-
"left": {
|
|
2287
|
-
"type": "identifier",
|
|
2288
|
-
"name": "React"
|
|
2289
|
-
},
|
|
2290
|
-
"right": {
|
|
2291
|
-
"type": "identifier",
|
|
2292
|
-
"name": "CSSProperties"
|
|
2293
|
-
}
|
|
2294
|
-
}
|
|
1966
|
+
"type": "keyword",
|
|
1967
|
+
"value": "boolean"
|
|
2295
1968
|
}
|
|
2296
1969
|
},
|
|
2297
1970
|
{
|
|
@@ -2319,6 +1992,36 @@
|
|
|
2319
1992
|
}
|
|
2320
1993
|
}
|
|
2321
1994
|
}
|
|
1995
|
+
},
|
|
1996
|
+
{
|
|
1997
|
+
"name": "pattern",
|
|
1998
|
+
"annotation": {
|
|
1999
|
+
"type": "keyword",
|
|
2000
|
+
"value": "string"
|
|
2001
|
+
}
|
|
2002
|
+
},
|
|
2003
|
+
{
|
|
2004
|
+
"name": "message",
|
|
2005
|
+
"annotation": {
|
|
2006
|
+
"type": "reference",
|
|
2007
|
+
"typeName": {
|
|
2008
|
+
"type": "identifier",
|
|
2009
|
+
"name": "Record"
|
|
2010
|
+
},
|
|
2011
|
+
"typeParameters": {
|
|
2012
|
+
"type": "typeParameterInstantiation",
|
|
2013
|
+
"params": [
|
|
2014
|
+
{
|
|
2015
|
+
"type": "keyword",
|
|
2016
|
+
"value": "string"
|
|
2017
|
+
},
|
|
2018
|
+
{
|
|
2019
|
+
"type": "keyword",
|
|
2020
|
+
"value": "string"
|
|
2021
|
+
}
|
|
2022
|
+
]
|
|
2023
|
+
}
|
|
2024
|
+
}
|
|
2322
2025
|
}
|
|
2323
2026
|
],
|
|
2324
2027
|
"events": [
|
|
@@ -2332,184 +2035,154 @@
|
|
|
2332
2035
|
}
|
|
2333
2036
|
}
|
|
2334
2037
|
],
|
|
2335
|
-
"methods": [
|
|
2336
|
-
{
|
|
2337
|
-
"name": "focusInput",
|
|
2338
|
-
"params": [],
|
|
2339
|
-
"returns": {}
|
|
2340
|
-
},
|
|
2341
|
-
{
|
|
2342
|
-
"name": "blurInput",
|
|
2343
|
-
"params": [],
|
|
2344
|
-
"returns": {}
|
|
2345
|
-
}
|
|
2346
|
-
],
|
|
2038
|
+
"methods": [],
|
|
2347
2039
|
"types": [
|
|
2348
2040
|
{
|
|
2349
2041
|
"type": "typeAlias",
|
|
2350
|
-
"name": "
|
|
2042
|
+
"name": "OptionType",
|
|
2351
2043
|
"annotation": {
|
|
2352
2044
|
"type": "union",
|
|
2353
2045
|
"types": [
|
|
2354
2046
|
{
|
|
2355
|
-
"type": "
|
|
2356
|
-
"
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
"value": "checkbox"
|
|
2361
|
-
},
|
|
2362
|
-
{
|
|
2363
|
-
"type": "jsLiteral",
|
|
2364
|
-
"value": "color"
|
|
2365
|
-
},
|
|
2366
|
-
{
|
|
2367
|
-
"type": "jsLiteral",
|
|
2368
|
-
"value": "date"
|
|
2369
|
-
},
|
|
2370
|
-
{
|
|
2371
|
-
"type": "jsLiteral",
|
|
2372
|
-
"value": "datetime-local"
|
|
2373
|
-
},
|
|
2374
|
-
{
|
|
2375
|
-
"type": "jsLiteral",
|
|
2376
|
-
"value": "email"
|
|
2377
|
-
},
|
|
2378
|
-
{
|
|
2379
|
-
"type": "jsLiteral",
|
|
2380
|
-
"value": "file"
|
|
2381
|
-
},
|
|
2382
|
-
{
|
|
2383
|
-
"type": "jsLiteral",
|
|
2384
|
-
"value": "hidden"
|
|
2385
|
-
},
|
|
2386
|
-
{
|
|
2387
|
-
"type": "jsLiteral",
|
|
2388
|
-
"value": "image"
|
|
2389
|
-
},
|
|
2390
|
-
{
|
|
2391
|
-
"type": "jsLiteral",
|
|
2392
|
-
"value": "month"
|
|
2393
|
-
},
|
|
2394
|
-
{
|
|
2395
|
-
"type": "jsLiteral",
|
|
2396
|
-
"value": "number"
|
|
2397
|
-
},
|
|
2398
|
-
{
|
|
2399
|
-
"type": "jsLiteral",
|
|
2400
|
-
"value": "password"
|
|
2401
|
-
},
|
|
2402
|
-
{
|
|
2403
|
-
"type": "jsLiteral",
|
|
2404
|
-
"value": "radio"
|
|
2405
|
-
},
|
|
2406
|
-
{
|
|
2407
|
-
"type": "jsLiteral",
|
|
2408
|
-
"value": "range"
|
|
2409
|
-
},
|
|
2410
|
-
{
|
|
2411
|
-
"type": "jsLiteral",
|
|
2412
|
-
"value": "reset"
|
|
2047
|
+
"type": "reference",
|
|
2048
|
+
"typeName": {
|
|
2049
|
+
"type": "identifier",
|
|
2050
|
+
"name": "Option"
|
|
2051
|
+
}
|
|
2413
2052
|
},
|
|
2414
2053
|
{
|
|
2415
|
-
"type": "
|
|
2416
|
-
"
|
|
2054
|
+
"type": "reference",
|
|
2055
|
+
"typeName": {
|
|
2056
|
+
"type": "identifier",
|
|
2057
|
+
"name": "OptionGroup"
|
|
2058
|
+
}
|
|
2059
|
+
}
|
|
2060
|
+
]
|
|
2061
|
+
}
|
|
2062
|
+
},
|
|
2063
|
+
{
|
|
2064
|
+
"type": "interface",
|
|
2065
|
+
"name": "Option",
|
|
2066
|
+
"body": [
|
|
2067
|
+
{
|
|
2068
|
+
"type": "propertySignature",
|
|
2069
|
+
"key": {
|
|
2070
|
+
"type": "identifier",
|
|
2071
|
+
"name": "label"
|
|
2417
2072
|
},
|
|
2418
|
-
{
|
|
2419
|
-
"type": "
|
|
2420
|
-
"value": "
|
|
2073
|
+
"annotation": {
|
|
2074
|
+
"type": "keyword",
|
|
2075
|
+
"value": "string"
|
|
2421
2076
|
},
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
|
|
2077
|
+
"computed": false
|
|
2078
|
+
},
|
|
2079
|
+
{
|
|
2080
|
+
"type": "propertySignature",
|
|
2081
|
+
"key": {
|
|
2082
|
+
"type": "identifier",
|
|
2083
|
+
"name": "caption"
|
|
2425
2084
|
},
|
|
2426
|
-
{
|
|
2427
|
-
"type": "
|
|
2428
|
-
"value": "
|
|
2085
|
+
"annotation": {
|
|
2086
|
+
"type": "keyword",
|
|
2087
|
+
"value": "string"
|
|
2429
2088
|
},
|
|
2430
|
-
|
|
2431
|
-
|
|
2432
|
-
|
|
2089
|
+
"optional": true,
|
|
2090
|
+
"computed": false
|
|
2091
|
+
},
|
|
2092
|
+
{
|
|
2093
|
+
"type": "propertySignature",
|
|
2094
|
+
"key": {
|
|
2095
|
+
"type": "identifier",
|
|
2096
|
+
"name": "value"
|
|
2433
2097
|
},
|
|
2434
|
-
{
|
|
2435
|
-
"type": "
|
|
2436
|
-
"value": "
|
|
2098
|
+
"annotation": {
|
|
2099
|
+
"type": "keyword",
|
|
2100
|
+
"value": "any"
|
|
2437
2101
|
},
|
|
2438
|
-
|
|
2439
|
-
|
|
2440
|
-
|
|
2441
|
-
}
|
|
2442
|
-
]
|
|
2443
|
-
}
|
|
2102
|
+
"computed": false
|
|
2103
|
+
}
|
|
2104
|
+
]
|
|
2444
2105
|
},
|
|
2445
2106
|
{
|
|
2446
|
-
"type": "
|
|
2447
|
-
"name": "
|
|
2448
|
-
"
|
|
2449
|
-
|
|
2450
|
-
|
|
2451
|
-
{
|
|
2452
|
-
"type": "
|
|
2453
|
-
"
|
|
2107
|
+
"type": "interface",
|
|
2108
|
+
"name": "OptionGroup",
|
|
2109
|
+
"body": [
|
|
2110
|
+
{
|
|
2111
|
+
"type": "propertySignature",
|
|
2112
|
+
"key": {
|
|
2113
|
+
"type": "identifier",
|
|
2114
|
+
"name": "label"
|
|
2454
2115
|
},
|
|
2455
|
-
{
|
|
2456
|
-
"type": "
|
|
2457
|
-
"value": "
|
|
2116
|
+
"annotation": {
|
|
2117
|
+
"type": "keyword",
|
|
2118
|
+
"value": "string"
|
|
2458
2119
|
},
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
|
|
2120
|
+
"computed": false
|
|
2121
|
+
},
|
|
2122
|
+
{
|
|
2123
|
+
"type": "propertySignature",
|
|
2124
|
+
"key": {
|
|
2125
|
+
"type": "identifier",
|
|
2126
|
+
"name": "options"
|
|
2462
2127
|
},
|
|
2463
|
-
{
|
|
2464
|
-
"type": "
|
|
2465
|
-
"
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
|
|
2128
|
+
"annotation": {
|
|
2129
|
+
"type": "array",
|
|
2130
|
+
"elementType": {
|
|
2131
|
+
"type": "reference",
|
|
2132
|
+
"typeName": {
|
|
2133
|
+
"type": "identifier",
|
|
2134
|
+
"name": "Option"
|
|
2135
|
+
}
|
|
2136
|
+
}
|
|
2137
|
+
},
|
|
2138
|
+
"computed": false
|
|
2139
|
+
}
|
|
2140
|
+
]
|
|
2469
2141
|
}
|
|
2470
2142
|
]
|
|
2471
2143
|
},
|
|
2472
|
-
"eo-
|
|
2144
|
+
"eo-input": {
|
|
2473
2145
|
"properties": [
|
|
2474
2146
|
{
|
|
2475
|
-
"name": "
|
|
2147
|
+
"name": "name",
|
|
2148
|
+
"annotation": {
|
|
2149
|
+
"type": "keyword",
|
|
2150
|
+
"value": "string"
|
|
2151
|
+
}
|
|
2152
|
+
},
|
|
2153
|
+
{
|
|
2154
|
+
"name": "label",
|
|
2476
2155
|
"annotation": {
|
|
2477
|
-
"type": "
|
|
2478
|
-
"
|
|
2479
|
-
"type": "identifier",
|
|
2480
|
-
"name": "Form"
|
|
2481
|
-
}
|
|
2156
|
+
"type": "keyword",
|
|
2157
|
+
"value": "string"
|
|
2482
2158
|
}
|
|
2483
2159
|
},
|
|
2484
2160
|
{
|
|
2485
|
-
"name": "
|
|
2161
|
+
"name": "required",
|
|
2486
2162
|
"annotation": {
|
|
2487
|
-
"type": "
|
|
2488
|
-
"
|
|
2489
|
-
"type": "identifier",
|
|
2490
|
-
"name": "HTMLElement"
|
|
2491
|
-
}
|
|
2163
|
+
"type": "keyword",
|
|
2164
|
+
"value": "boolean"
|
|
2492
2165
|
}
|
|
2493
2166
|
},
|
|
2494
2167
|
{
|
|
2495
|
-
"name": "
|
|
2168
|
+
"name": "pattern",
|
|
2496
2169
|
"annotation": {
|
|
2497
2170
|
"type": "keyword",
|
|
2498
2171
|
"value": "string"
|
|
2499
2172
|
}
|
|
2500
2173
|
},
|
|
2501
2174
|
{
|
|
2502
|
-
"name": "
|
|
2175
|
+
"name": "max",
|
|
2503
2176
|
"annotation": {
|
|
2504
2177
|
"type": "keyword",
|
|
2505
|
-
"value": "
|
|
2178
|
+
"value": "number"
|
|
2506
2179
|
}
|
|
2507
2180
|
},
|
|
2508
2181
|
{
|
|
2509
|
-
"name": "
|
|
2182
|
+
"name": "min",
|
|
2510
2183
|
"annotation": {
|
|
2511
2184
|
"type": "keyword",
|
|
2512
|
-
"value": "
|
|
2185
|
+
"value": "number"
|
|
2513
2186
|
}
|
|
2514
2187
|
},
|
|
2515
2188
|
{
|
|
@@ -2536,54 +2209,54 @@
|
|
|
2536
2209
|
}
|
|
2537
2210
|
},
|
|
2538
2211
|
{
|
|
2539
|
-
"name": "
|
|
2212
|
+
"name": "value",
|
|
2540
2213
|
"annotation": {
|
|
2541
2214
|
"type": "keyword",
|
|
2542
2215
|
"value": "string"
|
|
2543
2216
|
}
|
|
2544
2217
|
},
|
|
2545
2218
|
{
|
|
2546
|
-
"name": "
|
|
2219
|
+
"name": "placeholder",
|
|
2547
2220
|
"annotation": {
|
|
2548
2221
|
"type": "keyword",
|
|
2549
|
-
"value": "
|
|
2222
|
+
"value": "string"
|
|
2550
2223
|
}
|
|
2551
2224
|
},
|
|
2552
2225
|
{
|
|
2553
|
-
"name": "
|
|
2226
|
+
"name": "disabled",
|
|
2554
2227
|
"annotation": {
|
|
2555
2228
|
"type": "keyword",
|
|
2556
|
-
"value": "
|
|
2229
|
+
"value": "boolean"
|
|
2557
2230
|
}
|
|
2558
2231
|
},
|
|
2559
2232
|
{
|
|
2560
|
-
"name": "
|
|
2233
|
+
"name": "readonly",
|
|
2561
2234
|
"annotation": {
|
|
2562
2235
|
"type": "keyword",
|
|
2563
2236
|
"value": "boolean"
|
|
2564
2237
|
}
|
|
2565
2238
|
},
|
|
2566
2239
|
{
|
|
2567
|
-
"name": "
|
|
2240
|
+
"name": "clearable",
|
|
2568
2241
|
"annotation": {
|
|
2569
2242
|
"type": "keyword",
|
|
2570
|
-
"value": "
|
|
2243
|
+
"value": "boolean"
|
|
2571
2244
|
}
|
|
2572
2245
|
},
|
|
2573
2246
|
{
|
|
2574
|
-
"name": "
|
|
2247
|
+
"name": "autoFocus",
|
|
2575
2248
|
"annotation": {
|
|
2576
2249
|
"type": "keyword",
|
|
2577
|
-
"value": "
|
|
2250
|
+
"value": "boolean"
|
|
2578
2251
|
}
|
|
2579
2252
|
},
|
|
2580
2253
|
{
|
|
2581
|
-
"name": "
|
|
2254
|
+
"name": "type",
|
|
2582
2255
|
"annotation": {
|
|
2583
2256
|
"type": "reference",
|
|
2584
2257
|
"typeName": {
|
|
2585
2258
|
"type": "identifier",
|
|
2586
|
-
"name": "
|
|
2259
|
+
"name": "InputType"
|
|
2587
2260
|
}
|
|
2588
2261
|
}
|
|
2589
2262
|
},
|
|
@@ -2598,17 +2271,34 @@
|
|
|
2598
2271
|
}
|
|
2599
2272
|
},
|
|
2600
2273
|
{
|
|
2601
|
-
"name": "
|
|
2274
|
+
"name": "minLength",
|
|
2602
2275
|
"annotation": {
|
|
2603
2276
|
"type": "keyword",
|
|
2604
|
-
"value": "
|
|
2277
|
+
"value": "number"
|
|
2605
2278
|
}
|
|
2606
2279
|
},
|
|
2607
2280
|
{
|
|
2608
|
-
"name": "
|
|
2281
|
+
"name": "maxLength",
|
|
2609
2282
|
"annotation": {
|
|
2610
2283
|
"type": "keyword",
|
|
2611
|
-
"value": "
|
|
2284
|
+
"value": "number"
|
|
2285
|
+
}
|
|
2286
|
+
},
|
|
2287
|
+
{
|
|
2288
|
+
"name": "inputStyle",
|
|
2289
|
+
"annotation": {
|
|
2290
|
+
"type": "reference",
|
|
2291
|
+
"typeName": {
|
|
2292
|
+
"type": "qualifiedName",
|
|
2293
|
+
"left": {
|
|
2294
|
+
"type": "identifier",
|
|
2295
|
+
"name": "React"
|
|
2296
|
+
},
|
|
2297
|
+
"right": {
|
|
2298
|
+
"type": "identifier",
|
|
2299
|
+
"name": "CSSProperties"
|
|
2300
|
+
}
|
|
2301
|
+
}
|
|
2612
2302
|
}
|
|
2613
2303
|
},
|
|
2614
2304
|
{
|
|
@@ -2636,42 +2326,125 @@
|
|
|
2636
2326
|
}
|
|
2637
2327
|
}
|
|
2638
2328
|
}
|
|
2639
|
-
}
|
|
2329
|
+
}
|
|
2330
|
+
],
|
|
2331
|
+
"events": [
|
|
2640
2332
|
{
|
|
2641
|
-
"name": "
|
|
2642
|
-
"
|
|
2643
|
-
"
|
|
2644
|
-
|
|
2333
|
+
"name": "change",
|
|
2334
|
+
"detail": {
|
|
2335
|
+
"annotation": {
|
|
2336
|
+
"type": "keyword",
|
|
2337
|
+
"value": "string"
|
|
2338
|
+
}
|
|
2645
2339
|
}
|
|
2340
|
+
}
|
|
2341
|
+
],
|
|
2342
|
+
"methods": [
|
|
2343
|
+
{
|
|
2344
|
+
"name": "focusInput",
|
|
2345
|
+
"params": [],
|
|
2346
|
+
"returns": {}
|
|
2646
2347
|
},
|
|
2647
2348
|
{
|
|
2648
|
-
"name": "
|
|
2649
|
-
"
|
|
2650
|
-
|
|
2651
|
-
"value": "string"
|
|
2652
|
-
}
|
|
2349
|
+
"name": "blurInput",
|
|
2350
|
+
"params": [],
|
|
2351
|
+
"returns": {}
|
|
2653
2352
|
}
|
|
2654
2353
|
],
|
|
2655
|
-
"events": [],
|
|
2656
|
-
"methods": [],
|
|
2657
2354
|
"types": [
|
|
2658
2355
|
{
|
|
2659
2356
|
"type": "typeAlias",
|
|
2660
|
-
"name": "
|
|
2357
|
+
"name": "InputType",
|
|
2661
2358
|
"annotation": {
|
|
2662
2359
|
"type": "union",
|
|
2663
2360
|
"types": [
|
|
2664
2361
|
{
|
|
2665
2362
|
"type": "jsLiteral",
|
|
2666
|
-
"value": "
|
|
2363
|
+
"value": "button"
|
|
2667
2364
|
},
|
|
2668
2365
|
{
|
|
2669
2366
|
"type": "jsLiteral",
|
|
2670
|
-
"value": "
|
|
2367
|
+
"value": "checkbox"
|
|
2671
2368
|
},
|
|
2672
2369
|
{
|
|
2673
2370
|
"type": "jsLiteral",
|
|
2674
|
-
"value": "
|
|
2371
|
+
"value": "color"
|
|
2372
|
+
},
|
|
2373
|
+
{
|
|
2374
|
+
"type": "jsLiteral",
|
|
2375
|
+
"value": "date"
|
|
2376
|
+
},
|
|
2377
|
+
{
|
|
2378
|
+
"type": "jsLiteral",
|
|
2379
|
+
"value": "datetime-local"
|
|
2380
|
+
},
|
|
2381
|
+
{
|
|
2382
|
+
"type": "jsLiteral",
|
|
2383
|
+
"value": "email"
|
|
2384
|
+
},
|
|
2385
|
+
{
|
|
2386
|
+
"type": "jsLiteral",
|
|
2387
|
+
"value": "file"
|
|
2388
|
+
},
|
|
2389
|
+
{
|
|
2390
|
+
"type": "jsLiteral",
|
|
2391
|
+
"value": "hidden"
|
|
2392
|
+
},
|
|
2393
|
+
{
|
|
2394
|
+
"type": "jsLiteral",
|
|
2395
|
+
"value": "image"
|
|
2396
|
+
},
|
|
2397
|
+
{
|
|
2398
|
+
"type": "jsLiteral",
|
|
2399
|
+
"value": "month"
|
|
2400
|
+
},
|
|
2401
|
+
{
|
|
2402
|
+
"type": "jsLiteral",
|
|
2403
|
+
"value": "number"
|
|
2404
|
+
},
|
|
2405
|
+
{
|
|
2406
|
+
"type": "jsLiteral",
|
|
2407
|
+
"value": "password"
|
|
2408
|
+
},
|
|
2409
|
+
{
|
|
2410
|
+
"type": "jsLiteral",
|
|
2411
|
+
"value": "radio"
|
|
2412
|
+
},
|
|
2413
|
+
{
|
|
2414
|
+
"type": "jsLiteral",
|
|
2415
|
+
"value": "range"
|
|
2416
|
+
},
|
|
2417
|
+
{
|
|
2418
|
+
"type": "jsLiteral",
|
|
2419
|
+
"value": "reset"
|
|
2420
|
+
},
|
|
2421
|
+
{
|
|
2422
|
+
"type": "jsLiteral",
|
|
2423
|
+
"value": "search"
|
|
2424
|
+
},
|
|
2425
|
+
{
|
|
2426
|
+
"type": "jsLiteral",
|
|
2427
|
+
"value": "submit"
|
|
2428
|
+
},
|
|
2429
|
+
{
|
|
2430
|
+
"type": "jsLiteral",
|
|
2431
|
+
"value": "tel"
|
|
2432
|
+
},
|
|
2433
|
+
{
|
|
2434
|
+
"type": "jsLiteral",
|
|
2435
|
+
"value": "text"
|
|
2436
|
+
},
|
|
2437
|
+
{
|
|
2438
|
+
"type": "jsLiteral",
|
|
2439
|
+
"value": "time"
|
|
2440
|
+
},
|
|
2441
|
+
{
|
|
2442
|
+
"type": "jsLiteral",
|
|
2443
|
+
"value": "url"
|
|
2444
|
+
},
|
|
2445
|
+
{
|
|
2446
|
+
"type": "jsLiteral",
|
|
2447
|
+
"value": "week"
|
|
2675
2448
|
}
|
|
2676
2449
|
]
|
|
2677
2450
|
}
|
|
@@ -3415,31 +3188,44 @@
|
|
|
3415
3188
|
}
|
|
3416
3189
|
]
|
|
3417
3190
|
},
|
|
3418
|
-
"eo-
|
|
3191
|
+
"eo-form-item": {
|
|
3419
3192
|
"properties": [
|
|
3420
3193
|
{
|
|
3421
|
-
"name": "
|
|
3194
|
+
"name": "formElement",
|
|
3422
3195
|
"annotation": {
|
|
3423
|
-
"type": "
|
|
3424
|
-
"
|
|
3196
|
+
"type": "reference",
|
|
3197
|
+
"typeName": {
|
|
3198
|
+
"type": "identifier",
|
|
3199
|
+
"name": "Form"
|
|
3200
|
+
}
|
|
3425
3201
|
}
|
|
3426
3202
|
},
|
|
3427
3203
|
{
|
|
3428
|
-
"name": "
|
|
3204
|
+
"name": "curElement",
|
|
3205
|
+
"annotation": {
|
|
3206
|
+
"type": "reference",
|
|
3207
|
+
"typeName": {
|
|
3208
|
+
"type": "identifier",
|
|
3209
|
+
"name": "HTMLElement"
|
|
3210
|
+
}
|
|
3211
|
+
}
|
|
3212
|
+
},
|
|
3213
|
+
{
|
|
3214
|
+
"name": "name",
|
|
3429
3215
|
"annotation": {
|
|
3430
3216
|
"type": "keyword",
|
|
3431
3217
|
"value": "string"
|
|
3432
3218
|
}
|
|
3433
3219
|
},
|
|
3434
3220
|
{
|
|
3435
|
-
"name": "
|
|
3221
|
+
"name": "label",
|
|
3436
3222
|
"annotation": {
|
|
3437
3223
|
"type": "keyword",
|
|
3438
3224
|
"value": "string"
|
|
3439
3225
|
}
|
|
3440
3226
|
},
|
|
3441
3227
|
{
|
|
3442
|
-
"name": "
|
|
3228
|
+
"name": "pattern",
|
|
3443
3229
|
"annotation": {
|
|
3444
3230
|
"type": "keyword",
|
|
3445
3231
|
"value": "string"
|
|
@@ -3469,10 +3255,24 @@
|
|
|
3469
3255
|
}
|
|
3470
3256
|
},
|
|
3471
3257
|
{
|
|
3472
|
-
"name": "
|
|
3258
|
+
"name": "type",
|
|
3473
3259
|
"annotation": {
|
|
3474
3260
|
"type": "keyword",
|
|
3475
|
-
"value": "
|
|
3261
|
+
"value": "string"
|
|
3262
|
+
}
|
|
3263
|
+
},
|
|
3264
|
+
{
|
|
3265
|
+
"name": "max",
|
|
3266
|
+
"annotation": {
|
|
3267
|
+
"type": "keyword",
|
|
3268
|
+
"value": "number"
|
|
3269
|
+
}
|
|
3270
|
+
},
|
|
3271
|
+
{
|
|
3272
|
+
"name": "min",
|
|
3273
|
+
"annotation": {
|
|
3274
|
+
"type": "keyword",
|
|
3275
|
+
"value": "number"
|
|
3476
3276
|
}
|
|
3477
3277
|
},
|
|
3478
3278
|
{
|
|
@@ -3483,300 +3283,142 @@
|
|
|
3483
3283
|
}
|
|
3484
3284
|
},
|
|
3485
3285
|
{
|
|
3486
|
-
"name": "
|
|
3286
|
+
"name": "value",
|
|
3487
3287
|
"annotation": {
|
|
3488
3288
|
"type": "keyword",
|
|
3489
|
-
"value": "
|
|
3289
|
+
"value": "string"
|
|
3490
3290
|
}
|
|
3491
3291
|
},
|
|
3492
3292
|
{
|
|
3493
|
-
"name": "
|
|
3293
|
+
"name": "valuePropsName",
|
|
3494
3294
|
"annotation": {
|
|
3495
3295
|
"type": "keyword",
|
|
3496
3296
|
"value": "string"
|
|
3497
3297
|
}
|
|
3498
3298
|
},
|
|
3499
3299
|
{
|
|
3500
|
-
"name": "
|
|
3300
|
+
"name": "layout",
|
|
3501
3301
|
"annotation": {
|
|
3502
3302
|
"type": "reference",
|
|
3503
3303
|
"typeName": {
|
|
3504
3304
|
"type": "identifier",
|
|
3505
|
-
"name": "
|
|
3305
|
+
"name": "Layout"
|
|
3506
3306
|
}
|
|
3507
3307
|
}
|
|
3508
3308
|
},
|
|
3509
3309
|
{
|
|
3510
|
-
"name": "
|
|
3511
|
-
"annotation": {
|
|
3512
|
-
"type": "keyword",
|
|
3513
|
-
"value": "boolean"
|
|
3514
|
-
}
|
|
3515
|
-
},
|
|
3516
|
-
{
|
|
3517
|
-
"name": "disabledDate",
|
|
3310
|
+
"name": "size",
|
|
3518
3311
|
"annotation": {
|
|
3519
3312
|
"type": "reference",
|
|
3520
3313
|
"typeName": {
|
|
3521
3314
|
"type": "identifier",
|
|
3522
|
-
"name": "
|
|
3315
|
+
"name": "ComponentSize"
|
|
3523
3316
|
}
|
|
3524
3317
|
}
|
|
3525
3318
|
},
|
|
3526
3319
|
{
|
|
3527
|
-
"name": "
|
|
3320
|
+
"name": "trim",
|
|
3528
3321
|
"annotation": {
|
|
3529
3322
|
"type": "keyword",
|
|
3530
3323
|
"value": "boolean"
|
|
3531
3324
|
}
|
|
3532
3325
|
},
|
|
3533
3326
|
{
|
|
3534
|
-
"name": "
|
|
3327
|
+
"name": "trigger",
|
|
3535
3328
|
"annotation": {
|
|
3536
|
-
"type": "
|
|
3537
|
-
"
|
|
3538
|
-
"type": "identifier",
|
|
3539
|
-
"name": "CSSProperties"
|
|
3540
|
-
}
|
|
3329
|
+
"type": "keyword",
|
|
3330
|
+
"value": "string"
|
|
3541
3331
|
}
|
|
3542
|
-
}
|
|
3543
|
-
],
|
|
3544
|
-
"events": [
|
|
3332
|
+
},
|
|
3545
3333
|
{
|
|
3546
|
-
"name": "
|
|
3547
|
-
"
|
|
3334
|
+
"name": "validator",
|
|
3335
|
+
"annotation": {
|
|
3336
|
+
"type": "parenthesizedType",
|
|
3548
3337
|
"annotation": {
|
|
3549
|
-
"type": "
|
|
3550
|
-
"
|
|
3338
|
+
"type": "function",
|
|
3339
|
+
"parameters": [
|
|
3340
|
+
{
|
|
3341
|
+
"type": "identifier",
|
|
3342
|
+
"name": "value",
|
|
3343
|
+
"annotation": {
|
|
3344
|
+
"type": "keyword",
|
|
3345
|
+
"value": "any"
|
|
3346
|
+
}
|
|
3347
|
+
}
|
|
3348
|
+
],
|
|
3349
|
+
"annotation": {
|
|
3350
|
+
"type": "reference",
|
|
3351
|
+
"typeName": {
|
|
3352
|
+
"type": "identifier",
|
|
3353
|
+
"name": "MessageBody"
|
|
3354
|
+
}
|
|
3355
|
+
}
|
|
3551
3356
|
}
|
|
3552
3357
|
}
|
|
3553
3358
|
},
|
|
3554
3359
|
{
|
|
3555
|
-
"name": "
|
|
3556
|
-
"
|
|
3557
|
-
"
|
|
3558
|
-
|
|
3559
|
-
|
|
3560
|
-
|
|
3360
|
+
"name": "needValidate",
|
|
3361
|
+
"annotation": {
|
|
3362
|
+
"type": "keyword",
|
|
3363
|
+
"value": "boolean"
|
|
3364
|
+
}
|
|
3365
|
+
},
|
|
3366
|
+
{
|
|
3367
|
+
"name": "textContent",
|
|
3368
|
+
"annotation": {
|
|
3369
|
+
"type": "keyword",
|
|
3370
|
+
"value": "string"
|
|
3561
3371
|
}
|
|
3562
3372
|
}
|
|
3563
3373
|
],
|
|
3374
|
+
"events": [],
|
|
3564
3375
|
"methods": [],
|
|
3565
3376
|
"types": [
|
|
3566
3377
|
{
|
|
3567
3378
|
"type": "typeAlias",
|
|
3568
|
-
"name": "
|
|
3379
|
+
"name": "Layout",
|
|
3569
3380
|
"annotation": {
|
|
3570
3381
|
"type": "union",
|
|
3571
3382
|
"types": [
|
|
3572
3383
|
{
|
|
3573
3384
|
"type": "jsLiteral",
|
|
3574
|
-
"value": "
|
|
3575
|
-
},
|
|
3576
|
-
{
|
|
3577
|
-
"type": "jsLiteral",
|
|
3578
|
-
"value": "week"
|
|
3579
|
-
},
|
|
3580
|
-
{
|
|
3581
|
-
"type": "jsLiteral",
|
|
3582
|
-
"value": "month"
|
|
3385
|
+
"value": "horizontal"
|
|
3583
3386
|
},
|
|
3584
3387
|
{
|
|
3585
3388
|
"type": "jsLiteral",
|
|
3586
|
-
"value": "
|
|
3389
|
+
"value": "vertical"
|
|
3587
3390
|
},
|
|
3588
3391
|
{
|
|
3589
3392
|
"type": "jsLiteral",
|
|
3590
|
-
"value": "
|
|
3393
|
+
"value": "inline"
|
|
3591
3394
|
}
|
|
3592
3395
|
]
|
|
3593
3396
|
}
|
|
3594
3397
|
},
|
|
3595
3398
|
{
|
|
3596
3399
|
"type": "typeAlias",
|
|
3597
|
-
"name": "
|
|
3400
|
+
"name": "ComponentSize",
|
|
3598
3401
|
"annotation": {
|
|
3599
3402
|
"type": "union",
|
|
3600
3403
|
"types": [
|
|
3601
3404
|
{
|
|
3602
|
-
"type": "
|
|
3603
|
-
"
|
|
3604
|
-
"type": "identifier",
|
|
3605
|
-
"name": "DisabledDate"
|
|
3606
|
-
}
|
|
3405
|
+
"type": "jsLiteral",
|
|
3406
|
+
"value": "large"
|
|
3607
3407
|
},
|
|
3608
3408
|
{
|
|
3609
|
-
"type": "
|
|
3610
|
-
"
|
|
3611
|
-
"type": "reference",
|
|
3612
|
-
"typeName": {
|
|
3613
|
-
"type": "identifier",
|
|
3614
|
-
"name": "DisabledDate"
|
|
3615
|
-
}
|
|
3616
|
-
}
|
|
3617
|
-
}
|
|
3618
|
-
]
|
|
3619
|
-
}
|
|
3620
|
-
},
|
|
3621
|
-
{
|
|
3622
|
-
"type": "interface",
|
|
3623
|
-
"name": "DisabledDate",
|
|
3624
|
-
"body": [
|
|
3625
|
-
{
|
|
3626
|
-
"type": "propertySignature",
|
|
3627
|
-
"key": {
|
|
3628
|
-
"type": "identifier",
|
|
3629
|
-
"name": "second"
|
|
3630
|
-
},
|
|
3631
|
-
"annotation": {
|
|
3632
|
-
"type": "union",
|
|
3633
|
-
"types": [
|
|
3634
|
-
{
|
|
3635
|
-
"type": "keyword",
|
|
3636
|
-
"value": "string"
|
|
3637
|
-
},
|
|
3638
|
-
{
|
|
3639
|
-
"type": "keyword",
|
|
3640
|
-
"value": "number"
|
|
3641
|
-
}
|
|
3642
|
-
]
|
|
3643
|
-
},
|
|
3644
|
-
"optional": true,
|
|
3645
|
-
"computed": false
|
|
3646
|
-
},
|
|
3647
|
-
{
|
|
3648
|
-
"type": "propertySignature",
|
|
3649
|
-
"key": {
|
|
3650
|
-
"type": "identifier",
|
|
3651
|
-
"name": "minute"
|
|
3652
|
-
},
|
|
3653
|
-
"annotation": {
|
|
3654
|
-
"type": "union",
|
|
3655
|
-
"types": [
|
|
3656
|
-
{
|
|
3657
|
-
"type": "keyword",
|
|
3658
|
-
"value": "string"
|
|
3659
|
-
},
|
|
3660
|
-
{
|
|
3661
|
-
"type": "keyword",
|
|
3662
|
-
"value": "number"
|
|
3663
|
-
}
|
|
3664
|
-
]
|
|
3665
|
-
},
|
|
3666
|
-
"optional": true,
|
|
3667
|
-
"computed": false
|
|
3668
|
-
},
|
|
3669
|
-
{
|
|
3670
|
-
"type": "propertySignature",
|
|
3671
|
-
"key": {
|
|
3672
|
-
"type": "identifier",
|
|
3673
|
-
"name": "hour"
|
|
3674
|
-
},
|
|
3675
|
-
"annotation": {
|
|
3676
|
-
"type": "union",
|
|
3677
|
-
"types": [
|
|
3678
|
-
{
|
|
3679
|
-
"type": "keyword",
|
|
3680
|
-
"value": "string"
|
|
3681
|
-
},
|
|
3682
|
-
{
|
|
3683
|
-
"type": "keyword",
|
|
3684
|
-
"value": "number"
|
|
3685
|
-
}
|
|
3686
|
-
]
|
|
3687
|
-
},
|
|
3688
|
-
"optional": true,
|
|
3689
|
-
"computed": false
|
|
3690
|
-
},
|
|
3691
|
-
{
|
|
3692
|
-
"type": "propertySignature",
|
|
3693
|
-
"key": {
|
|
3694
|
-
"type": "identifier",
|
|
3695
|
-
"name": "date"
|
|
3696
|
-
},
|
|
3697
|
-
"annotation": {
|
|
3698
|
-
"type": "union",
|
|
3699
|
-
"types": [
|
|
3700
|
-
{
|
|
3701
|
-
"type": "keyword",
|
|
3702
|
-
"value": "string"
|
|
3703
|
-
},
|
|
3704
|
-
{
|
|
3705
|
-
"type": "keyword",
|
|
3706
|
-
"value": "number"
|
|
3707
|
-
}
|
|
3708
|
-
]
|
|
3709
|
-
},
|
|
3710
|
-
"optional": true,
|
|
3711
|
-
"computed": false
|
|
3712
|
-
},
|
|
3713
|
-
{
|
|
3714
|
-
"type": "propertySignature",
|
|
3715
|
-
"key": {
|
|
3716
|
-
"type": "identifier",
|
|
3717
|
-
"name": "month"
|
|
3718
|
-
},
|
|
3719
|
-
"annotation": {
|
|
3720
|
-
"type": "union",
|
|
3721
|
-
"types": [
|
|
3722
|
-
{
|
|
3723
|
-
"type": "keyword",
|
|
3724
|
-
"value": "string"
|
|
3725
|
-
},
|
|
3726
|
-
{
|
|
3727
|
-
"type": "keyword",
|
|
3728
|
-
"value": "number"
|
|
3729
|
-
}
|
|
3730
|
-
]
|
|
3731
|
-
},
|
|
3732
|
-
"optional": true,
|
|
3733
|
-
"computed": false
|
|
3734
|
-
},
|
|
3735
|
-
{
|
|
3736
|
-
"type": "propertySignature",
|
|
3737
|
-
"key": {
|
|
3738
|
-
"type": "identifier",
|
|
3739
|
-
"name": "year"
|
|
3740
|
-
},
|
|
3741
|
-
"annotation": {
|
|
3742
|
-
"type": "union",
|
|
3743
|
-
"types": [
|
|
3744
|
-
{
|
|
3745
|
-
"type": "keyword",
|
|
3746
|
-
"value": "string"
|
|
3747
|
-
},
|
|
3748
|
-
{
|
|
3749
|
-
"type": "keyword",
|
|
3750
|
-
"value": "number"
|
|
3751
|
-
}
|
|
3752
|
-
]
|
|
3753
|
-
},
|
|
3754
|
-
"optional": true,
|
|
3755
|
-
"computed": false
|
|
3756
|
-
},
|
|
3757
|
-
{
|
|
3758
|
-
"type": "propertySignature",
|
|
3759
|
-
"key": {
|
|
3760
|
-
"type": "identifier",
|
|
3761
|
-
"name": "weekday"
|
|
3762
|
-
},
|
|
3763
|
-
"annotation": {
|
|
3764
|
-
"type": "union",
|
|
3765
|
-
"types": [
|
|
3766
|
-
{
|
|
3767
|
-
"type": "keyword",
|
|
3768
|
-
"value": "string"
|
|
3769
|
-
},
|
|
3770
|
-
{
|
|
3771
|
-
"type": "keyword",
|
|
3772
|
-
"value": "number"
|
|
3773
|
-
}
|
|
3774
|
-
]
|
|
3409
|
+
"type": "jsLiteral",
|
|
3410
|
+
"value": "medium"
|
|
3775
3411
|
},
|
|
3776
|
-
|
|
3777
|
-
|
|
3778
|
-
|
|
3779
|
-
|
|
3412
|
+
{
|
|
3413
|
+
"type": "jsLiteral",
|
|
3414
|
+
"value": "small"
|
|
3415
|
+
},
|
|
3416
|
+
{
|
|
3417
|
+
"type": "jsLiteral",
|
|
3418
|
+
"value": "xs"
|
|
3419
|
+
}
|
|
3420
|
+
]
|
|
3421
|
+
}
|
|
3780
3422
|
}
|
|
3781
3423
|
]
|
|
3782
3424
|
},
|
|
@@ -3975,31 +3617,292 @@
|
|
|
3975
3617
|
]
|
|
3976
3618
|
},
|
|
3977
3619
|
{
|
|
3978
|
-
"type": "typeAlias",
|
|
3979
|
-
"name": "RangeType",
|
|
3620
|
+
"type": "typeAlias",
|
|
3621
|
+
"name": "RangeType",
|
|
3622
|
+
"annotation": {
|
|
3623
|
+
"type": "intersection",
|
|
3624
|
+
"types": [
|
|
3625
|
+
{
|
|
3626
|
+
"type": "reference",
|
|
3627
|
+
"typeName": {
|
|
3628
|
+
"type": "identifier",
|
|
3629
|
+
"name": "PickerType"
|
|
3630
|
+
}
|
|
3631
|
+
},
|
|
3632
|
+
{
|
|
3633
|
+
"type": "reference",
|
|
3634
|
+
"typeName": {
|
|
3635
|
+
"type": "identifier",
|
|
3636
|
+
"name": "OtherPickerType"
|
|
3637
|
+
}
|
|
3638
|
+
}
|
|
3639
|
+
]
|
|
3640
|
+
}
|
|
3641
|
+
},
|
|
3642
|
+
{
|
|
3643
|
+
"type": "typeAlias",
|
|
3644
|
+
"name": "PickerType",
|
|
3645
|
+
"annotation": {
|
|
3646
|
+
"type": "union",
|
|
3647
|
+
"types": [
|
|
3648
|
+
{
|
|
3649
|
+
"type": "jsLiteral",
|
|
3650
|
+
"value": "date"
|
|
3651
|
+
},
|
|
3652
|
+
{
|
|
3653
|
+
"type": "jsLiteral",
|
|
3654
|
+
"value": "week"
|
|
3655
|
+
},
|
|
3656
|
+
{
|
|
3657
|
+
"type": "jsLiteral",
|
|
3658
|
+
"value": "month"
|
|
3659
|
+
},
|
|
3660
|
+
{
|
|
3661
|
+
"type": "jsLiteral",
|
|
3662
|
+
"value": "quarter"
|
|
3663
|
+
},
|
|
3664
|
+
{
|
|
3665
|
+
"type": "jsLiteral",
|
|
3666
|
+
"value": "year"
|
|
3667
|
+
}
|
|
3668
|
+
]
|
|
3669
|
+
}
|
|
3670
|
+
},
|
|
3671
|
+
{
|
|
3672
|
+
"type": "typeAlias",
|
|
3673
|
+
"name": "OtherPickerType",
|
|
3674
|
+
"annotation": {
|
|
3675
|
+
"type": "union",
|
|
3676
|
+
"types": [
|
|
3677
|
+
{
|
|
3678
|
+
"type": "jsLiteral",
|
|
3679
|
+
"value": "dateTime"
|
|
3680
|
+
},
|
|
3681
|
+
{
|
|
3682
|
+
"type": "jsLiteral",
|
|
3683
|
+
"value": "hmTime"
|
|
3684
|
+
},
|
|
3685
|
+
{
|
|
3686
|
+
"type": "jsLiteral",
|
|
3687
|
+
"value": "time"
|
|
3688
|
+
}
|
|
3689
|
+
]
|
|
3690
|
+
}
|
|
3691
|
+
},
|
|
3692
|
+
{
|
|
3693
|
+
"type": "enum",
|
|
3694
|
+
"name": "presetRangeType",
|
|
3695
|
+
"members": [
|
|
3696
|
+
{
|
|
3697
|
+
"type": "enumMember",
|
|
3698
|
+
"id": {
|
|
3699
|
+
"type": "identifier",
|
|
3700
|
+
"name": "Today"
|
|
3701
|
+
},
|
|
3702
|
+
"initializer": {
|
|
3703
|
+
"type": "jsLiteral",
|
|
3704
|
+
"value": "今天"
|
|
3705
|
+
}
|
|
3706
|
+
},
|
|
3707
|
+
{
|
|
3708
|
+
"type": "enumMember",
|
|
3709
|
+
"id": {
|
|
3710
|
+
"type": "identifier",
|
|
3711
|
+
"name": "ThisWeek"
|
|
3712
|
+
},
|
|
3713
|
+
"initializer": {
|
|
3714
|
+
"type": "jsLiteral",
|
|
3715
|
+
"value": "本周"
|
|
3716
|
+
}
|
|
3717
|
+
},
|
|
3718
|
+
{
|
|
3719
|
+
"type": "enumMember",
|
|
3720
|
+
"id": {
|
|
3721
|
+
"type": "identifier",
|
|
3722
|
+
"name": "ThisMonth"
|
|
3723
|
+
},
|
|
3724
|
+
"initializer": {
|
|
3725
|
+
"type": "jsLiteral",
|
|
3726
|
+
"value": "本月"
|
|
3727
|
+
}
|
|
3728
|
+
},
|
|
3729
|
+
{
|
|
3730
|
+
"type": "enumMember",
|
|
3731
|
+
"id": {
|
|
3732
|
+
"type": "identifier",
|
|
3733
|
+
"name": "ThisQuarter"
|
|
3734
|
+
},
|
|
3735
|
+
"initializer": {
|
|
3736
|
+
"type": "jsLiteral",
|
|
3737
|
+
"value": "本季度"
|
|
3738
|
+
}
|
|
3739
|
+
},
|
|
3740
|
+
{
|
|
3741
|
+
"type": "enumMember",
|
|
3742
|
+
"id": {
|
|
3743
|
+
"type": "identifier",
|
|
3744
|
+
"name": "ThisYear"
|
|
3745
|
+
},
|
|
3746
|
+
"initializer": {
|
|
3747
|
+
"type": "jsLiteral",
|
|
3748
|
+
"value": "今年"
|
|
3749
|
+
}
|
|
3750
|
+
}
|
|
3751
|
+
]
|
|
3752
|
+
}
|
|
3753
|
+
]
|
|
3754
|
+
},
|
|
3755
|
+
"eo-date-picker": {
|
|
3756
|
+
"properties": [
|
|
3757
|
+
{
|
|
3758
|
+
"name": "name",
|
|
3759
|
+
"annotation": {
|
|
3760
|
+
"type": "keyword",
|
|
3761
|
+
"value": "string"
|
|
3762
|
+
}
|
|
3763
|
+
},
|
|
3764
|
+
{
|
|
3765
|
+
"name": "label",
|
|
3766
|
+
"annotation": {
|
|
3767
|
+
"type": "keyword",
|
|
3768
|
+
"value": "string"
|
|
3769
|
+
}
|
|
3770
|
+
},
|
|
3771
|
+
{
|
|
3772
|
+
"name": "value",
|
|
3773
|
+
"annotation": {
|
|
3774
|
+
"type": "keyword",
|
|
3775
|
+
"value": "string"
|
|
3776
|
+
}
|
|
3777
|
+
},
|
|
3778
|
+
{
|
|
3779
|
+
"name": "placeholder",
|
|
3780
|
+
"annotation": {
|
|
3781
|
+
"type": "keyword",
|
|
3782
|
+
"value": "string"
|
|
3783
|
+
}
|
|
3784
|
+
},
|
|
3785
|
+
{
|
|
3786
|
+
"name": "message",
|
|
3787
|
+
"annotation": {
|
|
3788
|
+
"type": "reference",
|
|
3789
|
+
"typeName": {
|
|
3790
|
+
"type": "identifier",
|
|
3791
|
+
"name": "Record"
|
|
3792
|
+
},
|
|
3793
|
+
"typeParameters": {
|
|
3794
|
+
"type": "typeParameterInstantiation",
|
|
3795
|
+
"params": [
|
|
3796
|
+
{
|
|
3797
|
+
"type": "keyword",
|
|
3798
|
+
"value": "string"
|
|
3799
|
+
},
|
|
3800
|
+
{
|
|
3801
|
+
"type": "keyword",
|
|
3802
|
+
"value": "string"
|
|
3803
|
+
}
|
|
3804
|
+
]
|
|
3805
|
+
}
|
|
3806
|
+
}
|
|
3807
|
+
},
|
|
3808
|
+
{
|
|
3809
|
+
"name": "disabled",
|
|
3810
|
+
"annotation": {
|
|
3811
|
+
"type": "keyword",
|
|
3812
|
+
"value": "boolean"
|
|
3813
|
+
}
|
|
3814
|
+
},
|
|
3815
|
+
{
|
|
3816
|
+
"name": "required",
|
|
3817
|
+
"annotation": {
|
|
3818
|
+
"type": "keyword",
|
|
3819
|
+
"value": "boolean"
|
|
3820
|
+
}
|
|
3821
|
+
},
|
|
3822
|
+
{
|
|
3823
|
+
"name": "showTime",
|
|
3824
|
+
"annotation": {
|
|
3825
|
+
"type": "keyword",
|
|
3826
|
+
"value": "boolean"
|
|
3827
|
+
}
|
|
3828
|
+
},
|
|
3829
|
+
{
|
|
3830
|
+
"name": "format",
|
|
3831
|
+
"annotation": {
|
|
3832
|
+
"type": "keyword",
|
|
3833
|
+
"value": "string"
|
|
3834
|
+
}
|
|
3835
|
+
},
|
|
3836
|
+
{
|
|
3837
|
+
"name": "picker",
|
|
3838
|
+
"annotation": {
|
|
3839
|
+
"type": "reference",
|
|
3840
|
+
"typeName": {
|
|
3841
|
+
"type": "identifier",
|
|
3842
|
+
"name": "PickerMode"
|
|
3843
|
+
}
|
|
3844
|
+
}
|
|
3845
|
+
},
|
|
3846
|
+
{
|
|
3847
|
+
"name": "futureDateDisabled",
|
|
3848
|
+
"annotation": {
|
|
3849
|
+
"type": "keyword",
|
|
3850
|
+
"value": "boolean"
|
|
3851
|
+
}
|
|
3852
|
+
},
|
|
3853
|
+
{
|
|
3854
|
+
"name": "disabledDate",
|
|
3855
|
+
"annotation": {
|
|
3856
|
+
"type": "reference",
|
|
3857
|
+
"typeName": {
|
|
3858
|
+
"type": "identifier",
|
|
3859
|
+
"name": "DisabledDateType"
|
|
3860
|
+
}
|
|
3861
|
+
}
|
|
3862
|
+
},
|
|
3863
|
+
{
|
|
3864
|
+
"name": "useFastSelectBtn",
|
|
3865
|
+
"annotation": {
|
|
3866
|
+
"type": "keyword",
|
|
3867
|
+
"value": "boolean"
|
|
3868
|
+
}
|
|
3869
|
+
},
|
|
3870
|
+
{
|
|
3871
|
+
"name": "inputStyle",
|
|
3980
3872
|
"annotation": {
|
|
3981
|
-
"type": "
|
|
3982
|
-
"
|
|
3983
|
-
|
|
3984
|
-
|
|
3985
|
-
|
|
3986
|
-
|
|
3987
|
-
|
|
3988
|
-
|
|
3989
|
-
|
|
3990
|
-
|
|
3991
|
-
|
|
3992
|
-
|
|
3993
|
-
|
|
3994
|
-
|
|
3995
|
-
|
|
3996
|
-
|
|
3997
|
-
]
|
|
3873
|
+
"type": "reference",
|
|
3874
|
+
"typeName": {
|
|
3875
|
+
"type": "identifier",
|
|
3876
|
+
"name": "CSSProperties"
|
|
3877
|
+
}
|
|
3878
|
+
}
|
|
3879
|
+
}
|
|
3880
|
+
],
|
|
3881
|
+
"events": [
|
|
3882
|
+
{
|
|
3883
|
+
"name": "change",
|
|
3884
|
+
"detail": {
|
|
3885
|
+
"annotation": {
|
|
3886
|
+
"type": "keyword",
|
|
3887
|
+
"value": "string"
|
|
3888
|
+
}
|
|
3998
3889
|
}
|
|
3999
3890
|
},
|
|
3891
|
+
{
|
|
3892
|
+
"name": "ok",
|
|
3893
|
+
"detail": {
|
|
3894
|
+
"annotation": {
|
|
3895
|
+
"type": "keyword",
|
|
3896
|
+
"value": "string"
|
|
3897
|
+
}
|
|
3898
|
+
}
|
|
3899
|
+
}
|
|
3900
|
+
],
|
|
3901
|
+
"methods": [],
|
|
3902
|
+
"types": [
|
|
4000
3903
|
{
|
|
4001
3904
|
"type": "typeAlias",
|
|
4002
|
-
"name": "
|
|
3905
|
+
"name": "PickerMode",
|
|
4003
3906
|
"annotation": {
|
|
4004
3907
|
"type": "union",
|
|
4005
3908
|
"types": [
|
|
@@ -4017,94 +3920,198 @@
|
|
|
4017
3920
|
},
|
|
4018
3921
|
{
|
|
4019
3922
|
"type": "jsLiteral",
|
|
4020
|
-
"value": "
|
|
3923
|
+
"value": "year"
|
|
4021
3924
|
},
|
|
4022
3925
|
{
|
|
4023
3926
|
"type": "jsLiteral",
|
|
4024
|
-
"value": "
|
|
3927
|
+
"value": "quarter"
|
|
4025
3928
|
}
|
|
4026
3929
|
]
|
|
4027
3930
|
}
|
|
4028
3931
|
},
|
|
4029
3932
|
{
|
|
4030
3933
|
"type": "typeAlias",
|
|
4031
|
-
"name": "
|
|
3934
|
+
"name": "DisabledDateType",
|
|
4032
3935
|
"annotation": {
|
|
4033
3936
|
"type": "union",
|
|
4034
3937
|
"types": [
|
|
4035
3938
|
{
|
|
4036
|
-
"type": "
|
|
4037
|
-
"
|
|
4038
|
-
|
|
4039
|
-
|
|
4040
|
-
|
|
4041
|
-
"value": "hmTime"
|
|
3939
|
+
"type": "reference",
|
|
3940
|
+
"typeName": {
|
|
3941
|
+
"type": "identifier",
|
|
3942
|
+
"name": "DisabledDate"
|
|
3943
|
+
}
|
|
4042
3944
|
},
|
|
4043
3945
|
{
|
|
4044
|
-
"type": "
|
|
4045
|
-
"
|
|
3946
|
+
"type": "array",
|
|
3947
|
+
"elementType": {
|
|
3948
|
+
"type": "reference",
|
|
3949
|
+
"typeName": {
|
|
3950
|
+
"type": "identifier",
|
|
3951
|
+
"name": "DisabledDate"
|
|
3952
|
+
}
|
|
3953
|
+
}
|
|
4046
3954
|
}
|
|
4047
3955
|
]
|
|
4048
3956
|
}
|
|
4049
3957
|
},
|
|
4050
3958
|
{
|
|
4051
|
-
"type": "
|
|
4052
|
-
"name": "
|
|
4053
|
-
"
|
|
3959
|
+
"type": "interface",
|
|
3960
|
+
"name": "DisabledDate",
|
|
3961
|
+
"body": [
|
|
4054
3962
|
{
|
|
4055
|
-
"type": "
|
|
4056
|
-
"
|
|
3963
|
+
"type": "propertySignature",
|
|
3964
|
+
"key": {
|
|
4057
3965
|
"type": "identifier",
|
|
4058
|
-
"name": "
|
|
3966
|
+
"name": "second"
|
|
4059
3967
|
},
|
|
4060
|
-
"
|
|
4061
|
-
"type": "
|
|
4062
|
-
"
|
|
4063
|
-
|
|
3968
|
+
"annotation": {
|
|
3969
|
+
"type": "union",
|
|
3970
|
+
"types": [
|
|
3971
|
+
{
|
|
3972
|
+
"type": "keyword",
|
|
3973
|
+
"value": "string"
|
|
3974
|
+
},
|
|
3975
|
+
{
|
|
3976
|
+
"type": "keyword",
|
|
3977
|
+
"value": "number"
|
|
3978
|
+
}
|
|
3979
|
+
]
|
|
3980
|
+
},
|
|
3981
|
+
"optional": true,
|
|
3982
|
+
"computed": false
|
|
4064
3983
|
},
|
|
4065
3984
|
{
|
|
4066
|
-
"type": "
|
|
4067
|
-
"
|
|
3985
|
+
"type": "propertySignature",
|
|
3986
|
+
"key": {
|
|
4068
3987
|
"type": "identifier",
|
|
4069
|
-
"name": "
|
|
3988
|
+
"name": "minute"
|
|
4070
3989
|
},
|
|
4071
|
-
"
|
|
4072
|
-
"type": "
|
|
4073
|
-
"
|
|
4074
|
-
|
|
3990
|
+
"annotation": {
|
|
3991
|
+
"type": "union",
|
|
3992
|
+
"types": [
|
|
3993
|
+
{
|
|
3994
|
+
"type": "keyword",
|
|
3995
|
+
"value": "string"
|
|
3996
|
+
},
|
|
3997
|
+
{
|
|
3998
|
+
"type": "keyword",
|
|
3999
|
+
"value": "number"
|
|
4000
|
+
}
|
|
4001
|
+
]
|
|
4002
|
+
},
|
|
4003
|
+
"optional": true,
|
|
4004
|
+
"computed": false
|
|
4075
4005
|
},
|
|
4076
4006
|
{
|
|
4077
|
-
"type": "
|
|
4078
|
-
"
|
|
4007
|
+
"type": "propertySignature",
|
|
4008
|
+
"key": {
|
|
4079
4009
|
"type": "identifier",
|
|
4080
|
-
"name": "
|
|
4010
|
+
"name": "hour"
|
|
4081
4011
|
},
|
|
4082
|
-
"
|
|
4083
|
-
"type": "
|
|
4084
|
-
"
|
|
4085
|
-
|
|
4012
|
+
"annotation": {
|
|
4013
|
+
"type": "union",
|
|
4014
|
+
"types": [
|
|
4015
|
+
{
|
|
4016
|
+
"type": "keyword",
|
|
4017
|
+
"value": "string"
|
|
4018
|
+
},
|
|
4019
|
+
{
|
|
4020
|
+
"type": "keyword",
|
|
4021
|
+
"value": "number"
|
|
4022
|
+
}
|
|
4023
|
+
]
|
|
4024
|
+
},
|
|
4025
|
+
"optional": true,
|
|
4026
|
+
"computed": false
|
|
4086
4027
|
},
|
|
4087
4028
|
{
|
|
4088
|
-
"type": "
|
|
4089
|
-
"
|
|
4029
|
+
"type": "propertySignature",
|
|
4030
|
+
"key": {
|
|
4090
4031
|
"type": "identifier",
|
|
4091
|
-
"name": "
|
|
4032
|
+
"name": "date"
|
|
4092
4033
|
},
|
|
4093
|
-
"
|
|
4094
|
-
"type": "
|
|
4095
|
-
"
|
|
4096
|
-
|
|
4034
|
+
"annotation": {
|
|
4035
|
+
"type": "union",
|
|
4036
|
+
"types": [
|
|
4037
|
+
{
|
|
4038
|
+
"type": "keyword",
|
|
4039
|
+
"value": "string"
|
|
4040
|
+
},
|
|
4041
|
+
{
|
|
4042
|
+
"type": "keyword",
|
|
4043
|
+
"value": "number"
|
|
4044
|
+
}
|
|
4045
|
+
]
|
|
4046
|
+
},
|
|
4047
|
+
"optional": true,
|
|
4048
|
+
"computed": false
|
|
4097
4049
|
},
|
|
4098
4050
|
{
|
|
4099
|
-
"type": "
|
|
4100
|
-
"
|
|
4051
|
+
"type": "propertySignature",
|
|
4052
|
+
"key": {
|
|
4101
4053
|
"type": "identifier",
|
|
4102
|
-
"name": "
|
|
4054
|
+
"name": "month"
|
|
4103
4055
|
},
|
|
4104
|
-
"
|
|
4105
|
-
"type": "
|
|
4106
|
-
"
|
|
4107
|
-
|
|
4056
|
+
"annotation": {
|
|
4057
|
+
"type": "union",
|
|
4058
|
+
"types": [
|
|
4059
|
+
{
|
|
4060
|
+
"type": "keyword",
|
|
4061
|
+
"value": "string"
|
|
4062
|
+
},
|
|
4063
|
+
{
|
|
4064
|
+
"type": "keyword",
|
|
4065
|
+
"value": "number"
|
|
4066
|
+
}
|
|
4067
|
+
]
|
|
4068
|
+
},
|
|
4069
|
+
"optional": true,
|
|
4070
|
+
"computed": false
|
|
4071
|
+
},
|
|
4072
|
+
{
|
|
4073
|
+
"type": "propertySignature",
|
|
4074
|
+
"key": {
|
|
4075
|
+
"type": "identifier",
|
|
4076
|
+
"name": "year"
|
|
4077
|
+
},
|
|
4078
|
+
"annotation": {
|
|
4079
|
+
"type": "union",
|
|
4080
|
+
"types": [
|
|
4081
|
+
{
|
|
4082
|
+
"type": "keyword",
|
|
4083
|
+
"value": "string"
|
|
4084
|
+
},
|
|
4085
|
+
{
|
|
4086
|
+
"type": "keyword",
|
|
4087
|
+
"value": "number"
|
|
4088
|
+
}
|
|
4089
|
+
]
|
|
4090
|
+
},
|
|
4091
|
+
"optional": true,
|
|
4092
|
+
"computed": false
|
|
4093
|
+
},
|
|
4094
|
+
{
|
|
4095
|
+
"type": "propertySignature",
|
|
4096
|
+
"key": {
|
|
4097
|
+
"type": "identifier",
|
|
4098
|
+
"name": "weekday"
|
|
4099
|
+
},
|
|
4100
|
+
"annotation": {
|
|
4101
|
+
"type": "union",
|
|
4102
|
+
"types": [
|
|
4103
|
+
{
|
|
4104
|
+
"type": "keyword",
|
|
4105
|
+
"value": "string"
|
|
4106
|
+
},
|
|
4107
|
+
{
|
|
4108
|
+
"type": "keyword",
|
|
4109
|
+
"value": "number"
|
|
4110
|
+
}
|
|
4111
|
+
]
|
|
4112
|
+
},
|
|
4113
|
+
"optional": true,
|
|
4114
|
+
"computed": false
|
|
4108
4115
|
}
|
|
4109
4116
|
]
|
|
4110
4117
|
}
|