@genesislcap/foundation-ui 14.260.2-alpha-9e268e0.0 → 14.260.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/custom-elements.json +503 -494
  2. package/package.json +18 -18
@@ -1489,11 +1489,11 @@
1489
1489
  },
1490
1490
  {
1491
1491
  "kind": "javascript-module",
1492
- "path": "src/anchor/anchor.styles.ts",
1492
+ "path": "src/actions-menu/actions-menu.styles.ts",
1493
1493
  "declarations": [
1494
1494
  {
1495
1495
  "kind": "function",
1496
- "name": "foundationAnchorStyles",
1496
+ "name": "actionsMenuBaseStyles",
1497
1497
  "return": {
1498
1498
  "type": {
1499
1499
  "text": "ElementStyles"
@@ -1513,29 +1513,13 @@
1513
1513
  }
1514
1514
  }
1515
1515
  ]
1516
- }
1517
- ],
1518
- "exports": [
1519
- {
1520
- "kind": "js",
1521
- "name": "foundationAnchorStyles",
1522
- "declaration": {
1523
- "name": "foundationAnchorStyles",
1524
- "module": "src/anchor/anchor.styles.ts"
1525
- }
1526
- }
1527
- ]
1528
- },
1529
- {
1530
- "kind": "javascript-module",
1531
- "path": "src/anchor/anchor.template.ts",
1532
- "declarations": [
1516
+ },
1533
1517
  {
1534
1518
  "kind": "function",
1535
- "name": "foundationAnchorTemplate",
1519
+ "name": "foundationActionsMenuStyles",
1536
1520
  "return": {
1537
1521
  "type": {
1538
- "text": "ViewTemplate<Anchor>"
1522
+ "text": "ElementStyles"
1539
1523
  }
1540
1524
  },
1541
1525
  "parameters": [
@@ -1557,253 +1541,269 @@
1557
1541
  "exports": [
1558
1542
  {
1559
1543
  "kind": "js",
1560
- "name": "foundationAnchorTemplate",
1544
+ "name": "actionsMenuBaseStyles",
1561
1545
  "declaration": {
1562
- "name": "foundationAnchorTemplate",
1563
- "module": "src/anchor/anchor.template.ts"
1546
+ "name": "actionsMenuBaseStyles",
1547
+ "module": "src/actions-menu/actions-menu.styles.ts"
1548
+ }
1549
+ },
1550
+ {
1551
+ "kind": "js",
1552
+ "name": "foundationActionsMenuStyles",
1553
+ "declaration": {
1554
+ "name": "foundationActionsMenuStyles",
1555
+ "module": "src/actions-menu/actions-menu.styles.ts"
1564
1556
  }
1565
1557
  }
1566
1558
  ]
1567
1559
  },
1568
1560
  {
1569
1561
  "kind": "javascript-module",
1570
- "path": "src/anchor/anchor.ts",
1562
+ "path": "src/actions-menu/actions-menu.template.ts",
1571
1563
  "declarations": [
1572
1564
  {
1573
- "kind": "class",
1574
- "description": "",
1575
- "name": "Anchor",
1576
- "superclass": {
1577
- "name": "FASTAnchor",
1578
- "package": "@microsoft/fast-components"
1579
- },
1580
- "tagName": "%%prefix%%-anchor",
1581
- "customElement": true,
1582
- "attributes": [
1583
- {
1584
- "name": "download",
1585
- "type": {
1586
- "text": "string"
1587
- },
1588
- "description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1589
- "fieldName": "download",
1590
- "inheritedFrom": {
1591
- "name": "Anchor",
1592
- "module": "src/anchor/anchor.ts"
1593
- }
1594
- },
1565
+ "kind": "function",
1566
+ "name": "menuTemplate",
1567
+ "parameters": [
1595
1568
  {
1596
- "name": "href",
1569
+ "name": "prefix",
1597
1570
  "type": {
1598
1571
  "text": "string"
1599
- },
1600
- "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1601
- "fieldName": "href",
1602
- "inheritedFrom": {
1603
- "name": "Anchor",
1604
- "module": "src/anchor/anchor.ts"
1605
1572
  }
1606
- },
1573
+ }
1574
+ ]
1575
+ },
1576
+ {
1577
+ "kind": "function",
1578
+ "name": "singleOptionTemplate",
1579
+ "parameters": [
1607
1580
  {
1608
- "name": "hreflang",
1581
+ "name": "prefix",
1609
1582
  "type": {
1610
1583
  "text": "string"
1611
- },
1612
- "description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1613
- "fieldName": "hreflang",
1614
- "inheritedFrom": {
1615
- "name": "Anchor",
1616
- "module": "src/anchor/anchor.ts"
1617
1584
  }
1618
- },
1585
+ }
1586
+ ]
1587
+ },
1588
+ {
1589
+ "kind": "variable",
1590
+ "name": "foundationActionsMenuTemplate",
1591
+ "type": {
1592
+ "text": "ViewTemplate<ActionsMenu>"
1593
+ },
1594
+ "default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
1595
+ }
1596
+ ],
1597
+ "exports": [
1598
+ {
1599
+ "kind": "js",
1600
+ "name": "menuTemplate",
1601
+ "declaration": {
1602
+ "name": "menuTemplate",
1603
+ "module": "src/actions-menu/actions-menu.template.ts"
1604
+ }
1605
+ },
1606
+ {
1607
+ "kind": "js",
1608
+ "name": "singleOptionTemplate",
1609
+ "declaration": {
1610
+ "name": "singleOptionTemplate",
1611
+ "module": "src/actions-menu/actions-menu.template.ts"
1612
+ }
1613
+ },
1614
+ {
1615
+ "kind": "js",
1616
+ "name": "foundationActionsMenuTemplate",
1617
+ "declaration": {
1618
+ "name": "foundationActionsMenuTemplate",
1619
+ "module": "src/actions-menu/actions-menu.template.ts"
1620
+ }
1621
+ }
1622
+ ]
1623
+ },
1624
+ {
1625
+ "kind": "javascript-module",
1626
+ "path": "src/actions-menu/actions-menu.ts",
1627
+ "declarations": [
1628
+ {
1629
+ "kind": "class",
1630
+ "description": "",
1631
+ "name": "ActionsMenu",
1632
+ "members": [
1619
1633
  {
1620
- "name": "ping",
1634
+ "kind": "field",
1635
+ "name": "actions",
1621
1636
  "type": {
1622
- "text": "string"
1623
- },
1624
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1625
- "fieldName": "ping",
1626
- "inheritedFrom": {
1627
- "name": "Anchor",
1628
- "module": "src/anchor/anchor.ts"
1637
+ "text": "ActionMenuItem[]"
1629
1638
  }
1630
1639
  },
1631
1640
  {
1632
- "name": "referrerpolicy",
1641
+ "kind": "field",
1642
+ "name": "isVertical",
1633
1643
  "type": {
1634
- "text": "string"
1644
+ "text": "boolean"
1635
1645
  },
1636
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1637
- "fieldName": "referrerpolicy",
1638
- "inheritedFrom": {
1639
- "name": "Anchor",
1640
- "module": "src/anchor/anchor.ts"
1641
- }
1646
+ "default": "false"
1642
1647
  },
1643
1648
  {
1644
- "name": "rel",
1649
+ "kind": "field",
1650
+ "name": "addDefaultActions",
1645
1651
  "type": {
1646
- "text": "string"
1652
+ "text": "boolean"
1647
1653
  },
1648
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1649
- "fieldName": "rel",
1650
- "inheritedFrom": {
1651
- "name": "Anchor",
1652
- "module": "src/anchor/anchor.ts"
1653
- }
1654
+ "default": "true"
1654
1655
  },
1655
1656
  {
1656
- "name": "target",
1657
+ "kind": "field",
1658
+ "name": "autoCloseOnAction",
1657
1659
  "type": {
1658
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
1660
+ "text": "boolean"
1659
1661
  },
1660
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1661
- "fieldName": "target",
1662
- "inheritedFrom": {
1663
- "name": "Anchor",
1664
- "module": "src/anchor/anchor.ts"
1665
- }
1662
+ "default": "true"
1666
1663
  },
1667
1664
  {
1668
- "name": "type",
1665
+ "kind": "field",
1666
+ "name": "classNames",
1669
1667
  "type": {
1670
1668
  "text": "string"
1671
- },
1672
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1673
- "fieldName": "type",
1674
- "inheritedFrom": {
1675
- "name": "Anchor",
1676
- "module": "src/anchor/anchor.ts"
1677
1669
  }
1678
- }
1679
- ],
1680
- "members": [
1670
+ },
1681
1671
  {
1682
1672
  "kind": "field",
1683
- "name": "download",
1673
+ "name": "definition",
1684
1674
  "type": {
1685
- "text": "string"
1686
- },
1687
- "privacy": "public",
1688
- "description": "Prompts the user to save the linked URL. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1689
- "inheritedFrom": {
1690
- "name": "Anchor",
1691
- "module": "src/anchor/anchor.ts"
1675
+ "text": "any"
1692
1676
  }
1693
1677
  },
1694
1678
  {
1695
1679
  "kind": "field",
1696
- "name": "href",
1680
+ "name": "name",
1697
1681
  "type": {
1698
1682
  "text": "string"
1699
1683
  },
1700
- "privacy": "public",
1701
- "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1702
- "inheritedFrom": {
1703
- "name": "Anchor",
1704
- "module": "src/anchor/anchor.ts"
1705
- }
1684
+ "default": "'Actions'"
1706
1685
  },
1707
1686
  {
1708
1687
  "kind": "field",
1709
- "name": "hreflang",
1688
+ "name": "open",
1710
1689
  "type": {
1711
- "text": "string"
1690
+ "text": "boolean"
1712
1691
  },
1713
- "privacy": "public",
1714
- "description": "Hints at the language of the referenced resource. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1715
- "inheritedFrom": {
1716
- "name": "Anchor",
1717
- "module": "src/anchor/anchor.ts"
1718
- }
1692
+ "default": "false"
1719
1693
  },
1720
1694
  {
1721
1695
  "kind": "field",
1722
- "name": "ping",
1696
+ "name": "buttonAppearance",
1723
1697
  "type": {
1724
1698
  "text": "string"
1725
- },
1726
- "privacy": "public",
1727
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1728
- "inheritedFrom": {
1729
- "name": "Anchor",
1730
- "module": "src/anchor/anchor.ts"
1731
1699
  }
1732
1700
  },
1733
1701
  {
1734
1702
  "kind": "field",
1735
- "name": "referrerpolicy",
1703
+ "name": "hideDisabled",
1736
1704
  "type": {
1737
- "text": "string"
1705
+ "text": "boolean"
1738
1706
  },
1739
- "privacy": "public",
1740
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1741
- "inheritedFrom": {
1742
- "name": "Anchor",
1743
- "module": "src/anchor/anchor.ts"
1744
- }
1707
+ "default": "false"
1745
1708
  },
1746
1709
  {
1747
1710
  "kind": "field",
1748
- "name": "rel",
1711
+ "name": "hideMenuSingleOption",
1749
1712
  "type": {
1750
- "text": "string"
1713
+ "text": "boolean"
1751
1714
  },
1752
- "privacy": "public",
1753
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1754
- "inheritedFrom": {
1755
- "name": "Anchor",
1756
- "module": "src/anchor/anchor.ts"
1757
- }
1715
+ "default": "false"
1758
1716
  },
1759
1717
  {
1760
1718
  "kind": "field",
1761
- "name": "target",
1719
+ "name": "singleOption",
1762
1720
  "type": {
1763
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
1764
- },
1765
- "privacy": "public",
1766
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1767
- "inheritedFrom": {
1768
- "name": "Anchor",
1769
- "module": "src/anchor/anchor.ts"
1721
+ "text": "ActionMenuItem"
1770
1722
  }
1771
1723
  },
1772
1724
  {
1773
1725
  "kind": "field",
1774
- "name": "type",
1726
+ "name": "actionsMenu",
1775
1727
  "type": {
1776
- "text": "string"
1777
- },
1778
- "privacy": "public",
1779
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1780
- "inheritedFrom": {
1781
- "name": "Anchor",
1782
- "module": "src/anchor/anchor.ts"
1728
+ "text": "HTMLElement"
1783
1729
  }
1784
1730
  },
1731
+ {
1732
+ "kind": "method",
1733
+ "name": "definitionChanged",
1734
+ "privacy": "protected",
1735
+ "parameters": [
1736
+ {
1737
+ "name": "oldValue",
1738
+ "type": {
1739
+ "text": "any"
1740
+ }
1741
+ },
1742
+ {
1743
+ "name": "newValue",
1744
+ "type": {
1745
+ "text": "any"
1746
+ }
1747
+ }
1748
+ ]
1749
+ },
1750
+ {
1751
+ "kind": "method",
1752
+ "name": "openChanged",
1753
+ "privacy": "protected"
1754
+ },
1755
+ {
1756
+ "kind": "method",
1757
+ "name": "toggleActionsMenuVisibility"
1758
+ },
1759
+ {
1760
+ "kind": "method",
1761
+ "name": "onActionMenuItemClick",
1762
+ "parameters": [
1763
+ {
1764
+ "name": "callback",
1765
+ "type": {
1766
+ "text": "(rowData) => void | any"
1767
+ }
1768
+ }
1769
+ ]
1770
+ },
1785
1771
  {
1786
1772
  "kind": "field",
1787
- "name": "control",
1773
+ "name": "allActions",
1788
1774
  "type": {
1789
- "text": "HTMLAnchorElement | undefined"
1775
+ "text": "ActionMenuItem[]"
1790
1776
  },
1791
- "privacy": "public",
1792
- "description": "References the root element",
1793
- "inheritedFrom": {
1794
- "name": "Anchor",
1795
- "module": "src/anchor/anchor.ts"
1796
- }
1777
+ "readonly": true
1797
1778
  },
1798
1779
  {
1799
1780
  "kind": "field",
1800
- "name": "handleUnsupportedDelegatesFocus",
1801
- "privacy": "private",
1802
- "description": "Overrides the focus call for where delegatesFocus is unsupported.\nThis check works for Chrome, Edge Chromium, FireFox, and Safari\nRelevant PR on the Firefox browser: https://phabricator.services.mozilla.com/D123858",
1803
- "inheritedFrom": {
1804
- "name": "Anchor",
1805
- "module": "src/anchor/anchor.ts"
1806
- }
1781
+ "name": "rowData",
1782
+ "readonly": true
1783
+ },
1784
+ {
1785
+ "kind": "method",
1786
+ "name": "getLabel",
1787
+ "parameters": [
1788
+ {
1789
+ "name": "name",
1790
+ "type": {
1791
+ "text": "string | ((rowData: any) => string)"
1792
+ }
1793
+ }
1794
+ ]
1795
+ },
1796
+ {
1797
+ "kind": "method",
1798
+ "name": "getTemplate",
1799
+ "parameters": [
1800
+ {
1801
+ "name": "prefix",
1802
+ "type": {
1803
+ "text": "string"
1804
+ }
1805
+ }
1806
+ ]
1807
1807
  },
1808
1808
  {
1809
1809
  "kind": "field",
@@ -1916,69 +1916,108 @@
1916
1916
  "module": "src/foundation-element/foundation-element.ts"
1917
1917
  }
1918
1918
  }
1919
- ]
1920
- },
1921
- {
1922
- "kind": "variable",
1923
- "name": "foundationAnchorShadowOptions",
1924
- "type": {
1925
- "text": "ShadowRootInit"
1926
- },
1927
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1928
- },
1929
- {
1930
- "kind": "variable",
1931
- "name": "defaultAnchorConfig",
1932
- "type": {
1933
- "text": "object"
1919
+ ],
1920
+ "attributes": [
1921
+ {
1922
+ "name": "is-vertical",
1923
+ "type": {
1924
+ "text": "boolean"
1925
+ },
1926
+ "default": "false",
1927
+ "fieldName": "isVertical"
1928
+ },
1929
+ {
1930
+ "name": "add-default-actions",
1931
+ "type": {
1932
+ "text": "boolean"
1933
+ },
1934
+ "default": "true",
1935
+ "fieldName": "addDefaultActions"
1936
+ },
1937
+ {
1938
+ "name": "auto-close-on-action",
1939
+ "type": {
1940
+ "text": "boolean"
1941
+ },
1942
+ "default": "true",
1943
+ "fieldName": "autoCloseOnAction"
1944
+ },
1945
+ {
1946
+ "name": "name",
1947
+ "type": {
1948
+ "text": "string"
1949
+ },
1950
+ "default": "'Actions'",
1951
+ "fieldName": "name"
1952
+ },
1953
+ {
1954
+ "name": "open",
1955
+ "type": {
1956
+ "text": "boolean"
1957
+ },
1958
+ "default": "false",
1959
+ "fieldName": "open"
1960
+ },
1961
+ {
1962
+ "name": "buttonAppearance",
1963
+ "type": {
1964
+ "text": "string"
1965
+ },
1966
+ "fieldName": "buttonAppearance"
1967
+ },
1968
+ {
1969
+ "name": "hide-disabled",
1970
+ "type": {
1971
+ "text": "boolean"
1972
+ },
1973
+ "default": "false",
1974
+ "fieldName": "hideDisabled"
1975
+ },
1976
+ {
1977
+ "name": "hide-menu-single-option",
1978
+ "type": {
1979
+ "text": "boolean"
1980
+ },
1981
+ "default": "false",
1982
+ "fieldName": "hideMenuSingleOption"
1983
+ }
1984
+ ],
1985
+ "superclass": {
1986
+ "name": "FoundationElement",
1987
+ "package": "@microsoft/fast-foundation"
1934
1988
  },
1935
- "default": "{}"
1989
+ "tagName": "%%prefix%%-actions-menu",
1990
+ "customElement": true
1936
1991
  },
1937
1992
  {
1938
1993
  "kind": "variable",
1939
- "name": "foundationAnchor",
1940
- "description": "The Foundation Anchor",
1994
+ "name": "foundationActionsMenu",
1995
+ "description": "The Foundation Actions Menu",
1941
1996
  "privacy": "public"
1942
1997
  }
1943
1998
  ],
