@next-bricks/ai-portal 0.59.0 → 0.59.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/types.json CHANGED
@@ -1,102 +1,4 @@
1
1
  {
2
- "ai-portal.home-container": {
3
- "properties": [
4
- {
5
- "name": "sticky",
6
- "annotation": {
7
- "type": "keyword",
8
- "value": "boolean"
9
- }
10
- }
11
- ],
12
- "events": [],
13
- "methods": []
14
- },
15
- "ai-portal.icon-button": {
16
- "properties": [
17
- {
18
- "name": "icon",
19
- "annotation": {
20
- "type": "reference",
21
- "typeName": {
22
- "type": "identifier",
23
- "name": "GeneralIconProps"
24
- }
25
- }
26
- },
27
- {
28
- "name": "tooltip",
29
- "annotation": {
30
- "type": "keyword",
31
- "value": "string"
32
- }
33
- },
34
- {
35
- "name": "tooltipHoist",
36
- "annotation": {
37
- "type": "keyword",
38
- "value": "boolean"
39
- }
40
- },
41
- {
42
- "name": "disabled",
43
- "annotation": {
44
- "type": "keyword",
45
- "value": "boolean"
46
- }
47
- },
48
- {
49
- "name": "variant",
50
- "annotation": {
51
- "type": "reference",
52
- "typeName": {
53
- "type": "identifier",
54
- "name": "IconButtonVariant"
55
- }
56
- }
57
- },
58
- {
59
- "name": "reduceIconSize",
60
- "annotation": {
61
- "type": "keyword",
62
- "value": "boolean"
63
- }
64
- }
65
- ],
66
- "events": [],
67
- "methods": [],
68
- "types": [
69
- {
70
- "type": "typeAlias",
71
- "name": "IconButtonVariant",
72
- "annotation": {
73
- "type": "union",
74
- "types": [
75
- {
76
- "type": "jsLiteral",
77
- "value": "default"
78
- },
79
- {
80
- "type": "jsLiteral",
81
- "value": "light"
82
- },
83
- {
84
- "type": "jsLiteral",
85
- "value": "mini"
86
- },
87
- {
88
- "type": "jsLiteral",
89
- "value": "mini-light"
90
- },
91
- {
92
- "type": "jsLiteral",
93
- "value": "bordered"
94
- }
95
- ]
96
- }
97
- }
98
- ]
99
- },
100
2
  "ai-portal.stat-with-mini-chart": {
101
3
  "properties": [
102
4
  {
@@ -201,6 +103,19 @@
201
103
  "events": [],
202
104
  "methods": []
203
105
  },
106
+ "ai-portal.home-container": {
107
+ "properties": [
108
+ {
109
+ "name": "sticky",
110
+ "annotation": {
111
+ "type": "keyword",
112
+ "value": "boolean"
113
+ }
114
+ }
115
+ ],
116
+ "events": [],
117
+ "methods": []
118
+ },
204
119
  "ai-portal.page-container": {
205
120
  "properties": [
206
121
  {
@@ -309,62 +224,6 @@
309
224
  }
310
225
  ]
311
226
  },
312
- "ai-portal.call-tool": {
313
- "type": "provider",
314
- "params": [
315
- {
316
- "name": "tool",
317
- "annotation": {
318
- "type": "reference",
319
- "typeName": {
320
- "type": "identifier",
321
- "name": "ToolInfo"
322
- }
323
- }
324
- },
325
- {
326
- "name": "params",
327
- "annotation": {
328
- "type": "reference",
329
- "typeName": {
330
- "type": "identifier",
331
- "name": "Record"
332
- },
333
- "typeParameters": {
334
- "type": "typeParameterInstantiation",
335
- "params": [
336
- {
337
- "type": "keyword",
338
- "value": "string"
339
- },
340
- {
341
- "type": "keyword",
342
- "value": "unknown"
343
- }
344
- ]
345
- }
346
- }
347
- }
348
- ],
349
- "returns": {
350
- "annotation": {
351
- "type": "reference",
352
- "typeName": {
353
- "type": "identifier",
354
- "name": "Promise"
355
- },
356
- "typeParameters": {
357
- "type": "typeParameterInstantiation",
358
- "params": [
359
- {
360
- "type": "keyword",
361
- "value": "unknown"
362
- }
363
- ]
364
- }
365
- }
366
- }
367
- },
368
227
  "ai-portal.save-request-store": {
369
228
  "type": "provider",
370
229
  "params": [
@@ -866,6 +725,62 @@
866
725
  }
867
726
  }
868
727
  },
728
+ "ai-portal.call-tool": {
729
+ "type": "provider",
730
+ "params": [
731
+ {
732
+ "name": "tool",
733
+ "annotation": {
734
+ "type": "reference",
735
+ "typeName": {
736
+ "type": "identifier",
737
+ "name": "ToolInfo"
738
+ }
739
+ }
740
+ },
741
+ {
742
+ "name": "params",
743
+ "annotation": {
744
+ "type": "reference",
745
+ "typeName": {
746
+ "type": "identifier",
747
+ "name": "Record"
748
+ },
749
+ "typeParameters": {
750
+ "type": "typeParameterInstantiation",
751
+ "params": [
752
+ {
753
+ "type": "keyword",
754
+ "value": "string"
755
+ },
756
+ {
757
+ "type": "keyword",
758
+ "value": "unknown"
759
+ }
760
+ ]
761
+ }
762
+ }
763
+ }
764
+ ],
765
+ "returns": {
766
+ "annotation": {
767
+ "type": "reference",
768
+ "typeName": {
769
+ "type": "identifier",
770
+ "name": "Promise"
771
+ },
772
+ "typeParameters": {
773
+ "type": "typeParameterInstantiation",
774
+ "params": [
775
+ {
776
+ "type": "keyword",
777
+ "value": "unknown"
778
+ }
779
+ ]
780
+ }
781
+ }
782
+ }
783
+ },
869
784
  "ai-portal.set-chat-command": {
870
785
  "type": "provider",
871
786
  "params": [
@@ -1002,29 +917,55 @@
1002
917
  }
1003
918
  ]
1004
919
  },
1005
- "ai-portal.elevo-logo": {
1006
- "properties": [],
1007
- "events": [],
1008
- "methods": []
1009
- },
1010
- "ai-portal.blank-state": {
920
+ "ai-portal.icon-button": {
1011
921
  "properties": [
1012
922
  {
1013
- "name": "illustration",
923
+ "name": "icon",
1014
924
  "annotation": {
1015
925
  "type": "reference",
1016
926
  "typeName": {
1017
927
  "type": "identifier",
1018
- "name": "BlankStateIllustration"
928
+ "name": "GeneralIconProps"
1019
929
  }
1020
930
  }
1021
931
  },
1022
932
  {
1023
- "name": "description",
933
+ "name": "tooltip",
1024
934
  "annotation": {
1025
935
  "type": "keyword",
1026
936
  "value": "string"
1027
937
  }
938
+ },
939
+ {
940
+ "name": "tooltipHoist",
941
+ "annotation": {
942
+ "type": "keyword",
943
+ "value": "boolean"
944
+ }
945
+ },
946
+ {
947
+ "name": "disabled",
948
+ "annotation": {
949
+ "type": "keyword",
950
+ "value": "boolean"
951
+ }
952
+ },
953
+ {
954
+ "name": "variant",
955
+ "annotation": {
956
+ "type": "reference",
957
+ "typeName": {
958
+ "type": "identifier",
959
+ "name": "IconButtonVariant"
960
+ }
961
+ }
962
+ },
963
+ {
964
+ "name": "reduceIconSize",
965
+ "annotation": {
966
+ "type": "keyword",
967
+ "value": "boolean"
968
+ }
1028
969
  }
1029
970
  ],
1030
971
  "events": [],
@@ -1032,45 +973,54 @@
1032
973
  "types": [
1033
974
  {
1034
975
  "type": "typeAlias",
1035
- "name": "BlankStateIllustration",
976
+ "name": "IconButtonVariant",
1036
977
  "annotation": {
1037
978
  "type": "union",
1038
979
  "types": [
1039
980
  {
1040
981
  "type": "jsLiteral",
1041
- "value": "goals"
982
+ "value": "default"
1042
983
  },
1043
984
  {
1044
985
  "type": "jsLiteral",
1045
- "value": "activities"
986
+ "value": "light"
1046
987
  },
1047
988
  {
1048
989
  "type": "jsLiteral",
1049
- "value": "collaboration-spaces"
990
+ "value": "mini"
1050
991
  },
1051
992
  {
1052
993
  "type": "jsLiteral",
1053
- "value": "serviceflows"
994
+ "value": "mini-light"
995
+ },
996
+ {
997
+ "type": "jsLiteral",
998
+ "value": "bordered"
1054
999
  }
1055
1000
  ]
1056
1001
  }
1057
1002
  }
1058
1003
  ]
1059
1004
  },
1060
- "ai-portal.sticky-container": {
1005
+ "ai-portal.elevo-logo": {
1006
+ "properties": [],
1007
+ "events": [],
1008
+ "methods": []
1009
+ },
1010
+ "ai-portal.blank-state": {
1061
1011
  "properties": [
1062
1012
  {
1063
- "name": "variant",
1013
+ "name": "illustration",
1064
1014
  "annotation": {
1065
1015
  "type": "reference",
1066
1016
  "typeName": {
1067
1017
  "type": "identifier",
1068
- "name": "StickyContainerVariant"
1018
+ "name": "BlankStateIllustration"
1069
1019
  }
1070
1020
  }
1071
1021
  },
1072
1022
  {
1073
- "name": "textContent",
1023
+ "name": "description",
1074
1024
  "annotation": {
1075
1025
  "type": "keyword",
1076
1026
  "value": "string"
@@ -1082,17 +1032,25 @@
1082
1032
  "types": [
1083
1033
  {
1084
1034
  "type": "typeAlias",
1085
- "name": "StickyContainerVariant",
1035
+ "name": "BlankStateIllustration",
1086
1036
  "annotation": {
1087
1037
  "type": "union",
1088
1038
  "types": [
1089
1039
  {
1090
1040
  "type": "jsLiteral",
1091
- "value": "default"
1041
+ "value": "goals"
1092
1042
  },
1093
1043
  {
1094
1044
  "type": "jsLiteral",
1095
- "value": "home"
1045
+ "value": "activities"
1046
+ },
1047
+ {
1048
+ "type": "jsLiteral",
1049
+ "value": "collaboration-spaces"
1050
+ },
1051
+ {
1052
+ "type": "jsLiteral",
1053
+ "value": "serviceflows"
1096
1054
  }
1097
1055
  ]
1098
1056
  }
@@ -1140,26 +1098,68 @@
1140
1098
  }
1141
1099
  ]
1142
1100
  }
1143
- },
1101
+ },
1102
+ {
1103
+ "name": "avatarType",
1104
+ "annotation": {
1105
+ "type": "union",
1106
+ "types": [
1107
+ {
1108
+ "type": "jsLiteral",
1109
+ "value": "icon"
1110
+ },
1111
+ {
1112
+ "type": "jsLiteral",
1113
+ "value": "image"
1114
+ }
1115
+ ]
1116
+ }
1117
+ }
1118
+ ],
1119
+ "events": [],
1120
+ "methods": []
1121
+ },
1122
+ "ai-portal.sticky-container": {
1123
+ "properties": [
1124
+ {
1125
+ "name": "variant",
1126
+ "annotation": {
1127
+ "type": "reference",
1128
+ "typeName": {
1129
+ "type": "identifier",
1130
+ "name": "StickyContainerVariant"
1131
+ }
1132
+ }
1133
+ },
1134
+ {
1135
+ "name": "textContent",
1136
+ "annotation": {
1137
+ "type": "keyword",
1138
+ "value": "string"
1139
+ }
1140
+ }
1141
+ ],
1142
+ "events": [],
1143
+ "methods": [],
1144
+ "types": [
1144
1145
  {
1145
- "name": "avatarType",
1146
+ "type": "typeAlias",
1147
+ "name": "StickyContainerVariant",
1146
1148
  "annotation": {
1147
1149
  "type": "union",
1148
1150
  "types": [
1149
1151
  {
1150
1152
  "type": "jsLiteral",
1151
- "value": "icon"
1153
+ "value": "default"
1152
1154
  },
1153
1155
  {
1154
1156
  "type": "jsLiteral",
1155
- "value": "image"
1157
+ "value": "home"
1156
1158
  }
1157
1159
  ]
1158
1160
  }
1159
1161
  }
1160
- ],
1161
- "events": [],
1162
- "methods": []
1162
+ ]
1163
1163
  },
1164
1164
  "ai-portal.project-knowledges": {
1165
1165
  "properties": [
@@ -1426,7 +1426,7 @@
1426
1426
  }
1427
1427
  ]
1428
1428
  },
