@next-bricks/ai-portal 0.20.2 → 0.20.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.
@@ -3,6 +3,15 @@
3
3
  "package": "@next-bricks/ai-portal",
4
4
  "name": "ai-portal",
5
5
  "bricks": [
6
+ {
7
+ "name": "ai-portal.home-container",
8
+ "properties": [],
9
+ "events": [],
10
+ "slots": [],
11
+ "methods": [],
12
+ "parts": [],
13
+ "description": "构件 `ai-portal.home-container`"
14
+ },
6
15
  {
7
16
  "name": "ai-portal.chat-box",
8
17
  "properties": [
@@ -42,41 +51,13 @@
42
51
  "description": "构件 `ai-portal.chat-box`"
43
52
  },
44
53
  {
45
- "name": "ai-portal.chat-history",
46
- "properties": [
47
- {
48
- "name": "list",
49
- "attribute": false,
50
- "type": "HistoryItem[]"
51
- },
52
- {
53
- "name": "actions",
54
- "attribute": false,
55
- "type": "ActionType[]"
56
- },
57
- {
58
- "name": "nextToken",
59
- "type": "string"
60
- }
61
- ],
62
- "events": [
63
- {
64
- "name": "action.click",
65
- "detail": {
66
- "type": "ActionClickDetail"
67
- }
68
- },
69
- {
70
- "name": "load.more",
71
- "detail": {
72
- "type": "{ nextToken: string }"
73
- }
74
- }
75
- ],
54
+ "name": "ai-portal.elevo-logo",
55
+ "properties": [],
56
+ "events": [],
76
57
  "slots": [],
77
58
  "methods": [],
78
59
  "parts": [],
79
- "description": "构件 `ai-portal.chat-history`"
60
+ "description": "Elevo Logo"
80
61
  },
81
62
  {
82
63
  "name": "ai-portal.stat-with-mini-chart",
@@ -140,13 +121,56 @@
140
121
  "description": "构件 `ai-portal.stat-with-mini-chart`"
141
122
  },
142
123
  {
143
- "name": "ai-portal.home-container",
144
- "properties": [],
145
- "events": [],
124
+ "name": "ai-portal.elevo-sidebar",
125
+ "properties": [
126
+ {
127
+ "name": "userInstanceId",
128
+ "type": "string"
129
+ },
130
+ {
131
+ "name": "behavior",
132
+ "type": "\"default\" | \"drawer\""
133
+ },
134
+ {
135
+ "name": "logoUrl",
136
+ "type": "string"
137
+ },
138
+ {
139
+ "name": "newChatUrl",
140
+ "type": "string"
141
+ },
142
+ {
143
+ "name": "historyActiveId",
144
+ "type": "string"
145
+ },
146
+ {
147
+ "name": "historyUrlTemplate",
148
+ "type": "string"
149
+ },
150
+ {
151
+ "name": "historyActions",
152
+ "attribute": false,
153
+ "type": "ActionType[]"
154
+ }
155
+ ],
156
+ "events": [
157
+ {
158
+ "name": "logout",
159
+ "detail": {
160
+ "type": "void"
161
+ }
162
+ },
163
+ {
164
+ "name": "action.click",
165
+ "detail": {
166
+ "type": "ActionClickDetail"
167
+ }
168
+ }
169
+ ],
146
170
  "slots": [],
147
171
  "methods": [],
148
172
  "parts": [],
149
- "description": "构件 `ai-portal.home-container`"
173
+ "description": "构件 `ai-portal.elevo-sidebar`"
150
174
  },
151
175
  {
152
176
  "name": "ai-portal.cruise-canvas",
@@ -218,67 +242,6 @@
218
242
  "parts": [],
219
243
  "description": "构件 `ai-portal.cruise-canvas`"
220
244
  },
221
- {
222
- "name": "ai-portal.elevo-logo",
223
- "properties": [],
224
- "events": [],
225
- "slots": [],
226
- "methods": [],
227
- "parts": [],
228
- "description": "Elevo Logo"
229
- },
230
- {
231
- "name": "ai-portal.elevo-sidebar",
232
- "properties": [
233
- {
234
- "name": "userInstanceId",
235
- "type": "string"
236
- },
237
- {
238
- "name": "behavior",
239
- "type": "\"default\" | \"drawer\""
240
- },
241
- {
242
- "name": "logoUrl",
243
- "type": "string"
244
- },
245
- {
246
- "name": "newChatUrl",
247
- "type": "string"
248
- },
249
- {
250
- "name": "historyActiveId",
251
- "type": "string"
252
- },
253
- {
254
- "name": "historyUrlTemplate",
255
- "type": "string"
256
- },
257
- {
258
- "name": "historyActions",
259
- "attribute": false,
260
- "type": "ActionType[]"
261
- }
262
- ],
263
- "events": [
264
- {
265
- "name": "logout",
266
- "detail": {
267
- "type": "void"
268
- }
269
- },
270
- {
271
- "name": "action.click",
272
- "detail": {
273
- "type": "ActionClickDetail"
274
- }
275
- }
276
- ],
277
- "slots": [],
278
- "methods": [],
279
- "parts": [],
280
- "description": "构件 `ai-portal.elevo-sidebar`"
281
- },
282
245
  {
283
246
  "name": "ai-portal.icon-button",
284
247
  "properties": [
@@ -339,6 +302,43 @@
339
302
  "methods": [],
340
303
  "parts": [],
341
304
  "description": "构件 `ai-portal.mcp-tools`"
305
+ },
306
+ {
307
+ "name": "ai-portal.chat-history",
308
+ "properties": [
309
+ {
310
+ "name": "list",
311
+ "attribute": false,
312
+ "type": "HistoryItem[]"
313
+ },
314
+ {
315
+ "name": "actions",
316
+ "attribute": false,
317
+ "type": "ActionType[]"
318
+ },
319
+ {
320
+ "name": "nextToken",
321
+ "type": "string"
322
+ }
323
+ ],
324
+ "events": [
325
+ {
326
+ "name": "action.click",
327
+ "detail": {
328
+ "type": "ActionClickDetail"
329
+ }
330
+ },
331
+ {
332
+ "name": "load.more",
333
+ "detail": {
334
+ "type": "{ nextToken: string }"
335
+ }
336
+ }
337
+ ],
338
+ "slots": [],
339
+ "methods": [],
340
+ "parts": [],
341
+ "description": "构件 `ai-portal.chat-history`"
342
342
  }
343
343
  ],
344
344
  "providers": []