@next-bricks/ai-portal 0.47.1 → 0.47.3

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 (44) hide show
  1. package/dist/bricks.json +23 -23
  2. package/dist/chunks/{1692.9fa908f1.js → 1692.e1b92e84.js} +2 -2
  3. package/dist/chunks/{1692.9fa908f1.js.map → 1692.e1b92e84.js.map} +1 -1
  4. package/dist/chunks/4144.e2d748f8.js +2 -0
  5. package/dist/chunks/4144.e2d748f8.js.map +1 -0
  6. package/dist/chunks/{4837.d70e4d5f.js → 4837.488c5888.js} +2 -2
  7. package/dist/chunks/{4837.d70e4d5f.js.map → 4837.488c5888.js.map} +1 -1
  8. package/dist/chunks/{495.8b4a1756.js → 495.06800ca3.js} +2 -2
  9. package/dist/chunks/{495.8b4a1756.js.map → 495.06800ca3.js.map} +1 -1
  10. package/dist/chunks/7431.59dc7d9e.js +3 -0
  11. package/dist/chunks/7431.59dc7d9e.js.map +1 -0
  12. package/dist/chunks/{9328.b23a66b4.js → 9328.1fc3c9b4.js} +2 -2
  13. package/dist/chunks/{9328.b23a66b4.js.map → 9328.1fc3c9b4.js.map} +1 -1
  14. package/dist/chunks/9474.8a4c4815.js +2 -0
  15. package/dist/chunks/9474.8a4c4815.js.map +1 -0
  16. package/dist/chunks/948.85b663ec.js.map +1 -1
  17. package/dist/chunks/{9599.8bf50b3b.js → 9599.f127b5a1.js} +2 -2
  18. package/dist/chunks/{9599.8bf50b3b.js.map → 9599.f127b5a1.js.map} +1 -1
  19. package/dist/chunks/elevo-sidebar.7f4d37a1.js +3 -0
  20. package/dist/chunks/elevo-sidebar.7f4d37a1.js.map +1 -0
  21. package/dist/chunks/{main.151d1068.js → main.3bb7cf04.js} +2 -2
  22. package/dist/chunks/{main.151d1068.js.map → main.3bb7cf04.js.map} +1 -1
  23. package/dist/chunks/{page-container.5da7bbb4.js → page-container.8bf6e607.js} +2 -2
  24. package/dist/chunks/{page-container.5da7bbb4.js.map → page-container.8bf6e607.js.map} +1 -1
  25. package/dist/chunks/{preview-container.659bb080.js → preview-container.ebe8c4fc.js} +2 -2
  26. package/dist/chunks/{preview-container.659bb080.js.map → preview-container.ebe8c4fc.js.map} +1 -1
  27. package/dist/examples.json +20 -20
  28. package/dist/{index.3c942bd7.js → index.96fa671b.js} +2 -2
  29. package/dist/{index.3c942bd7.js.map → index.96fa671b.js.map} +1 -1
  30. package/dist/manifest.json +197 -192
  31. package/dist/types.json +368 -361
  32. package/dist-types/elevo-sidebar/ChatHistory.d.ts +2 -1
  33. package/dist-types/elevo-sidebar/index.d.ts +2 -0
  34. package/package.json +2 -2
  35. package/dist/chunks/4144.5c923db3.js +0 -2
  36. package/dist/chunks/4144.5c923db3.js.map +0 -1
  37. package/dist/chunks/7431.3ff52734.js +0 -3
  38. package/dist/chunks/7431.3ff52734.js.map +0 -1
  39. package/dist/chunks/9474.59a27cc1.js +0 -2
  40. package/dist/chunks/9474.59a27cc1.js.map +0 -1
  41. package/dist/chunks/elevo-sidebar.877ac231.js +0 -3
  42. package/dist/chunks/elevo-sidebar.877ac231.js.map +0 -1
  43. /package/dist/chunks/{7431.3ff52734.js.LICENSE.txt → 7431.59dc7d9e.js.LICENSE.txt} +0 -0
  44. /package/dist/chunks/{elevo-sidebar.877ac231.js.LICENSE.txt → elevo-sidebar.7f4d37a1.js.LICENSE.txt} +0 -0
