@tylertech/forge-ai 0.7.0 → 0.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -102,6 +102,15 @@
102
102
  "privacy": "public",
103
103
  "default": "false",
104
104
  "attribute": "enable-reactions"
105
+ },
106
+ {
107
+ "kind": "field",
108
+ "name": "feedbackType",
109
+ "type": {
110
+ "text": "FeedbackType | undefined"
111
+ },
112
+ "privacy": "public",
113
+ "attribute": "feedback-type"
105
114
  }
106
115
  ],
107
116
  "events": [
@@ -128,6 +137,13 @@
128
137
  },
129
138
  "default": "false",
130
139
  "fieldName": "enableReactions"
140
+ },
141
+ {
142
+ "name": "feedback-type",
143
+ "type": {
144
+ "text": "FeedbackType | undefined"
145
+ },
146
+ "fieldName": "feedbackType"
131
147
  }
132
148
  ],
133
149
  "superclass": {
@@ -166,133 +182,133 @@
166
182
  },
167
183
  {
168
184
  "kind": "javascript-module",
169
- "path": "src/lib/ai-agent-info/ai-agent-info.ts",
185
+ "path": "src/lib/ai-artifact/ai-artifact.ts",
170
186
  "declarations": [
171
187
  {
172
188
  "kind": "variable",
173
- "name": "AiAgentInfoComponentTagName",
189
+ "name": "AiArtifactComponentTagName",
174
190
  "type": {
175
191
  "text": "keyof HTMLElementTagNameMap"
176
192
  },
177
- "default": "'forge-ai-agent-info'"
193
+ "default": "'forge-ai-artifact'"
178
194
  },
179
195
  {
180
196
  "kind": "class",
181
197
  "description": "",
182
- "name": "AiAgentInfoComponent",
183
- "members": [
198
+ "name": "AiArtifactComponent",
199
+ "cssProperties": [
184
200
  {
185
- "kind": "field",
186
- "name": "agentInfo",
187
- "type": {
188
- "text": "AgentInfo | undefined"
189
- },
190
- "privacy": "public",
191
- "description": "Agent information to display"
201
+ "description": "Surface color override for the toolbar (defaults to transparent)",
202
+ "name": "--forge-theme-surface"
203
+ }
204
+ ],
205
+ "slots": [
206
+ {
207
+ "description": "Content for the start (left) side of the toolbar, typically used for titles or headings",
208
+ "name": "start"
209
+ },
210
+ {
211
+ "description": "Action buttons for the end (right) side of the toolbar",
212
+ "name": "actions"
213
+ },
214
+ {
215
+ "description": "Main content area below the toolbar",
216
+ "name": ""
192
217
  }
193
218
  ],
219
+ "members": [],
194
220
  "superclass": {
195
221
  "name": "LitElement",
196
222
  "package": "lit"
197
223
  },
198
- "tagName": "forge-ai-agent-info",
199
- "customElement": true,
200
- "summary": "Displays agent information in a grid layout"
224
+ "tagName": "forge-ai-artifact",
225
+ "customElement": true
201
226
  }
202
227
  ],
203
228
  "exports": [
204
229
  {
205
230
  "kind": "js",
206
- "name": "AiAgentInfoComponentTagName",
231
+ "name": "AiArtifactComponentTagName",
207
232
  "declaration": {
208
- "name": "AiAgentInfoComponentTagName",
209
- "module": "src/lib/ai-agent-info/ai-agent-info.ts"
233
+ "name": "AiArtifactComponentTagName",
234
+ "module": "src/lib/ai-artifact/ai-artifact.ts"
210
235
  }
211
236
  },
212
237
  {
213
238
  "kind": "js",
214
- "name": "AiAgentInfoComponent",
239
+ "name": "AiArtifactComponent",
215
240
  "declaration": {
216
- "name": "AiAgentInfoComponent",
217
- "module": "src/lib/ai-agent-info/ai-agent-info.ts"
241
+ "name": "AiArtifactComponent",
242
+ "module": "src/lib/ai-artifact/ai-artifact.ts"
218
243
  }
219
244
  },
220
245
  {
221
246
  "kind": "custom-element-definition",
222
247
  "declaration": {
223
- "name": "AiAgentInfoComponent",
224
- "module": "src/lib/ai-agent-info/ai-agent-info.ts"
248
+ "name": "AiArtifactComponent",
249
+ "module": "src/lib/ai-artifact/ai-artifact.ts"
225
250
  }
226
251
  }
227
252
  ]
228
253
  },
229
254
  {
230
255
  "kind": "javascript-module",
231
- "path": "src/lib/ai-artifact/ai-artifact.ts",
256
+ "path": "src/lib/ai-agent-info/ai-agent-info.ts",
232
257
  "declarations": [
233
258
  {
234
259
  "kind": "variable",
235
- "name": "AiArtifactComponentTagName",
260
+ "name": "AiAgentInfoComponentTagName",
236
261
  "type": {
237
262
  "text": "keyof HTMLElementTagNameMap"
238
263
  },
239
- "default": "'forge-ai-artifact'"
264
+ "default": "'forge-ai-agent-info'"
240
265
  },
241
266
  {
242
267
  "kind": "class",
243
268
  "description": "",
244
- "name": "AiArtifactComponent",
245
- "cssProperties": [
246
- {
247
- "description": "Surface color override for the toolbar (defaults to transparent)",
248
- "name": "--forge-theme-surface"
249
- }
250
- ],
251
- "slots": [
252
- {
253
- "description": "Content for the start (left) side of the toolbar, typically used for titles or headings",
254
- "name": "start"
255
- },
256
- {
257
- "description": "Action buttons for the end (right) side of the toolbar",
258
- "name": "actions"
259
- },
269
+ "name": "AiAgentInfoComponent",
270
+ "members": [
260
271
  {
261
- "description": "Main content area below the toolbar",
262
- "name": ""
272
+ "kind": "field",
273
+ "name": "agentInfo",
274
+ "type": {
275
+ "text": "AgentInfo | undefined"
276
+ },
277
+ "privacy": "public",
278
+ "description": "Agent information to display"
263
279
  }
264
280
  ],
265
- "members": [],
266
281
  "superclass": {
267
282
  "name": "LitElement",
268
283
  "package": "lit"
269
284
  },
270
- "tagName": "forge-ai-artifact",
271
- "customElement": true
285
+ "tagName": "forge-ai-agent-info",
286
+ "customElement": true,
287
+ "summary": "Displays agent information in a grid layout"
272
288
  }
273
289
  ],
274
290
  "exports": [
275
291
  {
276
292
  "kind": "js",
277
- "name": "AiArtifactComponentTagName",
293
+ "name": "AiAgentInfoComponentTagName",
278
294
  "declaration": {
279
- "name": "AiArtifactComponentTagName",
280
- "module": "src/lib/ai-artifact/ai-artifact.ts"
295
+ "name": "AiAgentInfoComponentTagName",
296
+ "module": "src/lib/ai-agent-info/ai-agent-info.ts"
281
297
  }
282
298
  },
283
299
  {
284
300
  "kind": "js",
285
- "name": "AiArtifactComponent",
301
+ "name": "AiAgentInfoComponent",
286
302
  "declaration": {
287
- "name": "AiArtifactComponent",
288
- "module": "src/lib/ai-artifact/ai-artifact.ts"
303
+ "name": "AiAgentInfoComponent",
304
+ "module": "src/lib/ai-agent-info/ai-agent-info.ts"
289
305
  }
290
306
  },
291
307
  {
292
308
  "kind": "custom-element-definition",
293
309
  "declaration": {
294
- "name": "AiArtifactComponent",
295
- "module": "src/lib/ai-artifact/ai-artifact.ts"
310
+ "name": "AiAgentInfoComponent",
311
+ "module": "src/lib/ai-agent-info/ai-agent-info.ts"
296
312
  }
297
313
  }
298
314
  ]
@@ -368,14 +384,14 @@
368
384
  },
369
385
  {
370
386
  "type": {
371
- "text": "CustomEvent<{ responseId: string }>"
387
+ "text": "CustomEvent<ForgeAiAssistantResponseFeedbackEventData>"
372
388
  },
373
389
  "description": "Fired when thumbs up is clicked",
374
390
  "name": "forge-ai-assistant-response-thumbs-up"
375
391
  },
376
392
  {
377
393
  "type": {
378
- "text": "CustomEvent<{ responseId: string }>"
394
+ "text": "CustomEvent<ForgeAiAssistantResponseFeedbackEventData>"
379
395
  },
380
396
  "description": "Fired when thumbs down is clicked",
381
397
  "name": "forge-ai-assistant-response-thumbs-down"
@@ -685,6 +701,81 @@
685
701
  }
686
702
  ]
687
703
  },