1429
- "ai-portal.ai-employees": {
1429
+ "ai-portal.mcp-tools": {
1430
1430
  "properties": [
1431
1431
  {
1432
1432
  "name": "list",
@@ -1436,28 +1436,11 @@
1436
1436
  "type": "reference",
1437
1437
  "typeName": {
1438
1438
  "type": "identifier",
1439
- "name": "Employee"
1439
+ "name": "McpTool"
1440
1440
  }
1441
1441
  }
1442
1442
  }
1443
1443
  },
1444
- {
1445
- "name": "industries",
1446
- "annotation": {
1447
- "type": "array",
1448
- "elementType": {
1449
- "type": "keyword",
1450
- "value": "string"
1451
- }
1452
- }
1453
- },
1454
- {
1455
- "name": "urlTemplate",
1456
- "annotation": {
1457
- "type": "keyword",
1458
- "value": "string"
1459
- }
1460
- },
1461
1444
  {
1462
1445
  "name": "stickyTop",
1463
1446
  "annotation": {
@@ -1471,7 +1454,7 @@
1471
1454
  "types": [
1472
1455
  {
1473
1456
  "type": "interface",
1474
- "name": "Employee",
1457
+ "name": "McpTool",
1475
1458
  "body": [
1476
1459
  {
1477
1460
  "type": "propertySignature",
@@ -1489,7 +1472,7 @@
1489
1472
  "type": "propertySignature",
1490
1473
  "key": {
1491
1474
  "type": "identifier",
1492
- "name": "industry"
1475
+ "name": "title"
1493
1476
  },
1494
1477
  "annotation": {
1495
1478
  "type": "keyword",
@@ -1501,7 +1484,7 @@
1501
1484
  "type": "propertySignature",
1502
1485
  "key": {
1503
1486
  "type": "identifier",
1504
- "name": "role"
1487
+ "name": "description"
1505
1488
  },
1506
1489
  "annotation": {
1507
1490
  "type": "keyword",
@@ -1513,7 +1496,44 @@
1513
1496
  "type": "propertySignature",
1514
1497
  "key": {
1515
1498
  "type": "identifier",
1516
- "name": "description"
1499
+ "name": "icon"
1500
+ },
1501
+ "annotation": {
1502
+ "type": "reference",
1503
+ "typeName": {
1504
+ "type": "identifier",
1505
+ "name": "GeneralIconProps"
1506
+ }
1507
+ },
1508
+ "optional": true,
1509
+ "computed": false
1510
+ },
1511
+ {
1512
+ "type": "propertySignature",
1513
+ "key": {
1514
+ "type": "identifier",
1515
+ "name": "server"
1516
+ },
1517
+ "annotation": {
1518
+ "type": "reference",
1519
+ "typeName": {
1520
+ "type": "identifier",
1521
+ "name": "McpServer"
1522
+ }
1523
+ },
1524
+ "computed": false
1525
+ }
1526
+ ]
1527
+ },
1528
+ {
1529
+ "type": "interface",
1530
+ "name": "McpServer",
1531
+ "body": [
1532
+ {
1533
+ "type": "propertySignature",
1534
+ "key": {
1535
+ "type": "identifier",
1536
+ "name": "id"
1517
1537
  },
1518
1538
  "annotation": {
1519
1539
  "type": "keyword",
@@ -1525,20 +1545,19 @@
1525
1545
  "type": "propertySignature",
1526
1546
  "key": {
1527
1547
  "type": "identifier",
1528
- "name": "avatar"
1548
+ "name": "name"
1529
1549
  },
1530
1550
  "annotation": {
1531
1551
  "type": "keyword",
1532
1552
  "value": "string"
1533
1553
  },
1534
- "optional": true,
1535
1554
  "computed": false
1536
1555
  }
1537
1556
  ]
1538
1557
  }
1539
1558
  ]
1540
1559
  },
1541
- "ai-portal.mcp-tools": {
1560
+ "ai-portal.ai-employees": {
1542
1561
  "properties": [
1543
1562
  {
1544
1563
  "name": "list",
@@ -1548,11 +1567,28 @@
1548
1567
  "type": "reference",
1549
1568
  "typeName": {
1550
1569
  "type": "identifier",
1551
- "name": "McpTool"
1570
+ "name": "Employee"
1552
1571
  }
1553
1572
  }
1554
1573
  }
1555
1574
  },
1575
+ {
1576
+ "name": "industries",
1577
+ "annotation": {
1578
+ "type": "array",
1579
+ "elementType": {
1580
+ "type": "keyword",
1581
+ "value": "string"
1582
+ }
1583
+ }
1584
+ },
1585
+ {
1586
+ "name": "urlTemplate",
1587
+ "annotation": {
1588
+ "type": "keyword",
1589
+ "value": "string"
1590
+ }
1591
+ },
1556
1592
  {
1557
1593
  "name": "stickyTop",
1558
1594
  "annotation": {
@@ -1566,7 +1602,7 @@
1566
1602
  "types": [
1567
1603
  {
1568
1604
  "type": "interface",
1569
- "name": "McpTool",
1605
+ "name": "Employee",
1570
1606
  "body": [
1571
1607
  {
1572
1608
  "type": "propertySignature",
@@ -1584,7 +1620,7 @@
1584
1620
  "type": "propertySignature",
1585
1621
  "key": {
1586
1622
  "type": "identifier",
1587
- "name": "title"
1623
+ "name": "industry"
1588
1624
  },
1589
1625
  "annotation": {
1590
1626
  "type": "keyword",
@@ -1596,7 +1632,7 @@
1596
1632
  "type": "propertySignature",
1597
1633
  "key": {
1598
1634
  "type": "identifier",
1599
- "name": "description"
1635
+ "name": "role"
1600
1636
  },
1601
1637
  "annotation": {
1602
1638
  "type": "keyword",
@@ -1608,44 +1644,7 @@
1608
1644
  "type": "propertySignature",
1609
1645
  "key": {
1610
1646
  "type": "identifier",
1611
- "name": "icon"
1612
- },
1613
- "annotation": {
1614
- "type": "reference",
1615
- "typeName": {
1616
- "type": "identifier",
1617
- "name": "GeneralIconProps"
1618
- }
1619
- },
1620
- "optional": true,
1621
- "computed": false
1622
- },
1623
- {
1624
- "type": "propertySignature",
1625
- "key": {
1626
- "type": "identifier",
1627
- "name": "server"
1628
- },
1629
- "annotation": {
1630
- "type": "reference",
1631
- "typeName": {
1632
- "type": "identifier",
1633
- "name": "McpServer"
1634
- }
1635
- },
1636
- "computed": false
1637
- }
1638
- ]
1639
- },
1640
- {
1641
- "type": "interface",
1642
- "name": "McpServer",
1643
- "body": [
1644
- {
1645
- "type": "propertySignature",
1646
- "key": {
1647
- "type": "identifier",
1648
- "name": "id"
1647
+ "name": "description"
1649
1648
  },
1650
1649
  "annotation": {
1651
1650
  "type": "keyword",
@@ -1657,12 +1656,13 @@
1657
1656
  "type": "propertySignature",
1658
1657
  "key": {
1659
1658
  "type": "identifier",
1660
- "name": "name"
1659
+ "name": "avatar"
1661
1660
  },
1662
1661
  "annotation": {
1663
1662
  "type": "keyword",
1664
1663
  "value": "string"
1665
1664
  },
1665
+ "optional": true,
1666
1666
  "computed": false
1667
1667
  }
1668
1668
  ]
@@ -1935,6 +1935,26 @@
1935
1935
  }
1936
1936
  ]
1937
1937
  },
1938
+ "ai-portal.preview-container": {
1939
+ "properties": [
1940
+ {
1941
+ "name": "source",
1942
+ "annotation": {
1943
+ "type": "keyword",
1944
+ "value": "string"
1945
+ }
1946
+ },
1947
+ {
1948
+ "name": "url",
1949
+ "annotation": {
1950
+ "type": "keyword",
1951
+ "value": "string"
1952
+ }
1953
+ }
1954
+ ],
1955
+ "events": [],
1956
+ "methods": []
1957
+ },
1938
1958
  "ai-portal.action-buttons": {
1939
1959
  "properties": [
1940
1960
  {
@@ -2053,26 +2073,6 @@
2053
2073
  }
2054
2074
  ]
2055
2075
  },
2056
- "ai-portal.preview-container": {
2057
- "properties": [
2058
- {
2059
- "name": "source",
2060
- "annotation": {
2061
- "type": "keyword",
2062
- "value": "string"
2063
- }
2064
- },
2065
- {
2066
- "name": "url",
2067
- "annotation": {
2068
- "type": "keyword",
2069
- "value": "string"
2070
- }
2071
- }
2072
- ],
2073
- "events": [],
2074
- "methods": []
2075
- },
2076
2076
  "ai-portal.project-conversations": {
2077
2077
  "properties": [
2078
2078
  {
@@ -3273,33 +3273,6 @@
3273
3273
  }
3274
3274
  ]
3275
3275
  },
3276
- "ai-portal.show-case": {
3277
- "properties": [
3278
- {
3279
- "name": "caseTitle",
3280
- "annotation": {
3281
- "type": "keyword",
3282
- "value": "string"
3283
- }
3284
- },
3285
- {
3286
- "name": "summary",
3287
- "annotation": {
3288
- "type": "keyword",
3289
- "value": "string"
3290
- }
3291
- },
3292
- {
3293
- "name": "url",
3294
- "annotation": {
3295
- "type": "keyword",
3296
- "value": "string"
3297
- }
3298
- }
3299
- ],
3300
- "events": [],
3301
- "methods": []
3302
- },
3303
3276
  "ai-portal.chat-input": {
3304
3277
  "properties": [
3305
3278
  {
@@ -3705,6 +3678,33 @@
3705
3678
  }
3706
3679
  ]
3707
3680
  },
3681
+ "ai-portal.show-case": {
3682
+ "properties": [
3683
+ {
3684
+ "name": "caseTitle",
3685
+ "annotation": {
3686
+ "type": "keyword",
3687
+ "value": "string"
3688
+ }
3689
+ },
3690
+ {
3691
+ "name": "summary",
3692
+ "annotation": {
3693
+ "type": "keyword",
3694
+ "value": "string"
3695
+ }
3696
+ },
3697
+ {
3698
+ "name": "url",
3699
+ "annotation": {
3700
+ "type": "keyword",
3701
+ "value": "string"
3702
+ }
3703
+ }
3704
+ ],
3705
+ "events": [],
3706
+ "methods": []
3707
+ },
3708
3708
  "ai-portal.flow-tabs": {
3709
3709
  "properties": [
3710
3710
  {
@@ -7060,6 +7060,15 @@
7060
7060
  }
7061
7061
  }
7062
7062
  }
7063
+ },
7064
+ {
7065
+ "name": "split.change",
7066
+ "detail": {
7067
+ "annotation": {
7068
+ "type": "keyword",
7069
+ "value": "boolean"
7070
+ }
7071
+ }
7063
7072
  }
7064
7073
  ],
7065
7074
  "methods": [