@next-bricks/visual-builder 1.10.0 → 1.10.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.
Files changed (38) hide show
  1. package/dist/bricks.json +8 -8
  2. package/dist/chunks/{3748.faba7b91.js → 3748.dd0b94f7.js} +3 -3
  3. package/dist/chunks/3748.dd0b94f7.js.map +1 -0
  4. package/dist/chunks/{3801.ed31e8a9.js → 3801.0eadd6e7.js} +3 -3
  5. package/dist/chunks/{3801.ed31e8a9.js.map → 3801.0eadd6e7.js.map} +1 -1
  6. package/dist/chunks/9027.88abee71.js +2 -0
  7. package/dist/chunks/9027.88abee71.js.map +1 -0
  8. package/dist/chunks/chat-conversation.7895d329.js +3 -0
  9. package/dist/chunks/chat-conversation.7895d329.js.map +1 -0
  10. package/dist/chunks/chat-preview.da65c793.js +2 -0
  11. package/dist/chunks/chat-preview.da65c793.js.map +1 -0
  12. package/dist/chunks/inject-chat-preview-agent.99368de3.js +2 -0
  13. package/dist/chunks/inject-chat-preview-agent.99368de3.js.map +1 -0
  14. package/dist/chunks/{main.8b2541d1.js → main.6617b629.js} +2 -2
  15. package/dist/chunks/{main.8b2541d1.js.map → main.6617b629.js.map} +1 -1
  16. package/dist/index.4367430f.js +2 -0
  17. package/dist/index.4367430f.js.map +1 -0
  18. package/dist/manifest.json +48 -38
  19. package/dist/types.json +377 -372
  20. package/dist-types/chat-preview/index.d.ts +1 -0
  21. package/dist-types/data-providers/chat-preview/inspector.d.ts +2 -2
  22. package/dist-types/data-providers/chat-preview/interfaces.d.ts +2 -1
  23. package/dist-types/data-providers/preview/connect.d.ts +1 -0
  24. package/package.json +2 -2
  25. package/dist/chunks/3748.faba7b91.js.map +0 -1
  26. package/dist/chunks/9027.c54a843b.js +0 -2
  27. package/dist/chunks/9027.c54a843b.js.map +0 -1
  28. package/dist/chunks/chat-conversation.15cae1e7.js +0 -3
  29. package/dist/chunks/chat-conversation.15cae1e7.js.map +0 -1
  30. package/dist/chunks/chat-preview.d8937493.js +0 -2
  31. package/dist/chunks/chat-preview.d8937493.js.map +0 -1
  32. package/dist/chunks/inject-chat-preview-agent.2d4760a7.js +0 -2
  33. package/dist/chunks/inject-chat-preview-agent.2d4760a7.js.map +0 -1
  34. package/dist/index.61211ca4.js +0 -2
  35. package/dist/index.61211ca4.js.map +0 -1
  36. /package/dist/chunks/{3748.faba7b91.js.LICENSE.txt → 3748.dd0b94f7.js.LICENSE.txt} +0 -0
  37. /package/dist/chunks/{3801.ed31e8a9.js.LICENSE.txt → 3801.0eadd6e7.js.LICENSE.txt} +0 -0
  38. /package/dist/chunks/{chat-conversation.15cae1e7.js.LICENSE.txt → chat-conversation.7895d329.js.LICENSE.txt} +0 -0
package/dist/types.json CHANGED
@@ -45,19 +45,6 @@
45
45
  ],
46
46
  "methods": []
47
47
  },