704
+ {
705
+ "kind": "javascript-module",
706
+ "path": "src/lib/ai-chain-of-thought/ai-chain-of-thought.ts",
707
+ "declarations": [
708
+ {
709
+ "kind": "variable",
710
+ "name": "AiChainOfThoughtComponentTagName",
711
+ "type": {
712
+ "text": "keyof HTMLElementTagNameMap"
713
+ },
714
+ "default": "'forge-ai-chain-of-thought'"
715
+ },
716
+ {
717
+ "kind": "class",
718
+ "description": "",
719
+ "name": "AiChainOfThoughtComponent",
720
+ "members": [
721
+ {
722
+ "kind": "field",
723
+ "name": "expanded",
724
+ "type": {
725
+ "text": "boolean"
726
+ },
727
+ "privacy": "public",
728
+ "default": "false",
729
+ "description": "Whether the chain of thought is expanded",
730
+ "attribute": "expanded",
731
+ "reflects": true
732
+ }
733
+ ],
734
+ "attributes": [
735
+ {
736
+ "name": "expanded",
737
+ "type": {
738
+ "text": "boolean"
739
+ },
740
+ "default": "false",
741
+ "description": "Whether the chain of thought is expanded",
742
+ "fieldName": "expanded"
743
+ }
744
+ ],
745
+ "superclass": {
746
+ "name": "LitElement",
747
+ "package": "lit"
748
+ },
749
+ "tagName": "forge-ai-chain-of-thought",
750
+ "customElement": true
751
+ }
752
+ ],
753
+ "exports": [
754
+ {
755
+ "kind": "js",
756
+ "name": "AiChainOfThoughtComponentTagName",
757
+ "declaration": {
758
+ "name": "AiChainOfThoughtComponentTagName",
759
+ "module": "src/lib/ai-chain-of-thought/ai-chain-of-thought.ts"
760
+ }
761
+ },
762
+ {
763
+ "kind": "js",
764
+ "name": "AiChainOfThoughtComponent",
765
+ "declaration": {
766
+ "name": "AiChainOfThoughtComponent",
767
+ "module": "src/lib/ai-chain-of-thought/ai-chain-of-thought.ts"
768
+ }
769
+ },
770
+ {
771
+ "kind": "custom-element-definition",
772
+ "declaration": {
773
+ "name": "AiChainOfThoughtComponent",
774
+ "module": "src/lib/ai-chain-of-thought/ai-chain-of-thought.ts"
775
+ }
776
+ }
777
+ ]
778
+ },
688
779
  {
689
780
  "kind": "javascript-module",
690
781
  "path": "src/lib/ai-chat-header/ai-chat-header.ts",
@@ -972,141 +1063,66 @@
972
1063
  },
973
1064
  {
974
1065
  "kind": "javascript-module",
975
- "path": "src/lib/ai-chain-of-thought/ai-chain-of-thought.ts",
1066
+ "path": "src/lib/ai-chat-interface/ai-chat-interface.ts",
976
1067
  "declarations": [
977
1068
  {
978
1069
  "kind": "variable",
979
- "name": "AiChainOfThoughtComponentTagName",
1070
+ "name": "AiChatInterfaceComponentTagName",
980
1071
  "type": {
981
1072
  "text": "keyof HTMLElementTagNameMap"
982
1073
  },
983
- "default": "'forge-ai-chain-of-thought'"
1074
+ "default": "'forge-ai-chat-interface'"
984
1075
  },
985
1076
  {
986
1077
  "kind": "class",
987
1078
  "description": "",
988
- "name": "AiChainOfThoughtComponent",
989
- "members": [
1079
+ "name": "AiChatInterfaceComponent",
1080
+ "slots": [
990
1081
  {
991
- "kind": "field",
992
- "name": "expanded",
993
- "type": {
994
- "text": "boolean"
995
- },
996
- "privacy": "public",
997
- "default": "false",
998
- "description": "Whether the chain of thought is expanded",
999
- "attribute": "expanded",
1000
- "reflects": true
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
+ },
1097
+ {
1098
+ "description": "Slot for AI prompt component",
1099
+ "name": "prompt"
1001
1100
  }
1002
1101
  ],
1003
- "attributes": [
1102
+ "members": [
1004
1103
  {
1005
- "name": "expanded",
1006
- "type": {
1007
- "text": "boolean"
1008
- },
1009
- "default": "false",
1010
- "description": "Whether the chain of thought is expanded",
1011
- "fieldName": "expanded"
1104
+ "kind": "method",
1105
+ "name": "scrollToBottom",
1106
+ "privacy": "public",
1107
+ "return": {
1108
+ "type": {
1109
+ "text": "void"
1110
+ }
1111
+ }
1012
1112
  }
1013
1113
  ],
1014
1114
  "superclass": {
1015
1115
  "name": "LitElement",
1016
1116
  "package": "lit"
1017
1117
  },
1018
- "tagName": "forge-ai-chain-of-thought",
1118
+ "tagName": "forge-ai-chat-interface",
1019
1119
  "customElement": true
1020
1120
  }
1021
1121
  ],
1022
1122
  "exports": [
1023
1123
  {
1024
1124
  "kind": "js",
1025
- "name": "AiChainOfThoughtComponentTagName",
1026
- "declaration": {
1027
- "name": "AiChainOfThoughtComponentTagName",
1028
- "module": "src/lib/ai-chain-of-thought/ai-chain-of-thought.ts"
1029
- }
1030
- },
1031
- {
1032
- "kind": "js",
1033
- "name": "AiChainOfThoughtComponent",
1034
- "declaration": {
1035
- "name": "AiChainOfThoughtComponent",
1036
- "module": "src/lib/ai-chain-of-thought/ai-chain-of-thought.ts"
1037
- }
1038
- },
1039
- {
1040
- "kind": "custom-element-definition",
1041
- "declaration": {
1042
- "name": "AiChainOfThoughtComponent",
1043
- "module": "src/lib/ai-chain-of-thought/ai-chain-of-thought.ts"
1044
- }
1045
- }
1046
- ]
1047
- },
1048
- {
1049
- "kind": "javascript-module",
1050
- "path": "src/lib/ai-chat-interface/ai-chat-interface.ts",
1051
- "declarations": [
1052
- {
1053
- "kind": "variable",
1054
- "name": "AiChatInterfaceComponentTagName",
1055
- "type": {
1056
- "text": "keyof HTMLElementTagNameMap"
1057
- },
1058
- "default": "'forge-ai-chat-interface'"
1059
- },
1060
- {
1061
- "kind": "class",
1062
- "description": "",
1063
- "name": "AiChatInterfaceComponent",
1064
- "slots": [
1065
- {
1066
- "description": "Default slot for messages",
1067
- "name": ""
1068
- },
1069
- {
1070
- "description": "Slot for AI chat header component",
1071
- "name": "header"
1072
- },
1073
- {
1074
- "description": "Slot for AI suggestions component",
1075
- "name": "suggestions"
1076
- },
1077
- {
1078
- "description": "Slot for file attachments component",
1079
- "name": "attachments"
1080
- },
1081
- {
1082
- "description": "Slot for AI prompt component",
1083
- "name": "prompt"
1084
- }
1085
- ],
1086
- "members": [
1087
- {
1088
- "kind": "method",
1089
- "name": "scrollToBottom",
1090
- "privacy": "public",
1091
- "return": {
1092
- "type": {
1093
- "text": "void"
1094
- }
1095
- }
1096
- }
1097
- ],
1098
- "superclass": {
1099
- "name": "LitElement",
1100
- "package": "lit"
1101
- },
1102
- "tagName": "forge-ai-chat-interface",
1103
- "customElement": true
1104
- }
1105
- ],
1106
- "exports": [
1107
- {
1108
- "kind": "js",
1109
- "name": "AiChatInterfaceComponentTagName",
1125
+ "name": "AiChatInterfaceComponentTagName",
1110
1126
  "declaration": {
1111
1127
  "name": "AiChatInterfaceComponentTagName",
1112
1128
  "module": "src/lib/ai-chat-interface/ai-chat-interface.ts"
@@ -1293,6 +1309,34 @@
1293
1309
  "module": "src/lib/ai-chatbot/agent-adapter.ts"
1294
1310
  }
1295
1311
  },
1312
+ {
1313
+ "kind": "method",
1314
+ "name": "setContext",
1315
+ "privacy": "public",
1316
+ "return": {
1317
+ "type": {
1318
+ "text": "void"
1319
+ }
1320
+ },
1321
+ "parameters": [
1322
+ {
1323
+ "name": "context",
1324
+ "type": {
1325
+ "text": "Record<string, unknown>"
1326
+ }
1327
+ }
1328
+ ]
1329
+ },
1330
+ {
1331
+ "kind": "method",
1332
+ "name": "getContext",
1333
+ "privacy": "public",
1334
+ "return": {
1335
+ "type": {
1336
+ "text": "Record<string, unknown>"
1337
+ }
1338
+ }
1339
+ },
1296
1340
  {
1297
1341
  "kind": "method",
1298
1342
  "name": "create",
@@ -3309,6 +3353,13 @@
3309
3353
  },
3310
3354
  "description": "Fired when header info option is selected",
3311
3355
  "name": "forge-ai-chatbot-info"
3356
+ },
3357
+ {
3358
+ "type": {
3359
+ "text": "CustomEvent<ForgeAiChatbotResponseFeedbackEventData>"
3360
+ },
3361
+ "description": "Fired when user provides feedback on a response (thumbs up/down)",
3362
+ "name": "forge-ai-chatbot-response-feedback"
3312
3363
  }
3313
3364
  ],
3314
3365
  "attributes": [
@@ -4469,6 +4520,30 @@
4469
4520
  }
4470
4521
  }
4471
4522
  ]
4523
+ },
4524
+ {
4525
+ "kind": "method",
4526
+ "name": "setResponseFeedback",
4527
+ "privacy": "public",
4528
+ "return": {
4529
+ "type": {
4530
+ "text": "void"
4531
+ }
4532
+ },
4533
+ "parameters": [
4534
+ {
4535
+ "name": "responseId",
4536
+ "type": {
4537
+ "text": "string"
4538
+ }
4539
+ },
4540
+ {
4541
+ "name": "feedback",
4542
+ "type": {
4543
+ "text": "ResponseFeedback"
4544
+ }
4545
+ }
4546
+ ]
4472
4547
  }
4473
4548
  ]
4474
4549
  }
@@ -6821,6 +6896,150 @@
6821
6896
  }
6822
6897
  ]
