@next-bricks/ai-portal 0.45.1 → 0.46.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 +33 -33
- package/dist/chunks/7431.23a1dd60.js +3 -0
- package/dist/chunks/7431.23a1dd60.js.map +1 -0
- package/dist/chunks/goal-card-list.a1db72ad.js +3 -0
- package/dist/chunks/goal-card-list.a1db72ad.js.map +1 -0
- package/dist/chunks/{main.7049534c.js → main.d0fc7f5d.js} +2 -2
- package/dist/chunks/{main.7049534c.js.map → main.d0fc7f5d.js.map} +1 -1
- package/dist/examples.json +14 -14
- package/dist/index.db92c25e.js +2 -0
- package/dist/index.db92c25e.js.map +1 -0
- package/dist/manifest.json +306 -292
- package/dist/types.json +393 -382
- package/dist-types/goal-card-list/CardItem/CardItem.d.ts +6 -4
- package/dist-types/goal-card-list/index.d.ts +1 -0
- package/package.json +2 -2
- package/dist/chunks/7431.6bd91b6a.js +0 -3
- package/dist/chunks/7431.6bd91b6a.js.map +0 -1
- package/dist/chunks/goal-card-list.2ab94b5f.js +0 -3
- package/dist/chunks/goal-card-list.2ab94b5f.js.map +0 -1
- package/dist/index.8851887e.js +0 -2
- package/dist/index.8851887e.js.map +0 -1
- /package/dist/chunks/{7431.6bd91b6a.js.LICENSE.txt → 7431.23a1dd60.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{goal-card-list.2ab94b5f.js.LICENSE.txt → goal-card-list.a1db72ad.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -75,62 +75,6 @@
|
|
|
75
75
|
}
|
|
76
76
|
]
|
|
77
77
|
},
|
|
78
|
-
"ai-portal.call-tool": {
|
|
79
|
-
"type": "provider",
|
|
80
|
-
"params": [
|
|
81
|
-
{
|
|
82
|
-
"name": "tool",
|
|
83
|
-
"annotation": {
|
|
84
|
-
"type": "reference",
|
|
85
|
-
"typeName": {
|
|
86
|
-
"type": "identifier",
|
|
87
|
-
"name": "ToolInfo"
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
},
|
|
91
|
-
{
|
|
92
|
-
"name": "params",
|
|
93
|
-
"annotation": {
|
|
94
|
-
"type": "reference",
|
|
95
|
-
"typeName": {
|
|
96
|
-
"type": "identifier",
|
|
97
|
-
"name": "Record"
|
|
98
|
-
},
|
|
99
|
-
"typeParameters": {
|
|
100
|
-
"type": "typeParameterInstantiation",
|
|
101
|
-
"params": [
|
|
102
|
-
{
|
|
103
|
-
"type": "keyword",
|
|
104
|
-
"value": "string"
|
|
105
|
-
},
|
|
106
|
-
{
|
|
107
|
-
"type": "keyword",
|
|
108
|
-
"value": "unknown"
|
|
109
|
-
}
|
|
110
|
-
]
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
],
|
|
115
|
-
"returns": {
|
|
116
|
-
"annotation": {
|
|
117
|
-
"type": "reference",
|
|
118
|
-
"typeName": {
|
|
119
|
-
"type": "identifier",
|
|
120
|
-
"name": "Promise"
|
|
121
|
-
},
|
|
122
|
-
"typeParameters": {
|
|
123
|
-
"type": "typeParameterInstantiation",
|
|
124
|
-
"params": [
|
|
125
|
-
{
|
|
126
|
-
"type": "keyword",
|
|
127
|
-
"value": "unknown"
|
|
128
|
-
}
|
|
129
|
-
]
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
|
-
},
|
|
134
78
|
"ai-portal.save-request-store": {
|
|
135
79
|
"type": "provider",
|
|
136
80
|
"params": [
|
|
@@ -248,6 +192,62 @@
|
|
|
248
192
|
}
|
|
249
193
|
}
|
|
250
194
|
},
|
|
195
|
+
"ai-portal.call-tool": {
|
|
196
|
+
"type": "provider",
|
|
197
|
+
"params": [
|
|
198
|
+
{
|
|
199
|
+
"name": "tool",
|
|
200
|
+
"annotation": {
|
|
201
|
+
"type": "reference",
|
|
202
|
+
"typeName": {
|
|
203
|
+
"type": "identifier",
|
|
204
|
+
"name": "ToolInfo"
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"name": "params",
|
|
210
|
+
"annotation": {
|
|
211
|
+
"type": "reference",
|
|
212
|
+
"typeName": {
|
|
213
|
+
"type": "identifier",
|
|
214
|
+
"name": "Record"
|
|
215
|
+
},
|
|
216
|
+
"typeParameters": {
|
|
217
|
+
"type": "typeParameterInstantiation",
|
|
218
|
+
"params": [
|
|
219
|
+
{
|
|
220
|
+
"type": "keyword",
|
|
221
|
+
"value": "string"
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"type": "keyword",
|
|
225
|
+
"value": "unknown"
|
|
226
|
+
}
|
|
227
|
+
]
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
],
|
|
232
|
+
"returns": {
|
|
233
|
+
"annotation": {
|
|
234
|
+
"type": "reference",
|
|
235
|
+
"typeName": {
|
|
236
|
+
"type": "identifier",
|
|
237
|
+
"name": "Promise"
|
|
238
|
+
},
|
|
239
|
+
"typeParameters": {
|
|
240
|
+
"type": "typeParameterInstantiation",
|
|
241
|
+
"params": [
|
|
242
|
+
{
|
|
243
|
+
"type": "keyword",
|
|
244
|
+
"value": "unknown"
|
|
245
|
+
}
|
|
246
|
+
]
|
|
247
|
+
}
|
|
248
|
+
}
|
|
249
|
+
}
|
|
250
|
+
},
|
|
251
251
|
"ai-portal.page-container": {
|
|
252
252
|
"properties": [
|
|
253
253
|
{
|
|
@@ -329,77 +329,6 @@
|
|
|
329
329
|
}
|
|
330
330
|
]
|
|
331
331
|
},
|
|
332
|
-
"ai-portal.tab-list": {
|
|
333
|
-
"properties": [
|
|
334
|
-
{
|
|
335
|
-
"name": "tabs",
|
|
336
|
-
"annotation": {
|
|
337
|
-
"type": "array",
|
|
338
|
-
"elementType": {
|
|
339
|
-
"type": "reference",
|
|
340
|
-
"typeName": {
|
|
341
|
-
"type": "identifier",
|
|
342
|
-
"name": "Tab"
|
|
343
|
-
}
|
|
344
|
-
}
|
|
345
|
-
}
|
|
346
|
-
},
|
|
347
|
-
{
|
|
348
|
-
"name": "activeTab",
|
|
349
|
-
"annotation": {
|
|
350
|
-
"type": "keyword",
|
|
351
|
-
"value": "string"
|
|
352
|
-
}
|
|
353
|
-
}
|
|
354
|
-
],
|
|
355
|
-
"events": [
|
|
356
|
-
{
|
|
357
|
-
"name": "tab.click",
|
|
358
|
-
"detail": {
|
|
359
|
-
"annotation": {
|
|
360
|
-
"type": "reference",
|
|
361
|
-
"typeName": {
|
|
362
|
-
"type": "identifier",
|
|
363
|
-
"name": "Tab"
|
|
364
|
-
}
|
|
365
|
-
}
|
|
366
|
-
}
|
|
367
|
-
}
|
|
368
|
-
],
|
|
369
|
-
"methods": [],
|
|
370
|
-
"types": [
|
|
371
|
-
{
|
|
372
|
-
"type": "interface",
|
|
373
|
-
"name": "Tab",
|
|
374
|
-
"body": [
|
|
375
|
-
{
|
|
376
|
-
"type": "propertySignature",
|
|
377
|
-
"key": {
|
|
378
|
-
"type": "identifier",
|
|
379
|
-
"name": "id"
|
|
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": "label"
|
|
392
|
-
},
|
|
393
|
-
"annotation": {
|
|
394
|
-
"type": "keyword",
|
|
395
|
-
"value": "string"
|
|
396
|
-
},
|
|
397
|
-
"computed": false
|
|
398
|
-
}
|
|
399
|
-
]
|
|
400
|
-
}
|
|
401
|
-
]
|
|
402
|
-
},
|
|
403
332
|
"ai-portal.stat-with-mini-chart": {
|
|
404
333
|
"properties": [
|
|
405
334
|
{
|
|
@@ -504,6 +433,77 @@
|
|
|
504
433
|
"events": [],
|
|
505
434
|
"methods": []
|
|
506
435
|
},
|
|
436
|
+
"ai-portal.tab-list": {
|
|
437
|
+
"properties": [
|
|
438
|
+
{
|
|
439
|
+
"name": "tabs",
|
|
440
|
+
"annotation": {
|
|
441
|
+
"type": "array",
|
|
442
|
+
"elementType": {
|
|
443
|
+
"type": "reference",
|
|
444
|
+
"typeName": {
|
|
445
|
+
"type": "identifier",
|
|
446
|
+
"name": "Tab"
|
|
447
|
+
}
|
|
448
|
+
}
|
|
449
|
+
}
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
"name": "activeTab",
|
|
453
|
+
"annotation": {
|
|
454
|
+
"type": "keyword",
|
|
455
|
+
"value": "string"
|
|
456
|
+
}
|
|
457
|
+
}
|
|
458
|
+
],
|
|
459
|
+
"events": [
|
|
460
|
+
{
|
|
461
|
+
"name": "tab.click",
|
|
462
|
+
"detail": {
|
|
463
|
+
"annotation": {
|
|
464
|
+
"type": "reference",
|
|
465
|
+
"typeName": {
|
|
466
|
+
"type": "identifier",
|
|
467
|
+
"name": "Tab"
|
|
468
|
+
}
|
|
469
|
+
}
|
|
470
|
+
}
|
|
471
|
+
}
|
|
472
|
+
],
|
|
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
|
+
},
|
|
507
507
|
"ai-portal.elevo-logo": {
|
|
508
508
|
"properties": [],
|
|
509
509
|
"events": [],
|
|
@@ -679,6 +679,128 @@
|
|
|
679
679
|
}
|
|
680
680
|
]
|
|
681
681
|
},
|
|
682
|
+
"ai-portal.chat-box": {
|
|
683
|
+
"properties": [
|
|
684
|
+
{
|
|
685
|
+
"name": "disabled",
|
|
686
|
+
"annotation": {
|
|
687
|
+
"type": "keyword",
|
|
688
|
+
"value": "boolean"
|
|
689
|
+
}
|
|
690
|
+
},
|
|
691
|
+
{
|
|
692
|
+
"name": "placeholder",
|
|
693
|
+
"annotation": {
|
|
694
|
+
"type": "keyword",
|
|
695
|
+
"value": "string"
|
|
696
|
+
}
|
|
697
|
+
},
|
|
698
|
+
{
|
|
699
|
+
"name": "autoFocus",
|
|
700
|
+
"annotation": {
|
|
701
|
+
"type": "keyword",
|
|
702
|
+
"value": "boolean"
|
|
703
|
+
}
|
|
704
|
+
},
|
|
705
|
+
{
|
|
706
|
+
"name": "aiEmployees",
|
|
707
|
+
"annotation": {
|
|
708
|
+
"type": "array",
|
|
709
|
+
"elementType": {
|
|
710
|
+
"type": "reference",
|
|
711
|
+
"typeName": {
|
|
712
|
+
"type": "identifier",
|
|
713
|
+
"name": "AIEmployee"
|
|
714
|
+
}
|
|
715
|
+
}
|
|
716
|
+
}
|
|
717
|
+
}
|
|
718
|
+
],
|
|
719
|
+
"events": [
|
|
720
|
+
{
|
|
721
|
+
"name": "message.submit",
|
|
722
|
+
"detail": {
|
|
723
|
+
"annotation": {
|
|
724
|
+
"type": "keyword",
|
|
725
|
+
"value": "string"
|
|
726
|
+
}
|
|
727
|
+
}
|
|
728
|
+
},
|
|
729
|
+
{
|
|
730
|
+
"name": "ai-employee.mention",
|
|
731
|
+
"detail": {
|
|
732
|
+
"annotation": {
|
|
733
|
+
"type": "union",
|
|
734
|
+
"types": [
|
|
735
|
+
{
|
|
736
|
+
"type": "reference",
|
|
737
|
+
"typeName": {
|
|
738
|
+
"type": "identifier",
|
|
739
|
+
"name": "AIEmployee"
|
|
740
|
+
}
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
"type": "keyword",
|
|
744
|
+
"value": "null"
|
|
745
|
+
}
|
|
746
|
+
]
|
|
747
|
+
}
|
|
748
|
+
}
|
|
749
|
+
}
|
|
750
|
+
],
|
|
751
|
+
"methods": [
|
|
752
|
+
{
|
|
753
|
+
"name": "setValue",
|
|
754
|
+
"params": [
|
|
755
|
+
{
|
|
756
|
+
"name": "value",
|
|
757
|
+
"annotation": {
|
|
758
|
+
"type": "keyword",
|
|
759
|
+
"value": "string"
|
|
760
|
+
}
|
|
761
|
+
}
|
|
762
|
+
],
|
|
763
|
+
"returns": {}
|
|
764
|
+
},
|
|
765
|
+
{
|
|
766
|
+
"name": "getValue",
|
|
767
|
+
"params": [],
|
|
768
|
+
"returns": {}
|
|
769
|
+
}
|
|
770
|
+
],
|
|
771
|
+
"types": [
|
|
772
|
+
{
|
|
773
|
+
"type": "interface",
|
|
774
|
+
"name": "AIEmployee",
|
|
775
|
+
"body": [
|
|
776
|
+
{
|
|
777
|
+
"type": "propertySignature",
|
|
778
|
+
"key": {
|
|
779
|
+
"type": "identifier",
|
|
780
|
+
"name": "employeeId"
|
|
781
|
+
},
|
|
782
|
+
"annotation": {
|
|
783
|
+
"type": "keyword",
|
|
784
|
+
"value": "string"
|
|
785
|
+
},
|
|
786
|
+
"computed": false
|
|
787
|
+
},
|
|
788
|
+
{
|
|
789
|
+
"type": "propertySignature",
|
|
790
|
+
"key": {
|
|
791
|
+
"type": "identifier",
|
|
792
|
+
"name": "name"
|
|
793
|
+
},
|
|
794
|
+
"annotation": {
|
|
795
|
+
"type": "keyword",
|
|
796
|
+
"value": "string"
|
|
797
|
+
},
|
|
798
|
+
"computed": false
|
|
799
|
+
}
|
|
800
|
+
]
|
|
801
|
+
}
|
|
802
|
+
]
|
|
803
|
+
},
|
|
682
804
|
"ai-portal.show-cases": {
|
|
683
805
|
"properties": [
|
|
684
806
|
{
|
|
@@ -1075,154 +1197,32 @@
|
|
|
1075
1197
|
"type": "propertySignature",
|
|
1076
1198
|
"key": {
|
|
1077
1199
|
"type": "identifier",
|
|
1078
|
-
"name": "icon"
|
|
1079
|
-
},
|
|
1080
|
-
"annotation": {
|
|
1081
|
-
"type": "reference",
|
|
1082
|
-
"typeName": {
|
|
1083
|
-
"type": "identifier",
|
|
1084
|
-
"name": "GeneralIconProps"
|
|
1085
|
-
}
|
|
1086
|
-
},
|
|
1087
|
-
"optional": true,
|
|
1088
|
-
"computed": false
|
|
1089
|
-
},
|
|
1090
|
-
{
|
|
1091
|
-
"type": "propertySignature",
|
|
1092
|
-
"key": {
|
|
1093
|
-
"type": "identifier",
|
|
1094
|
-
"name": "tags"
|
|
1095
|
-
},
|
|
1096
|
-
"annotation": {
|
|
1097
|
-
"type": "array",
|
|
1098
|
-
"elementType": {
|
|
1099
|
-
"type": "keyword",
|
|
1100
|
-
"value": "string"
|
|
1101
|
-
}
|
|
1102
|
-
},
|
|
1103
|
-
"optional": true,
|
|
1104
|
-
"computed": false
|
|
1105
|
-
}
|
|
1106
|
-
]
|
|
1107
|
-
}
|
|
1108
|
-
]
|
|
1109
|
-
},
|
|
1110
|
-
"ai-portal.chat-box": {
|
|
1111
|
-
"properties": [
|
|
1112
|
-
{
|
|
1113
|
-
"name": "disabled",
|
|
1114
|
-
"annotation": {
|
|
1115
|
-
"type": "keyword",
|
|
1116
|
-
"value": "boolean"
|
|
1117
|
-
}
|
|
1118
|
-
},
|
|
1119
|
-
{
|
|
1120
|
-
"name": "placeholder",
|
|
1121
|
-
"annotation": {
|
|
1122
|
-
"type": "keyword",
|
|
1123
|
-
"value": "string"
|
|
1124
|
-
}
|
|
1125
|
-
},
|
|
1126
|
-
{
|
|
1127
|
-
"name": "autoFocus",
|
|
1128
|
-
"annotation": {
|
|
1129
|
-
"type": "keyword",
|
|
1130
|
-
"value": "boolean"
|
|
1131
|
-
}
|
|
1132
|
-
},
|
|
1133
|
-
{
|
|
1134
|
-
"name": "aiEmployees",
|
|
1135
|
-
"annotation": {
|
|
1136
|
-
"type": "array",
|
|
1137
|
-
"elementType": {
|
|
1138
|
-
"type": "reference",
|
|
1139
|
-
"typeName": {
|
|
1140
|
-
"type": "identifier",
|
|
1141
|
-
"name": "AIEmployee"
|
|
1142
|
-
}
|
|
1143
|
-
}
|
|
1144
|
-
}
|
|
1145
|
-
}
|
|
1146
|
-
],
|
|
1147
|
-
"events": [
|
|
1148
|
-
{
|
|
1149
|
-
"name": "message.submit",
|
|
1150
|
-
"detail": {
|
|
1151
|
-
"annotation": {
|
|
1152
|
-
"type": "keyword",
|
|
1153
|
-
"value": "string"
|
|
1154
|
-
}
|
|
1155
|
-
}
|
|
1156
|
-
},
|
|
1157
|
-
{
|
|
1158
|
-
"name": "ai-employee.mention",
|
|
1159
|
-
"detail": {
|
|
1160
|
-
"annotation": {
|
|
1161
|
-
"type": "union",
|
|
1162
|
-
"types": [
|
|
1163
|
-
{
|
|
1164
|
-
"type": "reference",
|
|
1165
|
-
"typeName": {
|
|
1166
|
-
"type": "identifier",
|
|
1167
|
-
"name": "AIEmployee"
|
|
1168
|
-
}
|
|
1169
|
-
},
|
|
1170
|
-
{
|
|
1171
|
-
"type": "keyword",
|
|
1172
|
-
"value": "null"
|
|
1173
|
-
}
|
|
1174
|
-
]
|
|
1175
|
-
}
|
|
1176
|
-
}
|
|
1177
|
-
}
|
|
1178
|
-
],
|
|
1179
|
-
"methods": [
|
|
1180
|
-
{
|
|
1181
|
-
"name": "setValue",
|
|
1182
|
-
"params": [
|
|
1183
|
-
{
|
|
1184
|
-
"name": "value",
|
|
1185
|
-
"annotation": {
|
|
1186
|
-
"type": "keyword",
|
|
1187
|
-
"value": "string"
|
|
1188
|
-
}
|
|
1189
|
-
}
|
|
1190
|
-
],
|
|
1191
|
-
"returns": {}
|
|
1192
|
-
},
|
|
1193
|
-
{
|
|
1194
|
-
"name": "getValue",
|
|
1195
|
-
"params": [],
|
|
1196
|
-
"returns": {}
|
|
1197
|
-
}
|
|
1198
|
-
],
|
|
1199
|
-
"types": [
|
|
1200
|
-
{
|
|
1201
|
-
"type": "interface",
|
|
1202
|
-
"name": "AIEmployee",
|
|
1203
|
-
"body": [
|
|
1204
|
-
{
|
|
1205
|
-
"type": "propertySignature",
|
|
1206
|
-
"key": {
|
|
1207
|
-
"type": "identifier",
|
|
1208
|
-
"name": "employeeId"
|
|
1200
|
+
"name": "icon"
|
|
1209
1201
|
},
|
|
1210
1202
|
"annotation": {
|
|
1211
|
-
"type": "
|
|
1212
|
-
"
|
|
1203
|
+
"type": "reference",
|
|
1204
|
+
"typeName": {
|
|
1205
|
+
"type": "identifier",
|
|
1206
|
+
"name": "GeneralIconProps"
|
|
1207
|
+
}
|
|
1213
1208
|
},
|
|
1209
|
+
"optional": true,
|
|
1214
1210
|
"computed": false
|
|
1215
1211
|
},
|
|
1216
1212
|
{
|
|
1217
1213
|
"type": "propertySignature",
|
|
1218
1214
|
"key": {
|
|
1219
1215
|
"type": "identifier",
|
|
1220
|
-
"name": "
|
|
1216
|
+
"name": "tags"
|
|
1221
1217
|
},
|
|
1222
1218
|
"annotation": {
|
|
1223
|
-
"type": "
|
|
1224
|
-
"
|
|
1219
|
+
"type": "array",
|
|
1220
|
+
"elementType": {
|
|
1221
|
+
"type": "keyword",
|
|
1222
|
+
"value": "string"
|
|
1223
|
+
}
|
|
1225
1224
|
},
|
|
1225
|
+
"optional": true,
|
|
1226
1226
|
"computed": false
|
|
1227
1227
|
}
|
|
1228
1228
|
]
|
|
@@ -1786,93 +1786,6 @@
|
|
|
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
|
-
},
|
|
1849
|
-
"ai-portal.show-case": {
|
|
1850
|
-
"properties": [
|
|
1851
|
-
{
|
|
1852
|
-
"name": "caseTitle",
|
|
1853
|
-
"annotation": {
|
|
1854
|
-
"type": "keyword",
|
|
1855
|
-
"value": "string"
|
|
1856
|
-
}
|
|
1857
|
-
},
|
|
1858
|
-
{
|
|
1859
|
-
"name": "summary",
|
|
1860
|
-
"annotation": {
|
|
1861
|
-
"type": "keyword",
|
|
1862
|
-
"value": "string"
|
|
1863
|
-
}
|
|
1864
|
-
},
|
|
1865
|
-
{
|
|
1866
|
-
"name": "url",
|
|
1867
|
-
"annotation": {
|
|
1868
|
-
"type": "keyword",
|
|
1869
|
-
"value": "string"
|
|
1870
|
-
}
|
|
1871
|
-
}
|
|
1872
|
-
],
|
|
1873
|
-
"events": [],
|
|
1874
|
-
"methods": []
|
|
1875
|
-
},
|
|
1876
1789
|
"ai-portal.activity-timeline": {
|
|
1877
1790
|
"properties": [
|
|
1878
1791
|
{
|
|
@@ -2847,6 +2760,93 @@
|
|
|
2847
2760
|
}
|
|
2848
2761
|
]
|
|
2849
2762
|
},
|
|
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
|
+
"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
2850
|
"ai-portal.elevo-sidebar": {
|
|
2851
2851
|
"properties": [
|
|
2852
2852
|
{
|
|
@@ -3490,7 +3490,31 @@
|
|
|
3490
3490
|
}
|
|
3491
3491
|
}
|
|
3492
3492
|
],
|
|
3493
|
-
"methods": [
|
|
3493
|
+
"methods": [
|
|
3494
|
+
{
|
|
3495
|
+
"name": "appendChildDone",
|
|
3496
|
+
"params": [
|
|
3497
|
+
{
|
|
3498
|
+
"name": "pendingId",
|
|
3499
|
+
"annotation": {
|
|
3500
|
+
"type": "keyword",
|
|
3501
|
+
"value": "string"
|
|
3502
|
+
}
|
|
3503
|
+
},
|
|
3504
|
+
{
|
|
3505
|
+
"name": "newItem",
|
|
3506
|
+
"annotation": {
|
|
3507
|
+
"type": "reference",
|
|
3508
|
+
"typeName": {
|
|
3509
|
+
"type": "identifier",
|
|
3510
|
+
"name": "GoalItem"
|
|
3511
|
+
}
|
|
3512
|
+
}
|
|
3513
|
+
}
|
|
3514
|
+
],
|
|
3515
|
+
"returns": {}
|
|
3516
|
+
}
|
|
3517
|
+
],
|
|
3494
3518
|
"types": [
|
|
3495
3519
|
{
|
|
3496
3520
|
"type": "interface",
|
|
@@ -3565,16 +3589,13 @@
|
|
|
3565
3589
|
"type": "propertySignature",
|
|
3566
3590
|
"key": {
|
|
3567
3591
|
"type": "identifier",
|
|
3568
|
-
"name": "
|
|
3592
|
+
"name": "owner"
|
|
3569
3593
|
},
|
|
3570
3594
|
"annotation": {
|
|
3571
|
-
"type": "
|
|
3572
|
-
"
|
|
3573
|
-
"type": "
|
|
3574
|
-
"
|
|
3575
|
-
"type": "identifier",
|
|
3576
|
-
"name": "GoalItem"
|
|
3577
|
-
}
|
|
3595
|
+
"type": "reference",
|
|
3596
|
+
"typeName": {
|
|
3597
|
+
"type": "identifier",
|
|
3598
|
+
"name": "GoalMember"
|
|
3578
3599
|
}
|
|
3579
3600
|
},
|
|
3580
3601
|
"optional": true,
|
|
@@ -3584,7 +3605,7 @@
|
|
|
3584
3605
|
"type": "propertySignature",
|
|
3585
3606
|
"key": {
|
|
3586
3607
|
"type": "identifier",
|
|
3587
|
-
"name": "
|
|
3608
|
+
"name": "users"
|
|
3588
3609
|
},
|
|
3589
3610
|
"annotation": {
|
|
3590
3611
|
"type": "array",
|
|
@@ -3592,7 +3613,7 @@
|
|
|
3592
3613
|
"type": "reference",
|
|
3593
3614
|
"typeName": {
|
|
3594
3615
|
"type": "identifier",
|
|
3595
|
-
"name": "
|
|
3616
|
+
"name": "GoalMember"
|
|
3596
3617
|
}
|
|
3597
3618
|
}
|
|
3598
3619
|
},
|
|
@@ -3603,58 +3624,48 @@
|
|
|
3603
3624
|
"type": "propertySignature",
|
|
3604
3625
|
"key": {
|
|
3605
3626
|
"type": "identifier",
|
|
3606
|
-
"name": "
|
|
3627
|
+
"name": "instanceId"
|
|
3607
3628
|
},
|
|
3608
3629
|
"annotation": {
|
|
3609
|
-
"type": "
|
|
3610
|
-
"
|
|
3611
|
-
"type": "identifier",
|
|
3612
|
-
"name": "GoalMember"
|
|
3613
|
-
}
|
|
3630
|
+
"type": "keyword",
|
|
3631
|
+
"value": "string"
|
|
3614
3632
|
},
|
|
3615
|
-
"optional": true,
|
|
3616
3633
|
"computed": false
|
|
3617
3634
|
},
|
|
3618
3635
|
{
|
|
3619
3636
|
"type": "propertySignature",
|
|
3620
3637
|
"key": {
|
|
3621
3638
|
"type": "identifier",
|
|
3622
|
-
"name": "
|
|
3639
|
+
"name": "level"
|
|
3623
3640
|
},
|
|
3624
3641
|
"annotation": {
|
|
3625
|
-
"type": "
|
|
3626
|
-
"
|
|
3627
|
-
"type": "reference",
|
|
3628
|
-
"typeName": {
|
|
3629
|
-
"type": "identifier",
|
|
3630
|
-
"name": "GoalMember"
|
|
3631
|
-
}
|
|
3632
|
-
}
|
|
3642
|
+
"type": "keyword",
|
|
3643
|
+
"value": "number"
|
|
3633
3644
|
},
|
|
3634
|
-
"optional": true,
|
|
3635
3645
|
"computed": false
|
|
3636
3646
|
},
|
|
3637
3647
|
{
|
|
3638
3648
|
"type": "propertySignature",
|
|
3639
3649
|
"key": {
|
|
3640
3650
|
"type": "identifier",
|
|
3641
|
-
"name": "
|
|
3651
|
+
"name": "pending"
|
|
3642
3652
|
},
|
|
3643
3653
|
"annotation": {
|
|
3644
3654
|
"type": "keyword",
|
|
3645
|
-
"value": "
|
|
3655
|
+
"value": "boolean"
|
|
3646
3656
|
},
|
|
3657
|
+
"optional": true,
|
|
3647
3658
|
"computed": false
|
|
3648
3659
|
},
|
|
3649
3660
|
{
|
|
3650
3661
|
"type": "propertySignature",
|
|
3651
3662
|
"key": {
|
|
3652
3663
|
"type": "identifier",
|
|
3653
|
-
"name": "
|
|
3664
|
+
"name": "pendingParentId"
|
|
3654
3665
|
},
|
|
3655
3666
|
"annotation": {
|
|
3656
3667
|
"type": "keyword",
|
|
3657
|
-
"value": "
|
|
3668
|
+
"value": "string"
|
|
3658
3669
|
},
|
|
3659
3670
|
"optional": true,
|
|
3660
3671
|
"computed": false
|