@genesislcap/foundation-zero 15.10.0 → 15.10.1-alpha-77bc339.0

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.
@@ -775,176 +775,6 @@
775
775
  }
776
776
  ]
777
777
  },
778
- {
779
- "kind": "javascript-module",
780
- "path": "src/_common/colors.hex.ts",
781
- "declarations": [],
782
- "exports": []
783
- },
784
- {
785
- "kind": "javascript-module",
786
- "path": "src/_common/colors.ts",
787
- "declarations": [
788
- {
789
- "kind": "variable",
790
- "name": "defaultRapidTextColor"
791
- },
792
- {
793
- "kind": "variable",
794
- "name": "defaultRapidBGColor"
795
- },
796
- {
797
- "kind": "variable",
798
- "name": "defaultRapidLabelColor"
799
- },
800
- {
801
- "kind": "variable",
802
- "name": "defaultRapidActiveBGColor"
803
- },
804
- {
805
- "kind": "variable",
806
- "name": "defaultRapidBorderUnfocusedColor"
807
- },
808
- {
809
- "kind": "variable",
810
- "name": "FastAppearanceValues",
811
- "type": {
812
- "text": "array"
813
- },
814
- "default": "['accent', 'lightweight', 'neutral', 'outline', 'stealth']"
815
- },
816
- {
817
- "kind": "variable",
818
- "name": "ZeroAppearanceValues"
819
- }
820
- ],
821
- "exports": [
822
- {
823
- "kind": "js",
824
- "name": "defaultRapidTextColor",
825
- "declaration": {
826
- "name": "defaultRapidTextColor",
827
- "module": "src/_common/colors.ts"
828
- }
829
- },
830
- {
831
- "kind": "js",
832
- "name": "defaultRapidBGColor",
833
- "declaration": {
834
- "name": "defaultRapidBGColor",
835
- "module": "src/_common/colors.ts"
836
- }
837
- },
838
- {
839
- "kind": "js",
840
- "name": "defaultRapidLabelColor",
841
- "declaration": {
842
- "name": "defaultRapidLabelColor",
843
- "module": "src/_common/colors.ts"
844
- }
845
- },
846
- {
847
- "kind": "js",
848
- "name": "defaultRapidActiveBGColor",
849
- "declaration": {
850
- "name": "defaultRapidActiveBGColor",
851
- "module": "src/_common/colors.ts"
852
- }
853
- },
854
- {
855
- "kind": "js",
856
- "name": "defaultRapidBorderUnfocusedColor",
857
- "declaration": {
858
- "name": "defaultRapidBorderUnfocusedColor",
859
- "module": "src/_common/colors.ts"
860
- }
861
- },
862
- {
863
- "kind": "js",
864
- "name": "FastAppearanceValues",
865
- "declaration": {
866
- "name": "FastAppearanceValues",
867
- "module": "src/_common/colors.ts"
868
- }
869
- },
870
- {
871
- "kind": "js",
872
- "name": "ZeroAppearanceValues",
873
- "declaration": {
874
- "name": "ZeroAppearanceValues",
875
- "module": "src/_common/colors.ts"
876
- }
877
- }
878
- ]
879
- },
880
- {
881
- "kind": "javascript-module",
882
- "path": "src/_common/colors.util.ts",
883
- "declarations": [],
884
- "exports": []
885
- },
886
- {
887
- "kind": "javascript-module",
888
- "path": "src/_common/index.ts",
889
- "declarations": [],
890
- "exports": [
891
- {
892
- "kind": "js",
893
- "name": "*",
894
- "declaration": {
895
- "name": "*",
896
- "package": "./colors"
897
- }
898
- },
899
- {
900
- "kind": "js",
901
- "name": "*",
902
- "declaration": {
903
- "name": "*",
904
- "package": "./colors.hex"
905
- }
906
- },
907
- {
908
- "kind": "js",
909
- "name": "*",
910
- "declaration": {
911
- "name": "*",
912
- "package": "./colors.util"
913
- }
914
- }
915
- ]
916
- },
917
- {
918
- "kind": "javascript-module",
919
- "path": "src/_config/index.ts",
920
- "declarations": [],
921
- "exports": [
922
- {
923
- "kind": "js",
924
- "name": "*",
925
- "declaration": {
926
- "name": "*",
927
- "package": "./styles"
928
- }
929
- },
930
- {
931
- "kind": "js",
932
- "name": "*",
933
- "declaration": {
934
- "name": "*",
935
- "package": "./tokens"
936
- }
937
- },
938
- {
939
- "kind": "js",
940
- "name": "*",
941
- "declaration": {
942
- "name": "*",
943
- "package": "./values"
944
- }
945
- }
946
- ]
947
- },
948
778
  {
949
779
  "kind": "javascript-module",
950
780
  "path": "src/accordion/accordion.styles.ts",
@@ -1428,11 +1258,11 @@
1428
1258
  },
