@next-bricks/ai-portal 0.41.0 → 0.41.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 (25) hide show
  1. package/dist/bricks.json +33 -33
  2. package/dist/chunks/{2608.e0bf7de9.js → 2608.33f641c9.js} +2 -2
  3. package/dist/chunks/{2608.e0bf7de9.js.map → 2608.33f641c9.js.map} +1 -1
  4. package/dist/chunks/{382.6655f2dc.js → 382.d2e3f46f.js} +2 -2
  5. package/dist/chunks/{382.6655f2dc.js.map → 382.d2e3f46f.js.map} +1 -1
  6. package/dist/chunks/{4957.b0937d56.js → 4957.f878df32.js} +3 -3
  7. package/dist/chunks/{4957.b0937d56.js.map → 4957.f878df32.js.map} +1 -1
  8. package/dist/chunks/{5521.eeb5a205.js → 5521.ef48a4d3.js} +2 -2
  9. package/dist/chunks/{5521.eeb5a205.js.map → 5521.ef48a4d3.js.map} +1 -1
  10. package/dist/chunks/{6862.fc9c39ee.js → 6862.32630cc8.js} +3 -3
  11. package/dist/chunks/{6862.fc9c39ee.js.map → 6862.32630cc8.js.map} +1 -1
  12. package/dist/chunks/goal-card-list.5f61cd91.js +3 -0
  13. package/dist/chunks/{goal-card-list.7a0aecb2.js.map → goal-card-list.5f61cd91.js.map} +1 -1
  14. package/dist/chunks/{main.8a0a20f0.js → main.c7c296c8.js} +2 -2
  15. package/dist/chunks/{main.8a0a20f0.js.map → main.c7c296c8.js.map} +1 -1
  16. package/dist/examples.json +22 -22
  17. package/dist/{index.b28b88f6.js → index.663fc8d5.js} +2 -2
  18. package/dist/{index.b28b88f6.js.map → index.663fc8d5.js.map} +1 -1
  19. package/dist/manifest.json +235 -235
  20. package/dist/types.json +454 -454
  21. package/package.json +2 -2
  22. package/dist/chunks/goal-card-list.7a0aecb2.js +0 -3
  23. /package/dist/chunks/{4957.b0937d56.js.LICENSE.txt → 4957.f878df32.js.LICENSE.txt} +0 -0
  24. /package/dist/chunks/{6862.fc9c39ee.js.LICENSE.txt → 6862.32630cc8.js.LICENSE.txt} +0 -0
  25. /package/dist/chunks/{goal-card-list.7a0aecb2.js.LICENSE.txt → goal-card-list.5f61cd91.js.LICENSE.txt} +0 -0
