@next-bricks/ai-portal 0.64.0 → 0.64.1

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.
@@ -167,90 +167,6 @@
167
167
  "parts": [],
168
168
  "description": "构件 `ai-portal.cruise-canvas`"
169
169
  },
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
170
  {
255
171
  "name": "ai-portal.stat-with-mini-chart",
256
172
  "properties": [
@@ -542,6 +458,20 @@
542
458
  "parts": [],
543
459
  "description": "构件 `ai-portal.show-cases`"
544
460
  },
461
+ {
462
+ "name": "ai-portal.home-container",
463
+ "properties": [
464
+ {
465
+ "name": "sticky",
466
+ "type": "boolean"
467
+ }
468
+ ],
469
+ "events": [],
470
+ "slots": [],
471
+ "methods": [],
472
+ "parts": [],
473
+ "description": "构件 `ai-portal.home-container`"
474
+ },
545
475
  {
546
476
  "name": "ai-portal.mcp-tools",
547
477
  "properties": [
@@ -561,6 +491,76 @@
561
491
  "parts": [],
562
492
  "description": "构件 `ai-portal.mcp-tools`"
563
493
  },
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
564
  {
565
565
  "name": "ai-portal.chat-stream",
566
566
  "properties": [
@@ -853,6 +853,32 @@
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
+ },
856
882
  {
857
883
  "name": "ai-portal.dropdown-select",
858
884
  "properties": [
@@ -929,32 +955,6 @@
929
955
  "parts": [],
930
956
  "description": "构件 `ai-portal.preview-container`"
931
957
  },
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": [
@@ -1316,33 +1316,6 @@
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
- },
1346
1319
  {
1347
1320
  "name": "ai-portal.stage-flow",
1348
1321
  "properties": [
@@ -1430,6 +1403,33 @@
1430
1403
  "parts": [],
1431
1404
  "description": "构件 `ai-portal.stage-flow`"
1432
1405
  },
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,38 +1590,6 @@
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
- },
1625
1593
  {
1626
1594
  "name": "ai-portal.chat-panel",
1627
1595
  "properties": [
@@ -1662,6 +1630,12 @@
1662
1630
  "description": "Show help messages when no conversation exists.",
1663
1631
  "attribute": false,
1664
1632
  "type": "{ useBrick: UseBrickConf }"
1633
+ },
1634
+ {
1635
+ "name": "maskClosable",
1636
+ "description": "Whether to close the panel when clicking the mask.",
1637
+ "default": "false",
1638
+ "type": "boolean"
1665
1639
  }
1666
1640
  ],
1667
1641
  "events": [],
@@ -1705,6 +1679,38 @@
1705
1679
  ],
1706
1680
  "parts": [],
1707
1681
  "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`"
1708
1714
  }
1709
1715
  ],
1710
1716
  "providers": [