@next-bricks/ai-portal 0.63.0 → 0.63.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.
Files changed (69) hide show
  1. package/dist/bricks.json +50 -50
  2. package/dist/chunks/1447.1763ddd6.js +2 -0
  3. package/dist/chunks/1447.1763ddd6.js.map +1 -0
  4. package/dist/chunks/2028.81962baa.js +3 -0
  5. package/dist/chunks/2028.81962baa.js.map +1 -0
  6. package/dist/chunks/3363.d64d8e2a.js +2 -0
  7. package/dist/chunks/3363.d64d8e2a.js.map +1 -0
  8. package/dist/chunks/4208.f9256bec.js +2 -0
  9. package/dist/chunks/4208.f9256bec.js.map +1 -0
  10. package/dist/chunks/4820.16e00935.js +2 -0
  11. package/dist/chunks/4820.16e00935.js.map +1 -0
  12. package/dist/chunks/7059.e3cef2d5.js +3 -0
  13. package/dist/chunks/7059.e3cef2d5.js.map +1 -0
  14. package/dist/chunks/778.85eedde5.js +2 -0
  15. package/dist/chunks/778.85eedde5.js.map +1 -0
  16. package/dist/chunks/9273.fbb69eb2.js +2 -0
  17. package/dist/chunks/{9273.3d1a73c8.js.map → 9273.fbb69eb2.js.map} +1 -1
  18. package/dist/chunks/chat-panel.9a58a43d.js +2 -0
  19. package/dist/chunks/chat-panel.9a58a43d.js.map +1 -0
  20. package/dist/chunks/chat-stream.c13cfc3f.js +2 -0
  21. package/dist/chunks/chat-stream.c13cfc3f.js.map +1 -0
  22. package/dist/chunks/elevo-sidebar.78a35f1d.js.map +1 -1
  23. package/dist/chunks/icon-button.545ffb24.js +2 -0
  24. package/dist/chunks/icon-button.545ffb24.js.map +1 -0
  25. package/dist/chunks/main.7105f876.js +2 -0
  26. package/dist/chunks/{main.3021b8e8.js.map → main.7105f876.js.map} +1 -1
  27. package/dist/examples.json +23 -23
  28. package/dist/index.4db426c8.js +2 -0
  29. package/dist/index.4db426c8.js.map +1 -0
  30. package/dist/manifest.json +383 -352
  31. package/dist/types.json +3269 -2531
  32. package/dist-types/chat-panel/index.d.ts +8 -3
  33. package/dist-types/elevo-sidebar/SpaceNav.d.ts +2 -1
  34. package/dist-types/elevo-sidebar/constants.d.ts +1 -0
  35. package/dist-types/elevo-sidebar/i18n.d.ts +2 -1
  36. package/dist-types/elevo-sidebar/index.d.ts +1 -0
  37. package/dist-types/elevo-sidebar/useNavLinkActive.d.ts +1 -0
  38. package/dist-types/icon-button/index.d.ts +2 -0
  39. package/dist-types/jsx.d.ts +1 -0
  40. package/dist-types/shared/FilePreview/FilePreview.d.ts +2 -1
  41. package/dist-types/shared/FilePreview/ImagesPreview.d.ts +2 -1
  42. package/docs/chat-panel.md +19 -3
  43. package/package.json +2 -2
  44. package/dist/chunks/4820.15145a03.js +0 -2
  45. package/dist/chunks/4820.15145a03.js.map +0 -1
  46. package/dist/chunks/6665.b5b39ef8.js +0 -2
  47. package/dist/chunks/6665.b5b39ef8.js.map +0 -1
  48. package/dist/chunks/689.11701509.js +0 -3
  49. package/dist/chunks/689.11701509.js.map +0 -1
  50. package/dist/chunks/7059.ee6fc15b.js +0 -3
  51. package/dist/chunks/7059.ee6fc15b.js.map +0 -1
  52. package/dist/chunks/7609.13366989.js +0 -2
  53. package/dist/chunks/7609.13366989.js.map +0 -1
  54. package/dist/chunks/778.b1fd7b4c.js +0 -2
  55. package/dist/chunks/778.b1fd7b4c.js.map +0 -1
  56. package/dist/chunks/8730.509db084.js +0 -2
  57. package/dist/chunks/8730.509db084.js.map +0 -1
  58. package/dist/chunks/9273.3d1a73c8.js +0 -2
  59. package/dist/chunks/chat-panel.a64e0e43.js +0 -2
  60. package/dist/chunks/chat-panel.a64e0e43.js.map +0 -1
  61. package/dist/chunks/chat-stream.a35fa156.js +0 -2
  62. package/dist/chunks/chat-stream.a35fa156.js.map +0 -1
  63. package/dist/chunks/icon-button.66d6d83a.js +0 -2
  64. package/dist/chunks/icon-button.66d6d83a.js.map +0 -1
  65. package/dist/chunks/main.3021b8e8.js +0 -2
  66. package/dist/index.eb7fcf13.js +0 -2
  67. package/dist/index.eb7fcf13.js.map +0 -1
  68. /package/dist/chunks/{689.11701509.js.LICENSE.txt → 2028.81962baa.js.LICENSE.txt} +0 -0
  69. /package/dist/chunks/{7059.ee6fc15b.js.LICENSE.txt → 7059.e3cef2d5.js.LICENSE.txt} +0 -0