6823
6898
  },
6899
+ {
6900
+ "kind": "javascript-module",
6901
+ "path": "src/lib/ai-modal/ai-modal.ts",
6902
+ "declarations": [
6903
+ {
6904
+ "kind": "class",
6905
+ "description": "",
6906
+ "name": "AiModalComponent",
6907
+ "cssProperties": [
6908
+ {
6909
+ "description": "Width of the modal in non-fullscreen mode",
6910
+ "name": "--forge-ai-modal-width"
6911
+ },
6912
+ {
6913
+ "description": "Height of the modal in non-fullscreen mode",
6914
+ "name": "--forge-ai-modal-height"
6915
+ }
6916
+ ],
6917
+ "slots": [
6918
+ {
6919
+ "description": "Default slot for modal content",
6920
+ "name": ""
6921
+ }
6922
+ ],
6923
+ "members": [
6924
+ {
6925
+ "kind": "field",
6926
+ "name": "open",
6927
+ "type": {
6928
+ "text": "boolean"
6929
+ },
6930
+ "privacy": "public",
6931
+ "default": "false",
6932
+ "description": "Controls whether the modal is open or closed.",
6933
+ "attribute": "open"
6934
+ },
6935
+ {
6936
+ "kind": "field",
6937
+ "name": "fullscreen",
6938
+ "type": {
6939
+ "text": "boolean | undefined"
6940
+ },
6941
+ "privacy": "public",
6942
+ "description": "Controls whether the modal is displayed in fullscreen mode.\nWhen not explicitly set, this will be automatically determined based on viewport size.",
6943
+ "attribute": "fullscreen"
6944
+ },
6945
+ {
6946
+ "kind": "method",
6947
+ "name": "show",
6948
+ "privacy": "public",
6949
+ "return": {
6950
+ "type": {
6951
+ "text": "void"
6952
+ }
6953
+ },
6954
+ "description": "Shows the modal dialog."
6955
+ },
6956
+ {
6957
+ "kind": "method",
6958
+ "name": "close",
6959
+ "privacy": "public",
6960
+ "return": {
6961
+ "type": {
6962
+ "text": "void"
6963
+ }
6964
+ },
6965
+ "description": "Closes the modal dialog."
6966
+ }
6967
+ ],
6968
+ "events": [
6969
+ {
6970
+ "name": "forge-ai-modal-open",
6971
+ "type": {
6972
+ "text": "CustomEvent<void>"
6973
+ },
6974
+ "description": "Fired when the modal is opened"
6975
+ },
6976
+ {
6977
+ "name": "forge-ai-modal-close",
6978
+ "type": {
6979
+ "text": "CustomEvent<void>"
6980
+ },
6981
+ "description": "Fired when the modal is closed"
6982
+ },
6983
+ {
6984
+ "type": {
6985
+ "text": "CustomEvent<{ isFullscreen: boolean }>"
6986
+ },
6987
+ "description": "Fired when the fullscreen state changes",
6988
+ "name": "forge-ai-modal-fullscreen-change"
6989
+ }
6990
+ ],
6991
+ "attributes": [
6992
+ {
6993
+ "name": "open",
6994
+ "type": {
6995
+ "text": "boolean"
6996
+ },
6997
+ "default": "false",
6998
+ "description": "Controls whether the modal is open or closed.",
6999
+ "fieldName": "open"
7000
+ },
7001
+ {
7002
+ "name": "fullscreen",
7003
+ "type": {
7004
+ "text": "boolean | undefined"
7005
+ },
7006
+ "description": "Controls whether the modal is displayed in fullscreen mode.\nWhen not explicitly set, this will be automatically determined based on viewport size.",
7007
+ "fieldName": "fullscreen"
7008
+ }
7009
+ ],
7010
+ "superclass": {
7011
+ "name": "LitElement",
7012
+ "package": "lit"
7013
+ },
7014
+ "tagName": "forge-ai-modal",
7015
+ "customElement": true,
7016
+ "states": [
7017
+ {
7018
+ "name": "fullscreen",
7019
+ "description": "The modal is in fullscreen mode"
7020
+ }
7021
+ ]
7022
+ }
7023
+ ],
7024
+ "exports": [
7025
+ {
7026
+ "kind": "js",
7027
+ "name": "AiModalComponent",
7028
+ "declaration": {
7029
+ "name": "AiModalComponent",
7030
+ "module": "src/lib/ai-modal/ai-modal.ts"
7031
+ }
7032
+ },
7033
+ {
7034
+ "kind": "custom-element-definition",
7035
+ "name": "forge-ai-modal",
7036
+ "declaration": {
7037
+ "name": "AiModalComponent",
7038
+ "module": "src/lib/ai-modal/ai-modal.ts"
7039
+ }
7040
+ }
7041
+ ]
7042
+ },
6824
7043
  {
6825
7044
  "kind": "javascript-module",
6826
7045
  "path": "src/lib/ai-prompt/ai-prompt.ts",
@@ -6953,6 +7172,25 @@
6953
7172
  "default": "[]",
6954
7173
  "description": "Available slash commands"
6955
7174
  },
7175
+ {
7176
+ "kind": "method",
7177
+ "name": "addToHistory",
7178
+ "privacy": "public",
7179
+ "return": {
7180
+ "type": {
7181
+ "text": "void"
7182
+ }
7183
+ },
7184
+ "parameters": [
7185
+ {
7186
+ "name": "message",
7187
+ "type": {
7188
+ "text": "string"
7189
+ }
7190
+ }
7191
+ ],
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
+ },
6956
7194
  {
6957
7195
  "kind": "method",
6958
7196
  "name": "closeSlashMenu",
@@ -7154,144 +7392,52 @@
7154
7392
  },
7155
7393
  {
7156
7394
  "kind": "javascript-module",
7157
- "path": "src/lib/ai-modal/ai-modal.ts",
7395
+ "path": "src/lib/ai-response-message/ai-response-message.ts",
7158
7396
  "declarations": [
7397
+ {
7398
+ "kind": "variable",
7399
+ "name": "AiResponseMessageComponentTagName",
7400
+ "type": {
7401
+ "text": "keyof HTMLElementTagNameMap"
7402
+ },
7403
+ "default": "'forge-ai-response-message'"
7404
+ },
7159
7405
  {
7160
7406
  "kind": "class",
7161
7407
  "description": "",
7162
- "name": "AiModalComponent",
7163
- "cssProperties": [
7164
- {
7165
- "description": "Width of the modal in non-fullscreen mode",
7166
- "name": "--forge-ai-modal-width"
7167
- },
7168
- {
7169
- "description": "Height of the modal in non-fullscreen mode",
7170
- "name": "--forge-ai-modal-height"
7171
- }
7172
- ],
7173
- "slots": [
7174
- {
7175
- "description": "Default slot for modal content",
7176
- "name": ""
7177
- }
7178
- ],
7179
- "members": [
7180
- {
7181
- "kind": "field",
7182
- "name": "open",
7183
- "type": {
7184
- "text": "boolean"
7185
- },
7186
- "privacy": "public",
7187
- "default": "false",
7188
- "description": "Controls whether the modal is open or closed.",
7189
- "attribute": "open"
7190
- },
7191
- {
7192
- "kind": "field",
7193
- "name": "fullscreen",
7194
- "type": {
7195
- "text": "boolean | undefined"
7196
- },
7197
- "privacy": "public",
7198
- "description": "Controls whether the modal is displayed in fullscreen mode.\nWhen not explicitly set, this will be automatically determined based on viewport size.",
7199
- "attribute": "fullscreen"
7200
- },
7201
- {
7202
- "kind": "method",
7203
- "name": "show",
7204
- "privacy": "public",
7205
- "return": {
7206
- "type": {
7207
- "text": "void"
7208
- }
7209
- },
7210
- "description": "Shows the modal dialog."
7211
- },
7212
- {
7213
- "kind": "method",
7214
- "name": "close",
7215
- "privacy": "public",
7216
- "return": {
7217
- "type": {
7218
- "text": "void"
7219
- }
7220
- },
7221
- "description": "Closes the modal dialog."
7222
- }
7223
- ],
7224
- "events": [
7225
- {
7226
- "name": "forge-ai-modal-open",
7227
- "type": {
7228
- "text": "CustomEvent<void>"
7229
- },
7230
- "description": "Fired when the modal is opened"
7231
- },
7232
- {
7233
- "name": "forge-ai-modal-close",
7234
- "type": {
7235
- "text": "CustomEvent<void>"
7236
- },
7237
- "description": "Fired when the modal is closed"
7238
- },
7239
- {
7240
- "type": {
7241
- "text": "CustomEvent<{ isFullscreen: boolean }>"
7242
- },
7243
- "description": "Fired when the fullscreen state changes",
7244
- "name": "forge-ai-modal-fullscreen-change"
7245
- }
7246
- ],
7247
- "attributes": [
7248
- {
7249
- "name": "open",
7250
- "type": {
7251
- "text": "boolean"
7252
- },
7253
- "default": "false",
7254
- "description": "Controls whether the modal is open or closed.",
7255
- "fieldName": "open"
7256
- },
7257
- {
7258
- "name": "fullscreen",
7259
- "type": {
7260
- "text": "boolean | undefined"
7261
- },
7262
- "description": "Controls whether the modal is displayed in fullscreen mode.\nWhen not explicitly set, this will be automatically determined based on viewport size.",
7263
- "fieldName": "fullscreen"
7264
- }
7265
- ],
7408
+ "name": "AiResponseMessageComponent",
7409
+ "members": [],
7266
7410
  "superclass": {
7267
7411
  "name": "LitElement",
7268
7412
  "package": "lit"
7269
7413
  },
7270
- "tagName": "forge-ai-modal",
7414
+ "tagName": "forge-ai-response-message",
7271
7415
  "customElement": true,
7272
- "states": [
7273
- {
7274
- "name": "fullscreen",
7275
- "description": "The modal is in fullscreen mode"
7276
- }
7277
- ]
7416
+ "summary": "A simple wrapper component for rendering assistant response message content."
7278
7417
  }
7279
7418
  ],
7280
7419
  "exports": [
7281
7420
  {
7282
7421
  "kind": "js",
7283
- "name": "AiModalComponent",
7422
+ "name": "AiResponseMessageComponentTagName",
7284
7423
  "declaration": {
7285
- "name": "AiModalComponent",
7286
- "module": "src/lib/ai-modal/ai-modal.ts"
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"
7287
7434
  }
7288
7435
  },
7289
7436
  {
7290
7437
  "kind": "custom-element-definition",
7291
- "name": "forge-ai-modal",
7292
7438
  "declaration": {
7293
- "name": "AiModalComponent",
7294
- "module": "src/lib/ai-modal/ai-modal.ts"
7439
+ "name": "AiResponseMessageComponent",
7440
+ "module": "src/lib/ai-response-message/ai-response-message.ts"
7295
7441
  }
7296
7442
  }
7297
7443
  ]
@@ -7486,58 +7632,6 @@
7486
7632
  }
