@next-bricks/visual-builder 1.33.3 → 1.33.4

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/types.json CHANGED
@@ -45,63 +45,6 @@
45
45
  ],
46
46
  "methods": []
47
47
  },
48
- "visual-builder.workbench-action": {
49
- "properties": [
50
- {
51
- "name": "icon",
52
- "annotation": {
53
- "type": "reference",
54
- "typeName": {
55
- "type": "identifier",
56
- "name": "GeneralIconProps"
57
- }
58
- }
59
- },
60
- {
61
- "name": "to",
62
- "annotation": {
63
- "type": "keyword",
64
- "value": "string"
65
- }
66
- },
67
- {
68
- "name": "active",
69
- "annotation": {
70
- "type": "keyword",
71
- "value": "boolean"
72
- }
73
- },
74
- {
75
- "name": "href",
76
- "annotation": {
77
- "type": "keyword",
78
- "value": "string"
79
- }
80
- },
81
- {
82
- "name": "target",
83
- "annotation": {
84
- "type": "keyword",
85
- "value": "string"
86
- }
87
- }
88
- ],
89
- "events": [],
90
- "methods": []
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
48
  "visual-builder.check-editor-by-name": {
106
49
  "type": "provider",
107
50
  "params": [
@@ -255,6 +198,63 @@
255
198
  }
256
199
  ]
257
200
  },
201
+ "visual-builder.workbench-sidebar": {
202
+ "properties": [
203
+ {
204
+ "name": "titleLabel",
205
+ "annotation": {
206
+ "type": "keyword",
207
+ "value": "string"
208
+ }
209
+ }
210
+ ],
211
+ "events": [],
212
+ "methods": []
213
+ },
214
+ "visual-builder.workbench-action": {
215
+ "properties": [
216
+ {
217
+ "name": "icon",
218
+ "annotation": {
219
+ "type": "reference",
220
+ "typeName": {
221
+ "type": "identifier",
222
+ "name": "GeneralIconProps"
223
+ }
224
+ }
225
+ },
226
+ {
227
+ "name": "to",
228
+ "annotation": {
229
+ "type": "keyword",
230
+ "value": "string"
231
+ }
232
+ },
233
+ {
234
+ "name": "active",
235
+ "annotation": {
236
+ "type": "keyword",
237
+ "value": "boolean"
238
+ }
239
+ },
240
+ {
241
+ "name": "href",
242
+ "annotation": {
243
+ "type": "keyword",
244
+ "value": "string"
245
+ }
246
+ },
247
+ {
248
+ "name": "target",
249
+ "annotation": {
250
+ "type": "keyword",
251
+ "value": "string"
252
+ }
253
+ }
254
+ ],
255
+ "events": [],
256
+ "methods": []
257
+ },
258
258
  "visual-builder.page-arch-node": {
259
259
  "properties": [
260
260
  {
@@ -532,6 +532,11 @@
532
532
  }
533
533
  ]
534
534
  },
535
+ "visual-builder.pre-generated-table-view": {
536
+ "properties": [],
537
+ "events": [],
538
+ "methods": []
539
+ },
535
540
  "visual-builder.pre-generated-preview": {
536
541
  "properties": [
537
542
  {
@@ -758,11 +763,6 @@
758
763
  }
759
764
  ]
760
765
  },
761
- "visual-builder.pre-generated-table-view": {
762
- "properties": [],
763
- "events": [],
764
- "methods": []
765
- },
766
766
  "visual-builder.pre-generated-container": {
767
767
  "properties": [
768
768
  {
@@ -1089,6 +1089,127 @@
1089
1089
  }
1090
1090
  }
1091
1091
  },