package/dist/types.json CHANGED
@@ -1,113 +1,4 @@
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
- },
111
2
  "ai-portal.icon-button": {
112
3
  "properties": [
113
4
  {
@@ -179,86 +70,10 @@
179
70
  }
180
71
  ]
181
72
  },
182
- "ai-portal.page-container": {
183
- "properties": [
184
- {
185
- "name": "pageTitle",
186
- "annotation": {
187
- "type": "keyword",
188
- "value": "string"
189
- }
190
- },
191
- {
192
- "name": "breadcrumbs",
193
- "annotation": {
194
- "type": "array",
195
- "elementType": {
196
- "type": "reference",
197
- "typeName": {
198
- "type": "identifier",
199
- "name": "Breadcrumb"
200
- }
201
- }
202
- }
203
- },
204
- {
205
- "name": "size",
206
- "annotation": {
207
- "type": "union",
208
- "types": [
209
- {
210
- "type": "jsLiteral",
211
- "value": "medium"
212
- },
213
- {
214
- "type": "jsLiteral",
215
- "value": "small"
216
- }
217
- ]
218
- }
219
- },
220
- {
221
- "name": "textContent",
222
- "annotation": {
223
- "type": "keyword",
224
- "value": "string"
225
- }
226
- }
227
- ],
73
+ "ai-portal.home-container": {
74
+ "properties": [],
228
75
  "events": [],
229
- "methods": [],
230
- "types": [
231
- {
232
- "type": "interface",
233
- "name": "Breadcrumb",
234
- "body": [
235
- {
236
- "type": "propertySignature",
237
- "key": {
238
- "type": "identifier",
239
- "name": "text"
240
- },
241
- "annotation": {
242
- "type": "keyword",
243
- "value": "string"
244
- },
245
- "computed": false
246
- },
247
- {
248
- "type": "propertySignature",
249
- "key": {
250
- "type": "identifier",
251
- "name": "url"
252
- },
253
- "annotation": {
254
- "type": "keyword",
255
- "value": "string"
256
- },
257
- "computed": false
258
- }
259
- ]
260
- }
261
- ]
76
+ "methods": []
262
77
  },
263
78
  "ai-portal.tab-list": {
264
79
  "properties": [
@@ -504,6 +319,191 @@
504
319
  }
505
320
  }
506
321
  },
