@genesislcap/foundation-ui 14.430.2-FUI-2528.4 → 14.430.2-FUI-2528.6

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,42 @@
1400
1400
  },
1401
1401
  {
1402
1402
  "kind": "javascript-module",
1403
- "path": "src/accordion-item/accordion-item.styles.ts",
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",
1404
1435
  "declarations": [
1405
1436
  {
1406
1437
  "kind": "function",
1407
- "name": "foundationAccordionItemStyles",
1438
+ "name": "foundationAccordionStyles",
1408
1439
  "return": {
1409
1440
  "type": {
1410
1441
  "text": "ElementStyles"
@@ -1429,24 +1460,24 @@
1429
1460
  "exports": [
1430
1461
  {
1431
1462
  "kind": "js",
1432
- "name": "foundationAccordionItemStyles",
1463
+ "name": "foundationAccordionStyles",
1433
1464
  "declaration": {
1434
- "name": "foundationAccordionItemStyles",
1435
- "module": "src/accordion-item/accordion-item.styles.ts"
1465
+ "name": "foundationAccordionStyles",
1466
+ "module": "src/accordion/accordion.styles.ts"
1436
1467
  }
1437
1468
  }
1438
1469
  ]
1439
1470
  },
1440
1471
  {
1441
1472
  "kind": "javascript-module",
1442
- "path": "src/accordion-item/accordion-item.template.ts",
1473
+ "path": "src/accordion/accordion.template.ts",
1443
1474
  "declarations": [
1444
1475
  {
1445
1476
  "kind": "function",
1446
- "name": "foundationAccordionItemTemplate",
1477
+ "name": "foundationAccordionTemplate",
1447
1478
  "return": {
1448
1479
  "type": {
1449
- "text": "ViewTemplate<AccordionItem>"
1480
+ "text": "ViewTemplate<Accordion>"
1450
1481
  }
1451
1482
  },
1452
1483
  "parameters": [
@@ -1468,116 +1499,237 @@
1468
1499
  "exports": [
1469
1500
  {
1470
1501
  "kind": "js",
1471
- "name": "foundationAccordionItemTemplate",
1502
+ "name": "foundationAccordionTemplate",
1472
1503
  "declaration": {
1473
- "name": "foundationAccordionItemTemplate",
1474
- "module": "src/accordion-item/accordion-item.template.ts"
1504
+ "name": "foundationAccordionTemplate",
1505
+ "module": "src/accordion/accordion.template.ts"
1475
1506
  }
1476
1507
  }
1477
1508
  ]
1478
1509
  },
1479
1510
  {
1480
1511
  "kind": "javascript-module",
1481
- "path": "src/accordion-item/accordion-item.ts",
1512
+ "path": "src/accordion/accordion.ts",
1482
1513
  "declarations": [
1483
1514
  {
1484
1515
  "kind": "class",
1485
1516
  "description": "",
1486
- "name": "AccordionItem",
1517
+ "name": "Accordion",
1487
1518
  "superclass": {
1488
- "name": "FASTAccordionItem",
1489
- "package": "@microsoft/fast-components"
1519
+ "name": "FASTAccordion",
1520
+ "package": "@microsoft/fast-foundation"
1490
1521
  },
1491
- "tagName": "%%prefix%%-accordion-item",
1522
+ "tagName": "%%prefix%%-accordion",
1492
1523
  "customElement": true,
1493
1524
  "attributes": [
1494
1525
  {
1495
- "name": "heading-level",
1526
+ "name": "expand-mode",
1496
1527
  "type": {
1497
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1528
+ "text": "AccordionExpandMode"
1498
1529
  },
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",
1530
+ "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
1531
+ "fieldName": "expandmode",
1502
1532
  "inheritedFrom": {
1503
- "name": "AccordionItem",
1504
- "module": "src/accordion-item/accordion-item.ts"
1533
+ "name": "Accordion",
1534
+ "module": "src/accordion/accordion.ts"
1505
1535
  }
1506
- },
1536
+ }
1537
+ ],
1538
+ "members": [
1507
1539
  {
1540
+ "kind": "field",
1541
+ "name": "expandmode",
1508
1542
  "type": {
1509
- "text": "boolean"
1543
+ "text": "AccordionExpandMode"
1510
1544
  },
1511
- "default": "false",
1512
- "description": "Expands or collapses the item.",
1513
- "fieldName": "expanded",
1545
+ "privacy": "public",
1546
+ "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
1514
1547
  "inheritedFrom": {
1515
- "name": "AccordionItem",
1516
- "module": "src/accordion-item/accordion-item.ts"
1548
+ "name": "Accordion",
1549
+ "module": "src/accordion/accordion.ts"
1517
1550
  }
1518
1551
  },
1519
1552
  {
1520
- "name": "id",
1553
+ "kind": "field",
1554
+ "name": "activeid",
1521
1555
  "type": {
1522
- "text": "string"
1556
+ "text": "string | null"
1523
1557
  },
1524
- "description": "The item ID",
1525
- "fieldName": "id",
1558
+ "privacy": "private",
1526
1559
  "inheritedFrom": {
1527
- "name": "AccordionItem",
1528
- "module": "src/accordion-item/accordion-item.ts"
1560
+ "name": "Accordion",
1561
+ "module": "src/accordion/accordion.ts"
1529
1562
  }
1530
- }
1531
- ],
1532
- "members": [
1563
+ },
1533
1564
  {
1534
1565
  "kind": "field",
1535
- "name": "headinglevel",
1566
+ "name": "activeItemIndex",
1536
1567
  "type": {
1537
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1568
+ "text": "number"
1538
1569
  },
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.",
1570
+ "privacy": "private",
1571
+ "default": "0",
1542
1572
  "inheritedFrom": {
1543
- "name": "AccordionItem",
1544
- "module": "src/accordion-item/accordion-item.ts"
1573
+ "name": "Accordion",
1574
+ "module": "src/accordion/accordion.ts"
1545
1575
  }
1546
1576
  },
1547
1577
  {
1548
1578
  "kind": "field",
1549
- "name": "expanded",
1579
+ "name": "accordionIds",
1550
1580
  "type": {
1551
- "text": "boolean"
1581
+ "text": "Array<string | null>"
1552
1582
  },
1553
- "privacy": "public",
1554
- "default": "false",
1555
- "description": "Expands or collapses the item.",
1583
+ "privacy": "private",
1556
1584
  "inheritedFrom": {
1557
- "name": "AccordionItem",
1558
- "module": "src/accordion-item/accordion-item.ts"
1585
+ "name": "Accordion",
1586
+ "module": "src/accordion/accordion.ts"
1559
1587
  }
1560
1588
  },
1561
1589
  {
1562
1590
  "kind": "field",
1563
- "name": "id",
1564
- "type": {
1565
- "text": "string"
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
+ }
1566
1606
  },
1567
- "privacy": "public",
1568
- "description": "The item ID",
1569
1607
  "inheritedFrom": {
1570
- "name": "AccordionItem",
1571
- "module": "src/accordion-item/accordion-item.ts"
1608
+ "name": "Accordion",
1609
+ "module": "src/accordion/accordion.ts"
1572
1610
  }
1573
1611
  },
1574
1612
  {
1575
1613
  "kind": "field",
1576
- "name": "change",
1614
+ "name": "setItems",
1577
1615
  "privacy": "private",
1578
1616
  "inheritedFrom": {
1579
- "name": "AccordionItem",
1580
- "module": "src/accordion-item/accordion-item.ts"
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
+ }
1629
+ },
1630
+ "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"
1642
+ }
1643
+ },
1644
+ {
1645
+ "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
+ }
1675
+ },
1676
+ "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"
1688
+ }
1689
+ },
1690
+ {
1691
+ "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",
1724
+ "privacy": "private",
1725
+ "return": {
1726
+ "type": {
1727
+ "text": "void"
1728
+ }
1729
+ },
1730
+ "inheritedFrom": {
1731
+ "name": "Accordion",
1732
+ "module": "src/accordion/accordion.ts"
1581
1733
  }
1582
1734
  },
1583
1735
  {
@@ -1694,18 +1846,18 @@
1694
1846
  ],
1695
1847
  "events": [
1696
1848
  {
1697
- "description": "Fires a custom 'change' event when the button is invoked",
1849
+ "description": "Fires a custom 'change' event when the active item changes",
1698
1850
  "name": "change",
1699
1851
  "inheritedFrom": {
1700
- "name": "AccordionItem",
1701
- "module": "src/accordion-item/accordion-item.ts"
1852
+ "name": "Accordion",
1853
+ "module": "src/accordion/accordion.ts"
1702
1854
  }
1703
1855
  }
1704
1856
  ]
1705
1857
  },
1706
1858
  {
1707
1859
  "kind": "variable",
1708
- "name": "foundationAccordionItemShadowOptions",
1860
+ "name": "foundationAccordionShadowOptions",
1709
1861
  "type": {
1710
1862
  "text": "ShadowRootInit"
1711
1863
  },
@@ -1713,57 +1865,57 @@
1713
1865
  },
1714
1866
  {
1715
1867
  "kind": "variable",
1716
- "name": "defaultAccordionItemConfig",
1868
+ "name": "defaultAccordionConfig",
1717
1869
  "type": {
1718
1870
  "text": "object"
1719
1871
  },
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}"
1872
+ "default": "{}"
1721
1873
  },
1722
1874
  {
1723
1875
  "kind": "variable",
1724
- "name": "foundationAccordionItem",
1725
- "description": "The Foundation Accordion Item",
1876
+ "name": "foundationAccordion",
1877
+ "description": "The Foundation Accordion",
1726
1878
  "privacy": "public"
1727
1879
  }
1728
1880
  ],