@@ -3,6 +3,76 @@
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": "aiEmployees",
23
+ "attribute": false,
24
+ "type": "AIEmployee[]"
25
+ },
26
+ {
27
+ "name": "commands",
28
+ "attribute": false,
29
+ "type": "Command[]"
30
+ },
31
+ {
32
+ "name": "uploadOptions",
33
+ "attribute": false,
34
+ "type": "UploadOptions"
35
+ }
36
+ ],
37
+ "events": [
38
+ {
39
+ "name": "message.submit",
40
+ "description": "",
41
+ "deprecated": "Use `chat.submit` event instead",
42
+ "detail": {
43
+ "type": "string"
44
+ }
45
+ },
46
+ {
47
+ "name": "chat.submit",
48
+ "detail": {
49
+ "type": "ChatPayload"
50
+ }
51
+ }
52
+ ],
53
+ "slots": [],
54
+ "methods": [
55
+ {
56
+ "name": "setValue",
57
+ "params": [
58
+ {
59
+ "name": "value",
60
+ "type": "string"
61
+ }
62
+ ]
63
+ },
64
+ {
65
+ "name": "getValue",
66
+ "params": []
67
+ },
68
+ {
69
+ "name": "focusOnInput",
70
+ "params": []
71
+ }
72
+ ],
73
+ "parts": [],
74
+ "description": "大型聊天输入框,用于首页"
75
+ },
6
76
  {
7
77
  "name": "ai-portal.elevo-sidebar",
8
78
  "properties": [
@@ -175,7 +245,85 @@
175
245
  "description": "构件 `ai-portal.elevo-sidebar`"
176
246
  },
177
247
  {
178
- "name": "ai-portal.cruise-canvas",
248
+ "name": "ai-portal.icon-button",
249
+ "properties": [
250
+ {
251
+ "name": "icon",
252
+ "attribute": false,
253
+ "type": "(GeneralIconProps & HTMLAttributes<GeneralIcon>)"
254
+ },
255
+ {
256
+ "name": "tooltip",
257
+ "type": "string"
258
+ },
259
+ {
260
+ "name": "tooltipHoist",
261
+ "type": "boolean"
262
+ },
263
+ {
264
+ "name": "active",
265
+ "type": "boolean"
266
+ },
267
+ {
268
+ "name": "disabled",
269
+ "type": "boolean"
270
+ },
271
+ {
272
+ "name": "variant",
273
+ "type": "IconButtonVariant"
274
+ },
275
+ {
276
+ "name": "reduceIconSize",
277
+ "description": "是否缩小图标尺寸(部分 easyops 图标过大)",
278
+ "type": "boolean"
279
+ }
280
+ ],
281
+ "events": [],
282
+ "slots": [],
283
+ "methods": [],
284
+ "parts": [],
285
+ "description": "构件 `ai-portal.icon-button`"
286
+ },
287
+ {
288
+ "name": "ai-portal.show-cases",
289
+ "properties": [
290
+ {
291
+ "name": "list",
292
+ "attribute": false,
293
+ "type": "ShowCaseType[]"
294
+ },
295
+ {
296
+ "name": "limit",
297
+ "type": "number"
298
+ }
299
+ ],
300
+ "events": [],
301
+ "slots": [],
302
+ "methods": [],
303
+ "parts": [],
304
+ "description": "构件 `ai-portal.show-cases`"
305
+ },
306
+ {
307
+ "name": "ai-portal.mcp-tools",
308
+ "properties": [
309
+ {
310
+ "name": "list",
311
+ "attribute": false,
312
+ "type": "McpTool[]"
313
+ },
314
+ {
315
+ "name": "stickyTop",
316
+ "type": "number"
317
+ }
318
+ ],
319
+ "events": [],
320
+ "slots": [],
321
+ "methods": [],
322
+ "parts": [],
323
+ "description": "构件 `ai-portal.mcp-tools`"
324
+ },
325
+ {
326
+ "name": "ai-portal.chat-stream",
179
327
  "properties": [
180
328
  {
181
329
  "name": "conversationId",
@@ -203,10 +351,6 @@
203
351
  "attribute": false,
204
352
  "type": "Record<string, boolean>"
205
353
  },
206
- {
207
- "name": "showHiddenJobs",
208
- "type": "boolean"
209
- },
210
354
  {
211
355
  "name": "showHumanActions",
212
356
  "type": "boolean"
@@ -231,10 +375,6 @@
231
375
  "name": "hideMermaid",
232
376
  "type": "boolean"
233
377
  },
234
- {
235
- "name": "showJsxEditor",
236
- "type": "boolean"
237
- },
238
378
  {
239
379
  "name": "previewUrlTemplate",
240
380
  "type": "string"
@@ -253,10 +393,6 @@
253
393
  "name": "tryItOutUrl",
254
394
  "type": "string"
255
395
  },
256
- {
257
- "name": "separateInstructions",
258
- "type": "boolean"
259
- },
260
396
  {
261
397
  "name": "aiEmployees",
262
398
  "attribute": false,
@@ -301,7 +437,7 @@
301
437
  {
302
438
  "name": "ui.switch",
303
439
  "detail": {
304
- "type": "\"chat\""
440
+ "type": "\"canvas\""
305
441
  }
306
442
  },
307
443
  {
@@ -309,6 +445,12 @@
309
445
  "detail": {
310
446
  "type": "ConversationDetail"
311
447
  }
448
+ },
449
+ {
450
+ "name": "split.change",
451
+ "detail": {
452
+ "type": "boolean"
453
+ }
312
454
  }
313
455
  ],
314
456
  "slots": [],
@@ -336,98 +478,10 @@
336
478
  }
337
479
  ],
338
480
  "parts": [],
339
- "description": "构件 `ai-portal.cruise-canvas`"
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
- },
355
- {
356
- "name": "ai-portal.icon-button",
357
- "properties": [
358
- {
359
- "name": "icon",
360
- "attribute": false,
361
- "type": "(GeneralIconProps & HTMLAttributes<GeneralIcon>)"
362
- },
363
- {
364
- "name": "tooltip",
365
- "type": "string"
366
- },
367
- {
368
- "name": "tooltipHoist",
369
- "type": "boolean"
370
- },
371
- {
372
- "name": "disabled",
373
- "type": "boolean"
374
- },
375
- {
376
- "name": "variant",
377
- "type": "IconButtonVariant"
378
- },
379
- {
380
- "name": "reduceIconSize",
381
- "description": "是否缩小图标尺寸(部分 easyops 图标过大)",
382
- "type": "boolean"
383
- }
384
- ],
385
- "events": [],
386
- "slots": [],
387
- "methods": [],
388
- "parts": [],
389
- "description": "构件 `ai-portal.icon-button`"
390
- },
391
- {
392
- "name": "ai-portal.show-cases",
393
- "properties": [
394
- {
395
- "name": "list",
396
- "attribute": false,
397
- "type": "ShowCaseType[]"
398
- },
399
- {
400
- "name": "limit",
401
- "type": "number"
402
- }
403
- ],
404
- "events": [],
405
- "slots": [],
406
- "methods": [],
407
- "parts": [],
408
- "description": "构件 `ai-portal.show-cases`"
409
- },
410
- {
411
- "name": "ai-portal.mcp-tools",
412
- "properties": [
413
- {
414
- "name": "list",
415
- "attribute": false,
416
- "type": "McpTool[]"
417
- },
418
- {
419
- "name": "stickyTop",
420
- "type": "number"
421
- }
422
- ],
423
- "events": [],
424
- "slots": [],
425
- "methods": [],
426
- "parts": [],
427
- "description": "构件 `ai-portal.mcp-tools`"
481
+ "description": "构件 `ai-portal.chat-stream`"
428
482
  },
