@next-bricks/ai-portal 0.63.1 → 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 (63) hide show
  1. package/dist/bricks.json +47 -47
  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/icon-button.545ffb24.js +2 -0
  23. package/dist/chunks/icon-button.545ffb24.js.map +1 -0
  24. package/dist/chunks/main.7105f876.js +2 -0
  25. package/dist/chunks/{main.dd3b9485.js.map → main.7105f876.js.map} +1 -1
  26. package/dist/examples.json +22 -22
  27. package/dist/index.4db426c8.js +2 -0
  28. package/dist/index.4db426c8.js.map +1 -0
  29. package/dist/manifest.json +350 -319
  30. package/dist/types.json +3244 -2518
  31. package/dist-types/chat-panel/index.d.ts +7 -1
  32. package/dist-types/elevo-sidebar/constants.d.ts +1 -1
  33. package/dist-types/elevo-sidebar/useNavLinkActive.d.ts +1 -0
  34. package/dist-types/icon-button/index.d.ts +2 -0
  35. package/dist-types/shared/FilePreview/FilePreview.d.ts +2 -1
  36. package/dist-types/shared/FilePreview/ImagesPreview.d.ts +2 -1
  37. package/package.json +2 -2
  38. package/dist/chunks/4820.15145a03.js +0 -2
  39. package/dist/chunks/4820.15145a03.js.map +0 -1
  40. package/dist/chunks/6665.b5b39ef8.js +0 -2
  41. package/dist/chunks/6665.b5b39ef8.js.map +0 -1
  42. package/dist/chunks/689.11701509.js +0 -3
  43. package/dist/chunks/689.11701509.js.map +0 -1
  44. package/dist/chunks/7059.3f1ffc70.js +0 -3
  45. package/dist/chunks/7059.3f1ffc70.js.map +0 -1
  46. package/dist/chunks/7609.13366989.js +0 -2
  47. package/dist/chunks/7609.13366989.js.map +0 -1
  48. package/dist/chunks/778.b1fd7b4c.js +0 -2
  49. package/dist/chunks/778.b1fd7b4c.js.map +0 -1
  50. package/dist/chunks/8730.509db084.js +0 -2
  51. package/dist/chunks/8730.509db084.js.map +0 -1
  52. package/dist/chunks/9273.3d1a73c8.js +0 -2
  53. package/dist/chunks/chat-panel.a64e0e43.js +0 -2
  54. package/dist/chunks/chat-panel.a64e0e43.js.map +0 -1
  55. package/dist/chunks/chat-stream.a35fa156.js +0 -2
  56. package/dist/chunks/chat-stream.a35fa156.js.map +0 -1
  57. package/dist/chunks/icon-button.66d6d83a.js +0 -2
  58. package/dist/chunks/icon-button.66d6d83a.js.map +0 -1
  59. package/dist/chunks/main.dd3b9485.js +0 -2
  60. package/dist/index.8690de83.js +0 -2
  61. package/dist/index.8690de83.js.map +0 -1
  62. /package/dist/chunks/{689.11701509.js.LICENSE.txt → 2028.81962baa.js.LICENSE.txt} +0 -0
  63. /package/dist/chunks/{7059.3f1ffc70.js.LICENSE.txt → 7059.e3cef2d5.js.LICENSE.txt} +0 -0
@@ -4,18 +4,74 @@
4
4
  "name": "ai-portal",
5
5
  "bricks": [
6
6
  {
7
- "name": "ai-portal.home-container",
7
+ "name": "ai-portal.chat-box",
8
8
  "properties": [
9
9
  {
10
- "name": "sticky",
10
+ "name": "disabled",
11
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
+ }
12
51
  }
13
52
  ],
14
- "events": [],
15
53
  "slots": [],
16
- "methods": [],
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
+ ],
17
73
  "parts": [],
18
- "description": "构件 `ai-portal.home-container`"
74
+ "description": "大型聊天输入框,用于首页"
19
75
  },
