@next-bricks/ai-portal 0.28.2 → 0.28.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,44 +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": "suggestions",
23
- "attribute": false,
24
- "type": "Suggestion[]"
25
- },
26
- {
27
- "name": "suggestionsLabel",
28
- "type": "string"
29
- }
30
- ],
31
- "events": [
32
- {
33
- "name": "message.submit",
34
- "detail": {
35
- "type": "string"
36
- }
37
- }
38
- ],
39
- "slots": [],
40
- "methods": [],
41
- "parts": [],
42
- "description": "构件 `ai-portal.chat-box`"
43
- },
44
6
  {
45
7
  "name": "ai-portal.cruise-canvas",
46
8
  "properties": [
@@ -238,6 +200,33 @@
238
200
  "parts": [],
239
201
  "description": "Elevo Logo"
240
202
  },
203
+ {
204
+ "name": "ai-portal.icon-button",
205
+ "properties": [
206
+ {
207
+ "name": "icon",
208
+ "attribute": false,
209
+ "type": "GeneralIconProps"
210
+ },
211
+ {
212
+ "name": "tooltip",
213
+ "type": "string"
214
+ },
215
+ {
216
+ "name": "disabled",
217
+ "type": "boolean"
218
+ },
219
+ {
220
+ "name": "variant",
221
+ "type": "IconButtonVariant"
222
+ }
223
+ ],
224
+ "events": [],
225
+ "slots": [],
226
+ "methods": [],
227
+ "parts": [],
228
+ "description": "构件 `ai-portal.icon-button`"
229
+ },
241
230
  {
242
231
  "name": "ai-portal.elevo-sidebar",
243
232
  "properties": [
@@ -313,65 +302,84 @@
313
302
  "description": "构件 `ai-portal.elevo-sidebar`"
314
303
  },
315
304
  {
316
- "name": "ai-portal.icon-button",
305
+ "name": "ai-portal.home-container",
306
+ "properties": [],
307
+ "events": [],
308
+ "slots": [],
309
+ "methods": [],
310
+ "parts": [],
311
+ "description": "构件 `ai-portal.home-container`"
312
+ },
313
+ {
314
+ "name": "ai-portal.chat-history",
317
315
  "properties": [
318
316
  {
319
- "name": "icon",
317
+ "name": "list",
320
318
  "attribute": false,
321
- "type": "GeneralIconProps"
319
+ "type": "HistoryItem[]"
322
320
  },
323
321
  {
324
- "name": "tooltip",
325
- "type": "string"
322
+ "name": "actions",
323
+ "attribute": false,
324
+ "type": "ActionType[]"
326
325
  },
327
326
  {
328
- "name": "disabled",
329
- "type": "boolean"
327
+ "name": "nextToken",
328
+ "type": "string"
329
+ }
330
+ ],
331
+ "events": [
332
+ {
333
+ "name": "action.click",
334
+ "detail": {
335
+ "type": "ActionClickDetail"
336
+ }
330
337
  },
331
338
  {
332
- "name": "variant",
333
- "type": "IconButtonVariant"
339
+ "name": "load.more",
340
+ "detail": {
341
+ "type": "{ nextToken: string }"
342
+ }
334
343
  }
335
344
  ],
336
- "events": [],
337
345
  "slots": [],
338
346
  "methods": [],
339
347
  "parts": [],
340
- "description": "构件 `ai-portal.icon-button`"
348
+ "description": "构件 `ai-portal.chat-history`"
341
349
  },
342
350
  {
343
- "name": "ai-portal.show-cases",
351
+ "name": "ai-portal.mcp-tools",
344
352
  "properties": [
345
353
  {
346
354
  "name": "list",
347
355
  "attribute": false,
348
- "type": "ShowCase[]"
349
- },
350
- {
351
- "name": "taskUrlTemplate",
352
- "type": "string"
356
+ "type": "McpTool[]"
353
357
  }
354
358
  ],
355
359
  "events": [],
356
360
  "slots": [],
357
361
  "methods": [],
358
362
  "parts": [],
359
- "description": "构件 `ai-portal.show-cases`"
363
+ "description": "构件 `ai-portal.mcp-tools`"
360
364
  },
361
365
  {
362
- "name": "ai-portal.mcp-tools",
366
+ "name": "ai-portal.show-cases",
363
367
  "properties": [
364
368
  {
365
369
  "name": "list",
366
370
  "attribute": false,
367
- "type": "McpTool[]"
371
+ "type": "ShowCase[]"
372
+ },
373
+ {
374
+ "name": "taskUrlTemplate",
375
+ "type": "string"
368
376
  }
369
377
  ],
370
378
  "events": [],
371
379
  "slots": [],
372
380
  "methods": [],
373
381
  "parts": [],
374
- "description": "构件 `ai-portal.mcp-tools`"
382
+ "description": "构件 `ai-portal.show-cases`"
375
383
  },
376
384
  {
377
385
  "name": "ai-portal.ai-employees",
@@ -508,50 +516,42 @@
508
516
  "description": "构件 `ai-portal.ai-agents`"
509
517
  },
510
518
  {
511
- "name": "ai-portal.home-container",
512
- "properties": [],
513
- "events": [],
514
- "slots": [],
515
- "methods": [],
516
- "parts": [],
517
- "description": "构件 `ai-portal.home-container`"
518
- },
519
- {
520
- "name": "ai-portal.chat-history",
519
+ "name": "ai-portal.chat-box",
521
520
  "properties": [
522
521
  {
523
- "name": "list",
524
- "attribute": false,
525
- "type": "HistoryItem[]"
522
+ "name": "disabled",
523
+ "type": "boolean"
526
524
  },
527
525
  {
528
- "name": "actions",
526
+ "name": "placeholder",
527
+ "type": "string"
528
+ },
529
+ {
530
+ "name": "autoFocus",
531
+ "type": "boolean"
532
+ },
533
+ {
534
+ "name": "suggestions",
529
535
  "attribute": false,
530
- "type": "ActionType[]"
536
+ "type": "Suggestion[]"
531
537
  },
532
538
  {
533
- "name": "nextToken",
539
+ "name": "suggestionsLabel",
534
540
  "type": "string"
535
541
  }
536
542
  ],
537
543
  "events": [
538
544
  {
539
- "name": "action.click",
540
- "detail": {
541
- "type": "ActionClickDetail"
542
- }
543
- },
544
- {
545
- "name": "load.more",
545
+ "name": "message.submit",
546
546
  "detail": {
547
- "type": "{ nextToken: string }"
547
+ "type": "string"
548
548
  }
549
549
  }
550
550
  ],
551
551
  "slots": [],
552
552
  "methods": [],
553
553
  "parts": [],
554
- "description": "构件 `ai-portal.chat-history`"
554
+ "description": "构件 `ai-portal.chat-box`"
555
555
  }
556
556
  ],
557
557
  "providers": [