7487
7633
  ]
7488
7634
  },
7489
- {
7490
- "kind": "javascript-module",
7491
- "path": "src/lib/ai-response-message/ai-response-message.ts",
7492
- "declarations": [
7493
- {
7494
- "kind": "variable",
7495
- "name": "AiResponseMessageComponentTagName",
7496
- "type": {
7497
- "text": "keyof HTMLElementTagNameMap"
7498
- },
7499
- "default": "'forge-ai-response-message'"
7500
- },
7501
- {
7502
- "kind": "class",
7503
- "description": "",
7504
- "name": "AiResponseMessageComponent",
7505
- "members": [],
7506
- "superclass": {
7507
- "name": "LitElement",
7508
- "package": "lit"
7509
- },
7510
- "tagName": "forge-ai-response-message",
7511
- "customElement": true,
7512
- "summary": "A simple wrapper component for rendering assistant response message content."
7513
- }
7514
- ],
7515
- "exports": [
7516
- {
7517
- "kind": "js",
7518
- "name": "AiResponseMessageComponentTagName",
7519
- "declaration": {
7520
- "name": "AiResponseMessageComponentTagName",
7521
- "module": "src/lib/ai-response-message/ai-response-message.ts"
7522
- }
7523
- },
7524
- {
7525
- "kind": "js",
7526
- "name": "AiResponseMessageComponent",
7527
- "declaration": {
7528
- "name": "AiResponseMessageComponent",
7529
- "module": "src/lib/ai-response-message/ai-response-message.ts"
7530
- }
7531
- },
7532
- {
7533
- "kind": "custom-element-definition",
7534
- "declaration": {
7535
- "name": "AiResponseMessageComponent",
7536
- "module": "src/lib/ai-response-message/ai-response-message.ts"
7537
- }
7538
- }
7539
- ]
7540
- },
7541
7635
  {
7542
7636
  "kind": "javascript-module",
7543
7637
  "path": "src/lib/ai-sidebar/ai-sidebar.ts",
@@ -8178,109 +8272,6 @@
8178
8272
  }
8179
8273
  ]
8180
8274
  },
8181
- {
8182
- "kind": "javascript-module",
8183
- "path": "src/lib/ai-threads/ai-threads.ts",
8184
- "declarations": [
8185
- {
8186
- "kind": "variable",
8187
- "name": "AiThreadsComponentTagName",
8188
- "type": {
8189
- "text": "keyof HTMLElementTagNameMap"
8190
- },
8191
- "default": "'forge-ai-threads'"
8192
- },
8193
- {
8194
- "kind": "class",
8195
- "description": "",
8196
- "name": "AiThreadsComponent",
8197
- "slots": [
8198
- {
8199
- "description": "Default slot for chatbot component",
8200
- "name": ""
8201
- }
8202
- ],
8203
- "members": [
8204
- {
8205
- "kind": "field",
8206
- "name": "threads",
8207
- "type": {
8208
- "text": "Thread[]"
8209
- },
8210
- "privacy": "public",
8211
- "default": "[]",
8212
- "description": "Array of threads to display in the navigation list",
8213
- "attribute": "threads"
8214
- }
8215
- ],
8216
- "events": [
8217
- {
8218
- "type": {
8219
- "text": "CustomEvent<ForgeAiThreadsSelectEventData>"
8220
- },
8221
- "description": "Fired when a thread is selected.",
8222
- "name": "forge-ai-threads-select"
8223
- },
8224
- {
8225
- "type": {
8226
- "text": "CustomEvent"
8227
- },
8228
- "description": "Fired when the new chat button is clicked.",
8229
- "name": "forge-ai-threads-new-chat"
8230
- },
8231
- {
8232
- "type": {
8233
- "text": "CustomEvent"
8234
- },
8235
- "description": "Fired when the clear history button is clicked.",
8236
- "name": "forge-ai-threads-clear-history"
8237
- }
8238
- ],
8239
- "attributes": [
8240
- {
8241
- "name": "threads",
8242
- "type": {
8243
- "text": "Thread[]"
8244
- },
8245
- "default": "[]",
8246
- "description": "Array of threads to display in the navigation list",
8247
- "fieldName": "threads"
8248
- }
8249
- ],
8250
- "superclass": {
8251
- "name": "LitElement",
8252
- "package": "lit"
8253
- },
8254
- "tagName": "forge-ai-threads",
8255
- "customElement": true
8256
- }
8257
- ],
8258
- "exports": [
8259
- {
8260
- "kind": "js",
8261
- "name": "AiThreadsComponentTagName",
8262
- "declaration": {
8263
- "name": "AiThreadsComponentTagName",
8264
- "module": "src/lib/ai-threads/ai-threads.ts"
8265
- }
8266
- },
8267
- {
8268
- "kind": "js",
8269
- "name": "AiThreadsComponent",
8270
- "declaration": {
8271
- "name": "AiThreadsComponent",
8272
- "module": "src/lib/ai-threads/ai-threads.ts"
8273
- }
8274
- },
8275
- {
8276
- "kind": "custom-element-definition",
8277
- "declaration": {
8278
- "name": "AiThreadsComponent",
8279
- "module": "src/lib/ai-threads/ai-threads.ts"
8280
- }
8281
- }
8282
- ]
8283
- },
8284
8275
  {
8285
8276
  "kind": "javascript-module",
8286
8277
  "path": "src/lib/ai-thinking-indicator/ai-thinking-indicator.ts",
@@ -8411,32 +8402,135 @@
8411
8402
  "name": "LitElement",
8412
8403
  "package": "lit"
8413
8404
  },
8414
- "tagName": "forge-ai-user-message",
8405
+ "tagName": "forge-ai-user-message",
8406
+ "customElement": true
8407
+ }
8408
+ ],
8409
+ "exports": [
8410
+ {
8411
+ "kind": "js",
8412
+ "name": "AiUserMessageComponentTagName",
8413
+ "declaration": {
8414
+ "name": "AiUserMessageComponentTagName",
8415
+ "module": "src/lib/ai-user-message/ai-user-message.ts"
8416
+ }
8417
+ },
8418
+ {
8419
+ "kind": "js",
8420
+ "name": "AiUserMessageComponent",
8421
+ "declaration": {
8422
+ "name": "AiUserMessageComponent",
8423
+ "module": "src/lib/ai-user-message/ai-user-message.ts"
8424
+ }
8425
+ },
8426
+ {
8427
+ "kind": "custom-element-definition",
8428
+ "declaration": {
8429
+ "name": "AiUserMessageComponent",
8430
+ "module": "src/lib/ai-user-message/ai-user-message.ts"
8431
+ }
8432
+ }
8433
+ ]
8434
+ },
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",
8415
8509
  "customElement": true
8416
8510
  }
8417
8511
  ],
8418
8512
  "exports": [
8419
8513
  {
8420
8514
  "kind": "js",
8421
- "name": "AiUserMessageComponentTagName",
8515
+ "name": "AiThreadsComponentTagName",
8422
8516
  "declaration": {
8423
- "name": "AiUserMessageComponentTagName",
8424
- "module": "src/lib/ai-user-message/ai-user-message.ts"
8517
+ "name": "AiThreadsComponentTagName",
8518
+ "module": "src/lib/ai-threads/ai-threads.ts"
8425
8519
  }
8426
8520
  },
8427
8521
  {
8428
8522
  "kind": "js",
8429
- "name": "AiUserMessageComponent",
8523
+ "name": "AiThreadsComponent",
8430
8524
  "declaration": {
8431
- "name": "AiUserMessageComponent",
8432
- "module": "src/lib/ai-user-message/ai-user-message.ts"
8525
+ "name": "AiThreadsComponent",
8526
+ "module": "src/lib/ai-threads/ai-threads.ts"
8433
8527
  }
8434
8528
  },
8435
8529
  {
8436
8530
  "kind": "custom-element-definition",
8437
8531
  "declaration": {
8438
- "name": "AiUserMessageComponent",
8439
- "module": "src/lib/ai-user-message/ai-user-message.ts"
8532
+ "name": "AiThreadsComponent",
8533
+ "module": "src/lib/ai-threads/ai-threads.ts"
8440
8534
  }
8441
8535
  }
8442
8536
  ]