429
483
  {
430
- "name": "ai-portal.chat-stream",
484
+ "name": "ai-portal.cruise-canvas",
431
485
  "properties": [
432
486
  {
433
487
  "name": "conversationId",
@@ -455,6 +509,10 @@
455
509
  "attribute": false,
456
510
  "type": "Record<string, boolean>"
457
511
  },
512
+ {
513
+ "name": "showHiddenJobs",
514
+ "type": "boolean"
515
+ },
458
516
  {
459
517
  "name": "showHumanActions",
460
518
  "type": "boolean"
@@ -479,6 +537,10 @@
479
537
  "name": "hideMermaid",
480
538
  "type": "boolean"
481
539
  },
540
+ {
541
+ "name": "showJsxEditor",
542
+ "type": "boolean"
543
+ },
482
544
  {
483
545
  "name": "previewUrlTemplate",
484
546
  "type": "string"
@@ -497,6 +559,10 @@
497
559
  "name": "tryItOutUrl",
498
560
  "type": "string"
499
561
  },
562
+ {
563
+ "name": "separateInstructions",
564
+ "type": "boolean"
565
+ },
500
566
  {
501
567
  "name": "aiEmployees",
502
568
  "attribute": false,
@@ -541,7 +607,7 @@
541
607
  {
542
608
  "name": "ui.switch",
543
609
  "detail": {
544
- "type": "\"canvas\""
610
+ "type": "\"chat\""
545
611
  }
546
612
  },
547
613
  {
@@ -549,12 +615,6 @@
549
615
  "detail": {
550
616
  "type": "ConversationDetail"
551
617
  }
552
- },
553
- {
554
- "name": "split.change",
555
- "detail": {
556
- "type": "boolean"
557
- }
558
618
  }
559
619
  ],
560
620
  "slots": [],
@@ -582,7 +642,7 @@
582
642
  }
583
643
  ],
