@next-bricks/ai-portal 0.55.0 → 0.55.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.
Files changed (31) hide show
  1. package/dist/bricks.json +21 -21
  2. package/dist/chunks/1080.c0cb398b.js +2 -0
  3. package/dist/chunks/1080.c0cb398b.js.map +1 -0
  4. package/dist/chunks/{2084.0e9751e7.js → 2084.778e8126.js} +3 -3
  5. package/dist/chunks/2084.778e8126.js.map +1 -0
  6. package/dist/chunks/3227.77ba4968.js +2 -0
  7. package/dist/chunks/3227.77ba4968.js.map +1 -0
  8. package/dist/chunks/8717.462ca5c9.js +2 -0
  9. package/dist/chunks/8717.462ca5c9.js.map +1 -0
  10. package/dist/chunks/{main.6b7402db.js → main.9f2b6ec7.js} +2 -2
  11. package/dist/chunks/{main.6b7402db.js.map → main.9f2b6ec7.js.map} +1 -1
  12. package/dist/examples.json +14 -14
  13. package/dist/{index.14c08956.js → index.fe56261d.js} +2 -2
  14. package/dist/{index.14c08956.js.map → index.fe56261d.js.map} +1 -1
  15. package/dist/manifest.json +139 -139
  16. package/dist/types.json +188 -84
  17. package/dist-types/chat-stream/UserMessage/UserMessage.d.ts +3 -1
  18. package/dist-types/chat-stream/interfaces.d.ts +2 -1
  19. package/dist-types/cruise-canvas/NodeRequirement/NodeRequirement.d.ts +3 -1
  20. package/dist-types/cruise-canvas/interfaces.d.ts +2 -1
  21. package/dist-types/shared/ReadableCommand/ReadableCommand.d.ts +7 -0
  22. package/dist-types/shared/interfaces.d.ts +3 -0
  23. package/package.json +2 -2
  24. package/dist/chunks/2084.0e9751e7.js.map +0 -1
  25. package/dist/chunks/3227.689d8678.js +0 -2
  26. package/dist/chunks/3227.689d8678.js.map +0 -1
  27. package/dist/chunks/6201.fa3b6e24.js +0 -2
  28. package/dist/chunks/6201.fa3b6e24.js.map +0 -1
  29. package/dist/chunks/8717.1e5ad2b1.js +0 -2
  30. package/dist/chunks/8717.1e5ad2b1.js.map +0 -1
  31. /package/dist/chunks/{2084.0e9751e7.js.LICENSE.txt → 2084.778e8126.js.LICENSE.txt} +0 -0
@@ -231,20 +231,6 @@
231
231
  "parts": [],
232
232
  "description": "构件 `ai-portal.chat-box`"
233
233
  },
