@next-bricks/ai-portal 0.58.12 → 0.58.13

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.
@@ -238,20 +238,6 @@
238
238
  "parts": [],
239
239
  "description": "构件 `ai-portal.chat-box`"
240
240
  },
241
- {
242
- "name": "ai-portal.home-container",
243
- "properties": [
244
- {
245
- "name": "sticky",
246
- "type": "boolean"
247
- }
248
- ],
249
- "events": [],
250
- "slots": [],
251
- "methods": [],
252
- "parts": [],
253
- "description": "构件 `ai-portal.home-container`"
254
- },
255
241
  {
256
242
  "name": "ai-portal.stat-with-mini-chart",
257
243
  "properties": [
@@ -313,6 +299,51 @@
313
299
  "parts": [],
314
300
  "description": "构件 `ai-portal.stat-with-mini-chart`"
315
301
  },
302
+ {
303
+ "name": "ai-portal.home-container",
304
+ "properties": [
305
+ {
306
+ "name": "sticky",
307
+ "type": "boolean"
308
+ }
309
+ ],
310
+ "events": [],
311
+ "slots": [],
312
+ "methods": [],
313
+ "parts": [],
314
+ "description": "构件 `ai-portal.home-container`"
315
+ },
316
+ {
317
+ "name": "ai-portal.icon-button",
318
+ "properties": [
319
+ {
320
+ "name": "icon",
321
+ "attribute": false,
322
+ "type": "GeneralIconProps"
323
+ },
324
+ {
325
+ "name": "tooltip",
326
+ "type": "string"
327
+ },
328
+ {
329
+ "name": "tooltipHoist",
330
+ "type": "boolean"
331
+ },
332
+ {
333
+ "name": "disabled",
334
+ "type": "boolean"
335
+ },
336
+ {
337
+ "name": "variant",
338
+ "type": "IconButtonVariant"
339
+ }
340
+ ],
341
+ "events": [],
342
+ "slots": [],
343
+ "methods": [],
344
+ "parts": [],
345
+ "description": "构件 `ai-portal.icon-button`"
346
+ },
316
347
  {
317
348
  "name": "ai-portal.elevo-sidebar",
318
349
  "properties": [
@@ -449,37 +480,6 @@
449
480
  "parts": [],
450
481
  "description": "构件 `ai-portal.elevo-sidebar`"
451
482
  },
452
- {
453
- "name": "ai-portal.icon-button",
454
- "properties": [
455
- {
456
- "name": "icon",
457
- "attribute": false,
458
- "type": "GeneralIconProps"
459
- },
460
- {
461
- "name": "tooltip",
462
- "type": "string"
463
- },
464
- {
465
- "name": "tooltipHoist",
466
- "type": "boolean"
467
- },
468
- {
469
- "name": "disabled",
470
- "type": "boolean"
471
- },
472
- {
473
- "name": "variant",
474
- "type": "IconButtonVariant"
475
- }
476
- ],
477
- "events": [],
478
- "slots": [],
479
- "methods": [],
480
- "parts": [],
481
- "description": "构件 `ai-portal.icon-button`"
482
- },
483
483
  {
484
484
  "name": "ai-portal.show-cases",
485
485
  "properties": [
@@ -518,36 +518,6 @@
518
518
  "parts": [],
519
519
  "description": "构件 `ai-portal.mcp-tools`"
520
520
  },
521
- {
522
- "name": "ai-portal.ai-employees",
523
- "properties": [
524
- {
525
- "name": "list",
526
- "attribute": false,
527
- "type": "Employee[]"
528
- },
529
- {
530
- "name": "industries",
531
- "attribute": false,
532
- "type": "string[]"
533
- },
534
- {
535
- "name": "urlTemplate",
536
- "type": "string"
537
- },
538
- {
539
- "name": "withContainer",
540
- "description": "",
541
- "deprecated": true,
542
- "default": "true"
543
- }
544
- ],
545
- "events": [],
546
- "slots": [],
547
- "methods": [],
548
- "parts": [],
549
- "description": "构件 `ai-portal.ai-employees`"
550
- },
551
521
  {
552
522
  "name": "ai-portal.chat-stream",
553
523
  "properties": [
@@ -715,6 +685,36 @@
715
685
  "parts": [],
716
686
  "description": "构件 `ai-portal.chat-stream`"
717
687
  },
688
+ {
689
+ "name": "ai-portal.ai-employees",
690
+ "properties": [
691
+ {
692
+ "name": "list",
693
+ "attribute": false,
694
+ "type": "Employee[]"
695
+ },
696
+ {
697
+ "name": "industries",
698
+ "attribute": false,
699
+ "type": "string[]"
700
+ },
701
+ {
702
+ "name": "urlTemplate",
703
+ "type": "string"
704
+ },
705
+ {
706
+ "name": "withContainer",
707
+ "description": "",
708
+ "deprecated": true,
709
+ "default": "true"
710
+ }
711
+ ],
712
+ "events": [],
713
+ "slots": [],
714
+ "methods": [],
715
+ "parts": [],
716
+ "description": "构件 `ai-portal.ai-employees`"
717
+ },
718
718
  {
719
719
  "name": "ai-portal.ai-agents",
720
720
  "properties": [
@@ -924,67 +924,65 @@
924
924
  "description": "构件 `ai-portal.action-buttons`"
925
925
  },
926
926
  {
927
- "name": "ai-portal.goal-card-list",
927
+ "name": "ai-portal.project-conversations",
928
928
  "properties": [
929
929
  {
930
- "name": "goalList",
930
+ "name": "list",
931
931
  "attribute": false,
932
- "type": "GoalItem[]"
932
+ "type": "Conversation[]"
933
933
  },
934
934
  {
935
- "name": "cardStyle",
935
+ "name": "urlTemplate",
936
+ "type": "string"
937
+ },
938
+ {
939
+ "name": "actions",
936
940
  "attribute": false,
937
- "type": "React.CSSProperties"
941
+ "type": "ActionType[]"
938
942
  },
939
943
  {
940
- "name": "activeKey",
941
- "type": "string"
944
+ "name": "goals",
945
+ "attribute": false,
946
+ "type": "Goal[]"
942
947
  }
943
948
  ],
944
949
  "events": [
945
950
  {
946
- "name": "item.click",
947
- "detail": {
948
- "type": "GoalItem"
949
- }
950
- },
951
- {
952
- "name": "item.status.change",
953
- "detail": {
954
- "type": "GoalItem"
955
- }
956
- },
957
- {
958
- "name": "item.title.change",
951
+ "name": "goal.click",
959
952
  "detail": {
960
- "type": "GoalItem"
953
+ "type": "Conversation"
961
954
  }
962
955
  },
963
956
  {
964
- "name": "item.new.chat",
957
+ "name": "action.click",
965
958
  "detail": {
966
- "type": "GoalItem"
959
+ "type": "ActionClickDetail"
967
960
  }
968
961
  }
969
962
  ],
970
963
  "slots": [],
971
- "methods": [
964
+ "methods": [],
965
+ "parts": [],
966
+ "description": "构件 `ai-portal.project-conversations`"
967
+ },
968
+ {
969
+ "name": "ai-portal.activity-timeline",
970
+ "properties": [
972
971
  {
973
- "name": "appendChildDone",
974
- "params": [
975
- {
976
- "name": "pendingId",
977
- "type": "string"
978
- },
979
- {
980
- "name": "newItem",
981
- "type": "GoalItem"
982
- }
983
- ]
972
+ "name": "list",
973
+ "attribute": false,
974
+ "type": "Activity[]"
975
+ },
976
+ {
977
+ "name": "chatUrlTemplate",
978
+ "type": "string"
984
979
  }
985
980
  ],
981
+ "events": [],
982
+ "slots": [],
983
+ "methods": [],
986
984
  "parts": [],
987
- "description": "构件 `ai-portal.goal-card-list`"
985
+ "description": "构件 `ai-portal.activity-timeline`"
988
986
  },
989
987
  {
990
988
  "name": "ai-portal.project-knowledges",
@@ -1024,23 +1022,76 @@
1024
1022
  "description": "构件 `ai-portal.project-knowledges`"
1025
1023
  },
1026
1024
  {
1027
- "name": "ai-portal.activity-timeline",
1025
+ "name": "ai-portal.goal-card-list",
1028
1026
  "properties": [
1029
1027
  {
1030
- "name": "list",
1028
+ "name": "goalList",
1031
1029
  "attribute": false,
1032
- "type": "Activity[]"
1030
+ "type": "GoalItem[]"
1033
1031
  },
1034
1032
  {
1035
- "name": "chatUrlTemplate",
1033
+ "name": "cardStyle",
1034
+ "attribute": false,
1035
+ "type": "React.CSSProperties"
1036
+ },
1037
+ {
1038
+ "name": "activeKey",
1036
1039
  "type": "string"
1037
1040
  }
1038
1041
  ],
1042
+ "events": [
1043
+ {
1044
+ "name": "item.click",
1045
+ "detail": {
1046
+ "type": "GoalItem"
1047
+ }
1048
+ },
1049
+ {
1050
+ "name": "item.status.change",
1051
+ "detail": {
1052
+ "type": "GoalItem"
1053
+ }
1054
+ },
1055
+ {
1056
+ "name": "item.title.change",
1057
+ "detail": {
1058
+ "type": "GoalItem"
1059
+ }
1060
+ },
1061
+ {
1062
+ "name": "item.new.chat",
1063
+ "detail": {
1064
+ "type": "GoalItem"
1065
+ }
1066
+ }
1067
+ ],
1068
+ "slots": [],
1069
+ "methods": [
1070
+ {
1071
+ "name": "appendChildDone",
1072
+ "params": [
1073
+ {
1074
+ "name": "pendingId",
1075
+ "type": "string"
1076
+ },
1077
+ {
1078
+ "name": "newItem",
1079
+ "type": "GoalItem"
1080
+ }
1081
+ ]
1082
+ }
1083
+ ],
1084
+ "parts": [],
1085
+ "description": "构件 `ai-portal.goal-card-list`"
1086
+ },
1087
+ {
1088
+ "name": "ai-portal.elevo-logo",
1089
+ "properties": [],
1039
1090
  "events": [],
1040
1091
  "slots": [],
1041
1092
  "methods": [],
1042
1093
  "parts": [],
1043
- "description": "构件 `ai-portal.activity-timeline`"
1094
+ "description": "构件 `ai-portal.elevo-logo`"
1044
1095
  },
1045
1096
  {
1046
1097
  "name": "ai-portal.chat-input",
@@ -1098,57 +1149,6 @@
1098
1149
  "parts": [],
1099
1150
  "description": "构件 `ai-portal.chat-input`"
1100
1151
  },
1101
- {
1102
- "name": "ai-portal.project-conversations",
1103
- "properties": [
1104
- {
1105
- "name": "list",
1106
- "attribute": false,
1107
- "type": "Conversation[]"
1108
- },
1109
- {
1110
- "name": "urlTemplate",
1111
- "type": "string"
1112
- },
1113
- {
1114
- "name": "actions",
1115
- "attribute": false,
1116
- "type": "ActionType[]"
1117
- },
1118
- {
1119
- "name": "goals",
1120
- "attribute": false,
1121
- "type": "Goal[]"
1122
- }
1123
- ],
1124
- "events": [
1125
- {
1126
- "name": "goal.click",
1127
- "detail": {
1128
- "type": "Conversation"
1129
- }
1130
- },
1131
- {
1132
- "name": "action.click",
1133
- "detail": {
1134
- "type": "ActionClickDetail"
1135
- }
1136
- }
1137
- ],
1138
- "slots": [],
1139
- "methods": [],
1140
- "parts": [],
1141
- "description": "构件 `ai-portal.project-conversations`"
1142
- },
1143
- {
1144
- "name": "ai-portal.elevo-logo",
1145
- "properties": [],
1146
- "events": [],
1147
- "slots": [],
1148
- "methods": [],
1149
- "parts": [],
1150
- "description": "构件 `ai-portal.elevo-logo`"
1151
- },
1152
1152
  {
1153
1153
  "name": "ai-portal.show-case",
1154
1154
  "properties": [
@@ -1254,33 +1254,6 @@
1254
1254
  "parts": [],
1255
1255
  "description": "构件 `ai-portal.elevo-card`"
1256
1256
  },
1257
- {
1258
- "name": "ai-portal.flow-tabs",
1259
- "properties": [
1260
- {
1261
- "name": "tabs",
1262
- "attribute": false,
1263
- "type": "Tab[]"
1264
- },
1265
- {
1266
- "name": "activeTab",
1267
- "attribute": false,
1268
- "type": "string"
1269
- }
1270
- ],
1271
- "events": [
1272
- {
1273
- "name": "tab.click",
1274
- "detail": {
1275
- "type": "Tab"
1276
- }
1277
- }
1278
- ],
1279
- "slots": [],
1280
- "methods": [],
1281
- "parts": [],
1282
- "description": "构件 `ai-portal.flow-tabs`"
1283
- },
1284
1257
  {
1285
1258
  "name": "ai-portal.stage-flow",
1286
1259
  "properties": [
@@ -1368,6 +1341,33 @@
1368
1341
  "parts": [],
1369
1342
  "description": "构件 `ai-portal.stage-flow`"
1370
1343
  },
1344
+ {
1345
+ "name": "ai-portal.flow-tabs",
1346
+ "properties": [
1347
+ {
1348
+ "name": "tabs",
1349
+ "attribute": false,
1350
+ "type": "Tab[]"
1351
+ },
1352
+ {
1353
+ "name": "activeTab",
1354
+ "attribute": false,
1355
+ "type": "string"
1356
+ }
1357
+ ],
1358
+ "events": [
1359
+ {
1360
+ "name": "tab.click",
1361
+ "detail": {
1362
+ "type": "Tab"
1363
+ }
1364
+ }
1365
+ ],
1366
+ "slots": [],
1367
+ "methods": [],
1368
+ "parts": [],
1369
+ "description": "构件 `ai-portal.flow-tabs`"
1370
+ },
1371
1371
  {
1372
1372
  "name": "ai-portal.running-flow",
1373
1373
  "properties": [