@tylertech/forge-ai 0.10.0 → 0.10.1

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.
@@ -479,6 +479,162 @@
479
479
  }
480
480
  ]
481
481
  },
482
+ {
483
+ "kind": "javascript-module",
484
+ "path": "src/lib/ai-button/ai-button.ts",
485
+ "declarations": [
486
+ {
487
+ "kind": "variable",
488
+ "name": "AiButtonComponentTagName",
489
+ "type": {
490
+ "text": "keyof HTMLElementTagNameMap"
491
+ },
492
+ "default": "'forge-ai-button'"
493
+ },
494
+ {
495
+ "kind": "class",
496
+ "description": "",
497
+ "name": "AiButtonComponent",
498
+ "slots": [
499
+ {
500
+ "description": "Default slot for button content",
501
+ "name": ""
502
+ }
503
+ ],
504
+ "members": [
505
+ {
506
+ "kind": "field",
507
+ "name": "disabled",
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": [
519
+ {
520
+ "name": "disabled",
521
+ "type": {
522
+ "text": "boolean"
523
+ },
524
+ "default": "false",
525
+ "description": "Whether the button is disabled",
526
+ "fieldName": "disabled"
527
+ }
528
+ ],
529
+ "superclass": {
530
+ "name": "LitElement",
531
+ "package": "lit"
532
+ },
533
+ "tagName": "forge-ai-button",
534
+ "customElement": true
535
+ }
536
+ ],
537
+ "exports": [
538
+ {
539
+ "kind": "js",
540
+ "name": "AiButtonComponentTagName",
541
+ "declaration": {
542
+ "name": "AiButtonComponentTagName",
543
+ "module": "src/lib/ai-button/ai-button.ts"
544
+ }
545
+ },
546
+ {
547
+ "kind": "js",
548
+ "name": "AiButtonComponent",
549
+ "declaration": {
550
+ "name": "AiButtonComponent",
551
+ "module": "src/lib/ai-button/ai-button.ts"
552
+ }
553
+ },
554
+ {
555
+ "kind": "custom-element-definition",
556
+ "declaration": {
557
+ "name": "AiButtonComponent",
558
+ "module": "src/lib/ai-button/ai-button.ts"
559
+ }
560
+ }
561
+ ]
562
+ },
563
+ {
564
+ "kind": "javascript-module",
565
+ "path": "src/lib/ai-chain-of-thought/ai-chain-of-thought.ts",
566
+ "declarations": [
567
+ {
568
+ "kind": "variable",
569
+ "name": "AiChainOfThoughtComponentTagName",
570
+ "type": {
571
+ "text": "keyof HTMLElementTagNameMap"
572
+ },
573
+ "default": "'forge-ai-chain-of-thought'"
574
+ },
575
+ {
576
+ "kind": "class",
577
+ "description": "",
578
+ "name": "AiChainOfThoughtComponent",
579
+ "members": [
580
+ {
581
+ "kind": "field",
582
+ "name": "expanded",
583
+ "type": {
584
+ "text": "boolean"
585
+ },
586
+ "privacy": "public",
587
+ "default": "false",
588
+ "description": "Whether the chain of thought is expanded",
589
+ "attribute": "expanded",
590
+ "reflects": true
591
+ }
592
+ ],
593
+ "attributes": [
594
+ {
595
+ "name": "expanded",
596
+ "type": {
597
+ "text": "boolean"
598
+ },
599
+ "default": "false",
600
+ "description": "Whether the chain of thought is expanded",
601
+ "fieldName": "expanded"
602
+ }
603
+ ],
604
+ "superclass": {
605
+ "name": "LitElement",
606
+ "package": "lit"
607
+ },
608
+ "tagName": "forge-ai-chain-of-thought",
609
+ "customElement": true
610
+ }
611
+ ],
612
+ "exports": [
613
+ {
614
+ "kind": "js",
615
+ "name": "AiChainOfThoughtComponentTagName",
616
+ "declaration": {
617
+ "name": "AiChainOfThoughtComponentTagName",
618
+ "module": "src/lib/ai-chain-of-thought/ai-chain-of-thought.ts"
619
+ }
620
+ },
621
+ {
622
+ "kind": "js",
623
+ "name": "AiChainOfThoughtComponent",
624
+ "declaration": {
625
+ "name": "AiChainOfThoughtComponent",
626
+ "module": "src/lib/ai-chain-of-thought/ai-chain-of-thought.ts"
627
+ }
628
+ },
629
+ {
630
+ "kind": "custom-element-definition",
631
+ "declaration": {
632
+ "name": "AiChainOfThoughtComponent",
633
+ "module": "src/lib/ai-chain-of-thought/ai-chain-of-thought.ts"
634
+ }
635
+ }
636
+ ]
637
+ },
482
638
  {
483
639
  "kind": "javascript-module",
484
640
  "path": "src/lib/ai-attachment/ai-attachment.ts",
@@ -651,102 +807,49 @@
651
807
  },
652
808
  {
653
809
  "kind": "javascript-module",
654
- "path": "src/lib/ai-button/ai-button.ts",
810
+ "path": "src/lib/ai-chat-header/ai-chat-header.ts",
655
811
  "declarations": [
656
812
  {
657
813
  "kind": "variable",
658
- "name": "AiButtonComponentTagName",
814
+ "name": "AiChatHeaderComponentTagName",
659
815
  "type": {
660
816
  "text": "keyof HTMLElementTagNameMap"
661
817
  },
662
- "default": "'forge-ai-button'"
818
+ "default": "'forge-ai-chat-header'"
663
819
  },
664
820
  {
665
821
  "kind": "class",
666
822
  "description": "",
667
- "name": "AiButtonComponent",
823
+ "name": "AiChatHeaderComponent",
668
824
  "slots": [
669
825
  {
670
- "description": "Default slot for button content",
671
- "name": ""
826
+ "description": "Slot for custom icon (default: forge-ai-icon)",
827
+ "name": "icon"
672
828
  }
673
829
  ],
674
830
  "members": [
675
831
  {
676
832
  "kind": "field",
677
- "name": "disabled",
833
+ "name": "showExpandButton",
678
834
  "type": {
679
835
  "text": "boolean"
680
836
  },
681
837
  "privacy": "public",
682
838
  "default": "false",
683
- "description": "Whether the button is disabled",
684
- "attribute": "disabled",
685
- "reflects": true
686
- }
687
- ],
688
- "attributes": [
839
+ "description": "Controls whether the expand button is visible",
840
+ "attribute": "show-expand-button"
841
+ },
689
842
  {
690
- "name": "disabled",
843
+ "kind": "field",
844
+ "name": "showMinimizeButton",
691
845
  "type": {
692
846
  "text": "boolean"
693
847
  },
848
+ "privacy": "public",
694
849
  "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
- {
734
- "kind": "javascript-module",
735
- "path": "src/lib/ai-chain-of-thought/ai-chain-of-thought.ts",
736
- "declarations": [
737
- {
738
- "kind": "variable",
739
- "name": "AiChainOfThoughtComponentTagName",
740
- "type": {
741
- "text": "keyof HTMLElementTagNameMap"
742
- },
743
- "default": "'forge-ai-chain-of-thought'"
744
- },
745
- {
746
- "kind": "class",
747
- "description": "",
748
- "name": "AiChainOfThoughtComponent",
749
- "members": [
850
+ "description": "Controls whether the minimize button is visible",
851
+ "attribute": "show-minimize-button"
852
+ },
750
853
  {
751
854
  "kind": "field",
752
855
  "name": "expanded",
@@ -755,117 +858,14 @@
755
858
  },
756
859
  "privacy": "public",
757
860
  "default": "false",
758
- "description": "Whether the chain of thought is expanded",
759
- "attribute": "expanded",
760
- "reflects": true
761
- }
762
- ],
763
- "attributes": [
861
+ "description": "Indicates the current expanded state for displaying the appropriate expand/collapse icon",
862
+ "attribute": "expanded"
863
+ },
764
864
  {
765
- "name": "expanded",
865
+ "kind": "field",
866
+ "name": "minimizeIcon",
766
867
  "type": {
767
- "text": "boolean"
768
- },
769
- "default": "false",
770
- "description": "Whether the chain of thought is expanded",
771
- "fieldName": "expanded"
772
- }
773
- ],
774
- "superclass": {
775
- "name": "LitElement",
776
- "package": "lit"
777
- },
778
- "tagName": "forge-ai-chain-of-thought",
779
- "customElement": true
780
- }
781
- ],
782
- "exports": [
783
- {
784
- "kind": "js",
785
- "name": "AiChainOfThoughtComponentTagName",
786
- "declaration": {
787
- "name": "AiChainOfThoughtComponentTagName",
788
- "module": "src/lib/ai-chain-of-thought/ai-chain-of-thought.ts"
789
- }
790
- },
791
- {
792
- "kind": "js",
793
- "name": "AiChainOfThoughtComponent",
794
- "declaration": {
795
- "name": "AiChainOfThoughtComponent",
796
- "module": "src/lib/ai-chain-of-thought/ai-chain-of-thought.ts"
797
- }
798
- },
799
- {
800
- "kind": "custom-element-definition",
801
- "declaration": {
802
- "name": "AiChainOfThoughtComponent",
803
- "module": "src/lib/ai-chain-of-thought/ai-chain-of-thought.ts"
804
- }
805
- }
806
- ]
807
- },
808
- {
809
- "kind": "javascript-module",
810
- "path": "src/lib/ai-chat-header/ai-chat-header.ts",
811
- "declarations": [
812
- {
813
- "kind": "variable",
814
- "name": "AiChatHeaderComponentTagName",
815
- "type": {
816
- "text": "keyof HTMLElementTagNameMap"
817
- },
818
- "default": "'forge-ai-chat-header'"
819
- },
820
- {
821
- "kind": "class",
822
- "description": "",
823
- "name": "AiChatHeaderComponent",
824
- "slots": [
825
- {
826
- "description": "Slot for custom icon (default: forge-ai-icon)",
827
- "name": "icon"
828
- }
829
- ],
830
- "members": [
831
- {
832
- "kind": "field",
833
- "name": "showExpandButton",
834
- "type": {
835
- "text": "boolean"
836
- },
837
- "privacy": "public",
838
- "default": "false",
839
- "description": "Controls whether the expand button is visible",
840
- "attribute": "show-expand-button"
841
- },
842
- {
843
- "kind": "field",
844
- "name": "showMinimizeButton",
845
- "type": {
846
- "text": "boolean"
847
- },
848
- "privacy": "public",
849
- "default": "false",
850
- "description": "Controls whether the minimize button is visible",
851
- "attribute": "show-minimize-button"
852
- },
853
- {
854
- "kind": "field",
855
- "name": "expanded",
856
- "type": {
857
- "text": "boolean"
858
- },
859
- "privacy": "public",
860
- "default": "false",
861
- "description": "Indicates the current expanded state for displaying the appropriate expand/collapse icon",
862
- "attribute": "expanded"
863
- },
864
- {
865
- "kind": "field",
866
- "name": "minimizeIcon",
867
- "type": {
868
- "text": "MinimizeIconType"
868
+ "text": "MinimizeIconType"
869
869
  },
870
870
  "privacy": "public",
871
871
  "default": "'default'",
@@ -1228,6 +1228,149 @@
1228
1228
  }
1229
1229
  ]
1230
1230
  },
1231
+ {
1232
+ "kind": "javascript-module",
1233
+ "path": "src/lib/ai-confirmation-prompt/ai-confirmation-prompt.ts",
1234
+ "declarations": [
1235
+ {
1236
+ "kind": "variable",
1237
+ "name": "AiConfirmationPromptComponentTagName",
1238
+ "type": {
1239
+ "text": "keyof HTMLElementTagNameMap"
1240
+ },
1241
+ "default": "'forge-ai-confirmation-prompt'"
1242
+ },
1243
+ {
1244
+ "kind": "class",
1245
+ "description": "",
1246
+ "name": "AiConfirmationPromptComponent",
1247
+ "members": [
1248
+ {
1249
+ "kind": "field",
1250
+ "name": "text",
1251
+ "type": {
1252
+ "text": "string"
1253
+ },
1254
+ "privacy": "public",
1255
+ "default": "''",
1256
+ "attribute": "text"
1257
+ },
1258
+ {
1259
+ "kind": "field",
1260
+ "name": "confirmText",
1261
+ "type": {
1262
+ "text": "string"
1263
+ },
1264
+ "privacy": "public",
1265
+ "default": "'Confirm'",
1266
+ "attribute": "confirm-text"
1267
+ },
1268
+ {
1269
+ "kind": "field",
1270
+ "name": "denyText",
1271
+ "type": {
1272
+ "text": "string"
1273
+ },
1274
+ "privacy": "public",
1275
+ "default": "'Deny'",
1276
+ "attribute": "deny-text"
1277
+ },
1278
+ {
1279
+ "kind": "field",
1280
+ "name": "disabled",
1281
+ "type": {
1282
+ "text": "boolean"
1283
+ },
1284
+ "privacy": "public",
1285
+ "default": "false",
1286
+ "attribute": "disabled"
1287
+ }
1288
+ ],
1289
+ "events": [
1290
+ {
1291
+ "type": {
1292
+ "text": "CustomEvent<void>"
1293
+ },
1294
+ "description": "Fired when user confirms the prompt",
1295
+ "name": "forge-ai-confirmation-prompt-confirm"
1296
+ },
1297
+ {
1298
+ "type": {
1299
+ "text": "CustomEvent<void>"
1300
+ },
1301
+ "description": "Fired when user denies the prompt",
1302
+ "name": "forge-ai-confirmation-prompt-deny"
1303
+ }
1304
+ ],
1305
+ "attributes": [
1306
+ {
1307
+ "name": "text",
1308
+ "type": {
1309
+ "text": "string"
1310
+ },
1311
+ "default": "''",
1312
+ "fieldName": "text"
1313
+ },
1314
+ {
1315
+ "name": "confirm-text",
1316
+ "type": {
1317
+ "text": "string"
1318
+ },
1319
+ "default": "'Confirm'",
1320
+ "fieldName": "confirmText"
1321
+ },
1322
+ {
1323
+ "name": "deny-text",
1324
+ "type": {
1325
+ "text": "string"
1326
+ },
1327
+ "default": "'Deny'",
1328
+ "fieldName": "denyText"
1329
+ },
1330
+ {
1331
+ "name": "disabled",
1332
+ "type": {
1333
+ "text": "boolean"
1334
+ },
1335
+ "default": "false",
1336
+ "fieldName": "disabled"
1337
+ }
1338
+ ],
1339
+ "superclass": {
1340
+ "name": "LitElement",
1341
+ "package": "lit"
1342
+ },
1343
+ "tagName": "forge-ai-confirmation-prompt",
1344
+ "customElement": true,
1345
+ "summary": "Displays a confirmation UI for requiring human approval."
1346
+ }
1347
+ ],
1348
+ "exports": [
1349
+ {
1350
+ "kind": "js",
1351
+ "name": "AiConfirmationPromptComponentTagName",
1352
+ "declaration": {
1353
+ "name": "AiConfirmationPromptComponentTagName",
1354
+ "module": "src/lib/ai-confirmation-prompt/ai-confirmation-prompt.ts"
1355
+ }
1356
+ },
1357
+ {
1358
+ "kind": "js",
1359
+ "name": "AiConfirmationPromptComponent",
1360
+ "declaration": {
1361
+ "name": "AiConfirmationPromptComponent",
1362
+ "module": "src/lib/ai-confirmation-prompt/ai-confirmation-prompt.ts"
1363
+ }
1364
+ },
1365
+ {
1366
+ "kind": "custom-element-definition",
1367
+ "declaration": {
1368
+ "name": "AiConfirmationPromptComponent",
1369
+ "module": "src/lib/ai-confirmation-prompt/ai-confirmation-prompt.ts"
1370
+ }
1371
+ }
1372
+ ]
1373
+ },
1231
1374
  {
1232
1375
  "kind": "javascript-module",
1233
1376
  "path": "src/lib/ai-chatbot/ag-ui-adapter.ts",
@@ -4673,164 +4816,21 @@
4673
4816
  },
4674
4817
  {
4675
4818
  "kind": "javascript-module",
4676
- "path": "src/lib/ai-confirmation-prompt/ai-confirmation-prompt.ts",
4819
+ "path": "src/lib/ai-dialog/ai-dialog.ts",
4677
4820
  "declarations": [
4678
4821
  {
4679
4822
  "kind": "variable",
4680
- "name": "AiConfirmationPromptComponentTagName",
4823
+ "name": "AiDialogComponentTagName",
4681
4824
  "type": {
4682
4825
  "text": "keyof HTMLElementTagNameMap"
4683
4826
  },
4684
- "default": "'forge-ai-confirmation-prompt'"
4827
+ "default": "'forge-ai-dialog'"
4685
4828
  },
4686
4829
  {
4687
4830
  "kind": "class",
4688
4831
  "description": "",
4689
- "name": "AiConfirmationPromptComponent",
4690
- "members": [
4691
- {
4692
- "kind": "field",
4693
- "name": "text",
4694
- "type": {
4695
- "text": "string"
4696
- },
4697
- "privacy": "public",
4698
- "default": "''",
4699
- "attribute": "text"
4700
- },
4701
- {
4702
- "kind": "field",
4703
- "name": "confirmText",
4704
- "type": {
4705
- "text": "string"
4706
- },
4707
- "privacy": "public",
4708
- "default": "'Confirm'",
4709
- "attribute": "confirm-text"
4710
- },
4711
- {
4712
- "kind": "field",
4713
- "name": "denyText",
4714
- "type": {
4715
- "text": "string"
4716
- },
4717
- "privacy": "public",
4718
- "default": "'Deny'",
4719
- "attribute": "deny-text"
4720
- },
4721
- {
4722
- "kind": "field",
4723
- "name": "disabled",
4724
- "type": {
4725
- "text": "boolean"
4726
- },
4727
- "privacy": "public",
4728
- "default": "false",
4729
- "attribute": "disabled"
4730
- }
4731
- ],
4732
- "events": [
4733
- {
4734
- "type": {
4735
- "text": "CustomEvent<void>"
4736
- },
4737
- "description": "Fired when user confirms the prompt",
4738
- "name": "forge-ai-confirmation-prompt-confirm"
4739
- },
4740
- {
4741
- "type": {
4742
- "text": "CustomEvent<void>"
4743
- },
4744
- "description": "Fired when user denies the prompt",
4745
- "name": "forge-ai-confirmation-prompt-deny"
4746
- }
4747
- ],
4748
- "attributes": [
4749
- {
4750
- "name": "text",
4751
- "type": {
4752
- "text": "string"
4753
- },
4754
- "default": "''",
4755
- "fieldName": "text"
4756
- },
4757
- {
4758
- "name": "confirm-text",
4759
- "type": {
4760
- "text": "string"
4761
- },
4762
- "default": "'Confirm'",
4763
- "fieldName": "confirmText"
4764
- },
4765
- {
4766
- "name": "deny-text",
4767
- "type": {
4768
- "text": "string"
4769
- },
4770
- "default": "'Deny'",
4771
- "fieldName": "denyText"
4772
- },
4773
- {
4774
- "name": "disabled",
4775
- "type": {
4776
- "text": "boolean"
4777
- },
4778
- "default": "false",
4779
- "fieldName": "disabled"
4780
- }
4781
- ],
4782
- "superclass": {
4783
- "name": "LitElement",
4784
- "package": "lit"
4785
- },
4786
- "tagName": "forge-ai-confirmation-prompt",
4787
- "customElement": true,
4788
- "summary": "Displays a confirmation UI for requiring human approval."
4789
- }
4790
- ],
4791
- "exports": [
4792
- {
4793
- "kind": "js",
4794
- "name": "AiConfirmationPromptComponentTagName",
4795
- "declaration": {
4796
- "name": "AiConfirmationPromptComponentTagName",
4797
- "module": "src/lib/ai-confirmation-prompt/ai-confirmation-prompt.ts"
4798
- }
4799
- },
4800
- {
4801
- "kind": "js",
4802
- "name": "AiConfirmationPromptComponent",
4803
- "declaration": {
4804
- "name": "AiConfirmationPromptComponent",
4805
- "module": "src/lib/ai-confirmation-prompt/ai-confirmation-prompt.ts"
4806
- }
4807
- },
4808
- {
4809
- "kind": "custom-element-definition",
4810
- "declaration": {
4811
- "name": "AiConfirmationPromptComponent",
4812
- "module": "src/lib/ai-confirmation-prompt/ai-confirmation-prompt.ts"
4813
- }
4814
- }
4815
- ]
4816
- },
4817
- {
4818
- "kind": "javascript-module",
4819
- "path": "src/lib/ai-dialog/ai-dialog.ts",
4820
- "declarations": [
4821
- {
4822
- "kind": "variable",
4823
- "name": "AiDialogComponentTagName",
4824
- "type": {
4825
- "text": "keyof HTMLElementTagNameMap"
4826
- },
4827
- "default": "'forge-ai-dialog'"
4828
- },
4829
- {
4830
- "kind": "class",
4831
- "description": "",
4832
- "name": "AiDialogComponent",
4833
- "slots": [
4832
+ "name": "AiDialogComponent",
4833
+ "slots": [
4834
4834
  {
4835
4835
  "description": "Default slot for dialog content (typically ai-chat-interface)",
4836
4836
  "name": ""
@@ -8219,6 +8219,89 @@
8219
8219
  }
8220
8220
  ]
8221
8221
  },
8222
+ {
8223
+ "kind": "javascript-module",
8224
+ "path": "src/lib/ai-spinner/ai-spinner.ts",
8225
+ "declarations": [
8226
+ {
8227
+ "kind": "variable",
8228
+ "name": "AiSpinnerComponentTagName",
8229
+ "type": {
8230
+ "text": "keyof HTMLElementTagNameMap"
8231
+ },
8232
+ "default": "'forge-ai-spinner'"
8233
+ },
8234
+ {
8235
+ "kind": "class",
8236
+ "description": "",
8237
+ "name": "AiSpinnerComponent",
8238
+ "cssProperties": [
8239
+ {
8240
+ "description": "Color of the spinner indicator",
8241
+ "name": "--forge-ai-spinner-color"
8242
+ },
8243
+ {
8244
+ "description": "Color of the spinner track",
8245
+ "name": "--forge-ai-spinner-track-color"
8246
+ }
8247
+ ],
8248
+ "members": [
8249
+ {
8250
+ "kind": "field",
8251
+ "name": "size",
8252
+ "type": {
8253
+ "text": "SpinnerSize"
8254
+ },
8255
+ "privacy": "public",
8256
+ "default": "'medium'",
8257
+ "attribute": "size"
8258
+ }
8259
+ ],
8260
+ "attributes": [
8261
+ {
8262
+ "name": "size",
8263
+ "type": {
8264
+ "text": "SpinnerSize"
8265
+ },
8266
+ "default": "'medium'",
8267
+ "fieldName": "size"
8268
+ }
8269
+ ],
8270
+ "superclass": {
8271
+ "name": "LitElement",
8272
+ "package": "lit"
8273
+ },
8274
+ "tagName": "forge-ai-spinner",
8275
+ "customElement": true,
8276
+ "summary": "Indeterminate circular progress indicator."
8277
+ }
8278
+ ],
8279
+ "exports": [
8280
+ {
8281
+ "kind": "js",
8282
+ "name": "AiSpinnerComponentTagName",
8283
+ "declaration": {
8284
+ "name": "AiSpinnerComponentTagName",
8285
+ "module": "src/lib/ai-spinner/ai-spinner.ts"
8286
+ }
8287
+ },
8288
+ {
8289
+ "kind": "js",
8290
+ "name": "AiSpinnerComponent",
8291
+ "declaration": {
8292
+ "name": "AiSpinnerComponent",
8293
+ "module": "src/lib/ai-spinner/ai-spinner.ts"
8294
+ }
8295
+ },
8296
+ {
8297
+ "kind": "custom-element-definition",
8298
+ "declaration": {
8299
+ "name": "AiSpinnerComponent",
8300
+ "module": "src/lib/ai-spinner/ai-spinner.ts"
8301
+ }
8302
+ }
8303
+ ]
8304
+ },
8222
8305
  {
8223
8306
  "kind": "javascript-module",
8224
8307
  "path": "src/lib/ai-slash-command-menu/ai-slash-command-menu.ts",
@@ -8382,129 +8465,46 @@
8382
8465
  },
8383
8466
  {
8384
8467
  "kind": "javascript-module",
8385
- "path": "src/lib/ai-spinner/ai-spinner.ts",
8468
+ "path": "src/lib/ai-suggestions/ai-suggestions.ts",
8386
8469
  "declarations": [
8387
8470
  {
8388
8471
  "kind": "variable",
8389
- "name": "AiSpinnerComponentTagName",
8472
+ "name": "AiSuggestionsComponentTagName",
8390
8473
  "type": {
8391
8474
  "text": "keyof HTMLElementTagNameMap"
8392
8475
  },
8393
- "default": "'forge-ai-spinner'"
8476
+ "default": "'forge-ai-suggestions'"
8394
8477
  },
8395
8478
  {
8396
8479
  "kind": "class",
8397
8480
  "description": "",
8398
- "name": "AiSpinnerComponent",
8481
+ "name": "AiSuggestionsComponent",
8399
8482
  "cssProperties": [
8400
8483
  {
8401
- "description": "Color of the spinner indicator",
8402
- "name": "--forge-ai-spinner-color"
8484
+ "description": "The maximum inline size of the suggestions container.",
8485
+ "name": "--forge-ai-suggestions-inline-size"
8403
8486
  },
8404
8487
  {
8405
- "description": "Color of the spinner track",
8406
- "name": "--forge-ai-spinner-track-color"
8488
+ "description": "The maximum width of the suggestion buttons in inline layout.",
8489
+ "name": "--forge-ai-suggestion-max-width"
8407
8490
  }
8408
8491
  ],
8409
8492
  "members": [
8410
8493
  {
8411
8494
  "kind": "field",
8412
- "name": "size",
8495
+ "name": "suggestions",
8413
8496
  "type": {
8414
- "text": "SpinnerSize"
8497
+ "text": "Suggestion[]"
8415
8498
  },
8416
8499
  "privacy": "public",
8417
- "default": "'medium'",
8418
- "attribute": "size"
8419
- }
8420
- ],
8421
- "attributes": [
8500
+ "default": "[]",
8501
+ "description": "Array of suggestion objects to display"
8502
+ },
8422
8503
  {
8423
- "name": "size",
8504
+ "kind": "field",
8505
+ "name": "variant",
8424
8506
  "type": {
8425
- "text": "SpinnerSize"
8426
- },
8427
- "default": "'medium'",
8428
- "fieldName": "size"
8429
- }
8430
- ],
8431
- "superclass": {
8432
- "name": "LitElement",
8433
- "package": "lit"
8434
- },
8435
- "tagName": "forge-ai-spinner",
8436
- "customElement": true,
8437
- "summary": "Indeterminate circular progress indicator."
8438
- }
8439
- ],
8440
- "exports": [
8441
- {
8442
- "kind": "js",
8443
- "name": "AiSpinnerComponentTagName",
8444
- "declaration": {
8445
- "name": "AiSpinnerComponentTagName",
8446
- "module": "src/lib/ai-spinner/ai-spinner.ts"
8447
- }
8448
- },
8449
- {
8450
- "kind": "js",
8451
- "name": "AiSpinnerComponent",
8452
- "declaration": {
8453
- "name": "AiSpinnerComponent",
8454
- "module": "src/lib/ai-spinner/ai-spinner.ts"
8455
- }
8456
- },
8457
- {
8458
- "kind": "custom-element-definition",
8459
- "declaration": {
8460
- "name": "AiSpinnerComponent",
8461
- "module": "src/lib/ai-spinner/ai-spinner.ts"
8462
- }
8463
- }
8464
- ]
8465
- },
8466
- {
8467
- "kind": "javascript-module",
8468
- "path": "src/lib/ai-suggestions/ai-suggestions.ts",
8469
- "declarations": [
8470
- {
8471
- "kind": "variable",
8472
- "name": "AiSuggestionsComponentTagName",
8473
- "type": {
8474
- "text": "keyof HTMLElementTagNameMap"
8475
- },
8476
- "default": "'forge-ai-suggestions'"
8477
- },
8478
- {
8479
- "kind": "class",
8480
- "description": "",
8481
- "name": "AiSuggestionsComponent",
8482
- "cssProperties": [
8483
- {
8484
- "description": "The maximum inline size of the suggestions container.",
8485
- "name": "--forge-ai-suggestions-inline-size"
8486
- },
8487
- {
8488
- "description": "The maximum width of the suggestion buttons in inline layout.",
8489
- "name": "--forge-ai-suggestion-max-width"
8490
- }
8491
- ],
8492
- "members": [
8493
- {
8494
- "kind": "field",
8495
- "name": "suggestions",
8496
- "type": {
8497
- "text": "Suggestion[]"
8498
- },
8499
- "privacy": "public",
8500
- "default": "[]",
8501
- "description": "Array of suggestion objects to display"
8502
- },
8503
- {
8504
- "kind": "field",
8505
- "name": "variant",
8506
- "type": {
8507
- "text": "AiSuggestionsVariant"
8507
+ "text": "AiSuggestionsVariant"
8508
8508
  },
8509
8509
  "privacy": "public",
8510
8510
  "default": "'inline'",
@@ -8880,29 +8880,38 @@
8880
8880
  },
8881
8881
  {
8882
8882
  "kind": "javascript-module",
8883
- "path": "src/lib/ai-user-message-toolbar/ai-user-message-toolbar.ts",
8883
+ "path": "src/lib/ai-user-message/ai-user-message.ts",
8884
8884
  "declarations": [
8885
8885
  {
8886
8886
  "kind": "variable",
8887
- "name": "AiUserMessageToolbarComponentTagName",
8887
+ "name": "AiUserMessageComponentTagName",
8888
8888
  "type": {
8889
8889
  "text": "keyof HTMLElementTagNameMap"
8890
8890
  },
8891
- "default": "'forge-ai-user-message-toolbar'"
8891
+ "default": "'forge-ai-user-message'"
8892
8892
  },
8893
8893
  {
8894
8894
  "kind": "class",
8895
8895
  "description": "",
8896
- "name": "AiUserMessageToolbarComponent",
8896
+ "name": "AiUserMessageComponent",
8897
8897
  "members": [
8898
8898
  {
8899
8899
  "kind": "field",
8900
8900
  "name": "timestamp",
8901
8901
  "type": {
8902
- "text": "number"
8902
+ "text": "number | undefined"
8903
8903
  },
8904
8904
  "privacy": "public"
8905
8905
  },
8906
+ {
8907
+ "kind": "field",
8908
+ "name": "messageId",
8909
+ "type": {
8910
+ "text": "string | undefined"
8911
+ },
8912
+ "privacy": "public",
8913
+ "attribute": "message-id"
8914
+ },
8906
8915
  {
8907
8916
  "kind": "field",
8908
8917
  "name": "streaming",
@@ -8912,32 +8921,47 @@
8912
8921
  "privacy": "public",
8913
8922
  "default": "false",
8914
8923
  "attribute": "streaming"
8924
+ },
8925
+ {
8926
+ "kind": "field",
8927
+ "name": "content",
8928
+ "type": {
8929
+ "text": "string | undefined"
8930
+ },
8931
+ "privacy": "public"
8915
8932
  }
8916
8933
  ],
8917
8934
  "events": [
8918
8935
  {
8919
- "name": "forge-ai-user-message-toolbar-copy",
8936
+ "name": "forge-ai-user-message-copy",
8920
8937
  "type": {
8921
- "text": "CustomEvent<void>"
8938
+ "text": "CustomEvent<ForgeAiUserMessageCopyEventData>"
8922
8939
  },
8923
- "description": "Fired when copy button is clicked"
8940
+ "description": "Fired when user clicks copy button"
8924
8941
  },
8925
8942
  {
8926
- "name": "forge-ai-user-message-toolbar-resend",
8943
+ "name": "forge-ai-user-message-resend",
8927
8944
  "type": {
8928
- "text": "CustomEvent<void>"
8945
+ "text": "CustomEvent<ForgeAiUserMessageResendEventData>"
8929
8946
  },
8930
- "description": "Fired when resend button is clicked"
8947
+ "description": "Fired when user clicks resend button"
8931
8948
  },
8932
8949
  {
8933
- "name": "forge-ai-user-message-toolbar-edit",
8950
+ "name": "forge-ai-user-message-edit",
8934
8951
  "type": {
8935
- "text": "CustomEvent<void>"
8952
+ "text": "CustomEvent<ForgeAiUserMessageEditEventData>"
8936
8953
  },
8937
- "description": "Fired when edit button is clicked"
8954
+ "description": "Fired when user saves edited message"
8938
8955
  }
8939
8956
  ],
8940
8957
  "attributes": [
8958
+ {
8959
+ "name": "message-id",
8960
+ "type": {
8961
+ "text": "string | undefined"
8962
+ },
8963
+ "fieldName": "messageId"
8964
+ },
8941
8965
  {
8942
8966
  "name": "streaming",
8943
8967
  "type": {
@@ -8951,71 +8975,61 @@
8951
8975
  "name": "LitElement",
8952
8976
  "package": "lit"
8953
8977
  },
8954
- "tagName": "forge-ai-user-message-toolbar",
8955
- "customElement": true,
8956
- "summary": "Toolbar for user message actions including copy, resend, and edit."
8978
+ "tagName": "forge-ai-user-message",
8979
+ "customElement": true
8957
8980
  }
8958
8981
  ],
8959
8982
  "exports": [
8960
8983
  {
8961
8984
  "kind": "js",
8962
- "name": "AiUserMessageToolbarComponentTagName",
8985
+ "name": "AiUserMessageComponentTagName",
8963
8986
  "declaration": {
8964
- "name": "AiUserMessageToolbarComponentTagName",
8965
- "module": "src/lib/ai-user-message-toolbar/ai-user-message-toolbar.ts"
8987
+ "name": "AiUserMessageComponentTagName",
8988
+ "module": "src/lib/ai-user-message/ai-user-message.ts"
8966
8989
  }
8967
8990
  },
8968
8991
  {
8969
8992
  "kind": "js",
8970
- "name": "AiUserMessageToolbarComponent",
8993
+ "name": "AiUserMessageComponent",
8971
8994
  "declaration": {
8972
- "name": "AiUserMessageToolbarComponent",
8973
- "module": "src/lib/ai-user-message-toolbar/ai-user-message-toolbar.ts"
8995
+ "name": "AiUserMessageComponent",
8996
+ "module": "src/lib/ai-user-message/ai-user-message.ts"
8974
8997
  }
8975
8998
  },
8976
8999
  {
8977
9000
  "kind": "custom-element-definition",
8978
9001
  "declaration": {
8979
- "name": "AiUserMessageToolbarComponent",
8980
- "module": "src/lib/ai-user-message-toolbar/ai-user-message-toolbar.ts"
9002
+ "name": "AiUserMessageComponent",
9003
+ "module": "src/lib/ai-user-message/ai-user-message.ts"
8981
9004
  }
8982
9005
  }
8983
9006
  ]
8984
9007
  },
8985
9008
  {
8986
9009
  "kind": "javascript-module",
8987
- "path": "src/lib/ai-user-message/ai-user-message.ts",
9010
+ "path": "src/lib/ai-user-message-toolbar/ai-user-message-toolbar.ts",
8988
9011
  "declarations": [
8989
9012
  {
8990
9013
  "kind": "variable",
8991
- "name": "AiUserMessageComponentTagName",
9014
+ "name": "AiUserMessageToolbarComponentTagName",
8992
9015
  "type": {
8993
9016
  "text": "keyof HTMLElementTagNameMap"
8994
9017
  },
8995
- "default": "'forge-ai-user-message'"
9018
+ "default": "'forge-ai-user-message-toolbar'"
8996
9019
  },
8997
9020
  {
8998
9021
  "kind": "class",
8999
9022
  "description": "",
9000
- "name": "AiUserMessageComponent",
9023
+ "name": "AiUserMessageToolbarComponent",
9001
9024
  "members": [
9002
9025
  {
9003
9026
  "kind": "field",
9004
9027
  "name": "timestamp",
9005
9028
  "type": {
9006
- "text": "number | undefined"
9029
+ "text": "number"
9007
9030
  },
9008
9031
  "privacy": "public"
9009
9032
  },
9010
- {
9011
- "kind": "field",
9012
- "name": "messageId",
9013
- "type": {
9014
- "text": "string | undefined"
9015
- },
9016
- "privacy": "public",
9017
- "attribute": "message-id"
9018
- },
9019
9033
  {
9020
9034
  "kind": "field",
9021
9035
  "name": "streaming",
@@ -9025,47 +9039,32 @@
9025
9039
  "privacy": "public",
9026
9040
  "default": "false",
9027
9041
  "attribute": "streaming"
9028
- },
9029
- {
9030
- "kind": "field",
9031
- "name": "content",
9032
- "type": {
9033
- "text": "string | undefined"
9034
- },
9035
- "privacy": "public"
9036
9042
  }
9037
9043
  ],
9038
9044
  "events": [
9039
9045
  {
9040
- "name": "forge-ai-user-message-copy",
9046
+ "name": "forge-ai-user-message-toolbar-copy",
9041
9047
  "type": {
9042
- "text": "CustomEvent<ForgeAiUserMessageCopyEventData>"
9048
+ "text": "CustomEvent<void>"
9043
9049
  },
9044
- "description": "Fired when user clicks copy button"
9050
+ "description": "Fired when copy button is clicked"
9045
9051
  },
9046
9052
  {
9047
- "name": "forge-ai-user-message-resend",
9053
+ "name": "forge-ai-user-message-toolbar-resend",
9048
9054
  "type": {
9049
- "text": "CustomEvent<ForgeAiUserMessageResendEventData>"
9055
+ "text": "CustomEvent<void>"
9050
9056
  },
9051
- "description": "Fired when user clicks resend button"
9057
+ "description": "Fired when resend button is clicked"
9052
9058
  },
9053
9059
  {
9054
- "name": "forge-ai-user-message-edit",
9060
+ "name": "forge-ai-user-message-toolbar-edit",
9055
9061
  "type": {
9056
- "text": "CustomEvent<ForgeAiUserMessageEditEventData>"
9062
+ "text": "CustomEvent<void>"
9057
9063
  },
9058
- "description": "Fired when user saves edited message"
9064
+ "description": "Fired when edit button is clicked"
9059
9065
  }
9060
9066
  ],
9061
9067
  "attributes": [
9062
- {
9063
- "name": "message-id",
9064
- "type": {
9065
- "text": "string | undefined"
9066
- },
9067
- "fieldName": "messageId"
9068
- },
9069
9068
  {
9070
9069
  "name": "streaming",
9071
9070
  "type": {
@@ -9079,32 +9078,33 @@
9079
9078
  "name": "LitElement",
9080
9079
  "package": "lit"
9081
9080
  },
9082
- "tagName": "forge-ai-user-message",
9083
- "customElement": true
9081
+ "tagName": "forge-ai-user-message-toolbar",
9082
+ "customElement": true,
9083
+ "summary": "Toolbar for user message actions including copy, resend, and edit."
9084
9084
  }
9085
9085
  ],
9086
9086
  "exports": [
9087
9087
  {
9088
9088
  "kind": "js",
9089
- "name": "AiUserMessageComponentTagName",
9089
+ "name": "AiUserMessageToolbarComponentTagName",
9090
9090
  "declaration": {
9091
- "name": "AiUserMessageComponentTagName",
9092
- "module": "src/lib/ai-user-message/ai-user-message.ts"
9091
+ "name": "AiUserMessageToolbarComponentTagName",
9092
+ "module": "src/lib/ai-user-message-toolbar/ai-user-message-toolbar.ts"
9093
9093
  }
9094
9094
  },
9095
9095
  {
9096
9096
  "kind": "js",
9097
- "name": "AiUserMessageComponent",
9097
+ "name": "AiUserMessageToolbarComponent",
9098
9098
  "declaration": {
9099
- "name": "AiUserMessageComponent",
9100
- "module": "src/lib/ai-user-message/ai-user-message.ts"
9099
+ "name": "AiUserMessageToolbarComponent",
9100
+ "module": "src/lib/ai-user-message-toolbar/ai-user-message-toolbar.ts"
9101
9101
  }
9102
9102
  },
9103
9103
  {
9104
9104
  "kind": "custom-element-definition",
9105
9105
  "declaration": {
9106
- "name": "AiUserMessageComponent",
9107
- "module": "src/lib/ai-user-message/ai-user-message.ts"
9106
+ "name": "AiUserMessageToolbarComponent",
9107
+ "module": "src/lib/ai-user-message-toolbar/ai-user-message-toolbar.ts"
9108
9108
  }
9109
9109
  }
9110
9110
  ]
@@ -9902,207 +9902,102 @@
9902
9902
  },
9903
9903
  {
9904
9904
  "kind": "javascript-module",
9905
- "path": "src/lib/core/popover/popover.ts",
9905
+ "path": "src/lib/tools/ai-paginator/ai-paginator.ts",
9906
9906
  "declarations": [
9907
9907
  {
9908
9908
  "kind": "class",
9909
9909
  "description": "",
9910
- "name": "ForgeAiPopoverComponent",
9911
- "slots": [
9912
- {
9913
- "description": "The default slot for popover content.",
9914
- "name": ""
9915
- }
9916
- ],
9910
+ "name": "AiPaginator",
9917
9911
  "members": [
9918
9912
  {
9919
9913
  "kind": "field",
9920
- "name": "anchor",
9914
+ "name": "currentPage",
9921
9915
  "type": {
9922
- "text": "Element | null"
9916
+ "text": "number"
9923
9917
  },
9924
9918
  "privacy": "public",
9925
- "default": "null",
9926
- "description": "The anchor element to position the popover relative to.",
9927
- "attribute": "anchor"
9919
+ "default": "1",
9920
+ "attribute": "current-page"
9928
9921
  },
9929
9922
  {
9930
9923
  "kind": "field",
9931
- "name": "placement",
9924
+ "name": "totalPages",
9932
9925
  "type": {
9933
- "text": "PopoverPlacement"
9926
+ "text": "number"
9934
9927
  },
9935
9928
  "privacy": "public",
9936
- "default": "'bottom-start'",
9937
- "description": "The placement of the popover relative to the anchor.",
9938
- "attribute": "placement"
9929
+ "default": "1",
9930
+ "attribute": "total-pages"
9939
9931
  },
9940
9932
  {
9941
9933
  "kind": "field",
9942
- "name": "flip",
9943
- "type": {
9944
- "text": "boolean"
9945
- },
9946
- "privacy": "public",
9947
- "default": "false",
9948
- "description": "Whether the popover should flip to the opposite side when there's no space.",
9949
- "attribute": "flip"
9950
- },
9951
- {
9952
- "kind": "field",
9953
- "name": "shift",
9954
- "type": {
9955
- "text": "boolean"
9956
- },
9957
- "privacy": "public",
9958
- "default": "false",
9959
- "description": "Whether the popover should shift to stay in view.",
9960
- "attribute": "shift"
9961
- },
9962
- {
9963
- "kind": "field",
9964
- "name": "open",
9934
+ "name": "disabled",
9965
9935
  "type": {
9966
9936
  "text": "boolean"
9967
9937
  },
9968
9938
  "privacy": "public",
9969
9939
  "default": "false",
9970
- "description": "Whether the popover is open.",
9971
- "attribute": "open",
9940
+ "attribute": "disabled",
9972
9941
  "reflects": true
9973
- },
9974
- {
9975
- "kind": "field",
9976
- "name": "arrow",
9977
- "type": {
9978
- "text": "boolean"
9979
- },
9980
- "privacy": "public",
9981
- "default": "false",
9982
- "description": "Whether to show an arrow pointing to the anchor element.",
9983
- "attribute": "arrow"
9984
- },
9985
- {
9986
- "kind": "field",
9987
- "name": "offset",
9988
- "type": {
9989
- "text": "PopoverOffset | undefined"
9990
- },
9991
- "privacy": "public",
9992
- "default": "undefined",
9993
- "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.",
9994
- "attribute": "offset"
9995
- },
9942
+ }
9943
+ ],
9944
+ "events": [
9996
9945
  {
9997
- "kind": "field",
9998
- "name": "dismissMode",
9946
+ "name": "page-change",
9999
9947
  "type": {
10000
- "text": "'auto' | 'manual'"
10001
- },
10002
- "privacy": "public",
10003
- "default": "'auto'",
10004
- "description": "The dismiss mode for the popover.\n- 'auto': Automatically closes on outside clicks and Escape key\n- 'manual': Requires manual control to close",
10005
- "attribute": "dismiss-mode"
9948
+ "text": "CustomEvent"
9949
+ }
10006
9950
  }
10007
9951
  ],
10008
9952
  "attributes": [
10009
9953
  {
10010
- "name": "anchor",
10011
- "type": {
10012
- "text": "Element | null"
10013
- },
10014
- "default": "null",
10015
- "description": "The anchor element to position the popover relative to.",
10016
- "fieldName": "anchor"
10017
- },
10018
- {
10019
- "name": "placement",
10020
- "type": {
10021
- "text": "PopoverPlacement"
10022
- },
10023
- "default": "'bottom-start'",
10024
- "description": "The placement of the popover relative to the anchor.",
10025
- "fieldName": "placement"
10026
- },
10027
- {
10028
- "name": "flip",
10029
- "type": {
10030
- "text": "boolean"
10031
- },
10032
- "default": "false",
10033
- "description": "Whether the popover should flip to the opposite side when there's no space.",
10034
- "fieldName": "flip"
10035
- },
10036
- {
10037
- "name": "shift",
9954
+ "name": "current-page",
10038
9955
  "type": {
10039
- "text": "boolean"
9956
+ "text": "number"
10040
9957
  },
10041
- "default": "false",
10042
- "description": "Whether the popover should shift to stay in view.",
10043
- "fieldName": "shift"
9958
+ "default": "1",
9959
+ "fieldName": "currentPage"
10044
9960
  },
10045
9961
  {
10046
- "name": "open",
9962
+ "name": "total-pages",
10047
9963
  "type": {
10048
- "text": "boolean"
9964
+ "text": "number"
10049
9965
  },
10050
- "default": "false",
10051
- "description": "Whether the popover is open.",
10052
- "fieldName": "open"
9966
+ "default": "1",
9967
+ "fieldName": "totalPages"
10053
9968
  },
10054
9969
  {
10055
- "name": "arrow",
9970
+ "name": "disabled",
10056
9971
  "type": {
10057
9972
  "text": "boolean"
10058
9973
  },
10059
9974
  "default": "false",
10060
- "description": "Whether to show an arrow pointing to the anchor element.",
10061
- "fieldName": "arrow"
10062
- },
10063
- {
10064
- "name": "offset",
10065
- "type": {
10066
- "text": "PopoverOffset | undefined"
10067
- },
10068
- "default": "undefined",
10069
- "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.",
10070
- "fieldName": "offset"
10071
- },
10072
- {
10073
- "name": "dismiss-mode",
10074
- "type": {
10075
- "text": "'auto' | 'manual'"
10076
- },
10077
- "default": "'auto'",
10078
- "description": "The dismiss mode for the popover.\n- 'auto': Automatically closes on outside clicks and Escape key\n- 'manual': Requires manual control to close",
10079
- "fieldName": "dismissMode"
9975
+ "fieldName": "disabled"
10080
9976
  }
10081
9977
  ],
10082
9978
  "superclass": {
10083
9979
  "name": "LitElement",
10084
9980
  "package": "lit"
10085
9981
  },
10086
- "summary": "A popover component that provides styled overlay functionality.",
10087
- "tagName": "forge-ai-popover",
9982
+ "tagName": "forge-ai-paginator",
10088
9983
  "customElement": true
10089
9984
  }
10090
9985
  ],
10091
9986
  "exports": [
10092
9987
  {
10093
9988
  "kind": "js",
10094
- "name": "ForgeAiPopoverComponent",
9989
+ "name": "AiPaginator",
10095
9990
  "declaration": {
10096
- "name": "ForgeAiPopoverComponent",
10097
- "module": "src/lib/core/popover/popover.ts"
9991
+ "name": "AiPaginator",
9992
+ "module": "src/lib/tools/ai-paginator/ai-paginator.ts"
10098
9993
  }
10099
9994
  },
10100
9995
  {
10101
9996
  "kind": "custom-element-definition",
10102
- "name": "forge-ai-popover",
9997
+ "name": "forge-ai-paginator",
10103
9998
  "declaration": {
10104
- "name": "ForgeAiPopoverComponent",
10105
- "module": "src/lib/core/popover/popover.ts"
9999
+ "name": "AiPaginator",
10000
+ "module": "src/lib/tools/ai-paginator/ai-paginator.ts"
10106
10001
  }
10107
10002
  }
10108
10003
  ]
@@ -10266,20 +10161,218 @@
10266
10161
  {
10267
10162
  "name": "placement",
10268
10163
  "type": {
10269
- "text": "TooltipPlacement"
10164
+ "text": "TooltipPlacement"
10165
+ },
10166
+ "default": "'top'",
10167
+ "description": "The placement of the tooltip relative to the anchor.",
10168
+ "fieldName": "placement"
10169
+ },
10170
+ {
10171
+ "name": "trigger",
10172
+ "type": {
10173
+ "text": "TooltipTrigger"
10174
+ },
10175
+ "default": "'hover'",
10176
+ "description": "How the tooltip should be triggered.",
10177
+ "fieldName": "trigger"
10178
+ },
10179
+ {
10180
+ "name": "open",
10181
+ "type": {
10182
+ "text": "boolean"
10183
+ },
10184
+ "default": "false",
10185
+ "description": "Whether the tooltip is open.",
10186
+ "fieldName": "open"
10187
+ },
10188
+ {
10189
+ "name": "delay",
10190
+ "type": {
10191
+ "text": "number"
10192
+ },
10193
+ "default": "500",
10194
+ "description": "Delay in milliseconds before showing the tooltip.",
10195
+ "fieldName": "delay"
10196
+ },
10197
+ {
10198
+ "name": "hide-delay",
10199
+ "type": {
10200
+ "text": "number"
10201
+ },
10202
+ "default": "0",
10203
+ "description": "Delay in milliseconds before hiding the tooltip.",
10204
+ "fieldName": "hideDelay"
10205
+ }
10206
+ ],
10207
+ "superclass": {
10208
+ "name": "LitElement",
10209
+ "package": "lit"
10210
+ },
10211
+ "summary": "A tooltip component with accessibility features and dynamic positioning.",
10212
+ "tagName": "forge-ai-tooltip",
10213
+ "customElement": true
10214
+ }
10215
+ ],
10216
+ "exports": [
10217
+ {
10218
+ "kind": "js",
10219
+ "name": "ForgeAiTooltipComponent",
10220
+ "declaration": {
10221
+ "name": "ForgeAiTooltipComponent",
10222
+ "module": "src/lib/core/tooltip/tooltip.ts"
10223
+ }
10224
+ },
10225
+ {
10226
+ "kind": "custom-element-definition",
10227
+ "name": "forge-ai-tooltip",
10228
+ "declaration": {
10229
+ "name": "ForgeAiTooltipComponent",
10230
+ "module": "src/lib/core/tooltip/tooltip.ts"
10231
+ }
10232
+ }
10233
+ ]
10234
+ },
10235
+ {
10236
+ "kind": "javascript-module",
10237
+ "path": "src/lib/core/popover/popover.ts",
10238
+ "declarations": [
10239
+ {
10240
+ "kind": "class",
10241
+ "description": "",
10242
+ "name": "ForgeAiPopoverComponent",
10243
+ "slots": [
10244
+ {
10245
+ "description": "The default slot for popover content.",
10246
+ "name": ""
10247
+ }
10248
+ ],
10249
+ "members": [
10250
+ {
10251
+ "kind": "field",
10252
+ "name": "anchor",
10253
+ "type": {
10254
+ "text": "Element | null"
10255
+ },
10256
+ "privacy": "public",
10257
+ "default": "null",
10258
+ "description": "The anchor element to position the popover relative to.",
10259
+ "attribute": "anchor"
10260
+ },
10261
+ {
10262
+ "kind": "field",
10263
+ "name": "placement",
10264
+ "type": {
10265
+ "text": "PopoverPlacement"
10266
+ },
10267
+ "privacy": "public",
10268
+ "default": "'bottom-start'",
10269
+ "description": "The placement of the popover relative to the anchor.",
10270
+ "attribute": "placement"
10271
+ },
10272
+ {
10273
+ "kind": "field",
10274
+ "name": "flip",
10275
+ "type": {
10276
+ "text": "boolean"
10277
+ },
10278
+ "privacy": "public",
10279
+ "default": "false",
10280
+ "description": "Whether the popover should flip to the opposite side when there's no space.",
10281
+ "attribute": "flip"
10282
+ },
10283
+ {
10284
+ "kind": "field",
10285
+ "name": "shift",
10286
+ "type": {
10287
+ "text": "boolean"
10288
+ },
10289
+ "privacy": "public",
10290
+ "default": "false",
10291
+ "description": "Whether the popover should shift to stay in view.",
10292
+ "attribute": "shift"
10293
+ },
10294
+ {
10295
+ "kind": "field",
10296
+ "name": "open",
10297
+ "type": {
10298
+ "text": "boolean"
10299
+ },
10300
+ "privacy": "public",
10301
+ "default": "false",
10302
+ "description": "Whether the popover is open.",
10303
+ "attribute": "open",
10304
+ "reflects": true
10305
+ },
10306
+ {
10307
+ "kind": "field",
10308
+ "name": "arrow",
10309
+ "type": {
10310
+ "text": "boolean"
10311
+ },
10312
+ "privacy": "public",
10313
+ "default": "false",
10314
+ "description": "Whether to show an arrow pointing to the anchor element.",
10315
+ "attribute": "arrow"
10316
+ },
10317
+ {
10318
+ "kind": "field",
10319
+ "name": "offset",
10320
+ "type": {
10321
+ "text": "PopoverOffset | undefined"
10322
+ },
10323
+ "privacy": "public",
10324
+ "default": "undefined",
10325
+ "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.",
10326
+ "attribute": "offset"
10327
+ },
10328
+ {
10329
+ "kind": "field",
10330
+ "name": "dismissMode",
10331
+ "type": {
10332
+ "text": "'auto' | 'manual'"
10333
+ },
10334
+ "privacy": "public",
10335
+ "default": "'auto'",
10336
+ "description": "The dismiss mode for the popover.\n- 'auto': Automatically closes on outside clicks and Escape key\n- 'manual': Requires manual control to close",
10337
+ "attribute": "dismiss-mode"
10338
+ }
10339
+ ],
10340
+ "attributes": [
10341
+ {
10342
+ "name": "anchor",
10343
+ "type": {
10344
+ "text": "Element | null"
10345
+ },
10346
+ "default": "null",
10347
+ "description": "The anchor element to position the popover relative to.",
10348
+ "fieldName": "anchor"
10349
+ },
10350
+ {
10351
+ "name": "placement",
10352
+ "type": {
10353
+ "text": "PopoverPlacement"
10270
10354
  },
10271
- "default": "'top'",
10272
- "description": "The placement of the tooltip relative to the anchor.",
10355
+ "default": "'bottom-start'",
10356
+ "description": "The placement of the popover relative to the anchor.",
10273
10357
  "fieldName": "placement"
10274
10358
  },
10275
10359
  {
10276
- "name": "trigger",
10360
+ "name": "flip",
10277
10361
  "type": {
10278
- "text": "TooltipTrigger"
10362
+ "text": "boolean"
10279
10363
  },
10280
- "default": "'hover'",
10281
- "description": "How the tooltip should be triggered.",
10282
- "fieldName": "trigger"
10364
+ "default": "false",
10365
+ "description": "Whether the popover should flip to the opposite side when there's no space.",
10366
+ "fieldName": "flip"
10367
+ },
10368
+ {
10369
+ "name": "shift",
10370
+ "type": {
10371
+ "text": "boolean"
10372
+ },
10373
+ "default": "false",
10374
+ "description": "Whether the popover should shift to stay in view.",
10375
+ "fieldName": "shift"
10283
10376
  },
10284
10377
  {
10285
10378
  "name": "open",
@@ -10287,52 +10380,61 @@
10287
10380
  "text": "boolean"
10288
10381
  },
10289
10382
  "default": "false",
10290
- "description": "Whether the tooltip is open.",
10383
+ "description": "Whether the popover is open.",
10291
10384
  "fieldName": "open"
10292
10385
  },
10293
10386
  {
10294
- "name": "delay",
10387
+ "name": "arrow",
10295
10388
  "type": {
10296
- "text": "number"
10389
+ "text": "boolean"
10297
10390
  },
10298
- "default": "500",
10299
- "description": "Delay in milliseconds before showing the tooltip.",
10300
- "fieldName": "delay"
10391
+ "default": "false",
10392
+ "description": "Whether to show an arrow pointing to the anchor element.",
10393
+ "fieldName": "arrow"
10301
10394
  },
10302
10395
  {
10303
- "name": "hide-delay",
10396
+ "name": "offset",
10304
10397
  "type": {
10305
- "text": "number"
10398
+ "text": "PopoverOffset | undefined"
10306
10399
  },
10307
- "default": "0",
10308
- "description": "Delay in milliseconds before hiding the tooltip.",
10309
- "fieldName": "hideDelay"
10400
+ "default": "undefined",
10401
+ "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.",
10402
+ "fieldName": "offset"
10403
+ },
10404
+ {
10405
+ "name": "dismiss-mode",
10406
+ "type": {
10407
+ "text": "'auto' | 'manual'"
10408
+ },
10409
+ "default": "'auto'",
10410
+ "description": "The dismiss mode for the popover.\n- 'auto': Automatically closes on outside clicks and Escape key\n- 'manual': Requires manual control to close",
10411
+ "fieldName": "dismissMode"
10310
10412
  }
10311
10413
  ],
10312
10414
  "superclass": {
10313
10415
  "name": "LitElement",
10314
10416
  "package": "lit"
10315
10417
  },
10316
- "summary": "A tooltip component with accessibility features and dynamic positioning.",
10317
- "tagName": "forge-ai-tooltip",
10418
+ "summary": "A popover component that provides styled overlay functionality.",
10419
+ "tagName": "forge-ai-popover",
10318
10420
  "customElement": true
10319
10421
  }
10320
10422
  ],
10321
10423
  "exports": [
10322
10424
  {
10323
10425
  "kind": "js",
10324
- "name": "ForgeAiTooltipComponent",
10426
+ "name": "ForgeAiPopoverComponent",
10325
10427
  "declaration": {
10326
- "name": "ForgeAiTooltipComponent",
10327
- "module": "src/lib/core/tooltip/tooltip.ts"
10428
+ "name": "ForgeAiPopoverComponent",
10429
+ "module": "src/lib/core/popover/popover.ts"
10328
10430
  }
10329
10431
  },
10330
10432
  {
10331
10433
  "kind": "custom-element-definition",
10332
- "name": "forge-ai-tooltip",
10434
+ "name": "forge-ai-popover",
10333
10435
  "declaration": {
10334
- "name": "ForgeAiTooltipComponent",
10335
- "module": "src/lib/core/tooltip/tooltip.ts"
10436
+ "name": "ForgeAiPopoverComponent",
10437
+ "module": "src/lib/core/popover/popover.ts"
10336
10438
  }
10337
10439
  }
10338
10440
  ]
@@ -10398,108 +10500,6 @@
10398
10500
  }
10399
10501
  }
10400
10502
  ]
10401
- },
10402
- {
10403
- "kind": "javascript-module",
10404
- "path": "src/lib/tools/ai-paginator/ai-paginator.ts",
10405
- "declarations": [
10406
- {
10407
- "kind": "class",
10408
- "description": "",
10409
- "name": "AiPaginator",
10410
- "members": [
10411
- {
10412
- "kind": "field",
10413
- "name": "currentPage",
10414
- "type": {
10415
- "text": "number"
10416
- },
10417
- "privacy": "public",
10418
- "default": "1",
10419
- "attribute": "current-page"
10420
- },
10421
- {
10422
- "kind": "field",
10423
- "name": "totalPages",
10424
- "type": {
10425
- "text": "number"
10426
- },
10427
- "privacy": "public",
10428
- "default": "1",
10429
- "attribute": "total-pages"
10430
- },
10431
- {
10432
- "kind": "field",
10433
- "name": "disabled",
10434
- "type": {
10435
- "text": "boolean"
10436
- },
10437
- "privacy": "public",
10438
- "default": "false",
10439
- "attribute": "disabled",
10440
- "reflects": true
10441
- }
10442
- ],
10443
- "events": [
10444
- {
10445
- "name": "page-change",
10446
- "type": {
10447
- "text": "CustomEvent"
10448
- }
10449
- }
10450
- ],
10451
- "attributes": [
10452
- {
10453
- "name": "current-page",
10454
- "type": {
10455
- "text": "number"
10456
- },
10457
- "default": "1",
10458
- "fieldName": "currentPage"
10459
- },
10460
- {
10461
- "name": "total-pages",
10462
- "type": {
10463
- "text": "number"
10464
- },
10465
- "default": "1",
10466
- "fieldName": "totalPages"
10467
- },
10468
- {
10469
- "name": "disabled",
10470
- "type": {
10471
- "text": "boolean"
10472
- },
10473
- "default": "false",
10474
- "fieldName": "disabled"
10475
- }
10476
- ],
10477
- "superclass": {
10478
- "name": "LitElement",
10479
- "package": "lit"
10480
- },
10481
- "tagName": "forge-ai-paginator",
10482
- "customElement": true
10483
- }
10484
- ],
10485
- "exports": [
10486
- {
10487
- "kind": "js",
10488
- "name": "AiPaginator",
10489
- "declaration": {
10490
- "name": "AiPaginator",
10491
- "module": "src/lib/tools/ai-paginator/ai-paginator.ts"
10492
- }
10493
- },
10494
- {
10495
- "kind": "custom-element-definition",
10496
- "name": "forge-ai-paginator",
10497
- "declaration": {
10498
- "name": "AiPaginator",
10499
- "module": "src/lib/tools/ai-paginator/ai-paginator.ts"
10500
- }
10501
- }
10502
- ]
10503
10503
  }
10504
10504
  ],
10505
10505
  "branchName": "main",
@@ -10532,14 +10532,6 @@
10532
10532
  "path": "src/lib/ai-assistant-response/ai-assistant-response.ts",
10533
10533
  "lineNumber": 48
10534
10534
  },
10535
- "ForgeAiAttachmentRemoveEventData": {
10536
- "path": "src/lib/ai-attachment/ai-attachment.ts",
10537
- "lineNumber": 19
10538
- },
10539
- "AiAttachmentComponent": {
10540
- "path": "src/lib/ai-attachment/ai-attachment.ts",
10541
- "lineNumber": 41
10542
- },
10543
10535
  "AiButtonComponent": {
10544
10536
  "path": "src/lib/ai-button/ai-button.ts",
10545
10537
  "lineNumber": 22
@@ -10548,6 +10540,14 @@
10548
10540
  "path": "src/lib/ai-chain-of-thought/ai-chain-of-thought.ts",
10549
10541
  "lineNumber": 17
10550
10542
  },
10543
+ "ForgeAiAttachmentRemoveEventData": {
10544
+ "path": "src/lib/ai-attachment/ai-attachment.ts",
10545
+ "lineNumber": 19
10546
+ },
10547
+ "AiAttachmentComponent": {
10548
+ "path": "src/lib/ai-attachment/ai-attachment.ts",
10549
+ "lineNumber": 41
10550
+ },
10551
10551
  "ForgeAiChatHeaderAgentChangeEventData": {
10552
10552
  "path": "src/lib/ai-chat-header/ai-chat-header.ts",
10553
10553
  "lineNumber": 38
@@ -10568,6 +10568,10 @@
10568
10568
  "path": "src/lib/ai-chat-interface/ai-chat-interface.ts",
10569
10569
  "lineNumber": 25
10570
10570
  },
10571
+ "AiConfirmationPromptComponent": {
10572
+ "path": "src/lib/ai-confirmation-prompt/ai-confirmation-prompt.ts",
10573
+ "lineNumber": 27
10574
+ },
10571
10575
  "AgUiAdapterConfig": {
10572
10576
  "path": "src/lib/ai-chatbot/ag-ui-adapter.ts",
10573
10577
  "lineNumber": 27
@@ -10876,10 +10880,6 @@
10876
10880
  "path": "src/lib/ai-chatbot/types.ts",
10877
10881
  "lineNumber": 235
10878
10882
  },
10879
- "AiConfirmationPromptComponent": {
10880
- "path": "src/lib/ai-confirmation-prompt/ai-confirmation-prompt.ts",
10881
- "lineNumber": 27
10882
- },
10883
10883
  "AiDialogComponent": {
10884
10884
  "path": "src/lib/ai-dialog/ai-dialog.ts",
10885
10885
  "lineNumber": 35
@@ -11080,10 +11080,6 @@
11080
11080
  "path": "src/lib/ai-sidebar-chat/ai-sidebar-chat.ts",
11081
11081
  "lineNumber": 42
11082
11082
  },
11083
- "AiSlashCommandMenuComponent": {
11084
- "path": "src/lib/ai-slash-command-menu/ai-slash-command-menu.ts",
11085
- "lineNumber": 32
11086
- },
11087
11083
  "SpinnerSize": {
11088
11084
  "path": "src/lib/ai-spinner/ai-spinner.ts",
11089
11085
  "lineNumber": 14
@@ -11092,6 +11088,10 @@
11092
11088
  "path": "src/lib/ai-spinner/ai-spinner.ts",
11093
11089
  "lineNumber": 27
11094
11090
  },
11091
+ "AiSlashCommandMenuComponent": {
11092
+ "path": "src/lib/ai-slash-command-menu/ai-slash-command-menu.ts",
11093
+ "lineNumber": 32
11094
+ },
11095
11095
  "Suggestion": {
11096
11096
  "path": "src/lib/ai-suggestions/ai-suggestions.ts",
11097
11097
  "lineNumber": 20
@@ -11128,10 +11128,6 @@
11128
11128
  "path": "src/lib/ai-tool-call-indicator/ai-tool-call-indicator.ts",
11129
11129
  "lineNumber": 25
11130
11130
  },
11131
- "AiUserMessageToolbarComponent": {
11132
- "path": "src/lib/ai-user-message-toolbar/ai-user-message-toolbar.ts",
11133
- "lineNumber": 31
11134
- },
11135
11131
  "ForgeAiUserMessageCopyEventData": {
11136
11132
  "path": "src/lib/ai-user-message/ai-user-message.ts",
11137
11133
  "lineNumber": 20
@@ -11148,6 +11144,10 @@
11148
11144
  "path": "src/lib/ai-user-message/ai-user-message.ts",
11149
11145
  "lineNumber": 42
11150
11146
  },
11147
+ "AiUserMessageToolbarComponent": {
11148
+ "path": "src/lib/ai-user-message-toolbar/ai-user-message-toolbar.ts",
11149
+ "lineNumber": 31
11150
+ },
11151
11151
  "SpeechRecognitionAlternative": {
11152
11152
  "path": "src/lib/ai-voice-input/ai-voice-input.ts",
11153
11153
  "lineNumber": 20
@@ -11224,21 +11224,9 @@
11224
11224
  "path": "src/lib/core/overlay/overlay.ts",
11225
11225
  "lineNumber": 40
11226
11226
  },
11227
- "PopoverToggleEventData": {
11228
- "path": "src/lib/core/popover/popover.ts",
11229
- "lineNumber": 18
11230
- },
11231
- "PopoverPlacement": {
11232
- "path": "src/lib/core/popover/popover.ts",
11233
- "lineNumber": 24
11234
- },
11235
- "PopoverOffset": {
11236
- "path": "src/lib/core/popover/popover.ts",
11237
- "lineNumber": 26
11238
- },
11239
- "ForgeAiPopoverComponent": {
11240
- "path": "src/lib/core/popover/popover.ts",
11241
- "lineNumber": 37
11227
+ "AiPaginator": {
11228
+ "path": "src/lib/tools/ai-paginator/ai-paginator.ts",
11229
+ "lineNumber": 13
11242
11230
  },
11243
11231
  "TooltipToggleEventDetail": {
11244
11232
  "path": "src/lib/core/tooltip/tooltip.ts",
@@ -11256,6 +11244,22 @@
11256
11244
  "path": "src/lib/core/tooltip/tooltip.ts",
11257
11245
  "lineNumber": 44
11258
11246
  },
11247
+ "PopoverToggleEventData": {
11248
+ "path": "src/lib/core/popover/popover.ts",
11249
+ "lineNumber": 18
11250
+ },
11251
+ "PopoverPlacement": {
11252
+ "path": "src/lib/core/popover/popover.ts",
11253
+ "lineNumber": 24
11254
+ },
11255
+ "PopoverOffset": {
11256
+ "path": "src/lib/core/popover/popover.ts",
11257
+ "lineNumber": 26
11258
+ },
11259
+ "ForgeAiPopoverComponent": {
11260
+ "path": "src/lib/core/popover/popover.ts",
11261
+ "lineNumber": 37
11262
+ },
11259
11263
  "TableData": {
11260
11264
  "path": "src/lib/tools/ai-data-table/ai-data-table.ts",
11261
11265
  "lineNumber": 16
@@ -11263,10 +11267,6 @@
11263
11267
  "DataTableToolElement": {
11264
11268
  "path": "src/lib/tools/ai-data-table/ai-data-table.ts",
11265
11269
  "lineNumber": 32
11266
- },
11267
- "AiPaginator": {
11268
- "path": "src/lib/tools/ai-paginator/ai-paginator.ts",
11269
- "lineNumber": 13
11270
11270
  }
11271
11271
  }
11272
11272
  }