@next-bricks/ai-portal 0.47.0 → 0.47.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 +13 -13
- package/dist/chunks/{1692.fc5b8118.js → 1692.9fa908f1.js} +2 -2
- package/dist/chunks/{1692.fc5b8118.js.map → 1692.9fa908f1.js.map} +1 -1
- package/dist/chunks/{7570.62513e32.js → 4144.5c923db3.js} +2 -2
- package/dist/chunks/4144.5c923db3.js.map +1 -0
- package/dist/chunks/{7431.9dd045ca.js → 7431.3ff52734.js} +3 -3
- package/dist/chunks/{7431.9dd045ca.js.map → 7431.3ff52734.js.map} +1 -1
- package/dist/chunks/{9328.b23938c7.js → 9328.b23a66b4.js} +2 -2
- package/dist/chunks/{9328.b23938c7.js.map → 9328.b23a66b4.js.map} +1 -1
- package/dist/chunks/{main.83b93022.js → main.151d1068.js} +2 -2
- package/dist/chunks/{main.83b93022.js.map → main.151d1068.js.map} +1 -1
- package/dist/chunks/{preview-container.6aa7058b.js → preview-container.659bb080.js} +2 -2
- package/dist/chunks/{preview-container.6aa7058b.js.map → preview-container.659bb080.js.map} +1 -1
- package/dist/examples.json +3 -3
- package/dist/{index.5606be01.js → index.3c942bd7.js} +2 -2
- package/dist/{index.5606be01.js.map → index.3c942bd7.js.map} +1 -1
- package/dist/manifest.json +66 -66
- package/dist/types.json +211 -211
- package/package.json +2 -2
- package/dist/chunks/7570.62513e32.js.map +0 -1
- /package/dist/chunks/{7431.9dd045ca.js.LICENSE.txt → 7431.3ff52734.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -179,6 +179,158 @@
|
|
|
179
179
|
}
|
|
180
180
|
]
|
|
181
181
|
},
|
|
182
|
+
"ai-portal.page-container": {
|
|
183
|
+
"properties": [
|
|
184
|
+
{
|
|
185
|
+
"name": "pageTitle",
|
|
186
|
+
"annotation": {
|
|
187
|
+
"type": "keyword",
|
|
188
|
+
"value": "string"
|
|
189
|
+
}
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"name": "breadcrumbs",
|
|
193
|
+
"annotation": {
|
|
194
|
+
"type": "array",
|
|
195
|
+
"elementType": {
|
|
196
|
+
"type": "reference",
|
|
197
|
+
"typeName": {
|
|
198
|
+
"type": "identifier",
|
|
199
|
+
"name": "Breadcrumb"
|
|
200
|
+
}
|
|
201
|
+
}
|
|
202
|
+
}
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"name": "size",
|
|
206
|
+
"annotation": {
|
|
207
|
+
"type": "union",
|
|
208
|
+
"types": [
|
|
209
|
+
{
|
|
210
|
+
"type": "jsLiteral",
|
|
211
|
+
"value": "medium"
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"type": "jsLiteral",
|
|
215
|
+
"value": "small"
|
|
216
|
+
}
|
|
217
|
+
]
|
|
218
|
+
}
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"name": "textContent",
|
|
222
|
+
"annotation": {
|
|
223
|
+
"type": "keyword",
|
|
224
|
+
"value": "string"
|
|
225
|
+
}
|
|
226
|
+
}
|
|
227
|
+
],
|
|
228
|
+
"events": [],
|
|
229
|
+
"methods": [],
|
|
230
|
+
"types": [
|
|
231
|
+
{
|
|
232
|
+
"type": "interface",
|
|
233
|
+
"name": "Breadcrumb",
|
|
234
|
+
"body": [
|
|
235
|
+
{
|
|
236
|
+
"type": "propertySignature",
|
|
237
|
+
"key": {
|
|
238
|
+
"type": "identifier",
|
|
239
|
+
"name": "text"
|
|
240
|
+
},
|
|
241
|
+
"annotation": {
|
|
242
|
+
"type": "keyword",
|
|
243
|
+
"value": "string"
|
|
244
|
+
},
|
|
245
|
+
"computed": false
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"type": "propertySignature",
|
|
249
|
+
"key": {
|
|
250
|
+
"type": "identifier",
|
|
251
|
+
"name": "url"
|
|
252
|
+
},
|
|
253
|
+
"annotation": {
|
|
254
|
+
"type": "keyword",
|
|
255
|
+
"value": "string"
|
|
256
|
+
},
|
|
257
|
+
"computed": false
|
|
258
|
+
}
|
|
259
|
+
]
|
|
260
|
+
}
|
|
261
|
+
]
|
|
262
|
+
},
|
|
263
|
+
"ai-portal.tab-list": {
|
|
264
|
+
"properties": [
|
|
265
|
+
{
|
|
266
|
+
"name": "tabs",
|
|
267
|
+
"annotation": {
|
|
268
|
+
"type": "array",
|
|
269
|
+
"elementType": {
|
|
270
|
+
"type": "reference",
|
|
271
|
+
"typeName": {
|
|
272
|
+
"type": "identifier",
|
|
273
|
+
"name": "Tab"
|
|
274
|
+
}
|
|
275
|
+
}
|
|
276
|
+
}
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"name": "activeTab",
|
|
280
|
+
"annotation": {
|
|
281
|
+
"type": "keyword",
|
|
282
|
+
"value": "string"
|
|
283
|
+
}
|
|
284
|
+
}
|
|
285
|
+
],
|
|
286
|
+
"events": [
|
|
287
|
+
{
|
|
288
|
+
"name": "tab.click",
|
|
289
|
+
"detail": {
|
|
290
|
+
"annotation": {
|
|
291
|
+
"type": "reference",
|
|
292
|
+
"typeName": {
|
|
293
|
+
"type": "identifier",
|
|
294
|
+
"name": "Tab"
|
|
295
|
+
}
|
|
296
|
+
}
|
|
297
|
+
}
|
|
298
|
+
}
|
|
299
|
+
],
|
|
300
|
+
"methods": [],
|
|
301
|
+
"types": [
|
|
302
|
+
{
|
|
303
|
+
"type": "interface",
|
|
304
|
+
"name": "Tab",
|
|
305
|
+
"body": [
|
|
306
|
+
{
|
|
307
|
+
"type": "propertySignature",
|
|
308
|
+
"key": {
|
|
309
|
+
"type": "identifier",
|
|
310
|
+
"name": "id"
|
|
311
|
+
},
|
|
312
|
+
"annotation": {
|
|
313
|
+
"type": "keyword",
|
|
314
|
+
"value": "string"
|
|
315
|
+
},
|
|
316
|
+
"computed": false
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
"type": "propertySignature",
|
|
320
|
+
"key": {
|
|
321
|
+
"type": "identifier",
|
|
322
|
+
"name": "label"
|
|
323
|
+
},
|
|
324
|
+
"annotation": {
|
|
325
|
+
"type": "keyword",
|
|
326
|
+
"value": "string"
|
|
327
|
+
},
|
|
328
|
+
"computed": false
|
|
329
|
+
}
|
|
330
|
+
]
|
|
331
|
+
}
|
|
332
|
+
]
|
|
333
|
+
},
|
|
182
334
|
"ai-portal.call-tool": {
|
|
183
335
|
"type": "provider",
|
|
184
336
|
"params": [
|
|
@@ -352,158 +504,6 @@
|
|
|
352
504
|
}
|
|
353
505
|
}
|
|
354
506
|
},
|
|
355
|
-
"ai-portal.page-container": {
|
|
356
|
-
"properties": [
|
|
357
|
-
{
|
|
358
|
-
"name": "pageTitle",
|
|
359
|
-
"annotation": {
|
|
360
|
-
"type": "keyword",
|
|
361
|
-
"value": "string"
|
|
362
|
-
}
|
|
363
|
-
},
|
|
364
|
-
{
|
|
365
|
-
"name": "breadcrumbs",
|
|
366
|
-
"annotation": {
|
|
367
|
-
"type": "array",
|
|
368
|
-
"elementType": {
|
|
369
|
-
"type": "reference",
|
|
370
|
-
"typeName": {
|
|
371
|
-
"type": "identifier",
|
|
372
|
-
"name": "Breadcrumb"
|
|
373
|
-
}
|
|
374
|
-
}
|
|
375
|
-
}
|
|
376
|
-
},
|
|
377
|
-
{
|
|
378
|
-
"name": "size",
|
|
379
|
-
"annotation": {
|
|
380
|
-
"type": "union",
|
|
381
|
-
"types": [
|
|
382
|
-
{
|
|
383
|
-
"type": "jsLiteral",
|
|
384
|
-
"value": "medium"
|
|
385
|
-
},
|
|
386
|
-
{
|
|
387
|
-
"type": "jsLiteral",
|
|
388
|
-
"value": "small"
|
|
389
|
-
}
|
|
390
|
-
]
|
|
391
|
-
}
|
|
392
|
-
},
|
|
393
|
-
{
|
|
394
|
-
"name": "textContent",
|
|
395
|
-
"annotation": {
|
|
396
|
-
"type": "keyword",
|
|
397
|
-
"value": "string"
|
|
398
|
-
}
|
|
399
|
-
}
|
|
400
|
-
],
|
|
401
|
-
"events": [],
|
|
402
|
-
"methods": [],
|
|
403
|
-
"types": [
|
|
404
|
-
{
|
|
405
|
-
"type": "interface",
|
|
406
|
-
"name": "Breadcrumb",
|
|
407
|
-
"body": [
|
|
408
|
-
{
|
|
409
|
-
"type": "propertySignature",
|
|
410
|
-
"key": {
|
|
411
|
-
"type": "identifier",
|
|
412
|
-
"name": "text"
|
|
413
|
-
},
|
|
414
|
-
"annotation": {
|
|
415
|
-
"type": "keyword",
|
|
416
|
-
"value": "string"
|
|
417
|
-
},
|
|
418
|
-
"computed": false
|
|
419
|
-
},
|
|
420
|
-
{
|
|
421
|
-
"type": "propertySignature",
|
|
422
|
-
"key": {
|
|
423
|
-
"type": "identifier",
|
|
424
|
-
"name": "url"
|
|
425
|
-
},
|
|
426
|
-
"annotation": {
|
|
427
|
-
"type": "keyword",
|
|
428
|
-
"value": "string"
|
|
429
|
-
},
|
|
430
|
-
"computed": false
|
|
431
|
-
}
|
|
432
|
-
]
|
|
433
|
-
}
|
|
434
|
-
]
|
|
435
|
-
},
|
|
436
|
-
"ai-portal.tab-list": {
|
|
437
|
-
"properties": [
|
|
438
|
-
{
|
|
439
|
-
"name": "tabs",
|
|
440
|
-
"annotation": {
|
|
441
|
-
"type": "array",
|
|
442
|
-
"elementType": {
|
|
443
|
-
"type": "reference",
|
|
444
|
-
"typeName": {
|
|
445
|
-
"type": "identifier",
|
|
446
|
-
"name": "Tab"
|
|
447
|
-
}
|
|
448
|
-
}
|
|
449
|
-
}
|
|
450
|
-
},
|
|
451
|
-
{
|
|
452
|
-
"name": "activeTab",
|
|
453
|
-
"annotation": {
|
|
454
|
-
"type": "keyword",
|
|
455
|
-
"value": "string"
|
|
456
|
-
}
|
|
457
|
-
}
|
|
458
|
-
],
|
|
459
|
-
"events": [
|
|
460
|
-
{
|
|
461
|
-
"name": "tab.click",
|
|
462
|
-
"detail": {
|
|
463
|
-
"annotation": {
|
|
464
|
-
"type": "reference",
|
|
465
|
-
"typeName": {
|
|
466
|
-
"type": "identifier",
|
|
467
|
-
"name": "Tab"
|
|
468
|
-
}
|
|
469
|
-
}
|
|
470
|
-
}
|
|
471
|
-
}
|
|
472
|
-
],
|
|
473
|
-
"methods": [],
|
|
474
|
-
"types": [
|
|
475
|
-
{
|
|
476
|
-
"type": "interface",
|
|
477
|
-
"name": "Tab",
|
|
478
|
-
"body": [
|
|
479
|
-
{
|
|
480
|
-
"type": "propertySignature",
|
|
481
|
-
"key": {
|
|
482
|
-
"type": "identifier",
|
|
483
|
-
"name": "id"
|
|
484
|
-
},
|
|
485
|
-
"annotation": {
|
|
486
|
-
"type": "keyword",
|
|
487
|
-
"value": "string"
|
|
488
|
-
},
|
|
489
|
-
"computed": false
|
|
490
|
-
},
|
|
491
|
-
{
|
|
492
|
-
"type": "propertySignature",
|
|
493
|
-
"key": {
|
|
494
|
-
"type": "identifier",
|
|
495
|
-
"name": "label"
|
|
496
|
-
},
|
|
497
|
-
"annotation": {
|
|
498
|
-
"type": "keyword",
|
|
499
|
-
"value": "string"
|
|
500
|
-
},
|
|
501
|
-
"computed": false
|
|
502
|
-
}
|
|
503
|
-
]
|
|
504
|
-
}
|
|
505
|
-
]
|
|
506
|
-
},
|
|
507
507
|
"ai-portal.elevo-logo": {
|
|
508
508
|
"properties": [],
|
|
509
509
|
"events": [],
|
|
@@ -801,7 +801,7 @@
|
|
|
801
801
|
}
|
|
802
802
|
]
|
|
803
803
|
},
|
|
804
|
-
"ai-portal.
|
|
804
|
+
"ai-portal.mcp-tools": {
|
|
805
805
|
"properties": [
|
|
806
806
|
{
|
|
807
807
|
"name": "list",
|
|
@@ -811,10 +811,17 @@
|
|
|
811
811
|
"type": "reference",
|
|
812
812
|
"typeName": {
|
|
813
813
|
"type": "identifier",
|
|
814
|
-
"name": "
|
|
814
|
+
"name": "McpTool"
|
|
815
815
|
}
|
|
816
816
|
}
|
|
817
817
|
}
|
|
818
|
+
},
|
|
819
|
+
{
|
|
820
|
+
"name": "withContainer",
|
|
821
|
+
"annotation": {
|
|
822
|
+
"type": "keyword",
|
|
823
|
+
"value": "boolean"
|
|
824
|
+
}
|
|
818
825
|
}
|
|
819
826
|
],
|
|
820
827
|
"events": [],
|
|
@@ -822,13 +829,13 @@
|
|
|
822
829
|
"types": [
|
|
823
830
|
{
|
|
824
831
|
"type": "interface",
|
|
825
|
-
"name": "
|
|
832
|
+
"name": "McpTool",
|
|
826
833
|
"body": [
|
|
827
834
|
{
|
|
828
835
|
"type": "propertySignature",
|
|
829
836
|
"key": {
|
|
830
837
|
"type": "identifier",
|
|
831
|
-
"name": "
|
|
838
|
+
"name": "name"
|
|
832
839
|
},
|
|
833
840
|
"annotation": {
|
|
834
841
|
"type": "keyword",
|
|
@@ -852,7 +859,7 @@
|
|
|
852
859
|
"type": "propertySignature",
|
|
853
860
|
"key": {
|
|
854
861
|
"type": "identifier",
|
|
855
|
-
"name": "
|
|
862
|
+
"name": "description"
|
|
856
863
|
},
|
|
857
864
|
"annotation": {
|
|
858
865
|
"type": "keyword",
|
|
@@ -864,7 +871,44 @@
|
|
|
864
871
|
"type": "propertySignature",
|
|
865
872
|
"key": {
|
|
866
873
|
"type": "identifier",
|
|
867
|
-
"name": "
|
|
874
|
+
"name": "icon"
|
|
875
|
+
},
|
|
876
|
+
"annotation": {
|
|
877
|
+
"type": "reference",
|
|
878
|
+
"typeName": {
|
|
879
|
+
"type": "identifier",
|
|
880
|
+
"name": "GeneralIconProps"
|
|
881
|
+
}
|
|
882
|
+
},
|
|
883
|
+
"optional": true,
|
|
884
|
+
"computed": false
|
|
885
|
+
},
|
|
886
|
+
{
|
|
887
|
+
"type": "propertySignature",
|
|
888
|
+
"key": {
|
|
889
|
+
"type": "identifier",
|
|
890
|
+
"name": "server"
|
|
891
|
+
},
|
|
892
|
+
"annotation": {
|
|
893
|
+
"type": "reference",
|
|
894
|
+
"typeName": {
|
|
895
|
+
"type": "identifier",
|
|
896
|
+
"name": "McpServer"
|
|
897
|
+
}
|
|
898
|
+
},
|
|
899
|
+
"computed": false
|
|
900
|
+
}
|
|
901
|
+
]
|
|
902
|
+
},
|
|
903
|
+
{
|
|
904
|
+
"type": "interface",
|
|
905
|
+
"name": "McpServer",
|
|
906
|
+
"body": [
|
|
907
|
+
{
|
|
908
|
+
"type": "propertySignature",
|
|
909
|
+
"key": {
|
|
910
|
+
"type": "identifier",
|
|
911
|
+
"name": "id"
|
|
868
912
|
},
|
|
869
913
|
"annotation": {
|
|
870
914
|
"type": "keyword",
|
|
@@ -876,20 +920,19 @@
|
|
|
876
920
|
"type": "propertySignature",
|
|
877
921
|
"key": {
|
|
878
922
|
"type": "identifier",
|
|
879
|
-
"name": "
|
|
923
|
+
"name": "name"
|
|
880
924
|
},
|
|
881
925
|
"annotation": {
|
|
882
926
|
"type": "keyword",
|
|
883
927
|
"value": "string"
|
|
884
928
|
},
|
|
885
|
-
"optional": true,
|
|
886
929
|
"computed": false
|
|
887
930
|
}
|
|
888
931
|
]
|
|
889
932
|
}
|
|
890
933
|
]
|
|
891
934
|
},
|
|
892
|
-
"ai-portal.
|
|
935
|
+
"ai-portal.show-cases": {
|
|
893
936
|
"properties": [
|
|
894
937
|
{
|
|
895
938
|
"name": "list",
|
|
@@ -899,17 +942,10 @@
|
|
|
899
942
|
"type": "reference",
|
|
900
943
|
"typeName": {
|
|
901
944
|
"type": "identifier",
|
|
902
|
-
"name": "
|
|
945
|
+
"name": "ShowCaseType"
|
|
903
946
|
}
|
|
904
947
|
}
|
|
905
948
|
}
|
|
906
|
-
},
|
|
907
|
-
{
|
|
908
|
-
"name": "withContainer",
|
|
909
|
-
"annotation": {
|
|
910
|
-
"type": "keyword",
|
|
911
|
-
"value": "boolean"
|
|
912
|
-
}
|
|
913
949
|
}
|
|
914
950
|
],
|
|
915
951
|
"events": [],
|
|
@@ -917,13 +953,13 @@
|
|
|
917
953
|
"types": [
|
|
918
954
|
{
|
|
919
955
|
"type": "interface",
|
|
920
|
-
"name": "
|
|
956
|
+
"name": "ShowCaseType",
|
|
921
957
|
"body": [
|
|
922
958
|
{
|
|
923
959
|
"type": "propertySignature",
|
|
924
960
|
"key": {
|
|
925
961
|
"type": "identifier",
|
|
926
|
-
"name": "
|
|
962
|
+
"name": "conversationId"
|
|
927
963
|
},
|
|
928
964
|
"annotation": {
|
|
929
965
|
"type": "keyword",
|
|
@@ -947,7 +983,7 @@
|
|
|
947
983
|
"type": "propertySignature",
|
|
948
984
|
"key": {
|
|
949
985
|
"type": "identifier",
|
|
950
|
-
"name": "
|
|
986
|
+
"name": "summary"
|
|
951
987
|
},
|
|
952
988
|
"annotation": {
|
|
953
989
|
"type": "keyword",
|
|
@@ -959,44 +995,7 @@
|
|
|
959
995
|
"type": "propertySignature",
|
|
960
996
|
"key": {
|
|
961
997
|
"type": "identifier",
|
|
962
|
-
"name": "
|
|
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"
|
|
998
|
+
"name": "scenario"
|
|
1000
999
|
},
|
|
1001
1000
|
"annotation": {
|
|
1002
1001
|
"type": "keyword",
|
|
@@ -1008,12 +1007,13 @@
|
|
|
1008
1007
|
"type": "propertySignature",
|
|
1009
1008
|
"key": {
|
|
1010
1009
|
"type": "identifier",
|
|
1011
|
-
"name": "
|
|
1010
|
+
"name": "url"
|
|
1012
1011
|
},
|
|
1013
1012
|
"annotation": {
|
|
1014
1013
|
"type": "keyword",
|
|
1015
1014
|
"value": "string"
|
|
1016
1015
|
},
|
|
1016
|
+
"optional": true,
|
|
1017
1017
|
"computed": false
|
|
1018
1018
|
}
|
|
1019
1019
|
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/ai-portal",
|
|
3
|
-
"version": "0.47.
|
|
3
|
+
"version": "0.47.1",
|
|
4
4
|
"homepage": "https://github.com/easyops-cn/next-advanced-bricks/tree/master/bricks/ai-portal",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"@next-bricks/presentational": "*",
|
|
48
48
|
"@next-bricks/vs": "*"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "e2aa09ffd981ae1320ba9b5777a9a358e0b1d989"
|
|
51
51
|
}
|