@tylertech/forge-ai 0.7.2 → 0.7.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 +682 -663
- package/dist/ai-assistant-response/ai-assistant-response.scss.mjs +1 -1
- package/dist/ai-chatbot/ai-chatbot.d.ts +1 -1
- package/dist/ai-chatbot/ai-chatbot.mjs +35 -21
- package/dist/ai-chatbot/message-state-controller.mjs +2 -2
- package/dist/ai-prompt/ai-prompt.d.ts +5 -0
- package/dist/ai-prompt/ai-prompt.mjs +8 -0
- package/package.json +1 -1
package/custom-elements.json
CHANGED
|
@@ -313,143 +313,6 @@
|
|
|
313
313
|
}
|
|
314
314
|
]
|
|
315
315
|
},
|
|
316
|
-
{
|
|
317
|
-
"kind": "javascript-module",
|
|
318
|
-
"path": "src/lib/ai-assistant-response/ai-assistant-response.ts",
|
|
319
|
-
"declarations": [
|
|
320
|
-
{
|
|
321
|
-
"kind": "variable",
|
|
322
|
-
"name": "AiAssistantResponseComponentTagName",
|
|
323
|
-
"type": {
|
|
324
|
-
"text": "keyof HTMLElementTagNameMap"
|
|
325
|
-
},
|
|
326
|
-
"default": "'forge-ai-assistant-response'"
|
|
327
|
-
},
|
|
328
|
-
{
|
|
329
|
-
"kind": "class",
|
|
330
|
-
"description": "",
|
|
331
|
-
"name": "AiAssistantResponseComponent",
|
|
332
|
-
"members": [
|
|
333
|
-
{
|
|
334
|
-
"kind": "field",
|
|
335
|
-
"name": "response",
|
|
336
|
-
"type": {
|
|
337
|
-
"text": "AssistantResponse"
|
|
338
|
-
},
|
|
339
|
-
"privacy": "public"
|
|
340
|
-
},
|
|
341
|
-
{
|
|
342
|
-
"kind": "field",
|
|
343
|
-
"name": "tools",
|
|
344
|
-
"type": {
|
|
345
|
-
"text": "Map<string, ToolDefinition> | undefined"
|
|
346
|
-
},
|
|
347
|
-
"privacy": "public"
|
|
348
|
-
},
|
|
349
|
-
{
|
|
350
|
-
"kind": "field",
|
|
351
|
-
"name": "enableReactions",
|
|
352
|
-
"type": {
|
|
353
|
-
"text": "boolean"
|
|
354
|
-
},
|
|
355
|
-
"privacy": "public",
|
|
356
|
-
"default": "false",
|
|
357
|
-
"attribute": "enable-reactions"
|
|
358
|
-
},
|
|
359
|
-
{
|
|
360
|
-
"kind": "field",
|
|
361
|
-
"name": "debugMode",
|
|
362
|
-
"type": {
|
|
363
|
-
"text": "boolean"
|
|
364
|
-
},
|
|
365
|
-
"privacy": "public",
|
|
366
|
-
"default": "false",
|
|
367
|
-
"attribute": "debug-mode"
|
|
368
|
-
}
|
|
369
|
-
],
|
|
370
|
-
"events": [
|
|
371
|
-
{
|
|
372
|
-
"type": {
|
|
373
|
-
"text": "CustomEvent<{ responseId: string }>"
|
|
374
|
-
},
|
|
375
|
-
"description": "Fired when copy action is clicked",
|
|
376
|
-
"name": "forge-ai-assistant-response-copy"
|
|
377
|
-
},
|
|
378
|
-
{
|
|
379
|
-
"type": {
|
|
380
|
-
"text": "CustomEvent<{ responseId: string }>"
|
|
381
|
-
},
|
|
382
|
-
"description": "Fired when refresh action is clicked",
|
|
383
|
-
"name": "forge-ai-assistant-response-refresh"
|
|
384
|
-
},
|
|
385
|
-
{
|
|
386
|
-
"type": {
|
|
387
|
-
"text": "CustomEvent<ForgeAiAssistantResponseFeedbackEventData>"
|
|
388
|
-
},
|
|
389
|
-
"description": "Fired when thumbs up is clicked",
|
|
390
|
-
"name": "forge-ai-assistant-response-thumbs-up"
|
|
391
|
-
},
|
|
392
|
-
{
|
|
393
|
-
"type": {
|
|
394
|
-
"text": "CustomEvent<ForgeAiAssistantResponseFeedbackEventData>"
|
|
395
|
-
},
|
|
396
|
-
"description": "Fired when thumbs down is clicked",
|
|
397
|
-
"name": "forge-ai-assistant-response-thumbs-down"
|
|
398
|
-
}
|
|
399
|
-
],
|
|
400
|
-
"attributes": [
|
|
401
|
-
{
|
|
402
|
-
"name": "enable-reactions",
|
|
403
|
-
"type": {
|
|
404
|
-
"text": "boolean"
|
|
405
|
-
},
|
|
406
|
-
"default": "false",
|
|
407
|
-
"fieldName": "enableReactions"
|
|
408
|
-
},
|
|
409
|
-
{
|
|
410
|
-
"name": "debug-mode",
|
|
411
|
-
"type": {
|
|
412
|
-
"text": "boolean"
|
|
413
|
-
},
|
|
414
|
-
"default": "false",
|
|
415
|
-
"fieldName": "debugMode"
|
|
416
|
-
}
|
|
417
|
-
],
|
|
418
|
-
"superclass": {
|
|
419
|
-
"name": "LitElement",
|
|
420
|
-
"package": "lit"
|
|
421
|
-
},
|
|
422
|
-
"tagName": "forge-ai-assistant-response",
|
|
423
|
-
"customElement": true,
|
|
424
|
-
"summary": "Renders a complete assistant response with interleaved text chunks and tool calls."
|
|
425
|
-
}
|
|
426
|
-
],
|
|
427
|
-
"exports": [
|
|
428
|
-
{
|
|
429
|
-
"kind": "js",
|
|
430
|
-
"name": "AiAssistantResponseComponentTagName",
|
|
431
|
-
"declaration": {
|
|
432
|
-
"name": "AiAssistantResponseComponentTagName",
|
|
433
|
-
"module": "src/lib/ai-assistant-response/ai-assistant-response.ts"
|
|
434
|
-
}
|
|
435
|
-
},
|
|
436
|
-
{
|
|
437
|
-
"kind": "js",
|
|
438
|
-
"name": "AiAssistantResponseComponent",
|
|
439
|
-
"declaration": {
|
|
440
|
-
"name": "AiAssistantResponseComponent",
|
|
441
|
-
"module": "src/lib/ai-assistant-response/ai-assistant-response.ts"
|
|
442
|
-
}
|
|
443
|
-
},
|
|
444
|
-
{
|
|
445
|
-
"kind": "custom-element-definition",
|
|
446
|
-
"declaration": {
|
|
447
|
-
"name": "AiAssistantResponseComponent",
|
|
448
|
-
"module": "src/lib/ai-assistant-response/ai-assistant-response.ts"
|
|
449
|
-
}
|
|
450
|
-
}
|
|
451
|
-
]
|
|
452
|
-
},
|
|
453
316
|
{
|
|
454
317
|
"kind": "javascript-module",
|
|
455
318
|
"path": "src/lib/ai-attachment/ai-attachment.ts",
|
|
@@ -703,75 +566,137 @@
|
|
|
703
566
|
},
|
|
704
567
|
{
|
|
705
568
|
"kind": "javascript-module",
|
|
706
|
-
"path": "src/lib/ai-
|
|
569
|
+
"path": "src/lib/ai-assistant-response/ai-assistant-response.ts",
|
|
707
570
|
"declarations": [
|
|
708
571
|
{
|
|
709
572
|
"kind": "variable",
|
|
710
|
-
"name": "
|
|
573
|
+
"name": "AiAssistantResponseComponentTagName",
|
|
711
574
|
"type": {
|
|
712
575
|
"text": "keyof HTMLElementTagNameMap"
|
|
713
576
|
},
|
|
714
|
-
"default": "'forge-ai-
|
|
577
|
+
"default": "'forge-ai-assistant-response'"
|
|
715
578
|
},
|
|
716
579
|
{
|
|
717
580
|
"kind": "class",
|
|
718
581
|
"description": "",
|
|
719
|
-
"name": "
|
|
582
|
+
"name": "AiAssistantResponseComponent",
|
|
720
583
|
"members": [
|
|
721
584
|
{
|
|
722
585
|
"kind": "field",
|
|
723
|
-
"name": "
|
|
586
|
+
"name": "response",
|
|
587
|
+
"type": {
|
|
588
|
+
"text": "AssistantResponse"
|
|
589
|
+
},
|
|
590
|
+
"privacy": "public"
|
|
591
|
+
},
|
|
592
|
+
{
|
|
593
|
+
"kind": "field",
|
|
594
|
+
"name": "tools",
|
|
595
|
+
"type": {
|
|
596
|
+
"text": "Map<string, ToolDefinition> | undefined"
|
|
597
|
+
},
|
|
598
|
+
"privacy": "public"
|
|
599
|
+
},
|
|
600
|
+
{
|
|
601
|
+
"kind": "field",
|
|
602
|
+
"name": "enableReactions",
|
|
724
603
|
"type": {
|
|
725
604
|
"text": "boolean"
|
|
726
605
|
},
|
|
727
606
|
"privacy": "public",
|
|
728
607
|
"default": "false",
|
|
729
|
-
"
|
|
730
|
-
|
|
731
|
-
|
|
608
|
+
"attribute": "enable-reactions"
|
|
609
|
+
},
|
|
610
|
+
{
|
|
611
|
+
"kind": "field",
|
|
612
|
+
"name": "debugMode",
|
|
613
|
+
"type": {
|
|
614
|
+
"text": "boolean"
|
|
615
|
+
},
|
|
616
|
+
"privacy": "public",
|
|
617
|
+
"default": "false",
|
|
618
|
+
"attribute": "debug-mode"
|
|
619
|
+
}
|
|
620
|
+
],
|
|
621
|
+
"events": [
|
|
622
|
+
{
|
|
623
|
+
"type": {
|
|
624
|
+
"text": "CustomEvent<{ responseId: string }>"
|
|
625
|
+
},
|
|
626
|
+
"description": "Fired when copy action is clicked",
|
|
627
|
+
"name": "forge-ai-assistant-response-copy"
|
|
628
|
+
},
|
|
629
|
+
{
|
|
630
|
+
"type": {
|
|
631
|
+
"text": "CustomEvent<{ responseId: string }>"
|
|
632
|
+
},
|
|
633
|
+
"description": "Fired when refresh action is clicked",
|
|
634
|
+
"name": "forge-ai-assistant-response-refresh"
|
|
635
|
+
},
|
|
636
|
+
{
|
|
637
|
+
"type": {
|
|
638
|
+
"text": "CustomEvent<ForgeAiAssistantResponseFeedbackEventData>"
|
|
639
|
+
},
|
|
640
|
+
"description": "Fired when thumbs up is clicked",
|
|
641
|
+
"name": "forge-ai-assistant-response-thumbs-up"
|
|
642
|
+
},
|
|
643
|
+
{
|
|
644
|
+
"type": {
|
|
645
|
+
"text": "CustomEvent<ForgeAiAssistantResponseFeedbackEventData>"
|
|
646
|
+
},
|
|
647
|
+
"description": "Fired when thumbs down is clicked",
|
|
648
|
+
"name": "forge-ai-assistant-response-thumbs-down"
|
|
732
649
|
}
|
|
733
650
|
],
|
|
734
651
|
"attributes": [
|
|
735
652
|
{
|
|
736
|
-
"name": "
|
|
653
|
+
"name": "enable-reactions",
|
|
737
654
|
"type": {
|
|
738
655
|
"text": "boolean"
|
|
739
656
|
},
|
|
740
657
|
"default": "false",
|
|
741
|
-
"
|
|
742
|
-
|
|
658
|
+
"fieldName": "enableReactions"
|
|
659
|
+
},
|
|
660
|
+
{
|
|
661
|
+
"name": "debug-mode",
|
|
662
|
+
"type": {
|
|
663
|
+
"text": "boolean"
|
|
664
|
+
},
|
|
665
|
+
"default": "false",
|
|
666
|
+
"fieldName": "debugMode"
|
|
743
667
|
}
|
|
744
668
|
],
|
|
745
669
|
"superclass": {
|
|
746
670
|
"name": "LitElement",
|
|
747
671
|
"package": "lit"
|
|
748
672
|
},
|
|
749
|
-
"tagName": "forge-ai-
|
|
750
|
-
"customElement": true
|
|
673
|
+
"tagName": "forge-ai-assistant-response",
|
|
674
|
+
"customElement": true,
|
|
675
|
+
"summary": "Renders a complete assistant response with interleaved text chunks and tool calls."
|
|
751
676
|
}
|
|
752
677
|
],
|
|
753
678
|
"exports": [
|
|
754
679
|
{
|
|
755
680
|
"kind": "js",
|
|
756
|
-
"name": "
|
|
681
|
+
"name": "AiAssistantResponseComponentTagName",
|
|
757
682
|
"declaration": {
|
|
758
|
-
"name": "
|
|
759
|
-
"module": "src/lib/ai-
|
|
683
|
+
"name": "AiAssistantResponseComponentTagName",
|
|
684
|
+
"module": "src/lib/ai-assistant-response/ai-assistant-response.ts"
|
|
760
685
|
}
|
|
761
686
|
},
|
|
762
687
|
{
|
|
763
688
|
"kind": "js",
|
|
764
|
-
"name": "
|
|
689
|
+
"name": "AiAssistantResponseComponent",
|
|
765
690
|
"declaration": {
|
|
766
|
-
"name": "
|
|
767
|
-
"module": "src/lib/ai-
|
|
691
|
+
"name": "AiAssistantResponseComponent",
|
|
692
|
+
"module": "src/lib/ai-assistant-response/ai-assistant-response.ts"
|
|
768
693
|
}
|
|
769
694
|
},
|
|
770
695
|
{
|
|
771
696
|
"kind": "custom-element-definition",
|
|
772
697
|
"declaration": {
|
|
773
|
-
"name": "
|
|
774
|
-
"module": "src/lib/ai-
|
|
698
|
+
"name": "AiAssistantResponseComponent",
|
|
699
|
+
"module": "src/lib/ai-assistant-response/ai-assistant-response.ts"
|
|
775
700
|
}
|
|
776
701
|
}
|
|
777
702
|
]
|
|
@@ -1063,227 +988,159 @@
|
|
|
1063
988
|
},
|
|
1064
989
|
{
|
|
1065
990
|
"kind": "javascript-module",
|
|
1066
|
-
"path": "src/lib/ai-
|
|
991
|
+
"path": "src/lib/ai-chain-of-thought/ai-chain-of-thought.ts",
|
|
1067
992
|
"declarations": [
|
|
1068
993
|
{
|
|
1069
994
|
"kind": "variable",
|
|
1070
|
-
"name": "
|
|
995
|
+
"name": "AiChainOfThoughtComponentTagName",
|
|
1071
996
|
"type": {
|
|
1072
997
|
"text": "keyof HTMLElementTagNameMap"
|
|
1073
998
|
},
|
|
1074
|
-
"default": "'forge-ai-
|
|
999
|
+
"default": "'forge-ai-chain-of-thought'"
|
|
1075
1000
|
},
|
|
1076
1001
|
{
|
|
1077
1002
|
"kind": "class",
|
|
1078
1003
|
"description": "",
|
|
1079
|
-
"name": "
|
|
1080
|
-
"
|
|
1081
|
-
{
|
|
1082
|
-
"description": "Default slot for messages",
|
|
1083
|
-
"name": ""
|
|
1084
|
-
},
|
|
1085
|
-
{
|
|
1086
|
-
"description": "Slot for AI chat header component",
|
|
1087
|
-
"name": "header"
|
|
1088
|
-
},
|
|
1089
|
-
{
|
|
1090
|
-
"description": "Slot for AI suggestions component",
|
|
1091
|
-
"name": "suggestions"
|
|
1092
|
-
},
|
|
1093
|
-
{
|
|
1094
|
-
"description": "Slot for file attachments component",
|
|
1095
|
-
"name": "attachments"
|
|
1096
|
-
},
|
|
1004
|
+
"name": "AiChainOfThoughtComponent",
|
|
1005
|
+
"members": [
|
|
1097
1006
|
{
|
|
1098
|
-
"
|
|
1099
|
-
"name": "
|
|
1007
|
+
"kind": "field",
|
|
1008
|
+
"name": "expanded",
|
|
1009
|
+
"type": {
|
|
1010
|
+
"text": "boolean"
|
|
1011
|
+
},
|
|
1012
|
+
"privacy": "public",
|
|
1013
|
+
"default": "false",
|
|
1014
|
+
"description": "Whether the chain of thought is expanded",
|
|
1015
|
+
"attribute": "expanded",
|
|
1016
|
+
"reflects": true
|
|
1100
1017
|
}
|
|
1101
1018
|
],
|
|
1102
|
-
"
|
|
1019
|
+
"attributes": [
|
|
1103
1020
|
{
|
|
1104
|
-
"
|
|
1105
|
-
"
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
}
|
|
1021
|
+
"name": "expanded",
|
|
1022
|
+
"type": {
|
|
1023
|
+
"text": "boolean"
|
|
1024
|
+
},
|
|
1025
|
+
"default": "false",
|
|
1026
|
+
"description": "Whether the chain of thought is expanded",
|
|
1027
|
+
"fieldName": "expanded"
|
|
1112
1028
|
}
|
|
1113
1029
|
],
|
|
1114
1030
|
"superclass": {
|
|
1115
1031
|
"name": "LitElement",
|
|
1116
1032
|
"package": "lit"
|
|
1117
1033
|
},
|
|
1118
|
-
"tagName": "forge-ai-
|
|
1034
|
+
"tagName": "forge-ai-chain-of-thought",
|
|
1119
1035
|
"customElement": true
|
|
1120
1036
|
}
|
|
1121
1037
|
],
|
|
1122
1038
|
"exports": [
|
|
1123
1039
|
{
|
|
1124
1040
|
"kind": "js",
|
|
1125
|
-
"name": "
|
|
1041
|
+
"name": "AiChainOfThoughtComponentTagName",
|
|
1126
1042
|
"declaration": {
|
|
1127
|
-
"name": "
|
|
1128
|
-
"module": "src/lib/ai-
|
|
1043
|
+
"name": "AiChainOfThoughtComponentTagName",
|
|
1044
|
+
"module": "src/lib/ai-chain-of-thought/ai-chain-of-thought.ts"
|
|
1129
1045
|
}
|
|
1130
1046
|
},
|
|
1131
1047
|
{
|
|
1132
1048
|
"kind": "js",
|
|
1133
|
-
"name": "
|
|
1049
|
+
"name": "AiChainOfThoughtComponent",
|
|
1134
1050
|
"declaration": {
|
|
1135
|
-
"name": "
|
|
1136
|
-
"module": "src/lib/ai-
|
|
1051
|
+
"name": "AiChainOfThoughtComponent",
|
|
1052
|
+
"module": "src/lib/ai-chain-of-thought/ai-chain-of-thought.ts"
|
|
1137
1053
|
}
|
|
1138
1054
|
},
|
|
1139
1055
|
{
|
|
1140
1056
|
"kind": "custom-element-definition",
|
|
1141
1057
|
"declaration": {
|
|
1142
|
-
"name": "
|
|
1143
|
-
"module": "src/lib/ai-
|
|
1058
|
+
"name": "AiChainOfThoughtComponent",
|
|
1059
|
+
"module": "src/lib/ai-chain-of-thought/ai-chain-of-thought.ts"
|
|
1144
1060
|
}
|
|
1145
1061
|
}
|
|
1146
1062
|
]
|
|
1147
1063
|
},
|
|
1148
1064
|
{
|
|
1149
1065
|
"kind": "javascript-module",
|
|
1150
|
-
"path": "src/lib/ai-
|
|
1066
|
+
"path": "src/lib/ai-chat-interface/ai-chat-interface.ts",
|
|
1151
1067
|
"declarations": [
|
|
1152
1068
|
{
|
|
1153
1069
|
"kind": "variable",
|
|
1154
|
-
"name": "
|
|
1070
|
+
"name": "AiChatInterfaceComponentTagName",
|
|
1155
1071
|
"type": {
|
|
1156
1072
|
"text": "keyof HTMLElementTagNameMap"
|
|
1157
1073
|
},
|
|
1158
|
-
"default": "'forge-ai-
|
|
1074
|
+
"default": "'forge-ai-chat-interface'"
|
|
1159
1075
|
},
|
|
1160
1076
|
{
|
|
1161
1077
|
"kind": "class",
|
|
1162
1078
|
"description": "",
|
|
1163
|
-
"name": "
|
|
1164
|
-
"
|
|
1079
|
+
"name": "AiChatInterfaceComponent",
|
|
1080
|
+
"slots": [
|
|
1165
1081
|
{
|
|
1166
|
-
"
|
|
1167
|
-
"name": "
|
|
1168
|
-
"type": {
|
|
1169
|
-
"text": "string"
|
|
1170
|
-
},
|
|
1171
|
-
"privacy": "public",
|
|
1172
|
-
"default": "''",
|
|
1173
|
-
"attribute": "text"
|
|
1082
|
+
"description": "Default slot for messages",
|
|
1083
|
+
"name": ""
|
|
1174
1084
|
},
|
|
1175
1085
|
{
|
|
1176
|
-
"
|
|
1177
|
-
"name": "
|
|
1178
|
-
"type": {
|
|
1179
|
-
"text": "string"
|
|
1180
|
-
},
|
|
1181
|
-
"privacy": "public",
|
|
1182
|
-
"default": "'Confirm'",
|
|
1183
|
-
"attribute": "confirm-text"
|
|
1086
|
+
"description": "Slot for AI chat header component",
|
|
1087
|
+
"name": "header"
|
|
1184
1088
|
},
|
|
1185
1089
|
{
|
|
1186
|
-
"
|
|
1187
|
-
"name": "
|
|
1188
|
-
"type": {
|
|
1189
|
-
"text": "string"
|
|
1190
|
-
},
|
|
1191
|
-
"privacy": "public",
|
|
1192
|
-
"default": "'Deny'",
|
|
1193
|
-
"attribute": "deny-text"
|
|
1090
|
+
"description": "Slot for AI suggestions component",
|
|
1091
|
+
"name": "suggestions"
|
|
1194
1092
|
},
|
|
1195
1093
|
{
|
|
1196
|
-
"
|
|
1197
|
-
"name": "
|
|
1198
|
-
"type": {
|
|
1199
|
-
"text": "boolean"
|
|
1200
|
-
},
|
|
1201
|
-
"privacy": "public",
|
|
1202
|
-
"default": "false",
|
|
1203
|
-
"attribute": "disabled"
|
|
1204
|
-
}
|
|
1205
|
-
],
|
|
1206
|
-
"events": [
|
|
1207
|
-
{
|
|
1208
|
-
"type": {
|
|
1209
|
-
"text": "CustomEvent<void>"
|
|
1210
|
-
},
|
|
1211
|
-
"description": "Fired when user confirms the prompt",
|
|
1212
|
-
"name": "forge-ai-confirmation-prompt-confirm"
|
|
1094
|
+
"description": "Slot for file attachments component",
|
|
1095
|
+
"name": "attachments"
|
|
1213
1096
|
},
|
|
1214
1097
|
{
|
|
1215
|
-
"
|
|
1216
|
-
|
|
1217
|
-
},
|
|
1218
|
-
"description": "Fired when user denies the prompt",
|
|
1219
|
-
"name": "forge-ai-confirmation-prompt-deny"
|
|
1098
|
+
"description": "Slot for AI prompt component",
|
|
1099
|
+
"name": "prompt"
|
|
1220
1100
|
}
|
|
1221
1101
|
],
|
|
1222
|
-
"
|
|
1223
|
-
{
|
|
1224
|
-
"name": "text",
|
|
1225
|
-
"type": {
|
|
1226
|
-
"text": "string"
|
|
1227
|
-
},
|
|
1228
|
-
"default": "''",
|
|
1229
|
-
"fieldName": "text"
|
|
1230
|
-
},
|
|
1231
|
-
{
|
|
1232
|
-
"name": "confirm-text",
|
|
1233
|
-
"type": {
|
|
1234
|
-
"text": "string"
|
|
1235
|
-
},
|
|
1236
|
-
"default": "'Confirm'",
|
|
1237
|
-
"fieldName": "confirmText"
|
|
1238
|
-
},
|
|
1239
|
-
{
|
|
1240
|
-
"name": "deny-text",
|
|
1241
|
-
"type": {
|
|
1242
|
-
"text": "string"
|
|
1243
|
-
},
|
|
1244
|
-
"default": "'Deny'",
|
|
1245
|
-
"fieldName": "denyText"
|
|
1246
|
-
},
|
|
1102
|
+
"members": [
|
|
1247
1103
|
{
|
|
1248
|
-
"
|
|
1249
|
-
"
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1104
|
+
"kind": "method",
|
|
1105
|
+
"name": "scrollToBottom",
|
|
1106
|
+
"privacy": "public",
|
|
1107
|
+
"return": {
|
|
1108
|
+
"type": {
|
|
1109
|
+
"text": "void"
|
|
1110
|
+
}
|
|
1111
|
+
}
|
|
1254
1112
|
}
|
|
1255
1113
|
],
|
|
1256
1114
|
"superclass": {
|
|
1257
1115
|
"name": "LitElement",
|
|
1258
1116
|
"package": "lit"
|
|
1259
1117
|
},
|
|
1260
|
-
"tagName": "forge-ai-
|
|
1261
|
-
"customElement": true
|
|
1262
|
-
"summary": "Displays a confirmation UI for requiring human approval."
|
|
1118
|
+
"tagName": "forge-ai-chat-interface",
|
|
1119
|
+
"customElement": true
|
|
1263
1120
|
}
|
|
1264
1121
|
],
|
|
1265
1122
|
"exports": [
|
|
1266
1123
|
{
|
|
1267
1124
|
"kind": "js",
|
|
1268
|
-
"name": "
|
|
1125
|
+
"name": "AiChatInterfaceComponentTagName",
|
|
1269
1126
|
"declaration": {
|
|
1270
|
-
"name": "
|
|
1271
|
-
"module": "src/lib/ai-
|
|
1127
|
+
"name": "AiChatInterfaceComponentTagName",
|
|
1128
|
+
"module": "src/lib/ai-chat-interface/ai-chat-interface.ts"
|
|
1272
1129
|
}
|
|
1273
1130
|
},
|
|
1274
1131
|
{
|
|
1275
1132
|
"kind": "js",
|
|
1276
|
-
"name": "
|
|
1133
|
+
"name": "AiChatInterfaceComponent",
|
|
1277
1134
|
"declaration": {
|
|
1278
|
-
"name": "
|
|
1279
|
-
"module": "src/lib/ai-
|
|
1135
|
+
"name": "AiChatInterfaceComponent",
|
|
1136
|
+
"module": "src/lib/ai-chat-interface/ai-chat-interface.ts"
|
|
1280
1137
|
}
|
|
1281
1138
|
},
|
|
1282
1139
|
{
|
|
1283
1140
|
"kind": "custom-element-definition",
|
|
1284
1141
|
"declaration": {
|
|
1285
|
-
"name": "
|
|
1286
|
-
"module": "src/lib/ai-
|
|
1142
|
+
"name": "AiChatInterfaceComponent",
|
|
1143
|
+
"module": "src/lib/ai-chat-interface/ai-chat-interface.ts"
|
|
1287
1144
|
}
|
|
1288
1145
|
}
|
|
1289
1146
|
]
|
|
@@ -3268,7 +3125,7 @@
|
|
|
3268
3125
|
"privacy": "public",
|
|
3269
3126
|
"return": {
|
|
3270
3127
|
"type": {
|
|
3271
|
-
"text": "void"
|
|
3128
|
+
"text": "Promise<void>"
|
|
3272
3129
|
}
|
|
3273
3130
|
},
|
|
3274
3131
|
"parameters": [
|
|
@@ -4623,32 +4480,175 @@
|
|
|
4623
4480
|
"default": "'text/plain'"
|
|
4624
4481
|
}
|
|
4625
4482
|
],
|
|
4626
|
-
"description": "Downloads content as a file with specified MIME type"
|
|
4483
|
+
"description": "Downloads content as a file with specified MIME type"
|
|
4484
|
+
}
|
|
4485
|
+
],
|
|
4486
|
+
"exports": [
|
|
4487
|
+
{
|
|
4488
|
+
"kind": "js",
|
|
4489
|
+
"name": "generateId",
|
|
4490
|
+
"declaration": {
|
|
4491
|
+
"name": "generateId",
|
|
4492
|
+
"module": "src/lib/ai-chatbot/utils.ts"
|
|
4493
|
+
}
|
|
4494
|
+
},
|
|
4495
|
+
{
|
|
4496
|
+
"kind": "js",
|
|
4497
|
+
"name": "renderMarkdown",
|
|
4498
|
+
"declaration": {
|
|
4499
|
+
"name": "renderMarkdown",
|
|
4500
|
+
"module": "src/lib/ai-chatbot/utils.ts"
|
|
4501
|
+
}
|
|
4502
|
+
},
|
|
4503
|
+
{
|
|
4504
|
+
"kind": "js",
|
|
4505
|
+
"name": "downloadFile",
|
|
4506
|
+
"declaration": {
|
|
4507
|
+
"name": "downloadFile",
|
|
4508
|
+
"module": "src/lib/ai-chatbot/utils.ts"
|
|
4509
|
+
}
|
|
4510
|
+
}
|
|
4511
|
+
]
|
|
4512
|
+
},
|
|
4513
|
+
{
|
|
4514
|
+
"kind": "javascript-module",
|
|
4515
|
+
"path": "src/lib/ai-confirmation-prompt/ai-confirmation-prompt.ts",
|
|
4516
|
+
"declarations": [
|
|
4517
|
+
{
|
|
4518
|
+
"kind": "variable",
|
|
4519
|
+
"name": "AiConfirmationPromptComponentTagName",
|
|
4520
|
+
"type": {
|
|
4521
|
+
"text": "keyof HTMLElementTagNameMap"
|
|
4522
|
+
},
|
|
4523
|
+
"default": "'forge-ai-confirmation-prompt'"
|
|
4524
|
+
},
|
|
4525
|
+
{
|
|
4526
|
+
"kind": "class",
|
|
4527
|
+
"description": "",
|
|
4528
|
+
"name": "AiConfirmationPromptComponent",
|
|
4529
|
+
"members": [
|
|
4530
|
+
{
|
|
4531
|
+
"kind": "field",
|
|
4532
|
+
"name": "text",
|
|
4533
|
+
"type": {
|
|
4534
|
+
"text": "string"
|
|
4535
|
+
},
|
|
4536
|
+
"privacy": "public",
|
|
4537
|
+
"default": "''",
|
|
4538
|
+
"attribute": "text"
|
|
4539
|
+
},
|
|
4540
|
+
{
|
|
4541
|
+
"kind": "field",
|
|
4542
|
+
"name": "confirmText",
|
|
4543
|
+
"type": {
|
|
4544
|
+
"text": "string"
|
|
4545
|
+
},
|
|
4546
|
+
"privacy": "public",
|
|
4547
|
+
"default": "'Confirm'",
|
|
4548
|
+
"attribute": "confirm-text"
|
|
4549
|
+
},
|
|
4550
|
+
{
|
|
4551
|
+
"kind": "field",
|
|
4552
|
+
"name": "denyText",
|
|
4553
|
+
"type": {
|
|
4554
|
+
"text": "string"
|
|
4555
|
+
},
|
|
4556
|
+
"privacy": "public",
|
|
4557
|
+
"default": "'Deny'",
|
|
4558
|
+
"attribute": "deny-text"
|
|
4559
|
+
},
|
|
4560
|
+
{
|
|
4561
|
+
"kind": "field",
|
|
4562
|
+
"name": "disabled",
|
|
4563
|
+
"type": {
|
|
4564
|
+
"text": "boolean"
|
|
4565
|
+
},
|
|
4566
|
+
"privacy": "public",
|
|
4567
|
+
"default": "false",
|
|
4568
|
+
"attribute": "disabled"
|
|
4569
|
+
}
|
|
4570
|
+
],
|
|
4571
|
+
"events": [
|
|
4572
|
+
{
|
|
4573
|
+
"type": {
|
|
4574
|
+
"text": "CustomEvent<void>"
|
|
4575
|
+
},
|
|
4576
|
+
"description": "Fired when user confirms the prompt",
|
|
4577
|
+
"name": "forge-ai-confirmation-prompt-confirm"
|
|
4578
|
+
},
|
|
4579
|
+
{
|
|
4580
|
+
"type": {
|
|
4581
|
+
"text": "CustomEvent<void>"
|
|
4582
|
+
},
|
|
4583
|
+
"description": "Fired when user denies the prompt",
|
|
4584
|
+
"name": "forge-ai-confirmation-prompt-deny"
|
|
4585
|
+
}
|
|
4586
|
+
],
|
|
4587
|
+
"attributes": [
|
|
4588
|
+
{
|
|
4589
|
+
"name": "text",
|
|
4590
|
+
"type": {
|
|
4591
|
+
"text": "string"
|
|
4592
|
+
},
|
|
4593
|
+
"default": "''",
|
|
4594
|
+
"fieldName": "text"
|
|
4595
|
+
},
|
|
4596
|
+
{
|
|
4597
|
+
"name": "confirm-text",
|
|
4598
|
+
"type": {
|
|
4599
|
+
"text": "string"
|
|
4600
|
+
},
|
|
4601
|
+
"default": "'Confirm'",
|
|
4602
|
+
"fieldName": "confirmText"
|
|
4603
|
+
},
|
|
4604
|
+
{
|
|
4605
|
+
"name": "deny-text",
|
|
4606
|
+
"type": {
|
|
4607
|
+
"text": "string"
|
|
4608
|
+
},
|
|
4609
|
+
"default": "'Deny'",
|
|
4610
|
+
"fieldName": "denyText"
|
|
4611
|
+
},
|
|
4612
|
+
{
|
|
4613
|
+
"name": "disabled",
|
|
4614
|
+
"type": {
|
|
4615
|
+
"text": "boolean"
|
|
4616
|
+
},
|
|
4617
|
+
"default": "false",
|
|
4618
|
+
"fieldName": "disabled"
|
|
4619
|
+
}
|
|
4620
|
+
],
|
|
4621
|
+
"superclass": {
|
|
4622
|
+
"name": "LitElement",
|
|
4623
|
+
"package": "lit"
|
|
4624
|
+
},
|
|
4625
|
+
"tagName": "forge-ai-confirmation-prompt",
|
|
4626
|
+
"customElement": true,
|
|
4627
|
+
"summary": "Displays a confirmation UI for requiring human approval."
|
|
4627
4628
|
}
|
|
4628
4629
|
],
|
|
4629
4630
|
"exports": [
|
|
4630
4631
|
{
|
|
4631
4632
|
"kind": "js",
|
|
4632
|
-
"name": "
|
|
4633
|
+
"name": "AiConfirmationPromptComponentTagName",
|
|
4633
4634
|
"declaration": {
|
|
4634
|
-
"name": "
|
|
4635
|
-
"module": "src/lib/ai-
|
|
4635
|
+
"name": "AiConfirmationPromptComponentTagName",
|
|
4636
|
+
"module": "src/lib/ai-confirmation-prompt/ai-confirmation-prompt.ts"
|
|
4636
4637
|
}
|
|
4637
4638
|
},
|
|
4638
4639
|
{
|
|
4639
4640
|
"kind": "js",
|
|
4640
|
-
"name": "
|
|
4641
|
+
"name": "AiConfirmationPromptComponent",
|
|
4641
4642
|
"declaration": {
|
|
4642
|
-
"name": "
|
|
4643
|
-
"module": "src/lib/ai-
|
|
4643
|
+
"name": "AiConfirmationPromptComponent",
|
|
4644
|
+
"module": "src/lib/ai-confirmation-prompt/ai-confirmation-prompt.ts"
|
|
4644
4645
|
}
|
|
4645
4646
|
},
|
|
4646
4647
|
{
|
|
4647
|
-
"kind": "
|
|
4648
|
-
"name": "downloadFile",
|
|
4648
|
+
"kind": "custom-element-definition",
|
|
4649
4649
|
"declaration": {
|
|
4650
|
-
"name": "
|
|
4651
|
-
"module": "src/lib/ai-
|
|
4650
|
+
"name": "AiConfirmationPromptComponent",
|
|
4651
|
+
"module": "src/lib/ai-confirmation-prompt/ai-confirmation-prompt.ts"
|
|
4652
4652
|
}
|
|
4653
4653
|
}
|
|
4654
4654
|
]
|
|
@@ -7191,6 +7191,25 @@
|
|
|
7191
7191
|
],
|
|
7192
7192
|
"description": "Adds a message to the input history for up/down arrow navigation.\nUse this when sending messages externally (e.g., from suggestions)."
|
|
7193
7193
|
},
|
|
7194
|
+
{
|
|
7195
|
+
"kind": "method",
|
|
7196
|
+
"name": "setHistory",
|
|
7197
|
+
"privacy": "public",
|
|
7198
|
+
"return": {
|
|
7199
|
+
"type": {
|
|
7200
|
+
"text": "void"
|
|
7201
|
+
}
|
|
7202
|
+
},
|
|
7203
|
+
"parameters": [
|
|
7204
|
+
{
|
|
7205
|
+
"name": "messages",
|
|
7206
|
+
"type": {
|
|
7207
|
+
"text": "string[]"
|
|
7208
|
+
}
|
|
7209
|
+
}
|
|
7210
|
+
],
|
|
7211
|
+
"description": "Replaces the entire message history with the provided messages.\nUse this when restoring thread state from persistence."
|
|
7212
|
+
},
|
|
7194
7213
|
{
|
|
7195
7214
|
"kind": "method",
|
|
7196
7215
|
"name": "closeSlashMenu",
|
|
@@ -7390,58 +7409,6 @@
|
|
|
7390
7409
|
}
|
|
7391
7410
|
]
|
|
7392
7411
|
},
|
|
7393
|
-
{
|
|
7394
|
-
"kind": "javascript-module",
|
|
7395
|
-
"path": "src/lib/ai-response-message/ai-response-message.ts",
|
|
7396
|
-
"declarations": [
|
|
7397
|
-
{
|
|
7398
|
-
"kind": "variable",
|
|
7399
|
-
"name": "AiResponseMessageComponentTagName",
|
|
7400
|
-
"type": {
|
|
7401
|
-
"text": "keyof HTMLElementTagNameMap"
|
|
7402
|
-
},
|
|
7403
|
-
"default": "'forge-ai-response-message'"
|
|
7404
|
-
},
|
|
7405
|
-
{
|
|
7406
|
-
"kind": "class",
|
|
7407
|
-
"description": "",
|
|
7408
|
-
"name": "AiResponseMessageComponent",
|
|
7409
|
-
"members": [],
|
|
7410
|
-
"superclass": {
|
|
7411
|
-
"name": "LitElement",
|
|
7412
|
-
"package": "lit"
|
|
7413
|
-
},
|
|
7414
|
-
"tagName": "forge-ai-response-message",
|
|
7415
|
-
"customElement": true,
|
|
7416
|
-
"summary": "A simple wrapper component for rendering assistant response message content."
|
|
7417
|
-
}
|
|
7418
|
-
],
|
|
7419
|
-
"exports": [
|
|
7420
|
-
{
|
|
7421
|
-
"kind": "js",
|
|
7422
|
-
"name": "AiResponseMessageComponentTagName",
|
|
7423
|
-
"declaration": {
|
|
7424
|
-
"name": "AiResponseMessageComponentTagName",
|
|
7425
|
-
"module": "src/lib/ai-response-message/ai-response-message.ts"
|
|
7426
|
-
}
|
|
7427
|
-
},
|
|
7428
|
-
{
|
|
7429
|
-
"kind": "js",
|
|
7430
|
-
"name": "AiResponseMessageComponent",
|
|
7431
|
-
"declaration": {
|
|
7432
|
-
"name": "AiResponseMessageComponent",
|
|
7433
|
-
"module": "src/lib/ai-response-message/ai-response-message.ts"
|
|
7434
|
-
}
|
|
7435
|
-
},
|
|
7436
|
-
{
|
|
7437
|
-
"kind": "custom-element-definition",
|
|
7438
|
-
"declaration": {
|
|
7439
|
-
"name": "AiResponseMessageComponent",
|
|
7440
|
-
"module": "src/lib/ai-response-message/ai-response-message.ts"
|
|
7441
|
-
}
|
|
7442
|
-
}
|
|
7443
|
-
]
|
|
7444
|
-
},
|
|
7445
7412
|
{
|
|
7446
7413
|
"kind": "javascript-module",
|
|
7447
7414
|
"path": "src/lib/ai-reasoning/ai-reasoning.ts",
|
|
@@ -7632,6 +7599,58 @@
|
|
|
7632
7599
|
}
|
|
7633
7600
|
]
|
|
7634
7601
|
},
|
|
7602
|
+
{
|
|
7603
|
+
"kind": "javascript-module",
|
|
7604
|
+
"path": "src/lib/ai-response-message/ai-response-message.ts",
|
|
7605
|
+
"declarations": [
|
|
7606
|
+
{
|
|
7607
|
+
"kind": "variable",
|
|
7608
|
+
"name": "AiResponseMessageComponentTagName",
|
|
7609
|
+
"type": {
|
|
7610
|
+
"text": "keyof HTMLElementTagNameMap"
|
|
7611
|
+
},
|
|
7612
|
+
"default": "'forge-ai-response-message'"
|
|
7613
|
+
},
|
|
7614
|
+
{
|
|
7615
|
+
"kind": "class",
|
|
7616
|
+
"description": "",
|
|
7617
|
+
"name": "AiResponseMessageComponent",
|
|
7618
|
+
"members": [],
|
|
7619
|
+
"superclass": {
|
|
7620
|
+
"name": "LitElement",
|
|
7621
|
+
"package": "lit"
|
|
7622
|
+
},
|
|
7623
|
+
"tagName": "forge-ai-response-message",
|
|
7624
|
+
"customElement": true,
|
|
7625
|
+
"summary": "A simple wrapper component for rendering assistant response message content."
|
|
7626
|
+
}
|
|
7627
|
+
],
|
|
7628
|
+
"exports": [
|
|
7629
|
+
{
|
|
7630
|
+
"kind": "js",
|
|
7631
|
+
"name": "AiResponseMessageComponentTagName",
|
|
7632
|
+
"declaration": {
|
|
7633
|
+
"name": "AiResponseMessageComponentTagName",
|
|
7634
|
+
"module": "src/lib/ai-response-message/ai-response-message.ts"
|
|
7635
|
+
}
|
|
7636
|
+
},
|
|
7637
|
+
{
|
|
7638
|
+
"kind": "js",
|
|
7639
|
+
"name": "AiResponseMessageComponent",
|
|
7640
|
+
"declaration": {
|
|
7641
|
+
"name": "AiResponseMessageComponent",
|
|
7642
|
+
"module": "src/lib/ai-response-message/ai-response-message.ts"
|
|
7643
|
+
}
|
|
7644
|
+
},
|
|
7645
|
+
{
|
|
7646
|
+
"kind": "custom-element-definition",
|
|
7647
|
+
"declaration": {
|
|
7648
|
+
"name": "AiResponseMessageComponent",
|
|
7649
|
+
"module": "src/lib/ai-response-message/ai-response-message.ts"
|
|
7650
|
+
}
|
|
7651
|
+
}
|
|
7652
|
+
]
|
|
7653
|
+
},
|
|
7635
7654
|
{
|
|
7636
7655
|
"kind": "javascript-module",
|
|
7637
7656
|
"path": "src/lib/ai-sidebar/ai-sidebar.ts",
|
|
@@ -8132,33 +8151,136 @@
|
|
|
8132
8151
|
"name": "LitElement",
|
|
8133
8152
|
"package": "lit"
|
|
8134
8153
|
},
|
|
8135
|
-
"tagName": "forge-ai-spinner",
|
|
8136
|
-
"customElement": true,
|
|
8137
|
-
"summary": "Indeterminate circular progress indicator."
|
|
8154
|
+
"tagName": "forge-ai-spinner",
|
|
8155
|
+
"customElement": true,
|
|
8156
|
+
"summary": "Indeterminate circular progress indicator."
|
|
8157
|
+
}
|
|
8158
|
+
],
|
|
8159
|
+
"exports": [
|
|
8160
|
+
{
|
|
8161
|
+
"kind": "js",
|
|
8162
|
+
"name": "AiSpinnerComponentTagName",
|
|
8163
|
+
"declaration": {
|
|
8164
|
+
"name": "AiSpinnerComponentTagName",
|
|
8165
|
+
"module": "src/lib/ai-spinner/ai-spinner.ts"
|
|
8166
|
+
}
|
|
8167
|
+
},
|
|
8168
|
+
{
|
|
8169
|
+
"kind": "js",
|
|
8170
|
+
"name": "AiSpinnerComponent",
|
|
8171
|
+
"declaration": {
|
|
8172
|
+
"name": "AiSpinnerComponent",
|
|
8173
|
+
"module": "src/lib/ai-spinner/ai-spinner.ts"
|
|
8174
|
+
}
|
|
8175
|
+
},
|
|
8176
|
+
{
|
|
8177
|
+
"kind": "custom-element-definition",
|
|
8178
|
+
"declaration": {
|
|
8179
|
+
"name": "AiSpinnerComponent",
|
|
8180
|
+
"module": "src/lib/ai-spinner/ai-spinner.ts"
|
|
8181
|
+
}
|
|
8182
|
+
}
|
|
8183
|
+
]
|
|
8184
|
+
},
|
|
8185
|
+
{
|
|
8186
|
+
"kind": "javascript-module",
|
|
8187
|
+
"path": "src/lib/ai-threads/ai-threads.ts",
|
|
8188
|
+
"declarations": [
|
|
8189
|
+
{
|
|
8190
|
+
"kind": "variable",
|
|
8191
|
+
"name": "AiThreadsComponentTagName",
|
|
8192
|
+
"type": {
|
|
8193
|
+
"text": "keyof HTMLElementTagNameMap"
|
|
8194
|
+
},
|
|
8195
|
+
"default": "'forge-ai-threads'"
|
|
8196
|
+
},
|
|
8197
|
+
{
|
|
8198
|
+
"kind": "class",
|
|
8199
|
+
"description": "",
|
|
8200
|
+
"name": "AiThreadsComponent",
|
|
8201
|
+
"slots": [
|
|
8202
|
+
{
|
|
8203
|
+
"description": "Default slot for chatbot component",
|
|
8204
|
+
"name": ""
|
|
8205
|
+
}
|
|
8206
|
+
],
|
|
8207
|
+
"members": [
|
|
8208
|
+
{
|
|
8209
|
+
"kind": "field",
|
|
8210
|
+
"name": "threads",
|
|
8211
|
+
"type": {
|
|
8212
|
+
"text": "Thread[]"
|
|
8213
|
+
},
|
|
8214
|
+
"privacy": "public",
|
|
8215
|
+
"default": "[]",
|
|
8216
|
+
"description": "Array of threads to display in the navigation list",
|
|
8217
|
+
"attribute": "threads"
|
|
8218
|
+
}
|
|
8219
|
+
],
|
|
8220
|
+
"events": [
|
|
8221
|
+
{
|
|
8222
|
+
"type": {
|
|
8223
|
+
"text": "CustomEvent<ForgeAiThreadsSelectEventData>"
|
|
8224
|
+
},
|
|
8225
|
+
"description": "Fired when a thread is selected.",
|
|
8226
|
+
"name": "forge-ai-threads-select"
|
|
8227
|
+
},
|
|
8228
|
+
{
|
|
8229
|
+
"type": {
|
|
8230
|
+
"text": "CustomEvent"
|
|
8231
|
+
},
|
|
8232
|
+
"description": "Fired when the new chat button is clicked.",
|
|
8233
|
+
"name": "forge-ai-threads-new-chat"
|
|
8234
|
+
},
|
|
8235
|
+
{
|
|
8236
|
+
"type": {
|
|
8237
|
+
"text": "CustomEvent"
|
|
8238
|
+
},
|
|
8239
|
+
"description": "Fired when the clear history button is clicked.",
|
|
8240
|
+
"name": "forge-ai-threads-clear-history"
|
|
8241
|
+
}
|
|
8242
|
+
],
|
|
8243
|
+
"attributes": [
|
|
8244
|
+
{
|
|
8245
|
+
"name": "threads",
|
|
8246
|
+
"type": {
|
|
8247
|
+
"text": "Thread[]"
|
|
8248
|
+
},
|
|
8249
|
+
"default": "[]",
|
|
8250
|
+
"description": "Array of threads to display in the navigation list",
|
|
8251
|
+
"fieldName": "threads"
|
|
8252
|
+
}
|
|
8253
|
+
],
|
|
8254
|
+
"superclass": {
|
|
8255
|
+
"name": "LitElement",
|
|
8256
|
+
"package": "lit"
|
|
8257
|
+
},
|
|
8258
|
+
"tagName": "forge-ai-threads",
|
|
8259
|
+
"customElement": true
|
|
8138
8260
|
}
|
|
8139
8261
|
],
|
|
8140
8262
|
"exports": [
|
|
8141
8263
|
{
|
|
8142
8264
|
"kind": "js",
|
|
8143
|
-
"name": "
|
|
8265
|
+
"name": "AiThreadsComponentTagName",
|
|
8144
8266
|
"declaration": {
|
|
8145
|
-
"name": "
|
|
8146
|
-
"module": "src/lib/ai-
|
|
8267
|
+
"name": "AiThreadsComponentTagName",
|
|
8268
|
+
"module": "src/lib/ai-threads/ai-threads.ts"
|
|
8147
8269
|
}
|
|
8148
8270
|
},
|
|
8149
8271
|
{
|
|
8150
8272
|
"kind": "js",
|
|
8151
|
-
"name": "
|
|
8273
|
+
"name": "AiThreadsComponent",
|
|
8152
8274
|
"declaration": {
|
|
8153
|
-
"name": "
|
|
8154
|
-
"module": "src/lib/ai-
|
|
8275
|
+
"name": "AiThreadsComponent",
|
|
8276
|
+
"module": "src/lib/ai-threads/ai-threads.ts"
|
|
8155
8277
|
}
|
|
8156
8278
|
},
|
|
8157
8279
|
{
|
|
8158
8280
|
"kind": "custom-element-definition",
|
|
8159
8281
|
"declaration": {
|
|
8160
|
-
"name": "
|
|
8161
|
-
"module": "src/lib/ai-
|
|
8282
|
+
"name": "AiThreadsComponent",
|
|
8283
|
+
"module": "src/lib/ai-threads/ai-threads.ts"
|
|
8162
8284
|
}
|
|
8163
8285
|
}
|
|
8164
8286
|
]
|
|
@@ -8432,109 +8554,6 @@
|
|
|
8432
8554
|
}
|
|
8433
8555
|
]
|
|
8434
8556
|
},
|
|
8435
|
-
{
|
|
8436
|
-
"kind": "javascript-module",
|
|
8437
|
-
"path": "src/lib/ai-threads/ai-threads.ts",
|
|
8438
|
-
"declarations": [
|
|
8439
|
-
{
|
|
8440
|
-
"kind": "variable",
|
|
8441
|
-
"name": "AiThreadsComponentTagName",
|
|
8442
|
-
"type": {
|
|
8443
|
-
"text": "keyof HTMLElementTagNameMap"
|
|
8444
|
-
},
|
|
8445
|
-
"default": "'forge-ai-threads'"
|
|
8446
|
-
},
|
|
8447
|
-
{
|
|
8448
|
-
"kind": "class",
|
|
8449
|
-
"description": "",
|
|
8450
|
-
"name": "AiThreadsComponent",
|
|
8451
|
-
"slots": [
|
|
8452
|
-
{
|
|
8453
|
-
"description": "Default slot for chatbot component",
|
|
8454
|
-
"name": ""
|
|
8455
|
-
}
|
|
8456
|
-
],
|
|
8457
|
-
"members": [
|
|
8458
|
-
{
|
|
8459
|
-
"kind": "field",
|
|
8460
|
-
"name": "threads",
|
|
8461
|
-
"type": {
|
|
8462
|
-
"text": "Thread[]"
|
|
8463
|
-
},
|
|
8464
|
-
"privacy": "public",
|
|
8465
|
-
"default": "[]",
|
|
8466
|
-
"description": "Array of threads to display in the navigation list",
|
|
8467
|
-
"attribute": "threads"
|
|
8468
|
-
}
|
|
8469
|
-
],
|
|
8470
|
-
"events": [
|
|
8471
|
-
{
|
|
8472
|
-
"type": {
|
|
8473
|
-
"text": "CustomEvent<ForgeAiThreadsSelectEventData>"
|
|
8474
|
-
},
|
|
8475
|
-
"description": "Fired when a thread is selected.",
|
|
8476
|
-
"name": "forge-ai-threads-select"
|
|
8477
|
-
},
|
|
8478
|
-
{
|
|
8479
|
-
"type": {
|
|
8480
|
-
"text": "CustomEvent"
|
|
8481
|
-
},
|
|
8482
|
-
"description": "Fired when the new chat button is clicked.",
|
|
8483
|
-
"name": "forge-ai-threads-new-chat"
|
|
8484
|
-
},
|
|
8485
|
-
{
|
|
8486
|
-
"type": {
|
|
8487
|
-
"text": "CustomEvent"
|
|
8488
|
-
},
|
|
8489
|
-
"description": "Fired when the clear history button is clicked.",
|
|
8490
|
-
"name": "forge-ai-threads-clear-history"
|
|
8491
|
-
}
|
|
8492
|
-
],
|
|
8493
|
-
"attributes": [
|
|
8494
|
-
{
|
|
8495
|
-
"name": "threads",
|
|
8496
|
-
"type": {
|
|
8497
|
-
"text": "Thread[]"
|
|
8498
|
-
},
|
|
8499
|
-
"default": "[]",
|
|
8500
|
-
"description": "Array of threads to display in the navigation list",
|
|
8501
|
-
"fieldName": "threads"
|
|
8502
|
-
}
|
|
8503
|
-
],
|
|
8504
|
-
"superclass": {
|
|
8505
|
-
"name": "LitElement",
|
|
8506
|
-
"package": "lit"
|
|
8507
|
-
},
|
|
8508
|
-
"tagName": "forge-ai-threads",
|
|
8509
|
-
"customElement": true
|
|
8510
|
-
}
|
|
8511
|
-
],
|
|
8512
|
-
"exports": [
|
|
8513
|
-
{
|
|
8514
|
-
"kind": "js",
|
|
8515
|
-
"name": "AiThreadsComponentTagName",
|
|
8516
|
-
"declaration": {
|
|
8517
|
-
"name": "AiThreadsComponentTagName",
|
|
8518
|
-
"module": "src/lib/ai-threads/ai-threads.ts"
|
|
8519
|
-
}
|
|
8520
|
-
},
|
|
8521
|
-
{
|
|
8522
|
-
"kind": "js",
|
|
8523
|
-
"name": "AiThreadsComponent",
|
|
8524
|
-
"declaration": {
|
|
8525
|
-
"name": "AiThreadsComponent",
|
|
8526
|
-
"module": "src/lib/ai-threads/ai-threads.ts"
|
|
8527
|
-
}
|
|
8528
|
-
},
|
|
8529
|
-
{
|
|
8530
|
-
"kind": "custom-element-definition",
|
|
8531
|
-
"declaration": {
|
|
8532
|
-
"name": "AiThreadsComponent",
|
|
8533
|
-
"module": "src/lib/ai-threads/ai-threads.ts"
|
|
8534
|
-
}
|
|
8535
|
-
}
|
|
8536
|
-
]
|
|
8537
|
-
},
|
|
8538
8557
|
{
|
|
8539
8558
|
"kind": "javascript-module",
|
|
8540
8559
|
"path": "src/lib/ai-voice-input/ai-voice-input.ts",
|
|
@@ -9121,15 +9140,15 @@
|
|
|
9121
9140
|
},
|
|
9122
9141
|
{
|
|
9123
9142
|
"kind": "javascript-module",
|
|
9124
|
-
"path": "src/lib/core/
|
|
9143
|
+
"path": "src/lib/core/overlay/overlay.ts",
|
|
9125
9144
|
"declarations": [
|
|
9126
9145
|
{
|
|
9127
9146
|
"kind": "class",
|
|
9128
9147
|
"description": "",
|
|
9129
|
-
"name": "
|
|
9148
|
+
"name": "ForgeAiOverlayComponent",
|
|
9130
9149
|
"slots": [
|
|
9131
9150
|
{
|
|
9132
|
-
"description": "The default slot for
|
|
9151
|
+
"description": "The default slot for overlay content.",
|
|
9133
9152
|
"name": ""
|
|
9134
9153
|
}
|
|
9135
9154
|
],
|
|
@@ -9142,18 +9161,18 @@
|
|
|
9142
9161
|
},
|
|
9143
9162
|
"privacy": "public",
|
|
9144
9163
|
"default": "null",
|
|
9145
|
-
"description": "The anchor element to position the
|
|
9164
|
+
"description": "The anchor element to position the overlay relative to.",
|
|
9146
9165
|
"attribute": "anchor"
|
|
9147
9166
|
},
|
|
9148
9167
|
{
|
|
9149
9168
|
"kind": "field",
|
|
9150
9169
|
"name": "placement",
|
|
9151
9170
|
"type": {
|
|
9152
|
-
"text": "
|
|
9171
|
+
"text": "OverlayPlacement"
|
|
9153
9172
|
},
|
|
9154
9173
|
"privacy": "public",
|
|
9155
9174
|
"default": "'bottom-start'",
|
|
9156
|
-
"description": "The placement of the
|
|
9175
|
+
"description": "The placement of the overlay relative to the anchor.",
|
|
9157
9176
|
"attribute": "placement"
|
|
9158
9177
|
},
|
|
9159
9178
|
{
|
|
@@ -9163,8 +9182,8 @@
|
|
|
9163
9182
|
"text": "boolean"
|
|
9164
9183
|
},
|
|
9165
9184
|
"privacy": "public",
|
|
9166
|
-
"default": "
|
|
9167
|
-
"description": "Whether the
|
|
9185
|
+
"default": "true",
|
|
9186
|
+
"description": "Whether the overlay should flip to the opposite side when there's no space.",
|
|
9168
9187
|
"attribute": "flip"
|
|
9169
9188
|
},
|
|
9170
9189
|
{
|
|
@@ -9175,7 +9194,7 @@
|
|
|
9175
9194
|
},
|
|
9176
9195
|
"privacy": "public",
|
|
9177
9196
|
"default": "false",
|
|
9178
|
-
"description": "Whether the
|
|
9197
|
+
"description": "Whether the overlay should shift to stay in view.",
|
|
9179
9198
|
"attribute": "shift"
|
|
9180
9199
|
},
|
|
9181
9200
|
{
|
|
@@ -9186,30 +9205,30 @@
|
|
|
9186
9205
|
},
|
|
9187
9206
|
"privacy": "public",
|
|
9188
9207
|
"default": "false",
|
|
9189
|
-
"description": "Whether the
|
|
9208
|
+
"description": "Whether the overlay is open.",
|
|
9190
9209
|
"attribute": "open",
|
|
9191
9210
|
"reflects": true
|
|
9192
9211
|
},
|
|
9193
9212
|
{
|
|
9194
9213
|
"kind": "field",
|
|
9195
|
-
"name": "
|
|
9214
|
+
"name": "arrowElement",
|
|
9196
9215
|
"type": {
|
|
9197
|
-
"text": "
|
|
9216
|
+
"text": "HTMLElement | null"
|
|
9198
9217
|
},
|
|
9199
9218
|
"privacy": "public",
|
|
9200
|
-
"default": "
|
|
9201
|
-
"description": "
|
|
9202
|
-
"attribute": "
|
|
9219
|
+
"default": "null",
|
|
9220
|
+
"description": "The arrow element to position relative to the overlay.",
|
|
9221
|
+
"attribute": "arrowElement"
|
|
9203
9222
|
},
|
|
9204
9223
|
{
|
|
9205
9224
|
"kind": "field",
|
|
9206
9225
|
"name": "offset",
|
|
9207
9226
|
"type": {
|
|
9208
|
-
"text": "
|
|
9227
|
+
"text": "OverlayOffset | undefined"
|
|
9209
9228
|
},
|
|
9210
9229
|
"privacy": "public",
|
|
9211
9230
|
"default": "undefined",
|
|
9212
|
-
"description": "The offset of the
|
|
9231
|
+
"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.",
|
|
9213
9232
|
"attribute": "offset"
|
|
9214
9233
|
},
|
|
9215
9234
|
{
|
|
@@ -9220,7 +9239,7 @@
|
|
|
9220
9239
|
},
|
|
9221
9240
|
"privacy": "public",
|
|
9222
9241
|
"default": "'auto'",
|
|
9223
|
-
"description": "The dismiss mode for the
|
|
9242
|
+
"description": "The dismiss mode for the overlay.\n- 'auto': Automatically closes on outside clicks and Escape key\n- 'manual': Requires manual control to close",
|
|
9224
9243
|
"attribute": "dismiss-mode"
|
|
9225
9244
|
}
|
|
9226
9245
|
],
|
|
@@ -9231,16 +9250,16 @@
|
|
|
9231
9250
|
"text": "Element | null"
|
|
9232
9251
|
},
|
|
9233
9252
|
"default": "null",
|
|
9234
|
-
"description": "The anchor element to position the
|
|
9253
|
+
"description": "The anchor element to position the overlay relative to.",
|
|
9235
9254
|
"fieldName": "anchor"
|
|
9236
9255
|
},
|
|
9237
9256
|
{
|
|
9238
9257
|
"name": "placement",
|
|
9239
9258
|
"type": {
|
|
9240
|
-
"text": "
|
|
9259
|
+
"text": "OverlayPlacement"
|
|
9241
9260
|
},
|
|
9242
9261
|
"default": "'bottom-start'",
|
|
9243
|
-
"description": "The placement of the
|
|
9262
|
+
"description": "The placement of the overlay relative to the anchor.",
|
|
9244
9263
|
"fieldName": "placement"
|
|
9245
9264
|
},
|
|
9246
9265
|
{
|
|
@@ -9248,8 +9267,8 @@
|
|
|
9248
9267
|
"type": {
|
|
9249
9268
|
"text": "boolean"
|
|
9250
9269
|
},
|
|
9251
|
-
"default": "
|
|
9252
|
-
"description": "Whether the
|
|
9270
|
+
"default": "true",
|
|
9271
|
+
"description": "Whether the overlay should flip to the opposite side when there's no space.",
|
|
9253
9272
|
"fieldName": "flip"
|
|
9254
9273
|
},
|
|
9255
9274
|
{
|
|
@@ -9258,7 +9277,7 @@
|
|
|
9258
9277
|
"text": "boolean"
|
|
9259
9278
|
},
|
|
9260
9279
|
"default": "false",
|
|
9261
|
-
"description": "Whether the
|
|
9280
|
+
"description": "Whether the overlay should shift to stay in view.",
|
|
9262
9281
|
"fieldName": "shift"
|
|
9263
9282
|
},
|
|
9264
9283
|
{
|
|
@@ -9267,25 +9286,25 @@
|
|
|
9267
9286
|
"text": "boolean"
|
|
9268
9287
|
},
|
|
9269
9288
|
"default": "false",
|
|
9270
|
-
"description": "Whether the
|
|
9289
|
+
"description": "Whether the overlay is open.",
|
|
9271
9290
|
"fieldName": "open"
|
|
9272
9291
|
},
|
|
9273
9292
|
{
|
|
9274
|
-
"name": "
|
|
9293
|
+
"name": "arrowElement",
|
|
9275
9294
|
"type": {
|
|
9276
|
-
"text": "
|
|
9295
|
+
"text": "HTMLElement | null"
|
|
9277
9296
|
},
|
|
9278
|
-
"default": "
|
|
9279
|
-
"description": "
|
|
9280
|
-
"fieldName": "
|
|
9297
|
+
"default": "null",
|
|
9298
|
+
"description": "The arrow element to position relative to the overlay.",
|
|
9299
|
+
"fieldName": "arrowElement"
|
|
9281
9300
|
},
|
|
9282
9301
|
{
|
|
9283
9302
|
"name": "offset",
|
|
9284
9303
|
"type": {
|
|
9285
|
-
"text": "
|
|
9304
|
+
"text": "OverlayOffset | undefined"
|
|
9286
9305
|
},
|
|
9287
9306
|
"default": "undefined",
|
|
9288
|
-
"description": "The offset of the
|
|
9307
|
+
"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.",
|
|
9289
9308
|
"fieldName": "offset"
|
|
9290
9309
|
},
|
|
9291
9310
|
{
|
|
@@ -9294,7 +9313,7 @@
|
|
|
9294
9313
|
"text": "'auto' | 'manual'"
|
|
9295
9314
|
},
|
|
9296
9315
|
"default": "'auto'",
|
|
9297
|
-
"description": "The dismiss mode for the
|
|
9316
|
+
"description": "The dismiss mode for the overlay.\n- 'auto': Automatically closes on outside clicks and Escape key\n- 'manual': Requires manual control to close",
|
|
9298
9317
|
"fieldName": "dismissMode"
|
|
9299
9318
|
}
|
|
9300
9319
|
],
|
|
@@ -9302,41 +9321,41 @@
|
|
|
9302
9321
|
"name": "LitElement",
|
|
9303
9322
|
"package": "lit"
|
|
9304
9323
|
},
|
|
9305
|
-
"summary": "A
|
|
9306
|
-
"tagName": "forge-ai-
|
|
9324
|
+
"summary": "A low-level overlay component for internal use within AI components.",
|
|
9325
|
+
"tagName": "forge-ai-overlay",
|
|
9307
9326
|
"customElement": true
|
|
9308
9327
|
}
|
|
9309
9328
|
],
|
|
9310
9329
|
"exports": [
|
|
9311
9330
|
{
|
|
9312
9331
|
"kind": "js",
|
|
9313
|
-
"name": "
|
|
9332
|
+
"name": "ForgeAiOverlayComponent",
|
|
9314
9333
|
"declaration": {
|
|
9315
|
-
"name": "
|
|
9316
|
-
"module": "src/lib/core/
|
|
9334
|
+
"name": "ForgeAiOverlayComponent",
|
|
9335
|
+
"module": "src/lib/core/overlay/overlay.ts"
|
|
9317
9336
|
}
|
|
9318
9337
|
},
|
|
9319
9338
|
{
|
|
9320
9339
|
"kind": "custom-element-definition",
|
|
9321
|
-
"name": "forge-ai-
|
|
9340
|
+
"name": "forge-ai-overlay",
|
|
9322
9341
|
"declaration": {
|
|
9323
|
-
"name": "
|
|
9324
|
-
"module": "src/lib/core/
|
|
9342
|
+
"name": "ForgeAiOverlayComponent",
|
|
9343
|
+
"module": "src/lib/core/overlay/overlay.ts"
|
|
9325
9344
|
}
|
|
9326
9345
|
}
|
|
9327
9346
|
]
|
|
9328
9347
|
},
|
|
9329
9348
|
{
|
|
9330
9349
|
"kind": "javascript-module",
|
|
9331
|
-
"path": "src/lib/core/
|
|
9350
|
+
"path": "src/lib/core/popover/popover.ts",
|
|
9332
9351
|
"declarations": [
|
|
9333
9352
|
{
|
|
9334
9353
|
"kind": "class",
|
|
9335
9354
|
"description": "",
|
|
9336
|
-
"name": "
|
|
9355
|
+
"name": "ForgeAiPopoverComponent",
|
|
9337
9356
|
"slots": [
|
|
9338
9357
|
{
|
|
9339
|
-
"description": "The default slot for
|
|
9358
|
+
"description": "The default slot for popover content.",
|
|
9340
9359
|
"name": ""
|
|
9341
9360
|
}
|
|
9342
9361
|
],
|
|
@@ -9349,18 +9368,18 @@
|
|
|
9349
9368
|
},
|
|
9350
9369
|
"privacy": "public",
|
|
9351
9370
|
"default": "null",
|
|
9352
|
-
"description": "The anchor element to position the
|
|
9371
|
+
"description": "The anchor element to position the popover relative to.",
|
|
9353
9372
|
"attribute": "anchor"
|
|
9354
9373
|
},
|
|
9355
9374
|
{
|
|
9356
9375
|
"kind": "field",
|
|
9357
9376
|
"name": "placement",
|
|
9358
9377
|
"type": {
|
|
9359
|
-
"text": "
|
|
9378
|
+
"text": "PopoverPlacement"
|
|
9360
9379
|
},
|
|
9361
9380
|
"privacy": "public",
|
|
9362
9381
|
"default": "'bottom-start'",
|
|
9363
|
-
"description": "The placement of the
|
|
9382
|
+
"description": "The placement of the popover relative to the anchor.",
|
|
9364
9383
|
"attribute": "placement"
|
|
9365
9384
|
},
|
|
9366
9385
|
{
|
|
@@ -9370,8 +9389,8 @@
|
|
|
9370
9389
|
"text": "boolean"
|
|
9371
9390
|
},
|
|
9372
9391
|
"privacy": "public",
|
|
9373
|
-
"default": "
|
|
9374
|
-
"description": "Whether the
|
|
9392
|
+
"default": "false",
|
|
9393
|
+
"description": "Whether the popover should flip to the opposite side when there's no space.",
|
|
9375
9394
|
"attribute": "flip"
|
|
9376
9395
|
},
|
|
9377
9396
|
{
|
|
@@ -9382,7 +9401,7 @@
|
|
|
9382
9401
|
},
|
|
9383
9402
|
"privacy": "public",
|
|
9384
9403
|
"default": "false",
|
|
9385
|
-
"description": "Whether the
|
|
9404
|
+
"description": "Whether the popover should shift to stay in view.",
|
|
9386
9405
|
"attribute": "shift"
|
|
9387
9406
|
},
|
|
9388
9407
|
{
|
|
@@ -9393,30 +9412,30 @@
|
|
|
9393
9412
|
},
|
|
9394
9413
|
"privacy": "public",
|
|
9395
9414
|
"default": "false",
|
|
9396
|
-
"description": "Whether the
|
|
9415
|
+
"description": "Whether the popover is open.",
|
|
9397
9416
|
"attribute": "open",
|
|
9398
9417
|
"reflects": true
|
|
9399
9418
|
},
|
|
9400
9419
|
{
|
|
9401
9420
|
"kind": "field",
|
|
9402
|
-
"name": "
|
|
9421
|
+
"name": "arrow",
|
|
9403
9422
|
"type": {
|
|
9404
|
-
"text": "
|
|
9423
|
+
"text": "boolean"
|
|
9405
9424
|
},
|
|
9406
9425
|
"privacy": "public",
|
|
9407
|
-
"default": "
|
|
9408
|
-
"description": "
|
|
9409
|
-
"attribute": "
|
|
9426
|
+
"default": "false",
|
|
9427
|
+
"description": "Whether to show an arrow pointing to the anchor element.",
|
|
9428
|
+
"attribute": "arrow"
|
|
9410
9429
|
},
|
|
9411
9430
|
{
|
|
9412
9431
|
"kind": "field",
|
|
9413
9432
|
"name": "offset",
|
|
9414
9433
|
"type": {
|
|
9415
|
-
"text": "
|
|
9434
|
+
"text": "PopoverOffset | undefined"
|
|
9416
9435
|
},
|
|
9417
9436
|
"privacy": "public",
|
|
9418
9437
|
"default": "undefined",
|
|
9419
|
-
"description": "The offset of the
|
|
9438
|
+
"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.",
|
|
9420
9439
|
"attribute": "offset"
|
|
9421
9440
|
},
|
|
9422
9441
|
{
|
|
@@ -9427,7 +9446,7 @@
|
|
|
9427
9446
|
},
|
|
9428
9447
|
"privacy": "public",
|
|
9429
9448
|
"default": "'auto'",
|
|
9430
|
-
"description": "The dismiss mode for the
|
|
9449
|
+
"description": "The dismiss mode for the popover.\n- 'auto': Automatically closes on outside clicks and Escape key\n- 'manual': Requires manual control to close",
|
|
9431
9450
|
"attribute": "dismiss-mode"
|
|
9432
9451
|
}
|
|
9433
9452
|
],
|
|
@@ -9438,16 +9457,16 @@
|
|
|
9438
9457
|
"text": "Element | null"
|
|
9439
9458
|
},
|
|
9440
9459
|
"default": "null",
|
|
9441
|
-
"description": "The anchor element to position the
|
|
9460
|
+
"description": "The anchor element to position the popover relative to.",
|
|
9442
9461
|
"fieldName": "anchor"
|
|
9443
9462
|
},
|
|
9444
9463
|
{
|
|
9445
9464
|
"name": "placement",
|
|
9446
9465
|
"type": {
|
|
9447
|
-
"text": "
|
|
9466
|
+
"text": "PopoverPlacement"
|
|
9448
9467
|
},
|
|
9449
9468
|
"default": "'bottom-start'",
|
|
9450
|
-
"description": "The placement of the
|
|
9469
|
+
"description": "The placement of the popover relative to the anchor.",
|
|
9451
9470
|
"fieldName": "placement"
|
|
9452
9471
|
},
|
|
9453
9472
|
{
|
|
@@ -9455,8 +9474,8 @@
|
|
|
9455
9474
|
"type": {
|
|
9456
9475
|
"text": "boolean"
|
|
9457
9476
|
},
|
|
9458
|
-
"default": "
|
|
9459
|
-
"description": "Whether the
|
|
9477
|
+
"default": "false",
|
|
9478
|
+
"description": "Whether the popover should flip to the opposite side when there's no space.",
|
|
9460
9479
|
"fieldName": "flip"
|
|
9461
9480
|
},
|
|
9462
9481
|
{
|
|
@@ -9465,7 +9484,7 @@
|
|
|
9465
9484
|
"text": "boolean"
|
|
9466
9485
|
},
|
|
9467
9486
|
"default": "false",
|
|
9468
|
-
"description": "Whether the
|
|
9487
|
+
"description": "Whether the popover should shift to stay in view.",
|
|
9469
9488
|
"fieldName": "shift"
|
|
9470
9489
|
},
|
|
9471
9490
|
{
|
|
@@ -9474,25 +9493,25 @@
|
|
|
9474
9493
|
"text": "boolean"
|
|
9475
9494
|
},
|
|
9476
9495
|
"default": "false",
|
|
9477
|
-
"description": "Whether the
|
|
9496
|
+
"description": "Whether the popover is open.",
|
|
9478
9497
|
"fieldName": "open"
|
|
9479
9498
|
},
|
|
9480
9499
|
{
|
|
9481
|
-
"name": "
|
|
9500
|
+
"name": "arrow",
|
|
9482
9501
|
"type": {
|
|
9483
|
-
"text": "
|
|
9502
|
+
"text": "boolean"
|
|
9484
9503
|
},
|
|
9485
|
-
"default": "
|
|
9486
|
-
"description": "
|
|
9487
|
-
"fieldName": "
|
|
9504
|
+
"default": "false",
|
|
9505
|
+
"description": "Whether to show an arrow pointing to the anchor element.",
|
|
9506
|
+
"fieldName": "arrow"
|
|
9488
9507
|
},
|
|
9489
9508
|
{
|
|
9490
9509
|
"name": "offset",
|
|
9491
9510
|
"type": {
|
|
9492
|
-
"text": "
|
|
9511
|
+
"text": "PopoverOffset | undefined"
|
|
9493
9512
|
},
|
|
9494
9513
|
"default": "undefined",
|
|
9495
|
-
"description": "The offset of the
|
|
9514
|
+
"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.",
|
|
9496
9515
|
"fieldName": "offset"
|
|
9497
9516
|
},
|
|
9498
9517
|
{
|
|
@@ -9501,7 +9520,7 @@
|
|
|
9501
9520
|
"text": "'auto' | 'manual'"
|
|
9502
9521
|
},
|
|
9503
9522
|
"default": "'auto'",
|
|
9504
|
-
"description": "The dismiss mode for the
|
|
9523
|
+
"description": "The dismiss mode for the popover.\n- 'auto': Automatically closes on outside clicks and Escape key\n- 'manual': Requires manual control to close",
|
|
9505
9524
|
"fieldName": "dismissMode"
|
|
9506
9525
|
}
|
|
9507
9526
|
],
|
|
@@ -9509,26 +9528,88 @@
|
|
|
9509
9528
|
"name": "LitElement",
|
|
9510
9529
|
"package": "lit"
|
|
9511
9530
|
},
|
|
9512
|
-
"summary": "A
|
|
9513
|
-
"tagName": "forge-ai-
|
|
9531
|
+
"summary": "A popover component that provides styled overlay functionality.",
|
|
9532
|
+
"tagName": "forge-ai-popover",
|
|
9514
9533
|
"customElement": true
|
|
9515
9534
|
}
|
|
9516
9535
|
],
|
|
9517
9536
|
"exports": [
|
|
9518
9537
|
{
|
|
9519
9538
|
"kind": "js",
|
|
9520
|
-
"name": "
|
|
9539
|
+
"name": "ForgeAiPopoverComponent",
|
|
9521
9540
|
"declaration": {
|
|
9522
|
-
"name": "
|
|
9523
|
-
"module": "src/lib/core/
|
|
9541
|
+
"name": "ForgeAiPopoverComponent",
|
|
9542
|
+
"module": "src/lib/core/popover/popover.ts"
|
|
9524
9543
|
}
|
|
9525
9544
|
},
|
|
9526
9545
|
{
|
|
9527
9546
|
"kind": "custom-element-definition",
|
|
9528
|
-
"name": "forge-ai-
|
|
9547
|
+
"name": "forge-ai-popover",
|
|
9529
9548
|
"declaration": {
|
|
9530
|
-
"name": "
|
|
9531
|
-
"module": "src/lib/core/
|
|
9549
|
+
"name": "ForgeAiPopoverComponent",
|
|
9550
|
+
"module": "src/lib/core/popover/popover.ts"
|
|
9551
|
+
}
|
|
9552
|
+
}
|
|
9553
|
+
]
|
|
9554
|
+
},
|
|
9555
|
+
{
|
|
9556
|
+
"kind": "javascript-module",
|
|
9557
|
+
"path": "src/lib/tools/ai-data-table/ai-data-table-definition.ts",
|
|
9558
|
+
"declarations": [
|
|
9559
|
+
{
|
|
9560
|
+
"kind": "variable",
|
|
9561
|
+
"name": "displayDataTableTool",
|
|
9562
|
+
"type": {
|
|
9563
|
+
"text": "ToolDefinition"
|
|
9564
|
+
},
|
|
9565
|
+
"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' }) }"
|
|
9566
|
+
}
|
|
9567
|
+
],
|
|
9568
|
+
"exports": [
|
|
9569
|
+
{
|
|
9570
|
+
"kind": "js",
|
|
9571
|
+
"name": "displayDataTableTool",
|
|
9572
|
+
"declaration": {
|
|
9573
|
+
"name": "displayDataTableTool",
|
|
9574
|
+
"module": "src/lib/tools/ai-data-table/ai-data-table-definition.ts"
|
|
9575
|
+
}
|
|
9576
|
+
}
|
|
9577
|
+
]
|
|
9578
|
+
},
|
|
9579
|
+
{
|
|
9580
|
+
"kind": "javascript-module",
|
|
9581
|
+
"path": "src/lib/tools/ai-data-table/ai-data-table.ts",
|
|
9582
|
+
"declarations": [
|
|
9583
|
+
{
|
|
9584
|
+
"kind": "class",
|
|
9585
|
+
"description": "Data table component tool renderer for displaying tabular data with pagination and filtering.",
|
|
9586
|
+
"name": "DataTableToolElement",
|
|
9587
|
+
"members": [
|
|
9588
|
+
{
|
|
9589
|
+
"kind": "field",
|
|
9590
|
+
"name": "toolCall",
|
|
9591
|
+
"type": {
|
|
9592
|
+
"text": "ToolCall<TableData>"
|
|
9593
|
+
},
|
|
9594
|
+
"privacy": "public",
|
|
9595
|
+
"description": "Tool call data containing table configuration and data"
|
|
9596
|
+
}
|
|
9597
|
+
],
|
|
9598
|
+
"superclass": {
|
|
9599
|
+
"name": "LitElement",
|
|
9600
|
+
"package": "lit"
|
|
9601
|
+
},
|
|
9602
|
+
"tagName": "forge-ai-tool-data-table",
|
|
9603
|
+
"customElement": true
|
|
9604
|
+
}
|
|
9605
|
+
],
|
|
9606
|
+
"exports": [
|
|
9607
|
+
{
|
|
9608
|
+
"kind": "custom-element-definition",
|
|
9609
|
+
"name": "forge-ai-tool-data-table",
|
|
9610
|
+
"declaration": {
|
|
9611
|
+
"name": "DataTableToolElement",
|
|
9612
|
+
"module": "src/lib/tools/ai-data-table/ai-data-table.ts"
|
|
9532
9613
|
}
|
|
9533
9614
|
}
|
|
9534
9615
|
]
|
|
@@ -9763,68 +9844,6 @@
|
|
|
9763
9844
|
}
|
|
9764
9845
|
]
|
|
9765
9846
|
},
|
|
9766
|
-
{
|
|
9767
|
-
"kind": "javascript-module",
|
|
9768
|
-
"path": "src/lib/tools/ai-data-table/ai-data-table-definition.ts",
|
|
9769
|
-
"declarations": [
|
|
9770
|
-
{
|
|
9771
|
-
"kind": "variable",
|
|
9772
|
-
"name": "displayDataTableTool",
|
|
9773
|
-
"type": {
|
|
9774
|
-
"text": "ToolDefinition"
|
|
9775
|
-
},
|
|
9776
|
-
"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' }) }"
|
|
9777
|
-
}
|
|
9778
|
-
],
|
|
9779
|
-
"exports": [
|
|
9780
|
-
{
|
|
9781
|
-
"kind": "js",
|
|
9782
|
-
"name": "displayDataTableTool",
|
|
9783
|
-
"declaration": {
|
|
9784
|
-
"name": "displayDataTableTool",
|
|
9785
|
-
"module": "src/lib/tools/ai-data-table/ai-data-table-definition.ts"
|
|
9786
|
-
}
|
|
9787
|
-
}
|
|
9788
|
-
]
|
|
9789
|
-
},
|
|
9790
|
-
{
|
|
9791
|
-
"kind": "javascript-module",
|
|
9792
|
-
"path": "src/lib/tools/ai-data-table/ai-data-table.ts",
|
|
9793
|
-
"declarations": [
|
|
9794
|
-
{
|
|
9795
|
-
"kind": "class",
|
|
9796
|
-
"description": "Data table component tool renderer for displaying tabular data with pagination and filtering.",
|
|
9797
|
-
"name": "DataTableToolElement",
|
|
9798
|
-
"members": [
|
|
9799
|
-
{
|
|
9800
|
-
"kind": "field",
|
|
9801
|
-
"name": "toolCall",
|
|
9802
|
-
"type": {
|
|
9803
|
-
"text": "ToolCall<TableData>"
|
|
9804
|
-
},
|
|
9805
|
-
"privacy": "public",
|
|
9806
|
-
"description": "Tool call data containing table configuration and data"
|
|
9807
|
-
}
|
|
9808
|
-
],
|
|
9809
|
-
"superclass": {
|
|
9810
|
-
"name": "LitElement",
|
|
9811
|
-
"package": "lit"
|
|
9812
|
-
},
|
|
9813
|
-
"tagName": "forge-ai-tool-data-table",
|
|
9814
|
-
"customElement": true
|
|
9815
|
-
}
|
|
9816
|
-
],
|
|
9817
|
-
"exports": [
|
|
9818
|
-
{
|
|
9819
|
-
"kind": "custom-element-definition",
|
|
9820
|
-
"name": "forge-ai-tool-data-table",
|
|
9821
|
-
"declaration": {
|
|
9822
|
-
"name": "DataTableToolElement",
|
|
9823
|
-
"module": "src/lib/tools/ai-data-table/ai-data-table.ts"
|
|
9824
|
-
}
|
|
9825
|
-
}
|
|
9826
|
-
]
|
|
9827
|
-
},
|
|
9828
9847
|
{
|
|
9829
9848
|
"kind": "javascript-module",
|
|
9830
9849
|
"path": "src/lib/tools/ai-paginator/ai-paginator.ts",
|
|
@@ -9958,14 +9977,6 @@
|
|
|
9958
9977
|
"path": "src/lib/ai-agent-info/ai-agent-info.ts",
|
|
9959
9978
|
"lineNumber": 29
|
|
9960
9979
|
},
|
|
9961
|
-
"ForgeAiAssistantResponseFeedbackEventData": {
|
|
9962
|
-
"path": "src/lib/ai-assistant-response/ai-assistant-response.ts",
|
|
9963
|
-
"lineNumber": 30
|
|
9964
|
-
},
|
|
9965
|
-
"AiAssistantResponseComponent": {
|
|
9966
|
-
"path": "src/lib/ai-assistant-response/ai-assistant-response.ts",
|
|
9967
|
-
"lineNumber": 47
|
|
9968
|
-
},
|
|
9969
9980
|
"ForgeAiAttachmentRemoveEventData": {
|
|
9970
9981
|
"path": "src/lib/ai-attachment/ai-attachment.ts",
|
|
9971
9982
|
"lineNumber": 19
|
|
@@ -9978,9 +9989,13 @@
|
|
|
9978
9989
|
"path": "src/lib/ai-button/ai-button.ts",
|
|
9979
9990
|
"lineNumber": 22
|
|
9980
9991
|
},
|
|
9981
|
-
"
|
|
9982
|
-
"path": "src/lib/ai-
|
|
9983
|
-
"lineNumber":
|
|
9992
|
+
"ForgeAiAssistantResponseFeedbackEventData": {
|
|
9993
|
+
"path": "src/lib/ai-assistant-response/ai-assistant-response.ts",
|
|
9994
|
+
"lineNumber": 30
|
|
9995
|
+
},
|
|
9996
|
+
"AiAssistantResponseComponent": {
|
|
9997
|
+
"path": "src/lib/ai-assistant-response/ai-assistant-response.ts",
|
|
9998
|
+
"lineNumber": 47
|
|
9984
9999
|
},
|
|
9985
10000
|
"MinimizeIconType": {
|
|
9986
10001
|
"path": "src/lib/ai-chat-header/ai-chat-header.ts",
|
|
@@ -9994,14 +10009,14 @@
|
|
|
9994
10009
|
"path": "src/lib/ai-chat-header/ai-chat-header.ts",
|
|
9995
10010
|
"lineNumber": 68
|
|
9996
10011
|
},
|
|
10012
|
+
"AiChainOfThoughtComponent": {
|
|
10013
|
+
"path": "src/lib/ai-chain-of-thought/ai-chain-of-thought.ts",
|
|
10014
|
+
"lineNumber": 17
|
|
10015
|
+
},
|
|
9997
10016
|
"AiChatInterfaceComponent": {
|
|
9998
10017
|
"path": "src/lib/ai-chat-interface/ai-chat-interface.ts",
|
|
9999
10018
|
"lineNumber": 25
|
|
10000
10019
|
},
|
|
10001
|
-
"AiConfirmationPromptComponent": {
|
|
10002
|
-
"path": "src/lib/ai-confirmation-prompt/ai-confirmation-prompt.ts",
|
|
10003
|
-
"lineNumber": 27
|
|
10004
|
-
},
|
|
10005
10020
|
"AgUiAdapterConfig": {
|
|
10006
10021
|
"path": "src/lib/ai-chatbot/ag-ui-adapter.ts",
|
|
10007
10022
|
"lineNumber": 27
|
|
@@ -10302,6 +10317,10 @@
|
|
|
10302
10317
|
"path": "src/lib/ai-chatbot/types.ts",
|
|
10303
10318
|
"lineNumber": 225
|
|
10304
10319
|
},
|
|
10320
|
+
"AiConfirmationPromptComponent": {
|
|
10321
|
+
"path": "src/lib/ai-confirmation-prompt/ai-confirmation-prompt.ts",
|
|
10322
|
+
"lineNumber": 27
|
|
10323
|
+
},
|
|
10305
10324
|
"AiDialogComponent": {
|
|
10306
10325
|
"path": "src/lib/ai-dialog/ai-dialog.ts",
|
|
10307
10326
|
"lineNumber": 35
|
|
@@ -10462,10 +10481,6 @@
|
|
|
10462
10481
|
"path": "src/lib/ai-prompt/ai-prompt.ts",
|
|
10463
10482
|
"lineNumber": 62
|
|
10464
10483
|
},
|
|
10465
|
-
"AiResponseMessageComponent": {
|
|
10466
|
-
"path": "src/lib/ai-response-message/ai-response-message.ts",
|
|
10467
|
-
"lineNumber": 19
|
|
10468
|
-
},
|
|
10469
10484
|
"AiReasoningComponent": {
|
|
10470
10485
|
"path": "src/lib/ai-reasoning/ai-reasoning.ts",
|
|
10471
10486
|
"lineNumber": 17
|
|
@@ -10474,6 +10489,10 @@
|
|
|
10474
10489
|
"path": "src/lib/ai-reasoning-header/ai-reasoning-header.ts",
|
|
10475
10490
|
"lineNumber": 22
|
|
10476
10491
|
},
|
|
10492
|
+
"AiResponseMessageComponent": {
|
|
10493
|
+
"path": "src/lib/ai-response-message/ai-response-message.ts",
|
|
10494
|
+
"lineNumber": 19
|
|
10495
|
+
},
|
|
10477
10496
|
"AiSidebarComponent": {
|
|
10478
10497
|
"path": "src/lib/ai-sidebar/ai-sidebar.ts",
|
|
10479
10498
|
"lineNumber": 28
|
|
@@ -10494,6 +10513,18 @@
|
|
|
10494
10513
|
"path": "src/lib/ai-spinner/ai-spinner.ts",
|
|
10495
10514
|
"lineNumber": 27
|
|
10496
10515
|
},
|
|
10516
|
+
"Thread": {
|
|
10517
|
+
"path": "src/lib/ai-threads/ai-threads.ts",
|
|
10518
|
+
"lineNumber": 19
|
|
10519
|
+
},
|
|
10520
|
+
"ForgeAiThreadsSelectEventData": {
|
|
10521
|
+
"path": "src/lib/ai-threads/ai-threads.ts",
|
|
10522
|
+
"lineNumber": 26
|
|
10523
|
+
},
|
|
10524
|
+
"AiThreadsComponent": {
|
|
10525
|
+
"path": "src/lib/ai-threads/ai-threads.ts",
|
|
10526
|
+
"lineNumber": 46
|
|
10527
|
+
},
|
|
10497
10528
|
"Suggestion": {
|
|
10498
10529
|
"path": "src/lib/ai-suggestions/ai-suggestions.ts",
|
|
10499
10530
|
"lineNumber": 20
|
|
@@ -10518,18 +10549,6 @@
|
|
|
10518
10549
|
"path": "src/lib/ai-user-message/ai-user-message.ts",
|
|
10519
10550
|
"lineNumber": 17
|
|
10520
10551
|
},
|
|
10521
|
-
"Thread": {
|
|
10522
|
-
"path": "src/lib/ai-threads/ai-threads.ts",
|
|
10523
|
-
"lineNumber": 19
|
|
10524
|
-
},
|
|
10525
|
-
"ForgeAiThreadsSelectEventData": {
|
|
10526
|
-
"path": "src/lib/ai-threads/ai-threads.ts",
|
|
10527
|
-
"lineNumber": 26
|
|
10528
|
-
},
|
|
10529
|
-
"AiThreadsComponent": {
|
|
10530
|
-
"path": "src/lib/ai-threads/ai-threads.ts",
|
|
10531
|
-
"lineNumber": 46
|
|
10532
|
-
},
|
|
10533
10552
|
"SpeechRecognitionAlternative": {
|
|
10534
10553
|
"path": "src/lib/ai-voice-input/ai-voice-input.ts",
|
|
10535
10554
|
"lineNumber": 18
|
|
@@ -10594,6 +10613,18 @@
|
|
|
10594
10613
|
"path": "src/lib/ai-reasoning/reasoning-content/reasoning-content.ts",
|
|
10595
10614
|
"lineNumber": 17
|
|
10596
10615
|
},
|
|
10616
|
+
"OverlayPlacement": {
|
|
10617
|
+
"path": "src/lib/core/overlay/overlay.ts",
|
|
10618
|
+
"lineNumber": 31
|
|
10619
|
+
},
|
|
10620
|
+
"OverlayOffset": {
|
|
10621
|
+
"path": "src/lib/core/overlay/overlay.ts",
|
|
10622
|
+
"lineNumber": 33
|
|
10623
|
+
},
|
|
10624
|
+
"ForgeAiOverlayComponent": {
|
|
10625
|
+
"path": "src/lib/core/overlay/overlay.ts",
|
|
10626
|
+
"lineNumber": 40
|
|
10627
|
+
},
|
|
10597
10628
|
"PopoverToggleEventData": {
|
|
10598
10629
|
"path": "src/lib/core/popover/popover.ts",
|
|
10599
10630
|
"lineNumber": 18
|
|
@@ -10610,17 +10641,13 @@
|
|
|
10610
10641
|
"path": "src/lib/core/popover/popover.ts",
|
|
10611
10642
|
"lineNumber": 37
|
|
10612
10643
|
},
|
|
10613
|
-
"
|
|
10614
|
-
"path": "src/lib/
|
|
10615
|
-
"lineNumber":
|
|
10616
|
-
},
|
|
10617
|
-
"OverlayOffset": {
|
|
10618
|
-
"path": "src/lib/core/overlay/overlay.ts",
|
|
10619
|
-
"lineNumber": 33
|
|
10644
|
+
"TableData": {
|
|
10645
|
+
"path": "src/lib/tools/ai-data-table/ai-data-table.ts",
|
|
10646
|
+
"lineNumber": 16
|
|
10620
10647
|
},
|
|
10621
|
-
"
|
|
10622
|
-
"path": "src/lib/
|
|
10623
|
-
"lineNumber":
|
|
10648
|
+
"DataTableToolElement": {
|
|
10649
|
+
"path": "src/lib/tools/ai-data-table/ai-data-table.ts",
|
|
10650
|
+
"lineNumber": 32
|
|
10624
10651
|
},
|
|
10625
10652
|
"TooltipToggleEventDetail": {
|
|
10626
10653
|
"path": "src/lib/core/tooltip/tooltip.ts",
|
|
@@ -10638,14 +10665,6 @@
|
|
|
10638
10665
|
"path": "src/lib/core/tooltip/tooltip.ts",
|
|
10639
10666
|
"lineNumber": 44
|
|
10640
10667
|
},
|
|
10641
|
-
"TableData": {
|
|
10642
|
-
"path": "src/lib/tools/ai-data-table/ai-data-table.ts",
|
|
10643
|
-
"lineNumber": 16
|
|
10644
|
-
},
|
|
10645
|
-
"DataTableToolElement": {
|
|
10646
|
-
"path": "src/lib/tools/ai-data-table/ai-data-table.ts",
|
|
10647
|
-
"lineNumber": 32
|
|
10648
|
-
},
|
|
10649
10668
|
"AiPaginator": {
|
|
10650
10669
|
"path": "src/lib/tools/ai-paginator/ai-paginator.ts",
|
|
10651
10670
|
"lineNumber": 11
|