@@ -9027,15 +9121,15 @@
9027
9121
  },
9028
9122
  {
9029
9123
  "kind": "javascript-module",
9030
- "path": "src/lib/core/overlay/overlay.ts",
9124
+ "path": "src/lib/core/popover/popover.ts",
9031
9125
  "declarations": [
9032
9126
  {
9033
9127
  "kind": "class",
9034
9128
  "description": "",
9035
- "name": "ForgeAiOverlayComponent",
9129
+ "name": "ForgeAiPopoverComponent",
9036
9130
  "slots": [
9037
9131
  {
9038
- "description": "The default slot for overlay content.",
9132
+ "description": "The default slot for popover content.",
9039
9133
  "name": ""
9040
9134
  }
9041
9135
  ],
@@ -9048,18 +9142,18 @@
9048
9142
  },
9049
9143
  "privacy": "public",
9050
9144
  "default": "null",
9051
- "description": "The anchor element to position the overlay relative to.",
9145
+ "description": "The anchor element to position the popover relative to.",
9052
9146
  "attribute": "anchor"
9053
9147
  },
9054
9148
  {
9055
9149
  "kind": "field",
9056
9150
  "name": "placement",
9057
9151
  "type": {
9058
- "text": "OverlayPlacement"
9152
+ "text": "PopoverPlacement"
9059
9153
  },
9060
9154
  "privacy": "public",
9061
9155
  "default": "'bottom-start'",
9062
- "description": "The placement of the overlay relative to the anchor.",
9156
+ "description": "The placement of the popover relative to the anchor.",
9063
9157
  "attribute": "placement"
9064
9158
  },
9065
9159
  {
@@ -9069,8 +9163,8 @@
9069
9163
  "text": "boolean"
9070
9164
  },
9071
9165
  "privacy": "public",
9072
- "default": "true",
9073
- "description": "Whether the overlay should flip to the opposite side when there's no space.",
9166
+ "default": "false",
9167
+ "description": "Whether the popover should flip to the opposite side when there's no space.",
9074
9168
  "attribute": "flip"
9075
9169
  },
9076
9170
  {
@@ -9081,7 +9175,7 @@
9081
9175
  },
9082
9176
  "privacy": "public",
9083
9177
  "default": "false",
9084
- "description": "Whether the overlay should shift to stay in view.",
9178
+ "description": "Whether the popover should shift to stay in view.",
9085
9179
  "attribute": "shift"
9086
9180
  },
9087
9181
  {
@@ -9092,30 +9186,30 @@
9092
9186
  },
9093
9187
  "privacy": "public",
9094
9188
  "default": "false",
9095
- "description": "Whether the overlay is open.",
9189
+ "description": "Whether the popover is open.",
9096
9190
  "attribute": "open",
9097
9191
  "reflects": true
9098
9192
  },
9099
9193
  {
9100
9194
  "kind": "field",
9101
- "name": "arrowElement",
9195
+ "name": "arrow",
9102
9196
  "type": {
9103
- "text": "HTMLElement | null"
9197
+ "text": "boolean"
9104
9198
  },
9105
9199
  "privacy": "public",
9106
- "default": "null",
9107
- "description": "The arrow element to position relative to the overlay.",
9108
- "attribute": "arrowElement"
9200
+ "default": "false",
9201
+ "description": "Whether to show an arrow pointing to the anchor element.",
9202
+ "attribute": "arrow"
9109
9203
  },
9110
9204
  {
9111
9205
  "kind": "field",
9112
9206
  "name": "offset",
9113
9207
  "type": {
9114
- "text": "OverlayOffset | undefined"
9208
+ "text": "PopoverOffset | undefined"
9115
9209
  },
9116
9210
  "privacy": "public",
9117
9211
  "default": "undefined",
9118
- "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.",
9212
+ "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.",
9119
9213
  "attribute": "offset"
9120
9214
  },
9121
9215
  {
@@ -9126,7 +9220,7 @@
9126
9220
  },
9127
9221
  "privacy": "public",
9128
9222
  "default": "'auto'",
9129
- "description": "The dismiss mode for the overlay.\n- 'auto': Automatically closes on outside clicks and Escape key\n- 'manual': Requires manual control to close",
9223
+ "description": "The dismiss mode for the popover.\n- 'auto': Automatically closes on outside clicks and Escape key\n- 'manual': Requires manual control to close",
9130
9224
  "attribute": "dismiss-mode"
9131
9225
  }
9132
9226
  ],
@@ -9137,16 +9231,16 @@
9137
9231
  "text": "Element | null"
9138
9232
  },
9139
9233
  "default": "null",
9140
- "description": "The anchor element to position the overlay relative to.",
9234
+ "description": "The anchor element to position the popover relative to.",
9141
9235
  "fieldName": "anchor"
9142
9236
  },
9143
9237
  {
9144
9238
  "name": "placement",
9145
9239
  "type": {
9146
- "text": "OverlayPlacement"
9240
+ "text": "PopoverPlacement"
9147
9241
  },
9148
9242
  "default": "'bottom-start'",
9149
- "description": "The placement of the overlay relative to the anchor.",
9243
+ "description": "The placement of the popover relative to the anchor.",
9150
9244
  "fieldName": "placement"
9151
9245
  },
9152
9246
  {
@@ -9154,8 +9248,8 @@
9154
9248
  "type": {
9155
9249
  "text": "boolean"
9156
9250
  },
9157
- "default": "true",
9158
- "description": "Whether the overlay should flip to the opposite side when there's no space.",
9251
+ "default": "false",
9252
+ "description": "Whether the popover should flip to the opposite side when there's no space.",
9159
9253
  "fieldName": "flip"
9160
9254
  },
9161
9255
  {
@@ -9164,7 +9258,7 @@
9164
9258
  "text": "boolean"
9165
9259
  },
9166
9260
  "default": "false",
9167
- "description": "Whether the overlay should shift to stay in view.",
9261
+ "description": "Whether the popover should shift to stay in view.",
9168
9262
  "fieldName": "shift"
9169
9263
  },
9170
9264
  {
@@ -9173,25 +9267,25 @@
9173
9267
  "text": "boolean"
9174
9268
  },
9175
9269
  "default": "false",
9176
- "description": "Whether the overlay is open.",
9270
+ "description": "Whether the popover is open.",
9177
9271
  "fieldName": "open"
9178
9272
  },
9179
9273
  {
9180
- "name": "arrowElement",
9274
+ "name": "arrow",
9181
9275
  "type": {
9182
- "text": "HTMLElement | null"
9276
+ "text": "boolean"
9183
9277
  },
9184
- "default": "null",
9185
- "description": "The arrow element to position relative to the overlay.",
9186
- "fieldName": "arrowElement"
9278
+ "default": "false",
9279
+ "description": "Whether to show an arrow pointing to the anchor element.",
9280
+ "fieldName": "arrow"
9187
9281
  },
9188
9282
  {
9189
9283
  "name": "offset",
9190
9284
  "type": {
9191
- "text": "OverlayOffset | undefined"
9285
+ "text": "PopoverOffset | undefined"
9192
9286
  },
9193
9287
  "default": "undefined",
9194
- "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.",
9288
+ "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.",
9195
9289
  "fieldName": "offset"
9196
9290
  },
9197
9291
  {
@@ -9200,7 +9294,7 @@
9200
9294
  "text": "'auto' | 'manual'"
9201
9295
  },
9202
9296
  "default": "'auto'",
9203
- "description": "The dismiss mode for the overlay.\n- 'auto': Automatically closes on outside clicks and Escape key\n- 'manual': Requires manual control to close",
9297
+ "description": "The dismiss mode for the popover.\n- 'auto': Automatically closes on outside clicks and Escape key\n- 'manual': Requires manual control to close",
9204
9298
  "fieldName": "dismissMode"
9205
9299
  }
9206
9300
  ],
@@ -9208,41 +9302,41 @@
9208
9302
  "name": "LitElement",
9209
9303
  "package": "lit"
9210
9304
  },
9211
- "summary": "A low-level overlay component for internal use within AI components.",
9212
- "tagName": "forge-ai-overlay",
9305
+ "summary": "A popover component that provides styled overlay functionality.",
9306
+ "tagName": "forge-ai-popover",
9213
9307
  "customElement": true
9214
9308
  }
9215
9309
  ],
9216
9310
  "exports": [
9217
9311
  {
9218
9312
  "kind": "js",
9219
- "name": "ForgeAiOverlayComponent",
9313
+ "name": "ForgeAiPopoverComponent",
9220
9314
  "declaration": {
9221
- "name": "ForgeAiOverlayComponent",
9222
- "module": "src/lib/core/overlay/overlay.ts"
9315
+ "name": "ForgeAiPopoverComponent",
9316
+ "module": "src/lib/core/popover/popover.ts"
9223
9317
  }
9224
9318
  },
9225
9319
  {
9226
9320
  "kind": "custom-element-definition",
9227
- "name": "forge-ai-overlay",
9321
+ "name": "forge-ai-popover",
9228
9322
  "declaration": {
9229
- "name": "ForgeAiOverlayComponent",
9230
- "module": "src/lib/core/overlay/overlay.ts"
9323
+ "name": "ForgeAiPopoverComponent",
9324
+ "module": "src/lib/core/popover/popover.ts"
9231
9325
  }
9232
9326
  }
9233
9327
  ]
9234
9328
  },
