@next-bricks/ai-portal 0.45.1 → 0.45.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.
- package/dist/bricks.json +30 -30
- package/dist/chunks/{161.a114c103.js → 161.9c5081e7.js} +3 -3
- package/dist/chunks/161.9c5081e7.js.map +1 -0
- package/dist/chunks/7431.02741a25.js +3 -0
- package/dist/chunks/7431.02741a25.js.map +1 -0
- package/dist/chunks/{goal-card-list.2ab94b5f.js → goal-card-list.fa0d828e.js} +3 -3
- package/dist/chunks/{goal-card-list.2ab94b5f.js.map → goal-card-list.fa0d828e.js.map} +1 -1
- package/dist/chunks/{main.7049534c.js → main.35cffd7d.js} +2 -2
- package/dist/chunks/{main.7049534c.js.map → main.35cffd7d.js.map} +1 -1
- package/dist/examples.json +16 -16
- package/dist/{index.8851887e.js → index.5a72f8f9.js} +2 -2
- package/dist/{index.8851887e.js.map → index.5a72f8f9.js.map} +1 -1
- package/dist/manifest.json +298 -298
- package/dist/types.json +401 -401
- package/package.json +2 -2
- package/dist/chunks/161.a114c103.js.map +0 -1
- package/dist/chunks/7431.6bd91b6a.js +0 -3
- package/dist/chunks/7431.6bd91b6a.js.map +0 -1
- /package/dist/chunks/{161.a114c103.js.LICENSE.txt → 161.9c5081e7.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{7431.6bd91b6a.js.LICENSE.txt → 7431.02741a25.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{goal-card-list.2ab94b5f.js.LICENSE.txt → goal-card-list.fa0d828e.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -1,6 +1,105 @@
|
|
|
1
1
|
{
|
|
2
|
-
"ai-portal.
|
|
3
|
-
"properties": [
|
|
2
|
+
"ai-portal.stat-with-mini-chart": {
|
|
3
|
+
"properties": [
|
|
4
|
+
{
|
|
5
|
+
"name": "label",
|
|
6
|
+
"annotation": {
|
|
7
|
+
"type": "keyword",
|
|
8
|
+
"value": "string"
|
|
9
|
+
}
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"name": "value",
|
|
13
|
+
"annotation": {
|
|
14
|
+
"type": "keyword",
|
|
15
|
+
"value": "string"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "size",
|
|
20
|
+
"annotation": {
|
|
21
|
+
"type": "union",
|
|
22
|
+
"types": [
|
|
23
|
+
{
|
|
24
|
+
"type": "jsLiteral",
|
|
25
|
+
"value": "medium"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"type": "jsLiteral",
|
|
29
|
+
"value": "small"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"name": "lineColor",
|
|
36
|
+
"annotation": {
|
|
37
|
+
"type": "keyword",
|
|
38
|
+
"value": "string"
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"name": "showArea",
|
|
43
|
+
"annotation": {
|
|
44
|
+
"type": "keyword",
|
|
45
|
+
"value": "boolean"
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "min",
|
|
50
|
+
"annotation": {
|
|
51
|
+
"type": "keyword",
|
|
52
|
+
"value": "number"
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"name": "max",
|
|
57
|
+
"annotation": {
|
|
58
|
+
"type": "keyword",
|
|
59
|
+
"value": "number"
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "xField",
|
|
64
|
+
"annotation": {
|
|
65
|
+
"type": "keyword",
|
|
66
|
+
"value": "string"
|
|
67
|
+
}
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"name": "yField",
|
|
71
|
+
"annotation": {
|
|
72
|
+
"type": "keyword",
|
|
73
|
+
"value": "string"
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"name": "data",
|
|
78
|
+
"annotation": {
|
|
79
|
+
"type": "array",
|
|
80
|
+
"elementType": {
|
|
81
|
+
"type": "reference",
|
|
82
|
+
"typeName": {
|
|
83
|
+
"type": "identifier",
|
|
84
|
+
"name": "Record"
|
|
85
|
+
},
|
|
86
|
+
"typeParameters": {
|
|
87
|
+
"type": "typeParameterInstantiation",
|
|
88
|
+
"params": [
|
|
89
|
+
{
|
|
90
|
+
"type": "keyword",
|
|
91
|
+
"value": "string"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"type": "keyword",
|
|
95
|
+
"value": "number"
|
|
96
|
+
}
|
|
97
|
+
]
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
],
|
|
4
103
|
"events": [],
|
|
5
104
|
"methods": []
|
|
6
105
|
},
|
|
@@ -400,107 +499,8 @@
|
|
|
400
499
|
}
|
|
401
500
|
]
|
|
402
501
|
},
|
|
403
|
-
"ai-portal.
|
|
404
|
-
"properties": [
|
|
405
|
-
{
|
|
406
|
-
"name": "label",
|
|
407
|
-
"annotation": {
|
|
408
|
-
"type": "keyword",
|
|
409
|
-
"value": "string"
|
|
410
|
-
}
|
|
411
|
-
},
|
|
412
|
-
{
|
|
413
|
-
"name": "value",
|
|
414
|
-
"annotation": {
|
|
415
|
-
"type": "keyword",
|
|
416
|
-
"value": "string"
|
|
417
|
-
}
|
|
418
|
-
},
|
|
419
|
-
{
|
|
420
|
-
"name": "size",
|
|
421
|
-
"annotation": {
|
|
422
|
-
"type": "union",
|
|
423
|
-
"types": [
|
|
424
|
-
{
|
|
425
|
-
"type": "jsLiteral",
|
|
426
|
-
"value": "medium"
|
|
427
|
-
},
|
|
428
|
-
{
|
|
429
|
-
"type": "jsLiteral",
|
|
430
|
-
"value": "small"
|
|
431
|
-
}
|
|
432
|
-
]
|
|
433
|
-
}
|
|
434
|
-
},
|
|
435
|
-
{
|
|
436
|
-
"name": "lineColor",
|
|
437
|
-
"annotation": {
|
|
438
|
-
"type": "keyword",
|
|
439
|
-
"value": "string"
|
|
440
|
-
}
|
|
441
|
-
},
|
|
442
|
-
{
|
|
443
|
-
"name": "showArea",
|
|
444
|
-
"annotation": {
|
|
445
|
-
"type": "keyword",
|
|
446
|
-
"value": "boolean"
|
|
447
|
-
}
|
|
448
|
-
},
|
|
449
|
-
{
|
|
450
|
-
"name": "min",
|
|
451
|
-
"annotation": {
|
|
452
|
-
"type": "keyword",
|
|
453
|
-
"value": "number"
|
|
454
|
-
}
|
|
455
|
-
},
|
|
456
|
-
{
|
|
457
|
-
"name": "max",
|
|
458
|
-
"annotation": {
|
|
459
|
-
"type": "keyword",
|
|
460
|
-
"value": "number"
|
|
461
|
-
}
|
|
462
|
-
},
|
|
463
|
-
{
|
|
464
|
-
"name": "xField",
|
|
465
|
-
"annotation": {
|
|
466
|
-
"type": "keyword",
|
|
467
|
-
"value": "string"
|
|
468
|
-
}
|
|
469
|
-
},
|
|
470
|
-
{
|
|
471
|
-
"name": "yField",
|
|
472
|
-
"annotation": {
|
|
473
|
-
"type": "keyword",
|
|
474
|
-
"value": "string"
|
|
475
|
-
}
|
|
476
|
-
},
|
|
477
|
-
{
|
|
478
|
-
"name": "data",
|
|
479
|
-
"annotation": {
|
|
480
|
-
"type": "array",
|
|
481
|
-
"elementType": {
|
|
482
|
-
"type": "reference",
|
|
483
|
-
"typeName": {
|
|
484
|
-
"type": "identifier",
|
|
485
|
-
"name": "Record"
|
|
486
|
-
},
|
|
487
|
-
"typeParameters": {
|
|
488
|
-
"type": "typeParameterInstantiation",
|
|
489
|
-
"params": [
|
|
490
|
-
{
|
|
491
|
-
"type": "keyword",
|
|
492
|
-
"value": "string"
|
|
493
|
-
},
|
|
494
|
-
{
|
|
495
|
-
"type": "keyword",
|
|
496
|
-
"value": "number"
|
|
497
|
-
}
|
|
498
|
-
]
|
|
499
|
-
}
|
|
500
|
-
}
|
|
501
|
-
}
|
|
502
|
-
}
|
|
503
|
-
],
|
|
502
|
+
"ai-portal.home-container": {
|
|
503
|
+
"properties": [],
|
|
504
504
|
"events": [],
|
|
505
505
|
"methods": []
|
|
506
506
|
},
|
|
@@ -767,114 +767,105 @@
|
|
|
767
767
|
}
|
|
768
768
|
]
|
|
769
769
|
},
|
|
770
|
-
"ai-portal.
|
|
770
|
+
"ai-portal.chat-box": {
|
|
771
771
|
"properties": [
|
|
772
772
|
{
|
|
773
|
-
"name": "
|
|
773
|
+
"name": "disabled",
|
|
774
|
+
"annotation": {
|
|
775
|
+
"type": "keyword",
|
|
776
|
+
"value": "boolean"
|
|
777
|
+
}
|
|
778
|
+
},
|
|
779
|
+
{
|
|
780
|
+
"name": "placeholder",
|
|
781
|
+
"annotation": {
|
|
782
|
+
"type": "keyword",
|
|
783
|
+
"value": "string"
|
|
784
|
+
}
|
|
785
|
+
},
|
|
786
|
+
{
|
|
787
|
+
"name": "autoFocus",
|
|
788
|
+
"annotation": {
|
|
789
|
+
"type": "keyword",
|
|
790
|
+
"value": "boolean"
|
|
791
|
+
}
|
|
792
|
+
},
|
|
793
|
+
{
|
|
794
|
+
"name": "aiEmployees",
|
|
774
795
|
"annotation": {
|
|
775
796
|
"type": "array",
|
|
776
797
|
"elementType": {
|
|
777
798
|
"type": "reference",
|
|
778
799
|
"typeName": {
|
|
779
800
|
"type": "identifier",
|
|
780
|
-
"name": "
|
|
801
|
+
"name": "AIEmployee"
|
|
781
802
|
}
|
|
782
803
|
}
|
|
783
804
|
}
|
|
784
|
-
},
|
|
785
|
-
{
|
|
786
|
-
"name": "withContainer",
|
|
787
|
-
"annotation": {
|
|
788
|
-
"type": "keyword",
|
|
789
|
-
"value": "boolean"
|
|
790
|
-
}
|
|
791
805
|
}
|
|
792
806
|
],
|
|
793
|
-
"events": [
|
|
794
|
-
"methods": [],
|
|
795
|
-
"types": [
|
|
807
|
+
"events": [
|
|
796
808
|
{
|
|
797
|
-
"
|
|
798
|
-
"
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
"
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
"
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
}
|
|
809
|
+
"name": "message.submit",
|
|
810
|
+
"detail": {
|
|
811
|
+
"annotation": {
|
|
812
|
+
"type": "keyword",
|
|
813
|
+
"value": "string"
|
|
814
|
+
}
|
|
815
|
+
}
|
|
816
|
+
},
|
|
817
|
+
{
|
|
818
|
+
"name": "ai-employee.mention",
|
|
819
|
+
"detail": {
|
|
820
|
+
"annotation": {
|
|
821
|
+
"type": "union",
|
|
822
|
+
"types": [
|
|
823
|
+
{
|
|
824
|
+
"type": "reference",
|
|
825
|
+
"typeName": {
|
|
826
|
+
"type": "identifier",
|
|
827
|
+
"name": "AIEmployee"
|
|
828
|
+
}
|
|
829
|
+
},
|
|
830
|
+
{
|
|
831
|
+
"type": "keyword",
|
|
832
|
+
"value": "null"
|
|
833
|
+
}
|
|
834
|
+
]
|
|
835
|
+
}
|
|
836
|
+
}
|
|
837
|
+
}
|
|
838
|
+
],
|
|
839
|
+
"methods": [
|
|
840
|
+
{
|
|
841
|
+
"name": "setValue",
|
|
842
|
+
"params": [
|
|
824
843
|
{
|
|
825
|
-
"
|
|
826
|
-
"key": {
|
|
827
|
-
"type": "identifier",
|
|
828
|
-
"name": "description"
|
|
829
|
-
},
|
|
844
|
+
"name": "value",
|
|
830
845
|
"annotation": {
|
|
831
846
|
"type": "keyword",
|
|
832
847
|
"value": "string"
|
|
833
|
-
}
|
|
834
|
-
"computed": false
|
|
835
|
-
},
|
|
836
|
-
{
|
|
837
|
-
"type": "propertySignature",
|
|
838
|
-
"key": {
|
|
839
|
-
"type": "identifier",
|
|
840
|
-
"name": "icon"
|
|
841
|
-
},
|
|
842
|
-
"annotation": {
|
|
843
|
-
"type": "reference",
|
|
844
|
-
"typeName": {
|
|
845
|
-
"type": "identifier",
|
|
846
|
-
"name": "GeneralIconProps"
|
|
847
|
-
}
|
|
848
|
-
},
|
|
849
|
-
"optional": true,
|
|
850
|
-
"computed": false
|
|
851
|
-
},
|
|
852
|
-
{
|
|
853
|
-
"type": "propertySignature",
|
|
854
|
-
"key": {
|
|
855
|
-
"type": "identifier",
|
|
856
|
-
"name": "server"
|
|
857
|
-
},
|
|
858
|
-
"annotation": {
|
|
859
|
-
"type": "reference",
|
|
860
|
-
"typeName": {
|
|
861
|
-
"type": "identifier",
|
|
862
|
-
"name": "McpServer"
|
|
863
|
-
}
|
|
864
|
-
},
|
|
865
|
-
"computed": false
|
|
848
|
+
}
|
|
866
849
|
}
|
|
867
|
-
]
|
|
850
|
+
],
|
|
851
|
+
"returns": {}
|
|
868
852
|
},
|
|
853
|
+
{
|
|
854
|
+
"name": "getValue",
|
|
855
|
+
"params": [],
|
|
856
|
+
"returns": {}
|
|
857
|
+
}
|
|
858
|
+
],
|
|
859
|
+
"types": [
|
|
869
860
|
{
|
|
870
861
|
"type": "interface",
|
|
871
|
-
"name": "
|
|
862
|
+
"name": "AIEmployee",
|
|
872
863
|
"body": [
|
|
873
864
|
{
|
|
874
865
|
"type": "propertySignature",
|
|
875
866
|
"key": {
|
|
876
867
|
"type": "identifier",
|
|
877
|
-
"name": "
|
|
868
|
+
"name": "employeeId"
|
|
878
869
|
},
|
|
879
870
|
"annotation": {
|
|
880
871
|
"type": "keyword",
|
|
@@ -898,7 +889,7 @@
|
|
|
898
889
|
}
|
|
899
890
|
]
|
|
900
891
|
},
|
|
901
|
-
"ai-portal.
|
|
892
|
+
"ai-portal.mcp-tools": {
|
|
902
893
|
"properties": [
|
|
903
894
|
{
|
|
904
895
|
"name": "list",
|
|
@@ -908,28 +899,11 @@
|
|
|
908
899
|
"type": "reference",
|
|
909
900
|
"typeName": {
|
|
910
901
|
"type": "identifier",
|
|
911
|
-
"name": "
|
|
902
|
+
"name": "McpTool"
|
|
912
903
|
}
|
|
913
904
|
}
|
|
914
905
|
}
|
|
915
906
|
},
|
|
916
|
-
{
|
|
917
|
-
"name": "industries",
|
|
918
|
-
"annotation": {
|
|
919
|
-
"type": "array",
|
|
920
|
-
"elementType": {
|
|
921
|
-
"type": "keyword",
|
|
922
|
-
"value": "string"
|
|
923
|
-
}
|
|
924
|
-
}
|
|
925
|
-
},
|
|
926
|
-
{
|
|
927
|
-
"name": "urlTemplate",
|
|
928
|
-
"annotation": {
|
|
929
|
-
"type": "keyword",
|
|
930
|
-
"value": "string"
|
|
931
|
-
}
|
|
932
|
-
},
|
|
933
907
|
{
|
|
934
908
|
"name": "withContainer",
|
|
935
909
|
"annotation": {
|
|
@@ -943,7 +917,7 @@
|
|
|
943
917
|
"types": [
|
|
944
918
|
{
|
|
945
919
|
"type": "interface",
|
|
946
|
-
"name": "
|
|
920
|
+
"name": "McpTool",
|
|
947
921
|
"body": [
|
|
948
922
|
{
|
|
949
923
|
"type": "propertySignature",
|
|
@@ -961,7 +935,7 @@
|
|
|
961
935
|
"type": "propertySignature",
|
|
962
936
|
"key": {
|
|
963
937
|
"type": "identifier",
|
|
964
|
-
"name": "
|
|
938
|
+
"name": "title"
|
|
965
939
|
},
|
|
966
940
|
"annotation": {
|
|
967
941
|
"type": "keyword",
|
|
@@ -973,7 +947,7 @@
|
|
|
973
947
|
"type": "propertySignature",
|
|
974
948
|
"key": {
|
|
975
949
|
"type": "identifier",
|
|
976
|
-
"name": "
|
|
950
|
+
"name": "description"
|
|
977
951
|
},
|
|
978
952
|
"annotation": {
|
|
979
953
|
"type": "keyword",
|
|
@@ -985,7 +959,44 @@
|
|
|
985
959
|
"type": "propertySignature",
|
|
986
960
|
"key": {
|
|
987
961
|
"type": "identifier",
|
|
988
|
-
"name": "
|
|
962
|
+
"name": "icon"
|
|
963
|
+
},
|
|
964
|
+
"annotation": {
|
|
965
|
+
"type": "reference",
|
|
966
|
+
"typeName": {
|
|
967
|
+
"type": "identifier",
|
|
968
|
+
"name": "GeneralIconProps"
|
|
969
|
+
}
|
|
970
|
+
},
|
|
971
|
+
"optional": true,
|
|
972
|
+
"computed": false
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
"type": "propertySignature",
|
|
976
|
+
"key": {
|
|
977
|
+
"type": "identifier",
|
|
978
|
+
"name": "server"
|
|
979
|
+
},
|
|
980
|
+
"annotation": {
|
|
981
|
+
"type": "reference",
|
|
982
|
+
"typeName": {
|
|
983
|
+
"type": "identifier",
|
|
984
|
+
"name": "McpServer"
|
|
985
|
+
}
|
|
986
|
+
},
|
|
987
|
+
"computed": false
|
|
988
|
+
}
|
|
989
|
+
]
|
|
990
|
+
},
|
|
991
|
+
{
|
|
992
|
+
"type": "interface",
|
|
993
|
+
"name": "McpServer",
|
|
994
|
+
"body": [
|
|
995
|
+
{
|
|
996
|
+
"type": "propertySignature",
|
|
997
|
+
"key": {
|
|
998
|
+
"type": "identifier",
|
|
999
|
+
"name": "id"
|
|
989
1000
|
},
|
|
990
1001
|
"annotation": {
|
|
991
1002
|
"type": "keyword",
|
|
@@ -997,20 +1008,19 @@
|
|
|
997
1008
|
"type": "propertySignature",
|
|
998
1009
|
"key": {
|
|
999
1010
|
"type": "identifier",
|
|
1000
|
-
"name": "
|
|
1011
|
+
"name": "name"
|
|
1001
1012
|
},
|
|
1002
1013
|
"annotation": {
|
|
1003
1014
|
"type": "keyword",
|
|
1004
1015
|
"value": "string"
|
|
1005
1016
|
},
|
|
1006
|
-
"optional": true,
|
|
1007
1017
|
"computed": false
|
|
1008
1018
|
}
|
|
1009
1019
|
]
|
|
1010
1020
|
}
|
|
1011
1021
|
]
|
|
1012
1022
|
},
|
|
1013
|
-
"ai-portal.ai-
|
|
1023
|
+
"ai-portal.ai-employees": {
|
|
1014
1024
|
"properties": [
|
|
1015
1025
|
{
|
|
1016
1026
|
"name": "list",
|
|
@@ -1020,11 +1030,21 @@
|
|
|
1020
1030
|
"type": "reference",
|
|
1021
1031
|
"typeName": {
|
|
1022
1032
|
"type": "identifier",
|
|
1023
|
-
"name": "
|
|
1033
|
+
"name": "Employee"
|
|
1024
1034
|
}
|
|
1025
1035
|
}
|
|
1026
1036
|
}
|
|
1027
1037
|
},
|
|
1038
|
+
{
|
|
1039
|
+
"name": "industries",
|
|
1040
|
+
"annotation": {
|
|
1041
|
+
"type": "array",
|
|
1042
|
+
"elementType": {
|
|
1043
|
+
"type": "keyword",
|
|
1044
|
+
"value": "string"
|
|
1045
|
+
}
|
|
1046
|
+
}
|
|
1047
|
+
},
|
|
1028
1048
|
{
|
|
1029
1049
|
"name": "urlTemplate",
|
|
1030
1050
|
"annotation": {
|
|
@@ -1045,7 +1065,7 @@
|
|
|
1045
1065
|
"types": [
|
|
1046
1066
|
{
|
|
1047
1067
|
"type": "interface",
|
|
1048
|
-
"name": "
|
|
1068
|
+
"name": "Employee",
|
|
1049
1069
|
"body": [
|
|
1050
1070
|
{
|
|
1051
1071
|
"type": "propertySignature",
|
|
@@ -1063,7 +1083,7 @@
|
|
|
1063
1083
|
"type": "propertySignature",
|
|
1064
1084
|
"key": {
|
|
1065
1085
|
"type": "identifier",
|
|
1066
|
-
"name": "
|
|
1086
|
+
"name": "industry"
|
|
1067
1087
|
},
|
|
1068
1088
|
"annotation": {
|
|
1069
1089
|
"type": "keyword",
|
|
@@ -1075,137 +1095,85 @@
|
|
|
1075
1095
|
"type": "propertySignature",
|
|
1076
1096
|
"key": {
|
|
1077
1097
|
"type": "identifier",
|
|
1078
|
-
"name": "
|
|
1098
|
+
"name": "role"
|
|
1079
1099
|
},
|
|
1080
1100
|
"annotation": {
|
|
1081
|
-
"type": "
|
|
1082
|
-
"
|
|
1083
|
-
"type": "identifier",
|
|
1084
|
-
"name": "GeneralIconProps"
|
|
1085
|
-
}
|
|
1101
|
+
"type": "keyword",
|
|
1102
|
+
"value": "string"
|
|
1086
1103
|
},
|
|
1087
|
-
"optional": true,
|
|
1088
1104
|
"computed": false
|
|
1089
1105
|
},
|
|
1090
1106
|
{
|
|
1091
1107
|
"type": "propertySignature",
|
|
1092
1108
|
"key": {
|
|
1093
1109
|
"type": "identifier",
|
|
1094
|
-
"name": "
|
|
1110
|
+
"name": "description"
|
|
1095
1111
|
},
|
|
1096
1112
|
"annotation": {
|
|
1097
|
-
"type": "
|
|
1098
|
-
"
|
|
1099
|
-
"type": "keyword",
|
|
1100
|
-
"value": "string"
|
|
1101
|
-
}
|
|
1113
|
+
"type": "keyword",
|
|
1114
|
+
"value": "string"
|
|
1102
1115
|
},
|
|
1103
|
-
"optional": true,
|
|
1104
1116
|
"computed": false
|
|
1105
|
-
}
|
|
1106
|
-
]
|
|
1107
|
-
}
|
|
1108
|
-
]
|
|
1109
|
-
},
|
|
1110
|
-
"ai-portal.chat-box": {
|
|
1111
|
-
"properties": [
|
|
1112
|
-
{
|
|
1113
|
-
"name": "disabled",
|
|
1114
|
-
"annotation": {
|
|
1115
|
-
"type": "keyword",
|
|
1116
|
-
"value": "boolean"
|
|
1117
|
-
}
|
|
1118
|
-
},
|
|
1119
|
-
{
|
|
1120
|
-
"name": "placeholder",
|
|
1121
|
-
"annotation": {
|
|
1122
|
-
"type": "keyword",
|
|
1123
|
-
"value": "string"
|
|
1124
|
-
}
|
|
1125
|
-
},
|
|
1126
|
-
{
|
|
1127
|
-
"name": "autoFocus",
|
|
1128
|
-
"annotation": {
|
|
1129
|
-
"type": "keyword",
|
|
1130
|
-
"value": "boolean"
|
|
1131
|
-
}
|
|
1132
|
-
},
|
|
1133
|
-
{
|
|
1134
|
-
"name": "aiEmployees",
|
|
1135
|
-
"annotation": {
|
|
1136
|
-
"type": "array",
|
|
1137
|
-
"elementType": {
|
|
1138
|
-
"type": "reference",
|
|
1139
|
-
"typeName": {
|
|
1140
|
-
"type": "identifier",
|
|
1141
|
-
"name": "AIEmployee"
|
|
1142
|
-
}
|
|
1143
|
-
}
|
|
1144
|
-
}
|
|
1145
|
-
}
|
|
1146
|
-
],
|
|
1147
|
-
"events": [
|
|
1148
|
-
{
|
|
1149
|
-
"name": "message.submit",
|
|
1150
|
-
"detail": {
|
|
1151
|
-
"annotation": {
|
|
1152
|
-
"type": "keyword",
|
|
1153
|
-
"value": "string"
|
|
1154
|
-
}
|
|
1155
|
-
}
|
|
1156
|
-
},
|
|
1157
|
-
{
|
|
1158
|
-
"name": "ai-employee.mention",
|
|
1159
|
-
"detail": {
|
|
1160
|
-
"annotation": {
|
|
1161
|
-
"type": "union",
|
|
1162
|
-
"types": [
|
|
1163
|
-
{
|
|
1164
|
-
"type": "reference",
|
|
1165
|
-
"typeName": {
|
|
1166
|
-
"type": "identifier",
|
|
1167
|
-
"name": "AIEmployee"
|
|
1168
|
-
}
|
|
1169
|
-
},
|
|
1170
|
-
{
|
|
1171
|
-
"type": "keyword",
|
|
1172
|
-
"value": "null"
|
|
1173
|
-
}
|
|
1174
|
-
]
|
|
1175
|
-
}
|
|
1176
|
-
}
|
|
1177
|
-
}
|
|
1178
|
-
],
|
|
1179
|
-
"methods": [
|
|
1180
|
-
{
|
|
1181
|
-
"name": "setValue",
|
|
1182
|
-
"params": [
|
|
1117
|
+
},
|
|
1183
1118
|
{
|
|
1184
|
-
"
|
|
1119
|
+
"type": "propertySignature",
|
|
1120
|
+
"key": {
|
|
1121
|
+
"type": "identifier",
|
|
1122
|
+
"name": "avatar"
|
|
1123
|
+
},
|
|
1185
1124
|
"annotation": {
|
|
1186
1125
|
"type": "keyword",
|
|
1187
1126
|
"value": "string"
|
|
1127
|
+
},
|
|
1128
|
+
"optional": true,
|
|
1129
|
+
"computed": false
|
|
1130
|
+
}
|
|
1131
|
+
]
|
|
1132
|
+
}
|
|
1133
|
+
]
|
|
1134
|
+
},
|
|
1135
|
+
"ai-portal.ai-agents": {
|
|
1136
|
+
"properties": [
|
|
1137
|
+
{
|
|
1138
|
+
"name": "list",
|
|
1139
|
+
"annotation": {
|
|
1140
|
+
"type": "array",
|
|
1141
|
+
"elementType": {
|
|
1142
|
+
"type": "reference",
|
|
1143
|
+
"typeName": {
|
|
1144
|
+
"type": "identifier",
|
|
1145
|
+
"name": "Agent"
|
|
1188
1146
|
}
|
|
1189
1147
|
}
|
|
1190
|
-
|
|
1191
|
-
"returns": {}
|
|
1148
|
+
}
|
|
1192
1149
|
},
|
|
1193
1150
|
{
|
|
1194
|
-
"name": "
|
|
1195
|
-
"
|
|
1196
|
-
|
|
1151
|
+
"name": "urlTemplate",
|
|
1152
|
+
"annotation": {
|
|
1153
|
+
"type": "keyword",
|
|
1154
|
+
"value": "string"
|
|
1155
|
+
}
|
|
1156
|
+
},
|
|
1157
|
+
{
|
|
1158
|
+
"name": "withContainer",
|
|
1159
|
+
"annotation": {
|
|
1160
|
+
"type": "keyword",
|
|
1161
|
+
"value": "boolean"
|
|
1162
|
+
}
|
|
1197
1163
|
}
|
|
1198
1164
|
],
|
|
1165
|
+
"events": [],
|
|
1166
|
+
"methods": [],
|
|
1199
1167
|
"types": [
|
|
1200
1168
|
{
|
|
1201
1169
|
"type": "interface",
|
|
1202
|
-
"name": "
|
|
1170
|
+
"name": "Agent",
|
|
1203
1171
|
"body": [
|
|
1204
1172
|
{
|
|
1205
1173
|
"type": "propertySignature",
|
|
1206
1174
|
"key": {
|
|
1207
1175
|
"type": "identifier",
|
|
1208
|
-
"name": "
|
|
1176
|
+
"name": "name"
|
|
1209
1177
|
},
|
|
1210
1178
|
"annotation": {
|
|
1211
1179
|
"type": "keyword",
|
|
@@ -1217,13 +1185,45 @@
|
|
|
1217
1185
|
"type": "propertySignature",
|
|
1218
1186
|
"key": {
|
|
1219
1187
|
"type": "identifier",
|
|
1220
|
-
"name": "
|
|
1188
|
+
"name": "description"
|
|
1221
1189
|
},
|
|
1222
1190
|
"annotation": {
|
|
1223
1191
|
"type": "keyword",
|
|
1224
1192
|
"value": "string"
|
|
1225
1193
|
},
|
|
1226
1194
|
"computed": false
|
|
1195
|
+
},
|
|
1196
|
+
{
|
|
1197
|
+
"type": "propertySignature",
|
|
1198
|
+
"key": {
|
|
1199
|
+
"type": "identifier",
|
|
1200
|
+
"name": "icon"
|
|
1201
|
+
},
|
|
1202
|
+
"annotation": {
|
|
1203
|
+
"type": "reference",
|
|
1204
|
+
"typeName": {
|
|
1205
|
+
"type": "identifier",
|
|
1206
|
+
"name": "GeneralIconProps"
|
|
1207
|
+
}
|
|
1208
|
+
},
|
|
1209
|
+
"optional": true,
|
|
1210
|
+
"computed": false
|
|
1211
|
+
},
|
|
1212
|
+
{
|
|
1213
|
+
"type": "propertySignature",
|
|
1214
|
+
"key": {
|
|
1215
|
+
"type": "identifier",
|
|
1216
|
+
"name": "tags"
|
|
1217
|
+
},
|
|
1218
|
+
"annotation": {
|
|
1219
|
+
"type": "array",
|
|
1220
|
+
"elementType": {
|
|
1221
|
+
"type": "keyword",
|
|
1222
|
+
"value": "string"
|
|
1223
|
+
}
|
|
1224
|
+
},
|
|
1225
|
+
"optional": true,
|
|
1226
|
+
"computed": false
|
|
1227
1227
|
}
|
|
1228
1228
|
]
|
|
1229
1229
|
}
|
|
@@ -1786,93 +1786,6 @@
|
|
|
1786
1786
|
}
|
|
1787
1787
|
]
|
|
1788
1788
|
},
|
|
1789
|
-
"ai-portal.chat-input": {
|
|
1790
|
-
"properties": [
|
|
1791
|
-
{
|
|
1792
|
-
"name": "placeholder",
|
|
1793
|
-
"annotation": {
|
|
1794
|
-
"type": "keyword",
|
|
1795
|
-
"value": "string"
|
|
1796
|
-
}
|
|
1797
|
-
},
|
|
1798
|
-
{
|
|
1799
|
-
"name": "autoFocus",
|
|
1800
|
-
"annotation": {
|
|
1801
|
-
"type": "keyword",
|
|
1802
|
-
"value": "boolean"
|
|
1803
|
-
}
|
|
1804
|
-
},
|
|
1805
|
-
{
|
|
1806
|
-
"name": "submitDisabled",
|
|
1807
|
-
"annotation": {
|
|
1808
|
-
"type": "keyword",
|
|
1809
|
-
"value": "boolean"
|
|
1810
|
-
}
|
|
1811
|
-
},
|
|
1812
|
-
{
|
|
1813
|
-
"name": "supportsTerminate",
|
|
1814
|
-
"annotation": {
|
|
1815
|
-
"type": "keyword",
|
|
1816
|
-
"value": "boolean"
|
|
1817
|
-
}
|
|
1818
|
-
},
|
|
1819
|
-
{
|
|
1820
|
-
"name": "terminating",
|
|
1821
|
-
"annotation": {
|
|
1822
|
-
"type": "keyword",
|
|
1823
|
-
"value": "boolean"
|
|
1824
|
-
}
|
|
1825
|
-
}
|
|
1826
|
-
],
|
|
1827
|
-
"events": [
|
|
1828
|
-
{
|
|
1829
|
-
"name": "message.submit",
|
|
1830
|
-
"detail": {
|
|
1831
|
-
"annotation": {
|
|
1832
|
-
"type": "keyword",
|
|
1833
|
-
"value": "string"
|
|
1834
|
-
}
|
|
1835
|
-
}
|
|
1836
|
-
},
|
|
1837
|
-
{
|
|
1838
|
-
"name": "terminate",
|
|
1839
|
-
"detail": {
|
|
1840
|
-
"annotation": {
|
|
1841
|
-
"type": "keyword",
|
|
1842
|
-
"value": "void"
|
|
1843
|
-
}
|
|
1844
|
-
}
|
|
1845
|
-
}
|
|
1846
|
-
],
|
|
1847
|
-
"methods": []
|
|
1848
|
-
},
|
|
1849
|
-
"ai-portal.show-case": {
|
|
1850
|
-
"properties": [
|
|
1851
|
-
{
|
|
1852
|
-
"name": "caseTitle",
|
|
1853
|
-
"annotation": {
|
|
1854
|
-
"type": "keyword",
|
|
1855
|
-
"value": "string"
|
|
1856
|
-
}
|
|
1857
|
-
},
|
|
1858
|
-
{
|
|
1859
|
-
"name": "summary",
|
|
1860
|
-
"annotation": {
|
|
1861
|
-
"type": "keyword",
|
|
1862
|
-
"value": "string"
|
|
1863
|
-
}
|
|
1864
|
-
},
|
|
1865
|
-
{
|
|
1866
|
-
"name": "url",
|
|
1867
|
-
"annotation": {
|
|
1868
|
-
"type": "keyword",
|
|
1869
|
-
"value": "string"
|
|
1870
|
-
}
|
|
1871
|
-
}
|
|
1872
|
-
],
|
|
1873
|
-
"events": [],
|
|
1874
|
-
"methods": []
|
|
1875
|
-
},
|
|
1876
1789
|
"ai-portal.activity-timeline": {
|
|
1877
1790
|
"properties": [
|
|
1878
1791
|
{
|
|
@@ -2847,6 +2760,93 @@
|
|
|
2847
2760
|
}
|
|
2848
2761
|
]
|
|
2849
2762
|
},
|
|
2763
|
+
"ai-portal.chat-input": {
|
|
2764
|
+
"properties": [
|
|
2765
|
+
{
|
|
2766
|
+
"name": "placeholder",
|
|
2767
|
+
"annotation": {
|
|
2768
|
+
"type": "keyword",
|
|
2769
|
+
"value": "string"
|
|
2770
|
+
}
|
|
2771
|
+
},
|
|
2772
|
+
{
|
|
2773
|
+
"name": "autoFocus",
|
|
2774
|
+
"annotation": {
|
|
2775
|
+
"type": "keyword",
|
|
2776
|
+
"value": "boolean"
|
|
2777
|
+
}
|
|
2778
|
+
},
|
|
2779
|
+
{
|
|
2780
|
+
"name": "submitDisabled",
|
|
2781
|
+
"annotation": {
|
|
2782
|
+
"type": "keyword",
|
|
2783
|
+
"value": "boolean"
|
|
2784
|
+
}
|
|
2785
|
+
},
|
|
2786
|
+
{
|
|
2787
|
+
"name": "supportsTerminate",
|
|
2788
|
+
"annotation": {
|
|
2789
|
+
"type": "keyword",
|
|
2790
|
+
"value": "boolean"
|
|
2791
|
+
}
|
|
2792
|
+
},
|
|
2793
|
+
{
|
|
2794
|
+
"name": "terminating",
|
|
2795
|
+
"annotation": {
|
|
2796
|
+
"type": "keyword",
|
|
2797
|
+
"value": "boolean"
|
|
2798
|
+
}
|
|
2799
|
+
}
|
|
2800
|
+
],
|
|
2801
|
+
"events": [
|
|
2802
|
+
{
|
|
2803
|
+
"name": "message.submit",
|
|
2804
|
+
"detail": {
|
|
2805
|
+
"annotation": {
|
|
2806
|
+
"type": "keyword",
|
|
2807
|
+
"value": "string"
|
|
2808
|
+
}
|
|
2809
|
+
}
|
|
2810
|
+
},
|
|
2811
|
+
{
|
|
2812
|
+
"name": "terminate",
|
|
2813
|
+
"detail": {
|
|
2814
|
+
"annotation": {
|
|
2815
|
+
"type": "keyword",
|
|
2816
|
+
"value": "void"
|
|
2817
|
+
}
|
|
2818
|
+
}
|
|
2819
|
+
}
|
|
2820
|
+
],
|
|
2821
|
+
"methods": []
|
|
2822
|
+
},
|
|
2823
|
+
"ai-portal.show-case": {
|
|
2824
|
+
"properties": [
|
|
2825
|
+
{
|
|
2826
|
+
"name": "caseTitle",
|
|
2827
|
+
"annotation": {
|
|
2828
|
+
"type": "keyword",
|
|
2829
|
+
"value": "string"
|
|
2830
|
+
}
|
|
2831
|
+
},
|
|
2832
|
+
{
|
|
2833
|
+
"name": "summary",
|
|
2834
|
+
"annotation": {
|
|
2835
|
+
"type": "keyword",
|
|
2836
|
+
"value": "string"
|
|
2837
|
+
}
|
|
2838
|
+
},
|
|
2839
|
+
{
|
|
2840
|
+
"name": "url",
|
|
2841
|
+
"annotation": {
|
|
2842
|
+
"type": "keyword",
|
|
2843
|
+
"value": "string"
|
|
2844
|
+
}
|
|
2845
|
+
}
|
|
2846
|
+
],
|
|
2847
|
+
"events": [],
|
|
2848
|
+
"methods": []
|
|
2849
|
+
},
|
|
2850
2850
|
"ai-portal.elevo-sidebar": {
|
|
2851
2851
|
"properties": [
|
|
2852
2852
|
{
|