package/dist/types.json CHANGED
@@ -1,74 +1,8 @@
1
1
  {
2
- "ai-portal.icon-button": {
3
- "properties": [
4
- {
5
- "name": "icon",
6
- "annotation": {
7
- "type": "reference",
8
- "typeName": {
9
- "type": "identifier",
10
- "name": "GeneralIconProps"
11
- }
12
- }
13
- },
14
- {
15
- "name": "tooltip",
16
- "annotation": {
17
- "type": "keyword",
18
- "value": "string"
19
- }
20
- },
21
- {
22
- "name": "disabled",
23
- "annotation": {
24
- "type": "keyword",
25
- "value": "boolean"
26
- }
27
- },
28
- {
29
- "name": "variant",
30
- "annotation": {
31
- "type": "reference",
32
- "typeName": {
33
- "type": "identifier",
34
- "name": "IconButtonVariant"
35
- }
36
- }
37
- }
38
- ],
2
+ "ai-portal.home-container": {
3
+ "properties": [],
39
4
  "events": [],
40
- "methods": [],
41
- "types": [
42
- {
43
- "type": "typeAlias",
44
- "name": "IconButtonVariant",
45
- "annotation": {
46
- "type": "union",
47
- "types": [
48
- {
49
- "type": "jsLiteral",
50
- "value": "default"
51
- },
52
- {
53
- "type": "jsLiteral",
54
- "value": "light"
55
- },
56
- {
57
- "type": "jsLiteral",
58
- "value": "mini"
59
- },
60
- {
61
- "type": "jsLiteral",
62
- "value": "mini-light"
63
- },
64
- {
65
- "type": "jsLiteral",
66
- "value": "bordered"
67
- }
68
- ]
69
- }
70
- }
71
- ]
5
+ "methods": []
72
6
  },
73
7
  "ai-portal.stat-with-mini-chart": {
74
8
  "properties": [
@@ -174,49 +108,76 @@
174
108
  "events": [],
175
109
  "methods": []
176
110
  },
177
- "ai-portal.entity-sdk-get": {
178
- "type": "provider",
179
- "params": [
111
+ "ai-portal.icon-button": {
112
+ "properties": [
180
113
  {
181
- "name": "workspace",
114
+ "name": "icon",
182
115
  "annotation": {
183
- "type": "keyword",
184
- "value": "string"
116
+ "type": "reference",
117
+ "typeName": {
118
+ "type": "identifier",
119
+ "name": "GeneralIconProps"
120
+ }
185
121
  }
186
122
  },
187
123
  {
188
- "name": "entity",
124
+ "name": "tooltip",
189
125
  "annotation": {
190
126
  "type": "keyword",
191
127
  "value": "string"
192
128
  }
193
129
  },
194
130
  {
195
- "name": "id",
131
+ "name": "disabled",
196
132
  "annotation": {
197
133
  "type": "keyword",
198
- "value": "string"
134
+ "value": "boolean"
135
+ }
136
+ },
137
+ {
138
+ "name": "variant",
139
+ "annotation": {
140
+ "type": "reference",
141
+ "typeName": {
142
+ "type": "identifier",
143
+ "name": "IconButtonVariant"
144
+ }
199
145
  }
200
146
  }
201
147
  ],
202
- "returns": {
203
- "annotation": {
204
- "type": "reference",
205
- "typeName": {
206
- "type": "identifier",
207
- "name": "Promise"
208
- },
209
- "typeParameters": {
210
- "type": "typeParameterInstantiation",
211
- "params": [
148
+ "events": [],
149
+ "methods": [],
150
+ "types": [
151
+ {
152
+ "type": "typeAlias",
153
+ "name": "IconButtonVariant",
154
+ "annotation": {
155
+ "type": "union",
156
+ "types": [
212
157
  {
213
- "type": "keyword",
214
- "value": "unknown"
158
+ "type": "jsLiteral",
159
+ "value": "default"
160
+ },
161
+ {
162
+ "type": "jsLiteral",
163
+ "value": "light"
164
+ },
165
+ {
166
+ "type": "jsLiteral",
167
+ "value": "mini"
168
+ },
169
+ {
170
+ "type": "jsLiteral",
171
+ "value": "mini-light"
172
+ },
173
+ {
174
+ "type": "jsLiteral",
175
+ "value": "bordered"
215
176
  }
216
177
  ]
217
178
  }
218
179
  }
219
- }
180
+ ]
220
181
  },
221
182
  "ai-portal.save-request-store": {
222
183
  "type": "provider",
@@ -379,86 +340,49 @@
379
340
  }
380
341
  }
381
342
  },
382
- "ai-portal.page-container": {
383
- "properties": [
343
+ "ai-portal.entity-sdk-get": {
344
+ "type": "provider",
345
+ "params": [
384
346
  {
385
- "name": "pageTitle",
347
+ "name": "workspace",
386
348
  "annotation": {
387
349
  "type": "keyword",
388
350
  "value": "string"
389
351
  }
390
352
  },
391
353
  {
392
- "name": "breadcrumbs",
393
- "annotation": {
394
- "type": "array",
395
- "elementType": {
396
- "type": "reference",
397
- "typeName": {
398
- "type": "identifier",
399
- "name": "Breadcrumb"
400
- }
401
- }
402
- }
403
- },
404
- {
405
- "name": "size",
354
+ "name": "entity",
406
355
  "annotation": {
407
- "type": "union",
408
- "types": [
409
- {
410
- "type": "jsLiteral",
411
- "value": "medium"
412
- },
413
- {
414
- "type": "jsLiteral",
415
- "value": "small"
416
- }
417
- ]
356
+ "type": "keyword",
357
+ "value": "string"
418
358
  }
419
359
  },
420
360
  {
421
- "name": "textContent",
361
+ "name": "id",
422
362
  "annotation": {
423
363
  "type": "keyword",
424
364
  "value": "string"
425
365
  }
426
366
  }
427
367
  ],
428
- "events": [],
429
- "methods": [],
430
- "types": [
431
- {
432
- "type": "interface",
433
- "name": "Breadcrumb",
434
- "body": [
435
- {
436
- "type": "propertySignature",
437
- "key": {
438
- "type": "identifier",
439
- "name": "text"
440
- },
441
- "annotation": {
442
- "type": "keyword",
443
- "value": "string"
444
- },
445
- "computed": false
446
- },
447
- {
448
- "type": "propertySignature",
449
- "key": {
450
- "type": "identifier",
451
- "name": "url"
452
- },
453
- "annotation": {
368
+ "returns": {
369
+ "annotation": {
370
+ "type": "reference",
371
+ "typeName": {
372
+ "type": "identifier",
373
+ "name": "Promise"
374
+ },
375
+ "typeParameters": {
376
+ "type": "typeParameterInstantiation",
377
+ "params": [
378
+ {
454
379
  "type": "keyword",
455
- "value": "string"
456
- },
457
- "computed": false
458
- }
459
- ]
380
+ "value": "unknown"
381
+ }
382
+ ]
383
+ }
460
384
  }
461
- ]
385
+ }
462
386
  },
463
387
  "ai-portal.tab-list": {
464
388
  "properties": [
@@ -531,37 +455,113 @@
531
455
  }
532
456
  ]
533
457
  },
534
- "ai-portal.home-container": {
535
- "properties": [],
536
- "events": [],
537
- "methods": []
538
- },
539
- "ai-portal.elevo-logo": {
540
- "properties": [],
541
- "events": [],
542
- "methods": []
543
- },
544
- "ai-portal.project-knowledges": {
458
+ "ai-portal.page-container": {
545
459
  "properties": [
546
460
  {
547
- "name": "list",
461
+ "name": "pageTitle",
462
+ "annotation": {
463
+ "type": "keyword",
464
+ "value": "string"
465
+ }
466
+ },
467
+ {
468
+ "name": "breadcrumbs",
548
469
  "annotation": {
549
470
  "type": "array",
550
471
  "elementType": {
551
472
  "type": "reference",
552
473
  "typeName": {
553
474
  "type": "identifier",
554
- "name": "Knowledge"
475
+ "name": "Breadcrumb"
555
476
  }
556
477
  }
557
478
  }
558
479
  },
559
480
  {
560
- "name": "urlTemplate",
481
+ "name": "size",
561
482
  "annotation": {
562
- "type": "keyword",
563
- "value": "string"
564
- }
483
+ "type": "union",
484
+ "types": [
485
+ {
486
+ "type": "jsLiteral",
487
+ "value": "medium"
488
+ },
489
+ {
490
+ "type": "jsLiteral",
491
+ "value": "small"
492
+ }
493
+ ]
494
+ }
495
+ },
496
+ {
497
+ "name": "textContent",
498
+ "annotation": {
499
+ "type": "keyword",
500
+ "value": "string"
501
+ }
502
+ }
503
+ ],
504
+ "events": [],
505
+ "methods": [],
506
+ "types": [
507
+ {
508
+ "type": "interface",
509
+ "name": "Breadcrumb",
510
+ "body": [
511
+ {
512
+ "type": "propertySignature",
513
+ "key": {
514
+ "type": "identifier",
515
+ "name": "text"
516
+ },
517
+ "annotation": {
518
+ "type": "keyword",
519
+ "value": "string"
520
+ },
521
+ "computed": false
522
+ },
523
+ {
524
+ "type": "propertySignature",
525
+ "key": {
526
+ "type": "identifier",
527
+ "name": "url"
528
+ },
529
+ "annotation": {
530
+ "type": "keyword",
531
+ "value": "string"
532
+ },
533
+ "computed": false
534
+ }
535
+ ]
536
+ }
537
+ ]
538
+ },
539
+ "ai-portal.elevo-logo": {
540
+ "properties": [],
541
+ "events": [],
542
+ "methods": []
543
+ },
544
+ "ai-portal.project-knowledges": {
545
+ "properties": [
546
+ {
547
+ "name": "list",
548
+ "annotation": {
549
+ "type": "array",
550
+ "elementType": {
551
+ "type": "reference",
552
+ "typeName": {
553
+ "type": "identifier",
554
+ "name": "Knowledge"
555
+ }
556
+ }
557
+ }
558
+ },
559
+ {
560
+ "name": "urlTemplate",
561
+ "annotation": {
562
+ "type": "keyword",
563
+ "value": "string"
564
+ }
565
565
  },
566
566
  {
567
567
  "name": "actions",
@@ -862,7 +862,7 @@
862
862
  }
863
863
  ]
864
864
  },
865
- "ai-portal.ai-employees": {
865
+ "ai-portal.mcp-tools": {
866
866
  "properties": [
867
867
  {
868
868
  "name": "list",
@@ -872,28 +872,11 @@
872
872
  "type": "reference",
873
873
  "typeName": {
874
874
  "type": "identifier",
875
- "name": "Employee"
875
+ "name": "McpTool"
876
876
  }
877
877
  }
878
878
  }
879
879
  },
880
- {
881
- "name": "industries",
882
- "annotation": {
883
- "type": "array",
884
- "elementType": {
885
- "type": "keyword",
886
- "value": "string"
887
- }
888
- }
889
- },
890
- {
891
- "name": "urlTemplate",
892
- "annotation": {
893
- "type": "keyword",
894
- "value": "string"
895
- }
896
- },
897
880
  {
898
881
  "name": "withContainer",
899
882
  "annotation": {
@@ -907,7 +890,7 @@
907
890
  "types": [
908
891
  {
909
892
  "type": "interface",
910
- "name": "Employee",
893
+ "name": "McpTool",
911
894
  "body": [
912
895
  {
913
896
  "type": "propertySignature",
@@ -925,7 +908,7 @@
925
908
  "type": "propertySignature",
926
909
  "key": {
927
910
  "type": "identifier",
928
- "name": "industry"
911
+ "name": "title"
929
912
  },
930
913
  "annotation": {
931
914
  "type": "keyword",
@@ -937,7 +920,7 @@
937
920
  "type": "propertySignature",
938
921
  "key": {
939
922
  "type": "identifier",
940
- "name": "role"
923
+ "name": "description"
941
924
  },
942
925
  "annotation": {
943
926
  "type": "keyword",
@@ -949,7 +932,44 @@
949
932
  "type": "propertySignature",
950
933
  "key": {
951
934
  "type": "identifier",
952
- "name": "description"
935
+ "name": "icon"
936
+ },
937
+ "annotation": {
938
+ "type": "reference",
939
+ "typeName": {
940
+ "type": "identifier",
941
+ "name": "GeneralIconProps"
942
+ }
943
+ },
944
+ "optional": true,
945
+ "computed": false
946
+ },
947
+ {
948
+ "type": "propertySignature",
949
+ "key": {
950
+ "type": "identifier",
951
+ "name": "server"
952
+ },
953
+ "annotation": {
954
+ "type": "reference",
955
+ "typeName": {
956
+ "type": "identifier",
957
+ "name": "McpServer"
958
+ }
959
+ },
960
+ "computed": false
961
+ }
962
+ ]
963
+ },
964
+ {
965
+ "type": "interface",
966
+ "name": "McpServer",
967
+ "body": [
968
+ {
969
+ "type": "propertySignature",
970
+ "key": {
971
+ "type": "identifier",
972
+ "name": "id"
953
973
  },
954
974
  "annotation": {
955
975
  "type": "keyword",
@@ -961,20 +981,19 @@
961
981
  "type": "propertySignature",
962
982
  "key": {
963
983
  "type": "identifier",
964
- "name": "avatar"
984
+ "name": "name"
965
985
  },
966
986
  "annotation": {
967
987
  "type": "keyword",
968
988
  "value": "string"
969
989
  },
970
- "optional": true,
971
990
  "computed": false
972
991
  }
973
992
  ]
974
993
  }
975
994
  ]
976
995
  },
977
- "ai-portal.mcp-tools": {
996
+ "ai-portal.ai-employees": {
978
997
  "properties": [
979
998
  {
980
999
  "name": "list",
@@ -984,11 +1003,28 @@
984
1003
  "type": "reference",
985
1004
  "typeName": {
986
1005
  "type": "identifier",
987
- "name": "McpTool"
1006
+ "name": "Employee"
988
1007
  }
989
1008
  }
990
1009
  }
991
1010
  },
1011
+ {
1012
+ "name": "industries",
1013
+ "annotation": {
1014
+ "type": "array",
1015
+ "elementType": {
1016
+ "type": "keyword",
1017
+ "value": "string"
1018
+ }
1019
+ }
1020
+ },
1021
+ {
1022
+ "name": "urlTemplate",
1023
+ "annotation": {
1024
+ "type": "keyword",
1025
+ "value": "string"
1026
+ }
1027
+ },
992
1028
  {
993
1029
  "name": "withContainer",
994
1030
  "annotation": {
@@ -1002,7 +1038,7 @@
1002
1038
  "types": [
1003
1039
  {
1004
1040
  "type": "interface",
1005
- "name": "McpTool",
1041
+ "name": "Employee",
1006
1042
  "body": [
1007
1043
  {
1008
1044
  "type": "propertySignature",
@@ -1020,7 +1056,7 @@
1020
1056
  "type": "propertySignature",
1021
1057
  "key": {
1022
1058
  "type": "identifier",
1023
- "name": "title"
1059
+ "name": "industry"
1024
1060
  },
1025
1061
  "annotation": {
1026
1062
  "type": "keyword",
@@ -1032,7 +1068,7 @@
1032
1068
  "type": "propertySignature",
1033
1069
  "key": {
1034
1070
  "type": "identifier",
1035
- "name": "description"
1071
+ "name": "role"
1036
1072
  },
1037
1073
  "annotation": {
1038
1074
  "type": "keyword",
@@ -1044,44 +1080,7 @@
1044
1080
  "type": "propertySignature",
1045
1081
  "key": {
1046
1082
  "type": "identifier",
1047
- "name": "icon"
1048
- },
1049
- "annotation": {
1050
- "type": "reference",
1051
- "typeName": {
1052
- "type": "identifier",
1053
- "name": "GeneralIconProps"
1054
- }
1055
- },
1056
- "optional": true,
1057
- "computed": false
1058
- },
1059
- {
1060
- "type": "propertySignature",
1061
- "key": {
1062
- "type": "identifier",
1063
- "name": "server"
1064
- },
1065
- "annotation": {
1066
- "type": "reference",
1067
- "typeName": {
1068
- "type": "identifier",
1069
- "name": "McpServer"
1070
- }
1071
- },
1072
- "computed": false
1073
- }
1074
- ]
1075
- },
1076
- {
1077
- "type": "interface",
1078
- "name": "McpServer",
1079
- "body": [
1080
- {
1081
- "type": "propertySignature",
1082
- "key": {
1083
- "type": "identifier",
1084
- "name": "id"
1083
+ "name": "description"
1085
1084
  },
1086
1085
  "annotation": {
1087
1086
  "type": "keyword",
@@ -1093,12 +1092,13 @@
1093
1092
  "type": "propertySignature",
1094
1093
  "key": {
1095
1094
  "type": "identifier",
1096
- "name": "name"
1095
+ "name": "avatar"
1097
1096
  },
1098
1097
  "annotation": {
1099
1098
  "type": "keyword",
1100
1099
  "value": "string"
1101
1100
  },
1101
+ "optional": true,
1102
1102
  "computed": false
1103
1103
  }
1104
1104
  ]
@@ -1202,114 +1202,44 @@
1202
1202
  }
1203
1203
  ]
1204
1204
  },
1205
- "ai-portal.project-summary": {
1205
+ "ai-portal.dropdown-select": {
1206
1206
  "properties": [
1207
1207
  {
1208
- "name": "chatList",
1208
+ "name": "value",
1209
+ "annotation": {
1210
+ "type": "keyword",
1211
+ "value": "string"
1212
+ }
1213
+ },
1214
+ {
1215
+ "name": "options",
1209
1216
  "annotation": {
1210
1217
  "type": "array",
1211
1218
  "elementType": {
1212
1219
  "type": "reference",
1213
1220
  "typeName": {
1214
1221
  "type": "identifier",
1215
- "name": "Chat"
1222
+ "name": "DropdownOptions"
1216
1223
  }
1217
1224
  }
1218
1225
  }
1219
1226
  },
1220
1227
  {
1221
- "name": "chatUrlTemplate",
1228
+ "name": "labelMaxWidth",
1222
1229
  "annotation": {
1223
- "type": "keyword",
1224
- "value": "string"
1230
+ "type": "union",
1231
+ "types": [
1232
+ {
1233
+ "type": "keyword",
1234
+ "value": "string"
1235
+ },
1236
+ {
1237
+ "type": "keyword",
1238
+ "value": "number"
1239
+ }
1240
+ ]
1225
1241
  }
1226
- }
1227
- ],
1228
- "events": [],
1229
- "methods": [],
1230
- "types": [
1231
- {
1232
- "type": "interface",
1233
- "name": "Chat",
1234
- "body": [
1235
- {
1236
- "type": "propertySignature",
1237
- "key": {
1238
- "type": "identifier",
1239
- "name": "conversationId"
1240
- },
1241
- "annotation": {
1242
- "type": "keyword",
1243
- "value": "string"
1244
- },
1245
- "computed": false
1246
- },
1247
- {
1248
- "type": "propertySignature",
1249
- "key": {
1250
- "type": "identifier",
1251
- "name": "title"
1252
- },
1253
- "annotation": {
1254
- "type": "keyword",
1255
- "value": "string"
1256
- },
1257
- "computed": false
1258
- },
1259
- {
1260
- "type": "propertySignature",
1261
- "key": {
1262
- "type": "identifier",
1263
- "name": "startTime"
1264
- },
1265
- "annotation": {
1266
- "type": "keyword",
1267
- "value": "number"
1268
- },
1269
- "computed": false
1270
- }
1271
- ]
1272
- }
1273
- ]
1274
- },
1275
- "ai-portal.dropdown-select": {
1276
- "properties": [
1277
- {
1278
- "name": "value",
1279
- "annotation": {
1280
- "type": "keyword",
1281
- "value": "string"
1282
- }
1283
- },
1284
- {
1285
- "name": "options",
1286
- "annotation": {
1287
- "type": "array",
1288
- "elementType": {
1289
- "type": "reference",
1290
- "typeName": {
1291
- "type": "identifier",
1292
- "name": "DropdownOptions"
1293
- }
1294
- }
1295
- }
1296
- },
1297
- {
1298
- "name": "labelMaxWidth",
1299
- "annotation": {
1300
- "type": "union",
1301
- "types": [
1302
- {
1303
- "type": "keyword",
1304
- "value": "string"
1305
- },
1306
- {
1307
- "type": "keyword",
1308
- "value": "number"
1309
- }
1310
- ]
1311
- }
1312
- },
1242
+ },
1313
1243
  {
1314
1244
  "name": "loading",
1315
1245
  "annotation": {
@@ -1441,6 +1371,76 @@
1441
1371
  }
1442
1372
  ]
1443
1373
  },
1374
+ "ai-portal.project-summary": {
1375
+ "properties": [
1376
+ {
1377
+ "name": "chatList",
1378
+ "annotation": {
1379
+ "type": "array",
1380
+ "elementType": {
1381
+ "type": "reference",
1382
+ "typeName": {
1383
+ "type": "identifier",
1384
+ "name": "Chat"
1385
+ }
1386
+ }
1387
+ }
1388
+ },
1389
+ {
1390
+ "name": "chatUrlTemplate",
1391
+ "annotation": {
1392
+ "type": "keyword",
1393
+ "value": "string"
1394
+ }
1395
+ }
1396
+ ],
1397
+ "events": [],
1398
+ "methods": [],
1399
+ "types": [
1400
+ {
1401
+ "type": "interface",
1402
+ "name": "Chat",
1403
+ "body": [
1404
+ {
1405
+ "type": "propertySignature",
1406
+ "key": {
1407
+ "type": "identifier",
1408
+ "name": "conversationId"
1409
+ },
1410
+ "annotation": {
1411
+ "type": "keyword",
1412
+ "value": "string"
1413
+ },
1414
+ "computed": false
1415
+ },
1416
+ {
1417
+ "type": "propertySignature",
1418
+ "key": {
1419
+ "type": "identifier",
1420
+ "name": "title"
1421
+ },
1422
+ "annotation": {
1423
+ "type": "keyword",
1424
+ "value": "string"
1425
+ },
1426
+ "computed": false
1427
+ },
1428
+ {
1429
+ "type": "propertySignature",
1430
+ "key": {
1431
+ "type": "identifier",
1432
+ "name": "startTime"
1433
+ },
1434
+ "annotation": {
1435
+ "type": "keyword",
1436
+ "value": "number"
1437
+ },
1438
+ "computed": false
1439
+ }
1440
+ ]
1441
+ }
1442
+ ]
1443
+ },
1444
1444
  "ai-portal.preview-container": {
1445
1445
  "properties": [
1446
1446
  {
@@ -1454,6 +1454,129 @@
1454
1454
  "events": [],
1455
1455
  "methods": []
1456
1456
  },
1457
+ "ai-portal.action-buttons": {
1458
+ "properties": [
1459
+ {
1460
+ "name": "items",
1461
+ "annotation": {
1462
+ "type": "array",
1463
+ "elementType": {
1464
+ "type": "reference",
1465
+ "typeName": {
1466
+ "type": "identifier",
1467
+ "name": "ActionItem"
1468
+ }
1469
+ }
1470
+ }
1471
+ },
1472
+ {
1473
+ "name": "multiple",
1474
+ "annotation": {
1475
+ "type": "keyword",
1476
+ "value": "boolean"
1477
+ }
1478
+ }
1479
+ ],
1480
+ "events": [
1481
+ {
1482
+ "name": "action.click",
1483
+ "detail": {
1484
+ "annotation": {
1485
+ "type": "reference",
1486
+ "typeName": {
1487
+ "type": "identifier",
1488
+ "name": "ActionItem"
1489
+ }
1490
+ }
1491
+ }
1492
+ }
1493
+ ],
1494
+ "methods": [],
1495
+ "types": [
1496
+ {
1497
+ "type": "interface",
1498
+ "name": "ActionItem",
1499
+ "body": [
1500
+ {
1501
+ "type": "propertySignature",
1502
+ "key": {
1503
+ "type": "identifier",
1504
+ "name": "text"
1505
+ },
1506
+ "annotation": {
1507
+ "type": "keyword",
1508
+ "value": "string"
1509
+ },
1510
+ "computed": false
1511
+ },
1512
+ {
1513
+ "type": "propertySignature",
1514
+ "key": {
1515
+ "type": "identifier",
1516
+ "name": "icon"
1517
+ },
1518
+ "annotation": {
1519
+ "type": "reference",
1520
+ "typeName": {
1521
+ "type": "identifier",
1522
+ "name": "GeneralIconProps"
1523
+ }
1524
+ },
1525
+ "optional": true,
1526
+ "computed": false
1527
+ },
1528
+ {
1529
+ "type": "propertySignature",
1530
+ "key": {
1531
+ "type": "identifier",
1532
+ "name": "active"
1533
+ },
1534
+ "annotation": {
1535
+ "type": "keyword",
1536
+ "value": "boolean"
1537
+ },
1538
+ "optional": true,
1539
+ "computed": false
1540
+ },
1541
+ {
1542
+ "type": "propertySignature",
1543
+ "key": {
1544
+ "type": "identifier",
1545
+ "name": "event"
1546
+ },
1547
+ "annotation": {
1548
+ "type": "keyword",
1549
+ "value": "string"
1550
+ },
1551
+ "optional": true,
1552
+ "computed": false
1553
+ },
1554
+ {
1555
+ "type": "propertySignature",
1556
+ "key": {
1557
+ "type": "identifier",
1558
+ "name": "hidden"
1559
+ },
1560
+ "annotation": {
1561
+ "type": "keyword",
1562
+ "value": "boolean"
1563
+ },
1564
+ "optional": true,
1565
+ "computed": false
1566
+ }
1567
+ ],
1568
+ "extends": [
1569
+ {
1570
+ "type": "expressionWithTypeArguments",
1571
+ "expression": {
1572
+ "type": "identifier",
1573
+ "name": "ButtonProps"
1574
+ }
1575
+ }
1576
+ ]
1577
+ }
1578
+ ]
1579
+ },
1457
1580
  "ai-portal.project-conversations": {
1458
1581
  "properties": [
1459
1582
  {
@@ -1680,129 +1803,6 @@
1680
1803
  }
1681
1804
  ]
1682
1805
  },
1683
- "ai-portal.action-buttons": {
1684
- "properties": [
1685
- {
1686
- "name": "items",
1687
- "annotation": {
1688
- "type": "array",
1689
- "elementType": {
1690
- "type": "reference",
1691
- "typeName": {
1692
- "type": "identifier",
1693
- "name": "ActionItem"
1694
- }
1695
- }
1696
- }
1697
- },
1698
- {
1699
- "name": "multiple",
1700
- "annotation": {
1701
- "type": "keyword",
1702
- "value": "boolean"
1703
- }
1704
- }
1705
- ],
1706
- "events": [
1707
- {
1708
- "name": "action.click",
1709
- "detail": {
1710
- "annotation": {
1711
- "type": "reference",
1712
- "typeName": {
1713
- "type": "identifier",
1714
- "name": "ActionItem"
1715
- }
1716
- }
1717
- }
1718
- }
1719
- ],
1720
- "methods": [],
1721
- "types": [
1722
- {
1723
- "type": "interface",
1724
- "name": "ActionItem",
1725
- "body": [
1726
- {
1727
- "type": "propertySignature",
1728
- "key": {
1729
- "type": "identifier",
1730
- "name": "text"
1731
- },
1732
- "annotation": {
1733
- "type": "keyword",
1734
- "value": "string"
1735
- },
1736
- "computed": false
1737
- },
1738
- {
1739
- "type": "propertySignature",
1740
- "key": {
1741
- "type": "identifier",
1742
- "name": "icon"
1743
- },
1744
- "annotation": {
1745
- "type": "reference",
1746
- "typeName": {
1747
- "type": "identifier",
1748
- "name": "GeneralIconProps"
1749
- }
1750
- },
1751
- "optional": true,
1752
- "computed": false
1753
- },
1754
- {
1755
- "type": "propertySignature",
1756
- "key": {
1757
- "type": "identifier",
1758
- "name": "active"
1759
- },
1760
- "annotation": {
1761
- "type": "keyword",
1762
- "value": "boolean"
1763
- },
1764
- "optional": true,
1765
- "computed": false
1766
- },
1767
- {
1768
- "type": "propertySignature",
1769
- "key": {
1770
- "type": "identifier",
1771
- "name": "event"
1772
- },
1773
- "annotation": {
1774
- "type": "keyword",
1775
- "value": "string"
1776
- },
1777
- "optional": true,
1778
- "computed": false
1779
- },
1780
- {
1781
- "type": "propertySignature",
1782
- "key": {
1783
- "type": "identifier",
1784
- "name": "hidden"
1785
- },
1786
- "annotation": {
1787
- "type": "keyword",
1788
- "value": "boolean"
1789
- },
1790
- "optional": true,
1791
- "computed": false
1792
- }
1793
- ],
1794
- "extends": [
1795
- {
1796
- "type": "expressionWithTypeArguments",
1797
- "expression": {
1798
- "type": "identifier",
1799
- "name": "ButtonProps"
1800
- }
1801
- }
1802
- ]
1803
- }
1804
- ]
1805
- },
1806
1806
  "ai-portal.activity-timeline": {
1807
1807
  "properties": [
1808
1808
  {