@next-bricks/ai-portal 0.64.5 → 0.64.6

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.
@@ -3,76 +3,6 @@
3
3
  "package": "@next-bricks/ai-portal",
4
4
  "name": "ai-portal",
5
5
  "bricks": [
6
- {
7
- "name": "ai-portal.chat-box",
8
- "properties": [
9
- {
10
- "name": "disabled",
11
- "type": "boolean"
12
- },
13
- {
14
- "name": "placeholder",
15
- "type": "string"
16
- },
17
- {
18
- "name": "autoFocus",
19
- "type": "boolean"
20
- },
21
- {
22
- "name": "aiEmployees",
23
- "attribute": false,
24
- "type": "AIEmployee[]"
25
- },
26
- {
27
- "name": "commands",
28
- "attribute": false,
29
- "type": "Command[]"
30
- },
31
- {
32
- "name": "uploadOptions",
33
- "attribute": false,
34
- "type": "UploadOptions"
35
- }
36
- ],
37
- "events": [
38
- {
39
- "name": "message.submit",
40
- "description": "",
41
- "deprecated": "Use `chat.submit` event instead",
42
- "detail": {
43
- "type": "string"
44
- }
45
- },
46
- {
47
- "name": "chat.submit",
48
- "detail": {
49
- "type": "ChatPayload"
50
- }
51
- }
52
- ],
53
- "slots": [],
54
- "methods": [
55
- {
56
- "name": "setValue",
57
- "params": [
58
- {
59
- "name": "value",
60
- "type": "string"
61
- }
62
- ]
63
- },
64
- {
65
- "name": "getValue",
66
- "params": []
67
- },
68
- {
69
- "name": "focusOnInput",
70
- "params": []
71
- }
72
- ],
73
- "parts": [],
74
- "description": "大型聊天输入框,用于首页"
75
- },
76
6
  {
77
7
  "name": "ai-portal.cruise-canvas",
78
8
  "properties": [
@@ -237,6 +167,76 @@
237
167
  "parts": [],
238
168
  "description": "构件 `ai-portal.cruise-canvas`"
239
169
  },
170
+ {
171
+ "name": "ai-portal.chat-box",
172
+ "properties": [
173
+ {
174
+ "name": "disabled",
175
+ "type": "boolean"
176
+ },
177
+ {
178
+ "name": "placeholder",
179
+ "type": "string"
180
+ },
181
+ {
182
+ "name": "autoFocus",
183
+ "type": "boolean"
184
+ },
185
+ {
186
+ "name": "aiEmployees",
187
+ "attribute": false,
188
+ "type": "AIEmployee[]"
189
+ },
190
+ {
191
+ "name": "commands",
192
+ "attribute": false,
193
+ "type": "Command[]"
194
+ },
195
+ {
196
+ "name": "uploadOptions",
197
+ "attribute": false,
198
+ "type": "UploadOptions"
199
+ }
200
+ ],
201
+ "events": [
202
+ {
203
+ "name": "message.submit",
204
+ "description": "",
205
+ "deprecated": "Use `chat.submit` event instead",
206
+ "detail": {
207
+ "type": "string"
208
+ }
209
+ },
210
+ {
211
+ "name": "chat.submit",
212
+ "detail": {
213
+ "type": "ChatPayload"
214
+ }
215
+ }
216
+ ],
217
+ "slots": [],
218
+ "methods": [
219
+ {
220
+ "name": "setValue",
221
+ "params": [
222
+ {
223
+ "name": "value",
224
+ "type": "string"
225
+ }
226
+ ]
227
+ },
228
+ {
229
+ "name": "getValue",
230
+ "params": []
231
+ },
232
+ {
233
+ "name": "focusOnInput",
234
+ "params": []
235
+ }
236
+ ],
237
+ "parts": [],
238
+ "description": "大型聊天输入框,用于首页"
239
+ },
240
240
  {
241
241
  "name": "ai-portal.home-container",
242
242
  "properties": [
@@ -929,6 +929,32 @@
929
929
  "parts": [],
930
930
  "description": "构件 `ai-portal.preview-container`"
931
931
  },
932
+ {
933
+ "name": "ai-portal.action-buttons",
934
+ "properties": [
935
+ {
936
+ "name": "items",
937
+ "attribute": false,
938
+ "type": "ActionItem[]"
939
+ },
940
+ {
941
+ "name": "activeKey",
942
+ "type": "string | null"
943
+ }
944
+ ],
945
+ "events": [
946
+ {
947
+ "name": "change",
948
+ "detail": {
949
+ "type": "ActionItem | null"
950
+ }
951
+ }
952
+ ],
953
+ "slots": [],
954
+ "methods": [],
955
+ "parts": [],
956
+ "description": "构件 `ai-portal.action-buttons`"
957
+ },
932
958
  {
933
959
  "name": "ai-portal.goal-card-list",
934
960
  "properties": [
@@ -1071,51 +1097,6 @@
1071
1097
  "parts": [],
1072
1098
  "description": "构件 `ai-portal.project-knowledges`"
1073
1099
  },
1074
- {
1075
- "name": "ai-portal.action-buttons",
1076
- "properties": [
1077
- {
1078
- "name": "items",
1079
- "attribute": false,
1080
- "type": "ActionItem[]"
1081
- },
1082
- {
1083
- "name": "activeKey",
1084
- "type": "string | null"
1085
- }
1086
- ],
1087
- "events": [
1088
- {
1089
- "name": "change",
1090
- "detail": {
1091
- "type": "ActionItem | null"
1092
- }
1093
- }
1094
- ],
1095
- "slots": [],
1096
- "methods": [],
1097
- "parts": [],
1098
- "description": "构件 `ai-portal.action-buttons`"
1099
- },
1100
- {
1101
- "name": "ai-portal.activity-timeline",
1102
- "properties": [
1103
- {
1104
- "name": "list",
1105
- "attribute": false,
1106
- "type": "Activity[]"
1107
- },
1108
- {
1109
- "name": "chatUrlTemplate",
1110
- "type": "string"
1111
- }
1112
- ],
1113
- "events": [],
1114
- "slots": [],
1115
- "methods": [],
1116
- "parts": [],
1117
- "description": "构件 `ai-portal.activity-timeline`"
1118
- },
1119
1100
  {
1120
1101
  "name": "ai-portal.chat-input",
1121
1102
  "properties": [
@@ -1202,6 +1183,25 @@
1202
1183
  "parts": [],
1203
1184
  "description": "小型聊天输入框,用于对话等页面"
1204
1185
  },
1186
+ {
1187
+ "name": "ai-portal.activity-timeline",
1188
+ "properties": [
1189
+ {
1190
+ "name": "list",
1191
+ "attribute": false,
1192
+ "type": "Activity[]"
1193
+ },
1194
+ {
1195
+ "name": "chatUrlTemplate",
1196
+ "type": "string"
1197
+ }
1198
+ ],
1199
+ "events": [],
1200
+ "slots": [],
1201
+ "methods": [],
1202
+ "parts": [],
1203
+ "description": "构件 `ai-portal.activity-timeline`"
1204
+ },
1205
1205
  {
1206
1206
  "name": "ai-portal.elevo-logo",
1207
1207
  "properties": [],
@@ -1316,6 +1316,33 @@
1316
1316
  "parts": [],
1317
1317
  "description": "构件 `ai-portal.elevo-card`"
1318
1318
  },
1319
+ {
1320
+ "name": "ai-portal.flow-tabs",
1321
+ "properties": [
1322
+ {
1323
+ "name": "tabs",
1324
+ "attribute": false,
1325
+ "type": "Tab[]"
1326
+ },
1327
+ {
1328
+ "name": "activeTab",
1329
+ "attribute": false,
1330
+ "type": "string"
1331
+ }
1332
+ ],
1333
+ "events": [
1334
+ {
1335
+ "name": "tab.click",
1336
+ "detail": {
1337
+ "type": "Tab"
1338
+ }
1339
+ }
1340
+ ],
1341
+ "slots": [],
1342
+ "methods": [],
1343
+ "parts": [],
1344
+ "description": "构件 `ai-portal.flow-tabs`"
1345
+ },
1319
1346
  {
1320
1347
  "name": "ai-portal.stage-flow",
1321
1348
  "properties": [
@@ -1403,33 +1430,6 @@
1403
1430
  "parts": [],
1404
1431
  "description": "构件 `ai-portal.stage-flow`"
1405
1432
  },
1406
- {
1407
- "name": "ai-portal.flow-tabs",
1408
- "properties": [
1409
- {
1410
- "name": "tabs",
1411
- "attribute": false,
1412
- "type": "Tab[]"
1413
- },
1414
- {
1415
- "name": "activeTab",
1416
- "attribute": false,
1417
- "type": "string"
1418
- }
1419
- ],
1420
- "events": [
1421
- {
1422
- "name": "tab.click",
1423
- "detail": {
1424
- "type": "Tab"
1425
- }
1426
- }
1427
- ],
1428
- "slots": [],
1429
- "methods": [],
1430
- "parts": [],
1431
- "description": "构件 `ai-portal.flow-tabs`"
1432
- },
1433
1433
  {
1434
1434
  "name": "ai-portal.running-flow",
1435
1435
  "properties": [
@@ -1714,6 +1714,9 @@
1714
1714
  }
1715
1715
  ],
1716
1716
  "providers": [
1717
+ {
1718
+ "name": "ai-portal.call-tool"
1719
+ },
1717
1720
  {
1718
1721
  "name": "ai-portal.save-request-store"
1719
1722
  },
@@ -1723,9 +1726,6 @@
1723
1726
  {
1724
1727
  "name": "ai-portal.clear-request-store"
1725
1728
  },
1726
- {
1727
- "name": "ai-portal.call-tool"
1728
- },
1729
1729
  {
1730
1730
  "name": "ai-portal.set-chat-command"
1731
1731
  }