1092
+ "visual-builder.chat-conversation": {
1093
+ "properties": [
1094
+ {
1095
+ "name": "messages",
1096
+ "annotation": {
1097
+ "type": "array",
1098
+ "elementType": {
1099
+ "type": "reference",
1100
+ "typeName": {
1101
+ "type": "identifier",
1102
+ "name": "Message"
1103
+ }
1104
+ }
1105
+ }
1106
+ },
1107
+ {
1108
+ "name": "errorBoundary",
1109
+ "annotation": {
1110
+ "type": "keyword",
1111
+ "value": "boolean"
1112
+ }
1113
+ }
1114
+ ],
1115
+ "events": [
1116
+ {
1117
+ "name": "storyboard.update",
1118
+ "detail": {
1119
+ "annotation": {
1120
+ "type": "array",
1121
+ "elementType": {
1122
+ "type": "reference",
1123
+ "typeName": {
1124
+ "type": "identifier",
1125
+ "name": "BrickConf"
1126
+ }
1127
+ }
1128
+ }
1129
+ }
1130
+ }
1131
+ ],
1132
+ "methods": [],
1133
+ "types": [
1134
+ {
1135
+ "type": "interface",
1136
+ "name": "Message",
1137
+ "body": [
1138
+ {
1139
+ "type": "propertySignature",
1140
+ "key": {
1141
+ "type": "identifier",
1142
+ "name": "role"
1143
+ },
1144
+ "annotation": {
1145
+ "type": "union",
1146
+ "types": [
1147
+ {
1148
+ "type": "jsLiteral",
1149
+ "value": "user"
1150
+ },
1151
+ {
1152
+ "type": "jsLiteral",
1153
+ "value": "assistant"
1154
+ }
1155
+ ]
1156
+ },
1157
+ "computed": false
1158
+ },
1159
+ {
1160
+ "type": "propertySignature",
1161
+ "key": {
1162
+ "type": "identifier",
1163
+ "name": "content"
1164
+ },
1165
+ "annotation": {
1166
+ "type": "keyword",
1167
+ "value": "string"
1168
+ },
1169
+ "computed": false
1170
+ },
1171
+ {
1172
+ "type": "propertySignature",
1173
+ "key": {
1174
+ "type": "identifier",
1175
+ "name": "key"
1176
+ },
1177
+ "annotation": {
1178
+ "type": "keyword",
1179
+ "value": "number"
1180
+ },
1181
+ "computed": false
1182
+ },
1183
+ {
1184
+ "type": "propertySignature",
1185
+ "key": {
1186
+ "type": "identifier",
1187
+ "name": "partial"
1188
+ },
1189
+ "annotation": {
1190
+ "type": "keyword",
1191
+ "value": "boolean"
1192
+ },
1193
+ "optional": true,
1194
+ "computed": false
1195
+ },
1196
+ {
1197
+ "type": "propertySignature",
1198
+ "key": {
1199
+ "type": "identifier",
1200
+ "name": "failed"
1201
+ },
1202
+ "annotation": {
1203
+ "type": "keyword",
1204
+ "value": "boolean"
1205
+ },
1206
+ "optional": true,
1207
+ "computed": false
1208
+ }
1209
+ ]
1210
+ }
1211
+ ]
1212
+ },
1092
1213
  "visual-builder.generate-snippets-context-menu": {
1093
1214
  "properties": [
1094
1215
  {
@@ -1372,127 +1493,6 @@
1372
1493
  }
1373
1494
  ]
1374
1495
  },
