@next-bricks/ai-portal 0.47.3 → 0.48.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 (43) hide show
  1. package/dist/bricks.json +20 -20
  2. package/dist/chunks/1026.a0469066.js +2 -0
  3. package/dist/chunks/1026.a0469066.js.map +1 -0
  4. package/dist/chunks/{1692.e1b92e84.js → 1692.01919eaa.js} +2 -2
  5. package/dist/chunks/{1692.e1b92e84.js.map → 1692.01919eaa.js.map} +1 -1
  6. package/dist/chunks/7431.9d8c1ccb.js +3 -0
  7. package/dist/chunks/7431.9d8c1ccb.js.map +1 -0
  8. package/dist/chunks/9328.283c35b3.js +2 -0
  9. package/dist/chunks/9328.283c35b3.js.map +1 -0
  10. package/dist/chunks/9474.dca1f47c.js +2 -0
  11. package/dist/chunks/9474.dca1f47c.js.map +1 -0
  12. package/dist/chunks/{chat-box.57a9d3ec.js → chat-box.0fd70952.js} +2 -2
  13. package/dist/chunks/chat-box.0fd70952.js.map +1 -0
  14. package/dist/chunks/{elevo-sidebar.7f4d37a1.js → elevo-sidebar.aa3aa869.js} +3 -3
  15. package/dist/chunks/elevo-sidebar.aa3aa869.js.map +1 -0
  16. package/dist/chunks/{main.3bb7cf04.js → main.040f8a8b.js} +2 -2
  17. package/dist/chunks/{main.3bb7cf04.js.map → main.040f8a8b.js.map} +1 -1
  18. package/dist/chunks/preview-container.89b082ac.js +2 -0
  19. package/dist/chunks/preview-container.89b082ac.js.map +1 -0
  20. package/dist/examples.json +18 -18
  21. package/dist/index.6dbc99ec.js +2 -0
  22. package/dist/index.6dbc99ec.js.map +1 -0
  23. package/dist/manifest.json +197 -189
  24. package/dist/types.json +344 -332
  25. package/dist-types/chat-box/index.d.ts +2 -0
  26. package/dist-types/preview-container/index.d.ts +2 -0
  27. package/package.json +2 -2
  28. package/dist/chunks/4144.e2d748f8.js +0 -2
  29. package/dist/chunks/4144.e2d748f8.js.map +0 -1
  30. package/dist/chunks/7431.59dc7d9e.js +0 -3
  31. package/dist/chunks/7431.59dc7d9e.js.map +0 -1
  32. package/dist/chunks/9328.1fc3c9b4.js +0 -2
  33. package/dist/chunks/9328.1fc3c9b4.js.map +0 -1
  34. package/dist/chunks/9474.8a4c4815.js +0 -2
  35. package/dist/chunks/9474.8a4c4815.js.map +0 -1
  36. package/dist/chunks/chat-box.57a9d3ec.js.map +0 -1
  37. package/dist/chunks/elevo-sidebar.7f4d37a1.js.map +0 -1
  38. package/dist/chunks/preview-container.ebe8c4fc.js +0 -2
  39. package/dist/chunks/preview-container.ebe8c4fc.js.map +0 -1
  40. package/dist/index.96fa671b.js +0 -2
  41. package/dist/index.96fa671b.js.map +0 -1
  42. /package/dist/chunks/{7431.59dc7d9e.js.LICENSE.txt → 7431.9d8c1ccb.js.LICENSE.txt} +0 -0
  43. /package/dist/chunks/{elevo-sidebar.7f4d37a1.js.LICENSE.txt → elevo-sidebar.aa3aa869.js.LICENSE.txt} +0 -0
