@tylertech/forge-ai 0.11.4 → 0.11.5
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 +1320 -1275
- package/dist/ai-chatbot/ai-chatbot-base.d.ts +1 -0
- package/dist/ai-chatbot/ai-chatbot.d.ts +1 -0
- package/dist/ai-chatbot/ai-chatbot.mjs +3 -0
- package/dist/ai-chatbot-launcher/ai-chatbot-launcher.d.ts +5 -1
- package/dist/ai-chatbot-launcher/ai-chatbot-launcher.mjs +18 -2
- package/dist/ai-chatbot-launcher/ai-chatbot-launcher.scss.mjs +1 -1
- package/package.json +1 -1
package/custom-elements.json
CHANGED
|
@@ -138,6 +138,77 @@
|
|
|
138
138
|
}
|
|
139
139
|
]
|
|
140
140
|
},
|
|
141
|
+
{
|
|
142
|
+
"kind": "javascript-module",
|
|
143
|
+
"path": "src/lib/ai-artifact/ai-artifact.ts",
|
|
144
|
+
"declarations": [
|
|
145
|
+
{
|
|
146
|
+
"kind": "variable",
|
|
147
|
+
"name": "AiArtifactComponentTagName",
|
|
148
|
+
"type": {
|
|
149
|
+
"text": "keyof HTMLElementTagNameMap"
|
|
150
|
+
},
|
|
151
|
+
"default": "'forge-ai-artifact'"
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"kind": "class",
|
|
155
|
+
"description": "",
|
|
156
|
+
"name": "AiArtifactComponent",
|
|
157
|
+
"cssProperties": [
|
|
158
|
+
{
|
|
159
|
+
"description": "Surface color override for the toolbar (defaults to transparent)",
|
|
160
|
+
"name": "--forge-theme-surface"
|
|
161
|
+
}
|
|
162
|
+
],
|
|
163
|
+
"slots": [
|
|
164
|
+
{
|
|
165
|
+
"description": "Content for the start (left) side of the toolbar, typically used for titles or headings",
|
|
166
|
+
"name": "start"
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"description": "Action buttons for the end (right) side of the toolbar",
|
|
170
|
+
"name": "actions"
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"description": "Main content area below the toolbar",
|
|
174
|
+
"name": ""
|
|
175
|
+
}
|
|
176
|
+
],
|
|
177
|
+
"members": [],
|
|
178
|
+
"superclass": {
|
|
179
|
+
"name": "LitElement",
|
|
180
|
+
"package": "lit"
|
|
181
|
+
},
|
|
182
|
+
"tagName": "forge-ai-artifact",
|
|
183
|
+
"customElement": true
|
|
184
|
+
}
|
|
185
|
+
],
|
|
186
|
+
"exports": [
|
|
187
|
+
{
|
|
188
|
+
"kind": "js",
|
|
189
|
+
"name": "AiArtifactComponentTagName",
|
|
190
|
+
"declaration": {
|
|
191
|
+
"name": "AiArtifactComponentTagName",
|
|
192
|
+
"module": "src/lib/ai-artifact/ai-artifact.ts"
|
|
193
|
+
}
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"kind": "js",
|
|
197
|
+
"name": "AiArtifactComponent",
|
|
198
|
+
"declaration": {
|
|
199
|
+
"name": "AiArtifactComponent",
|
|
200
|
+
"module": "src/lib/ai-artifact/ai-artifact.ts"
|
|
201
|
+
}
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"kind": "custom-element-definition",
|
|
205
|
+
"declaration": {
|
|
206
|
+
"name": "AiArtifactComponent",
|
|
207
|
+
"module": "src/lib/ai-artifact/ai-artifact.ts"
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
]
|
|
211
|
+
},
|
|
141
212
|
{
|
|
142
213
|
"kind": "javascript-module",
|
|
143
214
|
"path": "src/lib/ai-agent-selector/ai-agent-selector.ts",
|
|
@@ -410,71 +481,81 @@
|
|
|
410
481
|
},
|
|
411
482
|
{
|
|
412
483
|
"kind": "javascript-module",
|
|
413
|
-
"path": "src/lib/ai-
|
|
484
|
+
"path": "src/lib/ai-button/ai-button.ts",
|
|
414
485
|
"declarations": [
|
|
415
486
|
{
|
|
416
487
|
"kind": "variable",
|
|
417
|
-
"name": "
|
|
488
|
+
"name": "AiButtonComponentTagName",
|
|
418
489
|
"type": {
|
|
419
490
|
"text": "keyof HTMLElementTagNameMap"
|
|
420
491
|
},
|
|
421
|
-
"default": "'forge-ai-
|
|
492
|
+
"default": "'forge-ai-button'"
|
|
422
493
|
},
|
|
423
494
|
{
|
|
424
495
|
"kind": "class",
|
|
425
496
|
"description": "",
|
|
426
|
-
"name": "
|
|
427
|
-
"
|
|
497
|
+
"name": "AiButtonComponent",
|
|
498
|
+
"slots": [
|
|
428
499
|
{
|
|
429
|
-
"description": "
|
|
430
|
-
"name": "
|
|
500
|
+
"description": "Default slot for button content",
|
|
501
|
+
"name": ""
|
|
431
502
|
}
|
|
432
503
|
],
|
|
433
|
-
"
|
|
434
|
-
{
|
|
435
|
-
"description": "Content for the start (left) side of the toolbar, typically used for titles or headings",
|
|
436
|
-
"name": "start"
|
|
437
|
-
},
|
|
504
|
+
"members": [
|
|
438
505
|
{
|
|
439
|
-
"
|
|
440
|
-
"name": "
|
|
441
|
-
|
|
506
|
+
"kind": "field",
|
|
507
|
+
"name": "disabled",
|
|
508
|
+
"type": {
|
|
509
|
+
"text": "boolean"
|
|
510
|
+
},
|
|
511
|
+
"privacy": "public",
|
|
512
|
+
"default": "false",
|
|
513
|
+
"description": "Whether the button is disabled",
|
|
514
|
+
"attribute": "disabled",
|
|
515
|
+
"reflects": true
|
|
516
|
+
}
|
|
517
|
+
],
|
|
518
|
+
"attributes": [
|
|
442
519
|
{
|
|
443
|
-
"
|
|
444
|
-
"
|
|
520
|
+
"name": "disabled",
|
|
521
|
+
"type": {
|
|
522
|
+
"text": "boolean"
|
|
523
|
+
},
|
|
524
|
+
"default": "false",
|
|
525
|
+
"description": "Whether the button is disabled",
|
|
526
|
+
"fieldName": "disabled"
|
|
445
527
|
}
|
|
446
528
|
],
|
|
447
|
-
"members": [],
|
|
448
529
|
"superclass": {
|
|
449
530
|
"name": "LitElement",
|
|
450
531
|
"package": "lit"
|
|
451
532
|
},
|
|
452
|
-
"tagName": "forge-ai-
|
|
533
|
+
"tagName": "forge-ai-button",
|
|
453
534
|
"customElement": true
|
|
454
535
|
}
|
|
455
536
|
],
|
|
456
537
|
"exports": [
|
|
457
538
|
{
|
|
458
539
|
"kind": "js",
|
|
459
|
-
"name": "
|
|
540
|
+
"name": "AiButtonComponentTagName",
|
|
460
541
|
"declaration": {
|
|
461
|
-
"name": "
|
|
462
|
-
"module": "src/lib/ai-
|
|
542
|
+
"name": "AiButtonComponentTagName",
|
|
543
|
+
"module": "src/lib/ai-button/ai-button.ts"
|
|
463
544
|
}
|
|
464
545
|
},
|
|
465
546
|
{
|
|
466
547
|
"kind": "js",
|
|
467
|
-
"name": "
|
|
548
|
+
"name": "AiButtonComponent",
|
|
468
549
|
"declaration": {
|
|
469
|
-
"name": "
|
|
470
|
-
"module": "src/lib/ai-
|
|
550
|
+
"name": "AiButtonComponent",
|
|
551
|
+
"module": "src/lib/ai-button/ai-button.ts"
|
|
471
552
|
}
|
|
472
553
|
},
|
|
473
554
|
{
|
|
474
555
|
"kind": "custom-element-definition",
|
|
475
556
|
"declaration": {
|
|
476
|
-
"name": "
|
|
477
|
-
"module": "src/lib/ai-
|
|
557
|
+
"name": "AiButtonComponent",
|
|
558
|
+
"module": "src/lib/ai-button/ai-button.ts"
|
|
478
559
|
}
|
|
479
560
|
}
|
|
480
561
|
]
|
|
@@ -649,87 +730,6 @@
|
|
|
649
730
|
}
|
|
650
731
|
]
|
|
651
732
|
},
|
|
652
|
-
{
|
|
653
|
-
"kind": "javascript-module",
|
|
654
|
-
"path": "src/lib/ai-button/ai-button.ts",
|
|
655
|
-
"declarations": [
|
|
656
|
-
{
|
|
657
|
-
"kind": "variable",
|
|
658
|
-
"name": "AiButtonComponentTagName",
|
|
659
|
-
"type": {
|
|
660
|
-
"text": "keyof HTMLElementTagNameMap"
|
|
661
|
-
},
|
|
662
|
-
"default": "'forge-ai-button'"
|
|
663
|
-
},
|
|
664
|
-
{
|
|
665
|
-
"kind": "class",
|
|
666
|
-
"description": "",
|
|
667
|
-
"name": "AiButtonComponent",
|
|
668
|
-
"slots": [
|
|
669
|
-
{
|
|
670
|
-
"description": "Default slot for button content",
|
|
671
|
-
"name": ""
|
|
672
|
-
}
|
|
673
|
-
],
|
|
674
|
-
"members": [
|
|
675
|
-
{
|
|
676
|
-
"kind": "field",
|
|
677
|
-
"name": "disabled",
|
|
678
|
-
"type": {
|
|
679
|
-
"text": "boolean"
|
|
680
|
-
},
|
|
681
|
-
"privacy": "public",
|
|
682
|
-
"default": "false",
|
|
683
|
-
"description": "Whether the button is disabled",
|
|
684
|
-
"attribute": "disabled",
|
|
685
|
-
"reflects": true
|
|
686
|
-
}
|
|
687
|
-
],
|
|
688
|
-
"attributes": [
|
|
689
|
-
{
|
|
690
|
-
"name": "disabled",
|
|
691
|
-
"type": {
|
|
692
|
-
"text": "boolean"
|
|
693
|
-
},
|
|
694
|
-
"default": "false",
|
|
695
|
-
"description": "Whether the button is disabled",
|
|
696
|
-
"fieldName": "disabled"
|
|
697
|
-
}
|
|
698
|
-
],
|
|
699
|
-
"superclass": {
|
|
700
|
-
"name": "LitElement",
|
|
701
|
-
"package": "lit"
|
|
702
|
-
},
|
|
703
|
-
"tagName": "forge-ai-button",
|
|
704
|
-
"customElement": true
|
|
705
|
-
}
|
|
706
|
-
],
|
|
707
|
-
"exports": [
|
|
708
|
-
{
|
|
709
|
-
"kind": "js",
|
|
710
|
-
"name": "AiButtonComponentTagName",
|
|
711
|
-
"declaration": {
|
|
712
|
-
"name": "AiButtonComponentTagName",
|
|
713
|
-
"module": "src/lib/ai-button/ai-button.ts"
|
|
714
|
-
}
|
|
715
|
-
},
|
|
716
|
-
{
|
|
717
|
-
"kind": "js",
|
|
718
|
-
"name": "AiButtonComponent",
|
|
719
|
-
"declaration": {
|
|
720
|
-
"name": "AiButtonComponent",
|
|
721
|
-
"module": "src/lib/ai-button/ai-button.ts"
|
|
722
|
-
}
|
|
723
|
-
},
|
|
724
|
-
{
|
|
725
|
-
"kind": "custom-element-definition",
|
|
726
|
-
"declaration": {
|
|
727
|
-
"name": "AiButtonComponent",
|
|
728
|
-
"module": "src/lib/ai-button/ai-button.ts"
|
|
729
|
-
}
|
|
730
|
-
}
|
|
731
|
-
]
|
|
732
|
-
},
|
|
733
733
|
{
|
|
734
734
|
"kind": "javascript-module",
|
|
735
735
|
"path": "src/lib/ai-chain-of-thought/ai-chain-of-thought.ts",
|
|
@@ -1379,6 +1379,13 @@
|
|
|
1379
1379
|
"type": {
|
|
1380
1380
|
"text": "ThreadState"
|
|
1381
1381
|
}
|
|
1382
|
+
},
|
|
1383
|
+
{
|
|
1384
|
+
"name": "options",
|
|
1385
|
+
"optional": true,
|
|
1386
|
+
"type": {
|
|
1387
|
+
"text": "{ skipAnimation?: boolean }"
|
|
1388
|
+
}
|
|
1382
1389
|
}
|
|
1383
1390
|
],
|
|
1384
1391
|
"inheritedFrom": {
|
|
@@ -1395,6 +1402,20 @@
|
|
|
1395
1402
|
"privacy": "public",
|
|
1396
1403
|
"readonly": true
|
|
1397
1404
|
},
|
|
1405
|
+
{
|
|
1406
|
+
"kind": "method",
|
|
1407
|
+
"name": "focus",
|
|
1408
|
+
"privacy": "public",
|
|
1409
|
+
"return": {
|
|
1410
|
+
"type": {
|
|
1411
|
+
"text": "void"
|
|
1412
|
+
}
|
|
1413
|
+
},
|
|
1414
|
+
"inheritedFrom": {
|
|
1415
|
+
"name": "AiChatbotBase",
|
|
1416
|
+
"module": "src/lib/ai-chatbot/ai-chatbot-base.ts"
|
|
1417
|
+
}
|
|
1418
|
+
},
|
|
1398
1419
|
{
|
|
1399
1420
|
"kind": "field",
|
|
1400
1421
|
"name": "titleText",
|
|
@@ -3699,6 +3720,16 @@
|
|
|
3699
3720
|
}
|
|
3700
3721
|
]
|
|
3701
3722
|
},
|
|
3723
|
+
{
|
|
3724
|
+
"kind": "method",
|
|
3725
|
+
"name": "focus",
|
|
3726
|
+
"privacy": "public",
|
|
3727
|
+
"return": {
|
|
3728
|
+
"type": {
|
|
3729
|
+
"text": "void"
|
|
3730
|
+
}
|
|
3731
|
+
}
|
|
3732
|
+
},
|
|
3702
3733
|
{
|
|
3703
3734
|
"kind": "method",
|
|
3704
3735
|
"name": "getThreadState",
|
|
@@ -4048,16 +4079,30 @@
|
|
|
4048
4079
|
}
|
|
4049
4080
|
},
|
|
4050
4081
|
{
|
|
4051
|
-
"kind": "
|
|
4052
|
-
"name": "
|
|
4053
|
-
"type": {
|
|
4054
|
-
"text": "string"
|
|
4055
|
-
},
|
|
4082
|
+
"kind": "method",
|
|
4083
|
+
"name": "focus",
|
|
4056
4084
|
"privacy": "public",
|
|
4057
|
-
"
|
|
4058
|
-
|
|
4059
|
-
|
|
4060
|
-
|
|
4085
|
+
"return": {
|
|
4086
|
+
"type": {
|
|
4087
|
+
"text": "void"
|
|
4088
|
+
}
|
|
4089
|
+
},
|
|
4090
|
+
"inheritedFrom": {
|
|
4091
|
+
"name": "AiChatbotBase",
|
|
4092
|
+
"module": "src/lib/ai-chatbot/ai-chatbot-base.ts"
|
|
4093
|
+
}
|
|
4094
|
+
},
|
|
4095
|
+
{
|
|
4096
|
+
"kind": "field",
|
|
4097
|
+
"name": "titleText",
|
|
4098
|
+
"type": {
|
|
4099
|
+
"text": "string"
|
|
4100
|
+
},
|
|
4101
|
+
"privacy": "public",
|
|
4102
|
+
"default": "'AI Assistant'",
|
|
4103
|
+
"attribute": "title-text",
|
|
4104
|
+
"description": "The title text to display in the header (default: 'AI Assistant')",
|
|
4105
|
+
"inheritedFrom": {
|
|
4061
4106
|
"name": "AiChatbotBase",
|
|
4062
4107
|
"module": "src/lib/ai-chatbot/ai-chatbot-base.ts"
|
|
4063
4108
|
}
|
|
@@ -6120,222 +6165,6 @@
|
|
|
6120
6165
|
}
|
|
6121
6166
|
]
|
|
6122
6167
|
},
|
|
6123
|
-
{
|
|
6124
|
-
"kind": "javascript-module",
|
|
6125
|
-
"path": "src/lib/ai-embedded-chat/ai-embedded-chat.ts",
|
|
6126
|
-
"declarations": [
|
|
6127
|
-
{
|
|
6128
|
-
"kind": "variable",
|
|
6129
|
-
"name": "AiEmbeddedChatComponentTagName",
|
|
6130
|
-
"type": {
|
|
6131
|
-
"text": "keyof HTMLElementTagNameMap"
|
|
6132
|
-
},
|
|
6133
|
-
"default": "'forge-ai-embedded-chat'"
|
|
6134
|
-
},
|
|
6135
|
-
{
|
|
6136
|
-
"kind": "class",
|
|
6137
|
-
"description": "",
|
|
6138
|
-
"name": "AiEmbeddedChatComponent",
|
|
6139
|
-
"slots": [
|
|
6140
|
-
{
|
|
6141
|
-
"description": "Slot for custom header title content (default: \"AI Assistant\")",
|
|
6142
|
-
"name": "header-title"
|
|
6143
|
-
},
|
|
6144
|
-
{
|
|
6145
|
-
"description": "Slot for custom empty state heading",
|
|
6146
|
-
"name": "empty-state-heading"
|
|
6147
|
-
}
|
|
6148
|
-
],
|
|
6149
|
-
"members": [
|
|
6150
|
-
{
|
|
6151
|
-
"kind": "field",
|
|
6152
|
-
"name": "expanded",
|
|
6153
|
-
"type": {
|
|
6154
|
-
"text": "boolean"
|
|
6155
|
-
},
|
|
6156
|
-
"privacy": "public",
|
|
6157
|
-
"default": "false",
|
|
6158
|
-
"description": "Controls whether the modal view is open when expanded.",
|
|
6159
|
-
"attribute": "expanded"
|
|
6160
|
-
},
|
|
6161
|
-
{
|
|
6162
|
-
"kind": "field",
|
|
6163
|
-
"name": "gradientVariant",
|
|
6164
|
-
"type": {
|
|
6165
|
-
"text": "string"
|
|
6166
|
-
},
|
|
6167
|
-
"privacy": "public",
|
|
6168
|
-
"default": "'medium'",
|
|
6169
|
-
"description": "Gradient variant for embedded view ('low' | 'medium' | 'high', default: 'medium')",
|
|
6170
|
-
"attribute": "gradient-variant"
|
|
6171
|
-
},
|
|
6172
|
-
{
|
|
6173
|
-
"kind": "field",
|
|
6174
|
-
"name": "adapter",
|
|
6175
|
-
"type": {
|
|
6176
|
-
"text": "AgentAdapter"
|
|
6177
|
-
},
|
|
6178
|
-
"privacy": "public",
|
|
6179
|
-
"description": "Required. The adapter for communication with the AI service"
|
|
6180
|
-
},
|
|
6181
|
-
{
|
|
6182
|
-
"kind": "field",
|
|
6183
|
-
"name": "threadId",
|
|
6184
|
-
"type": {
|
|
6185
|
-
"text": "string | undefined"
|
|
6186
|
-
},
|
|
6187
|
-
"privacy": "public",
|
|
6188
|
-
"attribute": "thread-id"
|
|
6189
|
-
},
|
|
6190
|
-
{
|
|
6191
|
-
"kind": "field",
|
|
6192
|
-
"name": "fileUpload",
|
|
6193
|
-
"type": {
|
|
6194
|
-
"text": "FeatureToggle"
|
|
6195
|
-
},
|
|
6196
|
-
"privacy": "public",
|
|
6197
|
-
"default": "'off'",
|
|
6198
|
-
"description": "Enable file upload functionality (default: 'off')",
|
|
6199
|
-
"attribute": "file-upload"
|
|
6200
|
-
},
|
|
6201
|
-
{
|
|
6202
|
-
"kind": "field",
|
|
6203
|
-
"name": "placeholder",
|
|
6204
|
-
"type": {
|
|
6205
|
-
"text": "string"
|
|
6206
|
-
},
|
|
6207
|
-
"privacy": "public",
|
|
6208
|
-
"default": "'Ask a question...'",
|
|
6209
|
-
"description": "Placeholder text for input (default: \"Ask a question...\")",
|
|
6210
|
-
"attribute": "placeholder"
|
|
6211
|
-
},
|
|
6212
|
-
{
|
|
6213
|
-
"kind": "field",
|
|
6214
|
-
"name": "suggestions",
|
|
6215
|
-
"type": {
|
|
6216
|
-
"text": "Suggestion[]"
|
|
6217
|
-
},
|
|
6218
|
-
"privacy": "public",
|
|
6219
|
-
"description": "Optional suggestions for empty state"
|
|
6220
|
-
},
|
|
6221
|
-
{
|
|
6222
|
-
"kind": "method",
|
|
6223
|
-
"name": "expand",
|
|
6224
|
-
"privacy": "public",
|
|
6225
|
-
"return": {
|
|
6226
|
-
"type": {
|
|
6227
|
-
"text": "void"
|
|
6228
|
-
}
|
|
6229
|
-
},
|
|
6230
|
-
"description": "Expands the chat to modal view."
|
|
6231
|
-
},
|
|
6232
|
-
{
|
|
6233
|
-
"kind": "method",
|
|
6234
|
-
"name": "collapse",
|
|
6235
|
-
"privacy": "public",
|
|
6236
|
-
"return": {
|
|
6237
|
-
"type": {
|
|
6238
|
-
"text": "void"
|
|
6239
|
-
}
|
|
6240
|
-
},
|
|
6241
|
-
"description": "Collapses the chat from modal view back to embedded view."
|
|
6242
|
-
}
|
|
6243
|
-
],
|
|
6244
|
-
"events": [
|
|
6245
|
-
{
|
|
6246
|
-
"type": {
|
|
6247
|
-
"text": "CustomEvent<void>"
|
|
6248
|
-
},
|
|
6249
|
-
"description": "Fired when the chat is expanded to modal view",
|
|
6250
|
-
"name": "forge-ai-embedded-chat-expand"
|
|
6251
|
-
},
|
|
6252
|
-
{
|
|
6253
|
-
"type": {
|
|
6254
|
-
"text": "CustomEvent<void>"
|
|
6255
|
-
},
|
|
6256
|
-
"description": "Fired when the chat is collapsed from modal view",
|
|
6257
|
-
"name": "forge-ai-embedded-chat-collapse"
|
|
6258
|
-
}
|
|
6259
|
-
],
|
|
6260
|
-
"attributes": [
|
|
6261
|
-
{
|
|
6262
|
-
"name": "expanded",
|
|
6263
|
-
"type": {
|
|
6264
|
-
"text": "boolean"
|
|
6265
|
-
},
|
|
6266
|
-
"default": "false",
|
|
6267
|
-
"description": "Controls whether the modal view is open when expanded.",
|
|
6268
|
-
"fieldName": "expanded"
|
|
6269
|
-
},
|
|
6270
|
-
{
|
|
6271
|
-
"name": "gradient-variant",
|
|
6272
|
-
"type": {
|
|
6273
|
-
"text": "string"
|
|
6274
|
-
},
|
|
6275
|
-
"default": "'medium'",
|
|
6276
|
-
"description": "Gradient variant for embedded view ('low' | 'medium' | 'high', default: 'medium')",
|
|
6277
|
-
"fieldName": "gradientVariant"
|
|
6278
|
-
},
|
|
6279
|
-
{
|
|
6280
|
-
"name": "thread-id",
|
|
6281
|
-
"type": {
|
|
6282
|
-
"text": "string | undefined"
|
|
6283
|
-
},
|
|
6284
|
-
"fieldName": "threadId"
|
|
6285
|
-
},
|
|
6286
|
-
{
|
|
6287
|
-
"name": "file-upload",
|
|
6288
|
-
"type": {
|
|
6289
|
-
"text": "FeatureToggle"
|
|
6290
|
-
},
|
|
6291
|
-
"default": "'off'",
|
|
6292
|
-
"description": "Enable file upload functionality (default: 'off')",
|
|
6293
|
-
"fieldName": "fileUpload"
|
|
6294
|
-
},
|
|
6295
|
-
{
|
|
6296
|
-
"name": "placeholder",
|
|
6297
|
-
"type": {
|
|
6298
|
-
"text": "string"
|
|
6299
|
-
},
|
|
6300
|
-
"default": "'Ask a question...'",
|
|
6301
|
-
"description": "Placeholder text for input (default: \"Ask a question...\")",
|
|
6302
|
-
"fieldName": "placeholder"
|
|
6303
|
-
}
|
|
6304
|
-
],
|
|
6305
|
-
"superclass": {
|
|
6306
|
-
"name": "LitElement",
|
|
6307
|
-
"package": "lit"
|
|
6308
|
-
},
|
|
6309
|
-
"tagName": "forge-ai-embedded-chat",
|
|
6310
|
-
"customElement": true
|
|
6311
|
-
}
|
|
6312
|
-
],
|
|
6313
|
-
"exports": [
|
|
6314
|
-
{
|
|
6315
|
-
"kind": "js",
|
|
6316
|
-
"name": "AiEmbeddedChatComponentTagName",
|
|
6317
|
-
"declaration": {
|
|
6318
|
-
"name": "AiEmbeddedChatComponentTagName",
|
|
6319
|
-
"module": "src/lib/ai-embedded-chat/ai-embedded-chat.ts"
|
|
6320
|
-
}
|
|
6321
|
-
},
|
|
6322
|
-
{
|
|
6323
|
-
"kind": "js",
|
|
6324
|
-
"name": "AiEmbeddedChatComponent",
|
|
6325
|
-
"declaration": {
|
|
6326
|
-
"name": "AiEmbeddedChatComponent",
|
|
6327
|
-
"module": "src/lib/ai-embedded-chat/ai-embedded-chat.ts"
|
|
6328
|
-
}
|
|
6329
|
-
},
|
|
6330
|
-
{
|
|
6331
|
-
"kind": "custom-element-definition",
|
|
6332
|
-
"declaration": {
|
|
6333
|
-
"name": "AiEmbeddedChatComponent",
|
|
6334
|
-
"module": "src/lib/ai-embedded-chat/ai-embedded-chat.ts"
|
|
6335
|
-
}
|
|
6336
|
-
}
|
|
6337
|
-
]
|
|
6338
|
-
},
|
|
6339
6168
|
{
|
|
6340
6169
|
"kind": "javascript-module",
|
|
6341
6170
|
"path": "src/lib/ai-dropdown-menu/ai-dropdown-menu-item-group.ts",
|
|
@@ -7111,33 +6940,249 @@
|
|
|
7111
6940
|
},
|
|
7112
6941
|
{
|
|
7113
6942
|
"kind": "javascript-module",
|
|
7114
|
-
"path": "src/lib/ai-
|
|
6943
|
+
"path": "src/lib/ai-embedded-chat/ai-embedded-chat.ts",
|
|
7115
6944
|
"declarations": [
|
|
7116
6945
|
{
|
|
7117
6946
|
"kind": "variable",
|
|
7118
|
-
"name": "
|
|
6947
|
+
"name": "AiEmbeddedChatComponentTagName",
|
|
7119
6948
|
"type": {
|
|
7120
6949
|
"text": "keyof HTMLElementTagNameMap"
|
|
7121
6950
|
},
|
|
7122
|
-
"default": "'forge-ai-
|
|
6951
|
+
"default": "'forge-ai-embedded-chat'"
|
|
7123
6952
|
},
|
|
7124
6953
|
{
|
|
7125
6954
|
"kind": "class",
|
|
7126
6955
|
"description": "",
|
|
7127
|
-
"name": "
|
|
6956
|
+
"name": "AiEmbeddedChatComponent",
|
|
7128
6957
|
"slots": [
|
|
7129
6958
|
{
|
|
7130
|
-
"description": "
|
|
7131
|
-
"name": ""
|
|
7132
|
-
},
|
|
7133
|
-
{
|
|
7134
|
-
"description": "The custom icon/graphic to display.",
|
|
7135
|
-
"name": "icon"
|
|
6959
|
+
"description": "Slot for custom header title content (default: \"AI Assistant\")",
|
|
6960
|
+
"name": "header-title"
|
|
7136
6961
|
},
|
|
7137
6962
|
{
|
|
7138
|
-
"description": "
|
|
7139
|
-
"name": "heading"
|
|
7140
|
-
}
|
|
6963
|
+
"description": "Slot for custom empty state heading",
|
|
6964
|
+
"name": "empty-state-heading"
|
|
6965
|
+
}
|
|
6966
|
+
],
|
|
6967
|
+
"members": [
|
|
6968
|
+
{
|
|
6969
|
+
"kind": "field",
|
|
6970
|
+
"name": "expanded",
|
|
6971
|
+
"type": {
|
|
6972
|
+
"text": "boolean"
|
|
6973
|
+
},
|
|
6974
|
+
"privacy": "public",
|
|
6975
|
+
"default": "false",
|
|
6976
|
+
"description": "Controls whether the modal view is open when expanded.",
|
|
6977
|
+
"attribute": "expanded"
|
|
6978
|
+
},
|
|
6979
|
+
{
|
|
6980
|
+
"kind": "field",
|
|
6981
|
+
"name": "gradientVariant",
|
|
6982
|
+
"type": {
|
|
6983
|
+
"text": "string"
|
|
6984
|
+
},
|
|
6985
|
+
"privacy": "public",
|
|
6986
|
+
"default": "'medium'",
|
|
6987
|
+
"description": "Gradient variant for embedded view ('low' | 'medium' | 'high', default: 'medium')",
|
|
6988
|
+
"attribute": "gradient-variant"
|
|
6989
|
+
},
|
|
6990
|
+
{
|
|
6991
|
+
"kind": "field",
|
|
6992
|
+
"name": "adapter",
|
|
6993
|
+
"type": {
|
|
6994
|
+
"text": "AgentAdapter"
|
|
6995
|
+
},
|
|
6996
|
+
"privacy": "public",
|
|
6997
|
+
"description": "Required. The adapter for communication with the AI service"
|
|
6998
|
+
},
|
|
6999
|
+
{
|
|
7000
|
+
"kind": "field",
|
|
7001
|
+
"name": "threadId",
|
|
7002
|
+
"type": {
|
|
7003
|
+
"text": "string | undefined"
|
|
7004
|
+
},
|
|
7005
|
+
"privacy": "public",
|
|
7006
|
+
"attribute": "thread-id"
|
|
7007
|
+
},
|
|
7008
|
+
{
|
|
7009
|
+
"kind": "field",
|
|
7010
|
+
"name": "fileUpload",
|
|
7011
|
+
"type": {
|
|
7012
|
+
"text": "FeatureToggle"
|
|
7013
|
+
},
|
|
7014
|
+
"privacy": "public",
|
|
7015
|
+
"default": "'off'",
|
|
7016
|
+
"description": "Enable file upload functionality (default: 'off')",
|
|
7017
|
+
"attribute": "file-upload"
|
|
7018
|
+
},
|
|
7019
|
+
{
|
|
7020
|
+
"kind": "field",
|
|
7021
|
+
"name": "placeholder",
|
|
7022
|
+
"type": {
|
|
7023
|
+
"text": "string"
|
|
7024
|
+
},
|
|
7025
|
+
"privacy": "public",
|
|
7026
|
+
"default": "'Ask a question...'",
|
|
7027
|
+
"description": "Placeholder text for input (default: \"Ask a question...\")",
|
|
7028
|
+
"attribute": "placeholder"
|
|
7029
|
+
},
|
|
7030
|
+
{
|
|
7031
|
+
"kind": "field",
|
|
7032
|
+
"name": "suggestions",
|
|
7033
|
+
"type": {
|
|
7034
|
+
"text": "Suggestion[]"
|
|
7035
|
+
},
|
|
7036
|
+
"privacy": "public",
|
|
7037
|
+
"description": "Optional suggestions for empty state"
|
|
7038
|
+
},
|
|
7039
|
+
{
|
|
7040
|
+
"kind": "method",
|
|
7041
|
+
"name": "expand",
|
|
7042
|
+
"privacy": "public",
|
|
7043
|
+
"return": {
|
|
7044
|
+
"type": {
|
|
7045
|
+
"text": "void"
|
|
7046
|
+
}
|
|
7047
|
+
},
|
|
7048
|
+
"description": "Expands the chat to modal view."
|
|
7049
|
+
},
|
|
7050
|
+
{
|
|
7051
|
+
"kind": "method",
|
|
7052
|
+
"name": "collapse",
|
|
7053
|
+
"privacy": "public",
|
|
7054
|
+
"return": {
|
|
7055
|
+
"type": {
|
|
7056
|
+
"text": "void"
|
|
7057
|
+
}
|
|
7058
|
+
},
|
|
7059
|
+
"description": "Collapses the chat from modal view back to embedded view."
|
|
7060
|
+
}
|
|
7061
|
+
],
|
|
7062
|
+
"events": [
|
|
7063
|
+
{
|
|
7064
|
+
"type": {
|
|
7065
|
+
"text": "CustomEvent<void>"
|
|
7066
|
+
},
|
|
7067
|
+
"description": "Fired when the chat is expanded to modal view",
|
|
7068
|
+
"name": "forge-ai-embedded-chat-expand"
|
|
7069
|
+
},
|
|
7070
|
+
{
|
|
7071
|
+
"type": {
|
|
7072
|
+
"text": "CustomEvent<void>"
|
|
7073
|
+
},
|
|
7074
|
+
"description": "Fired when the chat is collapsed from modal view",
|
|
7075
|
+
"name": "forge-ai-embedded-chat-collapse"
|
|
7076
|
+
}
|
|
7077
|
+
],
|
|
7078
|
+
"attributes": [
|
|
7079
|
+
{
|
|
7080
|
+
"name": "expanded",
|
|
7081
|
+
"type": {
|
|
7082
|
+
"text": "boolean"
|
|
7083
|
+
},
|
|
7084
|
+
"default": "false",
|
|
7085
|
+
"description": "Controls whether the modal view is open when expanded.",
|
|
7086
|
+
"fieldName": "expanded"
|
|
7087
|
+
},
|
|
7088
|
+
{
|
|
7089
|
+
"name": "gradient-variant",
|
|
7090
|
+
"type": {
|
|
7091
|
+
"text": "string"
|
|
7092
|
+
},
|
|
7093
|
+
"default": "'medium'",
|
|
7094
|
+
"description": "Gradient variant for embedded view ('low' | 'medium' | 'high', default: 'medium')",
|
|
7095
|
+
"fieldName": "gradientVariant"
|
|
7096
|
+
},
|
|
7097
|
+
{
|
|
7098
|
+
"name": "thread-id",
|
|
7099
|
+
"type": {
|
|
7100
|
+
"text": "string | undefined"
|
|
7101
|
+
},
|
|
7102
|
+
"fieldName": "threadId"
|
|
7103
|
+
},
|
|
7104
|
+
{
|
|
7105
|
+
"name": "file-upload",
|
|
7106
|
+
"type": {
|
|
7107
|
+
"text": "FeatureToggle"
|
|
7108
|
+
},
|
|
7109
|
+
"default": "'off'",
|
|
7110
|
+
"description": "Enable file upload functionality (default: 'off')",
|
|
7111
|
+
"fieldName": "fileUpload"
|
|
7112
|
+
},
|
|
7113
|
+
{
|
|
7114
|
+
"name": "placeholder",
|
|
7115
|
+
"type": {
|
|
7116
|
+
"text": "string"
|
|
7117
|
+
},
|
|
7118
|
+
"default": "'Ask a question...'",
|
|
7119
|
+
"description": "Placeholder text for input (default: \"Ask a question...\")",
|
|
7120
|
+
"fieldName": "placeholder"
|
|
7121
|
+
}
|
|
7122
|
+
],
|
|
7123
|
+
"superclass": {
|
|
7124
|
+
"name": "LitElement",
|
|
7125
|
+
"package": "lit"
|
|
7126
|
+
},
|
|
7127
|
+
"tagName": "forge-ai-embedded-chat",
|
|
7128
|
+
"customElement": true
|
|
7129
|
+
}
|
|
7130
|
+
],
|
|
7131
|
+
"exports": [
|
|
7132
|
+
{
|
|
7133
|
+
"kind": "js",
|
|
7134
|
+
"name": "AiEmbeddedChatComponentTagName",
|
|
7135
|
+
"declaration": {
|
|
7136
|
+
"name": "AiEmbeddedChatComponentTagName",
|
|
7137
|
+
"module": "src/lib/ai-embedded-chat/ai-embedded-chat.ts"
|
|
7138
|
+
}
|
|
7139
|
+
},
|
|
7140
|
+
{
|
|
7141
|
+
"kind": "js",
|
|
7142
|
+
"name": "AiEmbeddedChatComponent",
|
|
7143
|
+
"declaration": {
|
|
7144
|
+
"name": "AiEmbeddedChatComponent",
|
|
7145
|
+
"module": "src/lib/ai-embedded-chat/ai-embedded-chat.ts"
|
|
7146
|
+
}
|
|
7147
|
+
},
|
|
7148
|
+
{
|
|
7149
|
+
"kind": "custom-element-definition",
|
|
7150
|
+
"declaration": {
|
|
7151
|
+
"name": "AiEmbeddedChatComponent",
|
|
7152
|
+
"module": "src/lib/ai-embedded-chat/ai-embedded-chat.ts"
|
|
7153
|
+
}
|
|
7154
|
+
}
|
|
7155
|
+
]
|
|
7156
|
+
},
|
|
7157
|
+
{
|
|
7158
|
+
"kind": "javascript-module",
|
|
7159
|
+
"path": "src/lib/ai-empty-state/ai-empty-state.ts",
|
|
7160
|
+
"declarations": [
|
|
7161
|
+
{
|
|
7162
|
+
"kind": "variable",
|
|
7163
|
+
"name": "AiEmptyStateComponentTagName",
|
|
7164
|
+
"type": {
|
|
7165
|
+
"text": "keyof HTMLElementTagNameMap"
|
|
7166
|
+
},
|
|
7167
|
+
"default": "'forge-ai-empty-state'"
|
|
7168
|
+
},
|
|
7169
|
+
{
|
|
7170
|
+
"kind": "class",
|
|
7171
|
+
"description": "",
|
|
7172
|
+
"name": "AiEmptyStateComponent",
|
|
7173
|
+
"slots": [
|
|
7174
|
+
{
|
|
7175
|
+
"description": "The welcome message content (overrides the default message).",
|
|
7176
|
+
"name": ""
|
|
7177
|
+
},
|
|
7178
|
+
{
|
|
7179
|
+
"description": "The custom icon/graphic to display.",
|
|
7180
|
+
"name": "icon"
|
|
7181
|
+
},
|
|
7182
|
+
{
|
|
7183
|
+
"description": "The custom heading/title to display.",
|
|
7184
|
+
"name": "heading"
|
|
7185
|
+
},
|
|
7141
7186
|
{
|
|
7142
7187
|
"description": "The custom body message content.",
|
|
7143
7188
|
"name": "body"
|
|
@@ -7184,124 +7229,124 @@
|
|
|
7184
7229
|
},
|
|
7185
7230
|
{
|
|
7186
7231
|
"kind": "javascript-module",
|
|
7187
|
-
"path": "src/lib/ai-
|
|
7232
|
+
"path": "src/lib/ai-error-message/ai-error-message.ts",
|
|
7188
7233
|
"declarations": [
|
|
7189
7234
|
{
|
|
7190
7235
|
"kind": "variable",
|
|
7191
|
-
"name": "
|
|
7236
|
+
"name": "AiErrorMessageComponentTagName",
|
|
7192
7237
|
"type": {
|
|
7193
7238
|
"text": "keyof HTMLElementTagNameMap"
|
|
7194
7239
|
},
|
|
7195
|
-
"default": "'forge-ai-
|
|
7240
|
+
"default": "'forge-ai-error-message'"
|
|
7196
7241
|
},
|
|
7197
7242
|
{
|
|
7198
7243
|
"kind": "class",
|
|
7199
7244
|
"description": "",
|
|
7200
|
-
"name": "
|
|
7201
|
-
"
|
|
7245
|
+
"name": "AiErrorMessageComponent",
|
|
7246
|
+
"slots": [
|
|
7202
7247
|
{
|
|
7203
|
-
"
|
|
7204
|
-
"name": "
|
|
7205
|
-
|
|
7206
|
-
|
|
7207
|
-
|
|
7208
|
-
"
|
|
7209
|
-
"default": "[]"
|
|
7248
|
+
"description": "The error title text",
|
|
7249
|
+
"name": "title"
|
|
7250
|
+
},
|
|
7251
|
+
{
|
|
7252
|
+
"description": "The error message content",
|
|
7253
|
+
"name": ""
|
|
7210
7254
|
}
|
|
7211
7255
|
],
|
|
7256
|
+
"members": [],
|
|
7212
7257
|
"superclass": {
|
|
7213
7258
|
"name": "LitElement",
|
|
7214
7259
|
"package": "lit"
|
|
7215
7260
|
},
|
|
7216
|
-
"tagName": "forge-ai-
|
|
7261
|
+
"tagName": "forge-ai-error-message",
|
|
7217
7262
|
"customElement": true,
|
|
7218
|
-
"summary": "Displays
|
|
7263
|
+
"summary": "Displays error messages using Forge inline message banner style."
|
|
7219
7264
|
}
|
|
7220
7265
|
],
|
|
7221
7266
|
"exports": [
|
|
7222
7267
|
{
|
|
7223
7268
|
"kind": "js",
|
|
7224
|
-
"name": "
|
|
7269
|
+
"name": "AiErrorMessageComponentTagName",
|
|
7225
7270
|
"declaration": {
|
|
7226
|
-
"name": "
|
|
7227
|
-
"module": "src/lib/ai-
|
|
7271
|
+
"name": "AiErrorMessageComponentTagName",
|
|
7272
|
+
"module": "src/lib/ai-error-message/ai-error-message.ts"
|
|
7228
7273
|
}
|
|
7229
7274
|
},
|
|
7230
7275
|
{
|
|
7231
7276
|
"kind": "js",
|
|
7232
|
-
"name": "
|
|
7277
|
+
"name": "AiErrorMessageComponent",
|
|
7233
7278
|
"declaration": {
|
|
7234
|
-
"name": "
|
|
7235
|
-
"module": "src/lib/ai-
|
|
7279
|
+
"name": "AiErrorMessageComponent",
|
|
7280
|
+
"module": "src/lib/ai-error-message/ai-error-message.ts"
|
|
7236
7281
|
}
|
|
7237
7282
|
},
|
|
7238
7283
|
{
|
|
7239
7284
|
"kind": "custom-element-definition",
|
|
7240
7285
|
"declaration": {
|
|
7241
|
-
"name": "
|
|
7242
|
-
"module": "src/lib/ai-
|
|
7286
|
+
"name": "AiErrorMessageComponent",
|
|
7287
|
+
"module": "src/lib/ai-error-message/ai-error-message.ts"
|
|
7243
7288
|
}
|
|
7244
7289
|
}
|
|
7245
7290
|
]
|
|
7246
7291
|
},
|
|
7247
7292
|
{
|
|
7248
7293
|
"kind": "javascript-module",
|
|
7249
|
-
"path": "src/lib/ai-
|
|
7294
|
+
"path": "src/lib/ai-event-stream-viewer/ai-event-stream-viewer.ts",
|
|
7250
7295
|
"declarations": [
|
|
7251
7296
|
{
|
|
7252
7297
|
"kind": "variable",
|
|
7253
|
-
"name": "
|
|
7298
|
+
"name": "AiEventStreamViewerComponentTagName",
|
|
7254
7299
|
"type": {
|
|
7255
7300
|
"text": "keyof HTMLElementTagNameMap"
|
|
7256
7301
|
},
|
|
7257
|
-
"default": "'forge-ai-
|
|
7302
|
+
"default": "'forge-ai-event-stream-viewer'"
|
|
7258
7303
|
},
|
|
7259
7304
|
{
|
|
7260
7305
|
"kind": "class",
|
|
7261
7306
|
"description": "",
|
|
7262
|
-
"name": "
|
|
7263
|
-
"
|
|
7264
|
-
{
|
|
7265
|
-
"description": "The error title text",
|
|
7266
|
-
"name": "title"
|
|
7267
|
-
},
|
|
7307
|
+
"name": "AiEventStreamViewerComponent",
|
|
7308
|
+
"members": [
|
|
7268
7309
|
{
|
|
7269
|
-
"
|
|
7270
|
-
"name": ""
|
|
7310
|
+
"kind": "field",
|
|
7311
|
+
"name": "events",
|
|
7312
|
+
"type": {
|
|
7313
|
+
"text": "StreamEvent[]"
|
|
7314
|
+
},
|
|
7315
|
+
"privacy": "public",
|
|
7316
|
+
"default": "[]"
|
|
7271
7317
|
}
|
|
7272
7318
|
],
|
|
7273
|
-
"members": [],
|
|
7274
7319
|
"superclass": {
|
|
7275
7320
|
"name": "LitElement",
|
|
7276
7321
|
"package": "lit"
|
|
7277
7322
|
},
|
|
7278
|
-
"tagName": "forge-ai-
|
|
7323
|
+
"tagName": "forge-ai-event-stream-viewer",
|
|
7279
7324
|
"customElement": true,
|
|
7280
|
-
"summary": "Displays
|
|
7325
|
+
"summary": "Displays a timeline of adapter events with expandable JSON data."
|
|
7281
7326
|
}
|
|
7282
7327
|
],
|
|
7283
7328
|
"exports": [
|
|
7284
7329
|
{
|
|
7285
7330
|
"kind": "js",
|
|
7286
|
-
"name": "
|
|
7331
|
+
"name": "AiEventStreamViewerComponentTagName",
|
|
7287
7332
|
"declaration": {
|
|
7288
|
-
"name": "
|
|
7289
|
-
"module": "src/lib/ai-
|
|
7333
|
+
"name": "AiEventStreamViewerComponentTagName",
|
|
7334
|
+
"module": "src/lib/ai-event-stream-viewer/ai-event-stream-viewer.ts"
|
|
7290
7335
|
}
|
|
7291
7336
|
},
|
|
7292
7337
|
{
|
|
7293
7338
|
"kind": "js",
|
|
7294
|
-
"name": "
|
|
7339
|
+
"name": "AiEventStreamViewerComponent",
|
|
7295
7340
|
"declaration": {
|
|
7296
|
-
"name": "
|
|
7297
|
-
"module": "src/lib/ai-
|
|
7341
|
+
"name": "AiEventStreamViewerComponent",
|
|
7342
|
+
"module": "src/lib/ai-event-stream-viewer/ai-event-stream-viewer.ts"
|
|
7298
7343
|
}
|
|
7299
7344
|
},
|
|
7300
7345
|
{
|
|
7301
7346
|
"kind": "custom-element-definition",
|
|
7302
7347
|
"declaration": {
|
|
7303
|
-
"name": "
|
|
7304
|
-
"module": "src/lib/ai-
|
|
7348
|
+
"name": "AiEventStreamViewerComponent",
|
|
7349
|
+
"module": "src/lib/ai-event-stream-viewer/ai-event-stream-viewer.ts"
|
|
7305
7350
|
}
|
|
7306
7351
|
}
|
|
7307
7352
|
]
|
|
@@ -8003,353 +8048,353 @@
|
|
|
8003
8048
|
},
|
|
8004
8049
|
{
|
|
8005
8050
|
"kind": "javascript-module",
|
|
8006
|
-
"path": "src/lib/ai-
|
|
8051
|
+
"path": "src/lib/ai-message-thread/ai-message-thread.ts",
|
|
8007
8052
|
"declarations": [
|
|
8053
|
+
{
|
|
8054
|
+
"kind": "variable",
|
|
8055
|
+
"name": "AiMessageThreadComponentTagName",
|
|
8056
|
+
"type": {
|
|
8057
|
+
"text": "keyof HTMLElementTagNameMap"
|
|
8058
|
+
},
|
|
8059
|
+
"default": "'forge-ai-message-thread'"
|
|
8060
|
+
},
|
|
8008
8061
|
{
|
|
8009
8062
|
"kind": "class",
|
|
8010
8063
|
"description": "",
|
|
8011
|
-
"name": "
|
|
8064
|
+
"name": "AiMessageThreadComponent",
|
|
8012
8065
|
"cssProperties": [
|
|
8013
8066
|
{
|
|
8014
|
-
"description": "
|
|
8015
|
-
"name": "--forge-ai-
|
|
8016
|
-
},
|
|
8017
|
-
{
|
|
8018
|
-
"description": "Height of the modal in non-fullscreen mode",
|
|
8019
|
-
"name": "--forge-ai-modal-height"
|
|
8067
|
+
"description": "Controls the max-width of the message content area while keeping the scroll container full width.",
|
|
8068
|
+
"name": "--forge-ai-message-thread-content-max-width"
|
|
8020
8069
|
}
|
|
8021
8070
|
],
|
|
8022
8071
|
"slots": [
|
|
8023
8072
|
{
|
|
8024
|
-
"description": "
|
|
8025
|
-
"name": ""
|
|
8073
|
+
"description": "Slot for custom empty state heading content",
|
|
8074
|
+
"name": "empty-state-heading"
|
|
8075
|
+
},
|
|
8076
|
+
{
|
|
8077
|
+
"description": "Slot for custom empty state actions (e.g., suggestions)",
|
|
8078
|
+
"name": "empty-state-actions"
|
|
8026
8079
|
}
|
|
8027
8080
|
],
|
|
8028
8081
|
"members": [
|
|
8029
8082
|
{
|
|
8030
8083
|
"kind": "field",
|
|
8031
|
-
"name": "
|
|
8084
|
+
"name": "messageItems",
|
|
8085
|
+
"type": {
|
|
8086
|
+
"text": "MessageItem[]"
|
|
8087
|
+
},
|
|
8088
|
+
"privacy": "public",
|
|
8089
|
+
"default": "[]"
|
|
8090
|
+
},
|
|
8091
|
+
{
|
|
8092
|
+
"kind": "field",
|
|
8093
|
+
"name": "tools",
|
|
8094
|
+
"type": {
|
|
8095
|
+
"text": "Map<string, ToolDefinition> | undefined"
|
|
8096
|
+
},
|
|
8097
|
+
"privacy": "public"
|
|
8098
|
+
},
|
|
8099
|
+
{
|
|
8100
|
+
"kind": "field",
|
|
8101
|
+
"name": "enableReactions",
|
|
8032
8102
|
"type": {
|
|
8033
8103
|
"text": "boolean"
|
|
8034
8104
|
},
|
|
8035
8105
|
"privacy": "public",
|
|
8036
8106
|
"default": "false",
|
|
8037
|
-
"
|
|
8038
|
-
"attribute": "open"
|
|
8107
|
+
"attribute": "enable-reactions"
|
|
8039
8108
|
},
|
|
8040
8109
|
{
|
|
8041
8110
|
"kind": "field",
|
|
8042
|
-
"name": "
|
|
8111
|
+
"name": "showThinking",
|
|
8043
8112
|
"type": {
|
|
8044
|
-
"text": "boolean
|
|
8113
|
+
"text": "boolean"
|
|
8045
8114
|
},
|
|
8046
8115
|
"privacy": "public",
|
|
8047
|
-
"
|
|
8048
|
-
"attribute": "
|
|
8116
|
+
"default": "false",
|
|
8117
|
+
"attribute": "show-thinking"
|
|
8049
8118
|
},
|
|
8050
8119
|
{
|
|
8051
|
-
"kind": "
|
|
8052
|
-
"name": "
|
|
8120
|
+
"kind": "field",
|
|
8121
|
+
"name": "autoScroll",
|
|
8122
|
+
"type": {
|
|
8123
|
+
"text": "FeatureToggle"
|
|
8124
|
+
},
|
|
8053
8125
|
"privacy": "public",
|
|
8054
|
-
"
|
|
8055
|
-
|
|
8056
|
-
|
|
8057
|
-
|
|
8126
|
+
"default": "'on'",
|
|
8127
|
+
"attribute": "auto-scroll"
|
|
8128
|
+
},
|
|
8129
|
+
{
|
|
8130
|
+
"kind": "field",
|
|
8131
|
+
"name": "debugMode",
|
|
8132
|
+
"type": {
|
|
8133
|
+
"text": "boolean"
|
|
8058
8134
|
},
|
|
8059
|
-
"
|
|
8135
|
+
"privacy": "public",
|
|
8136
|
+
"default": "false",
|
|
8137
|
+
"attribute": "debug-mode"
|
|
8060
8138
|
},
|
|
8061
8139
|
{
|
|
8062
8140
|
"kind": "method",
|
|
8063
|
-
"name": "
|
|
8141
|
+
"name": "scrollToBottom",
|
|
8064
8142
|
"privacy": "public",
|
|
8065
8143
|
"return": {
|
|
8066
8144
|
"type": {
|
|
8067
8145
|
"text": "void"
|
|
8068
8146
|
}
|
|
8069
8147
|
},
|
|
8070
|
-
"
|
|
8148
|
+
"parameters": [
|
|
8149
|
+
{
|
|
8150
|
+
"name": "{\n force = false,\n behavior = 'smooth'\n }",
|
|
8151
|
+
"default": "{}",
|
|
8152
|
+
"type": {
|
|
8153
|
+
"text": "{ force?: boolean; behavior?: ScrollBehavior }"
|
|
8154
|
+
}
|
|
8155
|
+
}
|
|
8156
|
+
]
|
|
8071
8157
|
}
|
|
8072
8158
|
],
|
|
8073
8159
|
"events": [
|
|
8074
8160
|
{
|
|
8075
|
-
"name": "forge-ai-modal-open",
|
|
8076
8161
|
"type": {
|
|
8077
|
-
"text": "CustomEvent<
|
|
8162
|
+
"text": "CustomEvent<ForgeAiMessageThreadCopyEventData>"
|
|
8078
8163
|
},
|
|
8079
|
-
"description": "Fired when
|
|
8164
|
+
"description": "Fired when user clicks copy on a message",
|
|
8165
|
+
"name": "forge-ai-message-thread-copy"
|
|
8080
8166
|
},
|
|
8081
8167
|
{
|
|
8082
|
-
"name": "forge-ai-modal-close",
|
|
8083
8168
|
"type": {
|
|
8084
|
-
"text": "CustomEvent<
|
|
8169
|
+
"text": "CustomEvent<ForgeAiMessageThreadResendEventData>"
|
|
8085
8170
|
},
|
|
8086
|
-
"description": "Fired when
|
|
8171
|
+
"description": "Fired when user clicks resend on a message",
|
|
8172
|
+
"name": "forge-ai-message-thread-resend"
|
|
8087
8173
|
},
|
|
8088
8174
|
{
|
|
8089
8175
|
"type": {
|
|
8090
|
-
"text": "CustomEvent<
|
|
8176
|
+
"text": "CustomEvent<ForgeAiMessageThreadThumbsEventData>"
|
|
8091
8177
|
},
|
|
8092
|
-
"description": "Fired when
|
|
8093
|
-
"name": "forge-ai-
|
|
8178
|
+
"description": "Fired when user gives thumbs up",
|
|
8179
|
+
"name": "forge-ai-message-thread-thumbs-up"
|
|
8180
|
+
},
|
|
8181
|
+
{
|
|
8182
|
+
"type": {
|
|
8183
|
+
"text": "CustomEvent<ForgeAiMessageThreadThumbsEventData>"
|
|
8184
|
+
},
|
|
8185
|
+
"description": "Fired when user gives thumbs down",
|
|
8186
|
+
"name": "forge-ai-message-thread-thumbs-down"
|
|
8094
8187
|
}
|
|
8095
8188
|
],
|
|
8096
8189
|
"attributes": [
|
|
8097
8190
|
{
|
|
8098
|
-
"name": "
|
|
8191
|
+
"name": "enable-reactions",
|
|
8099
8192
|
"type": {
|
|
8100
8193
|
"text": "boolean"
|
|
8101
8194
|
},
|
|
8102
8195
|
"default": "false",
|
|
8103
|
-
"
|
|
8104
|
-
"fieldName": "open"
|
|
8196
|
+
"fieldName": "enableReactions"
|
|
8105
8197
|
},
|
|
8106
8198
|
{
|
|
8107
|
-
"name": "
|
|
8199
|
+
"name": "show-thinking",
|
|
8108
8200
|
"type": {
|
|
8109
|
-
"text": "boolean
|
|
8201
|
+
"text": "boolean"
|
|
8110
8202
|
},
|
|
8111
|
-
"
|
|
8112
|
-
"fieldName": "
|
|
8203
|
+
"default": "false",
|
|
8204
|
+
"fieldName": "showThinking"
|
|
8205
|
+
},
|
|
8206
|
+
{
|
|
8207
|
+
"name": "auto-scroll",
|
|
8208
|
+
"type": {
|
|
8209
|
+
"text": "FeatureToggle"
|
|
8210
|
+
},
|
|
8211
|
+
"default": "'on'",
|
|
8212
|
+
"fieldName": "autoScroll"
|
|
8213
|
+
},
|
|
8214
|
+
{
|
|
8215
|
+
"name": "debug-mode",
|
|
8216
|
+
"type": {
|
|
8217
|
+
"text": "boolean"
|
|
8218
|
+
},
|
|
8219
|
+
"default": "false",
|
|
8220
|
+
"fieldName": "debugMode"
|
|
8113
8221
|
}
|
|
8114
8222
|
],
|
|
8115
8223
|
"superclass": {
|
|
8116
8224
|
"name": "LitElement",
|
|
8117
8225
|
"package": "lit"
|
|
8118
8226
|
},
|
|
8119
|
-
"tagName": "forge-ai-
|
|
8227
|
+
"tagName": "forge-ai-message-thread",
|
|
8120
8228
|
"customElement": true,
|
|
8121
|
-
"
|
|
8122
|
-
{
|
|
8123
|
-
"name": "fullscreen",
|
|
8124
|
-
"description": "The modal is in fullscreen mode"
|
|
8125
|
-
}
|
|
8126
|
-
]
|
|
8229
|
+
"summary": "A primitive component for rendering a thread of chat messages, including user, assistant, system, and tool call messages."
|
|
8127
8230
|
}
|
|
8128
8231
|
],
|
|
8129
8232
|
"exports": [
|
|
8130
8233
|
{
|
|
8131
8234
|
"kind": "js",
|
|
8132
|
-
"name": "
|
|
8235
|
+
"name": "AiMessageThreadComponentTagName",
|
|
8133
8236
|
"declaration": {
|
|
8134
|
-
"name": "
|
|
8135
|
-
"module": "src/lib/ai-
|
|
8237
|
+
"name": "AiMessageThreadComponentTagName",
|
|
8238
|
+
"module": "src/lib/ai-message-thread/ai-message-thread.ts"
|
|
8239
|
+
}
|
|
8240
|
+
},
|
|
8241
|
+
{
|
|
8242
|
+
"kind": "js",
|
|
8243
|
+
"name": "AiMessageThreadComponent",
|
|
8244
|
+
"declaration": {
|
|
8245
|
+
"name": "AiMessageThreadComponent",
|
|
8246
|
+
"module": "src/lib/ai-message-thread/ai-message-thread.ts"
|
|
8136
8247
|
}
|
|
8137
8248
|
},
|
|
8138
8249
|
{
|
|
8139
8250
|
"kind": "custom-element-definition",
|
|
8140
|
-
"name": "forge-ai-modal",
|
|
8141
8251
|
"declaration": {
|
|
8142
|
-
"name": "
|
|
8143
|
-
"module": "src/lib/ai-
|
|
8252
|
+
"name": "AiMessageThreadComponent",
|
|
8253
|
+
"module": "src/lib/ai-message-thread/ai-message-thread.ts"
|
|
8144
8254
|
}
|
|
8145
8255
|
}
|
|
8146
8256
|
]
|
|
8147
8257
|
},
|
|
8148
8258
|
{
|
|
8149
8259
|
"kind": "javascript-module",
|
|
8150
|
-
"path": "src/lib/ai-
|
|
8260
|
+
"path": "src/lib/ai-modal/ai-modal.ts",
|
|
8151
8261
|
"declarations": [
|
|
8152
|
-
{
|
|
8153
|
-
"kind": "variable",
|
|
8154
|
-
"name": "AiMessageThreadComponentTagName",
|
|
8155
|
-
"type": {
|
|
8156
|
-
"text": "keyof HTMLElementTagNameMap"
|
|
8157
|
-
},
|
|
8158
|
-
"default": "'forge-ai-message-thread'"
|
|
8159
|
-
},
|
|
8160
8262
|
{
|
|
8161
8263
|
"kind": "class",
|
|
8162
8264
|
"description": "",
|
|
8163
|
-
"name": "
|
|
8265
|
+
"name": "AiModalComponent",
|
|
8164
8266
|
"cssProperties": [
|
|
8165
8267
|
{
|
|
8166
|
-
"description": "
|
|
8167
|
-
"name": "--forge-ai-
|
|
8268
|
+
"description": "Width of the modal in non-fullscreen mode",
|
|
8269
|
+
"name": "--forge-ai-modal-width"
|
|
8270
|
+
},
|
|
8271
|
+
{
|
|
8272
|
+
"description": "Height of the modal in non-fullscreen mode",
|
|
8273
|
+
"name": "--forge-ai-modal-height"
|
|
8168
8274
|
}
|
|
8169
8275
|
],
|
|
8170
8276
|
"slots": [
|
|
8171
8277
|
{
|
|
8172
|
-
"description": "
|
|
8173
|
-
"name": "
|
|
8174
|
-
},
|
|
8175
|
-
{
|
|
8176
|
-
"description": "Slot for custom empty state actions (e.g., suggestions)",
|
|
8177
|
-
"name": "empty-state-actions"
|
|
8278
|
+
"description": "Default slot for modal content",
|
|
8279
|
+
"name": ""
|
|
8178
8280
|
}
|
|
8179
8281
|
],
|
|
8180
8282
|
"members": [
|
|
8181
8283
|
{
|
|
8182
8284
|
"kind": "field",
|
|
8183
|
-
"name": "
|
|
8184
|
-
"type": {
|
|
8185
|
-
"text": "MessageItem[]"
|
|
8186
|
-
},
|
|
8187
|
-
"privacy": "public",
|
|
8188
|
-
"default": "[]"
|
|
8189
|
-
},
|
|
8190
|
-
{
|
|
8191
|
-
"kind": "field",
|
|
8192
|
-
"name": "tools",
|
|
8193
|
-
"type": {
|
|
8194
|
-
"text": "Map<string, ToolDefinition> | undefined"
|
|
8195
|
-
},
|
|
8196
|
-
"privacy": "public"
|
|
8197
|
-
},
|
|
8198
|
-
{
|
|
8199
|
-
"kind": "field",
|
|
8200
|
-
"name": "enableReactions",
|
|
8201
|
-
"type": {
|
|
8202
|
-
"text": "boolean"
|
|
8203
|
-
},
|
|
8204
|
-
"privacy": "public",
|
|
8205
|
-
"default": "false",
|
|
8206
|
-
"attribute": "enable-reactions"
|
|
8207
|
-
},
|
|
8208
|
-
{
|
|
8209
|
-
"kind": "field",
|
|
8210
|
-
"name": "showThinking",
|
|
8285
|
+
"name": "open",
|
|
8211
8286
|
"type": {
|
|
8212
8287
|
"text": "boolean"
|
|
8213
8288
|
},
|
|
8214
8289
|
"privacy": "public",
|
|
8215
8290
|
"default": "false",
|
|
8216
|
-
"
|
|
8291
|
+
"description": "Controls whether the modal is open or closed.",
|
|
8292
|
+
"attribute": "open"
|
|
8217
8293
|
},
|
|
8218
8294
|
{
|
|
8219
8295
|
"kind": "field",
|
|
8220
|
-
"name": "
|
|
8296
|
+
"name": "fullscreen",
|
|
8221
8297
|
"type": {
|
|
8222
|
-
"text": "
|
|
8298
|
+
"text": "boolean | undefined"
|
|
8223
8299
|
},
|
|
8224
8300
|
"privacy": "public",
|
|
8225
|
-
"
|
|
8226
|
-
"attribute": "
|
|
8301
|
+
"description": "Controls whether the modal is displayed in fullscreen mode.\nWhen not explicitly set, this will be automatically determined based on viewport size.",
|
|
8302
|
+
"attribute": "fullscreen"
|
|
8227
8303
|
},
|
|
8228
8304
|
{
|
|
8229
|
-
"kind": "
|
|
8230
|
-
"name": "
|
|
8231
|
-
"type": {
|
|
8232
|
-
"text": "boolean"
|
|
8233
|
-
},
|
|
8305
|
+
"kind": "method",
|
|
8306
|
+
"name": "show",
|
|
8234
8307
|
"privacy": "public",
|
|
8235
|
-
"
|
|
8236
|
-
|
|
8308
|
+
"return": {
|
|
8309
|
+
"type": {
|
|
8310
|
+
"text": "void"
|
|
8311
|
+
}
|
|
8312
|
+
},
|
|
8313
|
+
"description": "Shows the modal dialog."
|
|
8237
8314
|
},
|
|
8238
8315
|
{
|
|
8239
8316
|
"kind": "method",
|
|
8240
|
-
"name": "
|
|
8317
|
+
"name": "close",
|
|
8241
8318
|
"privacy": "public",
|
|
8242
8319
|
"return": {
|
|
8243
8320
|
"type": {
|
|
8244
8321
|
"text": "void"
|
|
8245
8322
|
}
|
|
8246
8323
|
},
|
|
8247
|
-
"
|
|
8248
|
-
{
|
|
8249
|
-
"name": "{\n force = false,\n behavior = 'smooth'\n }",
|
|
8250
|
-
"default": "{}",
|
|
8251
|
-
"type": {
|
|
8252
|
-
"text": "{ force?: boolean; behavior?: ScrollBehavior }"
|
|
8253
|
-
}
|
|
8254
|
-
}
|
|
8255
|
-
]
|
|
8324
|
+
"description": "Closes the modal dialog."
|
|
8256
8325
|
}
|
|
8257
8326
|
],
|
|
8258
8327
|
"events": [
|
|
8259
8328
|
{
|
|
8329
|
+
"name": "forge-ai-modal-open",
|
|
8260
8330
|
"type": {
|
|
8261
|
-
"text": "CustomEvent<
|
|
8262
|
-
},
|
|
8263
|
-
"description": "Fired when user clicks copy on a message",
|
|
8264
|
-
"name": "forge-ai-message-thread-copy"
|
|
8265
|
-
},
|
|
8266
|
-
{
|
|
8267
|
-
"type": {
|
|
8268
|
-
"text": "CustomEvent<ForgeAiMessageThreadResendEventData>"
|
|
8331
|
+
"text": "CustomEvent<void>"
|
|
8269
8332
|
},
|
|
8270
|
-
"description": "Fired when
|
|
8271
|
-
"name": "forge-ai-message-thread-resend"
|
|
8333
|
+
"description": "Fired when the modal is opened"
|
|
8272
8334
|
},
|
|
8273
8335
|
{
|
|
8336
|
+
"name": "forge-ai-modal-close",
|
|
8274
8337
|
"type": {
|
|
8275
|
-
"text": "CustomEvent<
|
|
8338
|
+
"text": "CustomEvent<void>"
|
|
8276
8339
|
},
|
|
8277
|
-
"description": "Fired when
|
|
8278
|
-
"name": "forge-ai-message-thread-thumbs-up"
|
|
8340
|
+
"description": "Fired when the modal is closed"
|
|
8279
8341
|
},
|
|
8280
8342
|
{
|
|
8281
8343
|
"type": {
|
|
8282
|
-
"text": "CustomEvent<
|
|
8344
|
+
"text": "CustomEvent<{ isFullscreen: boolean }>"
|
|
8283
8345
|
},
|
|
8284
|
-
"description": "Fired when
|
|
8285
|
-
"name": "forge-ai-
|
|
8346
|
+
"description": "Fired when the fullscreen state changes",
|
|
8347
|
+
"name": "forge-ai-modal-fullscreen-change"
|
|
8286
8348
|
}
|
|
8287
8349
|
],
|
|
8288
8350
|
"attributes": [
|
|
8289
8351
|
{
|
|
8290
|
-
"name": "
|
|
8291
|
-
"type": {
|
|
8292
|
-
"text": "boolean"
|
|
8293
|
-
},
|
|
8294
|
-
"default": "false",
|
|
8295
|
-
"fieldName": "enableReactions"
|
|
8296
|
-
},
|
|
8297
|
-
{
|
|
8298
|
-
"name": "show-thinking",
|
|
8352
|
+
"name": "open",
|
|
8299
8353
|
"type": {
|
|
8300
8354
|
"text": "boolean"
|
|
8301
8355
|
},
|
|
8302
8356
|
"default": "false",
|
|
8303
|
-
"
|
|
8304
|
-
|
|
8305
|
-
{
|
|
8306
|
-
"name": "auto-scroll",
|
|
8307
|
-
"type": {
|
|
8308
|
-
"text": "FeatureToggle"
|
|
8309
|
-
},
|
|
8310
|
-
"default": "'on'",
|
|
8311
|
-
"fieldName": "autoScroll"
|
|
8357
|
+
"description": "Controls whether the modal is open or closed.",
|
|
8358
|
+
"fieldName": "open"
|
|
8312
8359
|
},
|
|
8313
8360
|
{
|
|
8314
|
-
"name": "
|
|
8361
|
+
"name": "fullscreen",
|
|
8315
8362
|
"type": {
|
|
8316
|
-
"text": "boolean"
|
|
8363
|
+
"text": "boolean | undefined"
|
|
8317
8364
|
},
|
|
8318
|
-
"
|
|
8319
|
-
"fieldName": "
|
|
8365
|
+
"description": "Controls whether the modal is displayed in fullscreen mode.\nWhen not explicitly set, this will be automatically determined based on viewport size.",
|
|
8366
|
+
"fieldName": "fullscreen"
|
|
8320
8367
|
}
|
|
8321
8368
|
],
|
|
8322
8369
|
"superclass": {
|
|
8323
8370
|
"name": "LitElement",
|
|
8324
8371
|
"package": "lit"
|
|
8325
8372
|
},
|
|
8326
|
-
"tagName": "forge-ai-
|
|
8373
|
+
"tagName": "forge-ai-modal",
|
|
8327
8374
|
"customElement": true,
|
|
8328
|
-
"
|
|
8375
|
+
"states": [
|
|
8376
|
+
{
|
|
8377
|
+
"name": "fullscreen",
|
|
8378
|
+
"description": "The modal is in fullscreen mode"
|
|
8379
|
+
}
|
|
8380
|
+
]
|
|
8329
8381
|
}
|
|
8330
8382
|
],
|
|
8331
8383
|
"exports": [
|
|
8332
8384
|
{
|
|
8333
8385
|
"kind": "js",
|
|
8334
|
-
"name": "
|
|
8335
|
-
"declaration": {
|
|
8336
|
-
"name": "AiMessageThreadComponentTagName",
|
|
8337
|
-
"module": "src/lib/ai-message-thread/ai-message-thread.ts"
|
|
8338
|
-
}
|
|
8339
|
-
},
|
|
8340
|
-
{
|
|
8341
|
-
"kind": "js",
|
|
8342
|
-
"name": "AiMessageThreadComponent",
|
|
8386
|
+
"name": "AiModalComponent",
|
|
8343
8387
|
"declaration": {
|
|
8344
|
-
"name": "
|
|
8345
|
-
"module": "src/lib/ai-
|
|
8388
|
+
"name": "AiModalComponent",
|
|
8389
|
+
"module": "src/lib/ai-modal/ai-modal.ts"
|
|
8346
8390
|
}
|
|
8347
8391
|
},
|
|
8348
8392
|
{
|
|
8349
8393
|
"kind": "custom-element-definition",
|
|
8394
|
+
"name": "forge-ai-modal",
|
|
8350
8395
|
"declaration": {
|
|
8351
|
-
"name": "
|
|
8352
|
-
"module": "src/lib/ai-
|
|
8396
|
+
"name": "AiModalComponent",
|
|
8397
|
+
"module": "src/lib/ai-modal/ai-modal.ts"
|
|
8353
8398
|
}
|
|
8354
8399
|
}
|
|
8355
8400
|
]
|
|
@@ -8615,236 +8660,121 @@
|
|
|
8615
8660
|
},
|
|
8616
8661
|
"default": "'Ask a question...'",
|
|
8617
8662
|
"description": "Placeholder text for the textarea field",
|
|
8618
|
-
"fieldName": "placeholder"
|
|
8619
|
-
},
|
|
8620
|
-
{
|
|
8621
|
-
"name": "value",
|
|
8622
|
-
"type": {
|
|
8623
|
-
"text": "string"
|
|
8624
|
-
},
|
|
8625
|
-
"default": "''",
|
|
8626
|
-
"description": "Current value of the textarea field",
|
|
8627
|
-
"fieldName": "value"
|
|
8628
|
-
},
|
|
8629
|
-
{
|
|
8630
|
-
"name": "variant",
|
|
8631
|
-
"type": {
|
|
8632
|
-
"text": "AiPromptVariant"
|
|
8633
|
-
},
|
|
8634
|
-
"default": "'stacked'",
|
|
8635
|
-
"description": "Layout variant for the prompt component",
|
|
8636
|
-
"fieldName": "variant"
|
|
8637
|
-
},
|
|
8638
|
-
{
|
|
8639
|
-
"name": "send-disabled",
|
|
8640
|
-
"type": {
|
|
8641
|
-
"text": "boolean"
|
|
8642
|
-
},
|
|
8643
|
-
"default": "false",
|
|
8644
|
-
"description": "Whether the send button is disabled",
|
|
8645
|
-
"fieldName": "sendDisabled"
|
|
8646
|
-
},
|
|
8647
|
-
{
|
|
8648
|
-
"name": "autofocus",
|
|
8649
|
-
"type": {
|
|
8650
|
-
"text": "boolean"
|
|
8651
|
-
},
|
|
8652
|
-
"default": "false",
|
|
8653
|
-
"description": "Whether to autofocus the textarea field when the component renders",
|
|
8654
|
-
"fieldName": "autofocus"
|
|
8655
|
-
},
|
|
8656
|
-
{
|
|
8657
|
-
"name": "input-disabled",
|
|
8658
|
-
"type": {
|
|
8659
|
-
"text": "boolean"
|
|
8660
|
-
},
|
|
8661
|
-
"default": "false",
|
|
8662
|
-
"description": "Whether the textarea field is disabled",
|
|
8663
|
-
"fieldName": "inputDisabled"
|
|
8664
|
-
},
|
|
8665
|
-
{
|
|
8666
|
-
"name": "cancel-on-escape",
|
|
8667
|
-
"type": {
|
|
8668
|
-
"text": "boolean"
|
|
8669
|
-
},
|
|
8670
|
-
"default": "true",
|
|
8671
|
-
"description": "Whether to dispatch escape events when Escape key is pressed",
|
|
8672
|
-
"fieldName": "cancelOnEscape"
|
|
8673
|
-
},
|
|
8674
|
-
{
|
|
8675
|
-
"name": "running",
|
|
8676
|
-
"type": {
|
|
8677
|
-
"text": "boolean"
|
|
8678
|
-
},
|
|
8679
|
-
"default": "false",
|
|
8680
|
-
"description": "Whether the component is in running state (shows stop button instead of send button)",
|
|
8681
|
-
"fieldName": "running"
|
|
8682
|
-
},
|
|
8683
|
-
{
|
|
8684
|
-
"name": "debug-mode",
|
|
8685
|
-
"type": {
|
|
8686
|
-
"text": "boolean"
|
|
8687
|
-
},
|
|
8688
|
-
"default": "false",
|
|
8689
|
-
"description": "Whether debug mode is active (shows debug icon button)",
|
|
8690
|
-
"fieldName": "debugMode"
|
|
8691
|
-
}
|
|
8692
|
-
],
|
|
8693
|
-
"superclass": {
|
|
8694
|
-
"name": "LitElement",
|
|
8695
|
-
"package": "lit"
|
|
8696
|
-
},
|
|
8697
|
-
"tagName": "forge-ai-prompt",
|
|
8698
|
-
"customElement": true,
|
|
8699
|
-
"states": [
|
|
8700
|
-
{
|
|
8701
|
-
"name": "inline",
|
|
8702
|
-
"description": "The prompt is in inline layout mode with actions hidden."
|
|
8703
|
-
},
|
|
8704
|
-
{
|
|
8705
|
-
"name": "stacked",
|
|
8706
|
-
"description": "The prompt is in stacked layout mode with actions displayed below the input."
|
|
8707
|
-
}
|
|
8708
|
-
]
|
|
8709
|
-
}
|
|
8710
|
-
],
|
|
8711
|
-
"exports": [
|
|
8712
|
-
{
|
|
8713
|
-
"kind": "js",
|
|
8714
|
-
"name": "AiPromptComponentTagName",
|
|
8715
|
-
"declaration": {
|
|
8716
|
-
"name": "AiPromptComponentTagName",
|
|
8717
|
-
"module": "src/lib/ai-prompt/ai-prompt.ts"
|
|
8718
|
-
}
|
|
8719
|
-
},
|
|
8720
|
-
{
|
|
8721
|
-
"kind": "js",
|
|
8722
|
-
"name": "AiPromptComponent",
|
|
8723
|
-
"declaration": {
|
|
8724
|
-
"name": "AiPromptComponent",
|
|
8725
|
-
"module": "src/lib/ai-prompt/ai-prompt.ts"
|
|
8726
|
-
}
|
|
8727
|
-
},
|
|
8728
|
-
{
|
|
8729
|
-
"kind": "custom-element-definition",
|
|
8730
|
-
"declaration": {
|
|
8731
|
-
"name": "AiPromptComponent",
|
|
8732
|
-
"module": "src/lib/ai-prompt/ai-prompt.ts"
|
|
8733
|
-
}
|
|
8734
|
-
}
|
|
8735
|
-
]
|
|
8736
|
-
},
|
|
8737
|
-
{
|
|
8738
|
-
"kind": "javascript-module",
|
|
8739
|
-
"path": "src/lib/ai-reasoning-header/ai-reasoning-header.ts",
|
|
8740
|
-
"declarations": [
|
|
8741
|
-
{
|
|
8742
|
-
"kind": "variable",
|
|
8743
|
-
"name": "AiReasoningHeaderComponentTagName",
|
|
8744
|
-
"type": {
|
|
8745
|
-
"text": "keyof HTMLElementTagNameMap"
|
|
8746
|
-
},
|
|
8747
|
-
"default": "'forge-ai-reasoning-header'"
|
|
8748
|
-
},
|
|
8749
|
-
{
|
|
8750
|
-
"kind": "class",
|
|
8751
|
-
"description": "",
|
|
8752
|
-
"name": "AiReasoningHeaderComponent",
|
|
8753
|
-
"slots": [
|
|
8663
|
+
"fieldName": "placeholder"
|
|
8664
|
+
},
|
|
8754
8665
|
{
|
|
8755
|
-
"
|
|
8756
|
-
"
|
|
8666
|
+
"name": "value",
|
|
8667
|
+
"type": {
|
|
8668
|
+
"text": "string"
|
|
8669
|
+
},
|
|
8670
|
+
"default": "''",
|
|
8671
|
+
"description": "Current value of the textarea field",
|
|
8672
|
+
"fieldName": "value"
|
|
8757
8673
|
},
|
|
8758
8674
|
{
|
|
8759
|
-
"
|
|
8760
|
-
"
|
|
8761
|
-
|
|
8762
|
-
|
|
8763
|
-
|
|
8675
|
+
"name": "variant",
|
|
8676
|
+
"type": {
|
|
8677
|
+
"text": "AiPromptVariant"
|
|
8678
|
+
},
|
|
8679
|
+
"default": "'stacked'",
|
|
8680
|
+
"description": "Layout variant for the prompt component",
|
|
8681
|
+
"fieldName": "variant"
|
|
8682
|
+
},
|
|
8764
8683
|
{
|
|
8765
|
-
"
|
|
8766
|
-
"name": "expanded",
|
|
8684
|
+
"name": "send-disabled",
|
|
8767
8685
|
"type": {
|
|
8768
8686
|
"text": "boolean"
|
|
8769
8687
|
},
|
|
8770
|
-
"privacy": "public",
|
|
8771
8688
|
"default": "false",
|
|
8772
|
-
"description": "Whether the
|
|
8773
|
-
"
|
|
8774
|
-
"reflects": true
|
|
8689
|
+
"description": "Whether the send button is disabled",
|
|
8690
|
+
"fieldName": "sendDisabled"
|
|
8775
8691
|
},
|
|
8776
8692
|
{
|
|
8777
|
-
"
|
|
8778
|
-
"name": "reasoning",
|
|
8693
|
+
"name": "autofocus",
|
|
8779
8694
|
"type": {
|
|
8780
8695
|
"text": "boolean"
|
|
8781
8696
|
},
|
|
8782
|
-
"privacy": "public",
|
|
8783
8697
|
"default": "false",
|
|
8784
|
-
"description": "Whether
|
|
8785
|
-
"
|
|
8786
|
-
|
|
8787
|
-
}
|
|
8788
|
-
],
|
|
8789
|
-
"events": [
|
|
8698
|
+
"description": "Whether to autofocus the textarea field when the component renders",
|
|
8699
|
+
"fieldName": "autofocus"
|
|
8700
|
+
},
|
|
8790
8701
|
{
|
|
8791
|
-
"name": "
|
|
8702
|
+
"name": "input-disabled",
|
|
8792
8703
|
"type": {
|
|
8793
|
-
"text": "
|
|
8704
|
+
"text": "boolean"
|
|
8794
8705
|
},
|
|
8795
|
-
"
|
|
8796
|
-
|
|
8797
|
-
|
|
8798
|
-
|
|
8706
|
+
"default": "false",
|
|
8707
|
+
"description": "Whether the textarea field is disabled",
|
|
8708
|
+
"fieldName": "inputDisabled"
|
|
8709
|
+
},
|
|
8799
8710
|
{
|
|
8800
|
-
"name": "
|
|
8711
|
+
"name": "cancel-on-escape",
|
|
8712
|
+
"type": {
|
|
8713
|
+
"text": "boolean"
|
|
8714
|
+
},
|
|
8715
|
+
"default": "true",
|
|
8716
|
+
"description": "Whether to dispatch escape events when Escape key is pressed",
|
|
8717
|
+
"fieldName": "cancelOnEscape"
|
|
8718
|
+
},
|
|
8719
|
+
{
|
|
8720
|
+
"name": "running",
|
|
8801
8721
|
"type": {
|
|
8802
8722
|
"text": "boolean"
|
|
8803
8723
|
},
|
|
8804
8724
|
"default": "false",
|
|
8805
|
-
"description": "Whether the
|
|
8806
|
-
"fieldName": "
|
|
8725
|
+
"description": "Whether the component is in running state (shows stop button instead of send button)",
|
|
8726
|
+
"fieldName": "running"
|
|
8807
8727
|
},
|
|
8808
8728
|
{
|
|
8809
|
-
"name": "
|
|
8729
|
+
"name": "debug-mode",
|
|
8810
8730
|
"type": {
|
|
8811
8731
|
"text": "boolean"
|
|
8812
8732
|
},
|
|
8813
8733
|
"default": "false",
|
|
8814
|
-
"description": "Whether
|
|
8815
|
-
"fieldName": "
|
|
8734
|
+
"description": "Whether debug mode is active (shows debug icon button)",
|
|
8735
|
+
"fieldName": "debugMode"
|
|
8816
8736
|
}
|
|
8817
8737
|
],
|
|
8818
8738
|
"superclass": {
|
|
8819
8739
|
"name": "LitElement",
|
|
8820
8740
|
"package": "lit"
|
|
8821
8741
|
},
|
|
8822
|
-
"tagName": "forge-ai-
|
|
8823
|
-
"customElement": true
|
|
8742
|
+
"tagName": "forge-ai-prompt",
|
|
8743
|
+
"customElement": true,
|
|
8744
|
+
"states": [
|
|
8745
|
+
{
|
|
8746
|
+
"name": "inline",
|
|
8747
|
+
"description": "The prompt is in inline layout mode with actions hidden."
|
|
8748
|
+
},
|
|
8749
|
+
{
|
|
8750
|
+
"name": "stacked",
|
|
8751
|
+
"description": "The prompt is in stacked layout mode with actions displayed below the input."
|
|
8752
|
+
}
|
|
8753
|
+
]
|
|
8824
8754
|
}
|
|
8825
8755
|
],
|
|
8826
8756
|
"exports": [
|
|
8827
8757
|
{
|
|
8828
8758
|
"kind": "js",
|
|
8829
|
-
"name": "
|
|
8759
|
+
"name": "AiPromptComponentTagName",
|
|
8830
8760
|
"declaration": {
|
|
8831
|
-
"name": "
|
|
8832
|
-
"module": "src/lib/ai-
|
|
8761
|
+
"name": "AiPromptComponentTagName",
|
|
8762
|
+
"module": "src/lib/ai-prompt/ai-prompt.ts"
|
|
8833
8763
|
}
|
|
8834
8764
|
},
|
|
8835
8765
|
{
|
|
8836
8766
|
"kind": "js",
|
|
8837
|
-
"name": "
|
|
8767
|
+
"name": "AiPromptComponent",
|
|
8838
8768
|
"declaration": {
|
|
8839
|
-
"name": "
|
|
8840
|
-
"module": "src/lib/ai-
|
|
8769
|
+
"name": "AiPromptComponent",
|
|
8770
|
+
"module": "src/lib/ai-prompt/ai-prompt.ts"
|
|
8841
8771
|
}
|
|
8842
8772
|
},
|
|
8843
8773
|
{
|
|
8844
8774
|
"kind": "custom-element-definition",
|
|
8845
8775
|
"declaration": {
|
|
8846
|
-
"name": "
|
|
8847
|
-
"module": "src/lib/ai-
|
|
8776
|
+
"name": "AiPromptComponent",
|
|
8777
|
+
"module": "src/lib/ai-prompt/ai-prompt.ts"
|
|
8848
8778
|
}
|
|
8849
8779
|
}
|
|
8850
8780
|
]
|
|
@@ -8926,172 +8856,167 @@
|
|
|
8926
8856
|
},
|
|
8927
8857
|
{
|
|
8928
8858
|
"kind": "javascript-module",
|
|
8929
|
-
"path": "src/lib/ai-
|
|
8930
|
-
"declarations": [
|
|
8931
|
-
{
|
|
8932
|
-
"kind": "variable",
|
|
8933
|
-
"name": "AiResponseMessageComponentTagName",
|
|
8934
|
-
"type": {
|
|
8935
|
-
"text": "keyof HTMLElementTagNameMap"
|
|
8936
|
-
},
|
|
8937
|
-
"default": "'forge-ai-response-message'"
|
|
8938
|
-
},
|
|
8939
|
-
{
|
|
8940
|
-
"kind": "class",
|
|
8941
|
-
"description": "",
|
|
8942
|
-
"name": "AiResponseMessageComponent",
|
|
8943
|
-
"members": [],
|
|
8944
|
-
"superclass": {
|
|
8945
|
-
"name": "LitElement",
|
|
8946
|
-
"package": "lit"
|
|
8947
|
-
},
|
|
8948
|
-
"tagName": "forge-ai-response-message",
|
|
8949
|
-
"customElement": true,
|
|
8950
|
-
"summary": "A simple wrapper component for rendering assistant response message content."
|
|
8951
|
-
}
|
|
8952
|
-
],
|
|
8953
|
-
"exports": [
|
|
8954
|
-
{
|
|
8955
|
-
"kind": "js",
|
|
8956
|
-
"name": "AiResponseMessageComponentTagName",
|
|
8957
|
-
"declaration": {
|
|
8958
|
-
"name": "AiResponseMessageComponentTagName",
|
|
8959
|
-
"module": "src/lib/ai-response-message/ai-response-message.ts"
|
|
8960
|
-
}
|
|
8961
|
-
},
|
|
8962
|
-
{
|
|
8963
|
-
"kind": "js",
|
|
8964
|
-
"name": "AiResponseMessageComponent",
|
|
8965
|
-
"declaration": {
|
|
8966
|
-
"name": "AiResponseMessageComponent",
|
|
8967
|
-
"module": "src/lib/ai-response-message/ai-response-message.ts"
|
|
8968
|
-
}
|
|
8969
|
-
},
|
|
8970
|
-
{
|
|
8971
|
-
"kind": "custom-element-definition",
|
|
8972
|
-
"declaration": {
|
|
8973
|
-
"name": "AiResponseMessageComponent",
|
|
8974
|
-
"module": "src/lib/ai-response-message/ai-response-message.ts"
|
|
8975
|
-
}
|
|
8976
|
-
}
|
|
8977
|
-
]
|
|
8978
|
-
},
|
|
8979
|
-
{
|
|
8980
|
-
"kind": "javascript-module",
|
|
8981
|
-
"path": "src/lib/ai-response-message-toolbar/ai-response-message-toolbar.ts",
|
|
8859
|
+
"path": "src/lib/ai-reasoning-header/ai-reasoning-header.ts",
|
|
8982
8860
|
"declarations": [
|
|
8983
8861
|
{
|
|
8984
8862
|
"kind": "variable",
|
|
8985
|
-
"name": "
|
|
8863
|
+
"name": "AiReasoningHeaderComponentTagName",
|
|
8986
8864
|
"type": {
|
|
8987
8865
|
"text": "keyof HTMLElementTagNameMap"
|
|
8988
8866
|
},
|
|
8989
|
-
"default": "'forge-ai-
|
|
8867
|
+
"default": "'forge-ai-reasoning-header'"
|
|
8990
8868
|
},
|
|
8991
8869
|
{
|
|
8992
8870
|
"kind": "class",
|
|
8993
8871
|
"description": "",
|
|
8994
|
-
"name": "
|
|
8872
|
+
"name": "AiReasoningHeaderComponent",
|
|
8873
|
+
"slots": [
|
|
8874
|
+
{
|
|
8875
|
+
"description": "Content for the header when in regular (non-reasoning) state",
|
|
8876
|
+
"name": "title"
|
|
8877
|
+
},
|
|
8878
|
+
{
|
|
8879
|
+
"description": "Content for the header when in reasoning state",
|
|
8880
|
+
"name": "reasoning-title"
|
|
8881
|
+
}
|
|
8882
|
+
],
|
|
8995
8883
|
"members": [
|
|
8996
8884
|
{
|
|
8997
8885
|
"kind": "field",
|
|
8998
|
-
"name": "
|
|
8886
|
+
"name": "expanded",
|
|
8999
8887
|
"type": {
|
|
9000
8888
|
"text": "boolean"
|
|
9001
8889
|
},
|
|
9002
8890
|
"privacy": "public",
|
|
9003
8891
|
"default": "false",
|
|
9004
|
-
"
|
|
9005
|
-
|
|
9006
|
-
|
|
9007
|
-
"kind": "field",
|
|
9008
|
-
"name": "feedbackType",
|
|
9009
|
-
"type": {
|
|
9010
|
-
"text": "FeedbackType | undefined"
|
|
9011
|
-
},
|
|
9012
|
-
"privacy": "public",
|
|
9013
|
-
"attribute": "feedback-type"
|
|
8892
|
+
"description": "Whether the header is expanded",
|
|
8893
|
+
"attribute": "expanded",
|
|
8894
|
+
"reflects": true
|
|
9014
8895
|
},
|
|
9015
8896
|
{
|
|
9016
8897
|
"kind": "field",
|
|
9017
|
-
"name": "
|
|
8898
|
+
"name": "reasoning",
|
|
9018
8899
|
"type": {
|
|
9019
|
-
"text": "
|
|
8900
|
+
"text": "boolean"
|
|
9020
8901
|
},
|
|
9021
8902
|
"privacy": "public",
|
|
9022
|
-
"
|
|
8903
|
+
"default": "false",
|
|
8904
|
+
"description": "Whether this is a reasoning header",
|
|
8905
|
+
"attribute": "reasoning",
|
|
8906
|
+
"reflects": true
|
|
9023
8907
|
}
|
|
9024
8908
|
],
|
|
9025
8909
|
"events": [
|
|
9026
8910
|
{
|
|
8911
|
+
"name": "toggle",
|
|
9027
8912
|
"type": {
|
|
9028
|
-
"text": "CustomEvent<
|
|
9029
|
-
},
|
|
9030
|
-
"description": "Fired when an action button is clicked. The detail contains the action type.",
|
|
9031
|
-
"name": "forge-ai-response-message-toolbar-action"
|
|
9032
|
-
},
|
|
9033
|
-
{
|
|
9034
|
-
"type": {
|
|
9035
|
-
"text": "CustomEvent<ForgeAiResponseMessageToolbarFeedbackEventData>"
|
|
8913
|
+
"text": "CustomEvent<{ expanded: boolean }>"
|
|
9036
8914
|
},
|
|
9037
|
-
"description": "Fired when
|
|
9038
|
-
"name": "forge-ai-response-message-toolbar-feedback"
|
|
8915
|
+
"description": "Fired when the header is clicked and the expanded state changes"
|
|
9039
8916
|
}
|
|
9040
8917
|
],
|
|
9041
8918
|
"attributes": [
|
|
9042
8919
|
{
|
|
9043
|
-
"name": "
|
|
8920
|
+
"name": "expanded",
|
|
9044
8921
|
"type": {
|
|
9045
8922
|
"text": "boolean"
|
|
9046
8923
|
},
|
|
9047
8924
|
"default": "false",
|
|
9048
|
-
"
|
|
9049
|
-
|
|
9050
|
-
{
|
|
9051
|
-
"name": "feedback-type",
|
|
9052
|
-
"type": {
|
|
9053
|
-
"text": "FeedbackType | undefined"
|
|
9054
|
-
},
|
|
9055
|
-
"fieldName": "feedbackType"
|
|
8925
|
+
"description": "Whether the header is expanded",
|
|
8926
|
+
"fieldName": "expanded"
|
|
9056
8927
|
},
|
|
9057
8928
|
{
|
|
9058
|
-
"name": "
|
|
8929
|
+
"name": "reasoning",
|
|
9059
8930
|
"type": {
|
|
9060
|
-
"text": "
|
|
8931
|
+
"text": "boolean"
|
|
9061
8932
|
},
|
|
9062
|
-
"
|
|
8933
|
+
"default": "false",
|
|
8934
|
+
"description": "Whether this is a reasoning header",
|
|
8935
|
+
"fieldName": "reasoning"
|
|
9063
8936
|
}
|
|
9064
8937
|
],
|
|
9065
8938
|
"superclass": {
|
|
9066
8939
|
"name": "LitElement",
|
|
9067
8940
|
"package": "lit"
|
|
9068
8941
|
},
|
|
9069
|
-
"tagName": "forge-ai-
|
|
9070
|
-
"customElement": true
|
|
8942
|
+
"tagName": "forge-ai-reasoning-header",
|
|
8943
|
+
"customElement": true
|
|
8944
|
+
}
|
|
8945
|
+
],
|
|
8946
|
+
"exports": [
|
|
8947
|
+
{
|
|
8948
|
+
"kind": "js",
|
|
8949
|
+
"name": "AiReasoningHeaderComponentTagName",
|
|
8950
|
+
"declaration": {
|
|
8951
|
+
"name": "AiReasoningHeaderComponentTagName",
|
|
8952
|
+
"module": "src/lib/ai-reasoning-header/ai-reasoning-header.ts"
|
|
8953
|
+
}
|
|
8954
|
+
},
|
|
8955
|
+
{
|
|
8956
|
+
"kind": "js",
|
|
8957
|
+
"name": "AiReasoningHeaderComponent",
|
|
8958
|
+
"declaration": {
|
|
8959
|
+
"name": "AiReasoningHeaderComponent",
|
|
8960
|
+
"module": "src/lib/ai-reasoning-header/ai-reasoning-header.ts"
|
|
8961
|
+
}
|
|
8962
|
+
},
|
|
8963
|
+
{
|
|
8964
|
+
"kind": "custom-element-definition",
|
|
8965
|
+
"declaration": {
|
|
8966
|
+
"name": "AiReasoningHeaderComponent",
|
|
8967
|
+
"module": "src/lib/ai-reasoning-header/ai-reasoning-header.ts"
|
|
8968
|
+
}
|
|
8969
|
+
}
|
|
8970
|
+
]
|
|
8971
|
+
},
|
|
8972
|
+
{
|
|
8973
|
+
"kind": "javascript-module",
|
|
8974
|
+
"path": "src/lib/ai-response-message/ai-response-message.ts",
|
|
8975
|
+
"declarations": [
|
|
8976
|
+
{
|
|
8977
|
+
"kind": "variable",
|
|
8978
|
+
"name": "AiResponseMessageComponentTagName",
|
|
8979
|
+
"type": {
|
|
8980
|
+
"text": "keyof HTMLElementTagNameMap"
|
|
8981
|
+
},
|
|
8982
|
+
"default": "'forge-ai-response-message'"
|
|
8983
|
+
},
|
|
8984
|
+
{
|
|
8985
|
+
"kind": "class",
|
|
8986
|
+
"description": "",
|
|
8987
|
+
"name": "AiResponseMessageComponent",
|
|
8988
|
+
"members": [],
|
|
8989
|
+
"superclass": {
|
|
8990
|
+
"name": "LitElement",
|
|
8991
|
+
"package": "lit"
|
|
8992
|
+
},
|
|
8993
|
+
"tagName": "forge-ai-response-message",
|
|
8994
|
+
"customElement": true,
|
|
8995
|
+
"summary": "A simple wrapper component for rendering assistant response message content."
|
|
9071
8996
|
}
|
|
9072
8997
|
],
|
|
9073
8998
|
"exports": [
|
|
9074
8999
|
{
|
|
9075
9000
|
"kind": "js",
|
|
9076
|
-
"name": "
|
|
9001
|
+
"name": "AiResponseMessageComponentTagName",
|
|
9077
9002
|
"declaration": {
|
|
9078
|
-
"name": "
|
|
9079
|
-
"module": "src/lib/ai-response-message
|
|
9003
|
+
"name": "AiResponseMessageComponentTagName",
|
|
9004
|
+
"module": "src/lib/ai-response-message/ai-response-message.ts"
|
|
9080
9005
|
}
|
|
9081
9006
|
},
|
|
9082
9007
|
{
|
|
9083
9008
|
"kind": "js",
|
|
9084
|
-
"name": "
|
|
9009
|
+
"name": "AiResponseMessageComponent",
|
|
9085
9010
|
"declaration": {
|
|
9086
|
-
"name": "
|
|
9087
|
-
"module": "src/lib/ai-response-message
|
|
9011
|
+
"name": "AiResponseMessageComponent",
|
|
9012
|
+
"module": "src/lib/ai-response-message/ai-response-message.ts"
|
|
9088
9013
|
}
|
|
9089
9014
|
},
|
|
9090
9015
|
{
|
|
9091
9016
|
"kind": "custom-element-definition",
|
|
9092
9017
|
"declaration": {
|
|
9093
|
-
"name": "
|
|
9094
|
-
"module": "src/lib/ai-response-message
|
|
9018
|
+
"name": "AiResponseMessageComponent",
|
|
9019
|
+
"module": "src/lib/ai-response-message/ai-response-message.ts"
|
|
9095
9020
|
}
|
|
9096
9021
|
}
|
|
9097
9022
|
]
|
|
@@ -9219,6 +9144,126 @@
|
|
|
9219
9144
|
}
|
|
9220
9145
|
]
|
|
9221
9146
|
},
|
|
9147
|
+
{
|
|
9148
|
+
"kind": "javascript-module",
|
|
9149
|
+
"path": "src/lib/ai-response-message-toolbar/ai-response-message-toolbar.ts",
|
|
9150
|
+
"declarations": [
|
|
9151
|
+
{
|
|
9152
|
+
"kind": "variable",
|
|
9153
|
+
"name": "AiResponseMessageToolbarComponentTagName",
|
|
9154
|
+
"type": {
|
|
9155
|
+
"text": "keyof HTMLElementTagNameMap"
|
|
9156
|
+
},
|
|
9157
|
+
"default": "'forge-ai-response-message-toolbar'"
|
|
9158
|
+
},
|
|
9159
|
+
{
|
|
9160
|
+
"kind": "class",
|
|
9161
|
+
"description": "",
|
|
9162
|
+
"name": "AiResponseMessageToolbarComponent",
|
|
9163
|
+
"members": [
|
|
9164
|
+
{
|
|
9165
|
+
"kind": "field",
|
|
9166
|
+
"name": "enableReactions",
|
|
9167
|
+
"type": {
|
|
9168
|
+
"text": "boolean"
|
|
9169
|
+
},
|
|
9170
|
+
"privacy": "public",
|
|
9171
|
+
"default": "false",
|
|
9172
|
+
"attribute": "enable-reactions"
|
|
9173
|
+
},
|
|
9174
|
+
{
|
|
9175
|
+
"kind": "field",
|
|
9176
|
+
"name": "feedbackType",
|
|
9177
|
+
"type": {
|
|
9178
|
+
"text": "FeedbackType | undefined"
|
|
9179
|
+
},
|
|
9180
|
+
"privacy": "public",
|
|
9181
|
+
"attribute": "feedback-type"
|
|
9182
|
+
},
|
|
9183
|
+
{
|
|
9184
|
+
"kind": "field",
|
|
9185
|
+
"name": "feedbackReason",
|
|
9186
|
+
"type": {
|
|
9187
|
+
"text": "string | undefined"
|
|
9188
|
+
},
|
|
9189
|
+
"privacy": "public",
|
|
9190
|
+
"attribute": "feedback-reason"
|
|
9191
|
+
}
|
|
9192
|
+
],
|
|
9193
|
+
"events": [
|
|
9194
|
+
{
|
|
9195
|
+
"type": {
|
|
9196
|
+
"text": "CustomEvent<ForgeAiResponseMessageToolbarActionEventData>"
|
|
9197
|
+
},
|
|
9198
|
+
"description": "Fired when an action button is clicked. The detail contains the action type.",
|
|
9199
|
+
"name": "forge-ai-response-message-toolbar-action"
|
|
9200
|
+
},
|
|
9201
|
+
{
|
|
9202
|
+
"type": {
|
|
9203
|
+
"text": "CustomEvent<ForgeAiResponseMessageToolbarFeedbackEventData>"
|
|
9204
|
+
},
|
|
9205
|
+
"description": "Fired when feedback is submitted. The detail contains the action and optional feedback text.",
|
|
9206
|
+
"name": "forge-ai-response-message-toolbar-feedback"
|
|
9207
|
+
}
|
|
9208
|
+
],
|
|
9209
|
+
"attributes": [
|
|
9210
|
+
{
|
|
9211
|
+
"name": "enable-reactions",
|
|
9212
|
+
"type": {
|
|
9213
|
+
"text": "boolean"
|
|
9214
|
+
},
|
|
9215
|
+
"default": "false",
|
|
9216
|
+
"fieldName": "enableReactions"
|
|
9217
|
+
},
|
|
9218
|
+
{
|
|
9219
|
+
"name": "feedback-type",
|
|
9220
|
+
"type": {
|
|
9221
|
+
"text": "FeedbackType | undefined"
|
|
9222
|
+
},
|
|
9223
|
+
"fieldName": "feedbackType"
|
|
9224
|
+
},
|
|
9225
|
+
{
|
|
9226
|
+
"name": "feedback-reason",
|
|
9227
|
+
"type": {
|
|
9228
|
+
"text": "string | undefined"
|
|
9229
|
+
},
|
|
9230
|
+
"fieldName": "feedbackReason"
|
|
9231
|
+
}
|
|
9232
|
+
],
|
|
9233
|
+
"superclass": {
|
|
9234
|
+
"name": "LitElement",
|
|
9235
|
+
"package": "lit"
|
|
9236
|
+
},
|
|
9237
|
+
"tagName": "forge-ai-response-message-toolbar",
|
|
9238
|
+
"customElement": true
|
|
9239
|
+
}
|
|
9240
|
+
],
|
|
9241
|
+
"exports": [
|
|
9242
|
+
{
|
|
9243
|
+
"kind": "js",
|
|
9244
|
+
"name": "AiResponseMessageToolbarComponentTagName",
|
|
9245
|
+
"declaration": {
|
|
9246
|
+
"name": "AiResponseMessageToolbarComponentTagName",
|
|
9247
|
+
"module": "src/lib/ai-response-message-toolbar/ai-response-message-toolbar.ts"
|
|
9248
|
+
}
|
|
9249
|
+
},
|
|
9250
|
+
{
|
|
9251
|
+
"kind": "js",
|
|
9252
|
+
"name": "AiResponseMessageToolbarComponent",
|
|
9253
|
+
"declaration": {
|
|
9254
|
+
"name": "AiResponseMessageToolbarComponent",
|
|
9255
|
+
"module": "src/lib/ai-response-message-toolbar/ai-response-message-toolbar.ts"
|
|
9256
|
+
}
|
|
9257
|
+
},
|
|
9258
|
+
{
|
|
9259
|
+
"kind": "custom-element-definition",
|
|
9260
|
+
"declaration": {
|
|
9261
|
+
"name": "AiResponseMessageToolbarComponent",
|
|
9262
|
+
"module": "src/lib/ai-response-message-toolbar/ai-response-message-toolbar.ts"
|
|
9263
|
+
}
|
|
9264
|
+
}
|
|
9265
|
+
]
|
|
9266
|
+
},
|
|
9222
9267
|
{
|
|
9223
9268
|
"kind": "javascript-module",
|
|
9224
9269
|
"path": "src/lib/ai-sidebar-chat/ai-sidebar-chat.ts",
|
|
@@ -11061,167 +11106,167 @@
|
|
|
11061
11106
|
},
|
|
11062
11107
|
{
|
|
11063
11108
|
"kind": "javascript-module",
|
|
11064
|
-
"path": "src/lib/ai-
|
|
11109
|
+
"path": "src/lib/ai-chain-of-thought/thought-search-result/thought-search-result.ts",
|
|
11065
11110
|
"declarations": [
|
|
11066
11111
|
{
|
|
11067
11112
|
"kind": "variable",
|
|
11068
|
-
"name": "
|
|
11113
|
+
"name": "ThoughtSearchResultComponentTagName",
|
|
11069
11114
|
"type": {
|
|
11070
11115
|
"text": "keyof HTMLElementTagNameMap"
|
|
11071
11116
|
},
|
|
11072
|
-
"default": "'forge-
|
|
11117
|
+
"default": "'forge-ai-thought-search-result'"
|
|
11073
11118
|
},
|
|
11074
11119
|
{
|
|
11075
11120
|
"kind": "class",
|
|
11076
11121
|
"description": "",
|
|
11077
|
-
"name": "
|
|
11122
|
+
"name": "ThoughtSearchResultComponent",
|
|
11078
11123
|
"members": [
|
|
11079
11124
|
{
|
|
11080
11125
|
"kind": "field",
|
|
11081
|
-
"name": "
|
|
11126
|
+
"name": "step",
|
|
11082
11127
|
"type": {
|
|
11083
|
-
"text": "
|
|
11128
|
+
"text": "number | undefined"
|
|
11084
11129
|
},
|
|
11085
11130
|
"privacy": "public",
|
|
11086
|
-
"
|
|
11087
|
-
"
|
|
11088
|
-
|
|
11089
|
-
|
|
11131
|
+
"description": "The step number for this thought search result",
|
|
11132
|
+
"attribute": "step"
|
|
11133
|
+
},
|
|
11134
|
+
{
|
|
11135
|
+
"kind": "field",
|
|
11136
|
+
"name": "sources",
|
|
11137
|
+
"type": {
|
|
11138
|
+
"text": "Source[]"
|
|
11139
|
+
},
|
|
11140
|
+
"privacy": "public",
|
|
11141
|
+
"default": "[]",
|
|
11142
|
+
"description": "Array of sources for the search result",
|
|
11143
|
+
"attribute": "sources"
|
|
11090
11144
|
}
|
|
11091
11145
|
],
|
|
11092
11146
|
"attributes": [
|
|
11093
11147
|
{
|
|
11094
|
-
"name": "
|
|
11148
|
+
"name": "step",
|
|
11095
11149
|
"type": {
|
|
11096
|
-
"text": "
|
|
11150
|
+
"text": "number | undefined"
|
|
11097
11151
|
},
|
|
11098
|
-
"
|
|
11099
|
-
"
|
|
11100
|
-
|
|
11152
|
+
"description": "The step number for this thought search result",
|
|
11153
|
+
"fieldName": "step"
|
|
11154
|
+
},
|
|
11155
|
+
{
|
|
11156
|
+
"name": "sources",
|
|
11157
|
+
"type": {
|
|
11158
|
+
"text": "Source[]"
|
|
11159
|
+
},
|
|
11160
|
+
"default": "[]",
|
|
11161
|
+
"description": "Array of sources for the search result",
|
|
11162
|
+
"fieldName": "sources"
|
|
11101
11163
|
}
|
|
11102
11164
|
],
|
|
11103
11165
|
"superclass": {
|
|
11104
11166
|
"name": "LitElement",
|
|
11105
11167
|
"package": "lit"
|
|
11106
11168
|
},
|
|
11107
|
-
"tagName": "forge-
|
|
11169
|
+
"tagName": "forge-ai-thought-search-result",
|
|
11108
11170
|
"customElement": true
|
|
11109
11171
|
}
|
|
11110
11172
|
],
|
|
11111
11173
|
"exports": [
|
|
11112
11174
|
{
|
|
11113
11175
|
"kind": "js",
|
|
11114
|
-
"name": "
|
|
11176
|
+
"name": "ThoughtSearchResultComponentTagName",
|
|
11115
11177
|
"declaration": {
|
|
11116
|
-
"name": "
|
|
11117
|
-
"module": "src/lib/ai-
|
|
11178
|
+
"name": "ThoughtSearchResultComponentTagName",
|
|
11179
|
+
"module": "src/lib/ai-chain-of-thought/thought-search-result/thought-search-result.ts"
|
|
11118
11180
|
}
|
|
11119
11181
|
},
|
|
11120
11182
|
{
|
|
11121
11183
|
"kind": "js",
|
|
11122
|
-
"name": "
|
|
11184
|
+
"name": "ThoughtSearchResultComponent",
|
|
11123
11185
|
"declaration": {
|
|
11124
|
-
"name": "
|
|
11125
|
-
"module": "src/lib/ai-
|
|
11186
|
+
"name": "ThoughtSearchResultComponent",
|
|
11187
|
+
"module": "src/lib/ai-chain-of-thought/thought-search-result/thought-search-result.ts"
|
|
11126
11188
|
}
|
|
11127
11189
|
},
|
|
11128
11190
|
{
|
|
11129
11191
|
"kind": "custom-element-definition",
|
|
11130
11192
|
"declaration": {
|
|
11131
|
-
"name": "
|
|
11132
|
-
"module": "src/lib/ai-
|
|
11193
|
+
"name": "ThoughtSearchResultComponent",
|
|
11194
|
+
"module": "src/lib/ai-chain-of-thought/thought-search-result/thought-search-result.ts"
|
|
11133
11195
|
}
|
|
11134
11196
|
}
|
|
11135
11197
|
]
|
|
11136
11198
|
},
|
|
11137
11199
|
{
|
|
11138
11200
|
"kind": "javascript-module",
|
|
11139
|
-
"path": "src/lib/ai-
|
|
11201
|
+
"path": "src/lib/ai-prompt/prompt-button/prompt-button.ts",
|
|
11140
11202
|
"declarations": [
|
|
11141
11203
|
{
|
|
11142
11204
|
"kind": "variable",
|
|
11143
|
-
"name": "
|
|
11205
|
+
"name": "PromptButtonComponentTagName",
|
|
11144
11206
|
"type": {
|
|
11145
11207
|
"text": "keyof HTMLElementTagNameMap"
|
|
11146
11208
|
},
|
|
11147
|
-
"default": "'forge-
|
|
11209
|
+
"default": "'forge-prompt-button'"
|
|
11148
11210
|
},
|
|
11149
11211
|
{
|
|
11150
11212
|
"kind": "class",
|
|
11151
11213
|
"description": "",
|
|
11152
|
-
"name": "
|
|
11153
|
-
"members": [
|
|
11154
|
-
{
|
|
11155
|
-
"kind": "field",
|
|
11156
|
-
"name": "step",
|
|
11157
|
-
"type": {
|
|
11158
|
-
"text": "number | undefined"
|
|
11159
|
-
},
|
|
11160
|
-
"privacy": "public",
|
|
11161
|
-
"description": "The step number for this thought search result",
|
|
11162
|
-
"attribute": "step"
|
|
11163
|
-
},
|
|
11214
|
+
"name": "PromptButtonComponent",
|
|
11215
|
+
"members": [
|
|
11164
11216
|
{
|
|
11165
11217
|
"kind": "field",
|
|
11166
|
-
"name": "
|
|
11218
|
+
"name": "disabled",
|
|
11167
11219
|
"type": {
|
|
11168
|
-
"text": "
|
|
11220
|
+
"text": "boolean"
|
|
11169
11221
|
},
|
|
11170
11222
|
"privacy": "public",
|
|
11171
|
-
"default": "
|
|
11172
|
-
"description": "
|
|
11173
|
-
"attribute": "
|
|
11223
|
+
"default": "false",
|
|
11224
|
+
"description": "Whether the button is disabled",
|
|
11225
|
+
"attribute": "disabled",
|
|
11226
|
+
"reflects": true
|
|
11174
11227
|
}
|
|
11175
11228
|
],
|
|
11176
11229
|
"attributes": [
|
|
11177
11230
|
{
|
|
11178
|
-
"name": "
|
|
11179
|
-
"type": {
|
|
11180
|
-
"text": "number | undefined"
|
|
11181
|
-
},
|
|
11182
|
-
"description": "The step number for this thought search result",
|
|
11183
|
-
"fieldName": "step"
|
|
11184
|
-
},
|
|
11185
|
-
{
|
|
11186
|
-
"name": "sources",
|
|
11231
|
+
"name": "disabled",
|
|
11187
11232
|
"type": {
|
|
11188
|
-
"text": "
|
|
11233
|
+
"text": "boolean"
|
|
11189
11234
|
},
|
|
11190
|
-
"default": "
|
|
11191
|
-
"description": "
|
|
11192
|
-
"fieldName": "
|
|
11235
|
+
"default": "false",
|
|
11236
|
+
"description": "Whether the button is disabled",
|
|
11237
|
+
"fieldName": "disabled"
|
|
11193
11238
|
}
|
|
11194
11239
|
],
|
|
11195
11240
|
"superclass": {
|
|
11196
11241
|
"name": "LitElement",
|
|
11197
11242
|
"package": "lit"
|
|
11198
11243
|
},
|
|
11199
|
-
"tagName": "forge-
|
|
11244
|
+
"tagName": "forge-prompt-button",
|
|
11200
11245
|
"customElement": true
|
|
11201
11246
|
}
|
|
11202
11247
|
],
|
|
11203
11248
|
"exports": [
|
|
11204
11249
|
{
|
|
11205
11250
|
"kind": "js",
|
|
11206
|
-
"name": "
|
|
11251
|
+
"name": "PromptButtonComponentTagName",
|
|
11207
11252
|
"declaration": {
|
|
11208
|
-
"name": "
|
|
11209
|
-
"module": "src/lib/ai-
|
|
11253
|
+
"name": "PromptButtonComponentTagName",
|
|
11254
|
+
"module": "src/lib/ai-prompt/prompt-button/prompt-button.ts"
|
|
11210
11255
|
}
|
|
11211
11256
|
},
|
|
11212
11257
|
{
|
|
11213
11258
|
"kind": "js",
|
|
11214
|
-
"name": "
|
|
11259
|
+
"name": "PromptButtonComponent",
|
|
11215
11260
|
"declaration": {
|
|
11216
|
-
"name": "
|
|
11217
|
-
"module": "src/lib/ai-
|
|
11261
|
+
"name": "PromptButtonComponent",
|
|
11262
|
+
"module": "src/lib/ai-prompt/prompt-button/prompt-button.ts"
|
|
11218
11263
|
}
|
|
11219
11264
|
},
|
|
11220
11265
|
{
|
|
11221
11266
|
"kind": "custom-element-definition",
|
|
11222
11267
|
"declaration": {
|
|
11223
|
-
"name": "
|
|
11224
|
-
"module": "src/lib/ai-
|
|
11268
|
+
"name": "PromptButtonComponent",
|
|
11269
|
+
"module": "src/lib/ai-prompt/prompt-button/prompt-button.ts"
|
|
11225
11270
|
}
|
|
11226
11271
|
}
|
|
11227
11272
|
]
|
|
@@ -11357,224 +11402,17 @@
|
|
|
11357
11402
|
"privacy": "public",
|
|
11358
11403
|
"default": "null",
|
|
11359
11404
|
"description": "The arrow element to position relative to the overlay.",
|
|
11360
|
-
"attribute": "arrowElement"
|
|
11361
|
-
},
|
|
11362
|
-
{
|
|
11363
|
-
"kind": "field",
|
|
11364
|
-
"name": "offset",
|
|
11365
|
-
"type": {
|
|
11366
|
-
"text": "OverlayOffset | undefined"
|
|
11367
|
-
},
|
|
11368
|
-
"privacy": "public",
|
|
11369
|
-
"default": "undefined",
|
|
11370
|
-
"description": "The offset of the overlay from the anchor element.\nCan be a number (main axis offset) or an object with mainAxis, crossAxis, and alignmentAxis properties.",
|
|
11371
|
-
"attribute": "offset"
|
|
11372
|
-
},
|
|
11373
|
-
{
|
|
11374
|
-
"kind": "field",
|
|
11375
|
-
"name": "dismissMode",
|
|
11376
|
-
"type": {
|
|
11377
|
-
"text": "'auto' | 'manual'"
|
|
11378
|
-
},
|
|
11379
|
-
"privacy": "public",
|
|
11380
|
-
"default": "'auto'",
|
|
11381
|
-
"description": "The dismiss mode for the overlay.\n- 'auto': Automatically closes on outside clicks and Escape key\n- 'manual': Requires manual control to close",
|
|
11382
|
-
"attribute": "dismiss-mode"
|
|
11383
|
-
}
|
|
11384
|
-
],
|
|
11385
|
-
"attributes": [
|
|
11386
|
-
{
|
|
11387
|
-
"name": "anchor",
|
|
11388
|
-
"type": {
|
|
11389
|
-
"text": "Element | null"
|
|
11390
|
-
},
|
|
11391
|
-
"default": "null",
|
|
11392
|
-
"description": "The anchor element to position the overlay relative to.",
|
|
11393
|
-
"fieldName": "anchor"
|
|
11394
|
-
},
|
|
11395
|
-
{
|
|
11396
|
-
"name": "placement",
|
|
11397
|
-
"type": {
|
|
11398
|
-
"text": "OverlayPlacement"
|
|
11399
|
-
},
|
|
11400
|
-
"default": "'bottom-start'",
|
|
11401
|
-
"description": "The placement of the overlay relative to the anchor.",
|
|
11402
|
-
"fieldName": "placement"
|
|
11403
|
-
},
|
|
11404
|
-
{
|
|
11405
|
-
"name": "flip",
|
|
11406
|
-
"type": {
|
|
11407
|
-
"text": "boolean"
|
|
11408
|
-
},
|
|
11409
|
-
"default": "true",
|
|
11410
|
-
"description": "Whether the overlay should flip to the opposite side when there's no space.",
|
|
11411
|
-
"fieldName": "flip"
|
|
11412
|
-
},
|
|
11413
|
-
{
|
|
11414
|
-
"name": "shift",
|
|
11415
|
-
"type": {
|
|
11416
|
-
"text": "boolean"
|
|
11417
|
-
},
|
|
11418
|
-
"default": "false",
|
|
11419
|
-
"description": "Whether the overlay should shift to stay in view.",
|
|
11420
|
-
"fieldName": "shift"
|
|
11421
|
-
},
|
|
11422
|
-
{
|
|
11423
|
-
"name": "open",
|
|
11424
|
-
"type": {
|
|
11425
|
-
"text": "boolean"
|
|
11426
|
-
},
|
|
11427
|
-
"default": "false",
|
|
11428
|
-
"description": "Whether the overlay is open.",
|
|
11429
|
-
"fieldName": "open"
|
|
11430
|
-
},
|
|
11431
|
-
{
|
|
11432
|
-
"name": "arrowElement",
|
|
11433
|
-
"type": {
|
|
11434
|
-
"text": "HTMLElement | null"
|
|
11435
|
-
},
|
|
11436
|
-
"default": "null",
|
|
11437
|
-
"description": "The arrow element to position relative to the overlay.",
|
|
11438
|
-
"fieldName": "arrowElement"
|
|
11439
|
-
},
|
|
11440
|
-
{
|
|
11441
|
-
"name": "offset",
|
|
11442
|
-
"type": {
|
|
11443
|
-
"text": "OverlayOffset | undefined"
|
|
11444
|
-
},
|
|
11445
|
-
"default": "undefined",
|
|
11446
|
-
"description": "The offset of the overlay from the anchor element.\nCan be a number (main axis offset) or an object with mainAxis, crossAxis, and alignmentAxis properties.",
|
|
11447
|
-
"fieldName": "offset"
|
|
11448
|
-
},
|
|
11449
|
-
{
|
|
11450
|
-
"name": "dismiss-mode",
|
|
11451
|
-
"type": {
|
|
11452
|
-
"text": "'auto' | 'manual'"
|
|
11453
|
-
},
|
|
11454
|
-
"default": "'auto'",
|
|
11455
|
-
"description": "The dismiss mode for the overlay.\n- 'auto': Automatically closes on outside clicks and Escape key\n- 'manual': Requires manual control to close",
|
|
11456
|
-
"fieldName": "dismissMode"
|
|
11457
|
-
}
|
|
11458
|
-
],
|
|
11459
|
-
"superclass": {
|
|
11460
|
-
"name": "LitElement",
|
|
11461
|
-
"package": "lit"
|
|
11462
|
-
},
|
|
11463
|
-
"summary": "A low-level overlay component for internal use within AI components.",
|
|
11464
|
-
"tagName": "forge-ai-overlay",
|
|
11465
|
-
"customElement": true
|
|
11466
|
-
}
|
|
11467
|
-
],
|
|
11468
|
-
"exports": [
|
|
11469
|
-
{
|
|
11470
|
-
"kind": "js",
|
|
11471
|
-
"name": "ForgeAiOverlayComponent",
|
|
11472
|
-
"declaration": {
|
|
11473
|
-
"name": "ForgeAiOverlayComponent",
|
|
11474
|
-
"module": "src/lib/core/overlay/overlay.ts"
|
|
11475
|
-
}
|
|
11476
|
-
},
|
|
11477
|
-
{
|
|
11478
|
-
"kind": "custom-element-definition",
|
|
11479
|
-
"name": "forge-ai-overlay",
|
|
11480
|
-
"declaration": {
|
|
11481
|
-
"name": "ForgeAiOverlayComponent",
|
|
11482
|
-
"module": "src/lib/core/overlay/overlay.ts"
|
|
11483
|
-
}
|
|
11484
|
-
}
|
|
11485
|
-
]
|
|
11486
|
-
},
|
|
11487
|
-
{
|
|
11488
|
-
"kind": "javascript-module",
|
|
11489
|
-
"path": "src/lib/core/popover/popover.ts",
|
|
11490
|
-
"declarations": [
|
|
11491
|
-
{
|
|
11492
|
-
"kind": "class",
|
|
11493
|
-
"description": "",
|
|
11494
|
-
"name": "ForgeAiPopoverComponent",
|
|
11495
|
-
"slots": [
|
|
11496
|
-
{
|
|
11497
|
-
"description": "The default slot for popover content.",
|
|
11498
|
-
"name": ""
|
|
11499
|
-
}
|
|
11500
|
-
],
|
|
11501
|
-
"members": [
|
|
11502
|
-
{
|
|
11503
|
-
"kind": "field",
|
|
11504
|
-
"name": "anchor",
|
|
11505
|
-
"type": {
|
|
11506
|
-
"text": "Element | null"
|
|
11507
|
-
},
|
|
11508
|
-
"privacy": "public",
|
|
11509
|
-
"default": "null",
|
|
11510
|
-
"description": "The anchor element to position the popover relative to.",
|
|
11511
|
-
"attribute": "anchor"
|
|
11512
|
-
},
|
|
11513
|
-
{
|
|
11514
|
-
"kind": "field",
|
|
11515
|
-
"name": "placement",
|
|
11516
|
-
"type": {
|
|
11517
|
-
"text": "PopoverPlacement"
|
|
11518
|
-
},
|
|
11519
|
-
"privacy": "public",
|
|
11520
|
-
"default": "'bottom-start'",
|
|
11521
|
-
"description": "The placement of the popover relative to the anchor.",
|
|
11522
|
-
"attribute": "placement"
|
|
11523
|
-
},
|
|
11524
|
-
{
|
|
11525
|
-
"kind": "field",
|
|
11526
|
-
"name": "flip",
|
|
11527
|
-
"type": {
|
|
11528
|
-
"text": "boolean"
|
|
11529
|
-
},
|
|
11530
|
-
"privacy": "public",
|
|
11531
|
-
"default": "false",
|
|
11532
|
-
"description": "Whether the popover should flip to the opposite side when there's no space.",
|
|
11533
|
-
"attribute": "flip"
|
|
11534
|
-
},
|
|
11535
|
-
{
|
|
11536
|
-
"kind": "field",
|
|
11537
|
-
"name": "shift",
|
|
11538
|
-
"type": {
|
|
11539
|
-
"text": "boolean"
|
|
11540
|
-
},
|
|
11541
|
-
"privacy": "public",
|
|
11542
|
-
"default": "false",
|
|
11543
|
-
"description": "Whether the popover should shift to stay in view.",
|
|
11544
|
-
"attribute": "shift"
|
|
11545
|
-
},
|
|
11546
|
-
{
|
|
11547
|
-
"kind": "field",
|
|
11548
|
-
"name": "open",
|
|
11549
|
-
"type": {
|
|
11550
|
-
"text": "boolean"
|
|
11551
|
-
},
|
|
11552
|
-
"privacy": "public",
|
|
11553
|
-
"default": "false",
|
|
11554
|
-
"description": "Whether the popover is open.",
|
|
11555
|
-
"attribute": "open",
|
|
11556
|
-
"reflects": true
|
|
11557
|
-
},
|
|
11558
|
-
{
|
|
11559
|
-
"kind": "field",
|
|
11560
|
-
"name": "arrow",
|
|
11561
|
-
"type": {
|
|
11562
|
-
"text": "boolean"
|
|
11563
|
-
},
|
|
11564
|
-
"privacy": "public",
|
|
11565
|
-
"default": "false",
|
|
11566
|
-
"description": "Whether to show an arrow pointing to the anchor element.",
|
|
11567
|
-
"attribute": "arrow"
|
|
11405
|
+
"attribute": "arrowElement"
|
|
11568
11406
|
},
|
|
11569
11407
|
{
|
|
11570
11408
|
"kind": "field",
|
|
11571
11409
|
"name": "offset",
|
|
11572
11410
|
"type": {
|
|
11573
|
-
"text": "
|
|
11411
|
+
"text": "OverlayOffset | undefined"
|
|
11574
11412
|
},
|
|
11575
11413
|
"privacy": "public",
|
|
11576
11414
|
"default": "undefined",
|
|
11577
|
-
"description": "The offset of the
|
|
11415
|
+
"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.",
|
|
11578
11416
|
"attribute": "offset"
|
|
11579
11417
|
},
|
|
11580
11418
|
{
|
|
@@ -11585,7 +11423,7 @@
|
|
|
11585
11423
|
},
|
|
11586
11424
|
"privacy": "public",
|
|
11587
11425
|
"default": "'auto'",
|
|
11588
|
-
"description": "The dismiss mode for the
|
|
11426
|
+
"description": "The dismiss mode for the overlay.\n- 'auto': Automatically closes on outside clicks and Escape key\n- 'manual': Requires manual control to close",
|
|
11589
11427
|
"attribute": "dismiss-mode"
|
|
11590
11428
|
}
|
|
11591
11429
|
],
|
|
@@ -11596,16 +11434,16 @@
|
|
|
11596
11434
|
"text": "Element | null"
|
|
11597
11435
|
},
|
|
11598
11436
|
"default": "null",
|
|
11599
|
-
"description": "The anchor element to position the
|
|
11437
|
+
"description": "The anchor element to position the overlay relative to.",
|
|
11600
11438
|
"fieldName": "anchor"
|
|
11601
11439
|
},
|
|
11602
11440
|
{
|
|
11603
11441
|
"name": "placement",
|
|
11604
11442
|
"type": {
|
|
11605
|
-
"text": "
|
|
11443
|
+
"text": "OverlayPlacement"
|
|
11606
11444
|
},
|
|
11607
11445
|
"default": "'bottom-start'",
|
|
11608
|
-
"description": "The placement of the
|
|
11446
|
+
"description": "The placement of the overlay relative to the anchor.",
|
|
11609
11447
|
"fieldName": "placement"
|
|
11610
11448
|
},
|
|
11611
11449
|
{
|
|
@@ -11613,8 +11451,8 @@
|
|
|
11613
11451
|
"type": {
|
|
11614
11452
|
"text": "boolean"
|
|
11615
11453
|
},
|
|
11616
|
-
"default": "
|
|
11617
|
-
"description": "Whether the
|
|
11454
|
+
"default": "true",
|
|
11455
|
+
"description": "Whether the overlay should flip to the opposite side when there's no space.",
|
|
11618
11456
|
"fieldName": "flip"
|
|
11619
11457
|
},
|
|
11620
11458
|
{
|
|
@@ -11623,7 +11461,7 @@
|
|
|
11623
11461
|
"text": "boolean"
|
|
11624
11462
|
},
|
|
11625
11463
|
"default": "false",
|
|
11626
|
-
"description": "Whether the
|
|
11464
|
+
"description": "Whether the overlay should shift to stay in view.",
|
|
11627
11465
|
"fieldName": "shift"
|
|
11628
11466
|
},
|
|
11629
11467
|
{
|
|
@@ -11632,25 +11470,25 @@
|
|
|
11632
11470
|
"text": "boolean"
|
|
11633
11471
|
},
|
|
11634
11472
|
"default": "false",
|
|
11635
|
-
"description": "Whether the
|
|
11473
|
+
"description": "Whether the overlay is open.",
|
|
11636
11474
|
"fieldName": "open"
|
|
11637
11475
|
},
|
|
11638
11476
|
{
|
|
11639
|
-
"name": "
|
|
11477
|
+
"name": "arrowElement",
|
|
11640
11478
|
"type": {
|
|
11641
|
-
"text": "
|
|
11479
|
+
"text": "HTMLElement | null"
|
|
11642
11480
|
},
|
|
11643
|
-
"default": "
|
|
11644
|
-
"description": "
|
|
11645
|
-
"fieldName": "
|
|
11481
|
+
"default": "null",
|
|
11482
|
+
"description": "The arrow element to position relative to the overlay.",
|
|
11483
|
+
"fieldName": "arrowElement"
|
|
11646
11484
|
},
|
|
11647
11485
|
{
|
|
11648
11486
|
"name": "offset",
|
|
11649
11487
|
"type": {
|
|
11650
|
-
"text": "
|
|
11488
|
+
"text": "OverlayOffset | undefined"
|
|
11651
11489
|
},
|
|
11652
11490
|
"default": "undefined",
|
|
11653
|
-
"description": "The offset of the
|
|
11491
|
+
"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.",
|
|
11654
11492
|
"fieldName": "offset"
|
|
11655
11493
|
},
|
|
11656
11494
|
{
|
|
@@ -11659,7 +11497,7 @@
|
|
|
11659
11497
|
"text": "'auto' | 'manual'"
|
|
11660
11498
|
},
|
|
11661
11499
|
"default": "'auto'",
|
|
11662
|
-
"description": "The dismiss mode for the
|
|
11500
|
+
"description": "The dismiss mode for the overlay.\n- 'auto': Automatically closes on outside clicks and Escape key\n- 'manual': Requires manual control to close",
|
|
11663
11501
|
"fieldName": "dismissMode"
|
|
11664
11502
|
}
|
|
11665
11503
|
],
|
|
@@ -11667,26 +11505,26 @@
|
|
|
11667
11505
|
"name": "LitElement",
|
|
11668
11506
|
"package": "lit"
|
|
11669
11507
|
},
|
|
11670
|
-
"summary": "A
|
|
11671
|
-
"tagName": "forge-ai-
|
|
11508
|
+
"summary": "A low-level overlay component for internal use within AI components.",
|
|
11509
|
+
"tagName": "forge-ai-overlay",
|
|
11672
11510
|
"customElement": true
|
|
11673
11511
|
}
|
|
11674
11512
|
],
|
|
11675
11513
|
"exports": [
|
|
11676
11514
|
{
|
|
11677
11515
|
"kind": "js",
|
|
11678
|
-
"name": "
|
|
11516
|
+
"name": "ForgeAiOverlayComponent",
|
|
11679
11517
|
"declaration": {
|
|
11680
|
-
"name": "
|
|
11681
|
-
"module": "src/lib/core/
|
|
11518
|
+
"name": "ForgeAiOverlayComponent",
|
|
11519
|
+
"module": "src/lib/core/overlay/overlay.ts"
|
|
11682
11520
|
}
|
|
11683
11521
|
},
|
|
11684
11522
|
{
|
|
11685
11523
|
"kind": "custom-element-definition",
|
|
11686
|
-
"name": "forge-ai-
|
|
11524
|
+
"name": "forge-ai-overlay",
|
|
11687
11525
|
"declaration": {
|
|
11688
|
-
"name": "
|
|
11689
|
-
"module": "src/lib/core/
|
|
11526
|
+
"name": "ForgeAiOverlayComponent",
|
|
11527
|
+
"module": "src/lib/core/overlay/overlay.ts"
|
|
11690
11528
|
}
|
|
11691
11529
|
}
|
|
11692
11530
|
]
|
|
@@ -11884,39 +11722,308 @@
|
|
|
11884
11722
|
"fieldName": "delay"
|
|
11885
11723
|
},
|
|
11886
11724
|
{
|
|
11887
|
-
"name": "hide-delay",
|
|
11725
|
+
"name": "hide-delay",
|
|
11726
|
+
"type": {
|
|
11727
|
+
"text": "number"
|
|
11728
|
+
},
|
|
11729
|
+
"default": "0",
|
|
11730
|
+
"description": "Delay in milliseconds before hiding the tooltip.",
|
|
11731
|
+
"fieldName": "hideDelay"
|
|
11732
|
+
}
|
|
11733
|
+
],
|
|
11734
|
+
"superclass": {
|
|
11735
|
+
"name": "LitElement",
|
|
11736
|
+
"package": "lit"
|
|
11737
|
+
},
|
|
11738
|
+
"summary": "A tooltip component with accessibility features and dynamic positioning.",
|
|
11739
|
+
"tagName": "forge-ai-tooltip",
|
|
11740
|
+
"customElement": true
|
|
11741
|
+
}
|
|
11742
|
+
],
|
|
11743
|
+
"exports": [
|
|
11744
|
+
{
|
|
11745
|
+
"kind": "js",
|
|
11746
|
+
"name": "ForgeAiTooltipComponent",
|
|
11747
|
+
"declaration": {
|
|
11748
|
+
"name": "ForgeAiTooltipComponent",
|
|
11749
|
+
"module": "src/lib/core/tooltip/tooltip.ts"
|
|
11750
|
+
}
|
|
11751
|
+
},
|
|
11752
|
+
{
|
|
11753
|
+
"kind": "custom-element-definition",
|
|
11754
|
+
"name": "forge-ai-tooltip",
|
|
11755
|
+
"declaration": {
|
|
11756
|
+
"name": "ForgeAiTooltipComponent",
|
|
11757
|
+
"module": "src/lib/core/tooltip/tooltip.ts"
|
|
11758
|
+
}
|
|
11759
|
+
}
|
|
11760
|
+
]
|
|
11761
|
+
},
|
|
11762
|
+
{
|
|
11763
|
+
"kind": "javascript-module",
|
|
11764
|
+
"path": "src/lib/core/popover/popover.ts",
|
|
11765
|
+
"declarations": [
|
|
11766
|
+
{
|
|
11767
|
+
"kind": "class",
|
|
11768
|
+
"description": "",
|
|
11769
|
+
"name": "ForgeAiPopoverComponent",
|
|
11770
|
+
"slots": [
|
|
11771
|
+
{
|
|
11772
|
+
"description": "The default slot for popover content.",
|
|
11773
|
+
"name": ""
|
|
11774
|
+
}
|
|
11775
|
+
],
|
|
11776
|
+
"members": [
|
|
11777
|
+
{
|
|
11778
|
+
"kind": "field",
|
|
11779
|
+
"name": "anchor",
|
|
11780
|
+
"type": {
|
|
11781
|
+
"text": "Element | null"
|
|
11782
|
+
},
|
|
11783
|
+
"privacy": "public",
|
|
11784
|
+
"default": "null",
|
|
11785
|
+
"description": "The anchor element to position the popover relative to.",
|
|
11786
|
+
"attribute": "anchor"
|
|
11787
|
+
},
|
|
11788
|
+
{
|
|
11789
|
+
"kind": "field",
|
|
11790
|
+
"name": "placement",
|
|
11791
|
+
"type": {
|
|
11792
|
+
"text": "PopoverPlacement"
|
|
11793
|
+
},
|
|
11794
|
+
"privacy": "public",
|
|
11795
|
+
"default": "'bottom-start'",
|
|
11796
|
+
"description": "The placement of the popover relative to the anchor.",
|
|
11797
|
+
"attribute": "placement"
|
|
11798
|
+
},
|
|
11799
|
+
{
|
|
11800
|
+
"kind": "field",
|
|
11801
|
+
"name": "flip",
|
|
11802
|
+
"type": {
|
|
11803
|
+
"text": "boolean"
|
|
11804
|
+
},
|
|
11805
|
+
"privacy": "public",
|
|
11806
|
+
"default": "false",
|
|
11807
|
+
"description": "Whether the popover should flip to the opposite side when there's no space.",
|
|
11808
|
+
"attribute": "flip"
|
|
11809
|
+
},
|
|
11810
|
+
{
|
|
11811
|
+
"kind": "field",
|
|
11812
|
+
"name": "shift",
|
|
11813
|
+
"type": {
|
|
11814
|
+
"text": "boolean"
|
|
11815
|
+
},
|
|
11816
|
+
"privacy": "public",
|
|
11817
|
+
"default": "false",
|
|
11818
|
+
"description": "Whether the popover should shift to stay in view.",
|
|
11819
|
+
"attribute": "shift"
|
|
11820
|
+
},
|
|
11821
|
+
{
|
|
11822
|
+
"kind": "field",
|
|
11823
|
+
"name": "open",
|
|
11824
|
+
"type": {
|
|
11825
|
+
"text": "boolean"
|
|
11826
|
+
},
|
|
11827
|
+
"privacy": "public",
|
|
11828
|
+
"default": "false",
|
|
11829
|
+
"description": "Whether the popover is open.",
|
|
11830
|
+
"attribute": "open",
|
|
11831
|
+
"reflects": true
|
|
11832
|
+
},
|
|
11833
|
+
{
|
|
11834
|
+
"kind": "field",
|
|
11835
|
+
"name": "arrow",
|
|
11836
|
+
"type": {
|
|
11837
|
+
"text": "boolean"
|
|
11838
|
+
},
|
|
11839
|
+
"privacy": "public",
|
|
11840
|
+
"default": "false",
|
|
11841
|
+
"description": "Whether to show an arrow pointing to the anchor element.",
|
|
11842
|
+
"attribute": "arrow"
|
|
11843
|
+
},
|
|
11844
|
+
{
|
|
11845
|
+
"kind": "field",
|
|
11846
|
+
"name": "offset",
|
|
11847
|
+
"type": {
|
|
11848
|
+
"text": "PopoverOffset | undefined"
|
|
11849
|
+
},
|
|
11850
|
+
"privacy": "public",
|
|
11851
|
+
"default": "undefined",
|
|
11852
|
+
"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.",
|
|
11853
|
+
"attribute": "offset"
|
|
11854
|
+
},
|
|
11855
|
+
{
|
|
11856
|
+
"kind": "field",
|
|
11857
|
+
"name": "dismissMode",
|
|
11858
|
+
"type": {
|
|
11859
|
+
"text": "'auto' | 'manual'"
|
|
11860
|
+
},
|
|
11861
|
+
"privacy": "public",
|
|
11862
|
+
"default": "'auto'",
|
|
11863
|
+
"description": "The dismiss mode for the popover.\n- 'auto': Automatically closes on outside clicks and Escape key\n- 'manual': Requires manual control to close",
|
|
11864
|
+
"attribute": "dismiss-mode"
|
|
11865
|
+
}
|
|
11866
|
+
],
|
|
11867
|
+
"attributes": [
|
|
11868
|
+
{
|
|
11869
|
+
"name": "anchor",
|
|
11870
|
+
"type": {
|
|
11871
|
+
"text": "Element | null"
|
|
11872
|
+
},
|
|
11873
|
+
"default": "null",
|
|
11874
|
+
"description": "The anchor element to position the popover relative to.",
|
|
11875
|
+
"fieldName": "anchor"
|
|
11876
|
+
},
|
|
11877
|
+
{
|
|
11878
|
+
"name": "placement",
|
|
11879
|
+
"type": {
|
|
11880
|
+
"text": "PopoverPlacement"
|
|
11881
|
+
},
|
|
11882
|
+
"default": "'bottom-start'",
|
|
11883
|
+
"description": "The placement of the popover relative to the anchor.",
|
|
11884
|
+
"fieldName": "placement"
|
|
11885
|
+
},
|
|
11886
|
+
{
|
|
11887
|
+
"name": "flip",
|
|
11888
|
+
"type": {
|
|
11889
|
+
"text": "boolean"
|
|
11890
|
+
},
|
|
11891
|
+
"default": "false",
|
|
11892
|
+
"description": "Whether the popover should flip to the opposite side when there's no space.",
|
|
11893
|
+
"fieldName": "flip"
|
|
11894
|
+
},
|
|
11895
|
+
{
|
|
11896
|
+
"name": "shift",
|
|
11897
|
+
"type": {
|
|
11898
|
+
"text": "boolean"
|
|
11899
|
+
},
|
|
11900
|
+
"default": "false",
|
|
11901
|
+
"description": "Whether the popover should shift to stay in view.",
|
|
11902
|
+
"fieldName": "shift"
|
|
11903
|
+
},
|
|
11904
|
+
{
|
|
11905
|
+
"name": "open",
|
|
11906
|
+
"type": {
|
|
11907
|
+
"text": "boolean"
|
|
11908
|
+
},
|
|
11909
|
+
"default": "false",
|
|
11910
|
+
"description": "Whether the popover is open.",
|
|
11911
|
+
"fieldName": "open"
|
|
11912
|
+
},
|
|
11913
|
+
{
|
|
11914
|
+
"name": "arrow",
|
|
11915
|
+
"type": {
|
|
11916
|
+
"text": "boolean"
|
|
11917
|
+
},
|
|
11918
|
+
"default": "false",
|
|
11919
|
+
"description": "Whether to show an arrow pointing to the anchor element.",
|
|
11920
|
+
"fieldName": "arrow"
|
|
11921
|
+
},
|
|
11922
|
+
{
|
|
11923
|
+
"name": "offset",
|
|
11924
|
+
"type": {
|
|
11925
|
+
"text": "PopoverOffset | undefined"
|
|
11926
|
+
},
|
|
11927
|
+
"default": "undefined",
|
|
11928
|
+
"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.",
|
|
11929
|
+
"fieldName": "offset"
|
|
11930
|
+
},
|
|
11931
|
+
{
|
|
11932
|
+
"name": "dismiss-mode",
|
|
11888
11933
|
"type": {
|
|
11889
|
-
"text": "
|
|
11934
|
+
"text": "'auto' | 'manual'"
|
|
11890
11935
|
},
|
|
11891
|
-
"default": "
|
|
11892
|
-
"description": "
|
|
11893
|
-
"fieldName": "
|
|
11936
|
+
"default": "'auto'",
|
|
11937
|
+
"description": "The dismiss mode for the popover.\n- 'auto': Automatically closes on outside clicks and Escape key\n- 'manual': Requires manual control to close",
|
|
11938
|
+
"fieldName": "dismissMode"
|
|
11894
11939
|
}
|
|
11895
11940
|
],
|
|
11896
11941
|
"superclass": {
|
|
11897
11942
|
"name": "LitElement",
|
|
11898
11943
|
"package": "lit"
|
|
11899
11944
|
},
|
|
11900
|
-
"summary": "A
|
|
11901
|
-
"tagName": "forge-ai-
|
|
11945
|
+
"summary": "A popover component that provides styled overlay functionality.",
|
|
11946
|
+
"tagName": "forge-ai-popover",
|
|
11902
11947
|
"customElement": true
|
|
11903
11948
|
}
|
|
11904
11949
|
],
|
|
11905
11950
|
"exports": [
|
|
11906
11951
|
{
|
|
11907
11952
|
"kind": "js",
|
|
11908
|
-
"name": "
|
|
11953
|
+
"name": "ForgeAiPopoverComponent",
|
|
11909
11954
|
"declaration": {
|
|
11910
|
-
"name": "
|
|
11911
|
-
"module": "src/lib/core/
|
|
11955
|
+
"name": "ForgeAiPopoverComponent",
|
|
11956
|
+
"module": "src/lib/core/popover/popover.ts"
|
|
11912
11957
|
}
|
|
11913
11958
|
},
|
|
11914
11959
|
{
|
|
11915
11960
|
"kind": "custom-element-definition",
|
|
11916
|
-
"name": "forge-ai-
|
|
11961
|
+
"name": "forge-ai-popover",
|
|
11917
11962
|
"declaration": {
|
|
11918
|
-
"name": "
|
|
11919
|
-
"module": "src/lib/core/
|
|
11963
|
+
"name": "ForgeAiPopoverComponent",
|
|
11964
|
+
"module": "src/lib/core/popover/popover.ts"
|
|
11965
|
+
}
|
|
11966
|
+
}
|
|
11967
|
+
]
|
|
11968
|
+
},
|
|
11969
|
+
{
|
|
11970
|
+
"kind": "javascript-module",
|
|
11971
|
+
"path": "src/lib/tools/ai-data-table/ai-data-table-definition.ts",
|
|
11972
|
+
"declarations": [
|
|
11973
|
+
{
|
|
11974
|
+
"kind": "variable",
|
|
11975
|
+
"name": "displayDataTableTool",
|
|
11976
|
+
"type": {
|
|
11977
|
+
"text": "ToolDefinition"
|
|
11978
|
+
},
|
|
11979
|
+
"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' }) }"
|
|
11980
|
+
}
|
|
11981
|
+
],
|
|
11982
|
+
"exports": [
|
|
11983
|
+
{
|
|
11984
|
+
"kind": "js",
|
|
11985
|
+
"name": "displayDataTableTool",
|
|
11986
|
+
"declaration": {
|
|
11987
|
+
"name": "displayDataTableTool",
|
|
11988
|
+
"module": "src/lib/tools/ai-data-table/ai-data-table-definition.ts"
|
|
11989
|
+
}
|
|
11990
|
+
}
|
|
11991
|
+
]
|
|
11992
|
+
},
|
|
11993
|
+
{
|
|
11994
|
+
"kind": "javascript-module",
|
|
11995
|
+
"path": "src/lib/tools/ai-data-table/ai-data-table.ts",
|
|
11996
|
+
"declarations": [
|
|
11997
|
+
{
|
|
11998
|
+
"kind": "class",
|
|
11999
|
+
"description": "Data table component tool renderer for displaying tabular data with pagination and filtering.",
|
|
12000
|
+
"name": "DataTableToolElement",
|
|
12001
|
+
"members": [
|
|
12002
|
+
{
|
|
12003
|
+
"kind": "field",
|
|
12004
|
+
"name": "toolCall",
|
|
12005
|
+
"type": {
|
|
12006
|
+
"text": "ToolCall<TableData>"
|
|
12007
|
+
},
|
|
12008
|
+
"privacy": "public",
|
|
12009
|
+
"description": "Tool call data containing table configuration and data"
|
|
12010
|
+
}
|
|
12011
|
+
],
|
|
12012
|
+
"superclass": {
|
|
12013
|
+
"name": "LitElement",
|
|
12014
|
+
"package": "lit"
|
|
12015
|
+
},
|
|
12016
|
+
"tagName": "forge-ai-tool-data-table",
|
|
12017
|
+
"customElement": true
|
|
12018
|
+
}
|
|
12019
|
+
],
|
|
12020
|
+
"exports": [
|
|
12021
|
+
{
|
|
12022
|
+
"kind": "custom-element-definition",
|
|
12023
|
+
"name": "forge-ai-tool-data-table",
|
|
12024
|
+
"declaration": {
|
|
12025
|
+
"name": "DataTableToolElement",
|
|
12026
|
+
"module": "src/lib/tools/ai-data-table/ai-data-table.ts"
|
|
11920
12027
|
}
|
|
11921
12028
|
}
|
|
11922
12029
|
]
|
|
@@ -12022,68 +12129,6 @@
|
|
|
12022
12129
|
}
|
|
12023
12130
|
}
|
|
12024
12131
|
]
|
|
12025
|
-
},
|
|
12026
|
-
{
|
|
12027
|
-
"kind": "javascript-module",
|
|
12028
|
-
"path": "src/lib/tools/ai-data-table/ai-data-table-definition.ts",
|
|
12029
|
-
"declarations": [
|
|
12030
|
-
{
|
|
12031
|
-
"kind": "variable",
|
|
12032
|
-
"name": "displayDataTableTool",
|
|
12033
|
-
"type": {
|
|
12034
|
-
"text": "ToolDefinition"
|
|
12035
|
-
},
|
|
12036
|
-
"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' }) }"
|
|
12037
|
-
}
|
|
12038
|
-
],
|
|
12039
|
-
"exports": [
|
|
12040
|
-
{
|
|
12041
|
-
"kind": "js",
|
|
12042
|
-
"name": "displayDataTableTool",
|
|
12043
|
-
"declaration": {
|
|
12044
|
-
"name": "displayDataTableTool",
|
|
12045
|
-
"module": "src/lib/tools/ai-data-table/ai-data-table-definition.ts"
|
|
12046
|
-
}
|
|
12047
|
-
}
|
|
12048
|
-
]
|
|
12049
|
-
},
|
|
12050
|
-
{
|
|
12051
|
-
"kind": "javascript-module",
|
|
12052
|
-
"path": "src/lib/tools/ai-data-table/ai-data-table.ts",
|
|
12053
|
-
"declarations": [
|
|
12054
|
-
{
|
|
12055
|
-
"kind": "class",
|
|
12056
|
-
"description": "Data table component tool renderer for displaying tabular data with pagination and filtering.",
|
|
12057
|
-
"name": "DataTableToolElement",
|
|
12058
|
-
"members": [
|
|
12059
|
-
{
|
|
12060
|
-
"kind": "field",
|
|
12061
|
-
"name": "toolCall",
|
|
12062
|
-
"type": {
|
|
12063
|
-
"text": "ToolCall<TableData>"
|
|
12064
|
-
},
|
|
12065
|
-
"privacy": "public",
|
|
12066
|
-
"description": "Tool call data containing table configuration and data"
|
|
12067
|
-
}
|
|
12068
|
-
],
|
|
12069
|
-
"superclass": {
|
|
12070
|
-
"name": "LitElement",
|
|
12071
|
-
"package": "lit"
|
|
12072
|
-
},
|
|
12073
|
-
"tagName": "forge-ai-tool-data-table",
|
|
12074
|
-
"customElement": true
|
|
12075
|
-
}
|
|
12076
|
-
],
|
|
12077
|
-
"exports": [
|
|
12078
|
-
{
|
|
12079
|
-
"kind": "custom-element-definition",
|
|
12080
|
-
"name": "forge-ai-tool-data-table",
|
|
12081
|
-
"declaration": {
|
|
12082
|
-
"name": "DataTableToolElement",
|
|
12083
|
-
"module": "src/lib/tools/ai-data-table/ai-data-table.ts"
|
|
12084
|
-
}
|
|
12085
|
-
}
|
|
12086
|
-
]
|
|
12087
12132
|
}
|
|
12088
12133
|
],
|
|
12089
12134
|
"branchName": "main",
|
|
@@ -12096,6 +12141,10 @@
|
|
|
12096
12141
|
"path": "src/lib/ai-agent-info/ai-agent-info.ts",
|
|
12097
12142
|
"lineNumber": 29
|
|
12098
12143
|
},
|
|
12144
|
+
"AiArtifactComponent": {
|
|
12145
|
+
"path": "src/lib/ai-artifact/ai-artifact.ts",
|
|
12146
|
+
"lineNumber": 23
|
|
12147
|
+
},
|
|
12099
12148
|
"ForgeAiAgentSelectorChangeEventData": {
|
|
12100
12149
|
"path": "src/lib/ai-agent-selector/ai-agent-selector.ts",
|
|
12101
12150
|
"lineNumber": 23
|
|
@@ -12112,9 +12161,9 @@
|
|
|
12112
12161
|
"path": "src/lib/ai-assistant-response/ai-assistant-response.ts",
|
|
12113
12162
|
"lineNumber": 48
|
|
12114
12163
|
},
|
|
12115
|
-
"
|
|
12116
|
-
"path": "src/lib/ai-
|
|
12117
|
-
"lineNumber":
|
|
12164
|
+
"AiButtonComponent": {
|
|
12165
|
+
"path": "src/lib/ai-button/ai-button.ts",
|
|
12166
|
+
"lineNumber": 22
|
|
12118
12167
|
},
|
|
12119
12168
|
"ForgeAiAttachmentRemoveEventData": {
|
|
12120
12169
|
"path": "src/lib/ai-attachment/ai-attachment.ts",
|
|
@@ -12124,10 +12173,6 @@
|
|
|
12124
12173
|
"path": "src/lib/ai-attachment/ai-attachment.ts",
|
|
12125
12174
|
"lineNumber": 41
|
|
12126
12175
|
},
|
|
12127
|
-
"AiButtonComponent": {
|
|
12128
|
-
"path": "src/lib/ai-button/ai-button.ts",
|
|
12129
|
-
"lineNumber": 22
|
|
12130
|
-
},
|
|
12131
12176
|
"AiChainOfThoughtComponent": {
|
|
12132
12177
|
"path": "src/lib/ai-chain-of-thought/ai-chain-of-thought.ts",
|
|
12133
12178
|
"lineNumber": 17
|
|
@@ -12154,11 +12199,11 @@
|
|
|
12154
12199
|
},
|
|
12155
12200
|
"LauncherViewState": {
|
|
12156
12201
|
"path": "src/lib/ai-chatbot-launcher/ai-chatbot-launcher.ts",
|
|
12157
|
-
"lineNumber":
|
|
12202
|
+
"lineNumber": 25
|
|
12158
12203
|
},
|
|
12159
12204
|
"AiChatbotLauncherComponent": {
|
|
12160
12205
|
"path": "src/lib/ai-chatbot-launcher/ai-chatbot-launcher.ts",
|
|
12161
|
-
"lineNumber":
|
|
12206
|
+
"lineNumber": 73
|
|
12162
12207
|
},
|
|
12163
12208
|
"AgUiAdapterConfig": {
|
|
12164
12209
|
"path": "src/lib/ai-chatbot/ag-ui-adapter.ts",
|
|
@@ -12480,10 +12525,6 @@
|
|
|
12480
12525
|
"path": "src/lib/ai-dialog/ai-dialog.ts",
|
|
12481
12526
|
"lineNumber": 35
|
|
12482
12527
|
},
|
|
12483
|
-
"AiEmbeddedChatComponent": {
|
|
12484
|
-
"path": "src/lib/ai-embedded-chat/ai-embedded-chat.ts",
|
|
12485
|
-
"lineNumber": 47
|
|
12486
|
-
},
|
|
12487
12528
|
"ForgeAiDropdownMenuItemGroupComponent": {
|
|
12488
12529
|
"path": "src/lib/ai-dropdown-menu/ai-dropdown-menu-item-group.ts",
|
|
12489
12530
|
"lineNumber": 29
|
|
@@ -12544,18 +12585,22 @@
|
|
|
12544
12585
|
"path": "src/lib/ai-dropdown-menu/selection-manager.ts",
|
|
12545
12586
|
"lineNumber": 85
|
|
12546
12587
|
},
|
|
12588
|
+
"AiEmbeddedChatComponent": {
|
|
12589
|
+
"path": "src/lib/ai-embedded-chat/ai-embedded-chat.ts",
|
|
12590
|
+
"lineNumber": 47
|
|
12591
|
+
},
|
|
12547
12592
|
"AiEmptyStateComponent": {
|
|
12548
12593
|
"path": "src/lib/ai-empty-state/ai-empty-state.ts",
|
|
12549
12594
|
"lineNumber": 23
|
|
12550
12595
|
},
|
|
12551
|
-
"AiEventStreamViewerComponent": {
|
|
12552
|
-
"path": "src/lib/ai-event-stream-viewer/ai-event-stream-viewer.ts",
|
|
12553
|
-
"lineNumber": 21
|
|
12554
|
-
},
|
|
12555
12596
|
"AiErrorMessageComponent": {
|
|
12556
12597
|
"path": "src/lib/ai-error-message/ai-error-message.ts",
|
|
12557
12598
|
"lineNumber": 22
|
|
12558
12599
|
},
|
|
12600
|
+
"AiEventStreamViewerComponent": {
|
|
12601
|
+
"path": "src/lib/ai-event-stream-viewer/ai-event-stream-viewer.ts",
|
|
12602
|
+
"lineNumber": 21
|
|
12603
|
+
},
|
|
12559
12604
|
"AiFabComponent": {
|
|
12560
12605
|
"path": "src/lib/ai-fab/ai-fab.ts",
|
|
12561
12606
|
"lineNumber": 22
|
|
@@ -12596,10 +12641,6 @@
|
|
|
12596
12641
|
"path": "src/lib/ai-icon-button/ai-icon-button.ts",
|
|
12597
12642
|
"lineNumber": 19
|
|
12598
12643
|
},
|
|
12599
|
-
"AiModalComponent": {
|
|
12600
|
-
"path": "src/lib/ai-modal/ai-modal.ts",
|
|
12601
|
-
"lineNumber": 36
|
|
12602
|
-
},
|
|
12603
12644
|
"ForgeAiMessageThreadCopyEventData": {
|
|
12604
12645
|
"path": "src/lib/ai-message-thread/ai-message-thread.ts",
|
|
12605
12646
|
"lineNumber": 37
|
|
@@ -12620,6 +12661,10 @@
|
|
|
12620
12661
|
"path": "src/lib/ai-message-thread/ai-message-thread.ts",
|
|
12621
12662
|
"lineNumber": 78
|
|
12622
12663
|
},
|
|
12664
|
+
"AiModalComponent": {
|
|
12665
|
+
"path": "src/lib/ai-modal/ai-modal.ts",
|
|
12666
|
+
"lineNumber": 36
|
|
12667
|
+
},
|
|
12623
12668
|
"ForgeAiPromptSendEventData": {
|
|
12624
12669
|
"path": "src/lib/ai-prompt/ai-prompt.ts",
|
|
12625
12670
|
"lineNumber": 29
|
|
@@ -12640,18 +12685,22 @@
|
|
|
12640
12685
|
"path": "src/lib/ai-prompt/ai-prompt.ts",
|
|
12641
12686
|
"lineNumber": 63
|
|
12642
12687
|
},
|
|
12643
|
-
"AiReasoningHeaderComponent": {
|
|
12644
|
-
"path": "src/lib/ai-reasoning-header/ai-reasoning-header.ts",
|
|
12645
|
-
"lineNumber": 22
|
|
12646
|
-
},
|
|
12647
12688
|
"AiReasoningComponent": {
|
|
12648
12689
|
"path": "src/lib/ai-reasoning/ai-reasoning.ts",
|
|
12649
12690
|
"lineNumber": 17
|
|
12650
12691
|
},
|
|
12692
|
+
"AiReasoningHeaderComponent": {
|
|
12693
|
+
"path": "src/lib/ai-reasoning-header/ai-reasoning-header.ts",
|
|
12694
|
+
"lineNumber": 22
|
|
12695
|
+
},
|
|
12651
12696
|
"AiResponseMessageComponent": {
|
|
12652
12697
|
"path": "src/lib/ai-response-message/ai-response-message.ts",
|
|
12653
12698
|
"lineNumber": 19
|
|
12654
12699
|
},
|
|
12700
|
+
"AiSidebarComponent": {
|
|
12701
|
+
"path": "src/lib/ai-sidebar/ai-sidebar.ts",
|
|
12702
|
+
"lineNumber": 28
|
|
12703
|
+
},
|
|
12655
12704
|
"ForgeAiResponseMessageToolbarActionEventData": {
|
|
12656
12705
|
"path": "src/lib/ai-response-message-toolbar/ai-response-message-toolbar.ts",
|
|
12657
12706
|
"lineNumber": 23
|
|
@@ -12668,10 +12717,6 @@
|
|
|
12668
12717
|
"path": "src/lib/ai-response-message-toolbar/ai-response-message-toolbar.ts",
|
|
12669
12718
|
"lineNumber": 43
|
|
12670
12719
|
},
|
|
12671
|
-
"AiSidebarComponent": {
|
|
12672
|
-
"path": "src/lib/ai-sidebar/ai-sidebar.ts",
|
|
12673
|
-
"lineNumber": 28
|
|
12674
|
-
},
|
|
12675
12720
|
"AiSidebarChatComponent": {
|
|
12676
12721
|
"path": "src/lib/ai-sidebar-chat/ai-sidebar-chat.ts",
|
|
12677
12722
|
"lineNumber": 42
|
|
@@ -12804,10 +12849,6 @@
|
|
|
12804
12849
|
"path": "src/lib/ai-chain-of-thought/thought-image/thought-image.ts",
|
|
12805
12850
|
"lineNumber": 19
|
|
12806
12851
|
},
|
|
12807
|
-
"PromptButtonComponent": {
|
|
12808
|
-
"path": "src/lib/ai-prompt/prompt-button/prompt-button.ts",
|
|
12809
|
-
"lineNumber": 17
|
|
12810
|
-
},
|
|
12811
12852
|
"Source": {
|
|
12812
12853
|
"path": "src/lib/ai-chain-of-thought/thought-search-result/thought-search-result.ts",
|
|
12813
12854
|
"lineNumber": 14
|
|
@@ -12816,6 +12857,10 @@
|
|
|
12816
12857
|
"path": "src/lib/ai-chain-of-thought/thought-search-result/thought-search-result.ts",
|
|
12817
12858
|
"lineNumber": 24
|
|
12818
12859
|
},
|
|
12860
|
+
"PromptButtonComponent": {
|
|
12861
|
+
"path": "src/lib/ai-prompt/prompt-button/prompt-button.ts",
|
|
12862
|
+
"lineNumber": 17
|
|
12863
|
+
},
|
|
12819
12864
|
"ReasoningContentComponent": {
|
|
12820
12865
|
"path": "src/lib/ai-reasoning/reasoning-content/reasoning-content.ts",
|
|
12821
12866
|
"lineNumber": 17
|
|
@@ -12832,22 +12877,6 @@
|
|
|
12832
12877
|
"path": "src/lib/core/overlay/overlay.ts",
|
|
12833
12878
|
"lineNumber": 40
|
|
12834
12879
|
},
|
|
12835
|
-
"PopoverToggleEventData": {
|
|
12836
|
-
"path": "src/lib/core/popover/popover.ts",
|
|
12837
|
-
"lineNumber": 18
|
|
12838
|
-
},
|
|
12839
|
-
"PopoverPlacement": {
|
|
12840
|
-
"path": "src/lib/core/popover/popover.ts",
|
|
12841
|
-
"lineNumber": 24
|
|
12842
|
-
},
|
|
12843
|
-
"PopoverOffset": {
|
|
12844
|
-
"path": "src/lib/core/popover/popover.ts",
|
|
12845
|
-
"lineNumber": 26
|
|
12846
|
-
},
|
|
12847
|
-
"ForgeAiPopoverComponent": {
|
|
12848
|
-
"path": "src/lib/core/popover/popover.ts",
|
|
12849
|
-
"lineNumber": 37
|
|
12850
|
-
},
|
|
12851
12880
|
"TooltipToggleEventDetail": {
|
|
12852
12881
|
"path": "src/lib/core/tooltip/tooltip.ts",
|
|
12853
12882
|
"lineNumber": 20
|
|
@@ -12864,9 +12893,21 @@
|
|
|
12864
12893
|
"path": "src/lib/core/tooltip/tooltip.ts",
|
|
12865
12894
|
"lineNumber": 44
|
|
12866
12895
|
},
|
|
12867
|
-
"
|
|
12868
|
-
"path": "src/lib/
|
|
12869
|
-
"lineNumber":
|
|
12896
|
+
"PopoverToggleEventData": {
|
|
12897
|
+
"path": "src/lib/core/popover/popover.ts",
|
|
12898
|
+
"lineNumber": 18
|
|
12899
|
+
},
|
|
12900
|
+
"PopoverPlacement": {
|
|
12901
|
+
"path": "src/lib/core/popover/popover.ts",
|
|
12902
|
+
"lineNumber": 24
|
|
12903
|
+
},
|
|
12904
|
+
"PopoverOffset": {
|
|
12905
|
+
"path": "src/lib/core/popover/popover.ts",
|
|
12906
|
+
"lineNumber": 26
|
|
12907
|
+
},
|
|
12908
|
+
"ForgeAiPopoverComponent": {
|
|
12909
|
+
"path": "src/lib/core/popover/popover.ts",
|
|
12910
|
+
"lineNumber": 37
|
|
12870
12911
|
},
|
|
12871
12912
|
"TableData": {
|
|
12872
12913
|
"path": "src/lib/tools/ai-data-table/ai-data-table.ts",
|
|
@@ -12875,6 +12916,10 @@
|
|
|
12875
12916
|
"DataTableToolElement": {
|
|
12876
12917
|
"path": "src/lib/tools/ai-data-table/ai-data-table.ts",
|
|
12877
12918
|
"lineNumber": 32
|
|
12919
|
+
},
|
|
12920
|
+
"AiPaginator": {
|
|
12921
|
+
"path": "src/lib/tools/ai-paginator/ai-paginator.ts",
|
|
12922
|
+
"lineNumber": 13
|
|
12878
12923
|
}
|
|
12879
12924
|
}
|
|
12880
12925
|
}
|