@next-bricks/ai-portal 0.58.2 → 0.58.4

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.
Files changed (55) hide show
  1. package/dist/bricks.json +31 -27
  2. package/dist/chunks/1488.8388b745.js +2 -0
  3. package/dist/chunks/1488.8388b745.js.map +1 -0
  4. package/dist/chunks/151.4739e5b9.js +2 -0
  5. package/dist/chunks/151.4739e5b9.js.map +1 -0
  6. package/dist/chunks/2232.fa4338ad.js +2 -0
  7. package/dist/chunks/2232.fa4338ad.js.map +1 -0
  8. package/dist/chunks/2324.c7c2427a.js +2 -0
  9. package/dist/chunks/2324.c7c2427a.js.map +1 -0
  10. package/dist/chunks/9496.9bf2d483.js +2 -0
  11. package/dist/chunks/9496.9bf2d483.js.map +1 -0
  12. package/dist/chunks/chat-box.041da849.js +2 -0
  13. package/dist/chunks/chat-box.041da849.js.map +1 -0
  14. package/dist/chunks/chat-input.2c5e645b.js +2 -0
  15. package/dist/chunks/chat-input.2c5e645b.js.map +1 -0
  16. package/dist/chunks/chat-stream.da44fc66.js +2 -0
  17. package/dist/chunks/chat-stream.da44fc66.js.map +1 -0
  18. package/dist/chunks/cruise-canvas.12cab553.js +2 -0
  19. package/dist/chunks/cruise-canvas.12cab553.js.map +1 -0
  20. package/dist/chunks/{main.f26590db.js → main.f37ac908.js} +2 -2
  21. package/dist/chunks/{main.f26590db.js.map → main.f37ac908.js.map} +1 -1
  22. package/dist/chunks/notice-dropdown.37b8ffb2.js.map +1 -1
  23. package/dist/examples.json +20 -20
  24. package/dist/{index.734b36bb.js → index.64433778.js} +2 -2
  25. package/dist/{index.734b36bb.js.map → index.64433778.js.map} +1 -1
  26. package/dist/manifest.json +250 -230
  27. package/dist/types.json +609 -496
  28. package/dist-types/chat-stream/ChatStream.d.ts +2 -1
  29. package/dist-types/chat-stream/index.d.ts +5 -1
  30. package/dist-types/cruise-canvas/CruiseCanvas.d.ts +1 -1
  31. package/dist-types/cruise-canvas/index.d.ts +7 -0
  32. package/dist-types/notice-dropdown/index.d.ts +1 -12
  33. package/dist-types/shared/FileUpload/UploadButton.d.ts +1 -3
  34. package/dist-types/shared/bricks.d.ts +10 -0
  35. package/dist-types/shared/interfaces.d.ts +7 -0
  36. package/dist-types/shared/useFilesUploading.d.ts +5 -3
  37. package/package.json +2 -2
  38. package/dist/chunks/1488.7acd87b5.js +0 -2
  39. package/dist/chunks/1488.7acd87b5.js.map +0 -1
  40. package/dist/chunks/151.b87bccc0.js +0 -2
  41. package/dist/chunks/151.b87bccc0.js.map +0 -1
  42. package/dist/chunks/2232.8b3d46e2.js +0 -2
  43. package/dist/chunks/2232.8b3d46e2.js.map +0 -1
  44. package/dist/chunks/7041.ff8d9ead.js +0 -2
  45. package/dist/chunks/7041.ff8d9ead.js.map +0 -1
  46. package/dist/chunks/9496.9be62b7c.js +0 -2
  47. package/dist/chunks/9496.9be62b7c.js.map +0 -1
  48. package/dist/chunks/chat-box.1b2a4a02.js +0 -2
  49. package/dist/chunks/chat-box.1b2a4a02.js.map +0 -1
  50. package/dist/chunks/chat-input.3ca07b82.js +0 -2
  51. package/dist/chunks/chat-input.3ca07b82.js.map +0 -1
  52. package/dist/chunks/chat-stream.a7c4f58d.js +0 -2
  53. package/dist/chunks/chat-stream.a7c4f58d.js.map +0 -1
  54. package/dist/chunks/cruise-canvas.b444c4ca.js +0 -2
  55. package/dist/chunks/cruise-canvas.b444c4ca.js.map +0 -1
