@genesislcap/foundation-ui 14.491.0 → 14.492.0-FUI-2571.4
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 +1093 -1093
- package/dist/dts/react.d.ts +17 -17
- package/dist/dts/utils/base-datasource.d.ts.map +1 -1
- package/dist/esm/utils/base-datasource.js +15 -9
- package/dist/react.cjs +11 -11
- package/dist/react.mjs +9 -9
- package/package.json +19 -19
|
@@ -1408,11 +1408,11 @@
|
|
|
1408
1408
|
},
|
|
1409
1409
|
{
|
|
1410
1410
|
"kind": "javascript-module",
|
|
1411
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
1411
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1412
1412
|
"declarations": [
|
|
1413
1413
|
{
|
|
1414
1414
|
"kind": "function",
|
|
1415
|
-
"name": "
|
|
1415
|
+
"name": "foundationAccordionItemStyles",
|
|
1416
1416
|
"return": {
|
|
1417
1417
|
"type": {
|
|
1418
1418
|
"text": "ElementStyles"
|
|
@@ -1437,24 +1437,24 @@
|
|
|
1437
1437
|
"exports": [
|
|
1438
1438
|
{
|
|
1439
1439
|
"kind": "js",
|
|
1440
|
-
"name": "
|
|
1440
|
+
"name": "foundationAccordionItemStyles",
|
|
1441
1441
|
"declaration": {
|
|
1442
|
-
"name": "
|
|
1443
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
1442
|
+
"name": "foundationAccordionItemStyles",
|
|
1443
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1444
1444
|
}
|
|
1445
1445
|
}
|
|
1446
1446
|
]
|
|
1447
1447
|
},
|
|
1448
1448
|
{
|
|
1449
1449
|
"kind": "javascript-module",
|
|
1450
|
-
"path": "src/accordion/accordion.template.ts",
|
|
1450
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1451
1451
|
"declarations": [
|
|
1452
1452
|
{
|
|
1453
1453
|
"kind": "function",
|
|
1454
|
-
"name": "
|
|
1454
|
+
"name": "foundationAccordionItemTemplate",
|
|
1455
1455
|
"return": {
|
|
1456
1456
|
"type": {
|
|
1457
|
-
"text": "ViewTemplate<
|
|
1457
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
1458
1458
|
}
|
|
1459
1459
|
},
|
|
1460
1460
|
"parameters": [
|
|
@@ -1476,237 +1476,116 @@
|
|
|
1476
1476
|
"exports": [
|
|
1477
1477
|
{
|
|
1478
1478
|
"kind": "js",
|
|
1479
|
-
"name": "
|
|
1479
|
+
"name": "foundationAccordionItemTemplate",
|
|
1480
1480
|
"declaration": {
|
|
1481
|
-
"name": "
|
|
1482
|
-
"module": "src/accordion/accordion.template.ts"
|
|
1481
|
+
"name": "foundationAccordionItemTemplate",
|
|
1482
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1483
1483
|
}
|
|
1484
1484
|
}
|
|
1485
1485
|
]
|
|
1486
1486
|
},
|
|
1487
1487
|
{
|
|
1488
1488
|
"kind": "javascript-module",
|
|
1489
|
-
"path": "src/accordion/accordion.ts",
|
|
1489
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
1490
1490
|
"declarations": [
|
|
1491
1491
|
{
|
|
1492
1492
|
"kind": "class",
|
|
1493
1493
|
"description": "",
|
|
1494
|
-
"name": "
|
|
1494
|
+
"name": "AccordionItem",
|
|
1495
1495
|
"superclass": {
|
|
1496
|
-
"name": "
|
|
1497
|
-
"package": "@microsoft/fast-
|
|
1496
|
+
"name": "FASTAccordionItem",
|
|
1497
|
+
"package": "@microsoft/fast-components"
|
|
1498
1498
|
},
|
|
1499
|
-
"tagName": "%%prefix%%-accordion",
|
|
1499
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
1500
1500
|
"customElement": true,
|
|
1501
1501
|
"attributes": [
|
|
1502
1502
|
{
|
|
1503
|
-
"name": "
|
|
1504
|
-
"type": {
|
|
1505
|
-
"text": "AccordionExpandMode"
|
|
1506
|
-
},
|
|
1507
|
-
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1508
|
-
"fieldName": "expandmode",
|
|
1509
|
-
"inheritedFrom": {
|
|
1510
|
-
"name": "Accordion",
|
|
1511
|
-
"module": "src/accordion/accordion.ts"
|
|
1512
|
-
}
|
|
1513
|
-
}
|
|
1514
|
-
],
|
|
1515
|
-
"members": [
|
|
1516
|
-
{
|
|
1517
|
-
"kind": "field",
|
|
1518
|
-
"name": "expandmode",
|
|
1503
|
+
"name": "heading-level",
|
|
1519
1504
|
"type": {
|
|
1520
|
-
"text": "
|
|
1505
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1521
1506
|
},
|
|
1522
|
-
"
|
|
1523
|
-
"description": "
|
|
1507
|
+
"default": "2",
|
|
1508
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1509
|
+
"fieldName": "headinglevel",
|
|
1524
1510
|
"inheritedFrom": {
|
|
1525
|
-
"name": "
|
|
1526
|
-
"module": "src/accordion/accordion.ts"
|
|
1511
|
+
"name": "AccordionItem",
|
|
1512
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1527
1513
|
}
|
|
1528
1514
|
},
|
|
1529
1515
|
{
|
|
1530
|
-
"kind": "field",
|
|
1531
|
-
"name": "activeid",
|
|
1532
1516
|
"type": {
|
|
1533
|
-
"text": "
|
|
1517
|
+
"text": "boolean"
|
|
1534
1518
|
},
|
|
1535
|
-
"
|
|
1519
|
+
"default": "false",
|
|
1520
|
+
"description": "Expands or collapses the item.",
|
|
1521
|
+
"fieldName": "expanded",
|
|
1536
1522
|
"inheritedFrom": {
|
|
1537
|
-
"name": "
|
|
1538
|
-
"module": "src/accordion/accordion.ts"
|
|
1523
|
+
"name": "AccordionItem",
|
|
1524
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1539
1525
|
}
|
|
1540
1526
|
},
|
|
1541
1527
|
{
|
|
1542
|
-
"
|
|
1543
|
-
"name": "activeItemIndex",
|
|
1528
|
+
"name": "id",
|
|
1544
1529
|
"type": {
|
|
1545
|
-
"text": "
|
|
1530
|
+
"text": "string"
|
|
1546
1531
|
},
|
|
1547
|
-
"
|
|
1548
|
-
"
|
|
1532
|
+
"description": "The item ID",
|
|
1533
|
+
"fieldName": "id",
|
|
1549
1534
|
"inheritedFrom": {
|
|
1550
|
-
"name": "
|
|
1551
|
-
"module": "src/accordion/accordion.ts"
|
|
1535
|
+
"name": "AccordionItem",
|
|
1536
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1552
1537
|
}
|
|
1553
|
-
}
|
|
1538
|
+
}
|
|
1539
|
+
],
|
|
1540
|
+
"members": [
|
|
1554
1541
|
{
|
|
1555
1542
|
"kind": "field",
|
|
1556
|
-
"name": "
|
|
1543
|
+
"name": "headinglevel",
|
|
1557
1544
|
"type": {
|
|
1558
|
-
"text": "
|
|
1559
|
-
},
|
|
1560
|
-
"privacy": "private",
|
|
1561
|
-
"inheritedFrom": {
|
|
1562
|
-
"name": "Accordion",
|
|
1563
|
-
"module": "src/accordion/accordion.ts"
|
|
1564
|
-
}
|
|
1565
|
-
},
|
|
1566
|
-
{
|
|
1567
|
-
"kind": "field",
|
|
1568
|
-
"name": "change",
|
|
1569
|
-
"privacy": "private",
|
|
1570
|
-
"inheritedFrom": {
|
|
1571
|
-
"name": "Accordion",
|
|
1572
|
-
"module": "src/accordion/accordion.ts"
|
|
1573
|
-
}
|
|
1574
|
-
},
|
|
1575
|
-
{
|
|
1576
|
-
"kind": "method",
|
|
1577
|
-
"name": "findExpandedItem",
|
|
1578
|
-
"privacy": "private",
|
|
1579
|
-
"return": {
|
|
1580
|
-
"type": {
|
|
1581
|
-
"text": "AccordionItem | null"
|
|
1582
|
-
}
|
|
1545
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1583
1546
|
},
|
|
1547
|
+
"privacy": "public",
|
|
1548
|
+
"default": "2",
|
|
1549
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1584
1550
|
"inheritedFrom": {
|
|
1585
|
-
"name": "
|
|
1586
|
-
"module": "src/accordion/accordion.ts"
|
|
1551
|
+
"name": "AccordionItem",
|
|
1552
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1587
1553
|
}
|
|
1588
1554
|
},
|
|
1589
1555
|
{
|
|
1590
1556
|
"kind": "field",
|
|
1591
|
-
"name": "
|
|
1592
|
-
"
|
|
1593
|
-
|
|
1594
|
-
"name": "Accordion",
|
|
1595
|
-
"module": "src/accordion/accordion.ts"
|
|
1596
|
-
}
|
|
1597
|
-
},
|
|
1598
|
-
{
|
|
1599
|
-
"kind": "method",
|
|
1600
|
-
"name": "resetItems",
|
|
1601
|
-
"privacy": "private",
|
|
1602
|
-
"return": {
|
|
1603
|
-
"type": {
|
|
1604
|
-
"text": "void"
|
|
1605
|
-
}
|
|
1557
|
+
"name": "expanded",
|
|
1558
|
+
"type": {
|
|
1559
|
+
"text": "boolean"
|
|
1606
1560
|
},
|
|
1561
|
+
"privacy": "public",
|
|
1562
|
+
"default": "false",
|
|
1563
|
+
"description": "Expands or collapses the item.",
|
|
1607
1564
|
"inheritedFrom": {
|
|
1608
|
-
"name": "
|
|
1609
|
-
"module": "src/accordion/accordion.ts"
|
|
1610
|
-
}
|
|
1611
|
-
},
|
|
1612
|
-
{
|
|
1613
|
-
"kind": "field",
|
|
1614
|
-
"name": "removeItemListeners",
|
|
1615
|
-
"privacy": "private",
|
|
1616
|
-
"inheritedFrom": {
|
|
1617
|
-
"name": "Accordion",
|
|
1618
|
-
"module": "src/accordion/accordion.ts"
|
|
1565
|
+
"name": "AccordionItem",
|
|
1566
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1619
1567
|
}
|
|
1620
1568
|
},
|
|
1621
1569
|
{
|
|
1622
1570
|
"kind": "field",
|
|
1623
|
-
"name": "
|
|
1624
|
-
"
|
|
1625
|
-
|
|
1626
|
-
"name": "Accordion",
|
|
1627
|
-
"module": "src/accordion/accordion.ts"
|
|
1628
|
-
}
|
|
1629
|
-
},
|
|
1630
|
-
{
|
|
1631
|
-
"kind": "method",
|
|
1632
|
-
"name": "getItemIds",
|
|
1633
|
-
"privacy": "private",
|
|
1634
|
-
"return": {
|
|
1635
|
-
"type": {
|
|
1636
|
-
"text": "Array<string | null>"
|
|
1637
|
-
}
|
|
1638
|
-
},
|
|
1639
|
-
"inheritedFrom": {
|
|
1640
|
-
"name": "Accordion",
|
|
1641
|
-
"module": "src/accordion/accordion.ts"
|
|
1642
|
-
}
|
|
1643
|
-
},
|
|
1644
|
-
{
|
|
1645
|
-
"kind": "method",
|
|
1646
|
-
"name": "isSingleExpandMode",
|
|
1647
|
-
"privacy": "private",
|
|
1648
|
-
"return": {
|
|
1649
|
-
"type": {
|
|
1650
|
-
"text": "boolean"
|
|
1651
|
-
}
|
|
1571
|
+
"name": "id",
|
|
1572
|
+
"type": {
|
|
1573
|
+
"text": "string"
|
|
1652
1574
|
},
|
|
1575
|
+
"privacy": "public",
|
|
1576
|
+
"description": "The item ID",
|
|
1653
1577
|
"inheritedFrom": {
|
|
1654
|
-
"name": "
|
|
1655
|
-
"module": "src/accordion/accordion.ts"
|
|
1656
|
-
}
|
|
1657
|
-
},
|
|
1658
|
-
{
|
|
1659
|
-
"kind": "field",
|
|
1660
|
-
"name": "handleItemKeyDown",
|
|
1661
|
-
"privacy": "private",
|
|
1662
|
-
"inheritedFrom": {
|
|
1663
|
-
"name": "Accordion",
|
|
1664
|
-
"module": "src/accordion/accordion.ts"
|
|
1578
|
+
"name": "AccordionItem",
|
|
1579
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1665
1580
|
}
|
|
1666
1581
|
},
|
|
1667
1582
|
{
|
|
1668
1583
|
"kind": "field",
|
|
1669
|
-
"name": "
|
|
1670
|
-
"privacy": "private",
|
|
1671
|
-
"inheritedFrom": {
|
|
1672
|
-
"name": "Accordion",
|
|
1673
|
-
"module": "src/accordion/accordion.ts"
|
|
1674
|
-
}
|
|
1675
|
-
},
|
|
1676
|
-
{
|
|
1677
|
-
"kind": "method",
|
|
1678
|
-
"name": "adjust",
|
|
1679
|
-
"privacy": "private",
|
|
1680
|
-
"return": {
|
|
1681
|
-
"type": {
|
|
1682
|
-
"text": "void"
|
|
1683
|
-
}
|
|
1684
|
-
},
|
|
1685
|
-
"parameters": [
|
|
1686
|
-
{
|
|
1687
|
-
"name": "adjustment",
|
|
1688
|
-
"type": {
|
|
1689
|
-
"text": "number"
|
|
1690
|
-
}
|
|
1691
|
-
}
|
|
1692
|
-
],
|
|
1693
|
-
"inheritedFrom": {
|
|
1694
|
-
"name": "Accordion",
|
|
1695
|
-
"module": "src/accordion/accordion.ts"
|
|
1696
|
-
}
|
|
1697
|
-
},
|
|
1698
|
-
{
|
|
1699
|
-
"kind": "method",
|
|
1700
|
-
"name": "focusItem",
|
|
1584
|
+
"name": "change",
|
|
1701
1585
|
"privacy": "private",
|
|
1702
|
-
"return": {
|
|
1703
|
-
"type": {
|
|
1704
|
-
"text": "void"
|
|
1705
|
-
}
|
|
1706
|
-
},
|
|
1707
1586
|
"inheritedFrom": {
|
|
1708
|
-
"name": "
|
|
1709
|
-
"module": "src/accordion/accordion.ts"
|
|
1587
|
+
"name": "AccordionItem",
|
|
1588
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1710
1589
|
}
|
|
1711
1590
|
},
|
|
1712
1591
|
{
|
|
@@ -1823,18 +1702,18 @@
|
|
|
1823
1702
|
],
|
|
1824
1703
|
"events": [
|
|
1825
1704
|
{
|
|
1826
|
-
"description": "Fires a custom 'change' event when the
|
|
1705
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
1827
1706
|
"name": "change",
|
|
1828
1707
|
"inheritedFrom": {
|
|
1829
|
-
"name": "
|
|
1830
|
-
"module": "src/accordion/accordion.ts"
|
|
1708
|
+
"name": "AccordionItem",
|
|
1709
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1831
1710
|
}
|
|
1832
1711
|
}
|
|
1833
1712
|
]
|
|
1834
1713
|
},
|
|
1835
1714
|
{
|
|
1836
1715
|
"kind": "variable",
|
|
1837
|
-
"name": "
|
|
1716
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1838
1717
|
"type": {
|
|
1839
1718
|
"text": "ShadowRootInit"
|
|
1840
1719
|
},
|
|
@@ -1842,57 +1721,57 @@
|
|
|
1842
1721
|
},
|
|
1843
1722
|
{
|
|
1844
1723
|
"kind": "variable",
|
|
1845
|
-
"name": "
|
|
1724
|
+
"name": "defaultAccordionItemConfig",
|
|
1846
1725
|
"type": {
|
|
1847
1726
|
"text": "object"
|
|
1848
1727
|
},
|
|
1849
|
-
"default": "{}"
|
|
1728
|
+
"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}"
|
|
1850
1729
|
},
|
|
1851
1730
|
{
|
|
1852
1731
|
"kind": "variable",
|
|
1853
|
-
"name": "
|
|
1854
|
-
"description": "The Foundation Accordion",
|
|
1732
|
+
"name": "foundationAccordionItem",
|
|
1733
|
+
"description": "The Foundation Accordion Item",
|
|
1855
1734
|
"privacy": "public"
|
|
1856
1735
|
}
|
|
1857
1736
|
],
|
|
1858
1737
|
"exports": [
|
|
1859
1738
|
{
|
|
1860
1739
|
"kind": "js",
|
|
1861
|
-
"name": "
|
|
1740
|
+
"name": "AccordionItem",
|
|
1862
1741
|
"declaration": {
|
|
1863
|
-
"name": "
|
|
1864
|
-
"module": "src/accordion/accordion.ts"
|
|
1742
|
+
"name": "AccordionItem",
|
|
1743
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1865
1744
|
}
|
|
1866
1745
|
},
|
|
1867
1746
|
{
|
|
1868
1747
|
"kind": "js",
|
|
1869
|
-
"name": "
|
|
1748
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1870
1749
|
"declaration": {
|
|
1871
|
-
"name": "
|
|
1872
|
-
"module": "src/accordion/accordion.ts"
|
|
1750
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1751
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1873
1752
|
}
|
|
1874
1753
|
},
|
|
1875
1754
|
{
|
|
1876
1755
|
"kind": "js",
|
|
1877
|
-
"name": "
|
|
1756
|
+
"name": "defaultAccordionItemConfig",
|
|
1878
1757
|
"declaration": {
|
|
1879
|
-
"name": "
|
|
1880
|
-
"module": "src/accordion/accordion.ts"
|
|
1758
|
+
"name": "defaultAccordionItemConfig",
|
|
1759
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1881
1760
|
}
|
|
1882
1761
|
},
|
|
1883
1762
|
{
|
|
1884
1763
|
"kind": "js",
|
|
1885
|
-
"name": "
|
|
1764
|
+
"name": "foundationAccordionItem",
|
|
1886
1765
|
"declaration": {
|
|
1887
|
-
"name": "
|
|
1888
|
-
"module": "src/accordion/accordion.ts"
|
|
1766
|
+
"name": "foundationAccordionItem",
|
|
1767
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1889
1768
|
}
|
|
1890
1769
|
}
|
|
1891
1770
|
]
|
|
1892
1771
|
},
|
|
1893
1772
|
{
|
|
1894
1773
|
"kind": "javascript-module",
|
|
1895
|
-
"path": "src/accordion/index.ts",
|
|
1774
|
+
"path": "src/accordion-item/index.ts",
|
|
1896
1775
|
"declarations": [],
|
|
1897
1776
|
"exports": [
|
|
1898
1777
|
{
|
|
@@ -1900,7 +1779,7 @@
|
|
|
1900
1779
|
"name": "*",
|
|
1901
1780
|
"declaration": {
|
|
1902
1781
|
"name": "*",
|
|
1903
|
-
"package": "./accordion.template"
|
|
1782
|
+
"package": "./accordion-item.template"
|
|
1904
1783
|
}
|
|
1905
1784
|
},
|
|
1906
1785
|
{
|
|
@@ -1908,7 +1787,7 @@
|
|
|
1908
1787
|
"name": "*",
|
|
1909
1788
|
"declaration": {
|
|
1910
1789
|
"name": "*",
|
|
1911
|
-
"package": "./accordion.styles"
|
|
1790
|
+
"package": "./accordion-item.styles"
|
|
1912
1791
|
}
|
|
1913
1792
|
},
|
|
1914
1793
|
{
|
|
@@ -1916,49 +1795,41 @@
|
|
|
1916
1795
|
"name": "*",
|
|
1917
1796
|
"declaration": {
|
|
1918
1797
|
"name": "*",
|
|
1919
|
-
"package": "./accordion"
|
|
1798
|
+
"package": "./accordion-item"
|
|
1920
1799
|
}
|
|
1921
1800
|
}
|
|
1922
1801
|
]
|
|
1923
1802
|
},
|
|
1924
1803
|
{
|
|
1925
1804
|
"kind": "javascript-module",
|
|
1926
|
-
"path": "src/
|
|
1927
|
-
"declarations": [
|
|
1928
|
-
"exports": [
|
|
1929
|
-
{
|
|
1930
|
-
"kind": "js",
|
|
1931
|
-
"name": "*",
|
|
1932
|
-
"declaration": {
|
|
1933
|
-
"name": "*",
|
|
1934
|
-
"package": "./styles"
|
|
1935
|
-
}
|
|
1936
|
-
},
|
|
1805
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1806
|
+
"declarations": [
|
|
1937
1807
|
{
|
|
1938
|
-
"kind": "
|
|
1939
|
-
"name": "
|
|
1940
|
-
"
|
|
1941
|
-
"
|
|
1942
|
-
|
|
1943
|
-
|
|
1808
|
+
"kind": "function",
|
|
1809
|
+
"name": "actionsMenuBaseStyles",
|
|
1810
|
+
"return": {
|
|
1811
|
+
"type": {
|
|
1812
|
+
"text": "ElementStyles"
|
|
1813
|
+
}
|
|
1814
|
+
},
|
|
1815
|
+
"parameters": [
|
|
1816
|
+
{
|
|
1817
|
+
"name": "context",
|
|
1818
|
+
"type": {
|
|
1819
|
+
"text": "ElementDefinitionContext"
|
|
1820
|
+
}
|
|
1821
|
+
},
|
|
1822
|
+
{
|
|
1823
|
+
"name": "definition",
|
|
1824
|
+
"type": {
|
|
1825
|
+
"text": "FoundationElementDefinition"
|
|
1826
|
+
}
|
|
1827
|
+
}
|
|
1828
|
+
]
|
|
1944
1829
|
},
|
|
1945
|
-
{
|
|
1946
|
-
"kind": "js",
|
|
1947
|
-
"name": "*",
|
|
1948
|
-
"declaration": {
|
|
1949
|
-
"name": "*",
|
|
1950
|
-
"package": "./values"
|
|
1951
|
-
}
|
|
1952
|
-
}
|
|
1953
|
-
]
|
|
1954
|
-
},
|
|
1955
|
-
{
|
|
1956
|
-
"kind": "javascript-module",
|
|
1957
|
-
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1958
|
-
"declarations": [
|
|
1959
1830
|
{
|
|
1960
1831
|
"kind": "function",
|
|
1961
|
-
"name": "
|
|
1832
|
+
"name": "foundationActionsMenuStyles",
|
|
1962
1833
|
"return": {
|
|
1963
1834
|
"type": {
|
|
1964
1835
|
"text": "ElementStyles"
|
|
@@ -1983,165 +1854,278 @@
|
|
|
1983
1854
|
"exports": [
|
|
1984
1855
|
{
|
|
1985
1856
|
"kind": "js",
|
|
1986
|
-
"name": "
|
|
1857
|
+
"name": "actionsMenuBaseStyles",
|
|
1987
1858
|
"declaration": {
|
|
1988
|
-
"name": "
|
|
1989
|
-
"module": "src/
|
|
1859
|
+
"name": "actionsMenuBaseStyles",
|
|
1860
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1861
|
+
}
|
|
1862
|
+
},
|
|
1863
|
+
{
|
|
1864
|
+
"kind": "js",
|
|
1865
|
+
"name": "foundationActionsMenuStyles",
|
|
1866
|
+
"declaration": {
|
|
1867
|
+
"name": "foundationActionsMenuStyles",
|
|
1868
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1990
1869
|
}
|
|
1991
1870
|
}
|
|
1992
1871
|
]
|
|
1993
1872
|
},
|
|
1994
1873
|
{
|
|
1995
1874
|
"kind": "javascript-module",
|
|
1996
|
-
"path": "src/
|
|
1875
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
1997
1876
|
"declarations": [
|
|
1998
1877
|
{
|
|
1999
1878
|
"kind": "function",
|
|
2000
|
-
"name": "
|
|
2001
|
-
"return": {
|
|
2002
|
-
"type": {
|
|
2003
|
-
"text": "ViewTemplate<AccordionItem>"
|
|
2004
|
-
}
|
|
2005
|
-
},
|
|
1879
|
+
"name": "menuTemplate",
|
|
2006
1880
|
"parameters": [
|
|
2007
1881
|
{
|
|
2008
|
-
"name": "
|
|
1882
|
+
"name": "prefix",
|
|
2009
1883
|
"type": {
|
|
2010
|
-
"text": "
|
|
1884
|
+
"text": "string"
|
|
2011
1885
|
}
|
|
2012
|
-
}
|
|
1886
|
+
}
|
|
1887
|
+
]
|
|
1888
|
+
},
|
|
1889
|
+
{
|
|
1890
|
+
"kind": "function",
|
|
1891
|
+
"name": "singleOptionTemplate",
|
|
1892
|
+
"parameters": [
|
|
2013
1893
|
{
|
|
2014
|
-
"name": "
|
|
1894
|
+
"name": "prefix",
|
|
2015
1895
|
"type": {
|
|
2016
|
-
"text": "
|
|
1896
|
+
"text": "string"
|
|
2017
1897
|
}
|
|
2018
1898
|
}
|
|
2019
1899
|
]
|
|
1900
|
+
},
|
|
1901
|
+
{
|
|
1902
|
+
"kind": "variable",
|
|
1903
|
+
"name": "foundationActionsMenuTemplate",
|
|
1904
|
+
"type": {
|
|
1905
|
+
"text": "ViewTemplate<ActionsMenu>"
|
|
1906
|
+
},
|
|
1907
|
+
"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`"
|
|
2020
1908
|
}
|
|
2021
1909
|
],
|
|
2022
1910
|
"exports": [
|
|
2023
1911
|
{
|
|
2024
1912
|
"kind": "js",
|
|
2025
|
-
"name": "
|
|
1913
|
+
"name": "menuTemplate",
|
|
2026
1914
|
"declaration": {
|
|
2027
|
-
"name": "
|
|
2028
|
-
"module": "src/
|
|
1915
|
+
"name": "menuTemplate",
|
|
1916
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1917
|
+
}
|
|
1918
|
+
},
|
|
1919
|
+
{
|
|
1920
|
+
"kind": "js",
|
|
1921
|
+
"name": "singleOptionTemplate",
|
|
1922
|
+
"declaration": {
|
|
1923
|
+
"name": "singleOptionTemplate",
|
|
1924
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1925
|
+
}
|
|
1926
|
+
},
|
|
1927
|
+
{
|
|
1928
|
+
"kind": "js",
|
|
1929
|
+
"name": "foundationActionsMenuTemplate",
|
|
1930
|
+
"declaration": {
|
|
1931
|
+
"name": "foundationActionsMenuTemplate",
|
|
1932
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2029
1933
|
}
|
|
2030
1934
|
}
|
|
2031
1935
|
]
|
|
2032
1936
|
},
|
|
2033
1937
|
{
|
|
2034
1938
|
"kind": "javascript-module",
|
|
2035
|
-
"path": "src/
|
|
1939
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
2036
1940
|
"declarations": [
|
|
2037
1941
|
{
|
|
2038
1942
|
"kind": "class",
|
|
2039
1943
|
"description": "",
|
|
2040
|
-
"name": "
|
|
2041
|
-
"
|
|
2042
|
-
"name": "FASTAccordionItem",
|
|
2043
|
-
"package": "@microsoft/fast-components"
|
|
2044
|
-
},
|
|
2045
|
-
"tagName": "%%prefix%%-accordion-item",
|
|
2046
|
-
"customElement": true,
|
|
2047
|
-
"attributes": [
|
|
1944
|
+
"name": "ActionsMenu",
|
|
1945
|
+
"members": [
|
|
2048
1946
|
{
|
|
2049
|
-
"
|
|
1947
|
+
"kind": "field",
|
|
1948
|
+
"name": "actions",
|
|
2050
1949
|
"type": {
|
|
2051
|
-
"text": "
|
|
2052
|
-
},
|
|
2053
|
-
"default": "2",
|
|
2054
|
-
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
2055
|
-
"fieldName": "headinglevel",
|
|
2056
|
-
"inheritedFrom": {
|
|
2057
|
-
"name": "AccordionItem",
|
|
2058
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1950
|
+
"text": "ActionMenuItem[]"
|
|
2059
1951
|
}
|
|
2060
1952
|
},
|
|
2061
1953
|
{
|
|
1954
|
+
"kind": "field",
|
|
1955
|
+
"name": "isVertical",
|
|
2062
1956
|
"type": {
|
|
2063
1957
|
"text": "boolean"
|
|
2064
1958
|
},
|
|
2065
|
-
"default": "false"
|
|
2066
|
-
"description": "Expands or collapses the item.",
|
|
2067
|
-
"fieldName": "expanded",
|
|
2068
|
-
"inheritedFrom": {
|
|
2069
|
-
"name": "AccordionItem",
|
|
2070
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2071
|
-
}
|
|
1959
|
+
"default": "false"
|
|
2072
1960
|
},
|
|
2073
|
-
{
|
|
2074
|
-
"name": "id",
|
|
2075
|
-
"type": {
|
|
2076
|
-
"text": "string"
|
|
2077
|
-
},
|
|
2078
|
-
"description": "The item ID",
|
|
2079
|
-
"fieldName": "id",
|
|
2080
|
-
"inheritedFrom": {
|
|
2081
|
-
"name": "AccordionItem",
|
|
2082
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2083
|
-
}
|
|
2084
|
-
}
|
|
2085
|
-
],
|
|
2086
|
-
"members": [
|
|
2087
1961
|
{
|
|
2088
1962
|
"kind": "field",
|
|
2089
|
-
"name": "
|
|
1963
|
+
"name": "addDefaultActions",
|
|
2090
1964
|
"type": {
|
|
2091
|
-
"text": "
|
|
1965
|
+
"text": "boolean"
|
|
2092
1966
|
},
|
|
2093
|
-
"
|
|
2094
|
-
"default": "2",
|
|
2095
|
-
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
2096
|
-
"inheritedFrom": {
|
|
2097
|
-
"name": "AccordionItem",
|
|
2098
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2099
|
-
}
|
|
1967
|
+
"default": "true"
|
|
2100
1968
|
},
|
|
2101
1969
|
{
|
|
2102
1970
|
"kind": "field",
|
|
2103
|
-
"name": "
|
|
1971
|
+
"name": "autoCloseOnAction",
|
|
2104
1972
|
"type": {
|
|
2105
1973
|
"text": "boolean"
|
|
2106
1974
|
},
|
|
2107
|
-
"
|
|
2108
|
-
"default": "false",
|
|
2109
|
-
"description": "Expands or collapses the item.",
|
|
2110
|
-
"inheritedFrom": {
|
|
2111
|
-
"name": "AccordionItem",
|
|
2112
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2113
|
-
}
|
|
1975
|
+
"default": "true"
|
|
2114
1976
|
},
|
|
2115
1977
|
{
|
|
2116
1978
|
"kind": "field",
|
|
2117
|
-
"name": "
|
|
1979
|
+
"name": "classNames",
|
|
2118
1980
|
"type": {
|
|
2119
1981
|
"text": "string"
|
|
2120
|
-
},
|
|
2121
|
-
"privacy": "public",
|
|
2122
|
-
"description": "The item ID",
|
|
2123
|
-
"inheritedFrom": {
|
|
2124
|
-
"name": "AccordionItem",
|
|
2125
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2126
1982
|
}
|
|
2127
1983
|
},
|
|
2128
1984
|
{
|
|
2129
1985
|
"kind": "field",
|
|
2130
|
-
"name": "
|
|
2131
|
-
"
|
|
2132
|
-
|
|
2133
|
-
"name": "AccordionItem",
|
|
2134
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1986
|
+
"name": "definition",
|
|
1987
|
+
"type": {
|
|
1988
|
+
"text": "any"
|
|
2135
1989
|
}
|
|
2136
1990
|
},
|
|
2137
1991
|
{
|
|
2138
1992
|
"kind": "field",
|
|
2139
|
-
"name": "
|
|
1993
|
+
"name": "name",
|
|
2140
1994
|
"type": {
|
|
2141
|
-
"text": "
|
|
1995
|
+
"text": "string"
|
|
2142
1996
|
},
|
|
2143
|
-
"
|
|
2144
|
-
|
|
1997
|
+
"default": "'Actions'"
|
|
1998
|
+
},
|
|
1999
|
+
{
|
|
2000
|
+
"kind": "field",
|
|
2001
|
+
"name": "open",
|
|
2002
|
+
"type": {
|
|
2003
|
+
"text": "boolean"
|
|
2004
|
+
},
|
|
2005
|
+
"default": "false"
|
|
2006
|
+
},
|
|
2007
|
+
{
|
|
2008
|
+
"kind": "field",
|
|
2009
|
+
"name": "buttonAppearance",
|
|
2010
|
+
"type": {
|
|
2011
|
+
"text": "string"
|
|
2012
|
+
}
|
|
2013
|
+
},
|
|
2014
|
+
{
|
|
2015
|
+
"kind": "field",
|
|
2016
|
+
"name": "hideDisabled",
|
|
2017
|
+
"type": {
|
|
2018
|
+
"text": "boolean"
|
|
2019
|
+
},
|
|
2020
|
+
"default": "false"
|
|
2021
|
+
},
|
|
2022
|
+
{
|
|
2023
|
+
"kind": "field",
|
|
2024
|
+
"name": "hideMenuSingleOption",
|
|
2025
|
+
"type": {
|
|
2026
|
+
"text": "boolean"
|
|
2027
|
+
},
|
|
2028
|
+
"default": "false"
|
|
2029
|
+
},
|
|
2030
|
+
{
|
|
2031
|
+
"kind": "field",
|
|
2032
|
+
"name": "singleOption",
|
|
2033
|
+
"type": {
|
|
2034
|
+
"text": "ActionMenuItem"
|
|
2035
|
+
}
|
|
2036
|
+
},
|
|
2037
|
+
{
|
|
2038
|
+
"kind": "field",
|
|
2039
|
+
"name": "actionsMenu",
|
|
2040
|
+
"type": {
|
|
2041
|
+
"text": "HTMLElement"
|
|
2042
|
+
}
|
|
2043
|
+
},
|
|
2044
|
+
{
|
|
2045
|
+
"kind": "method",
|
|
2046
|
+
"name": "definitionChanged",
|
|
2047
|
+
"privacy": "protected",
|
|
2048
|
+
"parameters": [
|
|
2049
|
+
{
|
|
2050
|
+
"name": "oldValue",
|
|
2051
|
+
"type": {
|
|
2052
|
+
"text": "any"
|
|
2053
|
+
}
|
|
2054
|
+
},
|
|
2055
|
+
{
|
|
2056
|
+
"name": "newValue",
|
|
2057
|
+
"type": {
|
|
2058
|
+
"text": "any"
|
|
2059
|
+
}
|
|
2060
|
+
}
|
|
2061
|
+
]
|
|
2062
|
+
},
|
|
2063
|
+
{
|
|
2064
|
+
"kind": "method",
|
|
2065
|
+
"name": "openChanged",
|
|
2066
|
+
"privacy": "protected"
|
|
2067
|
+
},
|
|
2068
|
+
{
|
|
2069
|
+
"kind": "method",
|
|
2070
|
+
"name": "toggleActionsMenuVisibility"
|
|
2071
|
+
},
|
|
2072
|
+
{
|
|
2073
|
+
"kind": "method",
|
|
2074
|
+
"name": "onActionMenuItemClick",
|
|
2075
|
+
"parameters": [
|
|
2076
|
+
{
|
|
2077
|
+
"name": "callback",
|
|
2078
|
+
"type": {
|
|
2079
|
+
"text": "(rowData) => void | any"
|
|
2080
|
+
}
|
|
2081
|
+
}
|
|
2082
|
+
]
|
|
2083
|
+
},
|
|
2084
|
+
{
|
|
2085
|
+
"kind": "field",
|
|
2086
|
+
"name": "allActions",
|
|
2087
|
+
"type": {
|
|
2088
|
+
"text": "ActionMenuItem[]"
|
|
2089
|
+
},
|
|
2090
|
+
"readonly": true
|
|
2091
|
+
},
|
|
2092
|
+
{
|
|
2093
|
+
"kind": "field",
|
|
2094
|
+
"name": "rowData",
|
|
2095
|
+
"readonly": true
|
|
2096
|
+
},
|
|
2097
|
+
{
|
|
2098
|
+
"kind": "method",
|
|
2099
|
+
"name": "getLabel",
|
|
2100
|
+
"parameters": [
|
|
2101
|
+
{
|
|
2102
|
+
"name": "name",
|
|
2103
|
+
"type": {
|
|
2104
|
+
"text": "string | ((rowData: any) => string)"
|
|
2105
|
+
}
|
|
2106
|
+
}
|
|
2107
|
+
]
|
|
2108
|
+
},
|
|
2109
|
+
{
|
|
2110
|
+
"kind": "method",
|
|
2111
|
+
"name": "getTemplate",
|
|
2112
|
+
"parameters": [
|
|
2113
|
+
{
|
|
2114
|
+
"name": "prefix",
|
|
2115
|
+
"type": {
|
|
2116
|
+
"text": "string"
|
|
2117
|
+
}
|
|
2118
|
+
}
|
|
2119
|
+
]
|
|
2120
|
+
},
|
|
2121
|
+
{
|
|
2122
|
+
"kind": "field",
|
|
2123
|
+
"name": "_presentation",
|
|
2124
|
+
"type": {
|
|
2125
|
+
"text": "ComponentPresentation | null | undefined"
|
|
2126
|
+
},
|
|
2127
|
+
"privacy": "private",
|
|
2128
|
+
"default": "void 0",
|
|
2145
2129
|
"inheritedFrom": {
|
|
2146
2130
|
"name": "FoundationElement",
|
|
2147
2131
|
"module": "src/foundation-element/foundation-element.ts"
|
|
@@ -2246,78 +2230,138 @@
|
|
|
2246
2230
|
}
|
|
2247
2231
|
}
|
|
2248
2232
|
],
|
|
2249
|
-
"
|
|
2233
|
+
"attributes": [
|
|
2250
2234
|
{
|
|
2251
|
-
"
|
|
2252
|
-
"
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2235
|
+
"name": "is-vertical",
|
|
2236
|
+
"type": {
|
|
2237
|
+
"text": "boolean"
|
|
2238
|
+
},
|
|
2239
|
+
"default": "false",
|
|
2240
|
+
"fieldName": "isVertical"
|
|
2241
|
+
},
|
|
2242
|
+
{
|
|
2243
|
+
"name": "add-default-actions",
|
|
2244
|
+
"type": {
|
|
2245
|
+
"text": "boolean"
|
|
2246
|
+
},
|
|
2247
|
+
"default": "true",
|
|
2248
|
+
"fieldName": "addDefaultActions"
|
|
2249
|
+
},
|
|
2250
|
+
{
|
|
2251
|
+
"name": "auto-close-on-action",
|
|
2252
|
+
"type": {
|
|
2253
|
+
"text": "boolean"
|
|
2254
|
+
},
|
|
2255
|
+
"default": "true",
|
|
2256
|
+
"fieldName": "autoCloseOnAction"
|
|
2257
|
+
},
|
|
2258
|
+
{
|
|
2259
|
+
"name": "name",
|
|
2260
|
+
"type": {
|
|
2261
|
+
"text": "string"
|
|
2262
|
+
},
|
|
2263
|
+
"default": "'Actions'",
|
|
2264
|
+
"fieldName": "name"
|
|
2265
|
+
},
|
|
2266
|
+
{
|
|
2267
|
+
"name": "open",
|
|
2268
|
+
"type": {
|
|
2269
|
+
"text": "boolean"
|
|
2270
|
+
},
|
|
2271
|
+
"default": "false",
|
|
2272
|
+
"fieldName": "open"
|
|
2273
|
+
},
|
|
2274
|
+
{
|
|
2275
|
+
"name": "buttonAppearance",
|
|
2276
|
+
"type": {
|
|
2277
|
+
"text": "string"
|
|
2278
|
+
},
|
|
2279
|
+
"fieldName": "buttonAppearance"
|
|
2280
|
+
},
|
|
2281
|
+
{
|
|
2282
|
+
"name": "hide-disabled",
|
|
2283
|
+
"type": {
|
|
2284
|
+
"text": "boolean"
|
|
2285
|
+
},
|
|
2286
|
+
"default": "false",
|
|
2287
|
+
"fieldName": "hideDisabled"
|
|
2288
|
+
},
|
|
2289
|
+
{
|
|
2290
|
+
"name": "hide-menu-single-option",
|
|
2291
|
+
"type": {
|
|
2292
|
+
"text": "boolean"
|
|
2293
|
+
},
|
|
2294
|
+
"default": "false",
|
|
2295
|
+
"fieldName": "hideMenuSingleOption"
|
|
2257
2296
|
}
|
|
2258
|
-
]
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
2263
|
-
"type": {
|
|
2264
|
-
"text": "ShadowRootInit"
|
|
2265
|
-
},
|
|
2266
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2267
|
-
},
|
|
2268
|
-
{
|
|
2269
|
-
"kind": "variable",
|
|
2270
|
-
"name": "defaultAccordionItemConfig",
|
|
2271
|
-
"type": {
|
|
2272
|
-
"text": "object"
|
|
2297
|
+
],
|
|
2298
|
+
"superclass": {
|
|
2299
|
+
"name": "FoundationElement",
|
|
2300
|
+
"package": "@microsoft/fast-foundation"
|
|
2273
2301
|
},
|
|
2274
|
-
"
|
|
2302
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
2303
|
+
"customElement": true
|
|
2275
2304
|
},
|
|
2276
2305
|
{
|
|
2277
2306
|
"kind": "variable",
|
|
2278
|
-
"name": "
|
|
2279
|
-
"description": "The Foundation
|
|
2307
|
+
"name": "foundationActionsMenu",
|
|
2308
|
+
"description": "The Foundation Actions Menu",
|
|
2280
2309
|
"privacy": "public"
|
|
2281
2310
|
}
|
|
2282
2311
|
],
|
|
2283
2312
|
"exports": [
|
|
2284
2313
|
{
|
|
2285
2314
|
"kind": "js",
|
|
2286
|
-
"name": "
|
|
2315
|
+
"name": "ActionsMenu",
|
|
2287
2316
|
"declaration": {
|
|
2288
|
-
"name": "
|
|
2289
|
-
"module": "src/
|
|
2317
|
+
"name": "ActionsMenu",
|
|
2318
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2290
2319
|
}
|
|
2291
2320
|
},
|
|
2292
2321
|
{
|
|
2293
2322
|
"kind": "js",
|
|
2294
|
-
"name": "
|
|
2323
|
+
"name": "foundationActionsMenu",
|
|
2295
2324
|
"declaration": {
|
|
2296
|
-
"name": "
|
|
2297
|
-
"module": "src/
|
|
2325
|
+
"name": "foundationActionsMenu",
|
|
2326
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2298
2327
|
}
|
|
2299
|
-
}
|
|
2328
|
+
}
|
|
2329
|
+
]
|
|
2330
|
+
},
|
|
2331
|
+
{
|
|
2332
|
+
"kind": "javascript-module",
|
|
2333
|
+
"path": "src/actions-menu/index.ts",
|
|
2334
|
+
"declarations": [],
|
|
2335
|
+
"exports": [
|
|
2300
2336
|
{
|
|
2301
2337
|
"kind": "js",
|
|
2302
|
-
"name": "
|
|
2338
|
+
"name": "*",
|
|
2303
2339
|
"declaration": {
|
|
2304
|
-
"name": "
|
|
2305
|
-
"
|
|
2340
|
+
"name": "*",
|
|
2341
|
+
"package": "./actions-menu.styles"
|
|
2306
2342
|
}
|
|
2307
2343
|
},
|
|
2308
2344
|
{
|
|
2309
2345
|
"kind": "js",
|
|
2310
|
-
"name": "
|
|
2346
|
+
"name": "*",
|
|
2311
2347
|
"declaration": {
|
|
2312
|
-
"name": "
|
|
2313
|
-
"
|
|
2348
|
+
"name": "*",
|
|
2349
|
+
"package": "./actions-menu.template"
|
|
2350
|
+
}
|
|
2351
|
+
},
|
|
2352
|
+
{
|
|
2353
|
+
"kind": "js",
|
|
2354
|
+
"name": "*",
|
|
2355
|
+
"declaration": {
|
|
2356
|
+
"name": "*",
|
|
2357
|
+
"package": "./actions-menu"
|
|
2314
2358
|
}
|
|
2315
2359
|
}
|
|
2316
2360
|
]
|
|
2317
2361
|
},
|
|
2318
2362
|
{
|
|
2319
2363
|
"kind": "javascript-module",
|
|
2320
|
-
"path": "src/
|
|
2364
|
+
"path": "src/_config/index.ts",
|
|
2321
2365
|
"declarations": [],
|
|
2322
2366
|
"exports": [
|
|
2323
2367
|
{
|
|
@@ -2325,7 +2369,7 @@
|
|
|
2325
2369
|
"name": "*",
|
|
2326
2370
|
"declaration": {
|
|
2327
2371
|
"name": "*",
|
|
2328
|
-
"package": "./
|
|
2372
|
+
"package": "./styles"
|
|
2329
2373
|
}
|
|
2330
2374
|
},
|
|
2331
2375
|
{
|
|
@@ -2333,7 +2377,7 @@
|
|
|
2333
2377
|
"name": "*",
|
|
2334
2378
|
"declaration": {
|
|
2335
2379
|
"name": "*",
|
|
2336
|
-
"package": "./
|
|
2380
|
+
"package": "./tokens"
|
|
2337
2381
|
}
|
|
2338
2382
|
},
|
|
2339
2383
|
{
|
|
@@ -2341,210 +2385,122 @@
|
|
|
2341
2385
|
"name": "*",
|
|
2342
2386
|
"declaration": {
|
|
2343
2387
|
"name": "*",
|
|
2344
|
-
"package": "./
|
|
2388
|
+
"package": "./values"
|
|
2345
2389
|
}
|
|
2346
2390
|
}
|
|
2347
2391
|
]
|
|
2348
2392
|
},
|
|
2349
2393
|
{
|
|
2350
2394
|
"kind": "javascript-module",
|
|
2351
|
-
"path": "src/
|
|
2395
|
+
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
2352
2396
|
"declarations": [
|
|
2353
2397
|
{
|
|
2354
|
-
"kind": "
|
|
2355
|
-
"name": "
|
|
2356
|
-
"
|
|
2357
|
-
"type": {
|
|
2358
|
-
"text": "ElementStyles"
|
|
2359
|
-
}
|
|
2360
|
-
},
|
|
2361
|
-
"parameters": [
|
|
2362
|
-
{
|
|
2363
|
-
"name": "context",
|
|
2364
|
-
"type": {
|
|
2365
|
-
"text": "ElementDefinitionContext"
|
|
2366
|
-
}
|
|
2367
|
-
},
|
|
2368
|
-
{
|
|
2369
|
-
"name": "definition",
|
|
2370
|
-
"type": {
|
|
2371
|
-
"text": "FoundationElementDefinition"
|
|
2372
|
-
}
|
|
2373
|
-
}
|
|
2374
|
-
]
|
|
2375
|
-
},
|
|
2376
|
-
{
|
|
2377
|
-
"kind": "function",
|
|
2378
|
-
"name": "foundationActionsMenuStyles",
|
|
2379
|
-
"return": {
|
|
2380
|
-
"type": {
|
|
2381
|
-
"text": "ElementStyles"
|
|
2382
|
-
}
|
|
2383
|
-
},
|
|
2384
|
-
"parameters": [
|
|
2385
|
-
{
|
|
2386
|
-
"name": "context",
|
|
2387
|
-
"type": {
|
|
2388
|
-
"text": "ElementDefinitionContext"
|
|
2389
|
-
}
|
|
2390
|
-
},
|
|
2391
|
-
{
|
|
2392
|
-
"name": "definition",
|
|
2393
|
-
"type": {
|
|
2394
|
-
"text": "FoundationElementDefinition"
|
|
2395
|
-
}
|
|
2396
|
-
}
|
|
2397
|
-
]
|
|
2398
|
+
"kind": "variable",
|
|
2399
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2400
|
+
"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`"
|
|
2398
2401
|
}
|
|
2399
2402
|
],
|
|
2400
2403
|
"exports": [
|
|
2401
2404
|
{
|
|
2402
2405
|
"kind": "js",
|
|
2403
|
-
"name": "
|
|
2404
|
-
"declaration": {
|
|
2405
|
-
"name": "actionsMenuBaseStyles",
|
|
2406
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
2407
|
-
}
|
|
2408
|
-
},
|
|
2409
|
-
{
|
|
2410
|
-
"kind": "js",
|
|
2411
|
-
"name": "foundationActionsMenuStyles",
|
|
2406
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2412
2407
|
"declaration": {
|
|
2413
|
-
"name": "
|
|
2414
|
-
"module": "src/
|
|
2408
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2409
|
+
"module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
|
|
2415
2410
|
}
|
|
2416
2411
|
}
|
|
2417
2412
|
]
|
|
2418
2413
|
},
|
|
2419
2414
|
{
|
|
2420
2415
|
"kind": "javascript-module",
|
|
2421
|
-
"path": "src/
|
|
2416
|
+
"path": "src/ai-criteria-search/ai-criteria-search.template.ts",
|
|
2422
2417
|
"declarations": [
|
|
2423
|
-
{
|
|
2424
|
-
"kind": "function",
|
|
2425
|
-
"name": "menuTemplate",
|
|
2426
|
-
"parameters": [
|
|
2427
|
-
{
|
|
2428
|
-
"name": "prefix",
|
|
2429
|
-
"type": {
|
|
2430
|
-
"text": "string"
|
|
2431
|
-
}
|
|
2432
|
-
}
|
|
2433
|
-
]
|
|
2434
|
-
},
|
|
2435
|
-
{
|
|
2436
|
-
"kind": "function",
|
|
2437
|
-
"name": "singleOptionTemplate",
|
|
2438
|
-
"parameters": [
|
|
2439
|
-
{
|
|
2440
|
-
"name": "prefix",
|
|
2441
|
-
"type": {
|
|
2442
|
-
"text": "string"
|
|
2443
|
-
}
|
|
2444
|
-
}
|
|
2445
|
-
]
|
|
2446
|
-
},
|
|
2447
2418
|
{
|
|
2448
2419
|
"kind": "variable",
|
|
2449
|
-
"name": "
|
|
2420
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2450
2421
|
"type": {
|
|
2451
|
-
"text": "ViewTemplate<
|
|
2422
|
+
"text": "ViewTemplate<AiCriteriaSearch>"
|
|
2452
2423
|
},
|
|
2453
|
-
"default": "html`\n
|
|
2424
|
+
"default": "html`\n ${(x) => aiCriteriaSearchTemplate(getPrefix(x))}\n`"
|
|
2454
2425
|
}
|
|
2455
2426
|
],
|
|
2456
2427
|
"exports": [
|
|
2457
2428
|
{
|
|
2458
2429
|
"kind": "js",
|
|
2459
|
-
"name": "
|
|
2460
|
-
"declaration": {
|
|
2461
|
-
"name": "menuTemplate",
|
|
2462
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2463
|
-
}
|
|
2464
|
-
},
|
|
2465
|
-
{
|
|
2466
|
-
"kind": "js",
|
|
2467
|
-
"name": "singleOptionTemplate",
|
|
2468
|
-
"declaration": {
|
|
2469
|
-
"name": "singleOptionTemplate",
|
|
2470
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2471
|
-
}
|
|
2472
|
-
},
|
|
2473
|
-
{
|
|
2474
|
-
"kind": "js",
|
|
2475
|
-
"name": "foundationActionsMenuTemplate",
|
|
2430
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2476
2431
|
"declaration": {
|
|
2477
|
-
"name": "
|
|
2478
|
-
"module": "src/
|
|
2432
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2433
|
+
"module": "src/ai-criteria-search/ai-criteria-search.template.ts"
|
|
2479
2434
|
}
|
|
2480
2435
|
}
|
|
2481
2436
|
]
|
|
2482
2437
|
},
|
|
2483
2438
|
{
|
|
2484
2439
|
"kind": "javascript-module",
|
|
2485
|
-
"path": "src/
|
|
2440
|
+
"path": "src/ai-criteria-search/ai-criteria-search.ts",
|
|
2486
2441
|
"declarations": [
|
|
2487
2442
|
{
|
|
2488
2443
|
"kind": "class",
|
|
2489
|
-
"description": "",
|
|
2490
|
-
"name": "
|
|
2444
|
+
"description": "Natural-language criteria search input with AI interpretation.",
|
|
2445
|
+
"name": "AiCriteriaSearch",
|
|
2491
2446
|
"members": [
|
|
2492
2447
|
{
|
|
2493
2448
|
"kind": "field",
|
|
2494
|
-
"name": "
|
|
2449
|
+
"name": "providerRegistry",
|
|
2495
2450
|
"type": {
|
|
2496
|
-
"text": "
|
|
2451
|
+
"text": "AIProviderRegistry"
|
|
2497
2452
|
}
|
|
2498
2453
|
},
|
|
2499
2454
|
{
|
|
2500
2455
|
"kind": "field",
|
|
2501
|
-
"name": "
|
|
2456
|
+
"name": "placeholder",
|
|
2502
2457
|
"type": {
|
|
2503
|
-
"text": "
|
|
2458
|
+
"text": "string"
|
|
2504
2459
|
},
|
|
2505
|
-
"default": "
|
|
2460
|
+
"default": "'Describe your search criteria in natural language...'"
|
|
2506
2461
|
},
|
|
2507
2462
|
{
|
|
2508
2463
|
"kind": "field",
|
|
2509
|
-
"name": "
|
|
2464
|
+
"name": "disabled",
|
|
2510
2465
|
"type": {
|
|
2511
2466
|
"text": "boolean"
|
|
2512
|
-
}
|
|
2513
|
-
"default": "true"
|
|
2467
|
+
}
|
|
2514
2468
|
},
|
|
2515
2469
|
{
|
|
2516
2470
|
"kind": "field",
|
|
2517
|
-
"name": "
|
|
2471
|
+
"name": "inputValue",
|
|
2518
2472
|
"type": {
|
|
2519
|
-
"text": "
|
|
2473
|
+
"text": "string"
|
|
2520
2474
|
},
|
|
2521
|
-
"default": "
|
|
2475
|
+
"default": "''"
|
|
2522
2476
|
},
|
|
2523
2477
|
{
|
|
2524
2478
|
"kind": "field",
|
|
2525
|
-
"name": "
|
|
2479
|
+
"name": "isInterpreting",
|
|
2526
2480
|
"type": {
|
|
2527
|
-
"text": "
|
|
2528
|
-
}
|
|
2481
|
+
"text": "boolean"
|
|
2482
|
+
},
|
|
2483
|
+
"default": "false"
|
|
2529
2484
|
},
|
|
2530
2485
|
{
|
|
2531
2486
|
"kind": "field",
|
|
2532
|
-
"name": "
|
|
2487
|
+
"name": "lastValidCriteria",
|
|
2533
2488
|
"type": {
|
|
2534
|
-
"text": "
|
|
2535
|
-
}
|
|
2489
|
+
"text": "string | null"
|
|
2490
|
+
},
|
|
2491
|
+
"default": "null"
|
|
2536
2492
|
},
|
|
2537
2493
|
{
|
|
2538
2494
|
"kind": "field",
|
|
2539
|
-
"name": "
|
|
2495
|
+
"name": "activeGroups",
|
|
2540
2496
|
"type": {
|
|
2541
|
-
"text": "
|
|
2497
|
+
"text": "CriteriaGroup[]"
|
|
2542
2498
|
},
|
|
2543
|
-
"default": "
|
|
2499
|
+
"default": "[]"
|
|
2544
2500
|
},
|
|
2545
2501
|
{
|
|
2546
2502
|
"kind": "field",
|
|
2547
|
-
"name": "
|
|
2503
|
+
"name": "showingChips",
|
|
2548
2504
|
"type": {
|
|
2549
2505
|
"text": "boolean"
|
|
2550
2506
|
},
|
|
@@ -2552,14 +2508,15 @@
|
|
|
2552
2508
|
},
|
|
2553
2509
|
{
|
|
2554
2510
|
"kind": "field",
|
|
2555
|
-
"name": "
|
|
2511
|
+
"name": "fieldMetadata",
|
|
2556
2512
|
"type": {
|
|
2557
|
-
"text": "string"
|
|
2558
|
-
}
|
|
2513
|
+
"text": "MetadataDetail[] | string[]"
|
|
2514
|
+
},
|
|
2515
|
+
"default": "[]"
|
|
2559
2516
|
},
|
|
2560
2517
|
{
|
|
2561
2518
|
"kind": "field",
|
|
2562
|
-
"name": "
|
|
2519
|
+
"name": "isRecording",
|
|
2563
2520
|
"type": {
|
|
2564
2521
|
"text": "boolean"
|
|
2565
2522
|
},
|
|
@@ -2567,102 +2524,125 @@
|
|
|
2567
2524
|
},
|
|
2568
2525
|
{
|
|
2569
2526
|
"kind": "field",
|
|
2570
|
-
"name": "
|
|
2527
|
+
"name": "textAreaRef",
|
|
2571
2528
|
"type": {
|
|
2572
|
-
"text": "
|
|
2529
|
+
"text": "HTMLTextAreaElement"
|
|
2573
2530
|
},
|
|
2574
|
-
"
|
|
2531
|
+
"privacy": "public"
|
|
2575
2532
|
},
|
|
2576
2533
|
{
|
|
2577
2534
|
"kind": "field",
|
|
2578
|
-
"name": "
|
|
2535
|
+
"name": "stopRecording",
|
|
2579
2536
|
"type": {
|
|
2580
|
-
"text": "
|
|
2581
|
-
}
|
|
2537
|
+
"text": "(() => void) | null"
|
|
2538
|
+
},
|
|
2539
|
+
"privacy": "private",
|
|
2540
|
+
"default": "null"
|
|
2582
2541
|
},
|
|
2583
2542
|
{
|
|
2584
2543
|
"kind": "field",
|
|
2585
|
-
"name": "
|
|
2544
|
+
"name": "speechApplyDebounceTimer",
|
|
2586
2545
|
"type": {
|
|
2587
|
-
"text": "
|
|
2588
|
-
}
|
|
2546
|
+
"text": "ReturnType<typeof setTimeout> | null"
|
|
2547
|
+
},
|
|
2548
|
+
"privacy": "private",
|
|
2549
|
+
"default": "null"
|
|
2550
|
+
},
|
|
2551
|
+
{
|
|
2552
|
+
"kind": "field",
|
|
2553
|
+
"name": "speechAvailable",
|
|
2554
|
+
"type": {
|
|
2555
|
+
"text": "boolean"
|
|
2556
|
+
},
|
|
2557
|
+
"readonly": true
|
|
2558
|
+
},
|
|
2559
|
+
{
|
|
2560
|
+
"kind": "field",
|
|
2561
|
+
"name": "criteriaChips",
|
|
2562
|
+
"type": {
|
|
2563
|
+
"text": "CriteriaChip[]"
|
|
2564
|
+
},
|
|
2565
|
+
"readonly": true
|
|
2589
2566
|
},
|
|
2590
2567
|
{
|
|
2591
2568
|
"kind": "method",
|
|
2592
|
-
"name": "
|
|
2593
|
-
"privacy": "
|
|
2569
|
+
"name": "getFieldLabel",
|
|
2570
|
+
"privacy": "private",
|
|
2571
|
+
"return": {
|
|
2572
|
+
"type": {
|
|
2573
|
+
"text": "string"
|
|
2574
|
+
}
|
|
2575
|
+
},
|
|
2594
2576
|
"parameters": [
|
|
2595
2577
|
{
|
|
2596
|
-
"name": "
|
|
2597
|
-
"type": {
|
|
2598
|
-
"text": "any"
|
|
2599
|
-
}
|
|
2600
|
-
},
|
|
2601
|
-
{
|
|
2602
|
-
"name": "newValue",
|
|
2578
|
+
"name": "fieldName",
|
|
2603
2579
|
"type": {
|
|
2604
|
-
"text": "
|
|
2580
|
+
"text": "string"
|
|
2605
2581
|
}
|
|
2606
2582
|
}
|
|
2607
2583
|
]
|
|
2608
2584
|
},
|
|
2609
2585
|
{
|
|
2610
2586
|
"kind": "method",
|
|
2611
|
-
"name": "
|
|
2612
|
-
"
|
|
2613
|
-
|
|
2614
|
-
|
|
2615
|
-
|
|
2616
|
-
|
|
2587
|
+
"name": "toggleCriteriaView",
|
|
2588
|
+
"return": {
|
|
2589
|
+
"type": {
|
|
2590
|
+
"text": "void"
|
|
2591
|
+
}
|
|
2592
|
+
}
|
|
2617
2593
|
},
|
|
2618
2594
|
{
|
|
2619
2595
|
"kind": "method",
|
|
2620
|
-
"name": "
|
|
2596
|
+
"name": "removeChip",
|
|
2597
|
+
"return": {
|
|
2598
|
+
"type": {
|
|
2599
|
+
"text": "void"
|
|
2600
|
+
}
|
|
2601
|
+
},
|
|
2621
2602
|
"parameters": [
|
|
2622
2603
|
{
|
|
2623
|
-
"name": "
|
|
2604
|
+
"name": "groupIndex",
|
|
2624
2605
|
"type": {
|
|
2625
|
-
"text": "
|
|
2606
|
+
"text": "number"
|
|
2607
|
+
}
|
|
2608
|
+
},
|
|
2609
|
+
{
|
|
2610
|
+
"name": "clauseIndex",
|
|
2611
|
+
"type": {
|
|
2612
|
+
"text": "number"
|
|
2626
2613
|
}
|
|
2627
2614
|
}
|
|
2628
2615
|
]
|
|
2629
2616
|
},
|
|
2630
2617
|
{
|
|
2631
|
-
"kind": "
|
|
2632
|
-
"name": "
|
|
2633
|
-
"
|
|
2634
|
-
"
|
|
2635
|
-
|
|
2636
|
-
|
|
2618
|
+
"kind": "method",
|
|
2619
|
+
"name": "clearChips",
|
|
2620
|
+
"return": {
|
|
2621
|
+
"type": {
|
|
2622
|
+
"text": "void"
|
|
2623
|
+
}
|
|
2624
|
+
}
|
|
2637
2625
|
},
|
|
2638
2626
|
{
|
|
2639
|
-
"kind": "
|
|
2640
|
-
"name": "
|
|
2641
|
-
"readonly": true
|
|
2627
|
+
"kind": "method",
|
|
2628
|
+
"name": "handleSubmit"
|
|
2642
2629
|
},
|
|
2643
2630
|
{
|
|
2644
2631
|
"kind": "method",
|
|
2645
|
-
"name": "
|
|
2646
|
-
"parameters": [
|
|
2647
|
-
{
|
|
2648
|
-
"name": "name",
|
|
2649
|
-
"type": {
|
|
2650
|
-
"text": "string | ((rowData: any) => string)"
|
|
2651
|
-
}
|
|
2652
|
-
}
|
|
2653
|
-
]
|
|
2632
|
+
"name": "handleBlur"
|
|
2654
2633
|
},
|
|
2655
2634
|
{
|
|
2656
2635
|
"kind": "method",
|
|
2657
|
-
"name": "
|
|
2658
|
-
|
|
2659
|
-
|
|
2660
|
-
|
|
2661
|
-
|
|
2662
|
-
|
|
2663
|
-
|
|
2664
|
-
|
|
2665
|
-
|
|
2636
|
+
"name": "clear"
|
|
2637
|
+
},
|
|
2638
|
+
{
|
|
2639
|
+
"kind": "method",
|
|
2640
|
+
"name": "toggleSpeechInput"
|
|
2641
|
+
},
|
|
2642
|
+
{
|
|
2643
|
+
"kind": "method",
|
|
2644
|
+
"name": "clearSpeechApplyDebounce",
|
|
2645
|
+
"privacy": "private"
|
|
2666
2646
|
},
|
|
2667
2647
|
{
|
|
2668
2648
|
"kind": "field",
|
|
@@ -2776,115 +2756,154 @@
|
|
|
2776
2756
|
}
|
|
2777
2757
|
}
|
|
2778
2758
|
],
|
|
2779
|
-
"
|
|
2780
|
-
{
|
|
2781
|
-
"name": "is-vertical",
|
|
2782
|
-
"type": {
|
|
2783
|
-
"text": "boolean"
|
|
2784
|
-
},
|
|
2785
|
-
"default": "false",
|
|
2786
|
-
"fieldName": "isVertical"
|
|
2787
|
-
},
|
|
2788
|
-
{
|
|
2789
|
-
"name": "add-default-actions",
|
|
2790
|
-
"type": {
|
|
2791
|
-
"text": "boolean"
|
|
2792
|
-
},
|
|
2793
|
-
"default": "true",
|
|
2794
|
-
"fieldName": "addDefaultActions"
|
|
2795
|
-
},
|
|
2796
|
-
{
|
|
2797
|
-
"name": "auto-close-on-action",
|
|
2798
|
-
"type": {
|
|
2799
|
-
"text": "boolean"
|
|
2800
|
-
},
|
|
2801
|
-
"default": "true",
|
|
2802
|
-
"fieldName": "autoCloseOnAction"
|
|
2803
|
-
},
|
|
2759
|
+
"events": [
|
|
2804
2760
|
{
|
|
2805
|
-
"
|
|
2806
|
-
"
|
|
2807
|
-
"text": "string"
|
|
2808
|
-
},
|
|
2809
|
-
"default": "'Actions'",
|
|
2810
|
-
"fieldName": "name"
|
|
2761
|
+
"description": "Fired when interpreted criteria is applied or cleared. detail: `string | null`",
|
|
2762
|
+
"name": "criteria-changed"
|
|
2811
2763
|
},
|
|
2812
2764
|
{
|
|
2813
|
-
"
|
|
2814
|
-
"
|
|
2815
|
-
|
|
2816
|
-
|
|
2817
|
-
|
|
2818
|
-
"fieldName": "open"
|
|
2819
|
-
},
|
|
2765
|
+
"description": "Fired when interpreted criteria contains invalid clauses. detail: `ValidationError[]`",
|
|
2766
|
+
"name": "validation-errors"
|
|
2767
|
+
}
|
|
2768
|
+
],
|
|
2769
|
+
"attributes": [
|
|
2820
2770
|
{
|
|
2821
|
-
"name": "
|
|
2771
|
+
"name": "placeholder",
|
|
2822
2772
|
"type": {
|
|
2823
2773
|
"text": "string"
|
|
2824
2774
|
},
|
|
2825
|
-
"
|
|
2826
|
-
|
|
2827
|
-
{
|
|
2828
|
-
"name": "hide-disabled",
|
|
2829
|
-
"type": {
|
|
2830
|
-
"text": "boolean"
|
|
2831
|
-
},
|
|
2832
|
-
"default": "false",
|
|
2833
|
-
"fieldName": "hideDisabled"
|
|
2775
|
+
"default": "'Describe your search criteria in natural language...'",
|
|
2776
|
+
"fieldName": "placeholder"
|
|
2834
2777
|
},
|
|
2835
2778
|
{
|
|
2836
|
-
"name": "hide-menu-single-option",
|
|
2837
2779
|
"type": {
|
|
2838
2780
|
"text": "boolean"
|
|
2839
2781
|
},
|
|
2840
|
-
"
|
|
2841
|
-
"fieldName": "hideMenuSingleOption"
|
|
2782
|
+
"fieldName": "disabled"
|
|
2842
2783
|
}
|
|
2843
2784
|
],
|
|
2844
2785
|
"superclass": {
|
|
2845
2786
|
"name": "FoundationElement",
|
|
2846
2787
|
"package": "@microsoft/fast-foundation"
|
|
2847
2788
|
},
|
|
2848
|
-
"tagName": "%%prefix%%-
|
|
2789
|
+
"tagName": "%%prefix%%-ai-criteria-search",
|
|
2849
2790
|
"customElement": true
|
|
2850
2791
|
},
|
|
2851
2792
|
{
|
|
2852
2793
|
"kind": "variable",
|
|
2853
|
-
"name": "
|
|
2854
|
-
"
|
|
2855
|
-
|
|
2794
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2795
|
+
"type": {
|
|
2796
|
+
"text": "ShadowRootInit"
|
|
2797
|
+
},
|
|
2798
|
+
"default": "undefined"
|
|
2799
|
+
},
|
|
2800
|
+
{
|
|
2801
|
+
"kind": "variable",
|
|
2802
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2803
|
+
"type": {
|
|
2804
|
+
"text": "object"
|
|
2805
|
+
},
|
|
2806
|
+
"default": "{}"
|
|
2807
|
+
},
|
|
2808
|
+
{
|
|
2809
|
+
"kind": "variable",
|
|
2810
|
+
"name": "foundationAiCriteriaSearch"
|
|
2856
2811
|
}
|
|
2857
2812
|
],
|
|
2858
2813
|
"exports": [
|
|
2859
2814
|
{
|
|
2860
2815
|
"kind": "js",
|
|
2861
|
-
"name": "
|
|
2816
|
+
"name": "AiCriteriaSearch",
|
|
2862
2817
|
"declaration": {
|
|
2863
|
-
"name": "
|
|
2864
|
-
"module": "src/
|
|
2818
|
+
"name": "AiCriteriaSearch",
|
|
2819
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2865
2820
|
}
|
|
2866
2821
|
},
|
|
2867
2822
|
{
|
|
2868
2823
|
"kind": "js",
|
|
2869
|
-
"name": "
|
|
2824
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2870
2825
|
"declaration": {
|
|
2871
|
-
"name": "
|
|
2872
|
-
"module": "src/
|
|
2826
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2827
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2828
|
+
}
|
|
2829
|
+
},
|
|
2830
|
+
{
|
|
2831
|
+
"kind": "js",
|
|
2832
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2833
|
+
"declaration": {
|
|
2834
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2835
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2836
|
+
}
|
|
2837
|
+
},
|
|
2838
|
+
{
|
|
2839
|
+
"kind": "js",
|
|
2840
|
+
"name": "foundationAiCriteriaSearch",
|
|
2841
|
+
"declaration": {
|
|
2842
|
+
"name": "foundationAiCriteriaSearch",
|
|
2843
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2873
2844
|
}
|
|
2874
2845
|
}
|
|
2875
2846
|
]
|
|
2876
2847
|
},
|
|
2877
2848
|
{
|
|
2878
2849
|
"kind": "javascript-module",
|
|
2879
|
-
"path": "src/
|
|
2850
|
+
"path": "src/ai-criteria-search/index.ts",
|
|
2880
2851
|
"declarations": [],
|
|
2881
2852
|
"exports": [
|
|
2853
|
+
{
|
|
2854
|
+
"kind": "js",
|
|
2855
|
+
"name": "AiCriteriaSearch",
|
|
2856
|
+
"declaration": {
|
|
2857
|
+
"name": "AiCriteriaSearch",
|
|
2858
|
+
"module": "./ai-criteria-search"
|
|
2859
|
+
}
|
|
2860
|
+
},
|
|
2861
|
+
{
|
|
2862
|
+
"kind": "js",
|
|
2863
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2864
|
+
"declaration": {
|
|
2865
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2866
|
+
"module": "./ai-criteria-search"
|
|
2867
|
+
}
|
|
2868
|
+
},
|
|
2869
|
+
{
|
|
2870
|
+
"kind": "js",
|
|
2871
|
+
"name": "foundationAiCriteriaSearch",
|
|
2872
|
+
"declaration": {
|
|
2873
|
+
"name": "foundationAiCriteriaSearch",
|
|
2874
|
+
"module": "./ai-criteria-search"
|
|
2875
|
+
}
|
|
2876
|
+
},
|
|
2877
|
+
{
|
|
2878
|
+
"kind": "js",
|
|
2879
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2880
|
+
"declaration": {
|
|
2881
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2882
|
+
"module": "./ai-criteria-search"
|
|
2883
|
+
}
|
|
2884
|
+
},
|
|
2885
|
+
{
|
|
2886
|
+
"kind": "js",
|
|
2887
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2888
|
+
"declaration": {
|
|
2889
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2890
|
+
"module": "./ai-criteria-search.styles"
|
|
2891
|
+
}
|
|
2892
|
+
},
|
|
2893
|
+
{
|
|
2894
|
+
"kind": "js",
|
|
2895
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2896
|
+
"declaration": {
|
|
2897
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2898
|
+
"module": "./ai-criteria-search.template"
|
|
2899
|
+
}
|
|
2900
|
+
},
|
|
2882
2901
|
{
|
|
2883
2902
|
"kind": "js",
|
|
2884
2903
|
"name": "*",
|
|
2885
2904
|
"declaration": {
|
|
2886
2905
|
"name": "*",
|
|
2887
|
-
"package": "./
|
|
2906
|
+
"package": "./validation/criteria-ir"
|
|
2888
2907
|
}
|
|
2889
2908
|
},
|
|
2890
2909
|
{
|
|
@@ -2892,7 +2911,7 @@
|
|
|
2892
2911
|
"name": "*",
|
|
2893
2912
|
"declaration": {
|
|
2894
2913
|
"name": "*",
|
|
2895
|
-
"package": "./
|
|
2914
|
+
"package": "./validation/operator-map"
|
|
2896
2915
|
}
|
|
2897
2916
|
},
|
|
2898
2917
|
{
|
|
@@ -2900,215 +2919,357 @@
|
|
|
2900
2919
|
"name": "*",
|
|
2901
2920
|
"declaration": {
|
|
2902
2921
|
"name": "*",
|
|
2903
|
-
"package": "./
|
|
2922
|
+
"package": "./validation/schema-validator"
|
|
2904
2923
|
}
|
|
2905
2924
|
}
|
|
2906
2925
|
]
|
|
2907
2926
|
},
|
|
2908
2927
|
{
|
|
2909
2928
|
"kind": "javascript-module",
|
|
2910
|
-
"path": "src/ai-criteria-search/
|
|
2929
|
+
"path": "src/ai-criteria-search/validation-error-notification.ts",
|
|
2911
2930
|
"declarations": [
|
|
2912
2931
|
{
|
|
2913
|
-
"kind": "
|
|
2914
|
-
"name": "
|
|
2915
|
-
"
|
|
2932
|
+
"kind": "function",
|
|
2933
|
+
"name": "formatValidationErrors",
|
|
2934
|
+
"return": {
|
|
2935
|
+
"type": {
|
|
2936
|
+
"text": "string"
|
|
2937
|
+
}
|
|
2938
|
+
},
|
|
2939
|
+
"parameters": [
|
|
2940
|
+
{
|
|
2941
|
+
"name": "errors",
|
|
2942
|
+
"type": {
|
|
2943
|
+
"text": "ValidationError[]"
|
|
2944
|
+
}
|
|
2945
|
+
}
|
|
2946
|
+
],
|
|
2947
|
+
"description": "Formats validation errors into a user-friendly message."
|
|
2948
|
+
},
|
|
2949
|
+
{
|
|
2950
|
+
"kind": "function",
|
|
2951
|
+
"name": "showCriteriaError",
|
|
2952
|
+
"return": {
|
|
2953
|
+
"type": {
|
|
2954
|
+
"text": "void"
|
|
2955
|
+
}
|
|
2956
|
+
},
|
|
2957
|
+
"parameters": [
|
|
2958
|
+
{
|
|
2959
|
+
"name": "title",
|
|
2960
|
+
"type": {
|
|
2961
|
+
"text": "string"
|
|
2962
|
+
},
|
|
2963
|
+
"description": "Notification title (e.g. \"Criteria validation error\")"
|
|
2964
|
+
},
|
|
2965
|
+
{
|
|
2966
|
+
"name": "body",
|
|
2967
|
+
"type": {
|
|
2968
|
+
"text": "string"
|
|
2969
|
+
},
|
|
2970
|
+
"description": "Error message to display"
|
|
2971
|
+
},
|
|
2972
|
+
{
|
|
2973
|
+
"name": "tagName",
|
|
2974
|
+
"type": {
|
|
2975
|
+
"text": "string"
|
|
2976
|
+
},
|
|
2977
|
+
"description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
|
|
2978
|
+
}
|
|
2979
|
+
],
|
|
2980
|
+
"description": "Shows a criteria error as a toast notification."
|
|
2916
2981
|
}
|
|
2917
2982
|
],
|
|
2918
2983
|
"exports": [
|
|
2919
2984
|
{
|
|
2920
2985
|
"kind": "js",
|
|
2921
|
-
"name": "
|
|
2986
|
+
"name": "formatValidationErrors",
|
|
2922
2987
|
"declaration": {
|
|
2923
|
-
"name": "
|
|
2924
|
-
"module": "src/ai-criteria-search/
|
|
2988
|
+
"name": "formatValidationErrors",
|
|
2989
|
+
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
2990
|
+
}
|
|
2991
|
+
},
|
|
2992
|
+
{
|
|
2993
|
+
"kind": "js",
|
|
2994
|
+
"name": "showCriteriaError",
|
|
2995
|
+
"declaration": {
|
|
2996
|
+
"name": "showCriteriaError",
|
|
2997
|
+
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
2925
2998
|
}
|
|
2926
2999
|
}
|
|
2927
3000
|
]
|
|
2928
3001
|
},
|
|
2929
3002
|
{
|
|
2930
3003
|
"kind": "javascript-module",
|
|
2931
|
-
"path": "src/
|
|
3004
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
2932
3005
|
"declarations": [
|
|
2933
3006
|
{
|
|
2934
|
-
"kind": "
|
|
2935
|
-
"name": "
|
|
2936
|
-
"
|
|
2937
|
-
"
|
|
3007
|
+
"kind": "function",
|
|
3008
|
+
"name": "foundationAccordionStyles",
|
|
3009
|
+
"return": {
|
|
3010
|
+
"type": {
|
|
3011
|
+
"text": "ElementStyles"
|
|
3012
|
+
}
|
|
2938
3013
|
},
|
|
2939
|
-
"
|
|
3014
|
+
"parameters": [
|
|
3015
|
+
{
|
|
3016
|
+
"name": "context",
|
|
3017
|
+
"type": {
|
|
3018
|
+
"text": "ElementDefinitionContext"
|
|
3019
|
+
}
|
|
3020
|
+
},
|
|
3021
|
+
{
|
|
3022
|
+
"name": "definition",
|
|
3023
|
+
"type": {
|
|
3024
|
+
"text": "FoundationElementDefinition"
|
|
3025
|
+
}
|
|
3026
|
+
}
|
|
3027
|
+
]
|
|
2940
3028
|
}
|
|
2941
3029
|
],
|
|
2942
3030
|
"exports": [
|
|
2943
3031
|
{
|
|
2944
3032
|
"kind": "js",
|
|
2945
|
-
"name": "
|
|
3033
|
+
"name": "foundationAccordionStyles",
|
|
2946
3034
|
"declaration": {
|
|
2947
|
-
"name": "
|
|
2948
|
-
"module": "src/
|
|
3035
|
+
"name": "foundationAccordionStyles",
|
|
3036
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
2949
3037
|
}
|
|
2950
3038
|
}
|
|
2951
3039
|
]
|
|
2952
3040
|
},
|
|
2953
3041
|
{
|
|
2954
3042
|
"kind": "javascript-module",
|
|
2955
|
-
"path": "src/
|
|
3043
|
+
"path": "src/accordion/accordion.template.ts",
|
|
2956
3044
|
"declarations": [
|
|
2957
3045
|
{
|
|
2958
|
-
"kind": "
|
|
2959
|
-
"
|
|
2960
|
-
"
|
|
2961
|
-
|
|
3046
|
+
"kind": "function",
|
|
3047
|
+
"name": "foundationAccordionTemplate",
|
|
3048
|
+
"return": {
|
|
3049
|
+
"type": {
|
|
3050
|
+
"text": "ViewTemplate<Accordion>"
|
|
3051
|
+
}
|
|
3052
|
+
},
|
|
3053
|
+
"parameters": [
|
|
2962
3054
|
{
|
|
2963
|
-
"
|
|
2964
|
-
"name": "providerRegistry",
|
|
3055
|
+
"name": "context",
|
|
2965
3056
|
"type": {
|
|
2966
|
-
"text": "
|
|
3057
|
+
"text": "ElementDefinitionContext"
|
|
2967
3058
|
}
|
|
2968
3059
|
},
|
|
2969
3060
|
{
|
|
2970
|
-
"
|
|
2971
|
-
"name": "placeholder",
|
|
2972
|
-
"type": {
|
|
2973
|
-
"text": "string"
|
|
2974
|
-
},
|
|
2975
|
-
"default": "'Describe your search criteria in natural language...'"
|
|
2976
|
-
},
|
|
2977
|
-
{
|
|
2978
|
-
"kind": "field",
|
|
2979
|
-
"name": "disabled",
|
|
3061
|
+
"name": "definition",
|
|
2980
3062
|
"type": {
|
|
2981
|
-
"text": "
|
|
3063
|
+
"text": "FoundationElementDefinition"
|
|
2982
3064
|
}
|
|
2983
|
-
}
|
|
3065
|
+
}
|
|
3066
|
+
]
|
|
3067
|
+
}
|
|
3068
|
+
],
|
|
3069
|
+
"exports": [
|
|
3070
|
+
{
|
|
3071
|
+
"kind": "js",
|
|
3072
|
+
"name": "foundationAccordionTemplate",
|
|
3073
|
+
"declaration": {
|
|
3074
|
+
"name": "foundationAccordionTemplate",
|
|
3075
|
+
"module": "src/accordion/accordion.template.ts"
|
|
3076
|
+
}
|
|
3077
|
+
}
|
|
3078
|
+
]
|
|
3079
|
+
},
|
|
3080
|
+
{
|
|
3081
|
+
"kind": "javascript-module",
|
|
3082
|
+
"path": "src/accordion/accordion.ts",
|
|
3083
|
+
"declarations": [
|
|
3084
|
+
{
|
|
3085
|
+
"kind": "class",
|
|
3086
|
+
"description": "",
|
|
3087
|
+
"name": "Accordion",
|
|
3088
|
+
"superclass": {
|
|
3089
|
+
"name": "FASTAccordion",
|
|
3090
|
+
"package": "@microsoft/fast-foundation"
|
|
3091
|
+
},
|
|
3092
|
+
"tagName": "%%prefix%%-accordion",
|
|
3093
|
+
"customElement": true,
|
|
3094
|
+
"attributes": [
|
|
2984
3095
|
{
|
|
2985
|
-
"
|
|
2986
|
-
"name": "inputValue",
|
|
3096
|
+
"name": "expand-mode",
|
|
2987
3097
|
"type": {
|
|
2988
|
-
"text": "
|
|
3098
|
+
"text": "AccordionExpandMode"
|
|
2989
3099
|
},
|
|
2990
|
-
"
|
|
2991
|
-
|
|
3100
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
3101
|
+
"fieldName": "expandmode",
|
|
3102
|
+
"inheritedFrom": {
|
|
3103
|
+
"name": "Accordion",
|
|
3104
|
+
"module": "src/accordion/accordion.ts"
|
|
3105
|
+
}
|
|
3106
|
+
}
|
|
3107
|
+
],
|
|
3108
|
+
"members": [
|
|
2992
3109
|
{
|
|
2993
3110
|
"kind": "field",
|
|
2994
|
-
"name": "
|
|
3111
|
+
"name": "expandmode",
|
|
2995
3112
|
"type": {
|
|
2996
|
-
"text": "
|
|
3113
|
+
"text": "AccordionExpandMode"
|
|
2997
3114
|
},
|
|
2998
|
-
"
|
|
3115
|
+
"privacy": "public",
|
|
3116
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
3117
|
+
"inheritedFrom": {
|
|
3118
|
+
"name": "Accordion",
|
|
3119
|
+
"module": "src/accordion/accordion.ts"
|
|
3120
|
+
}
|
|
2999
3121
|
},
|
|
3000
3122
|
{
|
|
3001
3123
|
"kind": "field",
|
|
3002
|
-
"name": "
|
|
3124
|
+
"name": "activeid",
|
|
3003
3125
|
"type": {
|
|
3004
3126
|
"text": "string | null"
|
|
3005
3127
|
},
|
|
3006
|
-
"
|
|
3007
|
-
|
|
3008
|
-
|
|
3009
|
-
|
|
3010
|
-
|
|
3011
|
-
"type": {
|
|
3012
|
-
"text": "CriteriaGroup[]"
|
|
3013
|
-
},
|
|
3014
|
-
"default": "[]"
|
|
3128
|
+
"privacy": "private",
|
|
3129
|
+
"inheritedFrom": {
|
|
3130
|
+
"name": "Accordion",
|
|
3131
|
+
"module": "src/accordion/accordion.ts"
|
|
3132
|
+
}
|
|
3015
3133
|
},
|
|
3016
3134
|
{
|
|
3017
3135
|
"kind": "field",
|
|
3018
|
-
"name": "
|
|
3136
|
+
"name": "activeItemIndex",
|
|
3019
3137
|
"type": {
|
|
3020
|
-
"text": "
|
|
3138
|
+
"text": "number"
|
|
3021
3139
|
},
|
|
3022
|
-
"
|
|
3140
|
+
"privacy": "private",
|
|
3141
|
+
"default": "0",
|
|
3142
|
+
"inheritedFrom": {
|
|
3143
|
+
"name": "Accordion",
|
|
3144
|
+
"module": "src/accordion/accordion.ts"
|
|
3145
|
+
}
|
|
3023
3146
|
},
|
|
3024
3147
|
{
|
|
3025
3148
|
"kind": "field",
|
|
3026
|
-
"name": "
|
|
3149
|
+
"name": "accordionIds",
|
|
3027
3150
|
"type": {
|
|
3028
|
-
"text": "
|
|
3151
|
+
"text": "Array<string | null>"
|
|
3029
3152
|
},
|
|
3030
|
-
"
|
|
3153
|
+
"privacy": "private",
|
|
3154
|
+
"inheritedFrom": {
|
|
3155
|
+
"name": "Accordion",
|
|
3156
|
+
"module": "src/accordion/accordion.ts"
|
|
3157
|
+
}
|
|
3031
3158
|
},
|
|
3032
3159
|
{
|
|
3033
3160
|
"kind": "field",
|
|
3034
|
-
"name": "
|
|
3035
|
-
"
|
|
3036
|
-
|
|
3037
|
-
|
|
3038
|
-
|
|
3161
|
+
"name": "change",
|
|
3162
|
+
"privacy": "private",
|
|
3163
|
+
"inheritedFrom": {
|
|
3164
|
+
"name": "Accordion",
|
|
3165
|
+
"module": "src/accordion/accordion.ts"
|
|
3166
|
+
}
|
|
3039
3167
|
},
|
|
3040
3168
|
{
|
|
3041
|
-
"kind": "
|
|
3042
|
-
"name": "
|
|
3043
|
-
"
|
|
3044
|
-
|
|
3169
|
+
"kind": "method",
|
|
3170
|
+
"name": "findExpandedItem",
|
|
3171
|
+
"privacy": "private",
|
|
3172
|
+
"return": {
|
|
3173
|
+
"type": {
|
|
3174
|
+
"text": "AccordionItem | null"
|
|
3175
|
+
}
|
|
3045
3176
|
},
|
|
3046
|
-
"
|
|
3177
|
+
"inheritedFrom": {
|
|
3178
|
+
"name": "Accordion",
|
|
3179
|
+
"module": "src/accordion/accordion.ts"
|
|
3180
|
+
}
|
|
3047
3181
|
},
|
|
3048
3182
|
{
|
|
3049
3183
|
"kind": "field",
|
|
3050
|
-
"name": "
|
|
3051
|
-
"type": {
|
|
3052
|
-
"text": "(() => void) | null"
|
|
3053
|
-
},
|
|
3184
|
+
"name": "setItems",
|
|
3054
3185
|
"privacy": "private",
|
|
3055
|
-
"
|
|
3186
|
+
"inheritedFrom": {
|
|
3187
|
+
"name": "Accordion",
|
|
3188
|
+
"module": "src/accordion/accordion.ts"
|
|
3189
|
+
}
|
|
3056
3190
|
},
|
|
3057
3191
|
{
|
|
3058
|
-
"kind": "
|
|
3059
|
-
"name": "
|
|
3060
|
-
"type": {
|
|
3061
|
-
"text": "ReturnType<typeof setTimeout> | null"
|
|
3062
|
-
},
|
|
3192
|
+
"kind": "method",
|
|
3193
|
+
"name": "resetItems",
|
|
3063
3194
|
"privacy": "private",
|
|
3064
|
-
"
|
|
3195
|
+
"return": {
|
|
3196
|
+
"type": {
|
|
3197
|
+
"text": "void"
|
|
3198
|
+
}
|
|
3199
|
+
},
|
|
3200
|
+
"inheritedFrom": {
|
|
3201
|
+
"name": "Accordion",
|
|
3202
|
+
"module": "src/accordion/accordion.ts"
|
|
3203
|
+
}
|
|
3065
3204
|
},
|
|
3066
3205
|
{
|
|
3067
3206
|
"kind": "field",
|
|
3068
|
-
"name": "
|
|
3069
|
-
"
|
|
3070
|
-
|
|
3071
|
-
|
|
3072
|
-
|
|
3207
|
+
"name": "removeItemListeners",
|
|
3208
|
+
"privacy": "private",
|
|
3209
|
+
"inheritedFrom": {
|
|
3210
|
+
"name": "Accordion",
|
|
3211
|
+
"module": "src/accordion/accordion.ts"
|
|
3212
|
+
}
|
|
3073
3213
|
},
|
|
3074
3214
|
{
|
|
3075
3215
|
"kind": "field",
|
|
3076
|
-
"name": "
|
|
3077
|
-
"
|
|
3078
|
-
|
|
3079
|
-
|
|
3080
|
-
|
|
3216
|
+
"name": "activeItemChange",
|
|
3217
|
+
"privacy": "private",
|
|
3218
|
+
"inheritedFrom": {
|
|
3219
|
+
"name": "Accordion",
|
|
3220
|
+
"module": "src/accordion/accordion.ts"
|
|
3221
|
+
}
|
|
3081
3222
|
},
|
|
3082
3223
|
{
|
|
3083
3224
|
"kind": "method",
|
|
3084
|
-
"name": "
|
|
3225
|
+
"name": "getItemIds",
|
|
3085
3226
|
"privacy": "private",
|
|
3086
3227
|
"return": {
|
|
3087
3228
|
"type": {
|
|
3088
|
-
"text": "string"
|
|
3229
|
+
"text": "Array<string | null>"
|
|
3089
3230
|
}
|
|
3090
3231
|
},
|
|
3091
|
-
"
|
|
3092
|
-
|
|
3093
|
-
|
|
3094
|
-
|
|
3095
|
-
"text": "string"
|
|
3096
|
-
}
|
|
3097
|
-
}
|
|
3098
|
-
]
|
|
3232
|
+
"inheritedFrom": {
|
|
3233
|
+
"name": "Accordion",
|
|
3234
|
+
"module": "src/accordion/accordion.ts"
|
|
3235
|
+
}
|
|
3099
3236
|
},
|
|
3100
3237
|
{
|
|
3101
3238
|
"kind": "method",
|
|
3102
|
-
"name": "
|
|
3239
|
+
"name": "isSingleExpandMode",
|
|
3240
|
+
"privacy": "private",
|
|
3103
3241
|
"return": {
|
|
3104
3242
|
"type": {
|
|
3105
|
-
"text": "
|
|
3243
|
+
"text": "boolean"
|
|
3106
3244
|
}
|
|
3245
|
+
},
|
|
3246
|
+
"inheritedFrom": {
|
|
3247
|
+
"name": "Accordion",
|
|
3248
|
+
"module": "src/accordion/accordion.ts"
|
|
3249
|
+
}
|
|
3250
|
+
},
|
|
3251
|
+
{
|
|
3252
|
+
"kind": "field",
|
|
3253
|
+
"name": "handleItemKeyDown",
|
|
3254
|
+
"privacy": "private",
|
|
3255
|
+
"inheritedFrom": {
|
|
3256
|
+
"name": "Accordion",
|
|
3257
|
+
"module": "src/accordion/accordion.ts"
|
|
3258
|
+
}
|
|
3259
|
+
},
|
|
3260
|
+
{
|
|
3261
|
+
"kind": "field",
|
|
3262
|
+
"name": "handleItemFocus",
|
|
3263
|
+
"privacy": "private",
|
|
3264
|
+
"inheritedFrom": {
|
|
3265
|
+
"name": "Accordion",
|
|
3266
|
+
"module": "src/accordion/accordion.ts"
|
|
3107
3267
|
}
|
|
3108
3268
|
},
|
|
3109
3269
|
{
|
|
3110
3270
|
"kind": "method",
|
|
3111
|
-
"name": "
|
|
3271
|
+
"name": "adjust",
|
|
3272
|
+
"privacy": "private",
|
|
3112
3273
|
"return": {
|
|
3113
3274
|
"type": {
|
|
3114
3275
|
"text": "void"
|
|
@@ -3116,49 +3277,31 @@
|
|
|
3116
3277
|
},
|
|
3117
3278
|
"parameters": [
|
|
3118
3279
|
{
|
|
3119
|
-
"name": "
|
|
3120
|
-
"type": {
|
|
3121
|
-
"text": "number"
|
|
3122
|
-
}
|
|
3123
|
-
},
|
|
3124
|
-
{
|
|
3125
|
-
"name": "clauseIndex",
|
|
3280
|
+
"name": "adjustment",
|
|
3126
3281
|
"type": {
|
|
3127
3282
|
"text": "number"
|
|
3128
3283
|
}
|
|
3129
3284
|
}
|
|
3130
|
-
]
|
|
3285
|
+
],
|
|
3286
|
+
"inheritedFrom": {
|
|
3287
|
+
"name": "Accordion",
|
|
3288
|
+
"module": "src/accordion/accordion.ts"
|
|
3289
|
+
}
|
|
3131
3290
|
},
|
|
3132
3291
|
{
|
|
3133
3292
|
"kind": "method",
|
|
3134
|
-
"name": "
|
|
3293
|
+
"name": "focusItem",
|
|
3294
|
+
"privacy": "private",
|
|
3135
3295
|
"return": {
|
|
3136
3296
|
"type": {
|
|
3137
3297
|
"text": "void"
|
|
3138
3298
|
}
|
|
3299
|
+
},
|
|
3300
|
+
"inheritedFrom": {
|
|
3301
|
+
"name": "Accordion",
|
|
3302
|
+
"module": "src/accordion/accordion.ts"
|
|
3139
3303
|
}
|
|
3140
3304
|
},
|
|
3141
|
-
{
|
|
3142
|
-
"kind": "method",
|
|
3143
|
-
"name": "handleSubmit"
|
|
3144
|
-
},
|
|
3145
|
-
{
|
|
3146
|
-
"kind": "method",
|
|
3147
|
-
"name": "handleBlur"
|
|
3148
|
-
},
|
|
3149
|
-
{
|
|
3150
|
-
"kind": "method",
|
|
3151
|
-
"name": "clear"
|
|
3152
|
-
},
|
|
3153
|
-
{
|
|
3154
|
-
"kind": "method",
|
|
3155
|
-
"name": "toggleSpeechInput"
|
|
3156
|
-
},
|
|
3157
|
-
{
|
|
3158
|
-
"kind": "method",
|
|
3159
|
-
"name": "clearSpeechApplyDebounce",
|
|
3160
|
-
"privacy": "private"
|
|
3161
|
-
},
|
|
3162
3305
|
{
|
|
3163
3306
|
"kind": "field",
|
|
3164
3307
|
"name": "_presentation",
|
|
@@ -3262,59 +3405,37 @@
|
|
|
3262
3405
|
"text": "T"
|
|
3263
3406
|
},
|
|
3264
3407
|
"description": "The definition of the element to create the registry\nfunction for."
|
|
3265
|
-
}
|
|
3266
|
-
],
|
|
3267
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3268
|
-
"inheritedFrom": {
|
|
3269
|
-
"name": "FoundationElement",
|
|
3270
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3271
|
-
}
|
|
3272
|
-
}
|
|
3273
|
-
],
|
|
3274
|
-
"events": [
|
|
3275
|
-
{
|
|
3276
|
-
"description": "Fired when interpreted criteria is applied or cleared. detail: `string | null`",
|
|
3277
|
-
"name": "criteria-changed"
|
|
3278
|
-
},
|
|
3279
|
-
{
|
|
3280
|
-
"description": "Fired when interpreted criteria contains invalid clauses. detail: `ValidationError[]`",
|
|
3281
|
-
"name": "validation-errors"
|
|
3408
|
+
}
|
|
3409
|
+
],
|
|
3410
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3411
|
+
"inheritedFrom": {
|
|
3412
|
+
"name": "FoundationElement",
|
|
3413
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3414
|
+
}
|
|
3282
3415
|
}
|
|
3283
3416
|
],
|
|
3284
|
-
"
|
|
3285
|
-
{
|
|
3286
|
-
"name": "placeholder",
|
|
3287
|
-
"type": {
|
|
3288
|
-
"text": "string"
|
|
3289
|
-
},
|
|
3290
|
-
"default": "'Describe your search criteria in natural language...'",
|
|
3291
|
-
"fieldName": "placeholder"
|
|
3292
|
-
},
|
|
3417
|
+
"events": [
|
|
3293
3418
|
{
|
|
3294
|
-
"
|
|
3295
|
-
|
|
3296
|
-
|
|
3297
|
-
|
|
3419
|
+
"description": "Fires a custom 'change' event when the active item changes",
|
|
3420
|
+
"name": "change",
|
|
3421
|
+
"inheritedFrom": {
|
|
3422
|
+
"name": "Accordion",
|
|
3423
|
+
"module": "src/accordion/accordion.ts"
|
|
3424
|
+
}
|
|
3298
3425
|
}
|
|
3299
|
-
]
|
|
3300
|
-
"superclass": {
|
|
3301
|
-
"name": "FoundationElement",
|
|
3302
|
-
"package": "@microsoft/fast-foundation"
|
|
3303
|
-
},
|
|
3304
|
-
"tagName": "%%prefix%%-ai-criteria-search",
|
|
3305
|
-
"customElement": true
|
|
3426
|
+
]
|
|
3306
3427
|
},
|
|
3307
3428
|
{
|
|
3308
3429
|
"kind": "variable",
|
|
3309
|
-
"name": "
|
|
3430
|
+
"name": "foundationAccordionShadowOptions",
|
|
3310
3431
|
"type": {
|
|
3311
3432
|
"text": "ShadowRootInit"
|
|
3312
3433
|
},
|
|
3313
|
-
"default": "
|
|
3434
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3314
3435
|
},
|
|
3315
3436
|
{
|
|
3316
3437
|
"kind": "variable",
|
|
3317
|
-
"name": "
|
|
3438
|
+
"name": "defaultAccordionConfig",
|
|
3318
3439
|
"type": {
|
|
3319
3440
|
"text": "object"
|
|
3320
3441
|
},
|
|
@@ -3322,103 +3443,57 @@
|
|
|
3322
3443
|
},
|
|
3323
3444
|
{
|
|
3324
3445
|
"kind": "variable",
|
|
3325
|
-
"name": "
|
|
3446
|
+
"name": "foundationAccordion",
|
|
3447
|
+
"description": "The Foundation Accordion",
|
|
3448
|
+
"privacy": "public"
|
|
3326
3449
|
}
|
|
3327
3450
|
],
|
|
3328
3451
|
"exports": [
|
|
3329
3452
|
{
|
|
3330
3453
|
"kind": "js",
|
|
3331
|
-
"name": "
|
|
3454
|
+
"name": "Accordion",
|
|
3332
3455
|
"declaration": {
|
|
3333
|
-
"name": "
|
|
3334
|
-
"module": "src/
|
|
3456
|
+
"name": "Accordion",
|
|
3457
|
+
"module": "src/accordion/accordion.ts"
|
|
3335
3458
|
}
|
|
3336
3459
|
},
|
|
3337
3460
|
{
|
|
3338
3461
|
"kind": "js",
|
|
3339
|
-
"name": "
|
|
3462
|
+
"name": "foundationAccordionShadowOptions",
|
|
3340
3463
|
"declaration": {
|
|
3341
|
-
"name": "
|
|
3342
|
-
"module": "src/
|
|
3464
|
+
"name": "foundationAccordionShadowOptions",
|
|
3465
|
+
"module": "src/accordion/accordion.ts"
|
|
3343
3466
|
}
|
|
3344
3467
|
},
|
|
3345
3468
|
{
|
|
3346
3469
|
"kind": "js",
|
|
3347
|
-
"name": "
|
|
3470
|
+
"name": "defaultAccordionConfig",
|
|
3348
3471
|
"declaration": {
|
|
3349
|
-
"name": "
|
|
3350
|
-
"module": "src/
|
|
3472
|
+
"name": "defaultAccordionConfig",
|
|
3473
|
+
"module": "src/accordion/accordion.ts"
|
|
3351
3474
|
}
|
|
3352
3475
|
},
|
|
3353
3476
|
{
|
|
3354
3477
|
"kind": "js",
|
|
3355
|
-
"name": "
|
|
3478
|
+
"name": "foundationAccordion",
|
|
3356
3479
|
"declaration": {
|
|
3357
|
-
"name": "
|
|
3358
|
-
"module": "src/
|
|
3480
|
+
"name": "foundationAccordion",
|
|
3481
|
+
"module": "src/accordion/accordion.ts"
|
|
3359
3482
|
}
|
|
3360
3483
|
}
|
|
3361
3484
|
]
|
|
3362
3485
|
},
|
|
3363
3486
|
{
|
|
3364
3487
|
"kind": "javascript-module",
|
|
3365
|
-
"path": "src/
|
|
3488
|
+
"path": "src/accordion/index.ts",
|
|
3366
3489
|
"declarations": [],
|
|
3367
3490
|
"exports": [
|
|
3368
|
-
{
|
|
3369
|
-
"kind": "js",
|
|
3370
|
-
"name": "AiCriteriaSearch",
|
|
3371
|
-
"declaration": {
|
|
3372
|
-
"name": "AiCriteriaSearch",
|
|
3373
|
-
"module": "./ai-criteria-search"
|
|
3374
|
-
}
|
|
3375
|
-
},
|
|
3376
|
-
{
|
|
3377
|
-
"kind": "js",
|
|
3378
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
3379
|
-
"declaration": {
|
|
3380
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
3381
|
-
"module": "./ai-criteria-search"
|
|
3382
|
-
}
|
|
3383
|
-
},
|
|
3384
|
-
{
|
|
3385
|
-
"kind": "js",
|
|
3386
|
-
"name": "foundationAiCriteriaSearch",
|
|
3387
|
-
"declaration": {
|
|
3388
|
-
"name": "foundationAiCriteriaSearch",
|
|
3389
|
-
"module": "./ai-criteria-search"
|
|
3390
|
-
}
|
|
3391
|
-
},
|
|
3392
|
-
{
|
|
3393
|
-
"kind": "js",
|
|
3394
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3395
|
-
"declaration": {
|
|
3396
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3397
|
-
"module": "./ai-criteria-search"
|
|
3398
|
-
}
|
|
3399
|
-
},
|
|
3400
|
-
{
|
|
3401
|
-
"kind": "js",
|
|
3402
|
-
"name": "foundationAiCriteriaSearchStyles",
|
|
3403
|
-
"declaration": {
|
|
3404
|
-
"name": "foundationAiCriteriaSearchStyles",
|
|
3405
|
-
"module": "./ai-criteria-search.styles"
|
|
3406
|
-
}
|
|
3407
|
-
},
|
|
3408
|
-
{
|
|
3409
|
-
"kind": "js",
|
|
3410
|
-
"name": "foundationAiCriteriaSearchTemplate",
|
|
3411
|
-
"declaration": {
|
|
3412
|
-
"name": "foundationAiCriteriaSearchTemplate",
|
|
3413
|
-
"module": "./ai-criteria-search.template"
|
|
3414
|
-
}
|
|
3415
|
-
},
|
|
3416
3491
|
{
|
|
3417
3492
|
"kind": "js",
|
|
3418
3493
|
"name": "*",
|
|
3419
3494
|
"declaration": {
|
|
3420
3495
|
"name": "*",
|
|
3421
|
-
"package": "./
|
|
3496
|
+
"package": "./accordion.template"
|
|
3422
3497
|
}
|
|
3423
3498
|
},
|
|
3424
3499
|
{
|
|
@@ -3426,7 +3501,7 @@
|
|
|
3426
3501
|
"name": "*",
|
|
3427
3502
|
"declaration": {
|
|
3428
3503
|
"name": "*",
|
|
3429
|
-
"package": "./
|
|
3504
|
+
"package": "./accordion.styles"
|
|
3430
3505
|
}
|
|
3431
3506
|
},
|
|
3432
3507
|
{
|
|
@@ -3434,82 +3509,7 @@
|
|
|
3434
3509
|
"name": "*",
|
|
3435
3510
|
"declaration": {
|
|
3436
3511
|
"name": "*",
|
|
3437
|
-
"package": "./
|
|
3438
|
-
}
|
|
3439
|
-
}
|
|
3440
|
-
]
|
|
3441
|
-
},
|
|
3442
|
-
{
|
|
3443
|
-
"kind": "javascript-module",
|
|
3444
|
-
"path": "src/ai-criteria-search/validation-error-notification.ts",
|
|
3445
|
-
"declarations": [
|
|
3446
|
-
{
|
|
3447
|
-
"kind": "function",
|
|
3448
|
-
"name": "formatValidationErrors",
|
|
3449
|
-
"return": {
|
|
3450
|
-
"type": {
|
|
3451
|
-
"text": "string"
|
|
3452
|
-
}
|
|
3453
|
-
},
|
|
3454
|
-
"parameters": [
|
|
3455
|
-
{
|
|
3456
|
-
"name": "errors",
|
|
3457
|
-
"type": {
|
|
3458
|
-
"text": "ValidationError[]"
|
|
3459
|
-
}
|
|
3460
|
-
}
|
|
3461
|
-
],
|
|
3462
|
-
"description": "Formats validation errors into a user-friendly message."
|
|
3463
|
-
},
|
|
3464
|
-
{
|
|
3465
|
-
"kind": "function",
|
|
3466
|
-
"name": "showCriteriaError",
|
|
3467
|
-
"return": {
|
|
3468
|
-
"type": {
|
|
3469
|
-
"text": "void"
|
|
3470
|
-
}
|
|
3471
|
-
},
|
|
3472
|
-
"parameters": [
|
|
3473
|
-
{
|
|
3474
|
-
"name": "title",
|
|
3475
|
-
"type": {
|
|
3476
|
-
"text": "string"
|
|
3477
|
-
},
|
|
3478
|
-
"description": "Notification title (e.g. \"Criteria validation error\")"
|
|
3479
|
-
},
|
|
3480
|
-
{
|
|
3481
|
-
"name": "body",
|
|
3482
|
-
"type": {
|
|
3483
|
-
"text": "string"
|
|
3484
|
-
},
|
|
3485
|
-
"description": "Error message to display"
|
|
3486
|
-
},
|
|
3487
|
-
{
|
|
3488
|
-
"name": "tagName",
|
|
3489
|
-
"type": {
|
|
3490
|
-
"text": "string"
|
|
3491
|
-
},
|
|
3492
|
-
"description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
|
|
3493
|
-
}
|
|
3494
|
-
],
|
|
3495
|
-
"description": "Shows a criteria error as a toast notification."
|
|
3496
|
-
}
|
|
3497
|
-
],
|
|
3498
|
-
"exports": [
|
|
3499
|
-
{
|
|
3500
|
-
"kind": "js",
|
|
3501
|
-
"name": "formatValidationErrors",
|
|
3502
|
-
"declaration": {
|
|
3503
|
-
"name": "formatValidationErrors",
|
|
3504
|
-
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
3505
|
-
}
|
|
3506
|
-
},
|
|
3507
|
-
{
|
|
3508
|
-
"kind": "js",
|
|
3509
|
-
"name": "showCriteriaError",
|
|
3510
|
-
"declaration": {
|
|
3511
|
-
"name": "showCriteriaError",
|
|
3512
|
-
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
3512
|
+
"package": "./accordion"
|
|
3513
3513
|
}
|
|
3514
3514
|
}
|
|
3515
3515
|
]
|
|
@@ -6075,11 +6075,11 @@
|
|
|
6075
6075
|
},
|
|
6076
6076
|
{
|
|
6077
6077
|
"kind": "javascript-module",
|
|
6078
|
-
"path": "src/
|
|
6078
|
+
"path": "src/avatar/avatar.styles.ts",
|
|
6079
6079
|
"declarations": [
|
|
6080
6080
|
{
|
|
6081
6081
|
"kind": "function",
|
|
6082
|
-
"name": "
|
|
6082
|
+
"name": "foundationAvatarStyles",
|
|
6083
6083
|
"return": {
|
|
6084
6084
|
"type": {
|
|
6085
6085
|
"text": "ElementStyles"
|
|
@@ -6104,24 +6104,24 @@
|
|
|
6104
6104
|
"exports": [
|
|
6105
6105
|
{
|
|
6106
6106
|
"kind": "js",
|
|
6107
|
-
"name": "
|
|
6107
|
+
"name": "foundationAvatarStyles",
|
|
6108
6108
|
"declaration": {
|
|
6109
|
-
"name": "
|
|
6110
|
-
"module": "src/
|
|
6109
|
+
"name": "foundationAvatarStyles",
|
|
6110
|
+
"module": "src/avatar/avatar.styles.ts"
|
|
6111
6111
|
}
|
|
6112
6112
|
}
|
|
6113
6113
|
]
|
|
6114
6114
|
},
|
|
6115
6115
|
{
|
|
6116
6116
|
"kind": "javascript-module",
|
|
6117
|
-
"path": "src/
|
|
6117
|
+
"path": "src/avatar/avatar.template.ts",
|
|
6118
6118
|
"declarations": [
|
|
6119
6119
|
{
|
|
6120
6120
|
"kind": "function",
|
|
6121
|
-
"name": "
|
|
6121
|
+
"name": "foundationAvatarTemplate",
|
|
6122
6122
|
"return": {
|
|
6123
6123
|
"type": {
|
|
6124
|
-
"text": "ViewTemplate<
|
|
6124
|
+
"text": "ViewTemplate<Avatar>"
|
|
6125
6125
|
}
|
|
6126
6126
|
},
|
|
6127
6127
|
"parameters": [
|
|
@@ -6138,32 +6138,45 @@
|
|
|
6138
6138
|
}
|
|
6139
6139
|
}
|
|
6140
6140
|
]
|
|
6141
|
+
},
|
|
6142
|
+
{
|
|
6143
|
+
"kind": "variable",
|
|
6144
|
+
"name": "media",
|
|
6145
|
+
"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`"
|
|
6141
6146
|
}
|
|
6142
6147
|
],
|
|
6143
6148
|
"exports": [
|
|
6144
6149
|
{
|
|
6145
6150
|
"kind": "js",
|
|
6146
|
-
"name": "
|
|
6151
|
+
"name": "foundationAvatarTemplate",
|
|
6147
6152
|
"declaration": {
|
|
6148
|
-
"name": "
|
|
6149
|
-
"module": "src/
|
|
6153
|
+
"name": "foundationAvatarTemplate",
|
|
6154
|
+
"module": "src/avatar/avatar.template.ts"
|
|
6155
|
+
}
|
|
6156
|
+
},
|
|
6157
|
+
{
|
|
6158
|
+
"kind": "js",
|
|
6159
|
+
"name": "media",
|
|
6160
|
+
"declaration": {
|
|
6161
|
+
"name": "media",
|
|
6162
|
+
"module": "src/avatar/avatar.template.ts"
|
|
6150
6163
|
}
|
|
6151
6164
|
}
|
|
6152
6165
|
]
|
|
6153
6166
|
},
|
|
6154
6167
|
{
|
|
6155
6168
|
"kind": "javascript-module",
|
|
6156
|
-
"path": "src/
|
|
6169
|
+
"path": "src/avatar/avatar.ts",
|
|
6157
6170
|
"declarations": [
|
|
6158
6171
|
{
|
|
6159
6172
|
"kind": "class",
|
|
6160
6173
|
"description": "",
|
|
6161
|
-
"name": "
|
|
6174
|
+
"name": "Avatar",
|
|
6162
6175
|
"superclass": {
|
|
6163
|
-
"name": "
|
|
6176
|
+
"name": "FASTAvatar",
|
|
6164
6177
|
"package": "@microsoft/fast-components"
|
|
6165
6178
|
},
|
|
6166
|
-
"tagName": "%%prefix%%-
|
|
6179
|
+
"tagName": "%%prefix%%-avatar",
|
|
6167
6180
|
"customElement": true,
|
|
6168
6181
|
"attributes": [
|
|
6169
6182
|
{
|
|
@@ -6171,34 +6184,47 @@
|
|
|
6171
6184
|
"type": {
|
|
6172
6185
|
"text": "string"
|
|
6173
6186
|
},
|
|
6174
|
-
"description": "Indicates the
|
|
6187
|
+
"description": "Indicates the Avatar should have a color fill.",
|
|
6175
6188
|
"fieldName": "fill",
|
|
6176
6189
|
"inheritedFrom": {
|
|
6177
|
-
"name": "
|
|
6178
|
-
"module": "src/
|
|
6190
|
+
"name": "Avatar",
|
|
6191
|
+
"module": "src/avatar/avatar.ts"
|
|
6192
|
+
}
|
|
6193
|
+
},
|
|
6194
|
+
{
|
|
6195
|
+
"name": "color",
|
|
6196
|
+
"type": {
|
|
6197
|
+
"text": "string"
|
|
6198
|
+
},
|
|
6199
|
+
"description": "Indicates the Avatar should have a text color.",
|
|
6200
|
+
"fieldName": "color",
|
|
6201
|
+
"inheritedFrom": {
|
|
6202
|
+
"name": "Avatar",
|
|
6203
|
+
"module": "src/avatar/avatar.ts"
|
|
6179
6204
|
}
|
|
6180
6205
|
},
|
|
6181
6206
|
{
|
|
6182
|
-
"name": "
|
|
6207
|
+
"name": "link",
|
|
6183
6208
|
"type": {
|
|
6184
6209
|
"text": "string"
|
|
6185
6210
|
},
|
|
6186
|
-
"description": "Indicates the
|
|
6187
|
-
"fieldName": "
|
|
6211
|
+
"description": "Indicates the Avatar should have url link",
|
|
6212
|
+
"fieldName": "link",
|
|
6188
6213
|
"inheritedFrom": {
|
|
6189
|
-
"name": "
|
|
6190
|
-
"module": "src/
|
|
6214
|
+
"name": "Avatar",
|
|
6215
|
+
"module": "src/avatar/avatar.ts"
|
|
6191
6216
|
}
|
|
6192
6217
|
},
|
|
6193
6218
|
{
|
|
6219
|
+
"name": "shape",
|
|
6194
6220
|
"type": {
|
|
6195
|
-
"text": "
|
|
6221
|
+
"text": "AvatarShape"
|
|
6196
6222
|
},
|
|
6197
|
-
"description": "Indicates the
|
|
6198
|
-
"fieldName": "
|
|
6223
|
+
"description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
|
|
6224
|
+
"fieldName": "shape",
|
|
6199
6225
|
"inheritedFrom": {
|
|
6200
|
-
"name": "
|
|
6201
|
-
"module": "src/
|
|
6226
|
+
"name": "Avatar",
|
|
6227
|
+
"module": "src/avatar/avatar.ts"
|
|
6202
6228
|
}
|
|
6203
6229
|
}
|
|
6204
6230
|
],
|
|
@@ -6210,10 +6236,10 @@
|
|
|
6210
6236
|
"text": "string"
|
|
6211
6237
|
},
|
|
6212
6238
|
"privacy": "public",
|
|
6213
|
-
"description": "Indicates the
|
|
6239
|
+
"description": "Indicates the Avatar should have a color fill.",
|
|
6214
6240
|
"inheritedFrom": {
|
|
6215
|
-
"name": "
|
|
6216
|
-
"module": "src/
|
|
6241
|
+
"name": "Avatar",
|
|
6242
|
+
"module": "src/avatar/avatar.ts"
|
|
6217
6243
|
}
|
|
6218
6244
|
},
|
|
6219
6245
|
{
|
|
@@ -6223,32 +6249,36 @@
|
|
|
6223
6249
|
"text": "string"
|
|
6224
6250
|
},
|
|
6225
6251
|
"privacy": "public",
|
|
6226
|
-
"description": "Indicates the
|
|
6252
|
+
"description": "Indicates the Avatar should have a text color.",
|
|
6227
6253
|
"inheritedFrom": {
|
|
6228
|
-
"name": "
|
|
6229
|
-
"module": "src/
|
|
6254
|
+
"name": "Avatar",
|
|
6255
|
+
"module": "src/avatar/avatar.ts"
|
|
6230
6256
|
}
|
|
6231
6257
|
},
|
|
6232
6258
|
{
|
|
6233
6259
|
"kind": "field",
|
|
6234
|
-
"name": "
|
|
6260
|
+
"name": "link",
|
|
6235
6261
|
"type": {
|
|
6236
|
-
"text": "
|
|
6262
|
+
"text": "string"
|
|
6237
6263
|
},
|
|
6238
6264
|
"privacy": "public",
|
|
6239
|
-
"description": "Indicates the
|
|
6265
|
+
"description": "Indicates the Avatar should have url link",
|
|
6240
6266
|
"inheritedFrom": {
|
|
6241
|
-
"name": "
|
|
6242
|
-
"module": "src/
|
|
6267
|
+
"name": "Avatar",
|
|
6268
|
+
"module": "src/avatar/avatar.ts"
|
|
6243
6269
|
}
|
|
6244
6270
|
},
|
|
6245
6271
|
{
|
|
6246
6272
|
"kind": "field",
|
|
6247
|
-
"name": "
|
|
6273
|
+
"name": "shape",
|
|
6274
|
+
"type": {
|
|
6275
|
+
"text": "AvatarShape"
|
|
6276
|
+
},
|
|
6248
6277
|
"privacy": "public",
|
|
6278
|
+
"description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
|
|
6249
6279
|
"inheritedFrom": {
|
|
6250
|
-
"name": "
|
|
6251
|
-
"module": "src/
|
|
6280
|
+
"name": "Avatar",
|
|
6281
|
+
"module": "src/avatar/avatar.ts"
|
|
6252
6282
|
}
|
|
6253
6283
|
},
|
|
6254
6284
|
{
|
|
@@ -6366,65 +6396,65 @@
|
|
|
6366
6396
|
},
|
|
6367
6397
|
{
|
|
6368
6398
|
"kind": "variable",
|
|
6369
|
-
"name": "
|
|
6399
|
+
"name": "foundationAvatarShadowOptions",
|
|
6370
6400
|
"type": {
|
|
6371
6401
|
"text": "ShadowRootInit"
|
|
6372
6402
|
},
|
|
6373
|
-
"default": "
|
|
6403
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
6374
6404
|
},
|
|
6375
6405
|
{
|
|
6376
6406
|
"kind": "variable",
|
|
6377
|
-
"name": "
|
|
6407
|
+
"name": "defaultAvatarConfig",
|
|
6378
6408
|
"type": {
|
|
6379
6409
|
"text": "object"
|
|
6380
6410
|
},
|
|
6381
|
-
"default": "{}"
|
|
6411
|
+
"default": "{\n media: mediaTemplate,\n}"
|
|
6382
6412
|
},
|
|
6383
6413
|
{
|
|
6384
6414
|
"kind": "variable",
|
|
6385
|
-
"name": "
|
|
6386
|
-
"description": "The Foundation
|
|
6415
|
+
"name": "foundationAvatar",
|
|
6416
|
+
"description": "The Foundation Avatar",
|
|
6387
6417
|
"privacy": "public"
|
|
6388
6418
|
}
|
|
6389
6419
|
],
|
|
6390
6420
|
"exports": [
|
|
6391
6421
|
{
|
|
6392
6422
|
"kind": "js",
|
|
6393
|
-
"name": "
|
|
6423
|
+
"name": "Avatar",
|
|
6394
6424
|
"declaration": {
|
|
6395
|
-
"name": "
|
|
6396
|
-
"module": "src/
|
|
6425
|
+
"name": "Avatar",
|
|
6426
|
+
"module": "src/avatar/avatar.ts"
|
|
6397
6427
|
}
|
|
6398
6428
|
},
|
|
6399
6429
|
{
|
|
6400
6430
|
"kind": "js",
|
|
6401
|
-
"name": "
|
|
6431
|
+
"name": "foundationAvatarShadowOptions",
|
|
6402
6432
|
"declaration": {
|
|
6403
|
-
"name": "
|
|
6404
|
-
"module": "src/
|
|
6433
|
+
"name": "foundationAvatarShadowOptions",
|
|
6434
|
+
"module": "src/avatar/avatar.ts"
|
|
6405
6435
|
}
|
|
6406
6436
|
},
|
|
6407
6437
|
{
|
|
6408
6438
|
"kind": "js",
|
|
6409
|
-
"name": "
|
|
6439
|
+
"name": "defaultAvatarConfig",
|
|
6410
6440
|
"declaration": {
|
|
6411
|
-
"name": "
|
|
6412
|
-
"module": "src/
|
|
6441
|
+
"name": "defaultAvatarConfig",
|
|
6442
|
+
"module": "src/avatar/avatar.ts"
|
|
6413
6443
|
}
|
|
6414
6444
|
},
|
|
6415
6445
|
{
|
|
6416
6446
|
"kind": "js",
|
|
6417
|
-
"name": "
|
|
6447
|
+
"name": "foundationAvatar",
|
|
6418
6448
|
"declaration": {
|
|
6419
|
-
"name": "
|
|
6420
|
-
"module": "src/
|
|
6449
|
+
"name": "foundationAvatar",
|
|
6450
|
+
"module": "src/avatar/avatar.ts"
|
|
6421
6451
|
}
|
|
6422
6452
|
}
|
|
6423
6453
|
]
|
|
6424
6454
|
},
|
|
6425
6455
|
{
|
|
6426
6456
|
"kind": "javascript-module",
|
|
6427
|
-
"path": "src/
|
|
6457
|
+
"path": "src/avatar/index.ts",
|
|
6428
6458
|
"declarations": [],
|
|
6429
6459
|
"exports": [
|
|
6430
6460
|
{
|
|
@@ -6432,7 +6462,7 @@
|
|
|
6432
6462
|
"name": "*",
|
|
6433
6463
|
"declaration": {
|
|
6434
6464
|
"name": "*",
|
|
6435
|
-
"package": "./
|
|
6465
|
+
"package": "./avatar.template"
|
|
6436
6466
|
}
|
|
6437
6467
|
},
|
|
6438
6468
|
{
|
|
@@ -6440,7 +6470,7 @@
|
|
|
6440
6470
|
"name": "*",
|
|
6441
6471
|
"declaration": {
|
|
6442
6472
|
"name": "*",
|
|
6443
|
-
"package": "./
|
|
6473
|
+
"package": "./avatar.styles"
|
|
6444
6474
|
}
|
|
6445
6475
|
},
|
|
6446
6476
|
{
|
|
@@ -6448,18 +6478,18 @@
|
|
|
6448
6478
|
"name": "*",
|
|
6449
6479
|
"declaration": {
|
|
6450
6480
|
"name": "*",
|
|
6451
|
-
"package": "./
|
|
6481
|
+
"package": "./avatar"
|
|
6452
6482
|
}
|
|
6453
6483
|
}
|
|
6454
6484
|
]
|
|
6455
6485
|
},
|
|
6456
6486
|
{
|
|
6457
6487
|
"kind": "javascript-module",
|
|
6458
|
-
"path": "src/
|
|
6488
|
+
"path": "src/badge/badge.styles.ts",
|
|
6459
6489
|
"declarations": [
|
|
6460
6490
|
{
|
|
6461
6491
|
"kind": "function",
|
|
6462
|
-
"name": "
|
|
6492
|
+
"name": "foundationBadgeStyles",
|
|
6463
6493
|
"return": {
|
|
6464
6494
|
"type": {
|
|
6465
6495
|
"text": "ElementStyles"
|
|
@@ -6484,24 +6514,24 @@
|
|
|
6484
6514
|
"exports": [
|
|
6485
6515
|
{
|
|
6486
6516
|
"kind": "js",
|
|
6487
|
-
"name": "
|
|
6517
|
+
"name": "foundationBadgeStyles",
|
|
6488
6518
|
"declaration": {
|
|
6489
|
-
"name": "
|
|
6490
|
-
"module": "src/
|
|
6519
|
+
"name": "foundationBadgeStyles",
|
|
6520
|
+
"module": "src/badge/badge.styles.ts"
|
|
6491
6521
|
}
|
|
6492
6522
|
}
|
|
6493
6523
|
]
|
|
6494
6524
|
},
|
|
6495
6525
|
{
|
|
6496
6526
|
"kind": "javascript-module",
|
|
6497
|
-
"path": "src/
|
|
6527
|
+
"path": "src/badge/badge.template.ts",
|
|
6498
6528
|
"declarations": [
|
|
6499
6529
|
{
|
|
6500
6530
|
"kind": "function",
|
|
6501
|
-
"name": "
|
|
6531
|
+
"name": "foundationBadgeTemplate",
|
|
6502
6532
|
"return": {
|
|
6503
6533
|
"type": {
|
|
6504
|
-
"text": "ViewTemplate<
|
|
6534
|
+
"text": "ViewTemplate<Badge>"
|
|
6505
6535
|
}
|
|
6506
6536
|
},
|
|
6507
6537
|
"parameters": [
|
|
@@ -6518,45 +6548,32 @@
|
|
|
6518
6548
|
}
|
|
6519
6549
|
}
|
|
6520
6550
|
]
|
|
6521
|
-
},
|
|
6522
|
-
{
|
|
6523
|
-
"kind": "variable",
|
|
6524
|
-
"name": "media",
|
|
6525
|
-
"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`"
|
|
6526
6551
|
}
|
|
6527
6552
|
],
|
|
6528
6553
|
"exports": [
|
|
6529
6554
|
{
|
|
6530
6555
|
"kind": "js",
|
|
6531
|
-
"name": "
|
|
6532
|
-
"declaration": {
|
|
6533
|
-
"name": "foundationAvatarTemplate",
|
|
6534
|
-
"module": "src/avatar/avatar.template.ts"
|
|
6535
|
-
}
|
|
6536
|
-
},
|
|
6537
|
-
{
|
|
6538
|
-
"kind": "js",
|
|
6539
|
-
"name": "media",
|
|
6556
|
+
"name": "foundationBadgeTemplate",
|
|
6540
6557
|
"declaration": {
|
|
6541
|
-
"name": "
|
|
6542
|
-
"module": "src/
|
|
6558
|
+
"name": "foundationBadgeTemplate",
|
|
6559
|
+
"module": "src/badge/badge.template.ts"
|
|
6543
6560
|
}
|
|
6544
6561
|
}
|
|
6545
6562
|
]
|
|
6546
6563
|
},
|
|
6547
6564
|
{
|
|
6548
6565
|
"kind": "javascript-module",
|
|
6549
|
-
"path": "src/
|
|
6566
|
+
"path": "src/badge/badge.ts",
|
|
6550
6567
|
"declarations": [
|
|
6551
6568
|
{
|
|
6552
6569
|
"kind": "class",
|
|
6553
6570
|
"description": "",
|
|
6554
|
-
"name": "
|
|
6571
|
+
"name": "Badge",
|
|
6555
6572
|
"superclass": {
|
|
6556
|
-
"name": "
|
|
6573
|
+
"name": "FASTBadge",
|
|
6557
6574
|
"package": "@microsoft/fast-components"
|
|
6558
6575
|
},
|
|
6559
|
-
"tagName": "%%prefix%%-
|
|
6576
|
+
"tagName": "%%prefix%%-badge",
|
|
6560
6577
|
"customElement": true,
|
|
6561
6578
|
"attributes": [
|
|
6562
6579
|
{
|
|
@@ -6564,11 +6581,11 @@
|
|
|
6564
6581
|
"type": {
|
|
6565
6582
|
"text": "string"
|
|
6566
6583
|
},
|
|
6567
|
-
"description": "Indicates the
|
|
6584
|
+
"description": "Indicates the badge should have a filled style.",
|
|
6568
6585
|
"fieldName": "fill",
|
|
6569
6586
|
"inheritedFrom": {
|
|
6570
|
-
"name": "
|
|
6571
|
-
"module": "src/
|
|
6587
|
+
"name": "Badge",
|
|
6588
|
+
"module": "src/badge/badge.ts"
|
|
6572
6589
|
}
|
|
6573
6590
|
},
|
|
6574
6591
|
{
|
|
@@ -6576,35 +6593,22 @@
|
|
|
6576
6593
|
"type": {
|
|
6577
6594
|
"text": "string"
|
|
6578
6595
|
},
|
|
6579
|
-
"description": "Indicates the
|
|
6596
|
+
"description": "Indicates the badge should have a filled style.",
|
|
6580
6597
|
"fieldName": "color",
|
|
6581
6598
|
"inheritedFrom": {
|
|
6582
|
-
"name": "
|
|
6583
|
-
"module": "src/
|
|
6584
|
-
}
|
|
6585
|
-
},
|
|
6586
|
-
{
|
|
6587
|
-
"name": "link",
|
|
6588
|
-
"type": {
|
|
6589
|
-
"text": "string"
|
|
6590
|
-
},
|
|
6591
|
-
"description": "Indicates the Avatar should have url link",
|
|
6592
|
-
"fieldName": "link",
|
|
6593
|
-
"inheritedFrom": {
|
|
6594
|
-
"name": "Avatar",
|
|
6595
|
-
"module": "src/avatar/avatar.ts"
|
|
6599
|
+
"name": "Badge",
|
|
6600
|
+
"module": "src/badge/badge.ts"
|
|
6596
6601
|
}
|
|
6597
6602
|
},
|
|
6598
6603
|
{
|
|
6599
|
-
"name": "shape",
|
|
6600
6604
|
"type": {
|
|
6601
|
-
"text": "
|
|
6605
|
+
"text": "boolean"
|
|
6602
6606
|
},
|
|
6603
|
-
"description": "Indicates the
|
|
6604
|
-
"fieldName": "
|
|
6607
|
+
"description": "Indicates the element should be circular",
|
|
6608
|
+
"fieldName": "circular",
|
|
6605
6609
|
"inheritedFrom": {
|
|
6606
|
-
"name": "
|
|
6607
|
-
"module": "src/
|
|
6610
|
+
"name": "Badge",
|
|
6611
|
+
"module": "src/badge/badge.ts"
|
|
6608
6612
|
}
|
|
6609
6613
|
}
|
|
6610
6614
|
],
|
|
@@ -6616,10 +6620,10 @@
|
|
|
6616
6620
|
"text": "string"
|
|
6617
6621
|
},
|
|
6618
6622
|
"privacy": "public",
|
|
6619
|
-
"description": "Indicates the
|
|
6623
|
+
"description": "Indicates the badge should have a filled style.",
|
|
6620
6624
|
"inheritedFrom": {
|
|
6621
|
-
"name": "
|
|
6622
|
-
"module": "src/
|
|
6625
|
+
"name": "Badge",
|
|
6626
|
+
"module": "src/badge/badge.ts"
|
|
6623
6627
|
}
|
|
6624
6628
|
},
|
|
6625
6629
|
{
|
|
@@ -6629,36 +6633,32 @@
|
|
|
6629
6633
|
"text": "string"
|
|
6630
6634
|
},
|
|
6631
6635
|
"privacy": "public",
|
|
6632
|
-
"description": "Indicates the
|
|
6636
|
+
"description": "Indicates the badge should have a filled style.",
|
|
6633
6637
|
"inheritedFrom": {
|
|
6634
|
-
"name": "
|
|
6635
|
-
"module": "src/
|
|
6638
|
+
"name": "Badge",
|
|
6639
|
+
"module": "src/badge/badge.ts"
|
|
6636
6640
|
}
|
|
6637
6641
|
},
|
|
6638
6642
|
{
|
|
6639
6643
|
"kind": "field",
|
|
6640
|
-
"name": "
|
|
6644
|
+
"name": "circular",
|
|
6641
6645
|
"type": {
|
|
6642
|
-
"text": "
|
|
6646
|
+
"text": "boolean"
|
|
6643
6647
|
},
|
|
6644
6648
|
"privacy": "public",
|
|
6645
|
-
"description": "Indicates the
|
|
6649
|
+
"description": "Indicates the element should be circular",
|
|
6646
6650
|
"inheritedFrom": {
|
|
6647
|
-
"name": "
|
|
6648
|
-
"module": "src/
|
|
6651
|
+
"name": "Badge",
|
|
6652
|
+
"module": "src/badge/badge.ts"
|
|
6649
6653
|
}
|
|
6650
6654
|
},
|
|
6651
6655
|
{
|
|
6652
6656
|
"kind": "field",
|
|
6653
|
-
"name": "
|
|
6654
|
-
"type": {
|
|
6655
|
-
"text": "AvatarShape"
|
|
6656
|
-
},
|
|
6657
|
+
"name": "generateBadgeStyle",
|
|
6657
6658
|
"privacy": "public",
|
|
6658
|
-
"description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
|
|
6659
6659
|
"inheritedFrom": {
|
|
6660
|
-
"name": "
|
|
6661
|
-
"module": "src/
|
|
6660
|
+
"name": "Badge",
|
|
6661
|
+
"module": "src/badge/badge.ts"
|
|
6662
6662
|
}
|
|
6663
6663
|
},
|
|
6664
6664
|
{
|
|
@@ -6776,65 +6776,65 @@
|
|
|
6776
6776
|
},
|
|
6777
6777
|
{
|
|
6778
6778
|
"kind": "variable",
|
|
6779
|
-
"name": "
|
|
6779
|
+
"name": "foundationBadgeShadowOptions",
|
|
6780
6780
|
"type": {
|
|
6781
6781
|
"text": "ShadowRootInit"
|
|
6782
6782
|
},
|
|
6783
|
-
"default": "
|
|
6783
|
+
"default": "undefined"
|
|
6784
6784
|
},
|
|
6785
6785
|
{
|
|
6786
6786
|
"kind": "variable",
|
|
6787
|
-
"name": "
|
|
6787
|
+
"name": "defaultBadgeConfig",
|
|
6788
6788
|
"type": {
|
|
6789
6789
|
"text": "object"
|
|
6790
6790
|
},
|
|
6791
|
-
"default": "{
|
|
6791
|
+
"default": "{}"
|
|
6792
6792
|
},
|
|
6793
6793
|
{
|
|
6794
6794
|
"kind": "variable",
|
|
6795
|
-
"name": "
|
|
6796
|
-
"description": "The Foundation
|
|
6795
|
+
"name": "foundationBadge",
|
|
6796
|
+
"description": "The Foundation Badge",
|
|
6797
6797
|
"privacy": "public"
|
|
6798
6798
|
}
|
|
6799
6799
|
],
|
|
6800
6800
|
"exports": [
|
|
6801
6801
|
{
|
|
6802
6802
|
"kind": "js",
|
|
6803
|
-
"name": "
|
|
6803
|
+
"name": "Badge",
|
|
6804
6804
|
"declaration": {
|
|
6805
|
-
"name": "
|
|
6806
|
-
"module": "src/
|
|
6805
|
+
"name": "Badge",
|
|
6806
|
+
"module": "src/badge/badge.ts"
|
|
6807
6807
|
}
|
|
6808
6808
|
},
|
|
6809
6809
|
{
|
|
6810
6810
|
"kind": "js",
|
|
6811
|
-
"name": "
|
|
6811
|
+
"name": "foundationBadgeShadowOptions",
|
|
6812
6812
|
"declaration": {
|
|
6813
|
-
"name": "
|
|
6814
|
-
"module": "src/
|
|
6813
|
+
"name": "foundationBadgeShadowOptions",
|
|
6814
|
+
"module": "src/badge/badge.ts"
|
|
6815
6815
|
}
|
|
6816
6816
|
},
|
|
6817
6817
|
{
|
|
6818
6818
|
"kind": "js",
|
|
6819
|
-
"name": "
|
|
6819
|
+
"name": "defaultBadgeConfig",
|
|
6820
6820
|
"declaration": {
|
|
6821
|
-
"name": "
|
|
6822
|
-
"module": "src/
|
|
6821
|
+
"name": "defaultBadgeConfig",
|
|
6822
|
+
"module": "src/badge/badge.ts"
|
|
6823
6823
|
}
|
|
6824
6824
|
},
|
|
6825
6825
|
{
|
|
6826
6826
|
"kind": "js",
|
|
6827
|
-
"name": "
|
|
6827
|
+
"name": "foundationBadge",
|
|
6828
6828
|
"declaration": {
|
|
6829
|
-
"name": "
|
|
6830
|
-
"module": "src/
|
|
6829
|
+
"name": "foundationBadge",
|
|
6830
|
+
"module": "src/badge/badge.ts"
|
|
6831
6831
|
}
|
|
6832
6832
|
}
|
|
6833
6833
|
]
|
|
6834
6834
|
},
|
|
6835
6835
|
{
|
|
6836
6836
|
"kind": "javascript-module",
|
|
6837
|
-
"path": "src/
|
|
6837
|
+
"path": "src/badge/index.ts",
|
|
6838
6838
|
"declarations": [],
|
|
6839
6839
|
"exports": [
|
|
6840
6840
|
{
|
|
@@ -6842,7 +6842,7 @@
|
|
|
6842
6842
|
"name": "*",
|
|
6843
6843
|
"declaration": {
|
|
6844
6844
|
"name": "*",
|
|
6845
|
-
"package": "./
|
|
6845
|
+
"package": "./badge.template"
|
|
6846
6846
|
}
|
|
6847
6847
|
},
|
|
6848
6848
|
{
|
|
@@ -6850,7 +6850,7 @@
|
|
|
6850
6850
|
"name": "*",
|
|
6851
6851
|
"declaration": {
|
|
6852
6852
|
"name": "*",
|
|
6853
|
-
"package": "./
|
|
6853
|
+
"package": "./badge.styles"
|
|
6854
6854
|
}
|
|
6855
6855
|
},
|
|
6856
6856
|
{
|
|
@@ -6858,7 +6858,7 @@
|
|
|
6858
6858
|
"name": "*",
|
|
6859
6859
|
"declaration": {
|
|
6860
6860
|
"name": "*",
|
|
6861
|
-
"package": "./
|
|
6861
|
+
"package": "./badge"
|
|
6862
6862
|
}
|
|
6863
6863
|
}
|
|
6864
6864
|
]
|