@next-bricks/ai-portal 0.63.3 → 0.63.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.
@@ -167,151 +167,6 @@
167
167
  "parts": [],
168
168
  "description": "构件 `ai-portal.cruise-canvas`"
169
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
- {
241
- "name": "ai-portal.home-container",
242
- "properties": [
243
- {
244
- "name": "sticky",
245
- "type": "boolean"
246
- }
247
- ],
248
- "events": [],
249
- "slots": [],
250
- "methods": [],
251
- "parts": [],
252
- "description": "构件 `ai-portal.home-container`"
253
- },
254
- {
255
- "name": "ai-portal.stat-with-mini-chart",
256
- "properties": [
257
- {
258
- "name": "label",
259
- "type": "string"
260
- },
261
- {
262
- "name": "value",
263
- "type": "string"
264
- },
265
- {
266
- "name": "size",
267
- "description": "",
268
- "default": "\"medium\"",
269
- "type": "\"medium\" | \"small\""
270
- },
271
- {
272
- "name": "lineColor",
273
- "description": "",
274
- "default": "\"var(--color-brand)\"",
275
- "type": "string"
276
- },
277
- {
278
- "name": "showArea",
279
- "type": "boolean"
280
- },
281
- {
282
- "name": "min",
283
- "description": "Specify the minimum value of the y-axis.\nIf not specified, the minimum value will be calculated from the data.",
284
- "type": "number"
285
- },
286
- {
287
- "name": "max",
288
- "description": "Specify the maximum value of the y-axis.\nIf not specified, the maximum value will be calculated from the data.",
289
- "type": "number"
290
- },
291
- {
292
- "name": "xField",
293
- "description": "",
294
- "default": "\"0\"",
295
- "type": "string"
296
- },
297
- {
298
- "name": "yField",
299
- "description": "",
300
- "default": "\"1\"",
301
- "type": "string"
302
- },
303
- {
304
- "name": "data",
305
- "attribute": false,
306
- "type": "Record<string, number>[]"
307
- }
308
- ],
309
- "events": [],
310
- "slots": [],
311
- "methods": [],
312
- "parts": [],
313
- "description": "构件 `ai-portal.stat-with-mini-chart`"
314
- },
315
170
  {
316
171
  "name": "ai-portal.elevo-sidebar",
317
172
  "properties": [
@@ -483,6 +338,20 @@
483
338
  "parts": [],
484
339
  "description": "构件 `ai-portal.elevo-sidebar`"
485
340
  },
341
+ {
342
+ "name": "ai-portal.home-container",
343
+ "properties": [
344
+ {
345
+ "name": "sticky",
346
+ "type": "boolean"
347
+ }
348
+ ],
349
+ "events": [],
350
+ "slots": [],
351
+ "methods": [],
352
+ "parts": [],
353
+ "description": "构件 `ai-portal.home-container`"
354
+ },
486
355
  {
487
356
  "name": "ai-portal.icon-button",
488
357
  "properties": [
@@ -524,15 +393,15 @@
524
393
  "description": "构件 `ai-portal.icon-button`"
525
394
  },
526
395
  {
527
- "name": "ai-portal.show-cases",
396
+ "name": "ai-portal.mcp-tools",
528
397
  "properties": [
529
398
  {
530
399
  "name": "list",
531
400
  "attribute": false,
532
- "type": "ShowCaseType[]"
401
+ "type": "McpTool[]"
533
402
  },
534
403
  {
535
- "name": "limit",
404
+ "name": "stickyTop",
536
405
  "type": "number"
537
406
  }
538
407
  ],
@@ -540,18 +409,18 @@
540
409
  "slots": [],
541
410
  "methods": [],
542
411
  "parts": [],
543
- "description": "构件 `ai-portal.show-cases`"
412
+ "description": "构件 `ai-portal.mcp-tools`"
544
413
  },
545
414
  {
546
- "name": "ai-portal.mcp-tools",
415
+ "name": "ai-portal.show-cases",
547
416
  "properties": [
548
417
  {
549
418
  "name": "list",
550
419
  "attribute": false,
551
- "type": "McpTool[]"
420
+ "type": "ShowCaseType[]"
552
421
  },
553
422
  {
554
- "name": "stickyTop",
423
+ "name": "limit",
555
424
  "type": "number"
556
425
  }
557
426
  ],
@@ -559,7 +428,77 @@
559
428
  "slots": [],
560
429
  "methods": [],
561
430
  "parts": [],
562
- "description": "构件 `ai-portal.mcp-tools`"
431
+ "description": "构件 `ai-portal.show-cases`"
432
+ },
433
+ {
434
+ "name": "ai-portal.chat-box",
435
+ "properties": [
436
+ {
437
+ "name": "disabled",
438
+ "type": "boolean"
439
+ },
440
+ {
441
+ "name": "placeholder",
442
+ "type": "string"
443
+ },
444
+ {
445
+ "name": "autoFocus",
446
+ "type": "boolean"
447
+ },
448
+ {
449
+ "name": "aiEmployees",
450
+ "attribute": false,
451
+ "type": "AIEmployee[]"
452
+ },
453
+ {
454
+ "name": "commands",
455
+ "attribute": false,
456
+ "type": "Command[]"
457
+ },
458
+ {
459
+ "name": "uploadOptions",
460
+ "attribute": false,
461
+ "type": "UploadOptions"
462
+ }
463
+ ],
464
+ "events": [
465
+ {
466
+ "name": "message.submit",
467
+ "description": "",
468
+ "deprecated": "Use `chat.submit` event instead",
469
+ "detail": {
470
+ "type": "string"
471
+ }
472
+ },
473
+ {
474
+ "name": "chat.submit",
475
+ "detail": {
476
+ "type": "ChatPayload"
477
+ }
478
+ }
479
+ ],
480
+ "slots": [],
481
+ "methods": [
482
+ {
483
+ "name": "setValue",
484
+ "params": [
485
+ {
486
+ "name": "value",
487
+ "type": "string"
488
+ }
489
+ ]
490
+ },
491
+ {
492
+ "name": "getValue",
493
+ "params": []
494
+ },
495
+ {
496
+ "name": "focusOnInput",
497
+ "params": []
498
+ }
499
+ ],
500
+ "parts": [],
501
+ "description": "大型聊天输入框,用于首页"
563
502
  },
564
503
  {
565
504
  "name": "ai-portal.chat-stream",
@@ -747,6 +686,67 @@
747
686
  "parts": [],
748
687
  "description": "构件 `ai-portal.ai-employees`"
749
688
  },
689
+ {
690
+ "name": "ai-portal.stat-with-mini-chart",
691
+ "properties": [
692
+ {
693
+ "name": "label",
694
+ "type": "string"
695
+ },
696
+ {
697
+ "name": "value",
698
+ "type": "string"
699
+ },
700
+ {
701
+ "name": "size",
702
+ "description": "",
703
+ "default": "\"medium\"",
704
+ "type": "\"medium\" | \"small\""
705
+ },
706
+ {
707
+ "name": "lineColor",
708
+ "description": "",
709
+ "default": "\"var(--color-brand)\"",
710
+ "type": "string"
711
+ },
712
+ {
713
+ "name": "showArea",
714
+ "type": "boolean"
715
+ },
716
+ {
717
+ "name": "min",
718
+ "description": "Specify the minimum value of the y-axis.\nIf not specified, the minimum value will be calculated from the data.",
719
+ "type": "number"
720
+ },
721
+ {
722
+ "name": "max",
723
+ "description": "Specify the maximum value of the y-axis.\nIf not specified, the maximum value will be calculated from the data.",
724
+ "type": "number"
725
+ },
726
+ {
727
+ "name": "xField",
728
+ "description": "",
729
+ "default": "\"0\"",
730
+ "type": "string"
731
+ },
732
+ {
733
+ "name": "yField",
734
+ "description": "",
735
+ "default": "\"1\"",
736
+ "type": "string"
737
+ },
738
+ {
739
+ "name": "data",
740
+ "attribute": false,
741
+ "type": "Record<string, number>[]"
742
+ }
743
+ ],
744
+ "events": [],
745
+ "slots": [],
746
+ "methods": [],
747
+ "parts": [],
748
+ "description": "构件 `ai-portal.stat-with-mini-chart`"
749
+ },
750
750
  {
751
751
  "name": "ai-portal.ai-agents",
752
752
  "properties": [
@@ -1302,6 +1302,33 @@
1302
1302
  "parts": [],
1303
1303
  "description": "构件 `ai-portal.elevo-card`"
1304
1304
  },
1305
+ {
1306
+ "name": "ai-portal.flow-tabs",
1307
+ "properties": [
1308
+ {
1309
+ "name": "tabs",
1310
+ "attribute": false,
1311
+ "type": "Tab[]"
1312
+ },
1313
+ {
1314
+ "name": "activeTab",
1315
+ "attribute": false,
1316
+ "type": "string"
1317
+ }
1318
+ ],
1319
+ "events": [
1320
+ {
1321
+ "name": "tab.click",
1322
+ "detail": {
1323
+ "type": "Tab"
1324
+ }
1325
+ }
1326
+ ],
1327
+ "slots": [],
1328
+ "methods": [],
1329
+ "parts": [],
1330
+ "description": "构件 `ai-portal.flow-tabs`"
1331
+ },
1305
1332
  {
1306
1333
  "name": "ai-portal.stage-flow",
1307
1334
  "properties": [
@@ -1415,33 +1442,6 @@
1415
1442
  "parts": [],
1416
1443
  "description": "构件 `ai-portal.running-flow`"
1417
1444
  },
1418
- {
1419
- "name": "ai-portal.flow-tabs",
1420
- "properties": [
1421
- {
1422
- "name": "tabs",
1423
- "attribute": false,
1424
- "type": "Tab[]"
1425
- },
1426
- {
1427
- "name": "activeTab",
1428
- "attribute": false,
1429
- "type": "string"
1430
- }
1431
- ],
1432
- "events": [
1433
- {
1434
- "name": "tab.click",
1435
- "detail": {
1436
- "type": "Tab"
1437
- }
1438
- }
1439
- ],
1440
- "slots": [],
1441
- "methods": [],
1442
- "parts": [],
1443
- "description": "构件 `ai-portal.flow-tabs`"
1444
- },
1445
1445
  {
1446
1446
  "name": "ai-portal.notice-dropdown",
1447
1447
  "properties": [
@@ -1679,9 +1679,6 @@
1679
1679
  }
1680
1680
  ],
1681
1681
  "providers": [
1682
- {
1683
- "name": "ai-portal.call-tool"
1684
- },
1685
1682
  {
1686
1683
  "name": "ai-portal.save-request-store"
1687
1684
  },
@@ -1691,6 +1688,9 @@
1691
1688
  {
1692
1689
  "name": "ai-portal.clear-request-store"
1693
1690
  },
1691
+ {
1692
+ "name": "ai-portal.call-tool"
1693
+ },
1694
1694
  {
1695
1695
  "name": "ai-portal.set-chat-command"
1696
1696
  }