@next-bricks/ai-portal 0.43.0 → 0.43.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.
- package/dist/bricks.json +23 -23
- package/dist/chunks/453.657c389e.js +2 -0
- package/dist/chunks/453.657c389e.js.map +1 -0
- package/dist/chunks/6754.a5405189.js +2 -0
- package/dist/chunks/6754.a5405189.js.map +1 -0
- package/dist/chunks/98.9cf438cf.js +2 -0
- package/dist/chunks/98.9cf438cf.js.map +1 -0
- package/dist/chunks/9965.9f32c070.js +2 -0
- package/dist/chunks/9965.9f32c070.js.map +1 -0
- package/dist/chunks/chat-stream.fe9bdede.js +2 -0
- package/dist/chunks/chat-stream.fe9bdede.js.map +1 -0
- package/dist/chunks/{cruise-canvas.259aabf0.js → cruise-canvas.22d578c0.js} +2 -2
- package/dist/chunks/{cruise-canvas.259aabf0.js.map → cruise-canvas.22d578c0.js.map} +1 -1
- package/dist/chunks/main.bfbc8871.js +2 -0
- package/dist/chunks/{main.68f962c7.js.map → main.bfbc8871.js.map} +1 -1
- package/dist/chunks/show-case.e7d8f1a7.js +2 -0
- package/dist/chunks/show-case.e7d8f1a7.js.map +1 -0
- package/dist/examples.json +15 -15
- package/dist/index.07b86656.js +2 -0
- package/dist/{index.7be70cad.js.map → index.07b86656.js.map} +1 -1
- package/dist/manifest.json +166 -152
- package/dist/types.json +481 -338
- package/dist-types/chat-stream/ChatStream.d.ts +1 -1
- package/dist-types/chat-stream/index.d.ts +7 -1
- package/package.json +2 -2
- package/dist/chunks/6754.7bcec0be.js +0 -2
- package/dist/chunks/6754.7bcec0be.js.map +0 -1
- package/dist/chunks/7493.76f316f5.js +0 -2
- package/dist/chunks/7493.76f316f5.js.map +0 -1
- package/dist/chunks/7520.3cec74b9.js +0 -2
- package/dist/chunks/7520.3cec74b9.js.map +0 -1
- package/dist/chunks/9965.6e6bda17.js +0 -2
- package/dist/chunks/9965.6e6bda17.js.map +0 -1
- package/dist/chunks/chat-stream.9c05bfdd.js +0 -2
- package/dist/chunks/chat-stream.9c05bfdd.js.map +0 -1
- package/dist/chunks/main.68f962c7.js +0 -2
- package/dist/chunks/show-case.2e705d81.js +0 -2
- package/dist/chunks/show-case.2e705d81.js.map +0 -1
- package/dist/index.7be70cad.js +0 -2
package/dist/types.json
CHANGED
|
@@ -1,4 +1,108 @@
|
|
|
1
1
|
{
|
|
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
|
+
],
|
|
103
|
+
"events": [],
|
|
104
|
+
"methods": []
|
|
105
|
+
},
|
|
2
106
|
"ai-portal.home-container": {
|
|
3
107
|
"properties": [],
|
|
4
108
|
"events": [],
|
|
@@ -280,110 +384,6 @@
|
|
|
280
384
|
}
|
|
281
385
|
}
|
|
282
386
|
},
|
|
283
|
-
"ai-portal.stat-with-mini-chart": {
|
|
284
|
-
"properties": [
|
|
285
|
-
{
|
|
286
|
-
"name": "label",
|
|
287
|
-
"annotation": {
|
|
288
|
-
"type": "keyword",
|
|
289
|
-
"value": "string"
|
|
290
|
-
}
|
|
291
|
-
},
|
|
292
|
-
{
|
|
293
|
-
"name": "value",
|
|
294
|
-
"annotation": {
|
|
295
|
-
"type": "keyword",
|
|
296
|
-
"value": "string"
|
|
297
|
-
}
|
|
298
|
-
},
|
|
299
|
-
{
|
|
300
|
-
"name": "size",
|
|
301
|
-
"annotation": {
|
|
302
|
-
"type": "union",
|
|
303
|
-
"types": [
|
|
304
|
-
{
|
|
305
|
-
"type": "jsLiteral",
|
|
306
|
-
"value": "medium"
|
|
307
|
-
},
|
|
308
|
-
{
|
|
309
|
-
"type": "jsLiteral",
|
|
310
|
-
"value": "small"
|
|
311
|
-
}
|
|
312
|
-
]
|
|
313
|
-
}
|
|
314
|
-
},
|
|
315
|
-
{
|
|
316
|
-
"name": "lineColor",
|
|
317
|
-
"annotation": {
|
|
318
|
-
"type": "keyword",
|
|
319
|
-
"value": "string"
|
|
320
|
-
}
|
|
321
|
-
},
|
|
322
|
-
{
|
|
323
|
-
"name": "showArea",
|
|
324
|
-
"annotation": {
|
|
325
|
-
"type": "keyword",
|
|
326
|
-
"value": "boolean"
|
|
327
|
-
}
|
|
328
|
-
},
|
|
329
|
-
{
|
|
330
|
-
"name": "min",
|
|
331
|
-
"annotation": {
|
|
332
|
-
"type": "keyword",
|
|
333
|
-
"value": "number"
|
|
334
|
-
}
|
|
335
|
-
},
|
|
336
|
-
{
|
|
337
|
-
"name": "max",
|
|
338
|
-
"annotation": {
|
|
339
|
-
"type": "keyword",
|
|
340
|
-
"value": "number"
|
|
341
|
-
}
|
|
342
|
-
},
|
|
343
|
-
{
|
|
344
|
-
"name": "xField",
|
|
345
|
-
"annotation": {
|
|
346
|
-
"type": "keyword",
|
|
347
|
-
"value": "string"
|
|
348
|
-
}
|
|
349
|
-
},
|
|
350
|
-
{
|
|
351
|
-
"name": "yField",
|
|
352
|
-
"annotation": {
|
|
353
|
-
"type": "keyword",
|
|
354
|
-
"value": "string"
|
|
355
|
-
}
|
|
356
|
-
},
|
|
357
|
-
{
|
|
358
|
-
"name": "data",
|
|
359
|
-
"annotation": {
|
|
360
|
-
"type": "array",
|
|
361
|
-
"elementType": {
|
|
362
|
-
"type": "reference",
|
|
363
|
-
"typeName": {
|
|
364
|
-
"type": "identifier",
|
|
365
|
-
"name": "Record"
|
|
366
|
-
},
|
|
367
|
-
"typeParameters": {
|
|
368
|
-
"type": "typeParameterInstantiation",
|
|
369
|
-
"params": [
|
|
370
|
-
{
|
|
371
|
-
"type": "keyword",
|
|
372
|
-
"value": "string"
|
|
373
|
-
},
|
|
374
|
-
{
|
|
375
|
-
"type": "keyword",
|
|
376
|
-
"value": "number"
|
|
377
|
-
}
|
|
378
|
-
]
|
|
379
|
-
}
|
|
380
|
-
}
|
|
381
|
-
}
|
|
382
|
-
}
|
|
383
|
-
],
|
|
384
|
-
"events": [],
|
|
385
|
-
"methods": []
|
|
386
|
-
},
|
|
387
387
|
"ai-portal.page-container": {
|
|
388
388
|
"properties": [
|
|
389
389
|
{
|
|
@@ -711,7 +711,7 @@
|
|
|
711
711
|
}
|
|
712
712
|
]
|
|
713
713
|
},
|
|
714
|
-
"ai-portal.
|
|
714
|
+
"ai-portal.show-cases": {
|
|
715
715
|
"properties": [
|
|
716
716
|
{
|
|
717
717
|
"name": "list",
|
|
@@ -721,17 +721,10 @@
|
|
|
721
721
|
"type": "reference",
|
|
722
722
|
"typeName": {
|
|
723
723
|
"type": "identifier",
|
|
724
|
-
"name": "
|
|
724
|
+
"name": "ShowCaseType"
|
|
725
725
|
}
|
|
726
726
|
}
|
|
727
727
|
}
|
|
728
|
-
},
|
|
729
|
-
{
|
|
730
|
-
"name": "withContainer",
|
|
731
|
-
"annotation": {
|
|
732
|
-
"type": "keyword",
|
|
733
|
-
"value": "boolean"
|
|
734
|
-
}
|
|
735
728
|
}
|
|
736
729
|
],
|
|
737
730
|
"events": [],
|
|
@@ -739,13 +732,13 @@
|
|
|
739
732
|
"types": [
|
|
740
733
|
{
|
|
741
734
|
"type": "interface",
|
|
742
|
-
"name": "
|
|
735
|
+
"name": "ShowCaseType",
|
|
743
736
|
"body": [
|
|
744
737
|
{
|
|
745
738
|
"type": "propertySignature",
|
|
746
739
|
"key": {
|
|
747
740
|
"type": "identifier",
|
|
748
|
-
"name": "
|
|
741
|
+
"name": "conversationId"
|
|
749
742
|
},
|
|
750
743
|
"annotation": {
|
|
751
744
|
"type": "keyword",
|
|
@@ -769,7 +762,7 @@
|
|
|
769
762
|
"type": "propertySignature",
|
|
770
763
|
"key": {
|
|
771
764
|
"type": "identifier",
|
|
772
|
-
"name": "
|
|
765
|
+
"name": "summary"
|
|
773
766
|
},
|
|
774
767
|
"annotation": {
|
|
775
768
|
"type": "keyword",
|
|
@@ -781,69 +774,33 @@
|
|
|
781
774
|
"type": "propertySignature",
|
|
782
775
|
"key": {
|
|
783
776
|
"type": "identifier",
|
|
784
|
-
"name": "
|
|
777
|
+
"name": "scenario"
|
|
785
778
|
},
|
|
786
779
|
"annotation": {
|
|
787
|
-
"type": "
|
|
788
|
-
"
|
|
789
|
-
"type": "identifier",
|
|
790
|
-
"name": "GeneralIconProps"
|
|
791
|
-
}
|
|
780
|
+
"type": "keyword",
|
|
781
|
+
"value": "string"
|
|
792
782
|
},
|
|
793
|
-
"optional": true,
|
|
794
783
|
"computed": false
|
|
795
784
|
},
|
|
796
785
|
{
|
|
797
786
|
"type": "propertySignature",
|
|
798
787
|
"key": {
|
|
799
788
|
"type": "identifier",
|
|
800
|
-
"name": "
|
|
789
|
+
"name": "url"
|
|
801
790
|
},
|
|
802
791
|
"annotation": {
|
|
803
|
-
"type": "
|
|
804
|
-
"
|
|
805
|
-
"type": "identifier",
|
|
806
|
-
"name": "McpServer"
|
|
807
|
-
}
|
|
792
|
+
"type": "keyword",
|
|
793
|
+
"value": "string"
|
|
808
794
|
},
|
|
795
|
+
"optional": true,
|
|
809
796
|
"computed": false
|
|
810
797
|
}
|
|
811
798
|
]
|
|
812
|
-
}
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
{
|
|
818
|
-
"type": "propertySignature",
|
|
819
|
-
"key": {
|
|
820
|
-
"type": "identifier",
|
|
821
|
-
"name": "id"
|
|
822
|
-
},
|
|
823
|
-
"annotation": {
|
|
824
|
-
"type": "keyword",
|
|
825
|
-
"value": "string"
|
|
826
|
-
},
|
|
827
|
-
"computed": false
|
|
828
|
-
},
|
|
829
|
-
{
|
|
830
|
-
"type": "propertySignature",
|
|
831
|
-
"key": {
|
|
832
|
-
"type": "identifier",
|
|
833
|
-
"name": "name"
|
|
834
|
-
},
|
|
835
|
-
"annotation": {
|
|
836
|
-
"type": "keyword",
|
|
837
|
-
"value": "string"
|
|
838
|
-
},
|
|
839
|
-
"computed": false
|
|
840
|
-
}
|
|
841
|
-
]
|
|
842
|
-
}
|
|
843
|
-
]
|
|
844
|
-
},
|
|
845
|
-
"ai-portal.show-cases": {
|
|
846
|
-
"properties": [
|
|
799
|
+
}
|
|
800
|
+
]
|
|
801
|
+
},
|
|
802
|
+
"ai-portal.mcp-tools": {
|
|
803
|
+
"properties": [
|
|
847
804
|
{
|
|
848
805
|
"name": "list",
|
|
849
806
|
"annotation": {
|
|
@@ -852,10 +809,17 @@
|
|
|
852
809
|
"type": "reference",
|
|
853
810
|
"typeName": {
|
|
854
811
|
"type": "identifier",
|
|
855
|
-
"name": "
|
|
812
|
+
"name": "McpTool"
|
|
856
813
|
}
|
|
857
814
|
}
|
|
858
815
|
}
|
|
816
|
+
},
|
|
817
|
+
{
|
|
818
|
+
"name": "withContainer",
|
|
819
|
+
"annotation": {
|
|
820
|
+
"type": "keyword",
|
|
821
|
+
"value": "boolean"
|
|
822
|
+
}
|
|
859
823
|
}
|
|
860
824
|
],
|
|
861
825
|
"events": [],
|
|
@@ -863,13 +827,13 @@
|
|
|
863
827
|
"types": [
|
|
864
828
|
{
|
|
865
829
|
"type": "interface",
|
|
866
|
-
"name": "
|
|
830
|
+
"name": "McpTool",
|
|
867
831
|
"body": [
|
|
868
832
|
{
|
|
869
833
|
"type": "propertySignature",
|
|
870
834
|
"key": {
|
|
871
835
|
"type": "identifier",
|
|
872
|
-
"name": "
|
|
836
|
+
"name": "name"
|
|
873
837
|
},
|
|
874
838
|
"annotation": {
|
|
875
839
|
"type": "keyword",
|
|
@@ -893,7 +857,7 @@
|
|
|
893
857
|
"type": "propertySignature",
|
|
894
858
|
"key": {
|
|
895
859
|
"type": "identifier",
|
|
896
|
-
"name": "
|
|
860
|
+
"name": "description"
|
|
897
861
|
},
|
|
898
862
|
"annotation": {
|
|
899
863
|
"type": "keyword",
|
|
@@ -905,7 +869,44 @@
|
|
|
905
869
|
"type": "propertySignature",
|
|
906
870
|
"key": {
|
|
907
871
|
"type": "identifier",
|
|
908
|
-
"name": "
|
|
872
|
+
"name": "icon"
|
|
873
|
+
},
|
|
874
|
+
"annotation": {
|
|
875
|
+
"type": "reference",
|
|
876
|
+
"typeName": {
|
|
877
|
+
"type": "identifier",
|
|
878
|
+
"name": "GeneralIconProps"
|
|
879
|
+
}
|
|
880
|
+
},
|
|
881
|
+
"optional": true,
|
|
882
|
+
"computed": false
|
|
883
|
+
},
|
|
884
|
+
{
|
|
885
|
+
"type": "propertySignature",
|
|
886
|
+
"key": {
|
|
887
|
+
"type": "identifier",
|
|
888
|
+
"name": "server"
|
|
889
|
+
},
|
|
890
|
+
"annotation": {
|
|
891
|
+
"type": "reference",
|
|
892
|
+
"typeName": {
|
|
893
|
+
"type": "identifier",
|
|
894
|
+
"name": "McpServer"
|
|
895
|
+
}
|
|
896
|
+
},
|
|
897
|
+
"computed": false
|
|
898
|
+
}
|
|
899
|
+
]
|
|
900
|
+
},
|
|
901
|
+
{
|
|
902
|
+
"type": "interface",
|
|
903
|
+
"name": "McpServer",
|
|
904
|
+
"body": [
|
|
905
|
+
{
|
|
906
|
+
"type": "propertySignature",
|
|
907
|
+
"key": {
|
|
908
|
+
"type": "identifier",
|
|
909
|
+
"name": "id"
|
|
909
910
|
},
|
|
910
911
|
"annotation": {
|
|
911
912
|
"type": "keyword",
|
|
@@ -917,13 +918,12 @@
|
|
|
917
918
|
"type": "propertySignature",
|
|
918
919
|
"key": {
|
|
919
920
|
"type": "identifier",
|
|
920
|
-
"name": "
|
|
921
|
+
"name": "name"
|
|
921
922
|
},
|
|
922
923
|
"annotation": {
|
|
923
924
|
"type": "keyword",
|
|
924
925
|
"value": "string"
|
|
925
926
|
},
|
|
926
|
-
"optional": true,
|
|
927
927
|
"computed": false
|
|
928
928
|
}
|
|
929
929
|
]
|
|
@@ -1209,124 +1209,105 @@
|
|
|
1209
1209
|
}
|
|
1210
1210
|
]
|
|
1211
1211
|
},
|
|
1212
|
-
"ai-portal.
|
|
1212
|
+
"ai-portal.chat-box": {
|
|
1213
1213
|
"properties": [
|
|
1214
1214
|
{
|
|
1215
|
-
"name": "
|
|
1215
|
+
"name": "disabled",
|
|
1216
1216
|
"annotation": {
|
|
1217
1217
|
"type": "keyword",
|
|
1218
|
-
"value": "
|
|
1219
|
-
}
|
|
1220
|
-
},
|
|
1221
|
-
{
|
|
1222
|
-
"name": "options",
|
|
1223
|
-
"annotation": {
|
|
1224
|
-
"type": "array",
|
|
1225
|
-
"elementType": {
|
|
1226
|
-
"type": "reference",
|
|
1227
|
-
"typeName": {
|
|
1228
|
-
"type": "identifier",
|
|
1229
|
-
"name": "DropdownOptions"
|
|
1230
|
-
}
|
|
1231
|
-
}
|
|
1232
|
-
}
|
|
1233
|
-
},
|
|
1234
|
-
{
|
|
1235
|
-
"name": "labelMaxWidth",
|
|
1236
|
-
"annotation": {
|
|
1237
|
-
"type": "union",
|
|
1238
|
-
"types": [
|
|
1239
|
-
{
|
|
1240
|
-
"type": "keyword",
|
|
1241
|
-
"value": "string"
|
|
1242
|
-
},
|
|
1243
|
-
{
|
|
1244
|
-
"type": "keyword",
|
|
1245
|
-
"value": "number"
|
|
1246
|
-
}
|
|
1247
|
-
]
|
|
1218
|
+
"value": "boolean"
|
|
1248
1219
|
}
|
|
1249
1220
|
},
|
|
1250
1221
|
{
|
|
1251
|
-
"name": "
|
|
1222
|
+
"name": "placeholder",
|
|
1252
1223
|
"annotation": {
|
|
1253
1224
|
"type": "keyword",
|
|
1254
|
-
"value": "
|
|
1225
|
+
"value": "string"
|
|
1255
1226
|
}
|
|
1256
1227
|
},
|
|
1257
1228
|
{
|
|
1258
|
-
"name": "
|
|
1229
|
+
"name": "autoFocus",
|
|
1259
1230
|
"annotation": {
|
|
1260
1231
|
"type": "keyword",
|
|
1261
|
-
"value": "
|
|
1232
|
+
"value": "boolean"
|
|
1262
1233
|
}
|
|
1263
1234
|
},
|
|
1264
1235
|
{
|
|
1265
|
-
"name": "
|
|
1236
|
+
"name": "aiEmployees",
|
|
1266
1237
|
"annotation": {
|
|
1267
|
-
"type": "
|
|
1268
|
-
"
|
|
1269
|
-
"type": "
|
|
1270
|
-
"
|
|
1271
|
-
"type": "identifier",
|
|
1272
|
-
"name": "React"
|
|
1273
|
-
},
|
|
1274
|
-
"right": {
|
|
1238
|
+
"type": "array",
|
|
1239
|
+
"elementType": {
|
|
1240
|
+
"type": "reference",
|
|
1241
|
+
"typeName": {
|
|
1275
1242
|
"type": "identifier",
|
|
1276
|
-
"name": "
|
|
1243
|
+
"name": "AIEmployee"
|
|
1277
1244
|
}
|
|
1278
1245
|
}
|
|
1279
1246
|
}
|
|
1280
|
-
}
|
|
1247
|
+
}
|
|
1248
|
+
],
|
|
1249
|
+
"events": [
|
|
1281
1250
|
{
|
|
1282
|
-
"name": "
|
|
1283
|
-
"
|
|
1284
|
-
"
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
"value": "string"
|
|
1289
|
-
},
|
|
1290
|
-
{
|
|
1291
|
-
"type": "keyword",
|
|
1292
|
-
"value": "number"
|
|
1293
|
-
}
|
|
1294
|
-
]
|
|
1251
|
+
"name": "message.submit",
|
|
1252
|
+
"detail": {
|
|
1253
|
+
"annotation": {
|
|
1254
|
+
"type": "keyword",
|
|
1255
|
+
"value": "string"
|
|
1256
|
+
}
|
|
1295
1257
|
}
|
|
1296
1258
|
},
|
|
1297
1259
|
{
|
|
1298
|
-
"name": "
|
|
1299
|
-
"
|
|
1300
|
-
"
|
|
1301
|
-
|
|
1260
|
+
"name": "ai-employee.mention",
|
|
1261
|
+
"detail": {
|
|
1262
|
+
"annotation": {
|
|
1263
|
+
"type": "union",
|
|
1264
|
+
"types": [
|
|
1265
|
+
{
|
|
1266
|
+
"type": "reference",
|
|
1267
|
+
"typeName": {
|
|
1268
|
+
"type": "identifier",
|
|
1269
|
+
"name": "AIEmployee"
|
|
1270
|
+
}
|
|
1271
|
+
},
|
|
1272
|
+
{
|
|
1273
|
+
"type": "keyword",
|
|
1274
|
+
"value": "null"
|
|
1275
|
+
}
|
|
1276
|
+
]
|
|
1277
|
+
}
|
|
1302
1278
|
}
|
|
1303
1279
|
}
|
|
1304
1280
|
],
|
|
1305
|
-
"
|
|
1281
|
+
"methods": [
|
|
1306
1282
|
{
|
|
1307
|
-
"name": "
|
|
1308
|
-
"
|
|
1309
|
-
|
|
1310
|
-
"
|
|
1311
|
-
"
|
|
1312
|
-
"type": "
|
|
1313
|
-
"
|
|
1283
|
+
"name": "setValue",
|
|
1284
|
+
"params": [
|
|
1285
|
+
{
|
|
1286
|
+
"name": "value",
|
|
1287
|
+
"annotation": {
|
|
1288
|
+
"type": "keyword",
|
|
1289
|
+
"value": "string"
|
|
1314
1290
|
}
|
|
1315
1291
|
}
|
|
1316
|
-
|
|
1292
|
+
],
|
|
1293
|
+
"returns": {}
|
|
1294
|
+
},
|
|
1295
|
+
{
|
|
1296
|
+
"name": "getValue",
|
|
1297
|
+
"params": [],
|
|
1298
|
+
"returns": {}
|
|
1317
1299
|
}
|
|
1318
1300
|
],
|
|
1319
|
-
"methods": [],
|
|
1320
1301
|
"types": [
|
|
1321
1302
|
{
|
|
1322
1303
|
"type": "interface",
|
|
1323
|
-
"name": "
|
|
1304
|
+
"name": "AIEmployee",
|
|
1324
1305
|
"body": [
|
|
1325
1306
|
{
|
|
1326
1307
|
"type": "propertySignature",
|
|
1327
1308
|
"key": {
|
|
1328
1309
|
"type": "identifier",
|
|
1329
|
-
"name": "
|
|
1310
|
+
"name": "employeeId"
|
|
1330
1311
|
},
|
|
1331
1312
|
"annotation": {
|
|
1332
1313
|
"type": "keyword",
|
|
@@ -1338,145 +1319,136 @@
|
|
|
1338
1319
|
"type": "propertySignature",
|
|
1339
1320
|
"key": {
|
|
1340
1321
|
"type": "identifier",
|
|
1341
|
-
"name": "
|
|
1322
|
+
"name": "name"
|
|
1342
1323
|
},
|
|
1343
1324
|
"annotation": {
|
|
1344
1325
|
"type": "keyword",
|
|
1345
1326
|
"value": "string"
|
|
1346
1327
|
},
|
|
1347
1328
|
"computed": false
|
|
1348
|
-
},
|
|
1349
|
-
{
|
|
1350
|
-
"type": "propertySignature",
|
|
1351
|
-
"key": {
|
|
1352
|
-
"type": "identifier",
|
|
1353
|
-
"name": "disabled"
|
|
1354
|
-
},
|
|
1355
|
-
"annotation": {
|
|
1356
|
-
"type": "keyword",
|
|
1357
|
-
"value": "boolean"
|
|
1358
|
-
},
|
|
1359
|
-
"optional": true,
|
|
1360
|
-
"computed": false
|
|
1361
|
-
},
|
|
1362
|
-
{
|
|
1363
|
-
"type": "indexSignature",
|
|
1364
|
-
"parameter": {
|
|
1365
|
-
"type": "identifier",
|
|
1366
|
-
"name": "key",
|
|
1367
|
-
"annotation": {
|
|
1368
|
-
"type": "keyword",
|
|
1369
|
-
"value": "string"
|
|
1370
|
-
}
|
|
1371
|
-
},
|
|
1372
|
-
"annotation": {
|
|
1373
|
-
"type": "keyword",
|
|
1374
|
-
"value": "unknown"
|
|
1375
|
-
}
|
|
1376
1329
|
}
|
|
1377
1330
|
]
|
|
1378
1331
|
}
|
|
1379
1332
|
]
|
|
1380
1333
|
},
|
|
1381
|
-
"ai-portal.
|
|
1334
|
+
"ai-portal.dropdown-select": {
|
|
1382
1335
|
"properties": [
|
|
1383
1336
|
{
|
|
1384
|
-
"name": "
|
|
1337
|
+
"name": "value",
|
|
1338
|
+
"annotation": {
|
|
1339
|
+
"type": "keyword",
|
|
1340
|
+
"value": "string"
|
|
1341
|
+
}
|
|
1342
|
+
},
|
|
1343
|
+
{
|
|
1344
|
+
"name": "options",
|
|
1345
|
+
"annotation": {
|
|
1346
|
+
"type": "array",
|
|
1347
|
+
"elementType": {
|
|
1348
|
+
"type": "reference",
|
|
1349
|
+
"typeName": {
|
|
1350
|
+
"type": "identifier",
|
|
1351
|
+
"name": "DropdownOptions"
|
|
1352
|
+
}
|
|
1353
|
+
}
|
|
1354
|
+
}
|
|
1355
|
+
},
|
|
1356
|
+
{
|
|
1357
|
+
"name": "labelMaxWidth",
|
|
1358
|
+
"annotation": {
|
|
1359
|
+
"type": "union",
|
|
1360
|
+
"types": [
|
|
1361
|
+
{
|
|
1362
|
+
"type": "keyword",
|
|
1363
|
+
"value": "string"
|
|
1364
|
+
},
|
|
1365
|
+
{
|
|
1366
|
+
"type": "keyword",
|
|
1367
|
+
"value": "number"
|
|
1368
|
+
}
|
|
1369
|
+
]
|
|
1370
|
+
}
|
|
1371
|
+
},
|
|
1372
|
+
{
|
|
1373
|
+
"name": "loading",
|
|
1385
1374
|
"annotation": {
|
|
1386
1375
|
"type": "keyword",
|
|
1387
1376
|
"value": "boolean"
|
|
1388
1377
|
}
|
|
1389
1378
|
},
|
|
1390
1379
|
{
|
|
1391
|
-
"name": "
|
|
1380
|
+
"name": "searchPlaceholder",
|
|
1392
1381
|
"annotation": {
|
|
1393
1382
|
"type": "keyword",
|
|
1394
1383
|
"value": "string"
|
|
1395
1384
|
}
|
|
1396
1385
|
},
|
|
1397
1386
|
{
|
|
1398
|
-
"name": "
|
|
1387
|
+
"name": "dropdownContentStyle",
|
|
1388
|
+
"annotation": {
|
|
1389
|
+
"type": "reference",
|
|
1390
|
+
"typeName": {
|
|
1391
|
+
"type": "qualifiedName",
|
|
1392
|
+
"left": {
|
|
1393
|
+
"type": "identifier",
|
|
1394
|
+
"name": "React"
|
|
1395
|
+
},
|
|
1396
|
+
"right": {
|
|
1397
|
+
"type": "identifier",
|
|
1398
|
+
"name": "CSSProperties"
|
|
1399
|
+
}
|
|
1400
|
+
}
|
|
1401
|
+
}
|
|
1402
|
+
},
|
|
1403
|
+
{
|
|
1404
|
+
"name": "dropdownMaxWidth",
|
|
1399
1405
|
"annotation": {
|
|
1400
|
-
"type": "
|
|
1401
|
-
"
|
|
1406
|
+
"type": "union",
|
|
1407
|
+
"types": [
|
|
1408
|
+
{
|
|
1409
|
+
"type": "keyword",
|
|
1410
|
+
"value": "string"
|
|
1411
|
+
},
|
|
1412
|
+
{
|
|
1413
|
+
"type": "keyword",
|
|
1414
|
+
"value": "number"
|
|
1415
|
+
}
|
|
1416
|
+
]
|
|
1402
1417
|
}
|
|
1403
1418
|
},
|
|
1404
1419
|
{
|
|
1405
|
-
"name": "
|
|
1420
|
+
"name": "showSearch",
|
|
1406
1421
|
"annotation": {
|
|
1407
|
-
"type": "
|
|
1408
|
-
"
|
|
1409
|
-
"type": "reference",
|
|
1410
|
-
"typeName": {
|
|
1411
|
-
"type": "identifier",
|
|
1412
|
-
"name": "AIEmployee"
|
|
1413
|
-
}
|
|
1414
|
-
}
|
|
1422
|
+
"type": "keyword",
|
|
1423
|
+
"value": "boolean"
|
|
1415
1424
|
}
|
|
1416
1425
|
}
|
|
1417
1426
|
],
|
|
1418
1427
|
"events": [
|
|
1419
1428
|
{
|
|
1420
|
-
"name": "
|
|
1421
|
-
"detail": {
|
|
1422
|
-
"annotation": {
|
|
1423
|
-
"type": "keyword",
|
|
1424
|
-
"value": "string"
|
|
1425
|
-
}
|
|
1426
|
-
}
|
|
1427
|
-
},
|
|
1428
|
-
{
|
|
1429
|
-
"name": "ai-employee.mention",
|
|
1429
|
+
"name": "change",
|
|
1430
1430
|
"detail": {
|
|
1431
1431
|
"annotation": {
|
|
1432
|
-
"type": "
|
|
1433
|
-
"
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
"typeName": {
|
|
1437
|
-
"type": "identifier",
|
|
1438
|
-
"name": "AIEmployee"
|
|
1439
|
-
}
|
|
1440
|
-
},
|
|
1441
|
-
{
|
|
1442
|
-
"type": "keyword",
|
|
1443
|
-
"value": "null"
|
|
1444
|
-
}
|
|
1445
|
-
]
|
|
1446
|
-
}
|
|
1447
|
-
}
|
|
1448
|
-
}
|
|
1449
|
-
],
|
|
1450
|
-
"methods": [
|
|
1451
|
-
{
|
|
1452
|
-
"name": "setValue",
|
|
1453
|
-
"params": [
|
|
1454
|
-
{
|
|
1455
|
-
"name": "value",
|
|
1456
|
-
"annotation": {
|
|
1457
|
-
"type": "keyword",
|
|
1458
|
-
"value": "string"
|
|
1432
|
+
"type": "reference",
|
|
1433
|
+
"typeName": {
|
|
1434
|
+
"type": "identifier",
|
|
1435
|
+
"name": "DropdownOptions"
|
|
1459
1436
|
}
|
|
1460
1437
|
}
|
|
1461
|
-
|
|
1462
|
-
"returns": {}
|
|
1463
|
-
},
|
|
1464
|
-
{
|
|
1465
|
-
"name": "getValue",
|
|
1466
|
-
"params": [],
|
|
1467
|
-
"returns": {}
|
|
1438
|
+
}
|
|
1468
1439
|
}
|
|
1469
1440
|
],
|
|
1441
|
+
"methods": [],
|
|
1470
1442
|
"types": [
|
|
1471
1443
|
{
|
|
1472
1444
|
"type": "interface",
|
|
1473
|
-
"name": "
|
|
1445
|
+
"name": "DropdownOptions",
|
|
1474
1446
|
"body": [
|
|
1475
1447
|
{
|
|
1476
1448
|
"type": "propertySignature",
|
|
1477
1449
|
"key": {
|
|
1478
1450
|
"type": "identifier",
|
|
1479
|
-
"name": "
|
|
1451
|
+
"name": "label"
|
|
1480
1452
|
},
|
|
1481
1453
|
"annotation": {
|
|
1482
1454
|
"type": "keyword",
|
|
@@ -1488,13 +1460,41 @@
|
|
|
1488
1460
|
"type": "propertySignature",
|
|
1489
1461
|
"key": {
|
|
1490
1462
|
"type": "identifier",
|
|
1491
|
-
"name": "
|
|
1463
|
+
"name": "value"
|
|
1492
1464
|
},
|
|
1493
1465
|
"annotation": {
|
|
1494
1466
|
"type": "keyword",
|
|
1495
1467
|
"value": "string"
|
|
1496
1468
|
},
|
|
1497
1469
|
"computed": false
|
|
1470
|
+
},
|
|
1471
|
+
{
|
|
1472
|
+
"type": "propertySignature",
|
|
1473
|
+
"key": {
|
|
1474
|
+
"type": "identifier",
|
|
1475
|
+
"name": "disabled"
|
|
1476
|
+
},
|
|
1477
|
+
"annotation": {
|
|
1478
|
+
"type": "keyword",
|
|
1479
|
+
"value": "boolean"
|
|
1480
|
+
},
|
|
1481
|
+
"optional": true,
|
|
1482
|
+
"computed": false
|
|
1483
|
+
},
|
|
1484
|
+
{
|
|
1485
|
+
"type": "indexSignature",
|
|
1486
|
+
"parameter": {
|
|
1487
|
+
"type": "identifier",
|
|
1488
|
+
"name": "key",
|
|
1489
|
+
"annotation": {
|
|
1490
|
+
"type": "keyword",
|
|
1491
|
+
"value": "string"
|
|
1492
|
+
}
|
|
1493
|
+
},
|
|
1494
|
+
"annotation": {
|
|
1495
|
+
"type": "keyword",
|
|
1496
|
+
"value": "unknown"
|
|
1497
|
+
}
|
|
1498
1498
|
}
|
|
1499
1499
|
]
|
|
1500
1500
|
}
|
|
@@ -5365,6 +5365,39 @@
|
|
|
5365
5365
|
"type": "keyword",
|
|
5366
5366
|
"value": "string"
|
|
5367
5367
|
}
|
|
5368
|
+
},
|
|
5369
|
+
{
|
|
5370
|
+
"name": "showCases",
|
|
5371
|
+
"annotation": {
|
|
5372
|
+
"type": "array",
|
|
5373
|
+
"elementType": {
|
|
5374
|
+
"type": "reference",
|
|
5375
|
+
"typeName": {
|
|
5376
|
+
"type": "identifier",
|
|
5377
|
+
"name": "ShowCaseType"
|
|
5378
|
+
}
|
|
5379
|
+
}
|
|
5380
|
+
}
|
|
5381
|
+
},
|
|
5382
|
+
{
|
|
5383
|
+
"name": "exampleProjects",
|
|
5384
|
+
"annotation": {
|
|
5385
|
+
"type": "array",
|
|
5386
|
+
"elementType": {
|
|
5387
|
+
"type": "reference",
|
|
5388
|
+
"typeName": {
|
|
5389
|
+
"type": "identifier",
|
|
5390
|
+
"name": "ExampleProject"
|
|
5391
|
+
}
|
|
5392
|
+
}
|
|
5393
|
+
}
|
|
5394
|
+
},
|
|
5395
|
+
{
|
|
5396
|
+
"name": "tryItOutUrl",
|
|
5397
|
+
"annotation": {
|
|
5398
|
+
"type": "keyword",
|
|
5399
|
+
"value": "string"
|
|
5400
|
+
}
|
|
5368
5401
|
}
|
|
5369
5402
|
],
|
|
5370
5403
|
"events": [
|
|
@@ -5490,6 +5523,116 @@
|
|
|
5490
5523
|
}
|
|
5491
5524
|
]
|
|
5492
5525
|
},
|
|
5526
|
+
{
|
|
5527
|
+
"type": "interface",
|
|
5528
|
+
"name": "ShowCaseType",
|
|
5529
|
+
"body": [
|
|
5530
|
+
{
|
|
5531
|
+
"type": "propertySignature",
|
|
5532
|
+
"key": {
|
|
5533
|
+
"type": "identifier",
|
|
5534
|
+
"name": "conversationId"
|
|
5535
|
+
},
|
|
5536
|
+
"annotation": {
|
|
5537
|
+
"type": "keyword",
|
|
5538
|
+
"value": "string"
|
|
5539
|
+
},
|
|
5540
|
+
"computed": false
|
|
5541
|
+
},
|
|
5542
|
+
{
|
|
5543
|
+
"type": "propertySignature",
|
|
5544
|
+
"key": {
|
|
5545
|
+
"type": "identifier",
|
|
5546
|
+
"name": "title"
|
|
5547
|
+
},
|
|
5548
|
+
"annotation": {
|
|
5549
|
+
"type": "keyword",
|
|
5550
|
+
"value": "string"
|
|
5551
|
+
},
|
|
5552
|
+
"computed": false
|
|
5553
|
+
},
|
|
5554
|
+
{
|
|
5555
|
+
"type": "propertySignature",
|
|
5556
|
+
"key": {
|
|
5557
|
+
"type": "identifier",
|
|
5558
|
+
"name": "summary"
|
|
5559
|
+
},
|
|
5560
|
+
"annotation": {
|
|
5561
|
+
"type": "keyword",
|
|
5562
|
+
"value": "string"
|
|
5563
|
+
},
|
|
5564
|
+
"computed": false
|
|
5565
|
+
},
|
|
5566
|
+
{
|
|
5567
|
+
"type": "propertySignature",
|
|
5568
|
+
"key": {
|
|
5569
|
+
"type": "identifier",
|
|
5570
|
+
"name": "scenario"
|
|
5571
|
+
},
|
|
5572
|
+
"annotation": {
|
|
5573
|
+
"type": "keyword",
|
|
5574
|
+
"value": "string"
|
|
5575
|
+
},
|
|
5576
|
+
"computed": false
|
|
5577
|
+
},
|
|
5578
|
+
{
|
|
5579
|
+
"type": "propertySignature",
|
|
5580
|
+
"key": {
|
|
5581
|
+
"type": "identifier",
|
|
5582
|
+
"name": "url"
|
|
5583
|
+
},
|
|
5584
|
+
"annotation": {
|
|
5585
|
+
"type": "keyword",
|
|
5586
|
+
"value": "string"
|
|
5587
|
+
},
|
|
5588
|
+
"optional": true,
|
|
5589
|
+
"computed": false
|
|
5590
|
+
}
|
|
5591
|
+
]
|
|
5592
|
+
},
|
|
5593
|
+
{
|
|
5594
|
+
"type": "interface",
|
|
5595
|
+
"name": "ExampleProject",
|
|
5596
|
+
"body": [
|
|
5597
|
+
{
|
|
5598
|
+
"type": "propertySignature",
|
|
5599
|
+
"key": {
|
|
5600
|
+
"type": "identifier",
|
|
5601
|
+
"name": "instanceId"
|
|
5602
|
+
},
|
|
5603
|
+
"annotation": {
|
|
5604
|
+
"type": "keyword",
|
|
5605
|
+
"value": "string"
|
|
5606
|
+
},
|
|
5607
|
+
"computed": false
|
|
5608
|
+
},
|
|
5609
|
+
{
|
|
5610
|
+
"type": "propertySignature",
|
|
5611
|
+
"key": {
|
|
5612
|
+
"type": "identifier",
|
|
5613
|
+
"name": "name"
|
|
5614
|
+
},
|
|
5615
|
+
"annotation": {
|
|
5616
|
+
"type": "keyword",
|
|
5617
|
+
"value": "string"
|
|
5618
|
+
},
|
|
5619
|
+
"computed": false
|
|
5620
|
+
},
|
|
5621
|
+
{
|
|
5622
|
+
"type": "propertySignature",
|
|
5623
|
+
"key": {
|
|
5624
|
+
"type": "identifier",
|
|
5625
|
+
"name": "url"
|
|
5626
|
+
},
|
|
5627
|
+
"annotation": {
|
|
5628
|
+
"type": "keyword",
|
|
5629
|
+
"value": "string"
|
|
5630
|
+
},
|
|
5631
|
+
"optional": true,
|
|
5632
|
+
"computed": false
|
|
5633
|
+
}
|
|
5634
|
+
]
|
|
5635
|
+
},
|
|
5493
5636
|
{
|
|
5494
5637
|
"type": "interface",
|
|
5495
5638
|
"name": "FeedbackDetail",
|