package/dist/types.json CHANGED
@@ -1,4 +1,113 @@
1
1
  {
2
+ "ai-portal.home-container": {
3
+ "properties": [],
4
+ "events": [],
5
+ "methods": []
6
+ },
7
+ "ai-portal.stat-with-mini-chart": {
8
+ "properties": [
9
+ {
10
+ "name": "label",
11
+ "annotation": {
12
+ "type": "keyword",
13
+ "value": "string"
14
+ }
15
+ },
16
+ {
17
+ "name": "value",
18
+ "annotation": {
19
+ "type": "keyword",
20
+ "value": "string"
21
+ }
22
+ },
23
+ {
24
+ "name": "size",
25
+ "annotation": {
26
+ "type": "union",
27
+ "types": [
28
+ {
29
+ "type": "jsLiteral",
30
+ "value": "medium"
31
+ },
32
+ {
33
+ "type": "jsLiteral",
34
+ "value": "small"
35
+ }
36
+ ]
37
+ }
38
+ },
39
+ {
40
+ "name": "lineColor",
41
+ "annotation": {
42
+ "type": "keyword",
43
+ "value": "string"
44
+ }
45
+ },
46
+ {
47
+ "name": "showArea",
48
+ "annotation": {
49
+ "type": "keyword",
50
+ "value": "boolean"
51
+ }
52
+ },
53
+ {
54
+ "name": "min",
55
+ "annotation": {
56
+ "type": "keyword",
57
+ "value": "number"
58
+ }
59
+ },
60
+ {
61
+ "name": "max",
62
+ "annotation": {
63
+ "type": "keyword",
64
+ "value": "number"
65
+ }
66
+ },
67
+ {
68
+ "name": "xField",
69
+ "annotation": {
70
+ "type": "keyword",
71
+ "value": "string"
72
+ }
73
+ },
74
+ {
75
+ "name": "yField",
76
+ "annotation": {
77
+ "type": "keyword",
78
+ "value": "string"
79
+ }
80
+ },
81
+ {
82
+ "name": "data",
83
+ "annotation": {
84
+ "type": "array",
85
+ "elementType": {
86
+ "type": "reference",
87
+ "typeName": {
88
+ "type": "identifier",
89
+ "name": "Record"
90
+ },
91
+ "typeParameters": {
92
+ "type": "typeParameterInstantiation",
93
+ "params": [
94
+ {
95
+ "type": "keyword",
96
+ "value": "string"
97
+ },
98
+ {
99
+ "type": "keyword",
100
+ "value": "number"
101
+ }
102
+ ]
103
+ }
104
+ }
105
+ }
106
+ }
107
+ ],
108
+ "events": [],
109
+ "methods": []
110
+ },
2
111
  "ai-portal.icon-button": {
3
112
  "properties": [
4
113
  {
@@ -70,82 +179,6 @@
70
179
  }
71
180
  ]
72
181
  },
73
- "ai-portal.home-container": {
74
- "properties": [],
75
- "events": [],
76
- "methods": []
77
- },
78
- "ai-portal.tab-list": {
79
- "properties": [
80
- {
81
- "name": "tabs",
82
- "annotation": {
83
- "type": "array",
84
- "elementType": {
85
- "type": "reference",
86
- "typeName": {
87
- "type": "identifier",
88
- "name": "Tab"
89
- }
90
- }
91
- }
92
- },
93
- {
94
- "name": "activeTab",
95
- "annotation": {
96
- "type": "keyword",
97
- "value": "string"
98
- }
99
- }
100
- ],
101
- "events": [
102
- {
103
- "name": "tab.click",
104
- "detail": {
105
- "annotation": {
106
- "type": "reference",
107
- "typeName": {
108
- "type": "identifier",
109
- "name": "Tab"
110
- }
111
- }
112
- }
113
- }
114
- ],
115
- "methods": [],
116
- "types": [
117
- {
118
- "type": "interface",
119
- "name": "Tab",
120
- "body": [
121
- {
122
- "type": "propertySignature",
123
- "key": {
124
- "type": "identifier",
125
- "name": "id"
126
- },
127
- "annotation": {
128
- "type": "keyword",
129
- "value": "string"
130
- },
131
- "computed": false
132
- },
133
- {
134
- "type": "propertySignature",
135
- "key": {
136
- "type": "identifier",
137
- "name": "label"
138
- },
139
- "annotation": {
140
- "type": "keyword",
141
- "value": "string"
142
- },
143
- "computed": false
144
- }
145
- ]
146
- }
147
- ]
148
- },
149
182
  "ai-portal.call-tool": {
150
183
  "type": "provider",
151
184
  "params": [
@@ -400,109 +433,76 @@
400
433
  }
401
434
  ]
402
435
  },