1429
1259
  {
1430
1260
  "kind": "javascript-module",
1431
- "path": "src/accordion-item/accordion-item.styles.ts",
1261
+ "path": "src/actions-menu/actions-menu.styles.ts",
1432
1262
  "declarations": [
1433
1263
  {
1434
1264
  "kind": "function",
1435
- "name": "zeroAccordionItemStyles",
1265
+ "name": "zeroActionsMenuStyles",
1436
1266
  "return": {
1437
1267
  "type": {
1438
1268
  "text": "ElementStyles"
@@ -1457,155 +1287,403 @@
1457
1287
  "exports": [
1458
1288
  {
1459
1289
  "kind": "js",
1460
- "name": "zeroAccordionItemStyles",
1461
- "declaration": {
1462
- "name": "zeroAccordionItemStyles",
1463
- "module": "src/accordion-item/accordion-item.styles.ts"
1464
- }
1465
- }
1466
- ]
1467
- },
1468
- {
1469
- "kind": "javascript-module",
1470
- "path": "src/accordion-item/accordion-item.template.ts",
1471
- "declarations": [
1472
- {
1473
- "kind": "function",
1474
- "name": "zeroAccordionItemTemplate",
1475
- "return": {
1476
- "type": {
1477
- "text": "ViewTemplate<AccordionItem>"
1478
- }
1479
- },
1480
- "parameters": [
1481
- {
1482
- "name": "context",
1483
- "type": {
1484
- "text": "ElementDefinitionContext"
1485
- }
1486
- },
1487
- {
1488
- "name": "definition",
1489
- "type": {
1490
- "text": "FoundationElementDefinition"
1491
- }
1492
- }
1493
- ]
1494
- }
1495
- ],
1496
- "exports": [
1497
- {
1498
- "kind": "js",
1499
- "name": "zeroAccordionItemTemplate",
1290
+ "name": "zeroActionsMenuStyles",
1500
1291
  "declaration": {
1501
- "name": "zeroAccordionItemTemplate",
1502
- "module": "src/accordion-item/accordion-item.template.ts"
1292
+ "name": "zeroActionsMenuStyles",
1293
+ "module": "src/actions-menu/actions-menu.styles.ts"
1503
1294
  }
1504
1295
  }
1505
1296
  ]
1506
1297
  },
1507
1298
  {
1508
1299
  "kind": "javascript-module",
1509
- "path": "src/accordion-item/accordion-item.ts",
1300
+ "path": "src/actions-menu/actions-menu.ts",
1510
1301
  "declarations": [
1511
1302
  {
1512
1303
  "kind": "class",
1513
1304
  "description": "",
1514
- "name": "AccordionItem",
1305
+ "name": "ActionsMenu",
1515
1306
  "superclass": {
1516
- "name": "FoundationAccordionItem",
1307
+ "name": "FoundationActionsMenu",
1517
1308
  "package": "@genesislcap/foundation-ui"
1518
1309
  },
1519
- "tagName": "%%prefix%%-card",
1310
+ "tagName": "%%prefix%%-actions-menu",
1520
1311
  "customElement": true,
1521
1312
  "attributes": [
1522
1313
  {
1523
- "name": "heading-level",
1314
+ "name": "is-vertical",
1524
1315
  "type": {
1525
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1316
+ "text": "boolean"
1526
1317
  },
1527
- "default": "2",
1528
- "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
1529
- "fieldName": "headinglevel",
1318
+ "default": "false",
1319
+ "fieldName": "isVertical",
1530
1320
  "inheritedFrom": {
1531
- "name": "AccordionItem",
1532
- "module": "src/accordion-item/accordion-item.ts"
1321
+ "name": "ActionsMenu",
1322
+ "module": "src/actions-menu/actions-menu.ts"
1533
1323
  }
1534
1324
  },
1535
1325
  {
1326
+ "name": "add-default-actions",
1536
1327
  "type": {
1537
1328
  "text": "boolean"
1538
1329
  },
1539
- "default": "false",
1540
- "description": "Expands or collapses the item.",
1541
- "fieldName": "expanded",
1330
+ "default": "true",
1331
+ "fieldName": "addDefaultActions",
1542
1332
  "inheritedFrom": {
1543
- "name": "AccordionItem",
1544
- "module": "src/accordion-item/accordion-item.ts"
1333
+ "name": "ActionsMenu",
1334
+ "module": "src/actions-menu/actions-menu.ts"
1545
1335
  }
1546
1336
  },
1547
1337
  {
1548
- "name": "id",
1338
+ "name": "auto-close-on-action",
1549
1339
  "type": {
1550
- "text": "string"
1340
+ "text": "boolean"
1551
1341
  },
1552
- "description": "The item ID",
1553
- "fieldName": "id",
1342
+ "default": "true",
1343
+ "fieldName": "autoCloseOnAction",
1554
1344
  "inheritedFrom": {
1555
- "name": "AccordionItem",
1556
- "module": "src/accordion-item/accordion-item.ts"
1345
+ "name": "ActionsMenu",
1346
+ "module": "src/actions-menu/actions-menu.ts"
1347
+ }
1348
+ },
1349
+ {
1350
+ "name": "name",
1351
+ "type": {
1352
+ "text": "string"
1353
+ },
1354
+ "default": "'Actions'",
1355
+ "fieldName": "name",
1356
+ "inheritedFrom": {
1357
+ "name": "ActionsMenu",
1358
+ "module": "src/actions-menu/actions-menu.ts"
1359
+ }
1360
+ },
1361
+ {
1362
+ "name": "open",
1363
+ "type": {
1364
+ "text": "boolean"
1365
+ },
1366
+ "default": "false",
1367
+ "fieldName": "open",
1368
+ "inheritedFrom": {
1369
+ "name": "ActionsMenu",
1370
+ "module": "src/actions-menu/actions-menu.ts"
1371
+ }
1372
+ },
1373
+ {
1374
+ "name": "buttonAppearance",
1375
+ "type": {
1376
+ "text": "string"
1377
+ },
1378
+ "fieldName": "buttonAppearance",
1379
+ "inheritedFrom": {
1380
+ "name": "ActionsMenu",
1381
+ "module": "src/actions-menu/actions-menu.ts"
1382
+ }
1383
+ },
1384
+ {
1385
+ "name": "hide-disabled",
1386
+ "type": {
1387
+ "text": "boolean"
1388
+ },
1389
+ "default": "false",
1390
+ "fieldName": "hideDisabled",
1391
+ "inheritedFrom": {
1392
+ "name": "ActionsMenu",
1393
+ "module": "src/actions-menu/actions-menu.ts"
1394
+ }
1395
+ },
1396
+ {
1397
+ "name": "hide-menu-single-option",
1398
+ "type": {
1399
+ "text": "boolean"
1400
+ },
1401
+ "default": "false",
1402
+ "fieldName": "hideMenuSingleOption",
1403
+ "inheritedFrom": {
1404
+ "name": "ActionsMenu",
1405
+ "module": "src/actions-menu/actions-menu.ts"
1557
1406
  }
1558
1407
  }
1559
1408
  ],
1560
1409
  "members": [
1561
1410
  {
1562
1411
  "kind": "field",
1563
- "name": "headinglevel",
1412
+ "name": "actions",
1564
1413
  "type": {
1565
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1414
+ "text": "ActionMenuItem[]"
1566
1415
  },
1567
- "privacy": "public",
1568
- "default": "2",
1569
- "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
1570
1416
  "inheritedFrom": {
1571
- "name": "AccordionItem",
1572
- "module": "src/accordion-item/accordion-item.ts"
1417
+ "name": "ActionsMenu",
1418
+ "module": "src/actions-menu/actions-menu.ts"
1573
1419
  }
1574
1420
  },
1575
1421
  {
1576
1422
  "kind": "field",
1577
- "name": "expanded",
1423
+ "name": "isVertical",
1578
1424
  "type": {
1579
1425
  "text": "boolean"
1580
1426
  },
1581
- "privacy": "public",
1582
1427
  "default": "false",
1583
- "description": "Expands or collapses the item.",
1584
1428
  "inheritedFrom": {
1585
- "name": "AccordionItem",
1586
- "module": "src/accordion-item/accordion-item.ts"
1429
+ "name": "ActionsMenu",
1430
+ "module": "src/actions-menu/actions-menu.ts"
1587
1431
  }
1588
1432
  },
1589
1433
  {
1590
1434
  "kind": "field",
1591
- "name": "id",
1435
+ "name": "addDefaultActions",
1436
+ "type": {
1437
+ "text": "boolean"
1438
+ },
1439
+ "default": "true",
1440
+ "inheritedFrom": {
1441
+ "name": "ActionsMenu",
1442
+ "module": "src/actions-menu/actions-menu.ts"
1443
+ }
1444
+ },
1445
+ {
1446
+ "kind": "field",
1447
+ "name": "autoCloseOnAction",
1448
+ "type": {
1449
+ "text": "boolean"
1450
+ },
1451
+ "default": "true",
1452
+ "inheritedFrom": {
1453
+ "name": "ActionsMenu",
1454
+ "module": "src/actions-menu/actions-menu.ts"
1455
+ }
1456
+ },
1457
+ {
1458
+ "kind": "field",
1459
+ "name": "classNames",
1592
1460
  "type": {
1593
1461
  "text": "string"
1594
1462
  },
1595
- "privacy": "public",
1596
- "description": "The item ID",
1597
1463
  "inheritedFrom": {
1598
- "name": "AccordionItem",
1599
- "module": "src/accordion-item/accordion-item.ts"
1464
+ "name": "ActionsMenu",
1465
+ "module": "src/actions-menu/actions-menu.ts"
1600
1466
  }
1601
1467
  },
1602
1468
  {
1603
1469
  "kind": "field",
1604
- "name": "change",
1470
+ "name": "definition",
1471
+ "type": {
1472
+ "text": "any"
1473
+ },
1474
+ "inheritedFrom": {
1475
+ "name": "ActionsMenu",
1476
+ "module": "src/actions-menu/actions-menu.ts"
1477
+ }
1478
+ },
1479
+ {
1480
+ "kind": "field",
1481
+ "name": "name",
1482
+ "type": {
1483
+ "text": "string"
1484
+ },
1485
+ "default": "'Actions'",
1486
+ "inheritedFrom": {
1487
+ "name": "ActionsMenu",
1488
+ "module": "src/actions-menu/actions-menu.ts"
1489
+ }
1490
+ },
1491
+ {
1492
+ "kind": "field",
1493
+ "name": "open",
1494
+ "type": {
1495
+ "text": "boolean"
1496
+ },
1497
+ "default": "false",
1498
+ "inheritedFrom": {
1499
+ "name": "ActionsMenu",
1500
+ "module": "src/actions-menu/actions-menu.ts"
1501
+ }
1502
+ },
1503
+ {
1504
+ "kind": "field",
1505
+ "name": "buttonAppearance",
1506
+ "type": {
1507
+ "text": "string"
1508
+ },
1509
+ "inheritedFrom": {
1510
+ "name": "ActionsMenu",
1511
+ "module": "src/actions-menu/actions-menu.ts"
1512
+ }
1513
+ },
1514
+ {
1515
+ "kind": "field",
1516
+ "name": "hideDisabled",
1517
+ "type": {
1518
+ "text": "boolean"
1519
+ },
1520
+ "default": "false",
1521
+ "inheritedFrom": {
1522
+ "name": "ActionsMenu",
1523
+ "module": "src/actions-menu/actions-menu.ts"
1524
+ }
1525
+ },
1526
+ {
1527
+ "kind": "field",
1528
+ "name": "hideMenuSingleOption",
1529
+ "type": {
1530
+ "text": "boolean"
1531
+ },
1532
+ "default": "false",
1533
+ "inheritedFrom": {
1534
+ "name": "ActionsMenu",
1535
+ "module": "src/actions-menu/actions-menu.ts"
1536
+ }
1537
+ },
1538
+ {
1539
+ "kind": "field",
1540
+ "name": "singleOption",
1541
+ "type": {
1542
+ "text": "ActionMenuItem"
1543
+ },
1544
+ "inheritedFrom": {
1545
+ "name": "ActionsMenu",
1546
+ "module": "src/actions-menu/actions-menu.ts"
1547
+ }
1548
+ },
1549
+ {
1550
+ "kind": "field",
1551
+ "name": "actionsMenu",
1552
+ "type": {
1553
+ "text": "HTMLElement"
1554
+ },
1555
+ "inheritedFrom": {
1556
+ "name": "ActionsMenu",
1557
+ "module": "src/actions-menu/actions-menu.ts"
1558
+ }
1559
+ },
1560
+ {
1561
+ "kind": "field",
1562
+ "name": "actionsOpener",
1563
+ "type": {
1564
+ "text": "HTMLElement"
1565
+ },
1566
+ "inheritedFrom": {
1567
+ "name": "ActionsMenu",
1568
+ "module": "src/actions-menu/actions-menu.ts"
1569
+ }
1570
+ },
1571
+ {
1572
+ "kind": "method",
1573
+ "name": "updateMenuPosition",
1605
1574
  "privacy": "private",
1606
1575
  "inheritedFrom": {
1607
- "name": "AccordionItem",
1608
- "module": "src/accordion-item/accordion-item.ts"
1576
+ "name": "ActionsMenu",
1577
+ "module": "src/actions-menu/actions-menu.ts"
1578
+ }
1579
+ },
1580
+ {
1581
+ "kind": "method",
1582
+ "name": "definitionChanged",
1583
+ "privacy": "protected",
1584
+ "parameters": [
1585
+ {
1586
+ "name": "oldValue",
1587
+ "type": {
1588
+ "text": "any"
1589
+ }
1590
+ },
1591
+ {
1592
+ "name": "newValue",
1593
+ "type": {
1594
+ "text": "any"
1595
+ }
1596
+ }
1597
+ ],
1598
+ "inheritedFrom": {
1599
+ "name": "ActionsMenu",
1600
+ "module": "src/actions-menu/actions-menu.ts"
1601
+ }
1602
+ },
1603
+ {
1604
+ "kind": "method",
1605
+ "name": "openChanged",
1606
+ "privacy": "protected",
1607
+ "inheritedFrom": {
1608
+ "name": "ActionsMenu",
1609
+ "module": "src/actions-menu/actions-menu.ts"
1610
+ }
1611
+ },
1612
+ {
1613
+ "kind": "method",
1614
+ "name": "toggleActionsMenuVisibility",
1615
+ "inheritedFrom": {
1616
+ "name": "ActionsMenu",
1617
+ "module": "src/actions-menu/actions-menu.ts"
1618
+ }
1619
+ },
1620
+ {
1621
+ "kind": "method",
1622
+ "name": "onActionMenuItemClick",
1623
+ "parameters": [
1624
+ {
1625
+ "name": "callback",
1626
+ "type": {
1627
+ "text": "(rowData) => void | any"
1628
+ }
1629
+ }
1630
+ ],
1631
+ "inheritedFrom": {
1632
+ "name": "ActionsMenu",
1633
+ "module": "src/actions-menu/actions-menu.ts"
1634
+ }
1635
+ },
1636
+ {
1637
+ "kind": "field",
1638
+ "name": "allActions",
1639
+ "type": {
1640
+ "text": "ActionMenuItem[]"
1641
+ },
1642
+ "readonly": true,
1643
+ "inheritedFrom": {
1644
+ "name": "ActionsMenu",
1645
+ "module": "src/actions-menu/actions-menu.ts"
1646
+ }
1647
+ },
1648
+ {
1649
+ "kind": "field",
1650
+ "name": "rowData",
1651
+ "readonly": true,
1652
+ "inheritedFrom": {
1653
+ "name": "ActionsMenu",
1654
+ "module": "src/actions-menu/actions-menu.ts"
1655
+ }
1656
+ },
1657
+ {
1658
+ "kind": "method",
1659
+ "name": "getLabel",
1660
+ "parameters": [
1661
+ {
1662
+ "name": "name",
1663
+ "type": {
1664
+ "text": "string | ((rowData: any) => string)"
1665
+ }
1666
+ }
1667
+ ],
1668
+ "inheritedFrom": {
1669
+ "name": "ActionsMenu",
1670
+ "module": "src/actions-menu/actions-menu.ts"
1671
+ }
1672
+ },
1673
+ {
1674
+ "kind": "method",
1675
+ "name": "getTemplate",
1676
+ "parameters": [
1677
+ {
1678
+ "name": "prefix",
1679
+ "type": {
1680
+ "text": "string"
1681
+ }
1682
+ }
1683
+ ],
1684
+ "inheritedFrom": {
1685
+ "name": "ActionsMenu",
1686
+ "module": "src/actions-menu/actions-menu.ts"
1609
1687
  }
1610
1688
  },
1611
1689
  {
@@ -1617,8 +1695,8 @@
1617
1695
  "privacy": "private",
1618
1696
  "default": "void 0",
1619
1697
  "inheritedFrom": {
1620
- "name": "AccordionItem",
1621
- "module": "src/accordion-item/accordion-item.ts"
1698
+ "name": "FoundationElement",
1699
+ "module": "src/foundation-element/foundation-element.ts"
1622
1700
  }
1623
1701
  },
1624
1702
  {
@@ -1630,8 +1708,8 @@
1630
1708
  "privacy": "public",
1631
1709
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1632
1710
  "inheritedFrom": {
1633
- "name": "AccordionItem",
1634
- "module": "src/accordion-item/accordion-item.ts"
1711
+ "name": "FoundationElement",
1712
+ "module": "src/foundation-element/foundation-element.ts"
1635
1713
  }
1636
1714
  },
1637
1715
  {
@@ -1643,8 +1721,8 @@
1643
1721
  "privacy": "public",
1644
1722
  "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
1645
1723
  "inheritedFrom": {
1646
- "name": "AccordionItem",
1647
- "module": "src/accordion-item/accordion-item.ts"
1724
+ "name": "FoundationElement",
1725
+ "module": "src/foundation-element/foundation-element.ts"
1648
1726
  }
1649
1727
  },
1650
1728
  {
@@ -1657,8 +1735,8 @@
1657
1735
  }
1658
1736
  },
1659
1737
  "inheritedFrom": {
1660
- "name": "AccordionItem",
1661
- "module": "src/accordion-item/accordion-item.ts"
1738
+ "name": "FoundationElement",
1739
+ "module": "src/foundation-element/foundation-element.ts"
1662
1740
  }
1663
1741
  },
1664
1742
  {
@@ -1670,8 +1748,8 @@
1670
1748
  "privacy": "public",
1671
1749
  "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
1672
1750
  "inheritedFrom": {
1673
- "name": "AccordionItem",
1674
- "module": "src/accordion-item/accordion-item.ts"
1751
+ "name": "FoundationElement",
1752
+ "module": "src/foundation-element/foundation-element.ts"
1675
1753
  }
1676
1754
  },
1677
1755
  {
@@ -1684,8 +1762,8 @@
1684
1762
  }
1685
1763
  },
1686
1764
  "inheritedFrom": {
1687
- "name": "AccordionItem",
1688
- "module": "src/accordion-item/accordion-item.ts"
1765
+ "name": "FoundationElement",
1766
+ "module": "src/foundation-element/foundation-element.ts"
1689
1767
  }
1690
1768
  },
1691
1769
  {
@@ -1715,49 +1793,41 @@
1715
1793
  ],
1716
1794
  "description": "Defines an element registry function with a set of element definition defaults.",
1717
1795
  "inheritedFrom": {
1718
- "name": "AccordionItem",
1719
- "module": "src/accordion-item/accordion-item.ts"
1720
- }
1721
- }
1722
- ],
1723
- "events": [
1724
- {
1725
- "description": "Fires a custom 'change' event when the button is invoked",
1726
- "name": "change",
1727
- "inheritedFrom": {
1728
- "name": "AccordionItem",
1729
- "module": "src/accordion-item/accordion-item.ts"
1796
+ "name": "FoundationElement",
1797
+ "module": "src/foundation-element/foundation-element.ts"
1730
1798
  }
1731
1799
  }
1732
1800
  ]
1733
1801
  },
1734
1802
  {
1735
1803
  "kind": "variable",
1736
- "name": "zeroAccordionItem"
1804
+ "name": "zeroActionsMenu",
1805
+ "description": "The Zero Actions Menu",
1806
+ "privacy": "public"
1737
1807
  }
1738
1808
  ],