1375
- "visual-builder.chat-conversation": {
1376
- "properties": [
1377
- {
1378
- "name": "messages",
1379
- "annotation": {
1380
- "type": "array",
1381
- "elementType": {
1382
- "type": "reference",
1383
- "typeName": {
1384
- "type": "identifier",
1385
- "name": "Message"
1386
- }
1387
- }
1388
- }
1389
- },
1390
- {
1391
- "name": "errorBoundary",
1392
- "annotation": {
1393
- "type": "keyword",
1394
- "value": "boolean"
1395
- }
1396
- }
1397
- ],
1398
- "events": [
1399
- {
1400
- "name": "storyboard.update",
1401
- "detail": {
1402
- "annotation": {
1403
- "type": "array",
1404
- "elementType": {
1405
- "type": "reference",
1406
- "typeName": {
1407
- "type": "identifier",
1408
- "name": "BrickConf"
1409
- }
1410
- }
1411
- }
1412
- }
1413
- }
1414
- ],
1415
- "methods": [],
1416
- "types": [
1417
- {
1418
- "type": "interface",
1419
- "name": "Message",
1420
- "body": [
1421
- {
1422
- "type": "propertySignature",
1423
- "key": {
1424
- "type": "identifier",
1425
- "name": "role"
1426
- },
1427
- "annotation": {
1428
- "type": "union",
1429
- "types": [
1430
- {
1431
- "type": "jsLiteral",
1432
- "value": "user"
1433
- },
1434
- {
1435
- "type": "jsLiteral",
1436
- "value": "assistant"
1437
- }
1438
- ]
1439
- },
1440
- "computed": false
1441
- },
1442
- {
1443
- "type": "propertySignature",
1444
- "key": {
1445
- "type": "identifier",
1446
- "name": "content"
1447
- },
1448
- "annotation": {
1449
- "type": "keyword",
1450
- "value": "string"
1451
- },
1452
- "computed": false
1453
- },
1454
- {
1455
- "type": "propertySignature",
1456
- "key": {
1457
- "type": "identifier",
1458
- "name": "key"
1459
- },
1460
- "annotation": {
1461
- "type": "keyword",
1462
- "value": "number"
1463
- },
1464
- "computed": false
1465
- },
1466
- {
1467
- "type": "propertySignature",
1468
- "key": {
1469
- "type": "identifier",
1470
- "name": "partial"
1471
- },
1472
- "annotation": {
1473
- "type": "keyword",
1474
- "value": "boolean"
1475
- },
1476
- "optional": true,
1477
- "computed": false
1478
- },
1479
- {
1480
- "type": "propertySignature",
1481
- "key": {
1482
- "type": "identifier",
1483
- "name": "failed"
1484
- },
1485
- "annotation": {
1486
- "type": "keyword",
1487
- "value": "boolean"
1488
- },
1489
- "optional": true,
1490
- "computed": false
1491
- }
1492
- ]
1493
- }
1494
- ]
1495
- },
1496
1496
  "visual-builder.inject-chat-preview-agent": {
1497
1497
  "type": "provider",
1498
1498
  "params": [],
@@ -2012,13 +2012,259 @@
2012
2012
  }
2013
2013
  }
2014
2014
  }
