@next-bricks/ai-portal 0.47.2 → 0.47.3
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 +20 -20
- package/dist/chunks/7431.59dc7d9e.js +3 -0
- package/dist/chunks/7431.59dc7d9e.js.map +1 -0
- package/dist/chunks/elevo-sidebar.7f4d37a1.js +3 -0
- package/dist/chunks/elevo-sidebar.7f4d37a1.js.map +1 -0
- package/dist/chunks/{main.775b7150.js → main.3bb7cf04.js} +2 -2
- package/dist/chunks/{main.775b7150.js.map → main.3bb7cf04.js.map} +1 -1
- package/dist/examples.json +18 -18
- package/dist/{index.d321fd76.js → index.96fa671b.js} +2 -2
- package/dist/{index.d321fd76.js.map → index.96fa671b.js.map} +1 -1
- package/dist/manifest.json +191 -186
- package/dist/types.json +339 -332
- package/dist-types/elevo-sidebar/ChatHistory.d.ts +2 -1
- package/dist-types/elevo-sidebar/index.d.ts +2 -0
- package/package.json +2 -2
- package/dist/chunks/7431.796d1a89.js +0 -3
- package/dist/chunks/7431.796d1a89.js.map +0 -1
- package/dist/chunks/elevo-sidebar.dcdcf5d3.js +0 -3
- package/dist/chunks/elevo-sidebar.dcdcf5d3.js.map +0 -1
- /package/dist/chunks/{7431.796d1a89.js.LICENSE.txt → 7431.59dc7d9e.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{elevo-sidebar.dcdcf5d3.js.LICENSE.txt → elevo-sidebar.7f4d37a1.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -1,113 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"ai-portal.home-container": {
|
|
3
|
-
"properties": [],
|
|
4
|
-
"events": [],
|
|
5
|
-
"methods": []
|
|
6
|
-
},
|
|
7
|
-
"ai-portal.stat-with-mini-chart": {
|
|
8
|
-
"properties": [
|
|
9
|
-
{
|
|
10
|
-
"name": "label",
|
|
11
|
-
"annotation": {
|
|
12
|
-
"type": "keyword",
|
|
13
|
-
"value": "string"
|
|
14
|
-
}
|
|
15
|
-
},
|
|
16
|
-
{
|
|
17
|
-
"name": "value",
|
|
18
|
-
"annotation": {
|
|
19
|
-
"type": "keyword",
|
|
20
|
-
"value": "string"
|
|
21
|
-
}
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
"name": "size",
|
|
25
|
-
"annotation": {
|
|
26
|
-
"type": "union",
|
|
27
|
-
"types": [
|
|
28
|
-
{
|
|
29
|
-
"type": "jsLiteral",
|
|
30
|
-
"value": "medium"
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"type": "jsLiteral",
|
|
34
|
-
"value": "small"
|
|
35
|
-
}
|
|
36
|
-
]
|
|
37
|
-
}
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
"name": "lineColor",
|
|
41
|
-
"annotation": {
|
|
42
|
-
"type": "keyword",
|
|
43
|
-
"value": "string"
|
|
44
|
-
}
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
"name": "showArea",
|
|
48
|
-
"annotation": {
|
|
49
|
-
"type": "keyword",
|
|
50
|
-
"value": "boolean"
|
|
51
|
-
}
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
"name": "min",
|
|
55
|
-
"annotation": {
|
|
56
|
-
"type": "keyword",
|
|
57
|
-
"value": "number"
|
|
58
|
-
}
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
"name": "max",
|
|
62
|
-
"annotation": {
|
|
63
|
-
"type": "keyword",
|
|
64
|
-
"value": "number"
|
|
65
|
-
}
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
"name": "xField",
|
|
69
|
-
"annotation": {
|
|
70
|
-
"type": "keyword",
|
|
71
|
-
"value": "string"
|
|
72
|
-
}
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
"name": "yField",
|
|
76
|
-
"annotation": {
|
|
77
|
-
"type": "keyword",
|
|
78
|
-
"value": "string"
|
|
79
|
-
}
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
"name": "data",
|
|
83
|
-
"annotation": {
|
|
84
|
-
"type": "array",
|
|
85
|
-
"elementType": {
|
|
86
|
-
"type": "reference",
|
|
87
|
-
"typeName": {
|
|
88
|
-
"type": "identifier",
|
|
89
|
-
"name": "Record"
|
|
90
|
-
},
|
|
91
|
-
"typeParameters": {
|
|
92
|
-
"type": "typeParameterInstantiation",
|
|
93
|
-
"params": [
|
|
94
|
-
{
|
|
95
|
-
"type": "keyword",
|
|
96
|
-
"value": "string"
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
"type": "keyword",
|
|
100
|
-
"value": "number"
|
|
101
|
-
}
|
|
102
|
-
]
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
}
|
|
107
|
-
],
|
|
108
|
-
"events": [],
|
|
109
|
-
"methods": []
|
|
110
|
-
},
|
|
111
2
|
"ai-portal.icon-button": {
|
|
112
3
|
"properties": [
|
|
113
4
|
{
|
|
@@ -179,6 +70,82 @@
|
|
|
179
70
|
}
|
|
180
71
|
]
|
|
181
72
|
},
|
|
73
|
+
"ai-portal.home-container": {
|
|
74
|
+
"properties": [],
|
|
75
|
+
"events": [],
|
|
76
|
+
"methods": []
|
|
77
|
+
},
|
|
78
|
+
"ai-portal.tab-list": {
|
|
79
|
+
"properties": [
|
|
80
|
+
{
|
|
81
|
+
"name": "tabs",
|
|
82
|
+
"annotation": {
|
|
83
|
+
"type": "array",
|
|
84
|
+
"elementType": {
|
|
85
|
+
"type": "reference",
|
|
86
|
+
"typeName": {
|
|
87
|
+
"type": "identifier",
|
|
88
|
+
"name": "Tab"
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"name": "activeTab",
|
|
95
|
+
"annotation": {
|
|
96
|
+
"type": "keyword",
|
|
97
|
+
"value": "string"
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
],
|
|
101
|
+
"events": [
|
|
102
|
+
{
|
|
103
|
+
"name": "tab.click",
|
|
104
|
+
"detail": {
|
|
105
|
+
"annotation": {
|
|
106
|
+
"type": "reference",
|
|
107
|
+
"typeName": {
|
|
108
|
+
"type": "identifier",
|
|
109
|
+
"name": "Tab"
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
],
|
|
115
|
+
"methods": [],
|
|
116
|
+
"types": [
|
|
117
|
+
{
|
|
118
|
+
"type": "interface",
|
|
119
|
+
"name": "Tab",
|
|
120
|
+
"body": [
|
|
121
|
+
{
|
|
122
|
+
"type": "propertySignature",
|
|
123
|
+
"key": {
|
|
124
|
+
"type": "identifier",
|
|
125
|
+
"name": "id"
|
|
126
|
+
},
|
|
127
|
+
"annotation": {
|
|
128
|
+
"type": "keyword",
|
|
129
|
+
"value": "string"
|
|
130
|
+
},
|
|
131
|
+
"computed": false
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"type": "propertySignature",
|
|
135
|
+
"key": {
|
|
136
|
+
"type": "identifier",
|
|
137
|
+
"name": "label"
|
|
138
|
+
},
|
|
139
|
+
"annotation": {
|
|
140
|
+
"type": "keyword",
|
|
141
|
+
"value": "string"
|
|
142
|
+
},
|
|
143
|
+
"computed": false
|
|
144
|
+
}
|
|
145
|
+
]
|
|
146
|
+
}
|
|
147
|
+
]
|
|
148
|
+
},
|
|
182
149
|
"ai-portal.call-tool": {
|
|
183
150
|
"type": "provider",
|
|
184
151
|
"params": [
|
|
@@ -433,76 +400,109 @@
|
|
|
433
400
|
}
|
|
434
401
|
]
|
|
435
402
|
},
|
|
436
|
-
"ai-portal.
|
|
403
|
+
"ai-portal.stat-with-mini-chart": {
|
|
437
404
|
"properties": [
|
|
438
405
|
{
|
|
439
|
-
"name": "
|
|
406
|
+
"name": "label",
|
|
440
407
|
"annotation": {
|
|
441
|
-
"type": "
|
|
442
|
-
"
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
408
|
+
"type": "keyword",
|
|
409
|
+
"value": "string"
|
|
410
|
+
}
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"name": "value",
|
|
414
|
+
"annotation": {
|
|
415
|
+
"type": "keyword",
|
|
416
|
+
"value": "string"
|
|
417
|
+
}
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"name": "size",
|
|
421
|
+
"annotation": {
|
|
422
|
+
"type": "union",
|
|
423
|
+
"types": [
|
|
424
|
+
{
|
|
425
|
+
"type": "jsLiteral",
|
|
426
|
+
"value": "medium"
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
"type": "jsLiteral",
|
|
430
|
+
"value": "small"
|
|
447
431
|
}
|
|
448
|
-
|
|
432
|
+
]
|
|
449
433
|
}
|
|
450
434
|
},
|
|
451
435
|
{
|
|
452
|
-
"name": "
|
|
436
|
+
"name": "lineColor",
|
|
453
437
|
"annotation": {
|
|
454
438
|
"type": "keyword",
|
|
455
439
|
"value": "string"
|
|
456
440
|
}
|
|
457
|
-
}
|
|
458
|
-
],
|
|
459
|
-
"events": [
|
|
441
|
+
},
|
|
460
442
|
{
|
|
461
|
-
"name": "
|
|
462
|
-
"
|
|
463
|
-
"
|
|
443
|
+
"name": "showArea",
|
|
444
|
+
"annotation": {
|
|
445
|
+
"type": "keyword",
|
|
446
|
+
"value": "boolean"
|
|
447
|
+
}
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"name": "min",
|
|
451
|
+
"annotation": {
|
|
452
|
+
"type": "keyword",
|
|
453
|
+
"value": "number"
|
|
454
|
+
}
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
"name": "max",
|
|
458
|
+
"annotation": {
|
|
459
|
+
"type": "keyword",
|
|
460
|
+
"value": "number"
|
|
461
|
+
}
|
|
462
|
+
},
|
|
463
|
+
{
|
|
464
|
+
"name": "xField",
|
|
465
|
+
"annotation": {
|
|
466
|
+
"type": "keyword",
|
|
467
|
+
"value": "string"
|
|
468
|
+
}
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"name": "yField",
|
|
472
|
+
"annotation": {
|
|
473
|
+
"type": "keyword",
|
|
474
|
+
"value": "string"
|
|
475
|
+
}
|
|
476
|
+
},
|
|
477
|
+
{
|
|
478
|
+
"name": "data",
|
|
479
|
+
"annotation": {
|
|
480
|
+
"type": "array",
|
|
481
|
+
"elementType": {
|
|
464
482
|
"type": "reference",
|
|
465
483
|
"typeName": {
|
|
466
484
|
"type": "identifier",
|
|
467
|
-
"name": "
|
|
485
|
+
"name": "Record"
|
|
486
|
+
},
|
|
487
|
+
"typeParameters": {
|
|
488
|
+
"type": "typeParameterInstantiation",
|
|
489
|
+
"params": [
|
|
490
|
+
{
|
|
491
|
+
"type": "keyword",
|
|
492
|
+
"value": "string"
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
"type": "keyword",
|
|
496
|
+
"value": "number"
|
|
497
|
+
}
|
|
498
|
+
]
|
|
468
499
|
}
|
|
469
500
|
}
|
|
470
501
|
}
|
|
471
502
|
}
|
|
472
503
|
],
|
|
473
|
-
"
|
|
474
|
-
"
|
|
475
|
-
{
|
|
476
|
-
"type": "interface",
|
|
477
|
-
"name": "Tab",
|
|
478
|
-
"body": [
|
|
479
|
-
{
|
|
480
|
-
"type": "propertySignature",
|
|
481
|
-
"key": {
|
|
482
|
-
"type": "identifier",
|
|
483
|
-
"name": "id"
|
|
484
|
-
},
|
|
485
|
-
"annotation": {
|
|
486
|
-
"type": "keyword",
|
|
487
|
-
"value": "string"
|
|
488
|
-
},
|
|
489
|
-
"computed": false
|
|
490
|
-
},
|
|
491
|
-
{
|
|
492
|
-
"type": "propertySignature",
|
|
493
|
-
"key": {
|
|
494
|
-
"type": "identifier",
|
|
495
|
-
"name": "label"
|
|
496
|
-
},
|
|
497
|
-
"annotation": {
|
|
498
|
-
"type": "keyword",
|
|
499
|
-
"value": "string"
|
|
500
|
-
},
|
|
501
|
-
"computed": false
|
|
502
|
-
}
|
|
503
|
-
]
|
|
504
|
-
}
|
|
505
|
-
]
|
|
504
|
+
"events": [],
|
|
505
|
+
"methods": []
|
|
506
506
|
},
|
|
507
507
|
"ai-portal.elevo-logo": {
|
|
508
508
|
"properties": [],
|
|
@@ -605,24 +605,124 @@
|
|
|
605
605
|
"type": "propertySignature",
|
|
606
606
|
"key": {
|
|
607
607
|
"type": "identifier",
|
|
608
|
-
"name": "description"
|
|
608
|
+
"name": "description"
|
|
609
|
+
},
|
|
610
|
+
"annotation": {
|
|
611
|
+
"type": "keyword",
|
|
612
|
+
"value": "string"
|
|
613
|
+
},
|
|
614
|
+
"optional": true,
|
|
615
|
+
"computed": false
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
"type": "propertySignature",
|
|
619
|
+
"key": {
|
|
620
|
+
"type": "identifier",
|
|
621
|
+
"name": "time"
|
|
622
|
+
},
|
|
623
|
+
"annotation": {
|
|
624
|
+
"type": "keyword",
|
|
625
|
+
"value": "number"
|
|
626
|
+
},
|
|
627
|
+
"computed": false
|
|
628
|
+
},
|
|
629
|
+
{
|
|
630
|
+
"type": "propertySignature",
|
|
631
|
+
"key": {
|
|
632
|
+
"type": "identifier",
|
|
633
|
+
"name": "user"
|
|
634
|
+
},
|
|
635
|
+
"annotation": {
|
|
636
|
+
"type": "keyword",
|
|
637
|
+
"value": "string"
|
|
638
|
+
},
|
|
639
|
+
"optional": true,
|
|
640
|
+
"computed": false
|
|
641
|
+
}
|
|
642
|
+
]
|
|
643
|
+
},
|
|
644
|
+
{
|
|
645
|
+
"type": "interface",
|
|
646
|
+
"name": "ActionClickDetail",
|
|
647
|
+
"body": [
|
|
648
|
+
{
|
|
649
|
+
"type": "propertySignature",
|
|
650
|
+
"key": {
|
|
651
|
+
"type": "identifier",
|
|
652
|
+
"name": "action"
|
|
653
|
+
},
|
|
654
|
+
"annotation": {
|
|
655
|
+
"type": "reference",
|
|
656
|
+
"typeName": {
|
|
657
|
+
"type": "identifier",
|
|
658
|
+
"name": "SimpleActionType"
|
|
659
|
+
}
|
|
660
|
+
},
|
|
661
|
+
"computed": false
|
|
662
|
+
},
|
|
663
|
+
{
|
|
664
|
+
"type": "propertySignature",
|
|
665
|
+
"key": {
|
|
666
|
+
"type": "identifier",
|
|
667
|
+
"name": "item"
|
|
668
|
+
},
|
|
669
|
+
"annotation": {
|
|
670
|
+
"type": "reference",
|
|
671
|
+
"typeName": {
|
|
672
|
+
"type": "identifier",
|
|
673
|
+
"name": "Knowledge"
|
|
674
|
+
}
|
|
675
|
+
},
|
|
676
|
+
"computed": false
|
|
677
|
+
}
|
|
678
|
+
]
|
|
679
|
+
}
|
|
680
|
+
]
|
|
681
|
+
},
|
|
682
|
+
"ai-portal.show-cases": {
|
|
683
|
+
"properties": [
|
|
684
|
+
{
|
|
685
|
+
"name": "list",
|
|
686
|
+
"annotation": {
|
|
687
|
+
"type": "array",
|
|
688
|
+
"elementType": {
|
|
689
|
+
"type": "reference",
|
|
690
|
+
"typeName": {
|
|
691
|
+
"type": "identifier",
|
|
692
|
+
"name": "ShowCaseType"
|
|
693
|
+
}
|
|
694
|
+
}
|
|
695
|
+
}
|
|
696
|
+
}
|
|
697
|
+
],
|
|
698
|
+
"events": [],
|
|
699
|
+
"methods": [],
|
|
700
|
+
"types": [
|
|
701
|
+
{
|
|
702
|
+
"type": "interface",
|
|
703
|
+
"name": "ShowCaseType",
|
|
704
|
+
"body": [
|
|
705
|
+
{
|
|
706
|
+
"type": "propertySignature",
|
|
707
|
+
"key": {
|
|
708
|
+
"type": "identifier",
|
|
709
|
+
"name": "conversationId"
|
|
609
710
|
},
|
|
610
711
|
"annotation": {
|
|
611
712
|
"type": "keyword",
|
|
612
713
|
"value": "string"
|
|
613
714
|
},
|
|
614
|
-
"optional": true,
|
|
615
715
|
"computed": false
|
|
616
716
|
},
|
|
617
717
|
{
|
|
618
718
|
"type": "propertySignature",
|
|
619
719
|
"key": {
|
|
620
720
|
"type": "identifier",
|
|
621
|
-
"name": "
|
|
721
|
+
"name": "title"
|
|
622
722
|
},
|
|
623
723
|
"annotation": {
|
|
624
724
|
"type": "keyword",
|
|
625
|
-
"value": "
|
|
725
|
+
"value": "string"
|
|
626
726
|
},
|
|
627
727
|
"computed": false
|
|
628
728
|
},
|
|
@@ -630,33 +730,23 @@
|
|
|
630
730
|
"type": "propertySignature",
|
|
631
731
|
"key": {
|
|
632
732
|
"type": "identifier",
|
|
633
|
-
"name": "
|
|
733
|
+
"name": "summary"
|
|
634
734
|
},
|
|
635
735
|
"annotation": {
|
|
636
736
|
"type": "keyword",
|
|
637
737
|
"value": "string"
|
|
638
738
|
},
|
|
639
|
-
"optional": true,
|
|
640
739
|
"computed": false
|
|
641
|
-
}
|
|
642
|
-
]
|
|
643
|
-
},
|
|
644
|
-
{
|
|
645
|
-
"type": "interface",
|
|
646
|
-
"name": "ActionClickDetail",
|
|
647
|
-
"body": [
|
|
740
|
+
},
|
|
648
741
|
{
|
|
649
742
|
"type": "propertySignature",
|
|
650
743
|
"key": {
|
|
651
744
|
"type": "identifier",
|
|
652
|
-
"name": "
|
|
745
|
+
"name": "scenario"
|
|
653
746
|
},
|
|
654
747
|
"annotation": {
|
|
655
|
-
"type": "
|
|
656
|
-
"
|
|
657
|
-
"type": "identifier",
|
|
658
|
-
"name": "SimpleActionType"
|
|
659
|
-
}
|
|
748
|
+
"type": "keyword",
|
|
749
|
+
"value": "string"
|
|
660
750
|
},
|
|
661
751
|
"computed": false
|
|
662
752
|
},
|
|
@@ -664,15 +754,13 @@
|
|
|
664
754
|
"type": "propertySignature",
|
|
665
755
|
"key": {
|
|
666
756
|
"type": "identifier",
|
|
667
|
-
"name": "
|
|
757
|
+
"name": "url"
|
|
668
758
|
},
|
|
669
759
|
"annotation": {
|
|
670
|
-
"type": "
|
|
671
|
-
"
|
|
672
|
-
"type": "identifier",
|
|
673
|
-
"name": "Knowledge"
|
|
674
|
-
}
|
|
760
|
+
"type": "keyword",
|
|
761
|
+
"value": "string"
|
|
675
762
|
},
|
|
763
|
+
"optional": true,
|
|
676
764
|
"computed": false
|
|
677
765
|
}
|
|
678
766
|
]
|
|
@@ -801,94 +889,6 @@
|
|
|
801
889
|
}
|
|
802
890
|
]
|
|
803
891
|
},
|
|
804
|
-
"ai-portal.show-cases": {
|
|
805
|
-
"properties": [
|
|
806
|
-
{
|
|
807
|
-
"name": "list",
|
|
808
|
-
"annotation": {
|
|
809
|
-
"type": "array",
|
|
810
|
-
"elementType": {
|
|
811
|
-
"type": "reference",
|
|
812
|
-
"typeName": {
|
|
813
|
-
"type": "identifier",
|
|
814
|
-
"name": "ShowCaseType"
|
|
815
|
-
}
|
|
816
|
-
}
|
|
817
|
-
}
|
|
818
|
-
}
|
|
819
|
-
],
|
|
820
|
-
"events": [],
|
|
821
|
-
"methods": [],
|
|
822
|
-
"types": [
|
|
823
|
-
{
|
|
824
|
-
"type": "interface",
|
|
825
|
-
"name": "ShowCaseType",
|
|
826
|
-
"body": [
|
|
827
|
-
{
|
|
828
|
-
"type": "propertySignature",
|
|
829
|
-
"key": {
|
|
830
|
-
"type": "identifier",
|
|
831
|
-
"name": "conversationId"
|
|
832
|
-
},
|
|
833
|
-
"annotation": {
|
|
834
|
-
"type": "keyword",
|
|
835
|
-
"value": "string"
|
|
836
|
-
},
|
|
837
|
-
"computed": false
|
|
838
|
-
},
|
|
839
|
-
{
|
|
840
|
-
"type": "propertySignature",
|
|
841
|
-
"key": {
|
|
842
|
-
"type": "identifier",
|
|
843
|
-
"name": "title"
|
|
844
|
-
},
|
|
845
|
-
"annotation": {
|
|
846
|
-
"type": "keyword",
|
|
847
|
-
"value": "string"
|
|
848
|
-
},
|
|
849
|
-
"computed": false
|
|
850
|
-
},
|
|
851
|
-
{
|
|
852
|
-
"type": "propertySignature",
|
|
853
|
-
"key": {
|
|
854
|
-
"type": "identifier",
|
|
855
|
-
"name": "summary"
|
|
856
|
-
},
|
|
857
|
-
"annotation": {
|
|
858
|
-
"type": "keyword",
|
|
859
|
-
"value": "string"
|
|
860
|
-
},
|
|
861
|
-
"computed": false
|
|
862
|
-
},
|
|
863
|
-
{
|
|
864
|
-
"type": "propertySignature",
|
|
865
|
-
"key": {
|
|
866
|
-
"type": "identifier",
|
|
867
|
-
"name": "scenario"
|
|
868
|
-
},
|
|
869
|
-
"annotation": {
|
|
870
|
-
"type": "keyword",
|
|
871
|
-
"value": "string"
|
|
872
|
-
},
|
|
873
|
-
"computed": false
|
|
874
|
-
},
|
|
875
|
-
{
|
|
876
|
-
"type": "propertySignature",
|
|
877
|
-
"key": {
|
|
878
|
-
"type": "identifier",
|
|
879
|
-
"name": "url"
|
|
880
|
-
},
|
|
881
|
-
"annotation": {
|
|
882
|
-
"type": "keyword",
|
|
883
|
-
"value": "string"
|
|
884
|
-
},
|
|
885
|
-
"optional": true,
|
|
886
|
-
"computed": false
|
|
887
|
-
}
|
|
888
|
-
]
|
|
889
|
-
}
|
|
890
|
-
]
|
|
891
|
-
},
|
|
892
892
|
"ai-portal.mcp-tools": {
|
|
893
893
|
"properties": [
|
|
894
894
|
{
|
|
@@ -1786,6 +1786,66 @@
|
|
|
1786
1786
|
}
|
|
1787
1787
|
]
|
|
1788
1788
|
},
|
|
1789
|
+
"ai-portal.chat-input": {
|
|
1790
|
+
"properties": [
|
|
1791
|
+
{
|
|
1792
|
+
"name": "placeholder",
|
|
1793
|
+
"annotation": {
|
|
1794
|
+
"type": "keyword",
|
|
1795
|
+
"value": "string"
|
|
1796
|
+
}
|
|
1797
|
+
},
|
|
1798
|
+
{
|
|
1799
|
+
"name": "autoFocus",
|
|
1800
|
+
"annotation": {
|
|
1801
|
+
"type": "keyword",
|
|
1802
|
+
"value": "boolean"
|
|
1803
|
+
}
|
|
1804
|
+
},
|
|
1805
|
+
{
|
|
1806
|
+
"name": "submitDisabled",
|
|
1807
|
+
"annotation": {
|
|
1808
|
+
"type": "keyword",
|
|
1809
|
+
"value": "boolean"
|
|
1810
|
+
}
|
|
1811
|
+
},
|
|
1812
|
+
{
|
|
1813
|
+
"name": "supportsTerminate",
|
|
1814
|
+
"annotation": {
|
|
1815
|
+
"type": "keyword",
|
|
1816
|
+
"value": "boolean"
|
|
1817
|
+
}
|
|
1818
|
+
},
|
|
1819
|
+
{
|
|
1820
|
+
"name": "terminating",
|
|
1821
|
+
"annotation": {
|
|
1822
|
+
"type": "keyword",
|
|
1823
|
+
"value": "boolean"
|
|
1824
|
+
}
|
|
1825
|
+
}
|
|
1826
|
+
],
|
|
1827
|
+
"events": [
|
|
1828
|
+
{
|
|
1829
|
+
"name": "message.submit",
|
|
1830
|
+
"detail": {
|
|
1831
|
+
"annotation": {
|
|
1832
|
+
"type": "keyword",
|
|
1833
|
+
"value": "string"
|
|
1834
|
+
}
|
|
1835
|
+
}
|
|
1836
|
+
},
|
|
1837
|
+
{
|
|
1838
|
+
"name": "terminate",
|
|
1839
|
+
"detail": {
|
|
1840
|
+
"annotation": {
|
|
1841
|
+
"type": "keyword",
|
|
1842
|
+
"value": "void"
|
|
1843
|
+
}
|
|
1844
|
+
}
|
|
1845
|
+
}
|
|
1846
|
+
],
|
|
1847
|
+
"methods": []
|
|
1848
|
+
},
|
|
1789
1849
|
"ai-portal.activity-timeline": {
|
|
1790
1850
|
"properties": [
|
|
1791
1851
|
{
|
|
@@ -2760,66 +2820,6 @@
|
|
|
2760
2820
|
}
|
|
2761
2821
|
]
|
|
2762
2822
|
},
|
|
2763
|
-
"ai-portal.chat-input": {
|
|
2764
|
-
"properties": [
|
|
2765
|
-
{
|
|
2766
|
-
"name": "placeholder",
|
|
2767
|
-
"annotation": {
|
|
2768
|
-
"type": "keyword",
|
|
2769
|
-
"value": "string"
|
|
2770
|
-
}
|
|
2771
|
-
},
|
|
2772
|
-
{
|
|
2773
|
-
"name": "autoFocus",
|
|
2774
|
-
"annotation": {
|
|
2775
|
-
"type": "keyword",
|
|
2776
|
-
"value": "boolean"
|
|
2777
|
-
}
|
|
2778
|
-
},
|
|
2779
|
-
{
|
|
2780
|
-
"name": "submitDisabled",
|
|
2781
|
-
"annotation": {
|
|
2782
|
-
"type": "keyword",
|
|
2783
|
-
"value": "boolean"
|
|
2784
|
-
}
|
|
2785
|
-
},
|
|
2786
|
-
{
|
|
2787
|
-
"name": "supportsTerminate",
|
|
2788
|
-
"annotation": {
|
|
2789
|
-
"type": "keyword",
|
|
2790
|
-
"value": "boolean"
|
|
2791
|
-
}
|
|
2792
|
-
},
|
|
2793
|
-
{
|
|
2794
|
-
"name": "terminating",
|
|
2795
|
-
"annotation": {
|
|
2796
|
-
"type": "keyword",
|
|
2797
|
-
"value": "boolean"
|
|
2798
|
-
}
|
|
2799
|
-
}
|
|
2800
|
-
],
|
|
2801
|
-
"events": [
|
|
2802
|
-
{
|
|
2803
|
-
"name": "message.submit",
|
|
2804
|
-
"detail": {
|
|
2805
|
-
"annotation": {
|
|
2806
|
-
"type": "keyword",
|
|
2807
|
-
"value": "string"
|
|
2808
|
-
}
|
|
2809
|
-
}
|
|
2810
|
-
},
|
|
2811
|
-
{
|
|
2812
|
-
"name": "terminate",
|
|
2813
|
-
"detail": {
|
|
2814
|
-
"annotation": {
|
|
2815
|
-
"type": "keyword",
|
|
2816
|
-
"value": "void"
|
|
2817
|
-
}
|
|
2818
|
-
}
|
|
2819
|
-
}
|
|
2820
|
-
],
|
|
2821
|
-
"methods": []
|
|
2822
|
-
},
|
|
2823
2823
|
"ai-portal.show-case": {
|
|
2824
2824
|
"properties": [
|
|
2825
2825
|
{
|
|
@@ -2966,6 +2966,13 @@
|
|
|
2966
2966
|
}
|
|
2967
2967
|
}
|
|
2968
2968
|
}
|
|
2969
|
+
},
|
|
2970
|
+
{
|
|
2971
|
+
"name": "canAddProject",
|
|
2972
|
+
"annotation": {
|
|
2973
|
+
"type": "keyword",
|
|
2974
|
+
"value": "boolean"
|
|
2975
|
+
}
|
|
2969
2976
|
}
|
|
2970
2977
|
],
|
|
2971
2978
|
"events": [
|