package/dist/types.json CHANGED
@@ -1,121 +1,4 @@
1
1
  {
2
- "ai-portal.stat-with-mini-chart": {
3
- "properties": [
4
- {
5
- "name": "label",
6
- "annotation": {
7
- "type": "keyword",
8
- "value": "string"
9
- }
10
- },
11
- {
12
- "name": "value",
13
- "annotation": {
14
- "type": "keyword",
15
- "value": "string"
16
- }
17
- },
18
- {
19
- "name": "size",
20
- "annotation": {
21
- "type": "union",
22
- "types": [
23
- {
24
- "type": "jsLiteral",
25
- "value": "medium"
26
- },
27
- {
28
- "type": "jsLiteral",
29
- "value": "small"
30
- }
31
- ]
32
- }
33
- },
34
- {
35
- "name": "lineColor",
36
- "annotation": {
37
- "type": "keyword",
38
- "value": "string"
39
- }
40
- },
41
- {
42
- "name": "showArea",
43
- "annotation": {
44
- "type": "keyword",
45
- "value": "boolean"
46
- }
47
- },
48
- {
49
- "name": "min",
50
- "annotation": {
51
- "type": "keyword",
52
- "value": "number"
53
- }
54
- },
55
- {
56
- "name": "max",
57
- "annotation": {
58
- "type": "keyword",
59
- "value": "number"
60
- }
61
- },
62
- {
63
- "name": "xField",
64
- "annotation": {
65
- "type": "keyword",
66
- "value": "string"
67
- }
68
- },
69
- {
70
- "name": "yField",
71
- "annotation": {
72
- "type": "keyword",
73
- "value": "string"
74
- }
75
- },
76
- {
77
- "name": "data",
78
- "annotation": {
79
- "type": "array",
80
- "elementType": {
81
- "type": "reference",
82
- "typeName": {
83
- "type": "identifier",
84
- "name": "Record"
85
- },
86
- "typeParameters": {
87
- "type": "typeParameterInstantiation",
88
- "params": [
89
- {
90
- "type": "keyword",
91
- "value": "string"
92
- },
93
- {
94
- "type": "keyword",
95
- "value": "number"
96
- }
97
- ]
98
- }
99
- }
100
- }
101
- }
102
- ],
103
- "events": [],
104
- "methods": []
105
- },
106
- "ai-portal.home-container": {
107
- "properties": [
108
- {
109
- "name": "sticky",
110
- "annotation": {
111
- "type": "keyword",
112
- "value": "boolean"
113
- }
114
- }
115
- ],
116
- "events": [],
117
- "methods": []
118
- },
119
2
  "ai-portal.icon-button": {
120
3
  "properties": [
121
4
  {
@@ -194,114 +77,6 @@
194
77
  }
195
78
  ]
196
79
  },
197
- "ai-portal.page-container": {
198
- "properties": [
199
- {
200
- "name": "pageTitle",
201
- "annotation": {
202
- "type": "keyword",
203
- "value": "string"
204
- }
205
- },
206
- {
207
- "name": "breadcrumbs",
208
- "annotation": {
209
- "type": "array",
210
- "elementType": {
211
- "type": "reference",
212
- "typeName": {
213
- "type": "identifier",
214
- "name": "Breadcrumb"
215
- }
216
- }
217
- }
218
- },
219
- {
220
- "name": "size",
221
- "annotation": {
222
- "type": "union",
223
- "types": [
224
- {
225
- "type": "jsLiteral",
226
- "value": "medium"
227
- },
228
- {
229
- "type": "jsLiteral",
230
- "value": "small"
231
- },
232
- {
233
- "type": "jsLiteral",
234
- "value": "full"
235
- }
236
- ]
237
- }
238
- },
239
- {
240
- "name": "variant",
241
- "annotation": {
242
- "type": "union",
243
- "types": [
244
- {
245
- "type": "jsLiteral",
246
- "value": "default"
247
- },
248
- {
249
- "type": "jsLiteral",
250
- "value": "form"
251
- }
252
- ]
253
- }
254
- },
255
- {
256
- "name": "sticky",
257
- "annotation": {
258
- "type": "keyword",
259
- "value": "boolean"
260
- }
261
- },
262
- {
263
- "name": "textContent",
264
- "annotation": {
265
- "type": "keyword",
266
- "value": "string"
267
- }
268
- }
269
- ],
270
- "events": [],
271
- "methods": [],
272
- "types": [
273
- {
274
- "type": "interface",
275
- "name": "Breadcrumb",
276
- "body": [
277
- {
278
- "type": "propertySignature",
279
- "key": {
280
- "type": "identifier",
281
- "name": "text"
282
- },
283
- "annotation": {
284
- "type": "keyword",
285
- "value": "string"
286
- },
287
- "computed": false
288
- },
289
- {
290
- "type": "propertySignature",
291
- "key": {
292
- "type": "identifier",
293
- "name": "url"
294
- },
295
- "annotation": {
296
- "type": "keyword",
297
- "value": "string"
298
- },
299
- "computed": false
300
- }
301
- ]
302
- }
303
- ]
304
- },
305
80
  "ai-portal.call-tool": {
306
81
  "type": "provider",
307
82
  "params": [
@@ -358,17 +133,26 @@
358
133
  }
359
134
  }
360
135
  },
