@next-bricks/visual-builder 1.36.28 → 1.36.29
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 +23 -23
- 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/{8081.13afeb89.js → 8081.49cf40f1.js} +2 -2
- package/dist/chunks/{8081.13afeb89.js.map → 8081.49cf40f1.js.map} +1 -1
- 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.f14cd414.js +2 -0
- package/dist/chunks/main.f14cd414.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/index.72f43d5c.js +2 -0
- package/dist/index.72f43d5c.js.map +1 -0
- package/dist/manifest.json +118 -118
- package/dist/types.json +543 -543
- 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/9080.7ef2b8f1.js +0 -2
- package/dist/chunks/main.286f2d08.js +0 -2
- package/dist/chunks/main.286f2d08.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/types.json
CHANGED
|
@@ -1,4 +1,50 @@
|
|
|
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
|
+
},
|
|
2
48
|
"visual-builder.workbench-sidebar": {
|
|
3
49
|
"properties": [
|
|
4
50
|
{
|
|
@@ -12,6 +58,57 @@
|
|
|
12
58
|
"events": [],
|
|
13
59
|
"methods": []
|
|
14
60
|
},
|
|
61
|
+
"visual-builder.workbench-action": {
|
|
62
|
+
"properties": [
|
|
63
|
+
{
|
|
64
|
+
"name": "icon",
|
|
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",
|
|
96
|
+
"annotation": {
|
|
97
|
+
"type": "keyword",
|
|
98
|
+
"value": "string"
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"name": "tooltip",
|
|
103
|
+
"annotation": {
|
|
104
|
+
"type": "keyword",
|
|
105
|
+
"value": "string"
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
],
|
|
109
|
+
"events": [],
|
|
110
|
+
"methods": []
|
|
111
|
+
},
|
|
15
112
|
"visual-builder.page-arch-node": {
|
|
16
113
|
"properties": [
|
|
17
114
|
{
|
|
@@ -289,54 +386,9 @@
|
|
|
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
|
-
},
|
|
308
|
-
{
|
|
309
|
-
"name": "badge",
|
|
310
|
-
"annotation": {
|
|
311
|
-
"type": "keyword",
|
|
312
|
-
"value": "number"
|
|
313
|
-
}
|
|
314
|
-
}
|
|
315
|
-
],
|
|
316
|
-
"events": [
|
|
317
|
-
{
|
|
318
|
-
"name": "active.change",
|
|
319
|
-
"detail": {
|
|
320
|
-
"annotation": {
|
|
321
|
-
"type": "keyword",
|
|
322
|
-
"value": "boolean"
|
|
323
|
-
}
|
|
324
|
-
}
|
|
325
|
-
},
|
|
326
|
-
{
|
|
327
|
-
"name": "active.firstActivated",
|
|
328
|
-
"detail": {
|
|
329
|
-
"annotation": {
|
|
330
|
-
"type": "keyword",
|
|
331
|
-
"value": "void"
|
|
332
|
-
}
|
|
333
|
-
}
|
|
334
|
-
}
|
|
335
|
-
],
|
|
336
|
-
"methods": []
|
|
337
|
-
},
|
|
338
|
-
"visual-builder.pre-generated-preview": {
|
|
339
|
-
"properties": [
|
|
389
|
+
"visual-builder.batch-update-raw-data-generated-view": {
|
|
390
|
+
"type": "provider",
|
|
391
|
+
"params": [
|
|
340
392
|
{
|
|
341
393
|
"name": "generations",
|
|
342
394
|
"annotation": {
|
|
@@ -345,58 +397,40 @@
|
|
|
345
397
|
"type": "reference",
|
|
346
398
|
"typeName": {
|
|
347
399
|
"type": "identifier",
|
|
348
|
-
"name": "
|
|
400
|
+
"name": "GeneratedView"
|
|
349
401
|
}
|
|
350
402
|
}
|
|
351
403
|
}
|
|
352
|
-
},
|
|
353
|
-
{
|
|
354
|
-
"name": "category",
|
|
355
|
-
"annotation": {
|
|
356
|
-
"type": "reference",
|
|
357
|
-
"typeName": {
|
|
358
|
-
"type": "identifier",
|
|
359
|
-
"name": "PreviewCategory"
|
|
360
|
-
}
|
|
361
|
-
}
|
|
362
|
-
},
|
|
363
|
-
{
|
|
364
|
-
"name": "theme",
|
|
365
|
-
"annotation": {
|
|
366
|
-
"type": "keyword",
|
|
367
|
-
"value": "string"
|
|
368
|
-
}
|
|
369
|
-
},
|
|
370
|
-
{
|
|
371
|
-
"name": "uiVersion",
|
|
372
|
-
"annotation": {
|
|
373
|
-
"type": "keyword",
|
|
374
|
-
"value": "string"
|
|
375
|
-
}
|
|
376
|
-
},
|
|
377
|
-
{
|
|
378
|
-
"name": "app",
|
|
379
|
-
"annotation": {
|
|
380
|
-
"type": "reference",
|
|
381
|
-
"typeName": {
|
|
382
|
-
"type": "identifier",
|
|
383
|
-
"name": "MicroApp"
|
|
384
|
-
}
|
|
385
|
-
}
|
|
386
404
|
}
|
|
387
405
|
],
|
|
388
|
-
"
|
|
389
|
-
|
|
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
|
+
]
|
|
421
|
+
}
|
|
422
|
+
}
|
|
423
|
+
},
|
|
390
424
|
"types": [
|
|
391
425
|
{
|
|
392
426
|
"type": "interface",
|
|
393
|
-
"name": "
|
|
427
|
+
"name": "GeneratedView",
|
|
394
428
|
"body": [
|
|
395
429
|
{
|
|
396
430
|
"type": "propertySignature",
|
|
397
431
|
"key": {
|
|
398
432
|
"type": "identifier",
|
|
399
|
-
"name": "
|
|
433
|
+
"name": "attrInstanceId"
|
|
400
434
|
},
|
|
401
435
|
"annotation": {
|
|
402
436
|
"type": "keyword",
|
|
@@ -408,7 +442,7 @@
|
|
|
408
442
|
"type": "propertySignature",
|
|
409
443
|
"key": {
|
|
410
444
|
"type": "identifier",
|
|
411
|
-
"name": "
|
|
445
|
+
"name": "input"
|
|
412
446
|
},
|
|
413
447
|
"annotation": {
|
|
414
448
|
"type": "keyword",
|
|
@@ -420,7 +454,7 @@
|
|
|
420
454
|
"type": "propertySignature",
|
|
421
455
|
"key": {
|
|
422
456
|
"type": "identifier",
|
|
423
|
-
"name": "
|
|
457
|
+
"name": "output"
|
|
424
458
|
},
|
|
425
459
|
"annotation": {
|
|
426
460
|
"type": "keyword",
|
|
@@ -432,11 +466,14 @@
|
|
|
432
466
|
"type": "propertySignature",
|
|
433
467
|
"key": {
|
|
434
468
|
"type": "identifier",
|
|
435
|
-
"name": "
|
|
469
|
+
"name": "list"
|
|
436
470
|
},
|
|
437
471
|
"annotation": {
|
|
438
|
-
"type": "
|
|
439
|
-
"
|
|
472
|
+
"type": "array",
|
|
473
|
+
"elementType": {
|
|
474
|
+
"type": "keyword",
|
|
475
|
+
"value": "unknown"
|
|
476
|
+
}
|
|
440
477
|
},
|
|
441
478
|
"computed": false
|
|
442
479
|
},
|
|
@@ -444,238 +481,26 @@
|
|
|
444
481
|
"type": "propertySignature",
|
|
445
482
|
"key": {
|
|
446
483
|
"type": "identifier",
|
|
447
|
-
"name": "
|
|
484
|
+
"name": "defaultVisualWeight"
|
|
448
485
|
},
|
|
449
486
|
"annotation": {
|
|
450
487
|
"type": "keyword",
|
|
451
488
|
"value": "number"
|
|
452
489
|
},
|
|
490
|
+
"optional": true,
|
|
453
491
|
"computed": false
|
|
454
492
|
},
|
|
455
493
|
{
|
|
456
494
|
"type": "propertySignature",
|
|
457
495
|
"key": {
|
|
458
496
|
"type": "identifier",
|
|
459
|
-
"name": "
|
|
497
|
+
"name": "systemPromptVersion"
|
|
460
498
|
},
|
|
461
499
|
"annotation": {
|
|
462
500
|
"type": "keyword",
|
|
463
501
|
"value": "string"
|
|
464
502
|
},
|
|
465
|
-
"
|
|
466
|
-
},
|
|
467
|
-
{
|
|
468
|
-
"type": "propertySignature",
|
|
469
|
-
"key": {
|
|
470
|
-
"type": "identifier",
|
|
471
|
-
"name": "category"
|
|
472
|
-
},
|
|
473
|
-
"annotation": {
|
|
474
|
-
"type": "reference",
|
|
475
|
-
"typeName": {
|
|
476
|
-
"type": "identifier",
|
|
477
|
-
"name": "PreviewCategory"
|
|
478
|
-
}
|
|
479
|
-
},
|
|
480
|
-
"computed": false
|
|
481
|
-
},
|
|
482
|
-
{
|
|
483
|
-
"type": "propertySignature",
|
|
484
|
-
"key": {
|
|
485
|
-
"type": "identifier",
|
|
486
|
-
"name": "storyboard"
|
|
487
|
-
},
|
|
488
|
-
"annotation": {
|
|
489
|
-
"type": "union",
|
|
490
|
-
"types": [
|
|
491
|
-
{
|
|
492
|
-
"type": "reference",
|
|
493
|
-
"typeName": {
|
|
494
|
-
"type": "identifier",
|
|
495
|
-
"name": "BrickConf"
|
|
496
|
-
}
|
|
497
|
-
},
|
|
498
|
-
{
|
|
499
|
-
"type": "array",
|
|
500
|
-
"elementType": {
|
|
501
|
-
"type": "reference",
|
|
502
|
-
"typeName": {
|
|
503
|
-
"type": "identifier",
|
|
504
|
-
"name": "BrickConf"
|
|
505
|
-
}
|
|
506
|
-
}
|
|
507
|
-
}
|
|
508
|
-
]
|
|
509
|
-
},
|
|
510
|
-
"computed": false
|
|
511
|
-
},
|
|
512
|
-
{
|
|
513
|
-
"type": "propertySignature",
|
|
514
|
-
"key": {
|
|
515
|
-
"type": "identifier",
|
|
516
|
-
"name": "mockData"
|
|
517
|
-
},
|
|
518
|
-
"annotation": {
|
|
519
|
-
"type": "array",
|
|
520
|
-
"elementType": {
|
|
521
|
-
"type": "keyword",
|
|
522
|
-
"value": "unknown"
|
|
523
|
-
}
|
|
524
|
-
},
|
|
525
|
-
"computed": false
|
|
526
|
-
}
|
|
527
|
-
]
|
|
528
|
-
},
|
|
529
|
-
{
|
|
530
|
-
"type": "typeAlias",
|
|
531
|
-
"name": "PreviewCategory",
|
|
532
|
-
"annotation": {
|
|
533
|
-
"type": "union",
|
|
534
|
-
"types": [
|
|
535
|
-
{
|
|
536
|
-
"type": "jsLiteral",
|
|
537
|
-
"value": "detail-item"
|
|
538
|
-
},
|
|
539
|
-
{
|
|
540
|
-
"type": "jsLiteral",
|
|
541
|
-
"value": "form-item"
|
|
542
|
-
},
|
|
543
|
-
{
|
|
544
|
-
"type": "jsLiteral",
|
|
545
|
-
"value": "table-column"
|
|
546
|
-
},
|
|
547
|
-
{
|
|
548
|
-
"type": "jsLiteral",
|
|
549
|
-
"value": "card-item"
|
|
550
|
-
},
|
|
551
|
-
{
|
|
552
|
-
"type": "jsLiteral",
|
|
553
|
-
"value": "metric-item"
|
|
554
|
-
},
|
|
555
|
-
{
|
|
556
|
-
"type": "jsLiteral",
|
|
557
|
-
"value": "value"
|
|
558
|
-
}
|
|
559
|
-
]
|
|
560
|
-
}
|
|
561
|
-
}
|
|
562
|
-
]
|
|
563
|
-
},
|
|
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,
|
|
503
|
+
"optional": true,
|
|
679
504
|
"computed": false
|
|
680
505
|
}
|
|
681
506
|
]
|
|
@@ -861,144 +686,68 @@
|
|
|
861
686
|
}
|
|
862
687
|
]
|
|
863
688
|
},
|
|
864
|
-
"visual-builder.pre-generated-
|
|
865
|
-
"properties": [],
|
|
866
|
-
"events": [],
|
|
867
|
-
"methods": []
|
|
868
|
-
},
|
|
869
|
-
"visual-builder.pre-generated-container": {
|
|
689
|
+
"visual-builder.pre-generated-preview": {
|
|
870
690
|
"properties": [
|
|
871
691
|
{
|
|
872
|
-
"name": "
|
|
692
|
+
"name": "generations",
|
|
873
693
|
"annotation": {
|
|
874
|
-
"type": "
|
|
875
|
-
"
|
|
876
|
-
"type": "
|
|
877
|
-
"
|
|
694
|
+
"type": "array",
|
|
695
|
+
"elementType": {
|
|
696
|
+
"type": "reference",
|
|
697
|
+
"typeName": {
|
|
698
|
+
"type": "identifier",
|
|
699
|
+
"name": "AttributeGeneration"
|
|
700
|
+
}
|
|
878
701
|
}
|
|
879
702
|
}
|
|
880
703
|
},
|
|
881
704
|
{
|
|
882
|
-
"name": "
|
|
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",
|
|
705
|
+
"name": "category",
|
|
896
706
|
"annotation": {
|
|
897
707
|
"type": "reference",
|
|
898
708
|
"typeName": {
|
|
899
709
|
"type": "identifier",
|
|
900
|
-
"name": "
|
|
710
|
+
"name": "PreviewCategory"
|
|
901
711
|
}
|
|
902
712
|
}
|
|
903
713
|
},
|
|
904
714
|
{
|
|
905
|
-
"name": "
|
|
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",
|
|
715
|
+
"name": "theme",
|
|
920
716
|
"annotation": {
|
|
921
717
|
"type": "keyword",
|
|
922
718
|
"value": "string"
|
|
923
719
|
}
|
|
924
720
|
},
|
|
925
721
|
{
|
|
926
|
-
"name": "
|
|
722
|
+
"name": "uiVersion",
|
|
927
723
|
"annotation": {
|
|
928
724
|
"type": "keyword",
|
|
929
725
|
"value": "string"
|
|
930
726
|
}
|
|
931
727
|
},
|
|
932
728
|
{
|
|
933
|
-
"name": "
|
|
729
|
+
"name": "app",
|
|
934
730
|
"annotation": {
|
|
935
|
-
"type": "
|
|
936
|
-
"
|
|
731
|
+
"type": "reference",
|
|
732
|
+
"typeName": {
|
|
733
|
+
"type": "identifier",
|
|
734
|
+
"name": "MicroApp"
|
|
735
|
+
}
|
|
937
736
|
}
|
|
938
737
|
}
|
|
939
738
|
],
|
|
940
739
|
"events": [],
|
|
941
|
-
"methods": []
|
|
942
|
-
|
|
943
|
-
"visual-builder.get-dependency-tree": {
|
|
944
|
-
"type": "provider",
|
|
945
|
-
"params": [
|
|
946
|
-
{
|
|
947
|
-
"name": "nodeDataList",
|
|
948
|
-
"annotation": {
|
|
949
|
-
"type": "array",
|
|
950
|
-
"elementType": {
|
|
951
|
-
"type": "reference",
|
|
952
|
-
"typeName": {
|
|
953
|
-
"type": "identifier",
|
|
954
|
-
"name": "NodeItem"
|
|
955
|
-
}
|
|
956
|
-
}
|
|
957
|
-
}
|
|
958
|
-
},
|
|
959
|
-
{
|
|
960
|
-
"name": "options",
|
|
961
|
-
"annotation": {
|
|
962
|
-
"type": "typeLiteral",
|
|
963
|
-
"members": [
|
|
964
|
-
{
|
|
965
|
-
"type": "propertySignature",
|
|
966
|
-
"key": {
|
|
967
|
-
"type": "identifier",
|
|
968
|
-
"name": "dataType"
|
|
969
|
-
},
|
|
970
|
-
"annotation": {
|
|
971
|
-
"type": "keyword",
|
|
972
|
-
"value": "string"
|
|
973
|
-
},
|
|
974
|
-
"computed": false
|
|
975
|
-
}
|
|
976
|
-
]
|
|
977
|
-
}
|
|
978
|
-
}
|
|
979
|
-
],
|
|
980
|
-
"returns": {
|
|
981
|
-
"annotation": {
|
|
982
|
-
"type": "array",
|
|
983
|
-
"elementType": {
|
|
984
|
-
"type": "reference",
|
|
985
|
-
"typeName": {
|
|
986
|
-
"type": "identifier",
|
|
987
|
-
"name": "NodeItem"
|
|
988
|
-
}
|
|
989
|
-
}
|
|
990
|
-
}
|
|
991
|
-
},
|
|
992
|
-
"types": [
|
|
740
|
+
"methods": [],
|
|
741
|
+
"types": [
|
|
993
742
|
{
|
|
994
743
|
"type": "interface",
|
|
995
|
-
"name": "
|
|
744
|
+
"name": "AttributeGeneration",
|
|
996
745
|
"body": [
|
|
997
746
|
{
|
|
998
747
|
"type": "propertySignature",
|
|
999
748
|
"key": {
|
|
1000
749
|
"type": "identifier",
|
|
1001
|
-
"name": "
|
|
750
|
+
"name": "instanceId"
|
|
1002
751
|
},
|
|
1003
752
|
"annotation": {
|
|
1004
753
|
"type": "keyword",
|
|
@@ -1010,7 +759,7 @@
|
|
|
1010
759
|
"type": "propertySignature",
|
|
1011
760
|
"key": {
|
|
1012
761
|
"type": "identifier",
|
|
1013
|
-
"name": "
|
|
762
|
+
"name": "objectId"
|
|
1014
763
|
},
|
|
1015
764
|
"annotation": {
|
|
1016
765
|
"type": "keyword",
|
|
@@ -1022,90 +771,207 @@
|
|
|
1022
771
|
"type": "propertySignature",
|
|
1023
772
|
"key": {
|
|
1024
773
|
"type": "identifier",
|
|
1025
|
-
"name": "
|
|
774
|
+
"name": "propertyId"
|
|
1026
775
|
},
|
|
1027
776
|
"annotation": {
|
|
1028
777
|
"type": "keyword",
|
|
1029
778
|
"value": "string"
|
|
1030
779
|
},
|
|
1031
|
-
"optional": true,
|
|
1032
780
|
"computed": false
|
|
1033
781
|
},
|
|
1034
782
|
{
|
|
1035
783
|
"type": "propertySignature",
|
|
1036
784
|
"key": {
|
|
1037
785
|
"type": "identifier",
|
|
1038
|
-
"name": "
|
|
786
|
+
"name": "propertyName"
|
|
1039
787
|
},
|
|
1040
788
|
"annotation": {
|
|
1041
|
-
"type": "
|
|
1042
|
-
"
|
|
1043
|
-
"type": "identifier",
|
|
1044
|
-
"name": "MenuIcon"
|
|
1045
|
-
}
|
|
789
|
+
"type": "keyword",
|
|
790
|
+
"value": "string"
|
|
1046
791
|
},
|
|
1047
|
-
"optional": true,
|
|
1048
792
|
"computed": false
|
|
1049
793
|
},
|
|
1050
794
|
{
|
|
1051
795
|
"type": "propertySignature",
|
|
1052
796
|
"key": {
|
|
1053
797
|
"type": "identifier",
|
|
1054
|
-
"name": "
|
|
798
|
+
"name": "displayLevel"
|
|
799
|
+
},
|
|
800
|
+
"annotation": {
|
|
801
|
+
"type": "keyword",
|
|
802
|
+
"value": "number"
|
|
803
|
+
},
|
|
804
|
+
"computed": false
|
|
805
|
+
},
|
|
806
|
+
{
|
|
807
|
+
"type": "propertySignature",
|
|
808
|
+
"key": {
|
|
809
|
+
"type": "identifier",
|
|
810
|
+
"name": "rwType"
|
|
811
|
+
},
|
|
812
|
+
"annotation": {
|
|
813
|
+
"type": "keyword",
|
|
814
|
+
"value": "string"
|
|
815
|
+
},
|
|
816
|
+
"computed": false
|
|
817
|
+
},
|
|
818
|
+
{
|
|
819
|
+
"type": "propertySignature",
|
|
820
|
+
"key": {
|
|
821
|
+
"type": "identifier",
|
|
822
|
+
"name": "category"
|
|
1055
823
|
},
|
|
1056
824
|
"annotation": {
|
|
1057
825
|
"type": "reference",
|
|
1058
826
|
"typeName": {
|
|
1059
827
|
"type": "identifier",
|
|
1060
|
-
"name": "
|
|
828
|
+
"name": "PreviewCategory"
|
|
1061
829
|
}
|
|
1062
830
|
},
|
|
1063
|
-
"optional": true,
|
|
1064
831
|
"computed": false
|
|
1065
832
|
},
|
|
1066
833
|
{
|
|
1067
834
|
"type": "propertySignature",
|
|
1068
835
|
"key": {
|
|
1069
836
|
"type": "identifier",
|
|
1070
|
-
"name": "
|
|
837
|
+
"name": "storyboard"
|
|
1071
838
|
},
|
|
1072
839
|
"annotation": {
|
|
1073
|
-
"type": "
|
|
1074
|
-
"
|
|
840
|
+
"type": "union",
|
|
841
|
+
"types": [
|
|
842
|
+
{
|
|
843
|
+
"type": "reference",
|
|
844
|
+
"typeName": {
|
|
845
|
+
"type": "identifier",
|
|
846
|
+
"name": "BrickConf"
|
|
847
|
+
}
|
|
848
|
+
},
|
|
849
|
+
{
|
|
850
|
+
"type": "array",
|
|
851
|
+
"elementType": {
|
|
852
|
+
"type": "reference",
|
|
853
|
+
"typeName": {
|
|
854
|
+
"type": "identifier",
|
|
855
|
+
"name": "BrickConf"
|
|
856
|
+
}
|
|
857
|
+
}
|
|
858
|
+
}
|
|
859
|
+
]
|
|
1075
860
|
},
|
|
1076
|
-
"optional": true,
|
|
1077
861
|
"computed": false
|
|
1078
862
|
},
|
|
1079
863
|
{
|
|
1080
864
|
"type": "propertySignature",
|
|
1081
865
|
"key": {
|
|
1082
866
|
"type": "identifier",
|
|
1083
|
-
"name": "
|
|
867
|
+
"name": "mockData"
|
|
1084
868
|
},
|
|
1085
869
|
"annotation": {
|
|
1086
870
|
"type": "array",
|
|
1087
871
|
"elementType": {
|
|
1088
|
-
"type": "
|
|
1089
|
-
"
|
|
1090
|
-
"type": "identifier",
|
|
1091
|
-
"name": "NodeItem"
|
|
1092
|
-
}
|
|
872
|
+
"type": "keyword",
|
|
873
|
+
"value": "unknown"
|
|
1093
874
|
}
|
|
1094
875
|
},
|
|
1095
|
-
"optional": true,
|
|
1096
876
|
"computed": false
|
|
1097
877
|
}
|
|
1098
878
|
]
|
|
1099
879
|
},
|
|
880
|
+
{
|
|
881
|
+
"type": "typeAlias",
|
|
882
|
+
"name": "PreviewCategory",
|
|
883
|
+
"annotation": {
|
|
884
|
+
"type": "union",
|
|
885
|
+
"types": [
|
|
886
|
+
{
|
|
887
|
+
"type": "jsLiteral",
|
|
888
|
+
"value": "detail-item"
|
|
889
|
+
},
|
|
890
|
+
{
|
|
891
|
+
"type": "jsLiteral",
|
|
892
|
+
"value": "form-item"
|
|
893
|
+
},
|
|
894
|
+
{
|
|
895
|
+
"type": "jsLiteral",
|
|
896
|
+
"value": "table-column"
|
|
897
|
+
},
|
|
898
|
+
{
|
|
899
|
+
"type": "jsLiteral",
|
|
900
|
+
"value": "card-item"
|
|
901
|
+
},
|
|
902
|
+
{
|
|
903
|
+
"type": "jsLiteral",
|
|
904
|
+
"value": "metric-item"
|
|
905
|
+
},
|
|
906
|
+
{
|
|
907
|
+
"type": "jsLiteral",
|
|
908
|
+
"value": "value"
|
|
909
|
+
}
|
|
910
|
+
]
|
|
911
|
+
}
|
|
912
|
+
}
|
|
913
|
+
]
|
|
914
|
+
},
|
|
915
|
+
"visual-builder.pre-generated-table-view": {
|
|
916
|
+
"properties": [],
|
|
917
|
+
"events": [],
|
|
918
|
+
"methods": []
|
|
919
|
+
},
|
|
920
|
+
"visual-builder.pre-generated-container": {
|
|
921
|
+
"properties": [
|
|
922
|
+
{
|
|
923
|
+
"name": "useBrick",
|
|
924
|
+
"annotation": {
|
|
925
|
+
"type": "reference",
|
|
926
|
+
"typeName": {
|
|
927
|
+
"type": "identifier",
|
|
928
|
+
"name": "UseBrickConf"
|
|
929
|
+
}
|
|
930
|
+
}
|
|
931
|
+
},
|
|
932
|
+
{
|
|
933
|
+
"name": "dataSource",
|
|
934
|
+
"annotation": {
|
|
935
|
+
"type": "keyword",
|
|
936
|
+
"value": "unknown"
|
|
937
|
+
}
|
|
938
|
+
}
|
|
939
|
+
],
|
|
940
|
+
"events": [],
|
|
941
|
+
"methods": []
|
|
942
|
+
},
|
|
943
|
+
"visual-builder.workbench-action-list": {
|
|
944
|
+
"properties": [
|
|
945
|
+
{
|
|
946
|
+
"name": "appId",
|
|
947
|
+
"annotation": {
|
|
948
|
+
"type": "keyword",
|
|
949
|
+
"value": "string"
|
|
950
|
+
}
|
|
951
|
+
},
|
|
952
|
+
{
|
|
953
|
+
"name": "menu",
|
|
954
|
+
"annotation": {
|
|
955
|
+
"type": "reference",
|
|
956
|
+
"typeName": {
|
|
957
|
+
"type": "identifier",
|
|
958
|
+
"name": "SidebarMenu"
|
|
959
|
+
}
|
|
960
|
+
}
|
|
961
|
+
}
|
|
962
|
+
],
|
|
963
|
+
"events": [],
|
|
964
|
+
"methods": [],
|
|
965
|
+
"types": [
|
|
1100
966
|
{
|
|
1101
967
|
"type": "interface",
|
|
1102
|
-
"name": "
|
|
968
|
+
"name": "SidebarMenu",
|
|
1103
969
|
"body": [
|
|
1104
970
|
{
|
|
1105
971
|
"type": "propertySignature",
|
|
1106
972
|
"key": {
|
|
1107
973
|
"type": "identifier",
|
|
1108
|
-
"name": "
|
|
974
|
+
"name": "title"
|
|
1109
975
|
},
|
|
1110
976
|
"annotation": {
|
|
1111
977
|
"type": "keyword",
|
|
@@ -1118,60 +984,124 @@
|
|
|
1118
984
|
"type": "propertySignature",
|
|
1119
985
|
"key": {
|
|
1120
986
|
"type": "identifier",
|
|
1121
|
-
"name": "
|
|
987
|
+
"name": "icon"
|
|
1122
988
|
},
|
|
1123
989
|
"annotation": {
|
|
1124
|
-
"type": "
|
|
1125
|
-
"
|
|
990
|
+
"type": "reference",
|
|
991
|
+
"typeName": {
|
|
992
|
+
"type": "identifier",
|
|
993
|
+
"name": "GeneralIconProps"
|
|
994
|
+
}
|
|
1126
995
|
},
|
|
1127
996
|
"optional": true,
|
|
1128
997
|
"computed": false
|
|
1129
|
-
}
|
|
1130
|
-
],
|
|
1131
|
-
"extends": [
|
|
998
|
+
},
|
|
1132
999
|
{
|
|
1133
|
-
"type": "
|
|
1134
|
-
"
|
|
1000
|
+
"type": "propertySignature",
|
|
1001
|
+
"key": {
|
|
1135
1002
|
"type": "identifier",
|
|
1136
|
-
"name": "
|
|
1137
|
-
}
|
|
1003
|
+
"name": "menuItems"
|
|
1004
|
+
},
|
|
1005
|
+
"annotation": {
|
|
1006
|
+
"type": "array",
|
|
1007
|
+
"elementType": {
|
|
1008
|
+
"type": "reference",
|
|
1009
|
+
"typeName": {
|
|
1010
|
+
"type": "identifier",
|
|
1011
|
+
"name": "SidebarMenuItem"
|
|
1012
|
+
}
|
|
1013
|
+
}
|
|
1014
|
+
},
|
|
1015
|
+
"optional": true,
|
|
1016
|
+
"computed": false
|
|
1138
1017
|
}
|
|
1139
1018
|
]
|
|
1140
1019
|
}
|
|
1141
1020
|
]
|
|
1142
1021
|
},
|
|
1143
|
-
"visual-builder.
|
|
1144
|
-
"
|
|
1022
|
+
"visual-builder.get-dependency-tree": {
|
|
1023
|
+
"type": "provider",
|
|
1024
|
+
"params": [
|
|
1145
1025
|
{
|
|
1146
|
-
"name": "
|
|
1026
|
+
"name": "nodeDataList",
|
|
1147
1027
|
"annotation": {
|
|
1148
|
-
"type": "
|
|
1149
|
-
"
|
|
1028
|
+
"type": "array",
|
|
1029
|
+
"elementType": {
|
|
1030
|
+
"type": "reference",
|
|
1031
|
+
"typeName": {
|
|
1032
|
+
"type": "identifier",
|
|
1033
|
+
"name": "NodeItem"
|
|
1034
|
+
}
|
|
1035
|
+
}
|
|
1150
1036
|
}
|
|
1151
1037
|
},
|
|
1152
1038
|
{
|
|
1153
|
-
"name": "
|
|
1039
|
+
"name": "options",
|
|
1154
1040
|
"annotation": {
|
|
1041
|
+
"type": "typeLiteral",
|
|
1042
|
+
"members": [
|
|
1043
|
+
{
|
|
1044
|
+
"type": "propertySignature",
|
|
1045
|
+
"key": {
|
|
1046
|
+
"type": "identifier",
|
|
1047
|
+
"name": "dataType"
|
|
1048
|
+
},
|
|
1049
|
+
"annotation": {
|
|
1050
|
+
"type": "keyword",
|
|
1051
|
+
"value": "string"
|
|
1052
|
+
},
|
|
1053
|
+
"computed": false
|
|
1054
|
+
}
|
|
1055
|
+
]
|
|
1056
|
+
}
|
|
1057
|
+
}
|
|
1058
|
+
],
|
|
1059
|
+
"returns": {
|
|
1060
|
+
"annotation": {
|
|
1061
|
+
"type": "array",
|
|
1062
|
+
"elementType": {
|
|
1155
1063
|
"type": "reference",
|
|
1156
1064
|
"typeName": {
|
|
1157
1065
|
"type": "identifier",
|
|
1158
|
-
"name": "
|
|
1066
|
+
"name": "NodeItem"
|
|
1159
1067
|
}
|
|
1160
1068
|
}
|
|
1161
1069
|
}
|
|
1162
|
-
|
|
1163
|
-
"events": [],
|
|
1164
|
-
"methods": [],
|
|
1070
|
+
},
|
|
1165
1071
|
"types": [
|
|
1166
1072
|
{
|
|
1167
1073
|
"type": "interface",
|
|
1168
|
-
"name": "
|
|
1074
|
+
"name": "NodeItem",
|
|
1169
1075
|
"body": [
|
|
1170
1076
|
{
|
|
1171
1077
|
"type": "propertySignature",
|
|
1172
1078
|
"key": {
|
|
1173
1079
|
"type": "identifier",
|
|
1174
|
-
"name": "
|
|
1080
|
+
"name": "name"
|
|
1081
|
+
},
|
|
1082
|
+
"annotation": {
|
|
1083
|
+
"type": "keyword",
|
|
1084
|
+
"value": "string"
|
|
1085
|
+
},
|
|
1086
|
+
"computed": false
|
|
1087
|
+
},
|
|
1088
|
+
{
|
|
1089
|
+
"type": "propertySignature",
|
|
1090
|
+
"key": {
|
|
1091
|
+
"type": "identifier",
|
|
1092
|
+
"name": "key"
|
|
1093
|
+
},
|
|
1094
|
+
"annotation": {
|
|
1095
|
+
"type": "keyword",
|
|
1096
|
+
"value": "string"
|
|
1097
|
+
},
|
|
1098
|
+
"computed": false
|
|
1099
|
+
},
|
|
1100
|
+
{
|
|
1101
|
+
"type": "propertySignature",
|
|
1102
|
+
"key": {
|
|
1103
|
+
"type": "identifier",
|
|
1104
|
+
"name": "path"
|
|
1175
1105
|
},
|
|
1176
1106
|
"annotation": {
|
|
1177
1107
|
"type": "keyword",
|
|
@@ -1190,7 +1120,7 @@
|
|
|
1190
1120
|
"type": "reference",
|
|
1191
1121
|
"typeName": {
|
|
1192
1122
|
"type": "identifier",
|
|
1193
|
-
"name": "
|
|
1123
|
+
"name": "MenuIcon"
|
|
1194
1124
|
}
|
|
1195
1125
|
},
|
|
1196
1126
|
"optional": true,
|
|
@@ -1200,125 +1130,65 @@
|
|
|
1200
1130
|
"type": "propertySignature",
|
|
1201
1131
|
"key": {
|
|
1202
1132
|
"type": "identifier",
|
|
1203
|
-
"name": "
|
|
1133
|
+
"name": "data"
|
|
1204
1134
|
},
|
|
1205
1135
|
"annotation": {
|
|
1206
|
-
"type": "array",
|
|
1207
|
-
"elementType": {
|
|
1208
|
-
"type": "reference",
|
|
1209
|
-
"typeName": {
|
|
1210
|
-
"type": "identifier",
|
|
1211
|
-
"name": "SidebarMenuItem"
|
|
1212
|
-
}
|
|
1213
|
-
}
|
|
1214
|
-
},
|
|
1215
|
-
"optional": true,
|
|
1216
|
-
"computed": false
|
|
1217
|
-
}
|
|
1218
|
-
]
|
|
1219
|
-
}
|
|
1220
|
-
]
|
|
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
1136
|
"type": "reference",
|
|
1253
1137
|
"typeName": {
|
|
1254
1138
|
"type": "identifier",
|
|
1255
|
-
"name": "
|
|
1139
|
+
"name": "DataItem"
|
|
1256
1140
|
}
|
|
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
1141
|
},
|
|
1142
|
+
"optional": true,
|
|
1287
1143
|
"computed": false
|
|
1288
1144
|
},
|
|
1289
1145
|
{
|
|
1290
1146
|
"type": "propertySignature",
|
|
1291
1147
|
"key": {
|
|
1292
1148
|
"type": "identifier",
|
|
1293
|
-
"name": "
|
|
1149
|
+
"name": "unreachable"
|
|
1294
1150
|
},
|
|
1295
1151
|
"annotation": {
|
|
1296
1152
|
"type": "keyword",
|
|
1297
|
-
"value": "
|
|
1153
|
+
"value": "boolean"
|
|
1298
1154
|
},
|
|
1155
|
+
"optional": true,
|
|
1299
1156
|
"computed": false
|
|
1300
1157
|
},
|
|
1301
1158
|
{
|
|
1302
1159
|
"type": "propertySignature",
|
|
1303
1160
|
"key": {
|
|
1304
1161
|
"type": "identifier",
|
|
1305
|
-
"name": "
|
|
1162
|
+
"name": "children"
|
|
1306
1163
|
},
|
|
1307
1164
|
"annotation": {
|
|
1308
|
-
"type": "
|
|
1309
|
-
"
|
|
1165
|
+
"type": "array",
|
|
1166
|
+
"elementType": {
|
|
1167
|
+
"type": "reference",
|
|
1168
|
+
"typeName": {
|
|
1169
|
+
"type": "identifier",
|
|
1170
|
+
"name": "NodeItem"
|
|
1171
|
+
}
|
|
1172
|
+
}
|
|
1310
1173
|
},
|
|
1174
|
+
"optional": true,
|
|
1311
1175
|
"computed": false
|
|
1312
|
-
}
|
|
1176
|
+
}
|
|
1177
|
+
]
|
|
1178
|
+
},
|
|
1179
|
+
{
|
|
1180
|
+
"type": "interface",
|
|
1181
|
+
"name": "DataItem",
|
|
1182
|
+
"body": [
|
|
1313
1183
|
{
|
|
1314
1184
|
"type": "propertySignature",
|
|
1315
1185
|
"key": {
|
|
1316
1186
|
"type": "identifier",
|
|
1317
|
-
"name": "
|
|
1187
|
+
"name": "$key"
|
|
1318
1188
|
},
|
|
1319
1189
|
"annotation": {
|
|
1320
1190
|
"type": "keyword",
|
|
1321
|
-
"value": "
|
|
1191
|
+
"value": "string"
|
|
1322
1192
|
},
|
|
1323
1193
|
"optional": true,
|
|
1324
1194
|
"computed": false
|
|
@@ -1327,15 +1197,24 @@
|
|
|
1327
1197
|
"type": "propertySignature",
|
|
1328
1198
|
"key": {
|
|
1329
1199
|
"type": "identifier",
|
|
1330
|
-
"name": "
|
|
1200
|
+
"name": "path"
|
|
1331
1201
|
},
|
|
1332
1202
|
"annotation": {
|
|
1333
1203
|
"type": "keyword",
|
|
1334
|
-
"value": "
|
|
1204
|
+
"value": "string"
|
|
1335
1205
|
},
|
|
1336
1206
|
"optional": true,
|
|
1337
1207
|
"computed": false
|
|
1338
1208
|
}
|
|
1209
|
+
],
|
|
1210
|
+
"extends": [
|
|
1211
|
+
{
|
|
1212
|
+
"type": "expressionWithTypeArguments",
|
|
1213
|
+
"expression": {
|
|
1214
|
+
"type": "identifier",
|
|
1215
|
+
"name": "ContextConf"
|
|
1216
|
+
}
|
|
1217
|
+
}
|
|
1339
1218
|
]
|
|
1340
1219
|
}
|
|
1341
1220
|
]
|
|
@@ -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": [],
|