234
- {
235
- "name": "ai-portal.home-container",
236
- "properties": [
237
- {
238
- "name": "sticky",
239
- "type": "boolean"
240
- }
241
- ],
242
- "events": [],
243
- "slots": [],
244
- "methods": [],
245
- "parts": [],
246
- "description": "构件 `ai-portal.home-container`"
247
- },
248
234
  {
249
235
  "name": "ai-portal.stat-with-mini-chart",
250
236
  "properties": [
@@ -306,6 +292,51 @@
306
292
  "parts": [],
307
293
  "description": "构件 `ai-portal.stat-with-mini-chart`"
308
294
  },
295
+ {
296
+ "name": "ai-portal.home-container",
297
+ "properties": [
298
+ {
299
+ "name": "sticky",
300
+ "type": "boolean"
301
+ }
302
+ ],
303
+ "events": [],
304
+ "slots": [],
305
+ "methods": [],
306
+ "parts": [],
307
+ "description": "构件 `ai-portal.home-container`"
308
+ },
309
+ {
310
+ "name": "ai-portal.icon-button",
311
+ "properties": [
312
+ {
313
+ "name": "icon",
314
+ "attribute": false,
315
+ "type": "GeneralIconProps"
316
+ },
317
+ {
318
+ "name": "tooltip",
319
+ "type": "string"
320
+ },
321
+ {
322
+ "name": "tooltipHoist",
323
+ "type": "boolean"
324
+ },
325
+ {
326
+ "name": "disabled",
327
+ "type": "boolean"
328
+ },
329
+ {
330
+ "name": "variant",
331
+ "type": "IconButtonVariant"
332
+ }
333
+ ],
334
+ "events": [],
335
+ "slots": [],
336
+ "methods": [],
337
+ "parts": [],
338
+ "description": "构件 `ai-portal.icon-button`"
339
+ },
309
340
  {
310
341
  "name": "ai-portal.elevo-sidebar",
311
342
  "properties": [
@@ -443,46 +474,34 @@
443
474
  "description": "构件 `ai-portal.elevo-sidebar`"
444
475
  },
445
476
  {
446
- "name": "ai-portal.icon-button",
477
+ "name": "ai-portal.show-cases",
447
478
  "properties": [
448
479
  {
449
- "name": "icon",
480
+ "name": "list",
450
481
  "attribute": false,
451
- "type": "GeneralIconProps"
452
- },
453
- {
454
- "name": "tooltip",
455
- "type": "string"
456
- },
457
- {
458
- "name": "tooltipHoist",
459
- "type": "boolean"
460
- },
461
- {
462
- "name": "disabled",
463
- "type": "boolean"
482
+ "type": "ShowCaseType[]"
464
483
  },
465
484
  {
466
- "name": "variant",
467
- "type": "IconButtonVariant"
485
+ "name": "limit",
486
+ "type": "number"
468
487
  }
469
488
  ],
470
489
  "events": [],
471
490
  "slots": [],
472
491
  "methods": [],
473
492
  "parts": [],
474
- "description": "构件 `ai-portal.icon-button`"
493
+ "description": "构件 `ai-portal.show-cases`"
475
494
  },
476
495
  {
477
- "name": "ai-portal.show-cases",
496
+ "name": "ai-portal.mcp-tools",
478
497
  "properties": [
479
498
  {
480
499
  "name": "list",
481
500
  "attribute": false,
482
- "type": "ShowCaseType[]"
501
+ "type": "McpTool[]"
483
502
  },
484
503
  {
485
- "name": "limit",
504
+ "name": "stickyTop",
486
505
  "type": "number"
487
506
  }
488
507
  ],
@@ -490,26 +509,37 @@
490
509
  "slots": [],
491
510
  "methods": [],
492
511
  "parts": [],
493
- "description": "构件 `ai-portal.show-cases`"
512
+ "description": "构件 `ai-portal.mcp-tools`"
494
513
  },
495
514
  {
496
- "name": "ai-portal.mcp-tools",
515
+ "name": "ai-portal.ai-employees",
497
516
  "properties": [
498
517
  {
499
518
  "name": "list",
500
519
  "attribute": false,
501
- "type": "McpTool[]"
520
+ "type": "Employee[]"
502
521
  },
503
522
  {
504
- "name": "stickyTop",
505
- "type": "number"
523
+ "name": "industries",
524
+ "attribute": false,
525
+ "type": "string[]"
526
+ },
527
+ {
528
+ "name": "urlTemplate",
529
+ "type": "string"
530
+ },
531
+ {
532
+ "name": "withContainer",
533
+ "description": "",
534
+ "deprecated": true,
535
+ "default": "true"
506
536
  }
507
537
  ],
508
538
  "events": [],
509
539
  "slots": [],
510
540
  "methods": [],
511
541
  "parts": [],
512
- "description": "构件 `ai-portal.mcp-tools`"
542
+ "description": "构件 `ai-portal.ai-employees`"
513
543
  },
514
544
  {
515
545
  "name": "ai-portal.chat-stream",
@@ -649,17 +679,12 @@
649
679
  "description": "构件 `ai-portal.chat-stream`"
650
680
  },
651
681
  {
652
- "name": "ai-portal.ai-employees",
682
+ "name": "ai-portal.ai-agents",
653
683
  "properties": [
654
684
  {
655
685
  "name": "list",
656
686
  "attribute": false,
657
- "type": "Employee[]"
658
- },
659
- {
660
- "name": "industries",
661
- "attribute": false,
662
- "type": "string[]"
687
+ "type": "Agent[]"
663
688
  },
664
689
  {
665
690
  "name": "urlTemplate",
@@ -676,32 +701,43 @@
676
701
  "slots": [],
677
702
  "methods": [],
678
703
  "parts": [],
679
- "description": "构件 `ai-portal.ai-employees`"
704
+ "description": "构件 `ai-portal.ai-agents`"
680
705
  },
681
706
  {
682
- "name": "ai-portal.ai-agents",
707
+ "name": "ai-portal.tab-list",
683
708
  "properties": [
684
709
  {
685
- "name": "list",
710
+ "name": "tabs",
686
711
  "attribute": false,
687
- "type": "Agent[]"
712
+ "type": "Tab[]"
688
713
  },
689
714
  {
690
- "name": "urlTemplate",
715
+ "name": "activeTab",
716
+ "attribute": false,
691
717
  "type": "string"
692
- },
718
+ }
719
+ ],
720
+ "events": [
693
721
  {
694
- "name": "withContainer",
695
- "description": "",
696
- "deprecated": true,
697
- "default": "true"
722
+ "name": "tab.click",
723
+ "detail": {
724
+ "type": "Tab"
725
+ }
698
726
  }
699
727
  ],
700
- "events": [],
701
728
  "slots": [],
702
729
  "methods": [],
703
- "parts": [],
704
- "description": "构件 `ai-portal.ai-agents`"
730
+ "parts": [
731
+ {
732
+ "name": "tabs",
733
+ "description": "The tab list container"
734
+ },
735
+ {
736
+ "name": "tab",
737
+ "description": "The individual tab"
738
+ }
739
+ ],
740
+ "description": "构件 `ai-portal.tab-list`"
705
741
  },
706
742
  {
707
743
  "name": "ai-portal.page-container",
@@ -748,42 +784,6 @@
748
784
  "parts": [],
749
785
  "description": "构件 `ai-portal.page-container`"
750
786
  },
751
- {
752
- "name": "ai-portal.tab-list",
753
- "properties": [
754
- {
755
- "name": "tabs",
756
- "attribute": false,
757
- "type": "Tab[]"
758
- },
759
- {
760
- "name": "activeTab",
761
- "attribute": false,
762
- "type": "string"
763
- }
764
- ],
765
- "events": [
766
- {
767
- "name": "tab.click",
768
- "detail": {
769
- "type": "Tab"
770
- }
771
- }
772
- ],
773
- "slots": [],
774
- "methods": [],
775
- "parts": [
776
- {
777
- "name": "tabs",
778
- "description": "The tab list container"
779
- },
780
- {
781
- "name": "tab",
782
- "description": "The individual tab"
783
- }
784
- ],
785
- "description": "构件 `ai-portal.tab-list`"
786
- },
787
787
  {
788
788
  "name": "ai-portal.dropdown-select",
789
789
  "properties": [
@@ -886,6 +886,48 @@
886
886
  "parts": [],
887
887
  "description": "构件 `ai-portal.action-buttons`"
888
888
  },
889
+ {
890
+ "name": "ai-portal.project-conversations",
891
+ "properties": [
892
+ {
893
+ "name": "list",
894
+ "attribute": false,
895
+ "type": "Conversation[]"
896
+ },
897
+ {
898
+ "name": "urlTemplate",
899
+ "type": "string"
900
+ },
901
+ {
902
+ "name": "actions",
903
+ "attribute": false,
904
+ "type": "ActionType[]"
905
+ },
906
+ {
907
+ "name": "goals",
908
+ "attribute": false,
909
+ "type": "Goal[]"
910
+ }
911
+ ],
912
+ "events": [
913
+ {
914
+ "name": "goal.click",
915
+ "detail": {
916
+ "type": "Conversation"
917
+ }
918
+ },
919
+ {
920
+ "name": "action.click",
921
+ "detail": {
922
+ "type": "ActionClickDetail"
923
+ }
924
+ }
925
+ ],
926
+ "slots": [],
927
+ "methods": [],
928
+ "parts": [],
929
+ "description": "构件 `ai-portal.project-conversations`"
930
+ },
889
931
  {
890
932
  "name": "ai-portal.goal-card-list",
891
933
  "properties": [
@@ -949,48 +991,6 @@
949
991
  "parts": [],
950
992
  "description": "构件 `ai-portal.goal-card-list`"
951
993
  },
952
- {
953
- "name": "ai-portal.project-conversations",
954
- "properties": [
955
- {
956
- "name": "list",
957
- "attribute": false,
958
- "type": "Conversation[]"
959
- },
960
- {
961
- "name": "urlTemplate",
962
- "type": "string"
963
- },
964
- {
965
- "name": "actions",
966
- "attribute": false,
967
- "type": "ActionType[]"
968
- },
969
- {
970
- "name": "goals",
971
- "attribute": false,
972
- "type": "Goal[]"
973
- }
974
- ],
975
- "events": [
976
- {
977
- "name": "goal.click",
978
- "detail": {
979
- "type": "Conversation"
980
- }
981
- },
982
- {
983
- "name": "action.click",
984
- "detail": {
985
- "type": "ActionClickDetail"
986
- }
987
- }
988
- ],
989
- "slots": [],
990
- "methods": [],
991
- "parts": [],
992
- "description": "构件 `ai-portal.project-conversations`"
993
- },
994
994
  {
995
995
  "name": "ai-portal.project-knowledges",
996
996
  "properties": [