20
76
  {
21
77
  "name": "ai-portal.elevo-sidebar",
@@ -188,76 +244,6 @@
188
244
  "parts": [],
189
245
  "description": "构件 `ai-portal.elevo-sidebar`"
190
246
  },
191
- {
192
- "name": "ai-portal.chat-box",
193
- "properties": [
194
- {
195
- "name": "disabled",
196
- "type": "boolean"
197
- },
198
- {
199
- "name": "placeholder",
200
- "type": "string"
201
- },
202
- {
203
- "name": "autoFocus",
204
- "type": "boolean"
205
- },
206
- {
207
- "name": "aiEmployees",
208
- "attribute": false,
209
- "type": "AIEmployee[]"
210
- },
211
- {
212
- "name": "commands",
213
- "attribute": false,
214
- "type": "Command[]"
215
- },
216
- {
217
- "name": "uploadOptions",
218
- "attribute": false,
219
- "type": "UploadOptions"
220
- }
221
- ],
222
- "events": [
223
- {
224
- "name": "message.submit",
225
- "description": "",
226
- "deprecated": "Use `chat.submit` event instead",
227
- "detail": {
228
- "type": "string"
229
- }
230
- },
231
- {
232
- "name": "chat.submit",
233
- "detail": {
234
- "type": "ChatPayload"
235
- }
236
- }
237
- ],
238
- "slots": [],
239
- "methods": [
240
- {
241
- "name": "setValue",
242
- "params": [
243
- {
244
- "name": "value",
245
- "type": "string"
246
- }
247
- ]
248
- },
249
- {
250
- "name": "getValue",
251
- "params": []
252
- },
253
- {
254
- "name": "focusOnInput",
255
- "params": []
256
- }
257
- ],
258
- "parts": [],
259
- "description": "大型聊天输入框,用于首页"
260
- },
261
247
  {
262
248
  "name": "ai-portal.icon-button",
263
249
  "properties": [
@@ -274,6 +260,10 @@
274
260
  "name": "tooltipHoist",
275
261
  "type": "boolean"
276
262
  },
263
+ {
264
+ "name": "active",
265
+ "type": "boolean"
266
+ },
277
267
  {
278
268
  "name": "disabled",
279
269
  "type": "boolean"
@@ -333,7 +323,7 @@
333
323
  "description": "构件 `ai-portal.mcp-tools`"
334
324
  },
335
325
  {
336
- "name": "ai-portal.cruise-canvas",
326
+ "name": "ai-portal.chat-stream",
337
327
  "properties": [
338
328
  {
339
329
  "name": "conversationId",
@@ -361,10 +351,6 @@
361
351
  "attribute": false,
362
352
  "type": "Record<string, boolean>"
363
353
  },
364
- {
365
- "name": "showHiddenJobs",
366
- "type": "boolean"
367
- },
368
354
  {
369
355
  "name": "showHumanActions",
370
356
  "type": "boolean"
@@ -389,10 +375,6 @@
389
375
  "name": "hideMermaid",
390
376
  "type": "boolean"
391
377
  },
392
- {
393
- "name": "showJsxEditor",
394
- "type": "boolean"
395
- },
396
378
  {
397
379
  "name": "previewUrlTemplate",
398
380
  "type": "string"
@@ -411,10 +393,6 @@
411
393
  "name": "tryItOutUrl",
412
394
  "type": "string"
413
395
  },
414
- {
415
- "name": "separateInstructions",
416
- "type": "boolean"
417
- },
418
396
  {
419
397
  "name": "aiEmployees",
420
398
  "attribute": false,
@@ -459,7 +437,7 @@
459
437
  {
460
438
  "name": "ui.switch",
461
439
  "detail": {
462
- "type": "\"chat\""
440
+ "type": "\"canvas\""
463
441
  }
464
442
  },
465
443
  {
@@ -467,6 +445,12 @@
467
445
  "detail": {
468
446
  "type": "ConversationDetail"
469
447
  }
448
+ },
449
+ {
450
+ "name": "split.change",
451
+ "detail": {
452
+ "type": "boolean"
453
+ }
470
454
  }
471
455
  ],
472
456
  "slots": [],
@@ -494,63 +478,10 @@
494
478
  }
495
479
  ],
496
480
  "parts": [],
497
- "description": "构件 `ai-portal.cruise-canvas`"
498
- },
499
- {
500
- "name": "ai-portal.ai-employees",
501
- "properties": [
502
- {
503
- "name": "list",
504
- "attribute": false,
505
- "type": "Employee[]"
506
- },
507
- {
508
- "name": "industries",
509
- "attribute": false,
510
- "type": "string[]"
511
- },
512
- {
513
- "name": "urlTemplate",
514
- "type": "string"
515
- },
516
- {
517
- "name": "stickyTop",
518
- "type": "number"
519
- }
520
- ],
521
- "events": [],
522
- "slots": [],
523
- "methods": [],
524
- "parts": [],
525
- "description": "构件 `ai-portal.ai-employees`"
526
- },
527
- {
528
- "name": "ai-portal.ai-agents",
529
- "properties": [
530
- {
531
- "name": "list",
532
- "attribute": false,
533
- "type": "Agent[]"
534
- },
535
- {
536
- "name": "urlTemplate",
537
- "type": "string"
538
- },
539
- {
540
- "name": "withContainer",
541
- "description": "",
542
- "deprecated": true,
543
- "default": "true"
544
- }
545
- ],
546
- "events": [],
547
- "slots": [],
548
- "methods": [],
549
- "parts": [],
550
- "description": "构件 `ai-portal.ai-agents`"
481
+ "description": "构件 `ai-portal.chat-stream`"
551
482
  },