322
+ "ai-portal.page-container": {
323
+ "properties": [
324
+ {
325
+ "name": "pageTitle",
326
+ "annotation": {
327
+ "type": "keyword",
328
+ "value": "string"
329
+ }
330
+ },
331
+ {
332
+ "name": "breadcrumbs",
333
+ "annotation": {
334
+ "type": "array",
335
+ "elementType": {
336
+ "type": "reference",
337
+ "typeName": {
338
+ "type": "identifier",
339
+ "name": "Breadcrumb"
340
+ }
341
+ }
342
+ }
343
+ },
344
+ {
345
+ "name": "size",
346
+ "annotation": {
347
+ "type": "union",
348
+ "types": [
349
+ {
350
+ "type": "jsLiteral",
351
+ "value": "medium"
352
+ },
353
+ {
354
+ "type": "jsLiteral",
355
+ "value": "small"
356
+ }
357
+ ]
358
+ }
359
+ },
360
+ {
361
+ "name": "textContent",
362
+ "annotation": {
363
+ "type": "keyword",
364
+ "value": "string"
365
+ }
366
+ }
367
+ ],
368
+ "events": [],
369
+ "methods": [],
370
+ "types": [
371
+ {
372
+ "type": "interface",
373
+ "name": "Breadcrumb",
374
+ "body": [
375
+ {
376
+ "type": "propertySignature",
377
+ "key": {
378
+ "type": "identifier",
379
+ "name": "text"
380
+ },
381
+ "annotation": {
382
+ "type": "keyword",
383
+ "value": "string"
384
+ },
385
+ "computed": false
386
+ },
387
+ {
388
+ "type": "propertySignature",
389
+ "key": {
390
+ "type": "identifier",
391
+ "name": "url"
392
+ },
393
+ "annotation": {
394
+ "type": "keyword",
395
+ "value": "string"
396
+ },
397
+ "computed": false
398
+ }
399
+ ]
400
+ }
401
+ ]
402
+ },
403
+ "ai-portal.stat-with-mini-chart": {
404
+ "properties": [
405
+ {
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",
421
+ "annotation": {
422
+ "type": "union",
423
+ "types": [
424
+ {
425
+ "type": "jsLiteral",
426
+ "value": "medium"
427
+ },
428
+ {
429
+ "type": "jsLiteral",
430
+ "value": "small"
431
+ }
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"
468
+ }
469
+ },
470
+ {
471
+ "name": "yField",
472
+ "annotation": {
473
+ "type": "keyword",
474
+ "value": "string"
475
+ }
476
+ },
477
+ {
478
+ "name": "data",
479
+ "annotation": {
480
+ "type": "array",
481
+ "elementType": {
482
+ "type": "reference",
483
+ "typeName": {
484
+ "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
+ ]
499
+ }
500
+ }
501
+ }
502
+ }
503
+ ],
504
+ "events": [],
505
+ "methods": []
506
+ },
507
507
  "ai-portal.elevo-logo": {
508
508
  "properties": [],
509
509
  "events": [],
@@ -605,24 +605,124 @@
605
605
  "type": "propertySignature",
606
606
  "key": {
607
607
  "type": "identifier",
608
- "name": "description"
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"
609
710
  },
610
711
  "annotation": {
611
712
  "type": "keyword",
612
713
  "value": "string"
613
714
  },
614
- "optional": true,
615
715
  "computed": false
616
716
  },
617
717
  {
618
718
  "type": "propertySignature",
619
719
  "key": {
620
720
  "type": "identifier",
621
- "name": "time"
721
+ "name": "title"
622
722
  },
623
723
  "annotation": {
624
724
  "type": "keyword",
625
- "value": "number"
725
+ "value": "string"
626
726
  },
627
727
  "computed": false
628
728
  },
@@ -630,33 +730,23 @@
630
730
  "type": "propertySignature",
631
731
  "key": {
632
732
  "type": "identifier",
633
- "name": "user"
733
+ "name": "summary"
634
734
  },
635
735
  "annotation": {
636
736
  "type": "keyword",
637
737
  "value": "string"
638
738
  },
639
- "optional": true,
640
739
  "computed": false
641
- }
642
- ]
643
- },
644
- {
645
- "type": "interface",
646
- "name": "ActionClickDetail",
647
- "body": [
740
+ },
648
741
  {
649
742
  "type": "propertySignature",
650
743
  "key": {
651
744
  "type": "identifier",
652
- "name": "action"
745
+ "name": "scenario"
653
746
  },
654
747
  "annotation": {
655
- "type": "reference",
656
- "typeName": {
657
- "type": "identifier",
658
- "name": "SimpleActionType"
659
- }
748
+ "type": "keyword",
749
+ "value": "string"
660
750
  },
661
751
  "computed": false
662
752
  },
@@ -664,15 +754,13 @@
664
754
  "type": "propertySignature",
665
755
  "key": {
666
756
  "type": "identifier",
667
- "name": "item"
757
+ "name": "url"
668
758
  },
669
759
  "annotation": {
670
- "type": "reference",
671
- "typeName": {
672
- "type": "identifier",
673
- "name": "Knowledge"
674
- }
760
+ "type": "keyword",
761
+ "value": "string"
675
762
  },
763
+ "optional": true,
676
764
  "computed": false
677
765
  }
678
766
  ]
@@ -932,94 +1020,6 @@
932
1020
  }
933
1021
  ]
934
1022
  },