1739
1809
  "exports": [
1740
1810
  {
1741
1811
  "kind": "js",
1742
- "name": "AccordionItem",
1812
+ "name": "ActionsMenu",
1743
1813
  "declaration": {
1744
- "name": "AccordionItem",
1745
- "module": "src/accordion-item/accordion-item.ts"
1814
+ "name": "ActionsMenu",
1815
+ "module": "src/actions-menu/actions-menu.ts"
1746
1816
  }
1747
1817
  },
1748
1818
  {
1749
1819
  "kind": "js",
1750
- "name": "zeroAccordionItem",
1820
+ "name": "zeroActionsMenu",
1751
1821
  "declaration": {
1752
- "name": "zeroAccordionItem",
1753
- "module": "src/accordion-item/accordion-item.ts"
1822
+ "name": "zeroActionsMenu",
1823
+ "module": "src/actions-menu/actions-menu.ts"
1754
1824
  }
1755
1825
  }
1756
1826
  ]
1757
1827
  },
1758
1828
  {
1759
1829
  "kind": "javascript-module",
1760
- "path": "src/accordion-item/index.ts",
1830
+ "path": "src/actions-menu/index.ts",
1761
1831
  "declarations": [],
1762
1832
  "exports": [
1763
1833
  {
@@ -1765,7 +1835,7 @@
1765
1835
  "name": "*",
1766
1836
  "declaration": {
1767
1837
  "name": "*",
1768
- "package": "./accordion-item"
1838
+ "package": "./actions-menu"
1769
1839
  }
1770
1840
  },
1771
1841
  {
@@ -1773,40 +1843,53 @@
1773
1843
  "name": "*",
1774
1844
  "declaration": {
1775
1845
  "name": "*",
1776
- "package": "./accordion-item.styles"
1846
+ "package": "./actions-menu.styles"
1777
1847
  }
1778
- },
1848
+ }
1849
+ ]
1850
+ },
1851
+ {
1852
+ "kind": "javascript-module",
1853
+ "path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
1854
+ "declarations": [
1855
+ {
1856
+ "kind": "variable",
1857
+ "name": "zeroAiCriteriaSearchStyles",
1858
+ "default": "css`\n ${foundationAiCriteriaSearchStyles}\n`"
1859
+ }
1860
+ ],
1861
+ "exports": [
1779
1862
  {
1780
1863
  "kind": "js",
1781
- "name": "*",
1864
+ "name": "zeroAiCriteriaSearchStyles",
1782
1865
  "declaration": {
1783
- "name": "*",
1784
- "package": "./accordion-item.template"
1866
+ "name": "zeroAiCriteriaSearchStyles",
1867
+ "module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
1785
1868
  }
1786
1869
  }
1787
1870
  ]
1788
1871
  },