403
- "ai-portal.stat-with-mini-chart": {
436
+ "ai-portal.tab-list": {
404
437
  "properties": [
405
438
  {
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",
439
+ "name": "tabs",
421
440
  "annotation": {
422
- "type": "union",
423
- "types": [
424
- {
425
- "type": "jsLiteral",
426
- "value": "medium"
427
- },
428
- {
429
- "type": "jsLiteral",
430
- "value": "small"
441
+ "type": "array",
442
+ "elementType": {
443
+ "type": "reference",
444
+ "typeName": {
445
+ "type": "identifier",
446
+ "name": "Tab"
431
447
  }
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"
448
+ }
468
449
  }
469
450
  },
470
451
  {
471
- "name": "yField",
452
+ "name": "activeTab",
472
453
  "annotation": {
473
454
  "type": "keyword",
474
455
  "value": "string"
475
456
  }
476
- },
457
+ }
458
+ ],
459
+ "events": [
477
460
  {
478
- "name": "data",
479
- "annotation": {
480
- "type": "array",
481
- "elementType": {
461
+ "name": "tab.click",
462
+ "detail": {
463
+ "annotation": {
482
464
  "type": "reference",
483
465
  "typeName": {
484
466
  "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
- ]
467
+ "name": "Tab"
499
468
  }
500
469
  }
501
470
  }
502
471
  }
503
472
  ],
504
- "events": [],
505
- "methods": []
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
506
  },
507
507
  "ai-portal.elevo-logo": {
508
508
  "properties": [],
@@ -605,124 +605,24 @@
605
605
  "type": "propertySignature",
606
606
  "key": {
607
607
  "type": "identifier",
608
- "name": "description"
609
- },
610
- "annotation": {
611
- "type": "keyword",
612
- "value": "string"
613
- },
614
- "optional": true,
615
- "computed": false
616
- },
617
- {
618
- "type": "propertySignature",
619
- "key": {
620
- "type": "identifier",
621
- "name": "time"
622
- },
623
- "annotation": {
624
- "type": "keyword",
625
- "value": "number"
626
- },
627
- "computed": false
628
- },
629
- {
630
- "type": "propertySignature",
631
- "key": {
632
- "type": "identifier",
633
- "name": "user"
634
- },
635
- "annotation": {
636
- "type": "keyword",
637
- "value": "string"
638
- },
639
- "optional": true,
640
- "computed": false
641
- }
642
- ]
643
- },
644
- {
645
- "type": "interface",
646
- "name": "ActionClickDetail",
647
- "body": [
648
- {
649
- "type": "propertySignature",
650
- "key": {
651
- "type": "identifier",
652
- "name": "action"
653
- },
654
- "annotation": {
655
- "type": "reference",
656
- "typeName": {
657
- "type": "identifier",
658
- "name": "SimpleActionType"
659
- }
660
- },
661
- "computed": false
662
- },
663
- {
664
- "type": "propertySignature",
665
- "key": {
666
- "type": "identifier",
667
- "name": "item"
668
- },
669
- "annotation": {
670
- "type": "reference",
671
- "typeName": {
672
- "type": "identifier",
673
- "name": "Knowledge"
674
- }
675
- },
676
- "computed": false
677
- }
678
- ]
679
- }
680
- ]
681
- },
682
- "ai-portal.show-cases": {
683
- "properties": [
684
- {
685
- "name": "list",
686
- "annotation": {
687
- "type": "array",
688
- "elementType": {
689
- "type": "reference",
690
- "typeName": {
691
- "type": "identifier",
692
- "name": "ShowCaseType"
693
- }
694
- }
695
- }
696
- }
697
- ],
698
- "events": [],
699
- "methods": [],
700
- "types": [
701
- {
702
- "type": "interface",
703
- "name": "ShowCaseType",
704
- "body": [
705
- {
706
- "type": "propertySignature",
707
- "key": {
708
- "type": "identifier",
709
- "name": "conversationId"
608
+ "name": "description"
710
609
  },
711
610
  "annotation": {
712
611
  "type": "keyword",
713
612
  "value": "string"
714
613
  },
614
+ "optional": true,
715
615
  "computed": false
716
616
  },
717
617
  {
718
618
  "type": "propertySignature",
719
619
  "key": {
720
620
  "type": "identifier",
721
- "name": "title"
621
+ "name": "time"
722
622
  },
723
623
  "annotation": {
724
624
  "type": "keyword",
725
- "value": "string"
625
+ "value": "number"
726
626
  },
727
627
  "computed": false
728
628
  },
@@ -730,23 +630,33 @@
730
630
  "type": "propertySignature",
731
631
  "key": {
732
632
  "type": "identifier",
733
- "name": "summary"
633
+ "name": "user"
734
634
  },
735
635
  "annotation": {
736
636
  "type": "keyword",
737
637
  "value": "string"
738
638
  },
639
+ "optional": true,
739
640
  "computed": false
740
- },
641
+ }
642
+ ]
643
+ },
644
+ {
645
+ "type": "interface",
646
+ "name": "ActionClickDetail",
647
+ "body": [
741
648
  {
742
649
  "type": "propertySignature",
743
650
  "key": {
744
651
  "type": "identifier",
745
- "name": "scenario"
652
+ "name": "action"
746
653
  },
747
654
  "annotation": {
748
- "type": "keyword",
749
- "value": "string"
655
+ "type": "reference",
656
+ "typeName": {
657
+ "type": "identifier",
658
+ "name": "SimpleActionType"
659
+ }
750
660
  },
751
661
  "computed": false
752
662
  },
@@ -754,13 +664,15 @@
754
664
  "type": "propertySignature",
755
665
  "key": {
756
666
  "type": "identifier",
757
- "name": "url"
667
+ "name": "item"
758
668
  },
759
669
  "annotation": {
760
- "type": "keyword",
761
- "value": "string"
670
+ "type": "reference",
671
+ "typeName": {
672
+ "type": "identifier",
673
+ "name": "Knowledge"
674
+ }
762
675
  },
763
- "optional": true,
764
676
  "computed": false
765
677
  }
766
678
  ]
