@next-bricks/ai-portal 0.20.6 → 0.20.7

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,15 +3,6 @@
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
- },
15
6
  {
16
7
  "name": "ai-portal.cruise-canvas",
17
8
  "properties": [
@@ -82,43 +73,6 @@
82
73
  "parts": [],
83
74
  "description": "构件 `ai-portal.cruise-canvas`"
84
75
  },
85
- {
86
- "name": "ai-portal.chat-history",
87
- "properties": [
88
- {
89
- "name": "list",
90
- "attribute": false,
91
- "type": "HistoryItem[]"
92
- },
93
- {
94
- "name": "actions",
95
- "attribute": false,
96
- "type": "ActionType[]"
97
- },
98
- {
99
- "name": "nextToken",
100
- "type": "string"
101
- }
102
- ],
103
- "events": [
104
- {
105
- "name": "action.click",
106
- "detail": {
107
- "type": "ActionClickDetail"
108
- }
109
- },
110
- {
111
- "name": "load.more",
112
- "detail": {
113
- "type": "{ nextToken: string }"
114
- }
115
- }
116
- ],
117
- "slots": [],
118
- "methods": [],
119
- "parts": [],
120
- "description": "构件 `ai-portal.chat-history`"
121
- },
122
76
  {
123
77
  "name": "ai-portal.stat-with-mini-chart",
124
78
  "properties": [
@@ -180,6 +134,15 @@
180
134
  "parts": [],
181
135
  "description": "构件 `ai-portal.stat-with-mini-chart`"
182
136
  },
137
+ {
138
+ "name": "ai-portal.home-container",
139
+ "properties": [],
140
+ "events": [],
141
+ "slots": [],
142
+ "methods": [],
143
+ "parts": [],
144
+ "description": "构件 `ai-portal.home-container`"
145
+ },
183
146
  {
184
147
  "name": "ai-portal.elevo-logo",
185
148
  "properties": [],
@@ -241,6 +204,44 @@
241
204
  "parts": [],
242
205
  "description": "构件 `ai-portal.elevo-sidebar`"
243
206
  },
207
+ {
208
+ "name": "ai-portal.chat-box",
209
+ "properties": [
210
+ {
211
+ "name": "disabled",
212
+ "type": "boolean"
213
+ },
214
+ {
215
+ "name": "placeholder",
216
+ "type": "string"
217
+ },
218
+ {
219
+ "name": "autoFocus",
220
+ "type": "boolean"
221
+ },
222
+ {
223
+ "name": "suggestions",
224
+ "attribute": false,
225
+ "type": "Suggestion[]"
226
+ },
227
+ {
228
+ "name": "suggestionsLabel",
229
+ "type": "string"
230
+ }
231
+ ],
232
+ "events": [
233
+ {
234
+ "name": "message.submit",
235
+ "detail": {
236
+ "type": "string"
237
+ }
238
+ }
239
+ ],
240
+ "slots": [],
241
+ "methods": [],
242
+ "parts": [],
243
+ "description": "构件 `ai-portal.chat-box`"
244
+ },
244
245
  {
245
246
  "name": "ai-portal.icon-button",
246
247
  "properties": [
@@ -288,57 +289,56 @@
288
289
  "description": "构件 `ai-portal.show-cases`"
289
290
  },
290
291
  {
291
- "name": "ai-portal.mcp-tools",
292
+ "name": "ai-portal.chat-history",
292
293
  "properties": [
293
294
  {
294
295
  "name": "list",
295
296
  "attribute": false,
296
- "type": "McpTool[]"
297
- }
298
- ],
299
- "events": [],
300
- "slots": [],
301
- "methods": [],
302
- "parts": [],
303
- "description": "构件 `ai-portal.mcp-tools`"
304
- },
305
- {
306
- "name": "ai-portal.chat-box",
307
- "properties": [
308
- {
309
- "name": "disabled",
310
- "type": "boolean"
311
- },
312
- {
313
- "name": "placeholder",
314
- "type": "string"
315
- },
316
- {
317
- "name": "autoFocus",
318
- "type": "boolean"
297
+ "type": "HistoryItem[]"
319
298
  },
320
299
  {
321
- "name": "suggestions",
300
+ "name": "actions",
322
301
  "attribute": false,
323
- "type": "Suggestion[]"
302
+ "type": "ActionType[]"
324
303
  },
325
304
  {
326
- "name": "suggestionsLabel",
305
+ "name": "nextToken",
327
306
  "type": "string"
328
307
  }
329
308
  ],
330
309
  "events": [
331
310
  {
332
- "name": "message.submit",
311
+ "name": "action.click",
333
312
  "detail": {
334
- "type": "string"
313
+ "type": "ActionClickDetail"
314
+ }
315
+ },
316
+ {
317
+ "name": "load.more",
318
+ "detail": {
319
+ "type": "{ nextToken: string }"
335
320
  }
336
321
  }
337
322
  ],
338
323
  "slots": [],
339
324
  "methods": [],
340
325
  "parts": [],
341
- "description": "构件 `ai-portal.chat-box`"
326
+ "description": "构件 `ai-portal.chat-history`"
327
+ },
328
+ {
329
+ "name": "ai-portal.mcp-tools",
330
+ "properties": [
331
+ {
332
+ "name": "list",
333
+ "attribute": false,
334
+ "type": "McpTool[]"
335
+ }
336
+ ],
337
+ "events": [],
338
+ "slots": [],
339
+ "methods": [],
340
+ "parts": [],
341
+ "description": "构件 `ai-portal.mcp-tools`"
342
342
  }
343
343
  ],
344
344
  "providers": []