@genesislcap/foundation-ui 14.439.0 → 14.439.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1400,11 +1400,11 @@
1400
1400
  },
1401
1401
  {
1402
1402
  "kind": "javascript-module",
1403
- "path": "src/accordion/accordion.styles.ts",
1403
+ "path": "src/accordion-item/accordion-item.styles.ts",
1404
1404
  "declarations": [
1405
1405
  {
1406
1406
  "kind": "function",
1407
- "name": "foundationAccordionStyles",
1407
+ "name": "foundationAccordionItemStyles",
1408
1408
  "return": {
1409
1409
  "type": {
1410
1410
  "text": "ElementStyles"
@@ -1429,24 +1429,24 @@
1429
1429
  "exports": [
1430
1430
  {
1431
1431
  "kind": "js",
1432
- "name": "foundationAccordionStyles",
1432
+ "name": "foundationAccordionItemStyles",
1433
1433
  "declaration": {
1434
- "name": "foundationAccordionStyles",
1435
- "module": "src/accordion/accordion.styles.ts"
1434
+ "name": "foundationAccordionItemStyles",
1435
+ "module": "src/accordion-item/accordion-item.styles.ts"
1436
1436
  }
1437
1437
  }
1438
1438
  ]
1439
1439
  },
1440
1440
  {
1441
1441
  "kind": "javascript-module",
1442
- "path": "src/accordion/accordion.template.ts",
1442
+ "path": "src/accordion-item/accordion-item.template.ts",
1443
1443
  "declarations": [
1444
1444
  {
1445
1445
  "kind": "function",
1446
- "name": "foundationAccordionTemplate",
1446
+ "name": "foundationAccordionItemTemplate",
1447
1447
  "return": {
1448
1448
  "type": {
1449
- "text": "ViewTemplate<Accordion>"
1449
+ "text": "ViewTemplate<AccordionItem>"
1450
1450
  }
1451
1451
  },
1452
1452
  "parameters": [
@@ -1468,237 +1468,116 @@
1468
1468
  "exports": [
1469
1469
  {
1470
1470
  "kind": "js",
1471
- "name": "foundationAccordionTemplate",
1471
+ "name": "foundationAccordionItemTemplate",
1472
1472
  "declaration": {
1473
- "name": "foundationAccordionTemplate",
1474
- "module": "src/accordion/accordion.template.ts"
1473
+ "name": "foundationAccordionItemTemplate",
1474
+ "module": "src/accordion-item/accordion-item.template.ts"
1475
1475
  }
1476
1476
  }
1477
1477
  ]
1478
1478
  },
1479
1479
  {
1480
1480
  "kind": "javascript-module",
1481
- "path": "src/accordion/accordion.ts",
1481
+ "path": "src/accordion-item/accordion-item.ts",
1482
1482
  "declarations": [
1483
1483
  {
1484
1484
  "kind": "class",
1485
1485
  "description": "",
1486
- "name": "Accordion",
1486
+ "name": "AccordionItem",
1487
1487
  "superclass": {
1488
- "name": "FASTAccordion",
1489
- "package": "@microsoft/fast-foundation"
1488
+ "name": "FASTAccordionItem",
1489
+ "package": "@microsoft/fast-components"
1490
1490
  },
1491
- "tagName": "%%prefix%%-accordion",
1491
+ "tagName": "%%prefix%%-accordion-item",
1492
1492
  "customElement": true,
1493
1493
  "attributes": [
1494
1494
  {
1495
- "name": "expand-mode",
1496
- "type": {
1497
- "text": "AccordionExpandMode"
1498
- },
1499
- "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
1500
- "fieldName": "expandmode",
1501
- "inheritedFrom": {
1502
- "name": "Accordion",
1503
- "module": "src/accordion/accordion.ts"
1504
- }
1505
- }
1506
- ],
1507
- "members": [
1508
- {
1509
- "kind": "field",
1510
- "name": "expandmode",
1495
+ "name": "heading-level",
1511
1496
  "type": {
1512
- "text": "AccordionExpandMode"
1497
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1513
1498
  },
1514
- "privacy": "public",
1515
- "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
1499
+ "default": "2",
1500
+ "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
1501
+ "fieldName": "headinglevel",
1516
1502
  "inheritedFrom": {
1517
- "name": "Accordion",
1518
- "module": "src/accordion/accordion.ts"
1503
+ "name": "AccordionItem",
1504
+ "module": "src/accordion-item/accordion-item.ts"
1519
1505
  }
1520
1506
  },
1521
1507
  {
1522
- "kind": "field",
1523
- "name": "activeid",
1524
1508
  "type": {
1525
- "text": "string | null"
1509
+ "text": "boolean"
1526
1510
  },
1527
- "privacy": "private",
1511
+ "default": "false",
1512
+ "description": "Expands or collapses the item.",
1513
+ "fieldName": "expanded",
1528
1514
  "inheritedFrom": {
1529
- "name": "Accordion",
1530
- "module": "src/accordion/accordion.ts"
1515
+ "name": "AccordionItem",
1516
+ "module": "src/accordion-item/accordion-item.ts"
1531
1517
  }
1532
1518
  },
1533
1519
  {
1534
- "kind": "field",
1535
- "name": "activeItemIndex",
1520
+ "name": "id",
1536
1521
  "type": {
1537
- "text": "number"
1522
+ "text": "string"
1538
1523
  },
1539
- "privacy": "private",
1540
- "default": "0",
1524
+ "description": "The item ID",
1525
+ "fieldName": "id",
1541
1526
  "inheritedFrom": {
1542
- "name": "Accordion",
1543
- "module": "src/accordion/accordion.ts"
1527
+ "name": "AccordionItem",
1528
+ "module": "src/accordion-item/accordion-item.ts"
1544
1529
  }
1545
- },
1530
+ }
1531
+ ],
1532
+ "members": [
1546
1533
  {
1547
1534
  "kind": "field",
1548
- "name": "accordionIds",
1535
+ "name": "headinglevel",
1549
1536
  "type": {
1550
- "text": "Array<string | null>"
1551
- },
1552
- "privacy": "private",
1553
- "inheritedFrom": {
1554
- "name": "Accordion",
1555
- "module": "src/accordion/accordion.ts"
1556
- }
1557
- },
1558
- {
1559
- "kind": "field",
1560
- "name": "change",
1561
- "privacy": "private",
1562
- "inheritedFrom": {
1563
- "name": "Accordion",
1564
- "module": "src/accordion/accordion.ts"
1565
- }
1566
- },
1567
- {
1568
- "kind": "method",
1569
- "name": "findExpandedItem",
1570
- "privacy": "private",
1571
- "return": {
1572
- "type": {
1573
- "text": "AccordionItem | null"
1574
- }
1537
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1575
1538
  },
1539
+ "privacy": "public",
1540
+ "default": "2",
1541
+ "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
1576
1542
  "inheritedFrom": {
1577
- "name": "Accordion",
1578
- "module": "src/accordion/accordion.ts"
1543
+ "name": "AccordionItem",
1544
+ "module": "src/accordion-item/accordion-item.ts"
1579
1545
  }
1580
1546
  },
1581
1547
  {
1582
1548
  "kind": "field",
1583
- "name": "setItems",
1584
- "privacy": "private",
1585
- "inheritedFrom": {
1586
- "name": "Accordion",
1587
- "module": "src/accordion/accordion.ts"
1588
- }
1589
- },
1590
- {
1591
- "kind": "method",
1592
- "name": "resetItems",
1593
- "privacy": "private",
1594
- "return": {
1595
- "type": {
1596
- "text": "void"
1597
- }
1549
+ "name": "expanded",
1550
+ "type": {
1551
+ "text": "boolean"
1598
1552
  },
1553
+ "privacy": "public",
1554
+ "default": "false",
1555
+ "description": "Expands or collapses the item.",
1599
1556
  "inheritedFrom": {
1600
- "name": "Accordion",
1601
- "module": "src/accordion/accordion.ts"
1602
- }
1603
- },
1604
- {
1605
- "kind": "field",
1606
- "name": "removeItemListeners",
1607
- "privacy": "private",
1608
- "inheritedFrom": {
1609
- "name": "Accordion",
1610
- "module": "src/accordion/accordion.ts"
1557
+ "name": "AccordionItem",
1558
+ "module": "src/accordion-item/accordion-item.ts"
1611
1559
  }
1612
1560
  },
1613
1561
  {
1614
1562
  "kind": "field",
1615
- "name": "activeItemChange",
1616
- "privacy": "private",
1617
- "inheritedFrom": {
1618
- "name": "Accordion",
1619
- "module": "src/accordion/accordion.ts"
1620
- }
1621
- },
1622
- {
1623
- "kind": "method",
1624
- "name": "getItemIds",
1625
- "privacy": "private",
1626
- "return": {
1627
- "type": {
1628
- "text": "Array<string | null>"
1629
- }
1630
- },
1631
- "inheritedFrom": {
1632
- "name": "Accordion",
1633
- "module": "src/accordion/accordion.ts"
1634
- }
1635
- },
1636
- {
1637
- "kind": "method",
1638
- "name": "isSingleExpandMode",
1639
- "privacy": "private",
1640
- "return": {
1641
- "type": {
1642
- "text": "boolean"
1643
- }
1563
+ "name": "id",
1564
+ "type": {
1565
+ "text": "string"
1644
1566
  },
1567
+ "privacy": "public",
1568
+ "description": "The item ID",
1645
1569
  "inheritedFrom": {
1646
- "name": "Accordion",
1647
- "module": "src/accordion/accordion.ts"
1648
- }
1649
- },
1650
- {
1651
- "kind": "field",
1652
- "name": "handleItemKeyDown",
1653
- "privacy": "private",
1654
- "inheritedFrom": {
1655
- "name": "Accordion",
1656
- "module": "src/accordion/accordion.ts"
1570
+ "name": "AccordionItem",
1571
+ "module": "src/accordion-item/accordion-item.ts"
1657
1572
  }
1658
1573
  },
1659
1574
  {
1660
1575
  "kind": "field",
1661
- "name": "handleItemFocus",
1662
- "privacy": "private",
1663
- "inheritedFrom": {
1664
- "name": "Accordion",
1665
- "module": "src/accordion/accordion.ts"
1666
- }
1667
- },
1668
- {
1669
- "kind": "method",
1670
- "name": "adjust",
1671
- "privacy": "private",
1672
- "return": {
1673
- "type": {
1674
- "text": "void"
1675
- }
1676
- },
1677
- "parameters": [
1678
- {
1679
- "name": "adjustment",
1680
- "type": {
1681
- "text": "number"
1682
- }
1683
- }
1684
- ],
1685
- "inheritedFrom": {
1686
- "name": "Accordion",
1687
- "module": "src/accordion/accordion.ts"
1688
- }
1689
- },
1690
- {
1691
- "kind": "method",
1692
- "name": "focusItem",
1576
+ "name": "change",
1693
1577
  "privacy": "private",
1694
- "return": {
1695
- "type": {
1696
- "text": "void"
1697
- }
1698
- },
1699
1578
  "inheritedFrom": {
1700
- "name": "Accordion",
1701
- "module": "src/accordion/accordion.ts"
1579
+ "name": "AccordionItem",
1580
+ "module": "src/accordion-item/accordion-item.ts"
1702
1581
  }
1703
1582
  },
1704
1583
  {
@@ -1815,18 +1694,18 @@
1815
1694
  ],
1816
1695
  "events": [
1817
1696
  {
1818
- "description": "Fires a custom 'change' event when the active item changes",
1697
+ "description": "Fires a custom 'change' event when the button is invoked",
1819
1698
  "name": "change",
1820
1699
  "inheritedFrom": {
1821
- "name": "Accordion",
1822
- "module": "src/accordion/accordion.ts"
1700
+ "name": "AccordionItem",
1701
+ "module": "src/accordion-item/accordion-item.ts"
1823
1702
  }
1824
1703
  }
1825
1704
  ]
1826
1705
  },
1827
1706
  {
1828
1707
  "kind": "variable",
1829
- "name": "foundationAccordionShadowOptions",
1708
+ "name": "foundationAccordionItemShadowOptions",
1830
1709
  "type": {
1831
1710
  "text": "ShadowRootInit"
1832
1711
  },
@@ -1834,57 +1713,57 @@
1834
1713
  },
1835
1714
  {
1836
1715
  "kind": "variable",
1837
- "name": "defaultAccordionConfig",
1716
+ "name": "defaultAccordionItemConfig",
1838
1717
  "type": {
1839
1718
  "text": "object"
1840
1719
  },
1841
- "default": "{}"
1720
+ "default": "{\n collapsedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"collapsed-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M9 5.44446V12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n expandedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"expanded-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"minus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n}"
1842
1721
  },
1843
1722
  {
1844
1723
  "kind": "variable",
1845
- "name": "foundationAccordion",
1846
- "description": "The Foundation Accordion",
1724
+ "name": "foundationAccordionItem",
1725
+ "description": "The Foundation Accordion Item",
1847
1726
  "privacy": "public"
1848
1727
  }
1849
1728
  ],
1850
1729
  "exports": [
1851
1730
  {
1852
1731
  "kind": "js",
1853
- "name": "Accordion",
1732
+ "name": "AccordionItem",
1854
1733
  "declaration": {
1855
- "name": "Accordion",
1856
- "module": "src/accordion/accordion.ts"
1734
+ "name": "AccordionItem",
1735
+ "module": "src/accordion-item/accordion-item.ts"
1857
1736
  }
1858
1737
  },
1859
1738
  {
1860
1739
  "kind": "js",
1861
- "name": "foundationAccordionShadowOptions",
1740
+ "name": "foundationAccordionItemShadowOptions",
1862
1741
  "declaration": {
1863
- "name": "foundationAccordionShadowOptions",
1864
- "module": "src/accordion/accordion.ts"
1742
+ "name": "foundationAccordionItemShadowOptions",
1743
+ "module": "src/accordion-item/accordion-item.ts"
1865
1744
  }
1866
1745
  },
1867
1746
  {
1868
1747
  "kind": "js",
1869
- "name": "defaultAccordionConfig",
1748
+ "name": "defaultAccordionItemConfig",
1870
1749
  "declaration": {
1871
- "name": "defaultAccordionConfig",
1872
- "module": "src/accordion/accordion.ts"
1750
+ "name": "defaultAccordionItemConfig",
1751
+ "module": "src/accordion-item/accordion-item.ts"
1873
1752
  }
1874
1753
  },
1875
1754
  {
1876
1755
  "kind": "js",
1877
- "name": "foundationAccordion",
1756
+ "name": "foundationAccordionItem",
1878
1757
  "declaration": {
1879
- "name": "foundationAccordion",
1880
- "module": "src/accordion/accordion.ts"
1758
+ "name": "foundationAccordionItem",
1759
+ "module": "src/accordion-item/accordion-item.ts"
1881
1760
  }
1882
1761
  }
1883
1762
  ]
1884
1763
  },
1885
1764
  {
1886
1765
  "kind": "javascript-module",
1887
- "path": "src/accordion/index.ts",
1766
+ "path": "src/accordion-item/index.ts",
1888
1767
  "declarations": [],
1889
1768
  "exports": [
1890
1769
  {
@@ -1892,7 +1771,7 @@
1892
1771
  "name": "*",
1893
1772
  "declaration": {
1894
1773
  "name": "*",
1895
- "package": "./accordion.template"
1774
+ "package": "./accordion-item.template"
1896
1775
  }
1897
1776
  },
1898
1777
  {
@@ -1900,7 +1779,7 @@
1900
1779
  "name": "*",
1901
1780
  "declaration": {
1902
1781
  "name": "*",
1903
- "package": "./accordion.styles"
1782
+ "package": "./accordion-item.styles"
1904
1783
  }
1905
1784
  },
1906
1785
  {
@@ -1908,49 +1787,41 @@
1908
1787
  "name": "*",
1909
1788
  "declaration": {
1910
1789
  "name": "*",
1911
- "package": "./accordion"
1790
+ "package": "./accordion-item"
1912
1791
  }
1913
1792
  }
1914
1793
  ]
1915
1794
  },
1916
1795
  {
1917
1796
  "kind": "javascript-module",
1918
- "path": "src/_config/index.ts",
1919
- "declarations": [],
1920
- "exports": [
1921
- {
1922
- "kind": "js",
1923
- "name": "*",
1924
- "declaration": {
1925
- "name": "*",
1926
- "package": "./styles"
1927
- }
1928
- },
1797
+ "path": "src/actions-menu/actions-menu.styles.ts",
1798
+ "declarations": [
1929
1799
  {
1930
- "kind": "js",
1931
- "name": "*",
1932
- "declaration": {
1933
- "name": "*",
1934
- "package": "./tokens"
1935
- }
1800
+ "kind": "function",
1801
+ "name": "actionsMenuBaseStyles",
1802
+ "return": {
1803
+ "type": {
1804
+ "text": "ElementStyles"
1805
+ }
1806
+ },
1807
+ "parameters": [
1808
+ {
1809
+ "name": "context",
1810
+ "type": {
1811
+ "text": "ElementDefinitionContext"
1812
+ }
1813
+ },
1814
+ {
1815
+ "name": "definition",
1816
+ "type": {
1817
+ "text": "FoundationElementDefinition"
1818
+ }
1819
+ }
1820
+ ]
1936
1821
  },
1937
- {
1938
- "kind": "js",
1939
- "name": "*",
1940
- "declaration": {
1941
- "name": "*",
1942
- "package": "./values"
1943
- }
1944
- }
1945
- ]
1946
- },
1947
- {
1948
- "kind": "javascript-module",
1949
- "path": "src/accordion-item/accordion-item.styles.ts",
1950
- "declarations": [
1951
1822
  {
1952
1823
  "kind": "function",
1953
- "name": "foundationAccordionItemStyles",
1824
+ "name": "foundationActionsMenuStyles",
1954
1825
  "return": {
1955
1826
  "type": {
1956
1827
  "text": "ElementStyles"
@@ -1975,562 +1846,145 @@
1975
1846
  "exports": [
1976
1847
  {
1977
1848
  "kind": "js",
1978
- "name": "foundationAccordionItemStyles",
1849
+ "name": "actionsMenuBaseStyles",
1979
1850
  "declaration": {
1980
- "name": "foundationAccordionItemStyles",
1981
- "module": "src/accordion-item/accordion-item.styles.ts"
1851
+ "name": "actionsMenuBaseStyles",
1852
+ "module": "src/actions-menu/actions-menu.styles.ts"
1853
+ }
1854
+ },
1855
+ {
1856
+ "kind": "js",
1857
+ "name": "foundationActionsMenuStyles",
1858
+ "declaration": {
1859
+ "name": "foundationActionsMenuStyles",
1860
+ "module": "src/actions-menu/actions-menu.styles.ts"
1982
1861
  }
1983
1862
  }
1984
1863
  ]
1985
1864
  },
1986
1865
  {
1987
1866
  "kind": "javascript-module",
1988
- "path": "src/accordion-item/accordion-item.template.ts",
1867
+ "path": "src/actions-menu/actions-menu.template.ts",
1989
1868
  "declarations": [
1990
1869
  {
1991
1870
  "kind": "function",
1992
- "name": "foundationAccordionItemTemplate",
1993
- "return": {
1994
- "type": {
1995
- "text": "ViewTemplate<AccordionItem>"
1996
- }
1997
- },
1871
+ "name": "menuTemplate",
1998
1872
  "parameters": [
1999
1873
  {
2000
- "name": "context",
1874
+ "name": "prefix",
2001
1875
  "type": {
2002
- "text": "ElementDefinitionContext"
1876
+ "text": "string"
2003
1877
  }
2004
- },
1878
+ }
1879
+ ]
1880
+ },
1881
+ {
1882
+ "kind": "function",
1883
+ "name": "singleOptionTemplate",
1884
+ "parameters": [
2005
1885
  {
2006
- "name": "definition",
1886
+ "name": "prefix",
2007
1887
  "type": {
2008
- "text": "FoundationElementDefinition"
1888
+ "text": "string"
2009
1889
  }
2010
1890
  }
2011
1891
  ]
1892
+ },
1893
+ {
1894
+ "kind": "variable",
1895
+ "name": "foundationActionsMenuTemplate",
1896
+ "type": {
1897
+ "text": "ViewTemplate<ActionsMenu>"
1898
+ },
1899
+ "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`"
2012
1900
  }
2013
1901
  ],
2014
1902
  "exports": [
2015
1903
  {
2016
1904
  "kind": "js",
2017
- "name": "foundationAccordionItemTemplate",
1905
+ "name": "menuTemplate",
2018
1906
  "declaration": {
2019
- "name": "foundationAccordionItemTemplate",
2020
- "module": "src/accordion-item/accordion-item.template.ts"
1907
+ "name": "menuTemplate",
1908
+ "module": "src/actions-menu/actions-menu.template.ts"
1909
+ }
1910
+ },
1911
+ {
1912
+ "kind": "js",
1913
+ "name": "singleOptionTemplate",
1914
+ "declaration": {
1915
+ "name": "singleOptionTemplate",
1916
+ "module": "src/actions-menu/actions-menu.template.ts"
1917
+ }
1918
+ },
1919
+ {
1920
+ "kind": "js",
1921
+ "name": "foundationActionsMenuTemplate",
1922
+ "declaration": {
1923
+ "name": "foundationActionsMenuTemplate",
1924
+ "module": "src/actions-menu/actions-menu.template.ts"
2021
1925
  }
2022
1926
  }
2023
1927
  ]
2024
1928
  },
2025
1929
  {
2026
1930
  "kind": "javascript-module",
2027
- "path": "src/accordion-item/accordion-item.ts",
1931
+ "path": "src/actions-menu/actions-menu.ts",
2028
1932
  "declarations": [
2029
1933
  {
2030
1934
  "kind": "class",
2031
1935
  "description": "",
2032
- "name": "AccordionItem",
2033
- "superclass": {
2034
- "name": "FASTAccordionItem",
2035
- "package": "@microsoft/fast-components"
2036
- },
2037
- "tagName": "%%prefix%%-accordion-item",
2038
- "customElement": true,
2039
- "attributes": [
1936
+ "name": "ActionsMenu",
1937
+ "members": [
2040
1938
  {
2041
- "name": "heading-level",
1939
+ "kind": "field",
1940
+ "name": "actions",
2042
1941
  "type": {
2043
- "text": "1 | 2 | 3 | 4 | 5 | 6"
2044
- },
2045
- "default": "2",
2046
- "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
2047
- "fieldName": "headinglevel",
2048
- "inheritedFrom": {
2049
- "name": "AccordionItem",
2050
- "module": "src/accordion-item/accordion-item.ts"
1942
+ "text": "ActionMenuItem[]"
2051
1943
  }
2052
1944
  },
2053
1945
  {
1946
+ "kind": "field",
1947
+ "name": "isVertical",
2054
1948
  "type": {
2055
1949
  "text": "boolean"
2056
1950
  },
2057
- "default": "false",
2058
- "description": "Expands or collapses the item.",
2059
- "fieldName": "expanded",
2060
- "inheritedFrom": {
2061
- "name": "AccordionItem",
2062
- "module": "src/accordion-item/accordion-item.ts"
2063
- }
1951
+ "default": "false"
2064
1952
  },
2065
- {
2066
- "name": "id",
2067
- "type": {
2068
- "text": "string"
2069
- },
2070
- "description": "The item ID",
2071
- "fieldName": "id",
2072
- "inheritedFrom": {
2073
- "name": "AccordionItem",
2074
- "module": "src/accordion-item/accordion-item.ts"
2075
- }
2076
- }
2077
- ],
2078
- "members": [
2079
1953
  {
2080
1954
  "kind": "field",
2081
- "name": "headinglevel",
1955
+ "name": "addDefaultActions",
2082
1956
  "type": {
2083
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1957
+ "text": "boolean"
2084
1958
  },
2085
- "privacy": "public",
2086
- "default": "2",
2087
- "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
2088
- "inheritedFrom": {
2089
- "name": "AccordionItem",
2090
- "module": "src/accordion-item/accordion-item.ts"
2091
- }
1959
+ "default": "true"
2092
1960
  },
2093
1961
  {
2094
1962
  "kind": "field",
2095
- "name": "expanded",
1963
+ "name": "autoCloseOnAction",
2096
1964
  "type": {
2097
1965
  "text": "boolean"
2098
1966
  },
2099
- "privacy": "public",
2100
- "default": "false",
2101
- "description": "Expands or collapses the item.",
2102
- "inheritedFrom": {
2103
- "name": "AccordionItem",
2104
- "module": "src/accordion-item/accordion-item.ts"
2105
- }
1967
+ "default": "true"
2106
1968
  },
2107
1969
  {
2108
1970
  "kind": "field",
2109
- "name": "id",
1971
+ "name": "classNames",
2110
1972
  "type": {
2111
1973
  "text": "string"
2112
- },
2113
- "privacy": "public",
2114
- "description": "The item ID",
2115
- "inheritedFrom": {
2116
- "name": "AccordionItem",
2117
- "module": "src/accordion-item/accordion-item.ts"
2118
1974
  }
2119
1975
  },
2120
1976
  {
2121
1977
  "kind": "field",
2122
- "name": "change",
2123
- "privacy": "private",
2124
- "inheritedFrom": {
2125
- "name": "AccordionItem",
2126
- "module": "src/accordion-item/accordion-item.ts"
1978
+ "name": "definition",
1979
+ "type": {
1980
+ "text": "any"
2127
1981
  }
2128
1982
  },
2129
1983
  {
2130
1984
  "kind": "field",
2131
- "name": "_presentation",
1985
+ "name": "name",
2132
1986
  "type": {
2133
- "text": "ComponentPresentation | null | undefined"
2134
- },
2135
- "privacy": "private",
2136
- "default": "void 0",
2137
- "inheritedFrom": {
2138
- "name": "FoundationElement",
2139
- "module": "src/foundation-element/foundation-element.ts"
2140
- }
2141
- },
2142
- {
2143
- "kind": "field",
2144
- "name": "$presentation",
2145
- "type": {
2146
- "text": "ComponentPresentation | null"
2147
- },
2148
- "privacy": "public",
2149
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2150
- "inheritedFrom": {
2151
- "name": "FoundationElement",
2152
- "module": "src/foundation-element/foundation-element.ts"
2153
- }
2154
- },
2155
- {
2156
- "kind": "field",
2157
- "name": "template",
2158
- "type": {
2159
- "text": "ElementViewTemplate | void | null"
2160
- },
2161
- "privacy": "public",
2162
- "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.",
2163
- "inheritedFrom": {
2164
- "name": "FoundationElement",
2165
- "module": "src/foundation-element/foundation-element.ts"
2166
- }
2167
- },
2168
- {
2169
- "kind": "method",
2170
- "name": "templateChanged",
2171
- "privacy": "protected",
2172
- "return": {
2173
- "type": {
2174
- "text": "void"
2175
- }
2176
- },
2177
- "inheritedFrom": {
2178
- "name": "FoundationElement",
2179
- "module": "src/foundation-element/foundation-element.ts"
2180
- }
2181
- },
2182
- {
2183
- "kind": "field",
2184
- "name": "styles",
2185
- "type": {
2186
- "text": "ElementStyles | void | null"
2187
- },
2188
- "privacy": "public",
2189
- "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.",
2190
- "inheritedFrom": {
2191
- "name": "FoundationElement",
2192
- "module": "src/foundation-element/foundation-element.ts"
2193
- }
2194
- },
2195
- {
2196
- "kind": "method",
2197
- "name": "stylesChanged",
2198
- "privacy": "protected",
2199
- "return": {
2200
- "type": {
2201
- "text": "void"
2202
- }
2203
- },
2204
- "inheritedFrom": {
2205
- "name": "FoundationElement",
2206
- "module": "src/foundation-element/foundation-element.ts"
2207
- }
2208
- },
2209
- {
2210
- "kind": "method",
2211
- "name": "compose",
2212
- "privacy": "public",
2213
- "static": true,
2214
- "return": {
2215
- "type": {
2216
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2217
- }
2218
- },
2219
- "parameters": [
2220
- {
2221
- "name": "this",
2222
- "type": {
2223
- "text": "K"
2224
- }
2225
- },
2226
- {
2227
- "name": "elementDefinition",
2228
- "type": {
2229
- "text": "T"
2230
- },
2231
- "description": "The definition of the element to create the registry\nfunction for."
2232
- }
2233
- ],
2234
- "description": "Defines an element registry function with a set of element definition defaults.",
2235
- "inheritedFrom": {
2236
- "name": "FoundationElement",
2237
- "module": "src/foundation-element/foundation-element.ts"
2238
- }
2239
- }
2240
- ],
2241
- "events": [
2242
- {
2243
- "description": "Fires a custom 'change' event when the button is invoked",
2244
- "name": "change",
2245
- "inheritedFrom": {
2246
- "name": "AccordionItem",
2247
- "module": "src/accordion-item/accordion-item.ts"
2248
- }
2249
- }
2250
- ]
2251
- },
2252
- {
2253
- "kind": "variable",
2254
- "name": "foundationAccordionItemShadowOptions",
2255
- "type": {
2256
- "text": "ShadowRootInit"
2257
- },
2258
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2259
- },
2260
- {
2261
- "kind": "variable",
2262
- "name": "defaultAccordionItemConfig",
2263
- "type": {
2264
- "text": "object"
2265
- },
2266
- "default": "{\n collapsedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"collapsed-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M9 5.44446V12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n expandedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"expanded-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"minus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n}"
2267
- },
2268
- {
2269
- "kind": "variable",
2270
- "name": "foundationAccordionItem",
2271
- "description": "The Foundation Accordion Item",
2272
- "privacy": "public"
2273
- }
2274
- ],
2275
- "exports": [
2276
- {
2277
- "kind": "js",
2278
- "name": "AccordionItem",
2279
- "declaration": {
2280
- "name": "AccordionItem",
2281
- "module": "src/accordion-item/accordion-item.ts"
2282
- }
2283
- },
2284
- {
2285
- "kind": "js",
2286
- "name": "foundationAccordionItemShadowOptions",
2287
- "declaration": {
2288
- "name": "foundationAccordionItemShadowOptions",
2289
- "module": "src/accordion-item/accordion-item.ts"
2290
- }
2291
- },
2292
- {
2293
- "kind": "js",
2294
- "name": "defaultAccordionItemConfig",
2295
- "declaration": {
2296
- "name": "defaultAccordionItemConfig",
2297
- "module": "src/accordion-item/accordion-item.ts"
2298
- }
2299
- },
2300
- {
2301
- "kind": "js",
2302
- "name": "foundationAccordionItem",
2303
- "declaration": {
2304
- "name": "foundationAccordionItem",
2305
- "module": "src/accordion-item/accordion-item.ts"
2306
- }
2307
- }
2308
- ]
2309
- },
2310
- {
2311
- "kind": "javascript-module",
2312
- "path": "src/accordion-item/index.ts",
2313
- "declarations": [],
2314
- "exports": [
2315
- {
2316
- "kind": "js",
2317
- "name": "*",
2318
- "declaration": {
2319
- "name": "*",
2320
- "package": "./accordion-item.template"
2321
- }
2322
- },
2323
- {
2324
- "kind": "js",
2325
- "name": "*",
2326
- "declaration": {
2327
- "name": "*",
2328
- "package": "./accordion-item.styles"
2329
- }
2330
- },
2331
- {
2332
- "kind": "js",
2333
- "name": "*",
2334
- "declaration": {
2335
- "name": "*",
2336
- "package": "./accordion-item"
2337
- }
2338
- }
2339
- ]
2340
- },
2341
- {
2342
- "kind": "javascript-module",
2343
- "path": "src/actions-menu/actions-menu.styles.ts",
2344
- "declarations": [
2345
- {
2346
- "kind": "function",
2347
- "name": "actionsMenuBaseStyles",
2348
- "return": {
2349
- "type": {
2350
- "text": "ElementStyles"
2351
- }
2352
- },
2353
- "parameters": [
2354
- {
2355
- "name": "context",
2356
- "type": {
2357
- "text": "ElementDefinitionContext"
2358
- }
2359
- },
2360
- {
2361
- "name": "definition",
2362
- "type": {
2363
- "text": "FoundationElementDefinition"
2364
- }
2365
- }
2366
- ]
2367
- },
2368
- {
2369
- "kind": "function",
2370
- "name": "foundationActionsMenuStyles",
2371
- "return": {
2372
- "type": {
2373
- "text": "ElementStyles"
2374
- }
2375
- },
2376
- "parameters": [
2377
- {
2378
- "name": "context",
2379
- "type": {
2380
- "text": "ElementDefinitionContext"
2381
- }
2382
- },
2383
- {
2384
- "name": "definition",
2385
- "type": {
2386
- "text": "FoundationElementDefinition"
2387
- }
2388
- }
2389
- ]
2390
- }
2391
- ],
2392
- "exports": [
2393
- {
2394
- "kind": "js",
2395
- "name": "actionsMenuBaseStyles",
2396
- "declaration": {
2397
- "name": "actionsMenuBaseStyles",
2398
- "module": "src/actions-menu/actions-menu.styles.ts"
2399
- }
2400
- },
2401
- {
2402
- "kind": "js",
2403
- "name": "foundationActionsMenuStyles",
2404
- "declaration": {
2405
- "name": "foundationActionsMenuStyles",
2406
- "module": "src/actions-menu/actions-menu.styles.ts"
2407
- }
2408
- }
2409
- ]
2410
- },
2411
- {
2412
- "kind": "javascript-module",
2413
- "path": "src/actions-menu/actions-menu.template.ts",
2414
- "declarations": [
2415
- {
2416
- "kind": "function",
2417
- "name": "menuTemplate",
2418
- "parameters": [
2419
- {
2420
- "name": "prefix",
2421
- "type": {
2422
- "text": "string"
2423
- }
2424
- }
2425
- ]
2426
- },
2427
- {
2428
- "kind": "function",
2429
- "name": "singleOptionTemplate",
2430
- "parameters": [
2431
- {
2432
- "name": "prefix",
2433
- "type": {
2434
- "text": "string"
2435
- }
2436
- }
2437
- ]
2438
- },
2439
- {
2440
- "kind": "variable",
2441
- "name": "foundationActionsMenuTemplate",
2442
- "type": {
2443
- "text": "ViewTemplate<ActionsMenu>"
2444
- },
2445
- "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`"
2446
- }
2447
- ],
2448
- "exports": [
2449
- {
2450
- "kind": "js",
2451
- "name": "menuTemplate",
2452
- "declaration": {
2453
- "name": "menuTemplate",
2454
- "module": "src/actions-menu/actions-menu.template.ts"
2455
- }
2456
- },
2457
- {
2458
- "kind": "js",
2459
- "name": "singleOptionTemplate",
2460
- "declaration": {
2461
- "name": "singleOptionTemplate",
2462
- "module": "src/actions-menu/actions-menu.template.ts"
2463
- }
2464
- },
2465
- {
2466
- "kind": "js",
2467
- "name": "foundationActionsMenuTemplate",
2468
- "declaration": {
2469
- "name": "foundationActionsMenuTemplate",
2470
- "module": "src/actions-menu/actions-menu.template.ts"
2471
- }
2472
- }
2473
- ]
2474
- },
2475
- {
2476
- "kind": "javascript-module",
2477
- "path": "src/actions-menu/actions-menu.ts",
2478
- "declarations": [
2479
- {
2480
- "kind": "class",
2481
- "description": "",
2482
- "name": "ActionsMenu",
2483
- "members": [
2484
- {
2485
- "kind": "field",
2486
- "name": "actions",
2487
- "type": {
2488
- "text": "ActionMenuItem[]"
2489
- }
2490
- },
2491
- {
2492
- "kind": "field",
2493
- "name": "isVertical",
2494
- "type": {
2495
- "text": "boolean"
2496
- },
2497
- "default": "false"
2498
- },
2499
- {
2500
- "kind": "field",
2501
- "name": "addDefaultActions",
2502
- "type": {
2503
- "text": "boolean"
2504
- },
2505
- "default": "true"
2506
- },
2507
- {
2508
- "kind": "field",
2509
- "name": "autoCloseOnAction",
2510
- "type": {
2511
- "text": "boolean"
2512
- },
2513
- "default": "true"
2514
- },
2515
- {
2516
- "kind": "field",
2517
- "name": "classNames",
2518
- "type": {
2519
- "text": "string"
2520
- }
2521
- },
2522
- {
2523
- "kind": "field",
2524
- "name": "definition",
2525
- "type": {
2526
- "text": "any"
2527
- }
2528
- },
2529
- {
2530
- "kind": "field",
2531
- "name": "name",
2532
- "type": {
2533
- "text": "string"
1987
+ "text": "string"
2534
1988
  },
2535
1989
  "default": "'Actions'"
2536
1990
  },
@@ -3945,6 +3399,552 @@
3945
3399
  }
3946
3400
  ]
3947
3401
  },
3402
+ {
3403
+ "kind": "javascript-module",
3404
+ "path": "src/_config/index.ts",
3405
+ "declarations": [],
3406
+ "exports": [
3407
+ {
3408
+ "kind": "js",
3409
+ "name": "*",
3410
+ "declaration": {
3411
+ "name": "*",
3412
+ "package": "./styles"
3413
+ }
3414
+ },
3415
+ {
3416
+ "kind": "js",
3417
+ "name": "*",
3418
+ "declaration": {
3419
+ "name": "*",
3420
+ "package": "./tokens"
3421
+ }
3422
+ },
3423
+ {
3424
+ "kind": "js",
3425
+ "name": "*",
3426
+ "declaration": {
3427
+ "name": "*",
3428
+ "package": "./values"
3429
+ }
3430
+ }
3431
+ ]
3432
+ },
3433
+ {
3434
+ "kind": "javascript-module",
3435
+ "path": "src/accordion/accordion.styles.ts",
3436
+ "declarations": [
3437
+ {
3438
+ "kind": "function",
3439
+ "name": "foundationAccordionStyles",
3440
+ "return": {
3441
+ "type": {
3442
+ "text": "ElementStyles"
3443
+ }
3444
+ },
3445
+ "parameters": [
3446
+ {
3447
+ "name": "context",
3448
+ "type": {
3449
+ "text": "ElementDefinitionContext"
3450
+ }
3451
+ },
3452
+ {
3453
+ "name": "definition",
3454
+ "type": {
3455
+ "text": "FoundationElementDefinition"
3456
+ }
3457
+ }
3458
+ ]
3459
+ }
3460
+ ],
3461
+ "exports": [
3462
+ {
3463
+ "kind": "js",
3464
+ "name": "foundationAccordionStyles",
3465
+ "declaration": {
3466
+ "name": "foundationAccordionStyles",
3467
+ "module": "src/accordion/accordion.styles.ts"
3468
+ }
3469
+ }
3470
+ ]
3471
+ },
3472
+ {
3473
+ "kind": "javascript-module",
3474
+ "path": "src/accordion/accordion.template.ts",
3475
+ "declarations": [
3476
+ {
3477
+ "kind": "function",
3478
+ "name": "foundationAccordionTemplate",
3479
+ "return": {
3480
+ "type": {
3481
+ "text": "ViewTemplate<Accordion>"
3482
+ }
3483
+ },
3484
+ "parameters": [
3485
+ {
3486
+ "name": "context",
3487
+ "type": {
3488
+ "text": "ElementDefinitionContext"
3489
+ }
3490
+ },
3491
+ {
3492
+ "name": "definition",
3493
+ "type": {
3494
+ "text": "FoundationElementDefinition"
3495
+ }
3496
+ }
3497
+ ]
3498
+ }
3499
+ ],
3500
+ "exports": [
3501
+ {
3502
+ "kind": "js",
3503
+ "name": "foundationAccordionTemplate",
3504
+ "declaration": {
3505
+ "name": "foundationAccordionTemplate",
3506
+ "module": "src/accordion/accordion.template.ts"
3507
+ }
3508
+ }
3509
+ ]
3510
+ },
3511
+ {
3512
+ "kind": "javascript-module",
3513
+ "path": "src/accordion/accordion.ts",
3514
+ "declarations": [
3515
+ {
3516
+ "kind": "class",
3517
+ "description": "",
3518
+ "name": "Accordion",
3519
+ "superclass": {
3520
+ "name": "FASTAccordion",
3521
+ "package": "@microsoft/fast-foundation"
3522
+ },
3523
+ "tagName": "%%prefix%%-accordion",
3524
+ "customElement": true,
3525
+ "attributes": [
3526
+ {
3527
+ "name": "expand-mode",
3528
+ "type": {
3529
+ "text": "AccordionExpandMode"
3530
+ },
3531
+ "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
3532
+ "fieldName": "expandmode",
3533
+ "inheritedFrom": {
3534
+ "name": "Accordion",
3535
+ "module": "src/accordion/accordion.ts"
3536
+ }
3537
+ }
3538
+ ],
3539
+ "members": [
3540
+ {
3541
+ "kind": "field",
3542
+ "name": "expandmode",
3543
+ "type": {
3544
+ "text": "AccordionExpandMode"
3545
+ },
3546
+ "privacy": "public",
3547
+ "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
3548
+ "inheritedFrom": {
3549
+ "name": "Accordion",
3550
+ "module": "src/accordion/accordion.ts"
3551
+ }
3552
+ },
3553
+ {
3554
+ "kind": "field",
3555
+ "name": "activeid",
3556
+ "type": {
3557
+ "text": "string | null"
3558
+ },
3559
+ "privacy": "private",
3560
+ "inheritedFrom": {
3561
+ "name": "Accordion",
3562
+ "module": "src/accordion/accordion.ts"
3563
+ }
3564
+ },
3565
+ {
3566
+ "kind": "field",
3567
+ "name": "activeItemIndex",
3568
+ "type": {
3569
+ "text": "number"
3570
+ },
3571
+ "privacy": "private",
3572
+ "default": "0",
3573
+ "inheritedFrom": {
3574
+ "name": "Accordion",
3575
+ "module": "src/accordion/accordion.ts"
3576
+ }
3577
+ },
3578
+ {
3579
+ "kind": "field",
3580
+ "name": "accordionIds",
3581
+ "type": {
3582
+ "text": "Array<string | null>"
3583
+ },
3584
+ "privacy": "private",
3585
+ "inheritedFrom": {
3586
+ "name": "Accordion",
3587
+ "module": "src/accordion/accordion.ts"
3588
+ }
3589
+ },
3590
+ {
3591
+ "kind": "field",
3592
+ "name": "change",
3593
+ "privacy": "private",
3594
+ "inheritedFrom": {
3595
+ "name": "Accordion",
3596
+ "module": "src/accordion/accordion.ts"
3597
+ }
3598
+ },
3599
+ {
3600
+ "kind": "method",
3601
+ "name": "findExpandedItem",
3602
+ "privacy": "private",
3603
+ "return": {
3604
+ "type": {
3605
+ "text": "AccordionItem | null"
3606
+ }
3607
+ },
3608
+ "inheritedFrom": {
3609
+ "name": "Accordion",
3610
+ "module": "src/accordion/accordion.ts"
3611
+ }
3612
+ },
3613
+ {
3614
+ "kind": "field",
3615
+ "name": "setItems",
3616
+ "privacy": "private",
3617
+ "inheritedFrom": {
3618
+ "name": "Accordion",
3619
+ "module": "src/accordion/accordion.ts"
3620
+ }
3621
+ },
3622
+ {
3623
+ "kind": "method",
3624
+ "name": "resetItems",
3625
+ "privacy": "private",
3626
+ "return": {
3627
+ "type": {
3628
+ "text": "void"
3629
+ }
3630
+ },
3631
+ "inheritedFrom": {
3632
+ "name": "Accordion",
3633
+ "module": "src/accordion/accordion.ts"
3634
+ }
3635
+ },
3636
+ {
3637
+ "kind": "field",
3638
+ "name": "removeItemListeners",
3639
+ "privacy": "private",
3640
+ "inheritedFrom": {
3641
+ "name": "Accordion",
3642
+ "module": "src/accordion/accordion.ts"
3643
+ }
3644
+ },
3645
+ {
3646
+ "kind": "field",
3647
+ "name": "activeItemChange",
3648
+ "privacy": "private",
3649
+ "inheritedFrom": {
3650
+ "name": "Accordion",
3651
+ "module": "src/accordion/accordion.ts"
3652
+ }
3653
+ },
3654
+ {
3655
+ "kind": "method",
3656
+ "name": "getItemIds",
3657
+ "privacy": "private",
3658
+ "return": {
3659
+ "type": {
3660
+ "text": "Array<string | null>"
3661
+ }
3662
+ },
3663
+ "inheritedFrom": {
3664
+ "name": "Accordion",
3665
+ "module": "src/accordion/accordion.ts"
3666
+ }
3667
+ },
3668
+ {
3669
+ "kind": "method",
3670
+ "name": "isSingleExpandMode",
3671
+ "privacy": "private",
3672
+ "return": {
3673
+ "type": {
3674
+ "text": "boolean"
3675
+ }
3676
+ },
3677
+ "inheritedFrom": {
3678
+ "name": "Accordion",
3679
+ "module": "src/accordion/accordion.ts"
3680
+ }
3681
+ },
3682
+ {
3683
+ "kind": "field",
3684
+ "name": "handleItemKeyDown",
3685
+ "privacy": "private",
3686
+ "inheritedFrom": {
3687
+ "name": "Accordion",
3688
+ "module": "src/accordion/accordion.ts"
3689
+ }
3690
+ },
3691
+ {
3692
+ "kind": "field",
3693
+ "name": "handleItemFocus",
3694
+ "privacy": "private",
3695
+ "inheritedFrom": {
3696
+ "name": "Accordion",
3697
+ "module": "src/accordion/accordion.ts"
3698
+ }
3699
+ },
3700
+ {
3701
+ "kind": "method",
3702
+ "name": "adjust",
3703
+ "privacy": "private",
3704
+ "return": {
3705
+ "type": {
3706
+ "text": "void"
3707
+ }
3708
+ },
3709
+ "parameters": [
3710
+ {
3711
+ "name": "adjustment",
3712
+ "type": {
3713
+ "text": "number"
3714
+ }
3715
+ }
3716
+ ],
3717
+ "inheritedFrom": {
3718
+ "name": "Accordion",
3719
+ "module": "src/accordion/accordion.ts"
3720
+ }
3721
+ },
3722
+ {
3723
+ "kind": "method",
3724
+ "name": "focusItem",
3725
+ "privacy": "private",
3726
+ "return": {
3727
+ "type": {
3728
+ "text": "void"
3729
+ }
3730
+ },
3731
+ "inheritedFrom": {
3732
+ "name": "Accordion",
3733
+ "module": "src/accordion/accordion.ts"
3734
+ }
3735
+ },
3736
+ {
3737
+ "kind": "field",
3738
+ "name": "_presentation",
3739
+ "type": {
3740
+ "text": "ComponentPresentation | null | undefined"
3741
+ },
3742
+ "privacy": "private",
3743
+ "default": "void 0",
3744
+ "inheritedFrom": {
3745
+ "name": "FoundationElement",
3746
+ "module": "src/foundation-element/foundation-element.ts"
3747
+ }
3748
+ },
3749
+ {
3750
+ "kind": "field",
3751
+ "name": "$presentation",
3752
+ "type": {
3753
+ "text": "ComponentPresentation | null"
3754
+ },
3755
+ "privacy": "public",
3756
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3757
+ "inheritedFrom": {
3758
+ "name": "FoundationElement",
3759
+ "module": "src/foundation-element/foundation-element.ts"
3760
+ }
3761
+ },
3762
+ {
3763
+ "kind": "field",
3764
+ "name": "template",
3765
+ "type": {
3766
+ "text": "ElementViewTemplate | void | null"
3767
+ },
3768
+ "privacy": "public",
3769
+ "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.",
3770
+ "inheritedFrom": {
3771
+ "name": "FoundationElement",
3772
+ "module": "src/foundation-element/foundation-element.ts"
3773
+ }
3774
+ },
3775
+ {
3776
+ "kind": "method",
3777
+ "name": "templateChanged",
3778
+ "privacy": "protected",
3779
+ "return": {
3780
+ "type": {
3781
+ "text": "void"
3782
+ }
3783
+ },
3784
+ "inheritedFrom": {
3785
+ "name": "FoundationElement",
3786
+ "module": "src/foundation-element/foundation-element.ts"
3787
+ }
3788
+ },
3789
+ {
3790
+ "kind": "field",
3791
+ "name": "styles",
3792
+ "type": {
3793
+ "text": "ElementStyles | void | null"
3794
+ },
3795
+ "privacy": "public",
3796
+ "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.",
3797
+ "inheritedFrom": {
3798
+ "name": "FoundationElement",
3799
+ "module": "src/foundation-element/foundation-element.ts"
3800
+ }
3801
+ },
3802
+ {
3803
+ "kind": "method",
3804
+ "name": "stylesChanged",
3805
+ "privacy": "protected",
3806
+ "return": {
3807
+ "type": {
3808
+ "text": "void"
3809
+ }
3810
+ },
3811
+ "inheritedFrom": {
3812
+ "name": "FoundationElement",
3813
+ "module": "src/foundation-element/foundation-element.ts"
3814
+ }
3815
+ },
3816
+ {
3817
+ "kind": "method",
3818
+ "name": "compose",
3819
+ "privacy": "public",
3820
+ "static": true,
3821
+ "return": {
3822
+ "type": {
3823
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3824
+ }
3825
+ },
3826
+ "parameters": [
3827
+ {
3828
+ "name": "this",
3829
+ "type": {
3830
+ "text": "K"
3831
+ }
3832
+ },
3833
+ {
3834
+ "name": "elementDefinition",
3835
+ "type": {
3836
+ "text": "T"
3837
+ },
3838
+ "description": "The definition of the element to create the registry\nfunction for."
3839
+ }
3840
+ ],
3841
+ "description": "Defines an element registry function with a set of element definition defaults.",
3842
+ "inheritedFrom": {
3843
+ "name": "FoundationElement",
3844
+ "module": "src/foundation-element/foundation-element.ts"
3845
+ }
3846
+ }
3847
+ ],
3848
+ "events": [
3849
+ {
3850
+ "description": "Fires a custom 'change' event when the active item changes",
3851
+ "name": "change",
3852
+ "inheritedFrom": {
3853
+ "name": "Accordion",
3854
+ "module": "src/accordion/accordion.ts"
3855
+ }
3856
+ }
3857
+ ]
3858
+ },
3859
+ {
3860
+ "kind": "variable",
3861
+ "name": "foundationAccordionShadowOptions",
3862
+ "type": {
3863
+ "text": "ShadowRootInit"
3864
+ },
3865
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
3866
+ },
3867
+ {
3868
+ "kind": "variable",
3869
+ "name": "defaultAccordionConfig",
3870
+ "type": {
3871
+ "text": "object"
3872
+ },
3873
+ "default": "{}"
3874
+ },
3875
+ {
3876
+ "kind": "variable",
3877
+ "name": "foundationAccordion",
3878
+ "description": "The Foundation Accordion",
3879
+ "privacy": "public"
3880
+ }
3881
+ ],
3882
+ "exports": [
3883
+ {
3884
+ "kind": "js",
3885
+ "name": "Accordion",
3886
+ "declaration": {
3887
+ "name": "Accordion",
3888
+ "module": "src/accordion/accordion.ts"
3889
+ }
3890
+ },
3891
+ {
3892
+ "kind": "js",
3893
+ "name": "foundationAccordionShadowOptions",
3894
+ "declaration": {
3895
+ "name": "foundationAccordionShadowOptions",
3896
+ "module": "src/accordion/accordion.ts"
3897
+ }
3898
+ },
3899
+ {
3900
+ "kind": "js",
3901
+ "name": "defaultAccordionConfig",
3902
+ "declaration": {
3903
+ "name": "defaultAccordionConfig",
3904
+ "module": "src/accordion/accordion.ts"
3905
+ }
3906
+ },
3907
+ {
3908
+ "kind": "js",
3909
+ "name": "foundationAccordion",
3910
+ "declaration": {
3911
+ "name": "foundationAccordion",
3912
+ "module": "src/accordion/accordion.ts"
3913
+ }
3914
+ }
3915
+ ]
3916
+ },
3917
+ {
3918
+ "kind": "javascript-module",
3919
+ "path": "src/accordion/index.ts",
3920
+ "declarations": [],
3921
+ "exports": [
3922
+ {
3923
+ "kind": "js",
3924
+ "name": "*",
3925
+ "declaration": {
3926
+ "name": "*",
3927
+ "package": "./accordion.template"
3928
+ }
3929
+ },
3930
+ {
3931
+ "kind": "js",
3932
+ "name": "*",
3933
+ "declaration": {
3934
+ "name": "*",
3935
+ "package": "./accordion.styles"
3936
+ }
3937
+ },
3938
+ {
3939
+ "kind": "js",
3940
+ "name": "*",
3941
+ "declaration": {
3942
+ "name": "*",
3943
+ "package": "./accordion"
3944
+ }
3945
+ }
3946
+ ]
3947
+ },
3948
3948
  {
3949
3949
  "kind": "javascript-module",
3950
3950
  "path": "src/anchor/anchor.styles.ts",
@@ -56527,6 +56527,197 @@
56527
56527
  }
56528
56528
  ]
56529
56529
  },
56530
+ {
56531
+ "kind": "javascript-module",
56532
+ "path": "src/ai-criteria-search/validation/criteria-ir.ts",
56533
+ "declarations": [],
56534
+ "exports": []
56535
+ },
56536
+ {
56537
+ "kind": "javascript-module",
56538
+ "path": "src/ai-criteria-search/validation/operator-map.ts",
56539
+ "declarations": [
56540
+ {
56541
+ "kind": "function",
56542
+ "name": "groupsToCriteria",
56543
+ "return": {
56544
+ "type": {
56545
+ "text": "string"
56546
+ }
56547
+ },
56548
+ "parameters": [
56549
+ {
56550
+ "name": "groups",
56551
+ "type": {
56552
+ "text": "CriteriaGroup[]"
56553
+ }
56554
+ }
56555
+ ],
56556
+ "description": "Converts validated CriteriaGroup[] to a Groovy criteria string using CriteriaBuilder.\nGroups are AND-ed at top level. Within each group, clauses use group.logic (and/or).\nIf group.negated is true, the group's combined expression is wrapped in NOT."
56557
+ },
56558
+ {
56559
+ "kind": "variable",
56560
+ "name": "STRING_OPERATORS",
56561
+ "type": {
56562
+ "text": "CriteriaOperator[]"
56563
+ },
56564
+ "default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
56565
+ },
56566
+ {
56567
+ "kind": "variable",
56568
+ "name": "NUMERIC_OPERATORS",
56569
+ "type": {
56570
+ "text": "CriteriaOperator[]"
56571
+ },
56572
+ "default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
56573
+ },
56574
+ {
56575
+ "kind": "variable",
56576
+ "name": "DATE_OPERATORS",
56577
+ "type": {
56578
+ "text": "CriteriaOperator[]"
56579
+ },
56580
+ "default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
56581
+ },
56582
+ {
56583
+ "kind": "variable",
56584
+ "name": "DATETIME_OPERATORS",
56585
+ "type": {
56586
+ "text": "CriteriaOperator[]"
56587
+ },
56588
+ "default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
56589
+ },
56590
+ {
56591
+ "kind": "variable",
56592
+ "name": "OPERATOR_DISPLAY_LABEL",
56593
+ "type": {
56594
+ "text": "Record<CriteriaOperator, string>"
56595
+ },
56596
+ "default": "{\n contains: 'contains',\n equals: '=',\n startsWith: 'starts with',\n endsWith: 'ends with',\n notEqual: '≠',\n greaterThan: '>',\n lessThan: '<',\n greaterThanOrEqual: '≥',\n lessThanOrEqual: '≤',\n dateIsToday: 'is today',\n dateIsAfter: 'after',\n dateIsBefore: 'before',\n dateIsEqual: '=',\n dateIsGreaterEqual: '≥',\n dateIsLessEqual: '≤',\n dateTimeIsAfter: 'after',\n dateTimeIsBefore: 'before',\n dateTimeIsGreaterEqual: '≥',\n dateTimeIsLessEqual: '≤',\n}"
56597
+ }
56598
+ ],
56599
+ "exports": [
56600
+ {
56601
+ "kind": "js",
56602
+ "name": "groupsToCriteria",
56603
+ "declaration": {
56604
+ "name": "groupsToCriteria",
56605
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
56606
+ }
56607
+ },
56608
+ {
56609
+ "kind": "js",
56610
+ "name": "STRING_OPERATORS",
56611
+ "declaration": {
56612
+ "name": "STRING_OPERATORS",
56613
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
56614
+ }
56615
+ },
56616
+ {
56617
+ "kind": "js",
56618
+ "name": "NUMERIC_OPERATORS",
56619
+ "declaration": {
56620
+ "name": "NUMERIC_OPERATORS",
56621
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
56622
+ }
56623
+ },
56624
+ {
56625
+ "kind": "js",
56626
+ "name": "DATE_OPERATORS",
56627
+ "declaration": {
56628
+ "name": "DATE_OPERATORS",
56629
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
56630
+ }
56631
+ },
56632
+ {
56633
+ "kind": "js",
56634
+ "name": "DATETIME_OPERATORS",
56635
+ "declaration": {
56636
+ "name": "DATETIME_OPERATORS",
56637
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
56638
+ }
56639
+ },
56640
+ {
56641
+ "kind": "js",
56642
+ "name": "OPERATOR_DISPLAY_LABEL",
56643
+ "declaration": {
56644
+ "name": "OPERATOR_DISPLAY_LABEL",
56645
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
56646
+ }
56647
+ }
56648
+ ]
56649
+ },
56650
+ {
56651
+ "kind": "javascript-module",
56652
+ "path": "src/ai-criteria-search/validation/schema-validator.ts",
56653
+ "declarations": [
56654
+ {
56655
+ "kind": "function",
56656
+ "name": "validateClauses",
56657
+ "return": {
56658
+ "type": {
56659
+ "text": "ValidationResult"
56660
+ }
56661
+ },
56662
+ "parameters": [
56663
+ {
56664
+ "name": "clauses",
56665
+ "type": {
56666
+ "text": "CriteriaClause[]"
56667
+ }
56668
+ },
56669
+ {
56670
+ "name": "fieldMetadata",
56671
+ "type": {
56672
+ "text": "MetadataDetail[] | string[]"
56673
+ }
56674
+ }
56675
+ ]
56676
+ },
56677
+ {
56678
+ "kind": "function",
56679
+ "name": "validateGroups",
56680
+ "return": {
56681
+ "type": {
56682
+ "text": "GroupsValidationResult"
56683
+ }
56684
+ },
56685
+ "parameters": [
56686
+ {
56687
+ "name": "groups",
56688
+ "type": {
56689
+ "text": "CriteriaGroup[]"
56690
+ }
56691
+ },
56692
+ {
56693
+ "name": "fieldMetadata",
56694
+ "type": {
56695
+ "text": "MetadataDetail[] | string[]"
56696
+ }
56697
+ }
56698
+ ],
56699
+ "description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
56700
+ }
56701
+ ],
56702
+ "exports": [
56703
+ {
56704
+ "kind": "js",
56705
+ "name": "validateClauses",
56706
+ "declaration": {
56707
+ "name": "validateClauses",
56708
+ "module": "src/ai-criteria-search/validation/schema-validator.ts"
56709
+ }
56710
+ },
56711
+ {
56712
+ "kind": "js",
56713
+ "name": "validateGroups",
56714
+ "declaration": {
56715
+ "name": "validateGroups",
56716
+ "module": "src/ai-criteria-search/validation/schema-validator.ts"
56717
+ }
56718
+ }
56719
+ ]
56720
+ },
56530
56721
  {
56531
56722
  "kind": "javascript-module",
56532
56723
  "path": "src/_config/styles/colors.ts",
@@ -57899,197 +58090,6 @@
57899
58090
  "declarations": [],
57900
58091
  "exports": []
57901
58092
  },
57902
- {
57903
- "kind": "javascript-module",
57904
- "path": "src/ai-criteria-search/validation/criteria-ir.ts",
57905
- "declarations": [],
57906
- "exports": []
57907
- },
57908
- {
57909
- "kind": "javascript-module",
57910
- "path": "src/ai-criteria-search/validation/operator-map.ts",
57911
- "declarations": [
57912
- {
57913
- "kind": "function",
57914
- "name": "groupsToCriteria",
57915
- "return": {
57916
- "type": {
57917
- "text": "string"
57918
- }
57919
- },
57920
- "parameters": [
57921
- {
57922
- "name": "groups",
57923
- "type": {
57924
- "text": "CriteriaGroup[]"
57925
- }
57926
- }
57927
- ],
57928
- "description": "Converts validated CriteriaGroup[] to a Groovy criteria string using CriteriaBuilder.\nGroups are AND-ed at top level. Within each group, clauses use group.logic (and/or).\nIf group.negated is true, the group's combined expression is wrapped in NOT."
57929
- },
57930
- {
57931
- "kind": "variable",
57932
- "name": "STRING_OPERATORS",
57933
- "type": {
57934
- "text": "CriteriaOperator[]"
57935
- },
57936
- "default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
57937
- },
57938
- {
57939
- "kind": "variable",
57940
- "name": "NUMERIC_OPERATORS",
57941
- "type": {
57942
- "text": "CriteriaOperator[]"
57943
- },
57944
- "default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
57945
- },
57946
- {
57947
- "kind": "variable",
57948
- "name": "DATE_OPERATORS",
57949
- "type": {
57950
- "text": "CriteriaOperator[]"
57951
- },
57952
- "default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
57953
- },
57954
- {
57955
- "kind": "variable",
57956
- "name": "DATETIME_OPERATORS",
57957
- "type": {
57958
- "text": "CriteriaOperator[]"
57959
- },
57960
- "default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
57961
- },
57962
- {
57963
- "kind": "variable",
57964
- "name": "OPERATOR_DISPLAY_LABEL",
57965
- "type": {
57966
- "text": "Record<CriteriaOperator, string>"
57967
- },
57968
- "default": "{\n contains: 'contains',\n equals: '=',\n startsWith: 'starts with',\n endsWith: 'ends with',\n notEqual: '≠',\n greaterThan: '>',\n lessThan: '<',\n greaterThanOrEqual: '≥',\n lessThanOrEqual: '≤',\n dateIsToday: 'is today',\n dateIsAfter: 'after',\n dateIsBefore: 'before',\n dateIsEqual: '=',\n dateIsGreaterEqual: '≥',\n dateIsLessEqual: '≤',\n dateTimeIsAfter: 'after',\n dateTimeIsBefore: 'before',\n dateTimeIsGreaterEqual: '≥',\n dateTimeIsLessEqual: '≤',\n}"
57969
- }
57970
- ],
57971
- "exports": [
57972
- {
57973
- "kind": "js",
57974
- "name": "groupsToCriteria",
57975
- "declaration": {
57976
- "name": "groupsToCriteria",
57977
- "module": "src/ai-criteria-search/validation/operator-map.ts"
57978
- }
57979
- },
57980
- {
57981
- "kind": "js",
57982
- "name": "STRING_OPERATORS",
57983
- "declaration": {
57984
- "name": "STRING_OPERATORS",
57985
- "module": "src/ai-criteria-search/validation/operator-map.ts"
57986
- }
57987
- },
57988
- {
57989
- "kind": "js",
57990
- "name": "NUMERIC_OPERATORS",
57991
- "declaration": {
57992
- "name": "NUMERIC_OPERATORS",
57993
- "module": "src/ai-criteria-search/validation/operator-map.ts"
57994
- }
57995
- },
57996
- {
57997
- "kind": "js",
57998
- "name": "DATE_OPERATORS",
57999
- "declaration": {
58000
- "name": "DATE_OPERATORS",
58001
- "module": "src/ai-criteria-search/validation/operator-map.ts"
58002
- }
58003
- },
58004
- {
58005
- "kind": "js",
58006
- "name": "DATETIME_OPERATORS",
58007
- "declaration": {
58008
- "name": "DATETIME_OPERATORS",
58009
- "module": "src/ai-criteria-search/validation/operator-map.ts"
58010
- }
58011
- },
58012
- {
58013
- "kind": "js",
58014
- "name": "OPERATOR_DISPLAY_LABEL",
58015
- "declaration": {
58016
- "name": "OPERATOR_DISPLAY_LABEL",
58017
- "module": "src/ai-criteria-search/validation/operator-map.ts"
58018
- }
58019
- }
58020
- ]
58021
- },
58022
- {
58023
- "kind": "javascript-module",
58024
- "path": "src/ai-criteria-search/validation/schema-validator.ts",
58025
- "declarations": [
58026
- {
58027
- "kind": "function",
58028
- "name": "validateClauses",
58029
- "return": {
58030
- "type": {
58031
- "text": "ValidationResult"
58032
- }
58033
- },
58034
- "parameters": [
58035
- {
58036
- "name": "clauses",
58037
- "type": {
58038
- "text": "CriteriaClause[]"
58039
- }
58040
- },
58041
- {
58042
- "name": "fieldMetadata",
58043
- "type": {
58044
- "text": "MetadataDetail[] | string[]"
58045
- }
58046
- }
58047
- ]
58048
- },
58049
- {
58050
- "kind": "function",
58051
- "name": "validateGroups",
58052
- "return": {
58053
- "type": {
58054
- "text": "GroupsValidationResult"
58055
- }
58056
- },
58057
- "parameters": [
58058
- {
58059
- "name": "groups",
58060
- "type": {
58061
- "text": "CriteriaGroup[]"
58062
- }
58063
- },
58064
- {
58065
- "name": "fieldMetadata",
58066
- "type": {
58067
- "text": "MetadataDetail[] | string[]"
58068
- }
58069
- }
58070
- ],
58071
- "description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
58072
- }
58073
- ],
58074
- "exports": [
58075
- {
58076
- "kind": "js",
58077
- "name": "validateClauses",
58078
- "declaration": {
58079
- "name": "validateClauses",
58080
- "module": "src/ai-criteria-search/validation/schema-validator.ts"
58081
- }
58082
- },
58083
- {
58084
- "kind": "js",
58085
- "name": "validateGroups",
58086
- "declaration": {
58087
- "name": "validateGroups",
58088
- "module": "src/ai-criteria-search/validation/schema-validator.ts"
58089
- }
58090
- }
58091
- ]
58092
- },
58093
58093
  {
58094
58094
  "kind": "javascript-module",
58095
58095
  "path": "src/environment-indicator/utils/configure.ts",