@genesislcap/foundation-ui 14.427.0 → 14.427.2-alpha-e0ffaad.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1400,42 +1400,11 @@
1400
1400
  },
1401
1401
  {
1402
1402
  "kind": "javascript-module",
1403
- "path": "src/_config/index.ts",
1404
- "declarations": [],
1405
- "exports": [
1406
- {
1407
- "kind": "js",
1408
- "name": "*",
1409
- "declaration": {
1410
- "name": "*",
1411
- "package": "./styles"
1412
- }
1413
- },
1414
- {
1415
- "kind": "js",
1416
- "name": "*",
1417
- "declaration": {
1418
- "name": "*",
1419
- "package": "./tokens"
1420
- }
1421
- },
1422
- {
1423
- "kind": "js",
1424
- "name": "*",
1425
- "declaration": {
1426
- "name": "*",
1427
- "package": "./values"
1428
- }
1429
- }
1430
- ]
1431
- },
1432
- {
1433
- "kind": "javascript-module",
1434
- "path": "src/accordion/accordion.styles.ts",
1403
+ "path": "src/accordion-item/accordion-item.styles.ts",
1435
1404
  "declarations": [
1436
1405
  {
1437
1406
  "kind": "function",
1438
- "name": "foundationAccordionStyles",
1407
+ "name": "foundationAccordionItemStyles",
1439
1408
  "return": {
1440
1409
  "type": {
1441
1410
  "text": "ElementStyles"
@@ -1460,24 +1429,24 @@
1460
1429
  "exports": [
1461
1430
  {
1462
1431
  "kind": "js",
1463
- "name": "foundationAccordionStyles",
1432
+ "name": "foundationAccordionItemStyles",
1464
1433
  "declaration": {
1465
- "name": "foundationAccordionStyles",
1466
- "module": "src/accordion/accordion.styles.ts"
1434
+ "name": "foundationAccordionItemStyles",
1435
+ "module": "src/accordion-item/accordion-item.styles.ts"
1467
1436
  }
1468
1437
  }
1469
1438
  ]
1470
1439
  },
1471
1440
  {
1472
1441
  "kind": "javascript-module",
1473
- "path": "src/accordion/accordion.template.ts",
1442
+ "path": "src/accordion-item/accordion-item.template.ts",
1474
1443
  "declarations": [
1475
1444
  {
1476
1445
  "kind": "function",
1477
- "name": "foundationAccordionTemplate",
1446
+ "name": "foundationAccordionItemTemplate",
1478
1447
  "return": {
1479
1448
  "type": {
1480
- "text": "ViewTemplate<Accordion>"
1449
+ "text": "ViewTemplate<AccordionItem>"
1481
1450
  }
1482
1451
  },
1483
1452
  "parameters": [
@@ -1499,237 +1468,116 @@
1499
1468
  "exports": [
1500
1469
  {
1501
1470
  "kind": "js",
1502
- "name": "foundationAccordionTemplate",
1471
+ "name": "foundationAccordionItemTemplate",
1503
1472
  "declaration": {
1504
- "name": "foundationAccordionTemplate",
1505
- "module": "src/accordion/accordion.template.ts"
1473
+ "name": "foundationAccordionItemTemplate",
1474
+ "module": "src/accordion-item/accordion-item.template.ts"
1506
1475
  }
1507
1476
  }
1508
1477
  ]
1509
1478
  },
1510
1479
  {
1511
1480
  "kind": "javascript-module",
1512
- "path": "src/accordion/accordion.ts",
1481
+ "path": "src/accordion-item/accordion-item.ts",
1513
1482
  "declarations": [
1514
1483
  {
1515
1484
  "kind": "class",
1516
1485
  "description": "",
1517
- "name": "Accordion",
1486
+ "name": "AccordionItem",
1518
1487
  "superclass": {
1519
- "name": "FASTAccordion",
1520
- "package": "@microsoft/fast-foundation"
1488
+ "name": "FASTAccordionItem",
1489
+ "package": "@microsoft/fast-components"
1521
1490
  },
1522
- "tagName": "%%prefix%%-accordion",
1491
+ "tagName": "%%prefix%%-accordion-item",
1523
1492
  "customElement": true,
1524
1493
  "attributes": [
1525
1494
  {
1526
- "name": "expand-mode",
1527
- "type": {
1528
- "text": "AccordionExpandMode"
1529
- },
1530
- "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
1531
- "fieldName": "expandmode",
1532
- "inheritedFrom": {
1533
- "name": "Accordion",
1534
- "module": "src/accordion/accordion.ts"
1535
- }
1536
- }
1537
- ],
1538
- "members": [
1539
- {
1540
- "kind": "field",
1541
- "name": "expandmode",
1495
+ "name": "heading-level",
1542
1496
  "type": {
1543
- "text": "AccordionExpandMode"
1497
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1544
1498
  },
1545
- "privacy": "public",
1546
- "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",
1547
1502
  "inheritedFrom": {
1548
- "name": "Accordion",
1549
- "module": "src/accordion/accordion.ts"
1503
+ "name": "AccordionItem",
1504
+ "module": "src/accordion-item/accordion-item.ts"
1550
1505
  }
1551
1506
  },
1552
1507
  {
1553
- "kind": "field",
1554
- "name": "activeid",
1555
1508
  "type": {
1556
- "text": "string | null"
1509
+ "text": "boolean"
1557
1510
  },
1558
- "privacy": "private",
1511
+ "default": "false",
1512
+ "description": "Expands or collapses the item.",
1513
+ "fieldName": "expanded",
1559
1514
  "inheritedFrom": {
1560
- "name": "Accordion",
1561
- "module": "src/accordion/accordion.ts"
1515
+ "name": "AccordionItem",
1516
+ "module": "src/accordion-item/accordion-item.ts"
1562
1517
  }
1563
1518
  },
1564
1519
  {
1565
- "kind": "field",
1566
- "name": "activeItemIndex",
1520
+ "name": "id",
1567
1521
  "type": {
1568
- "text": "number"
1522
+ "text": "string"
1569
1523
  },
1570
- "privacy": "private",
1571
- "default": "0",
1524
+ "description": "The item ID",
1525
+ "fieldName": "id",
1572
1526
  "inheritedFrom": {
1573
- "name": "Accordion",
1574
- "module": "src/accordion/accordion.ts"
1527
+ "name": "AccordionItem",
1528
+ "module": "src/accordion-item/accordion-item.ts"
1575
1529
  }
1576
- },
1530
+ }
1531
+ ],
1532
+ "members": [
1577
1533
  {
1578
1534
  "kind": "field",
1579
- "name": "accordionIds",
1535
+ "name": "headinglevel",
1580
1536
  "type": {
1581
- "text": "Array<string | null>"
1582
- },
1583
- "privacy": "private",
1584
- "inheritedFrom": {
1585
- "name": "Accordion",
1586
- "module": "src/accordion/accordion.ts"
1587
- }
1588
- },
1589
- {
1590
- "kind": "field",
1591
- "name": "change",
1592
- "privacy": "private",
1593
- "inheritedFrom": {
1594
- "name": "Accordion",
1595
- "module": "src/accordion/accordion.ts"
1596
- }
1597
- },
1598
- {
1599
- "kind": "method",
1600
- "name": "findExpandedItem",
1601
- "privacy": "private",
1602
- "return": {
1603
- "type": {
1604
- "text": "AccordionItem | null"
1605
- }
1537
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1606
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.",
1607
1542
  "inheritedFrom": {
1608
- "name": "Accordion",
1609
- "module": "src/accordion/accordion.ts"
1543
+ "name": "AccordionItem",
1544
+ "module": "src/accordion-item/accordion-item.ts"
1610
1545
  }
1611
1546
  },
1612
1547
  {
1613
1548
  "kind": "field",
1614
- "name": "setItems",
1615
- "privacy": "private",
1616
- "inheritedFrom": {
1617
- "name": "Accordion",
1618
- "module": "src/accordion/accordion.ts"
1619
- }
1620
- },
1621
- {
1622
- "kind": "method",
1623
- "name": "resetItems",
1624
- "privacy": "private",
1625
- "return": {
1626
- "type": {
1627
- "text": "void"
1628
- }
1549
+ "name": "expanded",
1550
+ "type": {
1551
+ "text": "boolean"
1629
1552
  },
1553
+ "privacy": "public",
1554
+ "default": "false",
1555
+ "description": "Expands or collapses the item.",
1630
1556
  "inheritedFrom": {
1631
- "name": "Accordion",
1632
- "module": "src/accordion/accordion.ts"
1633
- }
1634
- },
1635
- {
1636
- "kind": "field",
1637
- "name": "removeItemListeners",
1638
- "privacy": "private",
1639
- "inheritedFrom": {
1640
- "name": "Accordion",
1641
- "module": "src/accordion/accordion.ts"
1557
+ "name": "AccordionItem",
1558
+ "module": "src/accordion-item/accordion-item.ts"
1642
1559
  }
1643
1560
  },
1644
1561
  {
1645
1562
  "kind": "field",
1646
- "name": "activeItemChange",
1647
- "privacy": "private",
1648
- "inheritedFrom": {
1649
- "name": "Accordion",
1650
- "module": "src/accordion/accordion.ts"
1651
- }
1652
- },
1653
- {
1654
- "kind": "method",
1655
- "name": "getItemIds",
1656
- "privacy": "private",
1657
- "return": {
1658
- "type": {
1659
- "text": "Array<string | null>"
1660
- }
1661
- },
1662
- "inheritedFrom": {
1663
- "name": "Accordion",
1664
- "module": "src/accordion/accordion.ts"
1665
- }
1666
- },
1667
- {
1668
- "kind": "method",
1669
- "name": "isSingleExpandMode",
1670
- "privacy": "private",
1671
- "return": {
1672
- "type": {
1673
- "text": "boolean"
1674
- }
1563
+ "name": "id",
1564
+ "type": {
1565
+ "text": "string"
1675
1566
  },
1567
+ "privacy": "public",
1568
+ "description": "The item ID",
1676
1569
  "inheritedFrom": {
1677
- "name": "Accordion",
1678
- "module": "src/accordion/accordion.ts"
1679
- }
1680
- },
1681
- {
1682
- "kind": "field",
1683
- "name": "handleItemKeyDown",
1684
- "privacy": "private",
1685
- "inheritedFrom": {
1686
- "name": "Accordion",
1687
- "module": "src/accordion/accordion.ts"
1570
+ "name": "AccordionItem",
1571
+ "module": "src/accordion-item/accordion-item.ts"
1688
1572
  }
1689
1573
  },
1690
1574
  {
1691
1575
  "kind": "field",
1692
- "name": "handleItemFocus",
1693
- "privacy": "private",
1694
- "inheritedFrom": {
1695
- "name": "Accordion",
1696
- "module": "src/accordion/accordion.ts"
1697
- }
1698
- },
1699
- {
1700
- "kind": "method",
1701
- "name": "adjust",
1702
- "privacy": "private",
1703
- "return": {
1704
- "type": {
1705
- "text": "void"
1706
- }
1707
- },
1708
- "parameters": [
1709
- {
1710
- "name": "adjustment",
1711
- "type": {
1712
- "text": "number"
1713
- }
1714
- }
1715
- ],
1716
- "inheritedFrom": {
1717
- "name": "Accordion",
1718
- "module": "src/accordion/accordion.ts"
1719
- }
1720
- },
1721
- {
1722
- "kind": "method",
1723
- "name": "focusItem",
1576
+ "name": "change",
1724
1577
  "privacy": "private",
1725
- "return": {
1726
- "type": {
1727
- "text": "void"
1728
- }
1729
- },
1730
1578
  "inheritedFrom": {
1731
- "name": "Accordion",
1732
- "module": "src/accordion/accordion.ts"
1579
+ "name": "AccordionItem",
1580
+ "module": "src/accordion-item/accordion-item.ts"
1733
1581
  }
1734
1582
  },
1735
1583
  {
@@ -1846,18 +1694,18 @@
1846
1694
  ],
1847
1695
  "events": [
1848
1696
  {
1849
- "description": "Fires a custom 'change' event when the active item changes",
1697
+ "description": "Fires a custom 'change' event when the button is invoked",
1850
1698
  "name": "change",
1851
1699
  "inheritedFrom": {
1852
- "name": "Accordion",
1853
- "module": "src/accordion/accordion.ts"
1700
+ "name": "AccordionItem",
1701
+ "module": "src/accordion-item/accordion-item.ts"
1854
1702
  }
1855
1703
  }
1856
1704
  ]
1857
1705
  },
1858
1706
  {
1859
1707
  "kind": "variable",
1860
- "name": "foundationAccordionShadowOptions",
1708
+ "name": "foundationAccordionItemShadowOptions",
1861
1709
  "type": {
1862
1710
  "text": "ShadowRootInit"
1863
1711
  },
@@ -1865,57 +1713,57 @@
1865
1713
  },
1866
1714
  {
1867
1715
  "kind": "variable",
1868
- "name": "defaultAccordionConfig",
1716
+ "name": "defaultAccordionItemConfig",
1869
1717
  "type": {
1870
1718
  "text": "object"
1871
1719
  },
1872
- "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}"
1873
1721
  },
1874
1722
  {
1875
1723
  "kind": "variable",
1876
- "name": "foundationAccordion",
1877
- "description": "The Foundation Accordion",
1724
+ "name": "foundationAccordionItem",
1725
+ "description": "The Foundation Accordion Item",
1878
1726
  "privacy": "public"
1879
1727
  }
1880
1728
  ],
1881
1729
  "exports": [
1882
1730
  {
1883
1731
  "kind": "js",
1884
- "name": "Accordion",
1732
+ "name": "AccordionItem",
1885
1733
  "declaration": {
1886
- "name": "Accordion",
1887
- "module": "src/accordion/accordion.ts"
1734
+ "name": "AccordionItem",
1735
+ "module": "src/accordion-item/accordion-item.ts"
1888
1736
  }
1889
1737
  },
1890
1738
  {
1891
1739
  "kind": "js",
1892
- "name": "foundationAccordionShadowOptions",
1740
+ "name": "foundationAccordionItemShadowOptions",
1893
1741
  "declaration": {
1894
- "name": "foundationAccordionShadowOptions",
1895
- "module": "src/accordion/accordion.ts"
1742
+ "name": "foundationAccordionItemShadowOptions",
1743
+ "module": "src/accordion-item/accordion-item.ts"
1896
1744
  }
1897
1745
  },
1898
1746
  {
1899
1747
  "kind": "js",
1900
- "name": "defaultAccordionConfig",
1748
+ "name": "defaultAccordionItemConfig",
1901
1749
  "declaration": {
1902
- "name": "defaultAccordionConfig",
1903
- "module": "src/accordion/accordion.ts"
1750
+ "name": "defaultAccordionItemConfig",
1751
+ "module": "src/accordion-item/accordion-item.ts"
1904
1752
  }
1905
1753
  },
1906
1754
  {
1907
1755
  "kind": "js",
1908
- "name": "foundationAccordion",
1756
+ "name": "foundationAccordionItem",
1909
1757
  "declaration": {
1910
- "name": "foundationAccordion",
1911
- "module": "src/accordion/accordion.ts"
1758
+ "name": "foundationAccordionItem",
1759
+ "module": "src/accordion-item/accordion-item.ts"
1912
1760
  }
1913
1761
  }
1914
1762
  ]
1915
1763
  },
1916
1764
  {
1917
1765
  "kind": "javascript-module",
1918
- "path": "src/accordion/index.ts",
1766
+ "path": "src/accordion-item/index.ts",
1919
1767
  "declarations": [],
1920
1768
  "exports": [
1921
1769
  {
@@ -1923,7 +1771,7 @@
1923
1771
  "name": "*",
1924
1772
  "declaration": {
1925
1773
  "name": "*",
1926
- "package": "./accordion.template"
1774
+ "package": "./accordion-item.template"
1927
1775
  }
1928
1776
  },
1929
1777
  {
@@ -1931,7 +1779,7 @@
1931
1779
  "name": "*",
1932
1780
  "declaration": {
1933
1781
  "name": "*",
1934
- "package": "./accordion.styles"
1782
+ "package": "./accordion-item.styles"
1935
1783
  }
1936
1784
  },
1937
1785
  {
@@ -1939,18 +1787,41 @@
1939
1787
  "name": "*",
1940
1788
  "declaration": {
1941
1789
  "name": "*",
1942
- "package": "./accordion"
1790
+ "package": "./accordion-item"
1943
1791
  }
1944
1792
  }
1945
1793
  ]
1946
1794
  },
1947
1795
  {
1948
1796
  "kind": "javascript-module",
1949
- "path": "src/accordion-item/accordion-item.styles.ts",
1797
+ "path": "src/actions-menu/actions-menu.styles.ts",
1950
1798
  "declarations": [
1951
1799
  {
1952
1800
  "kind": "function",
1953
- "name": "foundationAccordionItemStyles",
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
+ ]
1821
+ },
1822
+ {
1823
+ "kind": "function",
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
  },
@@ -3887,6 +3341,552 @@
3887
3341
  }
3888
3342
  ]
3889
3343
  },
3344
+ {
3345
+ "kind": "javascript-module",
3346
+ "path": "src/_config/index.ts",
3347
+ "declarations": [],
3348
+ "exports": [
3349
+ {
3350
+ "kind": "js",
3351
+ "name": "*",
3352
+ "declaration": {
3353
+ "name": "*",
3354
+ "package": "./styles"
3355
+ }
3356
+ },
3357
+ {
3358
+ "kind": "js",
3359
+ "name": "*",
3360
+ "declaration": {
3361
+ "name": "*",
3362
+ "package": "./tokens"
3363
+ }
3364
+ },
3365
+ {
3366
+ "kind": "js",
3367
+ "name": "*",
3368
+ "declaration": {
3369
+ "name": "*",
3370
+ "package": "./values"
3371
+ }
3372
+ }
3373
+ ]
3374
+ },
3375
+ {
3376
+ "kind": "javascript-module",
3377
+ "path": "src/accordion/accordion.styles.ts",
3378
+ "declarations": [
3379
+ {
3380
+ "kind": "function",
3381
+ "name": "foundationAccordionStyles",
3382
+ "return": {
3383
+ "type": {
3384
+ "text": "ElementStyles"
3385
+ }
3386
+ },
3387
+ "parameters": [
3388
+ {
3389
+ "name": "context",
3390
+ "type": {
3391
+ "text": "ElementDefinitionContext"
3392
+ }
3393
+ },
3394
+ {
3395
+ "name": "definition",
3396
+ "type": {
3397
+ "text": "FoundationElementDefinition"
3398
+ }
3399
+ }
3400
+ ]
3401
+ }
3402
+ ],
3403
+ "exports": [
3404
+ {
3405
+ "kind": "js",
3406
+ "name": "foundationAccordionStyles",
3407
+ "declaration": {
3408
+ "name": "foundationAccordionStyles",
3409
+ "module": "src/accordion/accordion.styles.ts"
3410
+ }
3411
+ }
3412
+ ]
3413
+ },
3414
+ {
3415
+ "kind": "javascript-module",
3416
+ "path": "src/accordion/accordion.template.ts",
3417
+ "declarations": [
3418
+ {
3419
+ "kind": "function",
3420
+ "name": "foundationAccordionTemplate",
3421
+ "return": {
3422
+ "type": {
3423
+ "text": "ViewTemplate<Accordion>"
3424
+ }
3425
+ },
3426
+ "parameters": [
3427
+ {
3428
+ "name": "context",
3429
+ "type": {
3430
+ "text": "ElementDefinitionContext"
3431
+ }
3432
+ },
3433
+ {
3434
+ "name": "definition",
3435
+ "type": {
3436
+ "text": "FoundationElementDefinition"
3437
+ }
3438
+ }
3439
+ ]
3440
+ }
3441
+ ],
3442
+ "exports": [
3443
+ {
3444
+ "kind": "js",
3445
+ "name": "foundationAccordionTemplate",
3446
+ "declaration": {
3447
+ "name": "foundationAccordionTemplate",
3448
+ "module": "src/accordion/accordion.template.ts"
3449
+ }
3450
+ }
3451
+ ]
3452
+ },
3453
+ {
3454
+ "kind": "javascript-module",
3455
+ "path": "src/accordion/accordion.ts",
3456
+ "declarations": [
3457
+ {
3458
+ "kind": "class",
3459
+ "description": "",
3460
+ "name": "Accordion",
3461
+ "superclass": {
3462
+ "name": "FASTAccordion",
3463
+ "package": "@microsoft/fast-foundation"
3464
+ },
3465
+ "tagName": "%%prefix%%-accordion",
3466
+ "customElement": true,
3467
+ "attributes": [
3468
+ {
3469
+ "name": "expand-mode",
3470
+ "type": {
3471
+ "text": "AccordionExpandMode"
3472
+ },
3473
+ "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
3474
+ "fieldName": "expandmode",
3475
+ "inheritedFrom": {
3476
+ "name": "Accordion",
3477
+ "module": "src/accordion/accordion.ts"
3478
+ }
3479
+ }
3480
+ ],
3481
+ "members": [
3482
+ {
3483
+ "kind": "field",
3484
+ "name": "expandmode",
3485
+ "type": {
3486
+ "text": "AccordionExpandMode"
3487
+ },
3488
+ "privacy": "public",
3489
+ "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
3490
+ "inheritedFrom": {
3491
+ "name": "Accordion",
3492
+ "module": "src/accordion/accordion.ts"
3493
+ }
3494
+ },
3495
+ {
3496
+ "kind": "field",
3497
+ "name": "activeid",
3498
+ "type": {
3499
+ "text": "string | null"
3500
+ },
3501
+ "privacy": "private",
3502
+ "inheritedFrom": {
3503
+ "name": "Accordion",
3504
+ "module": "src/accordion/accordion.ts"
3505
+ }
3506
+ },
3507
+ {
3508
+ "kind": "field",
3509
+ "name": "activeItemIndex",
3510
+ "type": {
3511
+ "text": "number"
3512
+ },
3513
+ "privacy": "private",
3514
+ "default": "0",
3515
+ "inheritedFrom": {
3516
+ "name": "Accordion",
3517
+ "module": "src/accordion/accordion.ts"
3518
+ }
3519
+ },
3520
+ {
3521
+ "kind": "field",
3522
+ "name": "accordionIds",
3523
+ "type": {
3524
+ "text": "Array<string | null>"
3525
+ },
3526
+ "privacy": "private",
3527
+ "inheritedFrom": {
3528
+ "name": "Accordion",
3529
+ "module": "src/accordion/accordion.ts"
3530
+ }
3531
+ },
3532
+ {
3533
+ "kind": "field",
3534
+ "name": "change",
3535
+ "privacy": "private",
3536
+ "inheritedFrom": {
3537
+ "name": "Accordion",
3538
+ "module": "src/accordion/accordion.ts"
3539
+ }
3540
+ },
3541
+ {
3542
+ "kind": "method",
3543
+ "name": "findExpandedItem",
3544
+ "privacy": "private",
3545
+ "return": {
3546
+ "type": {
3547
+ "text": "AccordionItem | null"
3548
+ }
3549
+ },
3550
+ "inheritedFrom": {
3551
+ "name": "Accordion",
3552
+ "module": "src/accordion/accordion.ts"
3553
+ }
3554
+ },
3555
+ {
3556
+ "kind": "field",
3557
+ "name": "setItems",
3558
+ "privacy": "private",
3559
+ "inheritedFrom": {
3560
+ "name": "Accordion",
3561
+ "module": "src/accordion/accordion.ts"
3562
+ }
3563
+ },
3564
+ {
3565
+ "kind": "method",
3566
+ "name": "resetItems",
3567
+ "privacy": "private",
3568
+ "return": {
3569
+ "type": {
3570
+ "text": "void"
3571
+ }
3572
+ },
3573
+ "inheritedFrom": {
3574
+ "name": "Accordion",
3575
+ "module": "src/accordion/accordion.ts"
3576
+ }
3577
+ },
3578
+ {
3579
+ "kind": "field",
3580
+ "name": "removeItemListeners",
3581
+ "privacy": "private",
3582
+ "inheritedFrom": {
3583
+ "name": "Accordion",
3584
+ "module": "src/accordion/accordion.ts"
3585
+ }
3586
+ },
3587
+ {
3588
+ "kind": "field",
3589
+ "name": "activeItemChange",
3590
+ "privacy": "private",
3591
+ "inheritedFrom": {
3592
+ "name": "Accordion",
3593
+ "module": "src/accordion/accordion.ts"
3594
+ }
3595
+ },
3596
+ {
3597
+ "kind": "method",
3598
+ "name": "getItemIds",
3599
+ "privacy": "private",
3600
+ "return": {
3601
+ "type": {
3602
+ "text": "Array<string | null>"
3603
+ }
3604
+ },
3605
+ "inheritedFrom": {
3606
+ "name": "Accordion",
3607
+ "module": "src/accordion/accordion.ts"
3608
+ }
3609
+ },
3610
+ {
3611
+ "kind": "method",
3612
+ "name": "isSingleExpandMode",
3613
+ "privacy": "private",
3614
+ "return": {
3615
+ "type": {
3616
+ "text": "boolean"
3617
+ }
3618
+ },
3619
+ "inheritedFrom": {
3620
+ "name": "Accordion",
3621
+ "module": "src/accordion/accordion.ts"
3622
+ }
3623
+ },
3624
+ {
3625
+ "kind": "field",
3626
+ "name": "handleItemKeyDown",
3627
+ "privacy": "private",
3628
+ "inheritedFrom": {
3629
+ "name": "Accordion",
3630
+ "module": "src/accordion/accordion.ts"
3631
+ }
3632
+ },
3633
+ {
3634
+ "kind": "field",
3635
+ "name": "handleItemFocus",
3636
+ "privacy": "private",
3637
+ "inheritedFrom": {
3638
+ "name": "Accordion",
3639
+ "module": "src/accordion/accordion.ts"
3640
+ }
3641
+ },
3642
+ {
3643
+ "kind": "method",
3644
+ "name": "adjust",
3645
+ "privacy": "private",
3646
+ "return": {
3647
+ "type": {
3648
+ "text": "void"
3649
+ }
3650
+ },
3651
+ "parameters": [
3652
+ {
3653
+ "name": "adjustment",
3654
+ "type": {
3655
+ "text": "number"
3656
+ }
3657
+ }
3658
+ ],
3659
+ "inheritedFrom": {
3660
+ "name": "Accordion",
3661
+ "module": "src/accordion/accordion.ts"
3662
+ }
3663
+ },
3664
+ {
3665
+ "kind": "method",
3666
+ "name": "focusItem",
3667
+ "privacy": "private",
3668
+ "return": {
3669
+ "type": {
3670
+ "text": "void"
3671
+ }
3672
+ },
3673
+ "inheritedFrom": {
3674
+ "name": "Accordion",
3675
+ "module": "src/accordion/accordion.ts"
3676
+ }
3677
+ },
3678
+ {
3679
+ "kind": "field",
3680
+ "name": "_presentation",
3681
+ "type": {
3682
+ "text": "ComponentPresentation | null | undefined"
3683
+ },
3684
+ "privacy": "private",
3685
+ "default": "void 0",
3686
+ "inheritedFrom": {
3687
+ "name": "FoundationElement",
3688
+ "module": "src/foundation-element/foundation-element.ts"
3689
+ }
3690
+ },
3691
+ {
3692
+ "kind": "field",
3693
+ "name": "$presentation",
3694
+ "type": {
3695
+ "text": "ComponentPresentation | null"
3696
+ },
3697
+ "privacy": "public",
3698
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3699
+ "inheritedFrom": {
3700
+ "name": "FoundationElement",
3701
+ "module": "src/foundation-element/foundation-element.ts"
3702
+ }
3703
+ },
3704
+ {
3705
+ "kind": "field",
3706
+ "name": "template",
3707
+ "type": {
3708
+ "text": "ElementViewTemplate | void | null"
3709
+ },
3710
+ "privacy": "public",
3711
+ "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.",
3712
+ "inheritedFrom": {
3713
+ "name": "FoundationElement",
3714
+ "module": "src/foundation-element/foundation-element.ts"
3715
+ }
3716
+ },
3717
+ {
3718
+ "kind": "method",
3719
+ "name": "templateChanged",
3720
+ "privacy": "protected",
3721
+ "return": {
3722
+ "type": {
3723
+ "text": "void"
3724
+ }
3725
+ },
3726
+ "inheritedFrom": {
3727
+ "name": "FoundationElement",
3728
+ "module": "src/foundation-element/foundation-element.ts"
3729
+ }
3730
+ },
3731
+ {
3732
+ "kind": "field",
3733
+ "name": "styles",
3734
+ "type": {
3735
+ "text": "ElementStyles | void | null"
3736
+ },
3737
+ "privacy": "public",
3738
+ "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.",
3739
+ "inheritedFrom": {
3740
+ "name": "FoundationElement",
3741
+ "module": "src/foundation-element/foundation-element.ts"
3742
+ }
3743
+ },
3744
+ {
3745
+ "kind": "method",
3746
+ "name": "stylesChanged",
3747
+ "privacy": "protected",
3748
+ "return": {
3749
+ "type": {
3750
+ "text": "void"
3751
+ }
3752
+ },
3753
+ "inheritedFrom": {
3754
+ "name": "FoundationElement",
3755
+ "module": "src/foundation-element/foundation-element.ts"
3756
+ }
3757
+ },
3758
+ {
3759
+ "kind": "method",
3760
+ "name": "compose",
3761
+ "privacy": "public",
3762
+ "static": true,
3763
+ "return": {
3764
+ "type": {
3765
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3766
+ }
3767
+ },
3768
+ "parameters": [
3769
+ {
3770
+ "name": "this",
3771
+ "type": {
3772
+ "text": "K"
3773
+ }
3774
+ },
3775
+ {
3776
+ "name": "elementDefinition",
3777
+ "type": {
3778
+ "text": "T"
3779
+ },
3780
+ "description": "The definition of the element to create the registry\nfunction for."
3781
+ }
3782
+ ],
3783
+ "description": "Defines an element registry function with a set of element definition defaults.",
3784
+ "inheritedFrom": {
3785
+ "name": "FoundationElement",
3786
+ "module": "src/foundation-element/foundation-element.ts"
3787
+ }
3788
+ }
3789
+ ],
3790
+ "events": [
3791
+ {
3792
+ "description": "Fires a custom 'change' event when the active item changes",
3793
+ "name": "change",
3794
+ "inheritedFrom": {
3795
+ "name": "Accordion",
3796
+ "module": "src/accordion/accordion.ts"
3797
+ }
3798
+ }
3799
+ ]
3800
+ },
3801
+ {
3802
+ "kind": "variable",
3803
+ "name": "foundationAccordionShadowOptions",
3804
+ "type": {
3805
+ "text": "ShadowRootInit"
3806
+ },
3807
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
3808
+ },
3809
+ {
3810
+ "kind": "variable",
3811
+ "name": "defaultAccordionConfig",
3812
+ "type": {
3813
+ "text": "object"
3814
+ },
3815
+ "default": "{}"
3816
+ },
3817
+ {
3818
+ "kind": "variable",
3819
+ "name": "foundationAccordion",
3820
+ "description": "The Foundation Accordion",
3821
+ "privacy": "public"
3822
+ }
3823
+ ],
3824
+ "exports": [
3825
+ {
3826
+ "kind": "js",
3827
+ "name": "Accordion",
3828
+ "declaration": {
3829
+ "name": "Accordion",
3830
+ "module": "src/accordion/accordion.ts"
3831
+ }
3832
+ },
3833
+ {
3834
+ "kind": "js",
3835
+ "name": "foundationAccordionShadowOptions",
3836
+ "declaration": {
3837
+ "name": "foundationAccordionShadowOptions",
3838
+ "module": "src/accordion/accordion.ts"
3839
+ }
3840
+ },
3841
+ {
3842
+ "kind": "js",
3843
+ "name": "defaultAccordionConfig",
3844
+ "declaration": {
3845
+ "name": "defaultAccordionConfig",
3846
+ "module": "src/accordion/accordion.ts"
3847
+ }
3848
+ },
3849
+ {
3850
+ "kind": "js",
3851
+ "name": "foundationAccordion",
3852
+ "declaration": {
3853
+ "name": "foundationAccordion",
3854
+ "module": "src/accordion/accordion.ts"
3855
+ }
3856
+ }
3857
+ ]
3858
+ },
3859
+ {
3860
+ "kind": "javascript-module",
3861
+ "path": "src/accordion/index.ts",
3862
+ "declarations": [],
3863
+ "exports": [
3864
+ {
3865
+ "kind": "js",
3866
+ "name": "*",
3867
+ "declaration": {
3868
+ "name": "*",
3869
+ "package": "./accordion.template"
3870
+ }
3871
+ },
3872
+ {
3873
+ "kind": "js",
3874
+ "name": "*",
3875
+ "declaration": {
3876
+ "name": "*",
3877
+ "package": "./accordion.styles"
3878
+ }
3879
+ },
3880
+ {
3881
+ "kind": "js",
3882
+ "name": "*",
3883
+ "declaration": {
3884
+ "name": "*",
3885
+ "package": "./accordion"
3886
+ }
3887
+ }
3888
+ ]
3889
+ },
3890
3890
  {
3891
3891
  "kind": "javascript-module",
3892
3892
  "path": "src/anchor/anchor.styles.ts",
@@ -56421,6 +56421,181 @@
56421
56421
  }
56422
56422
  ]
56423
56423
  },
56424
+ {
56425
+ "kind": "javascript-module",
56426
+ "path": "src/ai-criteria-search/validation/criteria-ir.ts",
56427
+ "declarations": [],
56428
+ "exports": []
56429
+ },
56430
+ {
56431
+ "kind": "javascript-module",
56432
+ "path": "src/ai-criteria-search/validation/operator-map.ts",
56433
+ "declarations": [
56434
+ {
56435
+ "kind": "function",
56436
+ "name": "groupsToCriteria",
56437
+ "return": {
56438
+ "type": {
56439
+ "text": "string"
56440
+ }
56441
+ },
56442
+ "parameters": [
56443
+ {
56444
+ "name": "groups",
56445
+ "type": {
56446
+ "text": "CriteriaGroup[]"
56447
+ }
56448
+ }
56449
+ ],
56450
+ "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."
56451
+ },
56452
+ {
56453
+ "kind": "variable",
56454
+ "name": "STRING_OPERATORS",
56455
+ "type": {
56456
+ "text": "CriteriaOperator[]"
56457
+ },
56458
+ "default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
56459
+ },
56460
+ {
56461
+ "kind": "variable",
56462
+ "name": "NUMERIC_OPERATORS",
56463
+ "type": {
56464
+ "text": "CriteriaOperator[]"
56465
+ },
56466
+ "default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
56467
+ },
56468
+ {
56469
+ "kind": "variable",
56470
+ "name": "DATE_OPERATORS",
56471
+ "type": {
56472
+ "text": "CriteriaOperator[]"
56473
+ },
56474
+ "default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
56475
+ },
56476
+ {
56477
+ "kind": "variable",
56478
+ "name": "DATETIME_OPERATORS",
56479
+ "type": {
56480
+ "text": "CriteriaOperator[]"
56481
+ },
56482
+ "default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
56483
+ }
56484
+ ],
56485
+ "exports": [
56486
+ {
56487
+ "kind": "js",
56488
+ "name": "groupsToCriteria",
56489
+ "declaration": {
56490
+ "name": "groupsToCriteria",
56491
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
56492
+ }
56493
+ },
56494
+ {
56495
+ "kind": "js",
56496
+ "name": "STRING_OPERATORS",
56497
+ "declaration": {
56498
+ "name": "STRING_OPERATORS",
56499
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
56500
+ }
56501
+ },
56502
+ {
56503
+ "kind": "js",
56504
+ "name": "NUMERIC_OPERATORS",
56505
+ "declaration": {
56506
+ "name": "NUMERIC_OPERATORS",
56507
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
56508
+ }
56509
+ },
56510
+ {
56511
+ "kind": "js",
56512
+ "name": "DATE_OPERATORS",
56513
+ "declaration": {
56514
+ "name": "DATE_OPERATORS",
56515
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
56516
+ }
56517
+ },
56518
+ {
56519
+ "kind": "js",
56520
+ "name": "DATETIME_OPERATORS",
56521
+ "declaration": {
56522
+ "name": "DATETIME_OPERATORS",
56523
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
56524
+ }
56525
+ }
56526
+ ]
56527
+ },
56528
+ {
56529
+ "kind": "javascript-module",
56530
+ "path": "src/ai-criteria-search/validation/schema-validator.ts",
56531
+ "declarations": [
56532
+ {
56533
+ "kind": "function",
56534
+ "name": "validateClauses",
56535
+ "return": {
56536
+ "type": {
56537
+ "text": "ValidationResult"
56538
+ }
56539
+ },
56540
+ "parameters": [
56541
+ {
56542
+ "name": "clauses",
56543
+ "type": {
56544
+ "text": "CriteriaClause[]"
56545
+ }
56546
+ },
56547
+ {
56548
+ "name": "fieldMetadata",
56549
+ "type": {
56550
+ "text": "MetadataDetail[] | string[]"
56551
+ }
56552
+ }
56553
+ ]
56554
+ },
56555
+ {
56556
+ "kind": "function",
56557
+ "name": "validateGroups",
56558
+ "return": {
56559
+ "type": {
56560
+ "text": "GroupsValidationResult"
56561
+ }
56562
+ },
56563
+ "parameters": [
56564
+ {
56565
+ "name": "groups",
56566
+ "type": {
56567
+ "text": "CriteriaGroup[]"
56568
+ }
56569
+ },
56570
+ {
56571
+ "name": "fieldMetadata",
56572
+ "type": {
56573
+ "text": "MetadataDetail[] | string[]"
56574
+ }
56575
+ }
56576
+ ],
56577
+ "description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
56578
+ }
56579
+ ],
56580
+ "exports": [
56581
+ {
56582
+ "kind": "js",
56583
+ "name": "validateClauses",
56584
+ "declaration": {
56585
+ "name": "validateClauses",
56586
+ "module": "src/ai-criteria-search/validation/schema-validator.ts"
56587
+ }
56588
+ },
56589
+ {
56590
+ "kind": "js",
56591
+ "name": "validateGroups",
56592
+ "declaration": {
56593
+ "name": "validateGroups",
56594
+ "module": "src/ai-criteria-search/validation/schema-validator.ts"
56595
+ }
56596
+ }
56597
+ ]
56598
+ },
56424
56599
  {
56425
56600
  "kind": "javascript-module",
56426
56601
  "path": "src/_config/styles/colors.ts",
@@ -57793,181 +57968,6 @@
57793
57968
  "declarations": [],
57794
57969
  "exports": []
57795
57970
  },
57796
- {
57797
- "kind": "javascript-module",
57798
- "path": "src/ai-criteria-search/validation/criteria-ir.ts",
57799
- "declarations": [],
57800
- "exports": []
57801
- },
57802
- {
57803
- "kind": "javascript-module",
57804
- "path": "src/ai-criteria-search/validation/operator-map.ts",
57805
- "declarations": [
57806
- {
57807
- "kind": "function",
57808
- "name": "groupsToCriteria",
57809
- "return": {
57810
- "type": {
57811
- "text": "string"
57812
- }
57813
- },
57814
- "parameters": [
57815
- {
57816
- "name": "groups",
57817
- "type": {
57818
- "text": "CriteriaGroup[]"
57819
- }
57820
- }
57821
- ],
57822
- "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."
57823
- },
57824
- {
57825
- "kind": "variable",
57826
- "name": "STRING_OPERATORS",
57827
- "type": {
57828
- "text": "CriteriaOperator[]"
57829
- },
57830
- "default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
57831
- },
57832
- {
57833
- "kind": "variable",
57834
- "name": "NUMERIC_OPERATORS",
57835
- "type": {
57836
- "text": "CriteriaOperator[]"
57837
- },
57838
- "default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
57839
- },
57840
- {
57841
- "kind": "variable",
57842
- "name": "DATE_OPERATORS",
57843
- "type": {
57844
- "text": "CriteriaOperator[]"
57845
- },
57846
- "default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
57847
- },
57848
- {
57849
- "kind": "variable",
57850
- "name": "DATETIME_OPERATORS",
57851
- "type": {
57852
- "text": "CriteriaOperator[]"
57853
- },
57854
- "default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
57855
- }
57856
- ],
57857
- "exports": [
57858
- {
57859
- "kind": "js",
57860
- "name": "groupsToCriteria",
57861
- "declaration": {
57862
- "name": "groupsToCriteria",
57863
- "module": "src/ai-criteria-search/validation/operator-map.ts"
57864
- }
57865
- },
57866
- {
57867
- "kind": "js",
57868
- "name": "STRING_OPERATORS",
57869
- "declaration": {
57870
- "name": "STRING_OPERATORS",
57871
- "module": "src/ai-criteria-search/validation/operator-map.ts"
57872
- }
57873
- },
57874
- {
57875
- "kind": "js",
57876
- "name": "NUMERIC_OPERATORS",
57877
- "declaration": {
57878
- "name": "NUMERIC_OPERATORS",
57879
- "module": "src/ai-criteria-search/validation/operator-map.ts"
57880
- }
57881
- },
57882
- {
57883
- "kind": "js",
57884
- "name": "DATE_OPERATORS",
57885
- "declaration": {
57886
- "name": "DATE_OPERATORS",
57887
- "module": "src/ai-criteria-search/validation/operator-map.ts"
57888
- }
57889
- },
57890
- {
57891
- "kind": "js",
57892
- "name": "DATETIME_OPERATORS",
57893
- "declaration": {
57894
- "name": "DATETIME_OPERATORS",
57895
- "module": "src/ai-criteria-search/validation/operator-map.ts"
57896
- }
57897
- }
57898
- ]
57899
- },
57900
- {
57901
- "kind": "javascript-module",
57902
- "path": "src/ai-criteria-search/validation/schema-validator.ts",
57903
- "declarations": [
57904
- {
57905
- "kind": "function",
57906
- "name": "validateClauses",
57907
- "return": {
57908
- "type": {
57909
- "text": "ValidationResult"
57910
- }
57911
- },
57912
- "parameters": [
57913
- {
57914
- "name": "clauses",
57915
- "type": {
57916
- "text": "CriteriaClause[]"
57917
- }
57918
- },
57919
- {
57920
- "name": "fieldMetadata",
57921
- "type": {
57922
- "text": "MetadataDetail[] | string[]"
57923
- }
57924
- }
57925
- ]
57926
- },
57927
- {
57928
- "kind": "function",
57929
- "name": "validateGroups",
57930
- "return": {
57931
- "type": {
57932
- "text": "GroupsValidationResult"
57933
- }
57934
- },
57935
- "parameters": [
57936
- {
57937
- "name": "groups",
57938
- "type": {
57939
- "text": "CriteriaGroup[]"
57940
- }
57941
- },
57942
- {
57943
- "name": "fieldMetadata",
57944
- "type": {
57945
- "text": "MetadataDetail[] | string[]"
57946
- }
57947
- }
57948
- ],
57949
- "description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
57950
- }
57951
- ],
57952
- "exports": [
57953
- {
57954
- "kind": "js",
57955
- "name": "validateClauses",
57956
- "declaration": {
57957
- "name": "validateClauses",
57958
- "module": "src/ai-criteria-search/validation/schema-validator.ts"
57959
- }
57960
- },
57961
- {
57962
- "kind": "js",
57963
- "name": "validateGroups",
57964
- "declaration": {
57965
- "name": "validateGroups",
57966
- "module": "src/ai-criteria-search/validation/schema-validator.ts"
57967
- }
57968
- }
57969
- ]
57970
- },
57971
57971
  {
57972
57972
  "kind": "javascript-module",
57973
57973
  "path": "src/environment-indicator/utils/configure.ts",