552
483
  {
553
- "name": "ai-portal.chat-stream",
484
+ "name": "ai-portal.cruise-canvas",
554
485
  "properties": [
555
486
  {
556
487
  "name": "conversationId",
@@ -578,6 +509,10 @@
578
509
  "attribute": false,
579
510
  "type": "Record<string, boolean>"
580
511
  },
512
+ {
513
+ "name": "showHiddenJobs",
514
+ "type": "boolean"
515
+ },
581
516
  {
582
517
  "name": "showHumanActions",
583
518
  "type": "boolean"
@@ -602,6 +537,10 @@
602
537
  "name": "hideMermaid",
603
538
  "type": "boolean"
604
539
  },
540
+ {
541
+ "name": "showJsxEditor",
542
+ "type": "boolean"
543
+ },
605
544
  {
606
545
  "name": "previewUrlTemplate",
607
546
  "type": "string"
@@ -620,6 +559,10 @@
620
559
  "name": "tryItOutUrl",
621
560
  "type": "string"
622
561
  },
562
+ {
563
+ "name": "separateInstructions",
564
+ "type": "boolean"
565
+ },
623
566
  {
624
567
  "name": "aiEmployees",
625
568
  "attribute": false,
@@ -664,7 +607,7 @@
664
607
  {
665
608
  "name": "ui.switch",
666
609
  "detail": {
667
- "type": "\"canvas\""
610
+ "type": "\"chat\""
668
611
  }
669
612
  },
670
613
  {
@@ -672,12 +615,6 @@
672
615
  "detail": {
673
616
  "type": "ConversationDetail"
674
617
  }
675
- },
676
- {
677
- "name": "split.change",
678
- "detail": {
679
- "type": "boolean"
680
- }
681
618
  }
682
619
  ],
683
620
  "slots": [],
@@ -705,7 +642,60 @@
705
642
  }
706
643
  ],
707
644
  "parts": [],
