@next-bricks/form 1.9.5 → 1.9.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bricks.json +29 -29
- package/dist/chunks/1337.5ea62dca.js +2 -0
- package/dist/chunks/1337.5ea62dca.js.map +1 -0
- package/dist/chunks/{9515.e0e282f4.js → 9515.43552523.js} +2 -2
- package/dist/chunks/{9515.e0e282f4.js.map → 9515.43552523.js.map} +1 -1
- package/dist/chunks/eo-select.39e6cb96.js +3 -0
- package/dist/chunks/eo-select.39e6cb96.js.map +1 -0
- package/dist/chunks/{main.9465fd29.js → main.1bacb3fc.js} +2 -2
- package/dist/chunks/{main.9465fd29.js.map → main.1bacb3fc.js.map} +1 -1
- package/dist/examples.json +11 -11
- package/dist/{index.7f6674a6.js → index.0433b205.js} +2 -2
- package/dist/{index.7f6674a6.js.map → index.0433b205.js.map} +1 -1
- package/dist/manifest.json +478 -478
- package/dist/types.json +1290 -1290
- package/package.json +2 -2
- package/dist/chunks/1337.7e5a7581.js +0 -2
- package/dist/chunks/1337.7e5a7581.js.map +0 -1
- package/dist/chunks/eo-select.5d07e8c1.js +0 -3
- package/dist/chunks/eo-select.5d07e8c1.js.map +0 -1
- /package/dist/chunks/{eo-select.5d07e8c1.js.LICENSE.txt → eo-select.39e6cb96.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -498,126 +498,119 @@
|
|
|
498
498
|
],
|
|
499
499
|
"methods": []
|
|
500
500
|
},
|
|
501
|
-
"eo-
|
|
501
|
+
"eo-form": {
|
|
502
502
|
"properties": [
|
|
503
503
|
{
|
|
504
|
-
"name": "
|
|
505
|
-
"annotation": {
|
|
506
|
-
"type": "keyword",
|
|
507
|
-
"value": "string"
|
|
508
|
-
}
|
|
509
|
-
},
|
|
510
|
-
{
|
|
511
|
-
"name": "label",
|
|
512
|
-
"annotation": {
|
|
513
|
-
"type": "keyword",
|
|
514
|
-
"value": "string"
|
|
515
|
-
}
|
|
516
|
-
},
|
|
517
|
-
{
|
|
518
|
-
"name": "value",
|
|
504
|
+
"name": "layout",
|
|
519
505
|
"annotation": {
|
|
520
|
-
"type": "
|
|
521
|
-
"
|
|
522
|
-
"type": "
|
|
523
|
-
"
|
|
524
|
-
"type": "identifier",
|
|
525
|
-
"name": "CheckboxValueType"
|
|
526
|
-
}
|
|
506
|
+
"type": "reference",
|
|
507
|
+
"typeName": {
|
|
508
|
+
"type": "identifier",
|
|
509
|
+
"name": "Layout"
|
|
527
510
|
}
|
|
528
511
|
}
|
|
529
512
|
},
|
|
530
513
|
{
|
|
531
|
-
"name": "
|
|
514
|
+
"name": "size",
|
|
532
515
|
"annotation": {
|
|
533
|
-
"type": "
|
|
534
|
-
"
|
|
535
|
-
"type": "
|
|
536
|
-
"
|
|
537
|
-
"type": "identifier",
|
|
538
|
-
"name": "CheckboxOptionType"
|
|
539
|
-
}
|
|
516
|
+
"type": "reference",
|
|
517
|
+
"typeName": {
|
|
518
|
+
"type": "identifier",
|
|
519
|
+
"name": "ComponentSize"
|
|
540
520
|
}
|
|
541
521
|
}
|
|
542
522
|
},
|
|
543
523
|
{
|
|
544
|
-
"name": "
|
|
524
|
+
"name": "labelCol",
|
|
545
525
|
"annotation": {
|
|
546
526
|
"type": "reference",
|
|
547
527
|
"typeName": {
|
|
548
528
|
"type": "identifier",
|
|
549
|
-
"name": "
|
|
529
|
+
"name": "ColProps"
|
|
550
530
|
}
|
|
551
531
|
}
|
|
552
532
|
},
|
|
553
533
|
{
|
|
554
|
-
"name": "
|
|
555
|
-
"annotation": {
|
|
556
|
-
"type": "keyword",
|
|
557
|
-
"value": "boolean"
|
|
558
|
-
}
|
|
559
|
-
},
|
|
560
|
-
{
|
|
561
|
-
"name": "isCustom",
|
|
562
|
-
"annotation": {
|
|
563
|
-
"type": "keyword",
|
|
564
|
-
"value": "boolean"
|
|
565
|
-
}
|
|
566
|
-
},
|
|
567
|
-
{
|
|
568
|
-
"name": "required",
|
|
534
|
+
"name": "wrapperCol",
|
|
569
535
|
"annotation": {
|
|
570
|
-
"type": "
|
|
571
|
-
"
|
|
536
|
+
"type": "reference",
|
|
537
|
+
"typeName": {
|
|
538
|
+
"type": "identifier",
|
|
539
|
+
"name": "ColProps"
|
|
540
|
+
}
|
|
572
541
|
}
|
|
573
542
|
},
|
|
574
543
|
{
|
|
575
|
-
"name": "
|
|
544
|
+
"name": "formStyle",
|
|
576
545
|
"annotation": {
|
|
577
546
|
"type": "reference",
|
|
578
547
|
"typeName": {
|
|
579
|
-
"type": "
|
|
580
|
-
"
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
"
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
},
|
|
589
|
-
{
|
|
590
|
-
"type": "keyword",
|
|
591
|
-
"value": "string"
|
|
592
|
-
}
|
|
593
|
-
]
|
|
548
|
+
"type": "qualifiedName",
|
|
549
|
+
"left": {
|
|
550
|
+
"type": "identifier",
|
|
551
|
+
"name": "React"
|
|
552
|
+
},
|
|
553
|
+
"right": {
|
|
554
|
+
"type": "identifier",
|
|
555
|
+
"name": "CSSProperties"
|
|
556
|
+
}
|
|
594
557
|
}
|
|
595
558
|
}
|
|
596
|
-
}
|
|
559
|
+
}
|
|
560
|
+
],
|
|
561
|
+
"events": [
|
|
597
562
|
{
|
|
598
|
-
"name": "
|
|
599
|
-
"
|
|
600
|
-
"
|
|
601
|
-
|
|
563
|
+
"name": "values.change",
|
|
564
|
+
"detail": {
|
|
565
|
+
"annotation": {
|
|
566
|
+
"type": "reference",
|
|
567
|
+
"typeName": {
|
|
568
|
+
"type": "identifier",
|
|
569
|
+
"name": "Record"
|
|
570
|
+
},
|
|
571
|
+
"typeParameters": {
|
|
572
|
+
"type": "typeParameterInstantiation",
|
|
573
|
+
"params": [
|
|
574
|
+
{
|
|
575
|
+
"type": "keyword",
|
|
576
|
+
"value": "string"
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
"type": "keyword",
|
|
580
|
+
"value": "unknown"
|
|
581
|
+
}
|
|
582
|
+
]
|
|
583
|
+
}
|
|
584
|
+
}
|
|
602
585
|
}
|
|
603
586
|
},
|
|
604
587
|
{
|
|
605
|
-
"name": "
|
|
606
|
-
"
|
|
607
|
-
"
|
|
608
|
-
"elementType": {
|
|
588
|
+
"name": "validate.success",
|
|
589
|
+
"detail": {
|
|
590
|
+
"annotation": {
|
|
609
591
|
"type": "reference",
|
|
610
592
|
"typeName": {
|
|
611
593
|
"type": "identifier",
|
|
612
|
-
"name": "
|
|
594
|
+
"name": "Record"
|
|
595
|
+
},
|
|
596
|
+
"typeParameters": {
|
|
597
|
+
"type": "typeParameterInstantiation",
|
|
598
|
+
"params": [
|
|
599
|
+
{
|
|
600
|
+
"type": "keyword",
|
|
601
|
+
"value": "string"
|
|
602
|
+
},
|
|
603
|
+
{
|
|
604
|
+
"type": "keyword",
|
|
605
|
+
"value": "unknown"
|
|
606
|
+
}
|
|
607
|
+
]
|
|
613
608
|
}
|
|
614
609
|
}
|
|
615
610
|
}
|
|
616
|
-
}
|
|
617
|
-
],
|
|
618
|
-
"events": [
|
|
611
|
+
},
|
|
619
612
|
{
|
|
620
|
-
"name": "
|
|
613
|
+
"name": "validate.error",
|
|
621
614
|
"detail": {
|
|
622
615
|
"annotation": {
|
|
623
616
|
"type": "array",
|
|
@@ -625,291 +618,396 @@
|
|
|
625
618
|
"type": "reference",
|
|
626
619
|
"typeName": {
|
|
627
620
|
"type": "identifier",
|
|
628
|
-
"name": "
|
|
621
|
+
"name": "MessageBody"
|
|
629
622
|
}
|
|
630
623
|
}
|
|
631
624
|
}
|
|
632
625
|
}
|
|
633
|
-
}
|
|
626
|
+
}
|
|
627
|
+
],
|
|
628
|
+
"methods": [
|
|
634
629
|
{
|
|
635
|
-
"name": "
|
|
636
|
-
"
|
|
630
|
+
"name": "validate",
|
|
631
|
+
"params": [],
|
|
632
|
+
"returns": {
|
|
637
633
|
"annotation": {
|
|
638
|
-
"type": "
|
|
639
|
-
"
|
|
634
|
+
"type": "union",
|
|
635
|
+
"types": [
|
|
640
636
|
{
|
|
641
|
-
"type": "
|
|
642
|
-
"
|
|
643
|
-
"type": "identifier",
|
|
644
|
-
"name": "options"
|
|
645
|
-
},
|
|
646
|
-
"annotation": {
|
|
647
|
-
"type": "array",
|
|
648
|
-
"elementType": {
|
|
649
|
-
"type": "reference",
|
|
650
|
-
"typeName": {
|
|
651
|
-
"type": "identifier",
|
|
652
|
-
"name": "CheckboxOptionType"
|
|
653
|
-
}
|
|
654
|
-
}
|
|
655
|
-
},
|
|
656
|
-
"computed": false
|
|
637
|
+
"type": "keyword",
|
|
638
|
+
"value": "boolean"
|
|
657
639
|
},
|
|
658
640
|
{
|
|
659
|
-
"type": "
|
|
660
|
-
"
|
|
641
|
+
"type": "reference",
|
|
642
|
+
"typeName": {
|
|
661
643
|
"type": "identifier",
|
|
662
|
-
"name": "
|
|
663
|
-
},
|
|
664
|
-
"annotation": {
|
|
665
|
-
"type": "keyword",
|
|
666
|
-
"value": "string"
|
|
644
|
+
"name": "Record"
|
|
667
645
|
},
|
|
668
|
-
"
|
|
646
|
+
"typeParameters": {
|
|
647
|
+
"type": "typeParameterInstantiation",
|
|
648
|
+
"params": [
|
|
649
|
+
{
|
|
650
|
+
"type": "keyword",
|
|
651
|
+
"value": "string"
|
|
652
|
+
},
|
|
653
|
+
{
|
|
654
|
+
"type": "keyword",
|
|
655
|
+
"value": "unknown"
|
|
656
|
+
}
|
|
657
|
+
]
|
|
658
|
+
}
|
|
669
659
|
}
|
|
670
660
|
]
|
|
671
661
|
}
|
|
672
662
|
}
|
|
673
|
-
}
|
|
674
|
-
],
|
|
675
|
-
"methods": [],
|
|
676
|
-
"types": [
|
|
677
|
-
{
|
|
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
|
-
]
|
|
696
|
-
}
|
|
697
663
|
},
|
|
698
664
|
{
|
|
699
|
-
"
|
|
700
|
-
"
|
|
701
|
-
"body": [
|
|
665
|
+
"name": "setInitValue",
|
|
666
|
+
"params": [
|
|
702
667
|
{
|
|
703
|
-
"
|
|
704
|
-
"key": {
|
|
705
|
-
"type": "identifier",
|
|
706
|
-
"name": "label"
|
|
707
|
-
},
|
|
668
|
+
"name": "values",
|
|
708
669
|
"annotation": {
|
|
709
670
|
"type": "reference",
|
|
710
671
|
"typeName": {
|
|
711
|
-
"type": "
|
|
712
|
-
"
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
"
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
"name": "value"
|
|
729
|
-
},
|
|
730
|
-
"annotation": {
|
|
731
|
-
"type": "keyword",
|
|
732
|
-
"value": "any"
|
|
733
|
-
},
|
|
734
|
-
"computed": false
|
|
672
|
+
"type": "identifier",
|
|
673
|
+
"name": "Record"
|
|
674
|
+
},
|
|
675
|
+
"typeParameters": {
|
|
676
|
+
"type": "typeParameterInstantiation",
|
|
677
|
+
"params": [
|
|
678
|
+
{
|
|
679
|
+
"type": "keyword",
|
|
680
|
+
"value": "string"
|
|
681
|
+
},
|
|
682
|
+
{
|
|
683
|
+
"type": "keyword",
|
|
684
|
+
"value": "unknown"
|
|
685
|
+
}
|
|
686
|
+
]
|
|
687
|
+
}
|
|
688
|
+
}
|
|
735
689
|
},
|
|
736
690
|
{
|
|
737
|
-
"
|
|
738
|
-
"key": {
|
|
739
|
-
"type": "identifier",
|
|
740
|
-
"name": "style"
|
|
741
|
-
},
|
|
691
|
+
"name": "options",
|
|
742
692
|
"annotation": {
|
|
743
|
-
"type": "
|
|
744
|
-
"
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
"
|
|
748
|
-
|
|
693
|
+
"type": "typeLiteral",
|
|
694
|
+
"members": [
|
|
695
|
+
{
|
|
696
|
+
"type": "propertySignature",
|
|
697
|
+
"key": {
|
|
698
|
+
"type": "identifier",
|
|
699
|
+
"name": "runInMacrotask"
|
|
700
|
+
},
|
|
701
|
+
"annotation": {
|
|
702
|
+
"type": "keyword",
|
|
703
|
+
"value": "boolean"
|
|
704
|
+
},
|
|
705
|
+
"optional": true,
|
|
706
|
+
"computed": false
|
|
749
707
|
},
|
|
750
|
-
|
|
751
|
-
"type": "
|
|
752
|
-
"
|
|
708
|
+
{
|
|
709
|
+
"type": "propertySignature",
|
|
710
|
+
"key": {
|
|
711
|
+
"type": "identifier",
|
|
712
|
+
"name": "runInMicrotask"
|
|
713
|
+
},
|
|
714
|
+
"annotation": {
|
|
715
|
+
"type": "keyword",
|
|
716
|
+
"value": "boolean"
|
|
717
|
+
},
|
|
718
|
+
"optional": true,
|
|
719
|
+
"computed": false
|
|
753
720
|
}
|
|
754
|
-
|
|
755
|
-
}
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
721
|
+
]
|
|
722
|
+
}
|
|
723
|
+
}
|
|
724
|
+
],
|
|
725
|
+
"returns": {}
|
|
726
|
+
},
|
|
727
|
+
{
|
|
728
|
+
"name": "resetFields",
|
|
729
|
+
"params": [
|
|
759
730
|
{
|
|
760
|
-
"
|
|
761
|
-
"key": {
|
|
762
|
-
"type": "identifier",
|
|
763
|
-
"name": "disabled"
|
|
764
|
-
},
|
|
731
|
+
"name": "name",
|
|
765
732
|
"annotation": {
|
|
766
733
|
"type": "keyword",
|
|
767
|
-
"value": "
|
|
768
|
-
}
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
734
|
+
"value": "string"
|
|
735
|
+
}
|
|
736
|
+
}
|
|
737
|
+
],
|
|
738
|
+
"returns": {}
|
|
739
|
+
},
|
|
740
|
+
{
|
|
741
|
+
"name": "getFieldsValue",
|
|
742
|
+
"params": [
|
|
772
743
|
{
|
|
773
|
-
"
|
|
774
|
-
"key": {
|
|
775
|
-
"type": "identifier",
|
|
776
|
-
"name": "checkboxColor"
|
|
777
|
-
},
|
|
744
|
+
"name": "name",
|
|
778
745
|
"annotation": {
|
|
779
746
|
"type": "keyword",
|
|
780
747
|
"value": "string"
|
|
781
|
-
}
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
748
|
+
}
|
|
749
|
+
}
|
|
750
|
+
],
|
|
751
|
+
"returns": {}
|
|
752
|
+
},
|
|
753
|
+
{
|
|
754
|
+
"name": "validateField",
|
|
755
|
+
"params": [
|
|
785
756
|
{
|
|
786
|
-
"
|
|
787
|
-
"parameter": {
|
|
788
|
-
"type": "identifier",
|
|
789
|
-
"name": "propName",
|
|
790
|
-
"annotation": {
|
|
791
|
-
"type": "keyword",
|
|
792
|
-
"value": "string"
|
|
793
|
-
}
|
|
794
|
-
},
|
|
757
|
+
"name": "name",
|
|
795
758
|
"annotation": {
|
|
796
759
|
"type": "keyword",
|
|
797
|
-
"value": "
|
|
760
|
+
"value": "string"
|
|
798
761
|
}
|
|
799
762
|
}
|
|
800
|
-
]
|
|
763
|
+
],
|
|
764
|
+
"returns": {}
|
|
801
765
|
},
|
|
766
|
+
{
|
|
767
|
+
"name": "resetValidateState",
|
|
768
|
+
"params": [],
|
|
769
|
+
"returns": {}
|
|
770
|
+
}
|
|
771
|
+
],
|
|
772
|
+
"types": [
|
|
802
773
|
{
|
|
803
774
|
"type": "typeAlias",
|
|
804
|
-
"name": "
|
|
775
|
+
"name": "Layout",
|
|
805
776
|
"annotation": {
|
|
806
777
|
"type": "union",
|
|
807
778
|
"types": [
|
|
808
779
|
{
|
|
809
780
|
"type": "jsLiteral",
|
|
810
|
-
"value": "
|
|
781
|
+
"value": "horizontal"
|
|
811
782
|
},
|
|
812
783
|
{
|
|
813
784
|
"type": "jsLiteral",
|
|
814
|
-
"value": "
|
|
785
|
+
"value": "vertical"
|
|
786
|
+
},
|
|
787
|
+
{
|
|
788
|
+
"type": "jsLiteral",
|
|
789
|
+
"value": "inline"
|
|
815
790
|
}
|
|
816
791
|
]
|
|
817
792
|
}
|
|
818
793
|
},
|
|
819
794
|
{
|
|
820
|
-
"type": "
|
|
821
|
-
"name": "
|
|
822
|
-
"
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
"type": "
|
|
827
|
-
"
|
|
828
|
-
},
|
|
829
|
-
"annotation": {
|
|
830
|
-
"type": "keyword",
|
|
831
|
-
"value": "string"
|
|
832
|
-
},
|
|
833
|
-
"computed": false
|
|
834
|
-
},
|
|
835
|
-
{
|
|
836
|
-
"type": "propertySignature",
|
|
837
|
-
"key": {
|
|
838
|
-
"type": "identifier",
|
|
839
|
-
"name": "key"
|
|
840
|
-
},
|
|
841
|
-
"annotation": {
|
|
842
|
-
"type": "keyword",
|
|
843
|
-
"value": "string"
|
|
795
|
+
"type": "typeAlias",
|
|
796
|
+
"name": "ComponentSize",
|
|
797
|
+
"annotation": {
|
|
798
|
+
"type": "union",
|
|
799
|
+
"types": [
|
|
800
|
+
{
|
|
801
|
+
"type": "jsLiteral",
|
|
802
|
+
"value": "large"
|
|
844
803
|
},
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
"type": "propertySignature",
|
|
849
|
-
"key": {
|
|
850
|
-
"type": "identifier",
|
|
851
|
-
"name": "options"
|
|
804
|
+
{
|
|
805
|
+
"type": "jsLiteral",
|
|
806
|
+
"value": "medium"
|
|
852
807
|
},
|
|
853
|
-
|
|
854
|
-
"type": "
|
|
855
|
-
"
|
|
856
|
-
"type": "reference",
|
|
857
|
-
"typeName": {
|
|
858
|
-
"type": "identifier",
|
|
859
|
-
"name": "CheckboxOptionType"
|
|
860
|
-
}
|
|
861
|
-
}
|
|
808
|
+
{
|
|
809
|
+
"type": "jsLiteral",
|
|
810
|
+
"value": "small"
|
|
862
811
|
},
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
812
|
+
{
|
|
813
|
+
"type": "jsLiteral",
|
|
814
|
+
"value": "xs"
|
|
815
|
+
}
|
|
816
|
+
]
|
|
817
|
+
}
|
|
866
818
|
}
|
|
867
819
|
]
|
|
868
820
|
},
|
|
869
|
-
"eo-
|
|
821
|
+
"eo-select": {
|
|
870
822
|
"properties": [
|
|
871
823
|
{
|
|
872
|
-
"name": "
|
|
824
|
+
"name": "name",
|
|
873
825
|
"annotation": {
|
|
874
|
-
"type": "
|
|
875
|
-
"
|
|
876
|
-
"type": "identifier",
|
|
877
|
-
"name": "Layout"
|
|
878
|
-
}
|
|
826
|
+
"type": "keyword",
|
|
827
|
+
"value": "string"
|
|
879
828
|
}
|
|
880
829
|
},
|
|
881
830
|
{
|
|
882
|
-
"name": "
|
|
831
|
+
"name": "placeholder",
|
|
883
832
|
"annotation": {
|
|
884
|
-
"type": "
|
|
885
|
-
"
|
|
886
|
-
"type": "identifier",
|
|
887
|
-
"name": "ComponentSize"
|
|
888
|
-
}
|
|
833
|
+
"type": "keyword",
|
|
834
|
+
"value": "string"
|
|
889
835
|
}
|
|
890
836
|
},
|
|
891
837
|
{
|
|
892
|
-
"name": "
|
|
838
|
+
"name": "label",
|
|
893
839
|
"annotation": {
|
|
894
|
-
"type": "
|
|
895
|
-
"
|
|
896
|
-
"type": "identifier",
|
|
897
|
-
"name": "ColProps"
|
|
898
|
-
}
|
|
840
|
+
"type": "keyword",
|
|
841
|
+
"value": "string"
|
|
899
842
|
}
|
|
900
843
|
},
|
|
901
844
|
{
|
|
902
|
-
"name": "
|
|
845
|
+
"name": "options",
|
|
903
846
|
"annotation": {
|
|
904
|
-
"type": "
|
|
905
|
-
"
|
|
906
|
-
"type": "
|
|
907
|
-
"
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
847
|
+
"type": "array",
|
|
848
|
+
"elementType": {
|
|
849
|
+
"type": "reference",
|
|
850
|
+
"typeName": {
|
|
851
|
+
"type": "identifier",
|
|
852
|
+
"name": "GeneralComplexOption"
|
|
853
|
+
}
|
|
854
|
+
}
|
|
855
|
+
}
|
|
856
|
+
},
|
|
911
857
|
{
|
|
912
|
-
"name": "
|
|
858
|
+
"name": "value",
|
|
859
|
+
"annotation": {
|
|
860
|
+
"type": "keyword",
|
|
861
|
+
"value": "any"
|
|
862
|
+
}
|
|
863
|
+
},
|
|
864
|
+
{
|
|
865
|
+
"name": "required",
|
|
866
|
+
"annotation": {
|
|
867
|
+
"type": "keyword",
|
|
868
|
+
"value": "boolean"
|
|
869
|
+
}
|
|
870
|
+
},
|
|
871
|
+
{
|
|
872
|
+
"name": "message",
|
|
873
|
+
"annotation": {
|
|
874
|
+
"type": "reference",
|
|
875
|
+
"typeName": {
|
|
876
|
+
"type": "identifier",
|
|
877
|
+
"name": "Record"
|
|
878
|
+
},
|
|
879
|
+
"typeParameters": {
|
|
880
|
+
"type": "typeParameterInstantiation",
|
|
881
|
+
"params": [
|
|
882
|
+
{
|
|
883
|
+
"type": "keyword",
|
|
884
|
+
"value": "string"
|
|
885
|
+
},
|
|
886
|
+
{
|
|
887
|
+
"type": "keyword",
|
|
888
|
+
"value": "string"
|
|
889
|
+
}
|
|
890
|
+
]
|
|
891
|
+
}
|
|
892
|
+
}
|
|
893
|
+
},
|
|
894
|
+
{
|
|
895
|
+
"name": "disabled",
|
|
896
|
+
"annotation": {
|
|
897
|
+
"type": "keyword",
|
|
898
|
+
"value": "boolean"
|
|
899
|
+
}
|
|
900
|
+
},
|
|
901
|
+
{
|
|
902
|
+
"name": "mode",
|
|
903
|
+
"annotation": {
|
|
904
|
+
"type": "union",
|
|
905
|
+
"types": [
|
|
906
|
+
{
|
|
907
|
+
"type": "jsLiteral",
|
|
908
|
+
"value": "tags"
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
"type": "jsLiteral",
|
|
912
|
+
"value": "multiple"
|
|
913
|
+
}
|
|
914
|
+
]
|
|
915
|
+
}
|
|
916
|
+
},
|
|
917
|
+
{
|
|
918
|
+
"name": "tokenSeparators",
|
|
919
|
+
"annotation": {
|
|
920
|
+
"type": "array",
|
|
921
|
+
"elementType": {
|
|
922
|
+
"type": "keyword",
|
|
923
|
+
"value": "string"
|
|
924
|
+
}
|
|
925
|
+
}
|
|
926
|
+
},
|
|
927
|
+
{
|
|
928
|
+
"name": "maxTagCount",
|
|
929
|
+
"annotation": {
|
|
930
|
+
"type": "keyword",
|
|
931
|
+
"value": "number"
|
|
932
|
+
}
|
|
933
|
+
},
|
|
934
|
+
{
|
|
935
|
+
"name": "groupBy",
|
|
936
|
+
"annotation": {
|
|
937
|
+
"type": "keyword",
|
|
938
|
+
"value": "string"
|
|
939
|
+
}
|
|
940
|
+
},
|
|
941
|
+
{
|
|
942
|
+
"name": "suffix",
|
|
943
|
+
"annotation": {
|
|
944
|
+
"type": "reference",
|
|
945
|
+
"typeName": {
|
|
946
|
+
"type": "identifier",
|
|
947
|
+
"name": "UseSingleBrickConf"
|
|
948
|
+
}
|
|
949
|
+
}
|
|
950
|
+
},
|
|
951
|
+
{
|
|
952
|
+
"name": "clearable",
|
|
953
|
+
"annotation": {
|
|
954
|
+
"type": "keyword",
|
|
955
|
+
"value": "boolean"
|
|
956
|
+
}
|
|
957
|
+
},
|
|
958
|
+
{
|
|
959
|
+
"name": "fields",
|
|
960
|
+
"annotation": {
|
|
961
|
+
"type": "typeLiteral",
|
|
962
|
+
"members": [
|
|
963
|
+
{
|
|
964
|
+
"type": "propertySignature",
|
|
965
|
+
"key": {
|
|
966
|
+
"type": "identifier",
|
|
967
|
+
"name": "label"
|
|
968
|
+
},
|
|
969
|
+
"annotation": {
|
|
970
|
+
"type": "keyword",
|
|
971
|
+
"value": "string"
|
|
972
|
+
},
|
|
973
|
+
"optional": true,
|
|
974
|
+
"computed": false
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
"type": "propertySignature",
|
|
978
|
+
"key": {
|
|
979
|
+
"type": "identifier",
|
|
980
|
+
"name": "value"
|
|
981
|
+
},
|
|
982
|
+
"annotation": {
|
|
983
|
+
"type": "keyword",
|
|
984
|
+
"value": "string"
|
|
985
|
+
},
|
|
986
|
+
"optional": true,
|
|
987
|
+
"computed": false
|
|
988
|
+
}
|
|
989
|
+
]
|
|
990
|
+
}
|
|
991
|
+
},
|
|
992
|
+
{
|
|
993
|
+
"name": "useBackend",
|
|
994
|
+
"annotation": {
|
|
995
|
+
"type": "reference",
|
|
996
|
+
"typeName": {
|
|
997
|
+
"type": "identifier",
|
|
998
|
+
"name": "UseBackendConf"
|
|
999
|
+
}
|
|
1000
|
+
}
|
|
1001
|
+
},
|
|
1002
|
+
{
|
|
1003
|
+
"name": "debounceSearchDelay",
|
|
1004
|
+
"annotation": {
|
|
1005
|
+
"type": "keyword",
|
|
1006
|
+
"value": "number"
|
|
1007
|
+
}
|
|
1008
|
+
},
|
|
1009
|
+
{
|
|
1010
|
+
"name": "inputStyle",
|
|
913
1011
|
"annotation": {
|
|
914
1012
|
"type": "reference",
|
|
915
1013
|
"typeName": {
|
|
@@ -928,365 +1026,398 @@
|
|
|
928
1026
|
],
|
|
929
1027
|
"events": [
|
|
930
1028
|
{
|
|
931
|
-
"name": "
|
|
1029
|
+
"name": "change",
|
|
932
1030
|
"detail": {
|
|
933
1031
|
"annotation": {
|
|
934
|
-
"type": "
|
|
935
|
-
"
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
"params": [
|
|
942
|
-
{
|
|
943
|
-
"type": "keyword",
|
|
944
|
-
"value": "string"
|
|
1032
|
+
"type": "typeLiteral",
|
|
1033
|
+
"members": [
|
|
1034
|
+
{
|
|
1035
|
+
"type": "propertySignature",
|
|
1036
|
+
"key": {
|
|
1037
|
+
"type": "identifier",
|
|
1038
|
+
"name": "value"
|
|
945
1039
|
},
|
|
946
|
-
{
|
|
947
|
-
"type": "
|
|
948
|
-
"
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
1040
|
+
"annotation": {
|
|
1041
|
+
"type": "union",
|
|
1042
|
+
"types": [
|
|
1043
|
+
{
|
|
1044
|
+
"type": "keyword",
|
|
1045
|
+
"value": "string"
|
|
1046
|
+
},
|
|
1047
|
+
{
|
|
1048
|
+
"type": "array",
|
|
1049
|
+
"elementType": {
|
|
1050
|
+
"type": "keyword",
|
|
1051
|
+
"value": "string"
|
|
1052
|
+
}
|
|
1053
|
+
}
|
|
1054
|
+
]
|
|
1055
|
+
},
|
|
1056
|
+
"computed": false
|
|
1057
|
+
},
|
|
1058
|
+
{
|
|
1059
|
+
"type": "propertySignature",
|
|
1060
|
+
"key": {
|
|
1061
|
+
"type": "identifier",
|
|
1062
|
+
"name": "options"
|
|
1063
|
+
},
|
|
1064
|
+
"annotation": {
|
|
1065
|
+
"type": "array",
|
|
1066
|
+
"elementType": {
|
|
1067
|
+
"type": "reference",
|
|
1068
|
+
"typeName": {
|
|
1069
|
+
"type": "identifier",
|
|
1070
|
+
"name": "GeneralComplexOption"
|
|
1071
|
+
}
|
|
1072
|
+
}
|
|
1073
|
+
},
|
|
1074
|
+
"computed": false
|
|
1075
|
+
}
|
|
1076
|
+
]
|
|
952
1077
|
}
|
|
953
1078
|
}
|
|
954
1079
|
},
|
|
955
1080
|
{
|
|
956
|
-
"name": "
|
|
1081
|
+
"name": "search",
|
|
957
1082
|
"detail": {
|
|
958
1083
|
"annotation": {
|
|
959
|
-
"type": "
|
|
960
|
-
"
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
{
|
|
1084
|
+
"type": "typeLiteral",
|
|
1085
|
+
"members": [
|
|
1086
|
+
{
|
|
1087
|
+
"type": "propertySignature",
|
|
1088
|
+
"key": {
|
|
1089
|
+
"type": "identifier",
|
|
1090
|
+
"name": "value"
|
|
1091
|
+
},
|
|
1092
|
+
"annotation": {
|
|
968
1093
|
"type": "keyword",
|
|
969
1094
|
"value": "string"
|
|
970
1095
|
},
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
}
|
|
975
|
-
]
|
|
976
|
-
}
|
|
1096
|
+
"computed": false
|
|
1097
|
+
}
|
|
1098
|
+
]
|
|
977
1099
|
}
|
|
978
1100
|
}
|
|
979
1101
|
},
|
|
980
1102
|
{
|
|
981
|
-
"name": "
|
|
1103
|
+
"name": "focus",
|
|
982
1104
|
"detail": {
|
|
983
1105
|
"annotation": {
|
|
984
|
-
"type": "
|
|
985
|
-
"
|
|
986
|
-
"type": "reference",
|
|
987
|
-
"typeName": {
|
|
988
|
-
"type": "identifier",
|
|
989
|
-
"name": "MessageBody"
|
|
990
|
-
}
|
|
991
|
-
}
|
|
1106
|
+
"type": "keyword",
|
|
1107
|
+
"value": "void"
|
|
992
1108
|
}
|
|
993
1109
|
}
|
|
994
|
-
}
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
"name": "validate",
|
|
999
|
-
"params": [],
|
|
1000
|
-
"returns": {
|
|
1110
|
+
},
|
|
1111
|
+
{
|
|
1112
|
+
"name": "options.change",
|
|
1113
|
+
"detail": {
|
|
1001
1114
|
"annotation": {
|
|
1002
|
-
"type": "
|
|
1003
|
-
"
|
|
1004
|
-
{
|
|
1005
|
-
"type": "keyword",
|
|
1006
|
-
"value": "boolean"
|
|
1007
|
-
},
|
|
1115
|
+
"type": "typeLiteral",
|
|
1116
|
+
"members": [
|
|
1008
1117
|
{
|
|
1009
|
-
"type": "
|
|
1010
|
-
"
|
|
1118
|
+
"type": "propertySignature",
|
|
1119
|
+
"key": {
|
|
1011
1120
|
"type": "identifier",
|
|
1012
|
-
"name": "
|
|
1121
|
+
"name": "options"
|
|
1013
1122
|
},
|
|
1014
|
-
"
|
|
1015
|
-
"type": "
|
|
1016
|
-
"
|
|
1123
|
+
"annotation": {
|
|
1124
|
+
"type": "typeLiteral",
|
|
1125
|
+
"members": [
|
|
1017
1126
|
{
|
|
1018
|
-
"type": "
|
|
1019
|
-
"
|
|
1127
|
+
"type": "propertySignature",
|
|
1128
|
+
"key": {
|
|
1129
|
+
"type": "identifier",
|
|
1130
|
+
"name": "label"
|
|
1131
|
+
},
|
|
1132
|
+
"annotation": {
|
|
1133
|
+
"type": "keyword",
|
|
1134
|
+
"value": "string"
|
|
1135
|
+
},
|
|
1136
|
+
"computed": false
|
|
1020
1137
|
},
|
|
1021
1138
|
{
|
|
1022
|
-
"type": "
|
|
1023
|
-
"
|
|
1139
|
+
"type": "propertySignature",
|
|
1140
|
+
"key": {
|
|
1141
|
+
"type": "identifier",
|
|
1142
|
+
"name": "value"
|
|
1143
|
+
},
|
|
1144
|
+
"annotation": {
|
|
1145
|
+
"type": "keyword",
|
|
1146
|
+
"value": "any"
|
|
1147
|
+
},
|
|
1148
|
+
"computed": false
|
|
1149
|
+
},
|
|
1150
|
+
{
|
|
1151
|
+
"type": "indexSignature",
|
|
1152
|
+
"parameter": {
|
|
1153
|
+
"type": "identifier",
|
|
1154
|
+
"name": "key",
|
|
1155
|
+
"annotation": {
|
|
1156
|
+
"type": "keyword",
|
|
1157
|
+
"value": "string"
|
|
1158
|
+
}
|
|
1159
|
+
},
|
|
1160
|
+
"annotation": {
|
|
1161
|
+
"type": "keyword",
|
|
1162
|
+
"value": "any"
|
|
1163
|
+
}
|
|
1024
1164
|
}
|
|
1025
1165
|
]
|
|
1026
|
-
}
|
|
1166
|
+
},
|
|
1167
|
+
"computed": false
|
|
1168
|
+
},
|
|
1169
|
+
{
|
|
1170
|
+
"type": "propertySignature",
|
|
1171
|
+
"key": {
|
|
1172
|
+
"type": "identifier",
|
|
1173
|
+
"name": "name"
|
|
1174
|
+
},
|
|
1175
|
+
"annotation": {
|
|
1176
|
+
"type": "keyword",
|
|
1177
|
+
"value": "string"
|
|
1178
|
+
},
|
|
1179
|
+
"computed": false
|
|
1027
1180
|
}
|
|
1028
1181
|
]
|
|
1029
1182
|
}
|
|
1030
1183
|
}
|
|
1031
|
-
}
|
|
1184
|
+
}
|
|
1185
|
+
],
|
|
1186
|
+
"methods": [],
|
|
1187
|
+
"types": [
|
|
1032
1188
|
{
|
|
1033
|
-
"
|
|
1034
|
-
"
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
"
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
"type": "typeParameterInstantiation",
|
|
1045
|
-
"params": [
|
|
1189
|
+
"type": "interface",
|
|
1190
|
+
"name": "GeneralComplexOption",
|
|
1191
|
+
"typeParameters": {
|
|
1192
|
+
"type": "typeParameterDeclaration",
|
|
1193
|
+
"params": [
|
|
1194
|
+
{
|
|
1195
|
+
"type": "typeParameter",
|
|
1196
|
+
"name": "T",
|
|
1197
|
+
"default": {
|
|
1198
|
+
"type": "union",
|
|
1199
|
+
"types": [
|
|
1046
1200
|
{
|
|
1047
1201
|
"type": "keyword",
|
|
1048
1202
|
"value": "string"
|
|
1049
1203
|
},
|
|
1050
1204
|
{
|
|
1051
1205
|
"type": "keyword",
|
|
1052
|
-
"value": "
|
|
1053
|
-
}
|
|
1054
|
-
]
|
|
1055
|
-
}
|
|
1056
|
-
}
|
|
1057
|
-
},
|
|
1058
|
-
{
|
|
1059
|
-
"name": "options",
|
|
1060
|
-
"annotation": {
|
|
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
|
|
1075
|
-
},
|
|
1076
|
-
{
|
|
1077
|
-
"type": "propertySignature",
|
|
1078
|
-
"key": {
|
|
1079
|
-
"type": "identifier",
|
|
1080
|
-
"name": "runInMicrotask"
|
|
1206
|
+
"value": "number"
|
|
1081
1207
|
},
|
|
1082
|
-
|
|
1208
|
+
{
|
|
1083
1209
|
"type": "keyword",
|
|
1084
1210
|
"value": "boolean"
|
|
1085
|
-
}
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
}
|
|
1089
|
-
]
|
|
1211
|
+
}
|
|
1212
|
+
]
|
|
1213
|
+
}
|
|
1090
1214
|
}
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
"
|
|
1094
|
-
},
|
|
1095
|
-
{
|
|
1096
|
-
"name": "resetFields",
|
|
1097
|
-
"params": [
|
|
1215
|
+
]
|
|
1216
|
+
},
|
|
1217
|
+
"body": [
|
|
1098
1218
|
{
|
|
1099
|
-
"
|
|
1219
|
+
"type": "propertySignature",
|
|
1220
|
+
"key": {
|
|
1221
|
+
"type": "identifier",
|
|
1222
|
+
"name": "label"
|
|
1223
|
+
},
|
|
1100
1224
|
"annotation": {
|
|
1101
1225
|
"type": "keyword",
|
|
1102
1226
|
"value": "string"
|
|
1103
|
-
}
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
"returns": {}
|
|
1107
|
-
},
|
|
1108
|
-
{
|
|
1109
|
-
"name": "getFieldsValue",
|
|
1110
|
-
"params": [
|
|
1227
|
+
},
|
|
1228
|
+
"computed": false
|
|
1229
|
+
},
|
|
1111
1230
|
{
|
|
1112
|
-
"
|
|
1231
|
+
"type": "propertySignature",
|
|
1232
|
+
"key": {
|
|
1233
|
+
"type": "identifier",
|
|
1234
|
+
"name": "value"
|
|
1235
|
+
},
|
|
1236
|
+
"annotation": {
|
|
1237
|
+
"type": "reference",
|
|
1238
|
+
"typeName": {
|
|
1239
|
+
"type": "identifier",
|
|
1240
|
+
"name": "T"
|
|
1241
|
+
}
|
|
1242
|
+
},
|
|
1243
|
+
"computed": false
|
|
1244
|
+
},
|
|
1245
|
+
{
|
|
1246
|
+
"type": "indexSignature",
|
|
1247
|
+
"parameter": {
|
|
1248
|
+
"type": "identifier",
|
|
1249
|
+
"name": "key",
|
|
1250
|
+
"annotation": {
|
|
1251
|
+
"type": "keyword",
|
|
1252
|
+
"value": "string"
|
|
1253
|
+
}
|
|
1254
|
+
},
|
|
1113
1255
|
"annotation": {
|
|
1114
1256
|
"type": "keyword",
|
|
1115
|
-
"value": "
|
|
1257
|
+
"value": "any"
|
|
1116
1258
|
}
|
|
1117
1259
|
}
|
|
1118
|
-
]
|
|
1119
|
-
"returns": {}
|
|
1260
|
+
]
|
|
1120
1261
|
},
|
|
1121
1262
|
{
|
|
1122
|
-
"
|
|
1123
|
-
"
|
|
1263
|
+
"type": "interface",
|
|
1264
|
+
"name": "UseBackendConf",
|
|
1265
|
+
"body": [
|
|
1124
1266
|
{
|
|
1125
|
-
"
|
|
1267
|
+
"type": "propertySignature",
|
|
1268
|
+
"key": {
|
|
1269
|
+
"type": "identifier",
|
|
1270
|
+
"name": "provider"
|
|
1271
|
+
},
|
|
1126
1272
|
"annotation": {
|
|
1127
1273
|
"type": "keyword",
|
|
1128
1274
|
"value": "string"
|
|
1129
|
-
}
|
|
1130
|
-
}
|
|
1131
|
-
],
|
|
1132
|
-
"returns": {}
|
|
1133
|
-
},
|
|
1134
|
-
{
|
|
1135
|
-
"name": "resetValidateState",
|
|
1136
|
-
"params": [],
|
|
1137
|
-
"returns": {}
|
|
1138
|
-
}
|
|
1139
|
-
],
|
|
1140
|
-
"types": [
|
|
1141
|
-
{
|
|
1142
|
-
"type": "typeAlias",
|
|
1143
|
-
"name": "Layout",
|
|
1144
|
-
"annotation": {
|
|
1145
|
-
"type": "union",
|
|
1146
|
-
"types": [
|
|
1147
|
-
{
|
|
1148
|
-
"type": "jsLiteral",
|
|
1149
|
-
"value": "horizontal"
|
|
1150
|
-
},
|
|
1151
|
-
{
|
|
1152
|
-
"type": "jsLiteral",
|
|
1153
|
-
"value": "vertical"
|
|
1154
1275
|
},
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
{
|
|
1163
|
-
"type": "typeAlias",
|
|
1164
|
-
"name": "ComponentSize",
|
|
1165
|
-
"annotation": {
|
|
1166
|
-
"type": "union",
|
|
1167
|
-
"types": [
|
|
1168
|
-
{
|
|
1169
|
-
"type": "jsLiteral",
|
|
1170
|
-
"value": "large"
|
|
1276
|
+
"computed": false
|
|
1277
|
+
},
|
|
1278
|
+
{
|
|
1279
|
+
"type": "propertySignature",
|
|
1280
|
+
"key": {
|
|
1281
|
+
"type": "identifier",
|
|
1282
|
+
"name": "args"
|
|
1171
1283
|
},
|
|
1172
|
-
{
|
|
1173
|
-
"type": "
|
|
1174
|
-
"
|
|
1284
|
+
"annotation": {
|
|
1285
|
+
"type": "union",
|
|
1286
|
+
"types": [
|
|
1287
|
+
{
|
|
1288
|
+
"type": "array",
|
|
1289
|
+
"elementType": {
|
|
1290
|
+
"type": "keyword",
|
|
1291
|
+
"value": "any"
|
|
1292
|
+
}
|
|
1293
|
+
},
|
|
1294
|
+
{
|
|
1295
|
+
"type": "parenthesizedType",
|
|
1296
|
+
"annotation": {
|
|
1297
|
+
"type": "function",
|
|
1298
|
+
"parameters": [
|
|
1299
|
+
{
|
|
1300
|
+
"type": "restElement",
|
|
1301
|
+
"argument": {
|
|
1302
|
+
"type": "identifier",
|
|
1303
|
+
"name": "args"
|
|
1304
|
+
},
|
|
1305
|
+
"annotation": {
|
|
1306
|
+
"type": "array",
|
|
1307
|
+
"elementType": {
|
|
1308
|
+
"type": "keyword",
|
|
1309
|
+
"value": "any"
|
|
1310
|
+
}
|
|
1311
|
+
}
|
|
1312
|
+
}
|
|
1313
|
+
],
|
|
1314
|
+
"annotation": {
|
|
1315
|
+
"type": "array",
|
|
1316
|
+
"elementType": {
|
|
1317
|
+
"type": "keyword",
|
|
1318
|
+
"value": "any"
|
|
1319
|
+
}
|
|
1320
|
+
}
|
|
1321
|
+
}
|
|
1322
|
+
}
|
|
1323
|
+
]
|
|
1175
1324
|
},
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1325
|
+
"computed": false
|
|
1326
|
+
},
|
|
1327
|
+
{
|
|
1328
|
+
"type": "propertySignature",
|
|
1329
|
+
"key": {
|
|
1330
|
+
"type": "identifier",
|
|
1331
|
+
"name": "transform"
|
|
1179
1332
|
},
|
|
1180
|
-
{
|
|
1181
|
-
"type": "
|
|
1182
|
-
"
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1333
|
+
"annotation": {
|
|
1334
|
+
"type": "function",
|
|
1335
|
+
"parameters": [
|
|
1336
|
+
{
|
|
1337
|
+
"type": "identifier",
|
|
1338
|
+
"name": "data",
|
|
1339
|
+
"annotation": {
|
|
1340
|
+
"type": "keyword",
|
|
1341
|
+
"value": "any"
|
|
1342
|
+
}
|
|
1343
|
+
}
|
|
1344
|
+
],
|
|
1345
|
+
"annotation": {
|
|
1346
|
+
"type": "keyword",
|
|
1347
|
+
"value": "void"
|
|
1348
|
+
}
|
|
1349
|
+
},
|
|
1350
|
+
"optional": true,
|
|
1351
|
+
"computed": false
|
|
1352
|
+
}
|
|
1353
|
+
]
|
|
1186
1354
|
}
|
|
1187
1355
|
]
|
|
1188
1356
|
},
|
|
1189
|
-
"eo-
|
|
1357
|
+
"eo-checkbox": {
|
|
1190
1358
|
"properties": [
|
|
1191
1359
|
{
|
|
1192
|
-
"name": "
|
|
1360
|
+
"name": "name",
|
|
1193
1361
|
"annotation": {
|
|
1194
1362
|
"type": "keyword",
|
|
1195
1363
|
"value": "string"
|
|
1196
1364
|
}
|
|
1197
1365
|
},
|
|
1198
1366
|
{
|
|
1199
|
-
"name": "
|
|
1367
|
+
"name": "label",
|
|
1200
1368
|
"annotation": {
|
|
1201
1369
|
"type": "keyword",
|
|
1202
1370
|
"value": "string"
|
|
1203
1371
|
}
|
|
1204
1372
|
},
|
|
1205
1373
|
{
|
|
1206
|
-
"name": "
|
|
1207
|
-
"annotation": {
|
|
1208
|
-
"type": "keyword",
|
|
1209
|
-
"value": "boolean"
|
|
1210
|
-
}
|
|
1211
|
-
},
|
|
1212
|
-
{
|
|
1213
|
-
"name": "clearable",
|
|
1214
|
-
"annotation": {
|
|
1215
|
-
"type": "keyword",
|
|
1216
|
-
"value": "boolean"
|
|
1217
|
-
}
|
|
1218
|
-
},
|
|
1219
|
-
{
|
|
1220
|
-
"name": "trim",
|
|
1374
|
+
"name": "value",
|
|
1221
1375
|
"annotation": {
|
|
1222
|
-
"type": "
|
|
1223
|
-
"
|
|
1376
|
+
"type": "array",
|
|
1377
|
+
"elementType": {
|
|
1378
|
+
"type": "reference",
|
|
1379
|
+
"typeName": {
|
|
1380
|
+
"type": "identifier",
|
|
1381
|
+
"name": "CheckboxValueType"
|
|
1382
|
+
}
|
|
1383
|
+
}
|
|
1224
1384
|
}
|
|
1225
1385
|
},
|
|
1226
1386
|
{
|
|
1227
|
-
"name": "
|
|
1387
|
+
"name": "options",
|
|
1228
1388
|
"annotation": {
|
|
1229
|
-
"type": "
|
|
1230
|
-
"
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
"name": "change",
|
|
1237
|
-
"detail": {
|
|
1238
|
-
"annotation": {
|
|
1239
|
-
"type": "keyword",
|
|
1240
|
-
"value": "string"
|
|
1389
|
+
"type": "array",
|
|
1390
|
+
"elementType": {
|
|
1391
|
+
"type": "reference",
|
|
1392
|
+
"typeName": {
|
|
1393
|
+
"type": "identifier",
|
|
1394
|
+
"name": "CheckboxOptionType"
|
|
1395
|
+
}
|
|
1241
1396
|
}
|
|
1242
1397
|
}
|
|
1243
1398
|
},
|
|
1244
1399
|
{
|
|
1245
|
-
"name": "
|
|
1246
|
-
"detail": {
|
|
1247
|
-
"annotation": {
|
|
1248
|
-
"type": "keyword",
|
|
1249
|
-
"value": "string"
|
|
1250
|
-
}
|
|
1251
|
-
}
|
|
1252
|
-
}
|
|
1253
|
-
],
|
|
1254
|
-
"methods": []
|
|
1255
|
-
},
|
|
1256
|
-
"eo-radio": {
|
|
1257
|
-
"properties": [
|
|
1258
|
-
{
|
|
1259
|
-
"name": "name",
|
|
1400
|
+
"name": "type",
|
|
1260
1401
|
"annotation": {
|
|
1261
|
-
"type": "
|
|
1262
|
-
"
|
|
1402
|
+
"type": "reference",
|
|
1403
|
+
"typeName": {
|
|
1404
|
+
"type": "identifier",
|
|
1405
|
+
"name": "CheckboxType"
|
|
1406
|
+
}
|
|
1263
1407
|
}
|
|
1264
1408
|
},
|
|
1265
1409
|
{
|
|
1266
|
-
"name": "
|
|
1410
|
+
"name": "disabled",
|
|
1267
1411
|
"annotation": {
|
|
1268
1412
|
"type": "keyword",
|
|
1269
|
-
"value": "
|
|
1270
|
-
}
|
|
1271
|
-
},
|
|
1272
|
-
{
|
|
1273
|
-
"name": "options",
|
|
1274
|
-
"annotation": {
|
|
1275
|
-
"type": "array",
|
|
1276
|
-
"elementType": {
|
|
1277
|
-
"type": "reference",
|
|
1278
|
-
"typeName": {
|
|
1279
|
-
"type": "identifier",
|
|
1280
|
-
"name": "GeneralOption"
|
|
1281
|
-
}
|
|
1282
|
-
}
|
|
1413
|
+
"value": "boolean"
|
|
1283
1414
|
}
|
|
1284
1415
|
},
|
|
1285
1416
|
{
|
|
1286
|
-
"name": "
|
|
1417
|
+
"name": "isCustom",
|
|
1287
1418
|
"annotation": {
|
|
1288
1419
|
"type": "keyword",
|
|
1289
|
-
"value": "
|
|
1420
|
+
"value": "boolean"
|
|
1290
1421
|
}
|
|
1291
1422
|
},
|
|
1292
1423
|
{
|
|
@@ -1320,89 +1451,39 @@
|
|
|
1320
1451
|
}
|
|
1321
1452
|
},
|
|
1322
1453
|
{
|
|
1323
|
-
"name": "
|
|
1454
|
+
"name": "isGroup",
|
|
1324
1455
|
"annotation": {
|
|
1325
1456
|
"type": "keyword",
|
|
1326
1457
|
"value": "boolean"
|
|
1327
1458
|
}
|
|
1328
1459
|
},
|
|
1329
1460
|
{
|
|
1330
|
-
"name": "
|
|
1331
|
-
"annotation": {
|
|
1332
|
-
"type": "reference",
|
|
1333
|
-
"typeName": {
|
|
1334
|
-
"type": "identifier",
|
|
1335
|
-
"name": "RadioType"
|
|
1336
|
-
}
|
|
1337
|
-
}
|
|
1338
|
-
},
|
|
1339
|
-
{
|
|
1340
|
-
"name": "ui",
|
|
1341
|
-
"annotation": {
|
|
1342
|
-
"type": "reference",
|
|
1343
|
-
"typeName": {
|
|
1344
|
-
"type": "identifier",
|
|
1345
|
-
"name": "UIType"
|
|
1346
|
-
}
|
|
1347
|
-
}
|
|
1348
|
-
},
|
|
1349
|
-
{
|
|
1350
|
-
"name": "size",
|
|
1351
|
-
"annotation": {
|
|
1352
|
-
"type": "reference",
|
|
1353
|
-
"typeName": {
|
|
1354
|
-
"type": "identifier",
|
|
1355
|
-
"name": "ComponentSize"
|
|
1356
|
-
}
|
|
1357
|
-
}
|
|
1358
|
-
},
|
|
1359
|
-
{
|
|
1360
|
-
"name": "customStyle",
|
|
1461
|
+
"name": "optionGroups",
|
|
1361
1462
|
"annotation": {
|
|
1362
|
-
"type": "
|
|
1363
|
-
"
|
|
1364
|
-
"type": "
|
|
1365
|
-
"
|
|
1366
|
-
"type": "identifier",
|
|
1367
|
-
"name": "React"
|
|
1368
|
-
},
|
|
1369
|
-
"right": {
|
|
1463
|
+
"type": "array",
|
|
1464
|
+
"elementType": {
|
|
1465
|
+
"type": "reference",
|
|
1466
|
+
"typeName": {
|
|
1370
1467
|
"type": "identifier",
|
|
1371
|
-
"name": "
|
|
1468
|
+
"name": "OptionGroup"
|
|
1372
1469
|
}
|
|
1373
1470
|
}
|
|
1374
1471
|
}
|
|
1375
|
-
},
|
|
1376
|
-
{
|
|
1377
|
-
"name": "useBrick",
|
|
1378
|
-
"annotation": {
|
|
1379
|
-
"type": "reference",
|
|
1380
|
-
"typeName": {
|
|
1381
|
-
"type": "identifier",
|
|
1382
|
-
"name": "UseSingleBrickConf"
|
|
1383
|
-
}
|
|
1384
|
-
}
|
|
1385
1472
|
}
|
|
1386
1473
|
],
|
|
1387
1474
|
"events": [
|
|
1388
1475
|
{
|
|
1389
|
-
"name": "change",
|
|
1390
|
-
"detail": {
|
|
1391
|
-
"annotation": {
|
|
1392
|
-
"type": "
|
|
1393
|
-
"
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
"
|
|
1397
|
-
|
|
1398
|
-
"name": "GeneralComplexOption"
|
|
1399
|
-
}
|
|
1400
|
-
},
|
|
1401
|
-
{
|
|
1402
|
-
"type": "keyword",
|
|
1403
|
-
"value": "undefined"
|
|
1476
|
+
"name": "change",
|
|
1477
|
+
"detail": {
|
|
1478
|
+
"annotation": {
|
|
1479
|
+
"type": "array",
|
|
1480
|
+
"elementType": {
|
|
1481
|
+
"type": "reference",
|
|
1482
|
+
"typeName": {
|
|
1483
|
+
"type": "identifier",
|
|
1484
|
+
"name": "CheckboxOptionType"
|
|
1404
1485
|
}
|
|
1405
|
-
|
|
1486
|
+
}
|
|
1406
1487
|
}
|
|
1407
1488
|
}
|
|
1408
1489
|
},
|
|
@@ -1419,48 +1500,14 @@
|
|
|
1419
1500
|
"name": "options"
|
|
1420
1501
|
},
|
|
1421
1502
|
"annotation": {
|
|
1422
|
-
"type": "
|
|
1423
|
-
"
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
"
|
|
1427
|
-
|
|
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
|
-
}
|
|
1503
|
+
"type": "array",
|
|
1504
|
+
"elementType": {
|
|
1505
|
+
"type": "reference",
|
|
1506
|
+
"typeName": {
|
|
1507
|
+
"type": "identifier",
|
|
1508
|
+
"name": "CheckboxOptionType"
|
|
1462
1509
|
}
|
|
1463
|
-
|
|
1510
|
+
}
|
|
1464
1511
|
},
|
|
1465
1512
|
"computed": false
|
|
1466
1513
|
},
|
|
@@ -1485,7 +1532,7 @@
|
|
|
1485
1532
|
"types": [
|
|
1486
1533
|
{
|
|
1487
1534
|
"type": "typeAlias",
|
|
1488
|
-
"name": "
|
|
1535
|
+
"name": "CheckboxValueType",
|
|
1489
1536
|
"annotation": {
|
|
1490
1537
|
"type": "union",
|
|
1491
1538
|
"types": [
|
|
@@ -1500,66 +1547,13 @@
|
|
|
1500
1547
|
{
|
|
1501
1548
|
"type": "keyword",
|
|
1502
1549
|
"value": "boolean"
|
|
1503
|
-
},
|
|
1504
|
-
{
|
|
1505
|
-
"type": "reference",
|
|
1506
|
-
"typeName": {
|
|
1507
|
-
"type": "identifier",
|
|
1508
|
-
"name": "GeneralComplexOption"
|
|
1509
|
-
}
|
|
1510
|
-
},
|
|
1511
|
-
{
|
|
1512
|
-
"type": "reference",
|
|
1513
|
-
"typeName": {
|
|
1514
|
-
"type": "identifier",
|
|
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
|
-
]
|
|
1529
|
-
}
|
|
1530
1550
|
}
|
|
1531
1551
|
]
|
|
1532
1552
|
}
|
|
1533
1553
|
},
|
|
1534
1554
|
{
|
|
1535
1555
|
"type": "interface",
|
|
1536
|
-
"name": "
|
|
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
|
-
},
|
|
1556
|
+
"name": "CheckboxOptionType",
|
|
1563
1557
|
"body": [
|
|
1564
1558
|
{
|
|
1565
1559
|
"type": "propertySignature",
|
|
@@ -1568,8 +1562,18 @@
|
|
|
1568
1562
|
"name": "label"
|
|
1569
1563
|
},
|
|
1570
1564
|
"annotation": {
|
|
1571
|
-
"type": "
|
|
1572
|
-
"
|
|
1565
|
+
"type": "reference",
|
|
1566
|
+
"typeName": {
|
|
1567
|
+
"type": "qualifiedName",
|
|
1568
|
+
"left": {
|
|
1569
|
+
"type": "identifier",
|
|
1570
|
+
"name": "React"
|
|
1571
|
+
},
|
|
1572
|
+
"right": {
|
|
1573
|
+
"type": "identifier",
|
|
1574
|
+
"name": "ReactNode"
|
|
1575
|
+
}
|
|
1576
|
+
}
|
|
1573
1577
|
},
|
|
1574
1578
|
"computed": false
|
|
1575
1579
|
},
|
|
@@ -1579,20 +1583,66 @@
|
|
|
1579
1583
|
"type": "identifier",
|
|
1580
1584
|
"name": "value"
|
|
1581
1585
|
},
|
|
1586
|
+
"annotation": {
|
|
1587
|
+
"type": "keyword",
|
|
1588
|
+
"value": "any"
|
|
1589
|
+
},
|
|
1590
|
+
"computed": false
|
|
1591
|
+
},
|
|
1592
|
+
{
|
|
1593
|
+
"type": "propertySignature",
|
|
1594
|
+
"key": {
|
|
1595
|
+
"type": "identifier",
|
|
1596
|
+
"name": "style"
|
|
1597
|
+
},
|
|
1582
1598
|
"annotation": {
|
|
1583
1599
|
"type": "reference",
|
|
1584
1600
|
"typeName": {
|
|
1585
|
-
"type": "
|
|
1586
|
-
"
|
|
1601
|
+
"type": "qualifiedName",
|
|
1602
|
+
"left": {
|
|
1603
|
+
"type": "identifier",
|
|
1604
|
+
"name": "React"
|
|
1605
|
+
},
|
|
1606
|
+
"right": {
|
|
1607
|
+
"type": "identifier",
|
|
1608
|
+
"name": "CSSProperties"
|
|
1609
|
+
}
|
|
1587
1610
|
}
|
|
1588
1611
|
},
|
|
1612
|
+
"optional": true,
|
|
1613
|
+
"computed": false
|
|
1614
|
+
},
|
|
1615
|
+
{
|
|
1616
|
+
"type": "propertySignature",
|
|
1617
|
+
"key": {
|
|
1618
|
+
"type": "identifier",
|
|
1619
|
+
"name": "disabled"
|
|
1620
|
+
},
|
|
1621
|
+
"annotation": {
|
|
1622
|
+
"type": "keyword",
|
|
1623
|
+
"value": "boolean"
|
|
1624
|
+
},
|
|
1625
|
+
"optional": true,
|
|
1626
|
+
"computed": false
|
|
1627
|
+
},
|
|
1628
|
+
{
|
|
1629
|
+
"type": "propertySignature",
|
|
1630
|
+
"key": {
|
|
1631
|
+
"type": "identifier",
|
|
1632
|
+
"name": "checkboxColor"
|
|
1633
|
+
},
|
|
1634
|
+
"annotation": {
|
|
1635
|
+
"type": "keyword",
|
|
1636
|
+
"value": "string"
|
|
1637
|
+
},
|
|
1638
|
+
"optional": true,
|
|
1589
1639
|
"computed": false
|
|
1590
1640
|
},
|
|
1591
1641
|
{
|
|
1592
1642
|
"type": "indexSignature",
|
|
1593
1643
|
"parameter": {
|
|
1594
1644
|
"type": "identifier",
|
|
1595
|
-
"name": "
|
|
1645
|
+
"name": "propName",
|
|
1596
1646
|
"annotation": {
|
|
1597
1647
|
"type": "keyword",
|
|
1598
1648
|
"value": "string"
|
|
@@ -1606,81 +1656,138 @@
|
|
|
1606
1656
|
]
|
|
1607
1657
|
},
|
|
1608
1658
|
{
|
|
1609
|
-
"type": "typeAlias",
|
|
1610
|
-
"name": "
|
|
1659
|
+
"type": "typeAlias",
|
|
1660
|
+
"name": "CheckboxType",
|
|
1661
|
+
"annotation": {
|
|
1662
|
+
"type": "union",
|
|
1663
|
+
"types": [
|
|
1664
|
+
{
|
|
1665
|
+
"type": "jsLiteral",
|
|
1666
|
+
"value": "default"
|
|
1667
|
+
},
|
|
1668
|
+
{
|
|
1669
|
+
"type": "jsLiteral",
|
|
1670
|
+
"value": "icon"
|
|
1671
|
+
}
|
|
1672
|
+
]
|
|
1673
|
+
}
|
|
1674
|
+
},
|
|
1675
|
+
{
|
|
1676
|
+
"type": "interface",
|
|
1677
|
+
"name": "OptionGroup",
|
|
1678
|
+
"body": [
|
|
1679
|
+
{
|
|
1680
|
+
"type": "propertySignature",
|
|
1681
|
+
"key": {
|
|
1682
|
+
"type": "identifier",
|
|
1683
|
+
"name": "name"
|
|
1684
|
+
},
|
|
1685
|
+
"annotation": {
|
|
1686
|
+
"type": "keyword",
|
|
1687
|
+
"value": "string"
|
|
1688
|
+
},
|
|
1689
|
+
"computed": false
|
|
1690
|
+
},
|
|
1691
|
+
{
|
|
1692
|
+
"type": "propertySignature",
|
|
1693
|
+
"key": {
|
|
1694
|
+
"type": "identifier",
|
|
1695
|
+
"name": "key"
|
|
1696
|
+
},
|
|
1697
|
+
"annotation": {
|
|
1698
|
+
"type": "keyword",
|
|
1699
|
+
"value": "string"
|
|
1700
|
+
},
|
|
1701
|
+
"computed": false
|
|
1702
|
+
},
|
|
1703
|
+
{
|
|
1704
|
+
"type": "propertySignature",
|
|
1705
|
+
"key": {
|
|
1706
|
+
"type": "identifier",
|
|
1707
|
+
"name": "options"
|
|
1708
|
+
},
|
|
1709
|
+
"annotation": {
|
|
1710
|
+
"type": "array",
|
|
1711
|
+
"elementType": {
|
|
1712
|
+
"type": "reference",
|
|
1713
|
+
"typeName": {
|
|
1714
|
+
"type": "identifier",
|
|
1715
|
+
"name": "CheckboxOptionType"
|
|
1716
|
+
}
|
|
1717
|
+
}
|
|
1718
|
+
},
|
|
1719
|
+
"computed": false
|
|
1720
|
+
}
|
|
1721
|
+
]
|
|
1722
|
+
}
|
|
1723
|
+
]
|
|
1724
|
+
},
|
|
1725
|
+
"eo-search": {
|
|
1726
|
+
"properties": [
|
|
1727
|
+
{
|
|
1728
|
+
"name": "value",
|
|
1729
|
+
"annotation": {
|
|
1730
|
+
"type": "keyword",
|
|
1731
|
+
"value": "string"
|
|
1732
|
+
}
|
|
1733
|
+
},
|
|
1734
|
+
{
|
|
1735
|
+
"name": "placeholder",
|
|
1611
1736
|
"annotation": {
|
|
1612
|
-
"type": "
|
|
1613
|
-
"
|
|
1614
|
-
{
|
|
1615
|
-
"type": "jsLiteral",
|
|
1616
|
-
"value": "button"
|
|
1617
|
-
},
|
|
1618
|
-
{
|
|
1619
|
-
"type": "jsLiteral",
|
|
1620
|
-
"value": "default"
|
|
1621
|
-
},
|
|
1622
|
-
{
|
|
1623
|
-
"type": "jsLiteral",
|
|
1624
|
-
"value": "icon"
|
|
1625
|
-
},
|
|
1626
|
-
{
|
|
1627
|
-
"type": "jsLiteral",
|
|
1628
|
-
"value": "icon-circle"
|
|
1629
|
-
},
|
|
1630
|
-
{
|
|
1631
|
-
"type": "jsLiteral",
|
|
1632
|
-
"value": "icon-square"
|
|
1633
|
-
},
|
|
1634
|
-
{
|
|
1635
|
-
"type": "jsLiteral",
|
|
1636
|
-
"value": "custom"
|
|
1637
|
-
}
|
|
1638
|
-
]
|
|
1737
|
+
"type": "keyword",
|
|
1738
|
+
"value": "string"
|
|
1639
1739
|
}
|
|
1640
1740
|
},
|
|
1641
1741
|
{
|
|
1642
|
-
"
|
|
1643
|
-
"name": "UIType",
|
|
1742
|
+
"name": "autoFocus",
|
|
1644
1743
|
"annotation": {
|
|
1645
|
-
"type": "
|
|
1646
|
-
"
|
|
1647
|
-
{
|
|
1648
|
-
"type": "jsLiteral",
|
|
1649
|
-
"value": "default"
|
|
1650
|
-
},
|
|
1651
|
-
{
|
|
1652
|
-
"type": "jsLiteral",
|
|
1653
|
-
"value": "dashboard"
|
|
1654
|
-
}
|
|
1655
|
-
]
|
|
1744
|
+
"type": "keyword",
|
|
1745
|
+
"value": "boolean"
|
|
1656
1746
|
}
|
|
1657
1747
|
},
|
|
1658
1748
|
{
|
|
1659
|
-
"
|
|
1660
|
-
"name": "ComponentSize",
|
|
1749
|
+
"name": "clearable",
|
|
1661
1750
|
"annotation": {
|
|
1662
|
-
"type": "
|
|
1663
|
-
"
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
"value": "xs"
|
|
1679
|
-
}
|
|
1680
|
-
]
|
|
1751
|
+
"type": "keyword",
|
|
1752
|
+
"value": "boolean"
|
|
1753
|
+
}
|
|
1754
|
+
},
|
|
1755
|
+
{
|
|
1756
|
+
"name": "trim",
|
|
1757
|
+
"annotation": {
|
|
1758
|
+
"type": "keyword",
|
|
1759
|
+
"value": "boolean"
|
|
1760
|
+
}
|
|
1761
|
+
},
|
|
1762
|
+
{
|
|
1763
|
+
"name": "debounceTime",
|
|
1764
|
+
"annotation": {
|
|
1765
|
+
"type": "keyword",
|
|
1766
|
+
"value": "number"
|
|
1681
1767
|
}
|
|
1682
1768
|
}
|
|
1683
|
-
]
|
|
1769
|
+
],
|
|
1770
|
+
"events": [
|
|
1771
|
+
{
|
|
1772
|
+
"name": "change",
|
|
1773
|
+
"detail": {
|
|
1774
|
+
"annotation": {
|
|
1775
|
+
"type": "keyword",
|
|
1776
|
+
"value": "string"
|
|
1777
|
+
}
|
|
1778
|
+
}
|
|
1779
|
+
},
|
|
1780
|
+
{
|
|
1781
|
+
"name": "search",
|
|
1782
|
+
"detail": {
|
|
1783
|
+
"annotation": {
|
|
1784
|
+
"type": "keyword",
|
|
1785
|
+
"value": "string"
|
|
1786
|
+
}
|
|
1787
|
+
}
|
|
1788
|
+
}
|
|
1789
|
+
],
|
|
1790
|
+
"methods": []
|
|
1684
1791
|
},
|
|
1685
1792
|
"eo-auto-complete": {
|
|
1686
1793
|
"properties": [
|
|
@@ -2250,34 +2357,214 @@
|
|
|
2250
2357
|
"type": "jsLiteral",
|
|
2251
2358
|
"value": "url"
|
|
2252
2359
|
},
|
|
2253
|
-
{
|
|
2254
|
-
"type": "jsLiteral",
|
|
2255
|
-
"value": "week"
|
|
2360
|
+
{
|
|
2361
|
+
"type": "jsLiteral",
|
|
2362
|
+
"value": "week"
|
|
2363
|
+
}
|
|
2364
|
+
]
|
|
2365
|
+
}
|
|
2366
|
+
},
|
|
2367
|
+
{
|
|
2368
|
+
"type": "typeAlias",
|
|
2369
|
+
"name": "ComponentSize",
|
|
2370
|
+
"annotation": {
|
|
2371
|
+
"type": "union",
|
|
2372
|
+
"types": [
|
|
2373
|
+
{
|
|
2374
|
+
"type": "jsLiteral",
|
|
2375
|
+
"value": "large"
|
|
2376
|
+
},
|
|
2377
|
+
{
|
|
2378
|
+
"type": "jsLiteral",
|
|
2379
|
+
"value": "medium"
|
|
2380
|
+
},
|
|
2381
|
+
{
|
|
2382
|
+
"type": "jsLiteral",
|
|
2383
|
+
"value": "small"
|
|
2384
|
+
},
|
|
2385
|
+
{
|
|
2386
|
+
"type": "jsLiteral",
|
|
2387
|
+
"value": "xs"
|
|
2388
|
+
}
|
|
2389
|
+
]
|
|
2390
|
+
}
|
|
2391
|
+
}
|
|
2392
|
+
]
|
|
2393
|
+
},
|
|
2394
|
+
"eo-textarea": {
|
|
2395
|
+
"properties": [
|
|
2396
|
+
{
|
|
2397
|
+
"name": "name",
|
|
2398
|
+
"annotation": {
|
|
2399
|
+
"type": "keyword",
|
|
2400
|
+
"value": "string"
|
|
2401
|
+
}
|
|
2402
|
+
},
|
|
2403
|
+
{
|
|
2404
|
+
"name": "label",
|
|
2405
|
+
"annotation": {
|
|
2406
|
+
"type": "keyword",
|
|
2407
|
+
"value": "string"
|
|
2408
|
+
}
|
|
2409
|
+
},
|
|
2410
|
+
{
|
|
2411
|
+
"name": "value",
|
|
2412
|
+
"annotation": {
|
|
2413
|
+
"type": "keyword",
|
|
2414
|
+
"value": "string"
|
|
2415
|
+
}
|
|
2416
|
+
},
|
|
2417
|
+
{
|
|
2418
|
+
"name": "placeholder",
|
|
2419
|
+
"annotation": {
|
|
2420
|
+
"type": "keyword",
|
|
2421
|
+
"value": "string"
|
|
2422
|
+
}
|
|
2423
|
+
},
|
|
2424
|
+
{
|
|
2425
|
+
"name": "disabled",
|
|
2426
|
+
"annotation": {
|
|
2427
|
+
"type": "keyword",
|
|
2428
|
+
"value": "boolean"
|
|
2429
|
+
}
|
|
2430
|
+
},
|
|
2431
|
+
{
|
|
2432
|
+
"name": "minLength",
|
|
2433
|
+
"annotation": {
|
|
2434
|
+
"type": "keyword",
|
|
2435
|
+
"value": "number"
|
|
2436
|
+
}
|
|
2437
|
+
},
|
|
2438
|
+
{
|
|
2439
|
+
"name": "maxLength",
|
|
2440
|
+
"annotation": {
|
|
2441
|
+
"type": "keyword",
|
|
2442
|
+
"value": "number"
|
|
2443
|
+
}
|
|
2444
|
+
},
|
|
2445
|
+
{
|
|
2446
|
+
"name": "autoSize",
|
|
2447
|
+
"annotation": {
|
|
2448
|
+
"type": "reference",
|
|
2449
|
+
"typeName": {
|
|
2450
|
+
"type": "identifier",
|
|
2451
|
+
"name": "AutoSize"
|
|
2452
|
+
}
|
|
2453
|
+
}
|
|
2454
|
+
},
|
|
2455
|
+
{
|
|
2456
|
+
"name": "required",
|
|
2457
|
+
"annotation": {
|
|
2458
|
+
"type": "keyword",
|
|
2459
|
+
"value": "boolean"
|
|
2460
|
+
}
|
|
2461
|
+
},
|
|
2462
|
+
{
|
|
2463
|
+
"name": "max",
|
|
2464
|
+
"annotation": {
|
|
2465
|
+
"type": "keyword",
|
|
2466
|
+
"value": "number"
|
|
2467
|
+
}
|
|
2468
|
+
},
|
|
2469
|
+
{
|
|
2470
|
+
"name": "min",
|
|
2471
|
+
"annotation": {
|
|
2472
|
+
"type": "keyword",
|
|
2473
|
+
"value": "number"
|
|
2474
|
+
}
|
|
2475
|
+
},
|
|
2476
|
+
{
|
|
2477
|
+
"name": "message",
|
|
2478
|
+
"annotation": {
|
|
2479
|
+
"type": "reference",
|
|
2480
|
+
"typeName": {
|
|
2481
|
+
"type": "identifier",
|
|
2482
|
+
"name": "Record"
|
|
2483
|
+
},
|
|
2484
|
+
"typeParameters": {
|
|
2485
|
+
"type": "typeParameterInstantiation",
|
|
2486
|
+
"params": [
|
|
2487
|
+
{
|
|
2488
|
+
"type": "keyword",
|
|
2489
|
+
"value": "string"
|
|
2490
|
+
},
|
|
2491
|
+
{
|
|
2492
|
+
"type": "keyword",
|
|
2493
|
+
"value": "string"
|
|
2494
|
+
}
|
|
2495
|
+
]
|
|
2496
|
+
}
|
|
2497
|
+
}
|
|
2498
|
+
},
|
|
2499
|
+
{
|
|
2500
|
+
"name": "textareaStyle",
|
|
2501
|
+
"annotation": {
|
|
2502
|
+
"type": "reference",
|
|
2503
|
+
"typeName": {
|
|
2504
|
+
"type": "qualifiedName",
|
|
2505
|
+
"left": {
|
|
2506
|
+
"type": "identifier",
|
|
2507
|
+
"name": "React"
|
|
2508
|
+
},
|
|
2509
|
+
"right": {
|
|
2510
|
+
"type": "identifier",
|
|
2511
|
+
"name": "CSSProperties"
|
|
2256
2512
|
}
|
|
2257
|
-
|
|
2513
|
+
}
|
|
2258
2514
|
}
|
|
2259
|
-
}
|
|
2515
|
+
}
|
|
2516
|
+
],
|
|
2517
|
+
"events": [
|
|
2518
|
+
{
|
|
2519
|
+
"name": "change",
|
|
2520
|
+
"detail": {
|
|
2521
|
+
"annotation": {
|
|
2522
|
+
"type": "keyword",
|
|
2523
|
+
"value": "string"
|
|
2524
|
+
}
|
|
2525
|
+
}
|
|
2526
|
+
}
|
|
2527
|
+
],
|
|
2528
|
+
"methods": [],
|
|
2529
|
+
"types": [
|
|
2260
2530
|
{
|
|
2261
2531
|
"type": "typeAlias",
|
|
2262
|
-
"name": "
|
|
2532
|
+
"name": "AutoSize",
|
|
2263
2533
|
"annotation": {
|
|
2264
2534
|
"type": "union",
|
|
2265
2535
|
"types": [
|
|
2266
2536
|
{
|
|
2267
|
-
"type": "
|
|
2268
|
-
"value": "
|
|
2269
|
-
},
|
|
2270
|
-
{
|
|
2271
|
-
"type": "jsLiteral",
|
|
2272
|
-
"value": "medium"
|
|
2273
|
-
},
|
|
2274
|
-
{
|
|
2275
|
-
"type": "jsLiteral",
|
|
2276
|
-
"value": "small"
|
|
2537
|
+
"type": "keyword",
|
|
2538
|
+
"value": "boolean"
|
|
2277
2539
|
},
|
|
2278
2540
|
{
|
|
2279
|
-
"type": "
|
|
2280
|
-
"
|
|
2541
|
+
"type": "typeLiteral",
|
|
2542
|
+
"members": [
|
|
2543
|
+
{
|
|
2544
|
+
"type": "propertySignature",
|
|
2545
|
+
"key": {
|
|
2546
|
+
"type": "identifier",
|
|
2547
|
+
"name": "minRows"
|
|
2548
|
+
},
|
|
2549
|
+
"annotation": {
|
|
2550
|
+
"type": "keyword",
|
|
2551
|
+
"value": "number"
|
|
2552
|
+
},
|
|
2553
|
+
"computed": false
|
|
2554
|
+
},
|
|
2555
|
+
{
|
|
2556
|
+
"type": "propertySignature",
|
|
2557
|
+
"key": {
|
|
2558
|
+
"type": "identifier",
|
|
2559
|
+
"name": "maxRows"
|
|
2560
|
+
},
|
|
2561
|
+
"annotation": {
|
|
2562
|
+
"type": "keyword",
|
|
2563
|
+
"value": "number"
|
|
2564
|
+
},
|
|
2565
|
+
"computed": false
|
|
2566
|
+
}
|
|
2567
|
+
]
|
|
2281
2568
|
}
|
|
2282
2569
|
]
|
|
2283
2570
|
}
|
|
@@ -2437,247 +2724,67 @@
|
|
|
2437
2724
|
],
|
|
2438
2725
|
"annotation": {
|
|
2439
2726
|
"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",
|
|
2614
|
-
"annotation": {
|
|
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"
|
|
2727
|
+
"typeName": {
|
|
2728
|
+
"type": "identifier",
|
|
2729
|
+
"name": "MessageBody"
|
|
2730
|
+
}
|
|
2625
2731
|
}
|
|
2626
2732
|
}
|
|
2627
2733
|
}
|
|
2628
|
-
}
|
|
2629
|
-
],
|
|
2630
|
-
"events": [
|
|
2734
|
+
},
|
|
2631
2735
|
{
|
|
2632
|
-
"name": "
|
|
2633
|
-
"
|
|
2634
|
-
"
|
|
2635
|
-
|
|
2636
|
-
"value": "string"
|
|
2637
|
-
}
|
|
2736
|
+
"name": "needValidate",
|
|
2737
|
+
"annotation": {
|
|
2738
|
+
"type": "keyword",
|
|
2739
|
+
"value": "boolean"
|
|
2638
2740
|
}
|
|
2639
2741
|
}
|
|
2640
2742
|
],
|
|
2743
|
+
"events": [],
|
|
2641
2744
|
"methods": [],
|
|
2642
2745
|
"types": [
|
|
2643
2746
|
{
|
|
2644
2747
|
"type": "typeAlias",
|
|
2645
|
-
"name": "
|
|
2748
|
+
"name": "Layout",
|
|
2646
2749
|
"annotation": {
|
|
2647
2750
|
"type": "union",
|
|
2648
2751
|
"types": [
|
|
2649
2752
|
{
|
|
2650
|
-
"type": "
|
|
2651
|
-
"value": "
|
|
2753
|
+
"type": "jsLiteral",
|
|
2754
|
+
"value": "horizontal"
|
|
2652
2755
|
},
|
|
2653
2756
|
{
|
|
2654
|
-
"type": "
|
|
2655
|
-
"
|
|
2656
|
-
|
|
2657
|
-
|
|
2658
|
-
|
|
2659
|
-
|
|
2660
|
-
|
|
2661
|
-
|
|
2662
|
-
|
|
2663
|
-
|
|
2664
|
-
|
|
2665
|
-
|
|
2666
|
-
|
|
2667
|
-
|
|
2668
|
-
|
|
2669
|
-
|
|
2670
|
-
|
|
2671
|
-
|
|
2672
|
-
|
|
2673
|
-
|
|
2674
|
-
|
|
2675
|
-
|
|
2676
|
-
|
|
2677
|
-
|
|
2678
|
-
|
|
2679
|
-
|
|
2680
|
-
|
|
2757
|
+
"type": "jsLiteral",
|
|
2758
|
+
"value": "vertical"
|
|
2759
|
+
},
|
|
2760
|
+
{
|
|
2761
|
+
"type": "jsLiteral",
|
|
2762
|
+
"value": "inline"
|
|
2763
|
+
}
|
|
2764
|
+
]
|
|
2765
|
+
}
|
|
2766
|
+
},
|
|
2767
|
+
{
|
|
2768
|
+
"type": "typeAlias",
|
|
2769
|
+
"name": "ComponentSize",
|
|
2770
|
+
"annotation": {
|
|
2771
|
+
"type": "union",
|
|
2772
|
+
"types": [
|
|
2773
|
+
{
|
|
2774
|
+
"type": "jsLiteral",
|
|
2775
|
+
"value": "large"
|
|
2776
|
+
},
|
|
2777
|
+
{
|
|
2778
|
+
"type": "jsLiteral",
|
|
2779
|
+
"value": "medium"
|
|
2780
|
+
},
|
|
2781
|
+
{
|
|
2782
|
+
"type": "jsLiteral",
|
|
2783
|
+
"value": "small"
|
|
2784
|
+
},
|
|
2785
|
+
{
|
|
2786
|
+
"type": "jsLiteral",
|
|
2787
|
+
"value": "xs"
|
|
2681
2788
|
}
|
|
2682
2789
|
]
|
|
2683
2790
|
}
|
|
@@ -3861,7 +3968,7 @@
|
|
|
3861
3968
|
}
|
|
3862
3969
|
]
|
|
3863
3970
|
},
|
|
3864
|
-
"eo-
|
|
3971
|
+
"eo-radio": {
|
|
3865
3972
|
"properties": [
|
|
3866
3973
|
{
|
|
3867
3974
|
"name": "name",
|
|
@@ -3870,13 +3977,6 @@
|
|
|
3870
3977
|
"value": "string"
|
|
3871
3978
|
}
|
|
3872
3979
|
},
|
|
3873
|
-
{
|
|
3874
|
-
"name": "placeholder",
|
|
3875
|
-
"annotation": {
|
|
3876
|
-
"type": "keyword",
|
|
3877
|
-
"value": "string"
|
|
3878
|
-
}
|
|
3879
|
-
},
|
|
3880
3980
|
{
|
|
3881
3981
|
"name": "label",
|
|
3882
3982
|
"annotation": {
|
|
@@ -3892,7 +3992,7 @@
|
|
|
3892
3992
|
"type": "reference",
|
|
3893
3993
|
"typeName": {
|
|
3894
3994
|
"type": "identifier",
|
|
3895
|
-
"name": "
|
|
3995
|
+
"name": "GeneralOption"
|
|
3896
3996
|
}
|
|
3897
3997
|
}
|
|
3898
3998
|
}
|
|
@@ -3942,215 +4042,85 @@
|
|
|
3942
4042
|
}
|
|
3943
4043
|
},
|
|
3944
4044
|
{
|
|
3945
|
-
"name": "
|
|
3946
|
-
"annotation": {
|
|
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"
|
|
3967
|
-
}
|
|
3968
|
-
}
|
|
3969
|
-
},
|
|
3970
|
-
{
|
|
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",
|
|
4045
|
+
"name": "type",
|
|
3986
4046
|
"annotation": {
|
|
3987
4047
|
"type": "reference",
|
|
3988
4048
|
"typeName": {
|
|
3989
4049
|
"type": "identifier",
|
|
3990
|
-
"name": "
|
|
4050
|
+
"name": "RadioType"
|
|
3991
4051
|
}
|
|
3992
4052
|
}
|
|
3993
4053
|
},
|
|
3994
4054
|
{
|
|
3995
|
-
"name": "
|
|
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",
|
|
4055
|
+
"name": "ui",
|
|
4037
4056
|
"annotation": {
|
|
4038
4057
|
"type": "reference",
|
|
4039
4058
|
"typeName": {
|
|
4040
4059
|
"type": "identifier",
|
|
4041
|
-
"name": "
|
|
4060
|
+
"name": "UIType"
|
|
4042
4061
|
}
|
|
4043
4062
|
}
|
|
4044
4063
|
},
|
|
4045
4064
|
{
|
|
4046
|
-
"name": "
|
|
4047
|
-
"annotation": {
|
|
4048
|
-
"type": "keyword",
|
|
4049
|
-
"value": "number"
|
|
4050
|
-
}
|
|
4051
|
-
},
|
|
4052
|
-
{
|
|
4053
|
-
"name": "inputStyle",
|
|
4065
|
+
"name": "size",
|
|
4054
4066
|
"annotation": {
|
|
4055
4067
|
"type": "reference",
|
|
4056
4068
|
"typeName": {
|
|
4057
|
-
"type": "
|
|
4058
|
-
"
|
|
4059
|
-
"type": "identifier",
|
|
4060
|
-
"name": "React"
|
|
4061
|
-
},
|
|
4062
|
-
"right": {
|
|
4063
|
-
"type": "identifier",
|
|
4064
|
-
"name": "CSSProperties"
|
|
4065
|
-
}
|
|
4069
|
+
"type": "identifier",
|
|
4070
|
+
"name": "ComponentSize"
|
|
4066
4071
|
}
|
|
4067
4072
|
}
|
|
4068
|
-
}
|
|
4069
|
-
],
|
|
4070
|
-
"events": [
|
|
4073
|
+
},
|
|
4071
4074
|
{
|
|
4072
|
-
"name": "
|
|
4073
|
-
"
|
|
4074
|
-
"
|
|
4075
|
-
|
|
4076
|
-
"
|
|
4077
|
-
|
|
4078
|
-
|
|
4079
|
-
|
|
4080
|
-
|
|
4081
|
-
|
|
4082
|
-
|
|
4083
|
-
|
|
4084
|
-
|
|
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
|
-
]
|
|
4075
|
+
"name": "customStyle",
|
|
4076
|
+
"annotation": {
|
|
4077
|
+
"type": "reference",
|
|
4078
|
+
"typeName": {
|
|
4079
|
+
"type": "qualifiedName",
|
|
4080
|
+
"left": {
|
|
4081
|
+
"type": "identifier",
|
|
4082
|
+
"name": "React"
|
|
4083
|
+
},
|
|
4084
|
+
"right": {
|
|
4085
|
+
"type": "identifier",
|
|
4086
|
+
"name": "CSSProperties"
|
|
4087
|
+
}
|
|
4120
4088
|
}
|
|
4121
4089
|
}
|
|
4122
4090
|
},
|
|
4123
4091
|
{
|
|
4124
|
-
"name": "
|
|
4092
|
+
"name": "useBrick",
|
|
4093
|
+
"annotation": {
|
|
4094
|
+
"type": "reference",
|
|
4095
|
+
"typeName": {
|
|
4096
|
+
"type": "identifier",
|
|
4097
|
+
"name": "UseSingleBrickConf"
|
|
4098
|
+
}
|
|
4099
|
+
}
|
|
4100
|
+
}
|
|
4101
|
+
],
|
|
4102
|
+
"events": [
|
|
4103
|
+
{
|
|
4104
|
+
"name": "change",
|
|
4125
4105
|
"detail": {
|
|
4126
4106
|
"annotation": {
|
|
4127
|
-
"type": "
|
|
4128
|
-
"
|
|
4107
|
+
"type": "union",
|
|
4108
|
+
"types": [
|
|
4129
4109
|
{
|
|
4130
|
-
"type": "
|
|
4131
|
-
"
|
|
4110
|
+
"type": "reference",
|
|
4111
|
+
"typeName": {
|
|
4132
4112
|
"type": "identifier",
|
|
4133
|
-
"name": "
|
|
4134
|
-
}
|
|
4135
|
-
|
|
4136
|
-
|
|
4137
|
-
|
|
4138
|
-
|
|
4139
|
-
"computed": false
|
|
4113
|
+
"name": "GeneralComplexOption"
|
|
4114
|
+
}
|
|
4115
|
+
},
|
|
4116
|
+
{
|
|
4117
|
+
"type": "keyword",
|
|
4118
|
+
"value": "undefined"
|
|
4140
4119
|
}
|
|
4141
4120
|
]
|
|
4142
4121
|
}
|
|
4143
4122
|
}
|
|
4144
4123
|
},
|
|
4145
|
-
{
|
|
4146
|
-
"name": "focus",
|
|
4147
|
-
"detail": {
|
|
4148
|
-
"annotation": {
|
|
4149
|
-
"type": "keyword",
|
|
4150
|
-
"value": "void"
|
|
4151
|
-
}
|
|
4152
|
-
}
|
|
4153
|
-
},
|
|
4154
4124
|
{
|
|
4155
4125
|
"name": "options.change",
|
|
4156
4126
|
"detail": {
|
|
@@ -4228,6 +4198,54 @@
|
|
|
4228
4198
|
],
|
|
4229
4199
|
"methods": [],
|
|
4230
4200
|
"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
|
+
},
|
|
4231
4249
|
{
|
|
4232
4250
|
"type": "interface",
|
|
4233
4251
|
"name": "GeneralComplexOption",
|
|
@@ -4303,97 +4321,79 @@
|
|
|
4303
4321
|
]
|
|
4304
4322
|
},
|
|
4305
4323
|
{
|
|
4306
|
-
"type": "
|
|
4307
|
-
"name": "
|
|
4308
|
-
"
|
|
4309
|
-
|
|
4310
|
-
|
|
4311
|
-
|
|
4312
|
-
"type": "
|
|
4313
|
-
"
|
|
4324
|
+
"type": "typeAlias",
|
|
4325
|
+
"name": "RadioType",
|
|
4326
|
+
"annotation": {
|
|
4327
|
+
"type": "union",
|
|
4328
|
+
"types": [
|
|
4329
|
+
{
|
|
4330
|
+
"type": "jsLiteral",
|
|
4331
|
+
"value": "button"
|
|
4314
4332
|
},
|
|
4315
|
-
|
|
4316
|
-
"type": "
|
|
4317
|
-
"value": "
|
|
4333
|
+
{
|
|
4334
|
+
"type": "jsLiteral",
|
|
4335
|
+
"value": "default"
|
|
4318
4336
|
},
|
|
4319
|
-
|
|
4320
|
-
|
|
4321
|
-
|
|
4322
|
-
"type": "propertySignature",
|
|
4323
|
-
"key": {
|
|
4324
|
-
"type": "identifier",
|
|
4325
|
-
"name": "args"
|
|
4337
|
+
{
|
|
4338
|
+
"type": "jsLiteral",
|
|
4339
|
+
"value": "icon"
|
|
4326
4340
|
},
|
|
4327
|
-
|
|
4328
|
-
"type": "
|
|
4329
|
-
"
|
|
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
|
-
]
|
|
4341
|
+
{
|
|
4342
|
+
"type": "jsLiteral",
|
|
4343
|
+
"value": "icon-circle"
|
|
4367
4344
|
},
|
|
4368
|
-
|
|
4369
|
-
|
|
4370
|
-
|
|
4371
|
-
"type": "propertySignature",
|
|
4372
|
-
"key": {
|
|
4373
|
-
"type": "identifier",
|
|
4374
|
-
"name": "transform"
|
|
4345
|
+
{
|
|
4346
|
+
"type": "jsLiteral",
|
|
4347
|
+
"value": "icon-square"
|
|
4375
4348
|
},
|
|
4376
|
-
|
|
4377
|
-
"type": "
|
|
4378
|
-
"
|
|
4379
|
-
|
|
4380
|
-
|
|
4381
|
-
|
|
4382
|
-
|
|
4383
|
-
|
|
4384
|
-
|
|
4385
|
-
|
|
4386
|
-
|
|
4387
|
-
|
|
4388
|
-
|
|
4389
|
-
|
|
4390
|
-
|
|
4391
|
-
|
|
4349
|
+
{
|
|
4350
|
+
"type": "jsLiteral",
|
|
4351
|
+
"value": "custom"
|
|
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"
|
|
4392
4365
|
},
|
|
4393
|
-
|
|
4394
|
-
|
|
4395
|
-
|
|
4396
|
-
|
|
4366
|
+
{
|
|
4367
|
+
"type": "jsLiteral",
|
|
4368
|
+
"value": "dashboard"
|
|
4369
|
+
}
|
|
4370
|
+
]
|
|
4371
|
+
}
|
|
4372
|
+
},
|
|
4373
|
+
{
|
|
4374
|
+
"type": "typeAlias",
|
|
4375
|
+
"name": "ComponentSize",
|
|
4376
|
+
"annotation": {
|
|
4377
|
+
"type": "union",
|
|
4378
|
+
"types": [
|
|
4379
|
+
{
|
|
4380
|
+
"type": "jsLiteral",
|
|
4381
|
+
"value": "large"
|
|
4382
|
+
},
|
|
4383
|
+
{
|
|
4384
|
+
"type": "jsLiteral",
|
|
4385
|
+
"value": "medium"
|
|
4386
|
+
},
|
|
4387
|
+
{
|
|
4388
|
+
"type": "jsLiteral",
|
|
4389
|
+
"value": "small"
|
|
4390
|
+
},
|
|
4391
|
+
{
|
|
4392
|
+
"type": "jsLiteral",
|
|
4393
|
+
"value": "xs"
|
|
4394
|
+
}
|
|
4395
|
+
]
|
|
4396
|
+
}
|
|
4397
4397
|
}
|
|
4398
4398
|
]
|
|
4399
4399
|
},
|