9235
9329
  {
9236
9330
  "kind": "javascript-module",
9237
- "path": "src/lib/core/popover/popover.ts",
9331
+ "path": "src/lib/core/overlay/overlay.ts",
9238
9332
  "declarations": [
9239
9333
  {
9240
9334
  "kind": "class",
9241
9335
  "description": "",
9242
- "name": "ForgeAiPopoverComponent",
9336
+ "name": "ForgeAiOverlayComponent",
9243
9337
  "slots": [
9244
9338
  {
9245
- "description": "The default slot for popover content.",
9339
+ "description": "The default slot for overlay content.",
9246
9340
  "name": ""
9247
9341
  }
9248
9342
  ],
@@ -9255,18 +9349,18 @@
9255
9349
  },
9256
9350
  "privacy": "public",
9257
9351
  "default": "null",
9258
- "description": "The anchor element to position the popover relative to.",
9352
+ "description": "The anchor element to position the overlay relative to.",
9259
9353
  "attribute": "anchor"
9260
9354
  },
9261
9355
  {
9262
9356
  "kind": "field",
9263
9357
  "name": "placement",
9264
9358
  "type": {
9265
- "text": "PopoverPlacement"
9359
+ "text": "OverlayPlacement"
9266
9360
  },
9267
9361
  "privacy": "public",
9268
9362
  "default": "'bottom-start'",
9269
- "description": "The placement of the popover relative to the anchor.",
9363
+ "description": "The placement of the overlay relative to the anchor.",
9270
9364
  "attribute": "placement"
9271
9365
  },
9272
9366
  {
@@ -9276,8 +9370,8 @@
9276
9370
  "text": "boolean"
9277
9371
  },
9278
9372
  "privacy": "public",
9279
- "default": "false",
9280
- "description": "Whether the popover should flip to the opposite side when there's no space.",
9373
+ "default": "true",
9374
+ "description": "Whether the overlay should flip to the opposite side when there's no space.",
9281
9375
  "attribute": "flip"
9282
9376
  },
9283
9377
  {
@@ -9288,7 +9382,7 @@
9288
9382
  },
9289
9383
  "privacy": "public",
9290
9384
  "default": "false",
9291
- "description": "Whether the popover should shift to stay in view.",
9385
+ "description": "Whether the overlay should shift to stay in view.",
9292
9386
  "attribute": "shift"
9293
9387
  },
9294
9388
  {
@@ -9299,30 +9393,30 @@
9299
9393
  },
9300
9394
  "privacy": "public",
9301
9395
  "default": "false",
9302
- "description": "Whether the popover is open.",
9396
+ "description": "Whether the overlay is open.",
9303
9397
  "attribute": "open",
9304
9398
  "reflects": true
9305
9399
  },
9306
9400
  {
9307
9401
  "kind": "field",
9308
- "name": "arrow",
9402
+ "name": "arrowElement",
9309
9403
  "type": {
9310
- "text": "boolean"
9404
+ "text": "HTMLElement | null"
9311
9405
  },
9312
9406
  "privacy": "public",
9313
- "default": "false",
9314
- "description": "Whether to show an arrow pointing to the anchor element.",
9315
- "attribute": "arrow"
9407
+ "default": "null",
9408
+ "description": "The arrow element to position relative to the overlay.",
9409
+ "attribute": "arrowElement"
9316
9410
  },
9317
9411
  {
9318
9412
  "kind": "field",
9319
9413
  "name": "offset",
9320
9414
  "type": {
9321
- "text": "PopoverOffset | undefined"
9415
+ "text": "OverlayOffset | undefined"
9322
9416
  },
9323
9417
  "privacy": "public",
9324
9418
  "default": "undefined",
9325
- "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.",
9419
+ "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.",
9326
9420
  "attribute": "offset"
9327
9421
  },
9328
9422
  {
@@ -9333,7 +9427,7 @@
9333
9427
  },
9334
9428
  "privacy": "public",
9335
9429
  "default": "'auto'",
9336
- "description": "The dismiss mode for the popover.\n- 'auto': Automatically closes on outside clicks and Escape key\n- 'manual': Requires manual control to close",
9430
+ "description": "The dismiss mode for the overlay.\n- 'auto': Automatically closes on outside clicks and Escape key\n- 'manual': Requires manual control to close",
9337
9431
  "attribute": "dismiss-mode"
9338
9432
  }
9339
9433
  ],
@@ -9344,16 +9438,16 @@
9344
9438
  "text": "Element | null"
9345
9439
  },
9346
9440
  "default": "null",
9347
- "description": "The anchor element to position the popover relative to.",
9441
+ "description": "The anchor element to position the overlay relative to.",
9348
9442
  "fieldName": "anchor"
9349
9443
  },
9350
9444
  {
9351
9445
  "name": "placement",
9352
9446
  "type": {
9353
- "text": "PopoverPlacement"
9447
+ "text": "OverlayPlacement"
9354
9448
  },
9355
9449
  "default": "'bottom-start'",
9356
- "description": "The placement of the popover relative to the anchor.",
9450
+ "description": "The placement of the overlay relative to the anchor.",
9357
9451
  "fieldName": "placement"
9358
9452
  },
9359
9453
  {
@@ -9361,142 +9455,80 @@
9361
9455
  "type": {
9362
9456
  "text": "boolean"
9363
9457
  },
9364
- "default": "false",
9365
- "description": "Whether the popover should flip to the opposite side when there's no space.",
9366
- "fieldName": "flip"
9367
- },
9368
- {
9369
- "name": "shift",
9370
- "type": {
9371
- "text": "boolean"
9372
- },
9373
- "default": "false",
9374
- "description": "Whether the popover should shift to stay in view.",
9375
- "fieldName": "shift"
9376
- },
9377
- {
9378
- "name": "open",
9379
- "type": {
9380
- "text": "boolean"
9381
- },
9382
- "default": "false",
9383
- "description": "Whether the popover is open.",
9384
- "fieldName": "open"
9385
- },
9386
- {
9387
- "name": "arrow",
9388
- "type": {
9389
- "text": "boolean"
9390
- },
9391
- "default": "false",
9392
- "description": "Whether to show an arrow pointing to the anchor element.",
9393
- "fieldName": "arrow"
9394
- },
9395
- {
9396
- "name": "offset",
9397
- "type": {
9398
- "text": "PopoverOffset | undefined"
9399
- },
9400
- "default": "undefined",
9401
- "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.",
9402
- "fieldName": "offset"
9403
- },
9404
- {
9405
- "name": "dismiss-mode",
9406
- "type": {
9407
- "text": "'auto' | 'manual'"
9408
- },
9409
- "default": "'auto'",
9410
- "description": "The dismiss mode for the popover.\n- 'auto': Automatically closes on outside clicks and Escape key\n- 'manual': Requires manual control to close",
9411
- "fieldName": "dismissMode"
9412
- }
9413
- ],
9414
- "superclass": {
9415
- "name": "LitElement",
9416
- "package": "lit"
9417
- },
9418
- "summary": "A popover component that provides styled overlay functionality.",
9419
- "tagName": "forge-ai-popover",
9420
- "customElement": true
9421
- }
9422
- ],
9423
- "exports": [
9424
- {
9425
- "kind": "js",
9426
- "name": "ForgeAiPopoverComponent",
9427
- "declaration": {
9428
- "name": "ForgeAiPopoverComponent",
9429
- "module": "src/lib/core/popover/popover.ts"
9430
- }
9431
- },
9432
- {
9433
- "kind": "custom-element-definition",
9434
- "name": "forge-ai-popover",
9435
- "declaration": {
9436
- "name": "ForgeAiPopoverComponent",
9437
- "module": "src/lib/core/popover/popover.ts"
9438
- }
9439
- }
9440
- ]
9441
- },
9442
- {
9443
- "kind": "javascript-module",
9444
- "path": "src/lib/tools/ai-data-table/ai-data-table-definition.ts",
9445
- "declarations": [
9446
- {
9447
- "kind": "variable",
9448
- "name": "displayDataTableTool",
9449
- "type": {
9450
- "text": "ToolDefinition"
9451
- },
9452
- "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' }) }"
9453
- }
9454
- ],
9455
- "exports": [
9456
- {
9457
- "kind": "js",
9458
- "name": "displayDataTableTool",
9459
- "declaration": {
9460
- "name": "displayDataTableTool",
9461
- "module": "src/lib/tools/ai-data-table/ai-data-table-definition.ts"
9462
- }
9463
- }
9464
- ]
9465
- },
9466
- {
9467
- "kind": "javascript-module",
9468
- "path": "src/lib/tools/ai-data-table/ai-data-table.ts",
9469
- "declarations": [
9470
- {
9471
- "kind": "class",
9472
- "description": "Data table component tool renderer for displaying tabular data with pagination and filtering.",
9473
- "name": "DataTableToolElement",
9474
- "members": [
9458
+ "default": "true",
9459
+ "description": "Whether the overlay should flip to the opposite side when there's no space.",
9460
+ "fieldName": "flip"
9461
+ },
9475
9462
  {
9476
- "kind": "field",
9477
- "name": "toolCall",
9463
+ "name": "shift",
9478
9464
  "type": {
9479
- "text": "ToolCall<TableData>"
9465
+ "text": "boolean"
9480
9466
  },
9481
- "privacy": "public",
9482
- "description": "Tool call data containing table configuration and data"
9467
+ "default": "false",
9468
+ "description": "Whether the overlay should shift to stay in view.",
9469
+ "fieldName": "shift"
9470
+ },
9471
+ {
9472
+ "name": "open",
9473
+ "type": {
9474
+ "text": "boolean"
9475
+ },
9476
+ "default": "false",
9477
+ "description": "Whether the overlay is open.",
9478
+ "fieldName": "open"
9479
+ },
9480
+ {
9481
+ "name": "arrowElement",
9482
+ "type": {
9483
+ "text": "HTMLElement | null"
9484
+ },
9485
+ "default": "null",
9486
+ "description": "The arrow element to position relative to the overlay.",
9487
+ "fieldName": "arrowElement"
9488
+ },
9489
+ {
9490
+ "name": "offset",
9491
+ "type": {
9492
+ "text": "OverlayOffset | undefined"
9493
+ },
9494
+ "default": "undefined",
9495
+ "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.",
9496
+ "fieldName": "offset"
9497
+ },
9498
+ {
9499
+ "name": "dismiss-mode",
9500
+ "type": {
9501
+ "text": "'auto' | 'manual'"
9502
+ },
9503
+ "default": "'auto'",
9504
+ "description": "The dismiss mode for the overlay.\n- 'auto': Automatically closes on outside clicks and Escape key\n- 'manual': Requires manual control to close",
9505
+ "fieldName": "dismissMode"
9483
9506
  }
9484
9507
  ],
9485
9508
  "superclass": {
9486
9509
  "name": "LitElement",
9487
9510
  "package": "lit"
9488
9511
  },
9489
- "tagName": "forge-ai-tool-data-table",
9512
+ "summary": "A low-level overlay component for internal use within AI components.",
9513
+ "tagName": "forge-ai-overlay",
9490
9514
  "customElement": true
9491
9515
  }
9492
9516
  ],
