@next-bricks/ai-portal 0.48.2 → 0.48.4

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.
@@ -12,67 +12,6 @@
12
12
  "parts": [],
13
13
  "description": "构件 `ai-portal.home-container`"
14
14
  },
15
- {
16
- "name": "ai-portal.stat-with-mini-chart",
17
- "properties": [
18
- {
19
- "name": "label",
20
- "type": "string"
21
- },
22
- {
23
- "name": "value",
24
- "type": "string"
25
- },
26
- {
27
- "name": "size",
28
- "description": "",
29
- "default": "\"medium\"",
30
- "type": "\"medium\" | \"small\""
31
- },
32
- {
33
- "name": "lineColor",
34
- "description": "",
35
- "default": "\"var(--color-brand)\"",
36
- "type": "string"
37
- },
38
- {
39
- "name": "showArea",
40
- "type": "boolean"
41
- },
42
- {
43
- "name": "min",
44
- "description": "Specify the minimum value of the y-axis.\nIf not specified, the minimum value will be calculated from the data.",
45
- "type": "number"
46
- },
47
- {
48
- "name": "max",
49
- "description": "Specify the maximum value of the y-axis.\nIf not specified, the maximum value will be calculated from the data.",
50
- "type": "number"
51
- },
52
- {
53
- "name": "xField",
54
- "description": "",
55
- "default": "\"0\"",
56
- "type": "string"
57
- },
58
- {
59
- "name": "yField",
60
- "description": "",
61
- "default": "\"1\"",
62
- "type": "string"
63
- },
64
- {
65
- "name": "data",
66
- "attribute": false,
67
- "type": "Record<string, number>[]"
68
- }
69
- ],
70
- "events": [],
71
- "slots": [],
72
- "methods": [],
73
- "parts": [],
74
- "description": "构件 `ai-portal.stat-with-mini-chart`"
75
- },
76
15
  {
77
16
  "name": "ai-portal.cruise-canvas",
78
17
  "properties": [
@@ -357,6 +296,52 @@
357
296
  "parts": [],
358
297
  "description": "构件 `ai-portal.elevo-sidebar`"
359
298
  },
299
+ {
300
+ "name": "ai-portal.show-cases",
301
+ "properties": [
302
+ {
303
+ "name": "list",
304
+ "attribute": false,
305
+ "type": "ShowCaseType[]"
306
+ },
307
+ {
308
+ "name": "limit",
309
+ "type": "number"
310
+ }
311
+ ],
312
+ "events": [],
313
+ "slots": [],
314
+ "methods": [],
315
+ "parts": [],
316
+ "description": "构件 `ai-portal.show-cases`"
317
+ },
318
+ {
319
+ "name": "ai-portal.icon-button",
320
+ "properties": [
321
+ {
322
+ "name": "icon",
323
+ "attribute": false,
324
+ "type": "GeneralIconProps"
325
+ },
326
+ {
327
+ "name": "tooltip",
328
+ "type": "string"
329
+ },
330
+ {
331
+ "name": "disabled",
332
+ "type": "boolean"
333
+ },
334
+ {
335
+ "name": "variant",
336
+ "type": "IconButtonVariant"
337
+ }
338
+ ],
339
+ "events": [],
340
+ "slots": [],
341
+ "methods": [],
342
+ "parts": [],
343
+ "description": "构件 `ai-portal.icon-button`"
344
+ },
360
345
  {
361
346
  "name": "ai-portal.chat-box",
362
347
  "properties": [
@@ -416,54 +401,42 @@
416
401
  "description": "构件 `ai-portal.chat-box`"
417
402
  },
418
403
  {
419
- "name": "ai-portal.icon-button",
404
+ "name": "ai-portal.mcp-tools",
420
405
  "properties": [
421
406
  {
422
- "name": "icon",
407
+ "name": "list",
423
408
  "attribute": false,
424
- "type": "GeneralIconProps"
425
- },
426
- {
427
- "name": "tooltip",
428
- "type": "string"
429
- },
430
- {
431
- "name": "disabled",
432
- "type": "boolean"
409
+ "type": "McpTool[]"
433
410
  },
434
411
  {
435
- "name": "variant",
436
- "type": "IconButtonVariant"
412
+ "name": "withContainer",
413
+ "description": "",
414
+ "deprecated": true,
415
+ "default": "true"
437
416
  }
438
417
  ],
439
418
  "events": [],
440
419
  "slots": [],
441
420
  "methods": [],
442
421
  "parts": [],
443
- "description": "构件 `ai-portal.icon-button`"
422
+ "description": "构件 `ai-portal.mcp-tools`"
444
423
  },
445
424
  {
446
- "name": "ai-portal.show-cases",
425
+ "name": "ai-portal.ai-employees",
447
426
  "properties": [
448
427
  {
449
428
  "name": "list",
450
429
  "attribute": false,
451
- "type": "ShowCaseType[]"
452
- }
453
- ],
454
- "events": [],
455
- "slots": [],
456
- "methods": [],
457
- "parts": [],
458
- "description": "构件 `ai-portal.show-cases`"
459
- },
460
- {
461
- "name": "ai-portal.mcp-tools",
462
- "properties": [
430
+ "type": "Employee[]"
431
+ },
463
432
  {
464
- "name": "list",
433
+ "name": "industries",
465
434
  "attribute": false,
466
- "type": "McpTool[]"
435
+ "type": "string[]"
436
+ },
437
+ {
438
+ "name": "urlTemplate",
439
+ "type": "string"
467
440
  },
468
441
  {
469
442
  "name": "withContainer",
@@ -476,7 +449,7 @@
476
449
  "slots": [],
477
450
  "methods": [],
478
451
  "parts": [],
479
- "description": "构件 `ai-portal.mcp-tools`"
452
+ "description": "构件 `ai-portal.ai-employees`"
480
453
  },
481
454
  {
482
455
  "name": "ai-portal.chat-stream",
@@ -615,36 +588,6 @@
615
588
  "parts": [],
616
589
  "description": "构件 `ai-portal.chat-stream`"
617
590
  },
618
- {
619
- "name": "ai-portal.ai-employees",
620
- "properties": [
621
- {
622
- "name": "list",
623
- "attribute": false,
624
- "type": "Employee[]"
625
- },
626
- {
627
- "name": "industries",
628
- "attribute": false,
629
- "type": "string[]"
630
- },
631
- {
632
- "name": "urlTemplate",
633
- "type": "string"
634
- },
635
- {
636
- "name": "withContainer",
637
- "description": "",
638
- "deprecated": true,
639
- "default": "true"
640
- }
641
- ],
642
- "events": [],
643
- "slots": [],
644
- "methods": [],
645
- "parts": [],
646
- "description": "构件 `ai-portal.ai-employees`"
647
- },
648
591
  {
649
592
  "name": "ai-portal.ai-agents",
650
593
  "properties": [
@@ -819,6 +762,67 @@
819
762
  "parts": [],
820
763
  "description": "构件 `ai-portal.preview-container`"
821
764
  },
765
+ {
766
+ "name": "ai-portal.stat-with-mini-chart",
767
+ "properties": [
768
+ {
769
+ "name": "label",
770
+ "type": "string"
771
+ },
772
+ {
773
+ "name": "value",
774
+ "type": "string"
775
+ },
776
+ {
777
+ "name": "size",
778
+ "description": "",
779
+ "default": "\"medium\"",
780
+ "type": "\"medium\" | \"small\""
781
+ },
782
+ {
783
+ "name": "lineColor",
784
+ "description": "",
785
+ "default": "\"var(--color-brand)\"",
786
+ "type": "string"
787
+ },
788
+ {
789
+ "name": "showArea",
790
+ "type": "boolean"
791
+ },
792
+ {
793
+ "name": "min",
794
+ "description": "Specify the minimum value of the y-axis.\nIf not specified, the minimum value will be calculated from the data.",
795
+ "type": "number"
796
+ },
797
+ {
798
+ "name": "max",
799
+ "description": "Specify the maximum value of the y-axis.\nIf not specified, the maximum value will be calculated from the data.",
800
+ "type": "number"
801
+ },
802
+ {
803
+ "name": "xField",
804
+ "description": "",
805
+ "default": "\"0\"",
806
+ "type": "string"
807
+ },
808
+ {
809
+ "name": "yField",
810
+ "description": "",
811
+ "default": "\"1\"",
812
+ "type": "string"
813
+ },
814
+ {
815
+ "name": "data",
816
+ "attribute": false,
817
+ "type": "Record<string, number>[]"
818
+ }
819
+ ],
820
+ "events": [],
821
+ "slots": [],
822
+ "methods": [],
823
+ "parts": [],
824
+ "description": "构件 `ai-portal.stat-with-mini-chart`"
825
+ },
822
826
  {
823
827
  "name": "ai-portal.action-buttons",
824
828
  "properties": [
@@ -845,6 +849,48 @@
845
849
  "parts": [],
846
850
  "description": "构件 `ai-portal.action-buttons`"
847
851
  },
852
+ {
853
+ "name": "ai-portal.project-conversations",
854
+ "properties": [
855
+ {
856
+ "name": "list",
857
+ "attribute": false,
858
+ "type": "Conversation[]"
859
+ },
860
+ {
861
+ "name": "urlTemplate",
862
+ "type": "string"
863
+ },
864
+ {
865
+ "name": "actions",
866
+ "attribute": false,
867
+ "type": "ActionType[]"
868
+ },
869
+ {
870
+ "name": "goals",
871
+ "attribute": false,
872
+ "type": "Goal[]"
873
+ }
874
+ ],
875
+ "events": [
876
+ {
877
+ "name": "goal.click",
878
+ "detail": {
879
+ "type": "Conversation"
880
+ }
881
+ },
882
+ {
883
+ "name": "action.click",
884
+ "detail": {
885
+ "type": "ActionClickDetail"
886
+ }
887
+ }
888
+ ],
889
+ "slots": [],
890
+ "methods": [],
891
+ "parts": [],
892
+ "description": "构件 `ai-portal.project-conversations`"
893
+ },
848
894
  {
849
895
  "name": "ai-portal.goal-card-list",
850
896
  "properties": [
@@ -908,48 +954,6 @@
908
954
  "parts": [],
909
955
  "description": "构件 `ai-portal.goal-card-list`"
910
956
  },
911
- {
912
- "name": "ai-portal.project-conversations",
913
- "properties": [
914
- {
915
- "name": "list",
916
- "attribute": false,
917
- "type": "Conversation[]"
918
- },
919
- {
920
- "name": "urlTemplate",
921
- "type": "string"
922
- },
923
- {
924
- "name": "actions",
925
- "attribute": false,
926
- "type": "ActionType[]"
927
- },
928
- {
929
- "name": "goals",
930
- "attribute": false,
931
- "type": "Goal[]"
932
- }
933
- ],
934
- "events": [
935
- {
936
- "name": "goal.click",
937
- "detail": {
938
- "type": "Conversation"
939
- }
940
- },
941
- {
942
- "name": "action.click",
943
- "detail": {
944
- "type": "ActionClickDetail"
945
- }
946
- }
947
- ],
948
- "slots": [],
949
- "methods": [],
950
- "parts": [],
951
- "description": "构件 `ai-portal.project-conversations`"
952
- },
953
957
  {
954
958
  "name": "ai-portal.project-knowledges",
955
959
  "properties": [
@@ -1049,6 +1053,15 @@
1049
1053
  "parts": [],
1050
1054
  "description": "构件 `ai-portal.chat-input`"
1051
1055
  },
1056
+ {
1057
+ "name": "ai-portal.elevo-logo",
1058
+ "properties": [],
1059
+ "events": [],
1060
+ "slots": [],
1061
+ "methods": [],
1062
+ "parts": [],
1063
+ "description": "构件 `ai-portal.elevo-logo`"
1064
+ },
1052
1065
  {
1053
1066
  "name": "ai-portal.show-case",
1054
1067
  "properties": [
@@ -1070,21 +1083,9 @@
1070
1083
  "methods": [],
1071
1084
  "parts": [],
1072
1085
  "description": "构件 `ai-portal.show-case`"
1073
- },
1074
- {
1075
- "name": "ai-portal.elevo-logo",
1076
- "properties": [],
1077
- "events": [],
1078
- "slots": [],
1079
- "methods": [],
1080
- "parts": [],
1081
- "description": "构件 `ai-portal.elevo-logo`"
1082
1086
  }
1083
1087
  ],
1084
1088
  "providers": [
1085
- {
1086
- "name": "ai-portal.call-tool"
1087
- },
1088
1089
  {
1089
1090
  "name": "ai-portal.save-request-store"
1090
1091
  },
@@ -1093,6 +1094,9 @@
1093
1094
  },
1094
1095
  {
1095
1096
  "name": "ai-portal.clear-request-store"
1097
+ },
1098
+ {
1099
+ "name": "ai-portal.call-tool"
1096
1100
  }
1097
1101
  ]
1098
1102
  }