584
644
  "parts": [],
585
- "description": "构件 `ai-portal.chat-stream`"
645
+ "description": "构件 `ai-portal.cruise-canvas`"
586
646
  },
587
647
  {
588
648
  "name": "ai-portal.ai-employees",
@@ -795,135 +855,18 @@
795
855
  "description": "构件 `ai-portal.preview-container`"
796
856
  },
797
857
  {
798
- "name": "ai-portal.stat-with-mini-chart",
858
+ "name": "ai-portal.home-container",
799
859
  "properties": [
800
860
  {
801
- "name": "label",
802
- "type": "string"
803
- },
804
- {
805
- "name": "value",
806
- "type": "string"
807
- },
808
- {
809
- "name": "size",
810
- "description": "",
811
- "default": "\"medium\"",
812
- "type": "\"medium\" | \"small\""
813
- },
814
- {
815
- "name": "lineColor",
816
- "description": "",
817
- "default": "\"var(--color-brand)\"",
818
- "type": "string"
819
- },
820
- {
821
- "name": "showArea",
861
+ "name": "sticky",
822
862
  "type": "boolean"
823
- },
824
- {
825
- "name": "min",
826
- "description": "Specify the minimum value of the y-axis.\nIf not specified, the minimum value will be calculated from the data.",
827
- "type": "number"
828
- },
829
- {
830
- "name": "max",
831
- "description": "Specify the maximum value of the y-axis.\nIf not specified, the maximum value will be calculated from the data.",
832
- "type": "number"
833
- },
834
- {
835
- "name": "xField",
836
- "description": "",
837
- "default": "\"0\"",
838
- "type": "string"
839
- },
840
- {
841
- "name": "yField",
842
- "description": "",
843
- "default": "\"1\"",
844
- "type": "string"
845
- },
846
- {
847
- "name": "data",
848
- "attribute": false,
849
- "type": "Record<string, number>[]"
850
863
  }
851
864
  ],
852
865
  "events": [],
853
866
  "slots": [],
854
867
  "methods": [],
855
868
  "parts": [],
856
- "description": "构件 `ai-portal.stat-with-mini-chart`"
857
- },
858
- {
859
- "name": "ai-portal.chat-box",
860
- "properties": [
861
- {
862
- "name": "disabled",
863
- "type": "boolean"
864
- },
865
- {
866
- "name": "placeholder",
867
- "type": "string"
868
- },
869
- {
870
- "name": "autoFocus",
871
- "type": "boolean"
872
- },
873
- {
874
- "name": "aiEmployees",
875
- "attribute": false,
876
- "type": "AIEmployee[]"
877
- },
878
- {
879
- "name": "commands",
880
- "attribute": false,
881
- "type": "Command[]"
882
- },
883
- {
884
- "name": "uploadOptions",
885
- "attribute": false,
886
- "type": "UploadOptions"
887
- }
888
- ],
889
- "events": [
890
- {
891
- "name": "message.submit",
892
- "description": "",
893
- "deprecated": "Use `chat.submit` event instead",
894
- "detail": {
895
- "type": "string"
896
- }
897
- },
898
- {
899
- "name": "chat.submit",
900
- "detail": {
901
- "type": "ChatPayload"
902
- }
903
- }
904
- ],
905
- "slots": [],
906
- "methods": [
907
- {
908
- "name": "setValue",
909
- "params": [
910
- {
911
- "name": "value",
912
- "type": "string"
913
- }
914
- ]
915
- },
916
- {
917
- "name": "getValue",
918
- "params": []
919
- },
920
- {
921
- "name": "focusOnInput",
922
- "params": []
923
- }
924
- ],
925
- "parts": [],
926
- "description": "大型聊天输入框,用于首页"
869
+ "description": "构件 `ai-portal.home-container`"
927
870
  },