48
- "visual-builder.workbench-sidebar": {
49
- "properties": [
50
- {
51
- "name": "titleLabel",
52
- "annotation": {
53
- "type": "keyword",
54
- "value": "string"
55
- }
56
- }
57
- ],
58
- "events": [],
59
- "methods": []
60
- },
61
48
  "visual-builder.workbench-action": {
62
49
  "properties": [
63
50
  {
@@ -102,6 +89,19 @@
102
89
  "events": [],
103
90
  "methods": []
104
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
+ },
105
105
  "visual-builder.page-arch-node": {
106
106
  "properties": [
107
107
  {
@@ -572,28 +572,6 @@
572
572
  }
573
573
  ]
574
574
  },
575
- "visual-builder.inject-chat-preview-agent": {
576
- "type": "provider",
577
- "params": [],
578
- "returns": {
579
- "annotation": {
580
- "type": "reference",
581
- "typeName": {
582
- "type": "identifier",
583
- "name": "Promise"
584
- },
585
- "typeParameters": {
586
- "type": "typeParameterInstantiation",
587
- "params": [
588
- {
589
- "type": "keyword",
590
- "value": "unknown"
591
- }
592
- ]
593
- }
594
- }
595
- }
596
- },
597
575
  "visual-builder.collect-used-contracts": {
598
576
  "type": "provider",
599
577
  "params": [
@@ -618,6 +596,28 @@
618
596
  }
619
597
  }
620
598
  },
599
+ "visual-builder.inject-chat-preview-agent": {
600
+ "type": "provider",
601
+ "params": [],
602
+ "returns": {
603
+ "annotation": {
604
+ "type": "reference",
605
+ "typeName": {
606
+ "type": "identifier",
607
+ "name": "Promise"
608
+ },
609
+ "typeParameters": {
610
+ "type": "typeParameterInstantiation",
611
+ "params": [
612
+ {
613
+ "type": "keyword",
614
+ "value": "unknown"
615
+ }
616
+ ]
617
+ }
618
+ }
619
+ }
620
+ },
621
621
  "visual-builder.workbench-history-action": {
622
622
  "properties": [
623
623
  {
@@ -905,7 +905,24 @@
905
905
  }
906
906
  }
907
907
  ],
908
- "methods": [],
908
+ "methods": [
909
+ {
910
+ "name": "select",
911
+ "params": [
912
+ {
913
+ "name": "payload",
914
+ "annotation": {
915
+ "type": "reference",
916
+ "typeName": {
917
+ "type": "identifier",
918
+ "name": "InspectSelector"
919
+ }
920
+ }
921
+ }
922
+ ],
923
+ "returns": {}
924
+ }
925
+ ],
909
926
  "types": [
910
927
  {
911
928
  "type": "interface",
@@ -934,365 +951,140 @@
934
951
  "value": "string"
935
952
  },
936
953
  "computed": false
937
- },
938
- {
939
- "type": "propertySignature",
940
- "key": {
941
- "type": "identifier",
942
- "name": "label"
943
- },
944
- "annotation": {
945
- "type": "keyword",
946
- "value": "string"
947
- },
948
- "computed": false
949
954
  }
950
955
  ]
951
956
  }
952
957
  ]
953
958
  },
