@next-bricks/visual-builder 1.12.0 → 1.13.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 +14 -14
- package/dist/chunks/{2154.ac02446d.js → 2154.89d49936.js} +3 -3
- package/dist/chunks/2154.89d49936.js.map +1 -0
- package/dist/chunks/chat-preview.cd4f3ec6.js +3 -0
- package/dist/chunks/chat-preview.cd4f3ec6.js.LICENSE.txt +5 -0
- package/dist/chunks/chat-preview.cd4f3ec6.js.map +1 -0
- package/dist/chunks/{main.9c3156f3.js → main.09fe0ad1.js} +2 -2
- package/dist/chunks/{main.9c3156f3.js.map → main.09fe0ad1.js.map} +1 -1
- package/dist/examples.json +3 -3
- package/dist/index.70e29523.js +2 -0
- package/dist/{index.e7ddac9f.js.map → index.70e29523.js.map} +1 -1
- package/dist/manifest.json +78 -70
- package/dist/types.json +367 -350
- package/dist-types/chat-preview/index.d.ts +6 -2
- package/package.json +2 -2
- package/dist/chunks/2154.ac02446d.js.map +0 -1
- package/dist/chunks/chat-preview.6733a6b3.js +0 -2
- package/dist/chunks/chat-preview.6733a6b3.js.map +0 -1
- package/dist/index.e7ddac9f.js +0 -2
- /package/dist/chunks/{2154.ac02446d.js.LICENSE.txt → 2154.89d49936.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -89,6 +89,19 @@
|
|
|
89
89
|
"events": [],
|
|
90
90
|
"methods": []
|
|
91
91
|
},
|
|
92
|
+
"visual-builder.workbench-sidebar": {
|
|
93
|
+
"properties": [
|
|
94
|
+
{
|
|
95
|
+
"name": "titleLabel",
|
|
96
|
+
"annotation": {
|
|
97
|
+
"type": "keyword",
|
|
98
|
+
"value": "string"
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
],
|
|
102
|
+
"events": [],
|
|
103
|
+
"methods": []
|
|
104
|
+
},
|
|
92
105
|
"visual-builder.page-arch-node": {
|
|
93
106
|
"properties": [
|
|
94
107
|
{
|
|
@@ -366,19 +379,6 @@
|
|
|
366
379
|
}
|
|
367
380
|
]
|
|
368
381
|
},
|
|
369
|
-
"visual-builder.workbench-sidebar": {
|
|
370
|
-
"properties": [
|
|
371
|
-
{
|
|
372
|
-
"name": "titleLabel",
|
|
373
|
-
"annotation": {
|
|
374
|
-
"type": "keyword",
|
|
375
|
-
"value": "string"
|
|
376
|
-
}
|
|
377
|
-
}
|
|
378
|
-
],
|
|
379
|
-
"events": [],
|
|
380
|
-
"methods": []
|
|
381
|
-
},
|
|
382
382
|
"visual-builder.workbench-action-list": {
|
|
383
383
|
"properties": [
|
|
384
384
|
{
|
|
@@ -618,88 +618,6 @@
|
|
|
618
618
|
}
|
|
619
619
|
}
|
|
620
620
|
},
|
|
621
|
-
"visual-builder.contract-select": {
|
|
622
|
-
"properties": [
|
|
623
|
-
{
|
|
624
|
-
"name": "name",
|
|
625
|
-
"annotation": {
|
|
626
|
-
"type": "keyword",
|
|
627
|
-
"value": "string"
|
|
628
|
-
}
|
|
629
|
-
},
|
|
630
|
-
{
|
|
631
|
-
"name": "required",
|
|
632
|
-
"annotation": {
|
|
633
|
-
"type": "keyword",
|
|
634
|
-
"value": "boolean"
|
|
635
|
-
}
|
|
636
|
-
},
|
|
637
|
-
{
|
|
638
|
-
"name": "label",
|
|
639
|
-
"annotation": {
|
|
640
|
-
"type": "keyword",
|
|
641
|
-
"value": "string"
|
|
642
|
-
}
|
|
643
|
-
},
|
|
644
|
-
{
|
|
645
|
-
"name": "value",
|
|
646
|
-
"annotation": {
|
|
647
|
-
"type": "keyword",
|
|
648
|
-
"value": "any"
|
|
649
|
-
}
|
|
650
|
-
},
|
|
651
|
-
{
|
|
652
|
-
"name": "suffix",
|
|
653
|
-
"annotation": {
|
|
654
|
-
"type": "typeLiteral",
|
|
655
|
-
"members": [
|
|
656
|
-
{
|
|
657
|
-
"type": "propertySignature",
|
|
658
|
-
"key": {
|
|
659
|
-
"type": "identifier",
|
|
660
|
-
"name": "useBrick"
|
|
661
|
-
},
|
|
662
|
-
"annotation": {
|
|
663
|
-
"type": "union",
|
|
664
|
-
"types": [
|
|
665
|
-
{
|
|
666
|
-
"type": "reference",
|
|
667
|
-
"typeName": {
|
|
668
|
-
"type": "identifier",
|
|
669
|
-
"name": "UseSingleBrickConf"
|
|
670
|
-
}
|
|
671
|
-
},
|
|
672
|
-
{
|
|
673
|
-
"type": "array",
|
|
674
|
-
"elementType": {
|
|
675
|
-
"type": "reference",
|
|
676
|
-
"typeName": {
|
|
677
|
-
"type": "identifier",
|
|
678
|
-
"name": "UseSingleBrickConf"
|
|
679
|
-
}
|
|
680
|
-
}
|
|
681
|
-
}
|
|
682
|
-
]
|
|
683
|
-
},
|
|
684
|
-
"computed": false
|
|
685
|
-
}
|
|
686
|
-
]
|
|
687
|
-
}
|
|
688
|
-
}
|
|
689
|
-
],
|
|
690
|
-
"events": [
|
|
691
|
-
{
|
|
692
|
-
"name": "change",
|
|
693
|
-
"detail": {
|
|
694
|
-
"annotation": {
|
|
695
|
-
"type": "keyword",
|
|
696
|
-
"value": "string"
|
|
697
|
-
}
|
|
698
|
-
}
|
|
699
|
-
}
|
|
700
|
-
],
|
|
701
|
-
"methods": []
|
|
702
|
-
},
|
|
703
621
|
"visual-builder.workbench-history-action": {
|
|
704
622
|
"properties": [
|
|
705
623
|
{
|
|
@@ -840,6 +758,88 @@
|
|
|
840
758
|
}
|
|
841
759
|
]
|
|
842
760
|
},
|
|
761
|
+
"visual-builder.contract-select": {
|
|
762
|
+
"properties": [
|
|
763
|
+
{
|
|
764
|
+
"name": "name",
|
|
765
|
+
"annotation": {
|
|
766
|
+
"type": "keyword",
|
|
767
|
+
"value": "string"
|
|
768
|
+
}
|
|
769
|
+
},
|
|
770
|
+
{
|
|
771
|
+
"name": "required",
|
|
772
|
+
"annotation": {
|
|
773
|
+
"type": "keyword",
|
|
774
|
+
"value": "boolean"
|
|
775
|
+
}
|
|
776
|
+
},
|
|
777
|
+
{
|
|
778
|
+
"name": "label",
|
|
779
|
+
"annotation": {
|
|
780
|
+
"type": "keyword",
|
|
781
|
+
"value": "string"
|
|
782
|
+
}
|
|
783
|
+
},
|
|
784
|
+
{
|
|
785
|
+
"name": "value",
|
|
786
|
+
"annotation": {
|
|
787
|
+
"type": "keyword",
|
|
788
|
+
"value": "any"
|
|
789
|
+
}
|
|
790
|
+
},
|
|
791
|
+
{
|
|
792
|
+
"name": "suffix",
|
|
793
|
+
"annotation": {
|
|
794
|
+
"type": "typeLiteral",
|
|
795
|
+
"members": [
|
|
796
|
+
{
|
|
797
|
+
"type": "propertySignature",
|
|
798
|
+
"key": {
|
|
799
|
+
"type": "identifier",
|
|
800
|
+
"name": "useBrick"
|
|
801
|
+
},
|
|
802
|
+
"annotation": {
|
|
803
|
+
"type": "union",
|
|
804
|
+
"types": [
|
|
805
|
+
{
|
|
806
|
+
"type": "reference",
|
|
807
|
+
"typeName": {
|
|
808
|
+
"type": "identifier",
|
|
809
|
+
"name": "UseSingleBrickConf"
|
|
810
|
+
}
|
|
811
|
+
},
|
|
812
|
+
{
|
|
813
|
+
"type": "array",
|
|
814
|
+
"elementType": {
|
|
815
|
+
"type": "reference",
|
|
816
|
+
"typeName": {
|
|
817
|
+
"type": "identifier",
|
|
818
|
+
"name": "UseSingleBrickConf"
|
|
819
|
+
}
|
|
820
|
+
}
|
|
821
|
+
}
|
|
822
|
+
]
|
|
823
|
+
},
|
|
824
|
+
"computed": false
|
|
825
|
+
}
|
|
826
|
+
]
|
|
827
|
+
}
|
|
828
|
+
}
|
|
829
|
+
],
|
|
830
|
+
"events": [
|
|
831
|
+
{
|
|
832
|
+
"name": "change",
|
|
833
|
+
"detail": {
|
|
834
|
+
"annotation": {
|
|
835
|
+
"type": "keyword",
|
|
836
|
+
"value": "string"
|
|
837
|
+
}
|
|
838
|
+
}
|
|
839
|
+
}
|
|
840
|
+
],
|
|
841
|
+
"methods": []
|
|
842
|
+
},
|
|
843
843
|
"visual-builder.chat-preview": {
|
|
844
844
|
"properties": [
|
|
845
845
|
{
|
|
@@ -874,6 +874,23 @@
|
|
|
874
874
|
"value": "string"
|
|
875
875
|
}
|
|
876
876
|
},
|
|
877
|
+
{
|
|
878
|
+
"name": "uiVersion",
|
|
879
|
+
"annotation": {
|
|
880
|
+
"type": "keyword",
|
|
881
|
+
"value": "string"
|
|
882
|
+
}
|
|
883
|
+
},
|
|
884
|
+
{
|
|
885
|
+
"name": "app",
|
|
886
|
+
"annotation": {
|
|
887
|
+
"type": "reference",
|
|
888
|
+
"typeName": {
|
|
889
|
+
"type": "identifier",
|
|
890
|
+
"name": "MicroApp"
|
|
891
|
+
}
|
|
892
|
+
}
|
|
893
|
+
},
|
|
877
894
|
{
|
|
878
895
|
"name": "inspecting",
|
|
879
896
|
"annotation": {
|
|
@@ -956,57 +973,270 @@
|
|
|
956
973
|
}
|
|
957
974
|
]
|
|
958
975
|
},
|
|
959
|
-
"visual-builder.
|
|
960
|
-
"
|
|
961
|
-
|
|
962
|
-
"name": "nodes",
|
|
963
|
-
"annotation": {
|
|
964
|
-
"type": "array",
|
|
965
|
-
"elementType": {
|
|
966
|
-
"type": "reference",
|
|
967
|
-
"typeName": {
|
|
968
|
-
"type": "identifier",
|
|
969
|
-
"name": "WorkbenchNodeData"
|
|
970
|
-
}
|
|
971
|
-
}
|
|
972
|
-
}
|
|
973
|
-
},
|
|
974
|
-
{
|
|
975
|
-
"name": "actions",
|
|
976
|
-
"annotation": {
|
|
977
|
-
"type": "array",
|
|
978
|
-
"elementType": {
|
|
979
|
-
"type": "reference",
|
|
980
|
-
"typeName": {
|
|
981
|
-
"type": "identifier",
|
|
982
|
-
"name": "WorkbenchTreeAction"
|
|
983
|
-
}
|
|
984
|
-
}
|
|
985
|
-
}
|
|
986
|
-
},
|
|
987
|
-
{
|
|
988
|
-
"name": "actionsHidden",
|
|
989
|
-
"annotation": {
|
|
990
|
-
"type": "keyword",
|
|
991
|
-
"value": "boolean"
|
|
992
|
-
}
|
|
993
|
-
},
|
|
976
|
+
"visual-builder.inject-preview-agent": {
|
|
977
|
+
"type": "provider",
|
|
978
|
+
"params": [
|
|
994
979
|
{
|
|
995
|
-
"name": "
|
|
980
|
+
"name": "previewFromOrigin",
|
|
996
981
|
"annotation": {
|
|
997
982
|
"type": "keyword",
|
|
998
983
|
"value": "string"
|
|
999
984
|
}
|
|
1000
985
|
},
|
|
1001
986
|
{
|
|
1002
|
-
"name": "
|
|
987
|
+
"name": "options",
|
|
1003
988
|
"annotation": {
|
|
1004
|
-
"type": "
|
|
1005
|
-
"
|
|
989
|
+
"type": "reference",
|
|
990
|
+
"typeName": {
|
|
991
|
+
"type": "identifier",
|
|
992
|
+
"name": "PreviewStartOptions"
|
|
993
|
+
}
|
|
1006
994
|
}
|
|
1007
|
-
}
|
|
1008
|
-
|
|
1009
|
-
|
|
995
|
+
}
|
|
996
|
+
],
|
|
997
|
+
"returns": {
|
|
998
|
+
"annotation": {
|
|
999
|
+
"type": "reference",
|
|
1000
|
+
"typeName": {
|
|
1001
|
+
"type": "identifier",
|
|
1002
|
+
"name": "Promise"
|
|
1003
|
+
},
|
|
1004
|
+
"typeParameters": {
|
|
1005
|
+
"type": "typeParameterInstantiation",
|
|
1006
|
+
"params": [
|
|
1007
|
+
{
|
|
1008
|
+
"type": "keyword",
|
|
1009
|
+
"value": "unknown"
|
|
1010
|
+
}
|
|
1011
|
+
]
|
|
1012
|
+
}
|
|
1013
|
+
}
|
|
1014
|
+
},
|
|
1015
|
+
"types": [
|
|
1016
|
+
{
|
|
1017
|
+
"type": "interface",
|
|
1018
|
+
"name": "PreviewStartOptions",
|
|
1019
|
+
"body": [
|
|
1020
|
+
{
|
|
1021
|
+
"type": "propertySignature",
|
|
1022
|
+
"key": {
|
|
1023
|
+
"type": "identifier",
|
|
1024
|
+
"name": "appId"
|
|
1025
|
+
},
|
|
1026
|
+
"annotation": {
|
|
1027
|
+
"type": "keyword",
|
|
1028
|
+
"value": "string"
|
|
1029
|
+
},
|
|
1030
|
+
"computed": false
|
|
1031
|
+
},
|
|
1032
|
+
{
|
|
1033
|
+
"type": "propertySignature",
|
|
1034
|
+
"key": {
|
|
1035
|
+
"type": "identifier",
|
|
1036
|
+
"name": "templateId"
|
|
1037
|
+
},
|
|
1038
|
+
"annotation": {
|
|
1039
|
+
"type": "keyword",
|
|
1040
|
+
"value": "string"
|
|
1041
|
+
},
|
|
1042
|
+
"optional": true,
|
|
1043
|
+
"computed": false
|
|
1044
|
+
},
|
|
1045
|
+
{
|
|
1046
|
+
"type": "propertySignature",
|
|
1047
|
+
"key": {
|
|
1048
|
+
"type": "identifier",
|
|
1049
|
+
"name": "formId"
|
|
1050
|
+
},
|
|
1051
|
+
"annotation": {
|
|
1052
|
+
"type": "keyword",
|
|
1053
|
+
"value": "string"
|
|
1054
|
+
},
|
|
1055
|
+
"optional": true,
|
|
1056
|
+
"computed": false
|
|
1057
|
+
},
|
|
1058
|
+
{
|
|
1059
|
+
"type": "propertySignature",
|
|
1060
|
+
"key": {
|
|
1061
|
+
"type": "identifier",
|
|
1062
|
+
"name": "snippetData"
|
|
1063
|
+
},
|
|
1064
|
+
"annotation": {
|
|
1065
|
+
"type": "keyword",
|
|
1066
|
+
"value": "any"
|
|
1067
|
+
},
|
|
1068
|
+
"optional": true,
|
|
1069
|
+
"computed": false
|
|
1070
|
+
},
|
|
1071
|
+
{
|
|
1072
|
+
"type": "propertySignature",
|
|
1073
|
+
"key": {
|
|
1074
|
+
"type": "identifier",
|
|
1075
|
+
"name": "routePath"
|
|
1076
|
+
},
|
|
1077
|
+
"annotation": {
|
|
1078
|
+
"type": "keyword",
|
|
1079
|
+
"value": "string"
|
|
1080
|
+
},
|
|
1081
|
+
"optional": true,
|
|
1082
|
+
"computed": false
|
|
1083
|
+
},
|
|
1084
|
+
{
|
|
1085
|
+
"type": "propertySignature",
|
|
1086
|
+
"key": {
|
|
1087
|
+
"type": "identifier",
|
|
1088
|
+
"name": "routeExact"
|
|
1089
|
+
},
|
|
1090
|
+
"annotation": {
|
|
1091
|
+
"type": "keyword",
|
|
1092
|
+
"value": "boolean"
|
|
1093
|
+
},
|
|
1094
|
+
"optional": true,
|
|
1095
|
+
"computed": false
|
|
1096
|
+
},
|
|
1097
|
+
{
|
|
1098
|
+
"type": "propertySignature",
|
|
1099
|
+
"key": {
|
|
1100
|
+
"type": "identifier",
|
|
1101
|
+
"name": "settings"
|
|
1102
|
+
},
|
|
1103
|
+
"annotation": {
|
|
1104
|
+
"type": "reference",
|
|
1105
|
+
"typeName": {
|
|
1106
|
+
"type": "identifier",
|
|
1107
|
+
"name": "PreviewSettings"
|
|
1108
|
+
}
|
|
1109
|
+
},
|
|
1110
|
+
"optional": true,
|
|
1111
|
+
"computed": false
|
|
1112
|
+
},
|
|
1113
|
+
{
|
|
1114
|
+
"type": "propertySignature",
|
|
1115
|
+
"key": {
|
|
1116
|
+
"type": "identifier",
|
|
1117
|
+
"name": "updateStoryboardType"
|
|
1118
|
+
},
|
|
1119
|
+
"annotation": {
|
|
1120
|
+
"type": "reference",
|
|
1121
|
+
"typeName": {
|
|
1122
|
+
"type": "identifier",
|
|
1123
|
+
"name": "UpdateStoryboardType"
|
|
1124
|
+
}
|
|
1125
|
+
},
|
|
1126
|
+
"optional": true,
|
|
1127
|
+
"computed": false
|
|
1128
|
+
}
|
|
1129
|
+
]
|
|
1130
|
+
},
|
|
1131
|
+
{
|
|
1132
|
+
"type": "interface",
|
|
1133
|
+
"name": "PreviewSettings",
|
|
1134
|
+
"body": [
|
|
1135
|
+
{
|
|
1136
|
+
"type": "propertySignature",
|
|
1137
|
+
"key": {
|
|
1138
|
+
"type": "identifier",
|
|
1139
|
+
"name": "properties"
|
|
1140
|
+
},
|
|
1141
|
+
"annotation": {
|
|
1142
|
+
"type": "reference",
|
|
1143
|
+
"typeName": {
|
|
1144
|
+
"type": "identifier",
|
|
1145
|
+
"name": "Record"
|
|
1146
|
+
},
|
|
1147
|
+
"typeParameters": {
|
|
1148
|
+
"type": "typeParameterInstantiation",
|
|
1149
|
+
"params": [
|
|
1150
|
+
{
|
|
1151
|
+
"type": "keyword",
|
|
1152
|
+
"value": "string"
|
|
1153
|
+
},
|
|
1154
|
+
{
|
|
1155
|
+
"type": "keyword",
|
|
1156
|
+
"value": "unknown"
|
|
1157
|
+
}
|
|
1158
|
+
]
|
|
1159
|
+
}
|
|
1160
|
+
},
|
|
1161
|
+
"optional": true,
|
|
1162
|
+
"computed": false
|
|
1163
|
+
}
|
|
1164
|
+
]
|
|
1165
|
+
},
|
|
1166
|
+
{
|
|
1167
|
+
"type": "typeAlias",
|
|
1168
|
+
"name": "UpdateStoryboardType",
|
|
1169
|
+
"annotation": {
|
|
1170
|
+
"type": "union",
|
|
1171
|
+
"types": [
|
|
1172
|
+
{
|
|
1173
|
+
"type": "jsLiteral",
|
|
1174
|
+
"value": "route"
|
|
1175
|
+
},
|
|
1176
|
+
{
|
|
1177
|
+
"type": "jsLiteral",
|
|
1178
|
+
"value": "template"
|
|
1179
|
+
},
|
|
1180
|
+
{
|
|
1181
|
+
"type": "jsLiteral",
|
|
1182
|
+
"value": "snippet"
|
|
1183
|
+
}
|
|
1184
|
+
]
|
|
1185
|
+
}
|
|
1186
|
+
}
|
|
1187
|
+
]
|
|
1188
|
+
},
|
|
1189
|
+
"visual-builder.workbench-tree": {
|
|
1190
|
+
"properties": [
|
|
1191
|
+
{
|
|
1192
|
+
"name": "nodes",
|
|
1193
|
+
"annotation": {
|
|
1194
|
+
"type": "array",
|
|
1195
|
+
"elementType": {
|
|
1196
|
+
"type": "reference",
|
|
1197
|
+
"typeName": {
|
|
1198
|
+
"type": "identifier",
|
|
1199
|
+
"name": "WorkbenchNodeData"
|
|
1200
|
+
}
|
|
1201
|
+
}
|
|
1202
|
+
}
|
|
1203
|
+
},
|
|
1204
|
+
{
|
|
1205
|
+
"name": "actions",
|
|
1206
|
+
"annotation": {
|
|
1207
|
+
"type": "array",
|
|
1208
|
+
"elementType": {
|
|
1209
|
+
"type": "reference",
|
|
1210
|
+
"typeName": {
|
|
1211
|
+
"type": "identifier",
|
|
1212
|
+
"name": "WorkbenchTreeAction"
|
|
1213
|
+
}
|
|
1214
|
+
}
|
|
1215
|
+
}
|
|
1216
|
+
},
|
|
1217
|
+
{
|
|
1218
|
+
"name": "actionsHidden",
|
|
1219
|
+
"annotation": {
|
|
1220
|
+
"type": "keyword",
|
|
1221
|
+
"value": "boolean"
|
|
1222
|
+
}
|
|
1223
|
+
},
|
|
1224
|
+
{
|
|
1225
|
+
"name": "placeholder",
|
|
1226
|
+
"annotation": {
|
|
1227
|
+
"type": "keyword",
|
|
1228
|
+
"value": "string"
|
|
1229
|
+
}
|
|
1230
|
+
},
|
|
1231
|
+
{
|
|
1232
|
+
"name": "isTransformName",
|
|
1233
|
+
"annotation": {
|
|
1234
|
+
"type": "keyword",
|
|
1235
|
+
"value": "boolean"
|
|
1236
|
+
}
|
|
1237
|
+
},
|
|
1238
|
+
{
|
|
1239
|
+
"name": "searchPlaceholder",
|
|
1010
1240
|
"annotation": {
|
|
1011
1241
|
"type": "keyword",
|
|
1012
1242
|
"value": "string"
|
|
@@ -1709,218 +1939,5 @@
|
|
|
1709
1939
|
]
|
|
1710
1940
|
}
|
|
1711
1941
|
]
|
|
1712
|
-
},
|
|
1713
|
-
"visual-builder.inject-preview-agent": {
|
|
1714
|
-
"type": "provider",
|
|
1715
|
-
"params": [
|
|
1716
|
-
{
|
|
1717
|
-
"name": "previewFromOrigin",
|
|
1718
|
-
"annotation": {
|
|
1719
|
-
"type": "keyword",
|
|
1720
|
-
"value": "string"
|
|
1721
|
-
}
|
|
1722
|
-
},
|
|
1723
|
-
{
|
|
1724
|
-
"name": "options",
|
|
1725
|
-
"annotation": {
|
|
1726
|
-
"type": "reference",
|
|
1727
|
-
"typeName": {
|
|
1728
|
-
"type": "identifier",
|
|
1729
|
-
"name": "PreviewStartOptions"
|
|
1730
|
-
}
|
|
1731
|
-
}
|
|
1732
|
-
}
|
|
1733
|
-
],
|
|
1734
|
-
"returns": {
|
|
1735
|
-
"annotation": {
|
|
1736
|
-
"type": "reference",
|
|
1737
|
-
"typeName": {
|
|
1738
|
-
"type": "identifier",
|
|
1739
|
-
"name": "Promise"
|
|
1740
|
-
},
|
|
1741
|
-
"typeParameters": {
|
|
1742
|
-
"type": "typeParameterInstantiation",
|
|
1743
|
-
"params": [
|
|
1744
|
-
{
|
|
1745
|
-
"type": "keyword",
|
|
1746
|
-
"value": "unknown"
|
|
1747
|
-
}
|
|
1748
|
-
]
|
|
1749
|
-
}
|
|
1750
|
-
}
|
|
1751
|
-
},
|
|
1752
|
-
"types": [
|
|
1753
|
-
{
|
|
1754
|
-
"type": "interface",
|
|
1755
|
-
"name": "PreviewStartOptions",
|
|
1756
|
-
"body": [
|
|
1757
|
-
{
|
|
1758
|
-
"type": "propertySignature",
|
|
1759
|
-
"key": {
|
|
1760
|
-
"type": "identifier",
|
|
1761
|
-
"name": "appId"
|
|
1762
|
-
},
|
|
1763
|
-
"annotation": {
|
|
1764
|
-
"type": "keyword",
|
|
1765
|
-
"value": "string"
|
|
1766
|
-
},
|
|
1767
|
-
"computed": false
|
|
1768
|
-
},
|
|
1769
|
-
{
|
|
1770
|
-
"type": "propertySignature",
|
|
1771
|
-
"key": {
|
|
1772
|
-
"type": "identifier",
|
|
1773
|
-
"name": "templateId"
|
|
1774
|
-
},
|
|
1775
|
-
"annotation": {
|
|
1776
|
-
"type": "keyword",
|
|
1777
|
-
"value": "string"
|
|
1778
|
-
},
|
|
1779
|
-
"optional": true,
|
|
1780
|
-
"computed": false
|
|
1781
|
-
},
|
|
1782
|
-
{
|
|
1783
|
-
"type": "propertySignature",
|
|
1784
|
-
"key": {
|
|
1785
|
-
"type": "identifier",
|
|
1786
|
-
"name": "formId"
|
|
1787
|
-
},
|
|
1788
|
-
"annotation": {
|
|
1789
|
-
"type": "keyword",
|
|
1790
|
-
"value": "string"
|
|
1791
|
-
},
|
|
1792
|
-
"optional": true,
|
|
1793
|
-
"computed": false
|
|
1794
|
-
},
|
|
1795
|
-
{
|
|
1796
|
-
"type": "propertySignature",
|
|
1797
|
-
"key": {
|
|
1798
|
-
"type": "identifier",
|
|
1799
|
-
"name": "snippetData"
|
|
1800
|
-
},
|
|
1801
|
-
"annotation": {
|
|
1802
|
-
"type": "keyword",
|
|
1803
|
-
"value": "any"
|
|
1804
|
-
},
|
|
1805
|
-
"optional": true,
|
|
1806
|
-
"computed": false
|
|
1807
|
-
},
|
|
1808
|
-
{
|
|
1809
|
-
"type": "propertySignature",
|
|
1810
|
-
"key": {
|
|
1811
|
-
"type": "identifier",
|
|
1812
|
-
"name": "routePath"
|
|
1813
|
-
},
|
|
1814
|
-
"annotation": {
|
|
1815
|
-
"type": "keyword",
|
|
1816
|
-
"value": "string"
|
|
1817
|
-
},
|
|
1818
|
-
"optional": true,
|
|
1819
|
-
"computed": false
|
|
1820
|
-
},
|
|
1821
|
-
{
|
|
1822
|
-
"type": "propertySignature",
|
|
1823
|
-
"key": {
|
|
1824
|
-
"type": "identifier",
|
|
1825
|
-
"name": "routeExact"
|
|
1826
|
-
},
|
|
1827
|
-
"annotation": {
|
|
1828
|
-
"type": "keyword",
|
|
1829
|
-
"value": "boolean"
|
|
1830
|
-
},
|
|
1831
|
-
"optional": true,
|
|
1832
|
-
"computed": false
|
|
1833
|
-
},
|
|
1834
|
-
{
|
|
1835
|
-
"type": "propertySignature",
|
|
1836
|
-
"key": {
|
|
1837
|
-
"type": "identifier",
|
|
1838
|
-
"name": "settings"
|
|
1839
|
-
},
|
|
1840
|
-
"annotation": {
|
|
1841
|
-
"type": "reference",
|
|
1842
|
-
"typeName": {
|
|
1843
|
-
"type": "identifier",
|
|
1844
|
-
"name": "PreviewSettings"
|
|
1845
|
-
}
|
|
1846
|
-
},
|
|
1847
|
-
"optional": true,
|
|
1848
|
-
"computed": false
|
|
1849
|
-
},
|
|
1850
|
-
{
|
|
1851
|
-
"type": "propertySignature",
|
|
1852
|
-
"key": {
|
|
1853
|
-
"type": "identifier",
|
|
1854
|
-
"name": "updateStoryboardType"
|
|
1855
|
-
},
|
|
1856
|
-
"annotation": {
|
|
1857
|
-
"type": "reference",
|
|
1858
|
-
"typeName": {
|
|
1859
|
-
"type": "identifier",
|
|
1860
|
-
"name": "UpdateStoryboardType"
|
|
1861
|
-
}
|
|
1862
|
-
},
|
|
1863
|
-
"optional": true,
|
|
1864
|
-
"computed": false
|
|
1865
|
-
}
|
|
1866
|
-
]
|
|
1867
|
-
},
|
|
1868
|
-
{
|
|
1869
|
-
"type": "interface",
|
|
1870
|
-
"name": "PreviewSettings",
|
|
1871
|
-
"body": [
|
|
1872
|
-
{
|
|
1873
|
-
"type": "propertySignature",
|
|
1874
|
-
"key": {
|
|
1875
|
-
"type": "identifier",
|
|
1876
|
-
"name": "properties"
|
|
1877
|
-
},
|
|
1878
|
-
"annotation": {
|
|
1879
|
-
"type": "reference",
|
|
1880
|
-
"typeName": {
|
|
1881
|
-
"type": "identifier",
|
|
1882
|
-
"name": "Record"
|
|
1883
|
-
},
|
|
1884
|
-
"typeParameters": {
|
|
1885
|
-
"type": "typeParameterInstantiation",
|
|
1886
|
-
"params": [
|
|
1887
|
-
{
|
|
1888
|
-
"type": "keyword",
|
|
1889
|
-
"value": "string"
|
|
1890
|
-
},
|
|
1891
|
-
{
|
|
1892
|
-
"type": "keyword",
|
|
1893
|
-
"value": "unknown"
|
|
1894
|
-
}
|
|
1895
|
-
]
|
|
1896
|
-
}
|
|
1897
|
-
},
|
|
1898
|
-
"optional": true,
|
|
1899
|
-
"computed": false
|
|
1900
|
-
}
|
|
1901
|
-
]
|
|
1902
|
-
},
|
|
1903
|
-
{
|
|
1904
|
-
"type": "typeAlias",
|
|
1905
|
-
"name": "UpdateStoryboardType",
|
|
1906
|
-
"annotation": {
|
|
1907
|
-
"type": "union",
|
|
1908
|
-
"types": [
|
|
1909
|
-
{
|
|
1910
|
-
"type": "jsLiteral",
|
|
1911
|
-
"value": "route"
|
|
1912
|
-
},
|
|
1913
|
-
{
|
|
1914
|
-
"type": "jsLiteral",
|
|
1915
|
-
"value": "template"
|
|
1916
|
-
},
|
|
1917
|
-
{
|
|
1918
|
-
"type": "jsLiteral",
|
|
1919
|
-
"value": "snippet"
|
|
1920
|
-
}
|
|
1921
|
-
]
|
|
1922
|
-
}
|
|
1923
|
-
}
|
|
1924
|
-
]
|
|
1925
1942
|
}
|
|
1926
1943
|
}
|