928
871
  {
929
872
  "name": "ai-portal.action-buttons",
@@ -1014,6 +957,67 @@
1014
957
  "parts": [],
1015
958
  "description": "构件 `ai-portal.goal-card-list`"
1016
959
  },
960
+ {
961
+ "name": "ai-portal.stat-with-mini-chart",
962
+ "properties": [
963
+ {
964
+ "name": "label",
965
+ "type": "string"
966
+ },
967
+ {
968
+ "name": "value",
969
+ "type": "string"
970
+ },
971
+ {
972
+ "name": "size",
973
+ "description": "",
974
+ "default": "\"medium\"",
975
+ "type": "\"medium\" | \"small\""
976
+ },
977
+ {
978
+ "name": "lineColor",
979
+ "description": "",
980
+ "default": "\"var(--color-brand)\"",
981
+ "type": "string"
982
+ },
983
+ {
984
+ "name": "showArea",
985
+ "type": "boolean"
986
+ },
987
+ {
988
+ "name": "min",
989
+ "description": "Specify the minimum value of the y-axis.\nIf not specified, the minimum value will be calculated from the data.",
990
+ "type": "number"
991
+ },
992
+ {
993
+ "name": "max",
994
+ "description": "Specify the maximum value of the y-axis.\nIf not specified, the maximum value will be calculated from the data.",
995
+ "type": "number"
996
+ },
997
+ {
998
+ "name": "xField",
999
+ "description": "",
1000
+ "default": "\"0\"",
1001
+ "type": "string"
1002
+ },
1003
+ {
1004
+ "name": "yField",
1005
+ "description": "",
1006
+ "default": "\"1\"",
1007
+ "type": "string"
1008
+ },
1009
+ {
1010
+ "name": "data",
1011
+ "attribute": false,
1012
+ "type": "Record<string, number>[]"
1013
+ }
1014
+ ],
1015
+ "events": [],
1016
+ "slots": [],
1017
+ "methods": [],
1018
+ "parts": [],
1019
+ "description": "构件 `ai-portal.stat-with-mini-chart`"
1020
+ },
1017
1021
  {
1018
1022
  "name": "ai-portal.project-conversations",
1019
1023
  "properties": [
@@ -1093,25 +1097,6 @@
1093
1097
  "parts": [],
1094
1098
  "description": "构件 `ai-portal.project-knowledges`"
1095
1099
  },
1096
- {
1097
- "name": "ai-portal.activity-timeline",
1098
- "properties": [
1099
- {
1100
- "name": "list",
1101
- "attribute": false,
1102
- "type": "Activity[]"
1103
- },
1104
- {
1105
- "name": "chatUrlTemplate",
1106
- "type": "string"
1107
- }
1108
- ],
1109
- "events": [],
1110
- "slots": [],
1111
- "methods": [],
1112
- "parts": [],
1113
- "description": "构件 `ai-portal.activity-timeline`"
1114
- },
1115
1100
  {
1116
1101
  "name": "ai-portal.chat-input",
1117
1102
  "properties": [
@@ -1185,23 +1170,15 @@
1185
1170
  "description": "小型聊天输入框,用于对话等页面"
1186
1171
  },
1187
1172
  {
1188
- "name": "ai-portal.elevo-logo",
1189
- "properties": [],
1190
- "events": [],
1191
- "slots": [],
1192
- "methods": [],
1193
- "parts": [],
1194
- "description": "构件 `ai-portal.elevo-logo`"
1195
- },
1196
- {
1197
- "name": "ai-portal.blank-state",
1173
+ "name": "ai-portal.activity-timeline",
1198
1174
  "properties": [
1199
1175
  {
1200
- "name": "illustration",
1201
- "type": "BlankStateIllustration"
1176
+ "name": "list",
1177
+ "attribute": false,
1178
+ "type": "Activity[]"
1202
1179
  },
1203
1180
  {
1204
- "name": "description",
1181
+ "name": "chatUrlTemplate",
1205
1182
  "type": "string"
1206
1183
  }
1207
1184
  ],
@@ -1209,60 +1186,38 @@
1209
1186
  "slots": [],
1210
1187
  "methods": [],
1211
1188
  "parts": [],
1212
- "description": "构件 `ai-portal.blank-state`"
1189
+ "description": "构件 `ai-portal.activity-timeline`"
1213
1190
  },
1214
1191
  {
1215
- "name": "ai-portal.show-case",
1216
- "properties": [
1217
- {
1218
- "name": "caseTitle",
1219
- "type": "string"
1220
- },
1221
- {
1222
- "name": "summary",
1223
- "type": "string"
1224
- },
1225
- {
1226
- "name": "url",
1227
- "type": "string"
1228
- }
1229
- ],
1192
+ "name": "ai-portal.elevo-logo",
1193
+ "properties": [],
1230
1194
  "events": [],
1231
1195
  "slots": [],
1232
1196
  "methods": [],
1233
1197
  "parts": [],
1234
- "description": "构件 `ai-portal.show-case`"
1198
+ "description": "构件 `ai-portal.elevo-logo`"
1235
1199
  },
1236
1200
  {
1237
- "name": "ai-portal.elevo-card",
1201
+ "name": "ai-portal.show-case",
1238
1202
  "properties": [
1239
1203
  {
1240
- "name": "cardTitle",
1204
+ "name": "caseTitle",
1241
1205
  "type": "string"
1242
1206
  },
1243
1207
  {
1244
- "name": "description",
1208
+ "name": "summary",
1245
1209
  "type": "string"
1246
1210
  },
1247
1211
  {
1248
1212
  "name": "url",
1249
1213
  "type": "string"
1250
- },
1251
- {
1252
- "name": "avatar",
1253
- "attribute": false,
1254
- "type": "string | GeneralIconProps"
1255
- },
1256
- {
1257
- "name": "avatarType",
1258
- "type": "\"icon\" | \"image\""
1259
1214
  }
1260
1215
  ],
1261
1216
  "events": [],
1262
1217
  "slots": [],
1263
1218
  "methods": [],
1264
1219
  "parts": [],
1265
- "description": "构件 `ai-portal.elevo-card`"
1220
+ "description": "构件 `ai-portal.show-case`"
1266
1221
  },
1267
1222
  {
1268
1223
  "name": "ai-portal.sticky-container",
@@ -1298,6 +1253,55 @@
1298
1253
  "parts": [],
1299
1254
  "description": "构件 `ai-portal.sticky-container`"
1300
1255
  },
1256
+ {
1257
+ "name": "ai-portal.blank-state",
1258
+ "properties": [
1259
+ {
1260
+ "name": "illustration",
1261
+ "type": "BlankStateIllustration"
1262
+ },
1263
+ {
1264
+ "name": "description",
1265
+ "type": "string"
1266
+ }
1267
+ ],
1268
+ "events": [],
1269
+ "slots": [],
1270
+ "methods": [],
1271
+ "parts": [],
1272
+ "description": "构件 `ai-portal.blank-state`"
1273
+ },
1274
+ {
1275
+ "name": "ai-portal.elevo-card",
1276
+ "properties": [
1277
+ {
1278
+ "name": "cardTitle",
1279
+ "type": "string"
1280
+ },
1281
+ {
1282
+ "name": "description",
1283
+ "type": "string"
1284
+ },
1285
+ {
1286
+ "name": "url",
1287
+ "type": "string"
1288
+ },
1289
+ {
1290
+ "name": "avatar",
1291
+ "attribute": false,
1292
+ "type": "string | GeneralIconProps"
1293
+ },
1294
+ {
1295
+ "name": "avatarType",
1296
+ "type": "\"icon\" | \"image\""
1297
+ }
1298
+ ],
1299
+ "events": [],
1300
+ "slots": [],
1301
+ "methods": [],
1302
+ "parts": [],
1303
+ "description": "构件 `ai-portal.elevo-card`"
1304
+ },
1301
1305
  {
1302
1306
  "name": "ai-portal.flow-tabs",
1303
1307
  "properties": [
@@ -1412,6 +1416,32 @@
1412
1416
  "parts": [],
1413
1417
  "description": "构件 `ai-portal.stage-flow`"
1414
1418
  },
1419
+ {
1420
+ "name": "ai-portal.running-flow",
1421
+ "properties": [
1422
+ {
1423
+ "name": "spec",
1424
+ "attribute": false,
1425
+ "type": "FlowStage[]"
1426
+ },
1427
+ {
1428
+ "name": "activeActivityId",
1429
+ "type": "string | null"
1430
+ }
1431
+ ],
1432
+ "events": [
1433
+ {
1434
+ "name": "active.change",
1435
+ "detail": {
1436
+ "type": "string | null"
1437
+ }
1438
+ }
1439
+ ],
1440
+ "slots": [],
1441
+ "methods": [],
1442
+ "parts": [],
1443
+ "description": "构件 `ai-portal.running-flow`"
1444
+ },
1415
1445
  {
1416
1446
  "name": "ai-portal.notice-dropdown",
1417
1447
  "properties": [
@@ -1485,32 +1515,6 @@
1485
1515
  "parts": [],
1486
1516
  "description": "构件 `ai-portal.notice-dropdown`\n\n消息通知下拉框构件,用于展示消息列表"
1487
1517
  },
1488
- {
1489
- "name": "ai-portal.running-flow",
1490
- "properties": [
1491
- {
1492
- "name": "spec",
1493
- "attribute": false,
1494
- "type": "FlowStage[]"
1495
- },
1496
- {
1497
- "name": "activeActivityId",
1498
- "type": "string | null"
1499
- }
1500
- ],
1501
- "events": [
1502
- {
1503
- "name": "active.change",
1504
- "detail": {
1505
- "type": "string | null"
1506
- }
1507
- }
1508
- ],
1509
- "slots": [],
1510
- "methods": [],
1511
- "parts": [],
1512
- "description": "构件 `ai-portal.running-flow`"
1513
- },
1514
1518
  {
1515
1519
  "name": "ai-portal.notice-list",
1516
1520
  "properties": [
@@ -1572,6 +1576,38 @@
1572
1576
  "parts": [],
1573
1577
  "description": "构件 `ai-portal.notice-list`\n\n消息通知列表构件,用于展示消息列表,支持批量操作"
1574
1578
  },
1579
+ {
1580
+ "name": "ai-portal.gantt-chart",
1581
+ "properties": [
1582
+ {
1583
+ "name": "chartTitle",
1584
+ "type": "string"
1585
+ },
1586
+ {
1587
+ "name": "nodes",
1588
+ "attribute": false,
1589
+ "type": "GanttNode[]"
1590
+ }
1591
+ ],
1592
+ "events": [
1593
+ {
1594
+ "name": "node.click",
1595
+ "detail": {
1596
+ "type": "GanttNode"
1597
+ }
1598
+ },
1599
+ {
1600
+ "name": "fullscreen.click",
1601
+ "detail": {
1602
+ "type": "void"
1603
+ }
1604
+ }
1605
+ ],
1606
+ "slots": [],
1607
+ "methods": [],
1608
+ "parts": [],
1609
+ "description": "构件 `ai-portal.gantt-chart`"
1610
+ },
1575
1611
  {
1576
1612
  "name": "ai-portal.chat-panel",
1577
1613
  "properties": [
@@ -1579,6 +1615,15 @@
1579
1615
  "name": "panelTitle",
1580
1616
  "type": "string"
1581
1617
  },
1618
+ {
1619
+ "name": "aiEmployeeId",
1620
+ "type": "string"
1621
+ },
1622
+ {
1623
+ "name": "cmd",
1624
+ "attribute": false,
1625
+ "type": "CommandPayload"
1626
+ },
1582
1627
  {
1583
1628
  "name": "width",
1584
1629
  "attribute": false,
@@ -1609,51 +1654,34 @@
1609
1654
  {
1610
1655
  "name": "close",
1611
1656
  "params": []
1612
- }
1613
- ],
1614
- "parts": [],
1615
- "description": "弹出式对话面板,支持三种显示模式:抽屉、弹窗、全屏。"
1616
- },
1617
- {
1618
- "name": "ai-portal.gantt-chart",
1619
- "properties": [
1620
- {
1621
- "name": "chartTitle",
1622
- "type": "string"
1623
1657
  },
1624
1658
  {
1625
- "name": "nodes",
1626
- "attribute": false,
1627
- "type": "GanttNode[]"
1628
- }
1629
- ],
1630
- "events": [
1631
- {
1632
- "name": "node.click",
1633
- "detail": {
1634
- "type": "GanttNode"
1635
- }
1659
+ "name": "send",
1660
+ "params": [
1661
+ {
1662
+ "name": "payload",
1663
+ "type": "ChatPayload"
1664
+ }
1665
+ ]
1636
1666
  },
1637
1667
  {
1638
- "name": "fullscreen.click",
1639
- "detail": {
1640
- "type": "void"
1641
- }
1668
+ "name": "showFile",
1669
+ "params": [
1670
+ {
1671
+ "name": "file",
1672
+ "type": "FileInfo"
1673
+ }
1674
+ ]
1642
1675
  }
1643
1676
  ],
1644
- "slots": [],
1645
- "methods": [],
1646
1677
  "parts": [],
1647
- "description": "构件 `ai-portal.gantt-chart`"
1678
+ "description": "弹出式对话面板。"
1648
1679
  }
1649
1680
  ],
1650
1681
  "providers": [
1651
1682
  {
1652
1683
  "name": "ai-portal.call-tool"
1653
1684
  },
1654
- {
1655
- "name": "ai-portal.set-chat-command"
1656
- },
1657
1685
  {
1658
1686
  "name": "ai-portal.save-request-store"
1659
1687
  },
@@ -1662,6 +1690,9 @@
1662
1690
  },
1663
1691
  {
1664
1692
  "name": "ai-portal.clear-request-store"
1693
+ },
1694
+ {
1695
+ "name": "ai-portal.set-chat-command"
1665
1696
  }
1666
1697
  ]
1667
1698
  }