@next-bricks/ai-portal 0.64.8 → 0.64.9

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.
@@ -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,76 +470,96 @@
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"
580
501
  },
581
502
  {
582
- "name": "stickyTop",
583
- "type": "number"
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"
584
518
  }
585
519
  ],
586
520
  "events": [],
587
521
  "slots": [],
588
522
  "methods": [],
589
523
  "parts": [],
590
- "description": "构件 `ai-portal.ai-employees`"
524
+ "description": "构件 `ai-portal.icon-button`"
591
525
  },
592
526
  {
593
- "name": "ai-portal.ai-agents",
527
+ "name": "ai-portal.show-cases",
594
528
  "properties": [
595
529
  {
596
530
  "name": "list",
597
531
  "attribute": false,
598
- "type": "Agent[]"
532
+ "type": "ShowCaseType[]"
599
533
  },
600
534
  {
601
- "name": "urlTemplate",
602
- "type": "string"
535
+ "name": "limit",
536
+ "type": "number"
537
+ }
538
+ ],
539
+ "events": [],
540
+ "slots": [],
541
+ "methods": [],
542
+ "parts": [],
543
+ "description": "构件 `ai-portal.show-cases`"
544
+ },
545
+ {
546
+ "name": "ai-portal.mcp-tools",
547
+ "properties": [
548
+ {
549
+ "name": "list",
550
+ "attribute": false,
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,32 @@
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": [
800
- {
801
- "name": "tabs",
802
- "description": "The tab list container"
803
- },
804
- {
805
- "name": "tab",
806
- "description": "The individual tab"
807
- }
808
- ],
809
- "description": "构件 `ai-portal.tab-list`"
747
+ "parts": [],
748
+ "description": "构件 `ai-portal.ai-employees`"
810
749
  },
811
750
  {
812
751
  "name": "ai-portal.page-container",
@@ -853,6 +792,67 @@
853
792
  "parts": [],
854
793
  "description": "构件 `ai-portal.page-container`"
855
794
  },
795
+ {
796
+ "name": "ai-portal.ai-agents",
797
+ "properties": [
798
+ {
799
+ "name": "list",
800
+ "attribute": false,
801
+ "type": "Agent[]"
802
+ },
803
+ {
804
+ "name": "urlTemplate",
805
+ "type": "string"
806
+ },
807
+ {
808
+ "name": "withContainer",
809
+ "description": "",
810
+ "deprecated": true,
811
+ "default": "true"
812
+ }
813
+ ],
814
+ "events": [],
815
+ "slots": [],
816
+ "methods": [],
817
+ "parts": [],
818
+ "description": "构件 `ai-portal.ai-agents`"
819
+ },
820
+ {
821
+ "name": "ai-portal.tab-list",
822
+ "properties": [
823
+ {
824
+ "name": "tabs",
825
+ "attribute": false,
826
+ "type": "Tab[]"
827
+ },
828
+ {
829
+ "name": "activeTab",
830
+ "attribute": false,
831
+ "type": "string"
832
+ }
833
+ ],
834
+ "events": [
835
+ {
836
+ "name": "tab.click",
837
+ "detail": {
838
+ "type": "Tab"
839
+ }
840
+ }
841
+ ],
842
+ "slots": [],
843
+ "methods": [],
844
+ "parts": [
845
+ {
846
+ "name": "tabs",
847
+ "description": "The tab list container"
848
+ },
849
+ {
850
+ "name": "tab",
851
+ "description": "The individual tab"
852
+ }
853
+ ],
854
+ "description": "构件 `ai-portal.tab-list`"
855
+ },
856
856
  {
857
857
  "name": "ai-portal.dropdown-select",
858
858
  "properties": [
@@ -1211,24 +1211,6 @@
1211
1211
  "parts": [],
1212
1212
  "description": "构件 `ai-portal.elevo-logo`"
1213
1213
  },
1214
- {
1215
- "name": "ai-portal.blank-state",
1216
- "properties": [
1217
- {
1218
- "name": "illustration",
1219
- "type": "BlankStateIllustration"
1220
- },
1221
- {
1222
- "name": "description",
1223
- "type": "string"
1224
- }
1225
- ],
1226
- "events": [],
1227
- "slots": [],
1228
- "methods": [],
1229
- "parts": [],
1230
- "description": "构件 `ai-portal.blank-state`"
1231
- },
1232
1214
  {
1233
1215
  "name": "ai-portal.sticky-container",
1234
1216
  "properties": [
@@ -1285,6 +1267,24 @@
1285
1267
  "parts": [],
1286
1268
  "description": "构件 `ai-portal.show-case`"
1287
1269
  },
1270
+ {
1271
+ "name": "ai-portal.blank-state",
1272
+ "properties": [
1273
+ {
1274
+ "name": "illustration",
1275
+ "type": "BlankStateIllustration"
1276
+ },
1277
+ {
1278
+ "name": "description",
1279
+ "type": "string"
1280
+ }
1281
+ ],
1282
+ "events": [],
1283
+ "slots": [],
1284
+ "methods": [],
1285
+ "parts": [],
1286
+ "description": "构件 `ai-portal.blank-state`"
1287
+ },
1288
1288
  {
1289
1289
  "name": "ai-portal.elevo-card",
1290
1290
  "properties": [
@@ -1529,38 +1529,6 @@
1529
1529
  "parts": [],
1530
1530
  "description": "构件 `ai-portal.notice-dropdown`\n\n消息通知下拉框构件,用于展示消息列表"
1531
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",
1548
- "detail": {
1549
- "type": "GanttNode"
1550
- }
1551
- },
1552
- {
1553
- "name": "fullscreen.click",
1554
- "detail": {
1555
- "type": "void"
1556
- }
1557
- }
1558
- ],
1559
- "slots": [],
1560
- "methods": [],
1561
- "parts": [],
1562
- "description": "构件 `ai-portal.gantt-chart`"
1563
- },
1564
1532
  {
1565
1533
  "name": "ai-portal.notice-list",
1566
1534
  "properties": [
@@ -1622,6 +1590,38 @@
1622
1590
  "parts": [],
1623
1591
  "description": "构件 `ai-portal.notice-list`\n\n消息通知列表构件,用于展示消息列表,支持批量操作"
1624
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
1625
  {
1626
1626
  "name": "ai-portal.chat-panel",
1627
1627
  "properties": [