@genesislcap/foundation-zero 14.411.0 → 14.412.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +459 -385
  2. package/package.json +12 -12
@@ -1439,46 +1439,25 @@
1439
1439
  },
1440
1440
  {
1441
1441
  "kind": "javascript-module",
1442
- "path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
1443
- "declarations": [
1444
- {
1445
- "kind": "variable",
1446
- "name": "zeroAiCriteriaSearchStyles",
1447
- "default": "css`\n ${foundationAiCriteriaSearchStyles}\n`"
1448
- }
1449
- ],
1450
- "exports": [
1451
- {
1452
- "kind": "js",
1453
- "name": "zeroAiCriteriaSearchStyles",
1454
- "declaration": {
1455
- "name": "zeroAiCriteriaSearchStyles",
1456
- "module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
1457
- }
1458
- }
1459
- ]
1460
- },
1461
- {
1462
- "kind": "javascript-module",
1463
- "path": "src/ai-criteria-search/ai-criteria-search.template.ts",
1442
+ "path": "src/actions-menu/actions-menu.styles.ts",
1464
1443
  "declarations": [
1465
1444
  {
1466
1445
  "kind": "function",
1467
- "name": "zeroAiCriteriaSearchTemplate",
1446
+ "name": "zeroActionsMenuStyles",
1468
1447
  "return": {
1469
1448
  "type": {
1470
- "text": "ViewTemplate<AiCriteriaSearch>"
1449
+ "text": "ElementStyles"
1471
1450
  }
1472
1451
  },
1473
1452
  "parameters": [
1474
1453
  {
1475
- "name": "_context",
1454
+ "name": "context",
1476
1455
  "type": {
1477
1456
  "text": "ElementDefinitionContext"
1478
1457
  }
1479
1458
  },
1480
1459
  {
1481
- "name": "_definition",
1460
+ "name": "definition",
1482
1461
  "type": {
1483
1462
  "text": "FoundationElementDefinition"
1484
1463
  }
@@ -1489,273 +1468,383 @@
1489
1468
  "exports": [
1490
1469
  {
1491
1470
  "kind": "js",
1492
- "name": "zeroAiCriteriaSearchTemplate",
1471
+ "name": "zeroActionsMenuStyles",
1493
1472
  "declaration": {
1494
- "name": "zeroAiCriteriaSearchTemplate",
1495
- "module": "src/ai-criteria-search/ai-criteria-search.template.ts"
1473
+ "name": "zeroActionsMenuStyles",
1474
+ "module": "src/actions-menu/actions-menu.styles.ts"
1496
1475
  }
1497
1476
  }
1498
1477
  ]
1499
1478
  },
1500
1479
  {
1501
1480
  "kind": "javascript-module",
1502
- "path": "src/ai-criteria-search/ai-criteria-search.ts",
1481
+ "path": "src/actions-menu/actions-menu.ts",
1503
1482
  "declarations": [
1504
1483
  {
1505
1484
  "kind": "class",
1506
1485
  "description": "",
1507
- "name": "AiCriteriaSearch",
1486
+ "name": "ActionsMenu",
1508
1487
  "superclass": {
1509
- "name": "FoundationAiCriteriaSearch",
1488
+ "name": "FoundationActionsMenu",
1510
1489
  "package": "@genesislcap/foundation-ui"
1511
1490
  },
1512
- "tagName": "%%prefix%%-ai-criteria-search",
1491
+ "tagName": "%%prefix%%-actions-menu",
1513
1492
  "customElement": true,
1514
1493
  "attributes": [
1515
1494
  {
1516
- "name": "placeholder",
1495
+ "name": "is-vertical",
1496
+ "type": {
1497
+ "text": "boolean"
1498
+ },
1499
+ "default": "false",
1500
+ "fieldName": "isVertical",
1501
+ "inheritedFrom": {
1502
+ "name": "ActionsMenu",
1503
+ "module": "src/actions-menu/actions-menu.ts"
1504
+ }
1505
+ },
1506
+ {
1507
+ "name": "add-default-actions",
1508
+ "type": {
1509
+ "text": "boolean"
1510
+ },
1511
+ "default": "true",
1512
+ "fieldName": "addDefaultActions",
1513
+ "inheritedFrom": {
1514
+ "name": "ActionsMenu",
1515
+ "module": "src/actions-menu/actions-menu.ts"
1516
+ }
1517
+ },
1518
+ {
1519
+ "name": "auto-close-on-action",
1520
+ "type": {
1521
+ "text": "boolean"
1522
+ },
1523
+ "default": "true",
1524
+ "fieldName": "autoCloseOnAction",
1525
+ "inheritedFrom": {
1526
+ "name": "ActionsMenu",
1527
+ "module": "src/actions-menu/actions-menu.ts"
1528
+ }
1529
+ },
1530
+ {
1531
+ "name": "name",
1517
1532
  "type": {
1518
1533
  "text": "string"
1519
1534
  },
1520
- "default": "'Describe your search criteria in natural language...'",
1521
- "fieldName": "placeholder",
1535
+ "default": "'Actions'",
1536
+ "fieldName": "name",
1522
1537
  "inheritedFrom": {
1523
- "name": "AiCriteriaSearch",
1524
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1538
+ "name": "ActionsMenu",
1539
+ "module": "src/actions-menu/actions-menu.ts"
1525
1540
  }
1526
1541
  },
1527
1542
  {
1543
+ "name": "open",
1528
1544
  "type": {
1529
1545
  "text": "boolean"
1530
1546
  },
1531
- "fieldName": "disabled",
1547
+ "default": "false",
1548
+ "fieldName": "open",
1532
1549
  "inheritedFrom": {
1533
- "name": "AiCriteriaSearch",
1534
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1550
+ "name": "ActionsMenu",
1551
+ "module": "src/actions-menu/actions-menu.ts"
1535
1552
  }
1536
1553
  },
1537
1554
  {
1538
- "name": "mode",
1555
+ "name": "buttonAppearance",
1539
1556
  "type": {
1540
- "text": "'append' | 'replace'"
1557
+ "text": "string"
1541
1558
  },
1542
- "default": "'replace'",
1543
- "fieldName": "mode",
1559
+ "fieldName": "buttonAppearance",
1544
1560
  "inheritedFrom": {
1545
- "name": "AiCriteriaSearch",
1546
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1561
+ "name": "ActionsMenu",
1562
+ "module": "src/actions-menu/actions-menu.ts"
1547
1563
  }
1548
- }
1549
- ],
1550
- "members": [
1564
+ },
1551
1565
  {
1552
- "kind": "field",
1553
- "name": "aiProvider",
1566
+ "name": "hide-disabled",
1554
1567
  "type": {
1555
- "text": "AIProvider"
1568
+ "text": "boolean"
1556
1569
  },
1570
+ "default": "false",
1571
+ "fieldName": "hideDisabled",
1557
1572
  "inheritedFrom": {
1558
- "name": "AiCriteriaSearch",
1559
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1573
+ "name": "ActionsMenu",
1574
+ "module": "src/actions-menu/actions-menu.ts"
1560
1575
  }
1561
1576
  },
1577
+ {
1578
+ "name": "hide-menu-single-option",
1579
+ "type": {
1580
+ "text": "boolean"
1581
+ },
1582
+ "default": "false",
1583
+ "fieldName": "hideMenuSingleOption",
1584
+ "inheritedFrom": {
1585
+ "name": "ActionsMenu",
1586
+ "module": "src/actions-menu/actions-menu.ts"
1587
+ }
1588
+ }
1589
+ ],
1590
+ "members": [
1562
1591
  {
1563
1592
  "kind": "field",
1564
- "name": "placeholder",
1593
+ "name": "actions",
1565
1594
  "type": {
1566
- "text": "string"
1595
+ "text": "ActionMenuItem[]"
1567
1596
  },
1568
- "default": "'Describe your search criteria in natural language...'",
1569
1597
  "inheritedFrom": {
1570
- "name": "AiCriteriaSearch",
1571
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1598
+ "name": "ActionsMenu",
1599
+ "module": "src/actions-menu/actions-menu.ts"
1572
1600
  }
1573
1601
  },
1574
1602
  {
1575
1603
  "kind": "field",
1576
- "name": "disabled",
1604
+ "name": "isVertical",
1577
1605
  "type": {
1578
1606
  "text": "boolean"
1579
1607
  },
1608
+ "default": "false",
1580
1609
  "inheritedFrom": {
1581
- "name": "AiCriteriaSearch",
1582
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1610
+ "name": "ActionsMenu",
1611
+ "module": "src/actions-menu/actions-menu.ts"
1583
1612
  }
1584
1613
  },
1585
1614
  {
1586
1615
  "kind": "field",
1587
- "name": "mode",
1616
+ "name": "addDefaultActions",
1588
1617
  "type": {
1589
- "text": "'append' | 'replace'"
1618
+ "text": "boolean"
1590
1619
  },
1591
- "default": "'replace'",
1620
+ "default": "true",
1592
1621
  "inheritedFrom": {
1593
- "name": "AiCriteriaSearch",
1594
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1622
+ "name": "ActionsMenu",
1623
+ "module": "src/actions-menu/actions-menu.ts"
1595
1624
  }
1596
1625
  },
1597
1626
  {
1598
1627
  "kind": "field",
1599
- "name": "inputValue",
1628
+ "name": "autoCloseOnAction",
1600
1629
  "type": {
1601
- "text": "string"
1630
+ "text": "boolean"
1602
1631
  },
1603
- "default": "''",
1632
+ "default": "true",
1604
1633
  "inheritedFrom": {
1605
- "name": "AiCriteriaSearch",
1606
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1634
+ "name": "ActionsMenu",
1635
+ "module": "src/actions-menu/actions-menu.ts"
1607
1636
  }
1608
1637
  },
1609
1638
  {
1610
1639
  "kind": "field",
1611
- "name": "isInterpreting",
1640
+ "name": "classNames",
1612
1641
  "type": {
1613
- "text": "boolean"
1642
+ "text": "string"
1614
1643
  },
1615
- "default": "false",
1616
1644
  "inheritedFrom": {
1617
- "name": "AiCriteriaSearch",
1618
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1645
+ "name": "ActionsMenu",
1646
+ "module": "src/actions-menu/actions-menu.ts"
1619
1647
  }
1620
1648
  },
1621
1649
  {
1622
1650
  "kind": "field",
1623
- "name": "lastValidCriteria",
1651
+ "name": "definition",
1624
1652
  "type": {
1625
- "text": "string | null"
1653
+ "text": "any"
1626
1654
  },
1627
- "default": "null",
1628
1655
  "inheritedFrom": {
1629
- "name": "AiCriteriaSearch",
1630
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1656
+ "name": "ActionsMenu",
1657
+ "module": "src/actions-menu/actions-menu.ts"
1631
1658
  }
1632
1659
  },
1633
1660
  {
1634
1661
  "kind": "field",
1635
- "name": "fieldMetadata",
1662
+ "name": "name",
1636
1663
  "type": {
1637
- "text": "MetadataDetail[] | string[]"
1664
+ "text": "string"
1638
1665
  },
1639
- "default": "[]",
1666
+ "default": "'Actions'",
1640
1667
  "inheritedFrom": {
1641
- "name": "AiCriteriaSearch",
1642
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1668
+ "name": "ActionsMenu",
1669
+ "module": "src/actions-menu/actions-menu.ts"
1643
1670
  }
1644
1671
  },
1645
1672
  {
1646
1673
  "kind": "field",
1647
- "name": "isRecording",
1674
+ "name": "open",
1648
1675
  "type": {
1649
1676
  "text": "boolean"
1650
1677
  },
1651
1678
  "default": "false",
1652
1679
  "inheritedFrom": {
1653
- "name": "AiCriteriaSearch",
1654
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1680
+ "name": "ActionsMenu",
1681
+ "module": "src/actions-menu/actions-menu.ts"
1655
1682
  }
1656
1683
  },
1657
1684
  {
1658
1685
  "kind": "field",
1659
- "name": "textAreaRef",
1686
+ "name": "buttonAppearance",
1660
1687
  "type": {
1661
- "text": "HTMLTextAreaElement"
1688
+ "text": "string"
1662
1689
  },
1663
- "privacy": "public",
1664
1690
  "inheritedFrom": {
1665
- "name": "AiCriteriaSearch",
1666
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1691
+ "name": "ActionsMenu",
1692
+ "module": "src/actions-menu/actions-menu.ts"
1667
1693
  }
1668
1694
  },
1669
1695
  {
1670
1696
  "kind": "field",
1671
- "name": "stopRecording",
1697
+ "name": "hideDisabled",
1672
1698
  "type": {
1673
- "text": "(() => void) | null"
1699
+ "text": "boolean"
1674
1700
  },
1675
- "privacy": "private",
1676
- "default": "null",
1701
+ "default": "false",
1677
1702
  "inheritedFrom": {
1678
- "name": "AiCriteriaSearch",
1679
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1703
+ "name": "ActionsMenu",
1704
+ "module": "src/actions-menu/actions-menu.ts"
1680
1705
  }
1681
1706
  },
1682
1707
  {
1683
1708
  "kind": "field",
1684
- "name": "speechApplyDebounceTimer",
1709
+ "name": "hideMenuSingleOption",
1685
1710
  "type": {
1686
- "text": "ReturnType<typeof setTimeout> | null"
1711
+ "text": "boolean"
1687
1712
  },
1688
- "privacy": "private",
1689
- "default": "null",
1713
+ "default": "false",
1690
1714
  "inheritedFrom": {
1691
- "name": "AiCriteriaSearch",
1692
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1715
+ "name": "ActionsMenu",
1716
+ "module": "src/actions-menu/actions-menu.ts"
1693
1717
  }
1694
1718
  },
1695
1719
  {
1696
1720
  "kind": "field",
1697
- "name": "baseInputForAppend",
1721
+ "name": "singleOption",
1698
1722
  "type": {
1699
- "text": "string"
1723
+ "text": "ActionMenuItem"
1700
1724
  },
1701
- "privacy": "private",
1702
- "default": "''",
1703
1725
  "inheritedFrom": {
1704
- "name": "AiCriteriaSearch",
1705
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1726
+ "name": "ActionsMenu",
1727
+ "module": "src/actions-menu/actions-menu.ts"
1706
1728
  }
1707
1729
  },
1708
1730
  {
1709
1731
  "kind": "field",
1710
- "name": "speechAvailable",
1732
+ "name": "actionsMenu",
1711
1733
  "type": {
1712
- "text": "boolean"
1734
+ "text": "HTMLElement"
1713
1735
  },
1714
- "readonly": true,
1715
1736
  "inheritedFrom": {
1716
- "name": "AiCriteriaSearch",
1717
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1737
+ "name": "ActionsMenu",
1738
+ "module": "src/actions-menu/actions-menu.ts"
1718
1739
  }
1719
1740
  },
1720
1741
  {
1721
1742
  "kind": "method",
1722
- "name": "handleSubmit",
1743
+ "name": "definitionChanged",
1744
+ "privacy": "protected",
1745
+ "parameters": [
1746
+ {
1747
+ "name": "oldValue",
1748
+ "type": {
1749
+ "text": "any"
1750
+ }
1751
+ },
1752
+ {
1753
+ "name": "newValue",
1754
+ "type": {
1755
+ "text": "any"
1756
+ }
1757
+ }
1758
+ ],
1723
1759
  "inheritedFrom": {
1724
- "name": "AiCriteriaSearch",
1725
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1760
+ "name": "ActionsMenu",
1761
+ "module": "src/actions-menu/actions-menu.ts"
1726
1762
  }
1727
1763
  },
1728
1764
  {
1729
1765
  "kind": "method",
1730
- "name": "handleBlur",
1766
+ "name": "openChanged",
1767
+ "privacy": "protected",
1731
1768
  "inheritedFrom": {
1732
- "name": "AiCriteriaSearch",
1733
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1769
+ "name": "ActionsMenu",
1770
+ "module": "src/actions-menu/actions-menu.ts"
1734
1771
  }
1735
1772
  },
1736
1773
  {
1737
1774
  "kind": "method",
1738
- "name": "clear",
1775
+ "name": "toggleActionsMenuVisibility",
1739
1776
  "inheritedFrom": {
1740
- "name": "AiCriteriaSearch",
1741
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1777
+ "name": "ActionsMenu",
1778
+ "module": "src/actions-menu/actions-menu.ts"
1742
1779
  }
1743
1780
  },
1744
1781
  {
1745
1782
  "kind": "method",
1746
- "name": "toggleSpeechInput",
1783
+ "name": "onActionMenuItemClick",
1784
+ "parameters": [
1785
+ {
1786
+ "name": "callback",
1787
+ "type": {
1788
+ "text": "(rowData) => void | any"
1789
+ }
1790
+ }
1791
+ ],
1747
1792
  "inheritedFrom": {
1748
- "name": "AiCriteriaSearch",
1749
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1793
+ "name": "ActionsMenu",
1794
+ "module": "src/actions-menu/actions-menu.ts"
1795
+ }
1796
+ },
1797
+ {
1798
+ "kind": "field",
1799
+ "name": "allActions",
1800
+ "type": {
1801
+ "text": "ActionMenuItem[]"
1802
+ },
1803
+ "readonly": true,
1804
+ "inheritedFrom": {
1805
+ "name": "ActionsMenu",
1806
+ "module": "src/actions-menu/actions-menu.ts"
1807
+ }
1808
+ },
1809
+ {
1810
+ "kind": "field",
1811
+ "name": "rowData",
1812
+ "readonly": true,
1813
+ "inheritedFrom": {
1814
+ "name": "ActionsMenu",
1815
+ "module": "src/actions-menu/actions-menu.ts"
1750
1816
  }
1751
1817
  },
1752
1818
  {
1753
1819
  "kind": "method",
1754
- "name": "clearSpeechApplyDebounce",
1755
- "privacy": "private",
1820
+ "name": "getLabel",
1821
+ "parameters": [
1822
+ {
1823
+ "name": "name",
1824
+ "type": {
1825
+ "text": "string | ((rowData: any) => string)"
1826
+ }
1827
+ }
1828
+ ],
1756
1829
  "inheritedFrom": {
1757
- "name": "AiCriteriaSearch",
1758
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1830
+ "name": "ActionsMenu",
1831
+ "module": "src/actions-menu/actions-menu.ts"
1832
+ }
1833
+ },
1834
+ {
1835
+ "kind": "method",
1836
+ "name": "getTemplate",
1837
+ "parameters": [
1838
+ {
1839
+ "name": "prefix",
1840
+ "type": {
1841
+ "text": "string"
1842
+ }
1843
+ }
1844
+ ],
1845
+ "inheritedFrom": {
1846
+ "name": "ActionsMenu",
1847
+ "module": "src/actions-menu/actions-menu.ts"
1759
1848
  }
1760
1849
  },
1761
1850
  {
@@ -1873,33 +1962,33 @@
1873
1962
  },
1874
1963
  {
1875
1964
  "kind": "variable",
1876
- "name": "zeroAiCriteriaSearch",
1877
- "description": "The Zero AI Criteria Search",
1965
+ "name": "zeroActionsMenu",
1966
+ "description": "The Zero Actions Menu",
1878
1967
  "privacy": "public"
1879
1968
  }
1880
1969
  ],
1881
1970
  "exports": [
1882
1971
  {
1883
1972
  "kind": "js",
1884
- "name": "AiCriteriaSearch",
1973
+ "name": "ActionsMenu",
1885
1974
  "declaration": {
1886
- "name": "AiCriteriaSearch",
1887
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1975
+ "name": "ActionsMenu",
1976
+ "module": "src/actions-menu/actions-menu.ts"
1888
1977
  }
1889
1978
  },
1890
1979
  {
1891
1980
  "kind": "js",
1892
- "name": "zeroAiCriteriaSearch",
1981
+ "name": "zeroActionsMenu",
1893
1982
  "declaration": {
1894
- "name": "zeroAiCriteriaSearch",
1895
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1983
+ "name": "zeroActionsMenu",
1984
+ "module": "src/actions-menu/actions-menu.ts"
1896
1985
  }
1897
1986
  }
1898
1987
  ]
1899
1988
  },
1900
1989
  {
1901
1990
  "kind": "javascript-module",
1902
- "path": "src/ai-criteria-search/index.ts",
1991
+ "path": "src/actions-menu/index.ts",
1903
1992
  "declarations": [],
1904
1993
  "exports": [
1905
1994
  {
@@ -1907,7 +1996,7 @@
1907
1996
  "name": "*",
1908
1997
  "declaration": {
1909
1998
  "name": "*",
1910
- "package": "./ai-criteria-search"
1999
+ "package": "./actions-menu"
1911
2000
  }
1912
2001
  },
1913
2002
  {
@@ -1915,40 +2004,53 @@
1915
2004
  "name": "*",
1916
2005
  "declaration": {
1917
2006
  "name": "*",
1918
- "package": "./ai-criteria-search.styles"
2007
+ "package": "./actions-menu.styles"
1919
2008
  }
1920
- },
2009
+ }
2010
+ ]
2011
+ },
2012
+ {
2013
+ "kind": "javascript-module",
2014
+ "path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
2015
+ "declarations": [
2016
+ {
2017
+ "kind": "variable",
2018
+ "name": "zeroAiCriteriaSearchStyles",
2019
+ "default": "css`\n ${foundationAiCriteriaSearchStyles}\n`"
2020
+ }
2021
+ ],
2022
+ "exports": [
1921
2023
  {
1922
2024
  "kind": "js",
1923
- "name": "*",
2025
+ "name": "zeroAiCriteriaSearchStyles",
1924
2026
  "declaration": {
1925
- "name": "*",
1926
- "package": "./ai-criteria-search.template"
2027
+ "name": "zeroAiCriteriaSearchStyles",
2028
+ "module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
1927
2029
  }
1928
2030
  }
1929
2031
  ]
1930
2032
  },
1931
2033
  {
1932
2034
  "kind": "javascript-module",
1933
- "path": "src/actions-menu/actions-menu.styles.ts",
2035
+ "path": "src/ai-criteria-search/ai-criteria-search.template.ts",
1934
2036
  "declarations": [
1935
2037
  {
1936
2038
  "kind": "function",
1937
- "name": "zeroActionsMenuStyles",
2039
+ "name": "zeroAiCriteriaSearchTemplate",
1938
2040
  "return": {
1939
2041
  "type": {
1940
- "text": "ElementStyles"
2042
+ "text": "ViewTemplate<AiCriteriaSearch>"
1941
2043
  }
1942
2044
  },
1943
2045
  "parameters": [
1944
2046
  {
1945
- "name": "context",
2047
+ "name": "_context",
1946
2048
  "type": {
1947
2049
  "text": "ElementDefinitionContext"
1948
2050
  }
1949
2051
  },
1950
2052
  {
1951
- "name": "definition",
2053
+ "name": "_definition",
1952
2054
  "type": {
1953
2055
  "text": "FoundationElementDefinition"
1954
2056
  }
@@ -1959,383 +2061,273 @@
1959
2061
  "exports": [
1960
2062
  {
1961
2063
  "kind": "js",
1962
- "name": "zeroActionsMenuStyles",
2064
+ "name": "zeroAiCriteriaSearchTemplate",
1963
2065
  "declaration": {
1964
- "name": "zeroActionsMenuStyles",
1965
- "module": "src/actions-menu/actions-menu.styles.ts"
2066
+ "name": "zeroAiCriteriaSearchTemplate",
2067
+ "module": "src/ai-criteria-search/ai-criteria-search.template.ts"
1966
2068
  }
1967
2069
  }
1968
2070
  ]
1969
2071
  },
1970
2072
  {
1971
2073
  "kind": "javascript-module",
1972
- "path": "src/actions-menu/actions-menu.ts",
2074
+ "path": "src/ai-criteria-search/ai-criteria-search.ts",
1973
2075
  "declarations": [
1974
2076
  {
1975
2077
  "kind": "class",
1976
2078
  "description": "",
1977
- "name": "ActionsMenu",
2079
+ "name": "AiCriteriaSearch",
1978
2080
  "superclass": {
1979
- "name": "FoundationActionsMenu",
2081
+ "name": "FoundationAiCriteriaSearch",
1980
2082
  "package": "@genesislcap/foundation-ui"
1981
2083
  },
1982
- "tagName": "%%prefix%%-actions-menu",
2084
+ "tagName": "%%prefix%%-ai-criteria-search",
1983
2085
  "customElement": true,
1984
2086
  "attributes": [
1985
2087
  {
1986
- "name": "is-vertical",
1987
- "type": {
1988
- "text": "boolean"
1989
- },
1990
- "default": "false",
1991
- "fieldName": "isVertical",
1992
- "inheritedFrom": {
1993
- "name": "ActionsMenu",
1994
- "module": "src/actions-menu/actions-menu.ts"
1995
- }
1996
- },
1997
- {
1998
- "name": "add-default-actions",
1999
- "type": {
2000
- "text": "boolean"
2001
- },
2002
- "default": "true",
2003
- "fieldName": "addDefaultActions",
2004
- "inheritedFrom": {
2005
- "name": "ActionsMenu",
2006
- "module": "src/actions-menu/actions-menu.ts"
2007
- }
2008
- },
2009
- {
2010
- "name": "auto-close-on-action",
2011
- "type": {
2012
- "text": "boolean"
2013
- },
2014
- "default": "true",
2015
- "fieldName": "autoCloseOnAction",
2016
- "inheritedFrom": {
2017
- "name": "ActionsMenu",
2018
- "module": "src/actions-menu/actions-menu.ts"
2019
- }
2020
- },
2021
- {
2022
- "name": "name",
2023
- "type": {
2024
- "text": "string"
2025
- },
2026
- "default": "'Actions'",
2027
- "fieldName": "name",
2028
- "inheritedFrom": {
2029
- "name": "ActionsMenu",
2030
- "module": "src/actions-menu/actions-menu.ts"
2031
- }
2032
- },
2033
- {
2034
- "name": "open",
2035
- "type": {
2036
- "text": "boolean"
2037
- },
2038
- "default": "false",
2039
- "fieldName": "open",
2040
- "inheritedFrom": {
2041
- "name": "ActionsMenu",
2042
- "module": "src/actions-menu/actions-menu.ts"
2043
- }
2044
- },
2045
- {
2046
- "name": "buttonAppearance",
2088
+ "name": "placeholder",
2047
2089
  "type": {
2048
2090
  "text": "string"
2049
2091
  },
2050
- "fieldName": "buttonAppearance",
2092
+ "default": "'Describe your search criteria in natural language...'",
2093
+ "fieldName": "placeholder",
2051
2094
  "inheritedFrom": {
2052
- "name": "ActionsMenu",
2053
- "module": "src/actions-menu/actions-menu.ts"
2095
+ "name": "AiCriteriaSearch",
2096
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2054
2097
  }
2055
2098
  },
2056
2099
  {
2057
- "name": "hide-disabled",
2058
2100
  "type": {
2059
2101
  "text": "boolean"
2060
2102
  },
2061
- "default": "false",
2062
- "fieldName": "hideDisabled",
2103
+ "fieldName": "disabled",
2063
2104
  "inheritedFrom": {
2064
- "name": "ActionsMenu",
2065
- "module": "src/actions-menu/actions-menu.ts"
2105
+ "name": "AiCriteriaSearch",
2106
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2066
2107
  }
2067
2108
  },
2068
2109
  {
2069
- "name": "hide-menu-single-option",
2110
+ "name": "mode",
2070
2111
  "type": {
2071
- "text": "boolean"
2112
+ "text": "'append' | 'replace'"
2072
2113
  },
2073
- "default": "false",
2074
- "fieldName": "hideMenuSingleOption",
2114
+ "default": "'replace'",
2115
+ "fieldName": "mode",
2075
2116
  "inheritedFrom": {
2076
- "name": "ActionsMenu",
2077
- "module": "src/actions-menu/actions-menu.ts"
2117
+ "name": "AiCriteriaSearch",
2118
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2078
2119
  }
2079
2120
  }
2080
2121
  ],
2081
2122
  "members": [
2082
2123
  {
2083
2124
  "kind": "field",
2084
- "name": "actions",
2125
+ "name": "aiProvider",
2085
2126
  "type": {
2086
- "text": "ActionMenuItem[]"
2127
+ "text": "AIProvider"
2087
2128
  },
2088
2129
  "inheritedFrom": {
2089
- "name": "ActionsMenu",
2090
- "module": "src/actions-menu/actions-menu.ts"
2130
+ "name": "AiCriteriaSearch",
2131
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2091
2132
  }
2092
2133
  },
2093
2134
  {
2094
2135
  "kind": "field",
2095
- "name": "isVertical",
2136
+ "name": "placeholder",
2096
2137
  "type": {
2097
- "text": "boolean"
2138
+ "text": "string"
2098
2139
  },
2099
- "default": "false",
2140
+ "default": "'Describe your search criteria in natural language...'",
2100
2141
  "inheritedFrom": {
2101
- "name": "ActionsMenu",
2102
- "module": "src/actions-menu/actions-menu.ts"
2142
+ "name": "AiCriteriaSearch",
2143
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2103
2144
  }
2104
2145
  },
2105
2146
  {
2106
2147
  "kind": "field",
2107
- "name": "addDefaultActions",
2148
+ "name": "disabled",
2108
2149
  "type": {
2109
2150
  "text": "boolean"
2110
2151
  },
2111
- "default": "true",
2112
2152
  "inheritedFrom": {
2113
- "name": "ActionsMenu",
2114
- "module": "src/actions-menu/actions-menu.ts"
2153
+ "name": "AiCriteriaSearch",
2154
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2115
2155
  }
2116
2156
  },
2117
2157
  {
2118
2158
  "kind": "field",
2119
- "name": "autoCloseOnAction",
2159
+ "name": "mode",
2120
2160
  "type": {
2121
- "text": "boolean"
2161
+ "text": "'append' | 'replace'"
2122
2162
  },
2123
- "default": "true",
2163
+ "default": "'replace'",
2124
2164
  "inheritedFrom": {
2125
- "name": "ActionsMenu",
2126
- "module": "src/actions-menu/actions-menu.ts"
2165
+ "name": "AiCriteriaSearch",
2166
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2127
2167
  }
2128
2168
  },
2129
2169
  {
2130
2170
  "kind": "field",
2131
- "name": "classNames",
2171
+ "name": "inputValue",
2132
2172
  "type": {
2133
2173
  "text": "string"
2134
2174
  },
2175
+ "default": "''",
2135
2176
  "inheritedFrom": {
2136
- "name": "ActionsMenu",
2137
- "module": "src/actions-menu/actions-menu.ts"
2177
+ "name": "AiCriteriaSearch",
2178
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2138
2179
  }
2139
2180
  },
2140
2181
  {
2141
2182
  "kind": "field",
2142
- "name": "definition",
2183
+ "name": "isInterpreting",
2143
2184
  "type": {
2144
- "text": "any"
2185
+ "text": "boolean"
2145
2186
  },
2187
+ "default": "false",
2146
2188
  "inheritedFrom": {
2147
- "name": "ActionsMenu",
2148
- "module": "src/actions-menu/actions-menu.ts"
2189
+ "name": "AiCriteriaSearch",
2190
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2149
2191
  }
2150
2192
  },
2151
2193
  {
2152
2194
  "kind": "field",
2153
- "name": "name",
2195
+ "name": "lastValidCriteria",
2154
2196
  "type": {
2155
- "text": "string"
2197
+ "text": "string | null"
2156
2198
  },
2157
- "default": "'Actions'",
2199
+ "default": "null",
2158
2200
  "inheritedFrom": {
2159
- "name": "ActionsMenu",
2160
- "module": "src/actions-menu/actions-menu.ts"
2201
+ "name": "AiCriteriaSearch",
2202
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2161
2203
  }
2162
2204
  },
2163
2205
  {
2164
2206
  "kind": "field",
2165
- "name": "open",
2207
+ "name": "fieldMetadata",
2166
2208
  "type": {
2167
- "text": "boolean"
2209
+ "text": "MetadataDetail[] | string[]"
2168
2210
  },
2169
- "default": "false",
2211
+ "default": "[]",
2170
2212
  "inheritedFrom": {
2171
- "name": "ActionsMenu",
2172
- "module": "src/actions-menu/actions-menu.ts"
2213
+ "name": "AiCriteriaSearch",
2214
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2173
2215
  }
2174
2216
  },
2175
2217
  {
2176
2218
  "kind": "field",
2177
- "name": "buttonAppearance",
2219
+ "name": "isRecording",
2178
2220
  "type": {
2179
- "text": "string"
2221
+ "text": "boolean"
2180
2222
  },
2223
+ "default": "false",
2181
2224
  "inheritedFrom": {
2182
- "name": "ActionsMenu",
2183
- "module": "src/actions-menu/actions-menu.ts"
2225
+ "name": "AiCriteriaSearch",
2226
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2184
2227
  }
2185
2228
  },
2186
2229
  {
2187
2230
  "kind": "field",
2188
- "name": "hideDisabled",
2231
+ "name": "textAreaRef",
2189
2232
  "type": {
2190
- "text": "boolean"
2233
+ "text": "HTMLTextAreaElement"
2191
2234
  },
2192
- "default": "false",
2235
+ "privacy": "public",
2193
2236
  "inheritedFrom": {
2194
- "name": "ActionsMenu",
2195
- "module": "src/actions-menu/actions-menu.ts"
2237
+ "name": "AiCriteriaSearch",
2238
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2196
2239
  }
2197
2240
  },
2198
2241
  {
2199
2242
  "kind": "field",
2200
- "name": "hideMenuSingleOption",
2243
+ "name": "stopRecording",
2201
2244
  "type": {
2202
- "text": "boolean"
2245
+ "text": "(() => void) | null"
2203
2246
  },
2204
- "default": "false",
2247
+ "privacy": "private",
2248
+ "default": "null",
2205
2249
  "inheritedFrom": {
2206
- "name": "ActionsMenu",
2207
- "module": "src/actions-menu/actions-menu.ts"
2250
+ "name": "AiCriteriaSearch",
2251
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2208
2252
  }
2209
2253
  },
2210
2254
  {
2211
2255
  "kind": "field",
2212
- "name": "singleOption",
2256
+ "name": "speechApplyDebounceTimer",
2213
2257
  "type": {
2214
- "text": "ActionMenuItem"
2258
+ "text": "ReturnType<typeof setTimeout> | null"
2215
2259
  },
2260
+ "privacy": "private",
2261
+ "default": "null",
2216
2262
  "inheritedFrom": {
2217
- "name": "ActionsMenu",
2218
- "module": "src/actions-menu/actions-menu.ts"
2263
+ "name": "AiCriteriaSearch",
2264
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2219
2265
  }
2220
2266
  },
2221
2267
  {
2222
2268
  "kind": "field",
2223
- "name": "actionsMenu",
2269
+ "name": "baseInputForAppend",
2224
2270
  "type": {
2225
- "text": "HTMLElement"
2271
+ "text": "string"
2226
2272
  },
2273
+ "privacy": "private",
2274
+ "default": "''",
2227
2275
  "inheritedFrom": {
2228
- "name": "ActionsMenu",
2229
- "module": "src/actions-menu/actions-menu.ts"
2276
+ "name": "AiCriteriaSearch",
2277
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2230
2278
  }
2231
2279
  },
2232
2280
  {
2233
- "kind": "method",
2234
- "name": "definitionChanged",
2235
- "privacy": "protected",
2236
- "parameters": [
2237
- {
2238
- "name": "oldValue",
2239
- "type": {
2240
- "text": "any"
2241
- }
2242
- },
2243
- {
2244
- "name": "newValue",
2245
- "type": {
2246
- "text": "any"
2247
- }
2248
- }
2249
- ],
2281
+ "kind": "field",
2282
+ "name": "speechAvailable",
2283
+ "type": {
2284
+ "text": "boolean"
2285
+ },
2286
+ "readonly": true,
2250
2287
  "inheritedFrom": {
2251
- "name": "ActionsMenu",
2252
- "module": "src/actions-menu/actions-menu.ts"
2288
+ "name": "AiCriteriaSearch",
2289
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2253
2290
  }
2254
2291
  },
2255
2292
  {
2256
2293
  "kind": "method",
2257
- "name": "openChanged",
2258
- "privacy": "protected",
2294
+ "name": "handleSubmit",
2259
2295
  "inheritedFrom": {
2260
- "name": "ActionsMenu",
2261
- "module": "src/actions-menu/actions-menu.ts"
2296
+ "name": "AiCriteriaSearch",
2297
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2262
2298
  }
2263
2299
  },
2264
2300
  {
2265
2301
  "kind": "method",
2266
- "name": "toggleActionsMenuVisibility",
2302
+ "name": "handleBlur",
2267
2303
  "inheritedFrom": {
2268
- "name": "ActionsMenu",
2269
- "module": "src/actions-menu/actions-menu.ts"
2304
+ "name": "AiCriteriaSearch",
2305
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2270
2306
  }
2271
2307
  },
2272
2308
  {
2273
2309
  "kind": "method",
2274
- "name": "onActionMenuItemClick",
2275
- "parameters": [
2276
- {
2277
- "name": "callback",
2278
- "type": {
2279
- "text": "(rowData) => void | any"
2280
- }
2281
- }
2282
- ],
2283
- "inheritedFrom": {
2284
- "name": "ActionsMenu",
2285
- "module": "src/actions-menu/actions-menu.ts"
2286
- }
2287
- },
2288
- {
2289
- "kind": "field",
2290
- "name": "allActions",
2291
- "type": {
2292
- "text": "ActionMenuItem[]"
2293
- },
2294
- "readonly": true,
2295
- "inheritedFrom": {
2296
- "name": "ActionsMenu",
2297
- "module": "src/actions-menu/actions-menu.ts"
2298
- }
2299
- },
2300
- {
2301
- "kind": "field",
2302
- "name": "rowData",
2303
- "readonly": true,
2310
+ "name": "clear",
2304
2311
  "inheritedFrom": {
2305
- "name": "ActionsMenu",
2306
- "module": "src/actions-menu/actions-menu.ts"
2312
+ "name": "AiCriteriaSearch",
2313
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2307
2314
  }
2308
2315
  },
2309
2316
  {
2310
2317
  "kind": "method",
2311
- "name": "getLabel",
2312
- "parameters": [
2313
- {
2314
- "name": "name",
2315
- "type": {
2316
- "text": "string | ((rowData: any) => string)"
2317
- }
2318
- }
2319
- ],
2318
+ "name": "toggleSpeechInput",
2320
2319
  "inheritedFrom": {
2321
- "name": "ActionsMenu",
2322
- "module": "src/actions-menu/actions-menu.ts"
2320
+ "name": "AiCriteriaSearch",
2321
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2323
2322
  }
2324
2323
  },
2325
2324
  {
2326
2325
  "kind": "method",
2327
- "name": "getTemplate",
2328
- "parameters": [
2329
- {
2330
- "name": "prefix",
2331
- "type": {
2332
- "text": "string"
2333
- }
2334
- }
2335
- ],
2326
+ "name": "clearSpeechApplyDebounce",
2327
+ "privacy": "private",
2336
2328
  "inheritedFrom": {
2337
- "name": "ActionsMenu",
2338
- "module": "src/actions-menu/actions-menu.ts"
2329
+ "name": "AiCriteriaSearch",
2330
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2339
2331
  }
2340
2332
  },
2341
2333
  {
@@ -2453,33 +2445,33 @@
2453
2445
  },
2454
2446
  {
2455
2447
  "kind": "variable",
2456
- "name": "zeroActionsMenu",
2457
- "description": "The Zero Actions Menu",
2448
+ "name": "zeroAiCriteriaSearch",
2449
+ "description": "The Zero AI Criteria Search",
2458
2450
  "privacy": "public"
2459
2451
  }
2460
2452
  ],
2461
2453
  "exports": [
2462
2454
  {
2463
2455
  "kind": "js",
2464
- "name": "ActionsMenu",
2456
+ "name": "AiCriteriaSearch",
2465
2457
  "declaration": {
2466
- "name": "ActionsMenu",
2467
- "module": "src/actions-menu/actions-menu.ts"
2458
+ "name": "AiCriteriaSearch",
2459
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2468
2460
  }
2469
2461
  },
2470
2462
  {
2471
2463
  "kind": "js",
2472
- "name": "zeroActionsMenu",
2464
+ "name": "zeroAiCriteriaSearch",
2473
2465
  "declaration": {
2474
- "name": "zeroActionsMenu",
2475
- "module": "src/actions-menu/actions-menu.ts"
2466
+ "name": "zeroAiCriteriaSearch",
2467
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2476
2468
  }
2477
2469
  }
2478
2470
  ]
2479
2471
  },
2480
2472
  {
2481
2473
  "kind": "javascript-module",
2482
- "path": "src/actions-menu/index.ts",
2474
+ "path": "src/ai-criteria-search/index.ts",
2483
2475
  "declarations": [],
2484
2476
  "exports": [
2485
2477
  {
@@ -2487,7 +2479,7 @@
2487
2479
  "name": "*",
2488
2480
  "declaration": {
2489
2481
  "name": "*",
2490
- "package": "./actions-menu"
2482
+ "package": "./ai-criteria-search"
2491
2483
  }
2492
2484
  },
2493
2485
  {
@@ -2495,7 +2487,15 @@
2495
2487
  "name": "*",
2496
2488
  "declaration": {
2497
2489
  "name": "*",
2498
- "package": "./actions-menu.styles"
2490
+ "package": "./ai-criteria-search.styles"
2491
+ }
2492
+ },
2493
+ {
2494
+ "kind": "js",
2495
+ "name": "*",
2496
+ "declaration": {
2497
+ "name": "*",
2498
+ "package": "./ai-criteria-search.template"
2499
2499
  }
2500
2500
  }
2501
2501
  ]
@@ -39861,6 +39861,43 @@
39861
39861
  "module": "src/text-field/text-field.ts"
39862
39862
  }
39863
39863
  },
39864
+ {
39865
+ "name": "prefix",
39866
+ "type": {
39867
+ "text": "string"
39868
+ },
39869
+ "description": "Optional non-editable label shown on the left inside the field, before the input.",
39870
+ "fieldName": "prefix",
39871
+ "inheritedFrom": {
39872
+ "name": "TextField",
39873
+ "module": "src/text-field/text-field.ts"
39874
+ }
39875
+ },
39876
+ {
39877
+ "name": "suffix",
39878
+ "type": {
39879
+ "text": "string"
39880
+ },
39881
+ "description": "Optional non-editable suffix (e.g. unit label) shown on the right inside the field.",
39882
+ "fieldName": "suffix",
39883
+ "inheritedFrom": {
39884
+ "name": "TextField",
39885
+ "module": "src/text-field/text-field.ts"
39886
+ }
39887
+ },
39888
+ {
39889
+ "name": "hide-affix-from-screen-reader",
39890
+ "type": {
39891
+ "text": "boolean"
39892
+ },
39893
+ "default": "false",
39894
+ "description": "When true, prefix/suffix are not exposed to assistive technology (`aria-hidden` on affixes, and their ids are omitted from the control’s `aria-describedby`).\nUse only when the unit or symbol is redundant with the visible label or other text.",
39895
+ "fieldName": "hideAffixFromScreenReader",
39896
+ "inheritedFrom": {
39897
+ "name": "TextField",
39898
+ "module": "src/text-field/text-field.ts"
39899
+ }
39900
+ },
39864
39901
  {
39865
39902
  "name": "readonly",
39866
39903
  "type": {
@@ -39987,6 +40024,43 @@
39987
40024
  "module": "src/text-field/text-field.ts"
39988
40025
  }
39989
40026
  },
40027
+ {
40028
+ "kind": "field",
40029
+ "name": "prefix",
40030
+ "type": {
40031
+ "text": "string"
40032
+ },
40033
+ "description": "Optional non-editable label shown on the left inside the field, before the input.",
40034
+ "inheritedFrom": {
40035
+ "name": "TextField",
40036
+ "module": "src/text-field/text-field.ts"
40037
+ }
40038
+ },
40039
+ {
40040
+ "kind": "field",
40041
+ "name": "suffix",
40042
+ "type": {
40043
+ "text": "string"
40044
+ },
40045
+ "description": "Optional non-editable suffix (e.g. unit label) shown on the right inside the field.",
40046
+ "inheritedFrom": {
40047
+ "name": "TextField",
40048
+ "module": "src/text-field/text-field.ts"
40049
+ }
40050
+ },
40051
+ {
40052
+ "kind": "field",
40053
+ "name": "hideAffixFromScreenReader",
40054
+ "type": {
40055
+ "text": "boolean"
40056
+ },
40057
+ "default": "false",
40058
+ "description": "When true, prefix/suffix are not exposed to assistive technology (`aria-hidden` on affixes, and their ids are omitted from the control’s `aria-describedby`).\nUse only when the unit or symbol is redundant with the visible label or other text.",
40059
+ "inheritedFrom": {
40060
+ "name": "TextField",
40061
+ "module": "src/text-field/text-field.ts"
40062
+ }
40063
+ },
39990
40064
  {
39991
40065
  "kind": "field",
39992
40066
  "name": "readOnly",