@next-bricks/ai-portal 0.56.1 → 0.56.2
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 +35 -35
- package/dist/chunks/1510.ba18a788.js +2 -0
- package/dist/chunks/1510.ba18a788.js.map +1 -0
- package/dist/chunks/6995.65da5073.js +2 -0
- package/dist/chunks/6995.65da5073.js.map +1 -0
- package/dist/chunks/7517.f62fe00f.js +2 -0
- package/dist/chunks/{7517.cf7a9f90.js.map → 7517.f62fe00f.js.map} +1 -1
- package/dist/chunks/9270.e909e789.js +2 -0
- package/dist/chunks/9270.e909e789.js.map +1 -0
- package/dist/chunks/chat-stream.9f07e680.js +2 -0
- package/dist/chunks/{chat-stream.e0d13969.js.map → chat-stream.9f07e680.js.map} +1 -1
- package/dist/chunks/{main.14d3a485.js → main.e3031a8c.js} +2 -2
- package/dist/chunks/{main.14d3a485.js.map → main.e3031a8c.js.map} +1 -1
- package/dist/examples.json +14 -14
- package/dist/{index.8d87387c.js → index.9a811707.js} +2 -2
- package/dist/{index.8d87387c.js.map → index.9a811707.js.map} +1 -1
- package/dist/manifest.json +319 -319
- package/dist/types.json +485 -485
- package/dist-types/chat-stream/HumanInTheLoop/HumanInTheLoop.d.ts +6 -0
- package/dist-types/chat-stream/i18n.d.ts +3 -4
- package/dist-types/cruise-canvas/i18n.d.ts +2 -2
- package/package.json +2 -2
- package/dist/chunks/1510.42780c0d.js +0 -2
- package/dist/chunks/1510.42780c0d.js.map +0 -1
- package/dist/chunks/5269.13671bc0.js +0 -2
- package/dist/chunks/5269.13671bc0.js.map +0 -1
- package/dist/chunks/6995.4d172ef6.js +0 -2
- package/dist/chunks/6995.4d172ef6.js.map +0 -1
- package/dist/chunks/7517.cf7a9f90.js +0 -2
- package/dist/chunks/chat-stream.e0d13969.js +0 -2
package/dist/types.json
CHANGED
|
@@ -12,6 +12,110 @@
|
|
|
12
12
|
"events": [],
|
|
13
13
|
"methods": []
|
|
14
14
|
},
|
|
15
|
+
"ai-portal.stat-with-mini-chart": {
|
|
16
|
+
"properties": [
|
|
17
|
+
{
|
|
18
|
+
"name": "label",
|
|
19
|
+
"annotation": {
|
|
20
|
+
"type": "keyword",
|
|
21
|
+
"value": "string"
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "value",
|
|
26
|
+
"annotation": {
|
|
27
|
+
"type": "keyword",
|
|
28
|
+
"value": "string"
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"name": "size",
|
|
33
|
+
"annotation": {
|
|
34
|
+
"type": "union",
|
|
35
|
+
"types": [
|
|
36
|
+
{
|
|
37
|
+
"type": "jsLiteral",
|
|
38
|
+
"value": "medium"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"type": "jsLiteral",
|
|
42
|
+
"value": "small"
|
|
43
|
+
}
|
|
44
|
+
]
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"name": "lineColor",
|
|
49
|
+
"annotation": {
|
|
50
|
+
"type": "keyword",
|
|
51
|
+
"value": "string"
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "showArea",
|
|
56
|
+
"annotation": {
|
|
57
|
+
"type": "keyword",
|
|
58
|
+
"value": "boolean"
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"name": "min",
|
|
63
|
+
"annotation": {
|
|
64
|
+
"type": "keyword",
|
|
65
|
+
"value": "number"
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"name": "max",
|
|
70
|
+
"annotation": {
|
|
71
|
+
"type": "keyword",
|
|
72
|
+
"value": "number"
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"name": "xField",
|
|
77
|
+
"annotation": {
|
|
78
|
+
"type": "keyword",
|
|
79
|
+
"value": "string"
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"name": "yField",
|
|
84
|
+
"annotation": {
|
|
85
|
+
"type": "keyword",
|
|
86
|
+
"value": "string"
|
|
87
|
+
}
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"name": "data",
|
|
91
|
+
"annotation": {
|
|
92
|
+
"type": "array",
|
|
93
|
+
"elementType": {
|
|
94
|
+
"type": "reference",
|
|
95
|
+
"typeName": {
|
|
96
|
+
"type": "identifier",
|
|
97
|
+
"name": "Record"
|
|
98
|
+
},
|
|
99
|
+
"typeParameters": {
|
|
100
|
+
"type": "typeParameterInstantiation",
|
|
101
|
+
"params": [
|
|
102
|
+
{
|
|
103
|
+
"type": "keyword",
|
|
104
|
+
"value": "string"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"type": "keyword",
|
|
108
|
+
"value": "number"
|
|
109
|
+
}
|
|
110
|
+
]
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
],
|
|
116
|
+
"events": [],
|
|
117
|
+
"methods": []
|
|
118
|
+
},
|
|
15
119
|
"ai-portal.icon-button": {
|
|
16
120
|
"properties": [
|
|
17
121
|
{
|
|
@@ -90,6 +194,62 @@
|
|
|
90
194
|
}
|
|
91
195
|
]
|
|
92
196
|
},
|
|
197
|
+
"ai-portal.call-tool": {
|
|
198
|
+
"type": "provider",
|
|
199
|
+
"params": [
|
|
200
|
+
{
|
|
201
|
+
"name": "tool",
|
|
202
|
+
"annotation": {
|
|
203
|
+
"type": "reference",
|
|
204
|
+
"typeName": {
|
|
205
|
+
"type": "identifier",
|
|
206
|
+
"name": "ToolInfo"
|
|
207
|
+
}
|
|
208
|
+
}
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"name": "params",
|
|
212
|
+
"annotation": {
|
|
213
|
+
"type": "reference",
|
|
214
|
+
"typeName": {
|
|
215
|
+
"type": "identifier",
|
|
216
|
+
"name": "Record"
|
|
217
|
+
},
|
|
218
|
+
"typeParameters": {
|
|
219
|
+
"type": "typeParameterInstantiation",
|
|
220
|
+
"params": [
|
|
221
|
+
{
|
|
222
|
+
"type": "keyword",
|
|
223
|
+
"value": "string"
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"type": "keyword",
|
|
227
|
+
"value": "unknown"
|
|
228
|
+
}
|
|
229
|
+
]
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
}
|
|
233
|
+
],
|
|
234
|
+
"returns": {
|
|
235
|
+
"annotation": {
|
|
236
|
+
"type": "reference",
|
|
237
|
+
"typeName": {
|
|
238
|
+
"type": "identifier",
|
|
239
|
+
"name": "Promise"
|
|
240
|
+
},
|
|
241
|
+
"typeParameters": {
|
|
242
|
+
"type": "typeParameterInstantiation",
|
|
243
|
+
"params": [
|
|
244
|
+
{
|
|
245
|
+
"type": "keyword",
|
|
246
|
+
"value": "unknown"
|
|
247
|
+
}
|
|
248
|
+
]
|
|
249
|
+
}
|
|
250
|
+
}
|
|
251
|
+
}
|
|
252
|
+
},
|
|
93
253
|
"ai-portal.save-request-store": {
|
|
94
254
|
"type": "provider",
|
|
95
255
|
"params": [
|
|
@@ -499,61 +659,70 @@
|
|
|
499
659
|
}
|
|
500
660
|
}
|
|
501
661
|
},
|
|
502
|
-
"ai-portal.
|
|
662
|
+
"ai-portal.set-chat-command": {
|
|
503
663
|
"type": "provider",
|
|
504
664
|
"params": [
|
|
505
665
|
{
|
|
506
|
-
"name": "
|
|
507
|
-
"annotation": {
|
|
508
|
-
"type": "reference",
|
|
509
|
-
"typeName": {
|
|
510
|
-
"type": "identifier",
|
|
511
|
-
"name": "ToolInfo"
|
|
512
|
-
}
|
|
513
|
-
}
|
|
514
|
-
},
|
|
515
|
-
{
|
|
516
|
-
"name": "params",
|
|
666
|
+
"name": "command",
|
|
517
667
|
"annotation": {
|
|
518
|
-
"type": "
|
|
519
|
-
"
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
"params": [
|
|
526
|
-
{
|
|
527
|
-
"type": "keyword",
|
|
528
|
-
"value": "string"
|
|
529
|
-
},
|
|
530
|
-
{
|
|
531
|
-
"type": "keyword",
|
|
532
|
-
"value": "unknown"
|
|
668
|
+
"type": "union",
|
|
669
|
+
"types": [
|
|
670
|
+
{
|
|
671
|
+
"type": "reference",
|
|
672
|
+
"typeName": {
|
|
673
|
+
"type": "identifier",
|
|
674
|
+
"name": "ChatCommand"
|
|
533
675
|
}
|
|
534
|
-
|
|
535
|
-
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
"type": "keyword",
|
|
679
|
+
"value": "null"
|
|
680
|
+
}
|
|
681
|
+
]
|
|
536
682
|
}
|
|
537
683
|
}
|
|
538
684
|
],
|
|
539
685
|
"returns": {
|
|
540
686
|
"annotation": {
|
|
541
|
-
"type": "
|
|
542
|
-
"
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
687
|
+
"type": "keyword",
|
|
688
|
+
"value": "void"
|
|
689
|
+
}
|
|
690
|
+
},
|
|
691
|
+
"types": [
|
|
692
|
+
{
|
|
693
|
+
"type": "interface",
|
|
694
|
+
"name": "ChatCommand",
|
|
695
|
+
"body": [
|
|
696
|
+
{
|
|
697
|
+
"type": "propertySignature",
|
|
698
|
+
"key": {
|
|
699
|
+
"type": "identifier",
|
|
700
|
+
"name": "command"
|
|
701
|
+
},
|
|
702
|
+
"annotation": {
|
|
550
703
|
"type": "keyword",
|
|
551
|
-
"value": "
|
|
552
|
-
}
|
|
553
|
-
|
|
554
|
-
|
|
704
|
+
"value": "string"
|
|
705
|
+
},
|
|
706
|
+
"computed": false
|
|
707
|
+
},
|
|
708
|
+
{
|
|
709
|
+
"type": "propertySignature",
|
|
710
|
+
"key": {
|
|
711
|
+
"type": "identifier",
|
|
712
|
+
"name": "payload"
|
|
713
|
+
},
|
|
714
|
+
"annotation": {
|
|
715
|
+
"type": "reference",
|
|
716
|
+
"typeName": {
|
|
717
|
+
"type": "identifier",
|
|
718
|
+
"name": "CommandPayload"
|
|
719
|
+
}
|
|
720
|
+
},
|
|
721
|
+
"computed": false
|
|
722
|
+
}
|
|
723
|
+
]
|
|
555
724
|
}
|
|
556
|
-
|
|
725
|
+
]
|
|
557
726
|
},
|
|
558
727
|
"ai-portal.page-container": {
|
|
559
728
|
"properties": [
|
|
@@ -656,252 +825,83 @@
|
|
|
656
825
|
"annotation": {
|
|
657
826
|
"type": "keyword",
|
|
658
827
|
"value": "string"
|
|
659
|
-
},
|
|
660
|
-
"computed": false
|
|
661
|
-
}
|
|
662
|
-
]
|
|
663
|
-
}
|
|
664
|
-
]
|
|
665
|
-
},
|
|
666
|
-
"ai-portal.
|
|
667
|
-
"
|
|
668
|
-
"params": [
|
|
669
|
-
{
|
|
670
|
-
"name": "command",
|
|
671
|
-
"annotation": {
|
|
672
|
-
"type": "union",
|
|
673
|
-
"types": [
|
|
674
|
-
{
|
|
675
|
-
"type": "reference",
|
|
676
|
-
"typeName": {
|
|
677
|
-
"type": "identifier",
|
|
678
|
-
"name": "ChatCommand"
|
|
679
|
-
}
|
|
680
|
-
},
|
|
681
|
-
{
|
|
682
|
-
"type": "keyword",
|
|
683
|
-
"value": "null"
|
|
684
|
-
}
|
|
685
|
-
]
|
|
686
|
-
}
|
|
687
|
-
}
|
|
688
|
-
],
|
|
689
|
-
"returns": {
|
|
690
|
-
"annotation": {
|
|
691
|
-
"type": "keyword",
|
|
692
|
-
"value": "void"
|
|
693
|
-
}
|
|
694
|
-
},
|
|
695
|
-
"types": [
|
|
696
|
-
{
|
|
697
|
-
"type": "interface",
|
|
698
|
-
"name": "ChatCommand",
|
|
699
|
-
"body": [
|
|
700
|
-
{
|
|
701
|
-
"type": "propertySignature",
|
|
702
|
-
"key": {
|
|
703
|
-
"type": "identifier",
|
|
704
|
-
"name": "command"
|
|
705
|
-
},
|
|
706
|
-
"annotation": {
|
|
707
|
-
"type": "keyword",
|
|
708
|
-
"value": "string"
|
|
709
|
-
},
|
|
710
|
-
"computed": false
|
|
711
|
-
},
|
|
712
|
-
{
|
|
713
|
-
"type": "propertySignature",
|
|
714
|
-
"key": {
|
|
715
|
-
"type": "identifier",
|
|
716
|
-
"name": "payload"
|
|
717
|
-
},
|
|
718
|
-
"annotation": {
|
|
719
|
-
"type": "reference",
|
|
720
|
-
"typeName": {
|
|
721
|
-
"type": "identifier",
|
|
722
|
-
"name": "CommandPayload"
|
|
723
|
-
}
|
|
724
|
-
},
|
|
725
|
-
"computed": false
|
|
726
|
-
}
|
|
727
|
-
]
|
|
728
|
-
}
|
|
729
|
-
]
|
|
730
|
-
},
|
|
731
|
-
"ai-portal.tab-list": {
|
|
732
|
-
"properties": [
|
|
733
|
-
{
|
|
734
|
-
"name": "tabs",
|
|
735
|
-
"annotation": {
|
|
736
|
-
"type": "array",
|
|
737
|
-
"elementType": {
|
|
738
|
-
"type": "reference",
|
|
739
|
-
"typeName": {
|
|
740
|
-
"type": "identifier",
|
|
741
|
-
"name": "Tab"
|
|
742
|
-
}
|
|
743
|
-
}
|
|
744
|
-
}
|
|
745
|
-
},
|
|
746
|
-
{
|
|
747
|
-
"name": "activeTab",
|
|
748
|
-
"annotation": {
|
|
749
|
-
"type": "keyword",
|
|
750
|
-
"value": "string"
|
|
751
|
-
}
|
|
752
|
-
}
|
|
753
|
-
],
|
|
754
|
-
"events": [
|
|
755
|
-
{
|
|
756
|
-
"name": "tab.click",
|
|
757
|
-
"detail": {
|
|
758
|
-
"annotation": {
|
|
759
|
-
"type": "reference",
|
|
760
|
-
"typeName": {
|
|
761
|
-
"type": "identifier",
|
|
762
|
-
"name": "Tab"
|
|
763
|
-
}
|
|
764
|
-
}
|
|
765
|
-
}
|
|
766
|
-
}
|
|
767
|
-
],
|
|
768
|
-
"methods": [],
|
|
769
|
-
"types": [
|
|
770
|
-
{
|
|
771
|
-
"type": "interface",
|
|
772
|
-
"name": "Tab",
|
|
773
|
-
"body": [
|
|
774
|
-
{
|
|
775
|
-
"type": "propertySignature",
|
|
776
|
-
"key": {
|
|
777
|
-
"type": "identifier",
|
|
778
|
-
"name": "id"
|
|
779
|
-
},
|
|
780
|
-
"annotation": {
|
|
781
|
-
"type": "keyword",
|
|
782
|
-
"value": "string"
|
|
783
|
-
},
|
|
784
|
-
"computed": false
|
|
785
|
-
},
|
|
786
|
-
{
|
|
787
|
-
"type": "propertySignature",
|
|
788
|
-
"key": {
|
|
789
|
-
"type": "identifier",
|
|
790
|
-
"name": "label"
|
|
791
|
-
},
|
|
792
|
-
"annotation": {
|
|
793
|
-
"type": "keyword",
|
|
794
|
-
"value": "string"
|
|
795
|
-
},
|
|
796
|
-
"computed": false
|
|
797
|
-
}
|
|
798
|
-
]
|
|
799
|
-
}
|
|
800
|
-
]
|
|
801
|
-
},
|
|
802
|
-
"ai-portal.stat-with-mini-chart": {
|
|
803
|
-
"properties": [
|
|
804
|
-
{
|
|
805
|
-
"name": "label",
|
|
806
|
-
"annotation": {
|
|
807
|
-
"type": "keyword",
|
|
808
|
-
"value": "string"
|
|
809
|
-
}
|
|
810
|
-
},
|
|
811
|
-
{
|
|
812
|
-
"name": "value",
|
|
813
|
-
"annotation": {
|
|
814
|
-
"type": "keyword",
|
|
815
|
-
"value": "string"
|
|
816
|
-
}
|
|
817
|
-
},
|
|
818
|
-
{
|
|
819
|
-
"name": "size",
|
|
820
|
-
"annotation": {
|
|
821
|
-
"type": "union",
|
|
822
|
-
"types": [
|
|
823
|
-
{
|
|
824
|
-
"type": "jsLiteral",
|
|
825
|
-
"value": "medium"
|
|
826
|
-
},
|
|
827
|
-
{
|
|
828
|
-
"type": "jsLiteral",
|
|
829
|
-
"value": "small"
|
|
830
|
-
}
|
|
831
|
-
]
|
|
832
|
-
}
|
|
833
|
-
},
|
|
834
|
-
{
|
|
835
|
-
"name": "lineColor",
|
|
836
|
-
"annotation": {
|
|
837
|
-
"type": "keyword",
|
|
838
|
-
"value": "string"
|
|
839
|
-
}
|
|
840
|
-
},
|
|
841
|
-
{
|
|
842
|
-
"name": "showArea",
|
|
843
|
-
"annotation": {
|
|
844
|
-
"type": "keyword",
|
|
845
|
-
"value": "boolean"
|
|
846
|
-
}
|
|
847
|
-
},
|
|
848
|
-
{
|
|
849
|
-
"name": "min",
|
|
850
|
-
"annotation": {
|
|
851
|
-
"type": "keyword",
|
|
852
|
-
"value": "number"
|
|
853
|
-
}
|
|
854
|
-
},
|
|
855
|
-
{
|
|
856
|
-
"name": "max",
|
|
857
|
-
"annotation": {
|
|
858
|
-
"type": "keyword",
|
|
859
|
-
"value": "number"
|
|
860
|
-
}
|
|
861
|
-
},
|
|
828
|
+
},
|
|
829
|
+
"computed": false
|
|
830
|
+
}
|
|
831
|
+
]
|
|
832
|
+
}
|
|
833
|
+
]
|
|
834
|
+
},
|
|
835
|
+
"ai-portal.tab-list": {
|
|
836
|
+
"properties": [
|
|
862
837
|
{
|
|
863
|
-
"name": "
|
|
838
|
+
"name": "tabs",
|
|
864
839
|
"annotation": {
|
|
865
|
-
"type": "
|
|
866
|
-
"
|
|
840
|
+
"type": "array",
|
|
841
|
+
"elementType": {
|
|
842
|
+
"type": "reference",
|
|
843
|
+
"typeName": {
|
|
844
|
+
"type": "identifier",
|
|
845
|
+
"name": "Tab"
|
|
846
|
+
}
|
|
847
|
+
}
|
|
867
848
|
}
|
|
868
849
|
},
|
|
869
850
|
{
|
|
870
|
-
"name": "
|
|
851
|
+
"name": "activeTab",
|
|
871
852
|
"annotation": {
|
|
872
853
|
"type": "keyword",
|
|
873
854
|
"value": "string"
|
|
874
855
|
}
|
|
875
|
-
}
|
|
856
|
+
}
|
|
857
|
+
],
|
|
858
|
+
"events": [
|
|
876
859
|
{
|
|
877
|
-
"name": "
|
|
878
|
-
"
|
|
879
|
-
"
|
|
880
|
-
"elementType": {
|
|
860
|
+
"name": "tab.click",
|
|
861
|
+
"detail": {
|
|
862
|
+
"annotation": {
|
|
881
863
|
"type": "reference",
|
|
882
864
|
"typeName": {
|
|
883
865
|
"type": "identifier",
|
|
884
|
-
"name": "
|
|
885
|
-
},
|
|
886
|
-
"typeParameters": {
|
|
887
|
-
"type": "typeParameterInstantiation",
|
|
888
|
-
"params": [
|
|
889
|
-
{
|
|
890
|
-
"type": "keyword",
|
|
891
|
-
"value": "string"
|
|
892
|
-
},
|
|
893
|
-
{
|
|
894
|
-
"type": "keyword",
|
|
895
|
-
"value": "number"
|
|
896
|
-
}
|
|
897
|
-
]
|
|
866
|
+
"name": "Tab"
|
|
898
867
|
}
|
|
899
868
|
}
|
|
900
869
|
}
|
|
901
870
|
}
|
|
902
871
|
],
|
|
903
|
-
"
|
|
904
|
-
"
|
|
872
|
+
"methods": [],
|
|
873
|
+
"types": [
|
|
874
|
+
{
|
|
875
|
+
"type": "interface",
|
|
876
|
+
"name": "Tab",
|
|
877
|
+
"body": [
|
|
878
|
+
{
|
|
879
|
+
"type": "propertySignature",
|
|
880
|
+
"key": {
|
|
881
|
+
"type": "identifier",
|
|
882
|
+
"name": "id"
|
|
883
|
+
},
|
|
884
|
+
"annotation": {
|
|
885
|
+
"type": "keyword",
|
|
886
|
+
"value": "string"
|
|
887
|
+
},
|
|
888
|
+
"computed": false
|
|
889
|
+
},
|
|
890
|
+
{
|
|
891
|
+
"type": "propertySignature",
|
|
892
|
+
"key": {
|
|
893
|
+
"type": "identifier",
|
|
894
|
+
"name": "label"
|
|
895
|
+
},
|
|
896
|
+
"annotation": {
|
|
897
|
+
"type": "keyword",
|
|
898
|
+
"value": "string"
|
|
899
|
+
},
|
|
900
|
+
"computed": false
|
|
901
|
+
}
|
|
902
|
+
]
|
|
903
|
+
}
|
|
904
|
+
]
|
|
905
905
|
},
|
|
906
906
|
"ai-portal.elevo-logo": {
|
|
907
907
|
"properties": [],
|
|
@@ -1667,6 +1667,26 @@
|
|
|
1667
1667
|
}
|
|
1668
1668
|
]
|
|
1669
1669
|
},
|
|
1670
|
+
"ai-portal.preview-container": {
|
|
1671
|
+
"properties": [
|
|
1672
|
+
{
|
|
1673
|
+
"name": "source",
|
|
1674
|
+
"annotation": {
|
|
1675
|
+
"type": "keyword",
|
|
1676
|
+
"value": "string"
|
|
1677
|
+
}
|
|
1678
|
+
},
|
|
1679
|
+
{
|
|
1680
|
+
"name": "url",
|
|
1681
|
+
"annotation": {
|
|
1682
|
+
"type": "keyword",
|
|
1683
|
+
"value": "string"
|
|
1684
|
+
}
|
|
1685
|
+
}
|
|
1686
|
+
],
|
|
1687
|
+
"events": [],
|
|
1688
|
+
"methods": []
|
|
1689
|
+
},
|
|
1670
1690
|
"ai-portal.dropdown-select": {
|
|
1671
1691
|
"properties": [
|
|
1672
1692
|
{
|
|
@@ -1808,160 +1828,7 @@
|
|
|
1808
1828
|
"type": "propertySignature",
|
|
1809
1829
|
"key": {
|
|
1810
1830
|
"type": "identifier",
|
|
1811
|
-
"name": "disabled"
|
|
1812
|
-
},
|
|
1813
|
-
"annotation": {
|
|
1814
|
-
"type": "keyword",
|
|
1815
|
-
"value": "boolean"
|
|
1816
|
-
},
|
|
1817
|
-
"optional": true,
|
|
1818
|
-
"computed": false
|
|
1819
|
-
},
|
|
1820
|
-
{
|
|
1821
|
-
"type": "indexSignature",
|
|
1822
|
-
"parameter": {
|
|
1823
|
-
"type": "identifier",
|
|
1824
|
-
"name": "key",
|
|
1825
|
-
"annotation": {
|
|
1826
|
-
"type": "keyword",
|
|
1827
|
-
"value": "string"
|
|
1828
|
-
}
|
|
1829
|
-
},
|
|
1830
|
-
"annotation": {
|
|
1831
|
-
"type": "keyword",
|
|
1832
|
-
"value": "unknown"
|
|
1833
|
-
}
|
|
1834
|
-
}
|
|
1835
|
-
]
|
|
1836
|
-
}
|
|
1837
|
-
]
|
|
1838
|
-
},
|
|
1839
|
-
"ai-portal.preview-container": {
|
|
1840
|
-
"properties": [
|
|
1841
|
-
{
|
|
1842
|
-
"name": "source",
|
|
1843
|
-
"annotation": {
|
|
1844
|
-
"type": "keyword",
|
|
1845
|
-
"value": "string"
|
|
1846
|
-
}
|
|
1847
|
-
},
|
|
1848
|
-
{
|
|
1849
|
-
"name": "url",
|
|
1850
|
-
"annotation": {
|
|
1851
|
-
"type": "keyword",
|
|
1852
|
-
"value": "string"
|
|
1853
|
-
}
|
|
1854
|
-
}
|
|
1855
|
-
],
|
|
1856
|
-
"events": [],
|
|
1857
|
-
"methods": []
|
|
1858
|
-
},
|
|
1859
|
-
"ai-portal.action-buttons": {
|
|
1860
|
-
"properties": [
|
|
1861
|
-
{
|
|
1862
|
-
"name": "items",
|
|
1863
|
-
"annotation": {
|
|
1864
|
-
"type": "array",
|
|
1865
|
-
"elementType": {
|
|
1866
|
-
"type": "reference",
|
|
1867
|
-
"typeName": {
|
|
1868
|
-
"type": "identifier",
|
|
1869
|
-
"name": "ActionItem"
|
|
1870
|
-
}
|
|
1871
|
-
}
|
|
1872
|
-
}
|
|
1873
|
-
},
|
|
1874
|
-
{
|
|
1875
|
-
"name": "activeKey",
|
|
1876
|
-
"annotation": {
|
|
1877
|
-
"type": "union",
|
|
1878
|
-
"types": [
|
|
1879
|
-
{
|
|
1880
|
-
"type": "keyword",
|
|
1881
|
-
"value": "string"
|
|
1882
|
-
},
|
|
1883
|
-
{
|
|
1884
|
-
"type": "keyword",
|
|
1885
|
-
"value": "null"
|
|
1886
|
-
}
|
|
1887
|
-
]
|
|
1888
|
-
}
|
|
1889
|
-
}
|
|
1890
|
-
],
|
|
1891
|
-
"events": [
|
|
1892
|
-
{
|
|
1893
|
-
"name": "change",
|
|
1894
|
-
"detail": {
|
|
1895
|
-
"annotation": {
|
|
1896
|
-
"type": "union",
|
|
1897
|
-
"types": [
|
|
1898
|
-
{
|
|
1899
|
-
"type": "reference",
|
|
1900
|
-
"typeName": {
|
|
1901
|
-
"type": "identifier",
|
|
1902
|
-
"name": "ActionItem"
|
|
1903
|
-
}
|
|
1904
|
-
},
|
|
1905
|
-
{
|
|
1906
|
-
"type": "keyword",
|
|
1907
|
-
"value": "null"
|
|
1908
|
-
}
|
|
1909
|
-
]
|
|
1910
|
-
}
|
|
1911
|
-
}
|
|
1912
|
-
}
|
|
1913
|
-
],
|
|
1914
|
-
"methods": [],
|
|
1915
|
-
"types": [
|
|
1916
|
-
{
|
|
1917
|
-
"type": "interface",
|
|
1918
|
-
"name": "ActionItem",
|
|
1919
|
-
"body": [
|
|
1920
|
-
{
|
|
1921
|
-
"type": "propertySignature",
|
|
1922
|
-
"key": {
|
|
1923
|
-
"type": "identifier",
|
|
1924
|
-
"name": "text"
|
|
1925
|
-
},
|
|
1926
|
-
"annotation": {
|
|
1927
|
-
"type": "keyword",
|
|
1928
|
-
"value": "string"
|
|
1929
|
-
},
|
|
1930
|
-
"computed": false
|
|
1931
|
-
},
|
|
1932
|
-
{
|
|
1933
|
-
"type": "propertySignature",
|
|
1934
|
-
"key": {
|
|
1935
|
-
"type": "identifier",
|
|
1936
|
-
"name": "key"
|
|
1937
|
-
},
|
|
1938
|
-
"annotation": {
|
|
1939
|
-
"type": "keyword",
|
|
1940
|
-
"value": "string"
|
|
1941
|
-
},
|
|
1942
|
-
"computed": false
|
|
1943
|
-
},
|
|
1944
|
-
{
|
|
1945
|
-
"type": "propertySignature",
|
|
1946
|
-
"key": {
|
|
1947
|
-
"type": "identifier",
|
|
1948
|
-
"name": "icon"
|
|
1949
|
-
},
|
|
1950
|
-
"annotation": {
|
|
1951
|
-
"type": "reference",
|
|
1952
|
-
"typeName": {
|
|
1953
|
-
"type": "identifier",
|
|
1954
|
-
"name": "GeneralIconProps"
|
|
1955
|
-
}
|
|
1956
|
-
},
|
|
1957
|
-
"optional": true,
|
|
1958
|
-
"computed": false
|
|
1959
|
-
},
|
|
1960
|
-
{
|
|
1961
|
-
"type": "propertySignature",
|
|
1962
|
-
"key": {
|
|
1963
|
-
"type": "identifier",
|
|
1964
|
-
"name": "hidden"
|
|
1831
|
+
"name": "disabled"
|
|
1965
1832
|
},
|
|
1966
1833
|
"annotation": {
|
|
1967
1834
|
"type": "keyword",
|
|
@@ -1969,6 +1836,21 @@
|
|
|
1969
1836
|
},
|
|
1970
1837
|
"optional": true,
|
|
1971
1838
|
"computed": false
|
|
1839
|
+
},
|
|
1840
|
+
{
|
|
1841
|
+
"type": "indexSignature",
|
|
1842
|
+
"parameter": {
|
|
1843
|
+
"type": "identifier",
|
|
1844
|
+
"name": "key",
|
|
1845
|
+
"annotation": {
|
|
1846
|
+
"type": "keyword",
|
|
1847
|
+
"value": "string"
|
|
1848
|
+
}
|
|
1849
|
+
},
|
|
1850
|
+
"annotation": {
|
|
1851
|
+
"type": "keyword",
|
|
1852
|
+
"value": "unknown"
|
|
1853
|
+
}
|
|
1972
1854
|
}
|
|
1973
1855
|
]
|
|
1974
1856
|
}
|
|
@@ -2200,6 +2082,124 @@
|
|
|
2200
2082
|
}
|
|
2201
2083
|
]
|
|
2202
2084
|
},
|
|
2085
|
+
"ai-portal.action-buttons": {
|
|
2086
|
+
"properties": [
|
|
2087
|
+
{
|
|
2088
|
+
"name": "items",
|
|
2089
|
+
"annotation": {
|
|
2090
|
+
"type": "array",
|
|
2091
|
+
"elementType": {
|
|
2092
|
+
"type": "reference",
|
|
2093
|
+
"typeName": {
|
|
2094
|
+
"type": "identifier",
|
|
2095
|
+
"name": "ActionItem"
|
|
2096
|
+
}
|
|
2097
|
+
}
|
|
2098
|
+
}
|
|
2099
|
+
},
|
|
2100
|
+
{
|
|
2101
|
+
"name": "activeKey",
|
|
2102
|
+
"annotation": {
|
|
2103
|
+
"type": "union",
|
|
2104
|
+
"types": [
|
|
2105
|
+
{
|
|
2106
|
+
"type": "keyword",
|
|
2107
|
+
"value": "string"
|
|
2108
|
+
},
|
|
2109
|
+
{
|
|
2110
|
+
"type": "keyword",
|
|
2111
|
+
"value": "null"
|
|
2112
|
+
}
|
|
2113
|
+
]
|
|
2114
|
+
}
|
|
2115
|
+
}
|
|
2116
|
+
],
|
|
2117
|
+
"events": [
|
|
2118
|
+
{
|
|
2119
|
+
"name": "change",
|
|
2120
|
+
"detail": {
|
|
2121
|
+
"annotation": {
|
|
2122
|
+
"type": "union",
|
|
2123
|
+
"types": [
|
|
2124
|
+
{
|
|
2125
|
+
"type": "reference",
|
|
2126
|
+
"typeName": {
|
|
2127
|
+
"type": "identifier",
|
|
2128
|
+
"name": "ActionItem"
|
|
2129
|
+
}
|
|
2130
|
+
},
|
|
2131
|
+
{
|
|
2132
|
+
"type": "keyword",
|
|
2133
|
+
"value": "null"
|
|
2134
|
+
}
|
|
2135
|
+
]
|
|
2136
|
+
}
|
|
2137
|
+
}
|
|
2138
|
+
}
|
|
2139
|
+
],
|
|
2140
|
+
"methods": [],
|
|
2141
|
+
"types": [
|
|
2142
|
+
{
|
|
2143
|
+
"type": "interface",
|
|
2144
|
+
"name": "ActionItem",
|
|
2145
|
+
"body": [
|
|
2146
|
+
{
|
|
2147
|
+
"type": "propertySignature",
|
|
2148
|
+
"key": {
|
|
2149
|
+
"type": "identifier",
|
|
2150
|
+
"name": "text"
|
|
2151
|
+
},
|
|
2152
|
+
"annotation": {
|
|
2153
|
+
"type": "keyword",
|
|
2154
|
+
"value": "string"
|
|
2155
|
+
},
|
|
2156
|
+
"computed": false
|
|
2157
|
+
},
|
|
2158
|
+
{
|
|
2159
|
+
"type": "propertySignature",
|
|
2160
|
+
"key": {
|
|
2161
|
+
"type": "identifier",
|
|
2162
|
+
"name": "key"
|
|
2163
|
+
},
|
|
2164
|
+
"annotation": {
|
|
2165
|
+
"type": "keyword",
|
|
2166
|
+
"value": "string"
|
|
2167
|
+
},
|
|
2168
|
+
"computed": false
|
|
2169
|
+
},
|
|
2170
|
+
{
|
|
2171
|
+
"type": "propertySignature",
|
|
2172
|
+
"key": {
|
|
2173
|
+
"type": "identifier",
|
|
2174
|
+
"name": "icon"
|
|
2175
|
+
},
|
|
2176
|
+
"annotation": {
|
|
2177
|
+
"type": "reference",
|
|
2178
|
+
"typeName": {
|
|
2179
|
+
"type": "identifier",
|
|
2180
|
+
"name": "GeneralIconProps"
|
|
2181
|
+
}
|
|
2182
|
+
},
|
|
2183
|
+
"optional": true,
|
|
2184
|
+
"computed": false
|
|
2185
|
+
},
|
|
2186
|
+
{
|
|
2187
|
+
"type": "propertySignature",
|
|
2188
|
+
"key": {
|
|
2189
|
+
"type": "identifier",
|
|
2190
|
+
"name": "hidden"
|
|
2191
|
+
},
|
|
2192
|
+
"annotation": {
|
|
2193
|
+
"type": "keyword",
|
|
2194
|
+
"value": "boolean"
|
|
2195
|
+
},
|
|
2196
|
+
"optional": true,
|
|
2197
|
+
"computed": false
|
|
2198
|
+
}
|
|
2199
|
+
]
|
|
2200
|
+
}
|
|
2201
|
+
]
|
|
2202
|
+
},
|
|
2203
2203
|
"ai-portal.activity-timeline": {
|
|
2204
2204
|
"properties": [
|
|
2205
2205
|
{
|
|
@@ -3174,6 +3174,66 @@
|
|
|
3174
3174
|
}
|
|
3175
3175
|
]
|
|
3176
3176
|
},
|
|
3177
|
+
"ai-portal.chat-input": {
|
|
3178
|
+
"properties": [
|
|
3179
|
+
{
|
|
3180
|
+
"name": "placeholder",
|
|
3181
|
+
"annotation": {
|
|
3182
|
+
"type": "keyword",
|
|
3183
|
+
"value": "string"
|
|
3184
|
+
}
|
|
3185
|
+
},
|
|
3186
|
+
{
|
|
3187
|
+
"name": "autoFocus",
|
|
3188
|
+
"annotation": {
|
|
3189
|
+
"type": "keyword",
|
|
3190
|
+
"value": "boolean"
|
|
3191
|
+
}
|
|
3192
|
+
},
|
|
3193
|
+
{
|
|
3194
|
+
"name": "submitDisabled",
|
|
3195
|
+
"annotation": {
|
|
3196
|
+
"type": "keyword",
|
|
3197
|
+
"value": "boolean"
|
|
3198
|
+
}
|
|
3199
|
+
},
|
|
3200
|
+
{
|
|
3201
|
+
"name": "supportsTerminate",
|
|
3202
|
+
"annotation": {
|
|
3203
|
+
"type": "keyword",
|
|
3204
|
+
"value": "boolean"
|
|
3205
|
+
}
|
|
3206
|
+
},
|
|
3207
|
+
{
|
|
3208
|
+
"name": "terminating",
|
|
3209
|
+
"annotation": {
|
|
3210
|
+
"type": "keyword",
|
|
3211
|
+
"value": "boolean"
|
|
3212
|
+
}
|
|
3213
|
+
}
|
|
3214
|
+
],
|
|
3215
|
+
"events": [
|
|
3216
|
+
{
|
|
3217
|
+
"name": "message.submit",
|
|
3218
|
+
"detail": {
|
|
3219
|
+
"annotation": {
|
|
3220
|
+
"type": "keyword",
|
|
3221
|
+
"value": "string"
|
|
3222
|
+
}
|
|
3223
|
+
}
|
|
3224
|
+
},
|
|
3225
|
+
{
|
|
3226
|
+
"name": "terminate",
|
|
3227
|
+
"detail": {
|
|
3228
|
+
"annotation": {
|
|
3229
|
+
"type": "keyword",
|
|
3230
|
+
"value": "void"
|
|
3231
|
+
}
|
|
3232
|
+
}
|
|
3233
|
+
}
|
|
3234
|
+
],
|
|
3235
|
+
"methods": []
|
|
3236
|
+
},
|
|
3177
3237
|
"ai-portal.show-case": {
|
|
3178
3238
|
"properties": [
|
|
3179
3239
|
{
|
|
@@ -3272,66 +3332,6 @@
|
|
|
3272
3332
|
}
|
|
3273
3333
|
]
|
|
3274
3334
|
},
|
|
3275
|
-
"ai-portal.chat-input": {
|
|
3276
|
-
"properties": [
|
|
3277
|
-
{
|
|
3278
|
-
"name": "placeholder",
|
|
3279
|
-
"annotation": {
|
|
3280
|
-
"type": "keyword",
|
|
3281
|
-
"value": "string"
|
|
3282
|
-
}
|
|
3283
|
-
},
|
|
3284
|
-
{
|
|
3285
|
-
"name": "autoFocus",
|
|
3286
|
-
"annotation": {
|
|
3287
|
-
"type": "keyword",
|
|
3288
|
-
"value": "boolean"
|
|
3289
|
-
}
|
|
3290
|
-
},
|
|
3291
|
-
{
|
|
3292
|
-
"name": "submitDisabled",
|
|
3293
|
-
"annotation": {
|
|
3294
|
-
"type": "keyword",
|
|
3295
|
-
"value": "boolean"
|
|
3296
|
-
}
|
|
3297
|
-
},
|
|
3298
|
-
{
|
|
3299
|
-
"name": "supportsTerminate",
|
|
3300
|
-
"annotation": {
|
|
3301
|
-
"type": "keyword",
|
|
3302
|
-
"value": "boolean"
|
|
3303
|
-
}
|
|
3304
|
-
},
|
|
3305
|
-
{
|
|
3306
|
-
"name": "terminating",
|
|
3307
|
-
"annotation": {
|
|
3308
|
-
"type": "keyword",
|
|
3309
|
-
"value": "boolean"
|
|
3310
|
-
}
|
|
3311
|
-
}
|
|
3312
|
-
],
|
|
3313
|
-
"events": [
|
|
3314
|
-
{
|
|
3315
|
-
"name": "message.submit",
|
|
3316
|
-
"detail": {
|
|
3317
|
-
"annotation": {
|
|
3318
|
-
"type": "keyword",
|
|
3319
|
-
"value": "string"
|
|
3320
|
-
}
|
|
3321
|
-
}
|
|
3322
|
-
},
|
|
3323
|
-
{
|
|
3324
|
-
"name": "terminate",
|
|
3325
|
-
"detail": {
|
|
3326
|
-
"annotation": {
|
|
3327
|
-
"type": "keyword",
|
|
3328
|
-
"value": "void"
|
|
3329
|
-
}
|
|
3330
|
-
}
|
|
3331
|
-
}
|
|
3332
|
-
],
|
|
3333
|
-
"methods": []
|
|
3334
|
-
},
|
|
3335
3335
|
"ai-portal.stage-flow": {
|
|
3336
3336
|
"properties": [
|
|
3337
3337
|
{
|