@next-bricks/ai-portal 0.42.1 → 0.43.1
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 +36 -29
- package/dist/chunks/453.657c389e.js +2 -0
- package/dist/chunks/453.657c389e.js.map +1 -0
- package/dist/chunks/6754.a5405189.js +2 -0
- package/dist/chunks/6754.a5405189.js.map +1 -0
- package/dist/chunks/98.9cf438cf.js +2 -0
- package/dist/chunks/98.9cf438cf.js.map +1 -0
- package/dist/chunks/9965.9f32c070.js +2 -0
- package/dist/chunks/9965.9f32c070.js.map +1 -0
- package/dist/chunks/chat-box.864bf43b.js +2 -0
- package/dist/chunks/chat-box.864bf43b.js.map +1 -0
- package/dist/chunks/chat-stream.fe9bdede.js +2 -0
- package/dist/chunks/chat-stream.fe9bdede.js.map +1 -0
- package/dist/chunks/cruise-canvas.22d578c0.js +2 -0
- package/dist/chunks/cruise-canvas.22d578c0.js.map +1 -0
- package/dist/chunks/main.bfbc8871.js +2 -0
- package/dist/chunks/{main.389056c7.js.map → main.bfbc8871.js.map} +1 -1
- package/dist/chunks/show-case.e7d8f1a7.js +2 -0
- package/dist/chunks/show-case.e7d8f1a7.js.map +1 -0
- package/dist/chunks/show-cases.b26fafd9.js +2 -0
- package/dist/chunks/show-cases.b26fafd9.js.map +1 -0
- package/dist/examples.json +20 -17
- package/dist/images/3e0f6758.png +0 -0
- package/dist/images/69cf3ae2.png +0 -0
- package/dist/images/b567cca3.png +0 -0
- package/dist/images/e15a6988.png +0 -0
- package/dist/index.07b86656.js +2 -0
- package/dist/index.07b86656.js.map +1 -0
- package/dist/manifest.json +343 -297
- package/dist/types.json +594 -262
- package/dist-types/bootstrap.d.ts +1 -0
- package/dist-types/chat-stream/ChatStream.d.ts +1 -1
- package/dist-types/chat-stream/index.d.ts +7 -1
- package/dist-types/cruise-canvas/CruiseCanvas.d.ts +1 -1
- package/dist-types/cruise-canvas/NodeEnd/NodeEnd.d.ts +1 -4
- package/dist-types/cruise-canvas/NodeReplay/NodeReplay.d.ts +5 -0
- package/dist-types/cruise-canvas/NodeReplay/i18n.d.ts +24 -0
- package/dist-types/cruise-canvas/constants.d.ts +1 -0
- package/dist-types/cruise-canvas/index.d.ts +7 -1
- package/dist-types/cruise-canvas/interfaces.d.ts +6 -1
- package/dist-types/cruise-canvas/reducers/interfaces.d.ts +4 -1
- package/dist-types/cruise-canvas/useLayout.d.ts +3 -1
- package/dist-types/shared/TaskContext.d.ts +7 -1
- package/dist-types/shared/bricks.d.ts +2 -0
- package/dist-types/shared/interfaces.d.ts +15 -0
- package/dist-types/show-case/i18n.d.ts +15 -0
- package/dist-types/show-case/index.d.ts +17 -0
- package/dist-types/show-case/index.spec.d.ts +1 -0
- package/dist-types/show-cases/index.d.ts +3 -11
- package/docs/show-case.md +13 -0
- package/docs/show-cases.md +9 -1
- package/package.json +2 -2
- package/dist/chunks/453.afec2dd4.js +0 -2
- package/dist/chunks/453.afec2dd4.js.map +0 -1
- package/dist/chunks/6754.53b13c13.js +0 -2
- package/dist/chunks/6754.53b13c13.js.map +0 -1
- package/dist/chunks/7493.6f9d9ca0.js +0 -2
- package/dist/chunks/7493.6f9d9ca0.js.map +0 -1
- package/dist/chunks/9749.c1ba02ec.js +0 -2
- package/dist/chunks/9749.c1ba02ec.js.map +0 -1
- package/dist/chunks/chat-box.4f6d3704.js +0 -2
- package/dist/chunks/chat-box.4f6d3704.js.map +0 -1
- package/dist/chunks/chat-stream.9c05bfdd.js +0 -2
- package/dist/chunks/chat-stream.9c05bfdd.js.map +0 -1
- package/dist/chunks/cruise-canvas.d72e016c.js +0 -2
- package/dist/chunks/cruise-canvas.d72e016c.js.map +0 -1
- package/dist/chunks/main.389056c7.js +0 -2
- package/dist/chunks/show-cases.5d37311e.js +0 -2
- package/dist/chunks/show-cases.5d37311e.js.map +0 -1
- package/dist/index.5310ad21.js +0 -2
- package/dist/index.5310ad21.js.map +0 -1
package/dist/types.json
CHANGED
|
@@ -1,75 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"ai-portal.icon-button": {
|
|
3
|
-
"properties": [
|
|
4
|
-
{
|
|
5
|
-
"name": "icon",
|
|
6
|
-
"annotation": {
|
|
7
|
-
"type": "reference",
|
|
8
|
-
"typeName": {
|
|
9
|
-
"type": "identifier",
|
|
10
|
-
"name": "GeneralIconProps"
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
"name": "tooltip",
|
|
16
|
-
"annotation": {
|
|
17
|
-
"type": "keyword",
|
|
18
|
-
"value": "string"
|
|
19
|
-
}
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
"name": "disabled",
|
|
23
|
-
"annotation": {
|
|
24
|
-
"type": "keyword",
|
|
25
|
-
"value": "boolean"
|
|
26
|
-
}
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
"name": "variant",
|
|
30
|
-
"annotation": {
|
|
31
|
-
"type": "reference",
|
|
32
|
-
"typeName": {
|
|
33
|
-
"type": "identifier",
|
|
34
|
-
"name": "IconButtonVariant"
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
],
|
|
39
|
-
"events": [],
|
|
40
|
-
"methods": [],
|
|
41
|
-
"types": [
|
|
42
|
-
{
|
|
43
|
-
"type": "typeAlias",
|
|
44
|
-
"name": "IconButtonVariant",
|
|
45
|
-
"annotation": {
|
|
46
|
-
"type": "union",
|
|
47
|
-
"types": [
|
|
48
|
-
{
|
|
49
|
-
"type": "jsLiteral",
|
|
50
|
-
"value": "default"
|
|
51
|
-
},
|
|
52
|
-
{
|
|
53
|
-
"type": "jsLiteral",
|
|
54
|
-
"value": "light"
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
"type": "jsLiteral",
|
|
58
|
-
"value": "mini"
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
"type": "jsLiteral",
|
|
62
|
-
"value": "mini-light"
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
"type": "jsLiteral",
|
|
66
|
-
"value": "bordered"
|
|
67
|
-
}
|
|
68
|
-
]
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
]
|
|
72
|
-
},
|
|
73
2
|
"ai-portal.stat-with-mini-chart": {
|
|
74
3
|
"properties": [
|
|
75
4
|
{
|
|
@@ -174,6 +103,82 @@
|
|
|
174
103
|
"events": [],
|
|
175
104
|
"methods": []
|
|
176
105
|
},
|
|
106
|
+
"ai-portal.home-container": {
|
|
107
|
+
"properties": [],
|
|
108
|
+
"events": [],
|
|
109
|
+
"methods": []
|
|
110
|
+
},
|
|
111
|
+
"ai-portal.icon-button": {
|
|
112
|
+
"properties": [
|
|
113
|
+
{
|
|
114
|
+
"name": "icon",
|
|
115
|
+
"annotation": {
|
|
116
|
+
"type": "reference",
|
|
117
|
+
"typeName": {
|
|
118
|
+
"type": "identifier",
|
|
119
|
+
"name": "GeneralIconProps"
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"name": "tooltip",
|
|
125
|
+
"annotation": {
|
|
126
|
+
"type": "keyword",
|
|
127
|
+
"value": "string"
|
|
128
|
+
}
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"name": "disabled",
|
|
132
|
+
"annotation": {
|
|
133
|
+
"type": "keyword",
|
|
134
|
+
"value": "boolean"
|
|
135
|
+
}
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"name": "variant",
|
|
139
|
+
"annotation": {
|
|
140
|
+
"type": "reference",
|
|
141
|
+
"typeName": {
|
|
142
|
+
"type": "identifier",
|
|
143
|
+
"name": "IconButtonVariant"
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
],
|
|
148
|
+
"events": [],
|
|
149
|
+
"methods": [],
|
|
150
|
+
"types": [
|
|
151
|
+
{
|
|
152
|
+
"type": "typeAlias",
|
|
153
|
+
"name": "IconButtonVariant",
|
|
154
|
+
"annotation": {
|
|
155
|
+
"type": "union",
|
|
156
|
+
"types": [
|
|
157
|
+
{
|
|
158
|
+
"type": "jsLiteral",
|
|
159
|
+
"value": "default"
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"type": "jsLiteral",
|
|
163
|
+
"value": "light"
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"type": "jsLiteral",
|
|
167
|
+
"value": "mini"
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"type": "jsLiteral",
|
|
171
|
+
"value": "mini-light"
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"type": "jsLiteral",
|
|
175
|
+
"value": "bordered"
|
|
176
|
+
}
|
|
177
|
+
]
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
]
|
|
181
|
+
},
|
|
177
182
|
"ai-portal.entity-sdk-get": {
|
|
178
183
|
"type": "provider",
|
|
179
184
|
"params": [
|
|
@@ -460,11 +465,6 @@
|
|
|
460
465
|
}
|
|
461
466
|
]
|
|
462
467
|
},
|
|
463
|
-
"ai-portal.home-container": {
|
|
464
|
-
"properties": [],
|
|
465
|
-
"events": [],
|
|
466
|
-
"methods": []
|
|
467
|
-
},
|
|
468
468
|
"ai-portal.tab-list": {
|
|
469
469
|
"properties": [
|
|
470
470
|
{
|
|
@@ -711,129 +711,7 @@
|
|
|
711
711
|
}
|
|
712
712
|
]
|
|
713
713
|
},
|
|
714
|
-
"ai-portal.
|
|
715
|
-
"properties": [
|
|
716
|
-
{
|
|
717
|
-
"name": "disabled",
|
|
718
|
-
"annotation": {
|
|
719
|
-
"type": "keyword",
|
|
720
|
-
"value": "boolean"
|
|
721
|
-
}
|
|
722
|
-
},
|
|
723
|
-
{
|
|
724
|
-
"name": "placeholder",
|
|
725
|
-
"annotation": {
|
|
726
|
-
"type": "keyword",
|
|
727
|
-
"value": "string"
|
|
728
|
-
}
|
|
729
|
-
},
|
|
730
|
-
{
|
|
731
|
-
"name": "autoFocus",
|
|
732
|
-
"annotation": {
|
|
733
|
-
"type": "keyword",
|
|
734
|
-
"value": "boolean"
|
|
735
|
-
}
|
|
736
|
-
},
|
|
737
|
-
{
|
|
738
|
-
"name": "aiEmployees",
|
|
739
|
-
"annotation": {
|
|
740
|
-
"type": "array",
|
|
741
|
-
"elementType": {
|
|
742
|
-
"type": "reference",
|
|
743
|
-
"typeName": {
|
|
744
|
-
"type": "identifier",
|
|
745
|
-
"name": "AIEmployee"
|
|
746
|
-
}
|
|
747
|
-
}
|
|
748
|
-
}
|
|
749
|
-
}
|
|
750
|
-
],
|
|
751
|
-
"events": [
|
|
752
|
-
{
|
|
753
|
-
"name": "message.submit",
|
|
754
|
-
"detail": {
|
|
755
|
-
"annotation": {
|
|
756
|
-
"type": "keyword",
|
|
757
|
-
"value": "string"
|
|
758
|
-
}
|
|
759
|
-
}
|
|
760
|
-
},
|
|
761
|
-
{
|
|
762
|
-
"name": "ai-employee.mention",
|
|
763
|
-
"detail": {
|
|
764
|
-
"annotation": {
|
|
765
|
-
"type": "union",
|
|
766
|
-
"types": [
|
|
767
|
-
{
|
|
768
|
-
"type": "reference",
|
|
769
|
-
"typeName": {
|
|
770
|
-
"type": "identifier",
|
|
771
|
-
"name": "AIEmployee"
|
|
772
|
-
}
|
|
773
|
-
},
|
|
774
|
-
{
|
|
775
|
-
"type": "keyword",
|
|
776
|
-
"value": "null"
|
|
777
|
-
}
|
|
778
|
-
]
|
|
779
|
-
}
|
|
780
|
-
}
|
|
781
|
-
}
|
|
782
|
-
],
|
|
783
|
-
"methods": [
|
|
784
|
-
{
|
|
785
|
-
"name": "setValue",
|
|
786
|
-
"params": [
|
|
787
|
-
{
|
|
788
|
-
"name": "value",
|
|
789
|
-
"annotation": {
|
|
790
|
-
"type": "keyword",
|
|
791
|
-
"value": "string"
|
|
792
|
-
}
|
|
793
|
-
}
|
|
794
|
-
],
|
|
795
|
-
"returns": {}
|
|
796
|
-
},
|
|
797
|
-
{
|
|
798
|
-
"name": "getValue",
|
|
799
|
-
"params": [],
|
|
800
|
-
"returns": {}
|
|
801
|
-
}
|
|
802
|
-
],
|
|
803
|
-
"types": [
|
|
804
|
-
{
|
|
805
|
-
"type": "interface",
|
|
806
|
-
"name": "AIEmployee",
|
|
807
|
-
"body": [
|
|
808
|
-
{
|
|
809
|
-
"type": "propertySignature",
|
|
810
|
-
"key": {
|
|
811
|
-
"type": "identifier",
|
|
812
|
-
"name": "employeeId"
|
|
813
|
-
},
|
|
814
|
-
"annotation": {
|
|
815
|
-
"type": "keyword",
|
|
816
|
-
"value": "string"
|
|
817
|
-
},
|
|
818
|
-
"computed": false
|
|
819
|
-
},
|
|
820
|
-
{
|
|
821
|
-
"type": "propertySignature",
|
|
822
|
-
"key": {
|
|
823
|
-
"type": "identifier",
|
|
824
|
-
"name": "name"
|
|
825
|
-
},
|
|
826
|
-
"annotation": {
|
|
827
|
-
"type": "keyword",
|
|
828
|
-
"value": "string"
|
|
829
|
-
},
|
|
830
|
-
"computed": false
|
|
831
|
-
}
|
|
832
|
-
]
|
|
833
|
-
}
|
|
834
|
-
]
|
|
835
|
-
},
|
|
836
|
-
"ai-portal.mcp-tools": {
|
|
714
|
+
"ai-portal.show-cases": {
|
|
837
715
|
"properties": [
|
|
838
716
|
{
|
|
839
717
|
"name": "list",
|
|
@@ -843,17 +721,10 @@
|
|
|
843
721
|
"type": "reference",
|
|
844
722
|
"typeName": {
|
|
845
723
|
"type": "identifier",
|
|
846
|
-
"name": "
|
|
724
|
+
"name": "ShowCaseType"
|
|
847
725
|
}
|
|
848
726
|
}
|
|
849
727
|
}
|
|
850
|
-
},
|
|
851
|
-
{
|
|
852
|
-
"name": "withContainer",
|
|
853
|
-
"annotation": {
|
|
854
|
-
"type": "keyword",
|
|
855
|
-
"value": "boolean"
|
|
856
|
-
}
|
|
857
728
|
}
|
|
858
729
|
],
|
|
859
730
|
"events": [],
|
|
@@ -861,13 +732,13 @@
|
|
|
861
732
|
"types": [
|
|
862
733
|
{
|
|
863
734
|
"type": "interface",
|
|
864
|
-
"name": "
|
|
735
|
+
"name": "ShowCaseType",
|
|
865
736
|
"body": [
|
|
866
737
|
{
|
|
867
738
|
"type": "propertySignature",
|
|
868
739
|
"key": {
|
|
869
740
|
"type": "identifier",
|
|
870
|
-
"name": "
|
|
741
|
+
"name": "conversationId"
|
|
871
742
|
},
|
|
872
743
|
"annotation": {
|
|
873
744
|
"type": "keyword",
|
|
@@ -891,56 +762,19 @@
|
|
|
891
762
|
"type": "propertySignature",
|
|
892
763
|
"key": {
|
|
893
764
|
"type": "identifier",
|
|
894
|
-
"name": "
|
|
895
|
-
},
|
|
896
|
-
"annotation": {
|
|
897
|
-
"type": "keyword",
|
|
898
|
-
"value": "string"
|
|
899
|
-
},
|
|
900
|
-
"computed": false
|
|
901
|
-
},
|
|
902
|
-
{
|
|
903
|
-
"type": "propertySignature",
|
|
904
|
-
"key": {
|
|
905
|
-
"type": "identifier",
|
|
906
|
-
"name": "icon"
|
|
907
|
-
},
|
|
908
|
-
"annotation": {
|
|
909
|
-
"type": "reference",
|
|
910
|
-
"typeName": {
|
|
911
|
-
"type": "identifier",
|
|
912
|
-
"name": "GeneralIconProps"
|
|
913
|
-
}
|
|
914
|
-
},
|
|
915
|
-
"optional": true,
|
|
916
|
-
"computed": false
|
|
917
|
-
},
|
|
918
|
-
{
|
|
919
|
-
"type": "propertySignature",
|
|
920
|
-
"key": {
|
|
921
|
-
"type": "identifier",
|
|
922
|
-
"name": "server"
|
|
765
|
+
"name": "summary"
|
|
923
766
|
},
|
|
924
767
|
"annotation": {
|
|
925
|
-
"type": "
|
|
926
|
-
"
|
|
927
|
-
"type": "identifier",
|
|
928
|
-
"name": "McpServer"
|
|
929
|
-
}
|
|
768
|
+
"type": "keyword",
|
|
769
|
+
"value": "string"
|
|
930
770
|
},
|
|
931
771
|
"computed": false
|
|
932
|
-
}
|
|
933
|
-
]
|
|
934
|
-
},
|
|
935
|
-
{
|
|
936
|
-
"type": "interface",
|
|
937
|
-
"name": "McpServer",
|
|
938
|
-
"body": [
|
|
772
|
+
},
|
|
939
773
|
{
|
|
940
774
|
"type": "propertySignature",
|
|
941
775
|
"key": {
|
|
942
776
|
"type": "identifier",
|
|
943
|
-
"name": "
|
|
777
|
+
"name": "scenario"
|
|
944
778
|
},
|
|
945
779
|
"annotation": {
|
|
946
780
|
"type": "keyword",
|
|
@@ -952,19 +786,20 @@
|
|
|
952
786
|
"type": "propertySignature",
|
|
953
787
|
"key": {
|
|
954
788
|
"type": "identifier",
|
|
955
|
-
"name": "
|
|
789
|
+
"name": "url"
|
|
956
790
|
},
|
|
957
791
|
"annotation": {
|
|
958
792
|
"type": "keyword",
|
|
959
793
|
"value": "string"
|
|
960
794
|
},
|
|
795
|
+
"optional": true,
|
|
961
796
|
"computed": false
|
|
962
797
|
}
|
|
963
798
|
]
|
|
964
799
|
}
|
|
965
800
|
]
|
|
966
801
|
},
|
|
967
|
-
"ai-portal.
|
|
802
|
+
"ai-portal.mcp-tools": {
|
|
968
803
|
"properties": [
|
|
969
804
|
{
|
|
970
805
|
"name": "list",
|
|
@@ -974,16 +809,16 @@
|
|
|
974
809
|
"type": "reference",
|
|
975
810
|
"typeName": {
|
|
976
811
|
"type": "identifier",
|
|
977
|
-
"name": "
|
|
812
|
+
"name": "McpTool"
|
|
978
813
|
}
|
|
979
814
|
}
|
|
980
815
|
}
|
|
981
816
|
},
|
|
982
817
|
{
|
|
983
|
-
"name": "
|
|
818
|
+
"name": "withContainer",
|
|
984
819
|
"annotation": {
|
|
985
820
|
"type": "keyword",
|
|
986
|
-
"value": "
|
|
821
|
+
"value": "boolean"
|
|
987
822
|
}
|
|
988
823
|
}
|
|
989
824
|
],
|
|
@@ -992,13 +827,13 @@
|
|
|
992
827
|
"types": [
|
|
993
828
|
{
|
|
994
829
|
"type": "interface",
|
|
995
|
-
"name": "
|
|
830
|
+
"name": "McpTool",
|
|
996
831
|
"body": [
|
|
997
832
|
{
|
|
998
833
|
"type": "propertySignature",
|
|
999
834
|
"key": {
|
|
1000
835
|
"type": "identifier",
|
|
1001
|
-
"name": "
|
|
836
|
+
"name": "name"
|
|
1002
837
|
},
|
|
1003
838
|
"annotation": {
|
|
1004
839
|
"type": "keyword",
|
|
@@ -1022,7 +857,7 @@
|
|
|
1022
857
|
"type": "propertySignature",
|
|
1023
858
|
"key": {
|
|
1024
859
|
"type": "identifier",
|
|
1025
|
-
"name": "
|
|
860
|
+
"name": "description"
|
|
1026
861
|
},
|
|
1027
862
|
"annotation": {
|
|
1028
863
|
"type": "keyword",
|
|
@@ -1034,7 +869,44 @@
|
|
|
1034
869
|
"type": "propertySignature",
|
|
1035
870
|
"key": {
|
|
1036
871
|
"type": "identifier",
|
|
1037
|
-
"name": "
|
|
872
|
+
"name": "icon"
|
|
873
|
+
},
|
|
874
|
+
"annotation": {
|
|
875
|
+
"type": "reference",
|
|
876
|
+
"typeName": {
|
|
877
|
+
"type": "identifier",
|
|
878
|
+
"name": "GeneralIconProps"
|
|
879
|
+
}
|
|
880
|
+
},
|
|
881
|
+
"optional": true,
|
|
882
|
+
"computed": false
|
|
883
|
+
},
|
|
884
|
+
{
|
|
885
|
+
"type": "propertySignature",
|
|
886
|
+
"key": {
|
|
887
|
+
"type": "identifier",
|
|
888
|
+
"name": "server"
|
|
889
|
+
},
|
|
890
|
+
"annotation": {
|
|
891
|
+
"type": "reference",
|
|
892
|
+
"typeName": {
|
|
893
|
+
"type": "identifier",
|
|
894
|
+
"name": "McpServer"
|
|
895
|
+
}
|
|
896
|
+
},
|
|
897
|
+
"computed": false
|
|
898
|
+
}
|
|
899
|
+
]
|
|
900
|
+
},
|
|
901
|
+
{
|
|
902
|
+
"type": "interface",
|
|
903
|
+
"name": "McpServer",
|
|
904
|
+
"body": [
|
|
905
|
+
{
|
|
906
|
+
"type": "propertySignature",
|
|
907
|
+
"key": {
|
|
908
|
+
"type": "identifier",
|
|
909
|
+
"name": "id"
|
|
1038
910
|
},
|
|
1039
911
|
"annotation": {
|
|
1040
912
|
"type": "keyword",
|
|
@@ -1046,13 +918,12 @@
|
|
|
1046
918
|
"type": "propertySignature",
|
|
1047
919
|
"key": {
|
|
1048
920
|
"type": "identifier",
|
|
1049
|
-
"name": "
|
|
921
|
+
"name": "name"
|
|
1050
922
|
},
|
|
1051
923
|
"annotation": {
|
|
1052
924
|
"type": "keyword",
|
|
1053
925
|
"value": "string"
|
|
1054
926
|
},
|
|
1055
|
-
"optional": true,
|
|
1056
927
|
"computed": false
|
|
1057
928
|
}
|
|
1058
929
|
]
|
|
@@ -1338,6 +1209,128 @@
|
|
|
1338
1209
|
}
|
|
1339
1210
|
]
|
|
1340
1211
|
},
|
|
1212
|
+
"ai-portal.chat-box": {
|
|
1213
|
+
"properties": [
|
|
1214
|
+
{
|
|
1215
|
+
"name": "disabled",
|
|
1216
|
+
"annotation": {
|
|
1217
|
+
"type": "keyword",
|
|
1218
|
+
"value": "boolean"
|
|
1219
|
+
}
|
|
1220
|
+
},
|
|
1221
|
+
{
|
|
1222
|
+
"name": "placeholder",
|
|
1223
|
+
"annotation": {
|
|
1224
|
+
"type": "keyword",
|
|
1225
|
+
"value": "string"
|
|
1226
|
+
}
|
|
1227
|
+
},
|
|
1228
|
+
{
|
|
1229
|
+
"name": "autoFocus",
|
|
1230
|
+
"annotation": {
|
|
1231
|
+
"type": "keyword",
|
|
1232
|
+
"value": "boolean"
|
|
1233
|
+
}
|
|
1234
|
+
},
|
|
1235
|
+
{
|
|
1236
|
+
"name": "aiEmployees",
|
|
1237
|
+
"annotation": {
|
|
1238
|
+
"type": "array",
|
|
1239
|
+
"elementType": {
|
|
1240
|
+
"type": "reference",
|
|
1241
|
+
"typeName": {
|
|
1242
|
+
"type": "identifier",
|
|
1243
|
+
"name": "AIEmployee"
|
|
1244
|
+
}
|
|
1245
|
+
}
|
|
1246
|
+
}
|
|
1247
|
+
}
|
|
1248
|
+
],
|
|
1249
|
+
"events": [
|
|
1250
|
+
{
|
|
1251
|
+
"name": "message.submit",
|
|
1252
|
+
"detail": {
|
|
1253
|
+
"annotation": {
|
|
1254
|
+
"type": "keyword",
|
|
1255
|
+
"value": "string"
|
|
1256
|
+
}
|
|
1257
|
+
}
|
|
1258
|
+
},
|
|
1259
|
+
{
|
|
1260
|
+
"name": "ai-employee.mention",
|
|
1261
|
+
"detail": {
|
|
1262
|
+
"annotation": {
|
|
1263
|
+
"type": "union",
|
|
1264
|
+
"types": [
|
|
1265
|
+
{
|
|
1266
|
+
"type": "reference",
|
|
1267
|
+
"typeName": {
|
|
1268
|
+
"type": "identifier",
|
|
1269
|
+
"name": "AIEmployee"
|
|
1270
|
+
}
|
|
1271
|
+
},
|
|
1272
|
+
{
|
|
1273
|
+
"type": "keyword",
|
|
1274
|
+
"value": "null"
|
|
1275
|
+
}
|
|
1276
|
+
]
|
|
1277
|
+
}
|
|
1278
|
+
}
|
|
1279
|
+
}
|
|
1280
|
+
],
|
|
1281
|
+
"methods": [
|
|
1282
|
+
{
|
|
1283
|
+
"name": "setValue",
|
|
1284
|
+
"params": [
|
|
1285
|
+
{
|
|
1286
|
+
"name": "value",
|
|
1287
|
+
"annotation": {
|
|
1288
|
+
"type": "keyword",
|
|
1289
|
+
"value": "string"
|
|
1290
|
+
}
|
|
1291
|
+
}
|
|
1292
|
+
],
|
|
1293
|
+
"returns": {}
|
|
1294
|
+
},
|
|
1295
|
+
{
|
|
1296
|
+
"name": "getValue",
|
|
1297
|
+
"params": [],
|
|
1298
|
+
"returns": {}
|
|
1299
|
+
}
|
|
1300
|
+
],
|
|
1301
|
+
"types": [
|
|
1302
|
+
{
|
|
1303
|
+
"type": "interface",
|
|
1304
|
+
"name": "AIEmployee",
|
|
1305
|
+
"body": [
|
|
1306
|
+
{
|
|
1307
|
+
"type": "propertySignature",
|
|
1308
|
+
"key": {
|
|
1309
|
+
"type": "identifier",
|
|
1310
|
+
"name": "employeeId"
|
|
1311
|
+
},
|
|
1312
|
+
"annotation": {
|
|
1313
|
+
"type": "keyword",
|
|
1314
|
+
"value": "string"
|
|
1315
|
+
},
|
|
1316
|
+
"computed": false
|
|
1317
|
+
},
|
|
1318
|
+
{
|
|
1319
|
+
"type": "propertySignature",
|
|
1320
|
+
"key": {
|
|
1321
|
+
"type": "identifier",
|
|
1322
|
+
"name": "name"
|
|
1323
|
+
},
|
|
1324
|
+
"annotation": {
|
|
1325
|
+
"type": "keyword",
|
|
1326
|
+
"value": "string"
|
|
1327
|
+
},
|
|
1328
|
+
"computed": false
|
|
1329
|
+
}
|
|
1330
|
+
]
|
|
1331
|
+
}
|
|
1332
|
+
]
|
|
1333
|
+
},
|
|
1341
1334
|
"ai-portal.dropdown-select": {
|
|
1342
1335
|
"properties": [
|
|
1343
1336
|
{
|
|
@@ -2903,6 +2896,33 @@
|
|
|
2903
2896
|
],
|
|
2904
2897
|
"methods": []
|
|
2905
2898
|
},
|
|
2899
|
+
"ai-portal.show-case": {
|
|
2900
|
+
"properties": [
|
|
2901
|
+
{
|
|
2902
|
+
"name": "caseTitle",
|
|
2903
|
+
"annotation": {
|
|
2904
|
+
"type": "keyword",
|
|
2905
|
+
"value": "string"
|
|
2906
|
+
}
|
|
2907
|
+
},
|
|
2908
|
+
{
|
|
2909
|
+
"name": "summary",
|
|
2910
|
+
"annotation": {
|
|
2911
|
+
"type": "keyword",
|
|
2912
|
+
"value": "string"
|
|
2913
|
+
}
|
|
2914
|
+
},
|
|
2915
|
+
{
|
|
2916
|
+
"name": "url",
|
|
2917
|
+
"annotation": {
|
|
2918
|
+
"type": "keyword",
|
|
2919
|
+
"value": "string"
|
|
2920
|
+
}
|
|
2921
|
+
}
|
|
2922
|
+
],
|
|
2923
|
+
"events": [],
|
|
2924
|
+
"methods": []
|
|
2925
|
+
},
|
|
2906
2926
|
"ai-portal.elevo-sidebar": {
|
|
2907
2927
|
"properties": [
|
|
2908
2928
|
{
|
|
@@ -4028,6 +4048,39 @@
|
|
|
4028
4048
|
"type": "keyword",
|
|
4029
4049
|
"value": "string"
|
|
4030
4050
|
}
|
|
4051
|
+
},
|
|
4052
|
+
{
|
|
4053
|
+
"name": "showCases",
|
|
4054
|
+
"annotation": {
|
|
4055
|
+
"type": "array",
|
|
4056
|
+
"elementType": {
|
|
4057
|
+
"type": "reference",
|
|
4058
|
+
"typeName": {
|
|
4059
|
+
"type": "identifier",
|
|
4060
|
+
"name": "ShowCaseType"
|
|
4061
|
+
}
|
|
4062
|
+
}
|
|
4063
|
+
}
|
|
4064
|
+
},
|
|
4065
|
+
{
|
|
4066
|
+
"name": "exampleProjects",
|
|
4067
|
+
"annotation": {
|
|
4068
|
+
"type": "array",
|
|
4069
|
+
"elementType": {
|
|
4070
|
+
"type": "reference",
|
|
4071
|
+
"typeName": {
|
|
4072
|
+
"type": "identifier",
|
|
4073
|
+
"name": "ExampleProject"
|
|
4074
|
+
}
|
|
4075
|
+
}
|
|
4076
|
+
}
|
|
4077
|
+
},
|
|
4078
|
+
{
|
|
4079
|
+
"name": "tryItOutUrl",
|
|
4080
|
+
"annotation": {
|
|
4081
|
+
"type": "keyword",
|
|
4082
|
+
"value": "string"
|
|
4083
|
+
}
|
|
4031
4084
|
}
|
|
4032
4085
|
],
|
|
4033
4086
|
"events": [
|
|
@@ -4295,6 +4348,19 @@
|
|
|
4295
4348
|
},
|
|
4296
4349
|
"optional": true,
|
|
4297
4350
|
"computed": false
|
|
4351
|
+
},
|
|
4352
|
+
{
|
|
4353
|
+
"type": "propertySignature",
|
|
4354
|
+
"key": {
|
|
4355
|
+
"type": "identifier",
|
|
4356
|
+
"name": "aiEmployeeId"
|
|
4357
|
+
},
|
|
4358
|
+
"annotation": {
|
|
4359
|
+
"type": "keyword",
|
|
4360
|
+
"value": "string"
|
|
4361
|
+
},
|
|
4362
|
+
"optional": true,
|
|
4363
|
+
"computed": false
|
|
4298
4364
|
}
|
|
4299
4365
|
]
|
|
4300
4366
|
},
|
|
@@ -4625,6 +4691,19 @@
|
|
|
4625
4691
|
},
|
|
4626
4692
|
"optional": true,
|
|
4627
4693
|
"computed": false
|
|
4694
|
+
},
|
|
4695
|
+
{
|
|
4696
|
+
"type": "propertySignature",
|
|
4697
|
+
"key": {
|
|
4698
|
+
"type": "identifier",
|
|
4699
|
+
"name": "aiEmployeeId"
|
|
4700
|
+
},
|
|
4701
|
+
"annotation": {
|
|
4702
|
+
"type": "keyword",
|
|
4703
|
+
"value": "string"
|
|
4704
|
+
},
|
|
4705
|
+
"optional": true,
|
|
4706
|
+
"computed": false
|
|
4628
4707
|
}
|
|
4629
4708
|
]
|
|
4630
4709
|
},
|
|
@@ -4987,6 +5066,116 @@
|
|
|
4987
5066
|
}
|
|
4988
5067
|
]
|
|
4989
5068
|
},
|
|
5069
|
+
{
|
|
5070
|
+
"type": "interface",
|
|
5071
|
+
"name": "ShowCaseType",
|
|
5072
|
+
"body": [
|
|
5073
|
+
{
|
|
5074
|
+
"type": "propertySignature",
|
|
5075
|
+
"key": {
|
|
5076
|
+
"type": "identifier",
|
|
5077
|
+
"name": "conversationId"
|
|
5078
|
+
},
|
|
5079
|
+
"annotation": {
|
|
5080
|
+
"type": "keyword",
|
|
5081
|
+
"value": "string"
|
|
5082
|
+
},
|
|
5083
|
+
"computed": false
|
|
5084
|
+
},
|
|
5085
|
+
{
|
|
5086
|
+
"type": "propertySignature",
|
|
5087
|
+
"key": {
|
|
5088
|
+
"type": "identifier",
|
|
5089
|
+
"name": "title"
|
|
5090
|
+
},
|
|
5091
|
+
"annotation": {
|
|
5092
|
+
"type": "keyword",
|
|
5093
|
+
"value": "string"
|
|
5094
|
+
},
|
|
5095
|
+
"computed": false
|
|
5096
|
+
},
|
|
5097
|
+
{
|
|
5098
|
+
"type": "propertySignature",
|
|
5099
|
+
"key": {
|
|
5100
|
+
"type": "identifier",
|
|
5101
|
+
"name": "summary"
|
|
5102
|
+
},
|
|
5103
|
+
"annotation": {
|
|
5104
|
+
"type": "keyword",
|
|
5105
|
+
"value": "string"
|
|
5106
|
+
},
|
|
5107
|
+
"computed": false
|
|
5108
|
+
},
|
|
5109
|
+
{
|
|
5110
|
+
"type": "propertySignature",
|
|
5111
|
+
"key": {
|
|
5112
|
+
"type": "identifier",
|
|
5113
|
+
"name": "scenario"
|
|
5114
|
+
},
|
|
5115
|
+
"annotation": {
|
|
5116
|
+
"type": "keyword",
|
|
5117
|
+
"value": "string"
|
|
5118
|
+
},
|
|
5119
|
+
"computed": false
|
|
5120
|
+
},
|
|
5121
|
+
{
|
|
5122
|
+
"type": "propertySignature",
|
|
5123
|
+
"key": {
|
|
5124
|
+
"type": "identifier",
|
|
5125
|
+
"name": "url"
|
|
5126
|
+
},
|
|
5127
|
+
"annotation": {
|
|
5128
|
+
"type": "keyword",
|
|
5129
|
+
"value": "string"
|
|
5130
|
+
},
|
|
5131
|
+
"optional": true,
|
|
5132
|
+
"computed": false
|
|
5133
|
+
}
|
|
5134
|
+
]
|
|
5135
|
+
},
|
|
5136
|
+
{
|
|
5137
|
+
"type": "interface",
|
|
5138
|
+
"name": "ExampleProject",
|
|
5139
|
+
"body": [
|
|
5140
|
+
{
|
|
5141
|
+
"type": "propertySignature",
|
|
5142
|
+
"key": {
|
|
5143
|
+
"type": "identifier",
|
|
5144
|
+
"name": "instanceId"
|
|
5145
|
+
},
|
|
5146
|
+
"annotation": {
|
|
5147
|
+
"type": "keyword",
|
|
5148
|
+
"value": "string"
|
|
5149
|
+
},
|
|
5150
|
+
"computed": false
|
|
5151
|
+
},
|
|
5152
|
+
{
|
|
5153
|
+
"type": "propertySignature",
|
|
5154
|
+
"key": {
|
|
5155
|
+
"type": "identifier",
|
|
5156
|
+
"name": "name"
|
|
5157
|
+
},
|
|
5158
|
+
"annotation": {
|
|
5159
|
+
"type": "keyword",
|
|
5160
|
+
"value": "string"
|
|
5161
|
+
},
|
|
5162
|
+
"computed": false
|
|
5163
|
+
},
|
|
5164
|
+
{
|
|
5165
|
+
"type": "propertySignature",
|
|
5166
|
+
"key": {
|
|
5167
|
+
"type": "identifier",
|
|
5168
|
+
"name": "url"
|
|
5169
|
+
},
|
|
5170
|
+
"annotation": {
|
|
5171
|
+
"type": "keyword",
|
|
5172
|
+
"value": "string"
|
|
5173
|
+
},
|
|
5174
|
+
"optional": true,
|
|
5175
|
+
"computed": false
|
|
5176
|
+
}
|
|
5177
|
+
]
|
|
5178
|
+
},
|
|
4990
5179
|
{
|
|
4991
5180
|
"type": "interface",
|
|
4992
5181
|
"name": "FeedbackDetail",
|
|
@@ -5176,6 +5365,39 @@
|
|
|
5176
5365
|
"type": "keyword",
|
|
5177
5366
|
"value": "string"
|
|
5178
5367
|
}
|
|
5368
|
+
},
|
|
5369
|
+
{
|
|
5370
|
+
"name": "showCases",
|
|
5371
|
+
"annotation": {
|
|
5372
|
+
"type": "array",
|
|
5373
|
+
"elementType": {
|
|
5374
|
+
"type": "reference",
|
|
5375
|
+
"typeName": {
|
|
5376
|
+
"type": "identifier",
|
|
5377
|
+
"name": "ShowCaseType"
|
|
5378
|
+
}
|
|
5379
|
+
}
|
|
5380
|
+
}
|
|
5381
|
+
},
|
|
5382
|
+
{
|
|
5383
|
+
"name": "exampleProjects",
|
|
5384
|
+
"annotation": {
|
|
5385
|
+
"type": "array",
|
|
5386
|
+
"elementType": {
|
|
5387
|
+
"type": "reference",
|
|
5388
|
+
"typeName": {
|
|
5389
|
+
"type": "identifier",
|
|
5390
|
+
"name": "ExampleProject"
|
|
5391
|
+
}
|
|
5392
|
+
}
|
|
5393
|
+
}
|
|
5394
|
+
},
|
|
5395
|
+
{
|
|
5396
|
+
"name": "tryItOutUrl",
|
|
5397
|
+
"annotation": {
|
|
5398
|
+
"type": "keyword",
|
|
5399
|
+
"value": "string"
|
|
5400
|
+
}
|
|
5179
5401
|
}
|
|
5180
5402
|
],
|
|
5181
5403
|
"events": [
|
|
@@ -5301,6 +5523,116 @@
|
|
|
5301
5523
|
}
|
|
5302
5524
|
]
|
|
5303
5525
|
},
|
|
5526
|
+
{
|
|
5527
|
+
"type": "interface",
|
|
5528
|
+
"name": "ShowCaseType",
|
|
5529
|
+
"body": [
|
|
5530
|
+
{
|
|
5531
|
+
"type": "propertySignature",
|
|
5532
|
+
"key": {
|
|
5533
|
+
"type": "identifier",
|
|
5534
|
+
"name": "conversationId"
|
|
5535
|
+
},
|
|
5536
|
+
"annotation": {
|
|
5537
|
+
"type": "keyword",
|
|
5538
|
+
"value": "string"
|
|
5539
|
+
},
|
|
5540
|
+
"computed": false
|
|
5541
|
+
},
|
|
5542
|
+
{
|
|
5543
|
+
"type": "propertySignature",
|
|
5544
|
+
"key": {
|
|
5545
|
+
"type": "identifier",
|
|
5546
|
+
"name": "title"
|
|
5547
|
+
},
|
|
5548
|
+
"annotation": {
|
|
5549
|
+
"type": "keyword",
|
|
5550
|
+
"value": "string"
|
|
5551
|
+
},
|
|
5552
|
+
"computed": false
|
|
5553
|
+
},
|
|
5554
|
+
{
|
|
5555
|
+
"type": "propertySignature",
|
|
5556
|
+
"key": {
|
|
5557
|
+
"type": "identifier",
|
|
5558
|
+
"name": "summary"
|
|
5559
|
+
},
|
|
5560
|
+
"annotation": {
|
|
5561
|
+
"type": "keyword",
|
|
5562
|
+
"value": "string"
|
|
5563
|
+
},
|
|
5564
|
+
"computed": false
|
|
5565
|
+
},
|
|
5566
|
+
{
|
|
5567
|
+
"type": "propertySignature",
|
|
5568
|
+
"key": {
|
|
5569
|
+
"type": "identifier",
|
|
5570
|
+
"name": "scenario"
|
|
5571
|
+
},
|
|
5572
|
+
"annotation": {
|
|
5573
|
+
"type": "keyword",
|
|
5574
|
+
"value": "string"
|
|
5575
|
+
},
|
|
5576
|
+
"computed": false
|
|
5577
|
+
},
|
|
5578
|
+
{
|
|
5579
|
+
"type": "propertySignature",
|
|
5580
|
+
"key": {
|
|
5581
|
+
"type": "identifier",
|
|
5582
|
+
"name": "url"
|
|
5583
|
+
},
|
|
5584
|
+
"annotation": {
|
|
5585
|
+
"type": "keyword",
|
|
5586
|
+
"value": "string"
|
|
5587
|
+
},
|
|
5588
|
+
"optional": true,
|
|
5589
|
+
"computed": false
|
|
5590
|
+
}
|
|
5591
|
+
]
|
|
5592
|
+
},
|
|
5593
|
+
{
|
|
5594
|
+
"type": "interface",
|
|
5595
|
+
"name": "ExampleProject",
|
|
5596
|
+
"body": [
|
|
5597
|
+
{
|
|
5598
|
+
"type": "propertySignature",
|
|
5599
|
+
"key": {
|
|
5600
|
+
"type": "identifier",
|
|
5601
|
+
"name": "instanceId"
|
|
5602
|
+
},
|
|
5603
|
+
"annotation": {
|
|
5604
|
+
"type": "keyword",
|
|
5605
|
+
"value": "string"
|
|
5606
|
+
},
|
|
5607
|
+
"computed": false
|
|
5608
|
+
},
|
|
5609
|
+
{
|
|
5610
|
+
"type": "propertySignature",
|
|
5611
|
+
"key": {
|
|
5612
|
+
"type": "identifier",
|
|
5613
|
+
"name": "name"
|
|
5614
|
+
},
|
|
5615
|
+
"annotation": {
|
|
5616
|
+
"type": "keyword",
|
|
5617
|
+
"value": "string"
|
|
5618
|
+
},
|
|
5619
|
+
"computed": false
|
|
5620
|
+
},
|
|
5621
|
+
{
|
|
5622
|
+
"type": "propertySignature",
|
|
5623
|
+
"key": {
|
|
5624
|
+
"type": "identifier",
|
|
5625
|
+
"name": "url"
|
|
5626
|
+
},
|
|
5627
|
+
"annotation": {
|
|
5628
|
+
"type": "keyword",
|
|
5629
|
+
"value": "string"
|
|
5630
|
+
},
|
|
5631
|
+
"optional": true,
|
|
5632
|
+
"computed": false
|
|
5633
|
+
}
|
|
5634
|
+
]
|
|
5635
|
+
},
|
|
5304
5636
|
{
|
|
5305
5637
|
"type": "interface",
|
|
5306
5638
|
"name": "FeedbackDetail",
|