@next-bricks/ai-portal 0.45.0 → 0.45.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/bricks.json +28 -34
- package/dist/chunks/{161.a114c103.js → 161.9c5081e7.js} +3 -3
- package/dist/chunks/161.9c5081e7.js.map +1 -0
- package/dist/chunks/7431.02741a25.js +3 -0
- package/dist/chunks/7431.02741a25.js.map +1 -0
- package/dist/chunks/7954.48580daf.js +2 -0
- package/dist/chunks/7954.48580daf.js.map +1 -0
- package/dist/chunks/{goal-card-list.2ab94b5f.js → goal-card-list.fa0d828e.js} +3 -3
- package/dist/chunks/{goal-card-list.2ab94b5f.js.map → goal-card-list.fa0d828e.js.map} +1 -1
- package/dist/chunks/{main.ffe7b336.js → main.35cffd7d.js} +2 -2
- package/dist/chunks/{main.ffe7b336.js.map → main.35cffd7d.js.map} +1 -1
- package/dist/examples.json +14 -17
- package/dist/index.5a72f8f9.js +2 -0
- package/dist/index.5a72f8f9.js.map +1 -0
- package/dist/manifest.json +206 -225
- package/dist/types.json +431 -501
- package/dist-types/bootstrap.d.ts +0 -1
- package/dist-types/shared/getAsyncConstructedView.d.ts +2 -2
- package/dist-types/shared/interfaces.d.ts +5 -1
- package/package.json +2 -2
- package/dist/chunks/161.a114c103.js.map +0 -1
- package/dist/chunks/1906.3467f870.js +0 -3
- package/dist/chunks/1906.3467f870.js.map +0 -1
- package/dist/chunks/7954.73c9ac93.js +0 -2
- package/dist/chunks/7954.73c9ac93.js.map +0 -1
- package/dist/chunks/project-summary.fab144a8.js +0 -2
- package/dist/chunks/project-summary.fab144a8.js.map +0 -1
- package/dist/index.759b2a0a.js +0 -2
- package/dist/index.759b2a0a.js.map +0 -1
- package/dist-types/project-summary/i18n.d.ts +0 -16
- package/dist-types/project-summary/index.d.ts +0 -20
- package/dist-types/project-summary/index.spec.d.ts +0 -1
- package/docs/project-summary.md +0 -11
- /package/dist/chunks/{161.a114c103.js.LICENSE.txt → 161.9c5081e7.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{1906.3467f870.js.LICENSE.txt → 7431.02741a25.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{goal-card-list.2ab94b5f.js.LICENSE.txt → goal-card-list.fa0d828e.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -1,9 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"ai-portal.home-container": {
|
|
3
|
-
"properties": [],
|
|
4
|
-
"events": [],
|
|
5
|
-
"methods": []
|
|
6
|
-
},
|
|
7
2
|
"ai-portal.stat-with-mini-chart": {
|
|
8
3
|
"properties": [
|
|
9
4
|
{
|
|
@@ -179,158 +174,6 @@
|
|
|
179
174
|
}
|
|
180
175
|
]
|
|
181
176
|
},
|
|
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
|
-
],
|
|
228
|
-
"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
|
-
]
|
|
262
|
-
},
|
|
263
|
-
"ai-portal.tab-list": {
|
|
264
|
-
"properties": [
|
|
265
|
-
{
|
|
266
|
-
"name": "tabs",
|
|
267
|
-
"annotation": {
|
|
268
|
-
"type": "array",
|
|
269
|
-
"elementType": {
|
|
270
|
-
"type": "reference",
|
|
271
|
-
"typeName": {
|
|
272
|
-
"type": "identifier",
|
|
273
|
-
"name": "Tab"
|
|
274
|
-
}
|
|
275
|
-
}
|
|
276
|
-
}
|
|
277
|
-
},
|
|
278
|
-
{
|
|
279
|
-
"name": "activeTab",
|
|
280
|
-
"annotation": {
|
|
281
|
-
"type": "keyword",
|
|
282
|
-
"value": "string"
|
|
283
|
-
}
|
|
284
|
-
}
|
|
285
|
-
],
|
|
286
|
-
"events": [
|
|
287
|
-
{
|
|
288
|
-
"name": "tab.click",
|
|
289
|
-
"detail": {
|
|
290
|
-
"annotation": {
|
|
291
|
-
"type": "reference",
|
|
292
|
-
"typeName": {
|
|
293
|
-
"type": "identifier",
|
|
294
|
-
"name": "Tab"
|
|
295
|
-
}
|
|
296
|
-
}
|
|
297
|
-
}
|
|
298
|
-
}
|
|
299
|
-
],
|
|
300
|
-
"methods": [],
|
|
301
|
-
"types": [
|
|
302
|
-
{
|
|
303
|
-
"type": "interface",
|
|
304
|
-
"name": "Tab",
|
|
305
|
-
"body": [
|
|
306
|
-
{
|
|
307
|
-
"type": "propertySignature",
|
|
308
|
-
"key": {
|
|
309
|
-
"type": "identifier",
|
|
310
|
-
"name": "id"
|
|
311
|
-
},
|
|
312
|
-
"annotation": {
|
|
313
|
-
"type": "keyword",
|
|
314
|
-
"value": "string"
|
|
315
|
-
},
|
|
316
|
-
"computed": false
|
|
317
|
-
},
|
|
318
|
-
{
|
|
319
|
-
"type": "propertySignature",
|
|
320
|
-
"key": {
|
|
321
|
-
"type": "identifier",
|
|
322
|
-
"name": "label"
|
|
323
|
-
},
|
|
324
|
-
"annotation": {
|
|
325
|
-
"type": "keyword",
|
|
326
|
-
"value": "string"
|
|
327
|
-
},
|
|
328
|
-
"computed": false
|
|
329
|
-
}
|
|
330
|
-
]
|
|
331
|
-
}
|
|
332
|
-
]
|
|
333
|
-
},
|
|
334
177
|
"ai-portal.call-tool": {
|
|
335
178
|
"type": "provider",
|
|
336
179
|
"params": [
|
|
@@ -504,84 +347,64 @@
|
|
|
504
347
|
}
|
|
505
348
|
}
|
|
506
349
|
},
|
|
507
|
-
"ai-portal.
|
|
508
|
-
"properties": [],
|
|
509
|
-
"events": [],
|
|
510
|
-
"methods": []
|
|
511
|
-
},
|
|
512
|
-
"ai-portal.project-knowledges": {
|
|
350
|
+
"ai-portal.page-container": {
|
|
513
351
|
"properties": [
|
|
514
352
|
{
|
|
515
|
-
"name": "
|
|
516
|
-
"annotation": {
|
|
517
|
-
"type": "array",
|
|
518
|
-
"elementType": {
|
|
519
|
-
"type": "reference",
|
|
520
|
-
"typeName": {
|
|
521
|
-
"type": "identifier",
|
|
522
|
-
"name": "Knowledge"
|
|
523
|
-
}
|
|
524
|
-
}
|
|
525
|
-
}
|
|
526
|
-
},
|
|
527
|
-
{
|
|
528
|
-
"name": "urlTemplate",
|
|
353
|
+
"name": "pageTitle",
|
|
529
354
|
"annotation": {
|
|
530
355
|
"type": "keyword",
|
|
531
356
|
"value": "string"
|
|
532
357
|
}
|
|
533
358
|
},
|
|
534
359
|
{
|
|
535
|
-
"name": "
|
|
360
|
+
"name": "breadcrumbs",
|
|
536
361
|
"annotation": {
|
|
537
362
|
"type": "array",
|
|
538
363
|
"elementType": {
|
|
539
364
|
"type": "reference",
|
|
540
365
|
"typeName": {
|
|
541
366
|
"type": "identifier",
|
|
542
|
-
"name": "
|
|
367
|
+
"name": "Breadcrumb"
|
|
543
368
|
}
|
|
544
369
|
}
|
|
545
370
|
}
|
|
546
|
-
}
|
|
547
|
-
],
|
|
548
|
-
"events": [
|
|
371
|
+
},
|
|
549
372
|
{
|
|
550
|
-
"name": "
|
|
551
|
-
"
|
|
552
|
-
"
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
"type": "
|
|
556
|
-
"
|
|
373
|
+
"name": "size",
|
|
374
|
+
"annotation": {
|
|
375
|
+
"type": "union",
|
|
376
|
+
"types": [
|
|
377
|
+
{
|
|
378
|
+
"type": "jsLiteral",
|
|
379
|
+
"value": "medium"
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
"type": "jsLiteral",
|
|
383
|
+
"value": "small"
|
|
557
384
|
}
|
|
558
|
-
|
|
385
|
+
]
|
|
559
386
|
}
|
|
560
387
|
},
|
|
561
388
|
{
|
|
562
|
-
"name": "
|
|
563
|
-
"
|
|
564
|
-
"
|
|
565
|
-
|
|
566
|
-
"typeName": {
|
|
567
|
-
"type": "identifier",
|
|
568
|
-
"name": "Knowledge"
|
|
569
|
-
}
|
|
570
|
-
}
|
|
389
|
+
"name": "textContent",
|
|
390
|
+
"annotation": {
|
|
391
|
+
"type": "keyword",
|
|
392
|
+
"value": "string"
|
|
571
393
|
}
|
|
572
394
|
}
|
|
573
395
|
],
|
|
396
|
+
"events": [],
|
|
574
397
|
"methods": [],
|
|
575
398
|
"types": [
|
|
576
399
|
{
|
|
577
400
|
"type": "interface",
|
|
578
|
-
"name": "
|
|
401
|
+
"name": "Breadcrumb",
|
|
579
402
|
"body": [
|
|
580
403
|
{
|
|
581
404
|
"type": "propertySignature",
|
|
582
405
|
"key": {
|
|
583
406
|
"type": "identifier",
|
|
584
|
-
"name": "
|
|
407
|
+
"name": "text"
|
|
585
408
|
},
|
|
586
409
|
"annotation": {
|
|
587
410
|
"type": "keyword",
|
|
@@ -593,29 +416,206 @@
|
|
|
593
416
|
"type": "propertySignature",
|
|
594
417
|
"key": {
|
|
595
418
|
"type": "identifier",
|
|
596
|
-
"name": "
|
|
419
|
+
"name": "url"
|
|
597
420
|
},
|
|
598
421
|
"annotation": {
|
|
599
422
|
"type": "keyword",
|
|
600
423
|
"value": "string"
|
|
601
424
|
},
|
|
602
425
|
"computed": false
|
|
603
|
-
}
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
426
|
+
}
|
|
427
|
+
]
|
|
428
|
+
}
|
|
429
|
+
]
|
|
430
|
+
},
|
|
431
|
+
"ai-portal.tab-list": {
|
|
432
|
+
"properties": [
|
|
433
|
+
{
|
|
434
|
+
"name": "tabs",
|
|
435
|
+
"annotation": {
|
|
436
|
+
"type": "array",
|
|
437
|
+
"elementType": {
|
|
438
|
+
"type": "reference",
|
|
439
|
+
"typeName": {
|
|
607
440
|
"type": "identifier",
|
|
608
|
-
"name": "
|
|
609
|
-
}
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
441
|
+
"name": "Tab"
|
|
442
|
+
}
|
|
443
|
+
}
|
|
444
|
+
}
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
"name": "activeTab",
|
|
448
|
+
"annotation": {
|
|
449
|
+
"type": "keyword",
|
|
450
|
+
"value": "string"
|
|
451
|
+
}
|
|
452
|
+
}
|
|
453
|
+
],
|
|
454
|
+
"events": [
|
|
455
|
+
{
|
|
456
|
+
"name": "tab.click",
|
|
457
|
+
"detail": {
|
|
458
|
+
"annotation": {
|
|
459
|
+
"type": "reference",
|
|
460
|
+
"typeName": {
|
|
461
|
+
"type": "identifier",
|
|
462
|
+
"name": "Tab"
|
|
463
|
+
}
|
|
464
|
+
}
|
|
465
|
+
}
|
|
466
|
+
}
|
|
467
|
+
],
|
|
468
|
+
"methods": [],
|
|
469
|
+
"types": [
|
|
470
|
+
{
|
|
471
|
+
"type": "interface",
|
|
472
|
+
"name": "Tab",
|
|
473
|
+
"body": [
|
|
474
|
+
{
|
|
475
|
+
"type": "propertySignature",
|
|
476
|
+
"key": {
|
|
477
|
+
"type": "identifier",
|
|
478
|
+
"name": "id"
|
|
479
|
+
},
|
|
480
|
+
"annotation": {
|
|
481
|
+
"type": "keyword",
|
|
482
|
+
"value": "string"
|
|
483
|
+
},
|
|
484
|
+
"computed": false
|
|
485
|
+
},
|
|
486
|
+
{
|
|
487
|
+
"type": "propertySignature",
|
|
488
|
+
"key": {
|
|
489
|
+
"type": "identifier",
|
|
490
|
+
"name": "label"
|
|
491
|
+
},
|
|
492
|
+
"annotation": {
|
|
493
|
+
"type": "keyword",
|
|
494
|
+
"value": "string"
|
|
495
|
+
},
|
|
496
|
+
"computed": false
|
|
497
|
+
}
|
|
498
|
+
]
|
|
499
|
+
}
|
|
500
|
+
]
|
|
501
|
+
},
|
|
502
|
+
"ai-portal.home-container": {
|
|
503
|
+
"properties": [],
|
|
504
|
+
"events": [],
|
|
505
|
+
"methods": []
|
|
506
|
+
},
|
|
507
|
+
"ai-portal.elevo-logo": {
|
|
508
|
+
"properties": [],
|
|
509
|
+
"events": [],
|
|
510
|
+
"methods": []
|
|
511
|
+
},
|
|
512
|
+
"ai-portal.project-knowledges": {
|
|
513
|
+
"properties": [
|
|
514
|
+
{
|
|
515
|
+
"name": "list",
|
|
516
|
+
"annotation": {
|
|
517
|
+
"type": "array",
|
|
518
|
+
"elementType": {
|
|
519
|
+
"type": "reference",
|
|
520
|
+
"typeName": {
|
|
521
|
+
"type": "identifier",
|
|
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"
|
|
569
|
+
}
|
|
570
|
+
}
|
|
571
|
+
}
|
|
572
|
+
}
|
|
573
|
+
],
|
|
574
|
+
"methods": [],
|
|
575
|
+
"types": [
|
|
576
|
+
{
|
|
577
|
+
"type": "interface",
|
|
578
|
+
"name": "Knowledge",
|
|
579
|
+
"body": [
|
|
580
|
+
{
|
|
581
|
+
"type": "propertySignature",
|
|
582
|
+
"key": {
|
|
583
|
+
"type": "identifier",
|
|
584
|
+
"name": "instanceId"
|
|
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"
|
|
609
|
+
},
|
|
610
|
+
"annotation": {
|
|
611
|
+
"type": "keyword",
|
|
612
|
+
"value": "string"
|
|
613
|
+
},
|
|
614
|
+
"optional": true,
|
|
615
|
+
"computed": false
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
"type": "propertySignature",
|
|
619
619
|
"key": {
|
|
620
620
|
"type": "identifier",
|
|
621
621
|
"name": "time"
|
|
@@ -767,6 +767,128 @@
|
|
|
767
767
|
}
|
|
768
768
|
]
|
|
769
769
|
},
|
|
770
|
+
"ai-portal.chat-box": {
|
|
771
|
+
"properties": [
|
|
772
|
+
{
|
|
773
|
+
"name": "disabled",
|
|
774
|
+
"annotation": {
|
|
775
|
+
"type": "keyword",
|
|
776
|
+
"value": "boolean"
|
|
777
|
+
}
|
|
778
|
+
},
|
|
779
|
+
{
|
|
780
|
+
"name": "placeholder",
|
|
781
|
+
"annotation": {
|
|
782
|
+
"type": "keyword",
|
|
783
|
+
"value": "string"
|
|
784
|
+
}
|
|
785
|
+
},
|
|
786
|
+
{
|
|
787
|
+
"name": "autoFocus",
|
|
788
|
+
"annotation": {
|
|
789
|
+
"type": "keyword",
|
|
790
|
+
"value": "boolean"
|
|
791
|
+
}
|
|
792
|
+
},
|
|
793
|
+
{
|
|
794
|
+
"name": "aiEmployees",
|
|
795
|
+
"annotation": {
|
|
796
|
+
"type": "array",
|
|
797
|
+
"elementType": {
|
|
798
|
+
"type": "reference",
|
|
799
|
+
"typeName": {
|
|
800
|
+
"type": "identifier",
|
|
801
|
+
"name": "AIEmployee"
|
|
802
|
+
}
|
|
803
|
+
}
|
|
804
|
+
}
|
|
805
|
+
}
|
|
806
|
+
],
|
|
807
|
+
"events": [
|
|
808
|
+
{
|
|
809
|
+
"name": "message.submit",
|
|
810
|
+
"detail": {
|
|
811
|
+
"annotation": {
|
|
812
|
+
"type": "keyword",
|
|
813
|
+
"value": "string"
|
|
814
|
+
}
|
|
815
|
+
}
|
|
816
|
+
},
|
|
817
|
+
{
|
|
818
|
+
"name": "ai-employee.mention",
|
|
819
|
+
"detail": {
|
|
820
|
+
"annotation": {
|
|
821
|
+
"type": "union",
|
|
822
|
+
"types": [
|
|
823
|
+
{
|
|
824
|
+
"type": "reference",
|
|
825
|
+
"typeName": {
|
|
826
|
+
"type": "identifier",
|
|
827
|
+
"name": "AIEmployee"
|
|
828
|
+
}
|
|
829
|
+
},
|
|
830
|
+
{
|
|
831
|
+
"type": "keyword",
|
|
832
|
+
"value": "null"
|
|
833
|
+
}
|
|
834
|
+
]
|
|
835
|
+
}
|
|
836
|
+
}
|
|
837
|
+
}
|
|
838
|
+
],
|
|
839
|
+
"methods": [
|
|
840
|
+
{
|
|
841
|
+
"name": "setValue",
|
|
842
|
+
"params": [
|
|
843
|
+
{
|
|
844
|
+
"name": "value",
|
|
845
|
+
"annotation": {
|
|
846
|
+
"type": "keyword",
|
|
847
|
+
"value": "string"
|
|
848
|
+
}
|
|
849
|
+
}
|
|
850
|
+
],
|
|
851
|
+
"returns": {}
|
|
852
|
+
},
|
|
853
|
+
{
|
|
854
|
+
"name": "getValue",
|
|
855
|
+
"params": [],
|
|
856
|
+
"returns": {}
|
|
857
|
+
}
|
|
858
|
+
],
|
|
859
|
+
"types": [
|
|
860
|
+
{
|
|
861
|
+
"type": "interface",
|
|
862
|
+
"name": "AIEmployee",
|
|
863
|
+
"body": [
|
|
864
|
+
{
|
|
865
|
+
"type": "propertySignature",
|
|
866
|
+
"key": {
|
|
867
|
+
"type": "identifier",
|
|
868
|
+
"name": "employeeId"
|
|
869
|
+
},
|
|
870
|
+
"annotation": {
|
|
871
|
+
"type": "keyword",
|
|
872
|
+
"value": "string"
|
|
873
|
+
},
|
|
874
|
+
"computed": false
|
|
875
|
+
},
|
|
876
|
+
{
|
|
877
|
+
"type": "propertySignature",
|
|
878
|
+
"key": {
|
|
879
|
+
"type": "identifier",
|
|
880
|
+
"name": "name"
|
|
881
|
+
},
|
|
882
|
+
"annotation": {
|
|
883
|
+
"type": "keyword",
|
|
884
|
+
"value": "string"
|
|
885
|
+
},
|
|
886
|
+
"computed": false
|
|
887
|
+
}
|
|
888
|
+
]
|
|
889
|
+
}
|
|
890
|
+
]
|
|
891
|
+
},
|
|
770
892
|
"ai-portal.mcp-tools": {
|
|
771
893
|
"properties": [
|
|
772
894
|
{
|
|
@@ -1276,23 +1398,10 @@
|
|
|
1276
1398
|
}
|
|
1277
1399
|
]
|
|
1278
1400
|
},
|
|
1279
|
-
"ai-portal.
|
|
1401
|
+
"ai-portal.preview-container": {
|
|
1280
1402
|
"properties": [
|
|
1281
1403
|
{
|
|
1282
|
-
"name": "
|
|
1283
|
-
"annotation": {
|
|
1284
|
-
"type": "array",
|
|
1285
|
-
"elementType": {
|
|
1286
|
-
"type": "reference",
|
|
1287
|
-
"typeName": {
|
|
1288
|
-
"type": "identifier",
|
|
1289
|
-
"name": "Chat"
|
|
1290
|
-
}
|
|
1291
|
-
}
|
|
1292
|
-
}
|
|
1293
|
-
},
|
|
1294
|
-
{
|
|
1295
|
-
"name": "chatUrlTemplate",
|
|
1404
|
+
"name": "source",
|
|
1296
1405
|
"annotation": {
|
|
1297
1406
|
"type": "keyword",
|
|
1298
1407
|
"value": "string"
|
|
@@ -1300,127 +1409,51 @@
|
|
|
1300
1409
|
}
|
|
1301
1410
|
],
|
|
1302
1411
|
"events": [],
|
|
1303
|
-
"methods": []
|
|
1304
|
-
"types": [
|
|
1305
|
-
{
|
|
1306
|
-
"type": "interface",
|
|
1307
|
-
"name": "Chat",
|
|
1308
|
-
"body": [
|
|
1309
|
-
{
|
|
1310
|
-
"type": "propertySignature",
|
|
1311
|
-
"key": {
|
|
1312
|
-
"type": "identifier",
|
|
1313
|
-
"name": "conversationId"
|
|
1314
|
-
},
|
|
1315
|
-
"annotation": {
|
|
1316
|
-
"type": "keyword",
|
|
1317
|
-
"value": "string"
|
|
1318
|
-
},
|
|
1319
|
-
"computed": false
|
|
1320
|
-
},
|
|
1321
|
-
{
|
|
1322
|
-
"type": "propertySignature",
|
|
1323
|
-
"key": {
|
|
1324
|
-
"type": "identifier",
|
|
1325
|
-
"name": "title"
|
|
1326
|
-
},
|
|
1327
|
-
"annotation": {
|
|
1328
|
-
"type": "keyword",
|
|
1329
|
-
"value": "string"
|
|
1330
|
-
},
|
|
1331
|
-
"computed": false
|
|
1332
|
-
},
|
|
1333
|
-
{
|
|
1334
|
-
"type": "propertySignature",
|
|
1335
|
-
"key": {
|
|
1336
|
-
"type": "identifier",
|
|
1337
|
-
"name": "startTime"
|
|
1338
|
-
},
|
|
1339
|
-
"annotation": {
|
|
1340
|
-
"type": "keyword",
|
|
1341
|
-
"value": "number"
|
|
1342
|
-
},
|
|
1343
|
-
"computed": false
|
|
1344
|
-
}
|
|
1345
|
-
]
|
|
1346
|
-
}
|
|
1347
|
-
]
|
|
1412
|
+
"methods": []
|
|
1348
1413
|
},
|
|
1349
|
-
"ai-portal.
|
|
1414
|
+
"ai-portal.action-buttons": {
|
|
1350
1415
|
"properties": [
|
|
1351
1416
|
{
|
|
1352
|
-
"name": "
|
|
1353
|
-
"annotation": {
|
|
1354
|
-
"type": "keyword",
|
|
1355
|
-
"value": "boolean"
|
|
1356
|
-
}
|
|
1357
|
-
},
|
|
1358
|
-
{
|
|
1359
|
-
"name": "placeholder",
|
|
1360
|
-
"annotation": {
|
|
1361
|
-
"type": "keyword",
|
|
1362
|
-
"value": "string"
|
|
1363
|
-
}
|
|
1364
|
-
},
|
|
1365
|
-
{
|
|
1366
|
-
"name": "autoFocus",
|
|
1367
|
-
"annotation": {
|
|
1368
|
-
"type": "keyword",
|
|
1369
|
-
"value": "boolean"
|
|
1370
|
-
}
|
|
1371
|
-
},
|
|
1372
|
-
{
|
|
1373
|
-
"name": "aiEmployees",
|
|
1417
|
+
"name": "items",
|
|
1374
1418
|
"annotation": {
|
|
1375
1419
|
"type": "array",
|
|
1376
1420
|
"elementType": {
|
|
1377
1421
|
"type": "reference",
|
|
1378
1422
|
"typeName": {
|
|
1379
1423
|
"type": "identifier",
|
|
1380
|
-
"name": "
|
|
1424
|
+
"name": "ActionItem"
|
|
1381
1425
|
}
|
|
1382
1426
|
}
|
|
1383
1427
|
}
|
|
1384
|
-
}
|
|
1385
|
-
],
|
|
1386
|
-
"events": [
|
|
1387
|
-
{
|
|
1388
|
-
"name": "message.submit",
|
|
1389
|
-
"detail": {
|
|
1390
|
-
"annotation": {
|
|
1391
|
-
"type": "keyword",
|
|
1392
|
-
"value": "string"
|
|
1393
|
-
}
|
|
1394
|
-
}
|
|
1395
1428
|
},
|
|
1396
1429
|
{
|
|
1397
|
-
"name": "
|
|
1398
|
-
"
|
|
1399
|
-
"
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1430
|
+
"name": "multiple",
|
|
1431
|
+
"annotation": {
|
|
1432
|
+
"type": "keyword",
|
|
1433
|
+
"value": "boolean"
|
|
1434
|
+
}
|
|
1435
|
+
}
|
|
1436
|
+
],
|
|
1437
|
+
"events": [
|
|
1438
|
+
{
|
|
1439
|
+
"name": "action.click",
|
|
1440
|
+
"detail": {
|
|
1441
|
+
"annotation": {
|
|
1442
|
+
"type": "reference",
|
|
1443
|
+
"typeName": {
|
|
1444
|
+
"type": "identifier",
|
|
1445
|
+
"name": "ActionItem"
|
|
1446
|
+
}
|
|
1414
1447
|
}
|
|
1415
1448
|
}
|
|
1416
1449
|
}
|
|
1417
1450
|
],
|
|
1418
1451
|
"methods": [
|
|
1419
1452
|
{
|
|
1420
|
-
"name": "
|
|
1453
|
+
"name": "setActive",
|
|
1421
1454
|
"params": [
|
|
1422
1455
|
{
|
|
1423
|
-
"name": "
|
|
1456
|
+
"name": "key",
|
|
1424
1457
|
"annotation": {
|
|
1425
1458
|
"type": "keyword",
|
|
1426
1459
|
"value": "string"
|
|
@@ -1428,23 +1461,18 @@
|
|
|
1428
1461
|
}
|
|
1429
1462
|
],
|
|
1430
1463
|
"returns": {}
|
|
1431
|
-
},
|
|
1432
|
-
{
|
|
1433
|
-
"name": "getValue",
|
|
1434
|
-
"params": [],
|
|
1435
|
-
"returns": {}
|
|
1436
1464
|
}
|
|
1437
1465
|
],
|
|
1438
1466
|
"types": [
|
|
1439
1467
|
{
|
|
1440
1468
|
"type": "interface",
|
|
1441
|
-
"name": "
|
|
1469
|
+
"name": "ActionItem",
|
|
1442
1470
|
"body": [
|
|
1443
1471
|
{
|
|
1444
1472
|
"type": "propertySignature",
|
|
1445
1473
|
"key": {
|
|
1446
1474
|
"type": "identifier",
|
|
1447
|
-
"name": "
|
|
1475
|
+
"name": "text"
|
|
1448
1476
|
},
|
|
1449
1477
|
"annotation": {
|
|
1450
1478
|
"type": "keyword",
|
|
@@ -1456,31 +1484,82 @@
|
|
|
1456
1484
|
"type": "propertySignature",
|
|
1457
1485
|
"key": {
|
|
1458
1486
|
"type": "identifier",
|
|
1459
|
-
"name": "
|
|
1487
|
+
"name": "key"
|
|
1488
|
+
},
|
|
1489
|
+
"annotation": {
|
|
1490
|
+
"type": "keyword",
|
|
1491
|
+
"value": "string"
|
|
1492
|
+
},
|
|
1493
|
+
"computed": false
|
|
1494
|
+
},
|
|
1495
|
+
{
|
|
1496
|
+
"type": "propertySignature",
|
|
1497
|
+
"key": {
|
|
1498
|
+
"type": "identifier",
|
|
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": "active"
|
|
1516
|
+
},
|
|
1517
|
+
"annotation": {
|
|
1518
|
+
"type": "keyword",
|
|
1519
|
+
"value": "boolean"
|
|
1520
|
+
},
|
|
1521
|
+
"optional": true,
|
|
1522
|
+
"computed": false
|
|
1523
|
+
},
|
|
1524
|
+
{
|
|
1525
|
+
"type": "propertySignature",
|
|
1526
|
+
"key": {
|
|
1527
|
+
"type": "identifier",
|
|
1528
|
+
"name": "event"
|
|
1460
1529
|
},
|
|
1461
1530
|
"annotation": {
|
|
1462
1531
|
"type": "keyword",
|
|
1463
1532
|
"value": "string"
|
|
1464
1533
|
},
|
|
1534
|
+
"optional": true,
|
|
1535
|
+
"computed": false
|
|
1536
|
+
},
|
|
1537
|
+
{
|
|
1538
|
+
"type": "propertySignature",
|
|
1539
|
+
"key": {
|
|
1540
|
+
"type": "identifier",
|
|
1541
|
+
"name": "hidden"
|
|
1542
|
+
},
|
|
1543
|
+
"annotation": {
|
|
1544
|
+
"type": "keyword",
|
|
1545
|
+
"value": "boolean"
|
|
1546
|
+
},
|
|
1547
|
+
"optional": true,
|
|
1465
1548
|
"computed": false
|
|
1466
1549
|
}
|
|
1550
|
+
],
|
|
1551
|
+
"extends": [
|
|
1552
|
+
{
|
|
1553
|
+
"type": "expressionWithTypeArguments",
|
|
1554
|
+
"expression": {
|
|
1555
|
+
"type": "identifier",
|
|
1556
|
+
"name": "ButtonProps"
|
|
1557
|
+
}
|
|
1558
|
+
}
|
|
1467
1559
|
]
|
|
1468
1560
|
}
|
|
1469
1561
|
]
|
|
1470
1562
|
},
|
|
1471
|
-
"ai-portal.preview-container": {
|
|
1472
|
-
"properties": [
|
|
1473
|
-
{
|
|
1474
|
-
"name": "source",
|
|
1475
|
-
"annotation": {
|
|
1476
|
-
"type": "keyword",
|
|
1477
|
-
"value": "string"
|
|
1478
|
-
}
|
|
1479
|
-
}
|
|
1480
|
-
],
|
|
1481
|
-
"events": [],
|
|
1482
|
-
"methods": []
|
|
1483
|
-
},
|
|
1484
1563
|
"ai-portal.project-conversations": {
|
|
1485
1564
|
"properties": [
|
|
1486
1565
|
{
|
|
@@ -1707,155 +1786,6 @@
|
|
|
1707
1786
|
}
|
|
1708
1787
|
]
|
|
1709
1788
|
},
|
|
1710
|
-
"ai-portal.action-buttons": {
|
|
1711
|
-
"properties": [
|
|
1712
|
-
{
|
|
1713
|
-
"name": "items",
|
|
1714
|
-
"annotation": {
|
|
1715
|
-
"type": "array",
|
|
1716
|
-
"elementType": {
|
|
1717
|
-
"type": "reference",
|
|
1718
|
-
"typeName": {
|
|
1719
|
-
"type": "identifier",
|
|
1720
|
-
"name": "ActionItem"
|
|
1721
|
-
}
|
|
1722
|
-
}
|
|
1723
|
-
}
|
|
1724
|
-
},
|
|
1725
|
-
{
|
|
1726
|
-
"name": "multiple",
|
|
1727
|
-
"annotation": {
|
|
1728
|
-
"type": "keyword",
|
|
1729
|
-
"value": "boolean"
|
|
1730
|
-
}
|
|
1731
|
-
}
|
|
1732
|
-
],
|
|
1733
|
-
"events": [
|
|
1734
|
-
{
|
|
1735
|
-
"name": "action.click",
|
|
1736
|
-
"detail": {
|
|
1737
|
-
"annotation": {
|
|
1738
|
-
"type": "reference",
|
|
1739
|
-
"typeName": {
|
|
1740
|
-
"type": "identifier",
|
|
1741
|
-
"name": "ActionItem"
|
|
1742
|
-
}
|
|
1743
|
-
}
|
|
1744
|
-
}
|
|
1745
|
-
}
|
|
1746
|
-
],
|
|
1747
|
-
"methods": [
|
|
1748
|
-
{
|
|
1749
|
-
"name": "setActive",
|
|
1750
|
-
"params": [
|
|
1751
|
-
{
|
|
1752
|
-
"name": "key",
|
|
1753
|
-
"annotation": {
|
|
1754
|
-
"type": "keyword",
|
|
1755
|
-
"value": "string"
|
|
1756
|
-
}
|
|
1757
|
-
}
|
|
1758
|
-
],
|
|
1759
|
-
"returns": {}
|
|
1760
|
-
}
|
|
1761
|
-
],
|
|
1762
|
-
"types": [
|
|
1763
|
-
{
|
|
1764
|
-
"type": "interface",
|
|
1765
|
-
"name": "ActionItem",
|
|
1766
|
-
"body": [
|
|
1767
|
-
{
|
|
1768
|
-
"type": "propertySignature",
|
|
1769
|
-
"key": {
|
|
1770
|
-
"type": "identifier",
|
|
1771
|
-
"name": "text"
|
|
1772
|
-
},
|
|
1773
|
-
"annotation": {
|
|
1774
|
-
"type": "keyword",
|
|
1775
|
-
"value": "string"
|
|
1776
|
-
},
|
|
1777
|
-
"computed": false
|
|
1778
|
-
},
|
|
1779
|
-
{
|
|
1780
|
-
"type": "propertySignature",
|
|
1781
|
-
"key": {
|
|
1782
|
-
"type": "identifier",
|
|
1783
|
-
"name": "key"
|
|
1784
|
-
},
|
|
1785
|
-
"annotation": {
|
|
1786
|
-
"type": "keyword",
|
|
1787
|
-
"value": "string"
|
|
1788
|
-
},
|
|
1789
|
-
"computed": false
|
|
1790
|
-
},
|
|
1791
|
-
{
|
|
1792
|
-
"type": "propertySignature",
|
|
1793
|
-
"key": {
|
|
1794
|
-
"type": "identifier",
|
|
1795
|
-
"name": "icon"
|
|
1796
|
-
},
|
|
1797
|
-
"annotation": {
|
|
1798
|
-
"type": "reference",
|
|
1799
|
-
"typeName": {
|
|
1800
|
-
"type": "identifier",
|
|
1801
|
-
"name": "GeneralIconProps"
|
|
1802
|
-
}
|
|
1803
|
-
},
|
|
1804
|
-
"optional": true,
|
|
1805
|
-
"computed": false
|
|
1806
|
-
},
|
|
1807
|
-
{
|
|
1808
|
-
"type": "propertySignature",
|
|
1809
|
-
"key": {
|
|
1810
|
-
"type": "identifier",
|
|
1811
|
-
"name": "active"
|
|
1812
|
-
},
|
|
1813
|
-
"annotation": {
|
|
1814
|
-
"type": "keyword",
|
|
1815
|
-
"value": "boolean"
|
|
1816
|
-
},
|
|
1817
|
-
"optional": true,
|
|
1818
|
-
"computed": false
|
|
1819
|
-
},
|
|
1820
|
-
{
|
|
1821
|
-
"type": "propertySignature",
|
|
1822
|
-
"key": {
|
|
1823
|
-
"type": "identifier",
|
|
1824
|
-
"name": "event"
|
|
1825
|
-
},
|
|
1826
|
-
"annotation": {
|
|
1827
|
-
"type": "keyword",
|
|
1828
|
-
"value": "string"
|
|
1829
|
-
},
|
|
1830
|
-
"optional": true,
|
|
1831
|
-
"computed": false
|
|
1832
|
-
},
|
|
1833
|
-
{
|
|
1834
|
-
"type": "propertySignature",
|
|
1835
|
-
"key": {
|
|
1836
|
-
"type": "identifier",
|
|
1837
|
-
"name": "hidden"
|
|
1838
|
-
},
|
|
1839
|
-
"annotation": {
|
|
1840
|
-
"type": "keyword",
|
|
1841
|
-
"value": "boolean"
|
|
1842
|
-
},
|
|
1843
|
-
"optional": true,
|
|
1844
|
-
"computed": false
|
|
1845
|
-
}
|
|
1846
|
-
],
|
|
1847
|
-
"extends": [
|
|
1848
|
-
{
|
|
1849
|
-
"type": "expressionWithTypeArguments",
|
|
1850
|
-
"expression": {
|
|
1851
|
-
"type": "identifier",
|
|
1852
|
-
"name": "ButtonProps"
|
|
1853
|
-
}
|
|
1854
|
-
}
|
|
1855
|
-
]
|
|
1856
|
-
}
|
|
1857
|
-
]
|
|
1858
|
-
},
|
|
1859
1789
|
"ai-portal.activity-timeline": {
|
|
1860
1790
|
"properties": [
|
|
1861
1791
|
{
|