@next-bricks/ai-portal 0.64.1 → 0.64.2

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.
@@ -439,25 +439,6 @@
439
439
  "parts": [],
440
440
  "description": "构件 `ai-portal.icon-button`"
441
441
  },
442
- {
443
- "name": "ai-portal.show-cases",
444
- "properties": [
445
- {
446
- "name": "list",
447
- "attribute": false,
448
- "type": "ShowCaseType[]"
449
- },
450
- {
451
- "name": "limit",
452
- "type": "number"
453
- }
454
- ],
455
- "events": [],
456
- "slots": [],
457
- "methods": [],
458
- "parts": [],
459
- "description": "构件 `ai-portal.show-cases`"
460
- },
461
442
  {
462
443
  "name": "ai-portal.home-container",
463
444
  "properties": [
@@ -491,76 +472,6 @@
491
472
  "parts": [],
492
473
  "description": "构件 `ai-portal.mcp-tools`"
493
474
  },
494
- {
495
- "name": "ai-portal.chat-box",
496
- "properties": [
497
- {
498
- "name": "disabled",
499
- "type": "boolean"
500
- },
501
- {
502
- "name": "placeholder",
503
- "type": "string"
504
- },
505
- {
506
- "name": "autoFocus",
507
- "type": "boolean"
508
- },
509
- {
510
- "name": "aiEmployees",
511
- "attribute": false,
512
- "type": "AIEmployee[]"
513
- },
514
- {
515
- "name": "commands",
516
- "attribute": false,
517
- "type": "Command[]"
518
- },
519
- {
520
- "name": "uploadOptions",
521
- "attribute": false,
522
- "type": "UploadOptions"
523
- }
524
- ],
525
- "events": [
526
- {
527
- "name": "message.submit",
528
- "description": "",
529
- "deprecated": "Use `chat.submit` event instead",
530
- "detail": {
531
- "type": "string"
532
- }
533
- },
534
- {
535
- "name": "chat.submit",
536
- "detail": {
537
- "type": "ChatPayload"
538
- }
539
- }
540
- ],
541
- "slots": [],
542
- "methods": [
543
- {
544
- "name": "setValue",
545
- "params": [
546
- {
547
- "name": "value",
548
- "type": "string"
549
- }
550
- ]
551
- },
552
- {
553
- "name": "getValue",
554
- "params": []
555
- },
556
- {
557
- "name": "focusOnInput",
558
- "params": []
559
- }
560
- ],
561
- "parts": [],
562
- "description": "大型聊天输入框,用于首页"
563
- },
564
475
  {
565
476
  "name": "ai-portal.chat-stream",
566
477
  "properties": [
@@ -747,6 +658,76 @@
747
658
  "parts": [],
748
659
  "description": "构件 `ai-portal.ai-employees`"
749
660
  },
661
+ {
662
+ "name": "ai-portal.chat-box",
663
+ "properties": [
664
+ {
665
+ "name": "disabled",
666
+ "type": "boolean"
667
+ },
668
+ {
669
+ "name": "placeholder",
670
+ "type": "string"
671
+ },
672
+ {
673
+ "name": "autoFocus",
674
+ "type": "boolean"
675
+ },
676
+ {
677
+ "name": "aiEmployees",
678
+ "attribute": false,
679
+ "type": "AIEmployee[]"
680
+ },
681
+ {
682
+ "name": "commands",
683
+ "attribute": false,
684
+ "type": "Command[]"
685
+ },
686
+ {
687
+ "name": "uploadOptions",
688
+ "attribute": false,
689
+ "type": "UploadOptions"
690
+ }
691
+ ],
692
+ "events": [
693
+ {
694
+ "name": "message.submit",
695
+ "description": "",
696
+ "deprecated": "Use `chat.submit` event instead",
697
+ "detail": {
698
+ "type": "string"
699
+ }
700
+ },
701
+ {
702
+ "name": "chat.submit",
703
+ "detail": {
704
+ "type": "ChatPayload"
705
+ }
706
+ }
707
+ ],
708
+ "slots": [],
709
+ "methods": [
710
+ {
711
+ "name": "setValue",
712
+ "params": [
713
+ {
714
+ "name": "value",
715
+ "type": "string"
716
+ }
717
+ ]
718
+ },
719
+ {
720
+ "name": "getValue",
721
+ "params": []
722
+ },
723
+ {
724
+ "name": "focusOnInput",
725
+ "params": []
726
+ }
727
+ ],
728
+ "parts": [],
729
+ "description": "大型聊天输入框,用于首页"
730
+ },
750
731
  {
751
732
  "name": "ai-portal.ai-agents",
752
733
  "properties": [
@@ -772,6 +753,25 @@
772
753
  "parts": [],
773
754
  "description": "构件 `ai-portal.ai-agents`"
774
755
  },
756
+ {
757
+ "name": "ai-portal.show-cases",
758
+ "properties": [
759
+ {
760
+ "name": "list",
761
+ "attribute": false,
762
+ "type": "ShowCaseType[]"
763
+ },
764
+ {
765
+ "name": "limit",
766
+ "type": "number"
767
+ }
768
+ ],
769
+ "events": [],
770
+ "slots": [],
771
+ "methods": [],
772
+ "parts": [],
773
+ "description": "构件 `ai-portal.show-cases`"
774
+ },
775
775
  {
776
776
  "name": "ai-portal.page-container",
777
777
  "properties": [
@@ -853,32 +853,6 @@
853
853
  ],
854
854
  "description": "构件 `ai-portal.tab-list`"
855
855
  },
856
- {
857
- "name": "ai-portal.action-buttons",
858
- "properties": [
859
- {
860
- "name": "items",
861
- "attribute": false,
862
- "type": "ActionItem[]"
863
- },
864
- {
865
- "name": "activeKey",
866
- "type": "string | null"
867
- }
868
- ],
869
- "events": [
870
- {
871
- "name": "change",
872
- "detail": {
873
- "type": "ActionItem | null"
874
- }
875
- }
876
- ],
877
- "slots": [],
878
- "methods": [],
879
- "parts": [],
880
- "description": "构件 `ai-portal.action-buttons`"
881
- },
882
856
  {
883
857
  "name": "ai-portal.dropdown-select",
884
858
  "properties": [
@@ -955,6 +929,32 @@
955
929
  "parts": [],
956
930
  "description": "构件 `ai-portal.preview-container`"
957
931
  },
932
+ {
933
+ "name": "ai-portal.action-buttons",
934
+ "properties": [
935
+ {
936
+ "name": "items",
937
+ "attribute": false,
938
+ "type": "ActionItem[]"
939
+ },
940
+ {
941
+ "name": "activeKey",
942
+ "type": "string | null"
943
+ }
944
+ ],
945
+ "events": [
946
+ {
947
+ "name": "change",
948
+ "detail": {
949
+ "type": "ActionItem | null"
950
+ }
951
+ }
952
+ ],
953
+ "slots": [],
954
+ "methods": [],
955
+ "parts": [],
956
+ "description": "构件 `ai-portal.action-buttons`"
957
+ },
958
958
  {
959
959
  "name": "ai-portal.goal-card-list",
960
960
  "properties": [
@@ -1060,6 +1060,25 @@
1060
1060
  "parts": [],
1061
1061
  "description": "构件 `ai-portal.project-conversations`"
1062
1062
  },
1063
+ {
1064
+ "name": "ai-portal.activity-timeline",
1065
+ "properties": [
1066
+ {
1067
+ "name": "list",
1068
+ "attribute": false,
1069
+ "type": "Activity[]"
1070
+ },
1071
+ {
1072
+ "name": "chatUrlTemplate",
1073
+ "type": "string"
1074
+ }
1075
+ ],
1076
+ "events": [],
1077
+ "slots": [],
1078
+ "methods": [],
1079
+ "parts": [],
1080
+ "description": "构件 `ai-portal.activity-timeline`"
1081
+ },
1063
1082
  {
1064
1083
  "name": "ai-portal.project-knowledges",
1065
1084
  "properties": [
@@ -1097,25 +1116,6 @@
1097
1116
  "parts": [],
1098
1117
  "description": "构件 `ai-portal.project-knowledges`"
1099
1118
  },
1100
- {
1101
- "name": "ai-portal.activity-timeline",
1102
- "properties": [
1103
- {
1104
- "name": "list",
1105
- "attribute": false,
1106
- "type": "Activity[]"
1107
- },
1108
- {
1109
- "name": "chatUrlTemplate",
1110
- "type": "string"
1111
- }
1112
- ],
1113
- "events": [],
1114
- "slots": [],
1115
- "methods": [],
1116
- "parts": [],
1117
- "description": "构件 `ai-portal.activity-timeline`"
1118
- },
1119
1119
  {
1120
1120
  "name": "ai-portal.chat-input",
1121
1121
  "properties": [
@@ -1212,18 +1212,14 @@
1212
1212
  "description": "构件 `ai-portal.elevo-logo`"
1213
1213
  },
1214
1214
  {
1215
- "name": "ai-portal.show-case",
1215
+ "name": "ai-portal.blank-state",
1216
1216
  "properties": [
1217
1217
  {
1218
- "name": "caseTitle",
1219
- "type": "string"
1220
- },
1221
- {
1222
- "name": "summary",
1223
- "type": "string"
1218
+ "name": "illustration",
1219
+ "type": "BlankStateIllustration"
1224
1220
  },
1225
1221
  {
1226
- "name": "url",
1222
+ "name": "description",
1227
1223
  "type": "string"
1228
1224
  }
1229
1225
  ],
@@ -1231,17 +1227,21 @@
1231
1227
  "slots": [],
1232
1228
  "methods": [],
1233
1229
  "parts": [],
1234
- "description": "构件 `ai-portal.show-case`"
1230
+ "description": "构件 `ai-portal.blank-state`"
1235
1231
  },
1236
1232
  {
1237
- "name": "ai-portal.blank-state",
1233
+ "name": "ai-portal.show-case",
1238
1234
  "properties": [
1239
1235
  {
1240
- "name": "illustration",
1241
- "type": "BlankStateIllustration"
1236
+ "name": "caseTitle",
1237
+ "type": "string"
1242
1238
  },
1243
1239
  {
1244
- "name": "description",
1240
+ "name": "summary",
1241
+ "type": "string"
1242
+ },
1243
+ {
1244
+ "name": "url",
1245
1245
  "type": "string"
1246
1246
  }
1247
1247
  ],
@@ -1249,7 +1249,7 @@
1249
1249
  "slots": [],
1250
1250
  "methods": [],
1251
1251
  "parts": [],
1252
- "description": "构件 `ai-portal.blank-state`"
1252
+ "description": "构件 `ai-portal.show-case`"
1253
1253
  },
1254
1254
  {
1255
1255
  "name": "ai-portal.sticky-container",
@@ -1316,6 +1316,33 @@
1316
1316
  "parts": [],
1317
1317
  "description": "构件 `ai-portal.elevo-card`"
1318
1318
  },
1319
+ {
1320
+ "name": "ai-portal.flow-tabs",
1321
+ "properties": [
1322
+ {
1323
+ "name": "tabs",
1324
+ "attribute": false,
1325
+ "type": "Tab[]"
1326
+ },
1327
+ {
1328
+ "name": "activeTab",
1329
+ "attribute": false,
1330
+ "type": "string"
1331
+ }
1332
+ ],
1333
+ "events": [
1334
+ {
1335
+ "name": "tab.click",
1336
+ "detail": {
1337
+ "type": "Tab"
1338
+ }
1339
+ }
1340
+ ],
1341
+ "slots": [],
1342
+ "methods": [],
1343
+ "parts": [],
1344
+ "description": "构件 `ai-portal.flow-tabs`"
1345
+ },
1319
1346
  {
1320
1347
  "name": "ai-portal.stage-flow",
1321
1348
  "properties": [
@@ -1403,33 +1430,6 @@
1403
1430
  "parts": [],
1404
1431
  "description": "构件 `ai-portal.stage-flow`"
1405
1432
  },
1406
- {
1407
- "name": "ai-portal.flow-tabs",
1408
- "properties": [
1409
- {
1410
- "name": "tabs",
1411
- "attribute": false,
1412
- "type": "Tab[]"
1413
- },
1414
- {
1415
- "name": "activeTab",
1416
- "attribute": false,
1417
- "type": "string"
1418
- }
1419
- ],
1420
- "events": [
1421
- {
1422
- "name": "tab.click",
1423
- "detail": {
1424
- "type": "Tab"
1425
- }
1426
- }
1427
- ],
1428
- "slots": [],
1429
- "methods": [],
1430
- "parts": [],
1431
- "description": "构件 `ai-portal.flow-tabs`"
1432
- },
1433
1433
  {
1434
1434
  "name": "ai-portal.running-flow",
1435
1435
  "properties": [
@@ -1590,6 +1590,38 @@
1590
1590
  "parts": [],
1591
1591
  "description": "构件 `ai-portal.notice-list`\n\n消息通知列表构件,用于展示消息列表,支持批量操作"
1592
1592
  },
1593
+ {
1594
+ "name": "ai-portal.gantt-chart",
1595
+ "properties": [
1596
+ {
1597
+ "name": "chartTitle",
1598
+ "type": "string"
1599
+ },
1600
+ {
1601
+ "name": "nodes",
1602
+ "attribute": false,
1603
+ "type": "GanttNode[]"
1604
+ }
1605
+ ],
1606
+ "events": [
1607
+ {
1608
+ "name": "node.click",
1609
+ "detail": {
1610
+ "type": "GanttNode"
1611
+ }
1612
+ },
1613
+ {
1614
+ "name": "fullscreen.click",
1615
+ "detail": {
1616
+ "type": "void"
1617
+ }
1618
+ }
1619
+ ],
1620
+ "slots": [],
1621
+ "methods": [],
1622
+ "parts": [],
1623
+ "description": "构件 `ai-portal.gantt-chart`"
1624
+ },
1593
1625
  {
1594
1626
  "name": "ai-portal.chat-panel",
1595
1627
  "properties": [
@@ -1679,38 +1711,6 @@
1679
1711
  ],
1680
1712
  "parts": [],
1681
1713
  "description": "弹出式对话面板。"
1682
- },
1683
- {
1684
- "name": "ai-portal.gantt-chart",
1685
- "properties": [
1686
- {
1687
- "name": "chartTitle",
1688
- "type": "string"
1689
- },
1690
- {
1691
- "name": "nodes",
1692
- "attribute": false,
1693
- "type": "GanttNode[]"
1694
- }
1695
- ],
1696
- "events": [
1697
- {
1698
- "name": "node.click",
1699
- "detail": {
1700
- "type": "GanttNode"
1701
- }
1702
- },
1703
- {
1704
- "name": "fullscreen.click",
1705
- "detail": {
1706
- "type": "void"
1707
- }
1708
- }
1709
- ],
1710
- "slots": [],
1711
- "methods": [],
1712
- "parts": [],
1713
- "description": "构件 `ai-portal.gantt-chart`"
1714
1714
  }
1715
1715
  ],
1716
1716
  "providers": [