708
- "description": "构件 `ai-portal.chat-stream`"
645
+ "description": "构件 `ai-portal.cruise-canvas`"
646
+ },
647
+ {
648
+ "name": "ai-portal.ai-employees",
649
+ "properties": [
650
+ {
651
+ "name": "list",
652
+ "attribute": false,
653
+ "type": "Employee[]"
654
+ },
655
+ {
656
+ "name": "industries",
657
+ "attribute": false,
658
+ "type": "string[]"
659
+ },
660
+ {
661
+ "name": "urlTemplate",
662
+ "type": "string"
663
+ },
664
+ {
665
+ "name": "stickyTop",
666
+ "type": "number"
667
+ }
668
+ ],
669
+ "events": [],
670
+ "slots": [],
671
+ "methods": [],
672
+ "parts": [],
673
+ "description": "构件 `ai-portal.ai-employees`"
674
+ },
675
+ {
676
+ "name": "ai-portal.ai-agents",
677
+ "properties": [
678
+ {
679
+ "name": "list",
680
+ "attribute": false,
681
+ "type": "Agent[]"
682
+ },
683
+ {
684
+ "name": "urlTemplate",
685
+ "type": "string"
686
+ },
687
+ {
688
+ "name": "withContainer",
689
+ "description": "",
690
+ "deprecated": true,
691
+ "default": "true"
692
+ }
693
+ ],
694
+ "events": [],
695
+ "slots": [],
696
+ "methods": [],
697
+ "parts": [],
698
+ "description": "构件 `ai-portal.ai-agents`"
709
699
  },
710
700
  {
711
701
  "name": "ai-portal.page-container",
@@ -788,86 +778,6 @@
788
778
  ],
789
779
  "description": "构件 `ai-portal.tab-list`"
790
780
  },
791
- {
792
- "name": "ai-portal.preview-container",
793
- "properties": [
794
- {
795
- "name": "source",
796
- "attribute": false,
797
- "type": "string"
798
- },
799
- {
800
- "name": "url",
801
- "type": "string"
802
- }
803
- ],
804
- "events": [],
805
- "slots": [],
806
- "methods": [],
807
- "parts": [],
808
- "description": "构件 `ai-portal.preview-container`"
809
- },
810
- {
811
- "name": "ai-portal.stat-with-mini-chart",
812
- "properties": [
813
- {
814
- "name": "label",
815
- "type": "string"
816
- },
817
- {
818
- "name": "value",
819
- "type": "string"
820
- },
821
- {
822
- "name": "size",
823
- "description": "",
824
- "default": "\"medium\"",
825
- "type": "\"medium\" | \"small\""
826
- },
827
- {
828
- "name": "lineColor",
829
- "description": "",
830
- "default": "\"var(--color-brand)\"",
831
- "type": "string"
832
- },
833
- {
834
- "name": "showArea",
835
- "type": "boolean"
836
- },
837
- {
838
- "name": "min",
839
- "description": "Specify the minimum value of the y-axis.\nIf not specified, the minimum value will be calculated from the data.",
840
- "type": "number"
841
- },
842
- {
843
- "name": "max",
844
- "description": "Specify the maximum value of the y-axis.\nIf not specified, the maximum value will be calculated from the data.",
845
- "type": "number"
846
- },
847
- {
848
- "name": "xField",
849
- "description": "",
850
- "default": "\"0\"",
851
- "type": "string"
852
- },
853
- {
854
- "name": "yField",
855
- "description": "",
856
- "default": "\"1\"",
857
- "type": "string"
858
- },
859
- {
860
- "name": "data",
861
- "attribute": false,
862
- "type": "Record<string, number>[]"
863
- }
864
- ],
865
- "events": [],
866
- "slots": [],
867
- "methods": [],
868
- "parts": [],
869
- "description": "构件 `ai-portal.stat-with-mini-chart`"
870
- },
871
781
  {
872
782
  "name": "ai-portal.dropdown-select",
873
783
  "properties": [
@@ -914,16 +824,49 @@
914
824
  ],
915
825
  "events": [
916
826
  {
917
- "name": "change",
918
- "detail": {
919
- "type": "DropdownOptions"
920
- }
827
+ "name": "change",
828
+ "detail": {
829
+ "type": "DropdownOptions"
830
+ }
831
+ }
832
+ ],
833
+ "slots": [],
834
+ "methods": [],
835
+ "parts": [],
836
+ "description": "构件 `ai-portal.dropdown-select`"
837
+ },
838
+ {
839
+ "name": "ai-portal.preview-container",
840
+ "properties": [
841
+ {
842
+ "name": "source",
843
+ "attribute": false,
844
+ "type": "string"
845
+ },
846
+ {
847
+ "name": "url",
848
+ "type": "string"
849
+ }
850
+ ],
851
+ "events": [],
852
+ "slots": [],
853
+ "methods": [],
854
+ "parts": [],
855
+ "description": "构件 `ai-portal.preview-container`"
856
+ },
857
+ {
858
+ "name": "ai-portal.home-container",
859
+ "properties": [
860
+ {
861
+ "name": "sticky",
862
+ "type": "boolean"
921
863
  }
922
864
  ],
865
+ "events": [],
923
866
  "slots": [],
924
867
  "methods": [],
925
868
  "parts": [],
926
- "description": "构件 `ai-portal.dropdown-select`"
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": [
@@ -1184,6 +1169,25 @@
1184
1169
  "parts": [],
1185
1170
  "description": "小型聊天输入框,用于对话等页面"
1186
1171
  },