1944
1999
  "exports": [
1945
2000
  {
1946
2001
  "kind": "js",
1947
- "name": "Anchor",
1948
- "declaration": {
1949
- "name": "Anchor",
1950
- "module": "src/anchor/anchor.ts"
1951
- }
1952
- },
1953
- {
1954
- "kind": "js",
1955
- "name": "foundationAnchorShadowOptions",
1956
- "declaration": {
1957
- "name": "foundationAnchorShadowOptions",
1958
- "module": "src/anchor/anchor.ts"
1959
- }
1960
- },
1961
- {
1962
- "kind": "js",
1963
- "name": "defaultAnchorConfig",
1964
- "declaration": {
1965
- "name": "defaultAnchorConfig",
1966
- "module": "src/anchor/anchor.ts"
2002
+ "name": "ActionsMenu",
2003
+ "declaration": {
2004
+ "name": "ActionsMenu",
2005
+ "module": "src/actions-menu/actions-menu.ts"
1967
2006
  }
1968
2007
  },
1969
2008
  {
1970
2009
  "kind": "js",
1971
- "name": "foundationAnchor",
2010
+ "name": "foundationActionsMenu",
1972
2011
  "declaration": {
1973
- "name": "foundationAnchor",
1974
- "module": "src/anchor/anchor.ts"
2012
+ "name": "foundationActionsMenu",
2013
+ "module": "src/actions-menu/actions-menu.ts"
1975
2014
  }
1976
2015
  }
1977
2016
  ]
1978
2017
  },
