@next-bricks/form 1.14.4 → 1.15.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bricks.json +17 -15
- package/dist/chunks/7623.5b51a117.js +3 -0
- package/dist/chunks/7623.5b51a117.js.map +1 -0
- package/dist/chunks/eo-select.d390e692.js +3 -0
- package/dist/chunks/eo-select.d390e692.js.map +1 -0
- package/dist/chunks/{main.65315ec5.js → main.c46fbb43.js} +2 -2
- package/dist/chunks/{main.65315ec5.js.map → main.c46fbb43.js.map} +1 -1
- package/dist/examples.json +6 -6
- package/dist/{index.9c3622ea.js → index.b0bff028.js} +2 -2
- package/dist/{index.9c3622ea.js.map → index.b0bff028.js.map} +1 -1
- package/dist/manifest.json +300 -295
- package/dist/types.json +960 -953
- package/dist-types/select/index.d.ts +17 -0
- package/dist-types/select/index.spec.d.ts +1 -0
- package/package.json +2 -2
- package/dist/chunks/7623.93c890cb.js +0 -3
- package/dist/chunks/7623.93c890cb.js.map +0 -1
- package/dist/chunks/eo-select.848a1403.js +0 -3
- package/dist/chunks/eo-select.848a1403.js.map +0 -1
- /package/dist/chunks/{7623.93c890cb.js.LICENSE.txt → 7623.5b51a117.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-select.848a1403.js.LICENSE.txt → eo-select.d390e692.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -498,382 +498,375 @@
|
|
|
498
498
|
],
|
|
499
499
|
"methods": []
|
|
500
500
|
},
|
|
501
|
-
"eo-
|
|
501
|
+
"eo-checkbox": {
|
|
502
502
|
"properties": [
|
|
503
503
|
{
|
|
504
|
-
"name": "
|
|
504
|
+
"name": "name",
|
|
505
505
|
"annotation": {
|
|
506
|
-
"type": "
|
|
507
|
-
"
|
|
508
|
-
"type": "identifier",
|
|
509
|
-
"name": "Record"
|
|
510
|
-
},
|
|
511
|
-
"typeParameters": {
|
|
512
|
-
"type": "typeParameterInstantiation",
|
|
513
|
-
"params": [
|
|
514
|
-
{
|
|
515
|
-
"type": "keyword",
|
|
516
|
-
"value": "string"
|
|
517
|
-
},
|
|
518
|
-
{
|
|
519
|
-
"type": "keyword",
|
|
520
|
-
"value": "unknown"
|
|
521
|
-
}
|
|
522
|
-
]
|
|
523
|
-
}
|
|
506
|
+
"type": "keyword",
|
|
507
|
+
"value": "string"
|
|
524
508
|
}
|
|
525
509
|
},
|
|
526
510
|
{
|
|
527
|
-
"name": "
|
|
511
|
+
"name": "label",
|
|
528
512
|
"annotation": {
|
|
529
|
-
"type": "
|
|
530
|
-
"
|
|
531
|
-
"type": "identifier",
|
|
532
|
-
"name": "Layout"
|
|
533
|
-
}
|
|
513
|
+
"type": "keyword",
|
|
514
|
+
"value": "string"
|
|
534
515
|
}
|
|
535
516
|
},
|
|
536
517
|
{
|
|
537
|
-
"name": "
|
|
518
|
+
"name": "value",
|
|
538
519
|
"annotation": {
|
|
539
|
-
"type": "
|
|
540
|
-
"
|
|
541
|
-
"type": "
|
|
542
|
-
"
|
|
520
|
+
"type": "array",
|
|
521
|
+
"elementType": {
|
|
522
|
+
"type": "reference",
|
|
523
|
+
"typeName": {
|
|
524
|
+
"type": "identifier",
|
|
525
|
+
"name": "CheckboxValueType"
|
|
526
|
+
}
|
|
543
527
|
}
|
|
544
528
|
}
|
|
545
529
|
},
|
|
546
530
|
{
|
|
547
|
-
"name": "
|
|
531
|
+
"name": "options",
|
|
548
532
|
"annotation": {
|
|
549
|
-
"type": "
|
|
550
|
-
"
|
|
551
|
-
"type": "
|
|
552
|
-
"
|
|
533
|
+
"type": "array",
|
|
534
|
+
"elementType": {
|
|
535
|
+
"type": "reference",
|
|
536
|
+
"typeName": {
|
|
537
|
+
"type": "identifier",
|
|
538
|
+
"name": "CheckboxOptionType"
|
|
539
|
+
}
|
|
553
540
|
}
|
|
554
541
|
}
|
|
555
542
|
},
|
|
556
543
|
{
|
|
557
|
-
"name": "
|
|
544
|
+
"name": "type",
|
|
558
545
|
"annotation": {
|
|
559
546
|
"type": "reference",
|
|
560
547
|
"typeName": {
|
|
561
548
|
"type": "identifier",
|
|
562
|
-
"name": "
|
|
549
|
+
"name": "CheckboxType"
|
|
563
550
|
}
|
|
564
551
|
}
|
|
565
552
|
},
|
|
566
553
|
{
|
|
567
|
-
"name": "
|
|
554
|
+
"name": "disabled",
|
|
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",
|
|
569
|
+
"annotation": {
|
|
570
|
+
"type": "keyword",
|
|
571
|
+
"value": "boolean"
|
|
572
|
+
}
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
"name": "message",
|
|
568
576
|
"annotation": {
|
|
569
577
|
"type": "reference",
|
|
570
578
|
"typeName": {
|
|
571
|
-
"type": "
|
|
572
|
-
"
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
"
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
579
|
+
"type": "identifier",
|
|
580
|
+
"name": "Record"
|
|
581
|
+
},
|
|
582
|
+
"typeParameters": {
|
|
583
|
+
"type": "typeParameterInstantiation",
|
|
584
|
+
"params": [
|
|
585
|
+
{
|
|
586
|
+
"type": "keyword",
|
|
587
|
+
"value": "string"
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
"type": "keyword",
|
|
591
|
+
"value": "string"
|
|
592
|
+
}
|
|
593
|
+
]
|
|
580
594
|
}
|
|
581
595
|
}
|
|
582
596
|
},
|
|
583
597
|
{
|
|
584
|
-
"name": "
|
|
598
|
+
"name": "isGroup",
|
|
585
599
|
"annotation": {
|
|
586
600
|
"type": "keyword",
|
|
587
|
-
"value": "
|
|
601
|
+
"value": "boolean"
|
|
588
602
|
}
|
|
589
|
-
}
|
|
590
|
-
],
|
|
591
|
-
"events": [
|
|
603
|
+
},
|
|
592
604
|
{
|
|
593
|
-
"name": "
|
|
594
|
-
"
|
|
595
|
-
"
|
|
605
|
+
"name": "optionGroups",
|
|
606
|
+
"annotation": {
|
|
607
|
+
"type": "array",
|
|
608
|
+
"elementType": {
|
|
596
609
|
"type": "reference",
|
|
597
610
|
"typeName": {
|
|
598
611
|
"type": "identifier",
|
|
599
|
-
"name": "
|
|
600
|
-
},
|
|
601
|
-
"typeParameters": {
|
|
602
|
-
"type": "typeParameterInstantiation",
|
|
603
|
-
"params": [
|
|
604
|
-
{
|
|
605
|
-
"type": "keyword",
|
|
606
|
-
"value": "string"
|
|
607
|
-
},
|
|
608
|
-
{
|
|
609
|
-
"type": "keyword",
|
|
610
|
-
"value": "unknown"
|
|
611
|
-
}
|
|
612
|
-
]
|
|
612
|
+
"name": "OptionGroup"
|
|
613
613
|
}
|
|
614
614
|
}
|
|
615
615
|
}
|
|
616
|
-
}
|
|
616
|
+
}
|
|
617
|
+
],
|
|
618
|
+
"events": [
|
|
617
619
|
{
|
|
618
|
-
"name": "
|
|
620
|
+
"name": "change",
|
|
619
621
|
"detail": {
|
|
620
622
|
"annotation": {
|
|
621
|
-
"type": "
|
|
622
|
-
"
|
|
623
|
-
"type": "
|
|
624
|
-
"
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
"params": [
|
|
629
|
-
{
|
|
630
|
-
"type": "keyword",
|
|
631
|
-
"value": "string"
|
|
632
|
-
},
|
|
633
|
-
{
|
|
634
|
-
"type": "keyword",
|
|
635
|
-
"value": "unknown"
|
|
636
|
-
}
|
|
637
|
-
]
|
|
623
|
+
"type": "array",
|
|
624
|
+
"elementType": {
|
|
625
|
+
"type": "reference",
|
|
626
|
+
"typeName": {
|
|
627
|
+
"type": "identifier",
|
|
628
|
+
"name": "CheckboxOptionType"
|
|
629
|
+
}
|
|
638
630
|
}
|
|
639
631
|
}
|
|
640
632
|
}
|
|
641
633
|
},
|
|
642
634
|
{
|
|
643
|
-
"name": "
|
|
635
|
+
"name": "options.change",
|
|
644
636
|
"detail": {
|
|
645
637
|
"annotation": {
|
|
646
|
-
"type": "
|
|
647
|
-
"
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
"
|
|
651
|
-
|
|
652
|
-
|
|
638
|
+
"type": "typeLiteral",
|
|
639
|
+
"members": [
|
|
640
|
+
{
|
|
641
|
+
"type": "propertySignature",
|
|
642
|
+
"key": {
|
|
643
|
+
"type": "identifier",
|
|
644
|
+
"name": "options"
|
|
645
|
+
},
|
|
646
|
+
"annotation": {
|
|
647
|
+
"type": "array",
|
|
648
|
+
"elementType": {
|
|
653
649
|
"type": "reference",
|
|
654
650
|
"typeName": {
|
|
655
651
|
"type": "identifier",
|
|
656
|
-
"name": "
|
|
652
|
+
"name": "CheckboxOptionType"
|
|
657
653
|
}
|
|
658
|
-
},
|
|
659
|
-
{
|
|
660
|
-
"type": "typeLiteral",
|
|
661
|
-
"members": [
|
|
662
|
-
{
|
|
663
|
-
"type": "propertySignature",
|
|
664
|
-
"key": {
|
|
665
|
-
"type": "identifier",
|
|
666
|
-
"name": "name"
|
|
667
|
-
},
|
|
668
|
-
"annotation": {
|
|
669
|
-
"type": "keyword",
|
|
670
|
-
"value": "string"
|
|
671
|
-
},
|
|
672
|
-
"computed": false
|
|
673
|
-
}
|
|
674
|
-
]
|
|
675
654
|
}
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
}
|
|
679
|
-
}
|
|
680
|
-
}
|
|
681
|
-
}
|
|
682
|
-
],
|
|
683
|
-
"methods": [
|
|
684
|
-
{
|
|
685
|
-
"name": "validate",
|
|
686
|
-
"params": [],
|
|
687
|
-
"returns": {
|
|
688
|
-
"annotation": {
|
|
689
|
-
"type": "union",
|
|
690
|
-
"types": [
|
|
691
|
-
{
|
|
692
|
-
"type": "keyword",
|
|
693
|
-
"value": "boolean"
|
|
655
|
+
},
|
|
656
|
+
"computed": false
|
|
694
657
|
},
|
|
695
658
|
{
|
|
696
|
-
"type": "
|
|
697
|
-
"
|
|
659
|
+
"type": "propertySignature",
|
|
660
|
+
"key": {
|
|
698
661
|
"type": "identifier",
|
|
699
|
-
"name": "
|
|
662
|
+
"name": "name"
|
|
700
663
|
},
|
|
701
|
-
"
|
|
702
|
-
"type": "
|
|
703
|
-
"
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
"value": "string"
|
|
707
|
-
},
|
|
708
|
-
{
|
|
709
|
-
"type": "keyword",
|
|
710
|
-
"value": "unknown"
|
|
711
|
-
}
|
|
712
|
-
]
|
|
713
|
-
}
|
|
664
|
+
"annotation": {
|
|
665
|
+
"type": "keyword",
|
|
666
|
+
"value": "string"
|
|
667
|
+
},
|
|
668
|
+
"computed": false
|
|
714
669
|
}
|
|
715
670
|
]
|
|
716
671
|
}
|
|
717
672
|
}
|
|
718
|
-
}
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
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
|
+
},
|
|
698
|
+
{
|
|
699
|
+
"type": "interface",
|
|
700
|
+
"name": "CheckboxOptionType",
|
|
701
|
+
"body": [
|
|
722
702
|
{
|
|
723
|
-
"
|
|
703
|
+
"type": "propertySignature",
|
|
704
|
+
"key": {
|
|
705
|
+
"type": "identifier",
|
|
706
|
+
"name": "label"
|
|
707
|
+
},
|
|
724
708
|
"annotation": {
|
|
725
709
|
"type": "reference",
|
|
726
710
|
"typeName": {
|
|
727
|
-
"type": "
|
|
728
|
-
"
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
"
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
},
|
|
737
|
-
{
|
|
738
|
-
"type": "keyword",
|
|
739
|
-
"value": "unknown"
|
|
740
|
-
}
|
|
741
|
-
]
|
|
711
|
+
"type": "qualifiedName",
|
|
712
|
+
"left": {
|
|
713
|
+
"type": "identifier",
|
|
714
|
+
"name": "React"
|
|
715
|
+
},
|
|
716
|
+
"right": {
|
|
717
|
+
"type": "identifier",
|
|
718
|
+
"name": "ReactNode"
|
|
719
|
+
}
|
|
742
720
|
}
|
|
743
|
-
}
|
|
721
|
+
},
|
|
722
|
+
"computed": false
|
|
744
723
|
},
|
|
745
724
|
{
|
|
746
|
-
"
|
|
725
|
+
"type": "propertySignature",
|
|
726
|
+
"key": {
|
|
727
|
+
"type": "identifier",
|
|
728
|
+
"name": "value"
|
|
729
|
+
},
|
|
747
730
|
"annotation": {
|
|
748
|
-
"type": "
|
|
749
|
-
"
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
731
|
+
"type": "keyword",
|
|
732
|
+
"value": "any"
|
|
733
|
+
},
|
|
734
|
+
"computed": false
|
|
735
|
+
},
|
|
736
|
+
{
|
|
737
|
+
"type": "propertySignature",
|
|
738
|
+
"key": {
|
|
739
|
+
"type": "identifier",
|
|
740
|
+
"name": "style"
|
|
741
|
+
},
|
|
742
|
+
"annotation": {
|
|
743
|
+
"type": "reference",
|
|
744
|
+
"typeName": {
|
|
745
|
+
"type": "qualifiedName",
|
|
746
|
+
"left": {
|
|
747
|
+
"type": "identifier",
|
|
748
|
+
"name": "React"
|
|
762
749
|
},
|
|
763
|
-
{
|
|
764
|
-
"type": "
|
|
765
|
-
"
|
|
766
|
-
"type": "identifier",
|
|
767
|
-
"name": "runInMicrotask"
|
|
768
|
-
},
|
|
769
|
-
"annotation": {
|
|
770
|
-
"type": "keyword",
|
|
771
|
-
"value": "boolean"
|
|
772
|
-
},
|
|
773
|
-
"optional": true,
|
|
774
|
-
"computed": false
|
|
750
|
+
"right": {
|
|
751
|
+
"type": "identifier",
|
|
752
|
+
"name": "CSSProperties"
|
|
775
753
|
}
|
|
776
|
-
|
|
777
|
-
}
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
},
|
|
782
|
-
{
|
|
783
|
-
"name": "resetFields",
|
|
784
|
-
"params": [
|
|
754
|
+
}
|
|
755
|
+
},
|
|
756
|
+
"optional": true,
|
|
757
|
+
"computed": false
|
|
758
|
+
},
|
|
785
759
|
{
|
|
786
|
-
"
|
|
760
|
+
"type": "propertySignature",
|
|
761
|
+
"key": {
|
|
762
|
+
"type": "identifier",
|
|
763
|
+
"name": "disabled"
|
|
764
|
+
},
|
|
787
765
|
"annotation": {
|
|
788
766
|
"type": "keyword",
|
|
789
|
-
"value": "
|
|
790
|
-
}
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
},
|
|
795
|
-
{
|
|
796
|
-
"name": "getFieldsValue",
|
|
797
|
-
"params": [
|
|
767
|
+
"value": "boolean"
|
|
768
|
+
},
|
|
769
|
+
"optional": true,
|
|
770
|
+
"computed": false
|
|
771
|
+
},
|
|
798
772
|
{
|
|
799
|
-
"
|
|
773
|
+
"type": "propertySignature",
|
|
774
|
+
"key": {
|
|
775
|
+
"type": "identifier",
|
|
776
|
+
"name": "checkboxColor"
|
|
777
|
+
},
|
|
800
778
|
"annotation": {
|
|
801
779
|
"type": "keyword",
|
|
802
780
|
"value": "string"
|
|
803
|
-
}
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
},
|
|
808
|
-
{
|
|
809
|
-
"name": "validateField",
|
|
810
|
-
"params": [
|
|
781
|
+
},
|
|
782
|
+
"optional": true,
|
|
783
|
+
"computed": false
|
|
784
|
+
},
|
|
811
785
|
{
|
|
812
|
-
"
|
|
786
|
+
"type": "indexSignature",
|
|
787
|
+
"parameter": {
|
|
788
|
+
"type": "identifier",
|
|
789
|
+
"name": "propName",
|
|
790
|
+
"annotation": {
|
|
791
|
+
"type": "keyword",
|
|
792
|
+
"value": "string"
|
|
793
|
+
}
|
|
794
|
+
},
|
|
813
795
|
"annotation": {
|
|
814
796
|
"type": "keyword",
|
|
815
|
-
"value": "
|
|
797
|
+
"value": "any"
|
|
816
798
|
}
|
|
817
799
|
}
|
|
818
|
-
]
|
|
819
|
-
"returns": {}
|
|
800
|
+
]
|
|
820
801
|
},
|
|
821
|
-
{
|
|
822
|
-
"name": "resetValidateState",
|
|
823
|
-
"params": [],
|
|
824
|
-
"returns": {}
|
|
825
|
-
}
|
|
826
|
-
],
|
|
827
|
-
"types": [
|
|
828
802
|
{
|
|
829
803
|
"type": "typeAlias",
|
|
830
|
-
"name": "
|
|
804
|
+
"name": "CheckboxType",
|
|
831
805
|
"annotation": {
|
|
832
806
|
"type": "union",
|
|
833
807
|
"types": [
|
|
834
808
|
{
|
|
835
809
|
"type": "jsLiteral",
|
|
836
|
-
"value": "
|
|
837
|
-
},
|
|
838
|
-
{
|
|
839
|
-
"type": "jsLiteral",
|
|
840
|
-
"value": "vertical"
|
|
810
|
+
"value": "default"
|
|
841
811
|
},
|
|
842
812
|
{
|
|
843
813
|
"type": "jsLiteral",
|
|
844
|
-
"value": "
|
|
814
|
+
"value": "icon"
|
|
845
815
|
}
|
|
846
816
|
]
|
|
847
817
|
}
|
|
848
818
|
},
|
|
849
819
|
{
|
|
850
|
-
"type": "
|
|
851
|
-
"name": "
|
|
852
|
-
"
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
{
|
|
856
|
-
"type": "
|
|
857
|
-
"
|
|
820
|
+
"type": "interface",
|
|
821
|
+
"name": "OptionGroup",
|
|
822
|
+
"body": [
|
|
823
|
+
{
|
|
824
|
+
"type": "propertySignature",
|
|
825
|
+
"key": {
|
|
826
|
+
"type": "identifier",
|
|
827
|
+
"name": "name"
|
|
858
828
|
},
|
|
859
|
-
{
|
|
860
|
-
"type": "
|
|
861
|
-
"value": "
|
|
829
|
+
"annotation": {
|
|
830
|
+
"type": "keyword",
|
|
831
|
+
"value": "string"
|
|
862
832
|
},
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
833
|
+
"computed": false
|
|
834
|
+
},
|
|
835
|
+
{
|
|
836
|
+
"type": "propertySignature",
|
|
837
|
+
"key": {
|
|
838
|
+
"type": "identifier",
|
|
839
|
+
"name": "key"
|
|
866
840
|
},
|
|
867
|
-
{
|
|
868
|
-
"type": "
|
|
869
|
-
"value": "
|
|
870
|
-
}
|
|
871
|
-
|
|
872
|
-
|
|
841
|
+
"annotation": {
|
|
842
|
+
"type": "keyword",
|
|
843
|
+
"value": "string"
|
|
844
|
+
},
|
|
845
|
+
"computed": false
|
|
846
|
+
},
|
|
847
|
+
{
|
|
848
|
+
"type": "propertySignature",
|
|
849
|
+
"key": {
|
|
850
|
+
"type": "identifier",
|
|
851
|
+
"name": "options"
|
|
852
|
+
},
|
|
853
|
+
"annotation": {
|
|
854
|
+
"type": "array",
|
|
855
|
+
"elementType": {
|
|
856
|
+
"type": "reference",
|
|
857
|
+
"typeName": {
|
|
858
|
+
"type": "identifier",
|
|
859
|
+
"name": "CheckboxOptionType"
|
|
860
|
+
}
|
|
861
|
+
}
|
|
862
|
+
},
|
|
863
|
+
"computed": false
|
|
864
|
+
}
|
|
865
|
+
]
|
|
873
866
|
}
|
|
874
867
|
]
|
|
875
868
|
},
|
|
876
|
-
"eo-
|
|
869
|
+
"eo-radio": {
|
|
877
870
|
"properties": [
|
|
878
871
|
{
|
|
879
872
|
"name": "name",
|
|
@@ -882,13 +875,6 @@
|
|
|
882
875
|
"value": "string"
|
|
883
876
|
}
|
|
884
877
|
},
|
|
885
|
-
{
|
|
886
|
-
"name": "placeholder",
|
|
887
|
-
"annotation": {
|
|
888
|
-
"type": "keyword",
|
|
889
|
-
"value": "string"
|
|
890
|
-
}
|
|
891
|
-
},
|
|
892
878
|
{
|
|
893
879
|
"name": "label",
|
|
894
880
|
"annotation": {
|
|
@@ -904,7 +890,7 @@
|
|
|
904
890
|
"type": "reference",
|
|
905
891
|
"typeName": {
|
|
906
892
|
"type": "identifier",
|
|
907
|
-
"name": "
|
|
893
|
+
"name": "GeneralOption"
|
|
908
894
|
}
|
|
909
895
|
}
|
|
910
896
|
}
|
|
@@ -954,128 +940,37 @@
|
|
|
954
940
|
}
|
|
955
941
|
},
|
|
956
942
|
{
|
|
957
|
-
"name": "
|
|
958
|
-
"annotation": {
|
|
959
|
-
"type": "
|
|
960
|
-
"
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
},
|
|
965
|
-
{
|
|
966
|
-
"type": "jsLiteral",
|
|
967
|
-
"value": "multiple"
|
|
968
|
-
}
|
|
969
|
-
]
|
|
970
|
-
}
|
|
971
|
-
},
|
|
972
|
-
{
|
|
973
|
-
"name": "tokenSeparators",
|
|
974
|
-
"annotation": {
|
|
975
|
-
"type": "array",
|
|
976
|
-
"elementType": {
|
|
977
|
-
"type": "keyword",
|
|
978
|
-
"value": "string"
|
|
979
|
-
}
|
|
980
|
-
}
|
|
981
|
-
},
|
|
982
|
-
{
|
|
983
|
-
"name": "maxTagCount",
|
|
984
|
-
"annotation": {
|
|
985
|
-
"type": "keyword",
|
|
986
|
-
"value": "number"
|
|
987
|
-
}
|
|
988
|
-
},
|
|
989
|
-
{
|
|
990
|
-
"name": "groupBy",
|
|
991
|
-
"annotation": {
|
|
992
|
-
"type": "keyword",
|
|
993
|
-
"value": "string"
|
|
994
|
-
}
|
|
995
|
-
},
|
|
996
|
-
{
|
|
997
|
-
"name": "suffix",
|
|
998
|
-
"annotation": {
|
|
999
|
-
"type": "typeLiteral",
|
|
1000
|
-
"members": [
|
|
1001
|
-
{
|
|
1002
|
-
"type": "propertySignature",
|
|
1003
|
-
"key": {
|
|
1004
|
-
"type": "identifier",
|
|
1005
|
-
"name": "useBrick"
|
|
1006
|
-
},
|
|
1007
|
-
"annotation": {
|
|
1008
|
-
"type": "reference",
|
|
1009
|
-
"typeName": {
|
|
1010
|
-
"type": "identifier",
|
|
1011
|
-
"name": "UseSingleBrickConf"
|
|
1012
|
-
}
|
|
1013
|
-
},
|
|
1014
|
-
"computed": false
|
|
1015
|
-
}
|
|
1016
|
-
]
|
|
1017
|
-
}
|
|
1018
|
-
},
|
|
1019
|
-
{
|
|
1020
|
-
"name": "clearable",
|
|
1021
|
-
"annotation": {
|
|
1022
|
-
"type": "keyword",
|
|
1023
|
-
"value": "boolean"
|
|
1024
|
-
}
|
|
1025
|
-
},
|
|
1026
|
-
{
|
|
1027
|
-
"name": "fields",
|
|
1028
|
-
"annotation": {
|
|
1029
|
-
"type": "typeLiteral",
|
|
1030
|
-
"members": [
|
|
1031
|
-
{
|
|
1032
|
-
"type": "propertySignature",
|
|
1033
|
-
"key": {
|
|
1034
|
-
"type": "identifier",
|
|
1035
|
-
"name": "label"
|
|
1036
|
-
},
|
|
1037
|
-
"annotation": {
|
|
1038
|
-
"type": "keyword",
|
|
1039
|
-
"value": "string"
|
|
1040
|
-
},
|
|
1041
|
-
"optional": true,
|
|
1042
|
-
"computed": false
|
|
1043
|
-
},
|
|
1044
|
-
{
|
|
1045
|
-
"type": "propertySignature",
|
|
1046
|
-
"key": {
|
|
1047
|
-
"type": "identifier",
|
|
1048
|
-
"name": "value"
|
|
1049
|
-
},
|
|
1050
|
-
"annotation": {
|
|
1051
|
-
"type": "keyword",
|
|
1052
|
-
"value": "string"
|
|
1053
|
-
},
|
|
1054
|
-
"optional": true,
|
|
1055
|
-
"computed": false
|
|
1056
|
-
}
|
|
1057
|
-
]
|
|
943
|
+
"name": "type",
|
|
944
|
+
"annotation": {
|
|
945
|
+
"type": "reference",
|
|
946
|
+
"typeName": {
|
|
947
|
+
"type": "identifier",
|
|
948
|
+
"name": "RadioType"
|
|
949
|
+
}
|
|
1058
950
|
}
|
|
1059
951
|
},
|
|
1060
952
|
{
|
|
1061
|
-
"name": "
|
|
953
|
+
"name": "ui",
|
|
1062
954
|
"annotation": {
|
|
1063
955
|
"type": "reference",
|
|
1064
956
|
"typeName": {
|
|
1065
957
|
"type": "identifier",
|
|
1066
|
-
"name": "
|
|
958
|
+
"name": "UIType"
|
|
1067
959
|
}
|
|
1068
960
|
}
|
|
1069
961
|
},
|
|
1070
962
|
{
|
|
1071
|
-
"name": "
|
|
963
|
+
"name": "size",
|
|
1072
964
|
"annotation": {
|
|
1073
|
-
"type": "
|
|
1074
|
-
"
|
|
965
|
+
"type": "reference",
|
|
966
|
+
"typeName": {
|
|
967
|
+
"type": "identifier",
|
|
968
|
+
"name": "ComponentSize"
|
|
969
|
+
}
|
|
1075
970
|
}
|
|
1076
971
|
},
|
|
1077
972
|
{
|
|
1078
|
-
"name": "
|
|
973
|
+
"name": "customStyle",
|
|
1079
974
|
"annotation": {
|
|
1080
975
|
"type": "reference",
|
|
1081
976
|
"typeName": {
|
|
@@ -1090,6 +985,16 @@
|
|
|
1090
985
|
}
|
|
1091
986
|
}
|
|
1092
987
|
}
|
|
988
|
+
},
|
|
989
|
+
{
|
|
990
|
+
"name": "useBrick",
|
|
991
|
+
"annotation": {
|
|
992
|
+
"type": "reference",
|
|
993
|
+
"typeName": {
|
|
994
|
+
"type": "identifier",
|
|
995
|
+
"name": "UseSingleBrickConf"
|
|
996
|
+
}
|
|
997
|
+
}
|
|
1093
998
|
}
|
|
1094
999
|
],
|
|
1095
1000
|
"events": [
|
|
@@ -1097,85 +1002,23 @@
|
|
|
1097
1002
|
"name": "change",
|
|
1098
1003
|
"detail": {
|
|
1099
1004
|
"annotation": {
|
|
1100
|
-
"type": "
|
|
1101
|
-
"
|
|
1005
|
+
"type": "union",
|
|
1006
|
+
"types": [
|
|
1102
1007
|
{
|
|
1103
|
-
"type": "
|
|
1104
|
-
"
|
|
1008
|
+
"type": "reference",
|
|
1009
|
+
"typeName": {
|
|
1105
1010
|
"type": "identifier",
|
|
1106
|
-
"name": "
|
|
1107
|
-
}
|
|
1108
|
-
"annotation": {
|
|
1109
|
-
"type": "union",
|
|
1110
|
-
"types": [
|
|
1111
|
-
{
|
|
1112
|
-
"type": "keyword",
|
|
1113
|
-
"value": "string"
|
|
1114
|
-
},
|
|
1115
|
-
{
|
|
1116
|
-
"type": "array",
|
|
1117
|
-
"elementType": {
|
|
1118
|
-
"type": "keyword",
|
|
1119
|
-
"value": "string"
|
|
1120
|
-
}
|
|
1121
|
-
}
|
|
1122
|
-
]
|
|
1123
|
-
},
|
|
1124
|
-
"computed": false
|
|
1011
|
+
"name": "GeneralComplexOption"
|
|
1012
|
+
}
|
|
1125
1013
|
},
|
|
1126
1014
|
{
|
|
1127
|
-
"type": "
|
|
1128
|
-
"
|
|
1129
|
-
"type": "identifier",
|
|
1130
|
-
"name": "options"
|
|
1131
|
-
},
|
|
1132
|
-
"annotation": {
|
|
1133
|
-
"type": "array",
|
|
1134
|
-
"elementType": {
|
|
1135
|
-
"type": "reference",
|
|
1136
|
-
"typeName": {
|
|
1137
|
-
"type": "identifier",
|
|
1138
|
-
"name": "GeneralComplexOption"
|
|
1139
|
-
}
|
|
1140
|
-
}
|
|
1141
|
-
},
|
|
1142
|
-
"computed": false
|
|
1143
|
-
}
|
|
1144
|
-
]
|
|
1145
|
-
}
|
|
1146
|
-
}
|
|
1147
|
-
},
|
|
1148
|
-
{
|
|
1149
|
-
"name": "search",
|
|
1150
|
-
"detail": {
|
|
1151
|
-
"annotation": {
|
|
1152
|
-
"type": "typeLiteral",
|
|
1153
|
-
"members": [
|
|
1154
|
-
{
|
|
1155
|
-
"type": "propertySignature",
|
|
1156
|
-
"key": {
|
|
1157
|
-
"type": "identifier",
|
|
1158
|
-
"name": "value"
|
|
1159
|
-
},
|
|
1160
|
-
"annotation": {
|
|
1161
|
-
"type": "keyword",
|
|
1162
|
-
"value": "string"
|
|
1163
|
-
},
|
|
1164
|
-
"computed": false
|
|
1015
|
+
"type": "keyword",
|
|
1016
|
+
"value": "undefined"
|
|
1165
1017
|
}
|
|
1166
1018
|
]
|
|
1167
1019
|
}
|
|
1168
1020
|
}
|
|
1169
1021
|
},
|
|
1170
|
-
{
|
|
1171
|
-
"name": "select.focus",
|
|
1172
|
-
"detail": {
|
|
1173
|
-
"annotation": {
|
|
1174
|
-
"type": "keyword",
|
|
1175
|
-
"value": "void"
|
|
1176
|
-
}
|
|
1177
|
-
}
|
|
1178
|
-
},
|
|
1179
1022
|
{
|
|
1180
1023
|
"name": "options.change",
|
|
1181
1024
|
"detail": {
|
|
@@ -1253,6 +1096,54 @@
|
|
|
1253
1096
|
],
|
|
1254
1097
|
"methods": [],
|
|
1255
1098
|
"types": [
|
|
1099
|
+
{
|
|
1100
|
+
"type": "typeAlias",
|
|
1101
|
+
"name": "GeneralOption",
|
|
1102
|
+
"annotation": {
|
|
1103
|
+
"type": "union",
|
|
1104
|
+
"types": [
|
|
1105
|
+
{
|
|
1106
|
+
"type": "keyword",
|
|
1107
|
+
"value": "string"
|
|
1108
|
+
},
|
|
1109
|
+
{
|
|
1110
|
+
"type": "keyword",
|
|
1111
|
+
"value": "number"
|
|
1112
|
+
},
|
|
1113
|
+
{
|
|
1114
|
+
"type": "keyword",
|
|
1115
|
+
"value": "boolean"
|
|
1116
|
+
},
|
|
1117
|
+
{
|
|
1118
|
+
"type": "reference",
|
|
1119
|
+
"typeName": {
|
|
1120
|
+
"type": "identifier",
|
|
1121
|
+
"name": "GeneralComplexOption"
|
|
1122
|
+
}
|
|
1123
|
+
},
|
|
1124
|
+
{
|
|
1125
|
+
"type": "reference",
|
|
1126
|
+
"typeName": {
|
|
1127
|
+
"type": "identifier",
|
|
1128
|
+
"name": "Record"
|
|
1129
|
+
},
|
|
1130
|
+
"typeParameters": {
|
|
1131
|
+
"type": "typeParameterInstantiation",
|
|
1132
|
+
"params": [
|
|
1133
|
+
{
|
|
1134
|
+
"type": "keyword",
|
|
1135
|
+
"value": "string"
|
|
1136
|
+
},
|
|
1137
|
+
{
|
|
1138
|
+
"type": "keyword",
|
|
1139
|
+
"value": "any"
|
|
1140
|
+
}
|
|
1141
|
+
]
|
|
1142
|
+
}
|
|
1143
|
+
}
|
|
1144
|
+
]
|
|
1145
|
+
}
|
|
1146
|
+
},
|
|
1256
1147
|
{
|
|
1257
1148
|
"type": "interface",
|
|
1258
1149
|
"name": "GeneralComplexOption",
|
|
@@ -1325,468 +1216,457 @@
|
|
|
1325
1216
|
"value": "any"
|
|
1326
1217
|
}
|
|
1327
1218
|
}
|
|
1328
|
-
]
|
|
1329
|
-
},
|
|
1330
|
-
{
|
|
1331
|
-
"type": "interface",
|
|
1332
|
-
"name": "UseBackendConf",
|
|
1333
|
-
"body": [
|
|
1334
|
-
{
|
|
1335
|
-
"type": "propertySignature",
|
|
1336
|
-
"key": {
|
|
1337
|
-
"type": "identifier",
|
|
1338
|
-
"name": "provider"
|
|
1339
|
-
},
|
|
1340
|
-
"annotation": {
|
|
1341
|
-
"type": "keyword",
|
|
1342
|
-
"value": "string"
|
|
1343
|
-
},
|
|
1344
|
-
"computed": false
|
|
1345
|
-
},
|
|
1346
|
-
{
|
|
1347
|
-
"type": "propertySignature",
|
|
1348
|
-
"key": {
|
|
1349
|
-
"type": "identifier",
|
|
1350
|
-
"name": "args"
|
|
1351
|
-
},
|
|
1352
|
-
"annotation": {
|
|
1353
|
-
"type": "union",
|
|
1354
|
-
"types": [
|
|
1355
|
-
{
|
|
1356
|
-
"type": "array",
|
|
1357
|
-
"elementType": {
|
|
1358
|
-
"type": "keyword",
|
|
1359
|
-
"value": "any"
|
|
1360
|
-
}
|
|
1361
|
-
},
|
|
1362
|
-
{
|
|
1363
|
-
"type": "parenthesizedType",
|
|
1364
|
-
"annotation": {
|
|
1365
|
-
"type": "function",
|
|
1366
|
-
"parameters": [
|
|
1367
|
-
{
|
|
1368
|
-
"type": "restElement",
|
|
1369
|
-
"argument": {
|
|
1370
|
-
"type": "identifier",
|
|
1371
|
-
"name": "args"
|
|
1372
|
-
},
|
|
1373
|
-
"annotation": {
|
|
1374
|
-
"type": "array",
|
|
1375
|
-
"elementType": {
|
|
1376
|
-
"type": "keyword",
|
|
1377
|
-
"value": "any"
|
|
1378
|
-
}
|
|
1379
|
-
}
|
|
1380
|
-
}
|
|
1381
|
-
],
|
|
1382
|
-
"annotation": {
|
|
1383
|
-
"type": "array",
|
|
1384
|
-
"elementType": {
|
|
1385
|
-
"type": "keyword",
|
|
1386
|
-
"value": "any"
|
|
1387
|
-
}
|
|
1388
|
-
}
|
|
1389
|
-
}
|
|
1390
|
-
}
|
|
1391
|
-
]
|
|
1392
|
-
},
|
|
1393
|
-
"computed": false
|
|
1394
|
-
},
|
|
1395
|
-
{
|
|
1396
|
-
"type": "propertySignature",
|
|
1397
|
-
"key": {
|
|
1398
|
-
"type": "identifier",
|
|
1399
|
-
"name": "transform"
|
|
1400
|
-
},
|
|
1401
|
-
"annotation": {
|
|
1402
|
-
"type": "function",
|
|
1403
|
-
"parameters": [
|
|
1404
|
-
{
|
|
1405
|
-
"type": "identifier",
|
|
1406
|
-
"name": "data",
|
|
1407
|
-
"annotation": {
|
|
1408
|
-
"type": "keyword",
|
|
1409
|
-
"value": "any"
|
|
1410
|
-
}
|
|
1411
|
-
}
|
|
1412
|
-
],
|
|
1413
|
-
"annotation": {
|
|
1414
|
-
"type": "keyword",
|
|
1415
|
-
"value": "void"
|
|
1416
|
-
}
|
|
1417
|
-
},
|
|
1418
|
-
"optional": true,
|
|
1419
|
-
"computed": false
|
|
1420
|
-
}
|
|
1421
|
-
]
|
|
1422
|
-
}
|
|
1423
|
-
]
|
|
1424
|
-
},
|
|
1425
|
-
"eo-checkbox": {
|
|
1426
|
-
"properties": [
|
|
1219
|
+
]
|
|
1220
|
+
},
|
|
1427
1221
|
{
|
|
1428
|
-
"
|
|
1222
|
+
"type": "typeAlias",
|
|
1223
|
+
"name": "RadioType",
|
|
1429
1224
|
"annotation": {
|
|
1430
|
-
"type": "
|
|
1431
|
-
"
|
|
1225
|
+
"type": "union",
|
|
1226
|
+
"types": [
|
|
1227
|
+
{
|
|
1228
|
+
"type": "jsLiteral",
|
|
1229
|
+
"value": "button"
|
|
1230
|
+
},
|
|
1231
|
+
{
|
|
1232
|
+
"type": "jsLiteral",
|
|
1233
|
+
"value": "default"
|
|
1234
|
+
},
|
|
1235
|
+
{
|
|
1236
|
+
"type": "jsLiteral",
|
|
1237
|
+
"value": "icon"
|
|
1238
|
+
},
|
|
1239
|
+
{
|
|
1240
|
+
"type": "jsLiteral",
|
|
1241
|
+
"value": "icon-circle"
|
|
1242
|
+
},
|
|
1243
|
+
{
|
|
1244
|
+
"type": "jsLiteral",
|
|
1245
|
+
"value": "icon-square"
|
|
1246
|
+
},
|
|
1247
|
+
{
|
|
1248
|
+
"type": "jsLiteral",
|
|
1249
|
+
"value": "custom"
|
|
1250
|
+
}
|
|
1251
|
+
]
|
|
1432
1252
|
}
|
|
1433
1253
|
},
|
|
1434
1254
|
{
|
|
1435
|
-
"
|
|
1255
|
+
"type": "typeAlias",
|
|
1256
|
+
"name": "UIType",
|
|
1436
1257
|
"annotation": {
|
|
1437
|
-
"type": "
|
|
1438
|
-
"
|
|
1258
|
+
"type": "union",
|
|
1259
|
+
"types": [
|
|
1260
|
+
{
|
|
1261
|
+
"type": "jsLiteral",
|
|
1262
|
+
"value": "default"
|
|
1263
|
+
},
|
|
1264
|
+
{
|
|
1265
|
+
"type": "jsLiteral",
|
|
1266
|
+
"value": "dashboard"
|
|
1267
|
+
}
|
|
1268
|
+
]
|
|
1439
1269
|
}
|
|
1440
1270
|
},
|
|
1441
1271
|
{
|
|
1442
|
-
"
|
|
1272
|
+
"type": "typeAlias",
|
|
1273
|
+
"name": "ComponentSize",
|
|
1443
1274
|
"annotation": {
|
|
1444
|
-
"type": "
|
|
1445
|
-
"
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
"
|
|
1449
|
-
|
|
1275
|
+
"type": "union",
|
|
1276
|
+
"types": [
|
|
1277
|
+
{
|
|
1278
|
+
"type": "jsLiteral",
|
|
1279
|
+
"value": "large"
|
|
1280
|
+
},
|
|
1281
|
+
{
|
|
1282
|
+
"type": "jsLiteral",
|
|
1283
|
+
"value": "medium"
|
|
1284
|
+
},
|
|
1285
|
+
{
|
|
1286
|
+
"type": "jsLiteral",
|
|
1287
|
+
"value": "small"
|
|
1288
|
+
},
|
|
1289
|
+
{
|
|
1290
|
+
"type": "jsLiteral",
|
|
1291
|
+
"value": "xs"
|
|
1450
1292
|
}
|
|
1451
|
-
|
|
1293
|
+
]
|
|
1452
1294
|
}
|
|
1453
|
-
}
|
|
1295
|
+
}
|
|
1296
|
+
]
|
|
1297
|
+
},
|
|
1298
|
+
"eo-form": {
|
|
1299
|
+
"properties": [
|
|
1454
1300
|
{
|
|
1455
|
-
"name": "
|
|
1301
|
+
"name": "staticValues",
|
|
1456
1302
|
"annotation": {
|
|
1457
|
-
"type": "
|
|
1458
|
-
"
|
|
1459
|
-
"type": "
|
|
1460
|
-
"
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1303
|
+
"type": "reference",
|
|
1304
|
+
"typeName": {
|
|
1305
|
+
"type": "identifier",
|
|
1306
|
+
"name": "Record"
|
|
1307
|
+
},
|
|
1308
|
+
"typeParameters": {
|
|
1309
|
+
"type": "typeParameterInstantiation",
|
|
1310
|
+
"params": [
|
|
1311
|
+
{
|
|
1312
|
+
"type": "keyword",
|
|
1313
|
+
"value": "string"
|
|
1314
|
+
},
|
|
1315
|
+
{
|
|
1316
|
+
"type": "keyword",
|
|
1317
|
+
"value": "unknown"
|
|
1318
|
+
}
|
|
1319
|
+
]
|
|
1464
1320
|
}
|
|
1465
1321
|
}
|
|
1466
1322
|
},
|
|
1467
1323
|
{
|
|
1468
|
-
"name": "
|
|
1324
|
+
"name": "layout",
|
|
1469
1325
|
"annotation": {
|
|
1470
1326
|
"type": "reference",
|
|
1471
1327
|
"typeName": {
|
|
1472
1328
|
"type": "identifier",
|
|
1473
|
-
"name": "
|
|
1329
|
+
"name": "Layout"
|
|
1474
1330
|
}
|
|
1475
1331
|
}
|
|
1476
1332
|
},
|
|
1477
1333
|
{
|
|
1478
|
-
"name": "
|
|
1334
|
+
"name": "size",
|
|
1479
1335
|
"annotation": {
|
|
1480
|
-
"type": "
|
|
1481
|
-
"
|
|
1336
|
+
"type": "reference",
|
|
1337
|
+
"typeName": {
|
|
1338
|
+
"type": "identifier",
|
|
1339
|
+
"name": "ComponentSize"
|
|
1340
|
+
}
|
|
1482
1341
|
}
|
|
1483
1342
|
},
|
|
1484
1343
|
{
|
|
1485
|
-
"name": "
|
|
1344
|
+
"name": "labelCol",
|
|
1486
1345
|
"annotation": {
|
|
1487
|
-
"type": "
|
|
1488
|
-
"
|
|
1346
|
+
"type": "reference",
|
|
1347
|
+
"typeName": {
|
|
1348
|
+
"type": "identifier",
|
|
1349
|
+
"name": "ColProps"
|
|
1350
|
+
}
|
|
1489
1351
|
}
|
|
1490
1352
|
},
|
|
1491
1353
|
{
|
|
1492
|
-
"name": "
|
|
1354
|
+
"name": "wrapperCol",
|
|
1493
1355
|
"annotation": {
|
|
1494
|
-
"type": "
|
|
1495
|
-
"
|
|
1356
|
+
"type": "reference",
|
|
1357
|
+
"typeName": {
|
|
1358
|
+
"type": "identifier",
|
|
1359
|
+
"name": "ColProps"
|
|
1360
|
+
}
|
|
1496
1361
|
}
|
|
1497
1362
|
},
|
|
1498
1363
|
{
|
|
1499
|
-
"name": "
|
|
1364
|
+
"name": "formStyle",
|
|
1500
1365
|
"annotation": {
|
|
1501
1366
|
"type": "reference",
|
|
1502
1367
|
"typeName": {
|
|
1503
|
-
"type": "
|
|
1504
|
-
"
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
"
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
},
|
|
1513
|
-
{
|
|
1514
|
-
"type": "keyword",
|
|
1515
|
-
"value": "string"
|
|
1516
|
-
}
|
|
1517
|
-
]
|
|
1368
|
+
"type": "qualifiedName",
|
|
1369
|
+
"left": {
|
|
1370
|
+
"type": "identifier",
|
|
1371
|
+
"name": "React"
|
|
1372
|
+
},
|
|
1373
|
+
"right": {
|
|
1374
|
+
"type": "identifier",
|
|
1375
|
+
"name": "CSSProperties"
|
|
1376
|
+
}
|
|
1518
1377
|
}
|
|
1519
1378
|
}
|
|
1520
1379
|
},
|
|
1521
1380
|
{
|
|
1522
|
-
"name": "
|
|
1381
|
+
"name": "textContent",
|
|
1523
1382
|
"annotation": {
|
|
1524
1383
|
"type": "keyword",
|
|
1525
|
-
"value": "
|
|
1384
|
+
"value": "string"
|
|
1385
|
+
}
|
|
1386
|
+
}
|
|
1387
|
+
],
|
|
1388
|
+
"events": [
|
|
1389
|
+
{
|
|
1390
|
+
"name": "values.change",
|
|
1391
|
+
"detail": {
|
|
1392
|
+
"annotation": {
|
|
1393
|
+
"type": "reference",
|
|
1394
|
+
"typeName": {
|
|
1395
|
+
"type": "identifier",
|
|
1396
|
+
"name": "Record"
|
|
1397
|
+
},
|
|
1398
|
+
"typeParameters": {
|
|
1399
|
+
"type": "typeParameterInstantiation",
|
|
1400
|
+
"params": [
|
|
1401
|
+
{
|
|
1402
|
+
"type": "keyword",
|
|
1403
|
+
"value": "string"
|
|
1404
|
+
},
|
|
1405
|
+
{
|
|
1406
|
+
"type": "keyword",
|
|
1407
|
+
"value": "unknown"
|
|
1408
|
+
}
|
|
1409
|
+
]
|
|
1410
|
+
}
|
|
1411
|
+
}
|
|
1526
1412
|
}
|
|
1527
1413
|
},
|
|
1528
1414
|
{
|
|
1529
|
-
"name": "
|
|
1530
|
-
"
|
|
1531
|
-
"
|
|
1532
|
-
"elementType": {
|
|
1415
|
+
"name": "validate.success",
|
|
1416
|
+
"detail": {
|
|
1417
|
+
"annotation": {
|
|
1533
1418
|
"type": "reference",
|
|
1534
1419
|
"typeName": {
|
|
1535
1420
|
"type": "identifier",
|
|
1536
|
-
"name": "
|
|
1421
|
+
"name": "Record"
|
|
1422
|
+
},
|
|
1423
|
+
"typeParameters": {
|
|
1424
|
+
"type": "typeParameterInstantiation",
|
|
1425
|
+
"params": [
|
|
1426
|
+
{
|
|
1427
|
+
"type": "keyword",
|
|
1428
|
+
"value": "string"
|
|
1429
|
+
},
|
|
1430
|
+
{
|
|
1431
|
+
"type": "keyword",
|
|
1432
|
+
"value": "unknown"
|
|
1433
|
+
}
|
|
1434
|
+
]
|
|
1435
|
+
}
|
|
1436
|
+
}
|
|
1437
|
+
}
|
|
1438
|
+
},
|
|
1439
|
+
{
|
|
1440
|
+
"name": "validate.error",
|
|
1441
|
+
"detail": {
|
|
1442
|
+
"annotation": {
|
|
1443
|
+
"type": "array",
|
|
1444
|
+
"elementType": {
|
|
1445
|
+
"type": "parenthesizedType",
|
|
1446
|
+
"annotation": {
|
|
1447
|
+
"type": "intersection",
|
|
1448
|
+
"types": [
|
|
1449
|
+
{
|
|
1450
|
+
"type": "reference",
|
|
1451
|
+
"typeName": {
|
|
1452
|
+
"type": "identifier",
|
|
1453
|
+
"name": "MessageBody"
|
|
1454
|
+
}
|
|
1455
|
+
},
|
|
1456
|
+
{
|
|
1457
|
+
"type": "typeLiteral",
|
|
1458
|
+
"members": [
|
|
1459
|
+
{
|
|
1460
|
+
"type": "propertySignature",
|
|
1461
|
+
"key": {
|
|
1462
|
+
"type": "identifier",
|
|
1463
|
+
"name": "name"
|
|
1464
|
+
},
|
|
1465
|
+
"annotation": {
|
|
1466
|
+
"type": "keyword",
|
|
1467
|
+
"value": "string"
|
|
1468
|
+
},
|
|
1469
|
+
"computed": false
|
|
1470
|
+
}
|
|
1471
|
+
]
|
|
1472
|
+
}
|
|
1473
|
+
]
|
|
1474
|
+
}
|
|
1537
1475
|
}
|
|
1538
1476
|
}
|
|
1539
1477
|
}
|
|
1540
1478
|
}
|
|
1541
1479
|
],
|
|
1542
|
-
"
|
|
1543
|
-
{
|
|
1544
|
-
"name": "change",
|
|
1545
|
-
"detail": {
|
|
1546
|
-
"annotation": {
|
|
1547
|
-
"type": "array",
|
|
1548
|
-
"elementType": {
|
|
1549
|
-
"type": "reference",
|
|
1550
|
-
"typeName": {
|
|
1551
|
-
"type": "identifier",
|
|
1552
|
-
"name": "CheckboxOptionType"
|
|
1553
|
-
}
|
|
1554
|
-
}
|
|
1555
|
-
}
|
|
1556
|
-
}
|
|
1557
|
-
},
|
|
1480
|
+
"methods": [
|
|
1558
1481
|
{
|
|
1559
|
-
"name": "
|
|
1560
|
-
"
|
|
1482
|
+
"name": "validate",
|
|
1483
|
+
"params": [],
|
|
1484
|
+
"returns": {
|
|
1561
1485
|
"annotation": {
|
|
1562
|
-
"type": "
|
|
1563
|
-
"
|
|
1486
|
+
"type": "union",
|
|
1487
|
+
"types": [
|
|
1564
1488
|
{
|
|
1565
|
-
"type": "
|
|
1566
|
-
"
|
|
1567
|
-
"type": "identifier",
|
|
1568
|
-
"name": "options"
|
|
1569
|
-
},
|
|
1570
|
-
"annotation": {
|
|
1571
|
-
"type": "array",
|
|
1572
|
-
"elementType": {
|
|
1573
|
-
"type": "reference",
|
|
1574
|
-
"typeName": {
|
|
1575
|
-
"type": "identifier",
|
|
1576
|
-
"name": "CheckboxOptionType"
|
|
1577
|
-
}
|
|
1578
|
-
}
|
|
1579
|
-
},
|
|
1580
|
-
"computed": false
|
|
1489
|
+
"type": "keyword",
|
|
1490
|
+
"value": "boolean"
|
|
1581
1491
|
},
|
|
1582
1492
|
{
|
|
1583
|
-
"type": "
|
|
1584
|
-
"
|
|
1493
|
+
"type": "reference",
|
|
1494
|
+
"typeName": {
|
|
1585
1495
|
"type": "identifier",
|
|
1586
|
-
"name": "
|
|
1587
|
-
},
|
|
1588
|
-
"annotation": {
|
|
1589
|
-
"type": "keyword",
|
|
1590
|
-
"value": "string"
|
|
1496
|
+
"name": "Record"
|
|
1591
1497
|
},
|
|
1592
|
-
"
|
|
1498
|
+
"typeParameters": {
|
|
1499
|
+
"type": "typeParameterInstantiation",
|
|
1500
|
+
"params": [
|
|
1501
|
+
{
|
|
1502
|
+
"type": "keyword",
|
|
1503
|
+
"value": "string"
|
|
1504
|
+
},
|
|
1505
|
+
{
|
|
1506
|
+
"type": "keyword",
|
|
1507
|
+
"value": "unknown"
|
|
1508
|
+
}
|
|
1509
|
+
]
|
|
1510
|
+
}
|
|
1593
1511
|
}
|
|
1594
1512
|
]
|
|
1595
1513
|
}
|
|
1596
1514
|
}
|
|
1597
|
-
}
|
|
1598
|
-
],
|
|
1599
|
-
"methods": [],
|
|
1600
|
-
"types": [
|
|
1601
|
-
{
|
|
1602
|
-
"type": "typeAlias",
|
|
1603
|
-
"name": "CheckboxValueType",
|
|
1604
|
-
"annotation": {
|
|
1605
|
-
"type": "union",
|
|
1606
|
-
"types": [
|
|
1607
|
-
{
|
|
1608
|
-
"type": "keyword",
|
|
1609
|
-
"value": "string"
|
|
1610
|
-
},
|
|
1611
|
-
{
|
|
1612
|
-
"type": "keyword",
|
|
1613
|
-
"value": "number"
|
|
1614
|
-
},
|
|
1615
|
-
{
|
|
1616
|
-
"type": "keyword",
|
|
1617
|
-
"value": "boolean"
|
|
1618
|
-
}
|
|
1619
|
-
]
|
|
1620
|
-
}
|
|
1621
1515
|
},
|
|
1622
1516
|
{
|
|
1623
|
-
"
|
|
1624
|
-
"
|
|
1625
|
-
"body": [
|
|
1517
|
+
"name": "setInitValue",
|
|
1518
|
+
"params": [
|
|
1626
1519
|
{
|
|
1627
|
-
"
|
|
1628
|
-
"key": {
|
|
1629
|
-
"type": "identifier",
|
|
1630
|
-
"name": "label"
|
|
1631
|
-
},
|
|
1520
|
+
"name": "values",
|
|
1632
1521
|
"annotation": {
|
|
1633
1522
|
"type": "reference",
|
|
1634
1523
|
"typeName": {
|
|
1635
|
-
"type": "
|
|
1636
|
-
"
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
"
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1524
|
+
"type": "identifier",
|
|
1525
|
+
"name": "Record"
|
|
1526
|
+
},
|
|
1527
|
+
"typeParameters": {
|
|
1528
|
+
"type": "typeParameterInstantiation",
|
|
1529
|
+
"params": [
|
|
1530
|
+
{
|
|
1531
|
+
"type": "keyword",
|
|
1532
|
+
"value": "string"
|
|
1533
|
+
},
|
|
1534
|
+
{
|
|
1535
|
+
"type": "keyword",
|
|
1536
|
+
"value": "unknown"
|
|
1537
|
+
}
|
|
1538
|
+
]
|
|
1644
1539
|
}
|
|
1645
|
-
}
|
|
1646
|
-
"computed": false
|
|
1647
|
-
},
|
|
1648
|
-
{
|
|
1649
|
-
"type": "propertySignature",
|
|
1650
|
-
"key": {
|
|
1651
|
-
"type": "identifier",
|
|
1652
|
-
"name": "value"
|
|
1653
|
-
},
|
|
1654
|
-
"annotation": {
|
|
1655
|
-
"type": "keyword",
|
|
1656
|
-
"value": "any"
|
|
1657
|
-
},
|
|
1658
|
-
"computed": false
|
|
1540
|
+
}
|
|
1659
1541
|
},
|
|
1660
1542
|
{
|
|
1661
|
-
"
|
|
1662
|
-
"key": {
|
|
1663
|
-
"type": "identifier",
|
|
1664
|
-
"name": "style"
|
|
1665
|
-
},
|
|
1543
|
+
"name": "options",
|
|
1666
1544
|
"annotation": {
|
|
1667
|
-
"type": "
|
|
1668
|
-
"
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
"
|
|
1672
|
-
|
|
1545
|
+
"type": "typeLiteral",
|
|
1546
|
+
"members": [
|
|
1547
|
+
{
|
|
1548
|
+
"type": "propertySignature",
|
|
1549
|
+
"key": {
|
|
1550
|
+
"type": "identifier",
|
|
1551
|
+
"name": "runInMacrotask"
|
|
1552
|
+
},
|
|
1553
|
+
"annotation": {
|
|
1554
|
+
"type": "keyword",
|
|
1555
|
+
"value": "boolean"
|
|
1556
|
+
},
|
|
1557
|
+
"optional": true,
|
|
1558
|
+
"computed": false
|
|
1673
1559
|
},
|
|
1674
|
-
|
|
1675
|
-
"type": "
|
|
1676
|
-
"
|
|
1560
|
+
{
|
|
1561
|
+
"type": "propertySignature",
|
|
1562
|
+
"key": {
|
|
1563
|
+
"type": "identifier",
|
|
1564
|
+
"name": "runInMicrotask"
|
|
1565
|
+
},
|
|
1566
|
+
"annotation": {
|
|
1567
|
+
"type": "keyword",
|
|
1568
|
+
"value": "boolean"
|
|
1569
|
+
},
|
|
1570
|
+
"optional": true,
|
|
1571
|
+
"computed": false
|
|
1677
1572
|
}
|
|
1678
|
-
|
|
1679
|
-
}
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1573
|
+
]
|
|
1574
|
+
}
|
|
1575
|
+
}
|
|
1576
|
+
],
|
|
1577
|
+
"returns": {}
|
|
1578
|
+
},
|
|
1579
|
+
{
|
|
1580
|
+
"name": "resetFields",
|
|
1581
|
+
"params": [
|
|
1683
1582
|
{
|
|
1684
|
-
"
|
|
1685
|
-
"key": {
|
|
1686
|
-
"type": "identifier",
|
|
1687
|
-
"name": "disabled"
|
|
1688
|
-
},
|
|
1583
|
+
"name": "name",
|
|
1689
1584
|
"annotation": {
|
|
1690
1585
|
"type": "keyword",
|
|
1691
|
-
"value": "
|
|
1692
|
-
}
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1586
|
+
"value": "string"
|
|
1587
|
+
}
|
|
1588
|
+
}
|
|
1589
|
+
],
|
|
1590
|
+
"returns": {}
|
|
1591
|
+
},
|
|
1592
|
+
{
|
|
1593
|
+
"name": "getFieldsValue",
|
|
1594
|
+
"params": [
|
|
1696
1595
|
{
|
|
1697
|
-
"
|
|
1698
|
-
"key": {
|
|
1699
|
-
"type": "identifier",
|
|
1700
|
-
"name": "checkboxColor"
|
|
1701
|
-
},
|
|
1596
|
+
"name": "name",
|
|
1702
1597
|
"annotation": {
|
|
1703
1598
|
"type": "keyword",
|
|
1704
1599
|
"value": "string"
|
|
1705
|
-
}
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1600
|
+
}
|
|
1601
|
+
}
|
|
1602
|
+
],
|
|
1603
|
+
"returns": {}
|
|
1604
|
+
},
|
|
1605
|
+
{
|
|
1606
|
+
"name": "validateField",
|
|
1607
|
+
"params": [
|
|
1709
1608
|
{
|
|
1710
|
-
"
|
|
1711
|
-
"parameter": {
|
|
1712
|
-
"type": "identifier",
|
|
1713
|
-
"name": "propName",
|
|
1714
|
-
"annotation": {
|
|
1715
|
-
"type": "keyword",
|
|
1716
|
-
"value": "string"
|
|
1717
|
-
}
|
|
1718
|
-
},
|
|
1609
|
+
"name": "name",
|
|
1719
1610
|
"annotation": {
|
|
1720
1611
|
"type": "keyword",
|
|
1721
|
-
"value": "
|
|
1612
|
+
"value": "string"
|
|
1722
1613
|
}
|
|
1723
1614
|
}
|
|
1724
|
-
]
|
|
1615
|
+
],
|
|
1616
|
+
"returns": {}
|
|
1725
1617
|
},
|
|
1618
|
+
{
|
|
1619
|
+
"name": "resetValidateState",
|
|
1620
|
+
"params": [],
|
|
1621
|
+
"returns": {}
|
|
1622
|
+
}
|
|
1623
|
+
],
|
|
1624
|
+
"types": [
|
|
1726
1625
|
{
|
|
1727
1626
|
"type": "typeAlias",
|
|
1728
|
-
"name": "
|
|
1627
|
+
"name": "Layout",
|
|
1729
1628
|
"annotation": {
|
|
1730
1629
|
"type": "union",
|
|
1731
1630
|
"types": [
|
|
1732
1631
|
{
|
|
1733
1632
|
"type": "jsLiteral",
|
|
1734
|
-
"value": "
|
|
1633
|
+
"value": "horizontal"
|
|
1735
1634
|
},
|
|
1736
1635
|
{
|
|
1737
1636
|
"type": "jsLiteral",
|
|
1738
|
-
"value": "
|
|
1637
|
+
"value": "vertical"
|
|
1638
|
+
},
|
|
1639
|
+
{
|
|
1640
|
+
"type": "jsLiteral",
|
|
1641
|
+
"value": "inline"
|
|
1739
1642
|
}
|
|
1740
1643
|
]
|
|
1741
1644
|
}
|
|
1742
1645
|
},
|
|
1743
1646
|
{
|
|
1744
|
-
"type": "
|
|
1745
|
-
"name": "
|
|
1746
|
-
"
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
"type": "
|
|
1751
|
-
"
|
|
1752
|
-
},
|
|
1753
|
-
"annotation": {
|
|
1754
|
-
"type": "keyword",
|
|
1755
|
-
"value": "string"
|
|
1756
|
-
},
|
|
1757
|
-
"computed": false
|
|
1758
|
-
},
|
|
1759
|
-
{
|
|
1760
|
-
"type": "propertySignature",
|
|
1761
|
-
"key": {
|
|
1762
|
-
"type": "identifier",
|
|
1763
|
-
"name": "key"
|
|
1764
|
-
},
|
|
1765
|
-
"annotation": {
|
|
1766
|
-
"type": "keyword",
|
|
1767
|
-
"value": "string"
|
|
1647
|
+
"type": "typeAlias",
|
|
1648
|
+
"name": "ComponentSize",
|
|
1649
|
+
"annotation": {
|
|
1650
|
+
"type": "union",
|
|
1651
|
+
"types": [
|
|
1652
|
+
{
|
|
1653
|
+
"type": "jsLiteral",
|
|
1654
|
+
"value": "large"
|
|
1768
1655
|
},
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
"type": "propertySignature",
|
|
1773
|
-
"key": {
|
|
1774
|
-
"type": "identifier",
|
|
1775
|
-
"name": "options"
|
|
1656
|
+
{
|
|
1657
|
+
"type": "jsLiteral",
|
|
1658
|
+
"value": "medium"
|
|
1776
1659
|
},
|
|
1777
|
-
|
|
1778
|
-
"type": "
|
|
1779
|
-
"
|
|
1780
|
-
"type": "reference",
|
|
1781
|
-
"typeName": {
|
|
1782
|
-
"type": "identifier",
|
|
1783
|
-
"name": "CheckboxOptionType"
|
|
1784
|
-
}
|
|
1785
|
-
}
|
|
1660
|
+
{
|
|
1661
|
+
"type": "jsLiteral",
|
|
1662
|
+
"value": "small"
|
|
1786
1663
|
},
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1664
|
+
{
|
|
1665
|
+
"type": "jsLiteral",
|
|
1666
|
+
"value": "xs"
|
|
1667
|
+
}
|
|
1668
|
+
]
|
|
1669
|
+
}
|
|
1790
1670
|
}
|
|
1791
1671
|
]
|
|
1792
1672
|
},
|
|
@@ -4110,7 +3990,7 @@
|
|
|
4110
3990
|
}
|
|
4111
3991
|
]
|
|
4112
3992
|
},
|
|
4113
|
-
"eo-
|
|
3993
|
+
"eo-select": {
|
|
4114
3994
|
"properties": [
|
|
4115
3995
|
{
|
|
4116
3996
|
"name": "name",
|
|
@@ -4119,6 +3999,13 @@
|
|
|
4119
3999
|
"value": "string"
|
|
4120
4000
|
}
|
|
4121
4001
|
},
|
|
4002
|
+
{
|
|
4003
|
+
"name": "placeholder",
|
|
4004
|
+
"annotation": {
|
|
4005
|
+
"type": "keyword",
|
|
4006
|
+
"value": "string"
|
|
4007
|
+
}
|
|
4008
|
+
},
|
|
4122
4009
|
{
|
|
4123
4010
|
"name": "label",
|
|
4124
4011
|
"annotation": {
|
|
@@ -4134,7 +4021,7 @@
|
|
|
4134
4021
|
"type": "reference",
|
|
4135
4022
|
"typeName": {
|
|
4136
4023
|
"type": "identifier",
|
|
4137
|
-
"name": "
|
|
4024
|
+
"name": "GeneralComplexOption"
|
|
4138
4025
|
}
|
|
4139
4026
|
}
|
|
4140
4027
|
}
|
|
@@ -4184,37 +4071,128 @@
|
|
|
4184
4071
|
}
|
|
4185
4072
|
},
|
|
4186
4073
|
{
|
|
4187
|
-
"name": "
|
|
4074
|
+
"name": "mode",
|
|
4188
4075
|
"annotation": {
|
|
4189
|
-
"type": "
|
|
4190
|
-
"
|
|
4191
|
-
|
|
4192
|
-
|
|
4193
|
-
|
|
4076
|
+
"type": "union",
|
|
4077
|
+
"types": [
|
|
4078
|
+
{
|
|
4079
|
+
"type": "jsLiteral",
|
|
4080
|
+
"value": "tags"
|
|
4081
|
+
},
|
|
4082
|
+
{
|
|
4083
|
+
"type": "jsLiteral",
|
|
4084
|
+
"value": "multiple"
|
|
4085
|
+
}
|
|
4086
|
+
]
|
|
4194
4087
|
}
|
|
4195
4088
|
},
|
|
4196
4089
|
{
|
|
4197
|
-
"name": "
|
|
4090
|
+
"name": "tokenSeparators",
|
|
4198
4091
|
"annotation": {
|
|
4199
|
-
"type": "
|
|
4200
|
-
"
|
|
4201
|
-
"type": "
|
|
4202
|
-
"
|
|
4092
|
+
"type": "array",
|
|
4093
|
+
"elementType": {
|
|
4094
|
+
"type": "keyword",
|
|
4095
|
+
"value": "string"
|
|
4203
4096
|
}
|
|
4204
4097
|
}
|
|
4205
4098
|
},
|
|
4206
4099
|
{
|
|
4207
|
-
"name": "
|
|
4100
|
+
"name": "maxTagCount",
|
|
4101
|
+
"annotation": {
|
|
4102
|
+
"type": "keyword",
|
|
4103
|
+
"value": "number"
|
|
4104
|
+
}
|
|
4105
|
+
},
|
|
4106
|
+
{
|
|
4107
|
+
"name": "groupBy",
|
|
4108
|
+
"annotation": {
|
|
4109
|
+
"type": "keyword",
|
|
4110
|
+
"value": "string"
|
|
4111
|
+
}
|
|
4112
|
+
},
|
|
4113
|
+
{
|
|
4114
|
+
"name": "suffix",
|
|
4115
|
+
"annotation": {
|
|
4116
|
+
"type": "typeLiteral",
|
|
4117
|
+
"members": [
|
|
4118
|
+
{
|
|
4119
|
+
"type": "propertySignature",
|
|
4120
|
+
"key": {
|
|
4121
|
+
"type": "identifier",
|
|
4122
|
+
"name": "useBrick"
|
|
4123
|
+
},
|
|
4124
|
+
"annotation": {
|
|
4125
|
+
"type": "reference",
|
|
4126
|
+
"typeName": {
|
|
4127
|
+
"type": "identifier",
|
|
4128
|
+
"name": "UseSingleBrickConf"
|
|
4129
|
+
}
|
|
4130
|
+
},
|
|
4131
|
+
"computed": false
|
|
4132
|
+
}
|
|
4133
|
+
]
|
|
4134
|
+
}
|
|
4135
|
+
},
|
|
4136
|
+
{
|
|
4137
|
+
"name": "clearable",
|
|
4138
|
+
"annotation": {
|
|
4139
|
+
"type": "keyword",
|
|
4140
|
+
"value": "boolean"
|
|
4141
|
+
}
|
|
4142
|
+
},
|
|
4143
|
+
{
|
|
4144
|
+
"name": "fields",
|
|
4145
|
+
"annotation": {
|
|
4146
|
+
"type": "typeLiteral",
|
|
4147
|
+
"members": [
|
|
4148
|
+
{
|
|
4149
|
+
"type": "propertySignature",
|
|
4150
|
+
"key": {
|
|
4151
|
+
"type": "identifier",
|
|
4152
|
+
"name": "label"
|
|
4153
|
+
},
|
|
4154
|
+
"annotation": {
|
|
4155
|
+
"type": "keyword",
|
|
4156
|
+
"value": "string"
|
|
4157
|
+
},
|
|
4158
|
+
"optional": true,
|
|
4159
|
+
"computed": false
|
|
4160
|
+
},
|
|
4161
|
+
{
|
|
4162
|
+
"type": "propertySignature",
|
|
4163
|
+
"key": {
|
|
4164
|
+
"type": "identifier",
|
|
4165
|
+
"name": "value"
|
|
4166
|
+
},
|
|
4167
|
+
"annotation": {
|
|
4168
|
+
"type": "keyword",
|
|
4169
|
+
"value": "string"
|
|
4170
|
+
},
|
|
4171
|
+
"optional": true,
|
|
4172
|
+
"computed": false
|
|
4173
|
+
}
|
|
4174
|
+
]
|
|
4175
|
+
}
|
|
4176
|
+
},
|
|
4177
|
+
{
|
|
4178
|
+
"name": "useBackend",
|
|
4208
4179
|
"annotation": {
|
|
4209
4180
|
"type": "reference",
|
|
4210
4181
|
"typeName": {
|
|
4211
4182
|
"type": "identifier",
|
|
4212
|
-
"name": "
|
|
4183
|
+
"name": "UseBackendConf"
|
|
4213
4184
|
}
|
|
4214
4185
|
}
|
|
4215
4186
|
},
|
|
4216
4187
|
{
|
|
4217
|
-
"name": "
|
|
4188
|
+
"name": "debounceSearchDelay",
|
|
4189
|
+
"annotation": {
|
|
4190
|
+
"type": "keyword",
|
|
4191
|
+
"value": "number"
|
|
4192
|
+
}
|
|
4193
|
+
},
|
|
4194
|
+
{
|
|
4195
|
+
"name": "inputStyle",
|
|
4218
4196
|
"annotation": {
|
|
4219
4197
|
"type": "reference",
|
|
4220
4198
|
"typeName": {
|
|
@@ -4231,38 +4209,97 @@
|
|
|
4231
4209
|
}
|
|
4232
4210
|
},
|
|
4233
4211
|
{
|
|
4234
|
-
"name": "
|
|
4235
|
-
"annotation": {
|
|
4236
|
-
"type": "
|
|
4237
|
-
"
|
|
4238
|
-
|
|
4239
|
-
|
|
4240
|
-
|
|
4241
|
-
|
|
4242
|
-
|
|
4243
|
-
|
|
4244
|
-
|
|
4245
|
-
|
|
4246
|
-
|
|
4212
|
+
"name": "dropdownHoist",
|
|
4213
|
+
"annotation": {
|
|
4214
|
+
"type": "keyword",
|
|
4215
|
+
"value": "boolean"
|
|
4216
|
+
}
|
|
4217
|
+
}
|
|
4218
|
+
],
|
|
4219
|
+
"events": [
|
|
4220
|
+
{
|
|
4221
|
+
"name": "change",
|
|
4222
|
+
"detail": {
|
|
4223
|
+
"annotation": {
|
|
4224
|
+
"type": "typeLiteral",
|
|
4225
|
+
"members": [
|
|
4226
|
+
{
|
|
4227
|
+
"type": "propertySignature",
|
|
4228
|
+
"key": {
|
|
4229
|
+
"type": "identifier",
|
|
4230
|
+
"name": "value"
|
|
4231
|
+
},
|
|
4232
|
+
"annotation": {
|
|
4233
|
+
"type": "union",
|
|
4234
|
+
"types": [
|
|
4235
|
+
{
|
|
4236
|
+
"type": "keyword",
|
|
4237
|
+
"value": "string"
|
|
4238
|
+
},
|
|
4239
|
+
{
|
|
4240
|
+
"type": "array",
|
|
4241
|
+
"elementType": {
|
|
4242
|
+
"type": "keyword",
|
|
4243
|
+
"value": "string"
|
|
4244
|
+
}
|
|
4245
|
+
}
|
|
4246
|
+
]
|
|
4247
|
+
},
|
|
4248
|
+
"computed": false
|
|
4249
|
+
},
|
|
4250
|
+
{
|
|
4251
|
+
"type": "propertySignature",
|
|
4252
|
+
"key": {
|
|
4253
|
+
"type": "identifier",
|
|
4254
|
+
"name": "options"
|
|
4255
|
+
},
|
|
4256
|
+
"annotation": {
|
|
4257
|
+
"type": "array",
|
|
4258
|
+
"elementType": {
|
|
4259
|
+
"type": "reference",
|
|
4260
|
+
"typeName": {
|
|
4261
|
+
"type": "identifier",
|
|
4262
|
+
"name": "GeneralComplexOption"
|
|
4263
|
+
}
|
|
4264
|
+
}
|
|
4265
|
+
},
|
|
4266
|
+
"computed": false
|
|
4267
|
+
}
|
|
4268
|
+
]
|
|
4269
|
+
}
|
|
4270
|
+
}
|
|
4271
|
+
},
|
|
4272
|
+
{
|
|
4273
|
+
"name": "search",
|
|
4247
4274
|
"detail": {
|
|
4248
4275
|
"annotation": {
|
|
4249
|
-
"type": "
|
|
4250
|
-
"
|
|
4276
|
+
"type": "typeLiteral",
|
|
4277
|
+
"members": [
|
|
4251
4278
|
{
|
|
4252
|
-
"type": "
|
|
4253
|
-
"
|
|
4279
|
+
"type": "propertySignature",
|
|
4280
|
+
"key": {
|
|
4254
4281
|
"type": "identifier",
|
|
4255
|
-
"name": "
|
|
4256
|
-
}
|
|
4257
|
-
|
|
4258
|
-
|
|
4259
|
-
|
|
4260
|
-
|
|
4282
|
+
"name": "value"
|
|
4283
|
+
},
|
|
4284
|
+
"annotation": {
|
|
4285
|
+
"type": "keyword",
|
|
4286
|
+
"value": "string"
|
|
4287
|
+
},
|
|
4288
|
+
"computed": false
|
|
4261
4289
|
}
|
|
4262
4290
|
]
|
|
4263
4291
|
}
|
|
4264
4292
|
}
|
|
4265
4293
|
},
|
|
4294
|
+
{
|
|
4295
|
+
"name": "select.focus",
|
|
4296
|
+
"detail": {
|
|
4297
|
+
"annotation": {
|
|
4298
|
+
"type": "keyword",
|
|
4299
|
+
"value": "void"
|
|
4300
|
+
}
|
|
4301
|
+
}
|
|
4302
|
+
},
|
|
4266
4303
|
{
|
|
4267
4304
|
"name": "options.change",
|
|
4268
4305
|
"detail": {
|
|
@@ -4340,54 +4377,6 @@
|
|
|
4340
4377
|
],
|
|
4341
4378
|
"methods": [],
|
|
4342
4379
|
"types": [
|
|
4343
|
-
{
|
|
4344
|
-
"type": "typeAlias",
|
|
4345
|
-
"name": "GeneralOption",
|
|
4346
|
-
"annotation": {
|
|
4347
|
-
"type": "union",
|
|
4348
|
-
"types": [
|
|
4349
|
-
{
|
|
4350
|
-
"type": "keyword",
|
|
4351
|
-
"value": "string"
|
|
4352
|
-
},
|
|
4353
|
-
{
|
|
4354
|
-
"type": "keyword",
|
|
4355
|
-
"value": "number"
|
|
4356
|
-
},
|
|
4357
|
-
{
|
|
4358
|
-
"type": "keyword",
|
|
4359
|
-
"value": "boolean"
|
|
4360
|
-
},
|
|
4361
|
-
{
|
|
4362
|
-
"type": "reference",
|
|
4363
|
-
"typeName": {
|
|
4364
|
-
"type": "identifier",
|
|
4365
|
-
"name": "GeneralComplexOption"
|
|
4366
|
-
}
|
|
4367
|
-
},
|
|
4368
|
-
{
|
|
4369
|
-
"type": "reference",
|
|
4370
|
-
"typeName": {
|
|
4371
|
-
"type": "identifier",
|
|
4372
|
-
"name": "Record"
|
|
4373
|
-
},
|
|
4374
|
-
"typeParameters": {
|
|
4375
|
-
"type": "typeParameterInstantiation",
|
|
4376
|
-
"params": [
|
|
4377
|
-
{
|
|
4378
|
-
"type": "keyword",
|
|
4379
|
-
"value": "string"
|
|
4380
|
-
},
|
|
4381
|
-
{
|
|
4382
|
-
"type": "keyword",
|
|
4383
|
-
"value": "any"
|
|
4384
|
-
}
|
|
4385
|
-
]
|
|
4386
|
-
}
|
|
4387
|
-
}
|
|
4388
|
-
]
|
|
4389
|
-
}
|
|
4390
|
-
},
|
|
4391
4380
|
{
|
|
4392
4381
|
"type": "interface",
|
|
4393
4382
|
"name": "GeneralComplexOption",
|
|
@@ -4463,79 +4452,97 @@
|
|
|
4463
4452
|
]
|
|
4464
4453
|
},
|
|
4465
4454
|
{
|
|
4466
|
-
"type": "
|
|
4467
|
-
"name": "
|
|
4468
|
-
"
|
|
4469
|
-
|
|
4470
|
-
|
|
4471
|
-
{
|
|
4472
|
-
"type": "
|
|
4473
|
-
"
|
|
4474
|
-
},
|
|
4475
|
-
{
|
|
4476
|
-
"type": "jsLiteral",
|
|
4477
|
-
"value": "default"
|
|
4478
|
-
},
|
|
4479
|
-
{
|
|
4480
|
-
"type": "jsLiteral",
|
|
4481
|
-
"value": "icon"
|
|
4482
|
-
},
|
|
4483
|
-
{
|
|
4484
|
-
"type": "jsLiteral",
|
|
4485
|
-
"value": "icon-circle"
|
|
4455
|
+
"type": "interface",
|
|
4456
|
+
"name": "UseBackendConf",
|
|
4457
|
+
"body": [
|
|
4458
|
+
{
|
|
4459
|
+
"type": "propertySignature",
|
|
4460
|
+
"key": {
|
|
4461
|
+
"type": "identifier",
|
|
4462
|
+
"name": "provider"
|
|
4486
4463
|
},
|
|
4487
|
-
{
|
|
4488
|
-
"type": "
|
|
4489
|
-
"value": "
|
|
4464
|
+
"annotation": {
|
|
4465
|
+
"type": "keyword",
|
|
4466
|
+
"value": "string"
|
|
4490
4467
|
},
|
|
4491
|
-
|
|
4492
|
-
|
|
4493
|
-
|
|
4494
|
-
|
|
4495
|
-
|
|
4496
|
-
|
|
4497
|
-
|
|
4498
|
-
{
|
|
4499
|
-
"type": "typeAlias",
|
|
4500
|
-
"name": "UIType",
|
|
4501
|
-
"annotation": {
|
|
4502
|
-
"type": "union",
|
|
4503
|
-
"types": [
|
|
4504
|
-
{
|
|
4505
|
-
"type": "jsLiteral",
|
|
4506
|
-
"value": "default"
|
|
4468
|
+
"computed": false
|
|
4469
|
+
},
|
|
4470
|
+
{
|
|
4471
|
+
"type": "propertySignature",
|
|
4472
|
+
"key": {
|
|
4473
|
+
"type": "identifier",
|
|
4474
|
+
"name": "args"
|
|
4507
4475
|
},
|
|
4508
|
-
{
|
|
4509
|
-
"type": "
|
|
4510
|
-
"
|
|
4511
|
-
|
|
4512
|
-
|
|
4513
|
-
|
|
4514
|
-
|
|
4515
|
-
|
|
4516
|
-
|
|
4517
|
-
|
|
4518
|
-
|
|
4519
|
-
|
|
4520
|
-
|
|
4521
|
-
|
|
4522
|
-
|
|
4523
|
-
|
|
4476
|
+
"annotation": {
|
|
4477
|
+
"type": "union",
|
|
4478
|
+
"types": [
|
|
4479
|
+
{
|
|
4480
|
+
"type": "array",
|
|
4481
|
+
"elementType": {
|
|
4482
|
+
"type": "keyword",
|
|
4483
|
+
"value": "any"
|
|
4484
|
+
}
|
|
4485
|
+
},
|
|
4486
|
+
{
|
|
4487
|
+
"type": "parenthesizedType",
|
|
4488
|
+
"annotation": {
|
|
4489
|
+
"type": "function",
|
|
4490
|
+
"parameters": [
|
|
4491
|
+
{
|
|
4492
|
+
"type": "restElement",
|
|
4493
|
+
"argument": {
|
|
4494
|
+
"type": "identifier",
|
|
4495
|
+
"name": "args"
|
|
4496
|
+
},
|
|
4497
|
+
"annotation": {
|
|
4498
|
+
"type": "array",
|
|
4499
|
+
"elementType": {
|
|
4500
|
+
"type": "keyword",
|
|
4501
|
+
"value": "any"
|
|
4502
|
+
}
|
|
4503
|
+
}
|
|
4504
|
+
}
|
|
4505
|
+
],
|
|
4506
|
+
"annotation": {
|
|
4507
|
+
"type": "array",
|
|
4508
|
+
"elementType": {
|
|
4509
|
+
"type": "keyword",
|
|
4510
|
+
"value": "any"
|
|
4511
|
+
}
|
|
4512
|
+
}
|
|
4513
|
+
}
|
|
4514
|
+
}
|
|
4515
|
+
]
|
|
4524
4516
|
},
|
|
4525
|
-
|
|
4526
|
-
|
|
4527
|
-
|
|
4517
|
+
"computed": false
|
|
4518
|
+
},
|
|
4519
|
+
{
|
|
4520
|
+
"type": "propertySignature",
|
|
4521
|
+
"key": {
|
|
4522
|
+
"type": "identifier",
|
|
4523
|
+
"name": "transform"
|
|
4528
4524
|
},
|
|
4529
|
-
{
|
|
4530
|
-
"type": "
|
|
4531
|
-
"
|
|
4525
|
+
"annotation": {
|
|
4526
|
+
"type": "function",
|
|
4527
|
+
"parameters": [
|
|
4528
|
+
{
|
|
4529
|
+
"type": "identifier",
|
|
4530
|
+
"name": "data",
|
|
4531
|
+
"annotation": {
|
|
4532
|
+
"type": "keyword",
|
|
4533
|
+
"value": "any"
|
|
4534
|
+
}
|
|
4535
|
+
}
|
|
4536
|
+
],
|
|
4537
|
+
"annotation": {
|
|
4538
|
+
"type": "keyword",
|
|
4539
|
+
"value": "void"
|
|
4540
|
+
}
|
|
4532
4541
|
},
|
|
4533
|
-
|
|
4534
|
-
|
|
4535
|
-
|
|
4536
|
-
|
|
4537
|
-
]
|
|
4538
|
-
}
|
|
4542
|
+
"optional": true,
|
|
4543
|
+
"computed": false
|
|
4544
|
+
}
|
|
4545
|
+
]
|
|
4539
4546
|
}
|
|
4540
4547
|
]
|
|
4541
4548
|
},
|