@@ -854,6 +766,11 @@
854
766
  "name": "getValue",
855
767
  "params": [],
856
768
  "returns": {}
769
+ },
770
+ {
771
+ "name": "focusOnInput",
772
+ "params": [],
773
+ "returns": {}
857
774
  }
858
775
  ],
859
776
  "types": [
@@ -889,6 +806,94 @@
889
806
  }
890
807
  ]
891
808
  },
809
+ "ai-portal.show-cases": {
810
+ "properties": [
811
+ {
812
+ "name": "list",
813
+ "annotation": {
814
+ "type": "array",
815
+ "elementType": {
816
+ "type": "reference",
817
+ "typeName": {
818
+ "type": "identifier",
819
+ "name": "ShowCaseType"
820
+ }
821
+ }
822
+ }
823
+ }
824
+ ],
825
+ "events": [],
826
+ "methods": [],
827
+ "types": [
828
+ {
829
+ "type": "interface",
830
+ "name": "ShowCaseType",
831
+ "body": [
832
+ {
833
+ "type": "propertySignature",
834
+ "key": {
835
+ "type": "identifier",
836
+ "name": "conversationId"
837
+ },
838
+ "annotation": {
839
+ "type": "keyword",
840
+ "value": "string"
841
+ },
842
+ "computed": false
843
+ },
844
+ {
845
+ "type": "propertySignature",
846
+ "key": {
847
+ "type": "identifier",
848
+ "name": "title"
849
+ },
850
+ "annotation": {
851
+ "type": "keyword",
852
+ "value": "string"
853
+ },
854
+ "computed": false
855
+ },
856
+ {
857
+ "type": "propertySignature",
858
+ "key": {
859
+ "type": "identifier",
860
+ "name": "summary"
861
+ },
862
+ "annotation": {
863
+ "type": "keyword",
864
+ "value": "string"
865
+ },
866
+ "computed": false
867
+ },
868
+ {
869
+ "type": "propertySignature",
870
+ "key": {
871
+ "type": "identifier",
872
+ "name": "scenario"
873
+ },
874
+ "annotation": {
875
+ "type": "keyword",
876
+ "value": "string"
877
+ },
878
+ "computed": false
879
+ },
880
+ {
881
+ "type": "propertySignature",
882
+ "key": {
883
+ "type": "identifier",
884
+ "name": "url"
885
+ },
886
+ "annotation": {
887
+ "type": "keyword",
888
+ "value": "string"
889
+ },
890
+ "optional": true,
891
+ "computed": false
892
+ }
893
+ ]
894
+ }
895
+ ]
896
+ },
892
897
  "ai-portal.mcp-tools": {
893
898
  "properties": [
894
899
  {
@@ -1406,6 +1411,13 @@
1406
1411
  "type": "keyword",
1407
1412
  "value": "string"
1408
1413
  }
1414
+ },
1415
+ {
1416
+ "name": "url",
1417
+ "annotation": {
1418
+ "type": "keyword",
1419
+ "value": "string"
1420
+ }
1409
1421
  }
1410
1422
  ],