1979
2018
  {
1980
2019
  "kind": "javascript-module",
1981
- "path": "src/anchor/index.ts",
2020
+ "path": "src/actions-menu/index.ts",
1982
2021
  "declarations": [],
1983
2022
  "exports": [
1984
2023
  {
@@ -1986,7 +2025,7 @@
1986
2025
  "name": "*",
1987
2026
  "declaration": {
1988
2027
  "name": "*",
1989
- "package": "./anchor.template"
2028
+ "package": "./actions-menu.styles"
1990
2029
  }
1991
2030
  },
1992
2031
  {
@@ -1994,7 +2033,7 @@
1994
2033
  "name": "*",
1995
2034
  "declaration": {
1996
2035
  "name": "*",
1997
- "package": "./anchor.styles"
2036
+ "package": "./actions-menu.template"
1998
2037
  }
1999
2038
  },
2000
2039
  {
@@ -2002,7 +2041,7 @@
2002
2041
  "name": "*",
2003
2042
  "declaration": {
2004
2043
  "name": "*",
2005
- "package": "./anchor"
2044
+ "package": "./actions-menu"
2006
2045
  }
2007
2046
  }
2008
2047
  ]
@@ -3599,11 +3638,11 @@
3599
3638
  },
3600
3639
  {
3601
3640
  "kind": "javascript-module",
3602
- "path": "src/actions-menu/actions-menu.styles.ts",
3641
+ "path": "src/anchor/anchor.styles.ts",
3603
3642
  "declarations": [
3604
3643
  {
3605
3644
  "kind": "function",
3606
- "name": "actionsMenuBaseStyles",
3645
+ "name": "foundationAnchorStyles",
3607
3646
  "return": {
3608
3647
  "type": {
3609
3648
  "text": "ElementStyles"
@@ -3623,13 +3662,29 @@
3623
3662
  }
3624
3663
  }
3625
3664
  ]
3626
- },
3665
+ }
3666
+ ],
3667
+ "exports": [
3668
+ {
3669
+ "kind": "js",
3670
+ "name": "foundationAnchorStyles",
3671
+ "declaration": {
3672
+ "name": "foundationAnchorStyles",
3673
+ "module": "src/anchor/anchor.styles.ts"
3674
+ }
3675
+ }
3676
+ ]
3677
+ },
3678
+ {
3679
+ "kind": "javascript-module",
3680
+ "path": "src/anchor/anchor.template.ts",
3681
+ "declarations": [
3627
3682
  {
3628
3683
  "kind": "function",
3629
- "name": "foundationActionsMenuStyles",
3684
+ "name": "foundationAnchorTemplate",
3630
3685
  "return": {
3631
3686
  "type": {
3632
- "text": "ElementStyles"
3687
+ "text": "ViewTemplate<Anchor>"
3633
3688
  }
3634
3689
  },
3635
3690
  "parameters": [
@@ -3651,269 +3706,253 @@
3651
3706
  "exports": [
3652
3707
  {
3653
3708
  "kind": "js",
3654
- "name": "actionsMenuBaseStyles",
3655
- "declaration": {
3656
- "name": "actionsMenuBaseStyles",
3657
- "module": "src/actions-menu/actions-menu.styles.ts"
3658
- }
3659
- },
3660
- {
3661
- "kind": "js",
3662
- "name": "foundationActionsMenuStyles",
3709
+ "name": "foundationAnchorTemplate",
3663
3710
  "declaration": {
3664
- "name": "foundationActionsMenuStyles",
3665
- "module": "src/actions-menu/actions-menu.styles.ts"
3711
+ "name": "foundationAnchorTemplate",
3712
+ "module": "src/anchor/anchor.template.ts"
3666
3713
  }
3667
3714
  }
3668
3715
  ]
3669
3716
  },
3670
3717
  {
3671
3718
  "kind": "javascript-module",
3672
- "path": "src/actions-menu/actions-menu.template.ts",
3719
+ "path": "src/anchor/anchor.ts",
3673
3720
  "declarations": [
3674
3721
  {
3675
- "kind": "function",
3676
- "name": "menuTemplate",
3677
- "parameters": [
3722
+ "kind": "class",
3723
+ "description": "",
3724
+ "name": "Anchor",
3725
+ "superclass": {
3726
+ "name": "FASTAnchor",
3727
+ "package": "@microsoft/fast-components"
3728
+ },
3729
+ "tagName": "%%prefix%%-anchor",
3730
+ "customElement": true,
3731
+ "attributes": [
3678
3732
  {
3679
- "name": "prefix",
3733
+ "name": "download",
3680
3734
  "type": {
3681
3735
  "text": "string"
3736
+ },
3737
+ "description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3738
+ "fieldName": "download",
3739
+ "inheritedFrom": {
3740
+ "name": "Anchor",
3741
+ "module": "src/anchor/anchor.ts"
3682
3742
  }
3683
- }
3684
- ]
3685
- },
3686
- {
3687
- "kind": "function",
3688
- "name": "singleOptionTemplate",
3689
- "parameters": [
3743
+ },
3690
3744
  {
3691
- "name": "prefix",
3745
+ "name": "href",
3692
3746
  "type": {
3693
3747
  "text": "string"
3748
+ },
3749
+ "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3750
+ "fieldName": "href",
3751
+ "inheritedFrom": {
3752
+ "name": "Anchor",
3753
+ "module": "src/anchor/anchor.ts"
3694
3754
  }
3695
- }
3696
- ]
3697
- },
3698
- {
3699
- "kind": "variable",
3700
- "name": "foundationActionsMenuTemplate",
3701
- "type": {
3702
- "text": "ViewTemplate<ActionsMenu>"
3703
- },
3704
- "default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
3705
- }
3706
- ],
3707
- "exports": [
3708
- {
3709
- "kind": "js",
3710
- "name": "menuTemplate",
3711
- "declaration": {
3712
- "name": "menuTemplate",
3713
- "module": "src/actions-menu/actions-menu.template.ts"
3714
- }
3715
- },
3716
- {
3717
- "kind": "js",
3718
- "name": "singleOptionTemplate",
3719
- "declaration": {
3720
- "name": "singleOptionTemplate",
3721
- "module": "src/actions-menu/actions-menu.template.ts"
3722
- }
3723
- },
3724
- {
3725
- "kind": "js",
3726
- "name": "foundationActionsMenuTemplate",
3727
- "declaration": {
3728
- "name": "foundationActionsMenuTemplate",
3729
- "module": "src/actions-menu/actions-menu.template.ts"
3730
- }
3731
- }
3732
- ]
3733
- },
3734
- {
3735
- "kind": "javascript-module",
3736
- "path": "src/actions-menu/actions-menu.ts",
3737
- "declarations": [
3738
- {
3739
- "kind": "class",
3740
- "description": "",
3741
- "name": "ActionsMenu",
3742
- "members": [
3755
+ },
3743
3756
  {
3744
- "kind": "field",
3745
- "name": "actions",
3757
+ "name": "hreflang",
3746
3758
  "type": {
3747
- "text": "ActionMenuItem[]"
3759
+ "text": "string"
3760
+ },
3761
+ "description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3762
+ "fieldName": "hreflang",
3763
+ "inheritedFrom": {
3764
+ "name": "Anchor",
3765
+ "module": "src/anchor/anchor.ts"
3748
3766
  }
3749
3767
  },
3750
3768
  {
3751
- "kind": "field",
3752
- "name": "isVertical",
3769
+ "name": "ping",
3753
3770
  "type": {
3754
- "text": "boolean"
3771
+ "text": "string"
3755
3772
  },
3756
- "default": "false"
3773
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3774
+ "fieldName": "ping",
3775
+ "inheritedFrom": {
3776
+ "name": "Anchor",
3777
+ "module": "src/anchor/anchor.ts"
3778
+ }
3757
3779
  },
3758
3780
  {
3759
- "kind": "field",
3760
- "name": "addDefaultActions",
3781
+ "name": "referrerpolicy",
3761
3782
  "type": {
3762
- "text": "boolean"
3783
+ "text": "string"
3763
3784
  },
3764
- "default": "true"
3785
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3786
+ "fieldName": "referrerpolicy",
3787
+ "inheritedFrom": {
3788
+ "name": "Anchor",
3789
+ "module": "src/anchor/anchor.ts"
3790
+ }
3765
3791
  },
3766
3792
  {
3767
- "kind": "field",
3768
- "name": "autoCloseOnAction",
3793
+ "name": "rel",
3769
3794
  "type": {
3770
- "text": "boolean"
3795
+ "text": "string"
3771
3796
  },
3772
- "default": "true"
3797
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3798
+ "fieldName": "rel",
3799
+ "inheritedFrom": {
3800
+ "name": "Anchor",
3801
+ "module": "src/anchor/anchor.ts"
3802
+ }
3773
3803
  },
3804
+ {
3805
+ "name": "target",
3806
+ "type": {
3807
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
3808
+ },
3809
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3810
+ "fieldName": "target",
3811
+ "inheritedFrom": {
3812
+ "name": "Anchor",
3813
+ "module": "src/anchor/anchor.ts"
3814
+ }
3815
+ },
3816
+ {
3817
+ "name": "type",
3818
+ "type": {
3819
+ "text": "string"
3820
+ },
3821
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3822
+ "fieldName": "type",
3823
+ "inheritedFrom": {
3824
+ "name": "Anchor",
3825
+ "module": "src/anchor/anchor.ts"
3826
+ }
3827
+ }
3828
+ ],
3829
+ "members": [
3774
3830
  {
3775
3831
  "kind": "field",
3776
- "name": "classNames",
3832
+ "name": "download",
3777
3833
  "type": {
3778
3834
  "text": "string"
3835
+ },
3836
+ "privacy": "public",
3837
+ "description": "Prompts the user to save the linked URL. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3838
+ "inheritedFrom": {
3839
+ "name": "Anchor",
3840
+ "module": "src/anchor/anchor.ts"
3779
3841
  }
3780
3842
  },
3781
3843
  {
3782
3844
  "kind": "field",
3783
- "name": "definition",
3845
+ "name": "href",
3784
3846
  "type": {
3785
- "text": "any"
3847
+ "text": "string"
3848
+ },
3849
+ "privacy": "public",
3850
+ "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3851
+ "inheritedFrom": {
3852
+ "name": "Anchor",
3853
+ "module": "src/anchor/anchor.ts"
3786
3854
  }
3787
3855
  },
3788
3856
  {
3789
3857
  "kind": "field",
3790
- "name": "name",
3858
+ "name": "hreflang",
3791
3859
  "type": {
3792
3860
  "text": "string"
3793
3861
  },
3794
- "default": "'Actions'"
3862
+ "privacy": "public",
3863
+ "description": "Hints at the language of the referenced resource. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3864
+ "inheritedFrom": {
3865
+ "name": "Anchor",
3866
+ "module": "src/anchor/anchor.ts"
3867
+ }
3795
3868
  },
3796
3869
  {
3797
3870
  "kind": "field",
3798
- "name": "open",
3871
+ "name": "ping",
3799
3872
  "type": {
3800
- "text": "boolean"
3873
+ "text": "string"
3801
3874
  },
3802
- "default": "false"
3875
+ "privacy": "public",
3876
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3877
+ "inheritedFrom": {
3878
+ "name": "Anchor",
3879
+ "module": "src/anchor/anchor.ts"
3880
+ }
3803
3881
  },
3804
3882
  {
3805
3883
  "kind": "field",
3806
- "name": "buttonAppearance",
3884
+ "name": "referrerpolicy",
3807
3885
  "type": {
3808
3886
  "text": "string"
3887
+ },
3888
+ "privacy": "public",
3889
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3890
+ "inheritedFrom": {
3891
+ "name": "Anchor",
3892
+ "module": "src/anchor/anchor.ts"
3809
3893
  }
3810
3894
  },
3811
3895
  {
3812
3896
  "kind": "field",
3813
- "name": "hideDisabled",
3897
+ "name": "rel",
3814
3898
  "type": {
3815
- "text": "boolean"
3899
+ "text": "string"
3816
3900
  },
3817
- "default": "false"
3901
+ "privacy": "public",
3902
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3903
+ "inheritedFrom": {
3904
+ "name": "Anchor",
3905
+ "module": "src/anchor/anchor.ts"
3906
+ }
3818
3907
  },
3819
3908
  {
3820
3909
  "kind": "field",
3821
- "name": "hideMenuSingleOption",
3910
+ "name": "target",
3822
3911
  "type": {
3823
- "text": "boolean"
3912
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
3824
3913
  },
3825
- "default": "false"
3826
- },
3827
- {
3828
- "kind": "field",
3829
- "name": "singleOption",
3830
- "type": {
3831
- "text": "ActionMenuItem"
3914
+ "privacy": "public",
3915
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3916
+ "inheritedFrom": {
3917
+ "name": "Anchor",
3918
+ "module": "src/anchor/anchor.ts"
3832
3919
  }
3833
3920
  },
3834
3921
  {
3835
3922
  "kind": "field",
3836
- "name": "actionsMenu",
3923
+ "name": "type",
3837
3924
  "type": {
3838
- "text": "HTMLElement"
3925
+ "text": "string"
3926
+ },
3927
+ "privacy": "public",
3928
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3929
+ "inheritedFrom": {
3930
+ "name": "Anchor",
3931
+ "module": "src/anchor/anchor.ts"
3839
3932
  }
3840
3933
  },
3841
- {
3842
- "kind": "method",
3843
- "name": "definitionChanged",
3844
- "privacy": "protected",
3845
- "parameters": [
3846
- {
3847
- "name": "oldValue",
3848
- "type": {
3849
- "text": "any"
3850
- }
3851
- },
3852
- {
3853
- "name": "newValue",
3854
- "type": {
3855
- "text": "any"
3856
- }
3857
- }
3858
- ]
3859
- },
3860
- {
3861
- "kind": "method",
3862
- "name": "openChanged",
3863
- "privacy": "protected"
3864
- },
3865
- {
3866
- "kind": "method",
3867
- "name": "toggleActionsMenuVisibility"
3868
- },
3869
- {
3870
- "kind": "method",
3871
- "name": "onActionMenuItemClick",
3872
- "parameters": [
3873
- {
3874
- "name": "callback",
3875
- "type": {
3876
- "text": "(rowData) => void | any"
3877
- }
3878
- }
3879
- ]
3880
- },
3881
3934
  {
3882
3935
  "kind": "field",
3883
- "name": "allActions",
3936
+ "name": "control",
3884
3937
  "type": {
3885
- "text": "ActionMenuItem[]"
3938
+ "text": "HTMLAnchorElement | undefined"
3886
3939
  },
3887
- "readonly": true
3940
+ "privacy": "public",
3941
+ "description": "References the root element",
3942
+ "inheritedFrom": {
3943
+ "name": "Anchor",
3944
+ "module": "src/anchor/anchor.ts"
3945
+ }
3888
3946
  },
3889
3947
  {
3890
3948
  "kind": "field",
3891
- "name": "rowData",
3892
- "readonly": true
3893
- },
3894
- {
3895
- "kind": "method",
3896
- "name": "getLabel",
3897
- "parameters": [
3898
- {
3899
- "name": "name",
3900
- "type": {
3901
- "text": "string | ((rowData: any) => string)"
3902
- }
3903
- }
3904
- ]
3905
- },
3906
- {
3907
- "kind": "method",
3908
- "name": "getTemplate",
3909
- "parameters": [
3910
- {
3911
- "name": "prefix",
3912
- "type": {
3913
- "text": "string"
3914
- }
3915
- }
3916
- ]
3949
+ "name": "handleUnsupportedDelegatesFocus",
3950
+ "privacy": "private",
3951
+ "description": "Overrides the focus call for where delegatesFocus is unsupported.\nThis check works for Chrome, Edge Chromium, FireFox, and Safari\nRelevant PR on the Firefox browser: https://phabricator.services.mozilla.com/D123858",
3952
+ "inheritedFrom": {
3953
+ "name": "Anchor",
3954
+ "module": "src/anchor/anchor.ts"
3955
+ }
3917
3956
  },
3918
3957
  {
3919
3958
  "kind": "field",
@@ -4026,108 +4065,69 @@
4026
4065
  "module": "src/foundation-element/foundation-element.ts"
4027
4066
  }
4028
4067
  }
4029
- ],
4030
- "attributes": [
4031
- {
4032
- "name": "is-vertical",
4033
- "type": {
4034
- "text": "boolean"
4035
- },
4036
- "default": "false",
4037
- "fieldName": "isVertical"
4038
- },
4039
- {
4040
- "name": "add-default-actions",
4041
- "type": {
4042
- "text": "boolean"
4043
- },
4044
- "default": "true",
4045
- "fieldName": "addDefaultActions"
4046
- },
4047
- {
4048
- "name": "auto-close-on-action",
4049
- "type": {
4050
- "text": "boolean"
4051
- },
4052
- "default": "true",
4053
- "fieldName": "autoCloseOnAction"
4054
- },
4055
- {
4056
- "name": "name",
4057
- "type": {
4058
- "text": "string"
4059
- },
4060
- "default": "'Actions'",
4061
- "fieldName": "name"
4062
- },
4063
- {
4064
- "name": "open",
4065
- "type": {
4066
- "text": "boolean"
4067
- },
4068
- "default": "false",
4069
- "fieldName": "open"
4070
- },
4071
- {
4072
- "name": "buttonAppearance",
4073
- "type": {
4074
- "text": "string"
4075
- },
4076
- "fieldName": "buttonAppearance"
4077
- },
4078
- {
4079
- "name": "hide-disabled",
4080
- "type": {
4081
- "text": "boolean"
4082
- },
4083
- "default": "false",
4084
- "fieldName": "hideDisabled"
4085
- },
4086
- {
4087
- "name": "hide-menu-single-option",
4088
- "type": {
4089
- "text": "boolean"
4090
- },
4091
- "default": "false",
4092
- "fieldName": "hideMenuSingleOption"
4093
- }
4094
- ],
4095
- "superclass": {
4096
- "name": "FoundationElement",
4097
- "package": "@microsoft/fast-foundation"
4068
+ ]
4069
+ },
4070
+ {
4071
+ "kind": "variable",
4072
+ "name": "foundationAnchorShadowOptions",
4073
+ "type": {
4074
+ "text": "ShadowRootInit"
4098
4075
  },
4099
- "tagName": "%%prefix%%-actions-menu",
4100
- "customElement": true
4076
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
4101
4077
  },
4102
4078
  {
4103
4079
  "kind": "variable",
4104
- "name": "foundationActionsMenu",
4105
- "description": "The Foundation Actions Menu",
4080
+ "name": "defaultAnchorConfig",
4081
+ "type": {
4082
+ "text": "object"
4083
+ },
4084
+ "default": "{}"
4085
+ },
4086
+ {
4087
+ "kind": "variable",
4088
+ "name": "foundationAnchor",
4089
+ "description": "The Foundation Anchor",
4106
4090
  "privacy": "public"
4107
4091
  }
4108
4092
  ],
4109
4093
  "exports": [
4110
4094
  {
4111
4095
  "kind": "js",
4112
- "name": "ActionsMenu",
4096
+ "name": "Anchor",
4113
4097
  "declaration": {
4114
- "name": "ActionsMenu",
4115
- "module": "src/actions-menu/actions-menu.ts"
4098
+ "name": "Anchor",
4099
+ "module": "src/anchor/anchor.ts"
4116
4100
  }
4117
4101
  },
4118
4102
  {
4119
4103
  "kind": "js",
4120
- "name": "foundationActionsMenu",
4104
+ "name": "foundationAnchorShadowOptions",
4121
4105
  "declaration": {
4122
- "name": "foundationActionsMenu",
4123
- "module": "src/actions-menu/actions-menu.ts"
4106
+ "name": "foundationAnchorShadowOptions",
4107
+ "module": "src/anchor/anchor.ts"
4108
+ }
4109
+ },
4110
+ {
4111
+ "kind": "js",
4112
+ "name": "defaultAnchorConfig",
4113
+ "declaration": {
4114
+ "name": "defaultAnchorConfig",
4115
+ "module": "src/anchor/anchor.ts"
4116
+ }
4117
+ },
4118
+ {
4119
+ "kind": "js",
4120
+ "name": "foundationAnchor",
4121
+ "declaration": {
4122
+ "name": "foundationAnchor",
4123
+ "module": "src/anchor/anchor.ts"
4124
4124
  }
4125
4125
  }
4126
4126
  ]
4127
4127
  },
4128
4128
  {
4129
4129
  "kind": "javascript-module",
4130
- "path": "src/actions-menu/index.ts",
4130
+ "path": "src/anchor/index.ts",
4131
4131
  "declarations": [],
4132
4132
  "exports": [
4133
4133
  {
@@ -4135,7 +4135,7 @@
4135
4135
  "name": "*",
4136
4136
  "declaration": {
4137
4137
  "name": "*",
4138
- "package": "./actions-menu.styles"
4138
+ "package": "./anchor.template"
4139
4139
  }
4140
4140
  },
4141
4141
  {
@@ -4143,7 +4143,7 @@
4143
4143
  "name": "*",
4144
4144
  "declaration": {
4145
4145
  "name": "*",
4146
- "package": "./actions-menu.template"
4146
+ "package": "./anchor.styles"
4147
4147
  }
4148
4148
  },
4149
4149
  {
@@ -4151,7 +4151,7 @@
4151
4151
  "name": "*",
4152
4152
  "declaration": {
4153
4153
  "name": "*",
4154
- "package": "./actions-menu"
4154
+ "package": "./anchor"
4155
4155
  }
4156
4156
  }
4157
4157
  ]
@@ -16673,6 +16673,7 @@
16673
16673
  "type": {
16674
16674
  "text": "Config"
16675
16675
  },
16676
+ "description": "config - `Types.Config` the configuration which is required to be set for the expression builder. All properties are\ndefined under this single object to enforce that they're kept in sync with one another.\n\nIf you want to set the expression of the expression builder you should do it via the `model` property on this object.\n\nIf you're using a child class of this component with a specific model implementation you likely *don't* want to set this\nproperty directly. See example 3.",
16676
16677
  "inheritedFrom": {
16677
16678
  "name": "ExpressionBuilder",
16678
16679
  "module": "src/main/expression-builder.ts"
@@ -16684,6 +16685,7 @@
16684
16685
  "type": {
16685
16686
  "text": "Styles | undefined"
16686
16687
  },
16688
+ "description": "styles - `Types.Styles` optional configuration which allows you to set custom element tag names to be used, as well as\ncustom css to be inserted into the shadow DOM.",
16687
16689
  "inheritedFrom": {
16688
16690
  "name": "ExpressionBuilder",
16689
16691
  "module": "src/main/expression-builder.ts"
@@ -16696,6 +16698,7 @@
16696
16698
  "text": "ModelGroup | null"
16697
16699
  },
16698
16700
  "default": "null",
16701
+ "description": "model - `Types.Group` the current model which completely describes the state of the component.\n\n*IMPORTANT* you should not set this yourself via this property directly, you should always set it via the model property on the ExpressionBuilder.config block.\n\nYou may want to read from this variable to get the most up to date state, for example if you create a child component which\nhas a model which isn't valid for every single state (e.g. requires a complete rule) you can check this underlying model to\nverify what field or operator is selected.",
16699
16702
  "inheritedFrom": {
16700
16703
  "name": "ExpressionBuilder",
16701
16704
  "module": "src/main/expression-builder.ts"
@@ -17173,6 +17176,7 @@
17173
17176
  "type": {
17174
17177
  "text": "Config"
17175
17178
  },
17179
+ "description": "config - `Types.Config` the configuration which is required to be set for the expression builder. All properties are\ndefined under this single object to enforce that they're kept in sync with one another.\n\nIf you want to set the expression of the expression builder you should do it via the `model` property on this object.\n\nIf you're using a child class of this component with a specific model implementation you likely *don't* want to set this\nproperty directly. See example 3.",
17176
17180
  "inheritedFrom": {
17177
17181
  "name": "ExpressionBuilder",
17178
17182
  "module": "src/main/expression-builder.ts"
@@ -17184,6 +17188,7 @@
17184
17188
  "type": {
17185
17189
  "text": "Styles | undefined"
17186
17190
  },
17191
+ "description": "styles - `Types.Styles` optional configuration which allows you to set custom element tag names to be used, as well as\ncustom css to be inserted into the shadow DOM.",
17187
17192
  "inheritedFrom": {
17188
17193
  "name": "ExpressionBuilder",
17189
17194
  "module": "src/main/expression-builder.ts"
@@ -17196,6 +17201,7 @@
17196
17201
  "text": "ModelGroup | null"
17197
17202
  },
17198
17203
  "default": "null",
17204
+ "description": "model - `Types.Group` the current model which completely describes the state of the component.\n\n*IMPORTANT* you should not set this yourself via this property directly, you should always set it via the model property on the ExpressionBuilder.config block.\n\nYou may want to read from this variable to get the most up to date state, for example if you create a child component which\nhas a model which isn't valid for every single state (e.g. requires a complete rule) you can check this underlying model to\nverify what field or operator is selected.",
17199
17205
  "inheritedFrom": {
17200
17206
  "name": "ExpressionBuilder",
17201
17207
  "module": "src/main/expression-builder.ts"
@@ -17589,6 +17595,7 @@
17589
17595
  "type": {
17590
17596
  "text": "Config"
17591
17597
  },
17598
+ "description": "config - `Types.Config` the configuration which is required to be set for the expression builder. All properties are\ndefined under this single object to enforce that they're kept in sync with one another.\n\nIf you want to set the expression of the expression builder you should do it via the `model` property on this object.\n\nIf you're using a child class of this component with a specific model implementation you likely *don't* want to set this\nproperty directly. See example 3.",
17592
17599
  "inheritedFrom": {
17593
17600
  "name": "ExpressionBuilder",
17594
17601
  "module": "src/main/expression-builder.ts"
@@ -17600,6 +17607,7 @@
17600
17607
  "type": {
17601
17608
  "text": "Styles | undefined"
17602
17609
  },
17610
+ "description": "styles - `Types.Styles` optional configuration which allows you to set custom element tag names to be used, as well as\ncustom css to be inserted into the shadow DOM.",
17603
17611
  "inheritedFrom": {
17604
17612
  "name": "ExpressionBuilder",
17605
17613
  "module": "src/main/expression-builder.ts"
@@ -17612,6 +17620,7 @@
17612
17620
  "text": "ModelGroup | null"
17613
17621
  },
17614
17622
  "default": "null",
17623
+ "description": "model - `Types.Group` the current model which completely describes the state of the component.\n\n*IMPORTANT* you should not set this yourself via this property directly, you should always set it via the model property on the ExpressionBuilder.config block.\n\nYou may want to read from this variable to get the most up to date state, for example if you create a child component which\nhas a model which isn't valid for every single state (e.g. requires a complete rule) you can check this underlying model to\nverify what field or operator is selected.",
17615
17624
  "inheritedFrom": {
17616
17625
  "name": "ExpressionBuilder",
17617
17626
  "module": "src/main/expression-builder.ts"