1729
1881
  "exports": [
1730
1882
  {
1731
1883
  "kind": "js",
1732
- "name": "AccordionItem",
1884
+ "name": "Accordion",
1733
1885
  "declaration": {
1734
- "name": "AccordionItem",
1735
- "module": "src/accordion-item/accordion-item.ts"
1886
+ "name": "Accordion",
1887
+ "module": "src/accordion/accordion.ts"
1736
1888
  }
1737
1889
  },
1738
1890
  {
1739
1891
  "kind": "js",
1740
- "name": "foundationAccordionItemShadowOptions",
1892
+ "name": "foundationAccordionShadowOptions",
1741
1893
  "declaration": {
1742
- "name": "foundationAccordionItemShadowOptions",
1743
- "module": "src/accordion-item/accordion-item.ts"
1894
+ "name": "foundationAccordionShadowOptions",
1895
+ "module": "src/accordion/accordion.ts"
1744
1896
  }
1745
1897
  },
1746
1898
  {
1747
1899
  "kind": "js",
1748
- "name": "defaultAccordionItemConfig",
1900
+ "name": "defaultAccordionConfig",
1749
1901
  "declaration": {
1750
- "name": "defaultAccordionItemConfig",
1751
- "module": "src/accordion-item/accordion-item.ts"
1902
+ "name": "defaultAccordionConfig",
1903
+ "module": "src/accordion/accordion.ts"
1752
1904
  }
1753
1905
  },
1754
1906
  {
1755
1907
  "kind": "js",
1756
- "name": "foundationAccordionItem",
1908
+ "name": "foundationAccordion",
1757
1909
  "declaration": {
1758
- "name": "foundationAccordionItem",
1759
- "module": "src/accordion-item/accordion-item.ts"
1910
+ "name": "foundationAccordion",
1911
+ "module": "src/accordion/accordion.ts"
1760
1912
  }
1761
1913
  }
1762
1914
  ]
1763
1915
  },
