@tylertech/forge-ai 0.11.2 → 0.11.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.
- package/custom-elements.json +973 -969
- package/dist/ai-assistant-response/ai-assistant-response.mjs +12 -6
- package/dist/ai-chatbot/ag-ui-adapter.mjs +2 -1
- package/dist/ai-chatbot/markdown-stream-controller.mjs +3 -2
- package/dist/ai-message-thread/ai-message-thread.mjs +14 -7
- package/dist/core/chatbot-core-controller.mjs +3 -2
- package/package.json +1 -1
package/custom-elements.json
CHANGED
|
@@ -344,388 +344,307 @@
|
|
|
344
344
|
},
|
|
345
345
|
{
|
|
346
346
|
"kind": "javascript-module",
|
|
347
|
-
"path": "src/lib/ai-
|
|
347
|
+
"path": "src/lib/ai-attachment/ai-attachment.ts",
|
|
348
348
|
"declarations": [
|
|
349
349
|
{
|
|
350
350
|
"kind": "variable",
|
|
351
|
-
"name": "
|
|
351
|
+
"name": "AiAttachmentComponentTagName",
|
|
352
352
|
"type": {
|
|
353
353
|
"text": "keyof HTMLElementTagNameMap"
|
|
354
354
|
},
|
|
355
|
-
"default": "'forge-ai-
|
|
355
|
+
"default": "'forge-ai-attachment'"
|
|
356
356
|
},
|
|
357
357
|
{
|
|
358
358
|
"kind": "class",
|
|
359
359
|
"description": "",
|
|
360
|
-
"name": "
|
|
360
|
+
"name": "AiAttachmentComponent",
|
|
361
|
+
"cssProperties": [
|
|
362
|
+
{
|
|
363
|
+
"description": "Background color of the attachment",
|
|
364
|
+
"name": "--forge-ai-attachment-background"
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
"description": "Border color of the attachment",
|
|
368
|
+
"name": "--forge-ai-attachment-border-color"
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
"description": "Padding inside the attachment",
|
|
372
|
+
"name": "--forge-ai-attachment-padding"
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"description": "Gap between elements",
|
|
376
|
+
"name": "--forge-ai-attachment-gap"
|
|
377
|
+
}
|
|
378
|
+
],
|
|
361
379
|
"members": [
|
|
362
380
|
{
|
|
363
381
|
"kind": "field",
|
|
364
|
-
"name": "
|
|
382
|
+
"name": "filename",
|
|
365
383
|
"type": {
|
|
366
|
-
"text": "
|
|
384
|
+
"text": "string"
|
|
367
385
|
},
|
|
368
|
-
"privacy": "public"
|
|
386
|
+
"privacy": "public",
|
|
387
|
+
"default": "''",
|
|
388
|
+
"attribute": "filename"
|
|
369
389
|
},
|
|
370
390
|
{
|
|
371
391
|
"kind": "field",
|
|
372
|
-
"name": "
|
|
392
|
+
"name": "size",
|
|
373
393
|
"type": {
|
|
374
|
-
"text": "
|
|
394
|
+
"text": "number"
|
|
375
395
|
},
|
|
376
|
-
"privacy": "public"
|
|
396
|
+
"privacy": "public",
|
|
397
|
+
"default": "0",
|
|
398
|
+
"attribute": "size"
|
|
377
399
|
},
|
|
378
400
|
{
|
|
379
401
|
"kind": "field",
|
|
380
|
-
"name": "
|
|
402
|
+
"name": "removable",
|
|
381
403
|
"type": {
|
|
382
404
|
"text": "boolean"
|
|
383
405
|
},
|
|
384
406
|
"privacy": "public",
|
|
385
407
|
"default": "false",
|
|
386
|
-
"attribute": "
|
|
408
|
+
"attribute": "removable"
|
|
387
409
|
},
|
|
388
410
|
{
|
|
389
411
|
"kind": "field",
|
|
390
|
-
"name": "
|
|
412
|
+
"name": "uploading",
|
|
391
413
|
"type": {
|
|
392
414
|
"text": "boolean"
|
|
393
415
|
},
|
|
394
416
|
"privacy": "public",
|
|
395
417
|
"default": "false",
|
|
396
|
-
"attribute": "
|
|
418
|
+
"attribute": "uploading"
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"kind": "field",
|
|
422
|
+
"name": "progress",
|
|
423
|
+
"type": {
|
|
424
|
+
"text": "number | undefined"
|
|
425
|
+
},
|
|
426
|
+
"privacy": "public",
|
|
427
|
+
"attribute": "progress"
|
|
397
428
|
}
|
|
398
429
|
],
|
|
399
430
|
"events": [
|
|
400
431
|
{
|
|
432
|
+
"name": "forge-ai-attachment-remove",
|
|
401
433
|
"type": {
|
|
402
|
-
"text": "CustomEvent<
|
|
434
|
+
"text": "CustomEvent<ForgeAiAttachmentRemoveEventData>"
|
|
403
435
|
},
|
|
404
|
-
"description": "Fired when
|
|
405
|
-
|
|
406
|
-
|
|
436
|
+
"description": "Fired when the remove button is clicked"
|
|
437
|
+
}
|
|
438
|
+
],
|
|
439
|
+
"attributes": [
|
|
407
440
|
{
|
|
441
|
+
"name": "filename",
|
|
408
442
|
"type": {
|
|
409
|
-
"text": "
|
|
443
|
+
"text": "string"
|
|
410
444
|
},
|
|
411
|
-
"
|
|
412
|
-
"
|
|
445
|
+
"default": "''",
|
|
446
|
+
"fieldName": "filename"
|
|
413
447
|
},
|
|
414
448
|
{
|
|
449
|
+
"name": "size",
|
|
415
450
|
"type": {
|
|
416
|
-
"text": "
|
|
451
|
+
"text": "number"
|
|
417
452
|
},
|
|
418
|
-
"
|
|
419
|
-
"
|
|
453
|
+
"default": "0",
|
|
454
|
+
"fieldName": "size"
|
|
420
455
|
},
|
|
421
456
|
{
|
|
422
|
-
"
|
|
423
|
-
"text": "CustomEvent<ForgeAiAssistantResponseFeedbackEventData>"
|
|
424
|
-
},
|
|
425
|
-
"description": "Fired when thumbs down is clicked",
|
|
426
|
-
"name": "forge-ai-assistant-response-thumbs-down"
|
|
427
|
-
}
|
|
428
|
-
],
|
|
429
|
-
"attributes": [
|
|
430
|
-
{
|
|
431
|
-
"name": "enable-reactions",
|
|
457
|
+
"name": "removable",
|
|
432
458
|
"type": {
|
|
433
459
|
"text": "boolean"
|
|
434
460
|
},
|
|
435
461
|
"default": "false",
|
|
436
|
-
"fieldName": "
|
|
462
|
+
"fieldName": "removable"
|
|
437
463
|
},
|
|
438
464
|
{
|
|
439
|
-
"name": "
|
|
440
|
-
"type": {
|
|
441
|
-
"text": "boolean"
|
|
442
|
-
},
|
|
443
|
-
"default": "false",
|
|
444
|
-
"fieldName": "debugMode"
|
|
445
|
-
}
|
|
446
|
-
],
|
|
447
|
-
"superclass": {
|
|
448
|
-
"name": "LitElement",
|
|
449
|
-
"package": "lit"
|
|
450
|
-
},
|
|
451
|
-
"tagName": "forge-ai-assistant-response",
|
|
452
|
-
"customElement": true,
|
|
453
|
-
"summary": "Renders a complete assistant response with interleaved text chunks and tool calls."
|
|
454
|
-
}
|
|
455
|
-
],
|
|
456
|
-
"exports": [
|
|
457
|
-
{
|
|
458
|
-
"kind": "js",
|
|
459
|
-
"name": "AiAssistantResponseComponentTagName",
|
|
460
|
-
"declaration": {
|
|
461
|
-
"name": "AiAssistantResponseComponentTagName",
|
|
462
|
-
"module": "src/lib/ai-assistant-response/ai-assistant-response.ts"
|
|
463
|
-
}
|
|
464
|
-
},
|
|
465
|
-
{
|
|
466
|
-
"kind": "js",
|
|
467
|
-
"name": "AiAssistantResponseComponent",
|
|
468
|
-
"declaration": {
|
|
469
|
-
"name": "AiAssistantResponseComponent",
|
|
470
|
-
"module": "src/lib/ai-assistant-response/ai-assistant-response.ts"
|
|
471
|
-
}
|
|
472
|
-
},
|
|
473
|
-
{
|
|
474
|
-
"kind": "custom-element-definition",
|
|
475
|
-
"declaration": {
|
|
476
|
-
"name": "AiAssistantResponseComponent",
|
|
477
|
-
"module": "src/lib/ai-assistant-response/ai-assistant-response.ts"
|
|
478
|
-
}
|
|
479
|
-
}
|
|
480
|
-
]
|
|
481
|
-
},
|
|
482
|
-
{
|
|
483
|
-
"kind": "javascript-module",
|
|
484
|
-
"path": "src/lib/ai-button/ai-button.ts",
|
|
485
|
-
"declarations": [
|
|
486
|
-
{
|
|
487
|
-
"kind": "variable",
|
|
488
|
-
"name": "AiButtonComponentTagName",
|
|
489
|
-
"type": {
|
|
490
|
-
"text": "keyof HTMLElementTagNameMap"
|
|
491
|
-
},
|
|
492
|
-
"default": "'forge-ai-button'"
|
|
493
|
-
},
|
|
494
|
-
{
|
|
495
|
-
"kind": "class",
|
|
496
|
-
"description": "",
|
|
497
|
-
"name": "AiButtonComponent",
|
|
498
|
-
"slots": [
|
|
499
|
-
{
|
|
500
|
-
"description": "Default slot for button content",
|
|
501
|
-
"name": ""
|
|
502
|
-
}
|
|
503
|
-
],
|
|
504
|
-
"members": [
|
|
505
|
-
{
|
|
506
|
-
"kind": "field",
|
|
507
|
-
"name": "disabled",
|
|
465
|
+
"name": "uploading",
|
|
508
466
|
"type": {
|
|
509
467
|
"text": "boolean"
|
|
510
468
|
},
|
|
511
|
-
"privacy": "public",
|
|
512
469
|
"default": "false",
|
|
513
|
-
"
|
|
514
|
-
|
|
515
|
-
"reflects": true
|
|
516
|
-
}
|
|
517
|
-
],
|
|
518
|
-
"attributes": [
|
|
470
|
+
"fieldName": "uploading"
|
|
471
|
+
},
|
|
519
472
|
{
|
|
520
|
-
"name": "
|
|
473
|
+
"name": "progress",
|
|
521
474
|
"type": {
|
|
522
|
-
"text": "
|
|
475
|
+
"text": "number | undefined"
|
|
523
476
|
},
|
|
524
|
-
"
|
|
525
|
-
"description": "Whether the button is disabled",
|
|
526
|
-
"fieldName": "disabled"
|
|
477
|
+
"fieldName": "progress"
|
|
527
478
|
}
|
|
528
479
|
],
|
|
529
480
|
"superclass": {
|
|
530
481
|
"name": "LitElement",
|
|
531
482
|
"package": "lit"
|
|
532
483
|
},
|
|
533
|
-
"tagName": "forge-ai-
|
|
534
|
-
"customElement": true
|
|
484
|
+
"tagName": "forge-ai-attachment",
|
|
485
|
+
"customElement": true,
|
|
486
|
+
"summary": "Displays file attachment information with removal capability."
|
|
535
487
|
}
|
|
536
488
|
],
|
|
537
489
|
"exports": [
|
|
538
490
|
{
|
|
539
491
|
"kind": "js",
|
|
540
|
-
"name": "
|
|
492
|
+
"name": "AiAttachmentComponentTagName",
|
|
541
493
|
"declaration": {
|
|
542
|
-
"name": "
|
|
543
|
-
"module": "src/lib/ai-
|
|
494
|
+
"name": "AiAttachmentComponentTagName",
|
|
495
|
+
"module": "src/lib/ai-attachment/ai-attachment.ts"
|
|
544
496
|
}
|
|
545
497
|
},
|
|
546
498
|
{
|
|
547
499
|
"kind": "js",
|
|
548
|
-
"name": "
|
|
500
|
+
"name": "AiAttachmentComponent",
|
|
549
501
|
"declaration": {
|
|
550
|
-
"name": "
|
|
551
|
-
"module": "src/lib/ai-
|
|
502
|
+
"name": "AiAttachmentComponent",
|
|
503
|
+
"module": "src/lib/ai-attachment/ai-attachment.ts"
|
|
552
504
|
}
|
|
553
505
|
},
|
|
554
506
|
{
|
|
555
507
|
"kind": "custom-element-definition",
|
|
556
508
|
"declaration": {
|
|
557
|
-
"name": "
|
|
558
|
-
"module": "src/lib/ai-
|
|
509
|
+
"name": "AiAttachmentComponent",
|
|
510
|
+
"module": "src/lib/ai-attachment/ai-attachment.ts"
|
|
559
511
|
}
|
|
560
512
|
}
|
|
561
513
|
]
|
|
562
514
|
},
|
|
563
515
|
{
|
|
564
516
|
"kind": "javascript-module",
|
|
565
|
-
"path": "src/lib/ai-
|
|
517
|
+
"path": "src/lib/ai-assistant-response/ai-assistant-response.ts",
|
|
566
518
|
"declarations": [
|
|
567
519
|
{
|
|
568
520
|
"kind": "variable",
|
|
569
|
-
"name": "
|
|
521
|
+
"name": "AiAssistantResponseComponentTagName",
|
|
570
522
|
"type": {
|
|
571
523
|
"text": "keyof HTMLElementTagNameMap"
|
|
572
524
|
},
|
|
573
|
-
"default": "'forge-ai-
|
|
525
|
+
"default": "'forge-ai-assistant-response'"
|
|
574
526
|
},
|
|
575
527
|
{
|
|
576
528
|
"kind": "class",
|
|
577
529
|
"description": "",
|
|
578
|
-
"name": "
|
|
579
|
-
"cssProperties": [
|
|
580
|
-
{
|
|
581
|
-
"description": "Background color of the attachment",
|
|
582
|
-
"name": "--forge-ai-attachment-background"
|
|
583
|
-
},
|
|
584
|
-
{
|
|
585
|
-
"description": "Border color of the attachment",
|
|
586
|
-
"name": "--forge-ai-attachment-border-color"
|
|
587
|
-
},
|
|
588
|
-
{
|
|
589
|
-
"description": "Padding inside the attachment",
|
|
590
|
-
"name": "--forge-ai-attachment-padding"
|
|
591
|
-
},
|
|
592
|
-
{
|
|
593
|
-
"description": "Gap between elements",
|
|
594
|
-
"name": "--forge-ai-attachment-gap"
|
|
595
|
-
}
|
|
596
|
-
],
|
|
530
|
+
"name": "AiAssistantResponseComponent",
|
|
597
531
|
"members": [
|
|
598
532
|
{
|
|
599
533
|
"kind": "field",
|
|
600
|
-
"name": "
|
|
534
|
+
"name": "response",
|
|
601
535
|
"type": {
|
|
602
|
-
"text": "
|
|
536
|
+
"text": "AssistantResponse"
|
|
603
537
|
},
|
|
604
|
-
"privacy": "public"
|
|
605
|
-
"default": "''",
|
|
606
|
-
"attribute": "filename"
|
|
538
|
+
"privacy": "public"
|
|
607
539
|
},
|
|
608
540
|
{
|
|
609
541
|
"kind": "field",
|
|
610
|
-
"name": "
|
|
542
|
+
"name": "tools",
|
|
611
543
|
"type": {
|
|
612
|
-
"text": "
|
|
544
|
+
"text": "Map<string, ToolDefinition> | undefined"
|
|
613
545
|
},
|
|
614
|
-
"privacy": "public"
|
|
615
|
-
"default": "0",
|
|
616
|
-
"attribute": "size"
|
|
546
|
+
"privacy": "public"
|
|
617
547
|
},
|
|
618
548
|
{
|
|
619
549
|
"kind": "field",
|
|
620
|
-
"name": "
|
|
550
|
+
"name": "enableReactions",
|
|
621
551
|
"type": {
|
|
622
552
|
"text": "boolean"
|
|
623
553
|
},
|
|
624
554
|
"privacy": "public",
|
|
625
555
|
"default": "false",
|
|
626
|
-
"attribute": "
|
|
556
|
+
"attribute": "enable-reactions"
|
|
627
557
|
},
|
|
628
558
|
{
|
|
629
559
|
"kind": "field",
|
|
630
|
-
"name": "
|
|
560
|
+
"name": "debugMode",
|
|
631
561
|
"type": {
|
|
632
562
|
"text": "boolean"
|
|
633
563
|
},
|
|
634
564
|
"privacy": "public",
|
|
635
565
|
"default": "false",
|
|
636
|
-
"attribute": "
|
|
637
|
-
},
|
|
638
|
-
{
|
|
639
|
-
"kind": "field",
|
|
640
|
-
"name": "progress",
|
|
641
|
-
"type": {
|
|
642
|
-
"text": "number | undefined"
|
|
643
|
-
},
|
|
644
|
-
"privacy": "public",
|
|
645
|
-
"attribute": "progress"
|
|
566
|
+
"attribute": "debug-mode"
|
|
646
567
|
}
|
|
647
568
|
],
|
|
648
569
|
"events": [
|
|
649
570
|
{
|
|
650
|
-
"name": "forge-ai-attachment-remove",
|
|
651
571
|
"type": {
|
|
652
|
-
"text": "CustomEvent<
|
|
572
|
+
"text": "CustomEvent<{ responseId: string }>"
|
|
653
573
|
},
|
|
654
|
-
"description": "Fired when
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
"attributes": [
|
|
574
|
+
"description": "Fired when copy action is clicked",
|
|
575
|
+
"name": "forge-ai-assistant-response-copy"
|
|
576
|
+
},
|
|
658
577
|
{
|
|
659
|
-
"name": "filename",
|
|
660
578
|
"type": {
|
|
661
|
-
"text": "string"
|
|
579
|
+
"text": "CustomEvent<{ responseId: string }>"
|
|
662
580
|
},
|
|
663
|
-
"
|
|
664
|
-
"
|
|
581
|
+
"description": "Fired when resend action is clicked",
|
|
582
|
+
"name": "forge-ai-assistant-response-resend"
|
|
665
583
|
},
|
|
666
584
|
{
|
|
667
|
-
"name": "size",
|
|
668
585
|
"type": {
|
|
669
|
-
"text": "
|
|
586
|
+
"text": "CustomEvent<ForgeAiAssistantResponseFeedbackEventData>"
|
|
670
587
|
},
|
|
671
|
-
"
|
|
672
|
-
"
|
|
588
|
+
"description": "Fired when thumbs up is clicked",
|
|
589
|
+
"name": "forge-ai-assistant-response-thumbs-up"
|
|
673
590
|
},
|
|
674
591
|
{
|
|
675
|
-
"name": "removable",
|
|
676
592
|
"type": {
|
|
677
|
-
"text": "
|
|
593
|
+
"text": "CustomEvent<ForgeAiAssistantResponseFeedbackEventData>"
|
|
678
594
|
},
|
|
679
|
-
"
|
|
680
|
-
"
|
|
681
|
-
}
|
|
595
|
+
"description": "Fired when thumbs down is clicked",
|
|
596
|
+
"name": "forge-ai-assistant-response-thumbs-down"
|
|
597
|
+
}
|
|
598
|
+
],
|
|
599
|
+
"attributes": [
|
|
682
600
|
{
|
|
683
|
-
"name": "
|
|
601
|
+
"name": "enable-reactions",
|
|
684
602
|
"type": {
|
|
685
603
|
"text": "boolean"
|
|
686
604
|
},
|
|
687
605
|
"default": "false",
|
|
688
|
-
"fieldName": "
|
|
606
|
+
"fieldName": "enableReactions"
|
|
689
607
|
},
|
|
690
608
|
{
|
|
691
|
-
"name": "
|
|
609
|
+
"name": "debug-mode",
|
|
692
610
|
"type": {
|
|
693
|
-
"text": "
|
|
611
|
+
"text": "boolean"
|
|
694
612
|
},
|
|
695
|
-
"
|
|
613
|
+
"default": "false",
|
|
614
|
+
"fieldName": "debugMode"
|
|
696
615
|
}
|
|
697
616
|
],
|
|
698
617
|
"superclass": {
|
|
699
618
|
"name": "LitElement",
|
|
700
619
|
"package": "lit"
|
|
701
620
|
},
|
|
702
|
-
"tagName": "forge-ai-
|
|
621
|
+
"tagName": "forge-ai-assistant-response",
|
|
703
622
|
"customElement": true,
|
|
704
|
-
"summary": "
|
|
623
|
+
"summary": "Renders a complete assistant response with interleaved text chunks and tool calls."
|
|
705
624
|
}
|
|
706
625
|
],
|
|
707
626
|
"exports": [
|
|
708
627
|
{
|
|
709
628
|
"kind": "js",
|
|
710
|
-
"name": "
|
|
629
|
+
"name": "AiAssistantResponseComponentTagName",
|
|
711
630
|
"declaration": {
|
|
712
|
-
"name": "
|
|
713
|
-
"module": "src/lib/ai-
|
|
631
|
+
"name": "AiAssistantResponseComponentTagName",
|
|
632
|
+
"module": "src/lib/ai-assistant-response/ai-assistant-response.ts"
|
|
714
633
|
}
|
|
715
634
|
},
|
|
716
635
|
{
|
|
717
636
|
"kind": "js",
|
|
718
|
-
"name": "
|
|
637
|
+
"name": "AiAssistantResponseComponent",
|
|
719
638
|
"declaration": {
|
|
720
|
-
"name": "
|
|
721
|
-
"module": "src/lib/ai-
|
|
639
|
+
"name": "AiAssistantResponseComponent",
|
|
640
|
+
"module": "src/lib/ai-assistant-response/ai-assistant-response.ts"
|
|
722
641
|
}
|
|
723
642
|
},
|
|
724
643
|
{
|
|
725
644
|
"kind": "custom-element-definition",
|
|
726
645
|
"declaration": {
|
|
727
|
-
"name": "
|
|
728
|
-
"module": "src/lib/ai-
|
|
646
|
+
"name": "AiAssistantResponseComponent",
|
|
647
|
+
"module": "src/lib/ai-assistant-response/ai-assistant-response.ts"
|
|
729
648
|
}
|
|
730
649
|
}
|
|
731
650
|
]
|
|
@@ -1096,50 +1015,131 @@
|
|
|
1096
1015
|
"type": {
|
|
1097
1016
|
"text": "string | undefined"
|
|
1098
1017
|
},
|
|
1099
|
-
"description": "ID of the currently selected agent",
|
|
1100
|
-
"fieldName": "selectedAgentId"
|
|
1101
|
-
},
|
|
1018
|
+
"description": "ID of the currently selected agent",
|
|
1019
|
+
"fieldName": "selectedAgentId"
|
|
1020
|
+
},
|
|
1021
|
+
{
|
|
1022
|
+
"name": "disable-agent-selector",
|
|
1023
|
+
"type": {
|
|
1024
|
+
"text": "boolean"
|
|
1025
|
+
},
|
|
1026
|
+
"default": "false",
|
|
1027
|
+
"description": "Disables the agent selector (e.g., during streaming)",
|
|
1028
|
+
"fieldName": "disableAgentSelector"
|
|
1029
|
+
}
|
|
1030
|
+
],
|
|
1031
|
+
"superclass": {
|
|
1032
|
+
"name": "LitElement",
|
|
1033
|
+
"package": "lit"
|
|
1034
|
+
},
|
|
1035
|
+
"tagName": "forge-ai-chat-header",
|
|
1036
|
+
"customElement": true,
|
|
1037
|
+
"summary": "AI chat header component with accessible tooltips"
|
|
1038
|
+
}
|
|
1039
|
+
],
|
|
1040
|
+
"exports": [
|
|
1041
|
+
{
|
|
1042
|
+
"kind": "js",
|
|
1043
|
+
"name": "AiChatHeaderComponentTagName",
|
|
1044
|
+
"declaration": {
|
|
1045
|
+
"name": "AiChatHeaderComponentTagName",
|
|
1046
|
+
"module": "src/lib/ai-chat-header/ai-chat-header.ts"
|
|
1047
|
+
}
|
|
1048
|
+
},
|
|
1049
|
+
{
|
|
1050
|
+
"kind": "js",
|
|
1051
|
+
"name": "AiChatHeaderComponent",
|
|
1052
|
+
"declaration": {
|
|
1053
|
+
"name": "AiChatHeaderComponent",
|
|
1054
|
+
"module": "src/lib/ai-chat-header/ai-chat-header.ts"
|
|
1055
|
+
}
|
|
1056
|
+
},
|
|
1057
|
+
{
|
|
1058
|
+
"kind": "custom-element-definition",
|
|
1059
|
+
"declaration": {
|
|
1060
|
+
"name": "AiChatHeaderComponent",
|
|
1061
|
+
"module": "src/lib/ai-chat-header/ai-chat-header.ts"
|
|
1062
|
+
}
|
|
1063
|
+
}
|
|
1064
|
+
]
|
|
1065
|
+
},
|
|
1066
|
+
{
|
|
1067
|
+
"kind": "javascript-module",
|
|
1068
|
+
"path": "src/lib/ai-button/ai-button.ts",
|
|
1069
|
+
"declarations": [
|
|
1070
|
+
{
|
|
1071
|
+
"kind": "variable",
|
|
1072
|
+
"name": "AiButtonComponentTagName",
|
|
1073
|
+
"type": {
|
|
1074
|
+
"text": "keyof HTMLElementTagNameMap"
|
|
1075
|
+
},
|
|
1076
|
+
"default": "'forge-ai-button'"
|
|
1077
|
+
},
|
|
1078
|
+
{
|
|
1079
|
+
"kind": "class",
|
|
1080
|
+
"description": "",
|
|
1081
|
+
"name": "AiButtonComponent",
|
|
1082
|
+
"slots": [
|
|
1083
|
+
{
|
|
1084
|
+
"description": "Default slot for button content",
|
|
1085
|
+
"name": ""
|
|
1086
|
+
}
|
|
1087
|
+
],
|
|
1088
|
+
"members": [
|
|
1089
|
+
{
|
|
1090
|
+
"kind": "field",
|
|
1091
|
+
"name": "disabled",
|
|
1092
|
+
"type": {
|
|
1093
|
+
"text": "boolean"
|
|
1094
|
+
},
|
|
1095
|
+
"privacy": "public",
|
|
1096
|
+
"default": "false",
|
|
1097
|
+
"description": "Whether the button is disabled",
|
|
1098
|
+
"attribute": "disabled",
|
|
1099
|
+
"reflects": true
|
|
1100
|
+
}
|
|
1101
|
+
],
|
|
1102
|
+
"attributes": [
|
|
1102
1103
|
{
|
|
1103
|
-
"name": "
|
|
1104
|
+
"name": "disabled",
|
|
1104
1105
|
"type": {
|
|
1105
1106
|
"text": "boolean"
|
|
1106
1107
|
},
|
|
1107
1108
|
"default": "false",
|
|
1108
|
-
"description": "
|
|
1109
|
-
"fieldName": "
|
|
1109
|
+
"description": "Whether the button is disabled",
|
|
1110
|
+
"fieldName": "disabled"
|
|
1110
1111
|
}
|
|
1111
1112
|
],
|
|
1112
1113
|
"superclass": {
|
|
1113
1114
|
"name": "LitElement",
|
|
1114
1115
|
"package": "lit"
|
|
1115
1116
|
},
|
|
1116
|
-
"tagName": "forge-ai-
|
|
1117
|
-
"customElement": true
|
|
1118
|
-
"summary": "AI chat header component with accessible tooltips"
|
|
1117
|
+
"tagName": "forge-ai-button",
|
|
1118
|
+
"customElement": true
|
|
1119
1119
|
}
|
|
1120
1120
|
],
|
|
1121
1121
|
"exports": [
|
|
1122
1122
|
{
|
|
1123
1123
|
"kind": "js",
|
|
1124
|
-
"name": "
|
|
1124
|
+
"name": "AiButtonComponentTagName",
|
|
1125
1125
|
"declaration": {
|
|
1126
|
-
"name": "
|
|
1127
|
-
"module": "src/lib/ai-
|
|
1126
|
+
"name": "AiButtonComponentTagName",
|
|
1127
|
+
"module": "src/lib/ai-button/ai-button.ts"
|
|
1128
1128
|
}
|
|
1129
1129
|
},
|
|
1130
1130
|
{
|
|
1131
1131
|
"kind": "js",
|
|
1132
|
-
"name": "
|
|
1132
|
+
"name": "AiButtonComponent",
|
|
1133
1133
|
"declaration": {
|
|
1134
|
-
"name": "
|
|
1135
|
-
"module": "src/lib/ai-
|
|
1134
|
+
"name": "AiButtonComponent",
|
|
1135
|
+
"module": "src/lib/ai-button/ai-button.ts"
|
|
1136
1136
|
}
|
|
1137
1137
|
},
|
|
1138
1138
|
{
|
|
1139
1139
|
"kind": "custom-element-definition",
|
|
1140
1140
|
"declaration": {
|
|
1141
|
-
"name": "
|
|
1142
|
-
"module": "src/lib/ai-
|
|
1141
|
+
"name": "AiButtonComponent",
|
|
1142
|
+
"module": "src/lib/ai-button/ai-button.ts"
|
|
1143
1143
|
}
|
|
1144
1144
|
}
|
|
1145
1145
|
]
|
|
@@ -6050,288 +6050,72 @@
|
|
|
6050
6050
|
"description": "Toggles the dialog open state."
|
|
6051
6051
|
}
|
|
6052
6052
|
],
|
|
6053
|
-
"events": [
|
|
6054
|
-
{
|
|
6055
|
-
"type": {
|
|
6056
|
-
"text": "CustomEvent<{ isFullscreen: boolean }>"
|
|
6057
|
-
},
|
|
6058
|
-
"description": "Fired when the fullscreen state changes due to viewport size",
|
|
6059
|
-
"name": "forge-ai-dialog-fullscreen-change"
|
|
6060
|
-
},
|
|
6061
|
-
{
|
|
6062
|
-
"type": {
|
|
6063
|
-
"text": "CustomEvent<void>"
|
|
6064
|
-
},
|
|
6065
|
-
"description": "Fired when the dialog is closed",
|
|
6066
|
-
"name": "forge-ai-dialog-close"
|
|
6067
|
-
}
|
|
6068
|
-
],
|
|
6069
|
-
"attributes": [
|
|
6070
|
-
{
|
|
6071
|
-
"name": "open",
|
|
6072
|
-
"type": {
|
|
6073
|
-
"text": "boolean"
|
|
6074
|
-
},
|
|
6075
|
-
"default": "false",
|
|
6076
|
-
"description": "Indicates whether the dialog is open.",
|
|
6077
|
-
"fieldName": "open"
|
|
6078
|
-
},
|
|
6079
|
-
{
|
|
6080
|
-
"name": "expanded",
|
|
6081
|
-
"type": {
|
|
6082
|
-
"text": "boolean"
|
|
6083
|
-
},
|
|
6084
|
-
"default": "false",
|
|
6085
|
-
"description": "Controls the dialog's positioning and size behavior.\nWhen true, the dialog will have an expanded width and be centered on the screen.\nWhen false, the dialog will be positioned at the bottom-right corner with a fixed width.",
|
|
6086
|
-
"fieldName": "expanded"
|
|
6087
|
-
}
|
|
6088
|
-
],
|
|
6089
|
-
"superclass": {
|
|
6090
|
-
"name": "LitElement",
|
|
6091
|
-
"package": "lit"
|
|
6092
|
-
},
|
|
6093
|
-
"tagName": "forge-ai-dialog",
|
|
6094
|
-
"customElement": true
|
|
6095
|
-
}
|
|
6096
|
-
],
|
|
6097
|
-
"exports": [
|
|
6098
|
-
{
|
|
6099
|
-
"kind": "js",
|
|
6100
|
-
"name": "AiDialogComponentTagName",
|
|
6101
|
-
"declaration": {
|
|
6102
|
-
"name": "AiDialogComponentTagName",
|
|
6103
|
-
"module": "src/lib/ai-dialog/ai-dialog.ts"
|
|
6104
|
-
}
|
|
6105
|
-
},
|
|
6106
|
-
{
|
|
6107
|
-
"kind": "js",
|
|
6108
|
-
"name": "AiDialogComponent",
|
|
6109
|
-
"declaration": {
|
|
6110
|
-
"name": "AiDialogComponent",
|
|
6111
|
-
"module": "src/lib/ai-dialog/ai-dialog.ts"
|
|
6112
|
-
}
|
|
6113
|
-
},
|
|
6114
|
-
{
|
|
6115
|
-
"kind": "custom-element-definition",
|
|
6116
|
-
"declaration": {
|
|
6117
|
-
"name": "AiDialogComponent",
|
|
6118
|
-
"module": "src/lib/ai-dialog/ai-dialog.ts"
|
|
6119
|
-
}
|
|
6120
|
-
}
|
|
6121
|
-
]
|
|
6122
|
-
},
|
|
6123
|
-
{
|
|
6124
|
-
"kind": "javascript-module",
|
|
6125
|
-
"path": "src/lib/ai-embedded-chat/ai-embedded-chat.ts",
|
|
6126
|
-
"declarations": [
|
|
6127
|
-
{
|
|
6128
|
-
"kind": "variable",
|
|
6129
|
-
"name": "AiEmbeddedChatComponentTagName",
|
|
6130
|
-
"type": {
|
|
6131
|
-
"text": "keyof HTMLElementTagNameMap"
|
|
6132
|
-
},
|
|
6133
|
-
"default": "'forge-ai-embedded-chat'"
|
|
6134
|
-
},
|
|
6135
|
-
{
|
|
6136
|
-
"kind": "class",
|
|
6137
|
-
"description": "",
|
|
6138
|
-
"name": "AiEmbeddedChatComponent",
|
|
6139
|
-
"slots": [
|
|
6140
|
-
{
|
|
6141
|
-
"description": "Slot for custom header title content (default: \"AI Assistant\")",
|
|
6142
|
-
"name": "header-title"
|
|
6143
|
-
},
|
|
6144
|
-
{
|
|
6145
|
-
"description": "Slot for custom empty state heading",
|
|
6146
|
-
"name": "empty-state-heading"
|
|
6147
|
-
}
|
|
6148
|
-
],
|
|
6149
|
-
"members": [
|
|
6150
|
-
{
|
|
6151
|
-
"kind": "field",
|
|
6152
|
-
"name": "expanded",
|
|
6153
|
-
"type": {
|
|
6154
|
-
"text": "boolean"
|
|
6155
|
-
},
|
|
6156
|
-
"privacy": "public",
|
|
6157
|
-
"default": "false",
|
|
6158
|
-
"description": "Controls whether the modal view is open when expanded.",
|
|
6159
|
-
"attribute": "expanded"
|
|
6160
|
-
},
|
|
6161
|
-
{
|
|
6162
|
-
"kind": "field",
|
|
6163
|
-
"name": "gradientVariant",
|
|
6164
|
-
"type": {
|
|
6165
|
-
"text": "string"
|
|
6166
|
-
},
|
|
6167
|
-
"privacy": "public",
|
|
6168
|
-
"default": "'medium'",
|
|
6169
|
-
"description": "Gradient variant for embedded view ('low' | 'medium' | 'high', default: 'medium')",
|
|
6170
|
-
"attribute": "gradient-variant"
|
|
6171
|
-
},
|
|
6172
|
-
{
|
|
6173
|
-
"kind": "field",
|
|
6174
|
-
"name": "adapter",
|
|
6175
|
-
"type": {
|
|
6176
|
-
"text": "AgentAdapter"
|
|
6177
|
-
},
|
|
6178
|
-
"privacy": "public",
|
|
6179
|
-
"description": "Required. The adapter for communication with the AI service"
|
|
6180
|
-
},
|
|
6181
|
-
{
|
|
6182
|
-
"kind": "field",
|
|
6183
|
-
"name": "threadId",
|
|
6184
|
-
"type": {
|
|
6185
|
-
"text": "string | undefined"
|
|
6186
|
-
},
|
|
6187
|
-
"privacy": "public",
|
|
6188
|
-
"attribute": "thread-id"
|
|
6189
|
-
},
|
|
6190
|
-
{
|
|
6191
|
-
"kind": "field",
|
|
6192
|
-
"name": "fileUpload",
|
|
6193
|
-
"type": {
|
|
6194
|
-
"text": "FeatureToggle"
|
|
6195
|
-
},
|
|
6196
|
-
"privacy": "public",
|
|
6197
|
-
"default": "'off'",
|
|
6198
|
-
"description": "Enable file upload functionality (default: 'off')",
|
|
6199
|
-
"attribute": "file-upload"
|
|
6200
|
-
},
|
|
6201
|
-
{
|
|
6202
|
-
"kind": "field",
|
|
6203
|
-
"name": "placeholder",
|
|
6204
|
-
"type": {
|
|
6205
|
-
"text": "string"
|
|
6206
|
-
},
|
|
6207
|
-
"privacy": "public",
|
|
6208
|
-
"default": "'Ask a question...'",
|
|
6209
|
-
"description": "Placeholder text for input (default: \"Ask a question...\")",
|
|
6210
|
-
"attribute": "placeholder"
|
|
6211
|
-
},
|
|
6212
|
-
{
|
|
6213
|
-
"kind": "field",
|
|
6214
|
-
"name": "suggestions",
|
|
6215
|
-
"type": {
|
|
6216
|
-
"text": "Suggestion[]"
|
|
6217
|
-
},
|
|
6218
|
-
"privacy": "public",
|
|
6219
|
-
"description": "Optional suggestions for empty state"
|
|
6220
|
-
},
|
|
6221
|
-
{
|
|
6222
|
-
"kind": "method",
|
|
6223
|
-
"name": "expand",
|
|
6224
|
-
"privacy": "public",
|
|
6225
|
-
"return": {
|
|
6226
|
-
"type": {
|
|
6227
|
-
"text": "void"
|
|
6228
|
-
}
|
|
6229
|
-
},
|
|
6230
|
-
"description": "Expands the chat to modal view."
|
|
6231
|
-
},
|
|
6232
|
-
{
|
|
6233
|
-
"kind": "method",
|
|
6234
|
-
"name": "collapse",
|
|
6235
|
-
"privacy": "public",
|
|
6236
|
-
"return": {
|
|
6237
|
-
"type": {
|
|
6238
|
-
"text": "void"
|
|
6239
|
-
}
|
|
6240
|
-
},
|
|
6241
|
-
"description": "Collapses the chat from modal view back to embedded view."
|
|
6242
|
-
}
|
|
6243
|
-
],
|
|
6244
|
-
"events": [
|
|
6245
|
-
{
|
|
6246
|
-
"type": {
|
|
6247
|
-
"text": "CustomEvent<void>"
|
|
6248
|
-
},
|
|
6249
|
-
"description": "Fired when the chat is expanded to modal view",
|
|
6250
|
-
"name": "forge-ai-embedded-chat-expand"
|
|
6251
|
-
},
|
|
6252
|
-
{
|
|
6253
|
-
"type": {
|
|
6254
|
-
"text": "CustomEvent<void>"
|
|
6255
|
-
},
|
|
6256
|
-
"description": "Fired when the chat is collapsed from modal view",
|
|
6257
|
-
"name": "forge-ai-embedded-chat-collapse"
|
|
6258
|
-
}
|
|
6259
|
-
],
|
|
6260
|
-
"attributes": [
|
|
6261
|
-
{
|
|
6262
|
-
"name": "expanded",
|
|
6263
|
-
"type": {
|
|
6264
|
-
"text": "boolean"
|
|
6265
|
-
},
|
|
6266
|
-
"default": "false",
|
|
6267
|
-
"description": "Controls whether the modal view is open when expanded.",
|
|
6268
|
-
"fieldName": "expanded"
|
|
6269
|
-
},
|
|
6053
|
+
"events": [
|
|
6270
6054
|
{
|
|
6271
|
-
"name": "gradient-variant",
|
|
6272
6055
|
"type": {
|
|
6273
|
-
"text": "
|
|
6056
|
+
"text": "CustomEvent<{ isFullscreen: boolean }>"
|
|
6274
6057
|
},
|
|
6275
|
-
"
|
|
6276
|
-
"
|
|
6277
|
-
"fieldName": "gradientVariant"
|
|
6058
|
+
"description": "Fired when the fullscreen state changes due to viewport size",
|
|
6059
|
+
"name": "forge-ai-dialog-fullscreen-change"
|
|
6278
6060
|
},
|
|
6279
6061
|
{
|
|
6280
|
-
"name": "thread-id",
|
|
6281
6062
|
"type": {
|
|
6282
|
-
"text": "
|
|
6063
|
+
"text": "CustomEvent<void>"
|
|
6283
6064
|
},
|
|
6284
|
-
"
|
|
6285
|
-
|
|
6065
|
+
"description": "Fired when the dialog is closed",
|
|
6066
|
+
"name": "forge-ai-dialog-close"
|
|
6067
|
+
}
|
|
6068
|
+
],
|
|
6069
|
+
"attributes": [
|
|
6286
6070
|
{
|
|
6287
|
-
"name": "
|
|
6071
|
+
"name": "open",
|
|
6288
6072
|
"type": {
|
|
6289
|
-
"text": "
|
|
6073
|
+
"text": "boolean"
|
|
6290
6074
|
},
|
|
6291
|
-
"default": "
|
|
6292
|
-
"description": "
|
|
6293
|
-
"fieldName": "
|
|
6075
|
+
"default": "false",
|
|
6076
|
+
"description": "Indicates whether the dialog is open.",
|
|
6077
|
+
"fieldName": "open"
|
|
6294
6078
|
},
|
|
6295
6079
|
{
|
|
6296
|
-
"name": "
|
|
6080
|
+
"name": "expanded",
|
|
6297
6081
|
"type": {
|
|
6298
|
-
"text": "
|
|
6082
|
+
"text": "boolean"
|
|
6299
6083
|
},
|
|
6300
|
-
"default": "
|
|
6301
|
-
"description": "
|
|
6302
|
-
"fieldName": "
|
|
6084
|
+
"default": "false",
|
|
6085
|
+
"description": "Controls the dialog's positioning and size behavior.\nWhen true, the dialog will have an expanded width and be centered on the screen.\nWhen false, the dialog will be positioned at the bottom-right corner with a fixed width.",
|
|
6086
|
+
"fieldName": "expanded"
|
|
6303
6087
|
}
|
|
6304
6088
|
],
|
|
6305
6089
|
"superclass": {
|
|
6306
6090
|
"name": "LitElement",
|
|
6307
6091
|
"package": "lit"
|
|
6308
6092
|
},
|
|
6309
|
-
"tagName": "forge-ai-
|
|
6093
|
+
"tagName": "forge-ai-dialog",
|
|
6310
6094
|
"customElement": true
|
|
6311
6095
|
}
|
|
6312
6096
|
],
|
|
6313
6097
|
"exports": [
|
|
6314
6098
|
{
|
|
6315
6099
|
"kind": "js",
|
|
6316
|
-
"name": "
|
|
6100
|
+
"name": "AiDialogComponentTagName",
|
|
6317
6101
|
"declaration": {
|
|
6318
|
-
"name": "
|
|
6319
|
-
"module": "src/lib/ai-
|
|
6102
|
+
"name": "AiDialogComponentTagName",
|
|
6103
|
+
"module": "src/lib/ai-dialog/ai-dialog.ts"
|
|
6320
6104
|
}
|
|
6321
6105
|
},
|
|
6322
6106
|
{
|
|
6323
6107
|
"kind": "js",
|
|
6324
|
-
"name": "
|
|
6108
|
+
"name": "AiDialogComponent",
|
|
6325
6109
|
"declaration": {
|
|
6326
|
-
"name": "
|
|
6327
|
-
"module": "src/lib/ai-
|
|
6110
|
+
"name": "AiDialogComponent",
|
|
6111
|
+
"module": "src/lib/ai-dialog/ai-dialog.ts"
|
|
6328
6112
|
}
|
|
6329
6113
|
},
|
|
6330
6114
|
{
|
|
6331
6115
|
"kind": "custom-element-definition",
|
|
6332
6116
|
"declaration": {
|
|
6333
|
-
"name": "
|
|
6334
|
-
"module": "src/lib/ai-
|
|
6117
|
+
"name": "AiDialogComponent",
|
|
6118
|
+
"module": "src/lib/ai-dialog/ai-dialog.ts"
|
|
6335
6119
|
}
|
|
6336
6120
|
}
|
|
6337
6121
|
]
|
|
@@ -7101,10 +6885,226 @@
|
|
|
7101
6885
|
"exports": [
|
|
7102
6886
|
{
|
|
7103
6887
|
"kind": "js",
|
|
7104
|
-
"name": "SelectionManager",
|
|
6888
|
+
"name": "SelectionManager",
|
|
6889
|
+
"declaration": {
|
|
6890
|
+
"name": "SelectionManager",
|
|
6891
|
+
"module": "src/lib/ai-dropdown-menu/selection-manager.ts"
|
|
6892
|
+
}
|
|
6893
|
+
}
|
|
6894
|
+
]
|
|
6895
|
+
},
|
|
6896
|
+
{
|
|
6897
|
+
"kind": "javascript-module",
|
|
6898
|
+
"path": "src/lib/ai-embedded-chat/ai-embedded-chat.ts",
|
|
6899
|
+
"declarations": [
|
|
6900
|
+
{
|
|
6901
|
+
"kind": "variable",
|
|
6902
|
+
"name": "AiEmbeddedChatComponentTagName",
|
|
6903
|
+
"type": {
|
|
6904
|
+
"text": "keyof HTMLElementTagNameMap"
|
|
6905
|
+
},
|
|
6906
|
+
"default": "'forge-ai-embedded-chat'"
|
|
6907
|
+
},
|
|
6908
|
+
{
|
|
6909
|
+
"kind": "class",
|
|
6910
|
+
"description": "",
|
|
6911
|
+
"name": "AiEmbeddedChatComponent",
|
|
6912
|
+
"slots": [
|
|
6913
|
+
{
|
|
6914
|
+
"description": "Slot for custom header title content (default: \"AI Assistant\")",
|
|
6915
|
+
"name": "header-title"
|
|
6916
|
+
},
|
|
6917
|
+
{
|
|
6918
|
+
"description": "Slot for custom empty state heading",
|
|
6919
|
+
"name": "empty-state-heading"
|
|
6920
|
+
}
|
|
6921
|
+
],
|
|
6922
|
+
"members": [
|
|
6923
|
+
{
|
|
6924
|
+
"kind": "field",
|
|
6925
|
+
"name": "expanded",
|
|
6926
|
+
"type": {
|
|
6927
|
+
"text": "boolean"
|
|
6928
|
+
},
|
|
6929
|
+
"privacy": "public",
|
|
6930
|
+
"default": "false",
|
|
6931
|
+
"description": "Controls whether the modal view is open when expanded.",
|
|
6932
|
+
"attribute": "expanded"
|
|
6933
|
+
},
|
|
6934
|
+
{
|
|
6935
|
+
"kind": "field",
|
|
6936
|
+
"name": "gradientVariant",
|
|
6937
|
+
"type": {
|
|
6938
|
+
"text": "string"
|
|
6939
|
+
},
|
|
6940
|
+
"privacy": "public",
|
|
6941
|
+
"default": "'medium'",
|
|
6942
|
+
"description": "Gradient variant for embedded view ('low' | 'medium' | 'high', default: 'medium')",
|
|
6943
|
+
"attribute": "gradient-variant"
|
|
6944
|
+
},
|
|
6945
|
+
{
|
|
6946
|
+
"kind": "field",
|
|
6947
|
+
"name": "adapter",
|
|
6948
|
+
"type": {
|
|
6949
|
+
"text": "AgentAdapter"
|
|
6950
|
+
},
|
|
6951
|
+
"privacy": "public",
|
|
6952
|
+
"description": "Required. The adapter for communication with the AI service"
|
|
6953
|
+
},
|
|
6954
|
+
{
|
|
6955
|
+
"kind": "field",
|
|
6956
|
+
"name": "threadId",
|
|
6957
|
+
"type": {
|
|
6958
|
+
"text": "string | undefined"
|
|
6959
|
+
},
|
|
6960
|
+
"privacy": "public",
|
|
6961
|
+
"attribute": "thread-id"
|
|
6962
|
+
},
|
|
6963
|
+
{
|
|
6964
|
+
"kind": "field",
|
|
6965
|
+
"name": "fileUpload",
|
|
6966
|
+
"type": {
|
|
6967
|
+
"text": "FeatureToggle"
|
|
6968
|
+
},
|
|
6969
|
+
"privacy": "public",
|
|
6970
|
+
"default": "'off'",
|
|
6971
|
+
"description": "Enable file upload functionality (default: 'off')",
|
|
6972
|
+
"attribute": "file-upload"
|
|
6973
|
+
},
|
|
6974
|
+
{
|
|
6975
|
+
"kind": "field",
|
|
6976
|
+
"name": "placeholder",
|
|
6977
|
+
"type": {
|
|
6978
|
+
"text": "string"
|
|
6979
|
+
},
|
|
6980
|
+
"privacy": "public",
|
|
6981
|
+
"default": "'Ask a question...'",
|
|
6982
|
+
"description": "Placeholder text for input (default: \"Ask a question...\")",
|
|
6983
|
+
"attribute": "placeholder"
|
|
6984
|
+
},
|
|
6985
|
+
{
|
|
6986
|
+
"kind": "field",
|
|
6987
|
+
"name": "suggestions",
|
|
6988
|
+
"type": {
|
|
6989
|
+
"text": "Suggestion[]"
|
|
6990
|
+
},
|
|
6991
|
+
"privacy": "public",
|
|
6992
|
+
"description": "Optional suggestions for empty state"
|
|
6993
|
+
},
|
|
6994
|
+
{
|
|
6995
|
+
"kind": "method",
|
|
6996
|
+
"name": "expand",
|
|
6997
|
+
"privacy": "public",
|
|
6998
|
+
"return": {
|
|
6999
|
+
"type": {
|
|
7000
|
+
"text": "void"
|
|
7001
|
+
}
|
|
7002
|
+
},
|
|
7003
|
+
"description": "Expands the chat to modal view."
|
|
7004
|
+
},
|
|
7005
|
+
{
|
|
7006
|
+
"kind": "method",
|
|
7007
|
+
"name": "collapse",
|
|
7008
|
+
"privacy": "public",
|
|
7009
|
+
"return": {
|
|
7010
|
+
"type": {
|
|
7011
|
+
"text": "void"
|
|
7012
|
+
}
|
|
7013
|
+
},
|
|
7014
|
+
"description": "Collapses the chat from modal view back to embedded view."
|
|
7015
|
+
}
|
|
7016
|
+
],
|
|
7017
|
+
"events": [
|
|
7018
|
+
{
|
|
7019
|
+
"type": {
|
|
7020
|
+
"text": "CustomEvent<void>"
|
|
7021
|
+
},
|
|
7022
|
+
"description": "Fired when the chat is expanded to modal view",
|
|
7023
|
+
"name": "forge-ai-embedded-chat-expand"
|
|
7024
|
+
},
|
|
7025
|
+
{
|
|
7026
|
+
"type": {
|
|
7027
|
+
"text": "CustomEvent<void>"
|
|
7028
|
+
},
|
|
7029
|
+
"description": "Fired when the chat is collapsed from modal view",
|
|
7030
|
+
"name": "forge-ai-embedded-chat-collapse"
|
|
7031
|
+
}
|
|
7032
|
+
],
|
|
7033
|
+
"attributes": [
|
|
7034
|
+
{
|
|
7035
|
+
"name": "expanded",
|
|
7036
|
+
"type": {
|
|
7037
|
+
"text": "boolean"
|
|
7038
|
+
},
|
|
7039
|
+
"default": "false",
|
|
7040
|
+
"description": "Controls whether the modal view is open when expanded.",
|
|
7041
|
+
"fieldName": "expanded"
|
|
7042
|
+
},
|
|
7043
|
+
{
|
|
7044
|
+
"name": "gradient-variant",
|
|
7045
|
+
"type": {
|
|
7046
|
+
"text": "string"
|
|
7047
|
+
},
|
|
7048
|
+
"default": "'medium'",
|
|
7049
|
+
"description": "Gradient variant for embedded view ('low' | 'medium' | 'high', default: 'medium')",
|
|
7050
|
+
"fieldName": "gradientVariant"
|
|
7051
|
+
},
|
|
7052
|
+
{
|
|
7053
|
+
"name": "thread-id",
|
|
7054
|
+
"type": {
|
|
7055
|
+
"text": "string | undefined"
|
|
7056
|
+
},
|
|
7057
|
+
"fieldName": "threadId"
|
|
7058
|
+
},
|
|
7059
|
+
{
|
|
7060
|
+
"name": "file-upload",
|
|
7061
|
+
"type": {
|
|
7062
|
+
"text": "FeatureToggle"
|
|
7063
|
+
},
|
|
7064
|
+
"default": "'off'",
|
|
7065
|
+
"description": "Enable file upload functionality (default: 'off')",
|
|
7066
|
+
"fieldName": "fileUpload"
|
|
7067
|
+
},
|
|
7068
|
+
{
|
|
7069
|
+
"name": "placeholder",
|
|
7070
|
+
"type": {
|
|
7071
|
+
"text": "string"
|
|
7072
|
+
},
|
|
7073
|
+
"default": "'Ask a question...'",
|
|
7074
|
+
"description": "Placeholder text for input (default: \"Ask a question...\")",
|
|
7075
|
+
"fieldName": "placeholder"
|
|
7076
|
+
}
|
|
7077
|
+
],
|
|
7078
|
+
"superclass": {
|
|
7079
|
+
"name": "LitElement",
|
|
7080
|
+
"package": "lit"
|
|
7081
|
+
},
|
|
7082
|
+
"tagName": "forge-ai-embedded-chat",
|
|
7083
|
+
"customElement": true
|
|
7084
|
+
}
|
|
7085
|
+
],
|
|
7086
|
+
"exports": [
|
|
7087
|
+
{
|
|
7088
|
+
"kind": "js",
|
|
7089
|
+
"name": "AiEmbeddedChatComponentTagName",
|
|
7105
7090
|
"declaration": {
|
|
7106
|
-
"name": "
|
|
7107
|
-
"module": "src/lib/ai-
|
|
7091
|
+
"name": "AiEmbeddedChatComponentTagName",
|
|
7092
|
+
"module": "src/lib/ai-embedded-chat/ai-embedded-chat.ts"
|
|
7093
|
+
}
|
|
7094
|
+
},
|
|
7095
|
+
{
|
|
7096
|
+
"kind": "js",
|
|
7097
|
+
"name": "AiEmbeddedChatComponent",
|
|
7098
|
+
"declaration": {
|
|
7099
|
+
"name": "AiEmbeddedChatComponent",
|
|
7100
|
+
"module": "src/lib/ai-embedded-chat/ai-embedded-chat.ts"
|
|
7101
|
+
}
|
|
7102
|
+
},
|
|
7103
|
+
{
|
|
7104
|
+
"kind": "custom-element-definition",
|
|
7105
|
+
"declaration": {
|
|
7106
|
+
"name": "AiEmbeddedChatComponent",
|
|
7107
|
+
"module": "src/lib/ai-embedded-chat/ai-embedded-chat.ts"
|
|
7108
7108
|
}
|
|
7109
7109
|
}
|
|
7110
7110
|
]
|
|
@@ -7748,6 +7748,90 @@
|
|
|
7748
7748
|
}
|
|
7749
7749
|
]
|
|
7750
7750
|
},
|
|
7751
|
+
{
|
|
7752
|
+
"kind": "javascript-module",
|
|
7753
|
+
"path": "src/lib/ai-icon/ai-icon.ts",
|
|
7754
|
+
"declarations": [
|
|
7755
|
+
{
|
|
7756
|
+
"kind": "variable",
|
|
7757
|
+
"name": "AiIconComponentTagName",
|
|
7758
|
+
"type": {
|
|
7759
|
+
"text": "keyof HTMLElementTagNameMap"
|
|
7760
|
+
},
|
|
7761
|
+
"default": "'forge-ai-icon'"
|
|
7762
|
+
},
|
|
7763
|
+
{
|
|
7764
|
+
"kind": "class",
|
|
7765
|
+
"description": "",
|
|
7766
|
+
"name": "AiIconComponent",
|
|
7767
|
+
"members": [
|
|
7768
|
+
{
|
|
7769
|
+
"kind": "field",
|
|
7770
|
+
"name": "outline",
|
|
7771
|
+
"type": {
|
|
7772
|
+
"text": "boolean"
|
|
7773
|
+
},
|
|
7774
|
+
"privacy": "public",
|
|
7775
|
+
"default": "false",
|
|
7776
|
+
"description": "Whether to display the icon with an outline",
|
|
7777
|
+
"attribute": "outline"
|
|
7778
|
+
}
|
|
7779
|
+
],
|
|
7780
|
+
"attributes": [
|
|
7781
|
+
{
|
|
7782
|
+
"name": "outline",
|
|
7783
|
+
"type": {
|
|
7784
|
+
"text": "boolean"
|
|
7785
|
+
},
|
|
7786
|
+
"default": "false",
|
|
7787
|
+
"description": "Whether to display the icon with an outline",
|
|
7788
|
+
"fieldName": "outline"
|
|
7789
|
+
}
|
|
7790
|
+
],
|
|
7791
|
+
"superclass": {
|
|
7792
|
+
"name": "LitElement",
|
|
7793
|
+
"package": "lit"
|
|
7794
|
+
},
|
|
7795
|
+
"tagName": "forge-ai-icon",
|
|
7796
|
+
"customElement": true,
|
|
7797
|
+
"states": [
|
|
7798
|
+
{
|
|
7799
|
+
"name": "no-border",
|
|
7800
|
+
"description": "The icon is displayed without a border."
|
|
7801
|
+
},
|
|
7802
|
+
{
|
|
7803
|
+
"name": "border",
|
|
7804
|
+
"description": "The icon is displayed with a border."
|
|
7805
|
+
}
|
|
7806
|
+
]
|
|
7807
|
+
}
|
|
7808
|
+
],
|
|
7809
|
+
"exports": [
|
|
7810
|
+
{
|
|
7811
|
+
"kind": "js",
|
|
7812
|
+
"name": "AiIconComponentTagName",
|
|
7813
|
+
"declaration": {
|
|
7814
|
+
"name": "AiIconComponentTagName",
|
|
7815
|
+
"module": "src/lib/ai-icon/ai-icon.ts"
|
|
7816
|
+
}
|
|
7817
|
+
},
|
|
7818
|
+
{
|
|
7819
|
+
"kind": "js",
|
|
7820
|
+
"name": "AiIconComponent",
|
|
7821
|
+
"declaration": {
|
|
7822
|
+
"name": "AiIconComponent",
|
|
7823
|
+
"module": "src/lib/ai-icon/ai-icon.ts"
|
|
7824
|
+
}
|
|
7825
|
+
},
|
|
7826
|
+
{
|
|
7827
|
+
"kind": "custom-element-definition",
|
|
7828
|
+
"declaration": {
|
|
7829
|
+
"name": "AiIconComponent",
|
|
7830
|
+
"module": "src/lib/ai-icon/ai-icon.ts"
|
|
7831
|
+
}
|
|
7832
|
+
}
|
|
7833
|
+
]
|
|
7834
|
+
},
|
|
7751
7835
|
{
|
|
7752
7836
|
"kind": "javascript-module",
|
|
7753
7837
|
"path": "src/lib/ai-gradient-container/ai-gradient-container.ts",
|
|
@@ -7844,84 +7928,75 @@
|
|
|
7844
7928
|
},
|
|
7845
7929
|
{
|
|
7846
7930
|
"kind": "javascript-module",
|
|
7847
|
-
"path": "src/lib/ai-icon/ai-icon.ts",
|
|
7931
|
+
"path": "src/lib/ai-icon-button/ai-icon-button.ts",
|
|
7848
7932
|
"declarations": [
|
|
7849
7933
|
{
|
|
7850
7934
|
"kind": "variable",
|
|
7851
|
-
"name": "
|
|
7935
|
+
"name": "AiIconButtonComponentTagName",
|
|
7852
7936
|
"type": {
|
|
7853
7937
|
"text": "keyof HTMLElementTagNameMap"
|
|
7854
7938
|
},
|
|
7855
|
-
"default": "'forge-ai-icon'"
|
|
7939
|
+
"default": "'forge-ai-icon-button'"
|
|
7856
7940
|
},
|
|
7857
7941
|
{
|
|
7858
7942
|
"kind": "class",
|
|
7859
7943
|
"description": "",
|
|
7860
|
-
"name": "
|
|
7944
|
+
"name": "AiIconButtonComponent",
|
|
7861
7945
|
"members": [
|
|
7862
7946
|
{
|
|
7863
7947
|
"kind": "field",
|
|
7864
|
-
"name": "
|
|
7948
|
+
"name": "disabled",
|
|
7865
7949
|
"type": {
|
|
7866
7950
|
"text": "boolean"
|
|
7867
7951
|
},
|
|
7868
7952
|
"privacy": "public",
|
|
7869
7953
|
"default": "false",
|
|
7870
|
-
"description": "Whether
|
|
7871
|
-
"attribute": "
|
|
7954
|
+
"description": "Whether the button is disabled",
|
|
7955
|
+
"attribute": "disabled",
|
|
7956
|
+
"reflects": true
|
|
7872
7957
|
}
|
|
7873
7958
|
],
|
|
7874
7959
|
"attributes": [
|
|
7875
7960
|
{
|
|
7876
|
-
"name": "
|
|
7961
|
+
"name": "disabled",
|
|
7877
7962
|
"type": {
|
|
7878
7963
|
"text": "boolean"
|
|
7879
7964
|
},
|
|
7880
7965
|
"default": "false",
|
|
7881
|
-
"description": "Whether
|
|
7882
|
-
"fieldName": "
|
|
7966
|
+
"description": "Whether the button is disabled",
|
|
7967
|
+
"fieldName": "disabled"
|
|
7883
7968
|
}
|
|
7884
7969
|
],
|
|
7885
7970
|
"superclass": {
|
|
7886
7971
|
"name": "LitElement",
|
|
7887
7972
|
"package": "lit"
|
|
7888
7973
|
},
|
|
7889
|
-
"tagName": "forge-ai-icon",
|
|
7890
|
-
"customElement": true
|
|
7891
|
-
"states": [
|
|
7892
|
-
{
|
|
7893
|
-
"name": "no-border",
|
|
7894
|
-
"description": "The icon is displayed without a border."
|
|
7895
|
-
},
|
|
7896
|
-
{
|
|
7897
|
-
"name": "border",
|
|
7898
|
-
"description": "The icon is displayed with a border."
|
|
7899
|
-
}
|
|
7900
|
-
]
|
|
7974
|
+
"tagName": "forge-ai-icon-button",
|
|
7975
|
+
"customElement": true
|
|
7901
7976
|
}
|
|
7902
7977
|
],
|
|
7903
7978
|
"exports": [
|
|
7904
7979
|
{
|
|
7905
7980
|
"kind": "js",
|
|
7906
|
-
"name": "
|
|
7981
|
+
"name": "AiIconButtonComponentTagName",
|
|
7907
7982
|
"declaration": {
|
|
7908
|
-
"name": "
|
|
7909
|
-
"module": "src/lib/ai-icon/ai-icon.ts"
|
|
7983
|
+
"name": "AiIconButtonComponentTagName",
|
|
7984
|
+
"module": "src/lib/ai-icon-button/ai-icon-button.ts"
|
|
7910
7985
|
}
|
|
7911
7986
|
},
|
|
7912
7987
|
{
|
|
7913
7988
|
"kind": "js",
|
|
7914
|
-
"name": "
|
|
7989
|
+
"name": "AiIconButtonComponent",
|
|
7915
7990
|
"declaration": {
|
|
7916
|
-
"name": "
|
|
7917
|
-
"module": "src/lib/ai-icon/ai-icon.ts"
|
|
7991
|
+
"name": "AiIconButtonComponent",
|
|
7992
|
+
"module": "src/lib/ai-icon-button/ai-icon-button.ts"
|
|
7918
7993
|
}
|
|
7919
7994
|
},
|
|
7920
7995
|
{
|
|
7921
7996
|
"kind": "custom-element-definition",
|
|
7922
7997
|
"declaration": {
|
|
7923
|
-
"name": "
|
|
7924
|
-
"module": "src/lib/ai-icon/ai-icon.ts"
|
|
7998
|
+
"name": "AiIconButtonComponent",
|
|
7999
|
+
"module": "src/lib/ai-icon-button/ai-icon-button.ts"
|
|
7925
8000
|
}
|
|
7926
8001
|
}
|
|
7927
8002
|
]
|
|
@@ -8054,158 +8129,83 @@
|
|
|
8054
8129
|
{
|
|
8055
8130
|
"type": {
|
|
8056
8131
|
"text": "CustomEvent<ForgeAiMessageThreadThumbsEventData>"
|
|
8057
|
-
},
|
|
8058
|
-
"description": "Fired when user gives thumbs up",
|
|
8059
|
-
"name": "forge-ai-message-thread-thumbs-up"
|
|
8060
|
-
},
|
|
8061
|
-
{
|
|
8062
|
-
"type": {
|
|
8063
|
-
"text": "CustomEvent<ForgeAiMessageThreadThumbsEventData>"
|
|
8064
|
-
},
|
|
8065
|
-
"description": "Fired when user gives thumbs down",
|
|
8066
|
-
"name": "forge-ai-message-thread-thumbs-down"
|
|
8067
|
-
}
|
|
8068
|
-
],
|
|
8069
|
-
"attributes": [
|
|
8070
|
-
{
|
|
8071
|
-
"name": "enable-reactions",
|
|
8072
|
-
"type": {
|
|
8073
|
-
"text": "boolean"
|
|
8074
|
-
},
|
|
8075
|
-
"default": "false",
|
|
8076
|
-
"fieldName": "enableReactions"
|
|
8077
|
-
},
|
|
8078
|
-
{
|
|
8079
|
-
"name": "show-thinking",
|
|
8080
|
-
"type": {
|
|
8081
|
-
"text": "boolean"
|
|
8082
|
-
},
|
|
8083
|
-
"default": "false",
|
|
8084
|
-
"fieldName": "showThinking"
|
|
8085
|
-
},
|
|
8086
|
-
{
|
|
8087
|
-
"name": "auto-scroll",
|
|
8088
|
-
"type": {
|
|
8089
|
-
"text": "FeatureToggle"
|
|
8090
|
-
},
|
|
8091
|
-
"default": "'on'",
|
|
8092
|
-
"fieldName": "autoScroll"
|
|
8093
|
-
},
|
|
8094
|
-
{
|
|
8095
|
-
"name": "debug-mode",
|
|
8096
|
-
"type": {
|
|
8097
|
-
"text": "boolean"
|
|
8098
|
-
},
|
|
8099
|
-
"default": "false",
|
|
8100
|
-
"fieldName": "debugMode"
|
|
8101
|
-
}
|
|
8102
|
-
],
|
|
8103
|
-
"superclass": {
|
|
8104
|
-
"name": "LitElement",
|
|
8105
|
-
"package": "lit"
|
|
8106
|
-
},
|
|
8107
|
-
"tagName": "forge-ai-message-thread",
|
|
8108
|
-
"customElement": true,
|
|
8109
|
-
"summary": "A primitive component for rendering a thread of chat messages, including user, assistant, system, and tool call messages."
|
|
8110
|
-
}
|
|
8111
|
-
],
|
|
8112
|
-
"exports": [
|
|
8113
|
-
{
|
|
8114
|
-
"kind": "js",
|
|
8115
|
-
"name": "AiMessageThreadComponentTagName",
|
|
8116
|
-
"declaration": {
|
|
8117
|
-
"name": "AiMessageThreadComponentTagName",
|
|
8118
|
-
"module": "src/lib/ai-message-thread/ai-message-thread.ts"
|
|
8119
|
-
}
|
|
8120
|
-
},
|
|
8121
|
-
{
|
|
8122
|
-
"kind": "js",
|
|
8123
|
-
"name": "AiMessageThreadComponent",
|
|
8124
|
-
"declaration": {
|
|
8125
|
-
"name": "AiMessageThreadComponent",
|
|
8126
|
-
"module": "src/lib/ai-message-thread/ai-message-thread.ts"
|
|
8127
|
-
}
|
|
8128
|
-
},
|
|
8129
|
-
{
|
|
8130
|
-
"kind": "custom-element-definition",
|
|
8131
|
-
"declaration": {
|
|
8132
|
-
"name": "AiMessageThreadComponent",
|
|
8133
|
-
"module": "src/lib/ai-message-thread/ai-message-thread.ts"
|
|
8134
|
-
}
|
|
8135
|
-
}
|
|
8136
|
-
]
|
|
8137
|
-
},
|
|
8138
|
-
{
|
|
8139
|
-
"kind": "javascript-module",
|
|
8140
|
-
"path": "src/lib/ai-icon-button/ai-icon-button.ts",
|
|
8141
|
-
"declarations": [
|
|
8142
|
-
{
|
|
8143
|
-
"kind": "variable",
|
|
8144
|
-
"name": "AiIconButtonComponentTagName",
|
|
8145
|
-
"type": {
|
|
8146
|
-
"text": "keyof HTMLElementTagNameMap"
|
|
8147
|
-
},
|
|
8148
|
-
"default": "'forge-ai-icon-button'"
|
|
8149
|
-
},
|
|
8150
|
-
{
|
|
8151
|
-
"kind": "class",
|
|
8152
|
-
"description": "",
|
|
8153
|
-
"name": "AiIconButtonComponent",
|
|
8154
|
-
"members": [
|
|
8132
|
+
},
|
|
8133
|
+
"description": "Fired when user gives thumbs up",
|
|
8134
|
+
"name": "forge-ai-message-thread-thumbs-up"
|
|
8135
|
+
},
|
|
8155
8136
|
{
|
|
8156
|
-
"kind": "field",
|
|
8157
|
-
"name": "disabled",
|
|
8158
8137
|
"type": {
|
|
8159
|
-
"text": "
|
|
8138
|
+
"text": "CustomEvent<ForgeAiMessageThreadThumbsEventData>"
|
|
8160
8139
|
},
|
|
8161
|
-
"
|
|
8162
|
-
"
|
|
8163
|
-
"description": "Whether the button is disabled",
|
|
8164
|
-
"attribute": "disabled",
|
|
8165
|
-
"reflects": true
|
|
8140
|
+
"description": "Fired when user gives thumbs down",
|
|
8141
|
+
"name": "forge-ai-message-thread-thumbs-down"
|
|
8166
8142
|
}
|
|
8167
8143
|
],
|
|
8168
8144
|
"attributes": [
|
|
8169
8145
|
{
|
|
8170
|
-
"name": "
|
|
8146
|
+
"name": "enable-reactions",
|
|
8171
8147
|
"type": {
|
|
8172
8148
|
"text": "boolean"
|
|
8173
8149
|
},
|
|
8174
8150
|
"default": "false",
|
|
8175
|
-
"
|
|
8176
|
-
|
|
8151
|
+
"fieldName": "enableReactions"
|
|
8152
|
+
},
|
|
8153
|
+
{
|
|
8154
|
+
"name": "show-thinking",
|
|
8155
|
+
"type": {
|
|
8156
|
+
"text": "boolean"
|
|
8157
|
+
},
|
|
8158
|
+
"default": "false",
|
|
8159
|
+
"fieldName": "showThinking"
|
|
8160
|
+
},
|
|
8161
|
+
{
|
|
8162
|
+
"name": "auto-scroll",
|
|
8163
|
+
"type": {
|
|
8164
|
+
"text": "FeatureToggle"
|
|
8165
|
+
},
|
|
8166
|
+
"default": "'on'",
|
|
8167
|
+
"fieldName": "autoScroll"
|
|
8168
|
+
},
|
|
8169
|
+
{
|
|
8170
|
+
"name": "debug-mode",
|
|
8171
|
+
"type": {
|
|
8172
|
+
"text": "boolean"
|
|
8173
|
+
},
|
|
8174
|
+
"default": "false",
|
|
8175
|
+
"fieldName": "debugMode"
|
|
8177
8176
|
}
|
|
8178
8177
|
],
|
|
8179
8178
|
"superclass": {
|
|
8180
8179
|
"name": "LitElement",
|
|
8181
8180
|
"package": "lit"
|
|
8182
8181
|
},
|
|
8183
|
-
"tagName": "forge-ai-
|
|
8184
|
-
"customElement": true
|
|
8182
|
+
"tagName": "forge-ai-message-thread",
|
|
8183
|
+
"customElement": true,
|
|
8184
|
+
"summary": "A primitive component for rendering a thread of chat messages, including user, assistant, system, and tool call messages."
|
|
8185
8185
|
}
|
|
8186
8186
|
],
|
|
8187
8187
|
"exports": [
|
|
8188
8188
|
{
|
|
8189
8189
|
"kind": "js",
|
|
8190
|
-
"name": "
|
|
8190
|
+
"name": "AiMessageThreadComponentTagName",
|
|
8191
8191
|
"declaration": {
|
|
8192
|
-
"name": "
|
|
8193
|
-
"module": "src/lib/ai-
|
|
8192
|
+
"name": "AiMessageThreadComponentTagName",
|
|
8193
|
+
"module": "src/lib/ai-message-thread/ai-message-thread.ts"
|
|
8194
8194
|
}
|
|
8195
8195
|
},
|
|
8196
8196
|
{
|
|
8197
8197
|
"kind": "js",
|
|
8198
|
-
"name": "
|
|
8198
|
+
"name": "AiMessageThreadComponent",
|
|
8199
8199
|
"declaration": {
|
|
8200
|
-
"name": "
|
|
8201
|
-
"module": "src/lib/ai-
|
|
8200
|
+
"name": "AiMessageThreadComponent",
|
|
8201
|
+
"module": "src/lib/ai-message-thread/ai-message-thread.ts"
|
|
8202
8202
|
}
|
|
8203
8203
|
},
|
|
8204
8204
|
{
|
|
8205
8205
|
"kind": "custom-element-definition",
|
|
8206
8206
|
"declaration": {
|
|
8207
|
-
"name": "
|
|
8208
|
-
"module": "src/lib/ai-
|
|
8207
|
+
"name": "AiMessageThreadComponent",
|
|
8208
|
+
"module": "src/lib/ai-message-thread/ai-message-thread.ts"
|
|
8209
8209
|
}
|
|
8210
8210
|
}
|
|
8211
8211
|
]
|
|
@@ -9742,212 +9742,212 @@
|
|
|
9742
9742
|
},
|
|
9743
9743
|
{
|
|
9744
9744
|
"kind": "javascript-module",
|
|
9745
|
-
"path": "src/lib/ai-
|
|
9745
|
+
"path": "src/lib/ai-thinking-indicator/ai-thinking-indicator.ts",
|
|
9746
9746
|
"declarations": [
|
|
9747
9747
|
{
|
|
9748
9748
|
"kind": "variable",
|
|
9749
|
-
"name": "
|
|
9749
|
+
"name": "AiThinkingIndicatorComponentTagName",
|
|
9750
9750
|
"type": {
|
|
9751
9751
|
"text": "keyof HTMLElementTagNameMap"
|
|
9752
9752
|
},
|
|
9753
|
-
"default": "'forge-ai-
|
|
9753
|
+
"default": "'forge-ai-thinking-indicator'"
|
|
9754
9754
|
},
|
|
9755
9755
|
{
|
|
9756
9756
|
"kind": "class",
|
|
9757
9757
|
"description": "",
|
|
9758
|
-
"name": "
|
|
9759
|
-
"slots": [
|
|
9760
|
-
{
|
|
9761
|
-
"description": "Default slot for chatbot component",
|
|
9762
|
-
"name": ""
|
|
9763
|
-
}
|
|
9764
|
-
],
|
|
9758
|
+
"name": "AiThinkingIndicatorComponent",
|
|
9765
9759
|
"members": [
|
|
9766
9760
|
{
|
|
9767
9761
|
"kind": "field",
|
|
9768
|
-
"name": "
|
|
9762
|
+
"name": "showText",
|
|
9769
9763
|
"type": {
|
|
9770
|
-
"text": "
|
|
9764
|
+
"text": "boolean"
|
|
9771
9765
|
},
|
|
9772
9766
|
"privacy": "public",
|
|
9773
|
-
"default": "
|
|
9774
|
-
"
|
|
9775
|
-
"attribute": "threads"
|
|
9776
|
-
}
|
|
9777
|
-
],
|
|
9778
|
-
"events": [
|
|
9779
|
-
{
|
|
9780
|
-
"type": {
|
|
9781
|
-
"text": "CustomEvent<ForgeAiThreadsSelectEventData>"
|
|
9782
|
-
},
|
|
9783
|
-
"description": "Fired when a thread is selected.",
|
|
9784
|
-
"name": "forge-ai-threads-select"
|
|
9767
|
+
"default": "false",
|
|
9768
|
+
"attribute": "show-text"
|
|
9785
9769
|
},
|
|
9786
9770
|
{
|
|
9771
|
+
"kind": "field",
|
|
9772
|
+
"name": "initialDelay",
|
|
9787
9773
|
"type": {
|
|
9788
|
-
"text": "
|
|
9774
|
+
"text": "number"
|
|
9789
9775
|
},
|
|
9790
|
-
"
|
|
9791
|
-
"
|
|
9776
|
+
"privacy": "public",
|
|
9777
|
+
"default": "0",
|
|
9778
|
+
"attribute": "initial-delay"
|
|
9792
9779
|
},
|
|
9793
9780
|
{
|
|
9781
|
+
"kind": "field",
|
|
9782
|
+
"name": "cycleInterval",
|
|
9794
9783
|
"type": {
|
|
9795
|
-
"text": "
|
|
9784
|
+
"text": "number"
|
|
9796
9785
|
},
|
|
9797
|
-
"
|
|
9798
|
-
"
|
|
9786
|
+
"privacy": "public",
|
|
9787
|
+
"default": "5000",
|
|
9788
|
+
"attribute": "cycle-interval"
|
|
9799
9789
|
}
|
|
9800
9790
|
],
|
|
9801
9791
|
"attributes": [
|
|
9802
9792
|
{
|
|
9803
|
-
"name": "
|
|
9793
|
+
"name": "show-text",
|
|
9804
9794
|
"type": {
|
|
9805
|
-
"text": "
|
|
9795
|
+
"text": "boolean"
|
|
9806
9796
|
},
|
|
9807
|
-
"default": "
|
|
9808
|
-
"
|
|
9809
|
-
|
|
9797
|
+
"default": "false",
|
|
9798
|
+
"fieldName": "showText"
|
|
9799
|
+
},
|
|
9800
|
+
{
|
|
9801
|
+
"name": "initial-delay",
|
|
9802
|
+
"type": {
|
|
9803
|
+
"text": "number"
|
|
9804
|
+
},
|
|
9805
|
+
"default": "0",
|
|
9806
|
+
"fieldName": "initialDelay"
|
|
9807
|
+
},
|
|
9808
|
+
{
|
|
9809
|
+
"name": "cycle-interval",
|
|
9810
|
+
"type": {
|
|
9811
|
+
"text": "number"
|
|
9812
|
+
},
|
|
9813
|
+
"default": "5000",
|
|
9814
|
+
"fieldName": "cycleInterval"
|
|
9810
9815
|
}
|
|
9811
9816
|
],
|
|
9812
9817
|
"superclass": {
|
|
9813
9818
|
"name": "LitElement",
|
|
9814
9819
|
"package": "lit"
|
|
9815
9820
|
},
|
|
9816
|
-
"tagName": "forge-ai-
|
|
9817
|
-
"customElement": true
|
|
9821
|
+
"tagName": "forge-ai-thinking-indicator",
|
|
9822
|
+
"customElement": true,
|
|
9823
|
+
"summary": "A thinking indicator component that displays three animated dots to show that the system is processing or awaiting a response."
|
|
9818
9824
|
}
|
|
9819
9825
|
],
|
|
9820
9826
|
"exports": [
|
|
9821
9827
|
{
|
|
9822
9828
|
"kind": "js",
|
|
9823
|
-
"name": "
|
|
9829
|
+
"name": "AiThinkingIndicatorComponentTagName",
|
|
9824
9830
|
"declaration": {
|
|
9825
|
-
"name": "
|
|
9826
|
-
"module": "src/lib/ai-
|
|
9831
|
+
"name": "AiThinkingIndicatorComponentTagName",
|
|
9832
|
+
"module": "src/lib/ai-thinking-indicator/ai-thinking-indicator.ts"
|
|
9827
9833
|
}
|
|
9828
9834
|
},
|
|
9829
9835
|
{
|
|
9830
9836
|
"kind": "js",
|
|
9831
|
-
"name": "
|
|
9837
|
+
"name": "AiThinkingIndicatorComponent",
|
|
9832
9838
|
"declaration": {
|
|
9833
|
-
"name": "
|
|
9834
|
-
"module": "src/lib/ai-
|
|
9839
|
+
"name": "AiThinkingIndicatorComponent",
|
|
9840
|
+
"module": "src/lib/ai-thinking-indicator/ai-thinking-indicator.ts"
|
|
9835
9841
|
}
|
|
9836
9842
|
},
|
|
9837
9843
|
{
|
|
9838
9844
|
"kind": "custom-element-definition",
|
|
9839
9845
|
"declaration": {
|
|
9840
|
-
"name": "
|
|
9841
|
-
"module": "src/lib/ai-
|
|
9846
|
+
"name": "AiThinkingIndicatorComponent",
|
|
9847
|
+
"module": "src/lib/ai-thinking-indicator/ai-thinking-indicator.ts"
|
|
9842
9848
|
}
|
|
9843
9849
|
}
|
|
9844
9850
|
]
|
|
9845
9851
|
},
|
|
9846
9852
|
{
|
|
9847
9853
|
"kind": "javascript-module",
|
|
9848
|
-
"path": "src/lib/ai-
|
|
9854
|
+
"path": "src/lib/ai-threads/ai-threads.ts",
|
|
9849
9855
|
"declarations": [
|
|
9850
9856
|
{
|
|
9851
9857
|
"kind": "variable",
|
|
9852
|
-
"name": "
|
|
9858
|
+
"name": "AiThreadsComponentTagName",
|
|
9853
9859
|
"type": {
|
|
9854
9860
|
"text": "keyof HTMLElementTagNameMap"
|
|
9855
9861
|
},
|
|
9856
|
-
"default": "'forge-ai-
|
|
9862
|
+
"default": "'forge-ai-threads'"
|
|
9857
9863
|
},
|
|
9858
9864
|
{
|
|
9859
9865
|
"kind": "class",
|
|
9860
9866
|
"description": "",
|
|
9861
|
-
"name": "
|
|
9867
|
+
"name": "AiThreadsComponent",
|
|
9868
|
+
"slots": [
|
|
9869
|
+
{
|
|
9870
|
+
"description": "Default slot for chatbot component",
|
|
9871
|
+
"name": ""
|
|
9872
|
+
}
|
|
9873
|
+
],
|
|
9862
9874
|
"members": [
|
|
9863
9875
|
{
|
|
9864
9876
|
"kind": "field",
|
|
9865
|
-
"name": "
|
|
9877
|
+
"name": "threads",
|
|
9866
9878
|
"type": {
|
|
9867
|
-
"text": "
|
|
9879
|
+
"text": "Thread[]"
|
|
9868
9880
|
},
|
|
9869
9881
|
"privacy": "public",
|
|
9870
|
-
"default": "
|
|
9871
|
-
"
|
|
9872
|
-
|
|
9882
|
+
"default": "[]",
|
|
9883
|
+
"description": "Array of threads to display in the navigation list",
|
|
9884
|
+
"attribute": "threads"
|
|
9885
|
+
}
|
|
9886
|
+
],
|
|
9887
|
+
"events": [
|
|
9873
9888
|
{
|
|
9874
|
-
"kind": "field",
|
|
9875
|
-
"name": "initialDelay",
|
|
9876
9889
|
"type": {
|
|
9877
|
-
"text": "
|
|
9890
|
+
"text": "CustomEvent<ForgeAiThreadsSelectEventData>"
|
|
9878
9891
|
},
|
|
9879
|
-
"
|
|
9880
|
-
"
|
|
9881
|
-
"attribute": "initial-delay"
|
|
9892
|
+
"description": "Fired when a thread is selected.",
|
|
9893
|
+
"name": "forge-ai-threads-select"
|
|
9882
9894
|
},
|
|
9883
9895
|
{
|
|
9884
|
-
"kind": "field",
|
|
9885
|
-
"name": "cycleInterval",
|
|
9886
|
-
"type": {
|
|
9887
|
-
"text": "number"
|
|
9888
|
-
},
|
|
9889
|
-
"privacy": "public",
|
|
9890
|
-
"default": "5000",
|
|
9891
|
-
"attribute": "cycle-interval"
|
|
9892
|
-
}
|
|
9893
|
-
],
|
|
9894
|
-
"attributes": [
|
|
9895
|
-
{
|
|
9896
|
-
"name": "show-text",
|
|
9897
9896
|
"type": {
|
|
9898
|
-
"text": "
|
|
9897
|
+
"text": "CustomEvent"
|
|
9899
9898
|
},
|
|
9900
|
-
"
|
|
9901
|
-
"
|
|
9899
|
+
"description": "Fired when the new chat button is clicked.",
|
|
9900
|
+
"name": "forge-ai-threads-new-chat"
|
|
9902
9901
|
},
|
|
9903
9902
|
{
|
|
9904
|
-
"name": "initial-delay",
|
|
9905
9903
|
"type": {
|
|
9906
|
-
"text": "
|
|
9904
|
+
"text": "CustomEvent"
|
|
9907
9905
|
},
|
|
9908
|
-
"
|
|
9909
|
-
"
|
|
9910
|
-
}
|
|
9906
|
+
"description": "Fired when the clear history button is clicked.",
|
|
9907
|
+
"name": "forge-ai-threads-clear-history"
|
|
9908
|
+
}
|
|
9909
|
+
],
|
|
9910
|
+
"attributes": [
|
|
9911
9911
|
{
|
|
9912
|
-
"name": "
|
|
9912
|
+
"name": "threads",
|
|
9913
9913
|
"type": {
|
|
9914
|
-
"text": "
|
|
9914
|
+
"text": "Thread[]"
|
|
9915
9915
|
},
|
|
9916
|
-
"default": "
|
|
9917
|
-
"
|
|
9916
|
+
"default": "[]",
|
|
9917
|
+
"description": "Array of threads to display in the navigation list",
|
|
9918
|
+
"fieldName": "threads"
|
|
9918
9919
|
}
|
|
9919
9920
|
],
|
|
9920
9921
|
"superclass": {
|
|
9921
9922
|
"name": "LitElement",
|
|
9922
9923
|
"package": "lit"
|
|
9923
9924
|
},
|
|
9924
|
-
"tagName": "forge-ai-
|
|
9925
|
-
"customElement": true
|
|
9926
|
-
"summary": "A thinking indicator component that displays three animated dots to show that the system is processing or awaiting a response."
|
|
9925
|
+
"tagName": "forge-ai-threads",
|
|
9926
|
+
"customElement": true
|
|
9927
9927
|
}
|
|
9928
9928
|
],
|
|
9929
9929
|
"exports": [
|
|
9930
9930
|
{
|
|
9931
9931
|
"kind": "js",
|
|
9932
|
-
"name": "
|
|
9932
|
+
"name": "AiThreadsComponentTagName",
|
|
9933
9933
|
"declaration": {
|
|
9934
|
-
"name": "
|
|
9935
|
-
"module": "src/lib/ai-
|
|
9934
|
+
"name": "AiThreadsComponentTagName",
|
|
9935
|
+
"module": "src/lib/ai-threads/ai-threads.ts"
|
|
9936
9936
|
}
|
|
9937
9937
|
},
|
|
9938
9938
|
{
|
|
9939
9939
|
"kind": "js",
|
|
9940
|
-
"name": "
|
|
9940
|
+
"name": "AiThreadsComponent",
|
|
9941
9941
|
"declaration": {
|
|
9942
|
-
"name": "
|
|
9943
|
-
"module": "src/lib/ai-
|
|
9942
|
+
"name": "AiThreadsComponent",
|
|
9943
|
+
"module": "src/lib/ai-threads/ai-threads.ts"
|
|
9944
9944
|
}
|
|
9945
9945
|
},
|
|
9946
9946
|
{
|
|
9947
9947
|
"kind": "custom-element-definition",
|
|
9948
|
-
"declaration": {
|
|
9949
|
-
"name": "
|
|
9950
|
-
"module": "src/lib/ai-
|
|
9948
|
+
"declaration": {
|
|
9949
|
+
"name": "AiThreadsComponent",
|
|
9950
|
+
"module": "src/lib/ai-threads/ai-threads.ts"
|
|
9951
9951
|
}
|
|
9952
9952
|
}
|
|
9953
9953
|
]
|
|
@@ -10169,66 +10169,6 @@
|
|
|
10169
10169
|
}
|
|
10170
10170
|
]
|
|
10171
10171
|
},
|
|
10172
|
-
{
|
|
10173
|
-
"kind": "javascript-module",
|
|
10174
|
-
"path": "src/lib/ai-voice-input/ai-voice-input.ts",
|
|
10175
|
-
"declarations": [
|
|
10176
|
-
{
|
|
10177
|
-
"kind": "variable",
|
|
10178
|
-
"name": "AiVoiceInputComponentTagName",
|
|
10179
|
-
"type": {
|
|
10180
|
-
"text": "keyof HTMLElementTagNameMap"
|
|
10181
|
-
},
|
|
10182
|
-
"default": "'forge-ai-voice-input'"
|
|
10183
|
-
},
|
|
10184
|
-
{
|
|
10185
|
-
"kind": "class",
|
|
10186
|
-
"description": "",
|
|
10187
|
-
"name": "AiVoiceInputComponent",
|
|
10188
|
-
"members": [],
|
|
10189
|
-
"events": [
|
|
10190
|
-
{
|
|
10191
|
-
"name": "forge-ai-voice-input-result",
|
|
10192
|
-
"type": {
|
|
10193
|
-
"text": "CustomEvent<AiVoiceInputResultEvent>"
|
|
10194
|
-
},
|
|
10195
|
-
"description": "Fired when speech recognition produces a result. The event detail contains the transcript and confidence score of the recognized speech."
|
|
10196
|
-
}
|
|
10197
|
-
],
|
|
10198
|
-
"superclass": {
|
|
10199
|
-
"name": "LitElement",
|
|
10200
|
-
"package": "lit"
|
|
10201
|
-
},
|
|
10202
|
-
"tagName": "forge-ai-voice-input",
|
|
10203
|
-
"customElement": true
|
|
10204
|
-
}
|
|
10205
|
-
],
|
|
10206
|
-
"exports": [
|
|
10207
|
-
{
|
|
10208
|
-
"kind": "js",
|
|
10209
|
-
"name": "AiVoiceInputComponentTagName",
|
|
10210
|
-
"declaration": {
|
|
10211
|
-
"name": "AiVoiceInputComponentTagName",
|
|
10212
|
-
"module": "src/lib/ai-voice-input/ai-voice-input.ts"
|
|
10213
|
-
}
|
|
10214
|
-
},
|
|
10215
|
-
{
|
|
10216
|
-
"kind": "js",
|
|
10217
|
-
"name": "AiVoiceInputComponent",
|
|
10218
|
-
"declaration": {
|
|
10219
|
-
"name": "AiVoiceInputComponent",
|
|
10220
|
-
"module": "src/lib/ai-voice-input/ai-voice-input.ts"
|
|
10221
|
-
}
|
|
10222
|
-
},
|
|
10223
|
-
{
|
|
10224
|
-
"kind": "custom-element-definition",
|
|
10225
|
-
"declaration": {
|
|
10226
|
-
"name": "AiVoiceInputComponent",
|
|
10227
|
-
"module": "src/lib/ai-voice-input/ai-voice-input.ts"
|
|
10228
|
-
}
|
|
10229
|
-
}
|
|
10230
|
-
]
|
|
10231
|
-
},
|
|
10232
10172
|
{
|
|
10233
10173
|
"kind": "javascript-module",
|
|
10234
10174
|
"path": "src/lib/ai-user-message-toolbar/ai-user-message-toolbar.ts",
|
|
@@ -10333,6 +10273,66 @@
|
|
|
10333
10273
|
}
|
|
10334
10274
|
]
|
|
10335
10275
|
},
|
|
10276
|
+
{
|
|
10277
|
+
"kind": "javascript-module",
|
|
10278
|
+
"path": "src/lib/ai-voice-input/ai-voice-input.ts",
|
|
10279
|
+
"declarations": [
|
|
10280
|
+
{
|
|
10281
|
+
"kind": "variable",
|
|
10282
|
+
"name": "AiVoiceInputComponentTagName",
|
|
10283
|
+
"type": {
|
|
10284
|
+
"text": "keyof HTMLElementTagNameMap"
|
|
10285
|
+
},
|
|
10286
|
+
"default": "'forge-ai-voice-input'"
|
|
10287
|
+
},
|
|
10288
|
+
{
|
|
10289
|
+
"kind": "class",
|
|
10290
|
+
"description": "",
|
|
10291
|
+
"name": "AiVoiceInputComponent",
|
|
10292
|
+
"members": [],
|
|
10293
|
+
"events": [
|
|
10294
|
+
{
|
|
10295
|
+
"name": "forge-ai-voice-input-result",
|
|
10296
|
+
"type": {
|
|
10297
|
+
"text": "CustomEvent<AiVoiceInputResultEvent>"
|
|
10298
|
+
},
|
|
10299
|
+
"description": "Fired when speech recognition produces a result. The event detail contains the transcript and confidence score of the recognized speech."
|
|
10300
|
+
}
|
|
10301
|
+
],
|
|
10302
|
+
"superclass": {
|
|
10303
|
+
"name": "LitElement",
|
|
10304
|
+
"package": "lit"
|
|
10305
|
+
},
|
|
10306
|
+
"tagName": "forge-ai-voice-input",
|
|
10307
|
+
"customElement": true
|
|
10308
|
+
}
|
|
10309
|
+
],
|
|
10310
|
+
"exports": [
|
|
10311
|
+
{
|
|
10312
|
+
"kind": "js",
|
|
10313
|
+
"name": "AiVoiceInputComponentTagName",
|
|
10314
|
+
"declaration": {
|
|
10315
|
+
"name": "AiVoiceInputComponentTagName",
|
|
10316
|
+
"module": "src/lib/ai-voice-input/ai-voice-input.ts"
|
|
10317
|
+
}
|
|
10318
|
+
},
|
|
10319
|
+
{
|
|
10320
|
+
"kind": "js",
|
|
10321
|
+
"name": "AiVoiceInputComponent",
|
|
10322
|
+
"declaration": {
|
|
10323
|
+
"name": "AiVoiceInputComponent",
|
|
10324
|
+
"module": "src/lib/ai-voice-input/ai-voice-input.ts"
|
|
10325
|
+
}
|
|
10326
|
+
},
|
|
10327
|
+
{
|
|
10328
|
+
"kind": "custom-element-definition",
|
|
10329
|
+
"declaration": {
|
|
10330
|
+
"name": "AiVoiceInputComponent",
|
|
10331
|
+
"module": "src/lib/ai-voice-input/ai-voice-input.ts"
|
|
10332
|
+
}
|
|
10333
|
+
}
|
|
10334
|
+
]
|
|
10335
|
+
},
|
|
10336
10336
|
{
|
|
10337
10337
|
"kind": "javascript-module",
|
|
10338
10338
|
"path": "src/lib/core/chatbot-core-controller.ts",
|
|
@@ -10736,6 +10736,10 @@
|
|
|
10736
10736
|
}
|
|
10737
10737
|
}
|
|
10738
10738
|
]
|
|
10739
|
+
},
|
|
10740
|
+
{
|
|
10741
|
+
"kind": "variable",
|
|
10742
|
+
"name": "content"
|
|
10739
10743
|
}
|
|
10740
10744
|
],
|
|
10741
10745
|
"exports": [
|
|
@@ -11275,15 +11279,15 @@
|
|
|
11275
11279
|
},
|
|
11276
11280
|
{
|
|
11277
11281
|
"kind": "javascript-module",
|
|
11278
|
-
"path": "src/lib/core/
|
|
11282
|
+
"path": "src/lib/core/overlay/overlay.ts",
|
|
11279
11283
|
"declarations": [
|
|
11280
11284
|
{
|
|
11281
11285
|
"kind": "class",
|
|
11282
11286
|
"description": "",
|
|
11283
|
-
"name": "
|
|
11287
|
+
"name": "ForgeAiOverlayComponent",
|
|
11284
11288
|
"slots": [
|
|
11285
11289
|
{
|
|
11286
|
-
"description": "The default slot for
|
|
11290
|
+
"description": "The default slot for overlay content.",
|
|
11287
11291
|
"name": ""
|
|
11288
11292
|
}
|
|
11289
11293
|
],
|
|
@@ -11296,18 +11300,18 @@
|
|
|
11296
11300
|
},
|
|
11297
11301
|
"privacy": "public",
|
|
11298
11302
|
"default": "null",
|
|
11299
|
-
"description": "The anchor element to position the
|
|
11303
|
+
"description": "The anchor element to position the overlay relative to.",
|
|
11300
11304
|
"attribute": "anchor"
|
|
11301
11305
|
},
|
|
11302
11306
|
{
|
|
11303
11307
|
"kind": "field",
|
|
11304
11308
|
"name": "placement",
|
|
11305
11309
|
"type": {
|
|
11306
|
-
"text": "
|
|
11310
|
+
"text": "OverlayPlacement"
|
|
11307
11311
|
},
|
|
11308
11312
|
"privacy": "public",
|
|
11309
11313
|
"default": "'bottom-start'",
|
|
11310
|
-
"description": "The placement of the
|
|
11314
|
+
"description": "The placement of the overlay relative to the anchor.",
|
|
11311
11315
|
"attribute": "placement"
|
|
11312
11316
|
},
|
|
11313
11317
|
{
|
|
@@ -11317,8 +11321,8 @@
|
|
|
11317
11321
|
"text": "boolean"
|
|
11318
11322
|
},
|
|
11319
11323
|
"privacy": "public",
|
|
11320
|
-
"default": "
|
|
11321
|
-
"description": "Whether the
|
|
11324
|
+
"default": "true",
|
|
11325
|
+
"description": "Whether the overlay should flip to the opposite side when there's no space.",
|
|
11322
11326
|
"attribute": "flip"
|
|
11323
11327
|
},
|
|
11324
11328
|
{
|
|
@@ -11329,7 +11333,7 @@
|
|
|
11329
11333
|
},
|
|
11330
11334
|
"privacy": "public",
|
|
11331
11335
|
"default": "false",
|
|
11332
|
-
"description": "Whether the
|
|
11336
|
+
"description": "Whether the overlay should shift to stay in view.",
|
|
11333
11337
|
"attribute": "shift"
|
|
11334
11338
|
},
|
|
11335
11339
|
{
|
|
@@ -11340,30 +11344,30 @@
|
|
|
11340
11344
|
},
|
|
11341
11345
|
"privacy": "public",
|
|
11342
11346
|
"default": "false",
|
|
11343
|
-
"description": "Whether the
|
|
11347
|
+
"description": "Whether the overlay is open.",
|
|
11344
11348
|
"attribute": "open",
|
|
11345
11349
|
"reflects": true
|
|
11346
11350
|
},
|
|
11347
11351
|
{
|
|
11348
11352
|
"kind": "field",
|
|
11349
|
-
"name": "
|
|
11353
|
+
"name": "arrowElement",
|
|
11350
11354
|
"type": {
|
|
11351
|
-
"text": "
|
|
11355
|
+
"text": "HTMLElement | null"
|
|
11352
11356
|
},
|
|
11353
11357
|
"privacy": "public",
|
|
11354
|
-
"default": "
|
|
11355
|
-
"description": "
|
|
11356
|
-
"attribute": "
|
|
11358
|
+
"default": "null",
|
|
11359
|
+
"description": "The arrow element to position relative to the overlay.",
|
|
11360
|
+
"attribute": "arrowElement"
|
|
11357
11361
|
},
|
|
11358
11362
|
{
|
|
11359
11363
|
"kind": "field",
|
|
11360
11364
|
"name": "offset",
|
|
11361
11365
|
"type": {
|
|
11362
|
-
"text": "
|
|
11366
|
+
"text": "OverlayOffset | undefined"
|
|
11363
11367
|
},
|
|
11364
11368
|
"privacy": "public",
|
|
11365
11369
|
"default": "undefined",
|
|
11366
|
-
"description": "The offset of the
|
|
11370
|
+
"description": "The offset of the overlay from the anchor element.\nCan be a number (main axis offset) or an object with mainAxis, crossAxis, and alignmentAxis properties.",
|
|
11367
11371
|
"attribute": "offset"
|
|
11368
11372
|
},
|
|
11369
11373
|
{
|
|
@@ -11374,7 +11378,7 @@
|
|
|
11374
11378
|
},
|
|
11375
11379
|
"privacy": "public",
|
|
11376
11380
|
"default": "'auto'",
|
|
11377
|
-
"description": "The dismiss mode for the
|
|
11381
|
+
"description": "The dismiss mode for the overlay.\n- 'auto': Automatically closes on outside clicks and Escape key\n- 'manual': Requires manual control to close",
|
|
11378
11382
|
"attribute": "dismiss-mode"
|
|
11379
11383
|
}
|
|
11380
11384
|
],
|
|
@@ -11385,16 +11389,16 @@
|
|
|
11385
11389
|
"text": "Element | null"
|
|
11386
11390
|
},
|
|
11387
11391
|
"default": "null",
|
|
11388
|
-
"description": "The anchor element to position the
|
|
11392
|
+
"description": "The anchor element to position the overlay relative to.",
|
|
11389
11393
|
"fieldName": "anchor"
|
|
11390
11394
|
},
|
|
11391
11395
|
{
|
|
11392
11396
|
"name": "placement",
|
|
11393
11397
|
"type": {
|
|
11394
|
-
"text": "
|
|
11398
|
+
"text": "OverlayPlacement"
|
|
11395
11399
|
},
|
|
11396
11400
|
"default": "'bottom-start'",
|
|
11397
|
-
"description": "The placement of the
|
|
11401
|
+
"description": "The placement of the overlay relative to the anchor.",
|
|
11398
11402
|
"fieldName": "placement"
|
|
11399
11403
|
},
|
|
11400
11404
|
{
|
|
@@ -11402,8 +11406,8 @@
|
|
|
11402
11406
|
"type": {
|
|
11403
11407
|
"text": "boolean"
|
|
11404
11408
|
},
|
|
11405
|
-
"default": "
|
|
11406
|
-
"description": "Whether the
|
|
11409
|
+
"default": "true",
|
|
11410
|
+
"description": "Whether the overlay should flip to the opposite side when there's no space.",
|
|
11407
11411
|
"fieldName": "flip"
|
|
11408
11412
|
},
|
|
11409
11413
|
{
|
|
@@ -11412,7 +11416,7 @@
|
|
|
11412
11416
|
"text": "boolean"
|
|
11413
11417
|
},
|
|
11414
11418
|
"default": "false",
|
|
11415
|
-
"description": "Whether the
|
|
11419
|
+
"description": "Whether the overlay should shift to stay in view.",
|
|
11416
11420
|
"fieldName": "shift"
|
|
11417
11421
|
},
|
|
11418
11422
|
{
|
|
@@ -11421,25 +11425,25 @@
|
|
|
11421
11425
|
"text": "boolean"
|
|
11422
11426
|
},
|
|
11423
11427
|
"default": "false",
|
|
11424
|
-
"description": "Whether the
|
|
11428
|
+
"description": "Whether the overlay is open.",
|
|
11425
11429
|
"fieldName": "open"
|
|
11426
11430
|
},
|
|
11427
11431
|
{
|
|
11428
|
-
"name": "
|
|
11432
|
+
"name": "arrowElement",
|
|
11429
11433
|
"type": {
|
|
11430
|
-
"text": "
|
|
11434
|
+
"text": "HTMLElement | null"
|
|
11431
11435
|
},
|
|
11432
|
-
"default": "
|
|
11433
|
-
"description": "
|
|
11434
|
-
"fieldName": "
|
|
11436
|
+
"default": "null",
|
|
11437
|
+
"description": "The arrow element to position relative to the overlay.",
|
|
11438
|
+
"fieldName": "arrowElement"
|
|
11435
11439
|
},
|
|
11436
11440
|
{
|
|
11437
11441
|
"name": "offset",
|
|
11438
11442
|
"type": {
|
|
11439
|
-
"text": "
|
|
11443
|
+
"text": "OverlayOffset | undefined"
|
|
11440
11444
|
},
|
|
11441
11445
|
"default": "undefined",
|
|
11442
|
-
"description": "The offset of the
|
|
11446
|
+
"description": "The offset of the overlay from the anchor element.\nCan be a number (main axis offset) or an object with mainAxis, crossAxis, and alignmentAxis properties.",
|
|
11443
11447
|
"fieldName": "offset"
|
|
11444
11448
|
},
|
|
11445
11449
|
{
|
|
@@ -11448,7 +11452,7 @@
|
|
|
11448
11452
|
"text": "'auto' | 'manual'"
|
|
11449
11453
|
},
|
|
11450
11454
|
"default": "'auto'",
|
|
11451
|
-
"description": "The dismiss mode for the
|
|
11455
|
+
"description": "The dismiss mode for the overlay.\n- 'auto': Automatically closes on outside clicks and Escape key\n- 'manual': Requires manual control to close",
|
|
11452
11456
|
"fieldName": "dismissMode"
|
|
11453
11457
|
}
|
|
11454
11458
|
],
|
|
@@ -11456,41 +11460,41 @@
|
|
|
11456
11460
|
"name": "LitElement",
|
|
11457
11461
|
"package": "lit"
|
|
11458
11462
|
},
|
|
11459
|
-
"summary": "A
|
|
11460
|
-
"tagName": "forge-ai-
|
|
11463
|
+
"summary": "A low-level overlay component for internal use within AI components.",
|
|
11464
|
+
"tagName": "forge-ai-overlay",
|
|
11461
11465
|
"customElement": true
|
|
11462
11466
|
}
|
|
11463
11467
|
],
|
|
11464
11468
|
"exports": [
|
|
11465
11469
|
{
|
|
11466
11470
|
"kind": "js",
|
|
11467
|
-
"name": "
|
|
11471
|
+
"name": "ForgeAiOverlayComponent",
|
|
11468
11472
|
"declaration": {
|
|
11469
|
-
"name": "
|
|
11470
|
-
"module": "src/lib/core/
|
|
11473
|
+
"name": "ForgeAiOverlayComponent",
|
|
11474
|
+
"module": "src/lib/core/overlay/overlay.ts"
|
|
11471
11475
|
}
|
|
11472
11476
|
},
|
|
11473
11477
|
{
|
|
11474
11478
|
"kind": "custom-element-definition",
|
|
11475
|
-
"name": "forge-ai-
|
|
11479
|
+
"name": "forge-ai-overlay",
|
|
11476
11480
|
"declaration": {
|
|
11477
|
-
"name": "
|
|
11478
|
-
"module": "src/lib/core/
|
|
11481
|
+
"name": "ForgeAiOverlayComponent",
|
|
11482
|
+
"module": "src/lib/core/overlay/overlay.ts"
|
|
11479
11483
|
}
|
|
11480
11484
|
}
|
|
11481
11485
|
]
|
|
11482
11486
|
},
|
|
11483
11487
|
{
|
|
11484
11488
|
"kind": "javascript-module",
|
|
11485
|
-
"path": "src/lib/core/
|
|
11489
|
+
"path": "src/lib/core/popover/popover.ts",
|
|
11486
11490
|
"declarations": [
|
|
11487
11491
|
{
|
|
11488
11492
|
"kind": "class",
|
|
11489
11493
|
"description": "",
|
|
11490
|
-
"name": "
|
|
11494
|
+
"name": "ForgeAiPopoverComponent",
|
|
11491
11495
|
"slots": [
|
|
11492
11496
|
{
|
|
11493
|
-
"description": "The default slot for
|
|
11497
|
+
"description": "The default slot for popover content.",
|
|
11494
11498
|
"name": ""
|
|
11495
11499
|
}
|
|
11496
11500
|
],
|
|
@@ -11503,18 +11507,18 @@
|
|
|
11503
11507
|
},
|
|
11504
11508
|
"privacy": "public",
|
|
11505
11509
|
"default": "null",
|
|
11506
|
-
"description": "The anchor element to position the
|
|
11510
|
+
"description": "The anchor element to position the popover relative to.",
|
|
11507
11511
|
"attribute": "anchor"
|
|
11508
11512
|
},
|
|
11509
11513
|
{
|
|
11510
11514
|
"kind": "field",
|
|
11511
11515
|
"name": "placement",
|
|
11512
11516
|
"type": {
|
|
11513
|
-
"text": "
|
|
11517
|
+
"text": "PopoverPlacement"
|
|
11514
11518
|
},
|
|
11515
11519
|
"privacy": "public",
|
|
11516
11520
|
"default": "'bottom-start'",
|
|
11517
|
-
"description": "The placement of the
|
|
11521
|
+
"description": "The placement of the popover relative to the anchor.",
|
|
11518
11522
|
"attribute": "placement"
|
|
11519
11523
|
},
|
|
11520
11524
|
{
|
|
@@ -11524,8 +11528,8 @@
|
|
|
11524
11528
|
"text": "boolean"
|
|
11525
11529
|
},
|
|
11526
11530
|
"privacy": "public",
|
|
11527
|
-
"default": "
|
|
11528
|
-
"description": "Whether the
|
|
11531
|
+
"default": "false",
|
|
11532
|
+
"description": "Whether the popover should flip to the opposite side when there's no space.",
|
|
11529
11533
|
"attribute": "flip"
|
|
11530
11534
|
},
|
|
11531
11535
|
{
|
|
@@ -11536,7 +11540,7 @@
|
|
|
11536
11540
|
},
|
|
11537
11541
|
"privacy": "public",
|
|
11538
11542
|
"default": "false",
|
|
11539
|
-
"description": "Whether the
|
|
11543
|
+
"description": "Whether the popover should shift to stay in view.",
|
|
11540
11544
|
"attribute": "shift"
|
|
11541
11545
|
},
|
|
11542
11546
|
{
|
|
@@ -11547,30 +11551,30 @@
|
|
|
11547
11551
|
},
|
|
11548
11552
|
"privacy": "public",
|
|
11549
11553
|
"default": "false",
|
|
11550
|
-
"description": "Whether the
|
|
11554
|
+
"description": "Whether the popover is open.",
|
|
11551
11555
|
"attribute": "open",
|
|
11552
11556
|
"reflects": true
|
|
11553
11557
|
},
|
|
11554
11558
|
{
|
|
11555
11559
|
"kind": "field",
|
|
11556
|
-
"name": "
|
|
11560
|
+
"name": "arrow",
|
|
11557
11561
|
"type": {
|
|
11558
|
-
"text": "
|
|
11562
|
+
"text": "boolean"
|
|
11559
11563
|
},
|
|
11560
11564
|
"privacy": "public",
|
|
11561
|
-
"default": "
|
|
11562
|
-
"description": "
|
|
11563
|
-
"attribute": "
|
|
11565
|
+
"default": "false",
|
|
11566
|
+
"description": "Whether to show an arrow pointing to the anchor element.",
|
|
11567
|
+
"attribute": "arrow"
|
|
11564
11568
|
},
|
|
11565
11569
|
{
|
|
11566
11570
|
"kind": "field",
|
|
11567
11571
|
"name": "offset",
|
|
11568
11572
|
"type": {
|
|
11569
|
-
"text": "
|
|
11573
|
+
"text": "PopoverOffset | undefined"
|
|
11570
11574
|
},
|
|
11571
11575
|
"privacy": "public",
|
|
11572
11576
|
"default": "undefined",
|
|
11573
|
-
"description": "The offset of the
|
|
11577
|
+
"description": "The offset of the popover from the anchor element.\nCan be a number (main axis offset) or an object with mainAxis, crossAxis, and alignmentAxis properties.",
|
|
11574
11578
|
"attribute": "offset"
|
|
11575
11579
|
},
|
|
11576
11580
|
{
|
|
@@ -11581,7 +11585,7 @@
|
|
|
11581
11585
|
},
|
|
11582
11586
|
"privacy": "public",
|
|
11583
11587
|
"default": "'auto'",
|
|
11584
|
-
"description": "The dismiss mode for the
|
|
11588
|
+
"description": "The dismiss mode for the popover.\n- 'auto': Automatically closes on outside clicks and Escape key\n- 'manual': Requires manual control to close",
|
|
11585
11589
|
"attribute": "dismiss-mode"
|
|
11586
11590
|
}
|
|
11587
11591
|
],
|
|
@@ -11592,16 +11596,16 @@
|
|
|
11592
11596
|
"text": "Element | null"
|
|
11593
11597
|
},
|
|
11594
11598
|
"default": "null",
|
|
11595
|
-
"description": "The anchor element to position the
|
|
11599
|
+
"description": "The anchor element to position the popover relative to.",
|
|
11596
11600
|
"fieldName": "anchor"
|
|
11597
11601
|
},
|
|
11598
11602
|
{
|
|
11599
11603
|
"name": "placement",
|
|
11600
11604
|
"type": {
|
|
11601
|
-
"text": "
|
|
11605
|
+
"text": "PopoverPlacement"
|
|
11602
11606
|
},
|
|
11603
11607
|
"default": "'bottom-start'",
|
|
11604
|
-
"description": "The placement of the
|
|
11608
|
+
"description": "The placement of the popover relative to the anchor.",
|
|
11605
11609
|
"fieldName": "placement"
|
|
11606
11610
|
},
|
|
11607
11611
|
{
|
|
@@ -11609,8 +11613,8 @@
|
|
|
11609
11613
|
"type": {
|
|
11610
11614
|
"text": "boolean"
|
|
11611
11615
|
},
|
|
11612
|
-
"default": "
|
|
11613
|
-
"description": "Whether the
|
|
11616
|
+
"default": "false",
|
|
11617
|
+
"description": "Whether the popover should flip to the opposite side when there's no space.",
|
|
11614
11618
|
"fieldName": "flip"
|
|
11615
11619
|
},
|
|
11616
11620
|
{
|
|
@@ -11619,7 +11623,7 @@
|
|
|
11619
11623
|
"text": "boolean"
|
|
11620
11624
|
},
|
|
11621
11625
|
"default": "false",
|
|
11622
|
-
"description": "Whether the
|
|
11626
|
+
"description": "Whether the popover should shift to stay in view.",
|
|
11623
11627
|
"fieldName": "shift"
|
|
11624
11628
|
},
|
|
11625
11629
|
{
|
|
@@ -11628,25 +11632,25 @@
|
|
|
11628
11632
|
"text": "boolean"
|
|
11629
11633
|
},
|
|
11630
11634
|
"default": "false",
|
|
11631
|
-
"description": "Whether the
|
|
11635
|
+
"description": "Whether the popover is open.",
|
|
11632
11636
|
"fieldName": "open"
|
|
11633
11637
|
},
|
|
11634
11638
|
{
|
|
11635
|
-
"name": "
|
|
11639
|
+
"name": "arrow",
|
|
11636
11640
|
"type": {
|
|
11637
|
-
"text": "
|
|
11641
|
+
"text": "boolean"
|
|
11638
11642
|
},
|
|
11639
|
-
"default": "
|
|
11640
|
-
"description": "
|
|
11641
|
-
"fieldName": "
|
|
11643
|
+
"default": "false",
|
|
11644
|
+
"description": "Whether to show an arrow pointing to the anchor element.",
|
|
11645
|
+
"fieldName": "arrow"
|
|
11642
11646
|
},
|
|
11643
11647
|
{
|
|
11644
11648
|
"name": "offset",
|
|
11645
11649
|
"type": {
|
|
11646
|
-
"text": "
|
|
11650
|
+
"text": "PopoverOffset | undefined"
|
|
11647
11651
|
},
|
|
11648
11652
|
"default": "undefined",
|
|
11649
|
-
"description": "The offset of the
|
|
11653
|
+
"description": "The offset of the popover from the anchor element.\nCan be a number (main axis offset) or an object with mainAxis, crossAxis, and alignmentAxis properties.",
|
|
11650
11654
|
"fieldName": "offset"
|
|
11651
11655
|
},
|
|
11652
11656
|
{
|
|
@@ -11655,7 +11659,7 @@
|
|
|
11655
11659
|
"text": "'auto' | 'manual'"
|
|
11656
11660
|
},
|
|
11657
11661
|
"default": "'auto'",
|
|
11658
|
-
"description": "The dismiss mode for the
|
|
11662
|
+
"description": "The dismiss mode for the popover.\n- 'auto': Automatically closes on outside clicks and Escape key\n- 'manual': Requires manual control to close",
|
|
11659
11663
|
"fieldName": "dismissMode"
|
|
11660
11664
|
}
|
|
11661
11665
|
],
|
|
@@ -11663,26 +11667,88 @@
|
|
|
11663
11667
|
"name": "LitElement",
|
|
11664
11668
|
"package": "lit"
|
|
11665
11669
|
},
|
|
11666
|
-
"summary": "A
|
|
11667
|
-
"tagName": "forge-ai-
|
|
11670
|
+
"summary": "A popover component that provides styled overlay functionality.",
|
|
11671
|
+
"tagName": "forge-ai-popover",
|
|
11668
11672
|
"customElement": true
|
|
11669
11673
|
}
|
|
11670
11674
|
],
|
|
11671
11675
|
"exports": [
|
|
11672
11676
|
{
|
|
11673
11677
|
"kind": "js",
|
|
11674
|
-
"name": "
|
|
11678
|
+
"name": "ForgeAiPopoverComponent",
|
|
11675
11679
|
"declaration": {
|
|
11676
|
-
"name": "
|
|
11677
|
-
"module": "src/lib/core/
|
|
11680
|
+
"name": "ForgeAiPopoverComponent",
|
|
11681
|
+
"module": "src/lib/core/popover/popover.ts"
|
|
11678
11682
|
}
|
|
11679
11683
|
},
|
|
11680
11684
|
{
|
|
11681
11685
|
"kind": "custom-element-definition",
|
|
11682
|
-
"name": "forge-ai-
|
|
11686
|
+
"name": "forge-ai-popover",
|
|
11683
11687
|
"declaration": {
|
|
11684
|
-
"name": "
|
|
11685
|
-
"module": "src/lib/core/
|
|
11688
|
+
"name": "ForgeAiPopoverComponent",
|
|
11689
|
+
"module": "src/lib/core/popover/popover.ts"
|
|
11690
|
+
}
|
|
11691
|
+
}
|
|
11692
|
+
]
|
|
11693
|
+
},
|
|
11694
|
+
{
|
|
11695
|
+
"kind": "javascript-module",
|
|
11696
|
+
"path": "src/lib/tools/ai-data-table/ai-data-table-definition.ts",
|
|
11697
|
+
"declarations": [
|
|
11698
|
+
{
|
|
11699
|
+
"kind": "variable",
|
|
11700
|
+
"name": "displayDataTableTool",
|
|
11701
|
+
"type": {
|
|
11702
|
+
"text": "ToolDefinition"
|
|
11703
|
+
},
|
|
11704
|
+
"default": "{ name: 'displayDataTable', displayName: 'Display Data Table', description: 'Display tabular data in a formatted table with headers and rows. Use this tool when you want to present structured data, lists where there are 2 or more columns, statistics, or any information that works well in a table format.', parameters: { type: 'object' as const, properties: { title: { type: 'string', description: 'Table title or caption displayed above the data.' }, headers: { type: 'array', items: { type: 'string' }, description: 'Column names displayed as table headers. Order matches the row data order.' }, maxNumberOfRows: { type: 'number', description: 'Limit total rows shown. Useful for large datasets to prevent overwhelming display.' }, rows: { type: 'array', items: { type: 'array', items: { anyOf: [{ type: 'string' }, { type: 'number' }] } }, description: 'Data rows where each row is an array of values matching header order.' } }, required: ['headers', 'rows'] }, renderer: createToolRenderer({ elementTag: 'forge-ai-tool-data-table' }) }"
|
|
11705
|
+
}
|
|
11706
|
+
],
|
|
11707
|
+
"exports": [
|
|
11708
|
+
{
|
|
11709
|
+
"kind": "js",
|
|
11710
|
+
"name": "displayDataTableTool",
|
|
11711
|
+
"declaration": {
|
|
11712
|
+
"name": "displayDataTableTool",
|
|
11713
|
+
"module": "src/lib/tools/ai-data-table/ai-data-table-definition.ts"
|
|
11714
|
+
}
|
|
11715
|
+
}
|
|
11716
|
+
]
|
|
11717
|
+
},
|
|
11718
|
+
{
|
|
11719
|
+
"kind": "javascript-module",
|
|
11720
|
+
"path": "src/lib/tools/ai-data-table/ai-data-table.ts",
|
|
11721
|
+
"declarations": [
|
|
11722
|
+
{
|
|
11723
|
+
"kind": "class",
|
|
11724
|
+
"description": "Data table component tool renderer for displaying tabular data with pagination and filtering.",
|
|
11725
|
+
"name": "DataTableToolElement",
|
|
11726
|
+
"members": [
|
|
11727
|
+
{
|
|
11728
|
+
"kind": "field",
|
|
11729
|
+
"name": "toolCall",
|
|
11730
|
+
"type": {
|
|
11731
|
+
"text": "ToolCall<TableData>"
|
|
11732
|
+
},
|
|
11733
|
+
"privacy": "public",
|
|
11734
|
+
"description": "Tool call data containing table configuration and data"
|
|
11735
|
+
}
|
|
11736
|
+
],
|
|
11737
|
+
"superclass": {
|
|
11738
|
+
"name": "LitElement",
|
|
11739
|
+
"package": "lit"
|
|
11740
|
+
},
|
|
11741
|
+
"tagName": "forge-ai-tool-data-table",
|
|
11742
|
+
"customElement": true
|
|
11743
|
+
}
|
|
11744
|
+
],
|
|
11745
|
+
"exports": [
|
|
11746
|
+
{
|
|
11747
|
+
"kind": "custom-element-definition",
|
|
11748
|
+
"name": "forge-ai-tool-data-table",
|
|
11749
|
+
"declaration": {
|
|
11750
|
+
"name": "DataTableToolElement",
|
|
11751
|
+
"module": "src/lib/tools/ai-data-table/ai-data-table.ts"
|
|
11686
11752
|
}
|
|
11687
11753
|
}
|
|
11688
11754
|
]
|
|
@@ -11917,68 +11983,6 @@
|
|
|
11917
11983
|
}
|
|
11918
11984
|
]
|
|
11919
11985
|
},
|
|
11920
|
-
{
|
|
11921
|
-
"kind": "javascript-module",
|
|
11922
|
-
"path": "src/lib/tools/ai-data-table/ai-data-table-definition.ts",
|
|
11923
|
-
"declarations": [
|
|
11924
|
-
{
|
|
11925
|
-
"kind": "variable",
|
|
11926
|
-
"name": "displayDataTableTool",
|
|
11927
|
-
"type": {
|
|
11928
|
-
"text": "ToolDefinition"
|
|
11929
|
-
},
|
|
11930
|
-
"default": "{ name: 'displayDataTable', displayName: 'Display Data Table', description: 'Display tabular data in a formatted table with headers and rows. Use this tool when you want to present structured data, lists where there are 2 or more columns, statistics, or any information that works well in a table format.', parameters: { type: 'object' as const, properties: { title: { type: 'string', description: 'Table title or caption displayed above the data.' }, headers: { type: 'array', items: { type: 'string' }, description: 'Column names displayed as table headers. Order matches the row data order.' }, maxNumberOfRows: { type: 'number', description: 'Limit total rows shown. Useful for large datasets to prevent overwhelming display.' }, rows: { type: 'array', items: { type: 'array', items: { anyOf: [{ type: 'string' }, { type: 'number' }] } }, description: 'Data rows where each row is an array of values matching header order.' } }, required: ['headers', 'rows'] }, renderer: createToolRenderer({ elementTag: 'forge-ai-tool-data-table' }) }"
|
|
11931
|
-
}
|
|
11932
|
-
],
|
|
11933
|
-
"exports": [
|
|
11934
|
-
{
|
|
11935
|
-
"kind": "js",
|
|
11936
|
-
"name": "displayDataTableTool",
|
|
11937
|
-
"declaration": {
|
|
11938
|
-
"name": "displayDataTableTool",
|
|
11939
|
-
"module": "src/lib/tools/ai-data-table/ai-data-table-definition.ts"
|
|
11940
|
-
}
|
|
11941
|
-
}
|
|
11942
|
-
]
|
|
11943
|
-
},
|
|
11944
|
-
{
|
|
11945
|
-
"kind": "javascript-module",
|
|
11946
|
-
"path": "src/lib/tools/ai-data-table/ai-data-table.ts",
|
|
11947
|
-
"declarations": [
|
|
11948
|
-
{
|
|
11949
|
-
"kind": "class",
|
|
11950
|
-
"description": "Data table component tool renderer for displaying tabular data with pagination and filtering.",
|
|
11951
|
-
"name": "DataTableToolElement",
|
|
11952
|
-
"members": [
|
|
11953
|
-
{
|
|
11954
|
-
"kind": "field",
|
|
11955
|
-
"name": "toolCall",
|
|
11956
|
-
"type": {
|
|
11957
|
-
"text": "ToolCall<TableData>"
|
|
11958
|
-
},
|
|
11959
|
-
"privacy": "public",
|
|
11960
|
-
"description": "Tool call data containing table configuration and data"
|
|
11961
|
-
}
|
|
11962
|
-
],
|
|
11963
|
-
"superclass": {
|
|
11964
|
-
"name": "LitElement",
|
|
11965
|
-
"package": "lit"
|
|
11966
|
-
},
|
|
11967
|
-
"tagName": "forge-ai-tool-data-table",
|
|
11968
|
-
"customElement": true
|
|
11969
|
-
}
|
|
11970
|
-
],
|
|
11971
|
-
"exports": [
|
|
11972
|
-
{
|
|
11973
|
-
"kind": "custom-element-definition",
|
|
11974
|
-
"name": "forge-ai-tool-data-table",
|
|
11975
|
-
"declaration": {
|
|
11976
|
-
"name": "DataTableToolElement",
|
|
11977
|
-
"module": "src/lib/tools/ai-data-table/ai-data-table.ts"
|
|
11978
|
-
}
|
|
11979
|
-
}
|
|
11980
|
-
]
|
|
11981
|
-
},
|
|
11982
11986
|
{
|
|
11983
11987
|
"kind": "javascript-module",
|
|
11984
11988
|
"path": "src/lib/tools/ai-paginator/ai-paginator.ts",
|
|
@@ -12104,18 +12108,6 @@
|
|
|
12104
12108
|
"path": "src/lib/ai-agent-selector/ai-agent-selector.ts",
|
|
12105
12109
|
"lineNumber": 48
|
|
12106
12110
|
},
|
|
12107
|
-
"ForgeAiAssistantResponseFeedbackEventData": {
|
|
12108
|
-
"path": "src/lib/ai-assistant-response/ai-assistant-response.ts",
|
|
12109
|
-
"lineNumber": 31
|
|
12110
|
-
},
|
|
12111
|
-
"AiAssistantResponseComponent": {
|
|
12112
|
-
"path": "src/lib/ai-assistant-response/ai-assistant-response.ts",
|
|
12113
|
-
"lineNumber": 48
|
|
12114
|
-
},
|
|
12115
|
-
"AiButtonComponent": {
|
|
12116
|
-
"path": "src/lib/ai-button/ai-button.ts",
|
|
12117
|
-
"lineNumber": 22
|
|
12118
|
-
},
|
|
12119
12111
|
"ForgeAiAttachmentRemoveEventData": {
|
|
12120
12112
|
"path": "src/lib/ai-attachment/ai-attachment.ts",
|
|
12121
12113
|
"lineNumber": 19
|
|
@@ -12124,6 +12116,14 @@
|
|
|
12124
12116
|
"path": "src/lib/ai-attachment/ai-attachment.ts",
|
|
12125
12117
|
"lineNumber": 41
|
|
12126
12118
|
},
|
|
12119
|
+
"ForgeAiAssistantResponseFeedbackEventData": {
|
|
12120
|
+
"path": "src/lib/ai-assistant-response/ai-assistant-response.ts",
|
|
12121
|
+
"lineNumber": 31
|
|
12122
|
+
},
|
|
12123
|
+
"AiAssistantResponseComponent": {
|
|
12124
|
+
"path": "src/lib/ai-assistant-response/ai-assistant-response.ts",
|
|
12125
|
+
"lineNumber": 48
|
|
12126
|
+
},
|
|
12127
12127
|
"AiChainOfThoughtComponent": {
|
|
12128
12128
|
"path": "src/lib/ai-chain-of-thought/ai-chain-of-thought.ts",
|
|
12129
12129
|
"lineNumber": 17
|
|
@@ -12144,6 +12144,10 @@
|
|
|
12144
12144
|
"path": "src/lib/ai-chat-header/ai-chat-header.ts",
|
|
12145
12145
|
"lineNumber": 76
|
|
12146
12146
|
},
|
|
12147
|
+
"AiButtonComponent": {
|
|
12148
|
+
"path": "src/lib/ai-button/ai-button.ts",
|
|
12149
|
+
"lineNumber": 22
|
|
12150
|
+
},
|
|
12147
12151
|
"AiChatInterfaceComponent": {
|
|
12148
12152
|
"path": "src/lib/ai-chat-interface/ai-chat-interface.ts",
|
|
12149
12153
|
"lineNumber": 25
|
|
@@ -12476,10 +12480,6 @@
|
|
|
12476
12480
|
"path": "src/lib/ai-dialog/ai-dialog.ts",
|
|
12477
12481
|
"lineNumber": 35
|
|
12478
12482
|
},
|
|
12479
|
-
"AiEmbeddedChatComponent": {
|
|
12480
|
-
"path": "src/lib/ai-embedded-chat/ai-embedded-chat.ts",
|
|
12481
|
-
"lineNumber": 47
|
|
12482
|
-
},
|
|
12483
12483
|
"ForgeAiDropdownMenuItemGroupComponent": {
|
|
12484
12484
|
"path": "src/lib/ai-dropdown-menu/ai-dropdown-menu-item-group.ts",
|
|
12485
12485
|
"lineNumber": 29
|
|
@@ -12540,6 +12540,10 @@
|
|
|
12540
12540
|
"path": "src/lib/ai-dropdown-menu/selection-manager.ts",
|
|
12541
12541
|
"lineNumber": 85
|
|
12542
12542
|
},
|
|
12543
|
+
"AiEmbeddedChatComponent": {
|
|
12544
|
+
"path": "src/lib/ai-embedded-chat/ai-embedded-chat.ts",
|
|
12545
|
+
"lineNumber": 47
|
|
12546
|
+
},
|
|
12543
12547
|
"AiEmptyStateComponent": {
|
|
12544
12548
|
"path": "src/lib/ai-empty-state/ai-empty-state.ts",
|
|
12545
12549
|
"lineNumber": 23
|
|
@@ -12576,6 +12580,10 @@
|
|
|
12576
12580
|
"path": "src/lib/ai-floating-chat/ai-floating-chat.ts",
|
|
12577
12581
|
"lineNumber": 38
|
|
12578
12582
|
},
|
|
12583
|
+
"AiIconComponent": {
|
|
12584
|
+
"path": "src/lib/ai-icon/ai-icon.ts",
|
|
12585
|
+
"lineNumber": 23
|
|
12586
|
+
},
|
|
12579
12587
|
"AiGradientContainerVariant": {
|
|
12580
12588
|
"path": "src/lib/ai-gradient-container/ai-gradient-container.ts",
|
|
12581
12589
|
"lineNumber": 13
|
|
@@ -12584,9 +12592,9 @@
|
|
|
12584
12592
|
"path": "src/lib/ai-gradient-container/ai-gradient-container.ts",
|
|
12585
12593
|
"lineNumber": 26
|
|
12586
12594
|
},
|
|
12587
|
-
"
|
|
12588
|
-
"path": "src/lib/ai-icon/ai-icon.ts",
|
|
12589
|
-
"lineNumber":
|
|
12595
|
+
"AiIconButtonComponent": {
|
|
12596
|
+
"path": "src/lib/ai-icon-button/ai-icon-button.ts",
|
|
12597
|
+
"lineNumber": 19
|
|
12590
12598
|
},
|
|
12591
12599
|
"ForgeAiMessageThreadCopyEventData": {
|
|
12592
12600
|
"path": "src/lib/ai-message-thread/ai-message-thread.ts",
|
|
@@ -12608,10 +12616,6 @@
|
|
|
12608
12616
|
"path": "src/lib/ai-message-thread/ai-message-thread.ts",
|
|
12609
12617
|
"lineNumber": 78
|
|
12610
12618
|
},
|
|
12611
|
-
"AiIconButtonComponent": {
|
|
12612
|
-
"path": "src/lib/ai-icon-button/ai-icon-button.ts",
|
|
12613
|
-
"lineNumber": 19
|
|
12614
|
-
},
|
|
12615
12619
|
"AiModalComponent": {
|
|
12616
12620
|
"path": "src/lib/ai-modal/ai-modal.ts",
|
|
12617
12621
|
"lineNumber": 36
|
|
@@ -12700,6 +12704,10 @@
|
|
|
12700
12704
|
"path": "src/lib/ai-suggestions/ai-suggestions.ts",
|
|
12701
12705
|
"lineNumber": 45
|
|
12702
12706
|
},
|
|
12707
|
+
"AiThinkingIndicatorComponent": {
|
|
12708
|
+
"path": "src/lib/ai-thinking-indicator/ai-thinking-indicator.ts",
|
|
12709
|
+
"lineNumber": 38
|
|
12710
|
+
},
|
|
12703
12711
|
"Thread": {
|
|
12704
12712
|
"path": "src/lib/ai-threads/ai-threads.ts",
|
|
12705
12713
|
"lineNumber": 19
|
|
@@ -12712,10 +12720,6 @@
|
|
|
12712
12720
|
"path": "src/lib/ai-threads/ai-threads.ts",
|
|
12713
12721
|
"lineNumber": 46
|
|
12714
12722
|
},
|
|
12715
|
-
"AiThinkingIndicatorComponent": {
|
|
12716
|
-
"path": "src/lib/ai-thinking-indicator/ai-thinking-indicator.ts",
|
|
12717
|
-
"lineNumber": 38
|
|
12718
|
-
},
|
|
12719
12723
|
"AiToolCallIndicatorComponent": {
|
|
12720
12724
|
"path": "src/lib/ai-tool-call-indicator/ai-tool-call-indicator.ts",
|
|
12721
12725
|
"lineNumber": 25
|
|
@@ -12736,6 +12740,10 @@
|
|
|
12736
12740
|
"path": "src/lib/ai-user-message/ai-user-message.ts",
|
|
12737
12741
|
"lineNumber": 42
|
|
12738
12742
|
},
|
|
12743
|
+
"AiUserMessageToolbarComponent": {
|
|
12744
|
+
"path": "src/lib/ai-user-message-toolbar/ai-user-message-toolbar.ts",
|
|
12745
|
+
"lineNumber": 31
|
|
12746
|
+
},
|
|
12739
12747
|
"SpeechRecognitionAlternative": {
|
|
12740
12748
|
"path": "src/lib/ai-voice-input/ai-voice-input.ts",
|
|
12741
12749
|
"lineNumber": 20
|
|
@@ -12764,10 +12772,6 @@
|
|
|
12764
12772
|
"path": "src/lib/ai-voice-input/ai-voice-input.ts",
|
|
12765
12773
|
"lineNumber": 76
|
|
12766
12774
|
},
|
|
12767
|
-
"AiUserMessageToolbarComponent": {
|
|
12768
|
-
"path": "src/lib/ai-user-message-toolbar/ai-user-message-toolbar.ts",
|
|
12769
|
-
"lineNumber": 31
|
|
12770
|
-
},
|
|
12771
12775
|
"ChatbotCoreCallbacks": {
|
|
12772
12776
|
"path": "src/lib/core/chatbot-core-controller.ts",
|
|
12773
12777
|
"lineNumber": 31
|
|
@@ -12816,6 +12820,18 @@
|
|
|
12816
12820
|
"path": "src/lib/ai-reasoning/reasoning-content/reasoning-content.ts",
|
|
12817
12821
|
"lineNumber": 17
|
|
12818
12822
|
},
|
|
12823
|
+
"OverlayPlacement": {
|
|
12824
|
+
"path": "src/lib/core/overlay/overlay.ts",
|
|
12825
|
+
"lineNumber": 31
|
|
12826
|
+
},
|
|
12827
|
+
"OverlayOffset": {
|
|
12828
|
+
"path": "src/lib/core/overlay/overlay.ts",
|
|
12829
|
+
"lineNumber": 33
|
|
12830
|
+
},
|
|
12831
|
+
"ForgeAiOverlayComponent": {
|
|
12832
|
+
"path": "src/lib/core/overlay/overlay.ts",
|
|
12833
|
+
"lineNumber": 40
|
|
12834
|
+
},
|
|
12819
12835
|
"PopoverToggleEventData": {
|
|
12820
12836
|
"path": "src/lib/core/popover/popover.ts",
|
|
12821
12837
|
"lineNumber": 18
|
|
@@ -12832,17 +12848,13 @@
|
|
|
12832
12848
|
"path": "src/lib/core/popover/popover.ts",
|
|
12833
12849
|
"lineNumber": 37
|
|
12834
12850
|
},
|
|
12835
|
-
"
|
|
12836
|
-
"path": "src/lib/
|
|
12837
|
-
"lineNumber":
|
|
12838
|
-
},
|
|
12839
|
-
"OverlayOffset": {
|
|
12840
|
-
"path": "src/lib/core/overlay/overlay.ts",
|
|
12841
|
-
"lineNumber": 33
|
|
12851
|
+
"TableData": {
|
|
12852
|
+
"path": "src/lib/tools/ai-data-table/ai-data-table.ts",
|
|
12853
|
+
"lineNumber": 16
|
|
12842
12854
|
},
|
|
12843
|
-
"
|
|
12844
|
-
"path": "src/lib/
|
|
12845
|
-
"lineNumber":
|
|
12855
|
+
"DataTableToolElement": {
|
|
12856
|
+
"path": "src/lib/tools/ai-data-table/ai-data-table.ts",
|
|
12857
|
+
"lineNumber": 32
|
|
12846
12858
|
},
|
|
12847
12859
|
"TooltipToggleEventDetail": {
|
|
12848
12860
|
"path": "src/lib/core/tooltip/tooltip.ts",
|
|
@@ -12860,14 +12872,6 @@
|
|
|
12860
12872
|
"path": "src/lib/core/tooltip/tooltip.ts",
|
|
12861
12873
|
"lineNumber": 44
|
|
12862
12874
|
},
|
|
12863
|
-
"TableData": {
|
|
12864
|
-
"path": "src/lib/tools/ai-data-table/ai-data-table.ts",
|
|
12865
|
-
"lineNumber": 16
|
|
12866
|
-
},
|
|
12867
|
-
"DataTableToolElement": {
|
|
12868
|
-
"path": "src/lib/tools/ai-data-table/ai-data-table.ts",
|
|
12869
|
-
"lineNumber": 32
|
|
12870
|
-
},
|
|
12871
12875
|
"AiPaginator": {
|
|
12872
12876
|
"path": "src/lib/tools/ai-paginator/ai-paginator.ts",
|
|
12873
12877
|
"lineNumber": 13
|