9493
9517
  "exports": [
9518
+ {
9519
+ "kind": "js",
9520
+ "name": "ForgeAiOverlayComponent",
9521
+ "declaration": {
9522
+ "name": "ForgeAiOverlayComponent",
9523
+ "module": "src/lib/core/overlay/overlay.ts"
9524
+ }
9525
+ },
9494
9526
  {
9495
9527
  "kind": "custom-element-definition",
9496
- "name": "forge-ai-tool-data-table",
9528
+ "name": "forge-ai-overlay",
9497
9529
  "declaration": {
9498
- "name": "DataTableToolElement",
9499
- "module": "src/lib/tools/ai-data-table/ai-data-table.ts"
9530
+ "name": "ForgeAiOverlayComponent",
9531
+ "module": "src/lib/core/overlay/overlay.ts"
9500
9532
  }
9501
9533
  }
9502
9534
  ]
@@ -9731,6 +9763,68 @@
9731
9763
  }
9732
9764
  ]
9733
9765
  },
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
+ },
9734
9828
  {
9735
9829
  "kind": "javascript-module",
9736
9830
  "path": "src/lib/tools/ai-paginator/ai-paginator.ts",
@@ -9838,19 +9932,23 @@
9838
9932
  "forgeTypes": {
9839
9933
  "ForgeAiActionsToolbarActionEventData": {
9840
9934
  "path": "src/lib/ai-actions-toolbar/ai-actions-toolbar.ts",
9841
- "lineNumber": 22
9935
+ "lineNumber": 23
9842
9936
  },
9843
9937
  "ForgeAiActionsToolbarFeedbackEventData": {
9844
9938
  "path": "src/lib/ai-actions-toolbar/ai-actions-toolbar.ts",
9845
- "lineNumber": 26
9939
+ "lineNumber": 27
9846
9940
  },
9847
9941
  "AiActionsToolbarAction": {
9848
9942
  "path": "src/lib/ai-actions-toolbar/ai-actions-toolbar.ts",
9849
- "lineNumber": 31
9943
+ "lineNumber": 32
9850
9944
  },
9851
9945
  "AiActionsToolbarComponent": {
9852
9946
  "path": "src/lib/ai-actions-toolbar/ai-actions-toolbar.ts",
9853
- "lineNumber": 41
9947
+ "lineNumber": 42
9948
+ },
9949
+ "AiArtifactComponent": {
9950
+ "path": "src/lib/ai-artifact/ai-artifact.ts",
9951
+ "lineNumber": 23
9854
9952
  },
9855
9953
  "AgentInfo": {
9856
9954
  "path": "src/lib/ai-chat-header/ai-chat-header.ts",
@@ -9860,13 +9958,13 @@
9860
9958
  "path": "src/lib/ai-agent-info/ai-agent-info.ts",
9861
9959
  "lineNumber": 29
9862
9960
  },
9863
- "AiArtifactComponent": {
9864
- "path": "src/lib/ai-artifact/ai-artifact.ts",
9865
- "lineNumber": 23
9961
+ "ForgeAiAssistantResponseFeedbackEventData": {
9962
+ "path": "src/lib/ai-assistant-response/ai-assistant-response.ts",
9963
+ "lineNumber": 30
9866
9964
  },
9867
9965
  "AiAssistantResponseComponent": {
9868
9966
  "path": "src/lib/ai-assistant-response/ai-assistant-response.ts",
9869
- "lineNumber": 40
9967
+ "lineNumber": 47
9870
9968
  },
9871
9969
  "ForgeAiAttachmentRemoveEventData": {
9872
9970
  "path": "src/lib/ai-attachment/ai-attachment.ts",
@@ -9880,6 +9978,10 @@
9880
9978
  "path": "src/lib/ai-button/ai-button.ts",
9881
9979
  "lineNumber": 22
9882
9980
  },
9981
+ "AiChainOfThoughtComponent": {
9982
+ "path": "src/lib/ai-chain-of-thought/ai-chain-of-thought.ts",
9983
+ "lineNumber": 17
9984
+ },
9883
9985
  "MinimizeIconType": {
9884
9986
  "path": "src/lib/ai-chat-header/ai-chat-header.ts",
9885
9987
  "lineNumber": 35
@@ -9892,10 +9994,6 @@
9892
9994
  "path": "src/lib/ai-chat-header/ai-chat-header.ts",
9893
9995
  "lineNumber": 68
9894
9996
  },
9895
- "AiChainOfThoughtComponent": {
9896
- "path": "src/lib/ai-chain-of-thought/ai-chain-of-thought.ts",
9897
- "lineNumber": 17
9898
- },
9899
9997
  "AiChatInterfaceComponent": {
9900
9998
  "path": "src/lib/ai-chat-interface/ai-chat-interface.ts",
9901
9999
  "lineNumber": 25
@@ -9958,7 +10056,7 @@
9958
10056
  },
9959
10057
  "FileRemoveEvent": {
9960
10058
  "path": "src/lib/ai-chatbot/types.ts",
9961
- "lineNumber": 194
10059
+ "lineNumber": 203
9962
10060
  },
9963
10061
  "ErrorEvent": {
9964
10062
  "path": "src/lib/ai-chatbot/agent-adapter.ts",
@@ -10026,27 +10124,31 @@
10026
10124
  },
10027
10125
  "ForgeAiChatbotMessageEventData": {
10028
10126
  "path": "src/lib/ai-chatbot/ai-chatbot.ts",
10029
- "lineNumber": 81
10127
+ "lineNumber": 83
10030
10128
  },
10031
10129
  "ForgeAiChatbotToolCallEventData": {
10032
10130
  "path": "src/lib/ai-chatbot/ai-chatbot.ts",
10033
- "lineNumber": 85
10131
+ "lineNumber": 87
10034
10132
  },
10035
10133
  "ForgeAiChatbotErrorEventData": {
10036
10134
  "path": "src/lib/ai-chatbot/ai-chatbot.ts",
10037
- "lineNumber": 91
10135
+ "lineNumber": 93
10038
10136
  },
10039
10137
  "ForgeAiChatbotFileRemoveEventData": {
10040
10138
  "path": "src/lib/ai-chatbot/ai-chatbot.ts",
10041
- "lineNumber": 95
10139
+ "lineNumber": 97
10140
+ },
10141
+ "ForgeAiChatbotResponseFeedbackEventData": {
10142
+ "path": "src/lib/ai-chatbot/ai-chatbot.ts",
10143
+ "lineNumber": 101
10042
10144
  },
10043
10145
  "FeatureToggle": {
10044
10146
  "path": "src/lib/ai-chatbot/ai-chatbot.ts",
10045
- "lineNumber": 104
10147
+ "lineNumber": 112
10046
10148
  },
10047
10149
  "AiChatbotComponent": {
10048
10150
  "path": "src/lib/ai-chatbot/ai-chatbot.ts",
10049
- "lineNumber": 134
10151
+ "lineNumber": 143
10050
10152
  },
10051
10153
  "CreateToolRendererElementConfig": {
10052
10154
  "path": "src/lib/ai-chatbot/create-tool-renderer.ts",
@@ -10094,11 +10196,11 @@
10094
10196
  },
10095
10197
  "MessageStateControllerConfig": {
10096
10198
  "path": "src/lib/ai-chatbot/message-state-controller.ts",
10097
- "lineNumber": 22
10199
+ "lineNumber": 23
10098
10200
  },
10099
10201
  "MessageStateController": {
10100
10202
  "path": "src/lib/ai-chatbot/message-state-controller.ts",
10101
- "lineNumber": 35
10203
+ "lineNumber": 36
10102
10204
  },
10103
10205
  "HeadingLevel": {
10104
10206
  "path": "src/lib/ai-chatbot/types.ts",
@@ -10150,47 +10252,55 @@
10150
10252
  },
10151
10253
  "ToolCall": {
10152
10254
  "path": "src/lib/ai-chatbot/types.ts",
10153
- "lineNumber": 135
10255
+ "lineNumber": 136
10154
10256
  },
10155
10257
  "ResponseItem": {
10156
10258
  "path": "src/lib/ai-chatbot/types.ts",
10157
- "lineNumber": 147
10259
+ "lineNumber": 148
10260
+ },
10261
+ "FeedbackType": {
10262
+ "path": "src/lib/ai-chatbot/types.ts",
10263
+ "lineNumber": 152
10264
+ },
10265
+ "ResponseFeedback": {
10266
+ "path": "src/lib/ai-chatbot/types.ts",
10267
+ "lineNumber": 154
10158
10268
  },
10159
10269
  "AssistantResponse": {
10160
10270
  "path": "src/lib/ai-chatbot/types.ts",
10161
- "lineNumber": 151
10271
+ "lineNumber": 159
10162
10272
  },
10163
10273
  "FileAttachment": {
10164
10274
  "path": "src/lib/ai-chatbot/types.ts",
10165
- "lineNumber": 159
10275
+ "lineNumber": 168
10166
10276
  },
10167
10277
  "UploadedFileMetadata": {
10168
10278
  "path": "src/lib/ai-chatbot/types.ts",
10169
- "lineNumber": 172
10279
+ "lineNumber": 181
10170
10280
  },
10171
10281
  "FileUploadCallbacks": {
10172
10282
  "path": "src/lib/ai-chatbot/types.ts",
10173
- "lineNumber": 180
10283
+ "lineNumber": 189
10174
10284
  },
10175
10285
  "FileUploadHandler": {
10176
10286
  "path": "src/lib/ai-chatbot/types.ts",
10177
- "lineNumber": 187
10287
+ "lineNumber": 196
10178
10288
  },
10179
10289
  "FileRemoveCallbacks": {
10180
10290
  "path": "src/lib/ai-chatbot/types.ts",
10181
- "lineNumber": 189
10291
+ "lineNumber": 198
10182
10292
  },
10183
10293
  "ForgeAiChatbotFileSelectEventData": {
10184
10294
  "path": "src/lib/ai-chatbot/types.ts",
10185
- "lineNumber": 198
10295
+ "lineNumber": 207
10186
10296
  },
10187
10297
  "MessageItem": {
10188
10298
  "path": "src/lib/ai-chatbot/types.ts",
10189
- "lineNumber": 211
10299
+ "lineNumber": 220
10190
10300
  },
10191
10301
  "ThreadState": {
10192
10302
  "path": "src/lib/ai-chatbot/types.ts",
10193
- "lineNumber": 216
10303
+ "lineNumber": 225
10194
10304
  },
10195
10305
  "AiDialogComponent": {
10196
10306
  "path": "src/lib/ai-dialog/ai-dialog.ts",
@@ -10314,43 +10424,47 @@
10314
10424
  },
10315
10425
  "ForgeAiMessageThreadCopyEventData": {
10316
10426
  "path": "src/lib/ai-message-thread/ai-message-thread.ts",
10317
- "lineNumber": 32
10427
+ "lineNumber": 33
10318
10428
  },
10319
10429
  "ForgeAiMessageThreadRefreshEventData": {
10320
10430
  "path": "src/lib/ai-message-thread/ai-message-thread.ts",
10321
- "lineNumber": 36
10431
+ "lineNumber": 37
10322
10432
  },
10323
10433
  "ForgeAiMessageThreadThumbsEventData": {
10324
10434
  "path": "src/lib/ai-message-thread/ai-message-thread.ts",
10325
- "lineNumber": 40
10435
+ "lineNumber": 41
10326
10436
  },
10327
10437
  "AiMessageThreadComponent": {
10328
10438
  "path": "src/lib/ai-message-thread/ai-message-thread.ts",
10329
- "lineNumber": 65
10439
+ "lineNumber": 67
10440
+ },
10441
+ "AiModalComponent": {
10442
+ "path": "src/lib/ai-modal/ai-modal.ts",
10443
+ "lineNumber": 36
10330
10444
  },
10331
10445
  "ForgeAiPromptSendEventData": {
10332
10446
  "path": "src/lib/ai-prompt/ai-prompt.ts",
10333
- "lineNumber": 26
10447
+ "lineNumber": 28
10334
10448
  },
10335
10449
  "ForgeAiPromptAttachmentEventData": {
10336
10450
  "path": "src/lib/ai-prompt/ai-prompt.ts",
10337
- "lineNumber": 32
10451
+ "lineNumber": 34
10338
10452
  },
10339
10453
  "ForgeAiPromptCommandEventData": {
10340
10454
  "path": "src/lib/ai-prompt/ai-prompt.ts",
10341
- "lineNumber": 36
10455
+ "lineNumber": 38
10342
10456
  },
10343
10457
  "AiPromptVariant": {
10344
10458
  "path": "src/lib/ai-prompt/ai-prompt.ts",
10345
- "lineNumber": 42
10459
+ "lineNumber": 44
10346
10460
  },
10347
10461
  "AiPromptComponent": {
10348
10462
  "path": "src/lib/ai-prompt/ai-prompt.ts",
10349
- "lineNumber": 60
10463
+ "lineNumber": 62
10350
10464
  },
10351
- "AiModalComponent": {
10352
- "path": "src/lib/ai-modal/ai-modal.ts",
10353
- "lineNumber": 36
10465
+ "AiResponseMessageComponent": {
10466
+ "path": "src/lib/ai-response-message/ai-response-message.ts",
10467
+ "lineNumber": 19
10354
10468
  },
10355
10469
  "AiReasoningComponent": {
10356
10470
  "path": "src/lib/ai-reasoning/ai-reasoning.ts",
@@ -10360,10 +10474,6 @@
10360
10474
  "path": "src/lib/ai-reasoning-header/ai-reasoning-header.ts",
10361
10475
  "lineNumber": 22
10362
10476
  },
10363
- "AiResponseMessageComponent": {
10364
- "path": "src/lib/ai-response-message/ai-response-message.ts",
10365
- "lineNumber": 19
10366
- },
10367
10477
  "AiSidebarComponent": {
10368
10478
  "path": "src/lib/ai-sidebar/ai-sidebar.ts",
10369
10479
  "lineNumber": 28
@@ -10400,6 +10510,14 @@
10400
10510
  "path": "src/lib/ai-suggestions/ai-suggestions.ts",
10401
10511
  "lineNumber": 44
10402
10512
  },
10513
+ "AiThinkingIndicatorComponent": {
10514
+ "path": "src/lib/ai-thinking-indicator/ai-thinking-indicator.ts",
10515
+ "lineNumber": 38
10516
+ },
10517
+ "AiUserMessageComponent": {
10518
+ "path": "src/lib/ai-user-message/ai-user-message.ts",
10519
+ "lineNumber": 17
10520
+ },
10403
10521
  "Thread": {
10404
10522
  "path": "src/lib/ai-threads/ai-threads.ts",
10405
10523
  "lineNumber": 19
@@ -10412,14 +10530,6 @@
10412
10530
  "path": "src/lib/ai-threads/ai-threads.ts",
10413
10531
  "lineNumber": 46
10414
10532
  },
10415
- "AiThinkingIndicatorComponent": {
10416
- "path": "src/lib/ai-thinking-indicator/ai-thinking-indicator.ts",
10417
- "lineNumber": 38
10418
- },
10419
- "AiUserMessageComponent": {
10420
- "path": "src/lib/ai-user-message/ai-user-message.ts",
10421
- "lineNumber": 17
10422
- },
10423
10533
  "SpeechRecognitionAlternative": {
10424
10534
  "path": "src/lib/ai-voice-input/ai-voice-input.ts",
10425
10535
  "lineNumber": 18
@@ -10484,18 +10594,6 @@
10484
10594
  "path": "src/lib/ai-reasoning/reasoning-content/reasoning-content.ts",
10485
10595
  "lineNumber": 17
10486
10596
  },
10487
- "OverlayPlacement": {
10488
- "path": "src/lib/core/overlay/overlay.ts",
10489
- "lineNumber": 31
10490
- },
10491
- "OverlayOffset": {
10492
- "path": "src/lib/core/overlay/overlay.ts",
10493
- "lineNumber": 33
10494
- },
10495
- "ForgeAiOverlayComponent": {
10496
- "path": "src/lib/core/overlay/overlay.ts",
10497
- "lineNumber": 40
10498
- },
10499
10597
  "PopoverToggleEventData": {
10500
10598
  "path": "src/lib/core/popover/popover.ts",
10501
10599
  "lineNumber": 18
@@ -10512,13 +10610,17 @@
10512
10610
  "path": "src/lib/core/popover/popover.ts",
10513
10611
  "lineNumber": 37
10514
10612
  },
10515
- "TableData": {
10516
- "path": "src/lib/tools/ai-data-table/ai-data-table.ts",
10517
- "lineNumber": 16
10613
+ "OverlayPlacement": {
10614
+ "path": "src/lib/core/overlay/overlay.ts",
10615
+ "lineNumber": 31
10518
10616
  },
10519
- "DataTableToolElement": {
10520
- "path": "src/lib/tools/ai-data-table/ai-data-table.ts",
10521
- "lineNumber": 32
10617
+ "OverlayOffset": {
10618
+ "path": "src/lib/core/overlay/overlay.ts",
10619
+ "lineNumber": 33
10620
+ },
10621
+ "ForgeAiOverlayComponent": {
10622
+ "path": "src/lib/core/overlay/overlay.ts",
10623
+ "lineNumber": 40
10522
10624
  },
10523
10625
  "TooltipToggleEventDetail": {
10524
10626
  "path": "src/lib/core/tooltip/tooltip.ts",
@@ -10536,6 +10638,14 @@
10536
10638
  "path": "src/lib/core/tooltip/tooltip.ts",
10537
10639
  "lineNumber": 44
10538
10640
  },
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
+ },
10539
10649
  "AiPaginator": {
10540
10650
  "path": "src/lib/tools/ai-paginator/ai-paginator.ts",
10541
10651
  "lineNumber": 11