1411
1423
  "events": [],
@@ -1786,66 +1798,6 @@
1786
1798
  }
1787
1799
  ]
1788
1800
  },
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
1801
  "ai-portal.activity-timeline": {
1850
1802
  "properties": [
1851
1803
  {
@@ -2820,6 +2772,66 @@
2820
2772
  }
2821
2773
  ]
2822
2774
  },
2775
+ "ai-portal.chat-input": {
2776
+ "properties": [
2777
+ {
2778
+ "name": "placeholder",
2779
+ "annotation": {
2780
+ "type": "keyword",
2781
+ "value": "string"
2782
+ }
2783
+ },
2784
+ {
2785
+ "name": "autoFocus",
2786
+ "annotation": {
2787
+ "type": "keyword",
2788
+ "value": "boolean"
2789
+ }
2790
+ },
2791
+ {
2792
+ "name": "submitDisabled",
2793
+ "annotation": {
2794
+ "type": "keyword",
2795
+ "value": "boolean"
2796
+ }
2797
+ },
2798
+ {
2799
+ "name": "supportsTerminate",
2800
+ "annotation": {
2801
+ "type": "keyword",
2802
+ "value": "boolean"
2803
+ }
2804
+ },
2805
+ {
2806
+ "name": "terminating",
2807
+ "annotation": {
2808
+ "type": "keyword",
2809
+ "value": "boolean"
2810
+ }
2811
+ }
2812
+ ],
2813
+ "events": [
2814
+ {
2815
+ "name": "message.submit",
2816
+ "detail": {
2817
+ "annotation": {
2818
+ "type": "keyword",
2819
+ "value": "string"
2820
+ }
2821
+ }
2822
+ },
2823
+ {
2824
+ "name": "terminate",
2825
+ "detail": {
2826
+ "annotation": {
2827
+ "type": "keyword",
2828
+ "value": "void"
2829
+ }
2830
+ }
2831
+ }
2832
+ ],
2833
+ "methods": []
2834
+ },
2823
2835
  "ai-portal.show-case": {
2824
2836
  "properties": [
2825
2837
  {