@next-bricks/form 1.9.3 → 1.9.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bricks.json +30 -30
- package/dist/chunks/1337.7e5a7581.js +2 -0
- package/dist/chunks/1337.7e5a7581.js.map +1 -0
- package/dist/chunks/7721.09baecc4.js +3 -0
- package/dist/chunks/7721.09baecc4.js.map +1 -0
- package/dist/chunks/{9515.43552523.js → 9515.e0e282f4.js} +2 -2
- package/dist/chunks/{9515.43552523.js.map → 9515.e0e282f4.js.map} +1 -1
- package/dist/chunks/eo-auto-complete.02f91029.js +3 -0
- package/dist/chunks/eo-auto-complete.02f91029.js.map +1 -0
- package/dist/chunks/{eo-checkbox.b4956dea.js → eo-checkbox.d15b0afb.js} +2 -2
- package/dist/chunks/eo-checkbox.d15b0afb.js.map +1 -0
- package/dist/chunks/{eo-form.950a4fa5.js → eo-form.19913e06.js} +2 -2
- package/dist/chunks/eo-form.19913e06.js.map +1 -0
- package/dist/chunks/eo-radio.53354dcb.js +3 -0
- package/dist/chunks/eo-radio.53354dcb.js.map +1 -0
- package/dist/chunks/eo-select.5d07e8c1.js +3 -0
- package/dist/chunks/eo-select.5d07e8c1.js.map +1 -0
- package/dist/chunks/{main.de47e189.js → main.9465fd29.js} +2 -2
- package/dist/chunks/{main.de47e189.js.map → main.9465fd29.js.map} +1 -1
- package/dist/examples.json +11 -11
- package/dist/{index.27987d36.js → index.7f6674a6.js} +2 -2
- package/dist/{index.27987d36.js.map → index.7f6674a6.js.map} +1 -1
- package/dist/manifest.json +412 -412
- package/dist/types.json +1387 -1387
- package/package.json +2 -2
- package/dist/chunks/1337.8d586b6b.js +0 -2
- package/dist/chunks/1337.8d586b6b.js.map +0 -1
- package/dist/chunks/7721.d538ed46.js +0 -3
- package/dist/chunks/7721.d538ed46.js.map +0 -1
- package/dist/chunks/eo-auto-complete.bf5ea5a8.js +0 -3
- package/dist/chunks/eo-auto-complete.bf5ea5a8.js.map +0 -1
- package/dist/chunks/eo-checkbox.b4956dea.js.map +0 -1
- package/dist/chunks/eo-form.950a4fa5.js.map +0 -1
- package/dist/chunks/eo-radio.bde94bc4.js +0 -3
- package/dist/chunks/eo-radio.bde94bc4.js.map +0 -1
- package/dist/chunks/eo-select.6485c749.js +0 -3
- package/dist/chunks/eo-select.6485c749.js.map +0 -1
- /package/dist/chunks/{7721.d538ed46.js.LICENSE.txt → 7721.09baecc4.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-auto-complete.bf5ea5a8.js.LICENSE.txt → eo-auto-complete.02f91029.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-radio.bde94bc4.js.LICENSE.txt → eo-radio.53354dcb.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-select.6485c749.js.LICENSE.txt → eo-select.5d07e8c1.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -498,7 +498,7 @@
|
|
|
498
498
|
],
|
|
499
499
|
"methods": []
|
|
500
500
|
},
|
|
501
|
-
"eo-
|
|
501
|
+
"eo-checkbox": {
|
|
502
502
|
"properties": [
|
|
503
503
|
{
|
|
504
504
|
"name": "name",
|
|
@@ -507,13 +507,6 @@
|
|
|
507
507
|
"value": "string"
|
|
508
508
|
}
|
|
509
509
|
},
|
|
510
|
-
{
|
|
511
|
-
"name": "placeholder",
|
|
512
|
-
"annotation": {
|
|
513
|
-
"type": "keyword",
|
|
514
|
-
"value": "string"
|
|
515
|
-
}
|
|
516
|
-
},
|
|
517
510
|
{
|
|
518
511
|
"name": "label",
|
|
519
512
|
"annotation": {
|
|
@@ -522,52 +515,38 @@
|
|
|
522
515
|
}
|
|
523
516
|
},
|
|
524
517
|
{
|
|
525
|
-
"name": "
|
|
518
|
+
"name": "value",
|
|
526
519
|
"annotation": {
|
|
527
520
|
"type": "array",
|
|
528
521
|
"elementType": {
|
|
529
522
|
"type": "reference",
|
|
530
523
|
"typeName": {
|
|
531
524
|
"type": "identifier",
|
|
532
|
-
"name": "
|
|
525
|
+
"name": "CheckboxValueType"
|
|
533
526
|
}
|
|
534
527
|
}
|
|
535
528
|
}
|
|
536
529
|
},
|
|
537
530
|
{
|
|
538
|
-
"name": "
|
|
539
|
-
"annotation": {
|
|
540
|
-
"type": "keyword",
|
|
541
|
-
"value": "any"
|
|
542
|
-
}
|
|
543
|
-
},
|
|
544
|
-
{
|
|
545
|
-
"name": "required",
|
|
531
|
+
"name": "options",
|
|
546
532
|
"annotation": {
|
|
547
|
-
"type": "
|
|
548
|
-
"
|
|
533
|
+
"type": "array",
|
|
534
|
+
"elementType": {
|
|
535
|
+
"type": "reference",
|
|
536
|
+
"typeName": {
|
|
537
|
+
"type": "identifier",
|
|
538
|
+
"name": "CheckboxOptionType"
|
|
539
|
+
}
|
|
540
|
+
}
|
|
549
541
|
}
|
|
550
542
|
},
|
|
551
543
|
{
|
|
552
|
-
"name": "
|
|
544
|
+
"name": "type",
|
|
553
545
|
"annotation": {
|
|
554
546
|
"type": "reference",
|
|
555
547
|
"typeName": {
|
|
556
548
|
"type": "identifier",
|
|
557
|
-
"name": "
|
|
558
|
-
},
|
|
559
|
-
"typeParameters": {
|
|
560
|
-
"type": "typeParameterInstantiation",
|
|
561
|
-
"params": [
|
|
562
|
-
{
|
|
563
|
-
"type": "keyword",
|
|
564
|
-
"value": "string"
|
|
565
|
-
},
|
|
566
|
-
{
|
|
567
|
-
"type": "keyword",
|
|
568
|
-
"value": "string"
|
|
569
|
-
}
|
|
570
|
-
]
|
|
549
|
+
"name": "CheckboxType"
|
|
571
550
|
}
|
|
572
551
|
}
|
|
573
552
|
},
|
|
@@ -579,126 +558,58 @@
|
|
|
579
558
|
}
|
|
580
559
|
},
|
|
581
560
|
{
|
|
582
|
-
"name": "
|
|
583
|
-
"annotation": {
|
|
584
|
-
"type": "union",
|
|
585
|
-
"types": [
|
|
586
|
-
{
|
|
587
|
-
"type": "jsLiteral",
|
|
588
|
-
"value": "tags"
|
|
589
|
-
},
|
|
590
|
-
{
|
|
591
|
-
"type": "jsLiteral",
|
|
592
|
-
"value": "multiple"
|
|
593
|
-
}
|
|
594
|
-
]
|
|
595
|
-
}
|
|
596
|
-
},
|
|
597
|
-
{
|
|
598
|
-
"name": "tokenSeparators",
|
|
599
|
-
"annotation": {
|
|
600
|
-
"type": "array",
|
|
601
|
-
"elementType": {
|
|
602
|
-
"type": "keyword",
|
|
603
|
-
"value": "string"
|
|
604
|
-
}
|
|
605
|
-
}
|
|
606
|
-
},
|
|
607
|
-
{
|
|
608
|
-
"name": "maxTagCount",
|
|
561
|
+
"name": "isCustom",
|
|
609
562
|
"annotation": {
|
|
610
563
|
"type": "keyword",
|
|
611
|
-
"value": "
|
|
564
|
+
"value": "boolean"
|
|
612
565
|
}
|
|
613
566
|
},
|
|
614
567
|
{
|
|
615
|
-
"name": "
|
|
568
|
+
"name": "required",
|
|
616
569
|
"annotation": {
|
|
617
570
|
"type": "keyword",
|
|
618
|
-
"value": "
|
|
571
|
+
"value": "boolean"
|
|
619
572
|
}
|
|
620
573
|
},
|
|
621
574
|
{
|
|
622
|
-
"name": "
|
|
575
|
+
"name": "message",
|
|
623
576
|
"annotation": {
|
|
624
577
|
"type": "reference",
|
|
625
578
|
"typeName": {
|
|
626
579
|
"type": "identifier",
|
|
627
|
-
"name": "
|
|
628
|
-
}
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
"annotation": {
|
|
634
|
-
"type": "keyword",
|
|
635
|
-
"value": "boolean"
|
|
636
|
-
}
|
|
637
|
-
},
|
|
638
|
-
{
|
|
639
|
-
"name": "fields",
|
|
640
|
-
"annotation": {
|
|
641
|
-
"type": "typeLiteral",
|
|
642
|
-
"members": [
|
|
643
|
-
{
|
|
644
|
-
"type": "propertySignature",
|
|
645
|
-
"key": {
|
|
646
|
-
"type": "identifier",
|
|
647
|
-
"name": "label"
|
|
648
|
-
},
|
|
649
|
-
"annotation": {
|
|
580
|
+
"name": "Record"
|
|
581
|
+
},
|
|
582
|
+
"typeParameters": {
|
|
583
|
+
"type": "typeParameterInstantiation",
|
|
584
|
+
"params": [
|
|
585
|
+
{
|
|
650
586
|
"type": "keyword",
|
|
651
587
|
"value": "string"
|
|
652
588
|
},
|
|
653
|
-
|
|
654
|
-
"computed": false
|
|
655
|
-
},
|
|
656
|
-
{
|
|
657
|
-
"type": "propertySignature",
|
|
658
|
-
"key": {
|
|
659
|
-
"type": "identifier",
|
|
660
|
-
"name": "value"
|
|
661
|
-
},
|
|
662
|
-
"annotation": {
|
|
589
|
+
{
|
|
663
590
|
"type": "keyword",
|
|
664
591
|
"value": "string"
|
|
665
|
-
}
|
|
666
|
-
|
|
667
|
-
"computed": false
|
|
668
|
-
}
|
|
669
|
-
]
|
|
670
|
-
}
|
|
671
|
-
},
|
|
672
|
-
{
|
|
673
|
-
"name": "useBackend",
|
|
674
|
-
"annotation": {
|
|
675
|
-
"type": "reference",
|
|
676
|
-
"typeName": {
|
|
677
|
-
"type": "identifier",
|
|
678
|
-
"name": "UseBackendConf"
|
|
592
|
+
}
|
|
593
|
+
]
|
|
679
594
|
}
|
|
680
595
|
}
|
|
681
596
|
},
|
|
682
597
|
{
|
|
683
|
-
"name": "
|
|
598
|
+
"name": "isGroup",
|
|
684
599
|
"annotation": {
|
|
685
600
|
"type": "keyword",
|
|
686
|
-
"value": "
|
|
601
|
+
"value": "boolean"
|
|
687
602
|
}
|
|
688
603
|
},
|
|
689
604
|
{
|
|
690
|
-
"name": "
|
|
605
|
+
"name": "optionGroups",
|
|
691
606
|
"annotation": {
|
|
692
|
-
"type": "
|
|
693
|
-
"
|
|
694
|
-
"type": "
|
|
695
|
-
"
|
|
696
|
-
"type": "identifier",
|
|
697
|
-
"name": "React"
|
|
698
|
-
},
|
|
699
|
-
"right": {
|
|
607
|
+
"type": "array",
|
|
608
|
+
"elementType": {
|
|
609
|
+
"type": "reference",
|
|
610
|
+
"typeName": {
|
|
700
611
|
"type": "identifier",
|
|
701
|
-
"name": "
|
|
612
|
+
"name": "OptionGroup"
|
|
702
613
|
}
|
|
703
614
|
}
|
|
704
615
|
}
|
|
@@ -707,34 +618,25 @@
|
|
|
707
618
|
"events": [
|
|
708
619
|
{
|
|
709
620
|
"name": "change",
|
|
621
|
+
"detail": {
|
|
622
|
+
"annotation": {
|
|
623
|
+
"type": "array",
|
|
624
|
+
"elementType": {
|
|
625
|
+
"type": "reference",
|
|
626
|
+
"typeName": {
|
|
627
|
+
"type": "identifier",
|
|
628
|
+
"name": "CheckboxOptionType"
|
|
629
|
+
}
|
|
630
|
+
}
|
|
631
|
+
}
|
|
632
|
+
}
|
|
633
|
+
},
|
|
634
|
+
{
|
|
635
|
+
"name": "options.change",
|
|
710
636
|
"detail": {
|
|
711
637
|
"annotation": {
|
|
712
638
|
"type": "typeLiteral",
|
|
713
639
|
"members": [
|
|
714
|
-
{
|
|
715
|
-
"type": "propertySignature",
|
|
716
|
-
"key": {
|
|
717
|
-
"type": "identifier",
|
|
718
|
-
"name": "value"
|
|
719
|
-
},
|
|
720
|
-
"annotation": {
|
|
721
|
-
"type": "union",
|
|
722
|
-
"types": [
|
|
723
|
-
{
|
|
724
|
-
"type": "keyword",
|
|
725
|
-
"value": "string"
|
|
726
|
-
},
|
|
727
|
-
{
|
|
728
|
-
"type": "array",
|
|
729
|
-
"elementType": {
|
|
730
|
-
"type": "keyword",
|
|
731
|
-
"value": "string"
|
|
732
|
-
}
|
|
733
|
-
}
|
|
734
|
-
]
|
|
735
|
-
},
|
|
736
|
-
"computed": false
|
|
737
|
-
},
|
|
738
640
|
{
|
|
739
641
|
"type": "propertySignature",
|
|
740
642
|
"key": {
|
|
@@ -747,27 +649,17 @@
|
|
|
747
649
|
"type": "reference",
|
|
748
650
|
"typeName": {
|
|
749
651
|
"type": "identifier",
|
|
750
|
-
"name": "
|
|
652
|
+
"name": "CheckboxOptionType"
|
|
751
653
|
}
|
|
752
654
|
}
|
|
753
655
|
},
|
|
754
656
|
"computed": false
|
|
755
|
-
}
|
|
756
|
-
]
|
|
757
|
-
}
|
|
758
|
-
}
|
|
759
|
-
},
|
|
760
|
-
{
|
|
761
|
-
"name": "search",
|
|
762
|
-
"detail": {
|
|
763
|
-
"annotation": {
|
|
764
|
-
"type": "typeLiteral",
|
|
765
|
-
"members": [
|
|
657
|
+
},
|
|
766
658
|
{
|
|
767
659
|
"type": "propertySignature",
|
|
768
660
|
"key": {
|
|
769
661
|
"type": "identifier",
|
|
770
|
-
"name": "
|
|
662
|
+
"name": "name"
|
|
771
663
|
},
|
|
772
664
|
"annotation": {
|
|
773
665
|
"type": "keyword",
|
|
@@ -778,122 +670,34 @@
|
|
|
778
670
|
]
|
|
779
671
|
}
|
|
780
672
|
}
|
|
781
|
-
}
|
|
673
|
+
}
|
|
674
|
+
],
|
|
675
|
+
"methods": [],
|
|
676
|
+
"types": [
|
|
782
677
|
{
|
|
783
|
-
"
|
|
784
|
-
"
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
678
|
+
"type": "typeAlias",
|
|
679
|
+
"name": "CheckboxValueType",
|
|
680
|
+
"annotation": {
|
|
681
|
+
"type": "union",
|
|
682
|
+
"types": [
|
|
683
|
+
{
|
|
684
|
+
"type": "keyword",
|
|
685
|
+
"value": "string"
|
|
686
|
+
},
|
|
687
|
+
{
|
|
688
|
+
"type": "keyword",
|
|
689
|
+
"value": "number"
|
|
690
|
+
},
|
|
691
|
+
{
|
|
692
|
+
"type": "keyword",
|
|
693
|
+
"value": "boolean"
|
|
694
|
+
}
|
|
695
|
+
]
|
|
789
696
|
}
|
|
790
697
|
},
|
|
791
|
-
{
|
|
792
|
-
"name": "options.change",
|
|
793
|
-
"detail": {
|
|
794
|
-
"annotation": {
|
|
795
|
-
"type": "typeLiteral",
|
|
796
|
-
"members": [
|
|
797
|
-
{
|
|
798
|
-
"type": "propertySignature",
|
|
799
|
-
"key": {
|
|
800
|
-
"type": "identifier",
|
|
801
|
-
"name": "options"
|
|
802
|
-
},
|
|
803
|
-
"annotation": {
|
|
804
|
-
"type": "typeLiteral",
|
|
805
|
-
"members": [
|
|
806
|
-
{
|
|
807
|
-
"type": "propertySignature",
|
|
808
|
-
"key": {
|
|
809
|
-
"type": "identifier",
|
|
810
|
-
"name": "label"
|
|
811
|
-
},
|
|
812
|
-
"annotation": {
|
|
813
|
-
"type": "keyword",
|
|
814
|
-
"value": "string"
|
|
815
|
-
},
|
|
816
|
-
"computed": false
|
|
817
|
-
},
|
|
818
|
-
{
|
|
819
|
-
"type": "propertySignature",
|
|
820
|
-
"key": {
|
|
821
|
-
"type": "identifier",
|
|
822
|
-
"name": "value"
|
|
823
|
-
},
|
|
824
|
-
"annotation": {
|
|
825
|
-
"type": "keyword",
|
|
826
|
-
"value": "any"
|
|
827
|
-
},
|
|
828
|
-
"computed": false
|
|
829
|
-
},
|
|
830
|
-
{
|
|
831
|
-
"type": "indexSignature",
|
|
832
|
-
"parameter": {
|
|
833
|
-
"type": "identifier",
|
|
834
|
-
"name": "key",
|
|
835
|
-
"annotation": {
|
|
836
|
-
"type": "keyword",
|
|
837
|
-
"value": "string"
|
|
838
|
-
}
|
|
839
|
-
},
|
|
840
|
-
"annotation": {
|
|
841
|
-
"type": "keyword",
|
|
842
|
-
"value": "any"
|
|
843
|
-
}
|
|
844
|
-
}
|
|
845
|
-
]
|
|
846
|
-
},
|
|
847
|
-
"computed": false
|
|
848
|
-
},
|
|
849
|
-
{
|
|
850
|
-
"type": "propertySignature",
|
|
851
|
-
"key": {
|
|
852
|
-
"type": "identifier",
|
|
853
|
-
"name": "name"
|
|
854
|
-
},
|
|
855
|
-
"annotation": {
|
|
856
|
-
"type": "keyword",
|
|
857
|
-
"value": "string"
|
|
858
|
-
},
|
|
859
|
-
"computed": false
|
|
860
|
-
}
|
|
861
|
-
]
|
|
862
|
-
}
|
|
863
|
-
}
|
|
864
|
-
}
|
|
865
|
-
],
|
|
866
|
-
"methods": [],
|
|
867
|
-
"types": [
|
|
868
698
|
{
|
|
869
699
|
"type": "interface",
|
|
870
|
-
"name": "
|
|
871
|
-
"typeParameters": {
|
|
872
|
-
"type": "typeParameterDeclaration",
|
|
873
|
-
"params": [
|
|
874
|
-
{
|
|
875
|
-
"type": "typeParameter",
|
|
876
|
-
"name": "T",
|
|
877
|
-
"default": {
|
|
878
|
-
"type": "union",
|
|
879
|
-
"types": [
|
|
880
|
-
{
|
|
881
|
-
"type": "keyword",
|
|
882
|
-
"value": "string"
|
|
883
|
-
},
|
|
884
|
-
{
|
|
885
|
-
"type": "keyword",
|
|
886
|
-
"value": "number"
|
|
887
|
-
},
|
|
888
|
-
{
|
|
889
|
-
"type": "keyword",
|
|
890
|
-
"value": "boolean"
|
|
891
|
-
}
|
|
892
|
-
]
|
|
893
|
-
}
|
|
894
|
-
}
|
|
895
|
-
]
|
|
896
|
-
},
|
|
700
|
+
"name": "CheckboxOptionType",
|
|
897
701
|
"body": [
|
|
898
702
|
{
|
|
899
703
|
"type": "propertySignature",
|
|
@@ -902,8 +706,18 @@
|
|
|
902
706
|
"name": "label"
|
|
903
707
|
},
|
|
904
708
|
"annotation": {
|
|
905
|
-
"type": "
|
|
906
|
-
"
|
|
709
|
+
"type": "reference",
|
|
710
|
+
"typeName": {
|
|
711
|
+
"type": "qualifiedName",
|
|
712
|
+
"left": {
|
|
713
|
+
"type": "identifier",
|
|
714
|
+
"name": "React"
|
|
715
|
+
},
|
|
716
|
+
"right": {
|
|
717
|
+
"type": "identifier",
|
|
718
|
+
"name": "ReactNode"
|
|
719
|
+
}
|
|
720
|
+
}
|
|
907
721
|
},
|
|
908
722
|
"computed": false
|
|
909
723
|
},
|
|
@@ -913,20 +727,66 @@
|
|
|
913
727
|
"type": "identifier",
|
|
914
728
|
"name": "value"
|
|
915
729
|
},
|
|
730
|
+
"annotation": {
|
|
731
|
+
"type": "keyword",
|
|
732
|
+
"value": "any"
|
|
733
|
+
},
|
|
734
|
+
"computed": false
|
|
735
|
+
},
|
|
736
|
+
{
|
|
737
|
+
"type": "propertySignature",
|
|
738
|
+
"key": {
|
|
739
|
+
"type": "identifier",
|
|
740
|
+
"name": "style"
|
|
741
|
+
},
|
|
916
742
|
"annotation": {
|
|
917
743
|
"type": "reference",
|
|
918
744
|
"typeName": {
|
|
919
|
-
"type": "
|
|
920
|
-
"
|
|
745
|
+
"type": "qualifiedName",
|
|
746
|
+
"left": {
|
|
747
|
+
"type": "identifier",
|
|
748
|
+
"name": "React"
|
|
749
|
+
},
|
|
750
|
+
"right": {
|
|
751
|
+
"type": "identifier",
|
|
752
|
+
"name": "CSSProperties"
|
|
753
|
+
}
|
|
921
754
|
}
|
|
922
755
|
},
|
|
756
|
+
"optional": true,
|
|
757
|
+
"computed": false
|
|
758
|
+
},
|
|
759
|
+
{
|
|
760
|
+
"type": "propertySignature",
|
|
761
|
+
"key": {
|
|
762
|
+
"type": "identifier",
|
|
763
|
+
"name": "disabled"
|
|
764
|
+
},
|
|
765
|
+
"annotation": {
|
|
766
|
+
"type": "keyword",
|
|
767
|
+
"value": "boolean"
|
|
768
|
+
},
|
|
769
|
+
"optional": true,
|
|
770
|
+
"computed": false
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
"type": "propertySignature",
|
|
774
|
+
"key": {
|
|
775
|
+
"type": "identifier",
|
|
776
|
+
"name": "checkboxColor"
|
|
777
|
+
},
|
|
778
|
+
"annotation": {
|
|
779
|
+
"type": "keyword",
|
|
780
|
+
"value": "string"
|
|
781
|
+
},
|
|
782
|
+
"optional": true,
|
|
923
783
|
"computed": false
|
|
924
784
|
},
|
|
925
785
|
{
|
|
926
786
|
"type": "indexSignature",
|
|
927
787
|
"parameter": {
|
|
928
788
|
"type": "identifier",
|
|
929
|
-
"name": "
|
|
789
|
+
"name": "propName",
|
|
930
790
|
"annotation": {
|
|
931
791
|
"type": "keyword",
|
|
932
792
|
"value": "string"
|
|
@@ -939,15 +799,32 @@
|
|
|
939
799
|
}
|
|
940
800
|
]
|
|
941
801
|
},
|
|
802
|
+
{
|
|
803
|
+
"type": "typeAlias",
|
|
804
|
+
"name": "CheckboxType",
|
|
805
|
+
"annotation": {
|
|
806
|
+
"type": "union",
|
|
807
|
+
"types": [
|
|
808
|
+
{
|
|
809
|
+
"type": "jsLiteral",
|
|
810
|
+
"value": "default"
|
|
811
|
+
},
|
|
812
|
+
{
|
|
813
|
+
"type": "jsLiteral",
|
|
814
|
+
"value": "icon"
|
|
815
|
+
}
|
|
816
|
+
]
|
|
817
|
+
}
|
|
818
|
+
},
|
|
942
819
|
{
|
|
943
820
|
"type": "interface",
|
|
944
|
-
"name": "
|
|
821
|
+
"name": "OptionGroup",
|
|
945
822
|
"body": [
|
|
946
823
|
{
|
|
947
824
|
"type": "propertySignature",
|
|
948
825
|
"key": {
|
|
949
826
|
"type": "identifier",
|
|
950
|
-
"name": "
|
|
827
|
+
"name": "name"
|
|
951
828
|
},
|
|
952
829
|
"annotation": {
|
|
953
830
|
"type": "keyword",
|
|
@@ -959,48 +836,11 @@
|
|
|
959
836
|
"type": "propertySignature",
|
|
960
837
|
"key": {
|
|
961
838
|
"type": "identifier",
|
|
962
|
-
"name": "
|
|
839
|
+
"name": "key"
|
|
963
840
|
},
|
|
964
841
|
"annotation": {
|
|
965
|
-
"type": "
|
|
966
|
-
"
|
|
967
|
-
{
|
|
968
|
-
"type": "array",
|
|
969
|
-
"elementType": {
|
|
970
|
-
"type": "keyword",
|
|
971
|
-
"value": "any"
|
|
972
|
-
}
|
|
973
|
-
},
|
|
974
|
-
{
|
|
975
|
-
"type": "parenthesizedType",
|
|
976
|
-
"annotation": {
|
|
977
|
-
"type": "function",
|
|
978
|
-
"parameters": [
|
|
979
|
-
{
|
|
980
|
-
"type": "restElement",
|
|
981
|
-
"argument": {
|
|
982
|
-
"type": "identifier",
|
|
983
|
-
"name": "args"
|
|
984
|
-
},
|
|
985
|
-
"annotation": {
|
|
986
|
-
"type": "array",
|
|
987
|
-
"elementType": {
|
|
988
|
-
"type": "keyword",
|
|
989
|
-
"value": "any"
|
|
990
|
-
}
|
|
991
|
-
}
|
|
992
|
-
}
|
|
993
|
-
],
|
|
994
|
-
"annotation": {
|
|
995
|
-
"type": "array",
|
|
996
|
-
"elementType": {
|
|
997
|
-
"type": "keyword",
|
|
998
|
-
"value": "any"
|
|
999
|
-
}
|
|
1000
|
-
}
|
|
1001
|
-
}
|
|
1002
|
-
}
|
|
1003
|
-
]
|
|
842
|
+
"type": "keyword",
|
|
843
|
+
"value": "string"
|
|
1004
844
|
},
|
|
1005
845
|
"computed": false
|
|
1006
846
|
},
|
|
@@ -1008,152 +848,137 @@
|
|
|
1008
848
|
"type": "propertySignature",
|
|
1009
849
|
"key": {
|
|
1010
850
|
"type": "identifier",
|
|
1011
|
-
"name": "
|
|
851
|
+
"name": "options"
|
|
1012
852
|
},
|
|
1013
853
|
"annotation": {
|
|
1014
|
-
"type": "
|
|
1015
|
-
"
|
|
1016
|
-
|
|
854
|
+
"type": "array",
|
|
855
|
+
"elementType": {
|
|
856
|
+
"type": "reference",
|
|
857
|
+
"typeName": {
|
|
1017
858
|
"type": "identifier",
|
|
1018
|
-
"name": "
|
|
1019
|
-
"annotation": {
|
|
1020
|
-
"type": "keyword",
|
|
1021
|
-
"value": "any"
|
|
1022
|
-
}
|
|
859
|
+
"name": "CheckboxOptionType"
|
|
1023
860
|
}
|
|
1024
|
-
],
|
|
1025
|
-
"annotation": {
|
|
1026
|
-
"type": "keyword",
|
|
1027
|
-
"value": "void"
|
|
1028
861
|
}
|
|
1029
862
|
},
|
|
1030
|
-
"optional": true,
|
|
1031
863
|
"computed": false
|
|
1032
864
|
}
|
|
1033
865
|
]
|
|
1034
866
|
}
|
|
1035
867
|
]
|
|
1036
868
|
},
|
|
1037
|
-
"eo-
|
|
869
|
+
"eo-form": {
|
|
1038
870
|
"properties": [
|
|
1039
871
|
{
|
|
1040
|
-
"name": "
|
|
872
|
+
"name": "layout",
|
|
1041
873
|
"annotation": {
|
|
1042
|
-
"type": "
|
|
1043
|
-
"
|
|
874
|
+
"type": "reference",
|
|
875
|
+
"typeName": {
|
|
876
|
+
"type": "identifier",
|
|
877
|
+
"name": "Layout"
|
|
878
|
+
}
|
|
1044
879
|
}
|
|
1045
880
|
},
|
|
1046
881
|
{
|
|
1047
|
-
"name": "
|
|
1048
|
-
"annotation": {
|
|
1049
|
-
"type": "keyword",
|
|
1050
|
-
"value": "string"
|
|
1051
|
-
}
|
|
1052
|
-
},
|
|
1053
|
-
{
|
|
1054
|
-
"name": "value",
|
|
882
|
+
"name": "size",
|
|
1055
883
|
"annotation": {
|
|
1056
|
-
"type": "
|
|
1057
|
-
"
|
|
1058
|
-
"type": "
|
|
1059
|
-
"
|
|
1060
|
-
"type": "identifier",
|
|
1061
|
-
"name": "CheckboxValueType"
|
|
1062
|
-
}
|
|
884
|
+
"type": "reference",
|
|
885
|
+
"typeName": {
|
|
886
|
+
"type": "identifier",
|
|
887
|
+
"name": "ComponentSize"
|
|
1063
888
|
}
|
|
1064
889
|
}
|
|
1065
890
|
},
|
|
1066
891
|
{
|
|
1067
|
-
"name": "
|
|
892
|
+
"name": "labelCol",
|
|
1068
893
|
"annotation": {
|
|
1069
|
-
"type": "
|
|
1070
|
-
"
|
|
1071
|
-
"type": "
|
|
1072
|
-
"
|
|
1073
|
-
"type": "identifier",
|
|
1074
|
-
"name": "CheckboxOptionType"
|
|
1075
|
-
}
|
|
894
|
+
"type": "reference",
|
|
895
|
+
"typeName": {
|
|
896
|
+
"type": "identifier",
|
|
897
|
+
"name": "ColProps"
|
|
1076
898
|
}
|
|
1077
899
|
}
|
|
1078
900
|
},
|
|
1079
901
|
{
|
|
1080
|
-
"name": "
|
|
902
|
+
"name": "wrapperCol",
|
|
1081
903
|
"annotation": {
|
|
1082
904
|
"type": "reference",
|
|
1083
905
|
"typeName": {
|
|
1084
906
|
"type": "identifier",
|
|
1085
|
-
"name": "
|
|
907
|
+
"name": "ColProps"
|
|
1086
908
|
}
|
|
1087
909
|
}
|
|
1088
910
|
},
|
|
1089
911
|
{
|
|
1090
|
-
"name": "
|
|
1091
|
-
"annotation": {
|
|
1092
|
-
"type": "keyword",
|
|
1093
|
-
"value": "boolean"
|
|
1094
|
-
}
|
|
1095
|
-
},
|
|
1096
|
-
{
|
|
1097
|
-
"name": "isCustom",
|
|
1098
|
-
"annotation": {
|
|
1099
|
-
"type": "keyword",
|
|
1100
|
-
"value": "boolean"
|
|
1101
|
-
}
|
|
1102
|
-
},
|
|
1103
|
-
{
|
|
1104
|
-
"name": "required",
|
|
1105
|
-
"annotation": {
|
|
1106
|
-
"type": "keyword",
|
|
1107
|
-
"value": "boolean"
|
|
1108
|
-
}
|
|
1109
|
-
},
|
|
1110
|
-
{
|
|
1111
|
-
"name": "message",
|
|
912
|
+
"name": "formStyle",
|
|
1112
913
|
"annotation": {
|
|
1113
914
|
"type": "reference",
|
|
1114
915
|
"typeName": {
|
|
1115
|
-
"type": "
|
|
1116
|
-
"
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
"
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
},
|
|
1125
|
-
{
|
|
1126
|
-
"type": "keyword",
|
|
1127
|
-
"value": "string"
|
|
1128
|
-
}
|
|
1129
|
-
]
|
|
916
|
+
"type": "qualifiedName",
|
|
917
|
+
"left": {
|
|
918
|
+
"type": "identifier",
|
|
919
|
+
"name": "React"
|
|
920
|
+
},
|
|
921
|
+
"right": {
|
|
922
|
+
"type": "identifier",
|
|
923
|
+
"name": "CSSProperties"
|
|
924
|
+
}
|
|
1130
925
|
}
|
|
1131
926
|
}
|
|
1132
|
-
}
|
|
927
|
+
}
|
|
928
|
+
],
|
|
929
|
+
"events": [
|
|
1133
930
|
{
|
|
1134
|
-
"name": "
|
|
1135
|
-
"
|
|
1136
|
-
"
|
|
1137
|
-
|
|
931
|
+
"name": "values.change",
|
|
932
|
+
"detail": {
|
|
933
|
+
"annotation": {
|
|
934
|
+
"type": "reference",
|
|
935
|
+
"typeName": {
|
|
936
|
+
"type": "identifier",
|
|
937
|
+
"name": "Record"
|
|
938
|
+
},
|
|
939
|
+
"typeParameters": {
|
|
940
|
+
"type": "typeParameterInstantiation",
|
|
941
|
+
"params": [
|
|
942
|
+
{
|
|
943
|
+
"type": "keyword",
|
|
944
|
+
"value": "string"
|
|
945
|
+
},
|
|
946
|
+
{
|
|
947
|
+
"type": "keyword",
|
|
948
|
+
"value": "unknown"
|
|
949
|
+
}
|
|
950
|
+
]
|
|
951
|
+
}
|
|
952
|
+
}
|
|
1138
953
|
}
|
|
1139
954
|
},
|
|
1140
955
|
{
|
|
1141
|
-
"name": "
|
|
1142
|
-
"
|
|
1143
|
-
"
|
|
1144
|
-
"elementType": {
|
|
956
|
+
"name": "validate.success",
|
|
957
|
+
"detail": {
|
|
958
|
+
"annotation": {
|
|
1145
959
|
"type": "reference",
|
|
1146
960
|
"typeName": {
|
|
1147
961
|
"type": "identifier",
|
|
1148
|
-
"name": "
|
|
962
|
+
"name": "Record"
|
|
963
|
+
},
|
|
964
|
+
"typeParameters": {
|
|
965
|
+
"type": "typeParameterInstantiation",
|
|
966
|
+
"params": [
|
|
967
|
+
{
|
|
968
|
+
"type": "keyword",
|
|
969
|
+
"value": "string"
|
|
970
|
+
},
|
|
971
|
+
{
|
|
972
|
+
"type": "keyword",
|
|
973
|
+
"value": "unknown"
|
|
974
|
+
}
|
|
975
|
+
]
|
|
1149
976
|
}
|
|
1150
977
|
}
|
|
1151
978
|
}
|
|
1152
|
-
}
|
|
1153
|
-
],
|
|
1154
|
-
"events": [
|
|
979
|
+
},
|
|
1155
980
|
{
|
|
1156
|
-
"name": "
|
|
981
|
+
"name": "validate.error",
|
|
1157
982
|
"detail": {
|
|
1158
983
|
"annotation": {
|
|
1159
984
|
"type": "array",
|
|
@@ -1161,244 +986,203 @@
|
|
|
1161
986
|
"type": "reference",
|
|
1162
987
|
"typeName": {
|
|
1163
988
|
"type": "identifier",
|
|
1164
|
-
"name": "
|
|
989
|
+
"name": "MessageBody"
|
|
1165
990
|
}
|
|
1166
991
|
}
|
|
1167
992
|
}
|
|
1168
993
|
}
|
|
1169
|
-
}
|
|
994
|
+
}
|
|
995
|
+
],
|
|
996
|
+
"methods": [
|
|
1170
997
|
{
|
|
1171
|
-
"name": "
|
|
1172
|
-
"
|
|
998
|
+
"name": "validate",
|
|
999
|
+
"params": [],
|
|
1000
|
+
"returns": {
|
|
1173
1001
|
"annotation": {
|
|
1174
|
-
"type": "
|
|
1175
|
-
"
|
|
1002
|
+
"type": "union",
|
|
1003
|
+
"types": [
|
|
1176
1004
|
{
|
|
1177
|
-
"type": "
|
|
1178
|
-
"
|
|
1179
|
-
"type": "identifier",
|
|
1180
|
-
"name": "options"
|
|
1181
|
-
},
|
|
1182
|
-
"annotation": {
|
|
1183
|
-
"type": "array",
|
|
1184
|
-
"elementType": {
|
|
1185
|
-
"type": "reference",
|
|
1186
|
-
"typeName": {
|
|
1187
|
-
"type": "identifier",
|
|
1188
|
-
"name": "CheckboxOptionType"
|
|
1189
|
-
}
|
|
1190
|
-
}
|
|
1191
|
-
},
|
|
1192
|
-
"computed": false
|
|
1005
|
+
"type": "keyword",
|
|
1006
|
+
"value": "boolean"
|
|
1193
1007
|
},
|
|
1194
1008
|
{
|
|
1195
|
-
"type": "
|
|
1196
|
-
"
|
|
1009
|
+
"type": "reference",
|
|
1010
|
+
"typeName": {
|
|
1197
1011
|
"type": "identifier",
|
|
1198
|
-
"name": "
|
|
1199
|
-
},
|
|
1200
|
-
"annotation": {
|
|
1201
|
-
"type": "keyword",
|
|
1202
|
-
"value": "string"
|
|
1012
|
+
"name": "Record"
|
|
1203
1013
|
},
|
|
1204
|
-
"
|
|
1014
|
+
"typeParameters": {
|
|
1015
|
+
"type": "typeParameterInstantiation",
|
|
1016
|
+
"params": [
|
|
1017
|
+
{
|
|
1018
|
+
"type": "keyword",
|
|
1019
|
+
"value": "string"
|
|
1020
|
+
},
|
|
1021
|
+
{
|
|
1022
|
+
"type": "keyword",
|
|
1023
|
+
"value": "unknown"
|
|
1024
|
+
}
|
|
1025
|
+
]
|
|
1026
|
+
}
|
|
1205
1027
|
}
|
|
1206
1028
|
]
|
|
1207
1029
|
}
|
|
1208
1030
|
}
|
|
1209
|
-
}
|
|
1210
|
-
],
|
|
1211
|
-
"methods": [],
|
|
1212
|
-
"types": [
|
|
1213
|
-
{
|
|
1214
|
-
"type": "typeAlias",
|
|
1215
|
-
"name": "CheckboxValueType",
|
|
1216
|
-
"annotation": {
|
|
1217
|
-
"type": "union",
|
|
1218
|
-
"types": [
|
|
1219
|
-
{
|
|
1220
|
-
"type": "keyword",
|
|
1221
|
-
"value": "string"
|
|
1222
|
-
},
|
|
1223
|
-
{
|
|
1224
|
-
"type": "keyword",
|
|
1225
|
-
"value": "number"
|
|
1226
|
-
},
|
|
1227
|
-
{
|
|
1228
|
-
"type": "keyword",
|
|
1229
|
-
"value": "boolean"
|
|
1230
|
-
}
|
|
1231
|
-
]
|
|
1232
|
-
}
|
|
1233
1031
|
},
|
|
1234
1032
|
{
|
|
1235
|
-
"
|
|
1236
|
-
"
|
|
1237
|
-
"body": [
|
|
1033
|
+
"name": "setInitValue",
|
|
1034
|
+
"params": [
|
|
1238
1035
|
{
|
|
1239
|
-
"
|
|
1240
|
-
"key": {
|
|
1241
|
-
"type": "identifier",
|
|
1242
|
-
"name": "label"
|
|
1243
|
-
},
|
|
1036
|
+
"name": "values",
|
|
1244
1037
|
"annotation": {
|
|
1245
1038
|
"type": "reference",
|
|
1246
1039
|
"typeName": {
|
|
1247
|
-
"type": "
|
|
1248
|
-
"
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
"
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
"name": "value"
|
|
1265
|
-
},
|
|
1266
|
-
"annotation": {
|
|
1267
|
-
"type": "keyword",
|
|
1268
|
-
"value": "any"
|
|
1269
|
-
},
|
|
1270
|
-
"computed": false
|
|
1040
|
+
"type": "identifier",
|
|
1041
|
+
"name": "Record"
|
|
1042
|
+
},
|
|
1043
|
+
"typeParameters": {
|
|
1044
|
+
"type": "typeParameterInstantiation",
|
|
1045
|
+
"params": [
|
|
1046
|
+
{
|
|
1047
|
+
"type": "keyword",
|
|
1048
|
+
"value": "string"
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
"type": "keyword",
|
|
1052
|
+
"value": "unknown"
|
|
1053
|
+
}
|
|
1054
|
+
]
|
|
1055
|
+
}
|
|
1056
|
+
}
|
|
1271
1057
|
},
|
|
1272
1058
|
{
|
|
1273
|
-
"
|
|
1274
|
-
"key": {
|
|
1275
|
-
"type": "identifier",
|
|
1276
|
-
"name": "style"
|
|
1277
|
-
},
|
|
1059
|
+
"name": "options",
|
|
1278
1060
|
"annotation": {
|
|
1279
|
-
"type": "
|
|
1280
|
-
"
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
"
|
|
1284
|
-
|
|
1061
|
+
"type": "typeLiteral",
|
|
1062
|
+
"members": [
|
|
1063
|
+
{
|
|
1064
|
+
"type": "propertySignature",
|
|
1065
|
+
"key": {
|
|
1066
|
+
"type": "identifier",
|
|
1067
|
+
"name": "runInMacrotask"
|
|
1068
|
+
},
|
|
1069
|
+
"annotation": {
|
|
1070
|
+
"type": "keyword",
|
|
1071
|
+
"value": "boolean"
|
|
1072
|
+
},
|
|
1073
|
+
"optional": true,
|
|
1074
|
+
"computed": false
|
|
1285
1075
|
},
|
|
1286
|
-
|
|
1287
|
-
"type": "
|
|
1288
|
-
"
|
|
1076
|
+
{
|
|
1077
|
+
"type": "propertySignature",
|
|
1078
|
+
"key": {
|
|
1079
|
+
"type": "identifier",
|
|
1080
|
+
"name": "runInMicrotask"
|
|
1081
|
+
},
|
|
1082
|
+
"annotation": {
|
|
1083
|
+
"type": "keyword",
|
|
1084
|
+
"value": "boolean"
|
|
1085
|
+
},
|
|
1086
|
+
"optional": true,
|
|
1087
|
+
"computed": false
|
|
1289
1088
|
}
|
|
1290
|
-
|
|
1291
|
-
}
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1089
|
+
]
|
|
1090
|
+
}
|
|
1091
|
+
}
|
|
1092
|
+
],
|
|
1093
|
+
"returns": {}
|
|
1094
|
+
},
|
|
1095
|
+
{
|
|
1096
|
+
"name": "resetFields",
|
|
1097
|
+
"params": [
|
|
1295
1098
|
{
|
|
1296
|
-
"
|
|
1297
|
-
"key": {
|
|
1298
|
-
"type": "identifier",
|
|
1299
|
-
"name": "disabled"
|
|
1300
|
-
},
|
|
1099
|
+
"name": "name",
|
|
1301
1100
|
"annotation": {
|
|
1302
1101
|
"type": "keyword",
|
|
1303
|
-
"value": "
|
|
1304
|
-
}
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1102
|
+
"value": "string"
|
|
1103
|
+
}
|
|
1104
|
+
}
|
|
1105
|
+
],
|
|
1106
|
+
"returns": {}
|
|
1107
|
+
},
|
|
1108
|
+
{
|
|
1109
|
+
"name": "getFieldsValue",
|
|
1110
|
+
"params": [
|
|
1308
1111
|
{
|
|
1309
|
-
"
|
|
1310
|
-
"key": {
|
|
1311
|
-
"type": "identifier",
|
|
1312
|
-
"name": "checkboxColor"
|
|
1313
|
-
},
|
|
1112
|
+
"name": "name",
|
|
1314
1113
|
"annotation": {
|
|
1315
1114
|
"type": "keyword",
|
|
1316
1115
|
"value": "string"
|
|
1317
|
-
}
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1116
|
+
}
|
|
1117
|
+
}
|
|
1118
|
+
],
|
|
1119
|
+
"returns": {}
|
|
1120
|
+
},
|
|
1121
|
+
{
|
|
1122
|
+
"name": "validateField",
|
|
1123
|
+
"params": [
|
|
1321
1124
|
{
|
|
1322
|
-
"
|
|
1323
|
-
"parameter": {
|
|
1324
|
-
"type": "identifier",
|
|
1325
|
-
"name": "propName",
|
|
1326
|
-
"annotation": {
|
|
1327
|
-
"type": "keyword",
|
|
1328
|
-
"value": "string"
|
|
1329
|
-
}
|
|
1330
|
-
},
|
|
1125
|
+
"name": "name",
|
|
1331
1126
|
"annotation": {
|
|
1332
1127
|
"type": "keyword",
|
|
1333
|
-
"value": "
|
|
1128
|
+
"value": "string"
|
|
1334
1129
|
}
|
|
1335
1130
|
}
|
|
1336
|
-
]
|
|
1131
|
+
],
|
|
1132
|
+
"returns": {}
|
|
1337
1133
|
},
|
|
1134
|
+
{
|
|
1135
|
+
"name": "resetValidateState",
|
|
1136
|
+
"params": [],
|
|
1137
|
+
"returns": {}
|
|
1138
|
+
}
|
|
1139
|
+
],
|
|
1140
|
+
"types": [
|
|
1338
1141
|
{
|
|
1339
1142
|
"type": "typeAlias",
|
|
1340
|
-
"name": "
|
|
1143
|
+
"name": "Layout",
|
|
1341
1144
|
"annotation": {
|
|
1342
1145
|
"type": "union",
|
|
1343
1146
|
"types": [
|
|
1344
1147
|
{
|
|
1345
1148
|
"type": "jsLiteral",
|
|
1346
|
-
"value": "
|
|
1149
|
+
"value": "horizontal"
|
|
1347
1150
|
},
|
|
1348
1151
|
{
|
|
1349
1152
|
"type": "jsLiteral",
|
|
1350
|
-
"value": "
|
|
1153
|
+
"value": "vertical"
|
|
1154
|
+
},
|
|
1155
|
+
{
|
|
1156
|
+
"type": "jsLiteral",
|
|
1157
|
+
"value": "inline"
|
|
1351
1158
|
}
|
|
1352
1159
|
]
|
|
1353
1160
|
}
|
|
1354
1161
|
},
|
|
1355
1162
|
{
|
|
1356
|
-
"type": "
|
|
1357
|
-
"name": "
|
|
1358
|
-
"
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
"type": "
|
|
1363
|
-
"
|
|
1364
|
-
},
|
|
1365
|
-
"annotation": {
|
|
1366
|
-
"type": "keyword",
|
|
1367
|
-
"value": "string"
|
|
1368
|
-
},
|
|
1369
|
-
"computed": false
|
|
1370
|
-
},
|
|
1371
|
-
{
|
|
1372
|
-
"type": "propertySignature",
|
|
1373
|
-
"key": {
|
|
1374
|
-
"type": "identifier",
|
|
1375
|
-
"name": "key"
|
|
1376
|
-
},
|
|
1377
|
-
"annotation": {
|
|
1378
|
-
"type": "keyword",
|
|
1379
|
-
"value": "string"
|
|
1163
|
+
"type": "typeAlias",
|
|
1164
|
+
"name": "ComponentSize",
|
|
1165
|
+
"annotation": {
|
|
1166
|
+
"type": "union",
|
|
1167
|
+
"types": [
|
|
1168
|
+
{
|
|
1169
|
+
"type": "jsLiteral",
|
|
1170
|
+
"value": "large"
|
|
1380
1171
|
},
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
"type": "propertySignature",
|
|
1385
|
-
"key": {
|
|
1386
|
-
"type": "identifier",
|
|
1387
|
-
"name": "options"
|
|
1172
|
+
{
|
|
1173
|
+
"type": "jsLiteral",
|
|
1174
|
+
"value": "medium"
|
|
1388
1175
|
},
|
|
1389
|
-
|
|
1390
|
-
"type": "
|
|
1391
|
-
"
|
|
1392
|
-
"type": "reference",
|
|
1393
|
-
"typeName": {
|
|
1394
|
-
"type": "identifier",
|
|
1395
|
-
"name": "CheckboxOptionType"
|
|
1396
|
-
}
|
|
1397
|
-
}
|
|
1176
|
+
{
|
|
1177
|
+
"type": "jsLiteral",
|
|
1178
|
+
"value": "small"
|
|
1398
1179
|
},
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1180
|
+
{
|
|
1181
|
+
"type": "jsLiteral",
|
|
1182
|
+
"value": "xs"
|
|
1183
|
+
}
|
|
1184
|
+
]
|
|
1185
|
+
}
|
|
1402
1186
|
}
|
|
1403
1187
|
]
|
|
1404
1188
|
},
|
|
@@ -1469,7 +1253,7 @@
|
|
|
1469
1253
|
],
|
|
1470
1254
|
"methods": []
|
|
1471
1255
|
},
|
|
1472
|
-
"eo-
|
|
1256
|
+
"eo-radio": {
|
|
1473
1257
|
"properties": [
|
|
1474
1258
|
{
|
|
1475
1259
|
"name": "name",
|
|
@@ -1478,13 +1262,6 @@
|
|
|
1478
1262
|
"value": "string"
|
|
1479
1263
|
}
|
|
1480
1264
|
},
|
|
1481
|
-
{
|
|
1482
|
-
"name": "placeholder",
|
|
1483
|
-
"annotation": {
|
|
1484
|
-
"type": "keyword",
|
|
1485
|
-
"value": "string"
|
|
1486
|
-
}
|
|
1487
|
-
},
|
|
1488
1265
|
{
|
|
1489
1266
|
"name": "label",
|
|
1490
1267
|
"annotation": {
|
|
@@ -1493,27 +1270,23 @@
|
|
|
1493
1270
|
}
|
|
1494
1271
|
},
|
|
1495
1272
|
{
|
|
1496
|
-
"name": "
|
|
1273
|
+
"name": "options",
|
|
1497
1274
|
"annotation": {
|
|
1498
|
-
"type": "
|
|
1499
|
-
"
|
|
1500
|
-
"type": "
|
|
1501
|
-
"
|
|
1502
|
-
"type": "identifier",
|
|
1503
|
-
"name": "React"
|
|
1504
|
-
},
|
|
1505
|
-
"right": {
|
|
1275
|
+
"type": "array",
|
|
1276
|
+
"elementType": {
|
|
1277
|
+
"type": "reference",
|
|
1278
|
+
"typeName": {
|
|
1506
1279
|
"type": "identifier",
|
|
1507
|
-
"name": "
|
|
1280
|
+
"name": "GeneralOption"
|
|
1508
1281
|
}
|
|
1509
1282
|
}
|
|
1510
1283
|
}
|
|
1511
1284
|
},
|
|
1512
1285
|
{
|
|
1513
|
-
"name": "
|
|
1286
|
+
"name": "value",
|
|
1514
1287
|
"annotation": {
|
|
1515
1288
|
"type": "keyword",
|
|
1516
|
-
"value": "
|
|
1289
|
+
"value": "any"
|
|
1517
1290
|
}
|
|
1518
1291
|
},
|
|
1519
1292
|
{
|
|
@@ -1524,108 +1297,186 @@
|
|
|
1524
1297
|
}
|
|
1525
1298
|
},
|
|
1526
1299
|
{
|
|
1527
|
-
"name": "
|
|
1528
|
-
"annotation": {
|
|
1529
|
-
"type": "keyword",
|
|
1530
|
-
"value": "string"
|
|
1531
|
-
}
|
|
1532
|
-
},
|
|
1533
|
-
{
|
|
1534
|
-
"name": "options",
|
|
1300
|
+
"name": "message",
|
|
1535
1301
|
"annotation": {
|
|
1536
|
-
"type": "
|
|
1537
|
-
"
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
"
|
|
1550
|
-
|
|
1551
|
-
"name": "OptionType"
|
|
1552
|
-
}
|
|
1302
|
+
"type": "reference",
|
|
1303
|
+
"typeName": {
|
|
1304
|
+
"type": "identifier",
|
|
1305
|
+
"name": "Record"
|
|
1306
|
+
},
|
|
1307
|
+
"typeParameters": {
|
|
1308
|
+
"type": "typeParameterInstantiation",
|
|
1309
|
+
"params": [
|
|
1310
|
+
{
|
|
1311
|
+
"type": "keyword",
|
|
1312
|
+
"value": "string"
|
|
1313
|
+
},
|
|
1314
|
+
{
|
|
1315
|
+
"type": "keyword",
|
|
1316
|
+
"value": "string"
|
|
1553
1317
|
}
|
|
1554
|
-
|
|
1555
|
-
|
|
1318
|
+
]
|
|
1319
|
+
}
|
|
1556
1320
|
}
|
|
1557
1321
|
},
|
|
1558
1322
|
{
|
|
1559
|
-
"name": "
|
|
1323
|
+
"name": "disabled",
|
|
1560
1324
|
"annotation": {
|
|
1561
1325
|
"type": "keyword",
|
|
1562
1326
|
"value": "boolean"
|
|
1563
1327
|
}
|
|
1564
1328
|
},
|
|
1565
1329
|
{
|
|
1566
|
-
"name": "
|
|
1330
|
+
"name": "type",
|
|
1567
1331
|
"annotation": {
|
|
1568
|
-
"type": "
|
|
1569
|
-
"
|
|
1570
|
-
"type": "
|
|
1571
|
-
"
|
|
1572
|
-
{
|
|
1573
|
-
"type": "identifier",
|
|
1574
|
-
"name": "value",
|
|
1575
|
-
"annotation": {
|
|
1576
|
-
"type": "keyword",
|
|
1577
|
-
"value": "any"
|
|
1578
|
-
}
|
|
1579
|
-
}
|
|
1580
|
-
],
|
|
1581
|
-
"annotation": {
|
|
1582
|
-
"type": "reference",
|
|
1583
|
-
"typeName": {
|
|
1584
|
-
"type": "identifier",
|
|
1585
|
-
"name": "MessageBody"
|
|
1586
|
-
}
|
|
1587
|
-
}
|
|
1332
|
+
"type": "reference",
|
|
1333
|
+
"typeName": {
|
|
1334
|
+
"type": "identifier",
|
|
1335
|
+
"name": "RadioType"
|
|
1588
1336
|
}
|
|
1589
1337
|
}
|
|
1590
1338
|
},
|
|
1591
1339
|
{
|
|
1592
|
-
"name": "
|
|
1340
|
+
"name": "ui",
|
|
1593
1341
|
"annotation": {
|
|
1594
|
-
"type": "
|
|
1595
|
-
"
|
|
1342
|
+
"type": "reference",
|
|
1343
|
+
"typeName": {
|
|
1344
|
+
"type": "identifier",
|
|
1345
|
+
"name": "UIType"
|
|
1346
|
+
}
|
|
1596
1347
|
}
|
|
1597
1348
|
},
|
|
1598
1349
|
{
|
|
1599
|
-
"name": "
|
|
1350
|
+
"name": "size",
|
|
1600
1351
|
"annotation": {
|
|
1601
1352
|
"type": "reference",
|
|
1602
1353
|
"typeName": {
|
|
1603
1354
|
"type": "identifier",
|
|
1604
|
-
"name": "
|
|
1605
|
-
}
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1355
|
+
"name": "ComponentSize"
|
|
1356
|
+
}
|
|
1357
|
+
}
|
|
1358
|
+
},
|
|
1359
|
+
{
|
|
1360
|
+
"name": "customStyle",
|
|
1361
|
+
"annotation": {
|
|
1362
|
+
"type": "reference",
|
|
1363
|
+
"typeName": {
|
|
1364
|
+
"type": "qualifiedName",
|
|
1365
|
+
"left": {
|
|
1366
|
+
"type": "identifier",
|
|
1367
|
+
"name": "React"
|
|
1368
|
+
},
|
|
1369
|
+
"right": {
|
|
1370
|
+
"type": "identifier",
|
|
1371
|
+
"name": "CSSProperties"
|
|
1372
|
+
}
|
|
1373
|
+
}
|
|
1374
|
+
}
|
|
1375
|
+
},
|
|
1376
|
+
{
|
|
1377
|
+
"name": "useBrick",
|
|
1378
|
+
"annotation": {
|
|
1379
|
+
"type": "reference",
|
|
1380
|
+
"typeName": {
|
|
1381
|
+
"type": "identifier",
|
|
1382
|
+
"name": "UseSingleBrickConf"
|
|
1383
|
+
}
|
|
1384
|
+
}
|
|
1385
|
+
}
|
|
1386
|
+
],
|
|
1387
|
+
"events": [
|
|
1388
|
+
{
|
|
1389
|
+
"name": "change",
|
|
1390
|
+
"detail": {
|
|
1391
|
+
"annotation": {
|
|
1392
|
+
"type": "union",
|
|
1393
|
+
"types": [
|
|
1609
1394
|
{
|
|
1610
|
-
"type": "
|
|
1611
|
-
"
|
|
1395
|
+
"type": "reference",
|
|
1396
|
+
"typeName": {
|
|
1397
|
+
"type": "identifier",
|
|
1398
|
+
"name": "GeneralComplexOption"
|
|
1399
|
+
}
|
|
1612
1400
|
},
|
|
1613
1401
|
{
|
|
1614
1402
|
"type": "keyword",
|
|
1615
|
-
"value": "
|
|
1403
|
+
"value": "undefined"
|
|
1616
1404
|
}
|
|
1617
1405
|
]
|
|
1618
1406
|
}
|
|
1619
1407
|
}
|
|
1620
|
-
}
|
|
1621
|
-
],
|
|
1622
|
-
"events": [
|
|
1408
|
+
},
|
|
1623
1409
|
{
|
|
1624
|
-
"name": "change",
|
|
1410
|
+
"name": "options.change",
|
|
1625
1411
|
"detail": {
|
|
1626
1412
|
"annotation": {
|
|
1627
|
-
"type": "
|
|
1628
|
-
"
|
|
1413
|
+
"type": "typeLiteral",
|
|
1414
|
+
"members": [
|
|
1415
|
+
{
|
|
1416
|
+
"type": "propertySignature",
|
|
1417
|
+
"key": {
|
|
1418
|
+
"type": "identifier",
|
|
1419
|
+
"name": "options"
|
|
1420
|
+
},
|
|
1421
|
+
"annotation": {
|
|
1422
|
+
"type": "typeLiteral",
|
|
1423
|
+
"members": [
|
|
1424
|
+
{
|
|
1425
|
+
"type": "propertySignature",
|
|
1426
|
+
"key": {
|
|
1427
|
+
"type": "identifier",
|
|
1428
|
+
"name": "label"
|
|
1429
|
+
},
|
|
1430
|
+
"annotation": {
|
|
1431
|
+
"type": "keyword",
|
|
1432
|
+
"value": "string"
|
|
1433
|
+
},
|
|
1434
|
+
"computed": false
|
|
1435
|
+
},
|
|
1436
|
+
{
|
|
1437
|
+
"type": "propertySignature",
|
|
1438
|
+
"key": {
|
|
1439
|
+
"type": "identifier",
|
|
1440
|
+
"name": "value"
|
|
1441
|
+
},
|
|
1442
|
+
"annotation": {
|
|
1443
|
+
"type": "keyword",
|
|
1444
|
+
"value": "any"
|
|
1445
|
+
},
|
|
1446
|
+
"computed": false
|
|
1447
|
+
},
|
|
1448
|
+
{
|
|
1449
|
+
"type": "indexSignature",
|
|
1450
|
+
"parameter": {
|
|
1451
|
+
"type": "identifier",
|
|
1452
|
+
"name": "key",
|
|
1453
|
+
"annotation": {
|
|
1454
|
+
"type": "keyword",
|
|
1455
|
+
"value": "string"
|
|
1456
|
+
}
|
|
1457
|
+
},
|
|
1458
|
+
"annotation": {
|
|
1459
|
+
"type": "keyword",
|
|
1460
|
+
"value": "any"
|
|
1461
|
+
}
|
|
1462
|
+
}
|
|
1463
|
+
]
|
|
1464
|
+
},
|
|
1465
|
+
"computed": false
|
|
1466
|
+
},
|
|
1467
|
+
{
|
|
1468
|
+
"type": "propertySignature",
|
|
1469
|
+
"key": {
|
|
1470
|
+
"type": "identifier",
|
|
1471
|
+
"name": "name"
|
|
1472
|
+
},
|
|
1473
|
+
"annotation": {
|
|
1474
|
+
"type": "keyword",
|
|
1475
|
+
"value": "string"
|
|
1476
|
+
},
|
|
1477
|
+
"computed": false
|
|
1478
|
+
}
|
|
1479
|
+
]
|
|
1629
1480
|
}
|
|
1630
1481
|
}
|
|
1631
1482
|
}
|
|
@@ -1634,22 +1485,47 @@
|
|
|
1634
1485
|
"types": [
|
|
1635
1486
|
{
|
|
1636
1487
|
"type": "typeAlias",
|
|
1637
|
-
"name": "
|
|
1488
|
+
"name": "GeneralOption",
|
|
1638
1489
|
"annotation": {
|
|
1639
1490
|
"type": "union",
|
|
1640
1491
|
"types": [
|
|
1492
|
+
{
|
|
1493
|
+
"type": "keyword",
|
|
1494
|
+
"value": "string"
|
|
1495
|
+
},
|
|
1496
|
+
{
|
|
1497
|
+
"type": "keyword",
|
|
1498
|
+
"value": "number"
|
|
1499
|
+
},
|
|
1500
|
+
{
|
|
1501
|
+
"type": "keyword",
|
|
1502
|
+
"value": "boolean"
|
|
1503
|
+
},
|
|
1641
1504
|
{
|
|
1642
1505
|
"type": "reference",
|
|
1643
1506
|
"typeName": {
|
|
1644
1507
|
"type": "identifier",
|
|
1645
|
-
"name": "
|
|
1508
|
+
"name": "GeneralComplexOption"
|
|
1646
1509
|
}
|
|
1647
1510
|
},
|
|
1648
1511
|
{
|
|
1649
1512
|
"type": "reference",
|
|
1650
1513
|
"typeName": {
|
|
1651
1514
|
"type": "identifier",
|
|
1652
|
-
"name": "
|
|
1515
|
+
"name": "Record"
|
|
1516
|
+
},
|
|
1517
|
+
"typeParameters": {
|
|
1518
|
+
"type": "typeParameterInstantiation",
|
|
1519
|
+
"params": [
|
|
1520
|
+
{
|
|
1521
|
+
"type": "keyword",
|
|
1522
|
+
"value": "string"
|
|
1523
|
+
},
|
|
1524
|
+
{
|
|
1525
|
+
"type": "keyword",
|
|
1526
|
+
"value": "any"
|
|
1527
|
+
}
|
|
1528
|
+
]
|
|
1653
1529
|
}
|
|
1654
1530
|
}
|
|
1655
1531
|
]
|
|
@@ -1657,7 +1533,33 @@
|
|
|
1657
1533
|
},
|
|
1658
1534
|
{
|
|
1659
1535
|
"type": "interface",
|
|
1660
|
-
"name": "
|
|
1536
|
+
"name": "GeneralComplexOption",
|
|
1537
|
+
"typeParameters": {
|
|
1538
|
+
"type": "typeParameterDeclaration",
|
|
1539
|
+
"params": [
|
|
1540
|
+
{
|
|
1541
|
+
"type": "typeParameter",
|
|
1542
|
+
"name": "T",
|
|
1543
|
+
"default": {
|
|
1544
|
+
"type": "union",
|
|
1545
|
+
"types": [
|
|
1546
|
+
{
|
|
1547
|
+
"type": "keyword",
|
|
1548
|
+
"value": "string"
|
|
1549
|
+
},
|
|
1550
|
+
{
|
|
1551
|
+
"type": "keyword",
|
|
1552
|
+
"value": "number"
|
|
1553
|
+
},
|
|
1554
|
+
{
|
|
1555
|
+
"type": "keyword",
|
|
1556
|
+
"value": "boolean"
|
|
1557
|
+
}
|
|
1558
|
+
]
|
|
1559
|
+
}
|
|
1560
|
+
}
|
|
1561
|
+
]
|
|
1562
|
+
},
|
|
1661
1563
|
"body": [
|
|
1662
1564
|
{
|
|
1663
1565
|
"type": "propertySignature",
|
|
@@ -1675,111 +1577,136 @@
|
|
|
1675
1577
|
"type": "propertySignature",
|
|
1676
1578
|
"key": {
|
|
1677
1579
|
"type": "identifier",
|
|
1678
|
-
"name": "
|
|
1580
|
+
"name": "value"
|
|
1679
1581
|
},
|
|
1680
1582
|
"annotation": {
|
|
1681
|
-
"type": "
|
|
1682
|
-
"
|
|
1683
|
-
|
|
1684
|
-
|
|
1583
|
+
"type": "reference",
|
|
1584
|
+
"typeName": {
|
|
1585
|
+
"type": "identifier",
|
|
1586
|
+
"name": "T"
|
|
1587
|
+
}
|
|
1588
|
+
},
|
|
1685
1589
|
"computed": false
|
|
1686
1590
|
},
|
|
1687
1591
|
{
|
|
1688
|
-
"type": "
|
|
1689
|
-
"
|
|
1592
|
+
"type": "indexSignature",
|
|
1593
|
+
"parameter": {
|
|
1690
1594
|
"type": "identifier",
|
|
1691
|
-
"name": "
|
|
1595
|
+
"name": "key",
|
|
1596
|
+
"annotation": {
|
|
1597
|
+
"type": "keyword",
|
|
1598
|
+
"value": "string"
|
|
1599
|
+
}
|
|
1692
1600
|
},
|
|
1693
1601
|
"annotation": {
|
|
1694
1602
|
"type": "keyword",
|
|
1695
1603
|
"value": "any"
|
|
1696
|
-
}
|
|
1697
|
-
"computed": false
|
|
1604
|
+
}
|
|
1698
1605
|
}
|
|
1699
1606
|
]
|
|
1700
1607
|
},
|
|
1701
1608
|
{
|
|
1702
|
-
"type": "
|
|
1703
|
-
"name": "
|
|
1704
|
-
"
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
"type": "
|
|
1709
|
-
"
|
|
1609
|
+
"type": "typeAlias",
|
|
1610
|
+
"name": "RadioType",
|
|
1611
|
+
"annotation": {
|
|
1612
|
+
"type": "union",
|
|
1613
|
+
"types": [
|
|
1614
|
+
{
|
|
1615
|
+
"type": "jsLiteral",
|
|
1616
|
+
"value": "button"
|
|
1710
1617
|
},
|
|
1711
|
-
|
|
1712
|
-
"type": "
|
|
1713
|
-
"value": "
|
|
1618
|
+
{
|
|
1619
|
+
"type": "jsLiteral",
|
|
1620
|
+
"value": "default"
|
|
1714
1621
|
},
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
"type": "propertySignature",
|
|
1719
|
-
"key": {
|
|
1720
|
-
"type": "identifier",
|
|
1721
|
-
"name": "options"
|
|
1622
|
+
{
|
|
1623
|
+
"type": "jsLiteral",
|
|
1624
|
+
"value": "icon"
|
|
1722
1625
|
},
|
|
1723
|
-
|
|
1724
|
-
"type": "
|
|
1725
|
-
"
|
|
1726
|
-
"type": "reference",
|
|
1727
|
-
"typeName": {
|
|
1728
|
-
"type": "identifier",
|
|
1729
|
-
"name": "Option"
|
|
1730
|
-
}
|
|
1731
|
-
}
|
|
1626
|
+
{
|
|
1627
|
+
"type": "jsLiteral",
|
|
1628
|
+
"value": "icon-circle"
|
|
1732
1629
|
},
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1630
|
+
{
|
|
1631
|
+
"type": "jsLiteral",
|
|
1632
|
+
"value": "icon-square"
|
|
1633
|
+
},
|
|
1634
|
+
{
|
|
1635
|
+
"type": "jsLiteral",
|
|
1636
|
+
"value": "custom"
|
|
1637
|
+
}
|
|
1638
|
+
]
|
|
1639
|
+
}
|
|
1640
|
+
},
|
|
1741
1641
|
{
|
|
1742
|
-
"
|
|
1642
|
+
"type": "typeAlias",
|
|
1643
|
+
"name": "UIType",
|
|
1743
1644
|
"annotation": {
|
|
1744
|
-
"type": "
|
|
1745
|
-
"
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1645
|
+
"type": "union",
|
|
1646
|
+
"types": [
|
|
1647
|
+
{
|
|
1648
|
+
"type": "jsLiteral",
|
|
1649
|
+
"value": "default"
|
|
1650
|
+
},
|
|
1651
|
+
{
|
|
1652
|
+
"type": "jsLiteral",
|
|
1653
|
+
"value": "dashboard"
|
|
1654
|
+
}
|
|
1655
|
+
]
|
|
1749
1656
|
}
|
|
1750
1657
|
},
|
|
1751
1658
|
{
|
|
1752
|
-
"
|
|
1659
|
+
"type": "typeAlias",
|
|
1660
|
+
"name": "ComponentSize",
|
|
1753
1661
|
"annotation": {
|
|
1754
|
-
"type": "
|
|
1755
|
-
"
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1662
|
+
"type": "union",
|
|
1663
|
+
"types": [
|
|
1664
|
+
{
|
|
1665
|
+
"type": "jsLiteral",
|
|
1666
|
+
"value": "large"
|
|
1667
|
+
},
|
|
1668
|
+
{
|
|
1669
|
+
"type": "jsLiteral",
|
|
1670
|
+
"value": "medium"
|
|
1671
|
+
},
|
|
1672
|
+
{
|
|
1673
|
+
"type": "jsLiteral",
|
|
1674
|
+
"value": "small"
|
|
1675
|
+
},
|
|
1676
|
+
{
|
|
1677
|
+
"type": "jsLiteral",
|
|
1678
|
+
"value": "xs"
|
|
1679
|
+
}
|
|
1680
|
+
]
|
|
1681
|
+
}
|
|
1682
|
+
}
|
|
1683
|
+
]
|
|
1684
|
+
},
|
|
1685
|
+
"eo-auto-complete": {
|
|
1686
|
+
"properties": [
|
|
1687
|
+
{
|
|
1688
|
+
"name": "name",
|
|
1689
|
+
"annotation": {
|
|
1690
|
+
"type": "keyword",
|
|
1691
|
+
"value": "string"
|
|
1759
1692
|
}
|
|
1760
1693
|
},
|
|
1761
1694
|
{
|
|
1762
|
-
"name": "
|
|
1695
|
+
"name": "placeholder",
|
|
1763
1696
|
"annotation": {
|
|
1764
|
-
"type": "
|
|
1765
|
-
"
|
|
1766
|
-
"type": "identifier",
|
|
1767
|
-
"name": "ColProps"
|
|
1768
|
-
}
|
|
1697
|
+
"type": "keyword",
|
|
1698
|
+
"value": "string"
|
|
1769
1699
|
}
|
|
1770
1700
|
},
|
|
1771
1701
|
{
|
|
1772
|
-
"name": "
|
|
1702
|
+
"name": "label",
|
|
1773
1703
|
"annotation": {
|
|
1774
|
-
"type": "
|
|
1775
|
-
"
|
|
1776
|
-
"type": "identifier",
|
|
1777
|
-
"name": "ColProps"
|
|
1778
|
-
}
|
|
1704
|
+
"type": "keyword",
|
|
1705
|
+
"value": "string"
|
|
1779
1706
|
}
|
|
1780
1707
|
},
|
|
1781
1708
|
{
|
|
1782
|
-
"name": "
|
|
1709
|
+
"name": "inputStyle",
|
|
1783
1710
|
"annotation": {
|
|
1784
1711
|
"type": "reference",
|
|
1785
1712
|
"typeName": {
|
|
@@ -1794,65 +1721,77 @@
|
|
|
1794
1721
|
}
|
|
1795
1722
|
}
|
|
1796
1723
|
}
|
|
1797
|
-
}
|
|
1798
|
-
],
|
|
1799
|
-
"events": [
|
|
1724
|
+
},
|
|
1800
1725
|
{
|
|
1801
|
-
"name": "
|
|
1802
|
-
"
|
|
1803
|
-
"
|
|
1804
|
-
|
|
1805
|
-
"typeName": {
|
|
1806
|
-
"type": "identifier",
|
|
1807
|
-
"name": "Record"
|
|
1808
|
-
},
|
|
1809
|
-
"typeParameters": {
|
|
1810
|
-
"type": "typeParameterInstantiation",
|
|
1811
|
-
"params": [
|
|
1812
|
-
{
|
|
1813
|
-
"type": "keyword",
|
|
1814
|
-
"value": "string"
|
|
1815
|
-
},
|
|
1816
|
-
{
|
|
1817
|
-
"type": "keyword",
|
|
1818
|
-
"value": "unknown"
|
|
1819
|
-
}
|
|
1820
|
-
]
|
|
1821
|
-
}
|
|
1822
|
-
}
|
|
1726
|
+
"name": "disabled",
|
|
1727
|
+
"annotation": {
|
|
1728
|
+
"type": "keyword",
|
|
1729
|
+
"value": "boolean"
|
|
1823
1730
|
}
|
|
1824
1731
|
},
|
|
1825
1732
|
{
|
|
1826
|
-
"name": "
|
|
1827
|
-
"
|
|
1828
|
-
"
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1733
|
+
"name": "required",
|
|
1734
|
+
"annotation": {
|
|
1735
|
+
"type": "keyword",
|
|
1736
|
+
"value": "boolean"
|
|
1737
|
+
}
|
|
1738
|
+
},
|
|
1739
|
+
{
|
|
1740
|
+
"name": "value",
|
|
1741
|
+
"annotation": {
|
|
1742
|
+
"type": "keyword",
|
|
1743
|
+
"value": "string"
|
|
1744
|
+
}
|
|
1745
|
+
},
|
|
1746
|
+
{
|
|
1747
|
+
"name": "options",
|
|
1748
|
+
"annotation": {
|
|
1749
|
+
"type": "union",
|
|
1750
|
+
"types": [
|
|
1751
|
+
{
|
|
1752
|
+
"type": "array",
|
|
1753
|
+
"elementType": {
|
|
1754
|
+
"type": "keyword",
|
|
1755
|
+
"value": "string"
|
|
1756
|
+
}
|
|
1833
1757
|
},
|
|
1834
|
-
|
|
1835
|
-
"type": "
|
|
1836
|
-
"
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
"
|
|
1840
|
-
|
|
1841
|
-
{
|
|
1842
|
-
"type": "keyword",
|
|
1843
|
-
"value": "unknown"
|
|
1758
|
+
{
|
|
1759
|
+
"type": "array",
|
|
1760
|
+
"elementType": {
|
|
1761
|
+
"type": "reference",
|
|
1762
|
+
"typeName": {
|
|
1763
|
+
"type": "identifier",
|
|
1764
|
+
"name": "OptionType"
|
|
1844
1765
|
}
|
|
1845
|
-
|
|
1766
|
+
}
|
|
1846
1767
|
}
|
|
1847
|
-
|
|
1768
|
+
]
|
|
1848
1769
|
}
|
|
1849
1770
|
},
|
|
1850
1771
|
{
|
|
1851
|
-
"name": "
|
|
1852
|
-
"
|
|
1772
|
+
"name": "filterByCaption",
|
|
1773
|
+
"annotation": {
|
|
1774
|
+
"type": "keyword",
|
|
1775
|
+
"value": "boolean"
|
|
1776
|
+
}
|
|
1777
|
+
},
|
|
1778
|
+
{
|
|
1779
|
+
"name": "validator",
|
|
1780
|
+
"annotation": {
|
|
1781
|
+
"type": "parenthesizedType",
|
|
1853
1782
|
"annotation": {
|
|
1854
|
-
"type": "
|
|
1855
|
-
"
|
|
1783
|
+
"type": "function",
|
|
1784
|
+
"parameters": [
|
|
1785
|
+
{
|
|
1786
|
+
"type": "identifier",
|
|
1787
|
+
"name": "value",
|
|
1788
|
+
"annotation": {
|
|
1789
|
+
"type": "keyword",
|
|
1790
|
+
"value": "any"
|
|
1791
|
+
}
|
|
1792
|
+
}
|
|
1793
|
+
],
|
|
1794
|
+
"annotation": {
|
|
1856
1795
|
"type": "reference",
|
|
1857
1796
|
"typeName": {
|
|
1858
1797
|
"type": "identifier",
|
|
@@ -1861,198 +1800,152 @@
|
|
|
1861
1800
|
}
|
|
1862
1801
|
}
|
|
1863
1802
|
}
|
|
1864
|
-
}
|
|
1865
|
-
],
|
|
1866
|
-
"methods": [
|
|
1803
|
+
},
|
|
1867
1804
|
{
|
|
1868
|
-
"name": "
|
|
1869
|
-
"
|
|
1870
|
-
|
|
1871
|
-
"
|
|
1872
|
-
|
|
1873
|
-
|
|
1805
|
+
"name": "pattern",
|
|
1806
|
+
"annotation": {
|
|
1807
|
+
"type": "keyword",
|
|
1808
|
+
"value": "string"
|
|
1809
|
+
}
|
|
1810
|
+
},
|
|
1811
|
+
{
|
|
1812
|
+
"name": "message",
|
|
1813
|
+
"annotation": {
|
|
1814
|
+
"type": "reference",
|
|
1815
|
+
"typeName": {
|
|
1816
|
+
"type": "identifier",
|
|
1817
|
+
"name": "Record"
|
|
1818
|
+
},
|
|
1819
|
+
"typeParameters": {
|
|
1820
|
+
"type": "typeParameterInstantiation",
|
|
1821
|
+
"params": [
|
|
1874
1822
|
{
|
|
1875
1823
|
"type": "keyword",
|
|
1876
|
-
"value": "
|
|
1824
|
+
"value": "string"
|
|
1877
1825
|
},
|
|
1878
1826
|
{
|
|
1879
|
-
"type": "
|
|
1880
|
-
"
|
|
1881
|
-
"type": "identifier",
|
|
1882
|
-
"name": "Record"
|
|
1883
|
-
},
|
|
1884
|
-
"typeParameters": {
|
|
1885
|
-
"type": "typeParameterInstantiation",
|
|
1886
|
-
"params": [
|
|
1887
|
-
{
|
|
1888
|
-
"type": "keyword",
|
|
1889
|
-
"value": "string"
|
|
1890
|
-
},
|
|
1891
|
-
{
|
|
1892
|
-
"type": "keyword",
|
|
1893
|
-
"value": "unknown"
|
|
1894
|
-
}
|
|
1895
|
-
]
|
|
1896
|
-
}
|
|
1827
|
+
"type": "keyword",
|
|
1828
|
+
"value": "string"
|
|
1897
1829
|
}
|
|
1898
1830
|
]
|
|
1899
1831
|
}
|
|
1900
1832
|
}
|
|
1901
|
-
}
|
|
1833
|
+
}
|
|
1834
|
+
],
|
|
1835
|
+
"events": [
|
|
1902
1836
|
{
|
|
1903
|
-
"name": "
|
|
1904
|
-
"
|
|
1905
|
-
{
|
|
1906
|
-
"
|
|
1907
|
-
"
|
|
1837
|
+
"name": "change",
|
|
1838
|
+
"detail": {
|
|
1839
|
+
"annotation": {
|
|
1840
|
+
"type": "keyword",
|
|
1841
|
+
"value": "string"
|
|
1842
|
+
}
|
|
1843
|
+
}
|
|
1844
|
+
}
|
|
1845
|
+
],
|
|
1846
|
+
"methods": [],
|
|
1847
|
+
"types": [
|
|
1848
|
+
{
|
|
1849
|
+
"type": "typeAlias",
|
|
1850
|
+
"name": "OptionType",
|
|
1851
|
+
"annotation": {
|
|
1852
|
+
"type": "union",
|
|
1853
|
+
"types": [
|
|
1854
|
+
{
|
|
1908
1855
|
"type": "reference",
|
|
1909
1856
|
"typeName": {
|
|
1910
1857
|
"type": "identifier",
|
|
1911
|
-
"name": "
|
|
1912
|
-
}
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
},
|
|
1920
|
-
{
|
|
1921
|
-
"type": "keyword",
|
|
1922
|
-
"value": "unknown"
|
|
1923
|
-
}
|
|
1924
|
-
]
|
|
1858
|
+
"name": "Option"
|
|
1859
|
+
}
|
|
1860
|
+
},
|
|
1861
|
+
{
|
|
1862
|
+
"type": "reference",
|
|
1863
|
+
"typeName": {
|
|
1864
|
+
"type": "identifier",
|
|
1865
|
+
"name": "OptionGroup"
|
|
1925
1866
|
}
|
|
1926
1867
|
}
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
"name": "options",
|
|
1930
|
-
"annotation": {
|
|
1931
|
-
"type": "typeLiteral",
|
|
1932
|
-
"members": [
|
|
1933
|
-
{
|
|
1934
|
-
"type": "propertySignature",
|
|
1935
|
-
"key": {
|
|
1936
|
-
"type": "identifier",
|
|
1937
|
-
"name": "runInMacrotask"
|
|
1938
|
-
},
|
|
1939
|
-
"annotation": {
|
|
1940
|
-
"type": "keyword",
|
|
1941
|
-
"value": "boolean"
|
|
1942
|
-
},
|
|
1943
|
-
"optional": true,
|
|
1944
|
-
"computed": false
|
|
1945
|
-
},
|
|
1946
|
-
{
|
|
1947
|
-
"type": "propertySignature",
|
|
1948
|
-
"key": {
|
|
1949
|
-
"type": "identifier",
|
|
1950
|
-
"name": "runInMicrotask"
|
|
1951
|
-
},
|
|
1952
|
-
"annotation": {
|
|
1953
|
-
"type": "keyword",
|
|
1954
|
-
"value": "boolean"
|
|
1955
|
-
},
|
|
1956
|
-
"optional": true,
|
|
1957
|
-
"computed": false
|
|
1958
|
-
}
|
|
1959
|
-
]
|
|
1960
|
-
}
|
|
1961
|
-
}
|
|
1962
|
-
],
|
|
1963
|
-
"returns": {}
|
|
1964
|
-
},
|
|
1965
|
-
{
|
|
1966
|
-
"name": "resetFields",
|
|
1967
|
-
"params": [
|
|
1968
|
-
{
|
|
1969
|
-
"name": "name",
|
|
1970
|
-
"annotation": {
|
|
1971
|
-
"type": "keyword",
|
|
1972
|
-
"value": "string"
|
|
1973
|
-
}
|
|
1974
|
-
}
|
|
1975
|
-
],
|
|
1976
|
-
"returns": {}
|
|
1868
|
+
]
|
|
1869
|
+
}
|
|
1977
1870
|
},
|
|
1978
1871
|
{
|
|
1979
|
-
"
|
|
1980
|
-
"
|
|
1872
|
+
"type": "interface",
|
|
1873
|
+
"name": "Option",
|
|
1874
|
+
"body": [
|
|
1981
1875
|
{
|
|
1982
|
-
"
|
|
1876
|
+
"type": "propertySignature",
|
|
1877
|
+
"key": {
|
|
1878
|
+
"type": "identifier",
|
|
1879
|
+
"name": "label"
|
|
1880
|
+
},
|
|
1983
1881
|
"annotation": {
|
|
1984
1882
|
"type": "keyword",
|
|
1985
1883
|
"value": "string"
|
|
1986
|
-
}
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
"returns": {}
|
|
1990
|
-
},
|
|
1991
|
-
{
|
|
1992
|
-
"name": "validateField",
|
|
1993
|
-
"params": [
|
|
1884
|
+
},
|
|
1885
|
+
"computed": false
|
|
1886
|
+
},
|
|
1994
1887
|
{
|
|
1995
|
-
"
|
|
1888
|
+
"type": "propertySignature",
|
|
1889
|
+
"key": {
|
|
1890
|
+
"type": "identifier",
|
|
1891
|
+
"name": "caption"
|
|
1892
|
+
},
|
|
1996
1893
|
"annotation": {
|
|
1997
1894
|
"type": "keyword",
|
|
1998
1895
|
"value": "string"
|
|
1999
|
-
}
|
|
2000
|
-
}
|
|
2001
|
-
],
|
|
2002
|
-
"returns": {}
|
|
2003
|
-
},
|
|
2004
|
-
{
|
|
2005
|
-
"name": "resetValidateState",
|
|
2006
|
-
"params": [],
|
|
2007
|
-
"returns": {}
|
|
2008
|
-
}
|
|
2009
|
-
],
|
|
2010
|
-
"types": [
|
|
2011
|
-
{
|
|
2012
|
-
"type": "typeAlias",
|
|
2013
|
-
"name": "Layout",
|
|
2014
|
-
"annotation": {
|
|
2015
|
-
"type": "union",
|
|
2016
|
-
"types": [
|
|
2017
|
-
{
|
|
2018
|
-
"type": "jsLiteral",
|
|
2019
|
-
"value": "horizontal"
|
|
2020
1896
|
},
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
1897
|
+
"optional": true,
|
|
1898
|
+
"computed": false
|
|
1899
|
+
},
|
|
1900
|
+
{
|
|
1901
|
+
"type": "propertySignature",
|
|
1902
|
+
"key": {
|
|
1903
|
+
"type": "identifier",
|
|
1904
|
+
"name": "value"
|
|
1905
|
+
},
|
|
1906
|
+
"annotation": {
|
|
1907
|
+
"type": "keyword",
|
|
1908
|
+
"value": "any"
|
|
2024
1909
|
},
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
}
|
|
2029
|
-
]
|
|
2030
|
-
}
|
|
1910
|
+
"computed": false
|
|
1911
|
+
}
|
|
1912
|
+
]
|
|
2031
1913
|
},
|
|
2032
1914
|
{
|
|
2033
|
-
"type": "
|
|
2034
|
-
"name": "
|
|
2035
|
-
"
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
{
|
|
2039
|
-
"type": "
|
|
2040
|
-
"
|
|
1915
|
+
"type": "interface",
|
|
1916
|
+
"name": "OptionGroup",
|
|
1917
|
+
"body": [
|
|
1918
|
+
{
|
|
1919
|
+
"type": "propertySignature",
|
|
1920
|
+
"key": {
|
|
1921
|
+
"type": "identifier",
|
|
1922
|
+
"name": "label"
|
|
2041
1923
|
},
|
|
2042
|
-
{
|
|
2043
|
-
"type": "
|
|
2044
|
-
"value": "
|
|
1924
|
+
"annotation": {
|
|
1925
|
+
"type": "keyword",
|
|
1926
|
+
"value": "string"
|
|
2045
1927
|
},
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
1928
|
+
"computed": false
|
|
1929
|
+
},
|
|
1930
|
+
{
|
|
1931
|
+
"type": "propertySignature",
|
|
1932
|
+
"key": {
|
|
1933
|
+
"type": "identifier",
|
|
1934
|
+
"name": "options"
|
|
2049
1935
|
},
|
|
2050
|
-
{
|
|
2051
|
-
"type": "
|
|
2052
|
-
"
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
1936
|
+
"annotation": {
|
|
1937
|
+
"type": "array",
|
|
1938
|
+
"elementType": {
|
|
1939
|
+
"type": "reference",
|
|
1940
|
+
"typeName": {
|
|
1941
|
+
"type": "identifier",
|
|
1942
|
+
"name": "Option"
|
|
1943
|
+
}
|
|
1944
|
+
}
|
|
1945
|
+
},
|
|
1946
|
+
"computed": false
|
|
1947
|
+
}
|
|
1948
|
+
]
|
|
2056
1949
|
}
|
|
2057
1950
|
]
|
|
2058
1951
|
},
|
|
@@ -2527,84 +2420,264 @@
|
|
|
2527
2420
|
}
|
|
2528
2421
|
},
|
|
2529
2422
|
{
|
|
2530
|
-
"name": "validator",
|
|
2423
|
+
"name": "validator",
|
|
2424
|
+
"annotation": {
|
|
2425
|
+
"type": "parenthesizedType",
|
|
2426
|
+
"annotation": {
|
|
2427
|
+
"type": "function",
|
|
2428
|
+
"parameters": [
|
|
2429
|
+
{
|
|
2430
|
+
"type": "identifier",
|
|
2431
|
+
"name": "value",
|
|
2432
|
+
"annotation": {
|
|
2433
|
+
"type": "keyword",
|
|
2434
|
+
"value": "any"
|
|
2435
|
+
}
|
|
2436
|
+
}
|
|
2437
|
+
],
|
|
2438
|
+
"annotation": {
|
|
2439
|
+
"type": "reference",
|
|
2440
|
+
"typeName": {
|
|
2441
|
+
"type": "identifier",
|
|
2442
|
+
"name": "MessageBody"
|
|
2443
|
+
}
|
|
2444
|
+
}
|
|
2445
|
+
}
|
|
2446
|
+
}
|
|
2447
|
+
},
|
|
2448
|
+
{
|
|
2449
|
+
"name": "needValidate",
|
|
2450
|
+
"annotation": {
|
|
2451
|
+
"type": "keyword",
|
|
2452
|
+
"value": "boolean"
|
|
2453
|
+
}
|
|
2454
|
+
}
|
|
2455
|
+
],
|
|
2456
|
+
"events": [],
|
|
2457
|
+
"methods": [],
|
|
2458
|
+
"types": [
|
|
2459
|
+
{
|
|
2460
|
+
"type": "typeAlias",
|
|
2461
|
+
"name": "Layout",
|
|
2462
|
+
"annotation": {
|
|
2463
|
+
"type": "union",
|
|
2464
|
+
"types": [
|
|
2465
|
+
{
|
|
2466
|
+
"type": "jsLiteral",
|
|
2467
|
+
"value": "horizontal"
|
|
2468
|
+
},
|
|
2469
|
+
{
|
|
2470
|
+
"type": "jsLiteral",
|
|
2471
|
+
"value": "vertical"
|
|
2472
|
+
},
|
|
2473
|
+
{
|
|
2474
|
+
"type": "jsLiteral",
|
|
2475
|
+
"value": "inline"
|
|
2476
|
+
}
|
|
2477
|
+
]
|
|
2478
|
+
}
|
|
2479
|
+
},
|
|
2480
|
+
{
|
|
2481
|
+
"type": "typeAlias",
|
|
2482
|
+
"name": "ComponentSize",
|
|
2483
|
+
"annotation": {
|
|
2484
|
+
"type": "union",
|
|
2485
|
+
"types": [
|
|
2486
|
+
{
|
|
2487
|
+
"type": "jsLiteral",
|
|
2488
|
+
"value": "large"
|
|
2489
|
+
},
|
|
2490
|
+
{
|
|
2491
|
+
"type": "jsLiteral",
|
|
2492
|
+
"value": "medium"
|
|
2493
|
+
},
|
|
2494
|
+
{
|
|
2495
|
+
"type": "jsLiteral",
|
|
2496
|
+
"value": "small"
|
|
2497
|
+
},
|
|
2498
|
+
{
|
|
2499
|
+
"type": "jsLiteral",
|
|
2500
|
+
"value": "xs"
|
|
2501
|
+
}
|
|
2502
|
+
]
|
|
2503
|
+
}
|
|
2504
|
+
}
|
|
2505
|
+
]
|
|
2506
|
+
},
|
|
2507
|
+
"eo-textarea": {
|
|
2508
|
+
"properties": [
|
|
2509
|
+
{
|
|
2510
|
+
"name": "name",
|
|
2511
|
+
"annotation": {
|
|
2512
|
+
"type": "keyword",
|
|
2513
|
+
"value": "string"
|
|
2514
|
+
}
|
|
2515
|
+
},
|
|
2516
|
+
{
|
|
2517
|
+
"name": "label",
|
|
2518
|
+
"annotation": {
|
|
2519
|
+
"type": "keyword",
|
|
2520
|
+
"value": "string"
|
|
2521
|
+
}
|
|
2522
|
+
},
|
|
2523
|
+
{
|
|
2524
|
+
"name": "value",
|
|
2525
|
+
"annotation": {
|
|
2526
|
+
"type": "keyword",
|
|
2527
|
+
"value": "string"
|
|
2528
|
+
}
|
|
2529
|
+
},
|
|
2530
|
+
{
|
|
2531
|
+
"name": "placeholder",
|
|
2532
|
+
"annotation": {
|
|
2533
|
+
"type": "keyword",
|
|
2534
|
+
"value": "string"
|
|
2535
|
+
}
|
|
2536
|
+
},
|
|
2537
|
+
{
|
|
2538
|
+
"name": "disabled",
|
|
2539
|
+
"annotation": {
|
|
2540
|
+
"type": "keyword",
|
|
2541
|
+
"value": "boolean"
|
|
2542
|
+
}
|
|
2543
|
+
},
|
|
2544
|
+
{
|
|
2545
|
+
"name": "minLength",
|
|
2546
|
+
"annotation": {
|
|
2547
|
+
"type": "keyword",
|
|
2548
|
+
"value": "number"
|
|
2549
|
+
}
|
|
2550
|
+
},
|
|
2551
|
+
{
|
|
2552
|
+
"name": "maxLength",
|
|
2553
|
+
"annotation": {
|
|
2554
|
+
"type": "keyword",
|
|
2555
|
+
"value": "number"
|
|
2556
|
+
}
|
|
2557
|
+
},
|
|
2558
|
+
{
|
|
2559
|
+
"name": "autoSize",
|
|
2560
|
+
"annotation": {
|
|
2561
|
+
"type": "reference",
|
|
2562
|
+
"typeName": {
|
|
2563
|
+
"type": "identifier",
|
|
2564
|
+
"name": "AutoSize"
|
|
2565
|
+
}
|
|
2566
|
+
}
|
|
2567
|
+
},
|
|
2568
|
+
{
|
|
2569
|
+
"name": "required",
|
|
2570
|
+
"annotation": {
|
|
2571
|
+
"type": "keyword",
|
|
2572
|
+
"value": "boolean"
|
|
2573
|
+
}
|
|
2574
|
+
},
|
|
2575
|
+
{
|
|
2576
|
+
"name": "max",
|
|
2577
|
+
"annotation": {
|
|
2578
|
+
"type": "keyword",
|
|
2579
|
+
"value": "number"
|
|
2580
|
+
}
|
|
2581
|
+
},
|
|
2582
|
+
{
|
|
2583
|
+
"name": "min",
|
|
2584
|
+
"annotation": {
|
|
2585
|
+
"type": "keyword",
|
|
2586
|
+
"value": "number"
|
|
2587
|
+
}
|
|
2588
|
+
},
|
|
2589
|
+
{
|
|
2590
|
+
"name": "message",
|
|
2591
|
+
"annotation": {
|
|
2592
|
+
"type": "reference",
|
|
2593
|
+
"typeName": {
|
|
2594
|
+
"type": "identifier",
|
|
2595
|
+
"name": "Record"
|
|
2596
|
+
},
|
|
2597
|
+
"typeParameters": {
|
|
2598
|
+
"type": "typeParameterInstantiation",
|
|
2599
|
+
"params": [
|
|
2600
|
+
{
|
|
2601
|
+
"type": "keyword",
|
|
2602
|
+
"value": "string"
|
|
2603
|
+
},
|
|
2604
|
+
{
|
|
2605
|
+
"type": "keyword",
|
|
2606
|
+
"value": "string"
|
|
2607
|
+
}
|
|
2608
|
+
]
|
|
2609
|
+
}
|
|
2610
|
+
}
|
|
2611
|
+
},
|
|
2612
|
+
{
|
|
2613
|
+
"name": "textareaStyle",
|
|
2531
2614
|
"annotation": {
|
|
2532
|
-
"type": "
|
|
2533
|
-
"
|
|
2534
|
-
"type": "
|
|
2535
|
-
"
|
|
2536
|
-
|
|
2537
|
-
|
|
2538
|
-
|
|
2539
|
-
|
|
2540
|
-
|
|
2541
|
-
|
|
2542
|
-
}
|
|
2543
|
-
}
|
|
2544
|
-
],
|
|
2545
|
-
"annotation": {
|
|
2546
|
-
"type": "reference",
|
|
2547
|
-
"typeName": {
|
|
2548
|
-
"type": "identifier",
|
|
2549
|
-
"name": "MessageBody"
|
|
2550
|
-
}
|
|
2615
|
+
"type": "reference",
|
|
2616
|
+
"typeName": {
|
|
2617
|
+
"type": "qualifiedName",
|
|
2618
|
+
"left": {
|
|
2619
|
+
"type": "identifier",
|
|
2620
|
+
"name": "React"
|
|
2621
|
+
},
|
|
2622
|
+
"right": {
|
|
2623
|
+
"type": "identifier",
|
|
2624
|
+
"name": "CSSProperties"
|
|
2551
2625
|
}
|
|
2552
2626
|
}
|
|
2553
2627
|
}
|
|
2554
|
-
}
|
|
2628
|
+
}
|
|
2629
|
+
],
|
|
2630
|
+
"events": [
|
|
2555
2631
|
{
|
|
2556
|
-
"name": "
|
|
2557
|
-
"
|
|
2558
|
-
"
|
|
2559
|
-
|
|
2632
|
+
"name": "change",
|
|
2633
|
+
"detail": {
|
|
2634
|
+
"annotation": {
|
|
2635
|
+
"type": "keyword",
|
|
2636
|
+
"value": "string"
|
|
2637
|
+
}
|
|
2560
2638
|
}
|
|
2561
2639
|
}
|
|
2562
2640
|
],
|
|
2563
|
-
"events": [],
|
|
2564
2641
|
"methods": [],
|
|
2565
2642
|
"types": [
|
|
2566
2643
|
{
|
|
2567
2644
|
"type": "typeAlias",
|
|
2568
|
-
"name": "
|
|
2569
|
-
"annotation": {
|
|
2570
|
-
"type": "union",
|
|
2571
|
-
"types": [
|
|
2572
|
-
{
|
|
2573
|
-
"type": "jsLiteral",
|
|
2574
|
-
"value": "horizontal"
|
|
2575
|
-
},
|
|
2576
|
-
{
|
|
2577
|
-
"type": "jsLiteral",
|
|
2578
|
-
"value": "vertical"
|
|
2579
|
-
},
|
|
2580
|
-
{
|
|
2581
|
-
"type": "jsLiteral",
|
|
2582
|
-
"value": "inline"
|
|
2583
|
-
}
|
|
2584
|
-
]
|
|
2585
|
-
}
|
|
2586
|
-
},
|
|
2587
|
-
{
|
|
2588
|
-
"type": "typeAlias",
|
|
2589
|
-
"name": "ComponentSize",
|
|
2645
|
+
"name": "AutoSize",
|
|
2590
2646
|
"annotation": {
|
|
2591
2647
|
"type": "union",
|
|
2592
2648
|
"types": [
|
|
2593
2649
|
{
|
|
2594
|
-
"type": "
|
|
2595
|
-
"value": "
|
|
2596
|
-
},
|
|
2597
|
-
{
|
|
2598
|
-
"type": "jsLiteral",
|
|
2599
|
-
"value": "medium"
|
|
2600
|
-
},
|
|
2601
|
-
{
|
|
2602
|
-
"type": "jsLiteral",
|
|
2603
|
-
"value": "small"
|
|
2650
|
+
"type": "keyword",
|
|
2651
|
+
"value": "boolean"
|
|
2604
2652
|
},
|
|
2605
2653
|
{
|
|
2606
|
-
"type": "
|
|
2607
|
-
"
|
|
2654
|
+
"type": "typeLiteral",
|
|
2655
|
+
"members": [
|
|
2656
|
+
{
|
|
2657
|
+
"type": "propertySignature",
|
|
2658
|
+
"key": {
|
|
2659
|
+
"type": "identifier",
|
|
2660
|
+
"name": "minRows"
|
|
2661
|
+
},
|
|
2662
|
+
"annotation": {
|
|
2663
|
+
"type": "keyword",
|
|
2664
|
+
"value": "number"
|
|
2665
|
+
},
|
|
2666
|
+
"computed": false
|
|
2667
|
+
},
|
|
2668
|
+
{
|
|
2669
|
+
"type": "propertySignature",
|
|
2670
|
+
"key": {
|
|
2671
|
+
"type": "identifier",
|
|
2672
|
+
"name": "maxRows"
|
|
2673
|
+
},
|
|
2674
|
+
"annotation": {
|
|
2675
|
+
"type": "keyword",
|
|
2676
|
+
"value": "number"
|
|
2677
|
+
},
|
|
2678
|
+
"computed": false
|
|
2679
|
+
}
|
|
2680
|
+
]
|
|
2608
2681
|
}
|
|
2609
2682
|
]
|
|
2610
2683
|
}
|
|
@@ -3010,211 +3083,44 @@
|
|
|
3010
3083
|
}
|
|
3011
3084
|
]
|
|
3012
3085
|
},
|
|
3013
|
-
"eo-icon-select": {
|
|
3014
|
-
"properties": [
|
|
3015
|
-
{
|
|
3016
|
-
"name": "name",
|
|
3017
|
-
"annotation": {
|
|
3018
|
-
"type": "keyword",
|
|
3019
|
-
"value": "string"
|
|
3020
|
-
}
|
|
3021
|
-
},
|
|
3022
|
-
{
|
|
3023
|
-
"name": "label",
|
|
3024
|
-
"annotation": {
|
|
3025
|
-
"type": "keyword",
|
|
3026
|
-
"value": "string"
|
|
3027
|
-
}
|
|
3028
|
-
},
|
|
3029
|
-
{
|
|
3030
|
-
"name": "value",
|
|
3031
|
-
"annotation": {
|
|
3032
|
-
"type": "reference",
|
|
3033
|
-
"typeName": {
|
|
3034
|
-
"type": "identifier",
|
|
3035
|
-
"name": "Icon"
|
|
3036
|
-
}
|
|
3037
|
-
}
|
|
3038
|
-
},
|
|
3039
|
-
{
|
|
3040
|
-
"name": "disabled",
|
|
3041
|
-
"annotation": {
|
|
3042
|
-
"type": "keyword",
|
|
3043
|
-
"value": "boolean"
|
|
3044
|
-
}
|
|
3045
|
-
},
|
|
3046
|
-
{
|
|
3047
|
-
"name": "required",
|
|
3048
|
-
"annotation": {
|
|
3049
|
-
"type": "keyword",
|
|
3050
|
-
"value": "boolean"
|
|
3051
|
-
}
|
|
3052
|
-
},
|
|
3053
|
-
{
|
|
3054
|
-
"name": "message",
|
|
3055
|
-
"annotation": {
|
|
3056
|
-
"type": "reference",
|
|
3057
|
-
"typeName": {
|
|
3058
|
-
"type": "identifier",
|
|
3059
|
-
"name": "Record"
|
|
3060
|
-
},
|
|
3061
|
-
"typeParameters": {
|
|
3062
|
-
"type": "typeParameterInstantiation",
|
|
3063
|
-
"params": [
|
|
3064
|
-
{
|
|
3065
|
-
"type": "keyword",
|
|
3066
|
-
"value": "string"
|
|
3067
|
-
},
|
|
3068
|
-
{
|
|
3069
|
-
"type": "keyword",
|
|
3070
|
-
"value": "string"
|
|
3071
|
-
}
|
|
3072
|
-
]
|
|
3073
|
-
}
|
|
3074
|
-
}
|
|
3075
|
-
}
|
|
3076
|
-
],
|
|
3077
|
-
"events": [
|
|
3078
|
-
{
|
|
3079
|
-
"name": "change",
|
|
3080
|
-
"detail": {
|
|
3081
|
-
"annotation": {
|
|
3082
|
-
"type": "union",
|
|
3083
|
-
"types": [
|
|
3084
|
-
{
|
|
3085
|
-
"type": "reference",
|
|
3086
|
-
"typeName": {
|
|
3087
|
-
"type": "identifier",
|
|
3088
|
-
"name": "Icon"
|
|
3089
|
-
}
|
|
3090
|
-
},
|
|
3091
|
-
{
|
|
3092
|
-
"type": "keyword",
|
|
3093
|
-
"value": "undefined"
|
|
3094
|
-
}
|
|
3095
|
-
]
|
|
3096
|
-
}
|
|
3097
|
-
}
|
|
3098
|
-
}
|
|
3099
|
-
],
|
|
3100
|
-
"methods": [],
|
|
3101
|
-
"types": [
|
|
3102
|
-
{
|
|
3103
|
-
"type": "typeAlias",
|
|
3104
|
-
"name": "Icon",
|
|
3105
|
-
"annotation": {
|
|
3106
|
-
"type": "intersection",
|
|
3107
|
-
"types": [
|
|
3108
|
-
{
|
|
3109
|
-
"type": "reference",
|
|
3110
|
-
"typeName": {
|
|
3111
|
-
"type": "identifier",
|
|
3112
|
-
"name": "LibIconProps"
|
|
3113
|
-
}
|
|
3114
|
-
},
|
|
3115
|
-
{
|
|
3116
|
-
"type": "typeLiteral",
|
|
3117
|
-
"members": [
|
|
3118
|
-
{
|
|
3119
|
-
"type": "propertySignature",
|
|
3120
|
-
"key": {
|
|
3121
|
-
"type": "identifier",
|
|
3122
|
-
"name": "color"
|
|
3123
|
-
},
|
|
3124
|
-
"annotation": {
|
|
3125
|
-
"type": "keyword",
|
|
3126
|
-
"value": "string"
|
|
3127
|
-
},
|
|
3128
|
-
"optional": true,
|
|
3129
|
-
"computed": false
|
|
3130
|
-
}
|
|
3131
|
-
]
|
|
3132
|
-
}
|
|
3133
|
-
]
|
|
3134
|
-
}
|
|
3135
|
-
}
|
|
3136
|
-
]
|
|
3137
|
-
},
|
|
3138
|
-
"eo-textarea": {
|
|
3139
|
-
"properties": [
|
|
3140
|
-
{
|
|
3141
|
-
"name": "name",
|
|
3142
|
-
"annotation": {
|
|
3143
|
-
"type": "keyword",
|
|
3144
|
-
"value": "string"
|
|
3145
|
-
}
|
|
3146
|
-
},
|
|
3147
|
-
{
|
|
3148
|
-
"name": "label",
|
|
3149
|
-
"annotation": {
|
|
3150
|
-
"type": "keyword",
|
|
3151
|
-
"value": "string"
|
|
3152
|
-
}
|
|
3153
|
-
},
|
|
3086
|
+
"eo-icon-select": {
|
|
3087
|
+
"properties": [
|
|
3154
3088
|
{
|
|
3155
|
-
"name": "
|
|
3089
|
+
"name": "name",
|
|
3156
3090
|
"annotation": {
|
|
3157
3091
|
"type": "keyword",
|
|
3158
3092
|
"value": "string"
|
|
3159
3093
|
}
|
|
3160
3094
|
},
|
|
3161
3095
|
{
|
|
3162
|
-
"name": "
|
|
3096
|
+
"name": "label",
|
|
3163
3097
|
"annotation": {
|
|
3164
3098
|
"type": "keyword",
|
|
3165
3099
|
"value": "string"
|
|
3166
3100
|
}
|
|
3167
3101
|
},
|
|
3168
3102
|
{
|
|
3169
|
-
"name": "
|
|
3170
|
-
"annotation": {
|
|
3171
|
-
"type": "keyword",
|
|
3172
|
-
"value": "boolean"
|
|
3173
|
-
}
|
|
3174
|
-
},
|
|
3175
|
-
{
|
|
3176
|
-
"name": "minLength",
|
|
3177
|
-
"annotation": {
|
|
3178
|
-
"type": "keyword",
|
|
3179
|
-
"value": "number"
|
|
3180
|
-
}
|
|
3181
|
-
},
|
|
3182
|
-
{
|
|
3183
|
-
"name": "maxLength",
|
|
3184
|
-
"annotation": {
|
|
3185
|
-
"type": "keyword",
|
|
3186
|
-
"value": "number"
|
|
3187
|
-
}
|
|
3188
|
-
},
|
|
3189
|
-
{
|
|
3190
|
-
"name": "autoSize",
|
|
3103
|
+
"name": "value",
|
|
3191
3104
|
"annotation": {
|
|
3192
3105
|
"type": "reference",
|
|
3193
3106
|
"typeName": {
|
|
3194
3107
|
"type": "identifier",
|
|
3195
|
-
"name": "
|
|
3108
|
+
"name": "Icon"
|
|
3196
3109
|
}
|
|
3197
3110
|
}
|
|
3198
3111
|
},
|
|
3199
3112
|
{
|
|
3200
|
-
"name": "
|
|
3113
|
+
"name": "disabled",
|
|
3201
3114
|
"annotation": {
|
|
3202
3115
|
"type": "keyword",
|
|
3203
3116
|
"value": "boolean"
|
|
3204
3117
|
}
|
|
3205
3118
|
},
|
|
3206
3119
|
{
|
|
3207
|
-
"name": "
|
|
3208
|
-
"annotation": {
|
|
3209
|
-
"type": "keyword",
|
|
3210
|
-
"value": "number"
|
|
3211
|
-
}
|
|
3212
|
-
},
|
|
3213
|
-
{
|
|
3214
|
-
"name": "min",
|
|
3120
|
+
"name": "required",
|
|
3215
3121
|
"annotation": {
|
|
3216
3122
|
"type": "keyword",
|
|
3217
|
-
"value": "
|
|
3123
|
+
"value": "boolean"
|
|
3218
3124
|
}
|
|
3219
3125
|
},
|
|
3220
3126
|
{
|
|
@@ -3239,23 +3145,6 @@
|
|
|
3239
3145
|
]
|
|
3240
3146
|
}
|
|
3241
3147
|
}
|
|
3242
|
-
},
|
|
3243
|
-
{
|
|
3244
|
-
"name": "textareaStyle",
|
|
3245
|
-
"annotation": {
|
|
3246
|
-
"type": "reference",
|
|
3247
|
-
"typeName": {
|
|
3248
|
-
"type": "qualifiedName",
|
|
3249
|
-
"left": {
|
|
3250
|
-
"type": "identifier",
|
|
3251
|
-
"name": "React"
|
|
3252
|
-
},
|
|
3253
|
-
"right": {
|
|
3254
|
-
"type": "identifier",
|
|
3255
|
-
"name": "CSSProperties"
|
|
3256
|
-
}
|
|
3257
|
-
}
|
|
3258
|
-
}
|
|
3259
3148
|
}
|
|
3260
3149
|
],
|
|
3261
3150
|
"events": [
|
|
@@ -3263,8 +3152,20 @@
|
|
|
3263
3152
|
"name": "change",
|
|
3264
3153
|
"detail": {
|
|
3265
3154
|
"annotation": {
|
|
3266
|
-
"type": "
|
|
3267
|
-
"
|
|
3155
|
+
"type": "union",
|
|
3156
|
+
"types": [
|
|
3157
|
+
{
|
|
3158
|
+
"type": "reference",
|
|
3159
|
+
"typeName": {
|
|
3160
|
+
"type": "identifier",
|
|
3161
|
+
"name": "Icon"
|
|
3162
|
+
}
|
|
3163
|
+
},
|
|
3164
|
+
{
|
|
3165
|
+
"type": "keyword",
|
|
3166
|
+
"value": "undefined"
|
|
3167
|
+
}
|
|
3168
|
+
]
|
|
3268
3169
|
}
|
|
3269
3170
|
}
|
|
3270
3171
|
}
|
|
@@ -3273,13 +3174,16 @@
|
|
|
3273
3174
|
"types": [
|
|
3274
3175
|
{
|
|
3275
3176
|
"type": "typeAlias",
|
|
3276
|
-
"name": "
|
|
3177
|
+
"name": "Icon",
|
|
3277
3178
|
"annotation": {
|
|
3278
|
-
"type": "
|
|
3179
|
+
"type": "intersection",
|
|
3279
3180
|
"types": [
|
|
3280
3181
|
{
|
|
3281
|
-
"type": "
|
|
3282
|
-
"
|
|
3182
|
+
"type": "reference",
|
|
3183
|
+
"typeName": {
|
|
3184
|
+
"type": "identifier",
|
|
3185
|
+
"name": "LibIconProps"
|
|
3186
|
+
}
|
|
3283
3187
|
},
|
|
3284
3188
|
{
|
|
3285
3189
|
"type": "typeLiteral",
|
|
@@ -3288,24 +3192,13 @@
|
|
|
3288
3192
|
"type": "propertySignature",
|
|
3289
3193
|
"key": {
|
|
3290
3194
|
"type": "identifier",
|
|
3291
|
-
"name": "
|
|
3292
|
-
},
|
|
3293
|
-
"annotation": {
|
|
3294
|
-
"type": "keyword",
|
|
3295
|
-
"value": "number"
|
|
3296
|
-
},
|
|
3297
|
-
"computed": false
|
|
3298
|
-
},
|
|
3299
|
-
{
|
|
3300
|
-
"type": "propertySignature",
|
|
3301
|
-
"key": {
|
|
3302
|
-
"type": "identifier",
|
|
3303
|
-
"name": "maxRows"
|
|
3195
|
+
"name": "color"
|
|
3304
3196
|
},
|
|
3305
3197
|
"annotation": {
|
|
3306
3198
|
"type": "keyword",
|
|
3307
|
-
"value": "
|
|
3199
|
+
"value": "string"
|
|
3308
3200
|
},
|
|
3201
|
+
"optional": true,
|
|
3309
3202
|
"computed": false
|
|
3310
3203
|
}
|
|
3311
3204
|
]
|
|
@@ -3968,7 +3861,7 @@
|
|
|
3968
3861
|
}
|
|
3969
3862
|
]
|
|
3970
3863
|
},
|
|
3971
|
-
"eo-
|
|
3864
|
+
"eo-select": {
|
|
3972
3865
|
"properties": [
|
|
3973
3866
|
{
|
|
3974
3867
|
"name": "name",
|
|
@@ -3977,6 +3870,13 @@
|
|
|
3977
3870
|
"value": "string"
|
|
3978
3871
|
}
|
|
3979
3872
|
},
|
|
3873
|
+
{
|
|
3874
|
+
"name": "placeholder",
|
|
3875
|
+
"annotation": {
|
|
3876
|
+
"type": "keyword",
|
|
3877
|
+
"value": "string"
|
|
3878
|
+
}
|
|
3879
|
+
},
|
|
3980
3880
|
{
|
|
3981
3881
|
"name": "label",
|
|
3982
3882
|
"annotation": {
|
|
@@ -3992,7 +3892,7 @@
|
|
|
3992
3892
|
"type": "reference",
|
|
3993
3893
|
"typeName": {
|
|
3994
3894
|
"type": "identifier",
|
|
3995
|
-
"name": "
|
|
3895
|
+
"name": "GeneralComplexOption"
|
|
3996
3896
|
}
|
|
3997
3897
|
}
|
|
3998
3898
|
}
|
|
@@ -4042,37 +3942,115 @@
|
|
|
4042
3942
|
}
|
|
4043
3943
|
},
|
|
4044
3944
|
{
|
|
4045
|
-
"name": "
|
|
3945
|
+
"name": "mode",
|
|
4046
3946
|
"annotation": {
|
|
4047
|
-
"type": "
|
|
4048
|
-
"
|
|
4049
|
-
|
|
4050
|
-
|
|
3947
|
+
"type": "union",
|
|
3948
|
+
"types": [
|
|
3949
|
+
{
|
|
3950
|
+
"type": "jsLiteral",
|
|
3951
|
+
"value": "tags"
|
|
3952
|
+
},
|
|
3953
|
+
{
|
|
3954
|
+
"type": "jsLiteral",
|
|
3955
|
+
"value": "multiple"
|
|
3956
|
+
}
|
|
3957
|
+
]
|
|
3958
|
+
}
|
|
3959
|
+
},
|
|
3960
|
+
{
|
|
3961
|
+
"name": "tokenSeparators",
|
|
3962
|
+
"annotation": {
|
|
3963
|
+
"type": "array",
|
|
3964
|
+
"elementType": {
|
|
3965
|
+
"type": "keyword",
|
|
3966
|
+
"value": "string"
|
|
4051
3967
|
}
|
|
4052
3968
|
}
|
|
4053
3969
|
},
|
|
4054
3970
|
{
|
|
4055
|
-
"name": "
|
|
3971
|
+
"name": "maxTagCount",
|
|
3972
|
+
"annotation": {
|
|
3973
|
+
"type": "keyword",
|
|
3974
|
+
"value": "number"
|
|
3975
|
+
}
|
|
3976
|
+
},
|
|
3977
|
+
{
|
|
3978
|
+
"name": "groupBy",
|
|
3979
|
+
"annotation": {
|
|
3980
|
+
"type": "keyword",
|
|
3981
|
+
"value": "string"
|
|
3982
|
+
}
|
|
3983
|
+
},
|
|
3984
|
+
{
|
|
3985
|
+
"name": "suffix",
|
|
4056
3986
|
"annotation": {
|
|
4057
3987
|
"type": "reference",
|
|
4058
3988
|
"typeName": {
|
|
4059
3989
|
"type": "identifier",
|
|
4060
|
-
"name": "
|
|
3990
|
+
"name": "UseSingleBrickConf"
|
|
4061
3991
|
}
|
|
4062
3992
|
}
|
|
4063
3993
|
},
|
|
4064
3994
|
{
|
|
4065
|
-
"name": "
|
|
3995
|
+
"name": "clearable",
|
|
3996
|
+
"annotation": {
|
|
3997
|
+
"type": "keyword",
|
|
3998
|
+
"value": "boolean"
|
|
3999
|
+
}
|
|
4000
|
+
},
|
|
4001
|
+
{
|
|
4002
|
+
"name": "fields",
|
|
4003
|
+
"annotation": {
|
|
4004
|
+
"type": "typeLiteral",
|
|
4005
|
+
"members": [
|
|
4006
|
+
{
|
|
4007
|
+
"type": "propertySignature",
|
|
4008
|
+
"key": {
|
|
4009
|
+
"type": "identifier",
|
|
4010
|
+
"name": "label"
|
|
4011
|
+
},
|
|
4012
|
+
"annotation": {
|
|
4013
|
+
"type": "keyword",
|
|
4014
|
+
"value": "string"
|
|
4015
|
+
},
|
|
4016
|
+
"optional": true,
|
|
4017
|
+
"computed": false
|
|
4018
|
+
},
|
|
4019
|
+
{
|
|
4020
|
+
"type": "propertySignature",
|
|
4021
|
+
"key": {
|
|
4022
|
+
"type": "identifier",
|
|
4023
|
+
"name": "value"
|
|
4024
|
+
},
|
|
4025
|
+
"annotation": {
|
|
4026
|
+
"type": "keyword",
|
|
4027
|
+
"value": "string"
|
|
4028
|
+
},
|
|
4029
|
+
"optional": true,
|
|
4030
|
+
"computed": false
|
|
4031
|
+
}
|
|
4032
|
+
]
|
|
4033
|
+
}
|
|
4034
|
+
},
|
|
4035
|
+
{
|
|
4036
|
+
"name": "useBackend",
|
|
4066
4037
|
"annotation": {
|
|
4067
4038
|
"type": "reference",
|
|
4068
4039
|
"typeName": {
|
|
4069
4040
|
"type": "identifier",
|
|
4070
|
-
"name": "
|
|
4041
|
+
"name": "UseBackendConf"
|
|
4071
4042
|
}
|
|
4072
4043
|
}
|
|
4073
4044
|
},
|
|
4074
4045
|
{
|
|
4075
|
-
"name": "
|
|
4046
|
+
"name": "debounceSearchDelay",
|
|
4047
|
+
"annotation": {
|
|
4048
|
+
"type": "keyword",
|
|
4049
|
+
"value": "number"
|
|
4050
|
+
}
|
|
4051
|
+
},
|
|
4052
|
+
{
|
|
4053
|
+
"name": "inputStyle",
|
|
4076
4054
|
"annotation": {
|
|
4077
4055
|
"type": "reference",
|
|
4078
4056
|
"typeName": {
|
|
@@ -4087,40 +4065,92 @@
|
|
|
4087
4065
|
}
|
|
4088
4066
|
}
|
|
4089
4067
|
}
|
|
4068
|
+
}
|
|
4069
|
+
],
|
|
4070
|
+
"events": [
|
|
4071
|
+
{
|
|
4072
|
+
"name": "change",
|
|
4073
|
+
"detail": {
|
|
4074
|
+
"annotation": {
|
|
4075
|
+
"type": "typeLiteral",
|
|
4076
|
+
"members": [
|
|
4077
|
+
{
|
|
4078
|
+
"type": "propertySignature",
|
|
4079
|
+
"key": {
|
|
4080
|
+
"type": "identifier",
|
|
4081
|
+
"name": "value"
|
|
4082
|
+
},
|
|
4083
|
+
"annotation": {
|
|
4084
|
+
"type": "union",
|
|
4085
|
+
"types": [
|
|
4086
|
+
{
|
|
4087
|
+
"type": "keyword",
|
|
4088
|
+
"value": "string"
|
|
4089
|
+
},
|
|
4090
|
+
{
|
|
4091
|
+
"type": "array",
|
|
4092
|
+
"elementType": {
|
|
4093
|
+
"type": "keyword",
|
|
4094
|
+
"value": "string"
|
|
4095
|
+
}
|
|
4096
|
+
}
|
|
4097
|
+
]
|
|
4098
|
+
},
|
|
4099
|
+
"computed": false
|
|
4100
|
+
},
|
|
4101
|
+
{
|
|
4102
|
+
"type": "propertySignature",
|
|
4103
|
+
"key": {
|
|
4104
|
+
"type": "identifier",
|
|
4105
|
+
"name": "options"
|
|
4106
|
+
},
|
|
4107
|
+
"annotation": {
|
|
4108
|
+
"type": "array",
|
|
4109
|
+
"elementType": {
|
|
4110
|
+
"type": "reference",
|
|
4111
|
+
"typeName": {
|
|
4112
|
+
"type": "identifier",
|
|
4113
|
+
"name": "GeneralComplexOption"
|
|
4114
|
+
}
|
|
4115
|
+
}
|
|
4116
|
+
},
|
|
4117
|
+
"computed": false
|
|
4118
|
+
}
|
|
4119
|
+
]
|
|
4120
|
+
}
|
|
4121
|
+
}
|
|
4090
4122
|
},
|
|
4091
4123
|
{
|
|
4092
|
-
"name": "
|
|
4093
|
-
"annotation": {
|
|
4094
|
-
"type": "reference",
|
|
4095
|
-
"typeName": {
|
|
4096
|
-
"type": "identifier",
|
|
4097
|
-
"name": "UseSingleBrickConf"
|
|
4098
|
-
}
|
|
4099
|
-
}
|
|
4100
|
-
}
|
|
4101
|
-
],
|
|
4102
|
-
"events": [
|
|
4103
|
-
{
|
|
4104
|
-
"name": "change",
|
|
4124
|
+
"name": "search",
|
|
4105
4125
|
"detail": {
|
|
4106
4126
|
"annotation": {
|
|
4107
|
-
"type": "
|
|
4108
|
-
"
|
|
4127
|
+
"type": "typeLiteral",
|
|
4128
|
+
"members": [
|
|
4109
4129
|
{
|
|
4110
|
-
"type": "
|
|
4111
|
-
"
|
|
4130
|
+
"type": "propertySignature",
|
|
4131
|
+
"key": {
|
|
4112
4132
|
"type": "identifier",
|
|
4113
|
-
"name": "
|
|
4114
|
-
}
|
|
4115
|
-
|
|
4116
|
-
|
|
4117
|
-
|
|
4118
|
-
|
|
4133
|
+
"name": "value"
|
|
4134
|
+
},
|
|
4135
|
+
"annotation": {
|
|
4136
|
+
"type": "keyword",
|
|
4137
|
+
"value": "string"
|
|
4138
|
+
},
|
|
4139
|
+
"computed": false
|
|
4119
4140
|
}
|
|
4120
4141
|
]
|
|
4121
4142
|
}
|
|
4122
4143
|
}
|
|
4123
4144
|
},
|
|
4145
|
+
{
|
|
4146
|
+
"name": "focus",
|
|
4147
|
+
"detail": {
|
|
4148
|
+
"annotation": {
|
|
4149
|
+
"type": "keyword",
|
|
4150
|
+
"value": "void"
|
|
4151
|
+
}
|
|
4152
|
+
}
|
|
4153
|
+
},
|
|
4124
4154
|
{
|
|
4125
4155
|
"name": "options.change",
|
|
4126
4156
|
"detail": {
|
|
@@ -4198,54 +4228,6 @@
|
|
|
4198
4228
|
],
|
|
4199
4229
|
"methods": [],
|
|
4200
4230
|
"types": [
|
|
4201
|
-
{
|
|
4202
|
-
"type": "typeAlias",
|
|
4203
|
-
"name": "GeneralOption",
|
|
4204
|
-
"annotation": {
|
|
4205
|
-
"type": "union",
|
|
4206
|
-
"types": [
|
|
4207
|
-
{
|
|
4208
|
-
"type": "keyword",
|
|
4209
|
-
"value": "string"
|
|
4210
|
-
},
|
|
4211
|
-
{
|
|
4212
|
-
"type": "keyword",
|
|
4213
|
-
"value": "number"
|
|
4214
|
-
},
|
|
4215
|
-
{
|
|
4216
|
-
"type": "keyword",
|
|
4217
|
-
"value": "boolean"
|
|
4218
|
-
},
|
|
4219
|
-
{
|
|
4220
|
-
"type": "reference",
|
|
4221
|
-
"typeName": {
|
|
4222
|
-
"type": "identifier",
|
|
4223
|
-
"name": "GeneralComplexOption"
|
|
4224
|
-
}
|
|
4225
|
-
},
|
|
4226
|
-
{
|
|
4227
|
-
"type": "reference",
|
|
4228
|
-
"typeName": {
|
|
4229
|
-
"type": "identifier",
|
|
4230
|
-
"name": "Record"
|
|
4231
|
-
},
|
|
4232
|
-
"typeParameters": {
|
|
4233
|
-
"type": "typeParameterInstantiation",
|
|
4234
|
-
"params": [
|
|
4235
|
-
{
|
|
4236
|
-
"type": "keyword",
|
|
4237
|
-
"value": "string"
|
|
4238
|
-
},
|
|
4239
|
-
{
|
|
4240
|
-
"type": "keyword",
|
|
4241
|
-
"value": "any"
|
|
4242
|
-
}
|
|
4243
|
-
]
|
|
4244
|
-
}
|
|
4245
|
-
}
|
|
4246
|
-
]
|
|
4247
|
-
}
|
|
4248
|
-
},
|
|
4249
4231
|
{
|
|
4250
4232
|
"type": "interface",
|
|
4251
4233
|
"name": "GeneralComplexOption",
|
|
@@ -4321,79 +4303,97 @@
|
|
|
4321
4303
|
]
|
|
4322
4304
|
},
|
|
4323
4305
|
{
|
|
4324
|
-
"type": "
|
|
4325
|
-
"name": "
|
|
4326
|
-
"
|
|
4327
|
-
|
|
4328
|
-
|
|
4329
|
-
{
|
|
4330
|
-
"type": "
|
|
4331
|
-
"
|
|
4332
|
-
},
|
|
4333
|
-
{
|
|
4334
|
-
"type": "jsLiteral",
|
|
4335
|
-
"value": "default"
|
|
4336
|
-
},
|
|
4337
|
-
{
|
|
4338
|
-
"type": "jsLiteral",
|
|
4339
|
-
"value": "icon"
|
|
4340
|
-
},
|
|
4341
|
-
{
|
|
4342
|
-
"type": "jsLiteral",
|
|
4343
|
-
"value": "icon-circle"
|
|
4306
|
+
"type": "interface",
|
|
4307
|
+
"name": "UseBackendConf",
|
|
4308
|
+
"body": [
|
|
4309
|
+
{
|
|
4310
|
+
"type": "propertySignature",
|
|
4311
|
+
"key": {
|
|
4312
|
+
"type": "identifier",
|
|
4313
|
+
"name": "provider"
|
|
4344
4314
|
},
|
|
4345
|
-
{
|
|
4346
|
-
"type": "
|
|
4347
|
-
"value": "
|
|
4315
|
+
"annotation": {
|
|
4316
|
+
"type": "keyword",
|
|
4317
|
+
"value": "string"
|
|
4348
4318
|
},
|
|
4349
|
-
|
|
4350
|
-
|
|
4351
|
-
|
|
4352
|
-
|
|
4353
|
-
|
|
4354
|
-
|
|
4355
|
-
|
|
4356
|
-
{
|
|
4357
|
-
"type": "typeAlias",
|
|
4358
|
-
"name": "UIType",
|
|
4359
|
-
"annotation": {
|
|
4360
|
-
"type": "union",
|
|
4361
|
-
"types": [
|
|
4362
|
-
{
|
|
4363
|
-
"type": "jsLiteral",
|
|
4364
|
-
"value": "default"
|
|
4319
|
+
"computed": false
|
|
4320
|
+
},
|
|
4321
|
+
{
|
|
4322
|
+
"type": "propertySignature",
|
|
4323
|
+
"key": {
|
|
4324
|
+
"type": "identifier",
|
|
4325
|
+
"name": "args"
|
|
4365
4326
|
},
|
|
4366
|
-
{
|
|
4367
|
-
"type": "
|
|
4368
|
-
"
|
|
4369
|
-
|
|
4370
|
-
|
|
4371
|
-
|
|
4372
|
-
|
|
4373
|
-
|
|
4374
|
-
|
|
4375
|
-
|
|
4376
|
-
|
|
4377
|
-
|
|
4378
|
-
|
|
4379
|
-
|
|
4380
|
-
|
|
4381
|
-
|
|
4327
|
+
"annotation": {
|
|
4328
|
+
"type": "union",
|
|
4329
|
+
"types": [
|
|
4330
|
+
{
|
|
4331
|
+
"type": "array",
|
|
4332
|
+
"elementType": {
|
|
4333
|
+
"type": "keyword",
|
|
4334
|
+
"value": "any"
|
|
4335
|
+
}
|
|
4336
|
+
},
|
|
4337
|
+
{
|
|
4338
|
+
"type": "parenthesizedType",
|
|
4339
|
+
"annotation": {
|
|
4340
|
+
"type": "function",
|
|
4341
|
+
"parameters": [
|
|
4342
|
+
{
|
|
4343
|
+
"type": "restElement",
|
|
4344
|
+
"argument": {
|
|
4345
|
+
"type": "identifier",
|
|
4346
|
+
"name": "args"
|
|
4347
|
+
},
|
|
4348
|
+
"annotation": {
|
|
4349
|
+
"type": "array",
|
|
4350
|
+
"elementType": {
|
|
4351
|
+
"type": "keyword",
|
|
4352
|
+
"value": "any"
|
|
4353
|
+
}
|
|
4354
|
+
}
|
|
4355
|
+
}
|
|
4356
|
+
],
|
|
4357
|
+
"annotation": {
|
|
4358
|
+
"type": "array",
|
|
4359
|
+
"elementType": {
|
|
4360
|
+
"type": "keyword",
|
|
4361
|
+
"value": "any"
|
|
4362
|
+
}
|
|
4363
|
+
}
|
|
4364
|
+
}
|
|
4365
|
+
}
|
|
4366
|
+
]
|
|
4382
4367
|
},
|
|
4383
|
-
|
|
4384
|
-
|
|
4385
|
-
|
|
4368
|
+
"computed": false
|
|
4369
|
+
},
|
|
4370
|
+
{
|
|
4371
|
+
"type": "propertySignature",
|
|
4372
|
+
"key": {
|
|
4373
|
+
"type": "identifier",
|
|
4374
|
+
"name": "transform"
|
|
4386
4375
|
},
|
|
4387
|
-
{
|
|
4388
|
-
"type": "
|
|
4389
|
-
"
|
|
4376
|
+
"annotation": {
|
|
4377
|
+
"type": "function",
|
|
4378
|
+
"parameters": [
|
|
4379
|
+
{
|
|
4380
|
+
"type": "identifier",
|
|
4381
|
+
"name": "data",
|
|
4382
|
+
"annotation": {
|
|
4383
|
+
"type": "keyword",
|
|
4384
|
+
"value": "any"
|
|
4385
|
+
}
|
|
4386
|
+
}
|
|
4387
|
+
],
|
|
4388
|
+
"annotation": {
|
|
4389
|
+
"type": "keyword",
|
|
4390
|
+
"value": "void"
|
|
4391
|
+
}
|
|
4390
4392
|
},
|
|
4391
|
-
|
|
4392
|
-
|
|
4393
|
-
|
|
4394
|
-
|
|
4395
|
-
]
|
|
4396
|
-
}
|
|
4393
|
+
"optional": true,
|
|
4394
|
+
"computed": false
|
|
4395
|
+
}
|
|
4396
|
+
]
|
|
4397
4397
|
}
|
|
4398
4398
|
]
|
|
4399
4399
|
},
|