@next-bricks/ai-portal 0.47.3 → 0.48.0
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/bricks.json +31 -31
- package/dist/chunks/4144.61537fe5.js +2 -0
- package/dist/chunks/4144.61537fe5.js.map +1 -0
- package/dist/chunks/{7431.59dc7d9e.js → 7431.a7bb5366.js} +3 -3
- package/dist/chunks/7431.a7bb5366.js.map +1 -0
- package/dist/chunks/9328.283c35b3.js +2 -0
- package/dist/chunks/9328.283c35b3.js.map +1 -0
- package/dist/chunks/9474.5c89809c.js +2 -0
- package/dist/chunks/9474.5c89809c.js.map +1 -0
- package/dist/chunks/{main.3bb7cf04.js → main.a1c0bc1f.js} +2 -2
- package/dist/chunks/{main.3bb7cf04.js.map → main.a1c0bc1f.js.map} +1 -1
- package/dist/chunks/preview-container.547a5036.js +2 -0
- package/dist/chunks/preview-container.547a5036.js.map +1 -0
- package/dist/examples.json +22 -22
- package/dist/{index.96fa671b.js → index.44fdd150.js} +2 -2
- package/dist/{index.96fa671b.js.map → index.44fdd150.js.map} +1 -1
- package/dist/manifest.json +202 -198
- package/dist/types.json +350 -343
- package/dist-types/preview-container/index.d.ts +2 -0
- package/package.json +2 -2
- package/dist/chunks/4144.e2d748f8.js +0 -2
- package/dist/chunks/4144.e2d748f8.js.map +0 -1
- package/dist/chunks/7431.59dc7d9e.js.map +0 -1
- package/dist/chunks/9328.1fc3c9b4.js +0 -2
- package/dist/chunks/9328.1fc3c9b4.js.map +0 -1
- package/dist/chunks/9474.8a4c4815.js +0 -2
- package/dist/chunks/9474.8a4c4815.js.map +0 -1
- package/dist/chunks/preview-container.ebe8c4fc.js +0 -2
- package/dist/chunks/preview-container.ebe8c4fc.js.map +0 -1
- /package/dist/chunks/{7431.59dc7d9e.js.LICENSE.txt → 7431.a7bb5366.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,172 +433,38 @@
|
|
|
400
433
|
}
|
|
401
434
|
]
|
|
402
435
|
},
|
|
403
|
-
"ai-portal.
|
|
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
|
-
"ai-portal.elevo-logo": {
|
|
508
|
-
"properties": [],
|
|
509
|
-
"events": [],
|
|
510
|
-
"methods": []
|
|
511
|
-
},
|
|
512
|
-
"ai-portal.project-knowledges": {
|
|
436
|
+
"ai-portal.tab-list": {
|
|
513
437
|
"properties": [
|
|
514
438
|
{
|
|
515
|
-
"name": "
|
|
439
|
+
"name": "tabs",
|
|
516
440
|
"annotation": {
|
|
517
441
|
"type": "array",
|
|
518
442
|
"elementType": {
|
|
519
443
|
"type": "reference",
|
|
520
444
|
"typeName": {
|
|
521
445
|
"type": "identifier",
|
|
522
|
-
"name": "
|
|
446
|
+
"name": "Tab"
|
|
523
447
|
}
|
|
524
448
|
}
|
|
525
449
|
}
|
|
526
450
|
},
|
|
527
451
|
{
|
|
528
|
-
"name": "
|
|
452
|
+
"name": "activeTab",
|
|
529
453
|
"annotation": {
|
|
530
454
|
"type": "keyword",
|
|
531
455
|
"value": "string"
|
|
532
456
|
}
|
|
533
|
-
},
|
|
534
|
-
{
|
|
535
|
-
"name": "actions",
|
|
536
|
-
"annotation": {
|
|
537
|
-
"type": "array",
|
|
538
|
-
"elementType": {
|
|
539
|
-
"type": "reference",
|
|
540
|
-
"typeName": {
|
|
541
|
-
"type": "identifier",
|
|
542
|
-
"name": "ActionType"
|
|
543
|
-
}
|
|
544
|
-
}
|
|
545
|
-
}
|
|
546
457
|
}
|
|
547
458
|
],
|
|
548
459
|
"events": [
|
|
549
460
|
{
|
|
550
|
-
"name": "
|
|
551
|
-
"detail": {
|
|
552
|
-
"annotation": {
|
|
553
|
-
"type": "reference",
|
|
554
|
-
"typeName": {
|
|
555
|
-
"type": "identifier",
|
|
556
|
-
"name": "ActionClickDetail"
|
|
557
|
-
}
|
|
558
|
-
}
|
|
559
|
-
}
|
|
560
|
-
},
|
|
561
|
-
{
|
|
562
|
-
"name": "item.click",
|
|
461
|
+
"name": "tab.click",
|
|
563
462
|
"detail": {
|
|
564
463
|
"annotation": {
|
|
565
464
|
"type": "reference",
|
|
566
465
|
"typeName": {
|
|
567
466
|
"type": "identifier",
|
|
568
|
-
"name": "
|
|
467
|
+
"name": "Tab"
|
|
569
468
|
}
|
|
570
469
|
}
|
|
571
470
|
}
|
|
@@ -575,111 +474,42 @@
|
|
|
575
474
|
"types": [
|
|
576
475
|
{
|
|
577
476
|
"type": "interface",
|
|
578
|
-
"name": "
|
|
477
|
+
"name": "Tab",
|
|
579
478
|
"body": [
|
|
580
479
|
{
|
|
581
480
|
"type": "propertySignature",
|
|
582
481
|
"key": {
|
|
583
482
|
"type": "identifier",
|
|
584
|
-
"name": "
|
|
585
|
-
},
|
|
586
|
-
"annotation": {
|
|
587
|
-
"type": "keyword",
|
|
588
|
-
"value": "string"
|
|
589
|
-
},
|
|
590
|
-
"computed": false
|
|
591
|
-
},
|
|
592
|
-
{
|
|
593
|
-
"type": "propertySignature",
|
|
594
|
-
"key": {
|
|
595
|
-
"type": "identifier",
|
|
596
|
-
"name": "name"
|
|
597
|
-
},
|
|
598
|
-
"annotation": {
|
|
599
|
-
"type": "keyword",
|
|
600
|
-
"value": "string"
|
|
601
|
-
},
|
|
602
|
-
"computed": false
|
|
603
|
-
},
|
|
604
|
-
{
|
|
605
|
-
"type": "propertySignature",
|
|
606
|
-
"key": {
|
|
607
|
-
"type": "identifier",
|
|
608
|
-
"name": "description"
|
|
483
|
+
"name": "id"
|
|
609
484
|
},
|
|
610
485
|
"annotation": {
|
|
611
486
|
"type": "keyword",
|
|
612
487
|
"value": "string"
|
|
613
488
|
},
|
|
614
|
-
"optional": true,
|
|
615
489
|
"computed": false
|
|
616
490
|
},
|
|
617
491
|
{
|
|
618
492
|
"type": "propertySignature",
|
|
619
493
|
"key": {
|
|
620
494
|
"type": "identifier",
|
|
621
|
-
"name": "
|
|
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"
|
|
495
|
+
"name": "label"
|
|
634
496
|
},
|
|
635
497
|
"annotation": {
|
|
636
498
|
"type": "keyword",
|
|
637
499
|
"value": "string"
|
|
638
500
|
},
|
|
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
501
|
"computed": false
|
|
677
502
|
}
|
|
678
503
|
]
|
|
679
504
|
}
|
|
680
505
|
]
|
|
681
506
|
},
|
|
682
|
-
"ai-portal.
|
|
507
|
+
"ai-portal.elevo-logo": {
|
|
508
|
+
"properties": [],
|
|
509
|
+
"events": [],
|
|
510
|
+
"methods": []
|
|
511
|
+
},
|
|
512
|
+
"ai-portal.project-knowledges": {
|
|
683
513
|
"properties": [
|
|
684
514
|
{
|
|
685
515
|
"name": "list",
|
|
@@ -689,24 +519,69 @@
|
|
|
689
519
|
"type": "reference",
|
|
690
520
|
"typeName": {
|
|
691
521
|
"type": "identifier",
|
|
692
|
-
"name": "
|
|
522
|
+
"name": "Knowledge"
|
|
523
|
+
}
|
|
524
|
+
}
|
|
525
|
+
}
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
"name": "urlTemplate",
|
|
529
|
+
"annotation": {
|
|
530
|
+
"type": "keyword",
|
|
531
|
+
"value": "string"
|
|
532
|
+
}
|
|
533
|
+
},
|
|
534
|
+
{
|
|
535
|
+
"name": "actions",
|
|
536
|
+
"annotation": {
|
|
537
|
+
"type": "array",
|
|
538
|
+
"elementType": {
|
|
539
|
+
"type": "reference",
|
|
540
|
+
"typeName": {
|
|
541
|
+
"type": "identifier",
|
|
542
|
+
"name": "ActionType"
|
|
543
|
+
}
|
|
544
|
+
}
|
|
545
|
+
}
|
|
546
|
+
}
|
|
547
|
+
],
|
|
548
|
+
"events": [
|
|
549
|
+
{
|
|
550
|
+
"name": "action.click",
|
|
551
|
+
"detail": {
|
|
552
|
+
"annotation": {
|
|
553
|
+
"type": "reference",
|
|
554
|
+
"typeName": {
|
|
555
|
+
"type": "identifier",
|
|
556
|
+
"name": "ActionClickDetail"
|
|
557
|
+
}
|
|
558
|
+
}
|
|
559
|
+
}
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
"name": "item.click",
|
|
563
|
+
"detail": {
|
|
564
|
+
"annotation": {
|
|
565
|
+
"type": "reference",
|
|
566
|
+
"typeName": {
|
|
567
|
+
"type": "identifier",
|
|
568
|
+
"name": "Knowledge"
|
|
693
569
|
}
|
|
694
570
|
}
|
|
695
571
|
}
|
|
696
572
|
}
|
|
697
573
|
],
|
|
698
|
-
"events": [],
|
|
699
574
|
"methods": [],
|
|
700
575
|
"types": [
|
|
701
576
|
{
|
|
702
577
|
"type": "interface",
|
|
703
|
-
"name": "
|
|
578
|
+
"name": "Knowledge",
|
|
704
579
|
"body": [
|
|
705
580
|
{
|
|
706
581
|
"type": "propertySignature",
|
|
707
582
|
"key": {
|
|
708
583
|
"type": "identifier",
|
|
709
|
-
"name": "
|
|
584
|
+
"name": "instanceId"
|
|
710
585
|
},
|
|
711
586
|
"annotation": {
|
|
712
587
|
"type": "keyword",
|
|
@@ -718,7 +593,7 @@
|
|
|
718
593
|
"type": "propertySignature",
|
|
719
594
|
"key": {
|
|
720
595
|
"type": "identifier",
|
|
721
|
-
"name": "
|
|
596
|
+
"name": "name"
|
|
722
597
|
},
|
|
723
598
|
"annotation": {
|
|
724
599
|
"type": "keyword",
|
|
@@ -730,23 +605,24 @@
|
|
|
730
605
|
"type": "propertySignature",
|
|
731
606
|
"key": {
|
|
732
607
|
"type": "identifier",
|
|
733
|
-
"name": "
|
|
608
|
+
"name": "description"
|
|
734
609
|
},
|
|
735
610
|
"annotation": {
|
|
736
611
|
"type": "keyword",
|
|
737
612
|
"value": "string"
|
|
738
613
|
},
|
|
614
|
+
"optional": true,
|
|
739
615
|
"computed": false
|
|
740
616
|
},
|
|
741
617
|
{
|
|
742
618
|
"type": "propertySignature",
|
|
743
619
|
"key": {
|
|
744
620
|
"type": "identifier",
|
|
745
|
-
"name": "
|
|
621
|
+
"name": "time"
|
|
746
622
|
},
|
|
747
623
|
"annotation": {
|
|
748
624
|
"type": "keyword",
|
|
749
|
-
"value": "
|
|
625
|
+
"value": "number"
|
|
750
626
|
},
|
|
751
627
|
"computed": false
|
|
752
628
|
},
|
|
@@ -754,7 +630,7 @@
|
|
|
754
630
|
"type": "propertySignature",
|
|
755
631
|
"key": {
|
|
756
632
|
"type": "identifier",
|
|
757
|
-
"name": "
|
|
633
|
+
"name": "user"
|
|
758
634
|
},
|
|
759
635
|
"annotation": {
|
|
760
636
|
"type": "keyword",
|
|
@@ -764,6 +640,42 @@
|
|
|
764
640
|
"computed": false
|
|
765
641
|
}
|
|
766
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
|
+
]
|
|
767
679
|
}
|
|
768
680
|
]
|
|
769
681
|
},
|
|
@@ -1020,6 +932,94 @@
|
|
|
1020
932
|
}
|
|
1021
933
|
]
|
|
1022
934
|
},
|
|
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
|
{
|
|
@@ -1229,6 +1229,26 @@
|
|
|
1229
1229
|
}
|
|
1230
1230
|
]
|
|
1231
1231
|
},
|
|
1232
|
+
"ai-portal.preview-container": {
|
|
1233
|
+
"properties": [
|
|
1234
|
+
{
|
|
1235
|
+
"name": "source",
|
|
1236
|
+
"annotation": {
|
|
1237
|
+
"type": "keyword",
|
|
1238
|
+
"value": "string"
|
|
1239
|
+
}
|
|
1240
|
+
},
|
|
1241
|
+
{
|
|
1242
|
+
"name": "url",
|
|
1243
|
+
"annotation": {
|
|
1244
|
+
"type": "keyword",
|
|
1245
|
+
"value": "string"
|
|
1246
|
+
}
|
|
1247
|
+
}
|
|
1248
|
+
],
|
|
1249
|
+
"events": [],
|
|
1250
|
+
"methods": []
|
|
1251
|
+
},
|
|
1232
1252
|
"ai-portal.dropdown-select": {
|
|
1233
1253
|
"properties": [
|
|
1234
1254
|
{
|
|
@@ -1398,19 +1418,6 @@
|
|
|
1398
1418
|
}
|
|
1399
1419
|
]
|
|
1400
1420
|
},
|
|
1401
|
-
"ai-portal.preview-container": {
|
|
1402
|
-
"properties": [
|
|
1403
|
-
{
|
|
1404
|
-
"name": "source",
|
|
1405
|
-
"annotation": {
|
|
1406
|
-
"type": "keyword",
|
|
1407
|
-
"value": "string"
|
|
1408
|
-
}
|
|
1409
|
-
}
|
|
1410
|
-
],
|
|
1411
|
-
"events": [],
|
|
1412
|
-
"methods": []
|
|
1413
|
-
},
|
|
1414
1421
|
"ai-portal.action-buttons": {
|
|
1415
1422
|
"properties": [
|
|
1416
1423
|
{
|
|
@@ -1846,6 +1853,33 @@
|
|
|
1846
1853
|
],
|
|
1847
1854
|
"methods": []
|
|
1848
1855
|
},
|
|
1856
|
+
"ai-portal.show-case": {
|
|
1857
|
+
"properties": [
|
|
1858
|
+
{
|
|
1859
|
+
"name": "caseTitle",
|
|
1860
|
+
"annotation": {
|
|
1861
|
+
"type": "keyword",
|
|
1862
|
+
"value": "string"
|
|
1863
|
+
}
|
|
1864
|
+
},
|
|
1865
|
+
{
|
|
1866
|
+
"name": "summary",
|
|
1867
|
+
"annotation": {
|
|
1868
|
+
"type": "keyword",
|
|
1869
|
+
"value": "string"
|
|
1870
|
+
}
|
|
1871
|
+
},
|
|
1872
|
+
{
|
|
1873
|
+
"name": "url",
|
|
1874
|
+
"annotation": {
|
|
1875
|
+
"type": "keyword",
|
|
1876
|
+
"value": "string"
|
|
1877
|
+
}
|
|
1878
|
+
}
|
|
1879
|
+
],
|
|
1880
|
+
"events": [],
|
|
1881
|
+
"methods": []
|
|
1882
|
+
},
|
|
1849
1883
|
"ai-portal.activity-timeline": {
|
|
1850
1884
|
"properties": [
|
|
1851
1885
|
{
|
|
@@ -2820,33 +2854,6 @@
|
|
|
2820
2854
|
}
|
|
2821
2855
|
]
|
|
2822
2856
|
},
|
|
2823
|
-
"ai-portal.show-case": {
|
|
2824
|
-
"properties": [
|
|
2825
|
-
{
|
|
2826
|
-
"name": "caseTitle",
|
|
2827
|
-
"annotation": {
|
|
2828
|
-
"type": "keyword",
|
|
2829
|
-
"value": "string"
|
|
2830
|
-
}
|
|
2831
|
-
},
|
|
2832
|
-
{
|
|
2833
|
-
"name": "summary",
|
|
2834
|
-
"annotation": {
|
|
2835
|
-
"type": "keyword",
|
|
2836
|
-
"value": "string"
|
|
2837
|
-
}
|
|
2838
|
-
},
|
|
2839
|
-
{
|
|
2840
|
-
"name": "url",
|
|
2841
|
-
"annotation": {
|
|
2842
|
-
"type": "keyword",
|
|
2843
|
-
"value": "string"
|
|
2844
|
-
}
|
|
2845
|
-
}
|
|
2846
|
-
],
|
|
2847
|
-
"events": [],
|
|
2848
|
-
"methods": []
|
|
2849
|
-
},
|
|
2850
2857
|
"ai-portal.elevo-sidebar": {
|
|
2851
2858
|
"properties": [
|
|
2852
2859
|
{
|