1172
+ {
1173
+ "name": "ai-portal.activity-timeline",
1174
+ "properties": [
1175
+ {
1176
+ "name": "list",
1177
+ "attribute": false,
1178
+ "type": "Activity[]"
1179
+ },
1180
+ {
1181
+ "name": "chatUrlTemplate",
1182
+ "type": "string"
1183
+ }
1184
+ ],
1185
+ "events": [],
1186
+ "slots": [],
1187
+ "methods": [],
1188
+ "parts": [],
1189
+ "description": "构件 `ai-portal.activity-timeline`"
1190
+ },
1187
1191
  {
1188
1192
  "name": "ai-portal.elevo-logo",
1189
1193
  "properties": [],
@@ -1215,6 +1219,40 @@
1215
1219
  "parts": [],
1216
1220
  "description": "构件 `ai-portal.show-case`"
1217
1221
  },
1222
+ {
1223
+ "name": "ai-portal.sticky-container",
1224
+ "properties": [
1225
+ {
1226
+ "name": "variant",
1227
+ "description": "",
1228
+ "default": "\"default\"",
1229
+ "type": "StickyContainerVariant"
1230
+ },
1231
+ {
1232
+ "name": "textContent",
1233
+ "type": "string",
1234
+ "description": "文本内容"
1235
+ }
1236
+ ],
1237
+ "events": [],
1238
+ "slots": [
1239
+ {
1240
+ "name": null,
1241
+ "description": "内容"
1242
+ },
1243
+ {
1244
+ "name": "header",
1245
+ "description": "头部"
1246
+ },
1247
+ {
1248
+ "name": "toolbar",
1249
+ "description": "工具栏"
1250
+ }
1251
+ ],
1252
+ "methods": [],
1253
+ "parts": [],
1254
+ "description": "构件 `ai-portal.sticky-container`"
1255
+ },
1218
1256
  {
1219
1257
  "name": "ai-portal.blank-state",
1220
1258
  "properties": [
@@ -1264,40 +1302,6 @@
1264
1302
  "parts": [],
1265
1303
  "description": "构件 `ai-portal.elevo-card`"
1266
1304
  },
1267
- {
1268
- "name": "ai-portal.sticky-container",
1269
- "properties": [
1270
- {
1271
- "name": "variant",
1272
- "description": "",
1273
- "default": "\"default\"",
1274
- "type": "StickyContainerVariant"
1275
- },
1276
- {
1277
- "name": "textContent",
1278
- "type": "string",
1279
- "description": "文本内容"
1280
- }
1281
- ],
1282
- "events": [],
1283
- "slots": [
1284
- {
1285
- "name": null,
1286
- "description": "内容"
1287
- },
1288
- {
1289
- "name": "header",
1290
- "description": "头部"
1291
- },
1292
- {
1293
- "name": "toolbar",
1294
- "description": "工具栏"
1295
- }
1296
- ],
1297
- "methods": [],
1298
- "parts": [],
1299
- "description": "构件 `ai-portal.sticky-container`"
1300
- },
1301
1305
  {
1302
1306
  "name": "ai-portal.flow-tabs",
1303
1307
  "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,42 +1654,28 @@
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": [