@next-bricks/ai-portal 0.59.0 → 0.59.1

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.
@@ -157,6 +157,67 @@
157
157
  "parts": [],
158
158
  "description": "构件 `ai-portal.cruise-canvas`"
159
159
  },
160
+ {
161
+ "name": "ai-portal.stat-with-mini-chart",
162
+ "properties": [
163
+ {
164
+ "name": "label",
165
+ "type": "string"
166
+ },
167
+ {
168
+ "name": "value",
169
+ "type": "string"
170
+ },
171
+ {
172
+ "name": "size",
173
+ "description": "",
174
+ "default": "\"medium\"",
175
+ "type": "\"medium\" | \"small\""
176
+ },
177
+ {
178
+ "name": "lineColor",
179
+ "description": "",
180
+ "default": "\"var(--color-brand)\"",
181
+ "type": "string"
182
+ },
183
+ {
184
+ "name": "showArea",
185
+ "type": "boolean"
186
+ },
187
+ {
188
+ "name": "min",
189
+ "description": "Specify the minimum value of the y-axis.\nIf not specified, the minimum value will be calculated from the data.",
190
+ "type": "number"
191
+ },
192
+ {
193
+ "name": "max",
194
+ "description": "Specify the maximum value of the y-axis.\nIf not specified, the maximum value will be calculated from the data.",
195
+ "type": "number"
196
+ },
197
+ {
198
+ "name": "xField",
199
+ "description": "",
200
+ "default": "\"0\"",
201
+ "type": "string"
202
+ },
203
+ {
204
+ "name": "yField",
205
+ "description": "",
206
+ "default": "\"1\"",
207
+ "type": "string"
208
+ },
209
+ {
210
+ "name": "data",
211
+ "attribute": false,
212
+ "type": "Record<string, number>[]"
213
+ }
214
+ ],
215
+ "events": [],
216
+ "slots": [],
217
+ "methods": [],
218
+ "parts": [],
219
+ "description": "构件 `ai-portal.stat-with-mini-chart`"
220
+ },
160
221
  {
161
222
  "name": "ai-portal.elevo-sidebar",
162
223
  "properties": [
@@ -293,20 +354,6 @@
293
354
  "parts": [],
294
355
  "description": "构件 `ai-portal.elevo-sidebar`"
295
356
  },
296
- {
297
- "name": "ai-portal.home-container",
298
- "properties": [
299
- {
300
- "name": "sticky",
301
- "type": "boolean"
302
- }
303
- ],
304
- "events": [],
305
- "slots": [],
306
- "methods": [],
307
- "parts": [],
308
- "description": "构件 `ai-portal.home-container`"
309
- },
310
357
  {
311
358
  "name": "ai-portal.icon-button",
312
359
  "properties": [
@@ -343,67 +390,6 @@
343
390
  "parts": [],
344
391
  "description": "构件 `ai-portal.icon-button`"
345
392
  },
346
- {
347
- "name": "ai-portal.stat-with-mini-chart",
348
- "properties": [
349
- {
350
- "name": "label",
351
- "type": "string"
352
- },
353
- {
354
- "name": "value",
355
- "type": "string"
356
- },
357
- {
358
- "name": "size",
359
- "description": "",
360
- "default": "\"medium\"",
361
- "type": "\"medium\" | \"small\""
362
- },
363
- {
364
- "name": "lineColor",
365
- "description": "",
366
- "default": "\"var(--color-brand)\"",
367
- "type": "string"
368
- },
369
- {
370
- "name": "showArea",
371
- "type": "boolean"
372
- },
373
- {
374
- "name": "min",
375
- "description": "Specify the minimum value of the y-axis.\nIf not specified, the minimum value will be calculated from the data.",
376
- "type": "number"
377
- },
378
- {
379
- "name": "max",
380
- "description": "Specify the maximum value of the y-axis.\nIf not specified, the maximum value will be calculated from the data.",
381
- "type": "number"
382
- },
383
- {
384
- "name": "xField",
385
- "description": "",
386
- "default": "\"0\"",
387
- "type": "string"
388
- },
389
- {
390
- "name": "yField",
391
- "description": "",
392
- "default": "\"1\"",
393
- "type": "string"
394
- },
395
- {
396
- "name": "data",
397
- "attribute": false,
398
- "type": "Record<string, number>[]"
399
- }
400
- ],
401
- "events": [],
402
- "slots": [],
403
- "methods": [],
404
- "parts": [],
405
- "description": "构件 `ai-portal.stat-with-mini-chart`"
406
- },
407
393
  {
408
394
  "name": "ai-portal.show-cases",
409
395
  "properties": [
@@ -424,21 +410,12 @@
424
410
  "description": "构件 `ai-portal.show-cases`"
425
411
  },
426
412
  {
427
- "name": "ai-portal.ai-employees",
413
+ "name": "ai-portal.mcp-tools",
428
414
  "properties": [
429
415
  {
430
416
  "name": "list",
431
417
  "attribute": false,
432
- "type": "Employee[]"
433
- },
434
- {
435
- "name": "industries",
436
- "attribute": false,
437
- "type": "string[]"
438
- },
439
- {
440
- "name": "urlTemplate",
441
- "type": "string"
418
+ "type": "McpTool[]"
442
419
  },
443
420
  {
444
421
  "name": "stickyTop",
@@ -449,51 +426,49 @@
449
426
  "slots": [],
450
427
  "methods": [],
451
428
  "parts": [],
452
- "description": "构件 `ai-portal.ai-employees`"
429
+ "description": "构件 `ai-portal.mcp-tools`"
453
430
  },
454
431
  {
455
- "name": "ai-portal.mcp-tools",
432
+ "name": "ai-portal.home-container",
456
433
  "properties": [
457
434
  {
458
- "name": "list",
459
- "attribute": false,
460
- "type": "McpTool[]"
461
- },
462
- {
463
- "name": "stickyTop",
464
- "type": "number"
435
+ "name": "sticky",
436
+ "type": "boolean"
465
437
  }
466
438
  ],
467
439
  "events": [],
468
440
  "slots": [],
469
441
  "methods": [],
470
442
  "parts": [],
471
- "description": "构件 `ai-portal.mcp-tools`"
443
+ "description": "构件 `ai-portal.home-container`"
472
444
  },
473
445
  {
474
- "name": "ai-portal.ai-agents",
446
+ "name": "ai-portal.ai-employees",
475
447
  "properties": [
476
448
  {
477
449
  "name": "list",
478
450
  "attribute": false,
479
- "type": "Agent[]"
451
+ "type": "Employee[]"
452
+ },
453
+ {
454
+ "name": "industries",
455
+ "attribute": false,
456
+ "type": "string[]"
480
457
  },
481
458
  {
482
459
  "name": "urlTemplate",
483
460
  "type": "string"
484
461
  },
485
462
  {
486
- "name": "withContainer",
487
- "description": "",
488
- "deprecated": true,
489
- "default": "true"
463
+ "name": "stickyTop",
464
+ "type": "number"
490
465
  }
491
466
  ],
492
467
  "events": [],
493
468
  "slots": [],
494
469
  "methods": [],
495
470
  "parts": [],
496
- "description": "构件 `ai-portal.ai-agents`"
471
+ "description": "构件 `ai-portal.ai-employees`"
497
472
  },
498
473
  {
499
474
  "name": "ai-portal.chat-stream",
@@ -608,6 +583,12 @@
608
583
  "detail": {
609
584
  "type": "ConversationDetail"
610
585
  }
586
+ },
587
+ {
588
+ "name": "split.change",
589
+ "detail": {
590
+ "type": "boolean"
591
+ }
611
592
  }
612
593
  ],
613
594
  "slots": [],
@@ -682,6 +663,31 @@
682
663
  "parts": [],
683
664
  "description": "构件 `ai-portal.page-container`"
684
665
  },
666
+ {
667
+ "name": "ai-portal.ai-agents",
668
+ "properties": [
669
+ {
670
+ "name": "list",
671
+ "attribute": false,
672
+ "type": "Agent[]"
673
+ },
674
+ {
675
+ "name": "urlTemplate",
676
+ "type": "string"
677
+ },
678
+ {
679
+ "name": "withContainer",
680
+ "description": "",
681
+ "deprecated": true,
682
+ "default": "true"
683
+ }
684
+ ],
685
+ "events": [],
686
+ "slots": [],
687
+ "methods": [],
688
+ "parts": [],
689
+ "description": "构件 `ai-portal.ai-agents`"
690
+ },
685
691
  {
686
692
  "name": "ai-portal.tab-list",
687
693
  "properties": [
@@ -1196,6 +1202,37 @@
1196
1202
  "parts": [],
1197
1203
  "description": "构件 `ai-portal.sticky-container`"
1198
1204
  },
1205
+ {
1206
+ "name": "ai-portal.elevo-card",
1207
+ "properties": [
1208
+ {
1209
+ "name": "cardTitle",
1210
+ "type": "string"
1211
+ },
1212
+ {
1213
+ "name": "description",
1214
+ "type": "string"
1215
+ },
1216
+ {
1217
+ "name": "url",
1218
+ "type": "string"
1219
+ },
1220
+ {
1221
+ "name": "avatar",
1222
+ "attribute": false,
1223
+ "type": "string | GeneralIconProps"
1224
+ },
1225
+ {
1226
+ "name": "avatarType",
1227
+ "type": "\"icon\" | \"image\""
1228
+ }
1229
+ ],
1230
+ "events": [],
1231
+ "slots": [],
1232
+ "methods": [],
1233
+ "parts": [],
1234
+ "description": "构件 `ai-portal.elevo-card`"
1235
+ },
1199
1236
  {
1200
1237
  "name": "ai-portal.flow-tabs",
1201
1238
  "properties": [
@@ -1409,37 +1446,6 @@
1409
1446
  "parts": [],
1410
1447
  "description": "构件 `ai-portal.notice-dropdown`\n\n消息通知下拉框构件,用于展示消息列表"
1411
1448
  },
1412
- {
1413
- "name": "ai-portal.elevo-card",
1414
- "properties": [
1415
- {
1416
- "name": "cardTitle",
1417
- "type": "string"
1418
- },
1419
- {
1420
- "name": "description",
1421
- "type": "string"
1422
- },
1423
- {
1424
- "name": "url",
1425
- "type": "string"
1426
- },
1427
- {
1428
- "name": "avatar",
1429
- "attribute": false,
1430
- "type": "string | GeneralIconProps"
1431
- },
1432
- {
1433
- "name": "avatarType",
1434
- "type": "\"icon\" | \"image\""
1435
- }
1436
- ],
1437
- "events": [],
1438
- "slots": [],
1439
- "methods": [],
1440
- "parts": [],
1441
- "description": "构件 `ai-portal.elevo-card`"
1442
- },
1443
1449
  {
1444
1450
  "name": "ai-portal.notice-list",
1445
1451
  "properties": [
@@ -1506,6 +1512,9 @@
1506
1512
  {
1507
1513
  "name": "ai-portal.call-tool"
1508
1514
  },
1515
+ {
1516
+ "name": "ai-portal.set-chat-command"
1517
+ },
1509
1518
  {
1510
1519
  "name": "ai-portal.save-request-store"
1511
1520
  },
@@ -1514,9 +1523,6 @@
1514
1523
  },
1515
1524
  {
1516
1525
  "name": "ai-portal.clear-request-store"
1517
- },
1518
- {
1519
- "name": "ai-portal.set-chat-command"
1520
1526
  }
1521
1527
  ]
1522
1528
  }