@genesislcap/foundation-ui 15.2.1 → 15.3.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.
- package/dist/custom-elements.json +517 -517
- package/dist/dts/react.d.ts +16 -16
- package/dist/react.cjs +10 -10
- package/dist/react.mjs +8 -8
- package/package.json +19 -19
|
@@ -1424,11 +1424,42 @@
|
|
|
1424
1424
|
},
|
|
1425
1425
|
{
|
|
1426
1426
|
"kind": "javascript-module",
|
|
1427
|
-
"path": "src/
|
|
1427
|
+
"path": "src/_config/index.ts",
|
|
1428
|
+
"declarations": [],
|
|
1429
|
+
"exports": [
|
|
1430
|
+
{
|
|
1431
|
+
"kind": "js",
|
|
1432
|
+
"name": "*",
|
|
1433
|
+
"declaration": {
|
|
1434
|
+
"name": "*",
|
|
1435
|
+
"package": "./styles"
|
|
1436
|
+
}
|
|
1437
|
+
},
|
|
1438
|
+
{
|
|
1439
|
+
"kind": "js",
|
|
1440
|
+
"name": "*",
|
|
1441
|
+
"declaration": {
|
|
1442
|
+
"name": "*",
|
|
1443
|
+
"package": "./tokens"
|
|
1444
|
+
}
|
|
1445
|
+
},
|
|
1446
|
+
{
|
|
1447
|
+
"kind": "js",
|
|
1448
|
+
"name": "*",
|
|
1449
|
+
"declaration": {
|
|
1450
|
+
"name": "*",
|
|
1451
|
+
"package": "./values"
|
|
1452
|
+
}
|
|
1453
|
+
}
|
|
1454
|
+
]
|
|
1455
|
+
},
|
|
1456
|
+
{
|
|
1457
|
+
"kind": "javascript-module",
|
|
1458
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1428
1459
|
"declarations": [
|
|
1429
1460
|
{
|
|
1430
1461
|
"kind": "function",
|
|
1431
|
-
"name": "
|
|
1462
|
+
"name": "foundationAccordionItemStyles",
|
|
1432
1463
|
"return": {
|
|
1433
1464
|
"type": {
|
|
1434
1465
|
"text": "ElementStyles"
|
|
@@ -1453,24 +1484,24 @@
|
|
|
1453
1484
|
"exports": [
|
|
1454
1485
|
{
|
|
1455
1486
|
"kind": "js",
|
|
1456
|
-
"name": "
|
|
1487
|
+
"name": "foundationAccordionItemStyles",
|
|
1457
1488
|
"declaration": {
|
|
1458
|
-
"name": "
|
|
1459
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
1489
|
+
"name": "foundationAccordionItemStyles",
|
|
1490
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1460
1491
|
}
|
|
1461
1492
|
}
|
|
1462
1493
|
]
|
|
1463
1494
|
},
|
|
1464
1495
|
{
|
|
1465
1496
|
"kind": "javascript-module",
|
|
1466
|
-
"path": "src/accordion/accordion.template.ts",
|
|
1497
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1467
1498
|
"declarations": [
|
|
1468
1499
|
{
|
|
1469
1500
|
"kind": "function",
|
|
1470
|
-
"name": "
|
|
1501
|
+
"name": "foundationAccordionItemTemplate",
|
|
1471
1502
|
"return": {
|
|
1472
1503
|
"type": {
|
|
1473
|
-
"text": "ViewTemplate<
|
|
1504
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
1474
1505
|
}
|
|
1475
1506
|
},
|
|
1476
1507
|
"parameters": [
|
|
@@ -1492,237 +1523,116 @@
|
|
|
1492
1523
|
"exports": [
|
|
1493
1524
|
{
|
|
1494
1525
|
"kind": "js",
|
|
1495
|
-
"name": "
|
|
1526
|
+
"name": "foundationAccordionItemTemplate",
|
|
1496
1527
|
"declaration": {
|
|
1497
|
-
"name": "
|
|
1498
|
-
"module": "src/accordion/accordion.template.ts"
|
|
1528
|
+
"name": "foundationAccordionItemTemplate",
|
|
1529
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1499
1530
|
}
|
|
1500
1531
|
}
|
|
1501
1532
|
]
|
|
1502
1533
|
},
|
|
1503
1534
|
{
|
|
1504
1535
|
"kind": "javascript-module",
|
|
1505
|
-
"path": "src/accordion/accordion.ts",
|
|
1536
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
1506
1537
|
"declarations": [
|
|
1507
1538
|
{
|
|
1508
1539
|
"kind": "class",
|
|
1509
1540
|
"description": "",
|
|
1510
|
-
"name": "
|
|
1541
|
+
"name": "AccordionItem",
|
|
1511
1542
|
"superclass": {
|
|
1512
|
-
"name": "
|
|
1513
|
-
"package": "@microsoft/fast-
|
|
1543
|
+
"name": "FASTAccordionItem",
|
|
1544
|
+
"package": "@microsoft/fast-components"
|
|
1514
1545
|
},
|
|
1515
|
-
"tagName": "%%prefix%%-accordion",
|
|
1546
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
1516
1547
|
"customElement": true,
|
|
1517
1548
|
"attributes": [
|
|
1518
1549
|
{
|
|
1519
|
-
"name": "
|
|
1520
|
-
"type": {
|
|
1521
|
-
"text": "AccordionExpandMode"
|
|
1522
|
-
},
|
|
1523
|
-
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1524
|
-
"fieldName": "expandmode",
|
|
1525
|
-
"inheritedFrom": {
|
|
1526
|
-
"name": "Accordion",
|
|
1527
|
-
"module": "src/accordion/accordion.ts"
|
|
1528
|
-
}
|
|
1529
|
-
}
|
|
1530
|
-
],
|
|
1531
|
-
"members": [
|
|
1532
|
-
{
|
|
1533
|
-
"kind": "field",
|
|
1534
|
-
"name": "expandmode",
|
|
1550
|
+
"name": "heading-level",
|
|
1535
1551
|
"type": {
|
|
1536
|
-
"text": "
|
|
1552
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1537
1553
|
},
|
|
1538
|
-
"
|
|
1539
|
-
"description": "
|
|
1554
|
+
"default": "2",
|
|
1555
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1556
|
+
"fieldName": "headinglevel",
|
|
1540
1557
|
"inheritedFrom": {
|
|
1541
|
-
"name": "
|
|
1542
|
-
"module": "src/accordion/accordion.ts"
|
|
1558
|
+
"name": "AccordionItem",
|
|
1559
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1543
1560
|
}
|
|
1544
1561
|
},
|
|
1545
1562
|
{
|
|
1546
|
-
"kind": "field",
|
|
1547
|
-
"name": "activeid",
|
|
1548
1563
|
"type": {
|
|
1549
|
-
"text": "
|
|
1564
|
+
"text": "boolean"
|
|
1550
1565
|
},
|
|
1551
|
-
"
|
|
1566
|
+
"default": "false",
|
|
1567
|
+
"description": "Expands or collapses the item.",
|
|
1568
|
+
"fieldName": "expanded",
|
|
1552
1569
|
"inheritedFrom": {
|
|
1553
|
-
"name": "
|
|
1554
|
-
"module": "src/accordion/accordion.ts"
|
|
1570
|
+
"name": "AccordionItem",
|
|
1571
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1555
1572
|
}
|
|
1556
1573
|
},
|
|
1557
1574
|
{
|
|
1558
|
-
"
|
|
1559
|
-
"name": "activeItemIndex",
|
|
1575
|
+
"name": "id",
|
|
1560
1576
|
"type": {
|
|
1561
|
-
"text": "
|
|
1577
|
+
"text": "string"
|
|
1562
1578
|
},
|
|
1563
|
-
"
|
|
1564
|
-
"
|
|
1579
|
+
"description": "The item ID",
|
|
1580
|
+
"fieldName": "id",
|
|
1565
1581
|
"inheritedFrom": {
|
|
1566
|
-
"name": "
|
|
1567
|
-
"module": "src/accordion/accordion.ts"
|
|
1582
|
+
"name": "AccordionItem",
|
|
1583
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1568
1584
|
}
|
|
1569
|
-
}
|
|
1585
|
+
}
|
|
1586
|
+
],
|
|
1587
|
+
"members": [
|
|
1570
1588
|
{
|
|
1571
1589
|
"kind": "field",
|
|
1572
|
-
"name": "
|
|
1590
|
+
"name": "headinglevel",
|
|
1573
1591
|
"type": {
|
|
1574
|
-
"text": "
|
|
1575
|
-
},
|
|
1576
|
-
"privacy": "private",
|
|
1577
|
-
"inheritedFrom": {
|
|
1578
|
-
"name": "Accordion",
|
|
1579
|
-
"module": "src/accordion/accordion.ts"
|
|
1580
|
-
}
|
|
1581
|
-
},
|
|
1582
|
-
{
|
|
1583
|
-
"kind": "field",
|
|
1584
|
-
"name": "change",
|
|
1585
|
-
"privacy": "private",
|
|
1586
|
-
"inheritedFrom": {
|
|
1587
|
-
"name": "Accordion",
|
|
1588
|
-
"module": "src/accordion/accordion.ts"
|
|
1589
|
-
}
|
|
1590
|
-
},
|
|
1591
|
-
{
|
|
1592
|
-
"kind": "method",
|
|
1593
|
-
"name": "findExpandedItem",
|
|
1594
|
-
"privacy": "private",
|
|
1595
|
-
"return": {
|
|
1596
|
-
"type": {
|
|
1597
|
-
"text": "AccordionItem | null"
|
|
1598
|
-
}
|
|
1599
|
-
},
|
|
1600
|
-
"inheritedFrom": {
|
|
1601
|
-
"name": "Accordion",
|
|
1602
|
-
"module": "src/accordion/accordion.ts"
|
|
1603
|
-
}
|
|
1604
|
-
},
|
|
1605
|
-
{
|
|
1606
|
-
"kind": "field",
|
|
1607
|
-
"name": "setItems",
|
|
1608
|
-
"privacy": "private",
|
|
1609
|
-
"inheritedFrom": {
|
|
1610
|
-
"name": "Accordion",
|
|
1611
|
-
"module": "src/accordion/accordion.ts"
|
|
1612
|
-
}
|
|
1613
|
-
},
|
|
1614
|
-
{
|
|
1615
|
-
"kind": "method",
|
|
1616
|
-
"name": "resetItems",
|
|
1617
|
-
"privacy": "private",
|
|
1618
|
-
"return": {
|
|
1619
|
-
"type": {
|
|
1620
|
-
"text": "void"
|
|
1621
|
-
}
|
|
1592
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1622
1593
|
},
|
|
1594
|
+
"privacy": "public",
|
|
1595
|
+
"default": "2",
|
|
1596
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1623
1597
|
"inheritedFrom": {
|
|
1624
|
-
"name": "
|
|
1625
|
-
"module": "src/accordion/accordion.ts"
|
|
1626
|
-
}
|
|
1627
|
-
},
|
|
1628
|
-
{
|
|
1629
|
-
"kind": "field",
|
|
1630
|
-
"name": "removeItemListeners",
|
|
1631
|
-
"privacy": "private",
|
|
1632
|
-
"inheritedFrom": {
|
|
1633
|
-
"name": "Accordion",
|
|
1634
|
-
"module": "src/accordion/accordion.ts"
|
|
1598
|
+
"name": "AccordionItem",
|
|
1599
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1635
1600
|
}
|
|
1636
1601
|
},
|
|
1637
1602
|
{
|
|
1638
1603
|
"kind": "field",
|
|
1639
|
-
"name": "
|
|
1640
|
-
"
|
|
1641
|
-
|
|
1642
|
-
"name": "Accordion",
|
|
1643
|
-
"module": "src/accordion/accordion.ts"
|
|
1644
|
-
}
|
|
1645
|
-
},
|
|
1646
|
-
{
|
|
1647
|
-
"kind": "method",
|
|
1648
|
-
"name": "getItemIds",
|
|
1649
|
-
"privacy": "private",
|
|
1650
|
-
"return": {
|
|
1651
|
-
"type": {
|
|
1652
|
-
"text": "Array<string | null>"
|
|
1653
|
-
}
|
|
1654
|
-
},
|
|
1655
|
-
"inheritedFrom": {
|
|
1656
|
-
"name": "Accordion",
|
|
1657
|
-
"module": "src/accordion/accordion.ts"
|
|
1658
|
-
}
|
|
1659
|
-
},
|
|
1660
|
-
{
|
|
1661
|
-
"kind": "method",
|
|
1662
|
-
"name": "isSingleExpandMode",
|
|
1663
|
-
"privacy": "private",
|
|
1664
|
-
"return": {
|
|
1665
|
-
"type": {
|
|
1666
|
-
"text": "boolean"
|
|
1667
|
-
}
|
|
1604
|
+
"name": "expanded",
|
|
1605
|
+
"type": {
|
|
1606
|
+
"text": "boolean"
|
|
1668
1607
|
},
|
|
1608
|
+
"privacy": "public",
|
|
1609
|
+
"default": "false",
|
|
1610
|
+
"description": "Expands or collapses the item.",
|
|
1669
1611
|
"inheritedFrom": {
|
|
1670
|
-
"name": "
|
|
1671
|
-
"module": "src/accordion/accordion.ts"
|
|
1672
|
-
}
|
|
1673
|
-
},
|
|
1674
|
-
{
|
|
1675
|
-
"kind": "field",
|
|
1676
|
-
"name": "handleItemKeyDown",
|
|
1677
|
-
"privacy": "private",
|
|
1678
|
-
"inheritedFrom": {
|
|
1679
|
-
"name": "Accordion",
|
|
1680
|
-
"module": "src/accordion/accordion.ts"
|
|
1612
|
+
"name": "AccordionItem",
|
|
1613
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1681
1614
|
}
|
|
1682
1615
|
},
|
|
1683
1616
|
{
|
|
1684
1617
|
"kind": "field",
|
|
1685
|
-
"name": "
|
|
1686
|
-
"
|
|
1687
|
-
|
|
1688
|
-
"name": "Accordion",
|
|
1689
|
-
"module": "src/accordion/accordion.ts"
|
|
1690
|
-
}
|
|
1691
|
-
},
|
|
1692
|
-
{
|
|
1693
|
-
"kind": "method",
|
|
1694
|
-
"name": "adjust",
|
|
1695
|
-
"privacy": "private",
|
|
1696
|
-
"return": {
|
|
1697
|
-
"type": {
|
|
1698
|
-
"text": "void"
|
|
1699
|
-
}
|
|
1618
|
+
"name": "id",
|
|
1619
|
+
"type": {
|
|
1620
|
+
"text": "string"
|
|
1700
1621
|
},
|
|
1701
|
-
"
|
|
1702
|
-
|
|
1703
|
-
"name": "adjustment",
|
|
1704
|
-
"type": {
|
|
1705
|
-
"text": "number"
|
|
1706
|
-
}
|
|
1707
|
-
}
|
|
1708
|
-
],
|
|
1622
|
+
"privacy": "public",
|
|
1623
|
+
"description": "The item ID",
|
|
1709
1624
|
"inheritedFrom": {
|
|
1710
|
-
"name": "
|
|
1711
|
-
"module": "src/accordion/accordion.ts"
|
|
1625
|
+
"name": "AccordionItem",
|
|
1626
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1712
1627
|
}
|
|
1713
1628
|
},
|
|
1714
1629
|
{
|
|
1715
|
-
"kind": "
|
|
1716
|
-
"name": "
|
|
1630
|
+
"kind": "field",
|
|
1631
|
+
"name": "change",
|
|
1717
1632
|
"privacy": "private",
|
|
1718
|
-
"return": {
|
|
1719
|
-
"type": {
|
|
1720
|
-
"text": "void"
|
|
1721
|
-
}
|
|
1722
|
-
},
|
|
1723
1633
|
"inheritedFrom": {
|
|
1724
|
-
"name": "
|
|
1725
|
-
"module": "src/accordion/accordion.ts"
|
|
1634
|
+
"name": "AccordionItem",
|
|
1635
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1726
1636
|
}
|
|
1727
1637
|
},
|
|
1728
1638
|
{
|
|
@@ -1839,18 +1749,18 @@
|
|
|
1839
1749
|
],
|
|
1840
1750
|
"events": [
|
|
1841
1751
|
{
|
|
1842
|
-
"description": "Fires a custom 'change' event when the
|
|
1752
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
1843
1753
|
"name": "change",
|
|
1844
1754
|
"inheritedFrom": {
|
|
1845
|
-
"name": "
|
|
1846
|
-
"module": "src/accordion/accordion.ts"
|
|
1755
|
+
"name": "AccordionItem",
|
|
1756
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1847
1757
|
}
|
|
1848
1758
|
}
|
|
1849
1759
|
]
|
|
1850
1760
|
},
|
|
1851
1761
|
{
|
|
1852
1762
|
"kind": "variable",
|
|
1853
|
-
"name": "
|
|
1763
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1854
1764
|
"type": {
|
|
1855
1765
|
"text": "ShadowRootInit"
|
|
1856
1766
|
},
|
|
@@ -1858,57 +1768,57 @@
|
|
|
1858
1768
|
},
|
|
1859
1769
|
{
|
|
1860
1770
|
"kind": "variable",
|
|
1861
|
-
"name": "
|
|
1771
|
+
"name": "defaultAccordionItemConfig",
|
|
1862
1772
|
"type": {
|
|
1863
1773
|
"text": "object"
|
|
1864
1774
|
},
|
|
1865
|
-
"default": "{}"
|
|
1775
|
+
"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}"
|
|
1866
1776
|
},
|
|
1867
1777
|
{
|
|
1868
1778
|
"kind": "variable",
|
|
1869
|
-
"name": "
|
|
1870
|
-
"description": "The Foundation Accordion",
|
|
1779
|
+
"name": "foundationAccordionItem",
|
|
1780
|
+
"description": "The Foundation Accordion Item",
|
|
1871
1781
|
"privacy": "public"
|
|
1872
1782
|
}
|
|
1873
1783
|
],
|
|
1874
1784
|
"exports": [
|
|
1875
1785
|
{
|
|
1876
1786
|
"kind": "js",
|
|
1877
|
-
"name": "
|
|
1787
|
+
"name": "AccordionItem",
|
|
1878
1788
|
"declaration": {
|
|
1879
|
-
"name": "
|
|
1880
|
-
"module": "src/accordion/accordion.ts"
|
|
1789
|
+
"name": "AccordionItem",
|
|
1790
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1881
1791
|
}
|
|
1882
1792
|
},
|
|
1883
1793
|
{
|
|
1884
1794
|
"kind": "js",
|
|
1885
|
-
"name": "
|
|
1795
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1886
1796
|
"declaration": {
|
|
1887
|
-
"name": "
|
|
1888
|
-
"module": "src/accordion/accordion.ts"
|
|
1797
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1798
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1889
1799
|
}
|
|
1890
1800
|
},
|
|
1891
1801
|
{
|
|
1892
1802
|
"kind": "js",
|
|
1893
|
-
"name": "
|
|
1803
|
+
"name": "defaultAccordionItemConfig",
|
|
1894
1804
|
"declaration": {
|
|
1895
|
-
"name": "
|
|
1896
|
-
"module": "src/accordion/accordion.ts"
|
|
1805
|
+
"name": "defaultAccordionItemConfig",
|
|
1806
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1897
1807
|
}
|
|
1898
1808
|
},
|
|
1899
1809
|
{
|
|
1900
1810
|
"kind": "js",
|
|
1901
|
-
"name": "
|
|
1811
|
+
"name": "foundationAccordionItem",
|
|
1902
1812
|
"declaration": {
|
|
1903
|
-
"name": "
|
|
1904
|
-
"module": "src/accordion/accordion.ts"
|
|
1813
|
+
"name": "foundationAccordionItem",
|
|
1814
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1905
1815
|
}
|
|
1906
1816
|
}
|
|
1907
1817
|
]
|
|
1908
1818
|
},
|
|
1909
1819
|
{
|
|
1910
1820
|
"kind": "javascript-module",
|
|
1911
|
-
"path": "src/accordion/index.ts",
|
|
1821
|
+
"path": "src/accordion-item/index.ts",
|
|
1912
1822
|
"declarations": [],
|
|
1913
1823
|
"exports": [
|
|
1914
1824
|
{
|
|
@@ -1916,7 +1826,7 @@
|
|
|
1916
1826
|
"name": "*",
|
|
1917
1827
|
"declaration": {
|
|
1918
1828
|
"name": "*",
|
|
1919
|
-
"package": "./accordion.template"
|
|
1829
|
+
"package": "./accordion-item.template"
|
|
1920
1830
|
}
|
|
1921
1831
|
},
|
|
1922
1832
|
{
|
|
@@ -1924,7 +1834,7 @@
|
|
|
1924
1834
|
"name": "*",
|
|
1925
1835
|
"declaration": {
|
|
1926
1836
|
"name": "*",
|
|
1927
|
-
"package": "./accordion.styles"
|
|
1837
|
+
"package": "./accordion-item.styles"
|
|
1928
1838
|
}
|
|
1929
1839
|
},
|
|
1930
1840
|
{
|
|
@@ -1932,52 +1842,60 @@
|
|
|
1932
1842
|
"name": "*",
|
|
1933
1843
|
"declaration": {
|
|
1934
1844
|
"name": "*",
|
|
1935
|
-
"package": "./accordion"
|
|
1845
|
+
"package": "./accordion-item"
|
|
1936
1846
|
}
|
|
1937
1847
|
}
|
|
1938
1848
|
]
|
|
1939
1849
|
},
|
|
1940
1850
|
{
|
|
1941
1851
|
"kind": "javascript-module",
|
|
1942
|
-
"path": "src/
|
|
1943
|
-
"declarations": [
|
|
1944
|
-
"exports": [
|
|
1945
|
-
{
|
|
1946
|
-
"kind": "js",
|
|
1947
|
-
"name": "*",
|
|
1948
|
-
"declaration": {
|
|
1949
|
-
"name": "*",
|
|
1950
|
-
"package": "./styles"
|
|
1951
|
-
}
|
|
1952
|
-
},
|
|
1852
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
1853
|
+
"declarations": [
|
|
1953
1854
|
{
|
|
1954
|
-
"kind": "
|
|
1955
|
-
"name": "
|
|
1956
|
-
"
|
|
1957
|
-
"
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1855
|
+
"kind": "function",
|
|
1856
|
+
"name": "foundationAccordionStyles",
|
|
1857
|
+
"return": {
|
|
1858
|
+
"type": {
|
|
1859
|
+
"text": "ElementStyles"
|
|
1860
|
+
}
|
|
1861
|
+
},
|
|
1862
|
+
"parameters": [
|
|
1863
|
+
{
|
|
1864
|
+
"name": "context",
|
|
1865
|
+
"type": {
|
|
1866
|
+
"text": "ElementDefinitionContext"
|
|
1867
|
+
}
|
|
1868
|
+
},
|
|
1869
|
+
{
|
|
1870
|
+
"name": "definition",
|
|
1871
|
+
"type": {
|
|
1872
|
+
"text": "FoundationElementDefinition"
|
|
1873
|
+
}
|
|
1874
|
+
}
|
|
1875
|
+
]
|
|
1876
|
+
}
|
|
1877
|
+
],
|
|
1878
|
+
"exports": [
|
|
1961
1879
|
{
|
|
1962
1880
|
"kind": "js",
|
|
1963
|
-
"name": "
|
|
1881
|
+
"name": "foundationAccordionStyles",
|
|
1964
1882
|
"declaration": {
|
|
1965
|
-
"name": "
|
|
1966
|
-
"
|
|
1883
|
+
"name": "foundationAccordionStyles",
|
|
1884
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
1967
1885
|
}
|
|
1968
1886
|
}
|
|
1969
1887
|
]
|
|
1970
1888
|
},
|
|
1971
1889
|
{
|
|
1972
1890
|
"kind": "javascript-module",
|
|
1973
|
-
"path": "src/accordion
|
|
1891
|
+
"path": "src/accordion/accordion.template.ts",
|
|
1974
1892
|
"declarations": [
|
|
1975
1893
|
{
|
|
1976
1894
|
"kind": "function",
|
|
1977
|
-
"name": "
|
|
1895
|
+
"name": "foundationAccordionTemplate",
|
|
1978
1896
|
"return": {
|
|
1979
1897
|
"type": {
|
|
1980
|
-
"text": "
|
|
1898
|
+
"text": "ViewTemplate<Accordion>"
|
|
1981
1899
|
}
|
|
1982
1900
|
},
|
|
1983
1901
|
"parameters": [
|
|
@@ -1999,155 +1917,237 @@
|
|
|
1999
1917
|
"exports": [
|
|
2000
1918
|
{
|
|
2001
1919
|
"kind": "js",
|
|
2002
|
-
"name": "
|
|
1920
|
+
"name": "foundationAccordionTemplate",
|
|
2003
1921
|
"declaration": {
|
|
2004
|
-
"name": "
|
|
2005
|
-
"module": "src/accordion
|
|
1922
|
+
"name": "foundationAccordionTemplate",
|
|
1923
|
+
"module": "src/accordion/accordion.template.ts"
|
|
2006
1924
|
}
|
|
2007
1925
|
}
|
|
2008
1926
|
]
|
|
2009
1927
|
},
|
|
2010
1928
|
{
|
|
2011
1929
|
"kind": "javascript-module",
|
|
2012
|
-
"path": "src/accordion
|
|
1930
|
+
"path": "src/accordion/accordion.ts",
|
|
2013
1931
|
"declarations": [
|
|
2014
1932
|
{
|
|
2015
|
-
"kind": "
|
|
2016
|
-
"
|
|
2017
|
-
"
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
1933
|
+
"kind": "class",
|
|
1934
|
+
"description": "",
|
|
1935
|
+
"name": "Accordion",
|
|
1936
|
+
"superclass": {
|
|
1937
|
+
"name": "FASTAccordion",
|
|
1938
|
+
"package": "@microsoft/fast-foundation"
|
|
2021
1939
|
},
|
|
2022
|
-
"
|
|
1940
|
+
"tagName": "%%prefix%%-accordion",
|
|
1941
|
+
"customElement": true,
|
|
1942
|
+
"attributes": [
|
|
2023
1943
|
{
|
|
2024
|
-
"name": "
|
|
1944
|
+
"name": "expand-mode",
|
|
2025
1945
|
"type": {
|
|
2026
|
-
"text": "
|
|
1946
|
+
"text": "AccordionExpandMode"
|
|
1947
|
+
},
|
|
1948
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1949
|
+
"fieldName": "expandmode",
|
|
1950
|
+
"inheritedFrom": {
|
|
1951
|
+
"name": "Accordion",
|
|
1952
|
+
"module": "src/accordion/accordion.ts"
|
|
1953
|
+
}
|
|
1954
|
+
}
|
|
1955
|
+
],
|
|
1956
|
+
"members": [
|
|
1957
|
+
{
|
|
1958
|
+
"kind": "field",
|
|
1959
|
+
"name": "expandmode",
|
|
1960
|
+
"type": {
|
|
1961
|
+
"text": "AccordionExpandMode"
|
|
1962
|
+
},
|
|
1963
|
+
"privacy": "public",
|
|
1964
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1965
|
+
"inheritedFrom": {
|
|
1966
|
+
"name": "Accordion",
|
|
1967
|
+
"module": "src/accordion/accordion.ts"
|
|
1968
|
+
}
|
|
1969
|
+
},
|
|
1970
|
+
{
|
|
1971
|
+
"kind": "field",
|
|
1972
|
+
"name": "activeid",
|
|
1973
|
+
"type": {
|
|
1974
|
+
"text": "string | null"
|
|
1975
|
+
},
|
|
1976
|
+
"privacy": "private",
|
|
1977
|
+
"inheritedFrom": {
|
|
1978
|
+
"name": "Accordion",
|
|
1979
|
+
"module": "src/accordion/accordion.ts"
|
|
1980
|
+
}
|
|
1981
|
+
},
|
|
1982
|
+
{
|
|
1983
|
+
"kind": "field",
|
|
1984
|
+
"name": "activeItemIndex",
|
|
1985
|
+
"type": {
|
|
1986
|
+
"text": "number"
|
|
1987
|
+
},
|
|
1988
|
+
"privacy": "private",
|
|
1989
|
+
"default": "0",
|
|
1990
|
+
"inheritedFrom": {
|
|
1991
|
+
"name": "Accordion",
|
|
1992
|
+
"module": "src/accordion/accordion.ts"
|
|
1993
|
+
}
|
|
1994
|
+
},
|
|
1995
|
+
{
|
|
1996
|
+
"kind": "field",
|
|
1997
|
+
"name": "accordionIds",
|
|
1998
|
+
"type": {
|
|
1999
|
+
"text": "Array<string | null>"
|
|
2000
|
+
},
|
|
2001
|
+
"privacy": "private",
|
|
2002
|
+
"inheritedFrom": {
|
|
2003
|
+
"name": "Accordion",
|
|
2004
|
+
"module": "src/accordion/accordion.ts"
|
|
2005
|
+
}
|
|
2006
|
+
},
|
|
2007
|
+
{
|
|
2008
|
+
"kind": "field",
|
|
2009
|
+
"name": "change",
|
|
2010
|
+
"privacy": "private",
|
|
2011
|
+
"inheritedFrom": {
|
|
2012
|
+
"name": "Accordion",
|
|
2013
|
+
"module": "src/accordion/accordion.ts"
|
|
2014
|
+
}
|
|
2015
|
+
},
|
|
2016
|
+
{
|
|
2017
|
+
"kind": "method",
|
|
2018
|
+
"name": "findExpandedItem",
|
|
2019
|
+
"privacy": "private",
|
|
2020
|
+
"return": {
|
|
2021
|
+
"type": {
|
|
2022
|
+
"text": "AccordionItem | null"
|
|
2023
|
+
}
|
|
2024
|
+
},
|
|
2025
|
+
"inheritedFrom": {
|
|
2026
|
+
"name": "Accordion",
|
|
2027
|
+
"module": "src/accordion/accordion.ts"
|
|
2028
|
+
}
|
|
2029
|
+
},
|
|
2030
|
+
{
|
|
2031
|
+
"kind": "field",
|
|
2032
|
+
"name": "setItems",
|
|
2033
|
+
"privacy": "private",
|
|
2034
|
+
"inheritedFrom": {
|
|
2035
|
+
"name": "Accordion",
|
|
2036
|
+
"module": "src/accordion/accordion.ts"
|
|
2037
|
+
}
|
|
2038
|
+
},
|
|
2039
|
+
{
|
|
2040
|
+
"kind": "method",
|
|
2041
|
+
"name": "resetItems",
|
|
2042
|
+
"privacy": "private",
|
|
2043
|
+
"return": {
|
|
2044
|
+
"type": {
|
|
2045
|
+
"text": "void"
|
|
2046
|
+
}
|
|
2047
|
+
},
|
|
2048
|
+
"inheritedFrom": {
|
|
2049
|
+
"name": "Accordion",
|
|
2050
|
+
"module": "src/accordion/accordion.ts"
|
|
2051
|
+
}
|
|
2052
|
+
},
|
|
2053
|
+
{
|
|
2054
|
+
"kind": "field",
|
|
2055
|
+
"name": "removeItemListeners",
|
|
2056
|
+
"privacy": "private",
|
|
2057
|
+
"inheritedFrom": {
|
|
2058
|
+
"name": "Accordion",
|
|
2059
|
+
"module": "src/accordion/accordion.ts"
|
|
2027
2060
|
}
|
|
2028
2061
|
},
|
|
2029
2062
|
{
|
|
2030
|
-
"
|
|
2031
|
-
"
|
|
2032
|
-
|
|
2033
|
-
}
|
|
2034
|
-
}
|
|
2035
|
-
]
|
|
2036
|
-
}
|
|
2037
|
-
],
|
|
2038
|
-
"exports": [
|
|
2039
|
-
{
|
|
2040
|
-
"kind": "js",
|
|
2041
|
-
"name": "foundationAccordionItemTemplate",
|
|
2042
|
-
"declaration": {
|
|
2043
|
-
"name": "foundationAccordionItemTemplate",
|
|
2044
|
-
"module": "src/accordion-item/accordion-item.template.ts"
|
|
2045
|
-
}
|
|
2046
|
-
}
|
|
2047
|
-
]
|
|
2048
|
-
},
|
|
2049
|
-
{
|
|
2050
|
-
"kind": "javascript-module",
|
|
2051
|
-
"path": "src/accordion-item/accordion-item.ts",
|
|
2052
|
-
"declarations": [
|
|
2053
|
-
{
|
|
2054
|
-
"kind": "class",
|
|
2055
|
-
"description": "",
|
|
2056
|
-
"name": "AccordionItem",
|
|
2057
|
-
"superclass": {
|
|
2058
|
-
"name": "FASTAccordionItem",
|
|
2059
|
-
"package": "@microsoft/fast-components"
|
|
2060
|
-
},
|
|
2061
|
-
"tagName": "%%prefix%%-accordion-item",
|
|
2062
|
-
"customElement": true,
|
|
2063
|
-
"attributes": [
|
|
2064
|
-
{
|
|
2065
|
-
"name": "heading-level",
|
|
2066
|
-
"type": {
|
|
2067
|
-
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
2068
|
-
},
|
|
2069
|
-
"default": "2",
|
|
2070
|
-
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
2071
|
-
"fieldName": "headinglevel",
|
|
2063
|
+
"kind": "field",
|
|
2064
|
+
"name": "activeItemChange",
|
|
2065
|
+
"privacy": "private",
|
|
2072
2066
|
"inheritedFrom": {
|
|
2073
|
-
"name": "
|
|
2074
|
-
"module": "src/accordion
|
|
2067
|
+
"name": "Accordion",
|
|
2068
|
+
"module": "src/accordion/accordion.ts"
|
|
2075
2069
|
}
|
|
2076
2070
|
},
|
|
2077
2071
|
{
|
|
2078
|
-
"
|
|
2079
|
-
|
|
2072
|
+
"kind": "method",
|
|
2073
|
+
"name": "getItemIds",
|
|
2074
|
+
"privacy": "private",
|
|
2075
|
+
"return": {
|
|
2076
|
+
"type": {
|
|
2077
|
+
"text": "Array<string | null>"
|
|
2078
|
+
}
|
|
2080
2079
|
},
|
|
2081
|
-
"default": "false",
|
|
2082
|
-
"description": "Expands or collapses the item.",
|
|
2083
|
-
"fieldName": "expanded",
|
|
2084
2080
|
"inheritedFrom": {
|
|
2085
|
-
"name": "
|
|
2086
|
-
"module": "src/accordion
|
|
2081
|
+
"name": "Accordion",
|
|
2082
|
+
"module": "src/accordion/accordion.ts"
|
|
2087
2083
|
}
|
|
2088
2084
|
},
|
|
2089
2085
|
{
|
|
2090
|
-
"
|
|
2091
|
-
"
|
|
2092
|
-
|
|
2086
|
+
"kind": "method",
|
|
2087
|
+
"name": "isSingleExpandMode",
|
|
2088
|
+
"privacy": "private",
|
|
2089
|
+
"return": {
|
|
2090
|
+
"type": {
|
|
2091
|
+
"text": "boolean"
|
|
2092
|
+
}
|
|
2093
2093
|
},
|
|
2094
|
-
"description": "The item ID",
|
|
2095
|
-
"fieldName": "id",
|
|
2096
2094
|
"inheritedFrom": {
|
|
2097
|
-
"name": "
|
|
2098
|
-
"module": "src/accordion
|
|
2095
|
+
"name": "Accordion",
|
|
2096
|
+
"module": "src/accordion/accordion.ts"
|
|
2099
2097
|
}
|
|
2100
|
-
}
|
|
2101
|
-
],
|
|
2102
|
-
"members": [
|
|
2098
|
+
},
|
|
2103
2099
|
{
|
|
2104
2100
|
"kind": "field",
|
|
2105
|
-
"name": "
|
|
2106
|
-
"
|
|
2107
|
-
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
2108
|
-
},
|
|
2109
|
-
"privacy": "public",
|
|
2110
|
-
"default": "2",
|
|
2111
|
-
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
2101
|
+
"name": "handleItemKeyDown",
|
|
2102
|
+
"privacy": "private",
|
|
2112
2103
|
"inheritedFrom": {
|
|
2113
|
-
"name": "
|
|
2114
|
-
"module": "src/accordion
|
|
2104
|
+
"name": "Accordion",
|
|
2105
|
+
"module": "src/accordion/accordion.ts"
|
|
2115
2106
|
}
|
|
2116
2107
|
},
|
|
2117
2108
|
{
|
|
2118
2109
|
"kind": "field",
|
|
2119
|
-
"name": "
|
|
2120
|
-
"
|
|
2121
|
-
"text": "boolean"
|
|
2122
|
-
},
|
|
2123
|
-
"privacy": "public",
|
|
2124
|
-
"default": "false",
|
|
2125
|
-
"description": "Expands or collapses the item.",
|
|
2110
|
+
"name": "handleItemFocus",
|
|
2111
|
+
"privacy": "private",
|
|
2126
2112
|
"inheritedFrom": {
|
|
2127
|
-
"name": "
|
|
2128
|
-
"module": "src/accordion
|
|
2113
|
+
"name": "Accordion",
|
|
2114
|
+
"module": "src/accordion/accordion.ts"
|
|
2129
2115
|
}
|
|
2130
2116
|
},
|
|
2131
2117
|
{
|
|
2132
|
-
"kind": "
|
|
2133
|
-
"name": "
|
|
2134
|
-
"
|
|
2135
|
-
|
|
2118
|
+
"kind": "method",
|
|
2119
|
+
"name": "adjust",
|
|
2120
|
+
"privacy": "private",
|
|
2121
|
+
"return": {
|
|
2122
|
+
"type": {
|
|
2123
|
+
"text": "void"
|
|
2124
|
+
}
|
|
2136
2125
|
},
|
|
2137
|
-
"
|
|
2138
|
-
|
|
2126
|
+
"parameters": [
|
|
2127
|
+
{
|
|
2128
|
+
"name": "adjustment",
|
|
2129
|
+
"type": {
|
|
2130
|
+
"text": "number"
|
|
2131
|
+
}
|
|
2132
|
+
}
|
|
2133
|
+
],
|
|
2139
2134
|
"inheritedFrom": {
|
|
2140
|
-
"name": "
|
|
2141
|
-
"module": "src/accordion
|
|
2135
|
+
"name": "Accordion",
|
|
2136
|
+
"module": "src/accordion/accordion.ts"
|
|
2142
2137
|
}
|
|
2143
2138
|
},
|
|
2144
2139
|
{
|
|
2145
|
-
"kind": "
|
|
2146
|
-
"name": "
|
|
2140
|
+
"kind": "method",
|
|
2141
|
+
"name": "focusItem",
|
|
2147
2142
|
"privacy": "private",
|
|
2143
|
+
"return": {
|
|
2144
|
+
"type": {
|
|
2145
|
+
"text": "void"
|
|
2146
|
+
}
|
|
2147
|
+
},
|
|
2148
2148
|
"inheritedFrom": {
|
|
2149
|
-
"name": "
|
|
2150
|
-
"module": "src/accordion
|
|
2149
|
+
"name": "Accordion",
|
|
2150
|
+
"module": "src/accordion/accordion.ts"
|
|
2151
2151
|
}
|
|
2152
2152
|
},
|
|
2153
2153
|
{
|
|
@@ -2264,18 +2264,18 @@
|
|
|
2264
2264
|
],
|
|
2265
2265
|
"events": [
|
|
2266
2266
|
{
|
|
2267
|
-
"description": "Fires a custom 'change' event when the
|
|
2267
|
+
"description": "Fires a custom 'change' event when the active item changes",
|
|
2268
2268
|
"name": "change",
|
|
2269
2269
|
"inheritedFrom": {
|
|
2270
|
-
"name": "
|
|
2271
|
-
"module": "src/accordion
|
|
2270
|
+
"name": "Accordion",
|
|
2271
|
+
"module": "src/accordion/accordion.ts"
|
|
2272
2272
|
}
|
|
2273
2273
|
}
|
|
2274
2274
|
]
|
|
2275
2275
|
},
|
|
2276
2276
|
{
|
|
2277
2277
|
"kind": "variable",
|
|
2278
|
-
"name": "
|
|
2278
|
+
"name": "foundationAccordionShadowOptions",
|
|
2279
2279
|
"type": {
|
|
2280
2280
|
"text": "ShadowRootInit"
|
|
2281
2281
|
},
|
|
@@ -2283,57 +2283,57 @@
|
|
|
2283
2283
|
},
|
|
2284
2284
|
{
|
|
2285
2285
|
"kind": "variable",
|
|
2286
|
-
"name": "
|
|
2286
|
+
"name": "defaultAccordionConfig",
|
|
2287
2287
|
"type": {
|
|
2288
2288
|
"text": "object"
|
|
2289
2289
|
},
|
|
2290
|
-
"default": "{
|
|
2290
|
+
"default": "{}"
|
|
2291
2291
|
},
|
|
2292
2292
|
{
|
|
2293
2293
|
"kind": "variable",
|
|
2294
|
-
"name": "
|
|
2295
|
-
"description": "The Foundation Accordion
|
|
2294
|
+
"name": "foundationAccordion",
|
|
2295
|
+
"description": "The Foundation Accordion",
|
|
2296
2296
|
"privacy": "public"
|
|
2297
2297
|
}
|
|
2298
2298
|
],
|
|
2299
2299
|
"exports": [
|
|
2300
2300
|
{
|
|
2301
2301
|
"kind": "js",
|
|
2302
|
-
"name": "
|
|
2302
|
+
"name": "Accordion",
|
|
2303
2303
|
"declaration": {
|
|
2304
|
-
"name": "
|
|
2305
|
-
"module": "src/accordion
|
|
2304
|
+
"name": "Accordion",
|
|
2305
|
+
"module": "src/accordion/accordion.ts"
|
|
2306
2306
|
}
|
|
2307
2307
|
},
|
|
2308
2308
|
{
|
|
2309
2309
|
"kind": "js",
|
|
2310
|
-
"name": "
|
|
2310
|
+
"name": "foundationAccordionShadowOptions",
|
|
2311
2311
|
"declaration": {
|
|
2312
|
-
"name": "
|
|
2313
|
-
"module": "src/accordion
|
|
2312
|
+
"name": "foundationAccordionShadowOptions",
|
|
2313
|
+
"module": "src/accordion/accordion.ts"
|
|
2314
2314
|
}
|
|
2315
2315
|
},
|
|
2316
2316
|
{
|
|
2317
2317
|
"kind": "js",
|
|
2318
|
-
"name": "
|
|
2318
|
+
"name": "defaultAccordionConfig",
|
|
2319
2319
|
"declaration": {
|
|
2320
|
-
"name": "
|
|
2321
|
-
"module": "src/accordion
|
|
2320
|
+
"name": "defaultAccordionConfig",
|
|
2321
|
+
"module": "src/accordion/accordion.ts"
|
|
2322
2322
|
}
|
|
2323
2323
|
},
|
|
2324
2324
|
{
|
|
2325
2325
|
"kind": "js",
|
|
2326
|
-
"name": "
|
|
2326
|
+
"name": "foundationAccordion",
|
|
2327
2327
|
"declaration": {
|
|
2328
|
-
"name": "
|
|
2329
|
-
"module": "src/accordion
|
|
2328
|
+
"name": "foundationAccordion",
|
|
2329
|
+
"module": "src/accordion/accordion.ts"
|
|
2330
2330
|
}
|
|
2331
2331
|
}
|
|
2332
2332
|
]
|
|
2333
2333
|
},
|
|
2334
2334
|
{
|
|
2335
2335
|
"kind": "javascript-module",
|
|
2336
|
-
"path": "src/accordion
|
|
2336
|
+
"path": "src/accordion/index.ts",
|
|
2337
2337
|
"declarations": [],
|
|
2338
2338
|
"exports": [
|
|
2339
2339
|
{
|
|
@@ -2341,7 +2341,7 @@
|
|
|
2341
2341
|
"name": "*",
|
|
2342
2342
|
"declaration": {
|
|
2343
2343
|
"name": "*",
|
|
2344
|
-
"package": "./accordion
|
|
2344
|
+
"package": "./accordion.template"
|
|
2345
2345
|
}
|
|
2346
2346
|
},
|
|
2347
2347
|
{
|
|
@@ -2349,7 +2349,7 @@
|
|
|
2349
2349
|
"name": "*",
|
|
2350
2350
|
"declaration": {
|
|
2351
2351
|
"name": "*",
|
|
2352
|
-
"package": "./accordion
|
|
2352
|
+
"package": "./accordion.styles"
|
|
2353
2353
|
}
|
|
2354
2354
|
},
|
|
2355
2355
|
{
|
|
@@ -2357,7 +2357,7 @@
|
|
|
2357
2357
|
"name": "*",
|
|
2358
2358
|
"declaration": {
|
|
2359
2359
|
"name": "*",
|
|
2360
|
-
"package": "./accordion
|
|
2360
|
+
"package": "./accordion"
|
|
2361
2361
|
}
|
|
2362
2362
|
}
|
|
2363
2363
|
]
|
|
@@ -6091,11 +6091,11 @@
|
|
|
6091
6091
|
},
|
|
6092
6092
|
{
|
|
6093
6093
|
"kind": "javascript-module",
|
|
6094
|
-
"path": "src/
|
|
6094
|
+
"path": "src/avatar/avatar.styles.ts",
|
|
6095
6095
|
"declarations": [
|
|
6096
6096
|
{
|
|
6097
6097
|
"kind": "function",
|
|
6098
|
-
"name": "
|
|
6098
|
+
"name": "foundationAvatarStyles",
|
|
6099
6099
|
"return": {
|
|
6100
6100
|
"type": {
|
|
6101
6101
|
"text": "ElementStyles"
|
|
@@ -6120,24 +6120,24 @@
|
|
|
6120
6120
|
"exports": [
|
|
6121
6121
|
{
|
|
6122
6122
|
"kind": "js",
|
|
6123
|
-
"name": "
|
|
6123
|
+
"name": "foundationAvatarStyles",
|
|
6124
6124
|
"declaration": {
|
|
6125
|
-
"name": "
|
|
6126
|
-
"module": "src/
|
|
6125
|
+
"name": "foundationAvatarStyles",
|
|
6126
|
+
"module": "src/avatar/avatar.styles.ts"
|
|
6127
6127
|
}
|
|
6128
6128
|
}
|
|
6129
6129
|
]
|
|
6130
6130
|
},
|
|
6131
6131
|
{
|
|
6132
6132
|
"kind": "javascript-module",
|
|
6133
|
-
"path": "src/
|
|
6133
|
+
"path": "src/avatar/avatar.template.ts",
|
|
6134
6134
|
"declarations": [
|
|
6135
6135
|
{
|
|
6136
6136
|
"kind": "function",
|
|
6137
|
-
"name": "
|
|
6137
|
+
"name": "foundationAvatarTemplate",
|
|
6138
6138
|
"return": {
|
|
6139
6139
|
"type": {
|
|
6140
|
-
"text": "ViewTemplate<
|
|
6140
|
+
"text": "ViewTemplate<Avatar>"
|
|
6141
6141
|
}
|
|
6142
6142
|
},
|
|
6143
6143
|
"parameters": [
|
|
@@ -6154,32 +6154,45 @@
|
|
|
6154
6154
|
}
|
|
6155
6155
|
}
|
|
6156
6156
|
]
|
|
6157
|
+
},
|
|
6158
|
+
{
|
|
6159
|
+
"kind": "variable",
|
|
6160
|
+
"name": "media",
|
|
6161
|
+
"default": "html<Avatar>`\n ${when(\n (x) => x.imgSrc,\n html<Avatar>`\n <img src=\"${(x) => x.imgSrc}\" alt=\"${(x) => x.alt}\" slot=\"media\" class=\"media\" part=\"media\" />\n `,\n )}\n`"
|
|
6157
6162
|
}
|
|
6158
6163
|
],
|
|
6159
6164
|
"exports": [
|
|
6160
6165
|
{
|
|
6161
6166
|
"kind": "js",
|
|
6162
|
-
"name": "
|
|
6167
|
+
"name": "foundationAvatarTemplate",
|
|
6163
6168
|
"declaration": {
|
|
6164
|
-
"name": "
|
|
6165
|
-
"module": "src/
|
|
6169
|
+
"name": "foundationAvatarTemplate",
|
|
6170
|
+
"module": "src/avatar/avatar.template.ts"
|
|
6171
|
+
}
|
|
6172
|
+
},
|
|
6173
|
+
{
|
|
6174
|
+
"kind": "js",
|
|
6175
|
+
"name": "media",
|
|
6176
|
+
"declaration": {
|
|
6177
|
+
"name": "media",
|
|
6178
|
+
"module": "src/avatar/avatar.template.ts"
|
|
6166
6179
|
}
|
|
6167
6180
|
}
|
|
6168
6181
|
]
|
|
6169
6182
|
},
|
|
6170
6183
|
{
|
|
6171
6184
|
"kind": "javascript-module",
|
|
6172
|
-
"path": "src/
|
|
6185
|
+
"path": "src/avatar/avatar.ts",
|
|
6173
6186
|
"declarations": [
|
|
6174
6187
|
{
|
|
6175
6188
|
"kind": "class",
|
|
6176
6189
|
"description": "",
|
|
6177
|
-
"name": "
|
|
6190
|
+
"name": "Avatar",
|
|
6178
6191
|
"superclass": {
|
|
6179
|
-
"name": "
|
|
6192
|
+
"name": "FASTAvatar",
|
|
6180
6193
|
"package": "@microsoft/fast-components"
|
|
6181
6194
|
},
|
|
6182
|
-
"tagName": "%%prefix%%-
|
|
6195
|
+
"tagName": "%%prefix%%-avatar",
|
|
6183
6196
|
"customElement": true,
|
|
6184
6197
|
"attributes": [
|
|
6185
6198
|
{
|
|
@@ -6187,34 +6200,47 @@
|
|
|
6187
6200
|
"type": {
|
|
6188
6201
|
"text": "string"
|
|
6189
6202
|
},
|
|
6190
|
-
"description": "Indicates the
|
|
6203
|
+
"description": "Indicates the Avatar should have a color fill.",
|
|
6191
6204
|
"fieldName": "fill",
|
|
6192
6205
|
"inheritedFrom": {
|
|
6193
|
-
"name": "
|
|
6194
|
-
"module": "src/
|
|
6206
|
+
"name": "Avatar",
|
|
6207
|
+
"module": "src/avatar/avatar.ts"
|
|
6208
|
+
}
|
|
6209
|
+
},
|
|
6210
|
+
{
|
|
6211
|
+
"name": "color",
|
|
6212
|
+
"type": {
|
|
6213
|
+
"text": "string"
|
|
6214
|
+
},
|
|
6215
|
+
"description": "Indicates the Avatar should have a text color.",
|
|
6216
|
+
"fieldName": "color",
|
|
6217
|
+
"inheritedFrom": {
|
|
6218
|
+
"name": "Avatar",
|
|
6219
|
+
"module": "src/avatar/avatar.ts"
|
|
6195
6220
|
}
|
|
6196
6221
|
},
|
|
6197
6222
|
{
|
|
6198
|
-
"name": "
|
|
6223
|
+
"name": "link",
|
|
6199
6224
|
"type": {
|
|
6200
6225
|
"text": "string"
|
|
6201
6226
|
},
|
|
6202
|
-
"description": "Indicates the
|
|
6203
|
-
"fieldName": "
|
|
6227
|
+
"description": "Indicates the Avatar should have url link",
|
|
6228
|
+
"fieldName": "link",
|
|
6204
6229
|
"inheritedFrom": {
|
|
6205
|
-
"name": "
|
|
6206
|
-
"module": "src/
|
|
6230
|
+
"name": "Avatar",
|
|
6231
|
+
"module": "src/avatar/avatar.ts"
|
|
6207
6232
|
}
|
|
6208
6233
|
},
|
|
6209
6234
|
{
|
|
6235
|
+
"name": "shape",
|
|
6210
6236
|
"type": {
|
|
6211
|
-
"text": "
|
|
6237
|
+
"text": "AvatarShape"
|
|
6212
6238
|
},
|
|
6213
|
-
"description": "Indicates the
|
|
6214
|
-
"fieldName": "
|
|
6239
|
+
"description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
|
|
6240
|
+
"fieldName": "shape",
|
|
6215
6241
|
"inheritedFrom": {
|
|
6216
|
-
"name": "
|
|
6217
|
-
"module": "src/
|
|
6242
|
+
"name": "Avatar",
|
|
6243
|
+
"module": "src/avatar/avatar.ts"
|
|
6218
6244
|
}
|
|
6219
6245
|
}
|
|
6220
6246
|
],
|
|
@@ -6226,10 +6252,10 @@
|
|
|
6226
6252
|
"text": "string"
|
|
6227
6253
|
},
|
|
6228
6254
|
"privacy": "public",
|
|
6229
|
-
"description": "Indicates the
|
|
6255
|
+
"description": "Indicates the Avatar should have a color fill.",
|
|
6230
6256
|
"inheritedFrom": {
|
|
6231
|
-
"name": "
|
|
6232
|
-
"module": "src/
|
|
6257
|
+
"name": "Avatar",
|
|
6258
|
+
"module": "src/avatar/avatar.ts"
|
|
6233
6259
|
}
|
|
6234
6260
|
},
|
|
6235
6261
|
{
|
|
@@ -6239,32 +6265,36 @@
|
|
|
6239
6265
|
"text": "string"
|
|
6240
6266
|
},
|
|
6241
6267
|
"privacy": "public",
|
|
6242
|
-
"description": "Indicates the
|
|
6268
|
+
"description": "Indicates the Avatar should have a text color.",
|
|
6243
6269
|
"inheritedFrom": {
|
|
6244
|
-
"name": "
|
|
6245
|
-
"module": "src/
|
|
6270
|
+
"name": "Avatar",
|
|
6271
|
+
"module": "src/avatar/avatar.ts"
|
|
6246
6272
|
}
|
|
6247
6273
|
},
|
|
6248
6274
|
{
|
|
6249
6275
|
"kind": "field",
|
|
6250
|
-
"name": "
|
|
6276
|
+
"name": "link",
|
|
6251
6277
|
"type": {
|
|
6252
|
-
"text": "
|
|
6278
|
+
"text": "string"
|
|
6253
6279
|
},
|
|
6254
6280
|
"privacy": "public",
|
|
6255
|
-
"description": "Indicates the
|
|
6281
|
+
"description": "Indicates the Avatar should have url link",
|
|
6256
6282
|
"inheritedFrom": {
|
|
6257
|
-
"name": "
|
|
6258
|
-
"module": "src/
|
|
6283
|
+
"name": "Avatar",
|
|
6284
|
+
"module": "src/avatar/avatar.ts"
|
|
6259
6285
|
}
|
|
6260
6286
|
},
|
|
6261
6287
|
{
|
|
6262
6288
|
"kind": "field",
|
|
6263
|
-
"name": "
|
|
6289
|
+
"name": "shape",
|
|
6290
|
+
"type": {
|
|
6291
|
+
"text": "AvatarShape"
|
|
6292
|
+
},
|
|
6264
6293
|
"privacy": "public",
|
|
6294
|
+
"description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
|
|
6265
6295
|
"inheritedFrom": {
|
|
6266
|
-
"name": "
|
|
6267
|
-
"module": "src/
|
|
6296
|
+
"name": "Avatar",
|
|
6297
|
+
"module": "src/avatar/avatar.ts"
|
|
6268
6298
|
}
|
|
6269
6299
|
},
|
|
6270
6300
|
{
|
|
@@ -6382,65 +6412,65 @@
|
|
|
6382
6412
|
},
|
|
6383
6413
|
{
|
|
6384
6414
|
"kind": "variable",
|
|
6385
|
-
"name": "
|
|
6415
|
+
"name": "foundationAvatarShadowOptions",
|
|
6386
6416
|
"type": {
|
|
6387
6417
|
"text": "ShadowRootInit"
|
|
6388
6418
|
},
|
|
6389
|
-
"default": "
|
|
6419
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
6390
6420
|
},
|
|
6391
6421
|
{
|
|
6392
6422
|
"kind": "variable",
|
|
6393
|
-
"name": "
|
|
6423
|
+
"name": "defaultAvatarConfig",
|
|
6394
6424
|
"type": {
|
|
6395
6425
|
"text": "object"
|
|
6396
6426
|
},
|
|
6397
|
-
"default": "{}"
|
|
6427
|
+
"default": "{\n media: mediaTemplate,\n}"
|
|
6398
6428
|
},
|
|
6399
6429
|
{
|
|
6400
6430
|
"kind": "variable",
|
|
6401
|
-
"name": "
|
|
6402
|
-
"description": "The Foundation
|
|
6431
|
+
"name": "foundationAvatar",
|
|
6432
|
+
"description": "The Foundation Avatar",
|
|
6403
6433
|
"privacy": "public"
|
|
6404
6434
|
}
|
|
6405
6435
|
],
|
|
6406
6436
|
"exports": [
|
|
6407
6437
|
{
|
|
6408
6438
|
"kind": "js",
|
|
6409
|
-
"name": "
|
|
6439
|
+
"name": "Avatar",
|
|
6410
6440
|
"declaration": {
|
|
6411
|
-
"name": "
|
|
6412
|
-
"module": "src/
|
|
6441
|
+
"name": "Avatar",
|
|
6442
|
+
"module": "src/avatar/avatar.ts"
|
|
6413
6443
|
}
|
|
6414
6444
|
},
|
|
6415
6445
|
{
|
|
6416
6446
|
"kind": "js",
|
|
6417
|
-
"name": "
|
|
6447
|
+
"name": "foundationAvatarShadowOptions",
|
|
6418
6448
|
"declaration": {
|
|
6419
|
-
"name": "
|
|
6420
|
-
"module": "src/
|
|
6449
|
+
"name": "foundationAvatarShadowOptions",
|
|
6450
|
+
"module": "src/avatar/avatar.ts"
|
|
6421
6451
|
}
|
|
6422
6452
|
},
|
|
6423
6453
|
{
|
|
6424
6454
|
"kind": "js",
|
|
6425
|
-
"name": "
|
|
6455
|
+
"name": "defaultAvatarConfig",
|
|
6426
6456
|
"declaration": {
|
|
6427
|
-
"name": "
|
|
6428
|
-
"module": "src/
|
|
6457
|
+
"name": "defaultAvatarConfig",
|
|
6458
|
+
"module": "src/avatar/avatar.ts"
|
|
6429
6459
|
}
|
|
6430
6460
|
},
|
|
6431
6461
|
{
|
|
6432
6462
|
"kind": "js",
|
|
6433
|
-
"name": "
|
|
6463
|
+
"name": "foundationAvatar",
|
|
6434
6464
|
"declaration": {
|
|
6435
|
-
"name": "
|
|
6436
|
-
"module": "src/
|
|
6465
|
+
"name": "foundationAvatar",
|
|
6466
|
+
"module": "src/avatar/avatar.ts"
|
|
6437
6467
|
}
|
|
6438
6468
|
}
|
|
6439
6469
|
]
|
|
6440
6470
|
},
|
|
6441
6471
|
{
|
|
6442
6472
|
"kind": "javascript-module",
|
|
6443
|
-
"path": "src/
|
|
6473
|
+
"path": "src/avatar/index.ts",
|
|
6444
6474
|
"declarations": [],
|
|
6445
6475
|
"exports": [
|
|
6446
6476
|
{
|
|
@@ -6448,7 +6478,7 @@
|
|
|
6448
6478
|
"name": "*",
|
|
6449
6479
|
"declaration": {
|
|
6450
6480
|
"name": "*",
|
|
6451
|
-
"package": "./
|
|
6481
|
+
"package": "./avatar.template"
|
|
6452
6482
|
}
|
|
6453
6483
|
},
|
|
6454
6484
|
{
|
|
@@ -6456,7 +6486,7 @@
|
|
|
6456
6486
|
"name": "*",
|
|
6457
6487
|
"declaration": {
|
|
6458
6488
|
"name": "*",
|
|
6459
|
-
"package": "./
|
|
6489
|
+
"package": "./avatar.styles"
|
|
6460
6490
|
}
|
|
6461
6491
|
},
|
|
6462
6492
|
{
|
|
@@ -6464,18 +6494,18 @@
|
|
|
6464
6494
|
"name": "*",
|
|
6465
6495
|
"declaration": {
|
|
6466
6496
|
"name": "*",
|
|
6467
|
-
"package": "./
|
|
6497
|
+
"package": "./avatar"
|
|
6468
6498
|
}
|
|
6469
6499
|
}
|
|
6470
6500
|
]
|
|
6471
6501
|
},
|
|
6472
6502
|
{
|
|
6473
6503
|
"kind": "javascript-module",
|
|
6474
|
-
"path": "src/
|
|
6504
|
+
"path": "src/badge/badge.styles.ts",
|
|
6475
6505
|
"declarations": [
|
|
6476
6506
|
{
|
|
6477
6507
|
"kind": "function",
|
|
6478
|
-
"name": "
|
|
6508
|
+
"name": "foundationBadgeStyles",
|
|
6479
6509
|
"return": {
|
|
6480
6510
|
"type": {
|
|
6481
6511
|
"text": "ElementStyles"
|
|
@@ -6500,24 +6530,24 @@
|
|
|
6500
6530
|
"exports": [
|
|
6501
6531
|
{
|
|
6502
6532
|
"kind": "js",
|
|
6503
|
-
"name": "
|
|
6533
|
+
"name": "foundationBadgeStyles",
|
|
6504
6534
|
"declaration": {
|
|
6505
|
-
"name": "
|
|
6506
|
-
"module": "src/
|
|
6535
|
+
"name": "foundationBadgeStyles",
|
|
6536
|
+
"module": "src/badge/badge.styles.ts"
|
|
6507
6537
|
}
|
|
6508
6538
|
}
|
|
6509
6539
|
]
|
|
6510
6540
|
},
|
|
6511
6541
|
{
|
|
6512
6542
|
"kind": "javascript-module",
|
|
6513
|
-
"path": "src/
|
|
6543
|
+
"path": "src/badge/badge.template.ts",
|
|
6514
6544
|
"declarations": [
|
|
6515
6545
|
{
|
|
6516
6546
|
"kind": "function",
|
|
6517
|
-
"name": "
|
|
6547
|
+
"name": "foundationBadgeTemplate",
|
|
6518
6548
|
"return": {
|
|
6519
6549
|
"type": {
|
|
6520
|
-
"text": "ViewTemplate<
|
|
6550
|
+
"text": "ViewTemplate<Badge>"
|
|
6521
6551
|
}
|
|
6522
6552
|
},
|
|
6523
6553
|
"parameters": [
|
|
@@ -6534,45 +6564,32 @@
|
|
|
6534
6564
|
}
|
|
6535
6565
|
}
|
|
6536
6566
|
]
|
|
6537
|
-
},
|
|
6538
|
-
{
|
|
6539
|
-
"kind": "variable",
|
|
6540
|
-
"name": "media",
|
|
6541
|
-
"default": "html<Avatar>`\n ${when(\n (x) => x.imgSrc,\n html<Avatar>`\n <img src=\"${(x) => x.imgSrc}\" alt=\"${(x) => x.alt}\" slot=\"media\" class=\"media\" part=\"media\" />\n `,\n )}\n`"
|
|
6542
6567
|
}
|
|
6543
6568
|
],
|
|
6544
6569
|
"exports": [
|
|
6545
6570
|
{
|
|
6546
6571
|
"kind": "js",
|
|
6547
|
-
"name": "
|
|
6548
|
-
"declaration": {
|
|
6549
|
-
"name": "foundationAvatarTemplate",
|
|
6550
|
-
"module": "src/avatar/avatar.template.ts"
|
|
6551
|
-
}
|
|
6552
|
-
},
|
|
6553
|
-
{
|
|
6554
|
-
"kind": "js",
|
|
6555
|
-
"name": "media",
|
|
6572
|
+
"name": "foundationBadgeTemplate",
|
|
6556
6573
|
"declaration": {
|
|
6557
|
-
"name": "
|
|
6558
|
-
"module": "src/
|
|
6574
|
+
"name": "foundationBadgeTemplate",
|
|
6575
|
+
"module": "src/badge/badge.template.ts"
|
|
6559
6576
|
}
|
|
6560
6577
|
}
|
|
6561
6578
|
]
|
|
6562
6579
|
},
|
|
6563
6580
|
{
|
|
6564
6581
|
"kind": "javascript-module",
|
|
6565
|
-
"path": "src/
|
|
6582
|
+
"path": "src/badge/badge.ts",
|
|
6566
6583
|
"declarations": [
|
|
6567
6584
|
{
|
|
6568
6585
|
"kind": "class",
|
|
6569
6586
|
"description": "",
|
|
6570
|
-
"name": "
|
|
6587
|
+
"name": "Badge",
|
|
6571
6588
|
"superclass": {
|
|
6572
|
-
"name": "
|
|
6589
|
+
"name": "FASTBadge",
|
|
6573
6590
|
"package": "@microsoft/fast-components"
|
|
6574
6591
|
},
|
|
6575
|
-
"tagName": "%%prefix%%-
|
|
6592
|
+
"tagName": "%%prefix%%-badge",
|
|
6576
6593
|
"customElement": true,
|
|
6577
6594
|
"attributes": [
|
|
6578
6595
|
{
|
|
@@ -6580,11 +6597,11 @@
|
|
|
6580
6597
|
"type": {
|
|
6581
6598
|
"text": "string"
|
|
6582
6599
|
},
|
|
6583
|
-
"description": "Indicates the
|
|
6600
|
+
"description": "Indicates the badge should have a filled style.",
|
|
6584
6601
|
"fieldName": "fill",
|
|
6585
6602
|
"inheritedFrom": {
|
|
6586
|
-
"name": "
|
|
6587
|
-
"module": "src/
|
|
6603
|
+
"name": "Badge",
|
|
6604
|
+
"module": "src/badge/badge.ts"
|
|
6588
6605
|
}
|
|
6589
6606
|
},
|
|
6590
6607
|
{
|
|
@@ -6592,35 +6609,22 @@
|
|
|
6592
6609
|
"type": {
|
|
6593
6610
|
"text": "string"
|
|
6594
6611
|
},
|
|
6595
|
-
"description": "Indicates the
|
|
6612
|
+
"description": "Indicates the badge should have a filled style.",
|
|
6596
6613
|
"fieldName": "color",
|
|
6597
6614
|
"inheritedFrom": {
|
|
6598
|
-
"name": "
|
|
6599
|
-
"module": "src/
|
|
6600
|
-
}
|
|
6601
|
-
},
|
|
6602
|
-
{
|
|
6603
|
-
"name": "link",
|
|
6604
|
-
"type": {
|
|
6605
|
-
"text": "string"
|
|
6606
|
-
},
|
|
6607
|
-
"description": "Indicates the Avatar should have url link",
|
|
6608
|
-
"fieldName": "link",
|
|
6609
|
-
"inheritedFrom": {
|
|
6610
|
-
"name": "Avatar",
|
|
6611
|
-
"module": "src/avatar/avatar.ts"
|
|
6615
|
+
"name": "Badge",
|
|
6616
|
+
"module": "src/badge/badge.ts"
|
|
6612
6617
|
}
|
|
6613
6618
|
},
|
|
6614
6619
|
{
|
|
6615
|
-
"name": "shape",
|
|
6616
6620
|
"type": {
|
|
6617
|
-
"text": "
|
|
6621
|
+
"text": "boolean"
|
|
6618
6622
|
},
|
|
6619
|
-
"description": "Indicates the
|
|
6620
|
-
"fieldName": "
|
|
6623
|
+
"description": "Indicates the element should be circular",
|
|
6624
|
+
"fieldName": "circular",
|
|
6621
6625
|
"inheritedFrom": {
|
|
6622
|
-
"name": "
|
|
6623
|
-
"module": "src/
|
|
6626
|
+
"name": "Badge",
|
|
6627
|
+
"module": "src/badge/badge.ts"
|
|
6624
6628
|
}
|
|
6625
6629
|
}
|
|
6626
6630
|
],
|
|
@@ -6632,10 +6636,10 @@
|
|
|
6632
6636
|
"text": "string"
|
|
6633
6637
|
},
|
|
6634
6638
|
"privacy": "public",
|
|
6635
|
-
"description": "Indicates the
|
|
6639
|
+
"description": "Indicates the badge should have a filled style.",
|
|
6636
6640
|
"inheritedFrom": {
|
|
6637
|
-
"name": "
|
|
6638
|
-
"module": "src/
|
|
6641
|
+
"name": "Badge",
|
|
6642
|
+
"module": "src/badge/badge.ts"
|
|
6639
6643
|
}
|
|
6640
6644
|
},
|
|
6641
6645
|
{
|
|
@@ -6645,36 +6649,32 @@
|
|
|
6645
6649
|
"text": "string"
|
|
6646
6650
|
},
|
|
6647
6651
|
"privacy": "public",
|
|
6648
|
-
"description": "Indicates the
|
|
6652
|
+
"description": "Indicates the badge should have a filled style.",
|
|
6649
6653
|
"inheritedFrom": {
|
|
6650
|
-
"name": "
|
|
6651
|
-
"module": "src/
|
|
6654
|
+
"name": "Badge",
|
|
6655
|
+
"module": "src/badge/badge.ts"
|
|
6652
6656
|
}
|
|
6653
6657
|
},
|
|
6654
6658
|
{
|
|
6655
6659
|
"kind": "field",
|
|
6656
|
-
"name": "
|
|
6660
|
+
"name": "circular",
|
|
6657
6661
|
"type": {
|
|
6658
|
-
"text": "
|
|
6662
|
+
"text": "boolean"
|
|
6659
6663
|
},
|
|
6660
6664
|
"privacy": "public",
|
|
6661
|
-
"description": "Indicates the
|
|
6665
|
+
"description": "Indicates the element should be circular",
|
|
6662
6666
|
"inheritedFrom": {
|
|
6663
|
-
"name": "
|
|
6664
|
-
"module": "src/
|
|
6667
|
+
"name": "Badge",
|
|
6668
|
+
"module": "src/badge/badge.ts"
|
|
6665
6669
|
}
|
|
6666
6670
|
},
|
|
6667
6671
|
{
|
|
6668
6672
|
"kind": "field",
|
|
6669
|
-
"name": "
|
|
6670
|
-
"type": {
|
|
6671
|
-
"text": "AvatarShape"
|
|
6672
|
-
},
|
|
6673
|
+
"name": "generateBadgeStyle",
|
|
6673
6674
|
"privacy": "public",
|
|
6674
|
-
"description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
|
|
6675
6675
|
"inheritedFrom": {
|
|
6676
|
-
"name": "
|
|
6677
|
-
"module": "src/
|
|
6676
|
+
"name": "Badge",
|
|
6677
|
+
"module": "src/badge/badge.ts"
|
|
6678
6678
|
}
|
|
6679
6679
|
},
|
|
6680
6680
|
{
|
|
@@ -6792,65 +6792,65 @@
|
|
|
6792
6792
|
},
|
|
6793
6793
|
{
|
|
6794
6794
|
"kind": "variable",
|
|
6795
|
-
"name": "
|
|
6795
|
+
"name": "foundationBadgeShadowOptions",
|
|
6796
6796
|
"type": {
|
|
6797
6797
|
"text": "ShadowRootInit"
|
|
6798
6798
|
},
|
|
6799
|
-
"default": "
|
|
6799
|
+
"default": "undefined"
|
|
6800
6800
|
},
|
|
6801
6801
|
{
|
|
6802
6802
|
"kind": "variable",
|
|
6803
|
-
"name": "
|
|
6803
|
+
"name": "defaultBadgeConfig",
|
|
6804
6804
|
"type": {
|
|
6805
6805
|
"text": "object"
|
|
6806
6806
|
},
|
|
6807
|
-
"default": "{
|
|
6807
|
+
"default": "{}"
|
|
6808
6808
|
},
|
|
6809
6809
|
{
|
|
6810
6810
|
"kind": "variable",
|
|
6811
|
-
"name": "
|
|
6812
|
-
"description": "The Foundation
|
|
6811
|
+
"name": "foundationBadge",
|
|
6812
|
+
"description": "The Foundation Badge",
|
|
6813
6813
|
"privacy": "public"
|
|
6814
6814
|
}
|
|
6815
6815
|
],
|
|
6816
6816
|
"exports": [
|
|
6817
6817
|
{
|
|
6818
6818
|
"kind": "js",
|
|
6819
|
-
"name": "
|
|
6819
|
+
"name": "Badge",
|
|
6820
6820
|
"declaration": {
|
|
6821
|
-
"name": "
|
|
6822
|
-
"module": "src/
|
|
6821
|
+
"name": "Badge",
|
|
6822
|
+
"module": "src/badge/badge.ts"
|
|
6823
6823
|
}
|
|
6824
6824
|
},
|
|
6825
6825
|
{
|
|
6826
6826
|
"kind": "js",
|
|
6827
|
-
"name": "
|
|
6827
|
+
"name": "foundationBadgeShadowOptions",
|
|
6828
6828
|
"declaration": {
|
|
6829
|
-
"name": "
|
|
6830
|
-
"module": "src/
|
|
6829
|
+
"name": "foundationBadgeShadowOptions",
|
|
6830
|
+
"module": "src/badge/badge.ts"
|
|
6831
6831
|
}
|
|
6832
6832
|
},
|
|
6833
6833
|
{
|
|
6834
6834
|
"kind": "js",
|
|
6835
|
-
"name": "
|
|
6835
|
+
"name": "defaultBadgeConfig",
|
|
6836
6836
|
"declaration": {
|
|
6837
|
-
"name": "
|
|
6838
|
-
"module": "src/
|
|
6837
|
+
"name": "defaultBadgeConfig",
|
|
6838
|
+
"module": "src/badge/badge.ts"
|
|
6839
6839
|
}
|
|
6840
6840
|
},
|
|
6841
6841
|
{
|
|
6842
6842
|
"kind": "js",
|
|
6843
|
-
"name": "
|
|
6843
|
+
"name": "foundationBadge",
|
|
6844
6844
|
"declaration": {
|
|
6845
|
-
"name": "
|
|
6846
|
-
"module": "src/
|
|
6845
|
+
"name": "foundationBadge",
|
|
6846
|
+
"module": "src/badge/badge.ts"
|
|
6847
6847
|
}
|
|
6848
6848
|
}
|
|
6849
6849
|
]
|
|
6850
6850
|
},
|
|
6851
6851
|
{
|
|
6852
6852
|
"kind": "javascript-module",
|
|
6853
|
-
"path": "src/
|
|
6853
|
+
"path": "src/badge/index.ts",
|
|
6854
6854
|
"declarations": [],
|
|
6855
6855
|
"exports": [
|
|
6856
6856
|
{
|
|
@@ -6858,7 +6858,7 @@
|
|
|
6858
6858
|
"name": "*",
|
|
6859
6859
|
"declaration": {
|
|
6860
6860
|
"name": "*",
|
|
6861
|
-
"package": "./
|
|
6861
|
+
"package": "./badge.template"
|
|
6862
6862
|
}
|
|
6863
6863
|
},
|
|
6864
6864
|
{
|
|
@@ -6866,7 +6866,7 @@
|
|
|
6866
6866
|
"name": "*",
|
|
6867
6867
|
"declaration": {
|
|
6868
6868
|
"name": "*",
|
|
6869
|
-
"package": "./
|
|
6869
|
+
"package": "./badge.styles"
|
|
6870
6870
|
}
|
|
6871
6871
|
},
|
|
6872
6872
|
{
|
|
@@ -6874,7 +6874,7 @@
|
|
|
6874
6874
|
"name": "*",
|
|
6875
6875
|
"declaration": {
|
|
6876
6876
|
"name": "*",
|
|
6877
|
-
"package": "./
|
|
6877
|
+
"package": "./badge"
|
|
6878
6878
|
}
|
|
6879
6879
|
}
|
|
6880
6880
|
]
|