2015
- ],
2016
- "methods": [
2017
- {
2018
- "name": "validate",
2019
- "params": [],
2020
- "returns": {}
2021
- }
2015
+ ],
2016
+ "methods": [
2017
+ {
2018
+ "name": "validate",
2019
+ "params": [],
2020
+ "returns": {}
2021
+ }
2022
+ ]
2023
+ },
2024
+ "visual-builder.inject-preview-agent": {
2025
+ "type": "provider",
2026
+ "params": [
2027
+ {
2028
+ "name": "previewFromOrigin",
2029
+ "annotation": {
2030
+ "type": "keyword",
2031
+ "value": "string"
2032
+ }
2033
+ },
2034
+ {
2035
+ "name": "options",
2036
+ "annotation": {
2037
+ "type": "reference",
2038
+ "typeName": {
2039
+ "type": "identifier",
2040
+ "name": "PreviewStartOptions"
2041
+ }
2042
+ }
2043
+ }
2044
+ ],
2045
+ "returns": {
2046
+ "annotation": {
2047
+ "type": "reference",
2048
+ "typeName": {
2049
+ "type": "identifier",
2050
+ "name": "Promise"
2051
+ },
2052
+ "typeParameters": {
2053
+ "type": "typeParameterInstantiation",
2054
+ "params": [
2055
+ {
2056
+ "type": "keyword",
2057
+ "value": "unknown"
2058
+ }
2059
+ ]
2060
+ }
2061
+ }
2062
+ },
2063
+ "types": [
2064
+ {
2065
+ "type": "interface",
2066
+ "name": "PreviewStartOptions",
2067
+ "body": [
2068
+ {
2069
+ "type": "propertySignature",
2070
+ "key": {
2071
+ "type": "identifier",
2072
+ "name": "appId"
2073
+ },
2074
+ "annotation": {
2075
+ "type": "keyword",
2076
+ "value": "string"
2077
+ },
2078
+ "computed": false
2079
+ },
2080
+ {
2081
+ "type": "propertySignature",
2082
+ "key": {
2083
+ "type": "identifier",
2084
+ "name": "routeId"
2085
+ },
2086
+ "annotation": {
2087
+ "type": "keyword",
2088
+ "value": "string"
2089
+ },
2090
+ "optional": true,
2091
+ "computed": false
2092
+ },
2093
+ {
2094
+ "type": "propertySignature",
2095
+ "key": {
2096
+ "type": "identifier",
2097
+ "name": "templateId"
2098
+ },
2099
+ "annotation": {
2100
+ "type": "keyword",
2101
+ "value": "string"
2102
+ },
2103
+ "optional": true,
2104
+ "computed": false
2105
+ },
2106
+ {
2107
+ "type": "propertySignature",
2108
+ "key": {
2109
+ "type": "identifier",
2110
+ "name": "formId"
2111
+ },
2112
+ "annotation": {
2113
+ "type": "keyword",
2114
+ "value": "string"
2115
+ },
2116
+ "optional": true,
2117
+ "computed": false
2118
+ },
2119
+ {
2120
+ "type": "propertySignature",
2121
+ "key": {
2122
+ "type": "identifier",
2123
+ "name": "formData"
2124
+ },
2125
+ "annotation": {
2126
+ "type": "reference",
2127
+ "typeName": {
2128
+ "type": "identifier",
2129
+ "name": "FormData"
2130
+ }
2131
+ },
2132
+ "optional": true,
2133
+ "computed": false
2134
+ },
2135
+ {
2136
+ "type": "propertySignature",
2137
+ "key": {
2138
+ "type": "identifier",
2139
+ "name": "snippetData"
2140
+ },
2141
+ "annotation": {
2142
+ "type": "keyword",
2143
+ "value": "any"
2144
+ },
2145
+ "optional": true,
2146
+ "computed": false
2147
+ },
2148
+ {
2149
+ "type": "propertySignature",
2150
+ "key": {
2151
+ "type": "identifier",
2152
+ "name": "routePath"
2153
+ },
2154
+ "annotation": {
2155
+ "type": "keyword",
2156
+ "value": "string"
2157
+ },
2158
+ "optional": true,
2159
+ "computed": false
2160
+ },
2161
+ {
2162
+ "type": "propertySignature",
2163
+ "key": {
2164
+ "type": "identifier",
2165
+ "name": "routeExact"
2166
+ },
2167
+ "annotation": {
2168
+ "type": "keyword",
2169
+ "value": "boolean"
2170
+ },
2171
+ "optional": true,
2172
+ "computed": false
2173
+ },
2174
+ {
2175
+ "type": "propertySignature",
2176
+ "key": {
2177
+ "type": "identifier",
2178
+ "name": "settings"
2179
+ },
2180
+ "annotation": {
2181
+ "type": "reference",
2182
+ "typeName": {
2183
+ "type": "identifier",
2184
+ "name": "PreviewSettings"
2185
+ }
2186
+ },
2187
+ "optional": true,
2188
+ "computed": false
2189
+ },
2190
+ {
2191
+ "type": "propertySignature",
2192
+ "key": {
2193
+ "type": "identifier",
2194
+ "name": "updateStoryboardType"
2195
+ },
2196
+ "annotation": {
2197
+ "type": "reference",
2198
+ "typeName": {
2199
+ "type": "identifier",
2200
+ "name": "UpdateStoryboardType"
2201
+ }
2202
+ },
2203
+ "optional": true,
2204
+ "computed": false
2205
+ }
2206
+ ]
2207
+ },
2208
+ {
2209
+ "type": "interface",
2210
+ "name": "PreviewSettings",
2211
+ "body": [
2212
+ {
2213
+ "type": "propertySignature",
2214
+ "key": {
2215
+ "type": "identifier",
2216
+ "name": "properties"
2217
+ },
2218
+ "annotation": {
2219
+ "type": "reference",
2220
+ "typeName": {
2221
+ "type": "identifier",
2222
+ "name": "Record"
2223
+ },
2224
+ "typeParameters": {
2225
+ "type": "typeParameterInstantiation",
2226
+ "params": [
2227
+ {
2228
+ "type": "keyword",
2229
+ "value": "string"
2230
+ },
2231
+ {
2232
+ "type": "keyword",
2233
+ "value": "unknown"
2234
+ }
2235
+ ]
2236
+ }
2237
+ },
2238
+ "optional": true,
2239
+ "computed": false
2240
+ }
2241
+ ]
2242
+ },
2243
+ {
2244
+ "type": "typeAlias",
2245
+ "name": "UpdateStoryboardType",
2246
+ "annotation": {
2247
+ "type": "union",
2248
+ "types": [
2249
+ {
2250
+ "type": "jsLiteral",
2251
+ "value": "route"
2252
+ },
2253
+ {
2254
+ "type": "jsLiteral",
2255
+ "value": "template"
2256
+ },
2257
+ {
2258
+ "type": "jsLiteral",
2259
+ "value": "snippet"
2260
+ },
2261
+ {
2262
+ "type": "jsLiteral",
2263
+ "value": "form"
2264
+ }
2265
+ ]
2266
+ }
2267
+ }
2022
2268
  ]
2023
2269
  },
