@next-bricks/ai-portal 0.31.0 → 0.31.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 +22 -22
- package/dist/chunks/{2675.bf62058e.js → 2675.c45e7350.js} +2 -2
- package/dist/chunks/2675.c45e7350.js.map +1 -0
- package/dist/chunks/{chat-stream.d8e6ac51.js → chat-stream.b0e94ebe.js} +2 -2
- package/dist/chunks/{chat-stream.d8e6ac51.js.map → chat-stream.b0e94ebe.js.map} +1 -1
- package/dist/chunks/{main.cbdc3d1a.js → main.7b2e8137.js} +2 -2
- package/dist/chunks/{main.cbdc3d1a.js.map → main.7b2e8137.js.map} +1 -1
- package/dist/chunks/page-container.a637a6c4.js +2 -0
- package/dist/chunks/page-container.a637a6c4.js.map +1 -0
- package/dist/examples.json +15 -15
- package/dist/{index.3be09cbd.js → index.7bf64474.js} +2 -2
- package/dist/{index.3be09cbd.js.map → index.7bf64474.js.map} +1 -1
- package/dist/manifest.json +126 -122
- package/dist/types.json +201 -201
- package/dist-types/page-container/index.d.ts +1 -0
- package/package.json +2 -2
- package/dist/chunks/2675.bf62058e.js.map +0 -1
- package/dist/chunks/page-container.01004a0c.js +0 -2
- package/dist/chunks/page-container.01004a0c.js.map +0 -1
package/dist/types.json
CHANGED
|
@@ -1,9 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"ai-portal.home-container": {
|
|
3
|
-
"properties": [],
|
|
4
|
-
"events": [],
|
|
5
|
-
"methods": []
|
|
6
|
-
},
|
|
7
2
|
"ai-portal.stat-with-mini-chart": {
|
|
8
3
|
"properties": [
|
|
9
4
|
{
|
|
@@ -184,86 +179,10 @@
|
|
|
184
179
|
}
|
|
185
180
|
]
|
|
186
181
|
},
|
|
187
|
-
"ai-portal.
|
|
188
|
-
"properties": [
|
|
189
|
-
{
|
|
190
|
-
"name": "pageTitle",
|
|
191
|
-
"annotation": {
|
|
192
|
-
"type": "keyword",
|
|
193
|
-
"value": "string"
|
|
194
|
-
}
|
|
195
|
-
},
|
|
196
|
-
{
|
|
197
|
-
"name": "breadcrumbs",
|
|
198
|
-
"annotation": {
|
|
199
|
-
"type": "array",
|
|
200
|
-
"elementType": {
|
|
201
|
-
"type": "reference",
|
|
202
|
-
"typeName": {
|
|
203
|
-
"type": "identifier",
|
|
204
|
-
"name": "Breadcrumb"
|
|
205
|
-
}
|
|
206
|
-
}
|
|
207
|
-
}
|
|
208
|
-
},
|
|
209
|
-
{
|
|
210
|
-
"name": "size",
|
|
211
|
-
"annotation": {
|
|
212
|
-
"type": "union",
|
|
213
|
-
"types": [
|
|
214
|
-
{
|
|
215
|
-
"type": "jsLiteral",
|
|
216
|
-
"value": "medium"
|
|
217
|
-
},
|
|
218
|
-
{
|
|
219
|
-
"type": "jsLiteral",
|
|
220
|
-
"value": "small"
|
|
221
|
-
}
|
|
222
|
-
]
|
|
223
|
-
}
|
|
224
|
-
},
|
|
225
|
-
{
|
|
226
|
-
"name": "textContent",
|
|
227
|
-
"annotation": {
|
|
228
|
-
"type": "keyword",
|
|
229
|
-
"value": "string"
|
|
230
|
-
}
|
|
231
|
-
}
|
|
232
|
-
],
|
|
182
|
+
"ai-portal.home-container": {
|
|
183
|
+
"properties": [],
|
|
233
184
|
"events": [],
|
|
234
|
-
"methods": []
|
|
235
|
-
"types": [
|
|
236
|
-
{
|
|
237
|
-
"type": "interface",
|
|
238
|
-
"name": "Breadcrumb",
|
|
239
|
-
"body": [
|
|
240
|
-
{
|
|
241
|
-
"type": "propertySignature",
|
|
242
|
-
"key": {
|
|
243
|
-
"type": "identifier",
|
|
244
|
-
"name": "text"
|
|
245
|
-
},
|
|
246
|
-
"annotation": {
|
|
247
|
-
"type": "keyword",
|
|
248
|
-
"value": "string"
|
|
249
|
-
},
|
|
250
|
-
"computed": false
|
|
251
|
-
},
|
|
252
|
-
{
|
|
253
|
-
"type": "propertySignature",
|
|
254
|
-
"key": {
|
|
255
|
-
"type": "identifier",
|
|
256
|
-
"name": "url"
|
|
257
|
-
},
|
|
258
|
-
"annotation": {
|
|
259
|
-
"type": "keyword",
|
|
260
|
-
"value": "string"
|
|
261
|
-
},
|
|
262
|
-
"computed": false
|
|
263
|
-
}
|
|
264
|
-
]
|
|
265
|
-
}
|
|
266
|
-
]
|
|
185
|
+
"methods": []
|
|
267
186
|
},
|
|
268
187
|
"ai-portal.save-request-store": {
|
|
269
188
|
"type": "provider",
|
|
@@ -382,54 +301,64 @@
|
|
|
382
301
|
}
|
|
383
302
|
}
|
|
384
303
|
},
|
|
385
|
-
"ai-portal.
|
|
304
|
+
"ai-portal.page-container": {
|
|
386
305
|
"properties": [
|
|
387
306
|
{
|
|
388
|
-
"name": "
|
|
307
|
+
"name": "pageTitle",
|
|
308
|
+
"annotation": {
|
|
309
|
+
"type": "keyword",
|
|
310
|
+
"value": "string"
|
|
311
|
+
}
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"name": "breadcrumbs",
|
|
389
315
|
"annotation": {
|
|
390
316
|
"type": "array",
|
|
391
317
|
"elementType": {
|
|
392
318
|
"type": "reference",
|
|
393
319
|
"typeName": {
|
|
394
320
|
"type": "identifier",
|
|
395
|
-
"name": "
|
|
321
|
+
"name": "Breadcrumb"
|
|
396
322
|
}
|
|
397
323
|
}
|
|
398
324
|
}
|
|
399
325
|
},
|
|
400
326
|
{
|
|
401
|
-
"name": "
|
|
327
|
+
"name": "size",
|
|
402
328
|
"annotation": {
|
|
403
|
-
"type": "
|
|
404
|
-
"
|
|
329
|
+
"type": "union",
|
|
330
|
+
"types": [
|
|
331
|
+
{
|
|
332
|
+
"type": "jsLiteral",
|
|
333
|
+
"value": "medium"
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
"type": "jsLiteral",
|
|
337
|
+
"value": "small"
|
|
338
|
+
}
|
|
339
|
+
]
|
|
405
340
|
}
|
|
406
|
-
}
|
|
407
|
-
],
|
|
408
|
-
"events": [
|
|
341
|
+
},
|
|
409
342
|
{
|
|
410
|
-
"name": "
|
|
411
|
-
"
|
|
412
|
-
"
|
|
413
|
-
|
|
414
|
-
"typeName": {
|
|
415
|
-
"type": "identifier",
|
|
416
|
-
"name": "Tab"
|
|
417
|
-
}
|
|
418
|
-
}
|
|
343
|
+
"name": "textContent",
|
|
344
|
+
"annotation": {
|
|
345
|
+
"type": "keyword",
|
|
346
|
+
"value": "string"
|
|
419
347
|
}
|
|
420
348
|
}
|
|
421
349
|
],
|
|
350
|
+
"events": [],
|
|
422
351
|
"methods": [],
|
|
423
352
|
"types": [
|
|
424
353
|
{
|
|
425
354
|
"type": "interface",
|
|
426
|
-
"name": "
|
|
355
|
+
"name": "Breadcrumb",
|
|
427
356
|
"body": [
|
|
428
357
|
{
|
|
429
358
|
"type": "propertySignature",
|
|
430
359
|
"key": {
|
|
431
360
|
"type": "identifier",
|
|
432
|
-
"name": "
|
|
361
|
+
"name": "text"
|
|
433
362
|
},
|
|
434
363
|
"annotation": {
|
|
435
364
|
"type": "keyword",
|
|
@@ -441,7 +370,7 @@
|
|
|
441
370
|
"type": "propertySignature",
|
|
442
371
|
"key": {
|
|
443
372
|
"type": "identifier",
|
|
444
|
-
"name": "
|
|
373
|
+
"name": "url"
|
|
445
374
|
},
|
|
446
375
|
"annotation": {
|
|
447
376
|
"type": "keyword",
|
|
@@ -453,42 +382,76 @@
|
|
|
453
382
|
}
|
|
454
383
|
]
|
|
455
384
|
},
|
|
456
|
-
"ai-portal.
|
|
385
|
+
"ai-portal.tab-list": {
|
|
457
386
|
"properties": [
|
|
458
387
|
{
|
|
459
|
-
"name": "
|
|
388
|
+
"name": "tabs",
|
|
460
389
|
"annotation": {
|
|
461
|
-
"type": "
|
|
462
|
-
"
|
|
390
|
+
"type": "array",
|
|
391
|
+
"elementType": {
|
|
392
|
+
"type": "reference",
|
|
393
|
+
"typeName": {
|
|
394
|
+
"type": "identifier",
|
|
395
|
+
"name": "Tab"
|
|
396
|
+
}
|
|
397
|
+
}
|
|
463
398
|
}
|
|
464
399
|
},
|
|
465
400
|
{
|
|
466
|
-
"name": "
|
|
401
|
+
"name": "activeTab",
|
|
467
402
|
"annotation": {
|
|
468
403
|
"type": "keyword",
|
|
469
404
|
"value": "string"
|
|
470
405
|
}
|
|
471
|
-
},
|
|
472
|
-
{
|
|
473
|
-
"name": "autoFocus",
|
|
474
|
-
"annotation": {
|
|
475
|
-
"type": "keyword",
|
|
476
|
-
"value": "boolean"
|
|
477
|
-
}
|
|
478
406
|
}
|
|
479
407
|
],
|
|
480
408
|
"events": [
|
|
481
409
|
{
|
|
482
|
-
"name": "
|
|
410
|
+
"name": "tab.click",
|
|
483
411
|
"detail": {
|
|
484
412
|
"annotation": {
|
|
485
|
-
"type": "
|
|
486
|
-
"
|
|
413
|
+
"type": "reference",
|
|
414
|
+
"typeName": {
|
|
415
|
+
"type": "identifier",
|
|
416
|
+
"name": "Tab"
|
|
417
|
+
}
|
|
487
418
|
}
|
|
488
419
|
}
|
|
489
420
|
}
|
|
490
421
|
],
|
|
491
|
-
"methods": []
|
|
422
|
+
"methods": [],
|
|
423
|
+
"types": [
|
|
424
|
+
{
|
|
425
|
+
"type": "interface",
|
|
426
|
+
"name": "Tab",
|
|
427
|
+
"body": [
|
|
428
|
+
{
|
|
429
|
+
"type": "propertySignature",
|
|
430
|
+
"key": {
|
|
431
|
+
"type": "identifier",
|
|
432
|
+
"name": "id"
|
|
433
|
+
},
|
|
434
|
+
"annotation": {
|
|
435
|
+
"type": "keyword",
|
|
436
|
+
"value": "string"
|
|
437
|
+
},
|
|
438
|
+
"computed": false
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
"type": "propertySignature",
|
|
442
|
+
"key": {
|
|
443
|
+
"type": "identifier",
|
|
444
|
+
"name": "label"
|
|
445
|
+
},
|
|
446
|
+
"annotation": {
|
|
447
|
+
"type": "keyword",
|
|
448
|
+
"value": "string"
|
|
449
|
+
},
|
|
450
|
+
"computed": false
|
|
451
|
+
}
|
|
452
|
+
]
|
|
453
|
+
}
|
|
454
|
+
]
|
|
492
455
|
},
|
|
493
456
|
"ai-portal.chat-history": {
|
|
494
457
|
"properties": [
|
|
@@ -672,7 +635,7 @@
|
|
|
672
635
|
}
|
|
673
636
|
]
|
|
674
637
|
},
|
|
675
|
-
"ai-portal.
|
|
638
|
+
"ai-portal.show-cases": {
|
|
676
639
|
"properties": [
|
|
677
640
|
{
|
|
678
641
|
"name": "list",
|
|
@@ -682,16 +645,16 @@
|
|
|
682
645
|
"type": "reference",
|
|
683
646
|
"typeName": {
|
|
684
647
|
"type": "identifier",
|
|
685
|
-
"name": "
|
|
648
|
+
"name": "ShowCase"
|
|
686
649
|
}
|
|
687
650
|
}
|
|
688
651
|
}
|
|
689
652
|
},
|
|
690
653
|
{
|
|
691
|
-
"name": "
|
|
654
|
+
"name": "taskUrlTemplate",
|
|
692
655
|
"annotation": {
|
|
693
656
|
"type": "keyword",
|
|
694
|
-
"value": "
|
|
657
|
+
"value": "string"
|
|
695
658
|
}
|
|
696
659
|
}
|
|
697
660
|
],
|
|
@@ -700,13 +663,13 @@
|
|
|
700
663
|
"types": [
|
|
701
664
|
{
|
|
702
665
|
"type": "interface",
|
|
703
|
-
"name": "
|
|
666
|
+
"name": "ShowCase",
|
|
704
667
|
"body": [
|
|
705
668
|
{
|
|
706
669
|
"type": "propertySignature",
|
|
707
670
|
"key": {
|
|
708
671
|
"type": "identifier",
|
|
709
|
-
"name": "
|
|
672
|
+
"name": "taskId"
|
|
710
673
|
},
|
|
711
674
|
"annotation": {
|
|
712
675
|
"type": "keyword",
|
|
@@ -730,7 +693,7 @@
|
|
|
730
693
|
"type": "propertySignature",
|
|
731
694
|
"key": {
|
|
732
695
|
"type": "identifier",
|
|
733
|
-
"name": "
|
|
696
|
+
"name": "summary"
|
|
734
697
|
},
|
|
735
698
|
"annotation": {
|
|
736
699
|
"type": "keyword",
|
|
@@ -742,44 +705,7 @@
|
|
|
742
705
|
"type": "propertySignature",
|
|
743
706
|
"key": {
|
|
744
707
|
"type": "identifier",
|
|
745
|
-
"name": "
|
|
746
|
-
},
|
|
747
|
-
"annotation": {
|
|
748
|
-
"type": "reference",
|
|
749
|
-
"typeName": {
|
|
750
|
-
"type": "identifier",
|
|
751
|
-
"name": "GeneralIconProps"
|
|
752
|
-
}
|
|
753
|
-
},
|
|
754
|
-
"optional": true,
|
|
755
|
-
"computed": false
|
|
756
|
-
},
|
|
757
|
-
{
|
|
758
|
-
"type": "propertySignature",
|
|
759
|
-
"key": {
|
|
760
|
-
"type": "identifier",
|
|
761
|
-
"name": "server"
|
|
762
|
-
},
|
|
763
|
-
"annotation": {
|
|
764
|
-
"type": "reference",
|
|
765
|
-
"typeName": {
|
|
766
|
-
"type": "identifier",
|
|
767
|
-
"name": "McpServer"
|
|
768
|
-
}
|
|
769
|
-
},
|
|
770
|
-
"computed": false
|
|
771
|
-
}
|
|
772
|
-
]
|
|
773
|
-
},
|
|
774
|
-
{
|
|
775
|
-
"type": "interface",
|
|
776
|
-
"name": "McpServer",
|
|
777
|
-
"body": [
|
|
778
|
-
{
|
|
779
|
-
"type": "propertySignature",
|
|
780
|
-
"key": {
|
|
781
|
-
"type": "identifier",
|
|
782
|
-
"name": "id"
|
|
708
|
+
"name": "scenario"
|
|
783
709
|
},
|
|
784
710
|
"annotation": {
|
|
785
711
|
"type": "keyword",
|
|
@@ -791,19 +717,20 @@
|
|
|
791
717
|
"type": "propertySignature",
|
|
792
718
|
"key": {
|
|
793
719
|
"type": "identifier",
|
|
794
|
-
"name": "
|
|
720
|
+
"name": "thumbUrl"
|
|
795
721
|
},
|
|
796
722
|
"annotation": {
|
|
797
723
|
"type": "keyword",
|
|
798
724
|
"value": "string"
|
|
799
725
|
},
|
|
726
|
+
"optional": true,
|
|
800
727
|
"computed": false
|
|
801
728
|
}
|
|
802
729
|
]
|
|
803
730
|
}
|
|
804
731
|
]
|
|
805
732
|
},
|
|
806
|
-
"ai-portal.
|
|
733
|
+
"ai-portal.ai-employees": {
|
|
807
734
|
"properties": [
|
|
808
735
|
{
|
|
809
736
|
"name": "list",
|
|
@@ -813,17 +740,34 @@
|
|
|
813
740
|
"type": "reference",
|
|
814
741
|
"typeName": {
|
|
815
742
|
"type": "identifier",
|
|
816
|
-
"name": "
|
|
743
|
+
"name": "Employee"
|
|
817
744
|
}
|
|
818
745
|
}
|
|
819
746
|
}
|
|
820
747
|
},
|
|
821
748
|
{
|
|
822
|
-
"name": "
|
|
749
|
+
"name": "industries",
|
|
750
|
+
"annotation": {
|
|
751
|
+
"type": "array",
|
|
752
|
+
"elementType": {
|
|
753
|
+
"type": "keyword",
|
|
754
|
+
"value": "string"
|
|
755
|
+
}
|
|
756
|
+
}
|
|
757
|
+
},
|
|
758
|
+
{
|
|
759
|
+
"name": "urlTemplate",
|
|
823
760
|
"annotation": {
|
|
824
761
|
"type": "keyword",
|
|
825
762
|
"value": "string"
|
|
826
763
|
}
|
|
764
|
+
},
|
|
765
|
+
{
|
|
766
|
+
"name": "withContainer",
|
|
767
|
+
"annotation": {
|
|
768
|
+
"type": "keyword",
|
|
769
|
+
"value": "boolean"
|
|
770
|
+
}
|
|
827
771
|
}
|
|
828
772
|
],
|
|
829
773
|
"events": [],
|
|
@@ -831,13 +775,13 @@
|
|
|
831
775
|
"types": [
|
|
832
776
|
{
|
|
833
777
|
"type": "interface",
|
|
834
|
-
"name": "
|
|
778
|
+
"name": "Employee",
|
|
835
779
|
"body": [
|
|
836
780
|
{
|
|
837
781
|
"type": "propertySignature",
|
|
838
782
|
"key": {
|
|
839
783
|
"type": "identifier",
|
|
840
|
-
"name": "
|
|
784
|
+
"name": "name"
|
|
841
785
|
},
|
|
842
786
|
"annotation": {
|
|
843
787
|
"type": "keyword",
|
|
@@ -849,7 +793,7 @@
|
|
|
849
793
|
"type": "propertySignature",
|
|
850
794
|
"key": {
|
|
851
795
|
"type": "identifier",
|
|
852
|
-
"name": "
|
|
796
|
+
"name": "industry"
|
|
853
797
|
},
|
|
854
798
|
"annotation": {
|
|
855
799
|
"type": "keyword",
|
|
@@ -861,7 +805,7 @@
|
|
|
861
805
|
"type": "propertySignature",
|
|
862
806
|
"key": {
|
|
863
807
|
"type": "identifier",
|
|
864
|
-
"name": "
|
|
808
|
+
"name": "role"
|
|
865
809
|
},
|
|
866
810
|
"annotation": {
|
|
867
811
|
"type": "keyword",
|
|
@@ -873,7 +817,7 @@
|
|
|
873
817
|
"type": "propertySignature",
|
|
874
818
|
"key": {
|
|
875
819
|
"type": "identifier",
|
|
876
|
-
"name": "
|
|
820
|
+
"name": "description"
|
|
877
821
|
},
|
|
878
822
|
"annotation": {
|
|
879
823
|
"type": "keyword",
|
|
@@ -885,7 +829,7 @@
|
|
|
885
829
|
"type": "propertySignature",
|
|
886
830
|
"key": {
|
|
887
831
|
"type": "identifier",
|
|
888
|
-
"name": "
|
|
832
|
+
"name": "avatar"
|
|
889
833
|
},
|
|
890
834
|
"annotation": {
|
|
891
835
|
"type": "keyword",
|
|
@@ -898,7 +842,7 @@
|
|
|
898
842
|
}
|
|
899
843
|
]
|
|
900
844
|
},
|
|
901
|
-
"ai-portal.
|
|
845
|
+
"ai-portal.mcp-tools": {
|
|
902
846
|
"properties": [
|
|
903
847
|
{
|
|
904
848
|
"name": "list",
|
|
@@ -908,28 +852,11 @@
|
|
|
908
852
|
"type": "reference",
|
|
909
853
|
"typeName": {
|
|
910
854
|
"type": "identifier",
|
|
911
|
-
"name": "
|
|
855
|
+
"name": "McpTool"
|
|
912
856
|
}
|
|
913
857
|
}
|
|
914
858
|
}
|
|
915
859
|
},
|
|
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
860
|
{
|
|
934
861
|
"name": "withContainer",
|
|
935
862
|
"annotation": {
|
|
@@ -943,7 +870,7 @@
|
|
|
943
870
|
"types": [
|
|
944
871
|
{
|
|
945
872
|
"type": "interface",
|
|
946
|
-
"name": "
|
|
873
|
+
"name": "McpTool",
|
|
947
874
|
"body": [
|
|
948
875
|
{
|
|
949
876
|
"type": "propertySignature",
|
|
@@ -961,7 +888,7 @@
|
|
|
961
888
|
"type": "propertySignature",
|
|
962
889
|
"key": {
|
|
963
890
|
"type": "identifier",
|
|
964
|
-
"name": "
|
|
891
|
+
"name": "title"
|
|
965
892
|
},
|
|
966
893
|
"annotation": {
|
|
967
894
|
"type": "keyword",
|
|
@@ -973,7 +900,7 @@
|
|
|
973
900
|
"type": "propertySignature",
|
|
974
901
|
"key": {
|
|
975
902
|
"type": "identifier",
|
|
976
|
-
"name": "
|
|
903
|
+
"name": "description"
|
|
977
904
|
},
|
|
978
905
|
"annotation": {
|
|
979
906
|
"type": "keyword",
|
|
@@ -985,7 +912,44 @@
|
|
|
985
912
|
"type": "propertySignature",
|
|
986
913
|
"key": {
|
|
987
914
|
"type": "identifier",
|
|
988
|
-
"name": "
|
|
915
|
+
"name": "icon"
|
|
916
|
+
},
|
|
917
|
+
"annotation": {
|
|
918
|
+
"type": "reference",
|
|
919
|
+
"typeName": {
|
|
920
|
+
"type": "identifier",
|
|
921
|
+
"name": "GeneralIconProps"
|
|
922
|
+
}
|
|
923
|
+
},
|
|
924
|
+
"optional": true,
|
|
925
|
+
"computed": false
|
|
926
|
+
},
|
|
927
|
+
{
|
|
928
|
+
"type": "propertySignature",
|
|
929
|
+
"key": {
|
|
930
|
+
"type": "identifier",
|
|
931
|
+
"name": "server"
|
|
932
|
+
},
|
|
933
|
+
"annotation": {
|
|
934
|
+
"type": "reference",
|
|
935
|
+
"typeName": {
|
|
936
|
+
"type": "identifier",
|
|
937
|
+
"name": "McpServer"
|
|
938
|
+
}
|
|
939
|
+
},
|
|
940
|
+
"computed": false
|
|
941
|
+
}
|
|
942
|
+
]
|
|
943
|
+
},
|
|
944
|
+
{
|
|
945
|
+
"type": "interface",
|
|
946
|
+
"name": "McpServer",
|
|
947
|
+
"body": [
|
|
948
|
+
{
|
|
949
|
+
"type": "propertySignature",
|
|
950
|
+
"key": {
|
|
951
|
+
"type": "identifier",
|
|
952
|
+
"name": "id"
|
|
989
953
|
},
|
|
990
954
|
"annotation": {
|
|
991
955
|
"type": "keyword",
|
|
@@ -997,19 +961,55 @@
|
|
|
997
961
|
"type": "propertySignature",
|
|
998
962
|
"key": {
|
|
999
963
|
"type": "identifier",
|
|
1000
|
-
"name": "
|
|
964
|
+
"name": "name"
|
|
1001
965
|
},
|
|
1002
966
|
"annotation": {
|
|
1003
967
|
"type": "keyword",
|
|
1004
968
|
"value": "string"
|
|
1005
969
|
},
|
|
1006
|
-
"optional": true,
|
|
1007
970
|
"computed": false
|
|
1008
971
|
}
|
|
1009
972
|
]
|
|
1010
973
|
}
|
|
1011
974
|
]
|
|
1012
975
|
},
|
|
976
|
+
"ai-portal.chat-box": {
|
|
977
|
+
"properties": [
|
|
978
|
+
{
|
|
979
|
+
"name": "disabled",
|
|
980
|
+
"annotation": {
|
|
981
|
+
"type": "keyword",
|
|
982
|
+
"value": "boolean"
|
|
983
|
+
}
|
|
984
|
+
},
|
|
985
|
+
{
|
|
986
|
+
"name": "placeholder",
|
|
987
|
+
"annotation": {
|
|
988
|
+
"type": "keyword",
|
|
989
|
+
"value": "string"
|
|
990
|
+
}
|
|
991
|
+
},
|
|
992
|
+
{
|
|
993
|
+
"name": "autoFocus",
|
|
994
|
+
"annotation": {
|
|
995
|
+
"type": "keyword",
|
|
996
|
+
"value": "boolean"
|
|
997
|
+
}
|
|
998
|
+
}
|
|
999
|
+
],
|
|
1000
|
+
"events": [
|
|
1001
|
+
{
|
|
1002
|
+
"name": "message.submit",
|
|
1003
|
+
"detail": {
|
|
1004
|
+
"annotation": {
|
|
1005
|
+
"type": "keyword",
|
|
1006
|
+
"value": "string"
|
|
1007
|
+
}
|
|
1008
|
+
}
|
|
1009
|
+
}
|
|
1010
|
+
],
|
|
1011
|
+
"methods": []
|
|
1012
|
+
},
|
|
1013
1013
|
"ai-portal.ai-agents": {
|
|
1014
1014
|
"properties": [
|
|
1015
1015
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/ai-portal",
|
|
3
|
-
"version": "0.31.
|
|
3
|
+
"version": "0.31.2",
|
|
4
4
|
"homepage": "https://github.com/easyops-cn/next-advanced-bricks/tree/master/bricks/ai-portal",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"@next-bricks/presentational": "*",
|
|
47
47
|
"@next-bricks/vs": "*"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "ad234b0891c7930b7872e3ab7869919e7d4a739c"
|
|
50
50
|
}
|