935
- "ai-portal.show-cases": {
936
- "properties": [
937
- {
938
- "name": "list",
939
- "annotation": {
940
- "type": "array",
941
- "elementType": {
942
- "type": "reference",
943
- "typeName": {
944
- "type": "identifier",
945
- "name": "ShowCaseType"
946
- }
947
- }
948
- }
949
- }
950
- ],
951
- "events": [],
952
- "methods": [],
953
- "types": [
954
- {
955
- "type": "interface",
956
- "name": "ShowCaseType",
957
- "body": [
958
- {
959
- "type": "propertySignature",
960
- "key": {
961
- "type": "identifier",
962
- "name": "conversationId"
963
- },
964
- "annotation": {
965
- "type": "keyword",
966
- "value": "string"
967
- },
968
- "computed": false
969
- },
970
- {
971
- "type": "propertySignature",
972
- "key": {
973
- "type": "identifier",
974
- "name": "title"
975
- },
976
- "annotation": {
977
- "type": "keyword",
978
- "value": "string"
979
- },
980
- "computed": false
981
- },
982
- {
983
- "type": "propertySignature",
984
- "key": {
985
- "type": "identifier",
986
- "name": "summary"
987
- },
988
- "annotation": {
989
- "type": "keyword",
990
- "value": "string"
991
- },
992
- "computed": false
993
- },
994
- {
995
- "type": "propertySignature",
996
- "key": {
997
- "type": "identifier",
998
- "name": "scenario"
999
- },
1000
- "annotation": {
1001
- "type": "keyword",
1002
- "value": "string"
1003
- },
1004
- "computed": false
1005
- },
1006
- {
1007
- "type": "propertySignature",
1008
- "key": {
1009
- "type": "identifier",
1010
- "name": "url"
1011
- },
1012
- "annotation": {
1013
- "type": "keyword",
1014
- "value": "string"
1015
- },
1016
- "optional": true,
1017
- "computed": false
1018
- }
1019
- ]
1020
- }
1021
- ]
1022
- },
1023
1023
  "ai-portal.ai-employees": {
1024
1024
  "properties": [
1025
1025
  {
@@ -1786,6 +1786,66 @@
1786
1786
  }
1787
1787
  ]
1788
1788
  },
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
+ },
1789
1849
  "ai-portal.activity-timeline": {
1790
1850
  "properties": [
1791
1851
  {
@@ -2760,66 +2820,6 @@
2760
2820
  }
2761
2821
  ]
2762
2822
  },
2763
- "ai-portal.chat-input": {
2764
- "properties": [
2765
- {
2766
- "name": "placeholder",
2767
- "annotation": {
2768
- "type": "keyword",
2769
- "value": "string"
2770
- }
2771
- },
2772
- {
2773
- "name": "autoFocus",
2774
- "annotation": {
2775
- "type": "keyword",
2776
- "value": "boolean"
2777
- }
2778
- },
2779
- {
2780
- "name": "submitDisabled",
2781
- "annotation": {
2782
- "type": "keyword",
2783
- "value": "boolean"
2784
- }
2785
- },
2786
- {
2787
- "name": "supportsTerminate",
2788
- "annotation": {
2789
- "type": "keyword",
2790
- "value": "boolean"
2791
- }
2792
- },
2793
- {
2794
- "name": "terminating",
2795
- "annotation": {
2796
- "type": "keyword",
2797
- "value": "boolean"
2798
- }
2799
- }
2800
- ],
2801
- "events": [
2802
- {
2803
- "name": "message.submit",
2804
- "detail": {
2805
- "annotation": {
2806
- "type": "keyword",
2807
- "value": "string"
2808
- }
2809
- }
2810
- },
2811
- {
2812
- "name": "terminate",
2813
- "detail": {
2814
- "annotation": {
2815
- "type": "keyword",
2816
- "value": "void"
2817
- }
2818
- }
2819
- }
2820
- ],
2821
- "methods": []
2822
- },
2823
2823
  "ai-portal.show-case": {
2824
2824
  "properties": [
2825
2825
  {
@@ -2966,6 +2966,13 @@
2966
2966
  }
2967
2967
  }
2968
2968
  }
2969
+ },
2970
+ {
2971
+ "name": "canAddProject",
2972
+ "annotation": {
2973
+ "type": "keyword",
2974
+ "value": "boolean"
2975
+ }
2969
2976
  }
2970
2977
  ],
2971
2978
  "events": [