@next-bricks/nav 1.17.4 → 1.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bricks.json +2 -1
- package/dist/chunks/2248.8f0a67fc.js +2 -0
- package/dist/chunks/2248.8f0a67fc.js.map +1 -0
- package/dist/chunks/get-menu-config-options.ee72965c.js +2 -0
- package/dist/chunks/get-menu-config-options.ee72965c.js.map +1 -0
- package/dist/chunks/get-menu-config-tree.3dea2b0a.js +2 -0
- package/dist/chunks/get-menu-config-tree.3dea2b0a.js.map +1 -0
- package/dist/chunks/main.e553de02.js +2 -0
- package/dist/chunks/main.e553de02.js.map +1 -0
- package/dist/index.34f743c0.js +2 -0
- package/dist/index.34f743c0.js.map +1 -0
- package/dist/manifest.json +5 -1
- package/dist/types.json +670 -179
- package/dist-types/bootstrap.d.ts +1 -0
- package/dist-types/data-providers/get-menu-config-options.d.ts +11 -0
- package/dist-types/data-providers/get-menu-config-options.spec.d.ts +1 -0
- package/dist-types/data-providers/get-menu-config-tree.d.ts +17 -2
- package/dist-types/data-providers/shared/smartDisplayForMenuTitle.d.ts +5 -0
- package/package.json +2 -2
- package/dist/chunks/1477.ecc02980.js +0 -2
- package/dist/chunks/1477.ecc02980.js.map +0 -1
- package/dist/chunks/get-menu-config-tree.97e0ed20.js +0 -2
- package/dist/chunks/get-menu-config-tree.97e0ed20.js.map +0 -1
- package/dist/chunks/main.05e76cec.js +0 -2
- package/dist/chunks/main.05e76cec.js.map +0 -1
- package/dist/index.4c9a5094.js +0 -2
- package/dist/index.4c9a5094.js.map +0 -1
package/dist/types.json
CHANGED
|
@@ -564,6 +564,155 @@
|
|
|
564
564
|
"events": [],
|
|
565
565
|
"methods": []
|
|
566
566
|
},
|
|
567
|
+
"eo-search-launchpad": {
|
|
568
|
+
"properties": [
|
|
569
|
+
{
|
|
570
|
+
"name": "readonly",
|
|
571
|
+
"annotation": {
|
|
572
|
+
"type": "keyword",
|
|
573
|
+
"value": "boolean"
|
|
574
|
+
}
|
|
575
|
+
}
|
|
576
|
+
],
|
|
577
|
+
"events": [],
|
|
578
|
+
"methods": []
|
|
579
|
+
},
|
|
580
|
+
"eo-launchpad-recent-visits": {
|
|
581
|
+
"properties": [
|
|
582
|
+
{
|
|
583
|
+
"name": "target",
|
|
584
|
+
"annotation": {
|
|
585
|
+
"type": "reference",
|
|
586
|
+
"typeName": {
|
|
587
|
+
"type": "identifier",
|
|
588
|
+
"name": "Target"
|
|
589
|
+
}
|
|
590
|
+
}
|
|
591
|
+
}
|
|
592
|
+
],
|
|
593
|
+
"events": [],
|
|
594
|
+
"methods": []
|
|
595
|
+
},
|
|
596
|
+
"eo-sidebar-menu-submenu": {
|
|
597
|
+
"properties": [
|
|
598
|
+
{
|
|
599
|
+
"name": "icon",
|
|
600
|
+
"annotation": {
|
|
601
|
+
"type": "reference",
|
|
602
|
+
"typeName": {
|
|
603
|
+
"type": "identifier",
|
|
604
|
+
"name": "GeneralIconProps"
|
|
605
|
+
}
|
|
606
|
+
}
|
|
607
|
+
},
|
|
608
|
+
{
|
|
609
|
+
"name": "selected",
|
|
610
|
+
"annotation": {
|
|
611
|
+
"type": "keyword",
|
|
612
|
+
"value": "boolean"
|
|
613
|
+
}
|
|
614
|
+
},
|
|
615
|
+
{
|
|
616
|
+
"name": "collapsed",
|
|
617
|
+
"annotation": {
|
|
618
|
+
"type": "keyword",
|
|
619
|
+
"value": "boolean"
|
|
620
|
+
}
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
"name": "menuCollapsed",
|
|
624
|
+
"annotation": {
|
|
625
|
+
"type": "keyword",
|
|
626
|
+
"value": "boolean"
|
|
627
|
+
}
|
|
628
|
+
}
|
|
629
|
+
],
|
|
630
|
+
"events": [],
|
|
631
|
+
"methods": []
|
|
632
|
+
},
|
|
633
|
+
"eo-sidebar-menu": {
|
|
634
|
+
"properties": [
|
|
635
|
+
{
|
|
636
|
+
"name": "menuCollapsed",
|
|
637
|
+
"annotation": {
|
|
638
|
+
"type": "keyword",
|
|
639
|
+
"value": "boolean"
|
|
640
|
+
}
|
|
641
|
+
}
|
|
642
|
+
],
|
|
643
|
+
"events": [],
|
|
644
|
+
"methods": []
|
|
645
|
+
},
|
|
646
|
+
"eo-directory-tree-internal-node": {
|
|
647
|
+
"properties": [
|
|
648
|
+
{
|
|
649
|
+
"name": "depth",
|
|
650
|
+
"annotation": {
|
|
651
|
+
"type": "keyword",
|
|
652
|
+
"value": "number"
|
|
653
|
+
}
|
|
654
|
+
},
|
|
655
|
+
{
|
|
656
|
+
"name": "expanded",
|
|
657
|
+
"annotation": {
|
|
658
|
+
"type": "keyword",
|
|
659
|
+
"value": "boolean"
|
|
660
|
+
}
|
|
661
|
+
},
|
|
662
|
+
{
|
|
663
|
+
"name": "selectable",
|
|
664
|
+
"annotation": {
|
|
665
|
+
"type": "keyword",
|
|
666
|
+
"value": "boolean"
|
|
667
|
+
}
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
"name": "selected",
|
|
671
|
+
"annotation": {
|
|
672
|
+
"type": "keyword",
|
|
673
|
+
"value": "boolean"
|
|
674
|
+
}
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
"name": "icon",
|
|
678
|
+
"annotation": {
|
|
679
|
+
"type": "reference",
|
|
680
|
+
"typeName": {
|
|
681
|
+
"type": "identifier",
|
|
682
|
+
"name": "GeneralIconProps"
|
|
683
|
+
}
|
|
684
|
+
}
|
|
685
|
+
},
|
|
686
|
+
{
|
|
687
|
+
"name": "faded",
|
|
688
|
+
"annotation": {
|
|
689
|
+
"type": "keyword",
|
|
690
|
+
"value": "boolean"
|
|
691
|
+
}
|
|
692
|
+
}
|
|
693
|
+
],
|
|
694
|
+
"events": [
|
|
695
|
+
{
|
|
696
|
+
"name": "expand",
|
|
697
|
+
"detail": {
|
|
698
|
+
"annotation": {
|
|
699
|
+
"type": "keyword",
|
|
700
|
+
"value": "boolean"
|
|
701
|
+
}
|
|
702
|
+
}
|
|
703
|
+
},
|
|
704
|
+
{
|
|
705
|
+
"name": "select",
|
|
706
|
+
"detail": {
|
|
707
|
+
"annotation": {
|
|
708
|
+
"type": "keyword",
|
|
709
|
+
"value": "void"
|
|
710
|
+
}
|
|
711
|
+
}
|
|
712
|
+
}
|
|
713
|
+
],
|
|
714
|
+
"methods": []
|
|
715
|
+
},
|
|
567
716
|
"nav.get-menu-config-tree": {
|
|
568
717
|
"type": "provider",
|
|
569
718
|
"params": [
|
|
@@ -641,8 +790,22 @@
|
|
|
641
790
|
"name": "icon"
|
|
642
791
|
},
|
|
643
792
|
"annotation": {
|
|
644
|
-
"type": "
|
|
645
|
-
"
|
|
793
|
+
"type": "typeLiteral",
|
|
794
|
+
"members": [
|
|
795
|
+
{
|
|
796
|
+
"type": "propertySignature",
|
|
797
|
+
"key": {
|
|
798
|
+
"type": "identifier",
|
|
799
|
+
"name": "imgSrc"
|
|
800
|
+
},
|
|
801
|
+
"annotation": {
|
|
802
|
+
"type": "keyword",
|
|
803
|
+
"value": "string"
|
|
804
|
+
},
|
|
805
|
+
"optional": true,
|
|
806
|
+
"computed": false
|
|
807
|
+
}
|
|
808
|
+
]
|
|
646
809
|
},
|
|
647
810
|
"optional": true,
|
|
648
811
|
"computed": false
|
|
@@ -726,6 +889,80 @@
|
|
|
726
889
|
},
|
|
727
890
|
"optional": true,
|
|
728
891
|
"computed": false
|
|
892
|
+
},
|
|
893
|
+
{
|
|
894
|
+
"type": "propertySignature",
|
|
895
|
+
"key": {
|
|
896
|
+
"type": "identifier",
|
|
897
|
+
"name": "instanceId"
|
|
898
|
+
},
|
|
899
|
+
"annotation": {
|
|
900
|
+
"type": "keyword",
|
|
901
|
+
"value": "string"
|
|
902
|
+
},
|
|
903
|
+
"computed": false
|
|
904
|
+
},
|
|
905
|
+
{
|
|
906
|
+
"type": "propertySignature",
|
|
907
|
+
"key": {
|
|
908
|
+
"type": "identifier",
|
|
909
|
+
"name": "app"
|
|
910
|
+
},
|
|
911
|
+
"annotation": {
|
|
912
|
+
"type": "tuple",
|
|
913
|
+
"elementTypes": [
|
|
914
|
+
{
|
|
915
|
+
"type": "typeLiteral",
|
|
916
|
+
"members": [
|
|
917
|
+
{
|
|
918
|
+
"type": "propertySignature",
|
|
919
|
+
"key": {
|
|
920
|
+
"type": "identifier",
|
|
921
|
+
"name": "appId"
|
|
922
|
+
},
|
|
923
|
+
"annotation": {
|
|
924
|
+
"type": "keyword",
|
|
925
|
+
"value": "string"
|
|
926
|
+
},
|
|
927
|
+
"computed": false
|
|
928
|
+
}
|
|
929
|
+
]
|
|
930
|
+
}
|
|
931
|
+
]
|
|
932
|
+
},
|
|
933
|
+
"computed": false
|
|
934
|
+
},
|
|
935
|
+
{
|
|
936
|
+
"type": "propertySignature",
|
|
937
|
+
"key": {
|
|
938
|
+
"type": "identifier",
|
|
939
|
+
"name": "i18n"
|
|
940
|
+
},
|
|
941
|
+
"annotation": {
|
|
942
|
+
"type": "reference",
|
|
943
|
+
"typeName": {
|
|
944
|
+
"type": "identifier",
|
|
945
|
+
"name": "MetaI18n"
|
|
946
|
+
}
|
|
947
|
+
},
|
|
948
|
+
"optional": true,
|
|
949
|
+
"computed": false
|
|
950
|
+
},
|
|
951
|
+
{
|
|
952
|
+
"type": "propertySignature",
|
|
953
|
+
"key": {
|
|
954
|
+
"type": "identifier",
|
|
955
|
+
"name": "overrideApp"
|
|
956
|
+
},
|
|
957
|
+
"annotation": {
|
|
958
|
+
"type": "reference",
|
|
959
|
+
"typeName": {
|
|
960
|
+
"type": "identifier",
|
|
961
|
+
"name": "MicroApp"
|
|
962
|
+
}
|
|
963
|
+
},
|
|
964
|
+
"optional": true,
|
|
965
|
+
"computed": false
|
|
729
966
|
}
|
|
730
967
|
]
|
|
731
968
|
},
|
|
@@ -753,8 +990,22 @@
|
|
|
753
990
|
"name": "icon"
|
|
754
991
|
},
|
|
755
992
|
"annotation": {
|
|
756
|
-
"type": "
|
|
757
|
-
"
|
|
993
|
+
"type": "typeLiteral",
|
|
994
|
+
"members": [
|
|
995
|
+
{
|
|
996
|
+
"type": "propertySignature",
|
|
997
|
+
"key": {
|
|
998
|
+
"type": "identifier",
|
|
999
|
+
"name": "imgSrc"
|
|
1000
|
+
},
|
|
1001
|
+
"annotation": {
|
|
1002
|
+
"type": "keyword",
|
|
1003
|
+
"value": "string"
|
|
1004
|
+
},
|
|
1005
|
+
"optional": true,
|
|
1006
|
+
"computed": false
|
|
1007
|
+
}
|
|
1008
|
+
]
|
|
758
1009
|
},
|
|
759
1010
|
"optional": true,
|
|
760
1011
|
"computed": false
|
|
@@ -940,10 +1191,31 @@
|
|
|
940
1191
|
}
|
|
941
1192
|
]
|
|
942
1193
|
},
|
|
943
|
-
"eo-
|
|
1194
|
+
"eo-sidebar-menu-group": {
|
|
944
1195
|
"properties": [
|
|
945
1196
|
{
|
|
946
|
-
"name": "
|
|
1197
|
+
"name": "collapsable",
|
|
1198
|
+
"annotation": {
|
|
1199
|
+
"type": "keyword",
|
|
1200
|
+
"value": "boolean"
|
|
1201
|
+
}
|
|
1202
|
+
},
|
|
1203
|
+
{
|
|
1204
|
+
"name": "collapsed",
|
|
1205
|
+
"annotation": {
|
|
1206
|
+
"type": "keyword",
|
|
1207
|
+
"value": "boolean"
|
|
1208
|
+
}
|
|
1209
|
+
},
|
|
1210
|
+
{
|
|
1211
|
+
"name": "selected",
|
|
1212
|
+
"annotation": {
|
|
1213
|
+
"type": "keyword",
|
|
1214
|
+
"value": "boolean"
|
|
1215
|
+
}
|
|
1216
|
+
},
|
|
1217
|
+
{
|
|
1218
|
+
"name": "menuCollapsed",
|
|
947
1219
|
"annotation": {
|
|
948
1220
|
"type": "keyword",
|
|
949
1221
|
"value": "boolean"
|
|
@@ -953,185 +1225,15 @@
|
|
|
953
1225
|
"events": [],
|
|
954
1226
|
"methods": []
|
|
955
1227
|
},
|
|
956
|
-
"eo-
|
|
1228
|
+
"eo-sidebar": {
|
|
957
1229
|
"properties": [
|
|
958
1230
|
{
|
|
959
|
-
"name": "
|
|
1231
|
+
"name": "menu",
|
|
960
1232
|
"annotation": {
|
|
961
1233
|
"type": "reference",
|
|
962
1234
|
"typeName": {
|
|
963
1235
|
"type": "identifier",
|
|
964
|
-
"name": "
|
|
965
|
-
}
|
|
966
|
-
}
|
|
967
|
-
}
|
|
968
|
-
],
|
|
969
|
-
"events": [],
|
|
970
|
-
"methods": []
|
|
971
|
-
},
|
|
972
|
-
"eo-sidebar-menu-submenu": {
|
|
973
|
-
"properties": [
|
|
974
|
-
{
|
|
975
|
-
"name": "icon",
|
|
976
|
-
"annotation": {
|
|
977
|
-
"type": "reference",
|
|
978
|
-
"typeName": {
|
|
979
|
-
"type": "identifier",
|
|
980
|
-
"name": "GeneralIconProps"
|
|
981
|
-
}
|
|
982
|
-
}
|
|
983
|
-
},
|
|
984
|
-
{
|
|
985
|
-
"name": "selected",
|
|
986
|
-
"annotation": {
|
|
987
|
-
"type": "keyword",
|
|
988
|
-
"value": "boolean"
|
|
989
|
-
}
|
|
990
|
-
},
|
|
991
|
-
{
|
|
992
|
-
"name": "collapsed",
|
|
993
|
-
"annotation": {
|
|
994
|
-
"type": "keyword",
|
|
995
|
-
"value": "boolean"
|
|
996
|
-
}
|
|
997
|
-
},
|
|
998
|
-
{
|
|
999
|
-
"name": "menuCollapsed",
|
|
1000
|
-
"annotation": {
|
|
1001
|
-
"type": "keyword",
|
|
1002
|
-
"value": "boolean"
|
|
1003
|
-
}
|
|
1004
|
-
}
|
|
1005
|
-
],
|
|
1006
|
-
"events": [],
|
|
1007
|
-
"methods": []
|
|
1008
|
-
},
|
|
1009
|
-
"eo-sidebar-menu": {
|
|
1010
|
-
"properties": [
|
|
1011
|
-
{
|
|
1012
|
-
"name": "menuCollapsed",
|
|
1013
|
-
"annotation": {
|
|
1014
|
-
"type": "keyword",
|
|
1015
|
-
"value": "boolean"
|
|
1016
|
-
}
|
|
1017
|
-
}
|
|
1018
|
-
],
|
|
1019
|
-
"events": [],
|
|
1020
|
-
"methods": []
|
|
1021
|
-
},
|
|
1022
|
-
"eo-directory-tree-internal-node": {
|
|
1023
|
-
"properties": [
|
|
1024
|
-
{
|
|
1025
|
-
"name": "depth",
|
|
1026
|
-
"annotation": {
|
|
1027
|
-
"type": "keyword",
|
|
1028
|
-
"value": "number"
|
|
1029
|
-
}
|
|
1030
|
-
},
|
|
1031
|
-
{
|
|
1032
|
-
"name": "expanded",
|
|
1033
|
-
"annotation": {
|
|
1034
|
-
"type": "keyword",
|
|
1035
|
-
"value": "boolean"
|
|
1036
|
-
}
|
|
1037
|
-
},
|
|
1038
|
-
{
|
|
1039
|
-
"name": "selectable",
|
|
1040
|
-
"annotation": {
|
|
1041
|
-
"type": "keyword",
|
|
1042
|
-
"value": "boolean"
|
|
1043
|
-
}
|
|
1044
|
-
},
|
|
1045
|
-
{
|
|
1046
|
-
"name": "selected",
|
|
1047
|
-
"annotation": {
|
|
1048
|
-
"type": "keyword",
|
|
1049
|
-
"value": "boolean"
|
|
1050
|
-
}
|
|
1051
|
-
},
|
|
1052
|
-
{
|
|
1053
|
-
"name": "icon",
|
|
1054
|
-
"annotation": {
|
|
1055
|
-
"type": "reference",
|
|
1056
|
-
"typeName": {
|
|
1057
|
-
"type": "identifier",
|
|
1058
|
-
"name": "GeneralIconProps"
|
|
1059
|
-
}
|
|
1060
|
-
}
|
|
1061
|
-
},
|
|
1062
|
-
{
|
|
1063
|
-
"name": "faded",
|
|
1064
|
-
"annotation": {
|
|
1065
|
-
"type": "keyword",
|
|
1066
|
-
"value": "boolean"
|
|
1067
|
-
}
|
|
1068
|
-
}
|
|
1069
|
-
],
|
|
1070
|
-
"events": [
|
|
1071
|
-
{
|
|
1072
|
-
"name": "expand",
|
|
1073
|
-
"detail": {
|
|
1074
|
-
"annotation": {
|
|
1075
|
-
"type": "keyword",
|
|
1076
|
-
"value": "boolean"
|
|
1077
|
-
}
|
|
1078
|
-
}
|
|
1079
|
-
},
|
|
1080
|
-
{
|
|
1081
|
-
"name": "select",
|
|
1082
|
-
"detail": {
|
|
1083
|
-
"annotation": {
|
|
1084
|
-
"type": "keyword",
|
|
1085
|
-
"value": "void"
|
|
1086
|
-
}
|
|
1087
|
-
}
|
|
1088
|
-
}
|
|
1089
|
-
],
|
|
1090
|
-
"methods": []
|
|
1091
|
-
},
|
|
1092
|
-
"eo-sidebar-menu-group": {
|
|
1093
|
-
"properties": [
|
|
1094
|
-
{
|
|
1095
|
-
"name": "collapsable",
|
|
1096
|
-
"annotation": {
|
|
1097
|
-
"type": "keyword",
|
|
1098
|
-
"value": "boolean"
|
|
1099
|
-
}
|
|
1100
|
-
},
|
|
1101
|
-
{
|
|
1102
|
-
"name": "collapsed",
|
|
1103
|
-
"annotation": {
|
|
1104
|
-
"type": "keyword",
|
|
1105
|
-
"value": "boolean"
|
|
1106
|
-
}
|
|
1107
|
-
},
|
|
1108
|
-
{
|
|
1109
|
-
"name": "selected",
|
|
1110
|
-
"annotation": {
|
|
1111
|
-
"type": "keyword",
|
|
1112
|
-
"value": "boolean"
|
|
1113
|
-
}
|
|
1114
|
-
},
|
|
1115
|
-
{
|
|
1116
|
-
"name": "menuCollapsed",
|
|
1117
|
-
"annotation": {
|
|
1118
|
-
"type": "keyword",
|
|
1119
|
-
"value": "boolean"
|
|
1120
|
-
}
|
|
1121
|
-
}
|
|
1122
|
-
],
|
|
1123
|
-
"events": [],
|
|
1124
|
-
"methods": []
|
|
1125
|
-
},
|
|
1126
|
-
"eo-sidebar": {
|
|
1127
|
-
"properties": [
|
|
1128
|
-
{
|
|
1129
|
-
"name": "menu",
|
|
1130
|
-
"annotation": {
|
|
1131
|
-
"type": "reference",
|
|
1132
|
-
"typeName": {
|
|
1133
|
-
"type": "identifier",
|
|
1134
|
-
"name": "SidebarMenuType"
|
|
1236
|
+
"name": "SidebarMenuType"
|
|
1135
1237
|
}
|
|
1136
1238
|
}
|
|
1137
1239
|
},
|
|
@@ -1368,6 +1470,395 @@
|
|
|
1368
1470
|
}
|
|
1369
1471
|
]
|
|
1370
1472
|
},
|
|
1473
|
+
"nav.get-menu-config-options": {
|
|
1474
|
+
"type": "provider",
|
|
1475
|
+
"params": [
|
|
1476
|
+
{
|
|
1477
|
+
"name": "menuList",
|
|
1478
|
+
"annotation": {
|
|
1479
|
+
"type": "array",
|
|
1480
|
+
"elementType": {
|
|
1481
|
+
"type": "reference",
|
|
1482
|
+
"typeName": {
|
|
1483
|
+
"type": "identifier",
|
|
1484
|
+
"name": "MenuRawData"
|
|
1485
|
+
}
|
|
1486
|
+
}
|
|
1487
|
+
}
|
|
1488
|
+
}
|
|
1489
|
+
],
|
|
1490
|
+
"returns": {
|
|
1491
|
+
"annotation": {
|
|
1492
|
+
"type": "reference",
|
|
1493
|
+
"typeName": {
|
|
1494
|
+
"type": "identifier",
|
|
1495
|
+
"name": "Promise"
|
|
1496
|
+
},
|
|
1497
|
+
"typeParameters": {
|
|
1498
|
+
"type": "typeParameterInstantiation",
|
|
1499
|
+
"params": [
|
|
1500
|
+
{
|
|
1501
|
+
"type": "array",
|
|
1502
|
+
"elementType": {
|
|
1503
|
+
"type": "reference",
|
|
1504
|
+
"typeName": {
|
|
1505
|
+
"type": "identifier",
|
|
1506
|
+
"name": "MenuOption"
|
|
1507
|
+
}
|
|
1508
|
+
}
|
|
1509
|
+
}
|
|
1510
|
+
]
|
|
1511
|
+
}
|
|
1512
|
+
}
|
|
1513
|
+
},
|
|
1514
|
+
"types": [
|
|
1515
|
+
{
|
|
1516
|
+
"type": "interface",
|
|
1517
|
+
"name": "MenuRawData",
|
|
1518
|
+
"body": [
|
|
1519
|
+
{
|
|
1520
|
+
"type": "propertySignature",
|
|
1521
|
+
"key": {
|
|
1522
|
+
"type": "identifier",
|
|
1523
|
+
"name": "menuId"
|
|
1524
|
+
},
|
|
1525
|
+
"annotation": {
|
|
1526
|
+
"type": "keyword",
|
|
1527
|
+
"value": "string"
|
|
1528
|
+
},
|
|
1529
|
+
"computed": false
|
|
1530
|
+
},
|
|
1531
|
+
{
|
|
1532
|
+
"type": "propertySignature",
|
|
1533
|
+
"key": {
|
|
1534
|
+
"type": "identifier",
|
|
1535
|
+
"name": "title"
|
|
1536
|
+
},
|
|
1537
|
+
"annotation": {
|
|
1538
|
+
"type": "keyword",
|
|
1539
|
+
"value": "string"
|
|
1540
|
+
},
|
|
1541
|
+
"computed": false
|
|
1542
|
+
},
|
|
1543
|
+
{
|
|
1544
|
+
"type": "propertySignature",
|
|
1545
|
+
"key": {
|
|
1546
|
+
"type": "identifier",
|
|
1547
|
+
"name": "icon"
|
|
1548
|
+
},
|
|
1549
|
+
"annotation": {
|
|
1550
|
+
"type": "typeLiteral",
|
|
1551
|
+
"members": [
|
|
1552
|
+
{
|
|
1553
|
+
"type": "propertySignature",
|
|
1554
|
+
"key": {
|
|
1555
|
+
"type": "identifier",
|
|
1556
|
+
"name": "imgSrc"
|
|
1557
|
+
},
|
|
1558
|
+
"annotation": {
|
|
1559
|
+
"type": "keyword",
|
|
1560
|
+
"value": "string"
|
|
1561
|
+
},
|
|
1562
|
+
"optional": true,
|
|
1563
|
+
"computed": false
|
|
1564
|
+
}
|
|
1565
|
+
]
|
|
1566
|
+
},
|
|
1567
|
+
"optional": true,
|
|
1568
|
+
"computed": false
|
|
1569
|
+
},
|
|
1570
|
+
{
|
|
1571
|
+
"type": "propertySignature",
|
|
1572
|
+
"key": {
|
|
1573
|
+
"type": "identifier",
|
|
1574
|
+
"name": "type"
|
|
1575
|
+
},
|
|
1576
|
+
"annotation": {
|
|
1577
|
+
"type": "union",
|
|
1578
|
+
"types": [
|
|
1579
|
+
{
|
|
1580
|
+
"type": "jsLiteral",
|
|
1581
|
+
"value": "main"
|
|
1582
|
+
},
|
|
1583
|
+
{
|
|
1584
|
+
"type": "jsLiteral",
|
|
1585
|
+
"value": "inject"
|
|
1586
|
+
}
|
|
1587
|
+
]
|
|
1588
|
+
},
|
|
1589
|
+
"optional": true,
|
|
1590
|
+
"computed": false
|
|
1591
|
+
},
|
|
1592
|
+
{
|
|
1593
|
+
"type": "propertySignature",
|
|
1594
|
+
"key": {
|
|
1595
|
+
"type": "identifier",
|
|
1596
|
+
"name": "injectMenuGroupId"
|
|
1597
|
+
},
|
|
1598
|
+
"annotation": {
|
|
1599
|
+
"type": "keyword",
|
|
1600
|
+
"value": "string"
|
|
1601
|
+
},
|
|
1602
|
+
"optional": true,
|
|
1603
|
+
"computed": false
|
|
1604
|
+
},
|
|
1605
|
+
{
|
|
1606
|
+
"type": "propertySignature",
|
|
1607
|
+
"key": {
|
|
1608
|
+
"type": "identifier",
|
|
1609
|
+
"name": "dynamicItems"
|
|
1610
|
+
},
|
|
1611
|
+
"annotation": {
|
|
1612
|
+
"type": "keyword",
|
|
1613
|
+
"value": "boolean"
|
|
1614
|
+
},
|
|
1615
|
+
"optional": true,
|
|
1616
|
+
"computed": false
|
|
1617
|
+
},
|
|
1618
|
+
{
|
|
1619
|
+
"type": "propertySignature",
|
|
1620
|
+
"key": {
|
|
1621
|
+
"type": "identifier",
|
|
1622
|
+
"name": "itemsResolve"
|
|
1623
|
+
},
|
|
1624
|
+
"annotation": {
|
|
1625
|
+
"type": "keyword",
|
|
1626
|
+
"value": "unknown"
|
|
1627
|
+
},
|
|
1628
|
+
"optional": true,
|
|
1629
|
+
"computed": false
|
|
1630
|
+
},
|
|
1631
|
+
{
|
|
1632
|
+
"type": "propertySignature",
|
|
1633
|
+
"key": {
|
|
1634
|
+
"type": "identifier",
|
|
1635
|
+
"name": "items"
|
|
1636
|
+
},
|
|
1637
|
+
"annotation": {
|
|
1638
|
+
"type": "array",
|
|
1639
|
+
"elementType": {
|
|
1640
|
+
"type": "reference",
|
|
1641
|
+
"typeName": {
|
|
1642
|
+
"type": "identifier",
|
|
1643
|
+
"name": "MenuItemRawData"
|
|
1644
|
+
}
|
|
1645
|
+
}
|
|
1646
|
+
},
|
|
1647
|
+
"optional": true,
|
|
1648
|
+
"computed": false
|
|
1649
|
+
},
|
|
1650
|
+
{
|
|
1651
|
+
"type": "propertySignature",
|
|
1652
|
+
"key": {
|
|
1653
|
+
"type": "identifier",
|
|
1654
|
+
"name": "instanceId"
|
|
1655
|
+
},
|
|
1656
|
+
"annotation": {
|
|
1657
|
+
"type": "keyword",
|
|
1658
|
+
"value": "string"
|
|
1659
|
+
},
|
|
1660
|
+
"computed": false
|
|
1661
|
+
},
|
|
1662
|
+
{
|
|
1663
|
+
"type": "propertySignature",
|
|
1664
|
+
"key": {
|
|
1665
|
+
"type": "identifier",
|
|
1666
|
+
"name": "app"
|
|
1667
|
+
},
|
|
1668
|
+
"annotation": {
|
|
1669
|
+
"type": "tuple",
|
|
1670
|
+
"elementTypes": [
|
|
1671
|
+
{
|
|
1672
|
+
"type": "typeLiteral",
|
|
1673
|
+
"members": [
|
|
1674
|
+
{
|
|
1675
|
+
"type": "propertySignature",
|
|
1676
|
+
"key": {
|
|
1677
|
+
"type": "identifier",
|
|
1678
|
+
"name": "appId"
|
|
1679
|
+
},
|
|
1680
|
+
"annotation": {
|
|
1681
|
+
"type": "keyword",
|
|
1682
|
+
"value": "string"
|
|
1683
|
+
},
|
|
1684
|
+
"computed": false
|
|
1685
|
+
}
|
|
1686
|
+
]
|
|
1687
|
+
}
|
|
1688
|
+
]
|
|
1689
|
+
},
|
|
1690
|
+
"computed": false
|
|
1691
|
+
},
|
|
1692
|
+
{
|
|
1693
|
+
"type": "propertySignature",
|
|
1694
|
+
"key": {
|
|
1695
|
+
"type": "identifier",
|
|
1696
|
+
"name": "i18n"
|
|
1697
|
+
},
|
|
1698
|
+
"annotation": {
|
|
1699
|
+
"type": "reference",
|
|
1700
|
+
"typeName": {
|
|
1701
|
+
"type": "identifier",
|
|
1702
|
+
"name": "MetaI18n"
|
|
1703
|
+
}
|
|
1704
|
+
},
|
|
1705
|
+
"optional": true,
|
|
1706
|
+
"computed": false
|
|
1707
|
+
},
|
|
1708
|
+
{
|
|
1709
|
+
"type": "propertySignature",
|
|
1710
|
+
"key": {
|
|
1711
|
+
"type": "identifier",
|
|
1712
|
+
"name": "overrideApp"
|
|
1713
|
+
},
|
|
1714
|
+
"annotation": {
|
|
1715
|
+
"type": "reference",
|
|
1716
|
+
"typeName": {
|
|
1717
|
+
"type": "identifier",
|
|
1718
|
+
"name": "MicroApp"
|
|
1719
|
+
}
|
|
1720
|
+
},
|
|
1721
|
+
"optional": true,
|
|
1722
|
+
"computed": false
|
|
1723
|
+
}
|
|
1724
|
+
]
|
|
1725
|
+
},
|
|
1726
|
+
{
|
|
1727
|
+
"type": "interface",
|
|
1728
|
+
"name": "MenuItemRawData",
|
|
1729
|
+
"body": [
|
|
1730
|
+
{
|
|
1731
|
+
"type": "propertySignature",
|
|
1732
|
+
"key": {
|
|
1733
|
+
"type": "identifier",
|
|
1734
|
+
"name": "text"
|
|
1735
|
+
},
|
|
1736
|
+
"annotation": {
|
|
1737
|
+
"type": "keyword",
|
|
1738
|
+
"value": "string"
|
|
1739
|
+
},
|
|
1740
|
+
"computed": false,
|
|
1741
|
+
"description": "菜单项文本。"
|
|
1742
|
+
},
|
|
1743
|
+
{
|
|
1744
|
+
"type": "propertySignature",
|
|
1745
|
+
"key": {
|
|
1746
|
+
"type": "identifier",
|
|
1747
|
+
"name": "icon"
|
|
1748
|
+
},
|
|
1749
|
+
"annotation": {
|
|
1750
|
+
"type": "typeLiteral",
|
|
1751
|
+
"members": [
|
|
1752
|
+
{
|
|
1753
|
+
"type": "propertySignature",
|
|
1754
|
+
"key": {
|
|
1755
|
+
"type": "identifier",
|
|
1756
|
+
"name": "imgSrc"
|
|
1757
|
+
},
|
|
1758
|
+
"annotation": {
|
|
1759
|
+
"type": "keyword",
|
|
1760
|
+
"value": "string"
|
|
1761
|
+
},
|
|
1762
|
+
"optional": true,
|
|
1763
|
+
"computed": false
|
|
1764
|
+
}
|
|
1765
|
+
]
|
|
1766
|
+
},
|
|
1767
|
+
"optional": true,
|
|
1768
|
+
"computed": false
|
|
1769
|
+
},
|
|
1770
|
+
{
|
|
1771
|
+
"type": "propertySignature",
|
|
1772
|
+
"key": {
|
|
1773
|
+
"type": "identifier",
|
|
1774
|
+
"name": "sort"
|
|
1775
|
+
},
|
|
1776
|
+
"annotation": {
|
|
1777
|
+
"type": "keyword",
|
|
1778
|
+
"value": "number"
|
|
1779
|
+
},
|
|
1780
|
+
"optional": true,
|
|
1781
|
+
"computed": false
|
|
1782
|
+
},
|
|
1783
|
+
{
|
|
1784
|
+
"type": "propertySignature",
|
|
1785
|
+
"key": {
|
|
1786
|
+
"type": "identifier",
|
|
1787
|
+
"name": "groupId"
|
|
1788
|
+
},
|
|
1789
|
+
"annotation": {
|
|
1790
|
+
"type": "keyword",
|
|
1791
|
+
"value": "string"
|
|
1792
|
+
},
|
|
1793
|
+
"optional": true,
|
|
1794
|
+
"computed": false
|
|
1795
|
+
},
|
|
1796
|
+
{
|
|
1797
|
+
"type": "propertySignature",
|
|
1798
|
+
"key": {
|
|
1799
|
+
"type": "identifier",
|
|
1800
|
+
"name": "hidden"
|
|
1801
|
+
},
|
|
1802
|
+
"annotation": {
|
|
1803
|
+
"type": "keyword",
|
|
1804
|
+
"value": "boolean"
|
|
1805
|
+
},
|
|
1806
|
+
"optional": true,
|
|
1807
|
+
"computed": false
|
|
1808
|
+
},
|
|
1809
|
+
{
|
|
1810
|
+
"type": "propertySignature",
|
|
1811
|
+
"key": {
|
|
1812
|
+
"type": "identifier",
|
|
1813
|
+
"name": "children"
|
|
1814
|
+
},
|
|
1815
|
+
"annotation": {
|
|
1816
|
+
"type": "array",
|
|
1817
|
+
"elementType": {
|
|
1818
|
+
"type": "reference",
|
|
1819
|
+
"typeName": {
|
|
1820
|
+
"type": "identifier",
|
|
1821
|
+
"name": "MenuItemRawData"
|
|
1822
|
+
}
|
|
1823
|
+
}
|
|
1824
|
+
},
|
|
1825
|
+
"optional": true,
|
|
1826
|
+
"computed": false
|
|
1827
|
+
}
|
|
1828
|
+
]
|
|
1829
|
+
},
|
|
1830
|
+
{
|
|
1831
|
+
"type": "interface",
|
|
1832
|
+
"name": "MenuOption",
|
|
1833
|
+
"body": [
|
|
1834
|
+
{
|
|
1835
|
+
"type": "propertySignature",
|
|
1836
|
+
"key": {
|
|
1837
|
+
"type": "identifier",
|
|
1838
|
+
"name": "label"
|
|
1839
|
+
},
|
|
1840
|
+
"annotation": {
|
|
1841
|
+
"type": "keyword",
|
|
1842
|
+
"value": "string"
|
|
1843
|
+
},
|
|
1844
|
+
"computed": false
|
|
1845
|
+
},
|
|
1846
|
+
{
|
|
1847
|
+
"type": "propertySignature",
|
|
1848
|
+
"key": {
|
|
1849
|
+
"type": "identifier",
|
|
1850
|
+
"name": "value"
|
|
1851
|
+
},
|
|
1852
|
+
"annotation": {
|
|
1853
|
+
"type": "keyword",
|
|
1854
|
+
"value": "string"
|
|
1855
|
+
},
|
|
1856
|
+
"computed": false
|
|
1857
|
+
}
|
|
1858
|
+
]
|
|
1859
|
+
}
|
|
1860
|
+
]
|
|
1861
|
+
},
|
|
1371
1862
|
"eo-launchpad-quick-access": {
|
|
1372
1863
|
"properties": [
|
|
1373
1864
|
{
|