954
- "visual-builder.inject-preview-agent": {
955
- "type": "provider",
956
- "params": [
959
+ "visual-builder.workbench-tree": {
960
+ "properties": [
957
961
  {
958
- "name": "previewFromOrigin",
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
+ },
994
+ {
995
+ "name": "placeholder",
959
996
  "annotation": {
960
997
  "type": "keyword",
961
998
  "value": "string"
962
999
  }
963
1000
  },
964
1001
  {
965
- "name": "options",
1002
+ "name": "isTransformName",
966
1003
  "annotation": {
967
- "type": "reference",
968
- "typeName": {
969
- "type": "identifier",
970
- "name": "PreviewStartOptions"
971
- }
1004
+ "type": "keyword",
1005
+ "value": "boolean"
972
1006
  }
973
- }
974
- ],
975
- "returns": {
976
- "annotation": {
977
- "type": "reference",
978
- "typeName": {
979
- "type": "identifier",
980
- "name": "Promise"
981
- },
982
- "typeParameters": {
983
- "type": "typeParameterInstantiation",
984
- "params": [
1007
+ },
1008
+ {
1009
+ "name": "searchPlaceholder",
1010
+ "annotation": {
1011
+ "type": "keyword",
1012
+ "value": "string"
1013
+ }
1014
+ },
1015
+ {
1016
+ "name": "noSearch",
1017
+ "annotation": {
1018
+ "type": "keyword",
1019
+ "value": "boolean"
1020
+ }
1021
+ },
1022
+ {
1023
+ "name": "activeKey",
1024
+ "annotation": {
1025
+ "type": "union",
1026
+ "types": [
985
1027
  {
986
1028
  "type": "keyword",
987
- "value": "unknown"
1029
+ "value": "string"
1030
+ },
1031
+ {
1032
+ "type": "keyword",
1033
+ "value": "number"
988
1034
  }
989
1035
  ]
990
1036
  }
991
- }
992
- },
993
- "types": [
1037
+ },
994
1038
  {
995
- "type": "interface",
996
- "name": "PreviewStartOptions",
997
- "body": [
998
- {
999
- "type": "propertySignature",
1000
- "key": {
1001
- "type": "identifier",
1002
- "name": "appId"
1003
- },
1004
- "annotation": {
1039
+ "name": "showMatchedNodeOnly",
1040
+ "annotation": {
1041
+ "type": "keyword",
1042
+ "value": "boolean"
1043
+ }
1044
+ },
1045
+ {
1046
+ "name": "matchNodeDataFields",
1047
+ "annotation": {
1048
+ "type": "union",
1049
+ "types": [
1050
+ {
1005
1051
  "type": "keyword",
1006
1052
  "value": "string"
1007
1053
  },
1008
- "computed": false
1009
- },
1010
- {
1011
- "type": "propertySignature",
1012
- "key": {
1013
- "type": "identifier",
1014
- "name": "templateId"
1015
- },
1016
- "annotation": {
1017
- "type": "keyword",
1018
- "value": "string"
1019
- },
1020
- "optional": true,
1021
- "computed": false
1022
- },
1023
- {
1024
- "type": "propertySignature",
1025
- "key": {
1026
- "type": "identifier",
1027
- "name": "formId"
1028
- },
1029
- "annotation": {
1030
- "type": "keyword",
1031
- "value": "string"
1032
- },
1033
- "optional": true,
1034
- "computed": false
1035
- },
1036
- {
1037
- "type": "propertySignature",
1038
- "key": {
1039
- "type": "identifier",
1040
- "name": "snippetData"
1041
- },
1042
- "annotation": {
1043
- "type": "keyword",
1044
- "value": "any"
1045
- },
1046
- "optional": true,
1047
- "computed": false
1048
- },
1049
- {
1050
- "type": "propertySignature",
1051
- "key": {
1052
- "type": "identifier",
1053
- "name": "routePath"
1054
- },
1055
- "annotation": {
1056
- "type": "keyword",
1057
- "value": "string"
1058
- },
1059
- "optional": true,
1060
- "computed": false
1061
- },
1062
- {
1063
- "type": "propertySignature",
1064
- "key": {
1065
- "type": "identifier",
1066
- "name": "routeExact"
1067
- },
1068
- "annotation": {
1069
- "type": "keyword",
1070
- "value": "boolean"
1071
- },
1072
- "optional": true,
1073
- "computed": false
1074
- },
1075
- {
1076
- "type": "propertySignature",
1077
- "key": {
1078
- "type": "identifier",
1079
- "name": "settings"
1080
- },
1081
- "annotation": {
1082
- "type": "reference",
1083
- "typeName": {
1084
- "type": "identifier",
1085
- "name": "PreviewSettings"
1086
- }
1087
- },
1088
- "optional": true,
1089
- "computed": false
1090
- },
1091
- {
1092
- "type": "propertySignature",
1093
- "key": {
1094
- "type": "identifier",
1095
- "name": "updateStoryboardType"
1096
- },
1097
- "annotation": {
1098
- "type": "reference",
1099
- "typeName": {
1100
- "type": "identifier",
1101
- "name": "UpdateStoryboardType"
1102
- }
1103
- },
1104
- "optional": true,
1105
- "computed": false
1106
- }
1107
- ]
1108
- },
1109
- {
1110
- "type": "interface",
1111
- "name": "PreviewSettings",
1112
- "body": [
1113
- {
1114
- "type": "propertySignature",
1115
- "key": {
1116
- "type": "identifier",
1117
- "name": "properties"
1118
- },
1119
- "annotation": {
1120
- "type": "reference",
1121
- "typeName": {
1122
- "type": "identifier",
1123
- "name": "Record"
1124
- },
1125
- "typeParameters": {
1126
- "type": "typeParameterInstantiation",
1127
- "params": [
1128
- {
1129
- "type": "keyword",
1130
- "value": "string"
1131
- },
1132
- {
1133
- "type": "keyword",
1134
- "value": "unknown"
1135
- }
1136
- ]
1137
- }
1138
- },
1139
- "optional": true,
1140
- "computed": false
1141
- }
1142
- ]
1143
- },
1144
- {
1145
- "type": "typeAlias",
1146
- "name": "UpdateStoryboardType",
1147
- "annotation": {
1148
- "type": "union",
1149
- "types": [
1150
- {
1151
- "type": "jsLiteral",
1152
- "value": "route"
1153
- },
1154
- {
1155
- "type": "jsLiteral",
1156
- "value": "template"
1157
- },
1158
- {
1159
- "type": "jsLiteral",
1160
- "value": "snippet"
1161
- }
1162
- ]
1163
- }
1164
- }
1165
- ]
1166
- },
1167
- "visual-builder.workbench-tree": {
1168
- "properties": [
1169
- {
1170
- "name": "nodes",
1171
- "annotation": {
1172
- "type": "array",
1173
- "elementType": {
1174
- "type": "reference",
1175
- "typeName": {
1176
- "type": "identifier",
1177
- "name": "WorkbenchNodeData"
1178
- }
1179
- }
1180
- }
1181
- },
1182
- {
1183
- "name": "actions",
1184
- "annotation": {
1185
- "type": "array",
1186
- "elementType": {
1187
- "type": "reference",
1188
- "typeName": {
1189
- "type": "identifier",
1190
- "name": "WorkbenchTreeAction"
1191
- }
1192
- }
1193
- }
1194
- },
1195
- {
1196
- "name": "actionsHidden",
1197
- "annotation": {
1198
- "type": "keyword",
1199
- "value": "boolean"
1200
- }
1201
- },
1202
- {
1203
- "name": "placeholder",
1204
- "annotation": {
1205
- "type": "keyword",
1206
- "value": "string"
1207
- }
1208
- },
1209
- {
1210
- "name": "isTransformName",
1211
- "annotation": {
1212
- "type": "keyword",
1213
- "value": "boolean"
1214
- }
1215
- },
1216
- {
1217
- "name": "searchPlaceholder",
1218
- "annotation": {
1219
- "type": "keyword",
1220
- "value": "string"
1221
- }
1222
- },
1223
- {
1224
- "name": "noSearch",
1225
- "annotation": {
1226
- "type": "keyword",
1227
- "value": "boolean"
1228
- }
1229
- },
1230
- {
1231
- "name": "activeKey",
1232
- "annotation": {
1233
- "type": "union",
1234
- "types": [
1235
- {
1236
- "type": "keyword",
1237
- "value": "string"
1238
- },
1239
- {
1240
- "type": "keyword",
1241
- "value": "number"
1242
- }
1243
- ]
1244
- }
1245
- },
1246
- {
1247
- "name": "showMatchedNodeOnly",
1248
- "annotation": {
1249
- "type": "keyword",
1250
- "value": "boolean"
1251
- }
1252
- },
1253
- {
1254
- "name": "matchNodeDataFields",
1255
- "annotation": {
1256
- "type": "union",
1257
- "types": [
1258
- {
1259
- "type": "keyword",
1260
- "value": "string"
1261
- },
1262
- {
1263
- "type": "array",
1264
- "elementType": {
1265
- "type": "keyword",
1266
- "value": "string"
1267
- }
1268
- }
1269
- ]
1270
- }
1271
- },
1272
- {
1273
- "name": "fixedActionsFor",
1274
- "annotation": {
1275
- "type": "union",
1276
- "types": [
1277
- {
1278
- "type": "reference",
1279
- "typeName": {
1280
- "type": "identifier",
1281
- "name": "Record"
1282
- },
1283
- "typeParameters": {
1284
- "type": "typeParameterInstantiation",
1285
- "params": [
1286
- {
1287
- "type": "keyword",
1288
- "value": "string"
1289
- },
1290
- {
1291
- "type": "keyword",
1292
- "value": "unknown"
1293
- }
1294
- ]
1295
- }
1054
+ {
1055
+ "type": "array",
1056
+ "elementType": {
1057
+ "type": "keyword",
1058
+ "value": "string"
1059
+ }
1060
+ }
1061
+ ]
1062
+ }
1063
+ },
1064
+ {
1065
+ "name": "fixedActionsFor",
1066
+ "annotation": {
1067
+ "type": "union",
1068
+ "types": [
1069
+ {
1070
+ "type": "reference",
1071
+ "typeName": {
1072
+ "type": "identifier",
1073
+ "name": "Record"
1074
+ },
1075
+ "typeParameters": {
1076
+ "type": "typeParameterInstantiation",
1077
+ "params": [
1078
+ {
1079
+ "type": "keyword",
1080
+ "value": "string"
1081
+ },
1082
+ {
1083
+ "type": "keyword",
1084
+ "value": "unknown"
1085
+ }
1086
+ ]
1087
+ }
1296
1088
  },
1297
1089
  {
1298
1090
  "type": "array",
@@ -1917,5 +1709,218 @@
1917
1709
  ]
1918
1710
  }
1919
1711
  ]
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
+ ]
1920
1925
  }
1921
1926
  }