1764
1916
  {
1765
1917
  "kind": "javascript-module",
1766
- "path": "src/accordion-item/index.ts",
1918
+ "path": "src/accordion/index.ts",
1767
1919
  "declarations": [],
1768
1920
  "exports": [
1769
1921
  {
@@ -1771,7 +1923,7 @@
1771
1923
  "name": "*",
1772
1924
  "declaration": {
1773
1925
  "name": "*",
1774
- "package": "./accordion-item.template"
1926
+ "package": "./accordion.template"
1775
1927
  }
1776
1928
  },
1777
1929
  {
@@ -1779,7 +1931,7 @@
1779
1931
  "name": "*",
1780
1932
  "declaration": {
1781
1933
  "name": "*",
1782
- "package": "./accordion-item.styles"
1934
+ "package": "./accordion.styles"
1783
1935
  }
1784
1936
  },
1785
1937
  {
@@ -1787,7 +1939,7 @@
1787
1939
  "name": "*",
1788
1940
  "declaration": {
1789
1941
  "name": "*",
1790
- "package": "./accordion-item"
1942
+ "package": "./accordion"
1791
1943
  }
1792
1944
  }
1793
1945
  ]
@@ -3401,11 +3553,11 @@
3401
3553
  },
3402
3554
  {
3403
3555
  "kind": "javascript-module",
3404
- "path": "src/accordion/accordion.styles.ts",
3556
+ "path": "src/accordion-item/accordion-item.styles.ts",
3405
3557
  "declarations": [
3406
3558
  {
3407
3559
  "kind": "function",
3408
- "name": "foundationAccordionStyles",
3560
+ "name": "foundationAccordionItemStyles",
3409
3561
  "return": {
3410
3562
  "type": {
3411
3563
  "text": "ElementStyles"
@@ -3430,24 +3582,24 @@
3430
3582
  "exports": [
3431
3583
  {
3432
3584
  "kind": "js",
3433
- "name": "foundationAccordionStyles",
3585
+ "name": "foundationAccordionItemStyles",
3434
3586
  "declaration": {
3435
- "name": "foundationAccordionStyles",
3436
- "module": "src/accordion/accordion.styles.ts"
3587
+ "name": "foundationAccordionItemStyles",
3588
+ "module": "src/accordion-item/accordion-item.styles.ts"
3437
3589
  }
3438
3590
  }
3439
3591
  ]
3440
3592
  },
3441
3593
  {
3442
3594
  "kind": "javascript-module",
3443
- "path": "src/accordion/accordion.template.ts",
3595
+ "path": "src/accordion-item/accordion-item.template.ts",
3444
3596
  "declarations": [
3445
3597
  {
3446
3598
  "kind": "function",
3447
- "name": "foundationAccordionTemplate",
3599
+ "name": "foundationAccordionItemTemplate",
3448
3600
  "return": {
3449
3601
  "type": {
3450
- "text": "ViewTemplate<Accordion>"
3602
+ "text": "ViewTemplate<AccordionItem>"
3451
3603
  }
3452
3604
  },
3453
3605
  "parameters": [
@@ -3469,237 +3621,116 @@
3469
3621
  "exports": [
3470
3622
  {
3471
3623
  "kind": "js",
3472
- "name": "foundationAccordionTemplate",
3624
+ "name": "foundationAccordionItemTemplate",
3473
3625
  "declaration": {
3474
- "name": "foundationAccordionTemplate",
3475
- "module": "src/accordion/accordion.template.ts"
3626
+ "name": "foundationAccordionItemTemplate",
3627
+ "module": "src/accordion-item/accordion-item.template.ts"
3476
3628
  }
3477
3629
  }
3478
3630
  ]
3479
3631
  },
3480
3632
  {
3481
3633
  "kind": "javascript-module",
3482
- "path": "src/accordion/accordion.ts",
3634
+ "path": "src/accordion-item/accordion-item.ts",
3483
3635
  "declarations": [
3484
3636
  {
3485
3637
  "kind": "class",
3486
3638
  "description": "",
3487
- "name": "Accordion",
3639
+ "name": "AccordionItem",
3488
3640
  "superclass": {
3489
- "name": "FASTAccordion",
3490
- "package": "@microsoft/fast-foundation"
3641
+ "name": "FASTAccordionItem",
3642
+ "package": "@microsoft/fast-components"
3491
3643
  },
3492
- "tagName": "%%prefix%%-accordion",
3644
+ "tagName": "%%prefix%%-accordion-item",
3493
3645
  "customElement": true,
3494
3646
  "attributes": [
3495
3647
  {
3496
- "name": "expand-mode",
3497
- "type": {
3498
- "text": "AccordionExpandMode"
3499
- },
3500
- "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
3501
- "fieldName": "expandmode",
3502
- "inheritedFrom": {
3503
- "name": "Accordion",
3504
- "module": "src/accordion/accordion.ts"
3505
- }
3506
- }
3507
- ],
3508
- "members": [
3509
- {
3510
- "kind": "field",
3511
- "name": "expandmode",
3648
+ "name": "heading-level",
3512
3649
  "type": {
3513
- "text": "AccordionExpandMode"
3650
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
3514
3651
  },
3515
- "privacy": "public",
3516
- "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
3652
+ "default": "2",
3653
+ "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
3654
+ "fieldName": "headinglevel",
3517
3655
  "inheritedFrom": {
3518
- "name": "Accordion",
3519
- "module": "src/accordion/accordion.ts"
3656
+ "name": "AccordionItem",
3657
+ "module": "src/accordion-item/accordion-item.ts"
3520
3658
  }
3521
3659
  },
3522
3660
  {
3523
- "kind": "field",
3524
- "name": "activeid",
3525
3661
  "type": {
3526
- "text": "string | null"
3662
+ "text": "boolean"
3527
3663
  },
3528
- "privacy": "private",
3664
+ "default": "false",
3665
+ "description": "Expands or collapses the item.",
3666
+ "fieldName": "expanded",
3529
3667
  "inheritedFrom": {
3530
- "name": "Accordion",
3531
- "module": "src/accordion/accordion.ts"
3668
+ "name": "AccordionItem",
3669
+ "module": "src/accordion-item/accordion-item.ts"
3532
3670
  }
3533
3671
  },
3534
3672
  {
3535
- "kind": "field",
3536
- "name": "activeItemIndex",
3673
+ "name": "id",
3537
3674
  "type": {
3538
- "text": "number"
3675
+ "text": "string"
3539
3676
  },
3540
- "privacy": "private",
3541
- "default": "0",
3677
+ "description": "The item ID",
3678
+ "fieldName": "id",
3542
3679
  "inheritedFrom": {
3543
- "name": "Accordion",
3544
- "module": "src/accordion/accordion.ts"
3680
+ "name": "AccordionItem",
3681
+ "module": "src/accordion-item/accordion-item.ts"
3545
3682
  }
3546
- },
3683
+ }
3684
+ ],
3685
+ "members": [
3547
3686
  {
3548
3687
  "kind": "field",
3549
- "name": "accordionIds",
3688
+ "name": "headinglevel",
3550
3689
  "type": {
3551
- "text": "Array<string | null>"
3552
- },
3553
- "privacy": "private",
3554
- "inheritedFrom": {
3555
- "name": "Accordion",
3556
- "module": "src/accordion/accordion.ts"
3557
- }
3558
- },
3559
- {
3560
- "kind": "field",
3561
- "name": "change",
3562
- "privacy": "private",
3563
- "inheritedFrom": {
3564
- "name": "Accordion",
3565
- "module": "src/accordion/accordion.ts"
3566
- }
3567
- },
3568
- {
3569
- "kind": "method",
3570
- "name": "findExpandedItem",
3571
- "privacy": "private",
3572
- "return": {
3573
- "type": {
3574
- "text": "AccordionItem | null"
3575
- }
3690
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
3576
3691
  },
3692
+ "privacy": "public",
3693
+ "default": "2",
3694
+ "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
3577
3695
  "inheritedFrom": {
3578
- "name": "Accordion",
3579
- "module": "src/accordion/accordion.ts"
3696
+ "name": "AccordionItem",
3697
+ "module": "src/accordion-item/accordion-item.ts"
3580
3698
  }
3581
3699
  },
3582
3700
  {
3583
3701
  "kind": "field",
3584
- "name": "setItems",
3585
- "privacy": "private",
3586
- "inheritedFrom": {
3587
- "name": "Accordion",
3588
- "module": "src/accordion/accordion.ts"
3589
- }
3590
- },
3591
- {
3592
- "kind": "method",
3593
- "name": "resetItems",
3594
- "privacy": "private",
3595
- "return": {
3596
- "type": {
3597
- "text": "void"
3598
- }
3702
+ "name": "expanded",
3703
+ "type": {
3704
+ "text": "boolean"
3599
3705
  },
3706
+ "privacy": "public",
3707
+ "default": "false",
3708
+ "description": "Expands or collapses the item.",
3600
3709
  "inheritedFrom": {
3601
- "name": "Accordion",
3602
- "module": "src/accordion/accordion.ts"
3603
- }
3604
- },
3605
- {
3606
- "kind": "field",
3607
- "name": "removeItemListeners",
3608
- "privacy": "private",
3609
- "inheritedFrom": {
3610
- "name": "Accordion",
3611
- "module": "src/accordion/accordion.ts"
3710
+ "name": "AccordionItem",
3711
+ "module": "src/accordion-item/accordion-item.ts"
3612
3712
  }
3613
3713
  },
3614
3714
  {
3615
3715
  "kind": "field",
3616
- "name": "activeItemChange",
3617
- "privacy": "private",
3618
- "inheritedFrom": {
3619
- "name": "Accordion",
3620
- "module": "src/accordion/accordion.ts"
3621
- }
3622
- },
3623
- {
3624
- "kind": "method",
3625
- "name": "getItemIds",
3626
- "privacy": "private",
3627
- "return": {
3628
- "type": {
3629
- "text": "Array<string | null>"
3630
- }
3631
- },
3632
- "inheritedFrom": {
3633
- "name": "Accordion",
3634
- "module": "src/accordion/accordion.ts"
3635
- }
3636
- },
3637
- {
3638
- "kind": "method",
3639
- "name": "isSingleExpandMode",
3640
- "privacy": "private",
3641
- "return": {
3642
- "type": {
3643
- "text": "boolean"
3644
- }
3716
+ "name": "id",
3717
+ "type": {
3718
+ "text": "string"
3645
3719
  },
3720
+ "privacy": "public",
3721
+ "description": "The item ID",
3646
3722
  "inheritedFrom": {
3647
- "name": "Accordion",
3648
- "module": "src/accordion/accordion.ts"
3649
- }
3650
- },
3651
- {
3652
- "kind": "field",
3653
- "name": "handleItemKeyDown",
3654
- "privacy": "private",
3655
- "inheritedFrom": {
3656
- "name": "Accordion",
3657
- "module": "src/accordion/accordion.ts"
3723
+ "name": "AccordionItem",
3724
+ "module": "src/accordion-item/accordion-item.ts"
3658
3725
  }
3659
3726
  },
3660
3727
  {
3661
3728
  "kind": "field",
3662
- "name": "handleItemFocus",
3663
- "privacy": "private",
3664
- "inheritedFrom": {
3665
- "name": "Accordion",
3666
- "module": "src/accordion/accordion.ts"
3667
- }
3668
- },
3669
- {
3670
- "kind": "method",
3671
- "name": "adjust",
3672
- "privacy": "private",
3673
- "return": {
3674
- "type": {
3675
- "text": "void"
3676
- }
3677
- },
3678
- "parameters": [
3679
- {
3680
- "name": "adjustment",
3681
- "type": {
3682
- "text": "number"
3683
- }
3684
- }
3685
- ],
3686
- "inheritedFrom": {
3687
- "name": "Accordion",
3688
- "module": "src/accordion/accordion.ts"
3689
- }
3690
- },
3691
- {
3692
- "kind": "method",
3693
- "name": "focusItem",
3729
+ "name": "change",
3694
3730
  "privacy": "private",
3695
- "return": {
3696
- "type": {
3697
- "text": "void"
3698
- }
3699
- },
3700
3731
  "inheritedFrom": {
3701
- "name": "Accordion",
3702
- "module": "src/accordion/accordion.ts"
3732
+ "name": "AccordionItem",
3733
+ "module": "src/accordion-item/accordion-item.ts"
3703
3734
  }
3704
3735
  },
3705
3736
  {
@@ -3816,18 +3847,18 @@
3816
3847
  ],
3817
3848
  "events": [
3818
3849
  {
3819
- "description": "Fires a custom 'change' event when the active item changes",
3850
+ "description": "Fires a custom 'change' event when the button is invoked",
3820
3851
  "name": "change",
3821
3852
  "inheritedFrom": {
3822
- "name": "Accordion",
3823
- "module": "src/accordion/accordion.ts"
3853
+ "name": "AccordionItem",
3854
+ "module": "src/accordion-item/accordion-item.ts"
3824
3855
  }
3825
3856
  }
3826
3857
  ]
3827
3858
  },
3828
3859
  {
3829
3860
  "kind": "variable",
3830
- "name": "foundationAccordionShadowOptions",
3861
+ "name": "foundationAccordionItemShadowOptions",
3831
3862
  "type": {
3832
3863
  "text": "ShadowRootInit"
3833
3864
  },
@@ -3835,88 +3866,57 @@
3835
3866
  },
3836
3867
  {
3837
3868
  "kind": "variable",
3838
- "name": "defaultAccordionConfig",
3869
+ "name": "defaultAccordionItemConfig",
3839
3870
  "type": {
3840
3871
  "text": "object"
3841
3872
  },
3842
- "default": "{}"
3873
+ "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}"
3843
3874
  },
3844
3875
  {
3845
3876
  "kind": "variable",
3846
- "name": "foundationAccordion",
3847
- "description": "The Foundation Accordion",
3877
+ "name": "foundationAccordionItem",
3878
+ "description": "The Foundation Accordion Item",
3848
3879
  "privacy": "public"
3849
3880
  }
3850
3881
  ],
3851
3882
  "exports": [
3852
3883
  {
3853
3884
  "kind": "js",
3854
- "name": "Accordion",
3855
- "declaration": {
3856
- "name": "Accordion",
3857
- "module": "src/accordion/accordion.ts"
3858
- }
3859
- },
3860
- {
3861
- "kind": "js",
3862
- "name": "foundationAccordionShadowOptions",
3863
- "declaration": {
3864
- "name": "foundationAccordionShadowOptions",
3865
- "module": "src/accordion/accordion.ts"
3866
- }
3867
- },
3868
- {
3869
- "kind": "js",
3870
- "name": "defaultAccordionConfig",
3885
+ "name": "AccordionItem",
3871
3886
  "declaration": {
3872
- "name": "defaultAccordionConfig",
3873
- "module": "src/accordion/accordion.ts"
3887
+ "name": "AccordionItem",
3888
+ "module": "src/accordion-item/accordion-item.ts"
3874
3889
  }
3875
3890
  },
3876
3891
  {
3877
3892
  "kind": "js",
3878
- "name": "foundationAccordion",
3879
- "declaration": {
3880
- "name": "foundationAccordion",
3881
- "module": "src/accordion/accordion.ts"
3882
- }
3883
- }
3884
- ]
3885
- },
3886
- {
3887
- "kind": "javascript-module",
3888
- "path": "src/accordion/index.ts",
3889
- "declarations": [],
3890
- "exports": [
3891
- {
3892
- "kind": "js",
3893
- "name": "*",
3893
+ "name": "foundationAccordionItemShadowOptions",
3894
3894
  "declaration": {
3895
- "name": "*",
3896
- "package": "./accordion.template"
3895
+ "name": "foundationAccordionItemShadowOptions",
3896
+ "module": "src/accordion-item/accordion-item.ts"
3897
3897
  }
3898
3898
  },
3899
3899
  {
3900
3900
  "kind": "js",
3901
- "name": "*",
3901
+ "name": "defaultAccordionItemConfig",
3902
3902
  "declaration": {
3903
- "name": "*",
3904
- "package": "./accordion.styles"
3903
+ "name": "defaultAccordionItemConfig",
3904
+ "module": "src/accordion-item/accordion-item.ts"
3905
3905
  }
3906
3906
  },
3907
3907
  {
3908
3908
  "kind": "js",
3909
- "name": "*",
3909
+ "name": "foundationAccordionItem",
3910
3910
  "declaration": {
3911
- "name": "*",
3912
- "package": "./accordion"
3911
+ "name": "foundationAccordionItem",
3912
+ "module": "src/accordion-item/accordion-item.ts"
3913
3913
  }
3914
3914
  }
3915
3915
  ]
3916
3916
  },
3917
3917
  {
3918
3918
  "kind": "javascript-module",
3919
- "path": "src/_config/index.ts",
3919
+ "path": "src/accordion-item/index.ts",
3920
3920
  "declarations": [],
3921
3921
  "exports": [
3922
3922
  {
@@ -3924,7 +3924,7 @@
3924
3924
  "name": "*",
3925
3925
  "declaration": {
3926
3926
  "name": "*",
3927
- "package": "./styles"
3927
+ "package": "./accordion-item.template"
3928
3928
  }
3929
3929
  },
3930
3930
  {
@@ -3932,7 +3932,7 @@
3932
3932
  "name": "*",
3933
3933
  "declaration": {
3934
3934
  "name": "*",
3935
- "package": "./tokens"
3935
+ "package": "./accordion-item.styles"
3936
3936
  }
3937
3937
  },
3938
3938
  {
@@ -3940,7 +3940,7 @@
3940
3940
  "name": "*",
3941
3941
  "declaration": {
3942
3942
  "name": "*",
3943
- "package": "./values"
3943
+ "package": "./accordion-item"
3944
3944
  }
3945
3945
  }
3946
3946
  ]
@@ -46308,291 +46308,6 @@
46308
46308
  }
46309
46309
  ]
46310
46310
  },
46311
- {
46312
- "kind": "javascript-module",
46313
- "path": "src/stacking-icons/index.ts",
46314
- "declarations": [],
46315
- "exports": [
46316
- {
46317
- "kind": "js",
46318
- "name": "*",
46319
- "declaration": {
46320
- "name": "*",
46321
- "package": "./stacking-icons.styles"
46322
- }
46323
- },
46324
- {
46325
- "kind": "js",
46326
- "name": "*",
46327
- "declaration": {
46328
- "name": "*",
46329
- "package": "./stacking-icons.template"
46330
- }
46331
- },
46332
- {
46333
- "kind": "js",
46334
- "name": "*",
46335
- "declaration": {
46336
- "name": "*",
46337
- "package": "./stacking-icons"
46338
- }
46339
- }
46340
- ]
46341
- },
46342
- {
46343
- "kind": "javascript-module",
46344
- "path": "src/stacking-icons/stacking-icons.styles.ts",
46345
- "declarations": [
46346
- {
46347
- "kind": "function",
46348
- "name": "foundationStackingIconsStyles",
46349
- "return": {
46350
- "type": {
46351
- "text": "ElementStyles"
46352
- }
46353
- },
46354
- "parameters": [
46355
- {
46356
- "name": "context",
46357
- "type": {
46358
- "text": "ElementDefinitionContext"
46359
- }
46360
- },
46361
- {
46362
- "name": "definition",
46363
- "type": {
46364
- "text": "FoundationElementDefinition"
46365
- }
46366
- }
46367
- ]
46368
- }
46369
- ],
46370
- "exports": [
46371
- {
46372
- "kind": "js",
46373
- "name": "foundationStackingIconsStyles",
46374
- "declaration": {
46375
- "name": "foundationStackingIconsStyles",
46376
- "module": "src/stacking-icons/stacking-icons.styles.ts"
46377
- }
46378
- }
46379
- ]
46380
- },
46381
- {
46382
- "kind": "javascript-module",
46383
- "path": "src/stacking-icons/stacking-icons.template.ts",
46384
- "declarations": [
46385
- {
46386
- "kind": "variable",
46387
- "name": "foundationStackingIconsTemplate",
46388
- "type": {
46389
- "text": "ViewTemplate"
46390
- },
46391
- "default": "html<StackingIcons>`\n <span\n class=${(x) => `fa-stack fa-${x.size}`}\n style=${(x) => `vertical-align: ${x['vertical-align']};`}\n >\n <slot></slot>\n </span>\n`"
46392
- }
46393
- ],
46394
- "exports": [
46395
- {
46396
- "kind": "js",
46397
- "name": "foundationStackingIconsTemplate",
46398
- "declaration": {
46399
- "name": "foundationStackingIconsTemplate",
46400
- "module": "src/stacking-icons/stacking-icons.template.ts"
46401
- }
46402
- }
46403
- ]
46404
- },
46405
- {
46406
- "kind": "javascript-module",
46407
- "path": "src/stacking-icons/stacking-icons.ts",
46408
- "declarations": [
46409
- {
46410
- "kind": "class",
46411
- "description": "",
46412
- "name": "StackingIcons",
46413
- "members": [
46414
- {
46415
- "kind": "field",
46416
- "name": "size",
46417
- "type": {
46418
- "text": "StackingIconsSize"
46419
- },
46420
- "default": "faSizeValueDefault"
46421
- },
46422
- {
46423
- "kind": "field",
46424
- "name": "['vertical-align']",
46425
- "type": {
46426
- "text": "VerticalAlign"
46427
- },
46428
- "default": "'baseline'"
46429
- },
46430
- {
46431
- "kind": "field",
46432
- "name": "_presentation",
46433
- "type": {
46434
- "text": "ComponentPresentation | null | undefined"
46435
- },
46436
- "privacy": "private",
46437
- "default": "void 0",
46438
- "inheritedFrom": {
46439
- "name": "FoundationElement",
46440
- "module": "src/foundation-element/foundation-element.ts"
46441
- }
46442
- },
46443
- {
46444
- "kind": "field",
46445
- "name": "$presentation",
46446
- "type": {
46447
- "text": "ComponentPresentation | null"
46448
- },
46449
- "privacy": "public",
46450
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
46451
- "inheritedFrom": {
46452
- "name": "FoundationElement",
46453
- "module": "src/foundation-element/foundation-element.ts"
46454
- }
46455
- },
46456
- {
46457
- "kind": "field",
46458
- "name": "template",
46459
- "type": {
46460
- "text": "ElementViewTemplate | void | null"
46461
- },
46462
- "privacy": "public",
46463
- "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.",
46464
- "inheritedFrom": {
46465
- "name": "FoundationElement",
46466
- "module": "src/foundation-element/foundation-element.ts"
46467
- }
46468
- },
46469
- {
46470
- "kind": "method",
46471
- "name": "templateChanged",
46472
- "privacy": "protected",
46473
- "return": {
46474
- "type": {
46475
- "text": "void"
46476
- }
46477
- },
46478
- "inheritedFrom": {
46479
- "name": "FoundationElement",
46480
- "module": "src/foundation-element/foundation-element.ts"
46481
- }
46482
- },
46483
- {
46484
- "kind": "field",
46485
- "name": "styles",
46486
- "type": {
46487
- "text": "ElementStyles | void | null"
46488
- },
46489
- "privacy": "public",
46490
- "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.",
46491
- "inheritedFrom": {
46492
- "name": "FoundationElement",
46493
- "module": "src/foundation-element/foundation-element.ts"
46494
- }
46495
- },
46496
- {
46497
- "kind": "method",
46498
- "name": "stylesChanged",
46499
- "privacy": "protected",
46500
- "return": {
46501
- "type": {
46502
- "text": "void"
46503
- }
46504
- },
46505
- "inheritedFrom": {
46506
- "name": "FoundationElement",
46507
- "module": "src/foundation-element/foundation-element.ts"
46508
- }
46509
- },
46510
- {
46511
- "kind": "method",
46512
- "name": "compose",
46513
- "privacy": "public",
46514
- "static": true,
46515
- "return": {
46516
- "type": {
46517
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
46518
- }
46519
- },
46520
- "parameters": [
46521
- {
46522
- "name": "this",
46523
- "type": {
46524
- "text": "K"
46525
- }
46526
- },
46527
- {
46528
- "name": "elementDefinition",
46529
- "type": {
46530
- "text": "T"
46531
- },
46532
- "description": "The definition of the element to create the registry\nfunction for."
46533
- }
46534
- ],
46535
- "description": "Defines an element registry function with a set of element definition defaults.",
46536
- "inheritedFrom": {
46537
- "name": "FoundationElement",
46538
- "module": "src/foundation-element/foundation-element.ts"
46539
- }
46540
- }
46541
- ],
46542
- "attributes": [
46543
- {
46544
- "name": "size",
46545
- "type": {
46546
- "text": "StackingIconsSize"
46547
- },
46548
- "default": "faSizeValueDefault",
46549
- "resolveInitializer": {
46550
- "module": "/src/icon"
46551
- },
46552
- "fieldName": "size"
46553
- },
46554
- {
46555
- "name": "['vertical-align']",
46556
- "type": {
46557
- "text": "VerticalAlign"
46558
- },
46559
- "default": "'baseline'",
46560
- "fieldName": "['vertical-align']"
46561
- }
46562
- ],
46563
- "superclass": {
46564
- "name": "FoundationElement",
46565
- "package": "@microsoft/fast-foundation"
46566
- },
46567
- "tagName": "%%prefix%%-stacking-icons",
46568
- "customElement": true
46569
- },
46570
- {
46571
- "kind": "variable",
46572
- "name": "foundationStackingIcons",
46573
- "description": "The Foundation Stacking Icon",
46574
- "privacy": "public"
46575
- }
46576
- ],
46577
- "exports": [
46578
- {
46579
- "kind": "js",
46580
- "name": "StackingIcons",
46581
- "declaration": {
46582
- "name": "StackingIcons",
46583
- "module": "src/stacking-icons/stacking-icons.ts"
46584
- }
46585
- },
46586
- {
46587
- "kind": "js",
46588
- "name": "foundationStackingIcons",
46589
- "declaration": {
46590
- "name": "foundationStackingIcons",
46591
- "module": "src/stacking-icons/stacking-icons.ts"
46592
- }
46593
- }
46594
- ]
46595
- },
46596
46311
  {
46597
46312
  "kind": "javascript-module",
46598
46313
  "path": "src/snackbar/index.ts",
@@ -47066,6 +46781,291 @@
47066
46781
  "declarations": [],
47067
46782
  "exports": []
47068
46783
  },
46784
+ {
46785
+ "kind": "javascript-module",
46786
+ "path": "src/stacking-icons/index.ts",
46787
+ "declarations": [],
46788
+ "exports": [
46789
+ {
46790
+ "kind": "js",
46791
+ "name": "*",
46792
+ "declaration": {
46793
+ "name": "*",
46794
+ "package": "./stacking-icons.styles"
46795
+ }
46796
+ },
46797
+ {
46798
+ "kind": "js",
46799
+ "name": "*",
46800
+ "declaration": {
46801
+ "name": "*",
46802
+ "package": "./stacking-icons.template"
46803
+ }
46804
+ },
46805
+ {
46806
+ "kind": "js",
46807
+ "name": "*",
46808
+ "declaration": {
46809
+ "name": "*",
46810
+ "package": "./stacking-icons"
46811
+ }
46812
+ }
46813
+ ]
46814
+ },
46815
+ {
46816
+ "kind": "javascript-module",
46817
+ "path": "src/stacking-icons/stacking-icons.styles.ts",
46818
+ "declarations": [
46819
+ {
46820
+ "kind": "function",
46821
+ "name": "foundationStackingIconsStyles",
46822
+ "return": {
46823
+ "type": {
46824
+ "text": "ElementStyles"
46825
+ }
46826
+ },
46827
+ "parameters": [
46828
+ {
46829
+ "name": "context",
46830
+ "type": {
46831
+ "text": "ElementDefinitionContext"
46832
+ }
46833
+ },
46834
+ {
46835
+ "name": "definition",
46836
+ "type": {
46837
+ "text": "FoundationElementDefinition"
46838
+ }
46839
+ }
46840
+ ]
46841
+ }
46842
+ ],
46843
+ "exports": [
46844
+ {
46845
+ "kind": "js",
46846
+ "name": "foundationStackingIconsStyles",
46847
+ "declaration": {
46848
+ "name": "foundationStackingIconsStyles",
46849
+ "module": "src/stacking-icons/stacking-icons.styles.ts"
46850
+ }
46851
+ }
46852
+ ]
46853
+ },
46854
+ {
46855
+ "kind": "javascript-module",
46856
+ "path": "src/stacking-icons/stacking-icons.template.ts",
46857
+ "declarations": [
46858
+ {
46859
+ "kind": "variable",
46860
+ "name": "foundationStackingIconsTemplate",
46861
+ "type": {
46862
+ "text": "ViewTemplate"
46863
+ },
46864
+ "default": "html<StackingIcons>`\n <span\n class=${(x) => `fa-stack fa-${x.size}`}\n style=${(x) => `vertical-align: ${x['vertical-align']};`}\n >\n <slot></slot>\n </span>\n`"
46865
+ }
46866
+ ],
46867
+ "exports": [
46868
+ {
46869
+ "kind": "js",
46870
+ "name": "foundationStackingIconsTemplate",
46871
+ "declaration": {
46872
+ "name": "foundationStackingIconsTemplate",
46873
+ "module": "src/stacking-icons/stacking-icons.template.ts"
46874
+ }
46875
+ }
46876
+ ]
46877
+ },
46878
+ {
46879
+ "kind": "javascript-module",
46880
+ "path": "src/stacking-icons/stacking-icons.ts",
46881
+ "declarations": [
46882
+ {
46883
+ "kind": "class",
46884
+ "description": "",
46885
+ "name": "StackingIcons",
46886
+ "members": [
46887
+ {
46888
+ "kind": "field",
46889
+ "name": "size",
46890
+ "type": {
46891
+ "text": "StackingIconsSize"
46892
+ },
46893
+ "default": "faSizeValueDefault"
46894
+ },
46895
+ {
46896
+ "kind": "field",
46897
+ "name": "['vertical-align']",
46898
+ "type": {
46899
+ "text": "VerticalAlign"
46900
+ },
46901
+ "default": "'baseline'"
46902
+ },
46903
+ {
46904
+ "kind": "field",
46905
+ "name": "_presentation",
46906
+ "type": {
46907
+ "text": "ComponentPresentation | null | undefined"
46908
+ },
46909
+ "privacy": "private",
46910
+ "default": "void 0",
46911
+ "inheritedFrom": {
46912
+ "name": "FoundationElement",
46913
+ "module": "src/foundation-element/foundation-element.ts"
46914
+ }
46915
+ },
46916
+ {
46917
+ "kind": "field",
46918
+ "name": "$presentation",
46919
+ "type": {
46920
+ "text": "ComponentPresentation | null"
46921
+ },
46922
+ "privacy": "public",
46923
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
46924
+ "inheritedFrom": {
46925
+ "name": "FoundationElement",
46926
+ "module": "src/foundation-element/foundation-element.ts"
46927
+ }
46928
+ },
46929
+ {
46930
+ "kind": "field",
46931
+ "name": "template",
46932
+ "type": {
46933
+ "text": "ElementViewTemplate | void | null"
46934
+ },
46935
+ "privacy": "public",
46936
+ "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.",
46937
+ "inheritedFrom": {
46938
+ "name": "FoundationElement",
46939
+ "module": "src/foundation-element/foundation-element.ts"
46940
+ }
46941
+ },
46942
+ {
46943
+ "kind": "method",
46944
+ "name": "templateChanged",
46945
+ "privacy": "protected",
46946
+ "return": {
46947
+ "type": {
46948
+ "text": "void"
46949
+ }
46950
+ },
46951
+ "inheritedFrom": {
46952
+ "name": "FoundationElement",
46953
+ "module": "src/foundation-element/foundation-element.ts"
46954
+ }
46955
+ },
46956
+ {
46957
+ "kind": "field",
46958
+ "name": "styles",
46959
+ "type": {
46960
+ "text": "ElementStyles | void | null"
46961
+ },
46962
+ "privacy": "public",
46963
+ "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.",
46964
+ "inheritedFrom": {
46965
+ "name": "FoundationElement",
46966
+ "module": "src/foundation-element/foundation-element.ts"
46967
+ }
46968
+ },
46969
+ {
46970
+ "kind": "method",
46971
+ "name": "stylesChanged",
46972
+ "privacy": "protected",
46973
+ "return": {
46974
+ "type": {
46975
+ "text": "void"
46976
+ }
46977
+ },
46978
+ "inheritedFrom": {
46979
+ "name": "FoundationElement",
46980
+ "module": "src/foundation-element/foundation-element.ts"
46981
+ }
46982
+ },
46983
+ {
46984
+ "kind": "method",
46985
+ "name": "compose",
46986
+ "privacy": "public",
46987
+ "static": true,
46988
+ "return": {
46989
+ "type": {
46990
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
46991
+ }
46992
+ },
46993
+ "parameters": [
46994
+ {
46995
+ "name": "this",
46996
+ "type": {
46997
+ "text": "K"
46998
+ }
46999
+ },
47000
+ {
47001
+ "name": "elementDefinition",
47002
+ "type": {
47003
+ "text": "T"
47004
+ },
47005
+ "description": "The definition of the element to create the registry\nfunction for."
47006
+ }
47007
+ ],
47008
+ "description": "Defines an element registry function with a set of element definition defaults.",
47009
+ "inheritedFrom": {
47010
+ "name": "FoundationElement",
47011
+ "module": "src/foundation-element/foundation-element.ts"
47012
+ }
47013
+ }
47014
+ ],
47015
+ "attributes": [
47016
+ {
47017
+ "name": "size",
47018
+ "type": {
47019
+ "text": "StackingIconsSize"
47020
+ },
47021
+ "default": "faSizeValueDefault",
47022
+ "resolveInitializer": {
47023
+ "module": "/src/icon"
47024
+ },
47025
+ "fieldName": "size"
47026
+ },
47027
+ {
47028
+ "name": "['vertical-align']",
47029
+ "type": {
47030
+ "text": "VerticalAlign"
47031
+ },
47032
+ "default": "'baseline'",
47033
+ "fieldName": "['vertical-align']"
47034
+ }
47035
+ ],
47036
+ "superclass": {
47037
+ "name": "FoundationElement",
47038
+ "package": "@microsoft/fast-foundation"
47039
+ },
47040
+ "tagName": "%%prefix%%-stacking-icons",
47041
+ "customElement": true
47042
+ },
47043
+ {
47044
+ "kind": "variable",
47045
+ "name": "foundationStackingIcons",
47046
+ "description": "The Foundation Stacking Icon",
47047
+ "privacy": "public"
47048
+ }
47049
+ ],
47050
+ "exports": [
47051
+ {
47052
+ "kind": "js",
47053
+ "name": "StackingIcons",
47054
+ "declaration": {
47055
+ "name": "StackingIcons",
47056
+ "module": "src/stacking-icons/stacking-icons.ts"
47057
+ }
47058
+ },
47059
+ {
47060
+ "kind": "js",
47061
+ "name": "foundationStackingIcons",
47062
+ "declaration": {
47063
+ "name": "foundationStackingIcons",
47064
+ "module": "src/stacking-icons/stacking-icons.ts"
47065
+ }
47066
+ }
47067
+ ]
47068
+ },
47069
47069
  {
47070
47070
  "kind": "javascript-module",
47071
47071
  "path": "src/status-pill/index.ts",
@@ -56527,197 +56527,6 @@
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
- },
56721
56530
  {
56722
56531
  "kind": "javascript-module",
56723
56532
  "path": "src/_config/styles/colors.ts",
@@ -58090,6 +57899,197 @@
58090
57899
  "declarations": [],
58091
57900
  "exports": []
58092
57901
  },
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",