1789
1872
  {
1790
1873
  "kind": "javascript-module",
1791
- "path": "src/actions-menu/actions-menu.styles.ts",
1874
+ "path": "src/ai-criteria-search/ai-criteria-search.template.ts",
1792
1875
  "declarations": [
1793
1876
  {
1794
1877
  "kind": "function",
1795
- "name": "zeroActionsMenuStyles",
1878
+ "name": "zeroAiCriteriaSearchTemplate",
1796
1879
  "return": {
1797
1880
  "type": {
1798
- "text": "ElementStyles"
1881
+ "text": "ViewTemplate<AiCriteriaSearch>"
1799
1882
  }
1800
1883
  },
1801
1884
  "parameters": [
1802
1885
  {
1803
- "name": "context",
1886
+ "name": "_context",
1804
1887
  "type": {
1805
1888
  "text": "ElementDefinitionContext"
1806
1889
  }
1807
1890
  },
1808
1891
  {
1809
- "name": "definition",
1892
+ "name": "_definition",
1810
1893
  "type": {
1811
1894
  "text": "FoundationElementDefinition"
1812
1895
  }
@@ -1817,403 +1900,347 @@
1817
1900
  "exports": [
1818
1901
  {
1819
1902
  "kind": "js",
1820
- "name": "zeroActionsMenuStyles",
1903
+ "name": "zeroAiCriteriaSearchTemplate",
1821
1904
  "declaration": {
1822
- "name": "zeroActionsMenuStyles",
1823
- "module": "src/actions-menu/actions-menu.styles.ts"
1905
+ "name": "zeroAiCriteriaSearchTemplate",
1906
+ "module": "src/ai-criteria-search/ai-criteria-search.template.ts"
1824
1907
  }
1825
1908
  }
1826
1909
  ]
1827
1910
  },
1828
1911
  {
1829
1912
  "kind": "javascript-module",
1830
- "path": "src/actions-menu/actions-menu.ts",
1831
- "declarations": [
1832
- {
1833
- "kind": "class",
1834
- "description": "",
1835
- "name": "ActionsMenu",
1836
- "superclass": {
1837
- "name": "FoundationActionsMenu",
1838
- "package": "@genesislcap/foundation-ui"
1839
- },
1840
- "tagName": "%%prefix%%-actions-menu",
1841
- "customElement": true,
1842
- "attributes": [
1843
- {
1844
- "name": "is-vertical",
1845
- "type": {
1846
- "text": "boolean"
1847
- },
1848
- "default": "false",
1849
- "fieldName": "isVertical",
1850
- "inheritedFrom": {
1851
- "name": "ActionsMenu",
1852
- "module": "src/actions-menu/actions-menu.ts"
1853
- }
1854
- },
1855
- {
1856
- "name": "add-default-actions",
1857
- "type": {
1858
- "text": "boolean"
1859
- },
1860
- "default": "true",
1861
- "fieldName": "addDefaultActions",
1862
- "inheritedFrom": {
1863
- "name": "ActionsMenu",
1864
- "module": "src/actions-menu/actions-menu.ts"
1865
- }
1866
- },
1867
- {
1868
- "name": "auto-close-on-action",
1869
- "type": {
1870
- "text": "boolean"
1871
- },
1872
- "default": "true",
1873
- "fieldName": "autoCloseOnAction",
1874
- "inheritedFrom": {
1875
- "name": "ActionsMenu",
1876
- "module": "src/actions-menu/actions-menu.ts"
1877
- }
1878
- },
1913
+ "path": "src/ai-criteria-search/ai-criteria-search.ts",
1914
+ "declarations": [
1915
+ {
1916
+ "kind": "class",
1917
+ "description": "",
1918
+ "name": "AiCriteriaSearch",
1919
+ "superclass": {
1920
+ "name": "FoundationAiCriteriaSearch",
1921
+ "package": "@genesislcap/foundation-ui"
1922
+ },
1923
+ "tagName": "%%prefix%%-ai-criteria-search",
1924
+ "customElement": true,
1925
+ "attributes": [
1879
1926
  {
1880
- "name": "name",
1927
+ "name": "placeholder",
1881
1928
  "type": {
1882
1929
  "text": "string"
1883
1930
  },
1884
- "default": "'Actions'",
1885
- "fieldName": "name",
1931
+ "default": "'Describe your search criteria in natural language...'",
1932
+ "fieldName": "placeholder",
1886
1933
  "inheritedFrom": {
1887
- "name": "ActionsMenu",
1888
- "module": "src/actions-menu/actions-menu.ts"
1934
+ "name": "AiCriteriaSearch",
1935
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1889
1936
  }
1890
1937
  },
1891
1938
  {
1892
- "name": "open",
1893
1939
  "type": {
1894
1940
  "text": "boolean"
1895
1941
  },
1896
- "default": "false",
1897
- "fieldName": "open",
1942
+ "fieldName": "disabled",
1898
1943
  "inheritedFrom": {
1899
- "name": "ActionsMenu",
1900
- "module": "src/actions-menu/actions-menu.ts"
1944
+ "name": "AiCriteriaSearch",
1945
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1901
1946
  }
1902
- },
1947
+ }
1948
+ ],
1949
+ "members": [
1903
1950
  {
1904
- "name": "buttonAppearance",
1951
+ "kind": "field",
1952
+ "name": "providerRegistry",
1905
1953
  "type": {
1906
- "text": "string"
1954
+ "text": "AIProviderRegistry"
1907
1955
  },
1908
- "fieldName": "buttonAppearance",
1909
1956
  "inheritedFrom": {
1910
- "name": "ActionsMenu",
1911
- "module": "src/actions-menu/actions-menu.ts"
1957
+ "name": "AiCriteriaSearch",
1958
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1912
1959
  }
1913
1960
  },
1914
1961
  {
1915
- "name": "hide-disabled",
1962
+ "kind": "field",
1963
+ "name": "placeholder",
1916
1964
  "type": {
1917
- "text": "boolean"
1965
+ "text": "string"
1918
1966
  },
1919
- "default": "false",
1920
- "fieldName": "hideDisabled",
1967
+ "default": "'Describe your search criteria in natural language...'",
1921
1968
  "inheritedFrom": {
1922
- "name": "ActionsMenu",
1923
- "module": "src/actions-menu/actions-menu.ts"
1969
+ "name": "AiCriteriaSearch",
1970
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1924
1971
  }
1925
1972
  },
1926
- {
1927
- "name": "hide-menu-single-option",
1928
- "type": {
1929
- "text": "boolean"
1930
- },
1931
- "default": "false",
1932
- "fieldName": "hideMenuSingleOption",
1933
- "inheritedFrom": {
1934
- "name": "ActionsMenu",
1935
- "module": "src/actions-menu/actions-menu.ts"
1936
- }
1937
- }
1938
- ],
1939
- "members": [
1940
1973
  {
1941
1974
  "kind": "field",
1942
- "name": "actions",
1975
+ "name": "disabled",
1943
1976
  "type": {
1944
- "text": "ActionMenuItem[]"
1977
+ "text": "boolean"
1945
1978
  },
1946
1979
  "inheritedFrom": {
1947
- "name": "ActionsMenu",
1948
- "module": "src/actions-menu/actions-menu.ts"
1980
+ "name": "AiCriteriaSearch",
1981
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1949
1982
  }
1950
1983
  },
1951
1984
  {
1952
1985
  "kind": "field",
1953
- "name": "isVertical",
1986
+ "name": "inputValue",
1954
1987
  "type": {
1955
- "text": "boolean"
1988
+ "text": "string"
1956
1989
  },
1957
- "default": "false",
1990
+ "default": "''",
1958
1991
  "inheritedFrom": {
1959
- "name": "ActionsMenu",
1960
- "module": "src/actions-menu/actions-menu.ts"
1992
+ "name": "AiCriteriaSearch",
1993
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1961
1994
  }
1962
1995
  },
1963
1996
  {
1964
1997
  "kind": "field",
1965
- "name": "addDefaultActions",
1998
+ "name": "isInterpreting",
1966
1999
  "type": {
1967
2000
  "text": "boolean"
1968
2001
  },
1969
- "default": "true",
2002
+ "default": "false",
1970
2003
  "inheritedFrom": {
1971
- "name": "ActionsMenu",
1972
- "module": "src/actions-menu/actions-menu.ts"
2004
+ "name": "AiCriteriaSearch",
2005
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1973
2006
  }
1974
2007
  },
1975
2008
  {
1976
2009
  "kind": "field",
1977
- "name": "autoCloseOnAction",
2010
+ "name": "lastValidCriteria",
1978
2011
  "type": {
1979
- "text": "boolean"
2012
+ "text": "string | null"
1980
2013
  },
1981
- "default": "true",
2014
+ "default": "null",
1982
2015
  "inheritedFrom": {
1983
- "name": "ActionsMenu",
1984
- "module": "src/actions-menu/actions-menu.ts"
2016
+ "name": "AiCriteriaSearch",
2017
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1985
2018
  }
1986
2019
  },
1987
2020
  {
1988
2021
  "kind": "field",
1989
- "name": "classNames",
2022
+ "name": "activeGroups",
1990
2023
  "type": {
1991
- "text": "string"
2024
+ "text": "CriteriaGroup[]"
1992
2025
  },
2026
+ "default": "[]",
1993
2027
  "inheritedFrom": {
1994
- "name": "ActionsMenu",
1995
- "module": "src/actions-menu/actions-menu.ts"
2028
+ "name": "AiCriteriaSearch",
2029
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1996
2030
  }
1997
2031
  },
1998
2032
  {
1999
2033
  "kind": "field",
2000
- "name": "definition",
2034
+ "name": "showingChips",
2001
2035
  "type": {
2002
- "text": "any"
2036
+ "text": "boolean"
2003
2037
  },
2038
+ "default": "false",
2004
2039
  "inheritedFrom": {
2005
- "name": "ActionsMenu",
2006
- "module": "src/actions-menu/actions-menu.ts"
2040
+ "name": "AiCriteriaSearch",
2041
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2007
2042
  }
2008
2043
  },
2009
2044
  {
2010
2045
  "kind": "field",
2011
- "name": "name",
2046
+ "name": "fieldMetadata",
2012
2047
  "type": {
2013
- "text": "string"
2048
+ "text": "MetadataDetail[] | string[]"
2014
2049
  },
2015
- "default": "'Actions'",
2050
+ "default": "[]",
2016
2051
  "inheritedFrom": {
2017
- "name": "ActionsMenu",
2018
- "module": "src/actions-menu/actions-menu.ts"
2052
+ "name": "AiCriteriaSearch",
2053
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2019
2054
  }
2020
2055
  },
2021
2056
  {
2022
2057
  "kind": "field",
2023
- "name": "open",
2058
+ "name": "isRecording",
2024
2059
  "type": {
2025
2060
  "text": "boolean"
2026
2061
  },
2027
2062
  "default": "false",
2028
2063
  "inheritedFrom": {
2029
- "name": "ActionsMenu",
2030
- "module": "src/actions-menu/actions-menu.ts"
2064
+ "name": "AiCriteriaSearch",
2065
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2031
2066
  }
2032
2067
  },
2033
2068
  {
2034
2069
  "kind": "field",
2035
- "name": "buttonAppearance",
2070
+ "name": "textAreaRef",
2036
2071
  "type": {
2037
- "text": "string"
2072
+ "text": "HTMLTextAreaElement"
2038
2073
  },
2074
+ "privacy": "public",
2039
2075
  "inheritedFrom": {
2040
- "name": "ActionsMenu",
2041
- "module": "src/actions-menu/actions-menu.ts"
2076
+ "name": "AiCriteriaSearch",
2077
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2042
2078
  }
2043
2079
  },
2044
2080
  {
2045
2081
  "kind": "field",
2046
- "name": "hideDisabled",
2082
+ "name": "stopRecording",
2047
2083
  "type": {
2048
- "text": "boolean"
2084
+ "text": "(() => void) | null"
2049
2085
  },
2050
- "default": "false",
2086
+ "privacy": "private",
2087
+ "default": "null",
2051
2088
  "inheritedFrom": {
2052
- "name": "ActionsMenu",
2053
- "module": "src/actions-menu/actions-menu.ts"
2089
+ "name": "AiCriteriaSearch",
2090
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2054
2091
  }
2055
2092
  },
2056
2093
  {
2057
2094
  "kind": "field",
2058
- "name": "hideMenuSingleOption",
2095
+ "name": "speechApplyDebounceTimer",
2059
2096
  "type": {
2060
- "text": "boolean"
2097
+ "text": "ReturnType<typeof setTimeout> | null"
2061
2098
  },
2062
- "default": "false",
2099
+ "privacy": "private",
2100
+ "default": "null",
2063
2101
  "inheritedFrom": {
2064
- "name": "ActionsMenu",
2065
- "module": "src/actions-menu/actions-menu.ts"
2102
+ "name": "AiCriteriaSearch",
2103
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2066
2104
  }
2067
2105
  },
2068
2106
  {
2069
2107
  "kind": "field",
2070
- "name": "singleOption",
2108
+ "name": "speechAvailable",
2071
2109
  "type": {
2072
- "text": "ActionMenuItem"
2110
+ "text": "boolean"
2073
2111
  },
2112
+ "readonly": true,
2074
2113
  "inheritedFrom": {
2075
- "name": "ActionsMenu",
2076
- "module": "src/actions-menu/actions-menu.ts"
2114
+ "name": "AiCriteriaSearch",
2115
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2077
2116
  }
2078
2117
  },
2079
2118
  {
2080
2119
  "kind": "field",
2081
- "name": "actionsMenu",
2120
+ "name": "criteriaChips",
2082
2121
  "type": {
2083
- "text": "HTMLElement"
2122
+ "text": "CriteriaChip[]"
2084
2123
  },
2124
+ "readonly": true,
2085
2125
  "inheritedFrom": {
2086
- "name": "ActionsMenu",
2087
- "module": "src/actions-menu/actions-menu.ts"
2126
+ "name": "AiCriteriaSearch",
2127
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2088
2128
  }
2089
2129
  },
2090
2130
  {
2091
- "kind": "field",
2092
- "name": "actionsOpener",
2093
- "type": {
2094
- "text": "HTMLElement"
2131
+ "kind": "method",
2132
+ "name": "getFieldLabel",
2133
+ "privacy": "private",
2134
+ "return": {
2135
+ "type": {
2136
+ "text": "string"
2137
+ }
2095
2138
  },
2139
+ "parameters": [
2140
+ {
2141
+ "name": "fieldName",
2142
+ "type": {
2143
+ "text": "string"
2144
+ }
2145
+ }
2146
+ ],
2096
2147
  "inheritedFrom": {
2097
- "name": "ActionsMenu",
2098
- "module": "src/actions-menu/actions-menu.ts"
2148
+ "name": "AiCriteriaSearch",
2149
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2099
2150
  }
2100
2151
  },
2101
2152
  {
2102
2153
  "kind": "method",
2103
- "name": "updateMenuPosition",
2104
- "privacy": "private",
2154
+ "name": "toggleCriteriaView",
2155
+ "return": {
2156
+ "type": {
2157
+ "text": "void"
2158
+ }
2159
+ },
2105
2160
  "inheritedFrom": {
2106
- "name": "ActionsMenu",
2107
- "module": "src/actions-menu/actions-menu.ts"
2161
+ "name": "AiCriteriaSearch",
2162
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2108
2163
  }
2109
2164
  },
2110
2165
  {
2111
2166
  "kind": "method",
2112
- "name": "definitionChanged",
2113
- "privacy": "protected",
2167
+ "name": "removeChip",
2168
+ "return": {
2169
+ "type": {
2170
+ "text": "void"
2171
+ }
2172
+ },
2114
2173
  "parameters": [
2115
2174
  {
2116
- "name": "oldValue",
2175
+ "name": "groupIndex",
2117
2176
  "type": {
2118
- "text": "any"
2177
+ "text": "number"
2119
2178
  }
2120
2179
  },
2121
2180
  {
2122
- "name": "newValue",
2181
+ "name": "clauseIndex",
2123
2182
  "type": {
2124
- "text": "any"
2183
+ "text": "number"
2125
2184
  }
2126
2185
  }
2127
2186
  ],
2128
2187
  "inheritedFrom": {
2129
- "name": "ActionsMenu",
2130
- "module": "src/actions-menu/actions-menu.ts"
2131
- }
2132
- },
2133
- {
2134
- "kind": "method",
2135
- "name": "openChanged",
2136
- "privacy": "protected",
2137
- "inheritedFrom": {
2138
- "name": "ActionsMenu",
2139
- "module": "src/actions-menu/actions-menu.ts"
2188
+ "name": "AiCriteriaSearch",
2189
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2140
2190
  }
2141
2191
  },
2142
2192
  {
2143
2193
  "kind": "method",
2144
- "name": "toggleActionsMenuVisibility",
2194
+ "name": "clearChips",
2195
+ "return": {
2196
+ "type": {
2197
+ "text": "void"
2198
+ }
2199
+ },
2145
2200
  "inheritedFrom": {
2146
- "name": "ActionsMenu",
2147
- "module": "src/actions-menu/actions-menu.ts"
2201
+ "name": "AiCriteriaSearch",
2202
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2148
2203
  }
2149
2204
  },
2150
2205
  {
2151
2206
  "kind": "method",
2152
- "name": "onActionMenuItemClick",
2153
- "parameters": [
2154
- {
2155
- "name": "callback",
2156
- "type": {
2157
- "text": "(rowData) => void | any"
2158
- }
2159
- }
2160
- ],
2207
+ "name": "handleSubmit",
2161
2208
  "inheritedFrom": {
2162
- "name": "ActionsMenu",
2163
- "module": "src/actions-menu/actions-menu.ts"
2209
+ "name": "AiCriteriaSearch",
2210
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2164
2211
  }
2165
2212
  },
2166
2213
  {
2167
- "kind": "field",
2168
- "name": "allActions",
2169
- "type": {
2170
- "text": "ActionMenuItem[]"
2171
- },
2172
- "readonly": true,
2214
+ "kind": "method",
2215
+ "name": "handleBlur",
2173
2216
  "inheritedFrom": {
2174
- "name": "ActionsMenu",
2175
- "module": "src/actions-menu/actions-menu.ts"
2217
+ "name": "AiCriteriaSearch",
2218
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2176
2219
  }
2177
2220
  },
2178
2221
  {
2179
- "kind": "field",
2180
- "name": "rowData",
2181
- "readonly": true,
2222
+ "kind": "method",
2223
+ "name": "clear",
2182
2224
  "inheritedFrom": {
2183
- "name": "ActionsMenu",
2184
- "module": "src/actions-menu/actions-menu.ts"
2225
+ "name": "AiCriteriaSearch",
2226
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2185
2227
  }
2186
2228
  },
2187
2229
  {
2188
2230
  "kind": "method",
2189
- "name": "getLabel",
2190
- "parameters": [
2191
- {
2192
- "name": "name",
2193
- "type": {
2194
- "text": "string | ((rowData: any) => string)"
2195
- }
2196
- }
2197
- ],
2231
+ "name": "toggleSpeechInput",
2198
2232
  "inheritedFrom": {
2199
- "name": "ActionsMenu",
2200
- "module": "src/actions-menu/actions-menu.ts"
2233
+ "name": "AiCriteriaSearch",
2234
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2201
2235
  }
2202
2236
  },
2203
2237
  {
2204
2238
  "kind": "method",
2205
- "name": "getTemplate",
2206
- "parameters": [
2207
- {
2208
- "name": "prefix",
2209
- "type": {
2210
- "text": "string"
2211
- }
2212
- }
2213
- ],
2239
+ "name": "clearSpeechApplyDebounce",
2240
+ "privacy": "private",
2214
2241
  "inheritedFrom": {
2215
- "name": "ActionsMenu",
2216
- "module": "src/actions-menu/actions-menu.ts"
2242
+ "name": "AiCriteriaSearch",
2243
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2217
2244
  }
2218
2245
  },
2219
2246
  {
@@ -2327,37 +2354,55 @@
2327
2354
  "module": "src/foundation-element/foundation-element.ts"
2328
2355
  }
2329
2356
  }
2357
+ ],
2358
+ "events": [
2359
+ {
2360
+ "description": "Fired when interpreted criteria is applied or cleared. detail: `string | null`",
2361
+ "name": "criteria-changed",
2362
+ "inheritedFrom": {
2363
+ "name": "AiCriteriaSearch",
2364
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2365
+ }
2366
+ },
2367
+ {
2368
+ "description": "Fired when interpreted criteria contains invalid clauses. detail: `ValidationError[]`",
2369
+ "name": "validation-errors",
2370
+ "inheritedFrom": {
2371
+ "name": "AiCriteriaSearch",
2372
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2373
+ }
2374
+ }
2330
2375
  ]
2331
2376
  },
2332
2377
  {
2333
2378
  "kind": "variable",
2334
- "name": "zeroActionsMenu",
2335
- "description": "The Zero Actions Menu",
2379
+ "name": "zeroAiCriteriaSearch",
2380
+ "description": "The Zero AI Criteria Search",
2336
2381
  "privacy": "public"
2337
2382
  }
2338
2383
  ],
2339
2384
  "exports": [
2340
2385
  {
2341
2386
  "kind": "js",
2342
- "name": "ActionsMenu",
2387
+ "name": "AiCriteriaSearch",
2343
2388
  "declaration": {
2344
- "name": "ActionsMenu",
2345
- "module": "src/actions-menu/actions-menu.ts"
2389
+ "name": "AiCriteriaSearch",
2390
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2346
2391
  }
2347
2392
  },
2348
2393
  {
2349
2394
  "kind": "js",
2350
- "name": "zeroActionsMenu",
2395
+ "name": "zeroAiCriteriaSearch",
2351
2396
  "declaration": {
2352
- "name": "zeroActionsMenu",
2353
- "module": "src/actions-menu/actions-menu.ts"
2397
+ "name": "zeroAiCriteriaSearch",
2398
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2354
2399
  }
2355
2400
  }
2356
2401
  ]
2357
2402
  },
2358
2403
  {
2359
2404
  "kind": "javascript-module",
2360
- "path": "src/actions-menu/index.ts",
2405
+ "path": "src/ai-criteria-search/index.ts",
2361
2406
  "declarations": [],
2362
2407
  "exports": [
2363
2408
  {
@@ -2365,7 +2410,7 @@
2365
2410
  "name": "*",
2366
2411
  "declaration": {
2367
2412
  "name": "*",
2368
- "package": "./actions-menu"
2413
+ "package": "./ai-criteria-search"
2369
2414
  }
2370
2415
  },
2371
2416
  {
@@ -2373,7 +2418,15 @@
2373
2418
  "name": "*",
2374
2419
  "declaration": {
2375
2420
  "name": "*",
2376
- "package": "./actions-menu.styles"
2421
+ "package": "./ai-criteria-search.styles"
2422
+ }
2423
+ },
2424
+ {
2425
+ "kind": "js",
2426
+ "name": "*",
2427
+ "declaration": {
2428
+ "name": "*",
2429
+ "package": "./ai-criteria-search.template"
2377
2430
  }
2378
2431
  }
2379
2432
  ]
@@ -2805,94 +2858,282 @@
2805
2858
  ]
2806
2859
  },
2807
2860
  {
2808
- "kind": "variable",
2809
- "name": "zeroAiIndicator"
2861
+ "kind": "variable",
2862
+ "name": "zeroAiIndicator"
2863
+ }
2864
+ ],
2865
+ "exports": [
2866
+ {
2867
+ "kind": "js",
2868
+ "name": "AiIndicator",
2869
+ "declaration": {
2870
+ "name": "AiIndicator",
2871
+ "module": "src/ai-indicator/ai-indicator.ts"
2872
+ }
2873
+ },
2874
+ {
2875
+ "kind": "js",
2876
+ "name": "zeroAiIndicator",
2877
+ "declaration": {
2878
+ "name": "zeroAiIndicator",
2879
+ "module": "src/ai-indicator/ai-indicator.ts"
2880
+ }
2881
+ }
2882
+ ]
2883
+ },
2884
+ {
2885
+ "kind": "javascript-module",
2886
+ "path": "src/ai-indicator/index.ts",
2887
+ "declarations": [],
2888
+ "exports": [
2889
+ {
2890
+ "kind": "js",
2891
+ "name": "AiIndicator",
2892
+ "declaration": {
2893
+ "name": "AiIndicator",
2894
+ "module": "./ai-indicator"
2895
+ }
2896
+ },
2897
+ {
2898
+ "kind": "js",
2899
+ "name": "zeroAiIndicator",
2900
+ "declaration": {
2901
+ "name": "zeroAiIndicator",
2902
+ "module": "./ai-indicator"
2903
+ }
2904
+ }
2905
+ ]
2906
+ },
2907
+ {
2908
+ "kind": "javascript-module",
2909
+ "path": "src/_common/colors.hex.ts",
2910
+ "declarations": [],
2911
+ "exports": []
2912
+ },
2913
+ {
2914
+ "kind": "javascript-module",
2915
+ "path": "src/_common/colors.ts",
2916
+ "declarations": [
2917
+ {
2918
+ "kind": "variable",
2919
+ "name": "defaultRapidTextColor"
2920
+ },
2921
+ {
2922
+ "kind": "variable",
2923
+ "name": "defaultRapidBGColor"
2924
+ },
2925
+ {
2926
+ "kind": "variable",
2927
+ "name": "defaultRapidLabelColor"
2928
+ },
2929
+ {
2930
+ "kind": "variable",
2931
+ "name": "defaultRapidActiveBGColor"
2932
+ },
2933
+ {
2934
+ "kind": "variable",
2935
+ "name": "defaultRapidBorderUnfocusedColor"
2936
+ },
2937
+ {
2938
+ "kind": "variable",
2939
+ "name": "FastAppearanceValues",
2940
+ "type": {
2941
+ "text": "array"
2942
+ },
2943
+ "default": "['accent', 'lightweight', 'neutral', 'outline', 'stealth']"
2944
+ },
2945
+ {
2946
+ "kind": "variable",
2947
+ "name": "ZeroAppearanceValues"
2948
+ }
2949
+ ],
2950
+ "exports": [
2951
+ {
2952
+ "kind": "js",
2953
+ "name": "defaultRapidTextColor",
2954
+ "declaration": {
2955
+ "name": "defaultRapidTextColor",
2956
+ "module": "src/_common/colors.ts"
2957
+ }
2958
+ },
2959
+ {
2960
+ "kind": "js",
2961
+ "name": "defaultRapidBGColor",
2962
+ "declaration": {
2963
+ "name": "defaultRapidBGColor",
2964
+ "module": "src/_common/colors.ts"
2965
+ }
2966
+ },
2967
+ {
2968
+ "kind": "js",
2969
+ "name": "defaultRapidLabelColor",
2970
+ "declaration": {
2971
+ "name": "defaultRapidLabelColor",
2972
+ "module": "src/_common/colors.ts"
2973
+ }
2974
+ },
2975
+ {
2976
+ "kind": "js",
2977
+ "name": "defaultRapidActiveBGColor",
2978
+ "declaration": {
2979
+ "name": "defaultRapidActiveBGColor",
2980
+ "module": "src/_common/colors.ts"
2981
+ }
2982
+ },
2983
+ {
2984
+ "kind": "js",
2985
+ "name": "defaultRapidBorderUnfocusedColor",
2986
+ "declaration": {
2987
+ "name": "defaultRapidBorderUnfocusedColor",
2988
+ "module": "src/_common/colors.ts"
2989
+ }
2990
+ },
2991
+ {
2992
+ "kind": "js",
2993
+ "name": "FastAppearanceValues",
2994
+ "declaration": {
2995
+ "name": "FastAppearanceValues",
2996
+ "module": "src/_common/colors.ts"
2997
+ }
2998
+ },
2999
+ {
3000
+ "kind": "js",
3001
+ "name": "ZeroAppearanceValues",
3002
+ "declaration": {
3003
+ "name": "ZeroAppearanceValues",
3004
+ "module": "src/_common/colors.ts"
3005
+ }
2810
3006
  }
2811
- ],
3007
+ ]
3008
+ },
3009
+ {
3010
+ "kind": "javascript-module",
3011
+ "path": "src/_common/colors.util.ts",
3012
+ "declarations": [],
3013
+ "exports": []
3014
+ },
3015
+ {
3016
+ "kind": "javascript-module",
3017
+ "path": "src/_common/index.ts",
3018
+ "declarations": [],
2812
3019
  "exports": [
2813
3020
  {
2814
3021
  "kind": "js",
2815
- "name": "AiIndicator",
3022
+ "name": "*",
2816
3023
  "declaration": {
2817
- "name": "AiIndicator",
2818
- "module": "src/ai-indicator/ai-indicator.ts"
3024
+ "name": "*",
3025
+ "package": "./colors"
2819
3026
  }
2820
3027
  },
2821
3028
  {
2822
3029
  "kind": "js",
2823
- "name": "zeroAiIndicator",
3030
+ "name": "*",
2824
3031
  "declaration": {
2825
- "name": "zeroAiIndicator",
2826
- "module": "src/ai-indicator/ai-indicator.ts"
3032
+ "name": "*",
3033
+ "package": "./colors.hex"
3034
+ }
3035
+ },
3036
+ {
3037
+ "kind": "js",
3038
+ "name": "*",
3039
+ "declaration": {
3040
+ "name": "*",
3041
+ "package": "./colors.util"
2827
3042
  }
2828
3043
  }
2829
3044
  ]
2830
3045
  },
2831
3046
  {
2832
3047
  "kind": "javascript-module",
2833
- "path": "src/ai-indicator/index.ts",
3048
+ "path": "src/_config/index.ts",
2834
3049
  "declarations": [],
2835
3050
  "exports": [
2836
3051
  {
2837
3052
  "kind": "js",
2838
- "name": "AiIndicator",
3053
+ "name": "*",
2839
3054
  "declaration": {
2840
- "name": "AiIndicator",
2841
- "module": "./ai-indicator"
3055
+ "name": "*",
3056
+ "package": "./styles"
2842
3057
  }
2843
3058
  },
2844
3059
  {
2845
3060
  "kind": "js",
2846
- "name": "zeroAiIndicator",
3061
+ "name": "*",
2847
3062
  "declaration": {
2848
- "name": "zeroAiIndicator",
2849
- "module": "./ai-indicator"
3063
+ "name": "*",
3064
+ "package": "./tokens"
3065
+ }
3066
+ },
3067
+ {
3068
+ "kind": "js",
3069
+ "name": "*",
3070
+ "declaration": {
3071
+ "name": "*",
3072
+ "package": "./values"
2850
3073
  }
2851
3074
  }
2852
3075
  ]
2853
3076
  },
2854
3077
  {
2855
3078
  "kind": "javascript-module",
2856
- "path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
3079
+ "path": "src/accordion-item/accordion-item.styles.ts",
2857
3080
  "declarations": [
2858
3081
  {
2859
- "kind": "variable",
2860
- "name": "zeroAiCriteriaSearchStyles",
2861
- "default": "css`\n ${foundationAiCriteriaSearchStyles}\n`"
3082
+ "kind": "function",
3083
+ "name": "zeroAccordionItemStyles",
3084
+ "return": {
3085
+ "type": {
3086
+ "text": "ElementStyles"
3087
+ }
3088
+ },
3089
+ "parameters": [
3090
+ {
3091
+ "name": "context",
3092
+ "type": {
3093
+ "text": "ElementDefinitionContext"
3094
+ }
3095
+ },
3096
+ {
3097
+ "name": "definition",
3098
+ "type": {
3099
+ "text": "FoundationElementDefinition"
3100
+ }
3101
+ }
3102
+ ]
2862
3103
  }
2863
3104
  ],
2864
3105
  "exports": [
2865
3106
  {
2866
3107
  "kind": "js",
2867
- "name": "zeroAiCriteriaSearchStyles",
3108
+ "name": "zeroAccordionItemStyles",
2868
3109
  "declaration": {
2869
- "name": "zeroAiCriteriaSearchStyles",
2870
- "module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
3110
+ "name": "zeroAccordionItemStyles",
3111
+ "module": "src/accordion-item/accordion-item.styles.ts"
2871
3112
  }
2872
3113
  }
2873
3114
  ]
2874
3115
  },
2875
3116
  {
2876
3117
  "kind": "javascript-module",
2877
- "path": "src/ai-criteria-search/ai-criteria-search.template.ts",
3118
+ "path": "src/accordion-item/accordion-item.template.ts",
2878
3119
  "declarations": [
2879
3120
  {
2880
3121
  "kind": "function",
2881
- "name": "zeroAiCriteriaSearchTemplate",
3122
+ "name": "zeroAccordionItemTemplate",
2882
3123
  "return": {
2883
3124
  "type": {
2884
- "text": "ViewTemplate<AiCriteriaSearch>"
3125
+ "text": "ViewTemplate<AccordionItem>"
2885
3126
  }
2886
3127
  },
2887
3128
  "parameters": [
2888
3129
  {
2889
- "name": "_context",
3130
+ "name": "context",
2890
3131
  "type": {
2891
3132
  "text": "ElementDefinitionContext"
2892
3133
  }
2893
3134
  },
2894
3135
  {
2895
- "name": "_definition",
3136
+ "name": "definition",
2896
3137
  "type": {
2897
3138
  "text": "FoundationElementDefinition"
2898
3139
  }
@@ -2903,347 +3144,116 @@
2903
3144
  "exports": [
2904
3145
  {
2905
3146
  "kind": "js",
2906
- "name": "zeroAiCriteriaSearchTemplate",
3147
+ "name": "zeroAccordionItemTemplate",
2907
3148
  "declaration": {
2908
- "name": "zeroAiCriteriaSearchTemplate",
2909
- "module": "src/ai-criteria-search/ai-criteria-search.template.ts"
3149
+ "name": "zeroAccordionItemTemplate",
3150
+ "module": "src/accordion-item/accordion-item.template.ts"
2910
3151
  }
2911
3152
  }
2912
3153
  ]
2913
3154
  },
2914
3155
  {
2915
3156
  "kind": "javascript-module",
2916
- "path": "src/ai-criteria-search/ai-criteria-search.ts",
3157
+ "path": "src/accordion-item/accordion-item.ts",
2917
3158
  "declarations": [
2918
3159
  {
2919
3160
  "kind": "class",
2920
3161
  "description": "",
2921
- "name": "AiCriteriaSearch",
3162
+ "name": "AccordionItem",
2922
3163
  "superclass": {
2923
- "name": "FoundationAiCriteriaSearch",
3164
+ "name": "FoundationAccordionItem",
2924
3165
  "package": "@genesislcap/foundation-ui"
2925
3166
  },
2926
- "tagName": "%%prefix%%-ai-criteria-search",
3167
+ "tagName": "%%prefix%%-card",
2927
3168
  "customElement": true,
2928
3169
  "attributes": [
2929
3170
  {
2930
- "name": "placeholder",
2931
- "type": {
2932
- "text": "string"
2933
- },
2934
- "default": "'Describe your search criteria in natural language...'",
2935
- "fieldName": "placeholder",
2936
- "inheritedFrom": {
2937
- "name": "AiCriteriaSearch",
2938
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2939
- }
2940
- },
2941
- {
2942
- "type": {
2943
- "text": "boolean"
2944
- },
2945
- "fieldName": "disabled",
2946
- "inheritedFrom": {
2947
- "name": "AiCriteriaSearch",
2948
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2949
- }
2950
- }
2951
- ],
2952
- "members": [
2953
- {
2954
- "kind": "field",
2955
- "name": "providerRegistry",
2956
- "type": {
2957
- "text": "AIProviderRegistry"
2958
- },
2959
- "inheritedFrom": {
2960
- "name": "AiCriteriaSearch",
2961
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2962
- }
2963
- },
2964
- {
2965
- "kind": "field",
2966
- "name": "placeholder",
2967
- "type": {
2968
- "text": "string"
2969
- },
2970
- "default": "'Describe your search criteria in natural language...'",
2971
- "inheritedFrom": {
2972
- "name": "AiCriteriaSearch",
2973
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2974
- }
2975
- },
2976
- {
2977
- "kind": "field",
2978
- "name": "disabled",
2979
- "type": {
2980
- "text": "boolean"
2981
- },
2982
- "inheritedFrom": {
2983
- "name": "AiCriteriaSearch",
2984
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2985
- }
2986
- },
2987
- {
2988
- "kind": "field",
2989
- "name": "inputValue",
2990
- "type": {
2991
- "text": "string"
2992
- },
2993
- "default": "''",
2994
- "inheritedFrom": {
2995
- "name": "AiCriteriaSearch",
2996
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2997
- }
2998
- },
2999
- {
3000
- "kind": "field",
3001
- "name": "isInterpreting",
3002
- "type": {
3003
- "text": "boolean"
3004
- },
3005
- "default": "false",
3006
- "inheritedFrom": {
3007
- "name": "AiCriteriaSearch",
3008
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
3009
- }
3010
- },
3011
- {
3012
- "kind": "field",
3013
- "name": "lastValidCriteria",
3014
- "type": {
3015
- "text": "string | null"
3016
- },
3017
- "default": "null",
3018
- "inheritedFrom": {
3019
- "name": "AiCriteriaSearch",
3020
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
3021
- }
3022
- },
3023
- {
3024
- "kind": "field",
3025
- "name": "activeGroups",
3026
- "type": {
3027
- "text": "CriteriaGroup[]"
3028
- },
3029
- "default": "[]",
3030
- "inheritedFrom": {
3031
- "name": "AiCriteriaSearch",
3032
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
3033
- }
3034
- },
3035
- {
3036
- "kind": "field",
3037
- "name": "showingChips",
3038
- "type": {
3039
- "text": "boolean"
3040
- },
3041
- "default": "false",
3042
- "inheritedFrom": {
3043
- "name": "AiCriteriaSearch",
3044
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
3045
- }
3046
- },
3047
- {
3048
- "kind": "field",
3049
- "name": "fieldMetadata",
3050
- "type": {
3051
- "text": "MetadataDetail[] | string[]"
3052
- },
3053
- "default": "[]",
3054
- "inheritedFrom": {
3055
- "name": "AiCriteriaSearch",
3056
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
3057
- }
3058
- },
3059
- {
3060
- "kind": "field",
3061
- "name": "isRecording",
3171
+ "name": "heading-level",
3062
3172
  "type": {
3063
- "text": "boolean"
3173
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
3064
3174
  },
3065
- "default": "false",
3175
+ "default": "2",
3176
+ "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
3177
+ "fieldName": "headinglevel",
3066
3178
  "inheritedFrom": {
3067
- "name": "AiCriteriaSearch",
3068
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
3179
+ "name": "AccordionItem",
3180
+ "module": "src/accordion-item/accordion-item.ts"
3069
3181
  }
3070
3182
  },
3071
3183
  {
3072
- "kind": "field",
3073
- "name": "textAreaRef",
3074
3184
  "type": {
3075
- "text": "HTMLTextAreaElement"
3185
+ "text": "boolean"
3076
3186
  },
3077
- "privacy": "public",
3187
+ "default": "false",
3188
+ "description": "Expands or collapses the item.",
3189
+ "fieldName": "expanded",
3078
3190
  "inheritedFrom": {
3079
- "name": "AiCriteriaSearch",
3080
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
3191
+ "name": "AccordionItem",
3192
+ "module": "src/accordion-item/accordion-item.ts"
3081
3193
  }
3082
3194
  },
3083
3195
  {
3084
- "kind": "field",
3085
- "name": "stopRecording",
3196
+ "name": "id",
3086
3197
  "type": {
3087
- "text": "(() => void) | null"
3198
+ "text": "string"
3088
3199
  },
3089
- "privacy": "private",
3090
- "default": "null",
3200
+ "description": "The item ID",
3201
+ "fieldName": "id",
3091
3202
  "inheritedFrom": {
3092
- "name": "AiCriteriaSearch",
3093
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
3203
+ "name": "AccordionItem",
3204
+ "module": "src/accordion-item/accordion-item.ts"
3094
3205
  }
3095
- },
3206
+ }
3207
+ ],
3208
+ "members": [
3096
3209
  {
3097
3210
  "kind": "field",
3098
- "name": "speechApplyDebounceTimer",
3211
+ "name": "headinglevel",
3099
3212
  "type": {
3100
- "text": "ReturnType<typeof setTimeout> | null"
3213
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
3101
3214
  },
3102
- "privacy": "private",
3103
- "default": "null",
3215
+ "privacy": "public",
3216
+ "default": "2",
3217
+ "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
3104
3218
  "inheritedFrom": {
3105
- "name": "AiCriteriaSearch",
3106
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
3219
+ "name": "AccordionItem",
3220
+ "module": "src/accordion-item/accordion-item.ts"
3107
3221
  }
3108
3222
  },
3109
3223
  {
3110
3224
  "kind": "field",
3111
- "name": "speechAvailable",
3225
+ "name": "expanded",
3112
3226
  "type": {
3113
3227
  "text": "boolean"
3114
3228
  },
3115
- "readonly": true,
3229
+ "privacy": "public",
3230
+ "default": "false",
3231
+ "description": "Expands or collapses the item.",
3116
3232
  "inheritedFrom": {
3117
- "name": "AiCriteriaSearch",
3118
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
3233
+ "name": "AccordionItem",
3234
+ "module": "src/accordion-item/accordion-item.ts"
3119
3235
  }
3120
3236
  },
3121
3237
  {
3122
3238
  "kind": "field",
3123
- "name": "criteriaChips",
3239
+ "name": "id",
3124
3240
  "type": {
3125
- "text": "CriteriaChip[]"
3126
- },
3127
- "readonly": true,
3128
- "inheritedFrom": {
3129
- "name": "AiCriteriaSearch",
3130
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
3131
- }
3132
- },
3133
- {
3134
- "kind": "method",
3135
- "name": "getFieldLabel",
3136
- "privacy": "private",
3137
- "return": {
3138
- "type": {
3139
- "text": "string"
3140
- }
3141
- },
3142
- "parameters": [
3143
- {
3144
- "name": "fieldName",
3145
- "type": {
3146
- "text": "string"
3147
- }
3148
- }
3149
- ],
3150
- "inheritedFrom": {
3151
- "name": "AiCriteriaSearch",
3152
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
3153
- }
3154
- },
3155
- {
3156
- "kind": "method",
3157
- "name": "toggleCriteriaView",
3158
- "return": {
3159
- "type": {
3160
- "text": "void"
3161
- }
3162
- },
3163
- "inheritedFrom": {
3164
- "name": "AiCriteriaSearch",
3165
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
3166
- }
3167
- },
3168
- {
3169
- "kind": "method",
3170
- "name": "removeChip",
3171
- "return": {
3172
- "type": {
3173
- "text": "void"
3174
- }
3175
- },
3176
- "parameters": [
3177
- {
3178
- "name": "groupIndex",
3179
- "type": {
3180
- "text": "number"
3181
- }
3182
- },
3183
- {
3184
- "name": "clauseIndex",
3185
- "type": {
3186
- "text": "number"
3187
- }
3188
- }
3189
- ],
3190
- "inheritedFrom": {
3191
- "name": "AiCriteriaSearch",
3192
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
3193
- }
3194
- },
3195
- {
3196
- "kind": "method",
3197
- "name": "clearChips",
3198
- "return": {
3199
- "type": {
3200
- "text": "void"
3201
- }
3241
+ "text": "string"
3202
3242
  },
3243
+ "privacy": "public",
3244
+ "description": "The item ID",
3203
3245
  "inheritedFrom": {
3204
- "name": "AiCriteriaSearch",
3205
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
3206
- }
3207
- },
3208
- {
3209
- "kind": "method",
3210
- "name": "handleSubmit",
3211
- "inheritedFrom": {
3212
- "name": "AiCriteriaSearch",
3213
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
3214
- }
3215
- },
3216
- {
3217
- "kind": "method",
3218
- "name": "handleBlur",
3219
- "inheritedFrom": {
3220
- "name": "AiCriteriaSearch",
3221
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
3222
- }
3223
- },
3224
- {
3225
- "kind": "method",
3226
- "name": "clear",
3227
- "inheritedFrom": {
3228
- "name": "AiCriteriaSearch",
3229
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
3230
- }
3231
- },
3232
- {
3233
- "kind": "method",
3234
- "name": "toggleSpeechInput",
3235
- "inheritedFrom": {
3236
- "name": "AiCriteriaSearch",
3237
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
3246
+ "name": "AccordionItem",
3247
+ "module": "src/accordion-item/accordion-item.ts"
3238
3248
  }
3239
3249
  },
3240
3250
  {
3241
- "kind": "method",
3242
- "name": "clearSpeechApplyDebounce",
3251
+ "kind": "field",
3252
+ "name": "change",
3243
3253
  "privacy": "private",
3244
3254
  "inheritedFrom": {
3245
- "name": "AiCriteriaSearch",
3246
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
3255
+ "name": "AccordionItem",
3256
+ "module": "src/accordion-item/accordion-item.ts"
3247
3257
  }
3248
3258
  },
3249
3259
  {
@@ -3255,8 +3265,8 @@
3255
3265
  "privacy": "private",
3256
3266
  "default": "void 0",
3257
3267
  "inheritedFrom": {
3258
- "name": "FoundationElement",
3259
- "module": "src/foundation-element/foundation-element.ts"
3268
+ "name": "AccordionItem",
3269
+ "module": "src/accordion-item/accordion-item.ts"
3260
3270
  }
3261
3271
  },
3262
3272
  {
@@ -3268,8 +3278,8 @@
3268
3278
  "privacy": "public",
3269
3279
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3270
3280
  "inheritedFrom": {
3271
- "name": "FoundationElement",
3272
- "module": "src/foundation-element/foundation-element.ts"
3281
+ "name": "AccordionItem",
3282
+ "module": "src/accordion-item/accordion-item.ts"
3273
3283
  }
3274
3284
  },
3275
3285
  {
@@ -3281,8 +3291,8 @@
3281
3291
  "privacy": "public",
3282
3292
  "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
3283
3293
  "inheritedFrom": {
3284
- "name": "FoundationElement",
3285
- "module": "src/foundation-element/foundation-element.ts"
3294
+ "name": "AccordionItem",
3295
+ "module": "src/accordion-item/accordion-item.ts"
3286
3296
  }
3287
3297
  },
3288
3298
  {
@@ -3295,8 +3305,8 @@
3295
3305
  }
3296
3306
  },
3297
3307
  "inheritedFrom": {
3298
- "name": "FoundationElement",
3299
- "module": "src/foundation-element/foundation-element.ts"
3308
+ "name": "AccordionItem",
3309
+ "module": "src/accordion-item/accordion-item.ts"
3300
3310
  }
3301
3311
  },
3302
3312
  {
@@ -3308,8 +3318,8 @@
3308
3318
  "privacy": "public",
3309
3319
  "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
3310
3320
  "inheritedFrom": {
3311
- "name": "FoundationElement",
3312
- "module": "src/foundation-element/foundation-element.ts"
3321
+ "name": "AccordionItem",
3322
+ "module": "src/accordion-item/accordion-item.ts"
3313
3323
  }
3314
3324
  },
3315
3325
  {
@@ -3322,8 +3332,8 @@
3322
3332
  }
3323
3333
  },
3324
3334
  "inheritedFrom": {
3325
- "name": "FoundationElement",
3326
- "module": "src/foundation-element/foundation-element.ts"
3335
+ "name": "AccordionItem",
3336
+ "module": "src/accordion-item/accordion-item.ts"
3327
3337
  }
3328
3338
  },
3329
3339
  {
@@ -3353,59 +3363,49 @@
3353
3363
  ],
3354
3364
  "description": "Defines an element registry function with a set of element definition defaults.",
3355
3365
  "inheritedFrom": {
3356
- "name": "FoundationElement",
3357
- "module": "src/foundation-element/foundation-element.ts"
3366
+ "name": "AccordionItem",
3367
+ "module": "src/accordion-item/accordion-item.ts"
3358
3368
  }
3359
3369
  }
3360
3370
  ],
3361
3371
  "events": [
3362
3372
  {
3363
- "description": "Fired when interpreted criteria is applied or cleared. detail: `string | null`",
3364
- "name": "criteria-changed",
3365
- "inheritedFrom": {
3366
- "name": "AiCriteriaSearch",
3367
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
3368
- }
3369
- },
3370
- {
3371
- "description": "Fired when interpreted criteria contains invalid clauses. detail: `ValidationError[]`",
3372
- "name": "validation-errors",
3373
+ "description": "Fires a custom 'change' event when the button is invoked",
3374
+ "name": "change",
3373
3375
  "inheritedFrom": {
3374
- "name": "AiCriteriaSearch",
3375
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
3376
+ "name": "AccordionItem",
3377
+ "module": "src/accordion-item/accordion-item.ts"
3376
3378
  }
3377
3379
  }
3378
3380
  ]
3379
3381
  },
3380
3382
  {
3381
3383
  "kind": "variable",
3382
- "name": "zeroAiCriteriaSearch",
3383
- "description": "The Zero AI Criteria Search",
3384
- "privacy": "public"
3384
+ "name": "zeroAccordionItem"
3385
3385
  }
3386
3386
  ],
3387
3387
  "exports": [
3388
3388
  {
3389
3389
  "kind": "js",
3390
- "name": "AiCriteriaSearch",
3390
+ "name": "AccordionItem",
3391
3391
  "declaration": {
3392
- "name": "AiCriteriaSearch",
3393
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
3392
+ "name": "AccordionItem",
3393
+ "module": "src/accordion-item/accordion-item.ts"
3394
3394
  }
3395
3395
  },
3396
3396
  {
3397
3397
  "kind": "js",
3398
- "name": "zeroAiCriteriaSearch",
3398
+ "name": "zeroAccordionItem",
3399
3399
  "declaration": {
3400
- "name": "zeroAiCriteriaSearch",
3401
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
3400
+ "name": "zeroAccordionItem",
3401
+ "module": "src/accordion-item/accordion-item.ts"
3402
3402
  }
3403
3403
  }
3404
3404
  ]
3405
3405
  },
3406
3406
  {
3407
3407
  "kind": "javascript-module",
3408
- "path": "src/ai-criteria-search/index.ts",
3408
+ "path": "src/accordion-item/index.ts",
3409
3409
  "declarations": [],
3410
3410
  "exports": [
3411
3411
  {
@@ -3413,7 +3413,7 @@
3413
3413
  "name": "*",
3414
3414
  "declaration": {
3415
3415
  "name": "*",
3416
- "package": "./ai-criteria-search"
3416
+ "package": "./accordion-item"
3417
3417
  }
3418
3418
  },
3419
3419
  {
@@ -3421,7 +3421,7 @@
3421
3421
  "name": "*",
3422
3422
  "declaration": {
3423
3423
  "name": "*",
3424
- "package": "./ai-criteria-search.styles"
3424
+ "package": "./accordion-item.styles"
3425
3425
  }
3426
3426
  },
3427
3427
  {
@@ -3429,7 +3429,7 @@
3429
3429
  "name": "*",
3430
3430
  "declaration": {
3431
3431
  "name": "*",
3432
- "package": "./ai-criteria-search.template"
3432
+ "package": "./accordion-item.template"
3433
3433
  }
3434
3434
  }
3435
3435
  ]