@genesislcap/foundation-ui 15.2.1 → 15.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +1095 -1095
- package/dist/dts/react.d.ts +17 -17
- package/dist/react.cjs +11 -11
- package/dist/react.mjs +9 -9
- package/package.json +19 -19
|
@@ -1424,11 +1424,11 @@
|
|
|
1424
1424
|
},
|
|
1425
1425
|
{
|
|
1426
1426
|
"kind": "javascript-module",
|
|
1427
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
1427
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1428
1428
|
"declarations": [
|
|
1429
1429
|
{
|
|
1430
1430
|
"kind": "function",
|
|
1431
|
-
"name": "
|
|
1431
|
+
"name": "foundationAccordionItemStyles",
|
|
1432
1432
|
"return": {
|
|
1433
1433
|
"type": {
|
|
1434
1434
|
"text": "ElementStyles"
|
|
@@ -1453,24 +1453,24 @@
|
|
|
1453
1453
|
"exports": [
|
|
1454
1454
|
{
|
|
1455
1455
|
"kind": "js",
|
|
1456
|
-
"name": "
|
|
1456
|
+
"name": "foundationAccordionItemStyles",
|
|
1457
1457
|
"declaration": {
|
|
1458
|
-
"name": "
|
|
1459
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
1458
|
+
"name": "foundationAccordionItemStyles",
|
|
1459
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1460
1460
|
}
|
|
1461
1461
|
}
|
|
1462
1462
|
]
|
|
1463
1463
|
},
|
|
1464
1464
|
{
|
|
1465
1465
|
"kind": "javascript-module",
|
|
1466
|
-
"path": "src/accordion/accordion.template.ts",
|
|
1466
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1467
1467
|
"declarations": [
|
|
1468
1468
|
{
|
|
1469
1469
|
"kind": "function",
|
|
1470
|
-
"name": "
|
|
1470
|
+
"name": "foundationAccordionItemTemplate",
|
|
1471
1471
|
"return": {
|
|
1472
1472
|
"type": {
|
|
1473
|
-
"text": "ViewTemplate<
|
|
1473
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
1474
1474
|
}
|
|
1475
1475
|
},
|
|
1476
1476
|
"parameters": [
|
|
@@ -1492,237 +1492,116 @@
|
|
|
1492
1492
|
"exports": [
|
|
1493
1493
|
{
|
|
1494
1494
|
"kind": "js",
|
|
1495
|
-
"name": "
|
|
1495
|
+
"name": "foundationAccordionItemTemplate",
|
|
1496
1496
|
"declaration": {
|
|
1497
|
-
"name": "
|
|
1498
|
-
"module": "src/accordion/accordion.template.ts"
|
|
1497
|
+
"name": "foundationAccordionItemTemplate",
|
|
1498
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1499
1499
|
}
|
|
1500
1500
|
}
|
|
1501
1501
|
]
|
|
1502
1502
|
},
|
|
1503
1503
|
{
|
|
1504
1504
|
"kind": "javascript-module",
|
|
1505
|
-
"path": "src/accordion/accordion.ts",
|
|
1505
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
1506
1506
|
"declarations": [
|
|
1507
1507
|
{
|
|
1508
1508
|
"kind": "class",
|
|
1509
1509
|
"description": "",
|
|
1510
|
-
"name": "
|
|
1510
|
+
"name": "AccordionItem",
|
|
1511
1511
|
"superclass": {
|
|
1512
|
-
"name": "
|
|
1513
|
-
"package": "@microsoft/fast-
|
|
1512
|
+
"name": "FASTAccordionItem",
|
|
1513
|
+
"package": "@microsoft/fast-components"
|
|
1514
1514
|
},
|
|
1515
|
-
"tagName": "%%prefix%%-accordion",
|
|
1515
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
1516
1516
|
"customElement": true,
|
|
1517
1517
|
"attributes": [
|
|
1518
1518
|
{
|
|
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",
|
|
1519
|
+
"name": "heading-level",
|
|
1535
1520
|
"type": {
|
|
1536
|
-
"text": "
|
|
1521
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1537
1522
|
},
|
|
1538
|
-
"
|
|
1539
|
-
"description": "
|
|
1523
|
+
"default": "2",
|
|
1524
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1525
|
+
"fieldName": "headinglevel",
|
|
1540
1526
|
"inheritedFrom": {
|
|
1541
|
-
"name": "
|
|
1542
|
-
"module": "src/accordion/accordion.ts"
|
|
1527
|
+
"name": "AccordionItem",
|
|
1528
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1543
1529
|
}
|
|
1544
1530
|
},
|
|
1545
1531
|
{
|
|
1546
|
-
"kind": "field",
|
|
1547
|
-
"name": "activeid",
|
|
1548
1532
|
"type": {
|
|
1549
|
-
"text": "
|
|
1533
|
+
"text": "boolean"
|
|
1550
1534
|
},
|
|
1551
|
-
"
|
|
1535
|
+
"default": "false",
|
|
1536
|
+
"description": "Expands or collapses the item.",
|
|
1537
|
+
"fieldName": "expanded",
|
|
1552
1538
|
"inheritedFrom": {
|
|
1553
|
-
"name": "
|
|
1554
|
-
"module": "src/accordion/accordion.ts"
|
|
1539
|
+
"name": "AccordionItem",
|
|
1540
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1555
1541
|
}
|
|
1556
1542
|
},
|
|
1557
1543
|
{
|
|
1558
|
-
"
|
|
1559
|
-
"name": "activeItemIndex",
|
|
1544
|
+
"name": "id",
|
|
1560
1545
|
"type": {
|
|
1561
|
-
"text": "
|
|
1546
|
+
"text": "string"
|
|
1562
1547
|
},
|
|
1563
|
-
"
|
|
1564
|
-
"
|
|
1548
|
+
"description": "The item ID",
|
|
1549
|
+
"fieldName": "id",
|
|
1565
1550
|
"inheritedFrom": {
|
|
1566
|
-
"name": "
|
|
1567
|
-
"module": "src/accordion/accordion.ts"
|
|
1551
|
+
"name": "AccordionItem",
|
|
1552
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1568
1553
|
}
|
|
1569
|
-
}
|
|
1554
|
+
}
|
|
1555
|
+
],
|
|
1556
|
+
"members": [
|
|
1570
1557
|
{
|
|
1571
1558
|
"kind": "field",
|
|
1572
|
-
"name": "
|
|
1559
|
+
"name": "headinglevel",
|
|
1573
1560
|
"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
|
-
}
|
|
1561
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1599
1562
|
},
|
|
1563
|
+
"privacy": "public",
|
|
1564
|
+
"default": "2",
|
|
1565
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1600
1566
|
"inheritedFrom": {
|
|
1601
|
-
"name": "
|
|
1602
|
-
"module": "src/accordion/accordion.ts"
|
|
1567
|
+
"name": "AccordionItem",
|
|
1568
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1603
1569
|
}
|
|
1604
1570
|
},
|
|
1605
1571
|
{
|
|
1606
1572
|
"kind": "field",
|
|
1607
|
-
"name": "
|
|
1608
|
-
"
|
|
1609
|
-
|
|
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
|
-
}
|
|
1573
|
+
"name": "expanded",
|
|
1574
|
+
"type": {
|
|
1575
|
+
"text": "boolean"
|
|
1622
1576
|
},
|
|
1577
|
+
"privacy": "public",
|
|
1578
|
+
"default": "false",
|
|
1579
|
+
"description": "Expands or collapses the item.",
|
|
1623
1580
|
"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"
|
|
1581
|
+
"name": "AccordionItem",
|
|
1582
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1635
1583
|
}
|
|
1636
1584
|
},
|
|
1637
1585
|
{
|
|
1638
1586
|
"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
|
-
}
|
|
1587
|
+
"name": "id",
|
|
1588
|
+
"type": {
|
|
1589
|
+
"text": "string"
|
|
1668
1590
|
},
|
|
1591
|
+
"privacy": "public",
|
|
1592
|
+
"description": "The item ID",
|
|
1669
1593
|
"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"
|
|
1594
|
+
"name": "AccordionItem",
|
|
1595
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1681
1596
|
}
|
|
1682
1597
|
},
|
|
1683
1598
|
{
|
|
1684
1599
|
"kind": "field",
|
|
1685
|
-
"name": "
|
|
1686
|
-
"privacy": "private",
|
|
1687
|
-
"inheritedFrom": {
|
|
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
|
-
}
|
|
1700
|
-
},
|
|
1701
|
-
"parameters": [
|
|
1702
|
-
{
|
|
1703
|
-
"name": "adjustment",
|
|
1704
|
-
"type": {
|
|
1705
|
-
"text": "number"
|
|
1706
|
-
}
|
|
1707
|
-
}
|
|
1708
|
-
],
|
|
1709
|
-
"inheritedFrom": {
|
|
1710
|
-
"name": "Accordion",
|
|
1711
|
-
"module": "src/accordion/accordion.ts"
|
|
1712
|
-
}
|
|
1713
|
-
},
|
|
1714
|
-
{
|
|
1715
|
-
"kind": "method",
|
|
1716
|
-
"name": "focusItem",
|
|
1600
|
+
"name": "change",
|
|
1717
1601
|
"privacy": "private",
|
|
1718
|
-
"return": {
|
|
1719
|
-
"type": {
|
|
1720
|
-
"text": "void"
|
|
1721
|
-
}
|
|
1722
|
-
},
|
|
1723
1602
|
"inheritedFrom": {
|
|
1724
|
-
"name": "
|
|
1725
|
-
"module": "src/accordion/accordion.ts"
|
|
1603
|
+
"name": "AccordionItem",
|
|
1604
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1726
1605
|
}
|
|
1727
1606
|
},
|
|
1728
1607
|
{
|
|
@@ -1839,18 +1718,18 @@
|
|
|
1839
1718
|
],
|
|
1840
1719
|
"events": [
|
|
1841
1720
|
{
|
|
1842
|
-
"description": "Fires a custom 'change' event when the
|
|
1721
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
1843
1722
|
"name": "change",
|
|
1844
1723
|
"inheritedFrom": {
|
|
1845
|
-
"name": "
|
|
1846
|
-
"module": "src/accordion/accordion.ts"
|
|
1724
|
+
"name": "AccordionItem",
|
|
1725
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1847
1726
|
}
|
|
1848
1727
|
}
|
|
1849
1728
|
]
|
|
1850
1729
|
},
|
|
1851
1730
|
{
|
|
1852
1731
|
"kind": "variable",
|
|
1853
|
-
"name": "
|
|
1732
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1854
1733
|
"type": {
|
|
1855
1734
|
"text": "ShadowRootInit"
|
|
1856
1735
|
},
|
|
@@ -1858,57 +1737,57 @@
|
|
|
1858
1737
|
},
|
|
1859
1738
|
{
|
|
1860
1739
|
"kind": "variable",
|
|
1861
|
-
"name": "
|
|
1740
|
+
"name": "defaultAccordionItemConfig",
|
|
1862
1741
|
"type": {
|
|
1863
1742
|
"text": "object"
|
|
1864
1743
|
},
|
|
1865
|
-
"default": "{}"
|
|
1744
|
+
"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
1745
|
},
|
|
1867
1746
|
{
|
|
1868
1747
|
"kind": "variable",
|
|
1869
|
-
"name": "
|
|
1870
|
-
"description": "The Foundation Accordion",
|
|
1748
|
+
"name": "foundationAccordionItem",
|
|
1749
|
+
"description": "The Foundation Accordion Item",
|
|
1871
1750
|
"privacy": "public"
|
|
1872
1751
|
}
|
|
1873
1752
|
],
|
|
1874
1753
|
"exports": [
|
|
1875
1754
|
{
|
|
1876
1755
|
"kind": "js",
|
|
1877
|
-
"name": "
|
|
1756
|
+
"name": "AccordionItem",
|
|
1878
1757
|
"declaration": {
|
|
1879
|
-
"name": "
|
|
1880
|
-
"module": "src/accordion/accordion.ts"
|
|
1758
|
+
"name": "AccordionItem",
|
|
1759
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1881
1760
|
}
|
|
1882
1761
|
},
|
|
1883
1762
|
{
|
|
1884
1763
|
"kind": "js",
|
|
1885
|
-
"name": "
|
|
1764
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1886
1765
|
"declaration": {
|
|
1887
|
-
"name": "
|
|
1888
|
-
"module": "src/accordion/accordion.ts"
|
|
1766
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1767
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1889
1768
|
}
|
|
1890
1769
|
},
|
|
1891
1770
|
{
|
|
1892
1771
|
"kind": "js",
|
|
1893
|
-
"name": "
|
|
1772
|
+
"name": "defaultAccordionItemConfig",
|
|
1894
1773
|
"declaration": {
|
|
1895
|
-
"name": "
|
|
1896
|
-
"module": "src/accordion/accordion.ts"
|
|
1774
|
+
"name": "defaultAccordionItemConfig",
|
|
1775
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1897
1776
|
}
|
|
1898
1777
|
},
|
|
1899
1778
|
{
|
|
1900
1779
|
"kind": "js",
|
|
1901
|
-
"name": "
|
|
1780
|
+
"name": "foundationAccordionItem",
|
|
1902
1781
|
"declaration": {
|
|
1903
|
-
"name": "
|
|
1904
|
-
"module": "src/accordion/accordion.ts"
|
|
1782
|
+
"name": "foundationAccordionItem",
|
|
1783
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1905
1784
|
}
|
|
1906
1785
|
}
|
|
1907
1786
|
]
|
|
1908
1787
|
},
|
|
1909
1788
|
{
|
|
1910
1789
|
"kind": "javascript-module",
|
|
1911
|
-
"path": "src/accordion/index.ts",
|
|
1790
|
+
"path": "src/accordion-item/index.ts",
|
|
1912
1791
|
"declarations": [],
|
|
1913
1792
|
"exports": [
|
|
1914
1793
|
{
|
|
@@ -1916,7 +1795,7 @@
|
|
|
1916
1795
|
"name": "*",
|
|
1917
1796
|
"declaration": {
|
|
1918
1797
|
"name": "*",
|
|
1919
|
-
"package": "./accordion.template"
|
|
1798
|
+
"package": "./accordion-item.template"
|
|
1920
1799
|
}
|
|
1921
1800
|
},
|
|
1922
1801
|
{
|
|
@@ -1924,7 +1803,7 @@
|
|
|
1924
1803
|
"name": "*",
|
|
1925
1804
|
"declaration": {
|
|
1926
1805
|
"name": "*",
|
|
1927
|
-
"package": "./accordion.styles"
|
|
1806
|
+
"package": "./accordion-item.styles"
|
|
1928
1807
|
}
|
|
1929
1808
|
},
|
|
1930
1809
|
{
|
|
@@ -1932,7 +1811,7 @@
|
|
|
1932
1811
|
"name": "*",
|
|
1933
1812
|
"declaration": {
|
|
1934
1813
|
"name": "*",
|
|
1935
|
-
"package": "./accordion"
|
|
1814
|
+
"package": "./accordion-item"
|
|
1936
1815
|
}
|
|
1937
1816
|
}
|
|
1938
1817
|
]
|
|
@@ -1970,11 +1849,34 @@
|
|
|
1970
1849
|
},
|
|
1971
1850
|
{
|
|
1972
1851
|
"kind": "javascript-module",
|
|
1973
|
-
"path": "src/
|
|
1852
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1974
1853
|
"declarations": [
|
|
1975
1854
|
{
|
|
1976
1855
|
"kind": "function",
|
|
1977
|
-
"name": "
|
|
1856
|
+
"name": "actionsMenuBaseStyles",
|
|
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
|
+
"kind": "function",
|
|
1879
|
+
"name": "foundationActionsMenuStyles",
|
|
1978
1880
|
"return": {
|
|
1979
1881
|
"type": {
|
|
1980
1882
|
"text": "ElementStyles"
|
|
@@ -1999,200 +1901,313 @@
|
|
|
1999
1901
|
"exports": [
|
|
2000
1902
|
{
|
|
2001
1903
|
"kind": "js",
|
|
2002
|
-
"name": "
|
|
1904
|
+
"name": "actionsMenuBaseStyles",
|
|
2003
1905
|
"declaration": {
|
|
2004
|
-
"name": "
|
|
2005
|
-
"module": "src/
|
|
1906
|
+
"name": "actionsMenuBaseStyles",
|
|
1907
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1908
|
+
}
|
|
1909
|
+
},
|
|
1910
|
+
{
|
|
1911
|
+
"kind": "js",
|
|
1912
|
+
"name": "foundationActionsMenuStyles",
|
|
1913
|
+
"declaration": {
|
|
1914
|
+
"name": "foundationActionsMenuStyles",
|
|
1915
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
2006
1916
|
}
|
|
2007
1917
|
}
|
|
2008
1918
|
]
|
|
2009
1919
|
},
|
|
2010
1920
|
{
|
|
2011
1921
|
"kind": "javascript-module",
|
|
2012
|
-
"path": "src/
|
|
1922
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
2013
1923
|
"declarations": [
|
|
2014
1924
|
{
|
|
2015
1925
|
"kind": "function",
|
|
2016
|
-
"name": "
|
|
2017
|
-
"return": {
|
|
2018
|
-
"type": {
|
|
2019
|
-
"text": "ViewTemplate<AccordionItem>"
|
|
2020
|
-
}
|
|
2021
|
-
},
|
|
1926
|
+
"name": "menuTemplate",
|
|
2022
1927
|
"parameters": [
|
|
2023
1928
|
{
|
|
2024
|
-
"name": "
|
|
1929
|
+
"name": "prefix",
|
|
2025
1930
|
"type": {
|
|
2026
|
-
"text": "
|
|
1931
|
+
"text": "string"
|
|
2027
1932
|
}
|
|
2028
|
-
}
|
|
1933
|
+
}
|
|
1934
|
+
]
|
|
1935
|
+
},
|
|
1936
|
+
{
|
|
1937
|
+
"kind": "function",
|
|
1938
|
+
"name": "singleOptionTemplate",
|
|
1939
|
+
"parameters": [
|
|
2029
1940
|
{
|
|
2030
|
-
"name": "
|
|
1941
|
+
"name": "prefix",
|
|
2031
1942
|
"type": {
|
|
2032
|
-
"text": "
|
|
1943
|
+
"text": "string"
|
|
2033
1944
|
}
|
|
2034
1945
|
}
|
|
2035
1946
|
]
|
|
1947
|
+
},
|
|
1948
|
+
{
|
|
1949
|
+
"kind": "variable",
|
|
1950
|
+
"name": "foundationActionsMenuTemplate",
|
|
1951
|
+
"type": {
|
|
1952
|
+
"text": "ViewTemplate<ActionsMenu>"
|
|
1953
|
+
},
|
|
1954
|
+
"default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
|
|
2036
1955
|
}
|
|
2037
1956
|
],
|
|
2038
1957
|
"exports": [
|
|
2039
1958
|
{
|
|
2040
1959
|
"kind": "js",
|
|
2041
|
-
"name": "
|
|
1960
|
+
"name": "menuTemplate",
|
|
2042
1961
|
"declaration": {
|
|
2043
|
-
"name": "
|
|
2044
|
-
"module": "src/
|
|
1962
|
+
"name": "menuTemplate",
|
|
1963
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1964
|
+
}
|
|
1965
|
+
},
|
|
1966
|
+
{
|
|
1967
|
+
"kind": "js",
|
|
1968
|
+
"name": "singleOptionTemplate",
|
|
1969
|
+
"declaration": {
|
|
1970
|
+
"name": "singleOptionTemplate",
|
|
1971
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1972
|
+
}
|
|
1973
|
+
},
|
|
1974
|
+
{
|
|
1975
|
+
"kind": "js",
|
|
1976
|
+
"name": "foundationActionsMenuTemplate",
|
|
1977
|
+
"declaration": {
|
|
1978
|
+
"name": "foundationActionsMenuTemplate",
|
|
1979
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2045
1980
|
}
|
|
2046
1981
|
}
|
|
2047
1982
|
]
|
|
2048
1983
|
},
|
|
2049
1984
|
{
|
|
2050
1985
|
"kind": "javascript-module",
|
|
2051
|
-
"path": "src/
|
|
1986
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
2052
1987
|
"declarations": [
|
|
2053
1988
|
{
|
|
2054
1989
|
"kind": "class",
|
|
2055
1990
|
"description": "",
|
|
2056
|
-
"name": "
|
|
2057
|
-
"
|
|
2058
|
-
"name": "FASTAccordionItem",
|
|
2059
|
-
"package": "@microsoft/fast-components"
|
|
2060
|
-
},
|
|
2061
|
-
"tagName": "%%prefix%%-accordion-item",
|
|
2062
|
-
"customElement": true,
|
|
2063
|
-
"attributes": [
|
|
1991
|
+
"name": "ActionsMenu",
|
|
1992
|
+
"members": [
|
|
2064
1993
|
{
|
|
2065
|
-
"
|
|
1994
|
+
"kind": "field",
|
|
1995
|
+
"name": "actions",
|
|
2066
1996
|
"type": {
|
|
2067
|
-
"text": "
|
|
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",
|
|
2072
|
-
"inheritedFrom": {
|
|
2073
|
-
"name": "AccordionItem",
|
|
2074
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1997
|
+
"text": "ActionMenuItem[]"
|
|
2075
1998
|
}
|
|
2076
1999
|
},
|
|
2077
2000
|
{
|
|
2001
|
+
"kind": "field",
|
|
2002
|
+
"name": "isVertical",
|
|
2078
2003
|
"type": {
|
|
2079
2004
|
"text": "boolean"
|
|
2080
2005
|
},
|
|
2081
|
-
"default": "false"
|
|
2082
|
-
"description": "Expands or collapses the item.",
|
|
2083
|
-
"fieldName": "expanded",
|
|
2084
|
-
"inheritedFrom": {
|
|
2085
|
-
"name": "AccordionItem",
|
|
2086
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2087
|
-
}
|
|
2006
|
+
"default": "false"
|
|
2088
2007
|
},
|
|
2089
|
-
{
|
|
2090
|
-
"name": "id",
|
|
2091
|
-
"type": {
|
|
2092
|
-
"text": "string"
|
|
2093
|
-
},
|
|
2094
|
-
"description": "The item ID",
|
|
2095
|
-
"fieldName": "id",
|
|
2096
|
-
"inheritedFrom": {
|
|
2097
|
-
"name": "AccordionItem",
|
|
2098
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2099
|
-
}
|
|
2100
|
-
}
|
|
2101
|
-
],
|
|
2102
|
-
"members": [
|
|
2103
2008
|
{
|
|
2104
2009
|
"kind": "field",
|
|
2105
|
-
"name": "
|
|
2010
|
+
"name": "addDefaultActions",
|
|
2106
2011
|
"type": {
|
|
2107
|
-
"text": "
|
|
2012
|
+
"text": "boolean"
|
|
2108
2013
|
},
|
|
2109
|
-
"
|
|
2110
|
-
"default": "2",
|
|
2111
|
-
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
2112
|
-
"inheritedFrom": {
|
|
2113
|
-
"name": "AccordionItem",
|
|
2114
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2115
|
-
}
|
|
2014
|
+
"default": "true"
|
|
2116
2015
|
},
|
|
2117
2016
|
{
|
|
2118
2017
|
"kind": "field",
|
|
2119
|
-
"name": "
|
|
2018
|
+
"name": "autoCloseOnAction",
|
|
2120
2019
|
"type": {
|
|
2121
2020
|
"text": "boolean"
|
|
2122
2021
|
},
|
|
2123
|
-
"
|
|
2124
|
-
"default": "false",
|
|
2125
|
-
"description": "Expands or collapses the item.",
|
|
2126
|
-
"inheritedFrom": {
|
|
2127
|
-
"name": "AccordionItem",
|
|
2128
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2129
|
-
}
|
|
2022
|
+
"default": "true"
|
|
2130
2023
|
},
|
|
2131
2024
|
{
|
|
2132
2025
|
"kind": "field",
|
|
2133
|
-
"name": "
|
|
2026
|
+
"name": "classNames",
|
|
2134
2027
|
"type": {
|
|
2135
2028
|
"text": "string"
|
|
2136
|
-
},
|
|
2137
|
-
"privacy": "public",
|
|
2138
|
-
"description": "The item ID",
|
|
2139
|
-
"inheritedFrom": {
|
|
2140
|
-
"name": "AccordionItem",
|
|
2141
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2142
2029
|
}
|
|
2143
2030
|
},
|
|
2144
2031
|
{
|
|
2145
2032
|
"kind": "field",
|
|
2146
|
-
"name": "
|
|
2147
|
-
"
|
|
2148
|
-
|
|
2149
|
-
"name": "AccordionItem",
|
|
2150
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2033
|
+
"name": "definition",
|
|
2034
|
+
"type": {
|
|
2035
|
+
"text": "any"
|
|
2151
2036
|
}
|
|
2152
2037
|
},
|
|
2153
2038
|
{
|
|
2154
2039
|
"kind": "field",
|
|
2155
|
-
"name": "
|
|
2040
|
+
"name": "name",
|
|
2156
2041
|
"type": {
|
|
2157
|
-
"text": "
|
|
2042
|
+
"text": "string"
|
|
2158
2043
|
},
|
|
2159
|
-
"
|
|
2160
|
-
"default": "void 0",
|
|
2161
|
-
"inheritedFrom": {
|
|
2162
|
-
"name": "FoundationElement",
|
|
2163
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2164
|
-
}
|
|
2044
|
+
"default": "'Actions'"
|
|
2165
2045
|
},
|
|
2166
2046
|
{
|
|
2167
2047
|
"kind": "field",
|
|
2168
|
-
"name": "
|
|
2048
|
+
"name": "open",
|
|
2169
2049
|
"type": {
|
|
2170
|
-
"text": "
|
|
2050
|
+
"text": "boolean"
|
|
2171
2051
|
},
|
|
2172
|
-
"
|
|
2173
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2174
|
-
"inheritedFrom": {
|
|
2175
|
-
"name": "FoundationElement",
|
|
2176
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2177
|
-
}
|
|
2052
|
+
"default": "false"
|
|
2178
2053
|
},
|
|
2179
2054
|
{
|
|
2180
2055
|
"kind": "field",
|
|
2181
|
-
"name": "
|
|
2056
|
+
"name": "buttonAppearance",
|
|
2182
2057
|
"type": {
|
|
2183
|
-
"text": "
|
|
2184
|
-
},
|
|
2185
|
-
"privacy": "public",
|
|
2186
|
-
"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.",
|
|
2187
|
-
"inheritedFrom": {
|
|
2188
|
-
"name": "FoundationElement",
|
|
2189
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2058
|
+
"text": "string"
|
|
2190
2059
|
}
|
|
2191
2060
|
},
|
|
2192
2061
|
{
|
|
2193
|
-
"kind": "
|
|
2194
|
-
"name": "
|
|
2195
|
-
"
|
|
2062
|
+
"kind": "field",
|
|
2063
|
+
"name": "hideDisabled",
|
|
2064
|
+
"type": {
|
|
2065
|
+
"text": "boolean"
|
|
2066
|
+
},
|
|
2067
|
+
"default": "false"
|
|
2068
|
+
},
|
|
2069
|
+
{
|
|
2070
|
+
"kind": "field",
|
|
2071
|
+
"name": "hideMenuSingleOption",
|
|
2072
|
+
"type": {
|
|
2073
|
+
"text": "boolean"
|
|
2074
|
+
},
|
|
2075
|
+
"default": "false"
|
|
2076
|
+
},
|
|
2077
|
+
{
|
|
2078
|
+
"kind": "field",
|
|
2079
|
+
"name": "singleOption",
|
|
2080
|
+
"type": {
|
|
2081
|
+
"text": "ActionMenuItem"
|
|
2082
|
+
}
|
|
2083
|
+
},
|
|
2084
|
+
{
|
|
2085
|
+
"kind": "field",
|
|
2086
|
+
"name": "actionsMenu",
|
|
2087
|
+
"type": {
|
|
2088
|
+
"text": "HTMLElement"
|
|
2089
|
+
}
|
|
2090
|
+
},
|
|
2091
|
+
{
|
|
2092
|
+
"kind": "method",
|
|
2093
|
+
"name": "definitionChanged",
|
|
2094
|
+
"privacy": "protected",
|
|
2095
|
+
"parameters": [
|
|
2096
|
+
{
|
|
2097
|
+
"name": "oldValue",
|
|
2098
|
+
"type": {
|
|
2099
|
+
"text": "any"
|
|
2100
|
+
}
|
|
2101
|
+
},
|
|
2102
|
+
{
|
|
2103
|
+
"name": "newValue",
|
|
2104
|
+
"type": {
|
|
2105
|
+
"text": "any"
|
|
2106
|
+
}
|
|
2107
|
+
}
|
|
2108
|
+
]
|
|
2109
|
+
},
|
|
2110
|
+
{
|
|
2111
|
+
"kind": "method",
|
|
2112
|
+
"name": "openChanged",
|
|
2113
|
+
"privacy": "protected"
|
|
2114
|
+
},
|
|
2115
|
+
{
|
|
2116
|
+
"kind": "method",
|
|
2117
|
+
"name": "toggleActionsMenuVisibility"
|
|
2118
|
+
},
|
|
2119
|
+
{
|
|
2120
|
+
"kind": "method",
|
|
2121
|
+
"name": "onActionMenuItemClick",
|
|
2122
|
+
"parameters": [
|
|
2123
|
+
{
|
|
2124
|
+
"name": "callback",
|
|
2125
|
+
"type": {
|
|
2126
|
+
"text": "(rowData) => void | any"
|
|
2127
|
+
}
|
|
2128
|
+
}
|
|
2129
|
+
]
|
|
2130
|
+
},
|
|
2131
|
+
{
|
|
2132
|
+
"kind": "field",
|
|
2133
|
+
"name": "allActions",
|
|
2134
|
+
"type": {
|
|
2135
|
+
"text": "ActionMenuItem[]"
|
|
2136
|
+
},
|
|
2137
|
+
"readonly": true
|
|
2138
|
+
},
|
|
2139
|
+
{
|
|
2140
|
+
"kind": "field",
|
|
2141
|
+
"name": "rowData",
|
|
2142
|
+
"readonly": true
|
|
2143
|
+
},
|
|
2144
|
+
{
|
|
2145
|
+
"kind": "method",
|
|
2146
|
+
"name": "getLabel",
|
|
2147
|
+
"parameters": [
|
|
2148
|
+
{
|
|
2149
|
+
"name": "name",
|
|
2150
|
+
"type": {
|
|
2151
|
+
"text": "string | ((rowData: any) => string)"
|
|
2152
|
+
}
|
|
2153
|
+
}
|
|
2154
|
+
]
|
|
2155
|
+
},
|
|
2156
|
+
{
|
|
2157
|
+
"kind": "method",
|
|
2158
|
+
"name": "getTemplate",
|
|
2159
|
+
"parameters": [
|
|
2160
|
+
{
|
|
2161
|
+
"name": "prefix",
|
|
2162
|
+
"type": {
|
|
2163
|
+
"text": "string"
|
|
2164
|
+
}
|
|
2165
|
+
}
|
|
2166
|
+
]
|
|
2167
|
+
},
|
|
2168
|
+
{
|
|
2169
|
+
"kind": "field",
|
|
2170
|
+
"name": "_presentation",
|
|
2171
|
+
"type": {
|
|
2172
|
+
"text": "ComponentPresentation | null | undefined"
|
|
2173
|
+
},
|
|
2174
|
+
"privacy": "private",
|
|
2175
|
+
"default": "void 0",
|
|
2176
|
+
"inheritedFrom": {
|
|
2177
|
+
"name": "FoundationElement",
|
|
2178
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2179
|
+
}
|
|
2180
|
+
},
|
|
2181
|
+
{
|
|
2182
|
+
"kind": "field",
|
|
2183
|
+
"name": "$presentation",
|
|
2184
|
+
"type": {
|
|
2185
|
+
"text": "ComponentPresentation | null"
|
|
2186
|
+
},
|
|
2187
|
+
"privacy": "public",
|
|
2188
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2189
|
+
"inheritedFrom": {
|
|
2190
|
+
"name": "FoundationElement",
|
|
2191
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2192
|
+
}
|
|
2193
|
+
},
|
|
2194
|
+
{
|
|
2195
|
+
"kind": "field",
|
|
2196
|
+
"name": "template",
|
|
2197
|
+
"type": {
|
|
2198
|
+
"text": "ElementViewTemplate | void | null"
|
|
2199
|
+
},
|
|
2200
|
+
"privacy": "public",
|
|
2201
|
+
"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.",
|
|
2202
|
+
"inheritedFrom": {
|
|
2203
|
+
"name": "FoundationElement",
|
|
2204
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2205
|
+
}
|
|
2206
|
+
},
|
|
2207
|
+
{
|
|
2208
|
+
"kind": "method",
|
|
2209
|
+
"name": "templateChanged",
|
|
2210
|
+
"privacy": "protected",
|
|
2196
2211
|
"return": {
|
|
2197
2212
|
"type": {
|
|
2198
2213
|
"text": "void"
|
|
@@ -2262,78 +2277,107 @@
|
|
|
2262
2277
|
}
|
|
2263
2278
|
}
|
|
2264
2279
|
],
|
|
2265
|
-
"
|
|
2280
|
+
"attributes": [
|
|
2266
2281
|
{
|
|
2267
|
-
"
|
|
2268
|
-
"
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2282
|
+
"name": "is-vertical",
|
|
2283
|
+
"type": {
|
|
2284
|
+
"text": "boolean"
|
|
2285
|
+
},
|
|
2286
|
+
"default": "false",
|
|
2287
|
+
"fieldName": "isVertical"
|
|
2288
|
+
},
|
|
2289
|
+
{
|
|
2290
|
+
"name": "add-default-actions",
|
|
2291
|
+
"type": {
|
|
2292
|
+
"text": "boolean"
|
|
2293
|
+
},
|
|
2294
|
+
"default": "true",
|
|
2295
|
+
"fieldName": "addDefaultActions"
|
|
2296
|
+
},
|
|
2297
|
+
{
|
|
2298
|
+
"name": "auto-close-on-action",
|
|
2299
|
+
"type": {
|
|
2300
|
+
"text": "boolean"
|
|
2301
|
+
},
|
|
2302
|
+
"default": "true",
|
|
2303
|
+
"fieldName": "autoCloseOnAction"
|
|
2304
|
+
},
|
|
2305
|
+
{
|
|
2306
|
+
"name": "name",
|
|
2307
|
+
"type": {
|
|
2308
|
+
"text": "string"
|
|
2309
|
+
},
|
|
2310
|
+
"default": "'Actions'",
|
|
2311
|
+
"fieldName": "name"
|
|
2312
|
+
},
|
|
2313
|
+
{
|
|
2314
|
+
"name": "open",
|
|
2315
|
+
"type": {
|
|
2316
|
+
"text": "boolean"
|
|
2317
|
+
},
|
|
2318
|
+
"default": "false",
|
|
2319
|
+
"fieldName": "open"
|
|
2320
|
+
},
|
|
2321
|
+
{
|
|
2322
|
+
"name": "buttonAppearance",
|
|
2323
|
+
"type": {
|
|
2324
|
+
"text": "string"
|
|
2325
|
+
},
|
|
2326
|
+
"fieldName": "buttonAppearance"
|
|
2327
|
+
},
|
|
2328
|
+
{
|
|
2329
|
+
"name": "hide-disabled",
|
|
2330
|
+
"type": {
|
|
2331
|
+
"text": "boolean"
|
|
2332
|
+
},
|
|
2333
|
+
"default": "false",
|
|
2334
|
+
"fieldName": "hideDisabled"
|
|
2335
|
+
},
|
|
2336
|
+
{
|
|
2337
|
+
"name": "hide-menu-single-option",
|
|
2338
|
+
"type": {
|
|
2339
|
+
"text": "boolean"
|
|
2340
|
+
},
|
|
2341
|
+
"default": "false",
|
|
2342
|
+
"fieldName": "hideMenuSingleOption"
|
|
2273
2343
|
}
|
|
2274
|
-
]
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
2279
|
-
"type": {
|
|
2280
|
-
"text": "ShadowRootInit"
|
|
2281
|
-
},
|
|
2282
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2283
|
-
},
|
|
2284
|
-
{
|
|
2285
|
-
"kind": "variable",
|
|
2286
|
-
"name": "defaultAccordionItemConfig",
|
|
2287
|
-
"type": {
|
|
2288
|
-
"text": "object"
|
|
2344
|
+
],
|
|
2345
|
+
"superclass": {
|
|
2346
|
+
"name": "FoundationElement",
|
|
2347
|
+
"package": "@microsoft/fast-foundation"
|
|
2289
2348
|
},
|
|
2290
|
-
"
|
|
2349
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
2350
|
+
"customElement": true
|
|
2291
2351
|
},
|
|
2292
2352
|
{
|
|
2293
2353
|
"kind": "variable",
|
|
2294
|
-
"name": "
|
|
2295
|
-
"description": "The Foundation
|
|
2354
|
+
"name": "foundationActionsMenu",
|
|
2355
|
+
"description": "The Foundation Actions Menu",
|
|
2296
2356
|
"privacy": "public"
|
|
2297
2357
|
}
|
|
2298
2358
|
],
|
|
2299
2359
|
"exports": [
|
|
2300
2360
|
{
|
|
2301
2361
|
"kind": "js",
|
|
2302
|
-
"name": "
|
|
2362
|
+
"name": "ActionsMenu",
|
|
2303
2363
|
"declaration": {
|
|
2304
|
-
"name": "
|
|
2305
|
-
"module": "src/
|
|
2364
|
+
"name": "ActionsMenu",
|
|
2365
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2306
2366
|
}
|
|
2307
2367
|
},
|
|
2308
2368
|
{
|
|
2309
2369
|
"kind": "js",
|
|
2310
|
-
"name": "
|
|
2370
|
+
"name": "foundationActionsMenu",
|
|
2311
2371
|
"declaration": {
|
|
2312
|
-
"name": "
|
|
2313
|
-
"module": "src/
|
|
2314
|
-
}
|
|
2315
|
-
},
|
|
2316
|
-
{
|
|
2317
|
-
"kind": "js",
|
|
2318
|
-
"name": "defaultAccordionItemConfig",
|
|
2319
|
-
"declaration": {
|
|
2320
|
-
"name": "defaultAccordionItemConfig",
|
|
2321
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2322
|
-
}
|
|
2323
|
-
},
|
|
2324
|
-
{
|
|
2325
|
-
"kind": "js",
|
|
2326
|
-
"name": "foundationAccordionItem",
|
|
2327
|
-
"declaration": {
|
|
2328
|
-
"name": "foundationAccordionItem",
|
|
2329
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2372
|
+
"name": "foundationActionsMenu",
|
|
2373
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2330
2374
|
}
|
|
2331
2375
|
}
|
|
2332
2376
|
]
|
|
2333
2377
|
},
|
|
2334
2378
|
{
|
|
2335
2379
|
"kind": "javascript-module",
|
|
2336
|
-
"path": "src/
|
|
2380
|
+
"path": "src/actions-menu/index.ts",
|
|
2337
2381
|
"declarations": [],
|
|
2338
2382
|
"exports": [
|
|
2339
2383
|
{
|
|
@@ -2341,7 +2385,7 @@
|
|
|
2341
2385
|
"name": "*",
|
|
2342
2386
|
"declaration": {
|
|
2343
2387
|
"name": "*",
|
|
2344
|
-
"package": "./
|
|
2388
|
+
"package": "./actions-menu.styles"
|
|
2345
2389
|
}
|
|
2346
2390
|
},
|
|
2347
2391
|
{
|
|
@@ -2349,7 +2393,7 @@
|
|
|
2349
2393
|
"name": "*",
|
|
2350
2394
|
"declaration": {
|
|
2351
2395
|
"name": "*",
|
|
2352
|
-
"package": "./
|
|
2396
|
+
"package": "./actions-menu.template"
|
|
2353
2397
|
}
|
|
2354
2398
|
},
|
|
2355
2399
|
{
|
|
@@ -2357,210 +2401,122 @@
|
|
|
2357
2401
|
"name": "*",
|
|
2358
2402
|
"declaration": {
|
|
2359
2403
|
"name": "*",
|
|
2360
|
-
"package": "./
|
|
2404
|
+
"package": "./actions-menu"
|
|
2361
2405
|
}
|
|
2362
2406
|
}
|
|
2363
2407
|
]
|
|
2364
2408
|
},
|
|
2365
2409
|
{
|
|
2366
2410
|
"kind": "javascript-module",
|
|
2367
|
-
"path": "src/
|
|
2411
|
+
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
2368
2412
|
"declarations": [
|
|
2369
2413
|
{
|
|
2370
|
-
"kind": "
|
|
2371
|
-
"name": "
|
|
2372
|
-
"
|
|
2373
|
-
"type": {
|
|
2374
|
-
"text": "ElementStyles"
|
|
2375
|
-
}
|
|
2376
|
-
},
|
|
2377
|
-
"parameters": [
|
|
2378
|
-
{
|
|
2379
|
-
"name": "context",
|
|
2380
|
-
"type": {
|
|
2381
|
-
"text": "ElementDefinitionContext"
|
|
2382
|
-
}
|
|
2383
|
-
},
|
|
2384
|
-
{
|
|
2385
|
-
"name": "definition",
|
|
2386
|
-
"type": {
|
|
2387
|
-
"text": "FoundationElementDefinition"
|
|
2388
|
-
}
|
|
2389
|
-
}
|
|
2390
|
-
]
|
|
2391
|
-
},
|
|
2392
|
-
{
|
|
2393
|
-
"kind": "function",
|
|
2394
|
-
"name": "foundationActionsMenuStyles",
|
|
2395
|
-
"return": {
|
|
2396
|
-
"type": {
|
|
2397
|
-
"text": "ElementStyles"
|
|
2398
|
-
}
|
|
2399
|
-
},
|
|
2400
|
-
"parameters": [
|
|
2401
|
-
{
|
|
2402
|
-
"name": "context",
|
|
2403
|
-
"type": {
|
|
2404
|
-
"text": "ElementDefinitionContext"
|
|
2405
|
-
}
|
|
2406
|
-
},
|
|
2407
|
-
{
|
|
2408
|
-
"name": "definition",
|
|
2409
|
-
"type": {
|
|
2410
|
-
"text": "FoundationElementDefinition"
|
|
2411
|
-
}
|
|
2412
|
-
}
|
|
2413
|
-
]
|
|
2414
|
+
"kind": "variable",
|
|
2415
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2416
|
+
"default": "css`\n :host {\n display: block;\n width: 800px;\n }\n\n .ai-criteria-search {\n display: flex;\n flex-direction: column;\n gap: calc(${designUnit} * 2px);\n }\n\n .ai-criteria-search-row {\n display: flex;\n flex-direction: row;\n gap: calc(${designUnit} * 2px);\n align-items: center;\n }\n\n .criteria-input {\n height: calc(((var(--base-height-multiplier) + var(--density)) * var(--design-unit) - 4) * 1px);\n flex: 1;\n min-width: 0;\n }\n\n .criteria-chips-inline {\n height: calc(((var(--base-height-multiplier) + var(--density)) * var(--design-unit) - 4) * 1px);\n flex: 1;\n min-width: 0;\n display: flex;\n align-items: center;\n gap: calc(${designUnit} * 1px);\n overflow-x: auto;\n padding: 0 calc(${designUnit} * 2px);\n background: var(--neutral-fill-input-rest);\n border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest);\n border-radius: calc(var(--control-corner-radius) * 1px);\n scrollbar-width: none;\n }\n\n .criteria-chips-inline::-webkit-scrollbar {\n display: none;\n }\n\n .mic-icon {\n color: var(--neutral-foreground-rest);\n fill: currentColor;\n }\n\n .criteria-toggle-button,\n .criteria-clear-button {\n flex-shrink: 0;\n }\n\n .criteria-chip {\n display: inline-flex;\n align-items: center;\n flex-shrink: 0;\n gap: calc(${designUnit} * 1px);\n padding: calc(${designUnit} * 0.5px) calc(${designUnit} * 2px);\n background: var(--neutral-fill-rest);\n border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest);\n border-radius: calc(${designUnit} * 4px);\n font-size: var(--type-ramp-minus-1-font-size);\n color: var(--neutral-foreground-rest);\n white-space: nowrap;\n }\n\n .criteria-chip-field {\n font-weight: 600;\n }\n\n .criteria-chip-operator {\n color: var(--neutral-foreground-hint, var(--neutral-foreground-rest));\n font-style: italic;\n }\n\n .criteria-chip-remove {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n width: 14px;\n height: 14px;\n padding: 0;\n margin-left: calc(${designUnit} * 0.5px);\n background: none;\n border: none;\n cursor: pointer;\n color: var(--neutral-foreground-hint, var(--neutral-foreground-rest));\n font-size: 10px;\n border-radius: 50%;\n line-height: 1;\n }\n\n .criteria-chip-remove:hover {\n background: var(--neutral-fill-hover);\n color: var(--neutral-foreground-rest);\n }\n`"
|
|
2414
2417
|
}
|
|
2415
2418
|
],
|
|
2416
2419
|
"exports": [
|
|
2417
2420
|
{
|
|
2418
2421
|
"kind": "js",
|
|
2419
|
-
"name": "
|
|
2420
|
-
"declaration": {
|
|
2421
|
-
"name": "actionsMenuBaseStyles",
|
|
2422
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
2423
|
-
}
|
|
2424
|
-
},
|
|
2425
|
-
{
|
|
2426
|
-
"kind": "js",
|
|
2427
|
-
"name": "foundationActionsMenuStyles",
|
|
2422
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2428
2423
|
"declaration": {
|
|
2429
|
-
"name": "
|
|
2430
|
-
"module": "src/
|
|
2424
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2425
|
+
"module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
|
|
2431
2426
|
}
|
|
2432
2427
|
}
|
|
2433
2428
|
]
|
|
2434
2429
|
},
|
|
2435
2430
|
{
|
|
2436
2431
|
"kind": "javascript-module",
|
|
2437
|
-
"path": "src/
|
|
2432
|
+
"path": "src/ai-criteria-search/ai-criteria-search.template.ts",
|
|
2438
2433
|
"declarations": [
|
|
2439
|
-
{
|
|
2440
|
-
"kind": "function",
|
|
2441
|
-
"name": "menuTemplate",
|
|
2442
|
-
"parameters": [
|
|
2443
|
-
{
|
|
2444
|
-
"name": "prefix",
|
|
2445
|
-
"type": {
|
|
2446
|
-
"text": "string"
|
|
2447
|
-
}
|
|
2448
|
-
}
|
|
2449
|
-
]
|
|
2450
|
-
},
|
|
2451
|
-
{
|
|
2452
|
-
"kind": "function",
|
|
2453
|
-
"name": "singleOptionTemplate",
|
|
2454
|
-
"parameters": [
|
|
2455
|
-
{
|
|
2456
|
-
"name": "prefix",
|
|
2457
|
-
"type": {
|
|
2458
|
-
"text": "string"
|
|
2459
|
-
}
|
|
2460
|
-
}
|
|
2461
|
-
]
|
|
2462
|
-
},
|
|
2463
2434
|
{
|
|
2464
2435
|
"kind": "variable",
|
|
2465
|
-
"name": "
|
|
2436
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2466
2437
|
"type": {
|
|
2467
|
-
"text": "ViewTemplate<
|
|
2438
|
+
"text": "ViewTemplate<AiCriteriaSearch>"
|
|
2468
2439
|
},
|
|
2469
|
-
"default": "html`\n
|
|
2440
|
+
"default": "html`\n ${(x) => aiCriteriaSearchTemplate(getPrefix(x))}\n`"
|
|
2470
2441
|
}
|
|
2471
2442
|
],
|
|
2472
2443
|
"exports": [
|
|
2473
2444
|
{
|
|
2474
2445
|
"kind": "js",
|
|
2475
|
-
"name": "
|
|
2476
|
-
"declaration": {
|
|
2477
|
-
"name": "menuTemplate",
|
|
2478
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2479
|
-
}
|
|
2480
|
-
},
|
|
2481
|
-
{
|
|
2482
|
-
"kind": "js",
|
|
2483
|
-
"name": "singleOptionTemplate",
|
|
2484
|
-
"declaration": {
|
|
2485
|
-
"name": "singleOptionTemplate",
|
|
2486
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2487
|
-
}
|
|
2488
|
-
},
|
|
2489
|
-
{
|
|
2490
|
-
"kind": "js",
|
|
2491
|
-
"name": "foundationActionsMenuTemplate",
|
|
2446
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2492
2447
|
"declaration": {
|
|
2493
|
-
"name": "
|
|
2494
|
-
"module": "src/
|
|
2448
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2449
|
+
"module": "src/ai-criteria-search/ai-criteria-search.template.ts"
|
|
2495
2450
|
}
|
|
2496
2451
|
}
|
|
2497
2452
|
]
|
|
2498
2453
|
},
|
|
2499
2454
|
{
|
|
2500
2455
|
"kind": "javascript-module",
|
|
2501
|
-
"path": "src/
|
|
2456
|
+
"path": "src/ai-criteria-search/ai-criteria-search.ts",
|
|
2502
2457
|
"declarations": [
|
|
2503
2458
|
{
|
|
2504
2459
|
"kind": "class",
|
|
2505
|
-
"description": "",
|
|
2506
|
-
"name": "
|
|
2460
|
+
"description": "Natural-language criteria search input with AI interpretation.",
|
|
2461
|
+
"name": "AiCriteriaSearch",
|
|
2507
2462
|
"members": [
|
|
2508
2463
|
{
|
|
2509
2464
|
"kind": "field",
|
|
2510
|
-
"name": "
|
|
2465
|
+
"name": "providerRegistry",
|
|
2511
2466
|
"type": {
|
|
2512
|
-
"text": "
|
|
2467
|
+
"text": "AIProviderRegistry"
|
|
2513
2468
|
}
|
|
2514
2469
|
},
|
|
2515
2470
|
{
|
|
2516
2471
|
"kind": "field",
|
|
2517
|
-
"name": "
|
|
2472
|
+
"name": "placeholder",
|
|
2518
2473
|
"type": {
|
|
2519
|
-
"text": "
|
|
2474
|
+
"text": "string"
|
|
2520
2475
|
},
|
|
2521
|
-
"default": "
|
|
2476
|
+
"default": "'Describe your search criteria in natural language...'"
|
|
2522
2477
|
},
|
|
2523
2478
|
{
|
|
2524
2479
|
"kind": "field",
|
|
2525
|
-
"name": "
|
|
2480
|
+
"name": "disabled",
|
|
2526
2481
|
"type": {
|
|
2527
2482
|
"text": "boolean"
|
|
2528
|
-
}
|
|
2529
|
-
"default": "true"
|
|
2483
|
+
}
|
|
2530
2484
|
},
|
|
2531
2485
|
{
|
|
2532
2486
|
"kind": "field",
|
|
2533
|
-
"name": "
|
|
2487
|
+
"name": "inputValue",
|
|
2534
2488
|
"type": {
|
|
2535
|
-
"text": "
|
|
2489
|
+
"text": "string"
|
|
2536
2490
|
},
|
|
2537
|
-
"default": "
|
|
2491
|
+
"default": "''"
|
|
2538
2492
|
},
|
|
2539
2493
|
{
|
|
2540
2494
|
"kind": "field",
|
|
2541
|
-
"name": "
|
|
2495
|
+
"name": "isInterpreting",
|
|
2542
2496
|
"type": {
|
|
2543
|
-
"text": "
|
|
2544
|
-
}
|
|
2497
|
+
"text": "boolean"
|
|
2498
|
+
},
|
|
2499
|
+
"default": "false"
|
|
2545
2500
|
},
|
|
2546
2501
|
{
|
|
2547
2502
|
"kind": "field",
|
|
2548
|
-
"name": "
|
|
2503
|
+
"name": "lastValidCriteria",
|
|
2549
2504
|
"type": {
|
|
2550
|
-
"text": "
|
|
2551
|
-
}
|
|
2505
|
+
"text": "string | null"
|
|
2506
|
+
},
|
|
2507
|
+
"default": "null"
|
|
2552
2508
|
},
|
|
2553
2509
|
{
|
|
2554
2510
|
"kind": "field",
|
|
2555
|
-
"name": "
|
|
2511
|
+
"name": "activeGroups",
|
|
2556
2512
|
"type": {
|
|
2557
|
-
"text": "
|
|
2513
|
+
"text": "CriteriaGroup[]"
|
|
2558
2514
|
},
|
|
2559
|
-
"default": "
|
|
2515
|
+
"default": "[]"
|
|
2560
2516
|
},
|
|
2561
2517
|
{
|
|
2562
2518
|
"kind": "field",
|
|
2563
|
-
"name": "
|
|
2519
|
+
"name": "showingChips",
|
|
2564
2520
|
"type": {
|
|
2565
2521
|
"text": "boolean"
|
|
2566
2522
|
},
|
|
@@ -2568,14 +2524,15 @@
|
|
|
2568
2524
|
},
|
|
2569
2525
|
{
|
|
2570
2526
|
"kind": "field",
|
|
2571
|
-
"name": "
|
|
2527
|
+
"name": "fieldMetadata",
|
|
2572
2528
|
"type": {
|
|
2573
|
-
"text": "string"
|
|
2574
|
-
}
|
|
2529
|
+
"text": "MetadataDetail[] | string[]"
|
|
2530
|
+
},
|
|
2531
|
+
"default": "[]"
|
|
2575
2532
|
},
|
|
2576
2533
|
{
|
|
2577
2534
|
"kind": "field",
|
|
2578
|
-
"name": "
|
|
2535
|
+
"name": "isRecording",
|
|
2579
2536
|
"type": {
|
|
2580
2537
|
"text": "boolean"
|
|
2581
2538
|
},
|
|
@@ -2583,102 +2540,125 @@
|
|
|
2583
2540
|
},
|
|
2584
2541
|
{
|
|
2585
2542
|
"kind": "field",
|
|
2586
|
-
"name": "
|
|
2543
|
+
"name": "textAreaRef",
|
|
2587
2544
|
"type": {
|
|
2588
|
-
"text": "
|
|
2545
|
+
"text": "HTMLTextAreaElement"
|
|
2589
2546
|
},
|
|
2590
|
-
"
|
|
2547
|
+
"privacy": "public"
|
|
2591
2548
|
},
|
|
2592
2549
|
{
|
|
2593
2550
|
"kind": "field",
|
|
2594
|
-
"name": "
|
|
2551
|
+
"name": "stopRecording",
|
|
2595
2552
|
"type": {
|
|
2596
|
-
"text": "
|
|
2597
|
-
}
|
|
2553
|
+
"text": "(() => void) | null"
|
|
2554
|
+
},
|
|
2555
|
+
"privacy": "private",
|
|
2556
|
+
"default": "null"
|
|
2598
2557
|
},
|
|
2599
2558
|
{
|
|
2600
2559
|
"kind": "field",
|
|
2601
|
-
"name": "
|
|
2560
|
+
"name": "speechApplyDebounceTimer",
|
|
2602
2561
|
"type": {
|
|
2603
|
-
"text": "
|
|
2604
|
-
}
|
|
2562
|
+
"text": "ReturnType<typeof setTimeout> | null"
|
|
2563
|
+
},
|
|
2564
|
+
"privacy": "private",
|
|
2565
|
+
"default": "null"
|
|
2566
|
+
},
|
|
2567
|
+
{
|
|
2568
|
+
"kind": "field",
|
|
2569
|
+
"name": "speechAvailable",
|
|
2570
|
+
"type": {
|
|
2571
|
+
"text": "boolean"
|
|
2572
|
+
},
|
|
2573
|
+
"readonly": true
|
|
2574
|
+
},
|
|
2575
|
+
{
|
|
2576
|
+
"kind": "field",
|
|
2577
|
+
"name": "criteriaChips",
|
|
2578
|
+
"type": {
|
|
2579
|
+
"text": "CriteriaChip[]"
|
|
2580
|
+
},
|
|
2581
|
+
"readonly": true
|
|
2605
2582
|
},
|
|
2606
2583
|
{
|
|
2607
2584
|
"kind": "method",
|
|
2608
|
-
"name": "
|
|
2609
|
-
"privacy": "
|
|
2585
|
+
"name": "getFieldLabel",
|
|
2586
|
+
"privacy": "private",
|
|
2587
|
+
"return": {
|
|
2588
|
+
"type": {
|
|
2589
|
+
"text": "string"
|
|
2590
|
+
}
|
|
2591
|
+
},
|
|
2610
2592
|
"parameters": [
|
|
2611
2593
|
{
|
|
2612
|
-
"name": "
|
|
2613
|
-
"type": {
|
|
2614
|
-
"text": "any"
|
|
2615
|
-
}
|
|
2616
|
-
},
|
|
2617
|
-
{
|
|
2618
|
-
"name": "newValue",
|
|
2594
|
+
"name": "fieldName",
|
|
2619
2595
|
"type": {
|
|
2620
|
-
"text": "
|
|
2596
|
+
"text": "string"
|
|
2621
2597
|
}
|
|
2622
2598
|
}
|
|
2623
2599
|
]
|
|
2624
2600
|
},
|
|
2625
2601
|
{
|
|
2626
2602
|
"kind": "method",
|
|
2627
|
-
"name": "
|
|
2628
|
-
"
|
|
2629
|
-
|
|
2630
|
-
|
|
2631
|
-
|
|
2632
|
-
|
|
2603
|
+
"name": "toggleCriteriaView",
|
|
2604
|
+
"return": {
|
|
2605
|
+
"type": {
|
|
2606
|
+
"text": "void"
|
|
2607
|
+
}
|
|
2608
|
+
}
|
|
2633
2609
|
},
|
|
2634
2610
|
{
|
|
2635
2611
|
"kind": "method",
|
|
2636
|
-
"name": "
|
|
2612
|
+
"name": "removeChip",
|
|
2613
|
+
"return": {
|
|
2614
|
+
"type": {
|
|
2615
|
+
"text": "void"
|
|
2616
|
+
}
|
|
2617
|
+
},
|
|
2637
2618
|
"parameters": [
|
|
2638
2619
|
{
|
|
2639
|
-
"name": "
|
|
2620
|
+
"name": "groupIndex",
|
|
2640
2621
|
"type": {
|
|
2641
|
-
"text": "
|
|
2622
|
+
"text": "number"
|
|
2623
|
+
}
|
|
2624
|
+
},
|
|
2625
|
+
{
|
|
2626
|
+
"name": "clauseIndex",
|
|
2627
|
+
"type": {
|
|
2628
|
+
"text": "number"
|
|
2642
2629
|
}
|
|
2643
2630
|
}
|
|
2644
2631
|
]
|
|
2645
2632
|
},
|
|
2646
2633
|
{
|
|
2647
|
-
"kind": "
|
|
2648
|
-
"name": "
|
|
2649
|
-
"
|
|
2650
|
-
"
|
|
2651
|
-
|
|
2652
|
-
|
|
2634
|
+
"kind": "method",
|
|
2635
|
+
"name": "clearChips",
|
|
2636
|
+
"return": {
|
|
2637
|
+
"type": {
|
|
2638
|
+
"text": "void"
|
|
2639
|
+
}
|
|
2640
|
+
}
|
|
2653
2641
|
},
|
|
2654
2642
|
{
|
|
2655
|
-
"kind": "
|
|
2656
|
-
"name": "
|
|
2657
|
-
"readonly": true
|
|
2643
|
+
"kind": "method",
|
|
2644
|
+
"name": "handleSubmit"
|
|
2658
2645
|
},
|
|
2659
2646
|
{
|
|
2660
2647
|
"kind": "method",
|
|
2661
|
-
"name": "
|
|
2662
|
-
"parameters": [
|
|
2663
|
-
{
|
|
2664
|
-
"name": "name",
|
|
2665
|
-
"type": {
|
|
2666
|
-
"text": "string | ((rowData: any) => string)"
|
|
2667
|
-
}
|
|
2668
|
-
}
|
|
2669
|
-
]
|
|
2648
|
+
"name": "handleBlur"
|
|
2670
2649
|
},
|
|
2671
2650
|
{
|
|
2672
2651
|
"kind": "method",
|
|
2673
|
-
"name": "
|
|
2674
|
-
|
|
2675
|
-
|
|
2676
|
-
|
|
2677
|
-
|
|
2678
|
-
|
|
2679
|
-
|
|
2680
|
-
|
|
2681
|
-
|
|
2652
|
+
"name": "clear"
|
|
2653
|
+
},
|
|
2654
|
+
{
|
|
2655
|
+
"kind": "method",
|
|
2656
|
+
"name": "toggleSpeechInput"
|
|
2657
|
+
},
|
|
2658
|
+
{
|
|
2659
|
+
"kind": "method",
|
|
2660
|
+
"name": "clearSpeechApplyDebounce",
|
|
2661
|
+
"privacy": "private"
|
|
2682
2662
|
},
|
|
2683
2663
|
{
|
|
2684
2664
|
"kind": "field",
|
|
@@ -2792,115 +2772,154 @@
|
|
|
2792
2772
|
}
|
|
2793
2773
|
}
|
|
2794
2774
|
],
|
|
2795
|
-
"
|
|
2796
|
-
{
|
|
2797
|
-
"name": "is-vertical",
|
|
2798
|
-
"type": {
|
|
2799
|
-
"text": "boolean"
|
|
2800
|
-
},
|
|
2801
|
-
"default": "false",
|
|
2802
|
-
"fieldName": "isVertical"
|
|
2803
|
-
},
|
|
2804
|
-
{
|
|
2805
|
-
"name": "add-default-actions",
|
|
2806
|
-
"type": {
|
|
2807
|
-
"text": "boolean"
|
|
2808
|
-
},
|
|
2809
|
-
"default": "true",
|
|
2810
|
-
"fieldName": "addDefaultActions"
|
|
2811
|
-
},
|
|
2812
|
-
{
|
|
2813
|
-
"name": "auto-close-on-action",
|
|
2814
|
-
"type": {
|
|
2815
|
-
"text": "boolean"
|
|
2816
|
-
},
|
|
2817
|
-
"default": "true",
|
|
2818
|
-
"fieldName": "autoCloseOnAction"
|
|
2819
|
-
},
|
|
2775
|
+
"events": [
|
|
2820
2776
|
{
|
|
2821
|
-
"
|
|
2822
|
-
"
|
|
2823
|
-
"text": "string"
|
|
2824
|
-
},
|
|
2825
|
-
"default": "'Actions'",
|
|
2826
|
-
"fieldName": "name"
|
|
2777
|
+
"description": "Fired when interpreted criteria is applied or cleared. detail: `string | null`",
|
|
2778
|
+
"name": "criteria-changed"
|
|
2827
2779
|
},
|
|
2828
2780
|
{
|
|
2829
|
-
"
|
|
2830
|
-
"
|
|
2831
|
-
|
|
2832
|
-
|
|
2833
|
-
|
|
2834
|
-
"fieldName": "open"
|
|
2835
|
-
},
|
|
2781
|
+
"description": "Fired when interpreted criteria contains invalid clauses. detail: `ValidationError[]`",
|
|
2782
|
+
"name": "validation-errors"
|
|
2783
|
+
}
|
|
2784
|
+
],
|
|
2785
|
+
"attributes": [
|
|
2836
2786
|
{
|
|
2837
|
-
"name": "
|
|
2787
|
+
"name": "placeholder",
|
|
2838
2788
|
"type": {
|
|
2839
2789
|
"text": "string"
|
|
2840
2790
|
},
|
|
2841
|
-
"
|
|
2842
|
-
|
|
2843
|
-
{
|
|
2844
|
-
"name": "hide-disabled",
|
|
2845
|
-
"type": {
|
|
2846
|
-
"text": "boolean"
|
|
2847
|
-
},
|
|
2848
|
-
"default": "false",
|
|
2849
|
-
"fieldName": "hideDisabled"
|
|
2791
|
+
"default": "'Describe your search criteria in natural language...'",
|
|
2792
|
+
"fieldName": "placeholder"
|
|
2850
2793
|
},
|
|
2851
2794
|
{
|
|
2852
|
-
"name": "hide-menu-single-option",
|
|
2853
2795
|
"type": {
|
|
2854
2796
|
"text": "boolean"
|
|
2855
2797
|
},
|
|
2856
|
-
"
|
|
2857
|
-
"fieldName": "hideMenuSingleOption"
|
|
2798
|
+
"fieldName": "disabled"
|
|
2858
2799
|
}
|
|
2859
2800
|
],
|
|
2860
2801
|
"superclass": {
|
|
2861
2802
|
"name": "FoundationElement",
|
|
2862
2803
|
"package": "@microsoft/fast-foundation"
|
|
2863
2804
|
},
|
|
2864
|
-
"tagName": "%%prefix%%-
|
|
2805
|
+
"tagName": "%%prefix%%-ai-criteria-search",
|
|
2865
2806
|
"customElement": true
|
|
2866
2807
|
},
|
|
2867
2808
|
{
|
|
2868
2809
|
"kind": "variable",
|
|
2869
|
-
"name": "
|
|
2870
|
-
"
|
|
2871
|
-
|
|
2810
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2811
|
+
"type": {
|
|
2812
|
+
"text": "ShadowRootInit"
|
|
2813
|
+
},
|
|
2814
|
+
"default": "undefined"
|
|
2815
|
+
},
|
|
2816
|
+
{
|
|
2817
|
+
"kind": "variable",
|
|
2818
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2819
|
+
"type": {
|
|
2820
|
+
"text": "object"
|
|
2821
|
+
},
|
|
2822
|
+
"default": "{}"
|
|
2823
|
+
},
|
|
2824
|
+
{
|
|
2825
|
+
"kind": "variable",
|
|
2826
|
+
"name": "foundationAiCriteriaSearch"
|
|
2872
2827
|
}
|
|
2873
2828
|
],
|
|
2874
2829
|
"exports": [
|
|
2875
2830
|
{
|
|
2876
2831
|
"kind": "js",
|
|
2877
|
-
"name": "
|
|
2832
|
+
"name": "AiCriteriaSearch",
|
|
2878
2833
|
"declaration": {
|
|
2879
|
-
"name": "
|
|
2880
|
-
"module": "src/
|
|
2834
|
+
"name": "AiCriteriaSearch",
|
|
2835
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2881
2836
|
}
|
|
2882
2837
|
},
|
|
2883
2838
|
{
|
|
2884
2839
|
"kind": "js",
|
|
2885
|
-
"name": "
|
|
2840
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2886
2841
|
"declaration": {
|
|
2887
|
-
"name": "
|
|
2888
|
-
"module": "src/
|
|
2842
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2843
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2844
|
+
}
|
|
2845
|
+
},
|
|
2846
|
+
{
|
|
2847
|
+
"kind": "js",
|
|
2848
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2849
|
+
"declaration": {
|
|
2850
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2851
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2852
|
+
}
|
|
2853
|
+
},
|
|
2854
|
+
{
|
|
2855
|
+
"kind": "js",
|
|
2856
|
+
"name": "foundationAiCriteriaSearch",
|
|
2857
|
+
"declaration": {
|
|
2858
|
+
"name": "foundationAiCriteriaSearch",
|
|
2859
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2889
2860
|
}
|
|
2890
2861
|
}
|
|
2891
2862
|
]
|
|
2892
2863
|
},
|
|
2893
2864
|
{
|
|
2894
2865
|
"kind": "javascript-module",
|
|
2895
|
-
"path": "src/
|
|
2866
|
+
"path": "src/ai-criteria-search/index.ts",
|
|
2896
2867
|
"declarations": [],
|
|
2897
2868
|
"exports": [
|
|
2869
|
+
{
|
|
2870
|
+
"kind": "js",
|
|
2871
|
+
"name": "AiCriteriaSearch",
|
|
2872
|
+
"declaration": {
|
|
2873
|
+
"name": "AiCriteriaSearch",
|
|
2874
|
+
"module": "./ai-criteria-search"
|
|
2875
|
+
}
|
|
2876
|
+
},
|
|
2877
|
+
{
|
|
2878
|
+
"kind": "js",
|
|
2879
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2880
|
+
"declaration": {
|
|
2881
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2882
|
+
"module": "./ai-criteria-search"
|
|
2883
|
+
}
|
|
2884
|
+
},
|
|
2885
|
+
{
|
|
2886
|
+
"kind": "js",
|
|
2887
|
+
"name": "foundationAiCriteriaSearch",
|
|
2888
|
+
"declaration": {
|
|
2889
|
+
"name": "foundationAiCriteriaSearch",
|
|
2890
|
+
"module": "./ai-criteria-search"
|
|
2891
|
+
}
|
|
2892
|
+
},
|
|
2893
|
+
{
|
|
2894
|
+
"kind": "js",
|
|
2895
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2896
|
+
"declaration": {
|
|
2897
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2898
|
+
"module": "./ai-criteria-search"
|
|
2899
|
+
}
|
|
2900
|
+
},
|
|
2901
|
+
{
|
|
2902
|
+
"kind": "js",
|
|
2903
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2904
|
+
"declaration": {
|
|
2905
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2906
|
+
"module": "./ai-criteria-search.styles"
|
|
2907
|
+
}
|
|
2908
|
+
},
|
|
2909
|
+
{
|
|
2910
|
+
"kind": "js",
|
|
2911
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2912
|
+
"declaration": {
|
|
2913
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2914
|
+
"module": "./ai-criteria-search.template"
|
|
2915
|
+
}
|
|
2916
|
+
},
|
|
2898
2917
|
{
|
|
2899
2918
|
"kind": "js",
|
|
2900
2919
|
"name": "*",
|
|
2901
2920
|
"declaration": {
|
|
2902
2921
|
"name": "*",
|
|
2903
|
-
"package": "./
|
|
2922
|
+
"package": "./validation/criteria-ir"
|
|
2904
2923
|
}
|
|
2905
2924
|
},
|
|
2906
2925
|
{
|
|
@@ -2908,7 +2927,7 @@
|
|
|
2908
2927
|
"name": "*",
|
|
2909
2928
|
"declaration": {
|
|
2910
2929
|
"name": "*",
|
|
2911
|
-
"package": "./
|
|
2930
|
+
"package": "./validation/operator-map"
|
|
2912
2931
|
}
|
|
2913
2932
|
},
|
|
2914
2933
|
{
|
|
@@ -2916,215 +2935,357 @@
|
|
|
2916
2935
|
"name": "*",
|
|
2917
2936
|
"declaration": {
|
|
2918
2937
|
"name": "*",
|
|
2919
|
-
"package": "./
|
|
2938
|
+
"package": "./validation/schema-validator"
|
|
2920
2939
|
}
|
|
2921
2940
|
}
|
|
2922
2941
|
]
|
|
2923
2942
|
},
|
|
2924
2943
|
{
|
|
2925
2944
|
"kind": "javascript-module",
|
|
2926
|
-
"path": "src/ai-criteria-search/
|
|
2945
|
+
"path": "src/ai-criteria-search/validation-error-notification.ts",
|
|
2927
2946
|
"declarations": [
|
|
2928
2947
|
{
|
|
2929
|
-
"kind": "
|
|
2930
|
-
"name": "
|
|
2931
|
-
"
|
|
2948
|
+
"kind": "function",
|
|
2949
|
+
"name": "formatValidationErrors",
|
|
2950
|
+
"return": {
|
|
2951
|
+
"type": {
|
|
2952
|
+
"text": "string"
|
|
2953
|
+
}
|
|
2954
|
+
},
|
|
2955
|
+
"parameters": [
|
|
2956
|
+
{
|
|
2957
|
+
"name": "errors",
|
|
2958
|
+
"type": {
|
|
2959
|
+
"text": "ValidationError[]"
|
|
2960
|
+
}
|
|
2961
|
+
}
|
|
2962
|
+
],
|
|
2963
|
+
"description": "Formats validation errors into a user-friendly message."
|
|
2964
|
+
},
|
|
2965
|
+
{
|
|
2966
|
+
"kind": "function",
|
|
2967
|
+
"name": "showCriteriaError",
|
|
2968
|
+
"return": {
|
|
2969
|
+
"type": {
|
|
2970
|
+
"text": "void"
|
|
2971
|
+
}
|
|
2972
|
+
},
|
|
2973
|
+
"parameters": [
|
|
2974
|
+
{
|
|
2975
|
+
"name": "title",
|
|
2976
|
+
"type": {
|
|
2977
|
+
"text": "string"
|
|
2978
|
+
},
|
|
2979
|
+
"description": "Notification title (e.g. \"Criteria validation error\")"
|
|
2980
|
+
},
|
|
2981
|
+
{
|
|
2982
|
+
"name": "body",
|
|
2983
|
+
"type": {
|
|
2984
|
+
"text": "string"
|
|
2985
|
+
},
|
|
2986
|
+
"description": "Error message to display"
|
|
2987
|
+
},
|
|
2988
|
+
{
|
|
2989
|
+
"name": "tagName",
|
|
2990
|
+
"type": {
|
|
2991
|
+
"text": "string"
|
|
2992
|
+
},
|
|
2993
|
+
"description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
|
|
2994
|
+
}
|
|
2995
|
+
],
|
|
2996
|
+
"description": "Shows a criteria error as a toast notification."
|
|
2932
2997
|
}
|
|
2933
2998
|
],
|
|
2934
2999
|
"exports": [
|
|
2935
3000
|
{
|
|
2936
3001
|
"kind": "js",
|
|
2937
|
-
"name": "
|
|
3002
|
+
"name": "formatValidationErrors",
|
|
2938
3003
|
"declaration": {
|
|
2939
|
-
"name": "
|
|
2940
|
-
"module": "src/ai-criteria-search/
|
|
3004
|
+
"name": "formatValidationErrors",
|
|
3005
|
+
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
3006
|
+
}
|
|
3007
|
+
},
|
|
3008
|
+
{
|
|
3009
|
+
"kind": "js",
|
|
3010
|
+
"name": "showCriteriaError",
|
|
3011
|
+
"declaration": {
|
|
3012
|
+
"name": "showCriteriaError",
|
|
3013
|
+
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
2941
3014
|
}
|
|
2942
3015
|
}
|
|
2943
3016
|
]
|
|
2944
3017
|
},
|
|
2945
3018
|
{
|
|
2946
3019
|
"kind": "javascript-module",
|
|
2947
|
-
"path": "src/
|
|
3020
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
2948
3021
|
"declarations": [
|
|
2949
3022
|
{
|
|
2950
|
-
"kind": "
|
|
2951
|
-
"name": "
|
|
2952
|
-
"
|
|
2953
|
-
"
|
|
3023
|
+
"kind": "function",
|
|
3024
|
+
"name": "foundationAccordionStyles",
|
|
3025
|
+
"return": {
|
|
3026
|
+
"type": {
|
|
3027
|
+
"text": "ElementStyles"
|
|
3028
|
+
}
|
|
2954
3029
|
},
|
|
2955
|
-
"
|
|
3030
|
+
"parameters": [
|
|
3031
|
+
{
|
|
3032
|
+
"name": "context",
|
|
3033
|
+
"type": {
|
|
3034
|
+
"text": "ElementDefinitionContext"
|
|
3035
|
+
}
|
|
3036
|
+
},
|
|
3037
|
+
{
|
|
3038
|
+
"name": "definition",
|
|
3039
|
+
"type": {
|
|
3040
|
+
"text": "FoundationElementDefinition"
|
|
3041
|
+
}
|
|
3042
|
+
}
|
|
3043
|
+
]
|
|
2956
3044
|
}
|
|
2957
3045
|
],
|
|
2958
3046
|
"exports": [
|
|
2959
3047
|
{
|
|
2960
3048
|
"kind": "js",
|
|
2961
|
-
"name": "
|
|
3049
|
+
"name": "foundationAccordionStyles",
|
|
2962
3050
|
"declaration": {
|
|
2963
|
-
"name": "
|
|
2964
|
-
"module": "src/
|
|
3051
|
+
"name": "foundationAccordionStyles",
|
|
3052
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
2965
3053
|
}
|
|
2966
3054
|
}
|
|
2967
3055
|
]
|
|
2968
3056
|
},
|
|
2969
3057
|
{
|
|
2970
3058
|
"kind": "javascript-module",
|
|
2971
|
-
"path": "src/
|
|
3059
|
+
"path": "src/accordion/accordion.template.ts",
|
|
2972
3060
|
"declarations": [
|
|
2973
3061
|
{
|
|
2974
|
-
"kind": "
|
|
2975
|
-
"
|
|
2976
|
-
"
|
|
2977
|
-
|
|
3062
|
+
"kind": "function",
|
|
3063
|
+
"name": "foundationAccordionTemplate",
|
|
3064
|
+
"return": {
|
|
3065
|
+
"type": {
|
|
3066
|
+
"text": "ViewTemplate<Accordion>"
|
|
3067
|
+
}
|
|
3068
|
+
},
|
|
3069
|
+
"parameters": [
|
|
2978
3070
|
{
|
|
2979
|
-
"
|
|
2980
|
-
"name": "providerRegistry",
|
|
3071
|
+
"name": "context",
|
|
2981
3072
|
"type": {
|
|
2982
|
-
"text": "
|
|
3073
|
+
"text": "ElementDefinitionContext"
|
|
2983
3074
|
}
|
|
2984
3075
|
},
|
|
2985
3076
|
{
|
|
2986
|
-
"
|
|
2987
|
-
"name": "placeholder",
|
|
2988
|
-
"type": {
|
|
2989
|
-
"text": "string"
|
|
2990
|
-
},
|
|
2991
|
-
"default": "'Describe your search criteria in natural language...'"
|
|
2992
|
-
},
|
|
2993
|
-
{
|
|
2994
|
-
"kind": "field",
|
|
2995
|
-
"name": "disabled",
|
|
3077
|
+
"name": "definition",
|
|
2996
3078
|
"type": {
|
|
2997
|
-
"text": "
|
|
3079
|
+
"text": "FoundationElementDefinition"
|
|
2998
3080
|
}
|
|
2999
|
-
}
|
|
3081
|
+
}
|
|
3082
|
+
]
|
|
3083
|
+
}
|
|
3084
|
+
],
|
|
3085
|
+
"exports": [
|
|
3086
|
+
{
|
|
3087
|
+
"kind": "js",
|
|
3088
|
+
"name": "foundationAccordionTemplate",
|
|
3089
|
+
"declaration": {
|
|
3090
|
+
"name": "foundationAccordionTemplate",
|
|
3091
|
+
"module": "src/accordion/accordion.template.ts"
|
|
3092
|
+
}
|
|
3093
|
+
}
|
|
3094
|
+
]
|
|
3095
|
+
},
|
|
3096
|
+
{
|
|
3097
|
+
"kind": "javascript-module",
|
|
3098
|
+
"path": "src/accordion/accordion.ts",
|
|
3099
|
+
"declarations": [
|
|
3100
|
+
{
|
|
3101
|
+
"kind": "class",
|
|
3102
|
+
"description": "",
|
|
3103
|
+
"name": "Accordion",
|
|
3104
|
+
"superclass": {
|
|
3105
|
+
"name": "FASTAccordion",
|
|
3106
|
+
"package": "@microsoft/fast-foundation"
|
|
3107
|
+
},
|
|
3108
|
+
"tagName": "%%prefix%%-accordion",
|
|
3109
|
+
"customElement": true,
|
|
3110
|
+
"attributes": [
|
|
3000
3111
|
{
|
|
3001
|
-
"
|
|
3002
|
-
"name": "inputValue",
|
|
3112
|
+
"name": "expand-mode",
|
|
3003
3113
|
"type": {
|
|
3004
|
-
"text": "
|
|
3114
|
+
"text": "AccordionExpandMode"
|
|
3005
3115
|
},
|
|
3006
|
-
"
|
|
3007
|
-
|
|
3116
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
3117
|
+
"fieldName": "expandmode",
|
|
3118
|
+
"inheritedFrom": {
|
|
3119
|
+
"name": "Accordion",
|
|
3120
|
+
"module": "src/accordion/accordion.ts"
|
|
3121
|
+
}
|
|
3122
|
+
}
|
|
3123
|
+
],
|
|
3124
|
+
"members": [
|
|
3008
3125
|
{
|
|
3009
3126
|
"kind": "field",
|
|
3010
|
-
"name": "
|
|
3127
|
+
"name": "expandmode",
|
|
3011
3128
|
"type": {
|
|
3012
|
-
"text": "
|
|
3129
|
+
"text": "AccordionExpandMode"
|
|
3013
3130
|
},
|
|
3014
|
-
"
|
|
3131
|
+
"privacy": "public",
|
|
3132
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
3133
|
+
"inheritedFrom": {
|
|
3134
|
+
"name": "Accordion",
|
|
3135
|
+
"module": "src/accordion/accordion.ts"
|
|
3136
|
+
}
|
|
3015
3137
|
},
|
|
3016
3138
|
{
|
|
3017
3139
|
"kind": "field",
|
|
3018
|
-
"name": "
|
|
3140
|
+
"name": "activeid",
|
|
3019
3141
|
"type": {
|
|
3020
3142
|
"text": "string | null"
|
|
3021
3143
|
},
|
|
3022
|
-
"
|
|
3023
|
-
|
|
3024
|
-
|
|
3025
|
-
|
|
3026
|
-
|
|
3027
|
-
"type": {
|
|
3028
|
-
"text": "CriteriaGroup[]"
|
|
3029
|
-
},
|
|
3030
|
-
"default": "[]"
|
|
3144
|
+
"privacy": "private",
|
|
3145
|
+
"inheritedFrom": {
|
|
3146
|
+
"name": "Accordion",
|
|
3147
|
+
"module": "src/accordion/accordion.ts"
|
|
3148
|
+
}
|
|
3031
3149
|
},
|
|
3032
3150
|
{
|
|
3033
3151
|
"kind": "field",
|
|
3034
|
-
"name": "
|
|
3152
|
+
"name": "activeItemIndex",
|
|
3035
3153
|
"type": {
|
|
3036
|
-
"text": "
|
|
3154
|
+
"text": "number"
|
|
3037
3155
|
},
|
|
3038
|
-
"
|
|
3156
|
+
"privacy": "private",
|
|
3157
|
+
"default": "0",
|
|
3158
|
+
"inheritedFrom": {
|
|
3159
|
+
"name": "Accordion",
|
|
3160
|
+
"module": "src/accordion/accordion.ts"
|
|
3161
|
+
}
|
|
3039
3162
|
},
|
|
3040
3163
|
{
|
|
3041
3164
|
"kind": "field",
|
|
3042
|
-
"name": "
|
|
3165
|
+
"name": "accordionIds",
|
|
3043
3166
|
"type": {
|
|
3044
|
-
"text": "
|
|
3167
|
+
"text": "Array<string | null>"
|
|
3045
3168
|
},
|
|
3046
|
-
"
|
|
3169
|
+
"privacy": "private",
|
|
3170
|
+
"inheritedFrom": {
|
|
3171
|
+
"name": "Accordion",
|
|
3172
|
+
"module": "src/accordion/accordion.ts"
|
|
3173
|
+
}
|
|
3047
3174
|
},
|
|
3048
3175
|
{
|
|
3049
3176
|
"kind": "field",
|
|
3050
|
-
"name": "
|
|
3051
|
-
"
|
|
3052
|
-
|
|
3053
|
-
|
|
3054
|
-
|
|
3177
|
+
"name": "change",
|
|
3178
|
+
"privacy": "private",
|
|
3179
|
+
"inheritedFrom": {
|
|
3180
|
+
"name": "Accordion",
|
|
3181
|
+
"module": "src/accordion/accordion.ts"
|
|
3182
|
+
}
|
|
3055
3183
|
},
|
|
3056
3184
|
{
|
|
3057
|
-
"kind": "
|
|
3058
|
-
"name": "
|
|
3059
|
-
"
|
|
3060
|
-
|
|
3185
|
+
"kind": "method",
|
|
3186
|
+
"name": "findExpandedItem",
|
|
3187
|
+
"privacy": "private",
|
|
3188
|
+
"return": {
|
|
3189
|
+
"type": {
|
|
3190
|
+
"text": "AccordionItem | null"
|
|
3191
|
+
}
|
|
3061
3192
|
},
|
|
3062
|
-
"
|
|
3193
|
+
"inheritedFrom": {
|
|
3194
|
+
"name": "Accordion",
|
|
3195
|
+
"module": "src/accordion/accordion.ts"
|
|
3196
|
+
}
|
|
3063
3197
|
},
|
|
3064
3198
|
{
|
|
3065
3199
|
"kind": "field",
|
|
3066
|
-
"name": "
|
|
3067
|
-
"type": {
|
|
3068
|
-
"text": "(() => void) | null"
|
|
3069
|
-
},
|
|
3200
|
+
"name": "setItems",
|
|
3070
3201
|
"privacy": "private",
|
|
3071
|
-
"
|
|
3202
|
+
"inheritedFrom": {
|
|
3203
|
+
"name": "Accordion",
|
|
3204
|
+
"module": "src/accordion/accordion.ts"
|
|
3205
|
+
}
|
|
3072
3206
|
},
|
|
3073
3207
|
{
|
|
3074
|
-
"kind": "
|
|
3075
|
-
"name": "
|
|
3076
|
-
"type": {
|
|
3077
|
-
"text": "ReturnType<typeof setTimeout> | null"
|
|
3078
|
-
},
|
|
3208
|
+
"kind": "method",
|
|
3209
|
+
"name": "resetItems",
|
|
3079
3210
|
"privacy": "private",
|
|
3080
|
-
"
|
|
3211
|
+
"return": {
|
|
3212
|
+
"type": {
|
|
3213
|
+
"text": "void"
|
|
3214
|
+
}
|
|
3215
|
+
},
|
|
3216
|
+
"inheritedFrom": {
|
|
3217
|
+
"name": "Accordion",
|
|
3218
|
+
"module": "src/accordion/accordion.ts"
|
|
3219
|
+
}
|
|
3081
3220
|
},
|
|
3082
3221
|
{
|
|
3083
3222
|
"kind": "field",
|
|
3084
|
-
"name": "
|
|
3085
|
-
"
|
|
3086
|
-
|
|
3087
|
-
|
|
3088
|
-
|
|
3223
|
+
"name": "removeItemListeners",
|
|
3224
|
+
"privacy": "private",
|
|
3225
|
+
"inheritedFrom": {
|
|
3226
|
+
"name": "Accordion",
|
|
3227
|
+
"module": "src/accordion/accordion.ts"
|
|
3228
|
+
}
|
|
3089
3229
|
},
|
|
3090
3230
|
{
|
|
3091
3231
|
"kind": "field",
|
|
3092
|
-
"name": "
|
|
3093
|
-
"
|
|
3094
|
-
|
|
3095
|
-
|
|
3096
|
-
|
|
3232
|
+
"name": "activeItemChange",
|
|
3233
|
+
"privacy": "private",
|
|
3234
|
+
"inheritedFrom": {
|
|
3235
|
+
"name": "Accordion",
|
|
3236
|
+
"module": "src/accordion/accordion.ts"
|
|
3237
|
+
}
|
|
3097
3238
|
},
|
|
3098
3239
|
{
|
|
3099
3240
|
"kind": "method",
|
|
3100
|
-
"name": "
|
|
3241
|
+
"name": "getItemIds",
|
|
3101
3242
|
"privacy": "private",
|
|
3102
3243
|
"return": {
|
|
3103
3244
|
"type": {
|
|
3104
|
-
"text": "string"
|
|
3245
|
+
"text": "Array<string | null>"
|
|
3105
3246
|
}
|
|
3106
3247
|
},
|
|
3107
|
-
"
|
|
3108
|
-
|
|
3109
|
-
|
|
3110
|
-
|
|
3111
|
-
"text": "string"
|
|
3112
|
-
}
|
|
3113
|
-
}
|
|
3114
|
-
]
|
|
3248
|
+
"inheritedFrom": {
|
|
3249
|
+
"name": "Accordion",
|
|
3250
|
+
"module": "src/accordion/accordion.ts"
|
|
3251
|
+
}
|
|
3115
3252
|
},
|
|
3116
3253
|
{
|
|
3117
3254
|
"kind": "method",
|
|
3118
|
-
"name": "
|
|
3255
|
+
"name": "isSingleExpandMode",
|
|
3256
|
+
"privacy": "private",
|
|
3119
3257
|
"return": {
|
|
3120
3258
|
"type": {
|
|
3121
|
-
"text": "
|
|
3259
|
+
"text": "boolean"
|
|
3122
3260
|
}
|
|
3261
|
+
},
|
|
3262
|
+
"inheritedFrom": {
|
|
3263
|
+
"name": "Accordion",
|
|
3264
|
+
"module": "src/accordion/accordion.ts"
|
|
3265
|
+
}
|
|
3266
|
+
},
|
|
3267
|
+
{
|
|
3268
|
+
"kind": "field",
|
|
3269
|
+
"name": "handleItemKeyDown",
|
|
3270
|
+
"privacy": "private",
|
|
3271
|
+
"inheritedFrom": {
|
|
3272
|
+
"name": "Accordion",
|
|
3273
|
+
"module": "src/accordion/accordion.ts"
|
|
3274
|
+
}
|
|
3275
|
+
},
|
|
3276
|
+
{
|
|
3277
|
+
"kind": "field",
|
|
3278
|
+
"name": "handleItemFocus",
|
|
3279
|
+
"privacy": "private",
|
|
3280
|
+
"inheritedFrom": {
|
|
3281
|
+
"name": "Accordion",
|
|
3282
|
+
"module": "src/accordion/accordion.ts"
|
|
3123
3283
|
}
|
|
3124
3284
|
},
|
|
3125
3285
|
{
|
|
3126
3286
|
"kind": "method",
|
|
3127
|
-
"name": "
|
|
3287
|
+
"name": "adjust",
|
|
3288
|
+
"privacy": "private",
|
|
3128
3289
|
"return": {
|
|
3129
3290
|
"type": {
|
|
3130
3291
|
"text": "void"
|
|
@@ -3132,49 +3293,31 @@
|
|
|
3132
3293
|
},
|
|
3133
3294
|
"parameters": [
|
|
3134
3295
|
{
|
|
3135
|
-
"name": "
|
|
3136
|
-
"type": {
|
|
3137
|
-
"text": "number"
|
|
3138
|
-
}
|
|
3139
|
-
},
|
|
3140
|
-
{
|
|
3141
|
-
"name": "clauseIndex",
|
|
3296
|
+
"name": "adjustment",
|
|
3142
3297
|
"type": {
|
|
3143
3298
|
"text": "number"
|
|
3144
3299
|
}
|
|
3145
3300
|
}
|
|
3146
|
-
]
|
|
3301
|
+
],
|
|
3302
|
+
"inheritedFrom": {
|
|
3303
|
+
"name": "Accordion",
|
|
3304
|
+
"module": "src/accordion/accordion.ts"
|
|
3305
|
+
}
|
|
3147
3306
|
},
|
|
3148
3307
|
{
|
|
3149
3308
|
"kind": "method",
|
|
3150
|
-
"name": "
|
|
3309
|
+
"name": "focusItem",
|
|
3310
|
+
"privacy": "private",
|
|
3151
3311
|
"return": {
|
|
3152
3312
|
"type": {
|
|
3153
3313
|
"text": "void"
|
|
3154
3314
|
}
|
|
3315
|
+
},
|
|
3316
|
+
"inheritedFrom": {
|
|
3317
|
+
"name": "Accordion",
|
|
3318
|
+
"module": "src/accordion/accordion.ts"
|
|
3155
3319
|
}
|
|
3156
3320
|
},
|
|
3157
|
-
{
|
|
3158
|
-
"kind": "method",
|
|
3159
|
-
"name": "handleSubmit"
|
|
3160
|
-
},
|
|
3161
|
-
{
|
|
3162
|
-
"kind": "method",
|
|
3163
|
-
"name": "handleBlur"
|
|
3164
|
-
},
|
|
3165
|
-
{
|
|
3166
|
-
"kind": "method",
|
|
3167
|
-
"name": "clear"
|
|
3168
|
-
},
|
|
3169
|
-
{
|
|
3170
|
-
"kind": "method",
|
|
3171
|
-
"name": "toggleSpeechInput"
|
|
3172
|
-
},
|
|
3173
|
-
{
|
|
3174
|
-
"kind": "method",
|
|
3175
|
-
"name": "clearSpeechApplyDebounce",
|
|
3176
|
-
"privacy": "private"
|
|
3177
|
-
},
|
|
3178
3321
|
{
|
|
3179
3322
|
"kind": "field",
|
|
3180
3323
|
"name": "_presentation",
|
|
@@ -3278,59 +3421,37 @@
|
|
|
3278
3421
|
"text": "T"
|
|
3279
3422
|
},
|
|
3280
3423
|
"description": "The definition of the element to create the registry\nfunction for."
|
|
3281
|
-
}
|
|
3282
|
-
],
|
|
3283
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3284
|
-
"inheritedFrom": {
|
|
3285
|
-
"name": "FoundationElement",
|
|
3286
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3287
|
-
}
|
|
3288
|
-
}
|
|
3289
|
-
],
|
|
3290
|
-
"events": [
|
|
3291
|
-
{
|
|
3292
|
-
"description": "Fired when interpreted criteria is applied or cleared. detail: `string | null`",
|
|
3293
|
-
"name": "criteria-changed"
|
|
3294
|
-
},
|
|
3295
|
-
{
|
|
3296
|
-
"description": "Fired when interpreted criteria contains invalid clauses. detail: `ValidationError[]`",
|
|
3297
|
-
"name": "validation-errors"
|
|
3424
|
+
}
|
|
3425
|
+
],
|
|
3426
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3427
|
+
"inheritedFrom": {
|
|
3428
|
+
"name": "FoundationElement",
|
|
3429
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3430
|
+
}
|
|
3298
3431
|
}
|
|
3299
3432
|
],
|
|
3300
|
-
"
|
|
3301
|
-
{
|
|
3302
|
-
"name": "placeholder",
|
|
3303
|
-
"type": {
|
|
3304
|
-
"text": "string"
|
|
3305
|
-
},
|
|
3306
|
-
"default": "'Describe your search criteria in natural language...'",
|
|
3307
|
-
"fieldName": "placeholder"
|
|
3308
|
-
},
|
|
3433
|
+
"events": [
|
|
3309
3434
|
{
|
|
3310
|
-
"
|
|
3311
|
-
|
|
3312
|
-
|
|
3313
|
-
|
|
3435
|
+
"description": "Fires a custom 'change' event when the active item changes",
|
|
3436
|
+
"name": "change",
|
|
3437
|
+
"inheritedFrom": {
|
|
3438
|
+
"name": "Accordion",
|
|
3439
|
+
"module": "src/accordion/accordion.ts"
|
|
3440
|
+
}
|
|
3314
3441
|
}
|
|
3315
|
-
]
|
|
3316
|
-
"superclass": {
|
|
3317
|
-
"name": "FoundationElement",
|
|
3318
|
-
"package": "@microsoft/fast-foundation"
|
|
3319
|
-
},
|
|
3320
|
-
"tagName": "%%prefix%%-ai-criteria-search",
|
|
3321
|
-
"customElement": true
|
|
3442
|
+
]
|
|
3322
3443
|
},
|
|
3323
3444
|
{
|
|
3324
3445
|
"kind": "variable",
|
|
3325
|
-
"name": "
|
|
3446
|
+
"name": "foundationAccordionShadowOptions",
|
|
3326
3447
|
"type": {
|
|
3327
3448
|
"text": "ShadowRootInit"
|
|
3328
3449
|
},
|
|
3329
|
-
"default": "
|
|
3450
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3330
3451
|
},
|
|
3331
3452
|
{
|
|
3332
3453
|
"kind": "variable",
|
|
3333
|
-
"name": "
|
|
3454
|
+
"name": "defaultAccordionConfig",
|
|
3334
3455
|
"type": {
|
|
3335
3456
|
"text": "object"
|
|
3336
3457
|
},
|
|
@@ -3338,103 +3459,57 @@
|
|
|
3338
3459
|
},
|
|
3339
3460
|
{
|
|
3340
3461
|
"kind": "variable",
|
|
3341
|
-
"name": "
|
|
3462
|
+
"name": "foundationAccordion",
|
|
3463
|
+
"description": "The Foundation Accordion",
|
|
3464
|
+
"privacy": "public"
|
|
3342
3465
|
}
|
|
3343
3466
|
],
|
|
3344
3467
|
"exports": [
|
|
3345
3468
|
{
|
|
3346
3469
|
"kind": "js",
|
|
3347
|
-
"name": "
|
|
3470
|
+
"name": "Accordion",
|
|
3348
3471
|
"declaration": {
|
|
3349
|
-
"name": "
|
|
3350
|
-
"module": "src/
|
|
3472
|
+
"name": "Accordion",
|
|
3473
|
+
"module": "src/accordion/accordion.ts"
|
|
3351
3474
|
}
|
|
3352
3475
|
},
|
|
3353
3476
|
{
|
|
3354
3477
|
"kind": "js",
|
|
3355
|
-
"name": "
|
|
3478
|
+
"name": "foundationAccordionShadowOptions",
|
|
3356
3479
|
"declaration": {
|
|
3357
|
-
"name": "
|
|
3358
|
-
"module": "src/
|
|
3480
|
+
"name": "foundationAccordionShadowOptions",
|
|
3481
|
+
"module": "src/accordion/accordion.ts"
|
|
3359
3482
|
}
|
|
3360
3483
|
},
|
|
3361
3484
|
{
|
|
3362
3485
|
"kind": "js",
|
|
3363
|
-
"name": "
|
|
3486
|
+
"name": "defaultAccordionConfig",
|
|
3364
3487
|
"declaration": {
|
|
3365
|
-
"name": "
|
|
3366
|
-
"module": "src/
|
|
3488
|
+
"name": "defaultAccordionConfig",
|
|
3489
|
+
"module": "src/accordion/accordion.ts"
|
|
3367
3490
|
}
|
|
3368
3491
|
},
|
|
3369
3492
|
{
|
|
3370
3493
|
"kind": "js",
|
|
3371
|
-
"name": "
|
|
3494
|
+
"name": "foundationAccordion",
|
|
3372
3495
|
"declaration": {
|
|
3373
|
-
"name": "
|
|
3374
|
-
"module": "src/
|
|
3496
|
+
"name": "foundationAccordion",
|
|
3497
|
+
"module": "src/accordion/accordion.ts"
|
|
3375
3498
|
}
|
|
3376
3499
|
}
|
|
3377
3500
|
]
|
|
3378
3501
|
},
|
|
3379
3502
|
{
|
|
3380
3503
|
"kind": "javascript-module",
|
|
3381
|
-
"path": "src/
|
|
3504
|
+
"path": "src/accordion/index.ts",
|
|
3382
3505
|
"declarations": [],
|
|
3383
3506
|
"exports": [
|
|
3384
|
-
{
|
|
3385
|
-
"kind": "js",
|
|
3386
|
-
"name": "AiCriteriaSearch",
|
|
3387
|
-
"declaration": {
|
|
3388
|
-
"name": "AiCriteriaSearch",
|
|
3389
|
-
"module": "./ai-criteria-search"
|
|
3390
|
-
}
|
|
3391
|
-
},
|
|
3392
|
-
{
|
|
3393
|
-
"kind": "js",
|
|
3394
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
3395
|
-
"declaration": {
|
|
3396
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
3397
|
-
"module": "./ai-criteria-search"
|
|
3398
|
-
}
|
|
3399
|
-
},
|
|
3400
|
-
{
|
|
3401
|
-
"kind": "js",
|
|
3402
|
-
"name": "foundationAiCriteriaSearch",
|
|
3403
|
-
"declaration": {
|
|
3404
|
-
"name": "foundationAiCriteriaSearch",
|
|
3405
|
-
"module": "./ai-criteria-search"
|
|
3406
|
-
}
|
|
3407
|
-
},
|
|
3408
|
-
{
|
|
3409
|
-
"kind": "js",
|
|
3410
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3411
|
-
"declaration": {
|
|
3412
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3413
|
-
"module": "./ai-criteria-search"
|
|
3414
|
-
}
|
|
3415
|
-
},
|
|
3416
|
-
{
|
|
3417
|
-
"kind": "js",
|
|
3418
|
-
"name": "foundationAiCriteriaSearchStyles",
|
|
3419
|
-
"declaration": {
|
|
3420
|
-
"name": "foundationAiCriteriaSearchStyles",
|
|
3421
|
-
"module": "./ai-criteria-search.styles"
|
|
3422
|
-
}
|
|
3423
|
-
},
|
|
3424
|
-
{
|
|
3425
|
-
"kind": "js",
|
|
3426
|
-
"name": "foundationAiCriteriaSearchTemplate",
|
|
3427
|
-
"declaration": {
|
|
3428
|
-
"name": "foundationAiCriteriaSearchTemplate",
|
|
3429
|
-
"module": "./ai-criteria-search.template"
|
|
3430
|
-
}
|
|
3431
|
-
},
|
|
3432
3507
|
{
|
|
3433
3508
|
"kind": "js",
|
|
3434
3509
|
"name": "*",
|
|
3435
3510
|
"declaration": {
|
|
3436
3511
|
"name": "*",
|
|
3437
|
-
"package": "./
|
|
3512
|
+
"package": "./accordion.template"
|
|
3438
3513
|
}
|
|
3439
3514
|
},
|
|
3440
3515
|
{
|
|
@@ -3442,7 +3517,7 @@
|
|
|
3442
3517
|
"name": "*",
|
|
3443
3518
|
"declaration": {
|
|
3444
3519
|
"name": "*",
|
|
3445
|
-
"package": "./
|
|
3520
|
+
"package": "./accordion.styles"
|
|
3446
3521
|
}
|
|
3447
3522
|
},
|
|
3448
3523
|
{
|
|
@@ -3450,82 +3525,7 @@
|
|
|
3450
3525
|
"name": "*",
|
|
3451
3526
|
"declaration": {
|
|
3452
3527
|
"name": "*",
|
|
3453
|
-
"package": "./
|
|
3454
|
-
}
|
|
3455
|
-
}
|
|
3456
|
-
]
|
|
3457
|
-
},
|
|
3458
|
-
{
|
|
3459
|
-
"kind": "javascript-module",
|
|
3460
|
-
"path": "src/ai-criteria-search/validation-error-notification.ts",
|
|
3461
|
-
"declarations": [
|
|
3462
|
-
{
|
|
3463
|
-
"kind": "function",
|
|
3464
|
-
"name": "formatValidationErrors",
|
|
3465
|
-
"return": {
|
|
3466
|
-
"type": {
|
|
3467
|
-
"text": "string"
|
|
3468
|
-
}
|
|
3469
|
-
},
|
|
3470
|
-
"parameters": [
|
|
3471
|
-
{
|
|
3472
|
-
"name": "errors",
|
|
3473
|
-
"type": {
|
|
3474
|
-
"text": "ValidationError[]"
|
|
3475
|
-
}
|
|
3476
|
-
}
|
|
3477
|
-
],
|
|
3478
|
-
"description": "Formats validation errors into a user-friendly message."
|
|
3479
|
-
},
|
|
3480
|
-
{
|
|
3481
|
-
"kind": "function",
|
|
3482
|
-
"name": "showCriteriaError",
|
|
3483
|
-
"return": {
|
|
3484
|
-
"type": {
|
|
3485
|
-
"text": "void"
|
|
3486
|
-
}
|
|
3487
|
-
},
|
|
3488
|
-
"parameters": [
|
|
3489
|
-
{
|
|
3490
|
-
"name": "title",
|
|
3491
|
-
"type": {
|
|
3492
|
-
"text": "string"
|
|
3493
|
-
},
|
|
3494
|
-
"description": "Notification title (e.g. \"Criteria validation error\")"
|
|
3495
|
-
},
|
|
3496
|
-
{
|
|
3497
|
-
"name": "body",
|
|
3498
|
-
"type": {
|
|
3499
|
-
"text": "string"
|
|
3500
|
-
},
|
|
3501
|
-
"description": "Error message to display"
|
|
3502
|
-
},
|
|
3503
|
-
{
|
|
3504
|
-
"name": "tagName",
|
|
3505
|
-
"type": {
|
|
3506
|
-
"text": "string"
|
|
3507
|
-
},
|
|
3508
|
-
"description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
|
|
3509
|
-
}
|
|
3510
|
-
],
|
|
3511
|
-
"description": "Shows a criteria error as a toast notification."
|
|
3512
|
-
}
|
|
3513
|
-
],
|
|
3514
|
-
"exports": [
|
|
3515
|
-
{
|
|
3516
|
-
"kind": "js",
|
|
3517
|
-
"name": "formatValidationErrors",
|
|
3518
|
-
"declaration": {
|
|
3519
|
-
"name": "formatValidationErrors",
|
|
3520
|
-
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
3521
|
-
}
|
|
3522
|
-
},
|
|
3523
|
-
{
|
|
3524
|
-
"kind": "js",
|
|
3525
|
-
"name": "showCriteriaError",
|
|
3526
|
-
"declaration": {
|
|
3527
|
-
"name": "showCriteriaError",
|
|
3528
|
-
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
3528
|
+
"package": "./accordion"
|
|
3529
3529
|
}
|
|
3530
3530
|
}
|
|
3531
3531
|
]
|
|
@@ -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
|
]
|