2024
2270
  "visual-builder.workbench-tree": {
@@ -2774,251 +3020,5 @@
2774
3020
  ]
2775
3021
  }
2776
3022
  ]
2777
- },
2778
- "visual-builder.inject-preview-agent": {
2779
- "type": "provider",
2780
- "params": [
2781
- {
2782
- "name": "previewFromOrigin",
2783
- "annotation": {
2784
- "type": "keyword",
2785
- "value": "string"
2786
- }
2787
- },
2788
- {
2789
- "name": "options",
2790
- "annotation": {
2791
- "type": "reference",
2792
- "typeName": {
2793
- "type": "identifier",
2794
- "name": "PreviewStartOptions"
2795
- }
2796
- }
2797
- }
2798
- ],
2799
- "returns": {
2800
- "annotation": {
2801
- "type": "reference",
2802
- "typeName": {
2803
- "type": "identifier",
2804
- "name": "Promise"
2805
- },
2806
- "typeParameters": {
2807
- "type": "typeParameterInstantiation",
2808
- "params": [
2809
- {
2810
- "type": "keyword",
2811
- "value": "unknown"
2812
- }
2813
- ]
2814
- }
2815
- }
2816
- },
2817
- "types": [
2818
- {
2819
- "type": "interface",
2820
- "name": "PreviewStartOptions",
2821
- "body": [
2822
- {
2823
- "type": "propertySignature",
2824
- "key": {
2825
- "type": "identifier",
2826
- "name": "appId"
2827
- },
2828
- "annotation": {
2829
- "type": "keyword",
2830
- "value": "string"
2831
- },
2832
- "computed": false
2833
- },
2834
- {
2835
- "type": "propertySignature",
2836
- "key": {
2837
- "type": "identifier",
2838
- "name": "routeId"
2839
- },
2840
- "annotation": {
2841
- "type": "keyword",
2842
- "value": "string"
2843
- },
2844
- "optional": true,
2845
- "computed": false
2846
- },
2847
- {
2848
- "type": "propertySignature",
2849
- "key": {
2850
- "type": "identifier",
2851
- "name": "templateId"
2852
- },
2853
- "annotation": {
2854
- "type": "keyword",
2855
- "value": "string"
2856
- },
2857
- "optional": true,
2858
- "computed": false
2859
- },
2860
- {
2861
- "type": "propertySignature",
2862
- "key": {
2863
- "type": "identifier",
2864
- "name": "formId"
2865
- },
2866
- "annotation": {
2867
- "type": "keyword",
2868
- "value": "string"
2869
- },
2870
- "optional": true,
2871
- "computed": false
2872
- },
2873
- {
2874
- "type": "propertySignature",
2875
- "key": {
2876
- "type": "identifier",
2877
- "name": "formData"
2878
- },
2879
- "annotation": {
2880
- "type": "reference",
2881
- "typeName": {
2882
- "type": "identifier",
2883
- "name": "FormData"
2884
- }
2885
- },
2886
- "optional": true,
2887
- "computed": false
2888
- },
2889
- {
2890
- "type": "propertySignature",
2891
- "key": {
2892
- "type": "identifier",
2893
- "name": "snippetData"
2894
- },
2895
- "annotation": {
2896
- "type": "keyword",
2897
- "value": "any"
2898
- },
2899
- "optional": true,
2900
- "computed": false
2901
- },
2902
- {
2903
- "type": "propertySignature",
2904
- "key": {
2905
- "type": "identifier",
2906
- "name": "routePath"
2907
- },
2908
- "annotation": {
2909
- "type": "keyword",
2910
- "value": "string"
2911
- },
2912
- "optional": true,
2913
- "computed": false
2914
- },
2915
- {
2916
- "type": "propertySignature",
2917
- "key": {
2918
- "type": "identifier",
2919
- "name": "routeExact"
2920
- },
2921
- "annotation": {
2922
- "type": "keyword",
2923
- "value": "boolean"
2924
- },
2925
- "optional": true,
2926
- "computed": false
2927
- },
2928
- {
2929
- "type": "propertySignature",
2930
- "key": {
2931
- "type": "identifier",
2932
- "name": "settings"
2933
- },
2934
- "annotation": {
2935
- "type": "reference",
2936
- "typeName": {
2937
- "type": "identifier",
2938
- "name": "PreviewSettings"
2939
- }
2940
- },
2941
- "optional": true,
2942
- "computed": false
2943
- },
2944
- {
2945
- "type": "propertySignature",
2946
- "key": {
2947
- "type": "identifier",
2948
- "name": "updateStoryboardType"
2949
- },
2950
- "annotation": {
2951
- "type": "reference",
2952
- "typeName": {
2953
- "type": "identifier",
2954
- "name": "UpdateStoryboardType"
2955
- }
2956
- },
2957
- "optional": true,
2958
- "computed": false
2959
- }
2960
- ]
2961
- },
2962
- {
2963
- "type": "interface",
2964
- "name": "PreviewSettings",
2965
- "body": [
2966
- {
2967
- "type": "propertySignature",
2968
- "key": {
2969
- "type": "identifier",
2970
- "name": "properties"
2971
- },
2972
- "annotation": {
2973
- "type": "reference",
2974
- "typeName": {
2975
- "type": "identifier",
2976
- "name": "Record"
2977
- },
2978
- "typeParameters": {
2979
- "type": "typeParameterInstantiation",
2980
- "params": [
2981
- {
2982
- "type": "keyword",
2983
- "value": "string"
2984
- },
2985
- {
2986
- "type": "keyword",
2987
- "value": "unknown"
2988
- }
2989
- ]
2990
- }
2991
- },
2992
- "optional": true,
2993
- "computed": false
2994
- }
2995
- ]
2996
- },
2997
- {
2998
- "type": "typeAlias",
2999
- "name": "UpdateStoryboardType",
3000
- "annotation": {
3001
- "type": "union",
3002
- "types": [
3003
- {
3004
- "type": "jsLiteral",
3005
- "value": "route"
3006
- },
3007
- {
3008
- "type": "jsLiteral",
3009
- "value": "template"
3010
- },
3011
- {
3012
- "type": "jsLiteral",
3013
- "value": "snippet"
3014
- },
3015
- {
3016
- "type": "jsLiteral",
3017
- "value": "form"
3018
- }
3019
- ]
3020
- }
3021
- }
3022
- ]
3023
3023
  }
3024
3024
  }