@next-bricks/ai-portal 0.64.8 → 0.65.0

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 (59) hide show
  1. package/dist/bricks.json +37 -41
  2. package/dist/chunks/2742.670f78d2.js +2 -0
  3. package/dist/chunks/2742.670f78d2.js.map +1 -0
  4. package/dist/chunks/3186.5c0ff6ad.js +2 -0
  5. package/dist/chunks/3186.5c0ff6ad.js.map +1 -0
  6. package/dist/chunks/4208.694d7deb.js +2 -0
  7. package/dist/chunks/4208.694d7deb.js.map +1 -0
  8. package/dist/chunks/5452.a5594a29.js +2 -0
  9. package/dist/chunks/5452.a5594a29.js.map +1 -0
  10. package/dist/chunks/7139.4195ba95.js +2 -0
  11. package/dist/chunks/7139.4195ba95.js.map +1 -0
  12. package/dist/chunks/7712.06a445a6.js +2 -0
  13. package/dist/chunks/7712.06a445a6.js.map +1 -0
  14. package/dist/chunks/{chat-panel.abf4cbf4.js → chat-panel.313d3906.js} +2 -2
  15. package/dist/chunks/{chat-panel.abf4cbf4.js.map → chat-panel.313d3906.js.map} +1 -1
  16. package/dist/chunks/{chat-stream.c13cfc3f.js → chat-stream.90aa7647.js} +2 -2
  17. package/dist/chunks/{chat-stream.c13cfc3f.js.map → chat-stream.90aa7647.js.map} +1 -1
  18. package/dist/chunks/{elevo-sidebar.4aa42ab3.js → elevo-sidebar.fba49f67.js} +3 -3
  19. package/dist/chunks/elevo-sidebar.fba49f67.js.map +1 -0
  20. package/dist/chunks/main.97d00f7b.js +2 -0
  21. package/dist/chunks/{main.f7f23cfb.js.map → main.97d00f7b.js.map} +1 -1
  22. package/dist/examples.json +18 -21
  23. package/dist/images/d5f57ce1.png +0 -0
  24. package/dist/index.01059b82.js +2 -0
  25. package/dist/index.01059b82.js.map +1 -0
  26. package/dist/manifest.json +251 -283
  27. package/dist/types.json +314 -455
  28. package/dist-types/bootstrap.d.ts +0 -1
  29. package/dist-types/chat-stream/NodeChunk/NodeReasoning.d.ts +6 -0
  30. package/dist-types/chat-stream/i18n.d.ts +3 -1
  31. package/dist-types/chat-stream/interfaces.d.ts +6 -1
  32. package/dist-types/shared/ActivityPlan/ActivityPlan.d.ts +11 -0
  33. package/dist-types/shared/{PlanProgress → ActivityPlan}/i18n.d.ts +3 -2
  34. package/dist-types/shared/ChatBox/i18n.d.ts +3 -1
  35. package/dist-types/shared/constants.d.ts +1 -0
  36. package/dist-types/shared/getFlatChunks.d.ts +1 -1
  37. package/dist-types/shared/interfaces.d.ts +1 -1
  38. package/package.json +2 -2
  39. package/dist/chunks/1447.32e6384d.js +0 -2
  40. package/dist/chunks/1447.32e6384d.js.map +0 -1
  41. package/dist/chunks/3186.7220c09a.js +0 -2
  42. package/dist/chunks/3186.7220c09a.js.map +0 -1
  43. package/dist/chunks/4208.54a5a7dd.js +0 -2
  44. package/dist/chunks/4208.54a5a7dd.js.map +0 -1
  45. package/dist/chunks/4820.51e9c918.js +0 -2
  46. package/dist/chunks/4820.51e9c918.js.map +0 -1
  47. package/dist/chunks/778.1a43bbd5.js +0 -2
  48. package/dist/chunks/778.1a43bbd5.js.map +0 -1
  49. package/dist/chunks/9273.e6feece8.js +0 -2
  50. package/dist/chunks/9273.e6feece8.js.map +0 -1
  51. package/dist/chunks/elevo-sidebar.4aa42ab3.js.map +0 -1
  52. package/dist/chunks/gantt-chart.6c8b41fd.js +0 -2
  53. package/dist/chunks/gantt-chart.6c8b41fd.js.map +0 -1
  54. package/dist/chunks/main.f7f23cfb.js +0 -2
  55. package/dist/index.6af15770.js +0 -2
  56. package/dist/index.6af15770.js.map +0 -1
  57. package/dist-types/shared/PlanProgress/PlanProgress.d.ts +0 -15
  58. package/docs/gantt-chart.md +0 -37
  59. /package/dist/chunks/{elevo-sidebar.4aa42ab3.js.LICENSE.txt → elevo-sidebar.fba49f67.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.cruise-canvas",
8
78
  "properties": [
@@ -167,130 +237,6 @@
167
237
  "parts": [],
168
238
  "description": "构件 `ai-portal.cruise-canvas`"
169
239
  },
170
- {
171
- "name": "ai-portal.chat-box",
172
- "properties": [
173
- {
174
- "name": "disabled",
175
- "type": "boolean"
176
- },
177
- {
178
- "name": "placeholder",
179
- "type": "string"
180
- },
181
- {
182
- "name": "autoFocus",
183
- "type": "boolean"
184
- },
185
- {
186
- "name": "aiEmployees",
187
- "attribute": false,
188
- "type": "AIEmployee[]"
189
- },
190
- {
191
- "name": "commands",
192
- "attribute": false,
193
- "type": "Command[]"
194
- },
195
- {
196
- "name": "uploadOptions",
197
- "attribute": false,
198
- "type": "UploadOptions"
199
- }
200
- ],
201
- "events": [
202
- {
203
- "name": "message.submit",
204
- "description": "",
205
- "deprecated": "Use `chat.submit` event instead",
206
- "detail": {
207
- "type": "string"
208
- }
209
- },
210
- {
211
- "name": "chat.submit",
212
- "detail": {
213
- "type": "ChatPayload"
214
- }
215
- }
216
- ],
217
- "slots": [],
218
- "methods": [
219
- {
220
- "name": "setValue",
221
- "params": [
222
- {
223
- "name": "value",
224
- "type": "string"
225
- }
226
- ]
227
- },
228
- {
229
- "name": "getValue",
230
- "params": []
231
- },
232
- {
233
- "name": "focusOnInput",
234
- "params": []
235
- }
236
- ],
237
- "parts": [],
238
- "description": "大型聊天输入框,用于首页"
239
- },
240
- {
241
- "name": "ai-portal.home-container",
242
- "properties": [
243
- {
244
- "name": "sticky",
245
- "type": "boolean"
246
- }
247
- ],
248
- "events": [],
249
- "slots": [],
250
- "methods": [],
251
- "parts": [],
252
- "description": "构件 `ai-portal.home-container`"
253
- },
254
- {
255
- "name": "ai-portal.icon-button",
256
- "properties": [
257
- {
258
- "name": "icon",
259
- "attribute": false,
260
- "type": "(GeneralIconProps & HTMLAttributes<GeneralIcon>)"
261
- },
262
- {
263
- "name": "tooltip",
264
- "type": "string"
265
- },
266
- {
267
- "name": "tooltipHoist",
268
- "type": "boolean"
269
- },
270
- {
271
- "name": "active",
272
- "type": "boolean"
273
- },
274
- {
275
- "name": "disabled",
276
- "type": "boolean"
277
- },
278
- {
279
- "name": "variant",
280
- "type": "IconButtonVariant"
281
- },
282
- {
283
- "name": "reduceIconSize",
284
- "description": "是否缩小图标尺寸(部分 easyops 图标过大)",
285
- "type": "boolean"
286
- }
287
- ],
288
- "events": [],
289
- "slots": [],
290
- "methods": [],
291
- "parts": [],
292
- "description": "构件 `ai-portal.icon-button`"
293
- },
294
240
  {
295
241
  "name": "ai-portal.stat-with-mini-chart",
296
242
  "properties": [
@@ -352,25 +298,6 @@
352
298
  "parts": [],
353
299
  "description": "构件 `ai-portal.stat-with-mini-chart`"
354
300
  },
355
- {
356
- "name": "ai-portal.show-cases",
357
- "properties": [
358
- {
359
- "name": "list",
360
- "attribute": false,
361
- "type": "ShowCaseType[]"
362
- },
363
- {
364
- "name": "limit",
365
- "type": "number"
366
- }
367
- ],
368
- "events": [],
369
- "slots": [],
370
- "methods": [],
371
- "parts": [],
372
- "description": "构件 `ai-portal.show-cases`"
373
- },
374
301
  {
375
302
  "name": "ai-portal.elevo-sidebar",
376
303
  "properties": [
@@ -543,43 +470,69 @@
543
470
  "description": "构件 `ai-portal.elevo-sidebar`"
544
471
  },
545
472
  {
546
- "name": "ai-portal.mcp-tools",
473
+ "name": "ai-portal.home-container",
547
474
  "properties": [
548
475
  {
549
- "name": "list",
550
- "attribute": false,
551
- "type": "McpTool[]"
552
- },
553
- {
554
- "name": "stickyTop",
555
- "type": "number"
476
+ "name": "sticky",
477
+ "type": "boolean"
556
478
  }
557
479
  ],
558
480
  "events": [],
559
481
  "slots": [],
560
482
  "methods": [],
561
483
  "parts": [],
562
- "description": "构件 `ai-portal.mcp-tools`"
484
+ "description": "构件 `ai-portal.home-container`"
563
485
  },
564
486
  {
565
- "name": "ai-portal.ai-employees",
487
+ "name": "ai-portal.icon-button",
566
488
  "properties": [
567
489
  {
568
- "name": "list",
490
+ "name": "icon",
569
491
  "attribute": false,
570
- "type": "Employee[]"
492
+ "type": "(GeneralIconProps & HTMLAttributes<GeneralIcon>)"
571
493
  },
572
494
  {
573
- "name": "industries",
574
- "attribute": false,
575
- "type": "string[]"
495
+ "name": "tooltip",
496
+ "type": "string"
576
497
  },
577
498
  {
578
- "name": "urlTemplate",
579
- "type": "string"
499
+ "name": "tooltipHoist",
500
+ "type": "boolean"
501
+ },
502
+ {
503
+ "name": "active",
504
+ "type": "boolean"
505
+ },
506
+ {
507
+ "name": "disabled",
508
+ "type": "boolean"
509
+ },
510
+ {
511
+ "name": "variant",
512
+ "type": "IconButtonVariant"
513
+ },
514
+ {
515
+ "name": "reduceIconSize",
516
+ "description": "是否缩小图标尺寸(部分 easyops 图标过大)",
517
+ "type": "boolean"
518
+ }
519
+ ],
520
+ "events": [],
521
+ "slots": [],
522
+ "methods": [],
523
+ "parts": [],
524
+ "description": "构件 `ai-portal.icon-button`"
525
+ },
526
+ {
527
+ "name": "ai-portal.show-cases",
528
+ "properties": [
529
+ {
530
+ "name": "list",
531
+ "attribute": false,
532
+ "type": "ShowCaseType[]"
580
533
  },
581
534
  {
582
- "name": "stickyTop",
535
+ "name": "limit",
583
536
  "type": "number"
584
537
  }
585
538
  ],
@@ -587,32 +540,26 @@
587
540
  "slots": [],
588
541
  "methods": [],
589
542
  "parts": [],
590
- "description": "构件 `ai-portal.ai-employees`"
543
+ "description": "构件 `ai-portal.show-cases`"
591
544
  },
592
545
  {
593
- "name": "ai-portal.ai-agents",
546
+ "name": "ai-portal.mcp-tools",
594
547
  "properties": [
595
548
  {
596
549
  "name": "list",
597
550
  "attribute": false,
598
- "type": "Agent[]"
599
- },
600
- {
601
- "name": "urlTemplate",
602
- "type": "string"
551
+ "type": "McpTool[]"
603
552
  },
604
553
  {
605
- "name": "withContainer",
606
- "description": "",
607
- "deprecated": true,
608
- "default": "true"
554
+ "name": "stickyTop",
555
+ "type": "number"
609
556
  }
610
557
  ],
611
558
  "events": [],
612
559
  "slots": [],
613
560
  "methods": [],
614
561
  "parts": [],
615
- "description": "构件 `ai-portal.ai-agents`"
562
+ "description": "构件 `ai-portal.mcp-tools`"
616
563
  },
617
564
  {
618
565
  "name": "ai-portal.chat-stream",
@@ -773,40 +720,57 @@
773
720
  "description": "构件 `ai-portal.chat-stream`"
774
721
  },
775
722
  {
776
- "name": "ai-portal.tab-list",
723
+ "name": "ai-portal.ai-employees",
777
724
  "properties": [
778
725
  {
779
- "name": "tabs",
726
+ "name": "list",
780
727
  "attribute": false,
781
- "type": "Tab[]"
728
+ "type": "Employee[]"
782
729
  },
783
730
  {
784
- "name": "activeTab",
731
+ "name": "industries",
785
732
  "attribute": false,
733
+ "type": "string[]"
734
+ },
735
+ {
736
+ "name": "urlTemplate",
786
737
  "type": "string"
787
- }
788
- ],
789
- "events": [
738
+ },
790
739
  {
791
- "name": "tab.click",
792
- "detail": {
793
- "type": "Tab"
794
- }
740
+ "name": "stickyTop",
741
+ "type": "number"
795
742
  }
796
743
  ],
744
+ "events": [],
797
745
  "slots": [],
798
746
  "methods": [],
799
- "parts": [
747
+ "parts": [],
748
+ "description": "构件 `ai-portal.ai-employees`"
749
+ },
750
+ {
751
+ "name": "ai-portal.ai-agents",
752
+ "properties": [
800
753
  {
801
- "name": "tabs",
802
- "description": "The tab list container"
754
+ "name": "list",
755
+ "attribute": false,
756
+ "type": "Agent[]"
803
757
  },
804
758
  {
805
- "name": "tab",
806
- "description": "The individual tab"
759
+ "name": "urlTemplate",
760
+ "type": "string"
761
+ },
762
+ {
763
+ "name": "withContainer",
764
+ "description": "",
765
+ "deprecated": true,
766
+ "default": "true"
807
767
  }
808
768
  ],
809
- "description": "构件 `ai-portal.tab-list`"
769
+ "events": [],
770
+ "slots": [],
771
+ "methods": [],
772
+ "parts": [],
773
+ "description": "构件 `ai-portal.ai-agents`"
810
774
  },
811
775
  {
812
776
  "name": "ai-portal.page-container",
@@ -929,6 +893,42 @@
929
893
  "parts": [],
930
894
  "description": "构件 `ai-portal.preview-container`"
931
895
  },
896
+ {
897
+ "name": "ai-portal.tab-list",
898
+ "properties": [
899
+ {
900
+ "name": "tabs",
901
+ "attribute": false,
902
+ "type": "Tab[]"
903
+ },
904
+ {
905
+ "name": "activeTab",
906
+ "attribute": false,
907
+ "type": "string"
908
+ }
909
+ ],
910
+ "events": [
911
+ {
912
+ "name": "tab.click",
913
+ "detail": {
914
+ "type": "Tab"
915
+ }
916
+ }
917
+ ],
918
+ "slots": [],
919
+ "methods": [],
920
+ "parts": [
921
+ {
922
+ "name": "tabs",
923
+ "description": "The tab list container"
924
+ },
925
+ {
926
+ "name": "tab",
927
+ "description": "The individual tab"
928
+ }
929
+ ],
930
+ "description": "构件 `ai-portal.tab-list`"
931
+ },
932
932
  {
933
933
  "name": "ai-portal.action-buttons",
934
934
  "properties": [
@@ -1211,6 +1211,28 @@
1211
1211
  "parts": [],
1212
1212
  "description": "构件 `ai-portal.elevo-logo`"
1213
1213
  },
1214
+ {
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
+ ],
1230
+ "events": [],
1231
+ "slots": [],
1232
+ "methods": [],
1233
+ "parts": [],
1234
+ "description": "构件 `ai-portal.show-case`"
1235
+ },
1214
1236
  {
1215
1237
  "name": "ai-portal.blank-state",
1216
1238
  "properties": [
@@ -1263,28 +1285,6 @@
1263
1285
  "parts": [],
1264
1286
  "description": "构件 `ai-portal.sticky-container`"
1265
1287
  },
1266
- {
1267
- "name": "ai-portal.show-case",
1268
- "properties": [
1269
- {
1270
- "name": "caseTitle",
1271
- "type": "string"
1272
- },
1273
- {
1274
- "name": "summary",
1275
- "type": "string"
1276
- },
1277
- {
1278
- "name": "url",
1279
- "type": "string"
1280
- }
1281
- ],
1282
- "events": [],
1283
- "slots": [],
1284
- "methods": [],
1285
- "parts": [],
1286
- "description": "构件 `ai-portal.show-case`"
1287
- },
1288
1288
  {
1289
1289
  "name": "ai-portal.elevo-card",
1290
1290
  "properties": [
@@ -1457,7 +1457,7 @@
1457
1457
  "description": "构件 `ai-portal.running-flow`"
1458
1458
  },
1459
1459
  {
1460
- "name": "ai-portal.notice-dropdown",
1460
+ "name": "ai-portal.notice-list",
1461
1461
  "properties": [
1462
1462
  {
1463
1463
  "name": "dataSource",
@@ -1465,21 +1465,11 @@
1465
1465
  "attribute": false,
1466
1466
  "type": "NoticeItem[]"
1467
1467
  },
1468
- {
1469
- "name": "popoverPlacement",
1470
- "description": "弹窗位置",
1471
- "type": "Placement"
1472
- },
1473
1468
  {
1474
1469
  "name": "emptyText",
1475
1470
  "description": "空状态文案",
1476
1471
  "type": "string"
1477
1472
  },
1478
- {
1479
- "name": "notifyCenterUrl",
1480
- "description": "通知中心URL",
1481
- "type": "string"
1482
- },
1483
1473
  {
1484
1474
  "name": "urlTemplate",
1485
1475
  "description": "详情链接",
@@ -1491,20 +1481,10 @@
1491
1481
  "type": "Target"
1492
1482
  },
1493
1483
  {
1494
- "name": "dropdownMaxWidth",
1495
- "description": "下拉框最大宽度",
1496
- "type": "string | number"
1497
- },
1498
- {
1499
- "name": "dropdownContentStyle",
1500
- "description": "下拉框内容样式",
1484
+ "name": "selectedIds",
1485
+ "description": "选中的消息 ID 数组",
1501
1486
  "attribute": false,
1502
- "type": "React.CSSProperties"
1503
- },
1504
- {
1505
- "name": "hideNotifyCenterButton",
1506
- "description": "是否隐藏进入消息中心按钮",
1507
- "type": "boolean"
1487
+ "type": "string[]"
1508
1488
  }
1509
1489
  ],
1510
1490
  "events": [
@@ -1512,45 +1492,21 @@
1512
1492
  "name": "notice.click",
1513
1493
  "description": "消息项点击事件",
1514
1494
  "detail": {
1515
- "description": "消息 ID",
1495
+ "description": "消息项数据",
1516
1496
  "type": "NoticeItem"
1517
1497
  }
1518
1498
  },
1519
1499
  {
1520
- "name": "mark.all.read",
1521
- "description": "全部已读点击事件",
1522
- "detail": {
1523
- "type": "void"
1524
- }
1525
- }
1526
- ],
1527
- "slots": [],
1528
- "methods": [],
1529
- "parts": [],
1530
- "description": "构件 `ai-portal.notice-dropdown`\n\n消息通知下拉框构件,用于展示消息列表"
1531
- },
1532
- {
1533
- "name": "ai-portal.gantt-chart",
1534
- "properties": [
1535
- {
1536
- "name": "chartTitle",
1537
- "type": "string"
1538
- },
1539
- {
1540
- "name": "nodes",
1541
- "attribute": false,
1542
- "type": "GanttNode[]"
1543
- }
1544
- ],
1545
- "events": [
1546
- {
1547
- "name": "node.click",
1500
+ "name": "mark.items.read",
1501
+ "description": "标记消息项已读事件",
1548
1502
  "detail": {
1549
- "type": "GanttNode"
1503
+ "description": "选中的消息 ID 数组",
1504
+ "type": "NoticeItem[]"
1550
1505
  }
1551
1506
  },
1552
1507
  {
1553
- "name": "fullscreen.click",
1508
+ "name": "mark.all.read",
1509
+ "description": "全部已读事件",
1554
1510
  "detail": {
1555
1511
  "type": "void"
1556
1512
  }
@@ -1559,10 +1515,10 @@
1559
1515
  "slots": [],
1560
1516
  "methods": [],
1561
1517
  "parts": [],
1562
- "description": "构件 `ai-portal.gantt-chart`"
1518
+ "description": "构件 `ai-portal.notice-list`\n\n消息通知列表构件,用于展示消息列表,支持批量操作"
1563
1519
  },
1564
1520
  {
1565
- "name": "ai-portal.notice-list",
1521
+ "name": "ai-portal.notice-dropdown",
1566
1522
  "properties": [
1567
1523
  {
1568
1524
  "name": "dataSource",
@@ -1570,11 +1526,21 @@
1570
1526
  "attribute": false,
1571
1527
  "type": "NoticeItem[]"
1572
1528
  },
1529
+ {
1530
+ "name": "popoverPlacement",
1531
+ "description": "弹窗位置",
1532
+ "type": "Placement"
1533
+ },
1573
1534
  {
1574
1535
  "name": "emptyText",
1575
1536
  "description": "空状态文案",
1576
1537
  "type": "string"
1577
1538
  },
1539
+ {
1540
+ "name": "notifyCenterUrl",
1541
+ "description": "通知中心URL",
1542
+ "type": "string"
1543
+ },
1578
1544
  {
1579
1545
  "name": "urlTemplate",
1580
1546
  "description": "详情链接",
@@ -1586,10 +1552,20 @@
1586
1552
  "type": "Target"
1587
1553
  },
1588
1554
  {
1589
- "name": "selectedIds",
1590
- "description": "选中的消息 ID 数组",
1555
+ "name": "dropdownMaxWidth",
1556
+ "description": "下拉框最大宽度",
1557
+ "type": "string | number"
1558
+ },
1559
+ {
1560
+ "name": "dropdownContentStyle",
1561
+ "description": "下拉框内容样式",
1591
1562
  "attribute": false,
1592
- "type": "string[]"
1563
+ "type": "React.CSSProperties"
1564
+ },
1565
+ {
1566
+ "name": "hideNotifyCenterButton",
1567
+ "description": "是否隐藏进入消息中心按钮",
1568
+ "type": "boolean"
1593
1569
  }
1594
1570
  ],
1595
1571
  "events": [
@@ -1597,21 +1573,13 @@
1597
1573
  "name": "notice.click",
1598
1574
  "description": "消息项点击事件",
1599
1575
  "detail": {
1600
- "description": "消息项数据",
1576
+ "description": "消息 ID",
1601
1577
  "type": "NoticeItem"
1602
1578
  }
1603
1579
  },
1604
- {
1605
- "name": "mark.items.read",
1606
- "description": "标记消息项已读事件",
1607
- "detail": {
1608
- "description": "选中的消息 ID 数组",
1609
- "type": "NoticeItem[]"
1610
- }
1611
- },
1612
1580
  {
1613
1581
  "name": "mark.all.read",
1614
- "description": "全部已读事件",
1582
+ "description": "全部已读点击事件",
1615
1583
  "detail": {
1616
1584
  "type": "void"
1617
1585
  }
@@ -1620,7 +1588,7 @@
1620
1588
  "slots": [],
1621
1589
  "methods": [],
1622
1590
  "parts": [],
1623
- "description": "构件 `ai-portal.notice-list`\n\n消息通知列表构件,用于展示消息列表,支持批量操作"
1591
+ "description": "构件 `ai-portal.notice-dropdown`\n\n消息通知下拉框构件,用于展示消息列表"
1624
1592
  },
1625
1593
  {
1626
1594
  "name": "ai-portal.chat-panel",