@next-bricks/visual-builder 1.18.0 → 1.20.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 +13 -12
- package/dist/chunks/{8091.6140b682.js → 8091.7b67daa4.js} +3 -3
- package/dist/chunks/8091.7b67daa4.js.map +1 -0
- package/dist/chunks/8275.dfcd99a8.js +3 -0
- package/dist/chunks/8275.dfcd99a8.js.map +1 -0
- package/dist/chunks/check-editor-by-name.2db94c99.js +2 -0
- package/dist/chunks/check-editor-by-name.2db94c99.js.map +1 -0
- package/dist/chunks/main.02944958.js +2 -0
- package/dist/chunks/{main.dad70505.js.map → main.02944958.js.map} +1 -1
- package/dist/chunks/property-editor.e0c3a0f1.js +2 -0
- package/dist/chunks/property-editor.e0c3a0f1.js.map +1 -0
- package/dist/index.54cf61c4.js +2 -0
- package/dist/index.54cf61c4.js.map +1 -0
- package/dist/manifest.json +169 -155
- package/dist/types.json +453 -276
- package/dist-types/bootstrap.d.ts +1 -0
- package/dist-types/data-providers/check-editor-by-name.d.ts +1 -0
- package/dist-types/data-providers/check-editor-by-name.spec.d.ts +1 -0
- package/dist-types/property-editor/index.d.ts +23 -3
- package/package.json +2 -2
- package/dist/chunks/457.9fa0c204.js +0 -3
- package/dist/chunks/457.9fa0c204.js.map +0 -1
- package/dist/chunks/8091.6140b682.js.map +0 -1
- package/dist/chunks/main.dad70505.js +0 -2
- package/dist/chunks/property-editor.5a8ee98e.js +0 -2
- package/dist/chunks/property-editor.5a8ee98e.js.map +0 -1
- package/dist/index.817c2cdd.js +0 -2
- package/dist/index.817c2cdd.js.map +0 -1
- /package/dist/chunks/{8091.6140b682.js.LICENSE.txt → 8091.7b67daa4.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{457.9fa0c204.js.LICENSE.txt → 8275.dfcd99a8.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -45,54 +45,40 @@
|
|
|
45
45
|
],
|
|
46
46
|
"methods": []
|
|
47
47
|
},
|
|
48
|
-
"visual-builder.
|
|
49
|
-
"
|
|
48
|
+
"visual-builder.check-editor-by-name": {
|
|
49
|
+
"type": "provider",
|
|
50
|
+
"params": [
|
|
50
51
|
{
|
|
51
|
-
"name": "
|
|
52
|
+
"name": "name",
|
|
52
53
|
"annotation": {
|
|
53
54
|
"type": "keyword",
|
|
54
55
|
"value": "string"
|
|
55
56
|
}
|
|
56
57
|
}
|
|
57
58
|
],
|
|
58
|
-
"
|
|
59
|
-
|
|
59
|
+
"returns": {
|
|
60
|
+
"annotation": {
|
|
61
|
+
"type": "reference",
|
|
62
|
+
"typeName": {
|
|
63
|
+
"type": "identifier",
|
|
64
|
+
"name": "Promise"
|
|
65
|
+
},
|
|
66
|
+
"typeParameters": {
|
|
67
|
+
"type": "typeParameterInstantiation",
|
|
68
|
+
"params": [
|
|
69
|
+
{
|
|
70
|
+
"type": "keyword",
|
|
71
|
+
"value": "boolean"
|
|
72
|
+
}
|
|
73
|
+
]
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
}
|
|
60
77
|
},
|
|
61
|
-
"visual-builder.workbench-
|
|
78
|
+
"visual-builder.workbench-sidebar": {
|
|
62
79
|
"properties": [
|
|
63
80
|
{
|
|
64
|
-
"name": "
|
|
65
|
-
"annotation": {
|
|
66
|
-
"type": "reference",
|
|
67
|
-
"typeName": {
|
|
68
|
-
"type": "identifier",
|
|
69
|
-
"name": "GeneralIconProps"
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
},
|
|
73
|
-
{
|
|
74
|
-
"name": "to",
|
|
75
|
-
"annotation": {
|
|
76
|
-
"type": "keyword",
|
|
77
|
-
"value": "string"
|
|
78
|
-
}
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
"name": "active",
|
|
82
|
-
"annotation": {
|
|
83
|
-
"type": "keyword",
|
|
84
|
-
"value": "boolean"
|
|
85
|
-
}
|
|
86
|
-
},
|
|
87
|
-
{
|
|
88
|
-
"name": "href",
|
|
89
|
-
"annotation": {
|
|
90
|
-
"type": "keyword",
|
|
91
|
-
"value": "string"
|
|
92
|
-
}
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
"name": "target",
|
|
81
|
+
"name": "titleLabel",
|
|
96
82
|
"annotation": {
|
|
97
83
|
"type": "keyword",
|
|
98
84
|
"value": "string"
|
|
@@ -379,6 +365,50 @@
|
|
|
379
365
|
}
|
|
380
366
|
]
|
|
381
367
|
},
|
|
368
|
+
"visual-builder.workbench-action": {
|
|
369
|
+
"properties": [
|
|
370
|
+
{
|
|
371
|
+
"name": "icon",
|
|
372
|
+
"annotation": {
|
|
373
|
+
"type": "reference",
|
|
374
|
+
"typeName": {
|
|
375
|
+
"type": "identifier",
|
|
376
|
+
"name": "GeneralIconProps"
|
|
377
|
+
}
|
|
378
|
+
}
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
"name": "to",
|
|
382
|
+
"annotation": {
|
|
383
|
+
"type": "keyword",
|
|
384
|
+
"value": "string"
|
|
385
|
+
}
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"name": "active",
|
|
389
|
+
"annotation": {
|
|
390
|
+
"type": "keyword",
|
|
391
|
+
"value": "boolean"
|
|
392
|
+
}
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"name": "href",
|
|
396
|
+
"annotation": {
|
|
397
|
+
"type": "keyword",
|
|
398
|
+
"value": "string"
|
|
399
|
+
}
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"name": "target",
|
|
403
|
+
"annotation": {
|
|
404
|
+
"type": "keyword",
|
|
405
|
+
"value": "string"
|
|
406
|
+
}
|
|
407
|
+
}
|
|
408
|
+
],
|
|
409
|
+
"events": [],
|
|
410
|
+
"methods": []
|
|
411
|
+
},
|
|
382
412
|
"visual-builder.pre-generated-preview": {
|
|
383
413
|
"properties": [
|
|
384
414
|
{
|
|
@@ -1162,6 +1192,19 @@
|
|
|
1162
1192
|
"type": "keyword",
|
|
1163
1193
|
"value": "boolean"
|
|
1164
1194
|
}
|
|
1195
|
+
},
|
|
1196
|
+
{
|
|
1197
|
+
"name": "dataList",
|
|
1198
|
+
"annotation": {
|
|
1199
|
+
"type": "array",
|
|
1200
|
+
"elementType": {
|
|
1201
|
+
"type": "reference",
|
|
1202
|
+
"typeName": {
|
|
1203
|
+
"type": "identifier",
|
|
1204
|
+
"name": "DataItem"
|
|
1205
|
+
}
|
|
1206
|
+
}
|
|
1207
|
+
}
|
|
1165
1208
|
}
|
|
1166
1209
|
],
|
|
1167
1210
|
"events": [
|
|
@@ -1201,6 +1244,15 @@
|
|
|
1201
1244
|
}
|
|
1202
1245
|
}
|
|
1203
1246
|
}
|
|
1247
|
+
},
|
|
1248
|
+
{
|
|
1249
|
+
"name": "values.change",
|
|
1250
|
+
"detail": {
|
|
1251
|
+
"annotation": {
|
|
1252
|
+
"type": "keyword",
|
|
1253
|
+
"value": "any"
|
|
1254
|
+
}
|
|
1255
|
+
}
|
|
1204
1256
|
}
|
|
1205
1257
|
],
|
|
1206
1258
|
"methods": [
|
|
@@ -1209,6 +1261,131 @@
|
|
|
1209
1261
|
"params": [],
|
|
1210
1262
|
"returns": {}
|
|
1211
1263
|
}
|
|
1264
|
+
],
|
|
1265
|
+
"types": [
|
|
1266
|
+
{
|
|
1267
|
+
"type": "interface",
|
|
1268
|
+
"name": "DataItem",
|
|
1269
|
+
"body": [
|
|
1270
|
+
{
|
|
1271
|
+
"type": "propertySignature",
|
|
1272
|
+
"key": {
|
|
1273
|
+
"type": "identifier",
|
|
1274
|
+
"name": "name"
|
|
1275
|
+
},
|
|
1276
|
+
"annotation": {
|
|
1277
|
+
"type": "keyword",
|
|
1278
|
+
"value": "string"
|
|
1279
|
+
},
|
|
1280
|
+
"computed": false
|
|
1281
|
+
},
|
|
1282
|
+
{
|
|
1283
|
+
"type": "propertySignature",
|
|
1284
|
+
"key": {
|
|
1285
|
+
"type": "identifier",
|
|
1286
|
+
"name": "value"
|
|
1287
|
+
},
|
|
1288
|
+
"annotation": {
|
|
1289
|
+
"type": "keyword",
|
|
1290
|
+
"value": "string"
|
|
1291
|
+
},
|
|
1292
|
+
"computed": false
|
|
1293
|
+
},
|
|
1294
|
+
{
|
|
1295
|
+
"type": "propertySignature",
|
|
1296
|
+
"key": {
|
|
1297
|
+
"type": "identifier",
|
|
1298
|
+
"name": "definition"
|
|
1299
|
+
},
|
|
1300
|
+
"annotation": {
|
|
1301
|
+
"type": "array",
|
|
1302
|
+
"elementType": {
|
|
1303
|
+
"type": "reference",
|
|
1304
|
+
"typeName": {
|
|
1305
|
+
"type": "identifier",
|
|
1306
|
+
"name": "DefinitionItem"
|
|
1307
|
+
}
|
|
1308
|
+
}
|
|
1309
|
+
},
|
|
1310
|
+
"computed": false
|
|
1311
|
+
},
|
|
1312
|
+
{
|
|
1313
|
+
"type": "indexSignature",
|
|
1314
|
+
"parameter": {
|
|
1315
|
+
"type": "identifier",
|
|
1316
|
+
"name": "k",
|
|
1317
|
+
"annotation": {
|
|
1318
|
+
"type": "keyword",
|
|
1319
|
+
"value": "string"
|
|
1320
|
+
}
|
|
1321
|
+
},
|
|
1322
|
+
"annotation": {
|
|
1323
|
+
"type": "keyword",
|
|
1324
|
+
"value": "any"
|
|
1325
|
+
}
|
|
1326
|
+
}
|
|
1327
|
+
]
|
|
1328
|
+
},
|
|
1329
|
+
{
|
|
1330
|
+
"type": "interface",
|
|
1331
|
+
"name": "DefinitionItem",
|
|
1332
|
+
"body": [
|
|
1333
|
+
{
|
|
1334
|
+
"type": "propertySignature",
|
|
1335
|
+
"key": {
|
|
1336
|
+
"type": "identifier",
|
|
1337
|
+
"name": "name"
|
|
1338
|
+
},
|
|
1339
|
+
"annotation": {
|
|
1340
|
+
"type": "keyword",
|
|
1341
|
+
"value": "string"
|
|
1342
|
+
},
|
|
1343
|
+
"computed": false
|
|
1344
|
+
},
|
|
1345
|
+
{
|
|
1346
|
+
"type": "propertySignature",
|
|
1347
|
+
"key": {
|
|
1348
|
+
"type": "identifier",
|
|
1349
|
+
"name": "type"
|
|
1350
|
+
},
|
|
1351
|
+
"annotation": {
|
|
1352
|
+
"type": "keyword",
|
|
1353
|
+
"value": "string"
|
|
1354
|
+
},
|
|
1355
|
+
"computed": false
|
|
1356
|
+
},
|
|
1357
|
+
{
|
|
1358
|
+
"type": "propertySignature",
|
|
1359
|
+
"key": {
|
|
1360
|
+
"type": "identifier",
|
|
1361
|
+
"name": "enum"
|
|
1362
|
+
},
|
|
1363
|
+
"annotation": {
|
|
1364
|
+
"type": "keyword",
|
|
1365
|
+
"value": "string"
|
|
1366
|
+
},
|
|
1367
|
+
"computed": false
|
|
1368
|
+
},
|
|
1369
|
+
{
|
|
1370
|
+
"type": "propertySignature",
|
|
1371
|
+
"key": {
|
|
1372
|
+
"type": "identifier",
|
|
1373
|
+
"name": "fileds"
|
|
1374
|
+
},
|
|
1375
|
+
"annotation": {
|
|
1376
|
+
"type": "array",
|
|
1377
|
+
"elementType": {
|
|
1378
|
+
"type": "reference",
|
|
1379
|
+
"typeName": {
|
|
1380
|
+
"type": "identifier",
|
|
1381
|
+
"name": "DefinitionItem"
|
|
1382
|
+
}
|
|
1383
|
+
}
|
|
1384
|
+
},
|
|
1385
|
+
"computed": false
|
|
1386
|
+
}
|
|
1387
|
+
]
|
|
1388
|
+
}
|
|
1212
1389
|
]
|
|
1213
1390
|
},
|
|
1214
1391
|
"visual-builder.inject-chat-preview-agent": {
|
|
@@ -1588,23 +1765,249 @@
|
|
|
1588
1765
|
}
|
|
1589
1766
|
]
|
|
1590
1767
|
},
|
|
1591
|
-
"visual-builder.
|
|
1592
|
-
"
|
|
1768
|
+
"visual-builder.inject-preview-agent": {
|
|
1769
|
+
"type": "provider",
|
|
1770
|
+
"params": [
|
|
1593
1771
|
{
|
|
1594
|
-
"name": "
|
|
1772
|
+
"name": "previewFromOrigin",
|
|
1595
1773
|
"annotation": {
|
|
1596
|
-
"type": "
|
|
1597
|
-
"
|
|
1598
|
-
"type": "reference",
|
|
1599
|
-
"typeName": {
|
|
1600
|
-
"type": "identifier",
|
|
1601
|
-
"name": "WorkbenchNodeData"
|
|
1602
|
-
}
|
|
1603
|
-
}
|
|
1774
|
+
"type": "keyword",
|
|
1775
|
+
"value": "string"
|
|
1604
1776
|
}
|
|
1605
1777
|
},
|
|
1606
1778
|
{
|
|
1607
|
-
"name": "
|
|
1779
|
+
"name": "options",
|
|
1780
|
+
"annotation": {
|
|
1781
|
+
"type": "reference",
|
|
1782
|
+
"typeName": {
|
|
1783
|
+
"type": "identifier",
|
|
1784
|
+
"name": "PreviewStartOptions"
|
|
1785
|
+
}
|
|
1786
|
+
}
|
|
1787
|
+
}
|
|
1788
|
+
],
|
|
1789
|
+
"returns": {
|
|
1790
|
+
"annotation": {
|
|
1791
|
+
"type": "reference",
|
|
1792
|
+
"typeName": {
|
|
1793
|
+
"type": "identifier",
|
|
1794
|
+
"name": "Promise"
|
|
1795
|
+
},
|
|
1796
|
+
"typeParameters": {
|
|
1797
|
+
"type": "typeParameterInstantiation",
|
|
1798
|
+
"params": [
|
|
1799
|
+
{
|
|
1800
|
+
"type": "keyword",
|
|
1801
|
+
"value": "unknown"
|
|
1802
|
+
}
|
|
1803
|
+
]
|
|
1804
|
+
}
|
|
1805
|
+
}
|
|
1806
|
+
},
|
|
1807
|
+
"types": [
|
|
1808
|
+
{
|
|
1809
|
+
"type": "interface",
|
|
1810
|
+
"name": "PreviewStartOptions",
|
|
1811
|
+
"body": [
|
|
1812
|
+
{
|
|
1813
|
+
"type": "propertySignature",
|
|
1814
|
+
"key": {
|
|
1815
|
+
"type": "identifier",
|
|
1816
|
+
"name": "appId"
|
|
1817
|
+
},
|
|
1818
|
+
"annotation": {
|
|
1819
|
+
"type": "keyword",
|
|
1820
|
+
"value": "string"
|
|
1821
|
+
},
|
|
1822
|
+
"computed": false
|
|
1823
|
+
},
|
|
1824
|
+
{
|
|
1825
|
+
"type": "propertySignature",
|
|
1826
|
+
"key": {
|
|
1827
|
+
"type": "identifier",
|
|
1828
|
+
"name": "routeId"
|
|
1829
|
+
},
|
|
1830
|
+
"annotation": {
|
|
1831
|
+
"type": "keyword",
|
|
1832
|
+
"value": "string"
|
|
1833
|
+
},
|
|
1834
|
+
"optional": true,
|
|
1835
|
+
"computed": false
|
|
1836
|
+
},
|
|
1837
|
+
{
|
|
1838
|
+
"type": "propertySignature",
|
|
1839
|
+
"key": {
|
|
1840
|
+
"type": "identifier",
|
|
1841
|
+
"name": "templateId"
|
|
1842
|
+
},
|
|
1843
|
+
"annotation": {
|
|
1844
|
+
"type": "keyword",
|
|
1845
|
+
"value": "string"
|
|
1846
|
+
},
|
|
1847
|
+
"optional": true,
|
|
1848
|
+
"computed": false
|
|
1849
|
+
},
|
|
1850
|
+
{
|
|
1851
|
+
"type": "propertySignature",
|
|
1852
|
+
"key": {
|
|
1853
|
+
"type": "identifier",
|
|
1854
|
+
"name": "formId"
|
|
1855
|
+
},
|
|
1856
|
+
"annotation": {
|
|
1857
|
+
"type": "keyword",
|
|
1858
|
+
"value": "string"
|
|
1859
|
+
},
|
|
1860
|
+
"optional": true,
|
|
1861
|
+
"computed": false
|
|
1862
|
+
},
|
|
1863
|
+
{
|
|
1864
|
+
"type": "propertySignature",
|
|
1865
|
+
"key": {
|
|
1866
|
+
"type": "identifier",
|
|
1867
|
+
"name": "snippetData"
|
|
1868
|
+
},
|
|
1869
|
+
"annotation": {
|
|
1870
|
+
"type": "keyword",
|
|
1871
|
+
"value": "any"
|
|
1872
|
+
},
|
|
1873
|
+
"optional": true,
|
|
1874
|
+
"computed": false
|
|
1875
|
+
},
|
|
1876
|
+
{
|
|
1877
|
+
"type": "propertySignature",
|
|
1878
|
+
"key": {
|
|
1879
|
+
"type": "identifier",
|
|
1880
|
+
"name": "routePath"
|
|
1881
|
+
},
|
|
1882
|
+
"annotation": {
|
|
1883
|
+
"type": "keyword",
|
|
1884
|
+
"value": "string"
|
|
1885
|
+
},
|
|
1886
|
+
"optional": true,
|
|
1887
|
+
"computed": false
|
|
1888
|
+
},
|
|
1889
|
+
{
|
|
1890
|
+
"type": "propertySignature",
|
|
1891
|
+
"key": {
|
|
1892
|
+
"type": "identifier",
|
|
1893
|
+
"name": "routeExact"
|
|
1894
|
+
},
|
|
1895
|
+
"annotation": {
|
|
1896
|
+
"type": "keyword",
|
|
1897
|
+
"value": "boolean"
|
|
1898
|
+
},
|
|
1899
|
+
"optional": true,
|
|
1900
|
+
"computed": false
|
|
1901
|
+
},
|
|
1902
|
+
{
|
|
1903
|
+
"type": "propertySignature",
|
|
1904
|
+
"key": {
|
|
1905
|
+
"type": "identifier",
|
|
1906
|
+
"name": "settings"
|
|
1907
|
+
},
|
|
1908
|
+
"annotation": {
|
|
1909
|
+
"type": "reference",
|
|
1910
|
+
"typeName": {
|
|
1911
|
+
"type": "identifier",
|
|
1912
|
+
"name": "PreviewSettings"
|
|
1913
|
+
}
|
|
1914
|
+
},
|
|
1915
|
+
"optional": true,
|
|
1916
|
+
"computed": false
|
|
1917
|
+
},
|
|
1918
|
+
{
|
|
1919
|
+
"type": "propertySignature",
|
|
1920
|
+
"key": {
|
|
1921
|
+
"type": "identifier",
|
|
1922
|
+
"name": "updateStoryboardType"
|
|
1923
|
+
},
|
|
1924
|
+
"annotation": {
|
|
1925
|
+
"type": "reference",
|
|
1926
|
+
"typeName": {
|
|
1927
|
+
"type": "identifier",
|
|
1928
|
+
"name": "UpdateStoryboardType"
|
|
1929
|
+
}
|
|
1930
|
+
},
|
|
1931
|
+
"optional": true,
|
|
1932
|
+
"computed": false
|
|
1933
|
+
}
|
|
1934
|
+
]
|
|
1935
|
+
},
|
|
1936
|
+
{
|
|
1937
|
+
"type": "interface",
|
|
1938
|
+
"name": "PreviewSettings",
|
|
1939
|
+
"body": [
|
|
1940
|
+
{
|
|
1941
|
+
"type": "propertySignature",
|
|
1942
|
+
"key": {
|
|
1943
|
+
"type": "identifier",
|
|
1944
|
+
"name": "properties"
|
|
1945
|
+
},
|
|
1946
|
+
"annotation": {
|
|
1947
|
+
"type": "reference",
|
|
1948
|
+
"typeName": {
|
|
1949
|
+
"type": "identifier",
|
|
1950
|
+
"name": "Record"
|
|
1951
|
+
},
|
|
1952
|
+
"typeParameters": {
|
|
1953
|
+
"type": "typeParameterInstantiation",
|
|
1954
|
+
"params": [
|
|
1955
|
+
{
|
|
1956
|
+
"type": "keyword",
|
|
1957
|
+
"value": "string"
|
|
1958
|
+
},
|
|
1959
|
+
{
|
|
1960
|
+
"type": "keyword",
|
|
1961
|
+
"value": "unknown"
|
|
1962
|
+
}
|
|
1963
|
+
]
|
|
1964
|
+
}
|
|
1965
|
+
},
|
|
1966
|
+
"optional": true,
|
|
1967
|
+
"computed": false
|
|
1968
|
+
}
|
|
1969
|
+
]
|
|
1970
|
+
},
|
|
1971
|
+
{
|
|
1972
|
+
"type": "typeAlias",
|
|
1973
|
+
"name": "UpdateStoryboardType",
|
|
1974
|
+
"annotation": {
|
|
1975
|
+
"type": "union",
|
|
1976
|
+
"types": [
|
|
1977
|
+
{
|
|
1978
|
+
"type": "jsLiteral",
|
|
1979
|
+
"value": "route"
|
|
1980
|
+
},
|
|
1981
|
+
{
|
|
1982
|
+
"type": "jsLiteral",
|
|
1983
|
+
"value": "template"
|
|
1984
|
+
},
|
|
1985
|
+
{
|
|
1986
|
+
"type": "jsLiteral",
|
|
1987
|
+
"value": "snippet"
|
|
1988
|
+
}
|
|
1989
|
+
]
|
|
1990
|
+
}
|
|
1991
|
+
}
|
|
1992
|
+
]
|
|
1993
|
+
},
|
|
1994
|
+
"visual-builder.workbench-tree": {
|
|
1995
|
+
"properties": [
|
|
1996
|
+
{
|
|
1997
|
+
"name": "nodes",
|
|
1998
|
+
"annotation": {
|
|
1999
|
+
"type": "array",
|
|
2000
|
+
"elementType": {
|
|
2001
|
+
"type": "reference",
|
|
2002
|
+
"typeName": {
|
|
2003
|
+
"type": "identifier",
|
|
2004
|
+
"name": "WorkbenchNodeData"
|
|
2005
|
+
}
|
|
2006
|
+
}
|
|
2007
|
+
}
|
|
2008
|
+
},
|
|
2009
|
+
{
|
|
2010
|
+
"name": "actions",
|
|
1608
2011
|
"annotation": {
|
|
1609
2012
|
"type": "array",
|
|
1610
2013
|
"elementType": {
|
|
@@ -2341,231 +2744,5 @@
|
|
|
2341
2744
|
]
|
|
2342
2745
|
}
|
|
2343
2746
|
]
|
|
2344
|
-
},
|
|
2345
|
-
"visual-builder.inject-preview-agent": {
|
|
2346
|
-
"type": "provider",
|
|
2347
|
-
"params": [
|
|
2348
|
-
{
|
|
2349
|
-
"name": "previewFromOrigin",
|
|
2350
|
-
"annotation": {
|
|
2351
|
-
"type": "keyword",
|
|
2352
|
-
"value": "string"
|
|
2353
|
-
}
|
|
2354
|
-
},
|
|
2355
|
-
{
|
|
2356
|
-
"name": "options",
|
|
2357
|
-
"annotation": {
|
|
2358
|
-
"type": "reference",
|
|
2359
|
-
"typeName": {
|
|
2360
|
-
"type": "identifier",
|
|
2361
|
-
"name": "PreviewStartOptions"
|
|
2362
|
-
}
|
|
2363
|
-
}
|
|
2364
|
-
}
|
|
2365
|
-
],
|
|
2366
|
-
"returns": {
|
|
2367
|
-
"annotation": {
|
|
2368
|
-
"type": "reference",
|
|
2369
|
-
"typeName": {
|
|
2370
|
-
"type": "identifier",
|
|
2371
|
-
"name": "Promise"
|
|
2372
|
-
},
|
|
2373
|
-
"typeParameters": {
|
|
2374
|
-
"type": "typeParameterInstantiation",
|
|
2375
|
-
"params": [
|
|
2376
|
-
{
|
|
2377
|
-
"type": "keyword",
|
|
2378
|
-
"value": "unknown"
|
|
2379
|
-
}
|
|
2380
|
-
]
|
|
2381
|
-
}
|
|
2382
|
-
}
|
|
2383
|
-
},
|
|
2384
|
-
"types": [
|
|
2385
|
-
{
|
|
2386
|
-
"type": "interface",
|
|
2387
|
-
"name": "PreviewStartOptions",
|
|
2388
|
-
"body": [
|
|
2389
|
-
{
|
|
2390
|
-
"type": "propertySignature",
|
|
2391
|
-
"key": {
|
|
2392
|
-
"type": "identifier",
|
|
2393
|
-
"name": "appId"
|
|
2394
|
-
},
|
|
2395
|
-
"annotation": {
|
|
2396
|
-
"type": "keyword",
|
|
2397
|
-
"value": "string"
|
|
2398
|
-
},
|
|
2399
|
-
"computed": false
|
|
2400
|
-
},
|
|
2401
|
-
{
|
|
2402
|
-
"type": "propertySignature",
|
|
2403
|
-
"key": {
|
|
2404
|
-
"type": "identifier",
|
|
2405
|
-
"name": "routeId"
|
|
2406
|
-
},
|
|
2407
|
-
"annotation": {
|
|
2408
|
-
"type": "keyword",
|
|
2409
|
-
"value": "string"
|
|
2410
|
-
},
|
|
2411
|
-
"optional": true,
|
|
2412
|
-
"computed": false
|
|
2413
|
-
},
|
|
2414
|
-
{
|
|
2415
|
-
"type": "propertySignature",
|
|
2416
|
-
"key": {
|
|
2417
|
-
"type": "identifier",
|
|
2418
|
-
"name": "templateId"
|
|
2419
|
-
},
|
|
2420
|
-
"annotation": {
|
|
2421
|
-
"type": "keyword",
|
|
2422
|
-
"value": "string"
|
|
2423
|
-
},
|
|
2424
|
-
"optional": true,
|
|
2425
|
-
"computed": false
|
|
2426
|
-
},
|
|
2427
|
-
{
|
|
2428
|
-
"type": "propertySignature",
|
|
2429
|
-
"key": {
|
|
2430
|
-
"type": "identifier",
|
|
2431
|
-
"name": "formId"
|
|
2432
|
-
},
|
|
2433
|
-
"annotation": {
|
|
2434
|
-
"type": "keyword",
|
|
2435
|
-
"value": "string"
|
|
2436
|
-
},
|
|
2437
|
-
"optional": true,
|
|
2438
|
-
"computed": false
|
|
2439
|
-
},
|
|
2440
|
-
{
|
|
2441
|
-
"type": "propertySignature",
|
|
2442
|
-
"key": {
|
|
2443
|
-
"type": "identifier",
|
|
2444
|
-
"name": "snippetData"
|
|
2445
|
-
},
|
|
2446
|
-
"annotation": {
|
|
2447
|
-
"type": "keyword",
|
|
2448
|
-
"value": "any"
|
|
2449
|
-
},
|
|
2450
|
-
"optional": true,
|
|
2451
|
-
"computed": false
|
|
2452
|
-
},
|
|
2453
|
-
{
|
|
2454
|
-
"type": "propertySignature",
|
|
2455
|
-
"key": {
|
|
2456
|
-
"type": "identifier",
|
|
2457
|
-
"name": "routePath"
|
|
2458
|
-
},
|
|
2459
|
-
"annotation": {
|
|
2460
|
-
"type": "keyword",
|
|
2461
|
-
"value": "string"
|
|
2462
|
-
},
|
|
2463
|
-
"optional": true,
|
|
2464
|
-
"computed": false
|
|
2465
|
-
},
|
|
2466
|
-
{
|
|
2467
|
-
"type": "propertySignature",
|
|
2468
|
-
"key": {
|
|
2469
|
-
"type": "identifier",
|
|
2470
|
-
"name": "routeExact"
|
|
2471
|
-
},
|
|
2472
|
-
"annotation": {
|
|
2473
|
-
"type": "keyword",
|
|
2474
|
-
"value": "boolean"
|
|
2475
|
-
},
|
|
2476
|
-
"optional": true,
|
|
2477
|
-
"computed": false
|
|
2478
|
-
},
|
|
2479
|
-
{
|
|
2480
|
-
"type": "propertySignature",
|
|
2481
|
-
"key": {
|
|
2482
|
-
"type": "identifier",
|
|
2483
|
-
"name": "settings"
|
|
2484
|
-
},
|
|
2485
|
-
"annotation": {
|
|
2486
|
-
"type": "reference",
|
|
2487
|
-
"typeName": {
|
|
2488
|
-
"type": "identifier",
|
|
2489
|
-
"name": "PreviewSettings"
|
|
2490
|
-
}
|
|
2491
|
-
},
|
|
2492
|
-
"optional": true,
|
|
2493
|
-
"computed": false
|
|
2494
|
-
},
|
|
2495
|
-
{
|
|
2496
|
-
"type": "propertySignature",
|
|
2497
|
-
"key": {
|
|
2498
|
-
"type": "identifier",
|
|
2499
|
-
"name": "updateStoryboardType"
|
|
2500
|
-
},
|
|
2501
|
-
"annotation": {
|
|
2502
|
-
"type": "reference",
|
|
2503
|
-
"typeName": {
|
|
2504
|
-
"type": "identifier",
|
|
2505
|
-
"name": "UpdateStoryboardType"
|
|
2506
|
-
}
|
|
2507
|
-
},
|
|
2508
|
-
"optional": true,
|
|
2509
|
-
"computed": false
|
|
2510
|
-
}
|
|
2511
|
-
]
|
|
2512
|
-
},
|
|
2513
|
-
{
|
|
2514
|
-
"type": "interface",
|
|
2515
|
-
"name": "PreviewSettings",
|
|
2516
|
-
"body": [
|
|
2517
|
-
{
|
|
2518
|
-
"type": "propertySignature",
|
|
2519
|
-
"key": {
|
|
2520
|
-
"type": "identifier",
|
|
2521
|
-
"name": "properties"
|
|
2522
|
-
},
|
|
2523
|
-
"annotation": {
|
|
2524
|
-
"type": "reference",
|
|
2525
|
-
"typeName": {
|
|
2526
|
-
"type": "identifier",
|
|
2527
|
-
"name": "Record"
|
|
2528
|
-
},
|
|
2529
|
-
"typeParameters": {
|
|
2530
|
-
"type": "typeParameterInstantiation",
|
|
2531
|
-
"params": [
|
|
2532
|
-
{
|
|
2533
|
-
"type": "keyword",
|
|
2534
|
-
"value": "string"
|
|
2535
|
-
},
|
|
2536
|
-
{
|
|
2537
|
-
"type": "keyword",
|
|
2538
|
-
"value": "unknown"
|
|
2539
|
-
}
|
|
2540
|
-
]
|
|
2541
|
-
}
|
|
2542
|
-
},
|
|
2543
|
-
"optional": true,
|
|
2544
|
-
"computed": false
|
|
2545
|
-
}
|
|
2546
|
-
]
|
|
2547
|
-
},
|
|
2548
|
-
{
|
|
2549
|
-
"type": "typeAlias",
|
|
2550
|
-
"name": "UpdateStoryboardType",
|
|
2551
|
-
"annotation": {
|
|
2552
|
-
"type": "union",
|
|
2553
|
-
"types": [
|
|
2554
|
-
{
|
|
2555
|
-
"type": "jsLiteral",
|
|
2556
|
-
"value": "route"
|
|
2557
|
-
},
|
|
2558
|
-
{
|
|
2559
|
-
"type": "jsLiteral",
|
|
2560
|
-
"value": "template"
|
|
2561
|
-
},
|
|
2562
|
-
{
|
|
2563
|
-
"type": "jsLiteral",
|
|
2564
|
-
"value": "snippet"
|
|
2565
|
-
}
|
|
2566
|
-
]
|
|
2567
|
-
}
|
|
2568
|
-
}
|
|
2569
|
-
]
|
|
2570
2747
|
}
|
|
2571
2748
|
}
|