@next-bricks/visual-builder 1.36.28 → 1.36.30
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 +24 -24
- package/dist/chunks/{8081.13afeb89.js → 1525.43329bb3.js} +2 -2
- package/dist/chunks/1525.43329bb3.js.map +1 -0
- package/dist/chunks/6840.21d31b93.js +3 -0
- package/dist/chunks/6840.21d31b93.js.map +1 -0
- package/dist/chunks/7085.593a28a6.js +3 -0
- package/dist/chunks/7085.593a28a6.js.map +1 -0
- package/dist/chunks/9080.b51b1966.js +2 -0
- package/dist/chunks/{9080.7ef2b8f1.js.map → 9080.b51b1966.js.map} +1 -1
- package/dist/chunks/main.f970ebdd.js +2 -0
- package/dist/chunks/main.f970ebdd.js.map +1 -0
- package/dist/chunks/{property-editor.38752fca.js → property-editor.f09203b7.js} +2 -2
- package/dist/chunks/{property-editor.38752fca.js.map → property-editor.f09203b7.js.map} +1 -1
- package/dist/chunks/raw-data-preview.39456503.js +3 -0
- package/dist/chunks/raw-data-preview.39456503.js.map +1 -0
- package/dist/examples.json +3 -3
- package/dist/index.80eef55c.js +2 -0
- package/dist/index.80eef55c.js.map +1 -0
- package/dist/manifest.json +148 -148
- package/dist/types.json +341 -341
- package/dist-types/shared/compat_internals.d.ts +5 -0
- package/package.json +2 -2
- package/dist/chunks/5559.5ea3e556.js +0 -3
- package/dist/chunks/5559.5ea3e556.js.map +0 -1
- package/dist/chunks/7507.7e65daab.js +0 -2
- package/dist/chunks/7507.7e65daab.js.map +0 -1
- package/dist/chunks/7643.62bf608d.js +0 -3
- package/dist/chunks/7643.62bf608d.js.map +0 -1
- package/dist/chunks/8081.13afeb89.js.map +0 -1
- package/dist/chunks/9080.7ef2b8f1.js +0 -2
- package/dist/chunks/main.286f2d08.js +0 -2
- package/dist/chunks/main.286f2d08.js.map +0 -1
- package/dist/chunks/raw-data-preview.741ec4d9.js +0 -3
- package/dist/chunks/raw-data-preview.741ec4d9.js.map +0 -1
- package/dist/index.df2f917d.js +0 -2
- package/dist/index.df2f917d.js.map +0 -1
- /package/dist/chunks/{7643.62bf608d.js.LICENSE.txt → 6840.21d31b93.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{5559.5ea3e556.js.LICENSE.txt → 7085.593a28a6.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{raw-data-preview.741ec4d9.js.LICENSE.txt → raw-data-preview.39456503.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -1,4 +1,101 @@
|
|
|
1
1
|
{
|
|
2
|
+
"visual-builder.workbench-pane": {
|
|
3
|
+
"properties": [
|
|
4
|
+
{
|
|
5
|
+
"name": "titleLabel",
|
|
6
|
+
"annotation": {
|
|
7
|
+
"type": "keyword",
|
|
8
|
+
"value": "string"
|
|
9
|
+
}
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"name": "active",
|
|
13
|
+
"annotation": {
|
|
14
|
+
"type": "keyword",
|
|
15
|
+
"value": "boolean"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "badge",
|
|
20
|
+
"annotation": {
|
|
21
|
+
"type": "keyword",
|
|
22
|
+
"value": "number"
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
],
|
|
26
|
+
"events": [
|
|
27
|
+
{
|
|
28
|
+
"name": "active.change",
|
|
29
|
+
"detail": {
|
|
30
|
+
"annotation": {
|
|
31
|
+
"type": "keyword",
|
|
32
|
+
"value": "boolean"
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"name": "active.firstActivated",
|
|
38
|
+
"detail": {
|
|
39
|
+
"annotation": {
|
|
40
|
+
"type": "keyword",
|
|
41
|
+
"value": "void"
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
],
|
|
46
|
+
"methods": []
|
|
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
|
+
"name": "tooltip",
|
|
90
|
+
"annotation": {
|
|
91
|
+
"type": "keyword",
|
|
92
|
+
"value": "string"
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
],
|
|
96
|
+
"events": [],
|
|
97
|
+
"methods": []
|
|
98
|
+
},
|
|
2
99
|
"visual-builder.workbench-sidebar": {
|
|
3
100
|
"properties": [
|
|
4
101
|
{
|
|
@@ -289,51 +386,126 @@
|
|
|
289
386
|
}
|
|
290
387
|
]
|
|
291
388
|
},
|
|
292
|
-
"visual-builder.
|
|
293
|
-
"
|
|
294
|
-
|
|
295
|
-
"name": "titleLabel",
|
|
296
|
-
"annotation": {
|
|
297
|
-
"type": "keyword",
|
|
298
|
-
"value": "string"
|
|
299
|
-
}
|
|
300
|
-
},
|
|
301
|
-
{
|
|
302
|
-
"name": "active",
|
|
303
|
-
"annotation": {
|
|
304
|
-
"type": "keyword",
|
|
305
|
-
"value": "boolean"
|
|
306
|
-
}
|
|
307
|
-
},
|
|
389
|
+
"visual-builder.batch-update-raw-data-generated-view": {
|
|
390
|
+
"type": "provider",
|
|
391
|
+
"params": [
|
|
308
392
|
{
|
|
309
|
-
"name": "
|
|
393
|
+
"name": "generations",
|
|
310
394
|
"annotation": {
|
|
311
|
-
"type": "
|
|
312
|
-
"
|
|
395
|
+
"type": "array",
|
|
396
|
+
"elementType": {
|
|
397
|
+
"type": "reference",
|
|
398
|
+
"typeName": {
|
|
399
|
+
"type": "identifier",
|
|
400
|
+
"name": "GeneratedView"
|
|
401
|
+
}
|
|
402
|
+
}
|
|
313
403
|
}
|
|
314
404
|
}
|
|
315
405
|
],
|
|
316
|
-
"
|
|
317
|
-
{
|
|
318
|
-
"
|
|
319
|
-
"
|
|
320
|
-
"
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
406
|
+
"returns": {
|
|
407
|
+
"annotation": {
|
|
408
|
+
"type": "reference",
|
|
409
|
+
"typeName": {
|
|
410
|
+
"type": "identifier",
|
|
411
|
+
"name": "Promise"
|
|
412
|
+
},
|
|
413
|
+
"typeParameters": {
|
|
414
|
+
"type": "typeParameterInstantiation",
|
|
415
|
+
"params": [
|
|
416
|
+
{
|
|
417
|
+
"type": "keyword",
|
|
418
|
+
"value": "unknown"
|
|
419
|
+
}
|
|
420
|
+
]
|
|
324
421
|
}
|
|
325
|
-
}
|
|
422
|
+
}
|
|
423
|
+
},
|
|
424
|
+
"types": [
|
|
326
425
|
{
|
|
327
|
-
"
|
|
328
|
-
"
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
"
|
|
426
|
+
"type": "interface",
|
|
427
|
+
"name": "GeneratedView",
|
|
428
|
+
"body": [
|
|
429
|
+
{
|
|
430
|
+
"type": "propertySignature",
|
|
431
|
+
"key": {
|
|
432
|
+
"type": "identifier",
|
|
433
|
+
"name": "attrInstanceId"
|
|
434
|
+
},
|
|
435
|
+
"annotation": {
|
|
436
|
+
"type": "keyword",
|
|
437
|
+
"value": "string"
|
|
438
|
+
},
|
|
439
|
+
"computed": false
|
|
440
|
+
},
|
|
441
|
+
{
|
|
442
|
+
"type": "propertySignature",
|
|
443
|
+
"key": {
|
|
444
|
+
"type": "identifier",
|
|
445
|
+
"name": "input"
|
|
446
|
+
},
|
|
447
|
+
"annotation": {
|
|
448
|
+
"type": "keyword",
|
|
449
|
+
"value": "string"
|
|
450
|
+
},
|
|
451
|
+
"computed": false
|
|
452
|
+
},
|
|
453
|
+
{
|
|
454
|
+
"type": "propertySignature",
|
|
455
|
+
"key": {
|
|
456
|
+
"type": "identifier",
|
|
457
|
+
"name": "output"
|
|
458
|
+
},
|
|
459
|
+
"annotation": {
|
|
460
|
+
"type": "keyword",
|
|
461
|
+
"value": "string"
|
|
462
|
+
},
|
|
463
|
+
"computed": false
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
"type": "propertySignature",
|
|
467
|
+
"key": {
|
|
468
|
+
"type": "identifier",
|
|
469
|
+
"name": "list"
|
|
470
|
+
},
|
|
471
|
+
"annotation": {
|
|
472
|
+
"type": "array",
|
|
473
|
+
"elementType": {
|
|
474
|
+
"type": "keyword",
|
|
475
|
+
"value": "unknown"
|
|
476
|
+
}
|
|
477
|
+
},
|
|
478
|
+
"computed": false
|
|
479
|
+
},
|
|
480
|
+
{
|
|
481
|
+
"type": "propertySignature",
|
|
482
|
+
"key": {
|
|
483
|
+
"type": "identifier",
|
|
484
|
+
"name": "defaultVisualWeight"
|
|
485
|
+
},
|
|
486
|
+
"annotation": {
|
|
487
|
+
"type": "keyword",
|
|
488
|
+
"value": "number"
|
|
489
|
+
},
|
|
490
|
+
"optional": true,
|
|
491
|
+
"computed": false
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
"type": "propertySignature",
|
|
495
|
+
"key": {
|
|
496
|
+
"type": "identifier",
|
|
497
|
+
"name": "systemPromptVersion"
|
|
498
|
+
},
|
|
499
|
+
"annotation": {
|
|
500
|
+
"type": "keyword",
|
|
501
|
+
"value": "string"
|
|
502
|
+
},
|
|
503
|
+
"optional": true,
|
|
504
|
+
"computed": false
|
|
332
505
|
}
|
|
333
|
-
|
|
506
|
+
]
|
|
334
507
|
}
|
|
335
|
-
]
|
|
336
|
-
"methods": []
|
|
508
|
+
]
|
|
337
509
|
},
|
|
338
510
|
"visual-builder.pre-generated-preview": {
|
|
339
511
|
"properties": [
|
|
@@ -561,127 +733,6 @@
|
|
|
561
733
|
}
|
|
562
734
|
]
|
|
563
735
|
},
|
|
564
|
-
"visual-builder.batch-update-raw-data-generated-view": {
|
|
565
|
-
"type": "provider",
|
|
566
|
-
"params": [
|
|
567
|
-
{
|
|
568
|
-
"name": "generations",
|
|
569
|
-
"annotation": {
|
|
570
|
-
"type": "array",
|
|
571
|
-
"elementType": {
|
|
572
|
-
"type": "reference",
|
|
573
|
-
"typeName": {
|
|
574
|
-
"type": "identifier",
|
|
575
|
-
"name": "GeneratedView"
|
|
576
|
-
}
|
|
577
|
-
}
|
|
578
|
-
}
|
|
579
|
-
}
|
|
580
|
-
],
|
|
581
|
-
"returns": {
|
|
582
|
-
"annotation": {
|
|
583
|
-
"type": "reference",
|
|
584
|
-
"typeName": {
|
|
585
|
-
"type": "identifier",
|
|
586
|
-
"name": "Promise"
|
|
587
|
-
},
|
|
588
|
-
"typeParameters": {
|
|
589
|
-
"type": "typeParameterInstantiation",
|
|
590
|
-
"params": [
|
|
591
|
-
{
|
|
592
|
-
"type": "keyword",
|
|
593
|
-
"value": "unknown"
|
|
594
|
-
}
|
|
595
|
-
]
|
|
596
|
-
}
|
|
597
|
-
}
|
|
598
|
-
},
|
|
599
|
-
"types": [
|
|
600
|
-
{
|
|
601
|
-
"type": "interface",
|
|
602
|
-
"name": "GeneratedView",
|
|
603
|
-
"body": [
|
|
604
|
-
{
|
|
605
|
-
"type": "propertySignature",
|
|
606
|
-
"key": {
|
|
607
|
-
"type": "identifier",
|
|
608
|
-
"name": "attrInstanceId"
|
|
609
|
-
},
|
|
610
|
-
"annotation": {
|
|
611
|
-
"type": "keyword",
|
|
612
|
-
"value": "string"
|
|
613
|
-
},
|
|
614
|
-
"computed": false
|
|
615
|
-
},
|
|
616
|
-
{
|
|
617
|
-
"type": "propertySignature",
|
|
618
|
-
"key": {
|
|
619
|
-
"type": "identifier",
|
|
620
|
-
"name": "input"
|
|
621
|
-
},
|
|
622
|
-
"annotation": {
|
|
623
|
-
"type": "keyword",
|
|
624
|
-
"value": "string"
|
|
625
|
-
},
|
|
626
|
-
"computed": false
|
|
627
|
-
},
|
|
628
|
-
{
|
|
629
|
-
"type": "propertySignature",
|
|
630
|
-
"key": {
|
|
631
|
-
"type": "identifier",
|
|
632
|
-
"name": "output"
|
|
633
|
-
},
|
|
634
|
-
"annotation": {
|
|
635
|
-
"type": "keyword",
|
|
636
|
-
"value": "string"
|
|
637
|
-
},
|
|
638
|
-
"computed": false
|
|
639
|
-
},
|
|
640
|
-
{
|
|
641
|
-
"type": "propertySignature",
|
|
642
|
-
"key": {
|
|
643
|
-
"type": "identifier",
|
|
644
|
-
"name": "list"
|
|
645
|
-
},
|
|
646
|
-
"annotation": {
|
|
647
|
-
"type": "array",
|
|
648
|
-
"elementType": {
|
|
649
|
-
"type": "keyword",
|
|
650
|
-
"value": "unknown"
|
|
651
|
-
}
|
|
652
|
-
},
|
|
653
|
-
"computed": false
|
|
654
|
-
},
|
|
655
|
-
{
|
|
656
|
-
"type": "propertySignature",
|
|
657
|
-
"key": {
|
|
658
|
-
"type": "identifier",
|
|
659
|
-
"name": "defaultVisualWeight"
|
|
660
|
-
},
|
|
661
|
-
"annotation": {
|
|
662
|
-
"type": "keyword",
|
|
663
|
-
"value": "number"
|
|
664
|
-
},
|
|
665
|
-
"optional": true,
|
|
666
|
-
"computed": false
|
|
667
|
-
},
|
|
668
|
-
{
|
|
669
|
-
"type": "propertySignature",
|
|
670
|
-
"key": {
|
|
671
|
-
"type": "identifier",
|
|
672
|
-
"name": "systemPromptVersion"
|
|
673
|
-
},
|
|
674
|
-
"annotation": {
|
|
675
|
-
"type": "keyword",
|
|
676
|
-
"value": "string"
|
|
677
|
-
},
|
|
678
|
-
"optional": true,
|
|
679
|
-
"computed": false
|
|
680
|
-
}
|
|
681
|
-
]
|
|
682
|
-
}
|
|
683
|
-
]
|
|
684
|
-
},
|
|
685
736
|
"visual-builder.check-editor-by-name": {
|
|
686
737
|
"type": "provider",
|
|
687
738
|
"params": [
|
|
@@ -861,85 +912,34 @@
|
|
|
861
912
|
}
|
|
862
913
|
]
|
|
863
914
|
},
|
|
864
|
-
"visual-builder.pre-generated-table-view": {
|
|
865
|
-
"properties": [],
|
|
866
|
-
"events": [],
|
|
867
|
-
"methods": []
|
|
868
|
-
},
|
|
869
915
|
"visual-builder.pre-generated-container": {
|
|
870
916
|
"properties": [
|
|
871
917
|
{
|
|
872
918
|
"name": "useBrick",
|
|
873
919
|
"annotation": {
|
|
874
|
-
"type": "reference",
|
|
875
|
-
"typeName": {
|
|
876
|
-
"type": "identifier",
|
|
877
|
-
"name": "UseBrickConf"
|
|
878
|
-
}
|
|
879
|
-
}
|
|
880
|
-
},
|
|
881
|
-
{
|
|
882
|
-
"name": "dataSource",
|
|
883
|
-
"annotation": {
|
|
884
|
-
"type": "keyword",
|
|
885
|
-
"value": "unknown"
|
|
886
|
-
}
|
|
887
|
-
}
|
|
888
|
-
],
|
|
889
|
-
"events": [],
|
|
890
|
-
"methods": []
|
|
891
|
-
},
|
|
892
|
-
"visual-builder.workbench-action": {
|
|
893
|
-
"properties": [
|
|
894
|
-
{
|
|
895
|
-
"name": "icon",
|
|
896
|
-
"annotation": {
|
|
897
|
-
"type": "reference",
|
|
898
|
-
"typeName": {
|
|
899
|
-
"type": "identifier",
|
|
900
|
-
"name": "GeneralIconProps"
|
|
901
|
-
}
|
|
902
|
-
}
|
|
903
|
-
},
|
|
904
|
-
{
|
|
905
|
-
"name": "to",
|
|
906
|
-
"annotation": {
|
|
907
|
-
"type": "keyword",
|
|
908
|
-
"value": "string"
|
|
909
|
-
}
|
|
910
|
-
},
|
|
911
|
-
{
|
|
912
|
-
"name": "active",
|
|
913
|
-
"annotation": {
|
|
914
|
-
"type": "keyword",
|
|
915
|
-
"value": "boolean"
|
|
916
|
-
}
|
|
917
|
-
},
|
|
918
|
-
{
|
|
919
|
-
"name": "href",
|
|
920
|
-
"annotation": {
|
|
921
|
-
"type": "keyword",
|
|
922
|
-
"value": "string"
|
|
923
|
-
}
|
|
924
|
-
},
|
|
925
|
-
{
|
|
926
|
-
"name": "target",
|
|
927
|
-
"annotation": {
|
|
928
|
-
"type": "keyword",
|
|
929
|
-
"value": "string"
|
|
920
|
+
"type": "reference",
|
|
921
|
+
"typeName": {
|
|
922
|
+
"type": "identifier",
|
|
923
|
+
"name": "UseBrickConf"
|
|
924
|
+
}
|
|
930
925
|
}
|
|
931
926
|
},
|
|
932
927
|
{
|
|
933
|
-
"name": "
|
|
928
|
+
"name": "dataSource",
|
|
934
929
|
"annotation": {
|
|
935
930
|
"type": "keyword",
|
|
936
|
-
"value": "
|
|
931
|
+
"value": "unknown"
|
|
937
932
|
}
|
|
938
933
|
}
|
|
939
934
|
],
|
|
940
935
|
"events": [],
|
|
941
936
|
"methods": []
|
|
942
937
|
},
|
|
938
|
+
"visual-builder.pre-generated-table-view": {
|
|
939
|
+
"properties": [],
|
|
940
|
+
"events": [],
|
|
941
|
+
"methods": []
|
|
942
|
+
},
|
|
943
943
|
"visual-builder.get-dependency-tree": {
|
|
944
944
|
"type": "provider",
|
|
945
945
|
"params": [
|
|
@@ -1219,127 +1219,6 @@
|
|
|
1219
1219
|
}
|
|
1220
1220
|
]
|
|
1221
1221
|
},
|
|
1222
|
-
"visual-builder.chat-conversation": {
|
|
1223
|
-
"properties": [
|
|
1224
|
-
{
|
|
1225
|
-
"name": "messages",
|
|
1226
|
-
"annotation": {
|
|
1227
|
-
"type": "array",
|
|
1228
|
-
"elementType": {
|
|
1229
|
-
"type": "reference",
|
|
1230
|
-
"typeName": {
|
|
1231
|
-
"type": "identifier",
|
|
1232
|
-
"name": "Message"
|
|
1233
|
-
}
|
|
1234
|
-
}
|
|
1235
|
-
}
|
|
1236
|
-
},
|
|
1237
|
-
{
|
|
1238
|
-
"name": "errorBoundary",
|
|
1239
|
-
"annotation": {
|
|
1240
|
-
"type": "keyword",
|
|
1241
|
-
"value": "boolean"
|
|
1242
|
-
}
|
|
1243
|
-
}
|
|
1244
|
-
],
|
|
1245
|
-
"events": [
|
|
1246
|
-
{
|
|
1247
|
-
"name": "storyboard.update",
|
|
1248
|
-
"detail": {
|
|
1249
|
-
"annotation": {
|
|
1250
|
-
"type": "array",
|
|
1251
|
-
"elementType": {
|
|
1252
|
-
"type": "reference",
|
|
1253
|
-
"typeName": {
|
|
1254
|
-
"type": "identifier",
|
|
1255
|
-
"name": "BrickConf"
|
|
1256
|
-
}
|
|
1257
|
-
}
|
|
1258
|
-
}
|
|
1259
|
-
}
|
|
1260
|
-
}
|
|
1261
|
-
],
|
|
1262
|
-
"methods": [],
|
|
1263
|
-
"types": [
|
|
1264
|
-
{
|
|
1265
|
-
"type": "interface",
|
|
1266
|
-
"name": "Message",
|
|
1267
|
-
"body": [
|
|
1268
|
-
{
|
|
1269
|
-
"type": "propertySignature",
|
|
1270
|
-
"key": {
|
|
1271
|
-
"type": "identifier",
|
|
1272
|
-
"name": "role"
|
|
1273
|
-
},
|
|
1274
|
-
"annotation": {
|
|
1275
|
-
"type": "union",
|
|
1276
|
-
"types": [
|
|
1277
|
-
{
|
|
1278
|
-
"type": "jsLiteral",
|
|
1279
|
-
"value": "user"
|
|
1280
|
-
},
|
|
1281
|
-
{
|
|
1282
|
-
"type": "jsLiteral",
|
|
1283
|
-
"value": "assistant"
|
|
1284
|
-
}
|
|
1285
|
-
]
|
|
1286
|
-
},
|
|
1287
|
-
"computed": false
|
|
1288
|
-
},
|
|
1289
|
-
{
|
|
1290
|
-
"type": "propertySignature",
|
|
1291
|
-
"key": {
|
|
1292
|
-
"type": "identifier",
|
|
1293
|
-
"name": "content"
|
|
1294
|
-
},
|
|
1295
|
-
"annotation": {
|
|
1296
|
-
"type": "keyword",
|
|
1297
|
-
"value": "string"
|
|
1298
|
-
},
|
|
1299
|
-
"computed": false
|
|
1300
|
-
},
|
|
1301
|
-
{
|
|
1302
|
-
"type": "propertySignature",
|
|
1303
|
-
"key": {
|
|
1304
|
-
"type": "identifier",
|
|
1305
|
-
"name": "key"
|
|
1306
|
-
},
|
|
1307
|
-
"annotation": {
|
|
1308
|
-
"type": "keyword",
|
|
1309
|
-
"value": "number"
|
|
1310
|
-
},
|
|
1311
|
-
"computed": false
|
|
1312
|
-
},
|
|
1313
|
-
{
|
|
1314
|
-
"type": "propertySignature",
|
|
1315
|
-
"key": {
|
|
1316
|
-
"type": "identifier",
|
|
1317
|
-
"name": "partial"
|
|
1318
|
-
},
|
|
1319
|
-
"annotation": {
|
|
1320
|
-
"type": "keyword",
|
|
1321
|
-
"value": "boolean"
|
|
1322
|
-
},
|
|
1323
|
-
"optional": true,
|
|
1324
|
-
"computed": false
|
|
1325
|
-
},
|
|
1326
|
-
{
|
|
1327
|
-
"type": "propertySignature",
|
|
1328
|
-
"key": {
|
|
1329
|
-
"type": "identifier",
|
|
1330
|
-
"name": "failed"
|
|
1331
|
-
},
|
|
1332
|
-
"annotation": {
|
|
1333
|
-
"type": "keyword",
|
|
1334
|
-
"value": "boolean"
|
|
1335
|
-
},
|
|
1336
|
-
"optional": true,
|
|
1337
|
-
"computed": false
|
|
1338
|
-
}
|
|
1339
|
-
]
|
|
1340
|
-
}
|
|
1341
|
-
]
|
|
1342
|
-
},
|
|
1343
1222
|
"visual-builder.generate-snippets-context-menu": {
|
|
1344
1223
|
"properties": [
|
|
1345
1224
|
{
|
|
@@ -1623,6 +1502,127 @@
|
|
|
1623
1502
|
}
|
|
1624
1503
|
]
|
|
1625
1504
|
},
|
|
1505
|
+
"visual-builder.chat-conversation": {
|
|
1506
|
+
"properties": [
|
|
1507
|
+
{
|
|
1508
|
+
"name": "messages",
|
|
1509
|
+
"annotation": {
|
|
1510
|
+
"type": "array",
|
|
1511
|
+
"elementType": {
|
|
1512
|
+
"type": "reference",
|
|
1513
|
+
"typeName": {
|
|
1514
|
+
"type": "identifier",
|
|
1515
|
+
"name": "Message"
|
|
1516
|
+
}
|
|
1517
|
+
}
|
|
1518
|
+
}
|
|
1519
|
+
},
|
|
1520
|
+
{
|
|
1521
|
+
"name": "errorBoundary",
|
|
1522
|
+
"annotation": {
|
|
1523
|
+
"type": "keyword",
|
|
1524
|
+
"value": "boolean"
|
|
1525
|
+
}
|
|
1526
|
+
}
|
|
1527
|
+
],
|
|
1528
|
+
"events": [
|
|
1529
|
+
{
|
|
1530
|
+
"name": "storyboard.update",
|
|
1531
|
+
"detail": {
|
|
1532
|
+
"annotation": {
|
|
1533
|
+
"type": "array",
|
|
1534
|
+
"elementType": {
|
|
1535
|
+
"type": "reference",
|
|
1536
|
+
"typeName": {
|
|
1537
|
+
"type": "identifier",
|
|
1538
|
+
"name": "BrickConf"
|
|
1539
|
+
}
|
|
1540
|
+
}
|
|
1541
|
+
}
|
|
1542
|
+
}
|
|
1543
|
+
}
|
|
1544
|
+
],
|
|
1545
|
+
"methods": [],
|
|
1546
|
+
"types": [
|
|
1547
|
+
{
|
|
1548
|
+
"type": "interface",
|
|
1549
|
+
"name": "Message",
|
|
1550
|
+
"body": [
|
|
1551
|
+
{
|
|
1552
|
+
"type": "propertySignature",
|
|
1553
|
+
"key": {
|
|
1554
|
+
"type": "identifier",
|
|
1555
|
+
"name": "role"
|
|
1556
|
+
},
|
|
1557
|
+
"annotation": {
|
|
1558
|
+
"type": "union",
|
|
1559
|
+
"types": [
|
|
1560
|
+
{
|
|
1561
|
+
"type": "jsLiteral",
|
|
1562
|
+
"value": "user"
|
|
1563
|
+
},
|
|
1564
|
+
{
|
|
1565
|
+
"type": "jsLiteral",
|
|
1566
|
+
"value": "assistant"
|
|
1567
|
+
}
|
|
1568
|
+
]
|
|
1569
|
+
},
|
|
1570
|
+
"computed": false
|
|
1571
|
+
},
|
|
1572
|
+
{
|
|
1573
|
+
"type": "propertySignature",
|
|
1574
|
+
"key": {
|
|
1575
|
+
"type": "identifier",
|
|
1576
|
+
"name": "content"
|
|
1577
|
+
},
|
|
1578
|
+
"annotation": {
|
|
1579
|
+
"type": "keyword",
|
|
1580
|
+
"value": "string"
|
|
1581
|
+
},
|
|
1582
|
+
"computed": false
|
|
1583
|
+
},
|
|
1584
|
+
{
|
|
1585
|
+
"type": "propertySignature",
|
|
1586
|
+
"key": {
|
|
1587
|
+
"type": "identifier",
|
|
1588
|
+
"name": "key"
|
|
1589
|
+
},
|
|
1590
|
+
"annotation": {
|
|
1591
|
+
"type": "keyword",
|
|
1592
|
+
"value": "number"
|
|
1593
|
+
},
|
|
1594
|
+
"computed": false
|
|
1595
|
+
},
|
|
1596
|
+
{
|
|
1597
|
+
"type": "propertySignature",
|
|
1598
|
+
"key": {
|
|
1599
|
+
"type": "identifier",
|
|
1600
|
+
"name": "partial"
|
|
1601
|
+
},
|
|
1602
|
+
"annotation": {
|
|
1603
|
+
"type": "keyword",
|
|
1604
|
+
"value": "boolean"
|
|
1605
|
+
},
|
|
1606
|
+
"optional": true,
|
|
1607
|
+
"computed": false
|
|
1608
|
+
},
|
|
1609
|
+
{
|
|
1610
|
+
"type": "propertySignature",
|
|
1611
|
+
"key": {
|
|
1612
|
+
"type": "identifier",
|
|
1613
|
+
"name": "failed"
|
|
1614
|
+
},
|
|
1615
|
+
"annotation": {
|
|
1616
|
+
"type": "keyword",
|
|
1617
|
+
"value": "boolean"
|
|
1618
|
+
},
|
|
1619
|
+
"optional": true,
|
|
1620
|
+
"computed": false
|
|
1621
|
+
}
|
|
1622
|
+
]
|
|
1623
|
+
}
|
|
1624
|
+
]
|
|
1625
|
+
},
|
|
1626
1626
|
"visual-builder.inject-chat-preview-agent": {
|
|
1627
1627
|
"type": "provider",
|
|
1628
1628
|
"params": [],
|