361
- "ai-portal.save-request-store": {
136
+ "ai-portal.set-chat-command": {
362
137
  "type": "provider",
363
138
  "params": [
364
139
  {
365
- "name": "value",
140
+ "name": "command",
366
141
  "annotation": {
367
- "type": "reference",
368
- "typeName": {
369
- "type": "identifier",
370
- "name": "RequestStore"
371
- }
142
+ "type": "union",
143
+ "types": [
144
+ {
145
+ "type": "reference",
146
+ "typeName": {
147
+ "type": "identifier",
148
+ "name": "ChatCommand"
149
+ }
150
+ },
151
+ {
152
+ "type": "keyword",
153
+ "value": "null"
154
+ }
155
+ ]
372
156
  }
373
157
  }
374
158
  ],
@@ -381,13 +165,13 @@
381
165
  "types": [
382
166
  {
383
167
  "type": "interface",
384
- "name": "RequestStore",
168
+ "name": "ChatCommand",
385
169
  "body": [
386
170
  {
387
171
  "type": "propertySignature",
388
172
  "key": {
389
173
  "type": "identifier",
390
- "name": "conversationId"
174
+ "name": "command"
391
175
  },
392
176
  "annotation": {
393
177
  "type": "keyword",
@@ -399,11 +183,67 @@
399
183
  "type": "propertySignature",
400
184
  "key": {
401
185
  "type": "identifier",
402
- "name": "content"
186
+ "name": "payload"
403
187
  },
404
188
  "annotation": {
405
- "type": "keyword",
406
- "value": "string"
189
+ "type": "reference",
190
+ "typeName": {
191
+ "type": "identifier",
192
+ "name": "CommandPayload"
193
+ }
194
+ },
195
+ "computed": false
196
+ }
197
+ ]
198
+ }
199
+ ]
200
+ },
201
+ "ai-portal.save-request-store": {
202
+ "type": "provider",
203
+ "params": [
204
+ {
205
+ "name": "value",
206
+ "annotation": {
207
+ "type": "reference",
208
+ "typeName": {
209
+ "type": "identifier",
210
+ "name": "RequestStore"
211
+ }
212
+ }
213
+ }
214
+ ],
215
+ "returns": {
216
+ "annotation": {
217
+ "type": "keyword",
218
+ "value": "void"
219
+ }
220
+ },
221
+ "types": [
222
+ {
223
+ "type": "interface",
224
+ "name": "RequestStore",
225
+ "body": [
226
+ {
227
+ "type": "propertySignature",
228
+ "key": {
229
+ "type": "identifier",
230
+ "name": "conversationId"
231
+ },
232
+ "annotation": {
233
+ "type": "keyword",
234
+ "value": "string"
235
+ },
236
+ "computed": false
237
+ },
238
+ {
239
+ "type": "propertySignature",
240
+ "key": {
241
+ "type": "identifier",
242
+ "name": "content"
243
+ },
244
+ "annotation": {
245
+ "type": "keyword",
246
+ "value": "string"
407
247
  },
408
248
  "computed": false
409
249
  }
@@ -859,45 +699,54 @@
859
699
  }
860
700
  }
861
701
  },
862
- "ai-portal.set-chat-command": {
863
- "type": "provider",
864
- "params": [
702
+ "ai-portal.tab-list": {
703
+ "properties": [
865
704
  {
866
- "name": "command",
705
+ "name": "tabs",
867
706
  "annotation": {
868
- "type": "union",
869
- "types": [
870
- {
871
- "type": "reference",
872
- "typeName": {
873
- "type": "identifier",
874
- "name": "ChatCommand"
875
- }
876
- },
877
- {
878
- "type": "keyword",
879
- "value": "null"
707
+ "type": "array",
708
+ "elementType": {
709
+ "type": "reference",
710
+ "typeName": {
711
+ "type": "identifier",
712
+ "name": "Tab"
880
713
  }
881
- ]
714
+ }
715
+ }
716
+ },
717
+ {
718
+ "name": "activeTab",
719
+ "annotation": {
720
+ "type": "keyword",
721
+ "value": "string"
882
722
  }
883
723
  }
884
724
  ],
885
- "returns": {
886
- "annotation": {
887
- "type": "keyword",
888
- "value": "void"
725
+ "events": [
726
+ {
727
+ "name": "tab.click",
728
+ "detail": {
729
+ "annotation": {
730
+ "type": "reference",
731
+ "typeName": {
732
+ "type": "identifier",
733
+ "name": "Tab"
734
+ }
735
+ }
736
+ }
889
737
  }
890
- },
738
+ ],
739
+ "methods": [],
891
740
  "types": [
892
741
  {
893
742
  "type": "interface",
894
- "name": "ChatCommand",
743
+ "name": "Tab",
895
744
  "body": [
896
745
  {
897
746
  "type": "propertySignature",
898
747
  "key": {
899
748
  "type": "identifier",
900
- "name": "command"
749
+ "name": "id"
901
750
  },
902
751
  "annotation": {
903
752
  "type": "keyword",
@@ -909,14 +758,11 @@
909
758
  "type": "propertySignature",
910
759
  "key": {
911
760
  "type": "identifier",
912
- "name": "payload"
761
+ "name": "label"
913
762
  },
914
763
  "annotation": {
915
- "type": "reference",
916
- "typeName": {
917
- "type": "identifier",
918
- "name": "CommandPayload"
919
- }
764
+ "type": "keyword",
765
+ "value": "string"
920
766
  },
921
767
  "computed": false
922
768
  }
@@ -924,54 +770,91 @@
924
770
  }
925
771
  ]
926
772
  },
927
- "ai-portal.tab-list": {
773
+ "ai-portal.page-container": {
928
774
  "properties": [
929
775
  {
930
- "name": "tabs",
776
+ "name": "pageTitle",
777
+ "annotation": {
778
+ "type": "keyword",
779
+ "value": "string"
780
+ }
781
+ },
782
+ {
783
+ "name": "breadcrumbs",
931
784
  "annotation": {
932
785
  "type": "array",
933
786
  "elementType": {
934
787
  "type": "reference",
935
788
  "typeName": {
936
789
  "type": "identifier",
937
- "name": "Tab"
790
+ "name": "Breadcrumb"
938
791
  }
939
792
  }
940
793
  }
941
794
  },
942
795
  {
943
- "name": "activeTab",
796
+ "name": "size",
944
797
  "annotation": {
945
- "type": "keyword",
946
- "value": "string"
798
+ "type": "union",
799
+ "types": [
800
+ {
801
+ "type": "jsLiteral",
802
+ "value": "medium"
803
+ },
804
+ {
805
+ "type": "jsLiteral",
806
+ "value": "small"
807
+ },
808
+ {
809
+ "type": "jsLiteral",
810
+ "value": "full"
811
+ }
812
+ ]
947
813
  }
948
- }
949
- ],
950
- "events": [
814
+ },
951
815
  {
952
- "name": "tab.click",
953
- "detail": {
954
- "annotation": {
955
- "type": "reference",
956
- "typeName": {
957
- "type": "identifier",
958
- "name": "Tab"
816
+ "name": "variant",
817
+ "annotation": {
818
+ "type": "union",
819
+ "types": [
820
+ {
821
+ "type": "jsLiteral",
822
+ "value": "default"
823
+ },
824
+ {
825
+ "type": "jsLiteral",
826
+ "value": "form"
959
827
  }
960
- }
828
+ ]
829
+ }
830
+ },
831
+ {
832
+ "name": "sticky",
833
+ "annotation": {
834
+ "type": "keyword",
835
+ "value": "boolean"
836
+ }
837
+ },
838
+ {
839
+ "name": "textContent",
840
+ "annotation": {
841
+ "type": "keyword",
842
+ "value": "string"
961
843
  }
962
844
  }
963
845
  ],
846
+ "events": [],
964
847
  "methods": [],
965
848
  "types": [
966
849
  {
967
850
  "type": "interface",
968
- "name": "Tab",
851
+ "name": "Breadcrumb",
969
852
  "body": [
970
853
  {
971
854
  "type": "propertySignature",
972
855
  "key": {
973
856
  "type": "identifier",
974
- "name": "id"
857
+ "name": "text"
975
858
  },
976
859
  "annotation": {
977
860
  "type": "keyword",
@@ -983,7 +866,7 @@
983
866
  "type": "propertySignature",
984
867
  "key": {
985
868
  "type": "identifier",
986
- "name": "label"
869
+ "name": "url"
987
870
  },
988
871
  "annotation": {
989
872
  "type": "keyword",
@@ -995,25 +878,142 @@
995
878
  }
996
879
  ]
997
880
  },
881
+ "ai-portal.home-container": {
882
+ "properties": [
883
+ {
884
+ "name": "sticky",
885
+ "annotation": {
886
+ "type": "keyword",
887
+ "value": "boolean"
888
+ }
889
+ }
890
+ ],
891
+ "events": [],
892
+ "methods": []
893
+ },
894
+ "ai-portal.stat-with-mini-chart": {
895
+ "properties": [
896
+ {
897
+ "name": "label",
898
+ "annotation": {
899
+ "type": "keyword",
900
+ "value": "string"
901
+ }
902
+ },
903
+ {
904
+ "name": "value",
905
+ "annotation": {
906
+ "type": "keyword",
907
+ "value": "string"
908
+ }
909
+ },
910
+ {
911
+ "name": "size",
912
+ "annotation": {
913
+ "type": "union",
914
+ "types": [
915
+ {
916
+ "type": "jsLiteral",
917
+ "value": "medium"
918
+ },
919
+ {
920
+ "type": "jsLiteral",
921
+ "value": "small"
922
+ }
923
+ ]
924
+ }
925
+ },
926
+ {
927
+ "name": "lineColor",
928
+ "annotation": {
929
+ "type": "keyword",
930
+ "value": "string"
931
+ }
932
+ },
933
+ {
934
+ "name": "showArea",
935
+ "annotation": {
936
+ "type": "keyword",
937
+ "value": "boolean"
938
+ }
939
+ },
940
+ {
941
+ "name": "min",
942
+ "annotation": {
943
+ "type": "keyword",
944
+ "value": "number"
945
+ }
946
+ },
947
+ {
948
+ "name": "max",
949
+ "annotation": {
950
+ "type": "keyword",
951
+ "value": "number"
952
+ }
953
+ },
954
+ {
955
+ "name": "xField",
956
+ "annotation": {
957
+ "type": "keyword",
958
+ "value": "string"
959
+ }
960
+ },
961
+ {
962
+ "name": "yField",
963
+ "annotation": {
964
+ "type": "keyword",
965
+ "value": "string"
966
+ }
967
+ },
968
+ {
969
+ "name": "data",
970
+ "annotation": {
971
+ "type": "array",
972
+ "elementType": {
973
+ "type": "reference",
974
+ "typeName": {
975
+ "type": "identifier",
976
+ "name": "Record"
977
+ },
978
+ "typeParameters": {
979
+ "type": "typeParameterInstantiation",
980
+ "params": [
981
+ {
982
+ "type": "keyword",
983
+ "value": "string"
984
+ },
985
+ {
986
+ "type": "keyword",
987
+ "value": "number"
988
+ }
989
+ ]
990
+ }
991
+ }
992
+ }
993
+ }
994
+ ],
995
+ "events": [],
996
+ "methods": []
997
+ },
998
998
  "ai-portal.elevo-logo": {
999
999
  "properties": [],
1000
1000
  "events": [],
1001
1001
  "methods": []
1002
1002
  },
1003
- "ai-portal.blank-state": {
1003
+ "ai-portal.sticky-container": {
1004
1004
  "properties": [
1005
1005
  {
1006
- "name": "illustration",
1006
+ "name": "variant",
1007
1007
  "annotation": {
1008
1008
  "type": "reference",
1009
1009
  "typeName": {
1010
1010
  "type": "identifier",
1011
- "name": "BlankStateIllustration"
1011
+ "name": "StickyContainerVariant"
1012
1012
  }
1013
1013
  }
1014
1014
  },
1015
1015
  {
1016
- "name": "description",
1016
+ "name": "textContent",
1017
1017
  "annotation": {
1018
1018
  "type": "keyword",
1019
1019
  "value": "string"
@@ -1025,45 +1025,37 @@
1025
1025
  "types": [
1026
1026
  {
1027
1027
  "type": "typeAlias",
1028
- "name": "BlankStateIllustration",
1028
+ "name": "StickyContainerVariant",
1029
1029
  "annotation": {
1030
1030
  "type": "union",
1031
1031
  "types": [
1032
1032
  {
1033
1033
  "type": "jsLiteral",
1034
- "value": "goals"
1035
- },
1036
- {
1037
- "type": "jsLiteral",
1038
- "value": "activities"
1039
- },
1040
- {
1041
- "type": "jsLiteral",
1042
- "value": "collaboration-spaces"
1034
+ "value": "default"
1043
1035
  },
1044
1036
  {
1045
1037
  "type": "jsLiteral",
1046
- "value": "serviceflows"
1038
+ "value": "home"
1047
1039
  }
1048
1040
  ]
1049
1041
  }
1050
1042
  }
1051
1043
  ]
1052
1044
  },
1053
- "ai-portal.sticky-container": {
1045
+ "ai-portal.blank-state": {
1054
1046
  "properties": [
1055
1047
  {
1056
- "name": "variant",
1048
+ "name": "illustration",
1057
1049
  "annotation": {
1058
1050
  "type": "reference",
1059
1051
  "typeName": {
1060
1052
  "type": "identifier",
1061
- "name": "StickyContainerVariant"
1053
+ "name": "BlankStateIllustration"
1062
1054
  }
1063
1055
  }
1064
1056
  },
1065
1057
  {
1066
- "name": "textContent",
1058
+ "name": "description",
1067
1059
  "annotation": {
1068
1060
  "type": "keyword",
1069
1061
  "value": "string"
@@ -1075,17 +1067,25 @@
1075
1067
  "types": [
1076
1068
  {
1077
1069
  "type": "typeAlias",
1078
- "name": "StickyContainerVariant",
1070
+ "name": "BlankStateIllustration",
1079
1071
  "annotation": {
1080
1072
  "type": "union",
1081
1073
  "types": [
1082
1074
  {
1083
1075
  "type": "jsLiteral",
1084
- "value": "default"
1076
+ "value": "goals"
1085
1077
  },
1086
1078
  {
1087
1079
  "type": "jsLiteral",
1088
- "value": "home"
1080
+ "value": "activities"
1081
+ },
1082
+ {
1083
+ "type": "jsLiteral",
1084
+ "value": "collaboration-spaces"
1085
+ },
1086
+ {
1087
+ "type": "jsLiteral",
1088
+ "value": "serviceflows"
1089
1089
  }
1090
1090
  ]
1091
1091
  }
@@ -1759,26 +1759,6 @@
1759
1759
  }
1760
1760
  ]
1761
1761
  },
1762
- "ai-portal.preview-container": {
1763
- "properties": [
1764
- {
1765
- "name": "source",
1766
- "annotation": {
1767
- "type": "keyword",
1768
- "value": "string"
1769
- }
1770
- },
1771
- {
1772
- "name": "url",
1773
- "annotation": {
1774
- "type": "keyword",
1775
- "value": "string"
1776
- }
1777
- }
1778
- ],
1779
- "events": [],
1780
- "methods": []
1781
- },
1782
1762
  "ai-portal.dropdown-select": {
1783
1763
  "properties": [
1784
1764
  {
@@ -1948,6 +1928,26 @@
1948
1928
  }
1949
1929
  ]
1950
1930
  },
1931
+ "ai-portal.preview-container": {
1932
+ "properties": [
1933
+ {
1934
+ "name": "source",
1935
+ "annotation": {
1936
+ "type": "keyword",
1937
+ "value": "string"
1938
+ }
1939
+ },
1940
+ {
1941
+ "name": "url",
1942
+ "annotation": {
1943
+ "type": "keyword",
1944
+ "value": "string"
1945
+ }
1946
+ }
1947
+ ],
1948
+ "events": [],
1949
+ "methods": []
1950
+ },
1951
1951
  "ai-portal.action-buttons": {
1952
1952
  "properties": [
1953
1953
  {
@@ -3266,33 +3266,6 @@
3266
3266
  }
3267
3267
  ]
3268
3268
  },
3269
- "ai-portal.show-case": {
3270
- "properties": [
3271
- {
3272
- "name": "caseTitle",
3273
- "annotation": {
3274
- "type": "keyword",
3275
- "value": "string"
3276
- }
3277
- },
3278
- {
3279
- "name": "summary",
3280
- "annotation": {
3281
- "type": "keyword",
3282
- "value": "string"
3283
- }
3284
- },
3285
- {
3286
- "name": "url",
3287
- "annotation": {
3288
- "type": "keyword",
3289
- "value": "string"
3290
- }
3291
- }
3292
- ],
3293
- "events": [],
3294
- "methods": []
3295
- },
3296
3269
  "ai-portal.chat-input": {
3297
3270
  "properties": [
3298
3271
  {
@@ -3576,17 +3549,167 @@
3576
3549
  },
3577
3550
  {
3578
3551
  "type": "interface",
3579
- "name": "CommandPayloadServiceFlowStarting",
3552
+ "name": "CommandPayloadServiceFlowStarting",
3553
+ "body": [
3554
+ {
3555
+ "type": "propertySignature",
3556
+ "key": {
3557
+ "type": "identifier",
3558
+ "name": "type"
3559
+ },
3560
+ "annotation": {
3561
+ "type": "jsLiteral",
3562
+ "value": "serviceFlowStarting"
3563
+ },
3564
+ "computed": false
3565
+ },
3566
+ {
3567
+ "type": "propertySignature",
3568
+ "key": {
3569
+ "type": "identifier",
3570
+ "name": "serviceFlowStarting"
3571
+ },
3572
+ "annotation": {
3573
+ "type": "typeLiteral",
3574
+ "members": [
3575
+ {
3576
+ "type": "propertySignature",
3577
+ "key": {
3578
+ "type": "identifier",
3579
+ "name": "spaceInstanceId"
3580
+ },
3581
+ "annotation": {
3582
+ "type": "keyword",
3583
+ "value": "string"
3584
+ },
3585
+ "computed": false
3586
+ },
3587
+ {
3588
+ "type": "propertySignature",
3589
+ "key": {
3590
+ "type": "identifier",
3591
+ "name": "spaceName"
3592
+ },
3593
+ "annotation": {
3594
+ "type": "keyword",
3595
+ "value": "string"
3596
+ },
3597
+ "optional": true,
3598
+ "computed": false
3599
+ },
3600
+ {
3601
+ "type": "propertySignature",
3602
+ "key": {
3603
+ "type": "identifier",
3604
+ "name": "flowInstanceId"
3605
+ },
3606
+ "annotation": {
3607
+ "type": "keyword",
3608
+ "value": "string"
3609
+ },
3610
+ "optional": true,
3611
+ "computed": false
3612
+ },
3613
+ {
3614
+ "type": "propertySignature",
3615
+ "key": {
3616
+ "type": "identifier",
3617
+ "name": "flowName"
3618
+ },
3619
+ "annotation": {
3620
+ "type": "keyword",
3621
+ "value": "string"
3622
+ },
3623
+ "optional": true,
3624
+ "computed": false
3625
+ }
3626
+ ]
3627
+ },
3628
+ "computed": false
3629
+ }
3630
+ ]
3631
+ }
3632
+ ]
3633
+ },
3634
+ "ai-portal.show-case": {
3635
+ "properties": [
3636
+ {
3637
+ "name": "caseTitle",
3638
+ "annotation": {
3639
+ "type": "keyword",
3640
+ "value": "string"
3641
+ }
3642
+ },
3643
+ {
3644
+ "name": "summary",
3645
+ "annotation": {
3646
+ "type": "keyword",
3647
+ "value": "string"
3648
+ }
3649
+ },
3650
+ {
3651
+ "name": "url",
3652
+ "annotation": {
3653
+ "type": "keyword",
3654
+ "value": "string"
3655
+ }
3656
+ }
3657
+ ],
3658
+ "events": [],
3659
+ "methods": []
3660
+ },
3661
+ "ai-portal.flow-tabs": {
3662
+ "properties": [
3663
+ {
3664
+ "name": "tabs",
3665
+ "annotation": {
3666
+ "type": "array",
3667
+ "elementType": {
3668
+ "type": "reference",
3669
+ "typeName": {
3670
+ "type": "identifier",
3671
+ "name": "Tab"
3672
+ }
3673
+ }
3674
+ }
3675
+ },
3676
+ {
3677
+ "name": "activeTab",
3678
+ "annotation": {
3679
+ "type": "keyword",
3680
+ "value": "string"
3681
+ }
3682
+ }
3683
+ ],
3684
+ "events": [
3685
+ {
3686
+ "name": "tab.click",
3687
+ "detail": {
3688
+ "annotation": {
3689
+ "type": "reference",
3690
+ "typeName": {
3691
+ "type": "identifier",
3692
+ "name": "Tab"
3693
+ }
3694
+ }
3695
+ }
3696
+ }
3697
+ ],
3698
+ "methods": [],
3699
+ "types": [
3700
+ {
3701
+ "type": "interface",
3702
+ "name": "Tab",
3580
3703
  "body": [
3581
3704
  {
3582
3705
  "type": "propertySignature",
3583
3706
  "key": {
3584
3707
  "type": "identifier",
3585
- "name": "type"
3708
+ "name": "id"
3586
3709
  },
3587
3710
  "annotation": {
3588
- "type": "jsLiteral",
3589
- "value": "serviceFlowStarting"
3711
+ "type": "keyword",
3712
+ "value": "string"
3590
3713
  },
3591
3714
  "computed": false
3592
3715
  },
@@ -3594,63 +3717,11 @@
3594
3717
  "type": "propertySignature",
3595
3718
  "key": {
3596
3719
  "type": "identifier",
3597
- "name": "serviceFlowStarting"
3720
+ "name": "label"
3598
3721
  },
3599
3722
  "annotation": {
3600
- "type": "typeLiteral",
3601
- "members": [
3602
- {
3603
- "type": "propertySignature",
3604
- "key": {
3605
- "type": "identifier",
3606
- "name": "spaceInstanceId"
3607
- },
3608
- "annotation": {
3609
- "type": "keyword",
3610
- "value": "string"
3611
- },
3612
- "computed": false
3613
- },
3614
- {
3615
- "type": "propertySignature",
3616
- "key": {
3617
- "type": "identifier",
3618
- "name": "spaceName"
3619
- },
3620
- "annotation": {
3621
- "type": "keyword",
3622
- "value": "string"
3623
- },
3624
- "optional": true,
3625
- "computed": false
3626
- },
3627
- {
3628
- "type": "propertySignature",
3629
- "key": {
3630
- "type": "identifier",
3631
- "name": "flowInstanceId"
3632
- },
3633
- "annotation": {
3634
- "type": "keyword",
3635
- "value": "string"
3636
- },
3637
- "optional": true,
3638
- "computed": false
3639
- },
3640
- {
3641
- "type": "propertySignature",
3642
- "key": {
3643
- "type": "identifier",
3644
- "name": "flowName"
3645
- },
3646
- "annotation": {
3647
- "type": "keyword",
3648
- "value": "string"
3649
- },
3650
- "optional": true,
3651
- "computed": false
3652
- }
3653
- ]
3723
+ "type": "keyword",
3724
+ "value": "string"
3654
3725
  },
3655
3726
  "computed": false
3656
3727
  }
@@ -4020,77 +4091,6 @@
4020
4091
  }
4021
4092
  ]
4022
4093
  },
4023
- "ai-portal.flow-tabs": {
4024
- "properties": [
4025
- {
4026
- "name": "tabs",
4027
- "annotation": {
4028
- "type": "array",
4029
- "elementType": {
4030
- "type": "reference",
4031
- "typeName": {
4032
- "type": "identifier",
4033
- "name": "Tab"
4034
- }
4035
- }
4036
- }
4037
- },
4038
- {
4039
- "name": "activeTab",
4040
- "annotation": {
4041
- "type": "keyword",
4042
- "value": "string"
4043
- }
4044
- }
4045
- ],
4046
- "events": [
4047
- {
4048
- "name": "tab.click",
4049
- "detail": {
4050
- "annotation": {
4051
- "type": "reference",
4052
- "typeName": {
4053
- "type": "identifier",
4054
- "name": "Tab"
4055
- }
4056
- }
4057
- }
4058
- }
4059
- ],
4060
- "methods": [],
4061
- "types": [
4062
- {
4063
- "type": "interface",
4064
- "name": "Tab",
4065
- "body": [
4066
- {
4067
- "type": "propertySignature",
4068
- "key": {
4069
- "type": "identifier",
4070
- "name": "id"
4071
- },
4072
- "annotation": {
4073
- "type": "keyword",
4074
- "value": "string"
4075
- },
4076
- "computed": false
4077
- },
4078
- {
4079
- "type": "propertySignature",
4080
- "key": {
4081
- "type": "identifier",
4082
- "name": "label"
4083
- },
4084
- "annotation": {
4085
- "type": "keyword",
4086
- "value": "string"
4087
- },
4088
- "computed": false
4089
- }
4090
- ]
4091
- }
4092
- ]
4093
- },
4094
4094
  "ai-portal.running-flow": {
4095
4095
  "properties": [
4096
4096
  {
@@ -4392,8 +4392,7 @@
4392
4392
  "type": "keyword",
4393
4393
  "value": "string"
4394
4394
  },
4395
- "computed": false,
4396
- "description": "消息唯一标识"
4395
+ "computed": false
4397
4396
  },
4398
4397
  {
4399
4398
  "type": "propertySignature",
@@ -4405,8 +4404,7 @@
4405
4404
  "type": "keyword",
4406
4405
  "value": "string"
4407
4406
  },
4408
- "computed": false,
4409
- "description": "消息类型"
4407
+ "computed": false
4410
4408
  },
4411
4409
  {
4412
4410
  "type": "propertySignature",
@@ -4418,8 +4416,7 @@
4418
4416
  "type": "keyword",
4419
4417
  "value": "boolean"
4420
4418
  },
4421
- "computed": false,
4422
- "description": "是否未读"
4419
+ "computed": false
4423
4420
  },
4424
4421
  {
4425
4422
  "type": "propertySignature",
@@ -4431,8 +4428,7 @@
4431
4428
  "type": "keyword",
4432
4429
  "value": "string"
4433
4430
  },
4434
- "computed": false,
4435
- "description": "主标题"
4431
+ "computed": false
4436
4432
  },
4437
4433
  {
4438
4434
  "type": "propertySignature",
@@ -4444,8 +4440,7 @@
4444
4440
  "type": "keyword",
4445
4441
  "value": "string"
4446
4442
  },
4447
- "computed": false,
4448
- "description": "副标题/描述"
4443
+ "computed": false
4449
4444
  }
4450
4445
  ]
4451
4446
  }
@@ -5930,6 +5925,29 @@
5930
5925
  "name": "UploadOptions"
5931
5926
  }
5932
5927
  }
5928
+ },
5929
+ {
5930
+ "name": "toolbarBrick",
5931
+ "annotation": {
5932
+ "type": "typeLiteral",
5933
+ "members": [
5934
+ {
5935
+ "type": "propertySignature",
5936
+ "key": {
5937
+ "type": "identifier",
5938
+ "name": "useBrick"
5939
+ },
5940
+ "annotation": {
5941
+ "type": "reference",
5942
+ "typeName": {
5943
+ "type": "identifier",
5944
+ "name": "UseSingleBrickConf"
5945
+ }
5946
+ },
5947
+ "computed": false
5948
+ }
5949
+ ]
5950
+ }
5933
5951
  }
5934
5952
  ],
5935
5953
  "events": [
@@ -6653,6 +6671,26 @@
6653
6671
  "name": "UploadOptions"
6654
6672
  }
6655
6673
  }
6674
+ },
6675
+ {
6676
+ "name": "notices",
6677
+ "annotation": {
6678
+ "type": "array",
6679
+ "elementType": {
6680
+ "type": "reference",
6681
+ "typeName": {
6682
+ "type": "identifier",
6683
+ "name": "NoticeItem"
6684
+ }
6685
+ }
6686
+ }
6687
+ },
6688
+ {
6689
+ "name": "showNoticeIcon",
6690
+ "annotation": {
6691
+ "type": "keyword",
6692
+ "value": "boolean"
6693
+ }
6656
6694
  }
6657
6695
  ],
6658
6696
  "events": [
@@ -6715,6 +6753,15 @@
6715
6753
  }
6716
6754
  }
6717
6755
  }
6756
+ },
6757
+ {
6758
+ "name": "mark.notices.read",
6759
+ "detail": {
6760
+ "annotation": {
6761
+ "type": "keyword",
6762
+ "value": "void"
6763
+ }
6764
+ }
6718
6765
  }
6719
6766
  ],
6720
6767
  "methods": [
@@ -7151,6 +7198,72 @@
7151
7198
  }
7152
7199
  ]
7153
7200
  },
7201
+ {
7202
+ "type": "interface",
7203
+ "name": "NoticeItem",
7204
+ "body": [
7205
+ {
7206
+ "type": "propertySignature",
7207
+ "key": {
7208
+ "type": "identifier",
7209
+ "name": "id"
7210
+ },
7211
+ "annotation": {
7212
+ "type": "keyword",
7213
+ "value": "string"
7214
+ },
7215
+ "computed": false
7216
+ },
7217
+ {
7218
+ "type": "propertySignature",
7219
+ "key": {
7220
+ "type": "identifier",
7221
+ "name": "type"
7222
+ },
7223
+ "annotation": {
7224
+ "type": "keyword",
7225
+ "value": "string"
7226
+ },
7227
+ "computed": false
7228
+ },
7229
+ {
7230
+ "type": "propertySignature",
7231
+ "key": {
7232
+ "type": "identifier",
7233
+ "name": "isUnread"
7234
+ },
7235
+ "annotation": {
7236
+ "type": "keyword",
7237
+ "value": "boolean"
7238
+ },
7239
+ "computed": false
7240
+ },
7241
+ {
7242
+ "type": "propertySignature",
7243
+ "key": {
7244
+ "type": "identifier",
7245
+ "name": "title"
7246
+ },
7247
+ "annotation": {
7248
+ "type": "keyword",
7249
+ "value": "string"
7250
+ },
7251
+ "computed": false
7252
+ },
7253
+ {
7254
+ "type": "propertySignature",
7255
+ "key": {
7256
+ "type": "identifier",
7257
+ "name": "description"
7258
+ },
7259
+ "annotation": {
7260
+ "type": "keyword",
7261
+ "value": "string"
7262
+ },
7263
+ "computed": false
7264
+ }
7265
+ ]
7266
+ },
7154
7267
  {
7155
7268
  "type": "interface",
7156
7269
  "name": "FeedbackDetail",