@genesislcap/foundation-ui 14.461.2-GENC-1346.1 → 14.461.2-GENC-1346.2
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 +1043 -1043
- package/dist/dts/react.d.ts +17 -17
- package/dist/react.cjs +11 -11
- package/dist/react.mjs +9 -9
- package/package.json +19 -19
|
@@ -1398,6 +1398,552 @@
|
|
|
1398
1398
|
}
|
|
1399
1399
|
]
|
|
1400
1400
|
},
|
|
1401
|
+
{
|
|
1402
|
+
"kind": "javascript-module",
|
|
1403
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
1404
|
+
"declarations": [
|
|
1405
|
+
{
|
|
1406
|
+
"kind": "function",
|
|
1407
|
+
"name": "foundationAccordionStyles",
|
|
1408
|
+
"return": {
|
|
1409
|
+
"type": {
|
|
1410
|
+
"text": "ElementStyles"
|
|
1411
|
+
}
|
|
1412
|
+
},
|
|
1413
|
+
"parameters": [
|
|
1414
|
+
{
|
|
1415
|
+
"name": "context",
|
|
1416
|
+
"type": {
|
|
1417
|
+
"text": "ElementDefinitionContext"
|
|
1418
|
+
}
|
|
1419
|
+
},
|
|
1420
|
+
{
|
|
1421
|
+
"name": "definition",
|
|
1422
|
+
"type": {
|
|
1423
|
+
"text": "FoundationElementDefinition"
|
|
1424
|
+
}
|
|
1425
|
+
}
|
|
1426
|
+
]
|
|
1427
|
+
}
|
|
1428
|
+
],
|
|
1429
|
+
"exports": [
|
|
1430
|
+
{
|
|
1431
|
+
"kind": "js",
|
|
1432
|
+
"name": "foundationAccordionStyles",
|
|
1433
|
+
"declaration": {
|
|
1434
|
+
"name": "foundationAccordionStyles",
|
|
1435
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
1436
|
+
}
|
|
1437
|
+
}
|
|
1438
|
+
]
|
|
1439
|
+
},
|
|
1440
|
+
{
|
|
1441
|
+
"kind": "javascript-module",
|
|
1442
|
+
"path": "src/accordion/accordion.template.ts",
|
|
1443
|
+
"declarations": [
|
|
1444
|
+
{
|
|
1445
|
+
"kind": "function",
|
|
1446
|
+
"name": "foundationAccordionTemplate",
|
|
1447
|
+
"return": {
|
|
1448
|
+
"type": {
|
|
1449
|
+
"text": "ViewTemplate<Accordion>"
|
|
1450
|
+
}
|
|
1451
|
+
},
|
|
1452
|
+
"parameters": [
|
|
1453
|
+
{
|
|
1454
|
+
"name": "context",
|
|
1455
|
+
"type": {
|
|
1456
|
+
"text": "ElementDefinitionContext"
|
|
1457
|
+
}
|
|
1458
|
+
},
|
|
1459
|
+
{
|
|
1460
|
+
"name": "definition",
|
|
1461
|
+
"type": {
|
|
1462
|
+
"text": "FoundationElementDefinition"
|
|
1463
|
+
}
|
|
1464
|
+
}
|
|
1465
|
+
]
|
|
1466
|
+
}
|
|
1467
|
+
],
|
|
1468
|
+
"exports": [
|
|
1469
|
+
{
|
|
1470
|
+
"kind": "js",
|
|
1471
|
+
"name": "foundationAccordionTemplate",
|
|
1472
|
+
"declaration": {
|
|
1473
|
+
"name": "foundationAccordionTemplate",
|
|
1474
|
+
"module": "src/accordion/accordion.template.ts"
|
|
1475
|
+
}
|
|
1476
|
+
}
|
|
1477
|
+
]
|
|
1478
|
+
},
|
|
1479
|
+
{
|
|
1480
|
+
"kind": "javascript-module",
|
|
1481
|
+
"path": "src/accordion/accordion.ts",
|
|
1482
|
+
"declarations": [
|
|
1483
|
+
{
|
|
1484
|
+
"kind": "class",
|
|
1485
|
+
"description": "",
|
|
1486
|
+
"name": "Accordion",
|
|
1487
|
+
"superclass": {
|
|
1488
|
+
"name": "FASTAccordion",
|
|
1489
|
+
"package": "@microsoft/fast-foundation"
|
|
1490
|
+
},
|
|
1491
|
+
"tagName": "%%prefix%%-accordion",
|
|
1492
|
+
"customElement": true,
|
|
1493
|
+
"attributes": [
|
|
1494
|
+
{
|
|
1495
|
+
"name": "expand-mode",
|
|
1496
|
+
"type": {
|
|
1497
|
+
"text": "AccordionExpandMode"
|
|
1498
|
+
},
|
|
1499
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1500
|
+
"fieldName": "expandmode",
|
|
1501
|
+
"inheritedFrom": {
|
|
1502
|
+
"name": "Accordion",
|
|
1503
|
+
"module": "src/accordion/accordion.ts"
|
|
1504
|
+
}
|
|
1505
|
+
}
|
|
1506
|
+
],
|
|
1507
|
+
"members": [
|
|
1508
|
+
{
|
|
1509
|
+
"kind": "field",
|
|
1510
|
+
"name": "expandmode",
|
|
1511
|
+
"type": {
|
|
1512
|
+
"text": "AccordionExpandMode"
|
|
1513
|
+
},
|
|
1514
|
+
"privacy": "public",
|
|
1515
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1516
|
+
"inheritedFrom": {
|
|
1517
|
+
"name": "Accordion",
|
|
1518
|
+
"module": "src/accordion/accordion.ts"
|
|
1519
|
+
}
|
|
1520
|
+
},
|
|
1521
|
+
{
|
|
1522
|
+
"kind": "field",
|
|
1523
|
+
"name": "activeid",
|
|
1524
|
+
"type": {
|
|
1525
|
+
"text": "string | null"
|
|
1526
|
+
},
|
|
1527
|
+
"privacy": "private",
|
|
1528
|
+
"inheritedFrom": {
|
|
1529
|
+
"name": "Accordion",
|
|
1530
|
+
"module": "src/accordion/accordion.ts"
|
|
1531
|
+
}
|
|
1532
|
+
},
|
|
1533
|
+
{
|
|
1534
|
+
"kind": "field",
|
|
1535
|
+
"name": "activeItemIndex",
|
|
1536
|
+
"type": {
|
|
1537
|
+
"text": "number"
|
|
1538
|
+
},
|
|
1539
|
+
"privacy": "private",
|
|
1540
|
+
"default": "0",
|
|
1541
|
+
"inheritedFrom": {
|
|
1542
|
+
"name": "Accordion",
|
|
1543
|
+
"module": "src/accordion/accordion.ts"
|
|
1544
|
+
}
|
|
1545
|
+
},
|
|
1546
|
+
{
|
|
1547
|
+
"kind": "field",
|
|
1548
|
+
"name": "accordionIds",
|
|
1549
|
+
"type": {
|
|
1550
|
+
"text": "Array<string | null>"
|
|
1551
|
+
},
|
|
1552
|
+
"privacy": "private",
|
|
1553
|
+
"inheritedFrom": {
|
|
1554
|
+
"name": "Accordion",
|
|
1555
|
+
"module": "src/accordion/accordion.ts"
|
|
1556
|
+
}
|
|
1557
|
+
},
|
|
1558
|
+
{
|
|
1559
|
+
"kind": "field",
|
|
1560
|
+
"name": "change",
|
|
1561
|
+
"privacy": "private",
|
|
1562
|
+
"inheritedFrom": {
|
|
1563
|
+
"name": "Accordion",
|
|
1564
|
+
"module": "src/accordion/accordion.ts"
|
|
1565
|
+
}
|
|
1566
|
+
},
|
|
1567
|
+
{
|
|
1568
|
+
"kind": "method",
|
|
1569
|
+
"name": "findExpandedItem",
|
|
1570
|
+
"privacy": "private",
|
|
1571
|
+
"return": {
|
|
1572
|
+
"type": {
|
|
1573
|
+
"text": "AccordionItem | null"
|
|
1574
|
+
}
|
|
1575
|
+
},
|
|
1576
|
+
"inheritedFrom": {
|
|
1577
|
+
"name": "Accordion",
|
|
1578
|
+
"module": "src/accordion/accordion.ts"
|
|
1579
|
+
}
|
|
1580
|
+
},
|
|
1581
|
+
{
|
|
1582
|
+
"kind": "field",
|
|
1583
|
+
"name": "setItems",
|
|
1584
|
+
"privacy": "private",
|
|
1585
|
+
"inheritedFrom": {
|
|
1586
|
+
"name": "Accordion",
|
|
1587
|
+
"module": "src/accordion/accordion.ts"
|
|
1588
|
+
}
|
|
1589
|
+
},
|
|
1590
|
+
{
|
|
1591
|
+
"kind": "method",
|
|
1592
|
+
"name": "resetItems",
|
|
1593
|
+
"privacy": "private",
|
|
1594
|
+
"return": {
|
|
1595
|
+
"type": {
|
|
1596
|
+
"text": "void"
|
|
1597
|
+
}
|
|
1598
|
+
},
|
|
1599
|
+
"inheritedFrom": {
|
|
1600
|
+
"name": "Accordion",
|
|
1601
|
+
"module": "src/accordion/accordion.ts"
|
|
1602
|
+
}
|
|
1603
|
+
},
|
|
1604
|
+
{
|
|
1605
|
+
"kind": "field",
|
|
1606
|
+
"name": "removeItemListeners",
|
|
1607
|
+
"privacy": "private",
|
|
1608
|
+
"inheritedFrom": {
|
|
1609
|
+
"name": "Accordion",
|
|
1610
|
+
"module": "src/accordion/accordion.ts"
|
|
1611
|
+
}
|
|
1612
|
+
},
|
|
1613
|
+
{
|
|
1614
|
+
"kind": "field",
|
|
1615
|
+
"name": "activeItemChange",
|
|
1616
|
+
"privacy": "private",
|
|
1617
|
+
"inheritedFrom": {
|
|
1618
|
+
"name": "Accordion",
|
|
1619
|
+
"module": "src/accordion/accordion.ts"
|
|
1620
|
+
}
|
|
1621
|
+
},
|
|
1622
|
+
{
|
|
1623
|
+
"kind": "method",
|
|
1624
|
+
"name": "getItemIds",
|
|
1625
|
+
"privacy": "private",
|
|
1626
|
+
"return": {
|
|
1627
|
+
"type": {
|
|
1628
|
+
"text": "Array<string | null>"
|
|
1629
|
+
}
|
|
1630
|
+
},
|
|
1631
|
+
"inheritedFrom": {
|
|
1632
|
+
"name": "Accordion",
|
|
1633
|
+
"module": "src/accordion/accordion.ts"
|
|
1634
|
+
}
|
|
1635
|
+
},
|
|
1636
|
+
{
|
|
1637
|
+
"kind": "method",
|
|
1638
|
+
"name": "isSingleExpandMode",
|
|
1639
|
+
"privacy": "private",
|
|
1640
|
+
"return": {
|
|
1641
|
+
"type": {
|
|
1642
|
+
"text": "boolean"
|
|
1643
|
+
}
|
|
1644
|
+
},
|
|
1645
|
+
"inheritedFrom": {
|
|
1646
|
+
"name": "Accordion",
|
|
1647
|
+
"module": "src/accordion/accordion.ts"
|
|
1648
|
+
}
|
|
1649
|
+
},
|
|
1650
|
+
{
|
|
1651
|
+
"kind": "field",
|
|
1652
|
+
"name": "handleItemKeyDown",
|
|
1653
|
+
"privacy": "private",
|
|
1654
|
+
"inheritedFrom": {
|
|
1655
|
+
"name": "Accordion",
|
|
1656
|
+
"module": "src/accordion/accordion.ts"
|
|
1657
|
+
}
|
|
1658
|
+
},
|
|
1659
|
+
{
|
|
1660
|
+
"kind": "field",
|
|
1661
|
+
"name": "handleItemFocus",
|
|
1662
|
+
"privacy": "private",
|
|
1663
|
+
"inheritedFrom": {
|
|
1664
|
+
"name": "Accordion",
|
|
1665
|
+
"module": "src/accordion/accordion.ts"
|
|
1666
|
+
}
|
|
1667
|
+
},
|
|
1668
|
+
{
|
|
1669
|
+
"kind": "method",
|
|
1670
|
+
"name": "adjust",
|
|
1671
|
+
"privacy": "private",
|
|
1672
|
+
"return": {
|
|
1673
|
+
"type": {
|
|
1674
|
+
"text": "void"
|
|
1675
|
+
}
|
|
1676
|
+
},
|
|
1677
|
+
"parameters": [
|
|
1678
|
+
{
|
|
1679
|
+
"name": "adjustment",
|
|
1680
|
+
"type": {
|
|
1681
|
+
"text": "number"
|
|
1682
|
+
}
|
|
1683
|
+
}
|
|
1684
|
+
],
|
|
1685
|
+
"inheritedFrom": {
|
|
1686
|
+
"name": "Accordion",
|
|
1687
|
+
"module": "src/accordion/accordion.ts"
|
|
1688
|
+
}
|
|
1689
|
+
},
|
|
1690
|
+
{
|
|
1691
|
+
"kind": "method",
|
|
1692
|
+
"name": "focusItem",
|
|
1693
|
+
"privacy": "private",
|
|
1694
|
+
"return": {
|
|
1695
|
+
"type": {
|
|
1696
|
+
"text": "void"
|
|
1697
|
+
}
|
|
1698
|
+
},
|
|
1699
|
+
"inheritedFrom": {
|
|
1700
|
+
"name": "Accordion",
|
|
1701
|
+
"module": "src/accordion/accordion.ts"
|
|
1702
|
+
}
|
|
1703
|
+
},
|
|
1704
|
+
{
|
|
1705
|
+
"kind": "field",
|
|
1706
|
+
"name": "_presentation",
|
|
1707
|
+
"type": {
|
|
1708
|
+
"text": "ComponentPresentation | null | undefined"
|
|
1709
|
+
},
|
|
1710
|
+
"privacy": "private",
|
|
1711
|
+
"default": "void 0",
|
|
1712
|
+
"inheritedFrom": {
|
|
1713
|
+
"name": "FoundationElement",
|
|
1714
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1715
|
+
}
|
|
1716
|
+
},
|
|
1717
|
+
{
|
|
1718
|
+
"kind": "field",
|
|
1719
|
+
"name": "$presentation",
|
|
1720
|
+
"type": {
|
|
1721
|
+
"text": "ComponentPresentation | null"
|
|
1722
|
+
},
|
|
1723
|
+
"privacy": "public",
|
|
1724
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1725
|
+
"inheritedFrom": {
|
|
1726
|
+
"name": "FoundationElement",
|
|
1727
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1728
|
+
}
|
|
1729
|
+
},
|
|
1730
|
+
{
|
|
1731
|
+
"kind": "field",
|
|
1732
|
+
"name": "template",
|
|
1733
|
+
"type": {
|
|
1734
|
+
"text": "ElementViewTemplate | void | null"
|
|
1735
|
+
},
|
|
1736
|
+
"privacy": "public",
|
|
1737
|
+
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
1738
|
+
"inheritedFrom": {
|
|
1739
|
+
"name": "FoundationElement",
|
|
1740
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1741
|
+
}
|
|
1742
|
+
},
|
|
1743
|
+
{
|
|
1744
|
+
"kind": "method",
|
|
1745
|
+
"name": "templateChanged",
|
|
1746
|
+
"privacy": "protected",
|
|
1747
|
+
"return": {
|
|
1748
|
+
"type": {
|
|
1749
|
+
"text": "void"
|
|
1750
|
+
}
|
|
1751
|
+
},
|
|
1752
|
+
"inheritedFrom": {
|
|
1753
|
+
"name": "FoundationElement",
|
|
1754
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1755
|
+
}
|
|
1756
|
+
},
|
|
1757
|
+
{
|
|
1758
|
+
"kind": "field",
|
|
1759
|
+
"name": "styles",
|
|
1760
|
+
"type": {
|
|
1761
|
+
"text": "ElementStyles | void | null"
|
|
1762
|
+
},
|
|
1763
|
+
"privacy": "public",
|
|
1764
|
+
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
1765
|
+
"inheritedFrom": {
|
|
1766
|
+
"name": "FoundationElement",
|
|
1767
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1768
|
+
}
|
|
1769
|
+
},
|
|
1770
|
+
{
|
|
1771
|
+
"kind": "method",
|
|
1772
|
+
"name": "stylesChanged",
|
|
1773
|
+
"privacy": "protected",
|
|
1774
|
+
"return": {
|
|
1775
|
+
"type": {
|
|
1776
|
+
"text": "void"
|
|
1777
|
+
}
|
|
1778
|
+
},
|
|
1779
|
+
"inheritedFrom": {
|
|
1780
|
+
"name": "FoundationElement",
|
|
1781
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1782
|
+
}
|
|
1783
|
+
},
|
|
1784
|
+
{
|
|
1785
|
+
"kind": "method",
|
|
1786
|
+
"name": "compose",
|
|
1787
|
+
"privacy": "public",
|
|
1788
|
+
"static": true,
|
|
1789
|
+
"return": {
|
|
1790
|
+
"type": {
|
|
1791
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1792
|
+
}
|
|
1793
|
+
},
|
|
1794
|
+
"parameters": [
|
|
1795
|
+
{
|
|
1796
|
+
"name": "this",
|
|
1797
|
+
"type": {
|
|
1798
|
+
"text": "K"
|
|
1799
|
+
}
|
|
1800
|
+
},
|
|
1801
|
+
{
|
|
1802
|
+
"name": "elementDefinition",
|
|
1803
|
+
"type": {
|
|
1804
|
+
"text": "T"
|
|
1805
|
+
},
|
|
1806
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
1807
|
+
}
|
|
1808
|
+
],
|
|
1809
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1810
|
+
"inheritedFrom": {
|
|
1811
|
+
"name": "FoundationElement",
|
|
1812
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1813
|
+
}
|
|
1814
|
+
}
|
|
1815
|
+
],
|
|
1816
|
+
"events": [
|
|
1817
|
+
{
|
|
1818
|
+
"description": "Fires a custom 'change' event when the active item changes",
|
|
1819
|
+
"name": "change",
|
|
1820
|
+
"inheritedFrom": {
|
|
1821
|
+
"name": "Accordion",
|
|
1822
|
+
"module": "src/accordion/accordion.ts"
|
|
1823
|
+
}
|
|
1824
|
+
}
|
|
1825
|
+
]
|
|
1826
|
+
},
|
|
1827
|
+
{
|
|
1828
|
+
"kind": "variable",
|
|
1829
|
+
"name": "foundationAccordionShadowOptions",
|
|
1830
|
+
"type": {
|
|
1831
|
+
"text": "ShadowRootInit"
|
|
1832
|
+
},
|
|
1833
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1834
|
+
},
|
|
1835
|
+
{
|
|
1836
|
+
"kind": "variable",
|
|
1837
|
+
"name": "defaultAccordionConfig",
|
|
1838
|
+
"type": {
|
|
1839
|
+
"text": "object"
|
|
1840
|
+
},
|
|
1841
|
+
"default": "{}"
|
|
1842
|
+
},
|
|
1843
|
+
{
|
|
1844
|
+
"kind": "variable",
|
|
1845
|
+
"name": "foundationAccordion",
|
|
1846
|
+
"description": "The Foundation Accordion",
|
|
1847
|
+
"privacy": "public"
|
|
1848
|
+
}
|
|
1849
|
+
],
|
|
1850
|
+
"exports": [
|
|
1851
|
+
{
|
|
1852
|
+
"kind": "js",
|
|
1853
|
+
"name": "Accordion",
|
|
1854
|
+
"declaration": {
|
|
1855
|
+
"name": "Accordion",
|
|
1856
|
+
"module": "src/accordion/accordion.ts"
|
|
1857
|
+
}
|
|
1858
|
+
},
|
|
1859
|
+
{
|
|
1860
|
+
"kind": "js",
|
|
1861
|
+
"name": "foundationAccordionShadowOptions",
|
|
1862
|
+
"declaration": {
|
|
1863
|
+
"name": "foundationAccordionShadowOptions",
|
|
1864
|
+
"module": "src/accordion/accordion.ts"
|
|
1865
|
+
}
|
|
1866
|
+
},
|
|
1867
|
+
{
|
|
1868
|
+
"kind": "js",
|
|
1869
|
+
"name": "defaultAccordionConfig",
|
|
1870
|
+
"declaration": {
|
|
1871
|
+
"name": "defaultAccordionConfig",
|
|
1872
|
+
"module": "src/accordion/accordion.ts"
|
|
1873
|
+
}
|
|
1874
|
+
},
|
|
1875
|
+
{
|
|
1876
|
+
"kind": "js",
|
|
1877
|
+
"name": "foundationAccordion",
|
|
1878
|
+
"declaration": {
|
|
1879
|
+
"name": "foundationAccordion",
|
|
1880
|
+
"module": "src/accordion/accordion.ts"
|
|
1881
|
+
}
|
|
1882
|
+
}
|
|
1883
|
+
]
|
|
1884
|
+
},
|
|
1885
|
+
{
|
|
1886
|
+
"kind": "javascript-module",
|
|
1887
|
+
"path": "src/accordion/index.ts",
|
|
1888
|
+
"declarations": [],
|
|
1889
|
+
"exports": [
|
|
1890
|
+
{
|
|
1891
|
+
"kind": "js",
|
|
1892
|
+
"name": "*",
|
|
1893
|
+
"declaration": {
|
|
1894
|
+
"name": "*",
|
|
1895
|
+
"package": "./accordion.template"
|
|
1896
|
+
}
|
|
1897
|
+
},
|
|
1898
|
+
{
|
|
1899
|
+
"kind": "js",
|
|
1900
|
+
"name": "*",
|
|
1901
|
+
"declaration": {
|
|
1902
|
+
"name": "*",
|
|
1903
|
+
"package": "./accordion.styles"
|
|
1904
|
+
}
|
|
1905
|
+
},
|
|
1906
|
+
{
|
|
1907
|
+
"kind": "js",
|
|
1908
|
+
"name": "*",
|
|
1909
|
+
"declaration": {
|
|
1910
|
+
"name": "*",
|
|
1911
|
+
"package": "./accordion"
|
|
1912
|
+
}
|
|
1913
|
+
}
|
|
1914
|
+
]
|
|
1915
|
+
},
|
|
1916
|
+
{
|
|
1917
|
+
"kind": "javascript-module",
|
|
1918
|
+
"path": "src/_config/index.ts",
|
|
1919
|
+
"declarations": [],
|
|
1920
|
+
"exports": [
|
|
1921
|
+
{
|
|
1922
|
+
"kind": "js",
|
|
1923
|
+
"name": "*",
|
|
1924
|
+
"declaration": {
|
|
1925
|
+
"name": "*",
|
|
1926
|
+
"package": "./styles"
|
|
1927
|
+
}
|
|
1928
|
+
},
|
|
1929
|
+
{
|
|
1930
|
+
"kind": "js",
|
|
1931
|
+
"name": "*",
|
|
1932
|
+
"declaration": {
|
|
1933
|
+
"name": "*",
|
|
1934
|
+
"package": "./tokens"
|
|
1935
|
+
}
|
|
1936
|
+
},
|
|
1937
|
+
{
|
|
1938
|
+
"kind": "js",
|
|
1939
|
+
"name": "*",
|
|
1940
|
+
"declaration": {
|
|
1941
|
+
"name": "*",
|
|
1942
|
+
"package": "./values"
|
|
1943
|
+
}
|
|
1944
|
+
}
|
|
1945
|
+
]
|
|
1946
|
+
},
|
|
1401
1947
|
{
|
|
1402
1948
|
"kind": "javascript-module",
|
|
1403
1949
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -2991,756 +3537,224 @@
|
|
|
2991
3537
|
"exports": [
|
|
2992
3538
|
{
|
|
2993
3539
|
"kind": "js",
|
|
2994
|
-
"name": "foundationAiIndicatorStyles",
|
|
2995
|
-
"declaration": {
|
|
2996
|
-
"name": "foundationAiIndicatorStyles",
|
|
2997
|
-
"module": "src/ai-indicator/ai-indicator.styles.ts"
|
|
2998
|
-
}
|
|
2999
|
-
}
|
|
3000
|
-
]
|
|
3001
|
-
},
|
|
3002
|
-
{
|
|
3003
|
-
"kind": "javascript-module",
|
|
3004
|
-
"path": "src/ai-indicator/ai-indicator.template.ts",
|
|
3005
|
-
"declarations": [
|
|
3006
|
-
{
|
|
3007
|
-
"kind": "variable",
|
|
3008
|
-
"name": "foundationAiIndicatorTemplate",
|
|
3009
|
-
"type": {
|
|
3010
|
-
"text": "ViewTemplate<AiIndicator>"
|
|
3011
|
-
},
|
|
3012
|
-
"default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
|
|
3013
|
-
}
|
|
3014
|
-
],
|
|
3015
|
-
"exports": [
|
|
3016
|
-
{
|
|
3017
|
-
"kind": "js",
|
|
3018
|
-
"name": "foundationAiIndicatorTemplate",
|
|
3019
|
-
"declaration": {
|
|
3020
|
-
"name": "foundationAiIndicatorTemplate",
|
|
3021
|
-
"module": "src/ai-indicator/ai-indicator.template.ts"
|
|
3022
|
-
}
|
|
3023
|
-
}
|
|
3024
|
-
]
|
|
3025
|
-
},
|
|
3026
|
-
{
|
|
3027
|
-
"kind": "javascript-module",
|
|
3028
|
-
"path": "src/ai-indicator/ai-indicator.ts",
|
|
3029
|
-
"declarations": [
|
|
3030
|
-
{
|
|
3031
|
-
"kind": "class",
|
|
3032
|
-
"description": "",
|
|
3033
|
-
"name": "AiIndicator",
|
|
3034
|
-
"members": [
|
|
3035
|
-
{
|
|
3036
|
-
"kind": "field",
|
|
3037
|
-
"name": "providerRegistry",
|
|
3038
|
-
"type": {
|
|
3039
|
-
"text": "AIProviderRegistry"
|
|
3040
|
-
}
|
|
3041
|
-
},
|
|
3042
|
-
{
|
|
3043
|
-
"kind": "field",
|
|
3044
|
-
"name": "aiProvider",
|
|
3045
|
-
"type": {
|
|
3046
|
-
"text": "AIProvider | undefined"
|
|
3047
|
-
},
|
|
3048
|
-
"privacy": "private",
|
|
3049
|
-
"description": "The indicator reflects status for the registry's default provider only —\nper-agent provider overrides live with the assistant component, not this\ntop-level chrome.",
|
|
3050
|
-
"readonly": true
|
|
3051
|
-
},
|
|
3052
|
-
{
|
|
3053
|
-
"kind": "field",
|
|
3054
|
-
"name": "status",
|
|
3055
|
-
"type": {
|
|
3056
|
-
"text": "AIStatus | null"
|
|
3057
|
-
},
|
|
3058
|
-
"default": "null"
|
|
3059
|
-
},
|
|
3060
|
-
{
|
|
3061
|
-
"kind": "field",
|
|
3062
|
-
"name": "open",
|
|
3063
|
-
"type": {
|
|
3064
|
-
"text": "boolean"
|
|
3065
|
-
},
|
|
3066
|
-
"default": "false"
|
|
3067
|
-
},
|
|
3068
|
-
{
|
|
3069
|
-
"kind": "field",
|
|
3070
|
-
"name": "state",
|
|
3071
|
-
"type": {
|
|
3072
|
-
"text": "AIIndicatorState"
|
|
3073
|
-
},
|
|
3074
|
-
"default": "'none'"
|
|
3075
|
-
},
|
|
3076
|
-
{
|
|
3077
|
-
"kind": "field",
|
|
3078
|
-
"name": "isInstalling",
|
|
3079
|
-
"type": {
|
|
3080
|
-
"text": "boolean"
|
|
3081
|
-
},
|
|
3082
|
-
"default": "false"
|
|
3083
|
-
},
|
|
3084
|
-
{
|
|
3085
|
-
"kind": "field",
|
|
3086
|
-
"name": "pollTimer",
|
|
3087
|
-
"type": {
|
|
3088
|
-
"text": "ReturnType<typeof setInterval> | null"
|
|
3089
|
-
},
|
|
3090
|
-
"privacy": "private",
|
|
3091
|
-
"default": "null"
|
|
3092
|
-
},
|
|
3093
|
-
{
|
|
3094
|
-
"kind": "field",
|
|
3095
|
-
"name": "clickOutside",
|
|
3096
|
-
"privacy": "private"
|
|
3097
|
-
},
|
|
3098
|
-
{
|
|
3099
|
-
"kind": "field",
|
|
3100
|
-
"name": "chromeStatusLabel",
|
|
3101
|
-
"type": {
|
|
3102
|
-
"text": "string | null"
|
|
3103
|
-
},
|
|
3104
|
-
"readonly": true
|
|
3105
|
-
},
|
|
3106
|
-
{
|
|
3107
|
-
"kind": "field",
|
|
3108
|
-
"name": "canInstall",
|
|
3109
|
-
"type": {
|
|
3110
|
-
"text": "boolean"
|
|
3111
|
-
},
|
|
3112
|
-
"readonly": true
|
|
3113
|
-
},
|
|
3114
|
-
{
|
|
3115
|
-
"kind": "field",
|
|
3116
|
-
"name": "isDownloading",
|
|
3117
|
-
"type": {
|
|
3118
|
-
"text": "boolean"
|
|
3119
|
-
},
|
|
3120
|
-
"readonly": true
|
|
3121
|
-
},
|
|
3122
|
-
{
|
|
3123
|
-
"kind": "method",
|
|
3124
|
-
"name": "openChanged",
|
|
3125
|
-
"return": {
|
|
3126
|
-
"type": {
|
|
3127
|
-
"text": "void"
|
|
3128
|
-
}
|
|
3129
|
-
}
|
|
3130
|
-
},
|
|
3131
|
-
{
|
|
3132
|
-
"kind": "method",
|
|
3133
|
-
"name": "handleClickOutside",
|
|
3134
|
-
"privacy": "private",
|
|
3135
|
-
"parameters": [
|
|
3136
|
-
{
|
|
3137
|
-
"name": "event",
|
|
3138
|
-
"type": {
|
|
3139
|
-
"text": "MouseEvent"
|
|
3140
|
-
}
|
|
3141
|
-
}
|
|
3142
|
-
]
|
|
3143
|
-
},
|
|
3144
|
-
{
|
|
3145
|
-
"kind": "method",
|
|
3146
|
-
"name": "toggleDropdown"
|
|
3147
|
-
},
|
|
3148
|
-
{
|
|
3149
|
-
"kind": "method",
|
|
3150
|
-
"name": "refreshStatus",
|
|
3151
|
-
"return": {
|
|
3152
|
-
"type": {
|
|
3153
|
-
"text": "Promise<void>"
|
|
3154
|
-
}
|
|
3155
|
-
}
|
|
3156
|
-
},
|
|
3157
|
-
{
|
|
3158
|
-
"kind": "method",
|
|
3159
|
-
"name": "deriveState",
|
|
3160
|
-
"privacy": "private",
|
|
3161
|
-
"return": {
|
|
3162
|
-
"type": {
|
|
3163
|
-
"text": "AIIndicatorState"
|
|
3164
|
-
}
|
|
3165
|
-
},
|
|
3166
|
-
"parameters": [
|
|
3167
|
-
{
|
|
3168
|
-
"name": "s",
|
|
3169
|
-
"type": {
|
|
3170
|
-
"text": "AIStatus | null"
|
|
3171
|
-
}
|
|
3172
|
-
}
|
|
3173
|
-
]
|
|
3174
|
-
},
|
|
3175
|
-
{
|
|
3176
|
-
"kind": "method",
|
|
3177
|
-
"name": "maybeStartPolling",
|
|
3178
|
-
"privacy": "private",
|
|
3179
|
-
"return": {
|
|
3180
|
-
"type": {
|
|
3181
|
-
"text": "void"
|
|
3182
|
-
}
|
|
3183
|
-
}
|
|
3184
|
-
},
|
|
3185
|
-
{
|
|
3186
|
-
"kind": "method",
|
|
3187
|
-
"name": "startPolling",
|
|
3188
|
-
"privacy": "private",
|
|
3189
|
-
"return": {
|
|
3190
|
-
"type": {
|
|
3191
|
-
"text": "void"
|
|
3192
|
-
}
|
|
3193
|
-
}
|
|
3194
|
-
},
|
|
3195
|
-
{
|
|
3196
|
-
"kind": "method",
|
|
3197
|
-
"name": "stopPolling",
|
|
3198
|
-
"privacy": "private",
|
|
3199
|
-
"return": {
|
|
3200
|
-
"type": {
|
|
3201
|
-
"text": "void"
|
|
3202
|
-
}
|
|
3203
|
-
}
|
|
3204
|
-
},
|
|
3205
|
-
{
|
|
3206
|
-
"kind": "method",
|
|
3207
|
-
"name": "onInstall",
|
|
3208
|
-
"return": {
|
|
3209
|
-
"type": {
|
|
3210
|
-
"text": "Promise<void>"
|
|
3211
|
-
}
|
|
3212
|
-
}
|
|
3213
|
-
},
|
|
3214
|
-
{
|
|
3215
|
-
"kind": "field",
|
|
3216
|
-
"name": "_presentation",
|
|
3217
|
-
"type": {
|
|
3218
|
-
"text": "ComponentPresentation | null | undefined"
|
|
3219
|
-
},
|
|
3220
|
-
"privacy": "private",
|
|
3221
|
-
"default": "void 0",
|
|
3222
|
-
"inheritedFrom": {
|
|
3223
|
-
"name": "FoundationElement",
|
|
3224
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3225
|
-
}
|
|
3226
|
-
},
|
|
3227
|
-
{
|
|
3228
|
-
"kind": "field",
|
|
3229
|
-
"name": "$presentation",
|
|
3230
|
-
"type": {
|
|
3231
|
-
"text": "ComponentPresentation | null"
|
|
3232
|
-
},
|
|
3233
|
-
"privacy": "public",
|
|
3234
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3235
|
-
"inheritedFrom": {
|
|
3236
|
-
"name": "FoundationElement",
|
|
3237
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3238
|
-
}
|
|
3239
|
-
},
|
|
3240
|
-
{
|
|
3241
|
-
"kind": "field",
|
|
3242
|
-
"name": "template",
|
|
3243
|
-
"type": {
|
|
3244
|
-
"text": "ElementViewTemplate | void | null"
|
|
3245
|
-
},
|
|
3246
|
-
"privacy": "public",
|
|
3247
|
-
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
3248
|
-
"inheritedFrom": {
|
|
3249
|
-
"name": "FoundationElement",
|
|
3250
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3251
|
-
}
|
|
3252
|
-
},
|
|
3253
|
-
{
|
|
3254
|
-
"kind": "method",
|
|
3255
|
-
"name": "templateChanged",
|
|
3256
|
-
"privacy": "protected",
|
|
3257
|
-
"return": {
|
|
3258
|
-
"type": {
|
|
3259
|
-
"text": "void"
|
|
3260
|
-
}
|
|
3261
|
-
},
|
|
3262
|
-
"inheritedFrom": {
|
|
3263
|
-
"name": "FoundationElement",
|
|
3264
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3265
|
-
}
|
|
3266
|
-
},
|
|
3267
|
-
{
|
|
3268
|
-
"kind": "field",
|
|
3269
|
-
"name": "styles",
|
|
3270
|
-
"type": {
|
|
3271
|
-
"text": "ElementStyles | void | null"
|
|
3272
|
-
},
|
|
3273
|
-
"privacy": "public",
|
|
3274
|
-
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
3275
|
-
"inheritedFrom": {
|
|
3276
|
-
"name": "FoundationElement",
|
|
3277
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3278
|
-
}
|
|
3279
|
-
},
|
|
3280
|
-
{
|
|
3281
|
-
"kind": "method",
|
|
3282
|
-
"name": "stylesChanged",
|
|
3283
|
-
"privacy": "protected",
|
|
3284
|
-
"return": {
|
|
3285
|
-
"type": {
|
|
3286
|
-
"text": "void"
|
|
3287
|
-
}
|
|
3288
|
-
},
|
|
3289
|
-
"inheritedFrom": {
|
|
3290
|
-
"name": "FoundationElement",
|
|
3291
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3292
|
-
}
|
|
3293
|
-
},
|
|
3294
|
-
{
|
|
3295
|
-
"kind": "method",
|
|
3296
|
-
"name": "compose",
|
|
3297
|
-
"privacy": "public",
|
|
3298
|
-
"static": true,
|
|
3299
|
-
"return": {
|
|
3300
|
-
"type": {
|
|
3301
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3302
|
-
}
|
|
3303
|
-
},
|
|
3304
|
-
"parameters": [
|
|
3305
|
-
{
|
|
3306
|
-
"name": "this",
|
|
3307
|
-
"type": {
|
|
3308
|
-
"text": "K"
|
|
3309
|
-
}
|
|
3310
|
-
},
|
|
3311
|
-
{
|
|
3312
|
-
"name": "elementDefinition",
|
|
3313
|
-
"type": {
|
|
3314
|
-
"text": "T"
|
|
3315
|
-
},
|
|
3316
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
3317
|
-
}
|
|
3318
|
-
],
|
|
3319
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3320
|
-
"inheritedFrom": {
|
|
3321
|
-
"name": "FoundationElement",
|
|
3322
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3323
|
-
}
|
|
3324
|
-
}
|
|
3325
|
-
],
|
|
3326
|
-
"superclass": {
|
|
3327
|
-
"name": "FoundationElement",
|
|
3328
|
-
"package": "@microsoft/fast-foundation"
|
|
3329
|
-
},
|
|
3330
|
-
"tagName": "%%prefix%%-ai-indicator",
|
|
3331
|
-
"customElement": true
|
|
3332
|
-
},
|
|
3333
|
-
{
|
|
3334
|
-
"kind": "variable",
|
|
3335
|
-
"name": "foundationAiIndicator"
|
|
3336
|
-
}
|
|
3337
|
-
],
|
|
3338
|
-
"exports": [
|
|
3339
|
-
{
|
|
3340
|
-
"kind": "js",
|
|
3341
|
-
"name": "AiIndicator",
|
|
3342
|
-
"declaration": {
|
|
3343
|
-
"name": "AiIndicator",
|
|
3344
|
-
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3345
|
-
}
|
|
3346
|
-
},
|
|
3347
|
-
{
|
|
3348
|
-
"kind": "js",
|
|
3349
|
-
"name": "foundationAiIndicator",
|
|
3350
|
-
"declaration": {
|
|
3351
|
-
"name": "foundationAiIndicator",
|
|
3352
|
-
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3353
|
-
}
|
|
3354
|
-
}
|
|
3355
|
-
]
|
|
3356
|
-
},
|
|
3357
|
-
{
|
|
3358
|
-
"kind": "javascript-module",
|
|
3359
|
-
"path": "src/ai-indicator/index.ts",
|
|
3360
|
-
"declarations": [],
|
|
3361
|
-
"exports": [
|
|
3362
|
-
{
|
|
3363
|
-
"kind": "js",
|
|
3364
|
-
"name": "AiIndicator",
|
|
3365
|
-
"declaration": {
|
|
3366
|
-
"name": "AiIndicator",
|
|
3367
|
-
"module": "./ai-indicator"
|
|
3368
|
-
}
|
|
3369
|
-
},
|
|
3370
|
-
{
|
|
3371
|
-
"kind": "js",
|
|
3372
|
-
"name": "foundationAiIndicator",
|
|
3373
|
-
"declaration": {
|
|
3374
|
-
"name": "foundationAiIndicator",
|
|
3375
|
-
"module": "./ai-indicator"
|
|
3376
|
-
}
|
|
3377
|
-
},
|
|
3378
|
-
{
|
|
3379
|
-
"kind": "js",
|
|
3380
|
-
"name": "type",
|
|
3381
|
-
"declaration": {
|
|
3382
|
-
"name": "type",
|
|
3383
|
-
"module": "./ai-indicator"
|
|
3384
|
-
}
|
|
3385
|
-
},
|
|
3386
|
-
{
|
|
3387
|
-
"kind": "js",
|
|
3388
|
-
"name": "AIIndicatorState",
|
|
3389
|
-
"declaration": {
|
|
3390
|
-
"name": "AIIndicatorState",
|
|
3391
|
-
"module": "./ai-indicator"
|
|
3392
|
-
}
|
|
3393
|
-
},
|
|
3394
|
-
{
|
|
3395
|
-
"kind": "js",
|
|
3396
|
-
"name": "foundationAiIndicatorTemplate",
|
|
3397
|
-
"declaration": {
|
|
3398
|
-
"name": "foundationAiIndicatorTemplate",
|
|
3399
|
-
"module": "./ai-indicator.template"
|
|
3400
|
-
}
|
|
3401
|
-
},
|
|
3402
|
-
{
|
|
3403
|
-
"kind": "js",
|
|
3404
|
-
"name": "foundationAiIndicatorStyles",
|
|
3405
|
-
"declaration": {
|
|
3406
|
-
"name": "foundationAiIndicatorStyles",
|
|
3407
|
-
"module": "./ai-indicator.styles"
|
|
3408
|
-
}
|
|
3409
|
-
}
|
|
3410
|
-
]
|
|
3411
|
-
},
|
|
3412
|
-
{
|
|
3413
|
-
"kind": "javascript-module",
|
|
3414
|
-
"path": "src/_config/index.ts",
|
|
3415
|
-
"declarations": [],
|
|
3416
|
-
"exports": [
|
|
3417
|
-
{
|
|
3418
|
-
"kind": "js",
|
|
3419
|
-
"name": "*",
|
|
3420
|
-
"declaration": {
|
|
3421
|
-
"name": "*",
|
|
3422
|
-
"package": "./styles"
|
|
3423
|
-
}
|
|
3424
|
-
},
|
|
3425
|
-
{
|
|
3426
|
-
"kind": "js",
|
|
3427
|
-
"name": "*",
|
|
3428
|
-
"declaration": {
|
|
3429
|
-
"name": "*",
|
|
3430
|
-
"package": "./tokens"
|
|
3431
|
-
}
|
|
3432
|
-
},
|
|
3433
|
-
{
|
|
3434
|
-
"kind": "js",
|
|
3435
|
-
"name": "*",
|
|
3436
|
-
"declaration": {
|
|
3437
|
-
"name": "*",
|
|
3438
|
-
"package": "./values"
|
|
3439
|
-
}
|
|
3440
|
-
}
|
|
3441
|
-
]
|
|
3442
|
-
},
|
|
3443
|
-
{
|
|
3444
|
-
"kind": "javascript-module",
|
|
3445
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
3446
|
-
"declarations": [
|
|
3447
|
-
{
|
|
3448
|
-
"kind": "function",
|
|
3449
|
-
"name": "foundationAccordionStyles",
|
|
3450
|
-
"return": {
|
|
3451
|
-
"type": {
|
|
3452
|
-
"text": "ElementStyles"
|
|
3453
|
-
}
|
|
3454
|
-
},
|
|
3455
|
-
"parameters": [
|
|
3456
|
-
{
|
|
3457
|
-
"name": "context",
|
|
3458
|
-
"type": {
|
|
3459
|
-
"text": "ElementDefinitionContext"
|
|
3460
|
-
}
|
|
3461
|
-
},
|
|
3462
|
-
{
|
|
3463
|
-
"name": "definition",
|
|
3464
|
-
"type": {
|
|
3465
|
-
"text": "FoundationElementDefinition"
|
|
3466
|
-
}
|
|
3467
|
-
}
|
|
3468
|
-
]
|
|
3469
|
-
}
|
|
3470
|
-
],
|
|
3471
|
-
"exports": [
|
|
3472
|
-
{
|
|
3473
|
-
"kind": "js",
|
|
3474
|
-
"name": "foundationAccordionStyles",
|
|
3540
|
+
"name": "foundationAiIndicatorStyles",
|
|
3475
3541
|
"declaration": {
|
|
3476
|
-
"name": "
|
|
3477
|
-
"module": "src/
|
|
3542
|
+
"name": "foundationAiIndicatorStyles",
|
|
3543
|
+
"module": "src/ai-indicator/ai-indicator.styles.ts"
|
|
3478
3544
|
}
|
|
3479
3545
|
}
|
|
3480
3546
|
]
|
|
3481
3547
|
},
|
|
3482
3548
|
{
|
|
3483
3549
|
"kind": "javascript-module",
|
|
3484
|
-
"path": "src/
|
|
3550
|
+
"path": "src/ai-indicator/ai-indicator.template.ts",
|
|
3485
3551
|
"declarations": [
|
|
3486
3552
|
{
|
|
3487
|
-
"kind": "
|
|
3488
|
-
"name": "
|
|
3489
|
-
"
|
|
3490
|
-
"
|
|
3491
|
-
"text": "ViewTemplate<Accordion>"
|
|
3492
|
-
}
|
|
3553
|
+
"kind": "variable",
|
|
3554
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3555
|
+
"type": {
|
|
3556
|
+
"text": "ViewTemplate<AiIndicator>"
|
|
3493
3557
|
},
|
|
3494
|
-
"
|
|
3495
|
-
{
|
|
3496
|
-
"name": "context",
|
|
3497
|
-
"type": {
|
|
3498
|
-
"text": "ElementDefinitionContext"
|
|
3499
|
-
}
|
|
3500
|
-
},
|
|
3501
|
-
{
|
|
3502
|
-
"name": "definition",
|
|
3503
|
-
"type": {
|
|
3504
|
-
"text": "FoundationElementDefinition"
|
|
3505
|
-
}
|
|
3506
|
-
}
|
|
3507
|
-
]
|
|
3558
|
+
"default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
|
|
3508
3559
|
}
|
|
3509
3560
|
],
|
|
3510
3561
|
"exports": [
|
|
3511
3562
|
{
|
|
3512
3563
|
"kind": "js",
|
|
3513
|
-
"name": "
|
|
3564
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3514
3565
|
"declaration": {
|
|
3515
|
-
"name": "
|
|
3516
|
-
"module": "src/
|
|
3566
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3567
|
+
"module": "src/ai-indicator/ai-indicator.template.ts"
|
|
3517
3568
|
}
|
|
3518
3569
|
}
|
|
3519
3570
|
]
|
|
3520
3571
|
},
|
|
3521
3572
|
{
|
|
3522
3573
|
"kind": "javascript-module",
|
|
3523
|
-
"path": "src/
|
|
3574
|
+
"path": "src/ai-indicator/ai-indicator.ts",
|
|
3524
3575
|
"declarations": [
|
|
3525
3576
|
{
|
|
3526
3577
|
"kind": "class",
|
|
3527
3578
|
"description": "",
|
|
3528
|
-
"name": "
|
|
3529
|
-
"
|
|
3530
|
-
"name": "FASTAccordion",
|
|
3531
|
-
"package": "@microsoft/fast-foundation"
|
|
3532
|
-
},
|
|
3533
|
-
"tagName": "%%prefix%%-accordion",
|
|
3534
|
-
"customElement": true,
|
|
3535
|
-
"attributes": [
|
|
3579
|
+
"name": "AiIndicator",
|
|
3580
|
+
"members": [
|
|
3536
3581
|
{
|
|
3537
|
-
"
|
|
3582
|
+
"kind": "field",
|
|
3583
|
+
"name": "providerRegistry",
|
|
3538
3584
|
"type": {
|
|
3539
|
-
"text": "
|
|
3540
|
-
},
|
|
3541
|
-
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
3542
|
-
"fieldName": "expandmode",
|
|
3543
|
-
"inheritedFrom": {
|
|
3544
|
-
"name": "Accordion",
|
|
3545
|
-
"module": "src/accordion/accordion.ts"
|
|
3585
|
+
"text": "AIProviderRegistry"
|
|
3546
3586
|
}
|
|
3547
|
-
}
|
|
3548
|
-
],
|
|
3549
|
-
"members": [
|
|
3587
|
+
},
|
|
3550
3588
|
{
|
|
3551
3589
|
"kind": "field",
|
|
3552
|
-
"name": "
|
|
3590
|
+
"name": "aiProvider",
|
|
3553
3591
|
"type": {
|
|
3554
|
-
"text": "
|
|
3592
|
+
"text": "AIProvider | undefined"
|
|
3555
3593
|
},
|
|
3556
|
-
"privacy": "
|
|
3557
|
-
"description": "
|
|
3558
|
-
"
|
|
3559
|
-
"name": "Accordion",
|
|
3560
|
-
"module": "src/accordion/accordion.ts"
|
|
3561
|
-
}
|
|
3594
|
+
"privacy": "private",
|
|
3595
|
+
"description": "The indicator reflects status for the registry's default provider only —\nper-agent provider overrides live with the assistant component, not this\ntop-level chrome.",
|
|
3596
|
+
"readonly": true
|
|
3562
3597
|
},
|
|
3563
3598
|
{
|
|
3564
3599
|
"kind": "field",
|
|
3565
|
-
"name": "
|
|
3600
|
+
"name": "status",
|
|
3566
3601
|
"type": {
|
|
3567
|
-
"text": "
|
|
3602
|
+
"text": "AIStatus | null"
|
|
3568
3603
|
},
|
|
3569
|
-
"
|
|
3570
|
-
"inheritedFrom": {
|
|
3571
|
-
"name": "Accordion",
|
|
3572
|
-
"module": "src/accordion/accordion.ts"
|
|
3573
|
-
}
|
|
3604
|
+
"default": "null"
|
|
3574
3605
|
},
|
|
3575
3606
|
{
|
|
3576
3607
|
"kind": "field",
|
|
3577
|
-
"name": "
|
|
3608
|
+
"name": "open",
|
|
3578
3609
|
"type": {
|
|
3579
|
-
"text": "
|
|
3610
|
+
"text": "boolean"
|
|
3580
3611
|
},
|
|
3581
|
-
"
|
|
3582
|
-
"default": "0",
|
|
3583
|
-
"inheritedFrom": {
|
|
3584
|
-
"name": "Accordion",
|
|
3585
|
-
"module": "src/accordion/accordion.ts"
|
|
3586
|
-
}
|
|
3612
|
+
"default": "false"
|
|
3587
3613
|
},
|
|
3588
3614
|
{
|
|
3589
3615
|
"kind": "field",
|
|
3590
|
-
"name": "
|
|
3616
|
+
"name": "state",
|
|
3591
3617
|
"type": {
|
|
3592
|
-
"text": "
|
|
3618
|
+
"text": "AIIndicatorState"
|
|
3593
3619
|
},
|
|
3594
|
-
"
|
|
3595
|
-
"inheritedFrom": {
|
|
3596
|
-
"name": "Accordion",
|
|
3597
|
-
"module": "src/accordion/accordion.ts"
|
|
3598
|
-
}
|
|
3620
|
+
"default": "'none'"
|
|
3599
3621
|
},
|
|
3600
3622
|
{
|
|
3601
3623
|
"kind": "field",
|
|
3602
|
-
"name": "
|
|
3603
|
-
"
|
|
3604
|
-
|
|
3605
|
-
|
|
3606
|
-
|
|
3607
|
-
}
|
|
3624
|
+
"name": "isInstalling",
|
|
3625
|
+
"type": {
|
|
3626
|
+
"text": "boolean"
|
|
3627
|
+
},
|
|
3628
|
+
"default": "false"
|
|
3608
3629
|
},
|
|
3609
3630
|
{
|
|
3610
|
-
"kind": "
|
|
3611
|
-
"name": "
|
|
3631
|
+
"kind": "field",
|
|
3632
|
+
"name": "pollTimer",
|
|
3633
|
+
"type": {
|
|
3634
|
+
"text": "ReturnType<typeof setInterval> | null"
|
|
3635
|
+
},
|
|
3612
3636
|
"privacy": "private",
|
|
3613
|
-
"
|
|
3614
|
-
|
|
3615
|
-
|
|
3616
|
-
|
|
3637
|
+
"default": "null"
|
|
3638
|
+
},
|
|
3639
|
+
{
|
|
3640
|
+
"kind": "field",
|
|
3641
|
+
"name": "clickOutside",
|
|
3642
|
+
"privacy": "private"
|
|
3643
|
+
},
|
|
3644
|
+
{
|
|
3645
|
+
"kind": "field",
|
|
3646
|
+
"name": "chromeStatusLabel",
|
|
3647
|
+
"type": {
|
|
3648
|
+
"text": "string | null"
|
|
3617
3649
|
},
|
|
3618
|
-
"
|
|
3619
|
-
"name": "Accordion",
|
|
3620
|
-
"module": "src/accordion/accordion.ts"
|
|
3621
|
-
}
|
|
3650
|
+
"readonly": true
|
|
3622
3651
|
},
|
|
3623
3652
|
{
|
|
3624
3653
|
"kind": "field",
|
|
3625
|
-
"name": "
|
|
3626
|
-
"
|
|
3627
|
-
|
|
3628
|
-
|
|
3629
|
-
|
|
3630
|
-
|
|
3654
|
+
"name": "canInstall",
|
|
3655
|
+
"type": {
|
|
3656
|
+
"text": "boolean"
|
|
3657
|
+
},
|
|
3658
|
+
"readonly": true
|
|
3659
|
+
},
|
|
3660
|
+
{
|
|
3661
|
+
"kind": "field",
|
|
3662
|
+
"name": "isDownloading",
|
|
3663
|
+
"type": {
|
|
3664
|
+
"text": "boolean"
|
|
3665
|
+
},
|
|
3666
|
+
"readonly": true
|
|
3631
3667
|
},
|
|
3632
3668
|
{
|
|
3633
3669
|
"kind": "method",
|
|
3634
|
-
"name": "
|
|
3635
|
-
"privacy": "private",
|
|
3670
|
+
"name": "openChanged",
|
|
3636
3671
|
"return": {
|
|
3637
3672
|
"type": {
|
|
3638
3673
|
"text": "void"
|
|
3639
3674
|
}
|
|
3640
|
-
},
|
|
3641
|
-
"inheritedFrom": {
|
|
3642
|
-
"name": "Accordion",
|
|
3643
|
-
"module": "src/accordion/accordion.ts"
|
|
3644
3675
|
}
|
|
3645
3676
|
},
|
|
3646
3677
|
{
|
|
3647
|
-
"kind": "
|
|
3648
|
-
"name": "
|
|
3678
|
+
"kind": "method",
|
|
3679
|
+
"name": "handleClickOutside",
|
|
3649
3680
|
"privacy": "private",
|
|
3650
|
-
"
|
|
3651
|
-
|
|
3652
|
-
|
|
3653
|
-
|
|
3681
|
+
"parameters": [
|
|
3682
|
+
{
|
|
3683
|
+
"name": "event",
|
|
3684
|
+
"type": {
|
|
3685
|
+
"text": "MouseEvent"
|
|
3686
|
+
}
|
|
3687
|
+
}
|
|
3688
|
+
]
|
|
3654
3689
|
},
|
|
3655
3690
|
{
|
|
3656
|
-
"kind": "
|
|
3657
|
-
"name": "
|
|
3658
|
-
"privacy": "private",
|
|
3659
|
-
"inheritedFrom": {
|
|
3660
|
-
"name": "Accordion",
|
|
3661
|
-
"module": "src/accordion/accordion.ts"
|
|
3662
|
-
}
|
|
3691
|
+
"kind": "method",
|
|
3692
|
+
"name": "toggleDropdown"
|
|
3663
3693
|
},
|
|
3664
3694
|
{
|
|
3665
3695
|
"kind": "method",
|
|
3666
|
-
"name": "
|
|
3667
|
-
"privacy": "private",
|
|
3696
|
+
"name": "refreshStatus",
|
|
3668
3697
|
"return": {
|
|
3669
3698
|
"type": {
|
|
3670
|
-
"text": "
|
|
3699
|
+
"text": "Promise<void>"
|
|
3671
3700
|
}
|
|
3672
|
-
},
|
|
3673
|
-
"inheritedFrom": {
|
|
3674
|
-
"name": "Accordion",
|
|
3675
|
-
"module": "src/accordion/accordion.ts"
|
|
3676
3701
|
}
|
|
3677
3702
|
},
|
|
3678
3703
|
{
|
|
3679
3704
|
"kind": "method",
|
|
3680
|
-
"name": "
|
|
3705
|
+
"name": "deriveState",
|
|
3681
3706
|
"privacy": "private",
|
|
3682
3707
|
"return": {
|
|
3683
3708
|
"type": {
|
|
3684
|
-
"text": "
|
|
3709
|
+
"text": "AIIndicatorState"
|
|
3685
3710
|
}
|
|
3686
3711
|
},
|
|
3687
|
-
"
|
|
3688
|
-
|
|
3689
|
-
|
|
3690
|
-
|
|
3712
|
+
"parameters": [
|
|
3713
|
+
{
|
|
3714
|
+
"name": "s",
|
|
3715
|
+
"type": {
|
|
3716
|
+
"text": "AIStatus | null"
|
|
3717
|
+
}
|
|
3718
|
+
}
|
|
3719
|
+
]
|
|
3691
3720
|
},
|
|
3692
3721
|
{
|
|
3693
|
-
"kind": "
|
|
3694
|
-
"name": "
|
|
3722
|
+
"kind": "method",
|
|
3723
|
+
"name": "maybeStartPolling",
|
|
3695
3724
|
"privacy": "private",
|
|
3696
|
-
"
|
|
3697
|
-
"
|
|
3698
|
-
|
|
3725
|
+
"return": {
|
|
3726
|
+
"type": {
|
|
3727
|
+
"text": "void"
|
|
3728
|
+
}
|
|
3699
3729
|
}
|
|
3700
3730
|
},
|
|
3701
3731
|
{
|
|
3702
|
-
"kind": "
|
|
3703
|
-
"name": "
|
|
3732
|
+
"kind": "method",
|
|
3733
|
+
"name": "startPolling",
|
|
3704
3734
|
"privacy": "private",
|
|
3705
|
-
"
|
|
3706
|
-
"
|
|
3707
|
-
|
|
3735
|
+
"return": {
|
|
3736
|
+
"type": {
|
|
3737
|
+
"text": "void"
|
|
3738
|
+
}
|
|
3708
3739
|
}
|
|
3709
3740
|
},
|
|
3710
3741
|
{
|
|
3711
3742
|
"kind": "method",
|
|
3712
|
-
"name": "
|
|
3743
|
+
"name": "stopPolling",
|
|
3713
3744
|
"privacy": "private",
|
|
3714
3745
|
"return": {
|
|
3715
3746
|
"type": {
|
|
3716
3747
|
"text": "void"
|
|
3717
3748
|
}
|
|
3718
|
-
},
|
|
3719
|
-
"parameters": [
|
|
3720
|
-
{
|
|
3721
|
-
"name": "adjustment",
|
|
3722
|
-
"type": {
|
|
3723
|
-
"text": "number"
|
|
3724
|
-
}
|
|
3725
|
-
}
|
|
3726
|
-
],
|
|
3727
|
-
"inheritedFrom": {
|
|
3728
|
-
"name": "Accordion",
|
|
3729
|
-
"module": "src/accordion/accordion.ts"
|
|
3730
3749
|
}
|
|
3731
3750
|
},
|
|
3732
3751
|
{
|
|
3733
3752
|
"kind": "method",
|
|
3734
|
-
"name": "
|
|
3735
|
-
"privacy": "private",
|
|
3753
|
+
"name": "onInstall",
|
|
3736
3754
|
"return": {
|
|
3737
3755
|
"type": {
|
|
3738
|
-
"text": "void"
|
|
3756
|
+
"text": "Promise<void>"
|
|
3739
3757
|
}
|
|
3740
|
-
},
|
|
3741
|
-
"inheritedFrom": {
|
|
3742
|
-
"name": "Accordion",
|
|
3743
|
-
"module": "src/accordion/accordion.ts"
|
|
3744
3758
|
}
|
|
3745
3759
|
},
|
|
3746
3760
|
{
|
|
@@ -3855,102 +3869,88 @@
|
|
|
3855
3869
|
}
|
|
3856
3870
|
}
|
|
3857
3871
|
],
|
|
3858
|
-
"
|
|
3859
|
-
|
|
3860
|
-
|
|
3861
|
-
"name": "change",
|
|
3862
|
-
"inheritedFrom": {
|
|
3863
|
-
"name": "Accordion",
|
|
3864
|
-
"module": "src/accordion/accordion.ts"
|
|
3865
|
-
}
|
|
3866
|
-
}
|
|
3867
|
-
]
|
|
3868
|
-
},
|
|
3869
|
-
{
|
|
3870
|
-
"kind": "variable",
|
|
3871
|
-
"name": "foundationAccordionShadowOptions",
|
|
3872
|
-
"type": {
|
|
3873
|
-
"text": "ShadowRootInit"
|
|
3874
|
-
},
|
|
3875
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3876
|
-
},
|
|
3877
|
-
{
|
|
3878
|
-
"kind": "variable",
|
|
3879
|
-
"name": "defaultAccordionConfig",
|
|
3880
|
-
"type": {
|
|
3881
|
-
"text": "object"
|
|
3872
|
+
"superclass": {
|
|
3873
|
+
"name": "FoundationElement",
|
|
3874
|
+
"package": "@microsoft/fast-foundation"
|
|
3882
3875
|
},
|
|
3883
|
-
"
|
|
3876
|
+
"tagName": "%%prefix%%-ai-indicator",
|
|
3877
|
+
"customElement": true
|
|
3884
3878
|
},
|
|
3885
3879
|
{
|
|
3886
3880
|
"kind": "variable",
|
|
3887
|
-
"name": "
|
|
3888
|
-
"description": "The Foundation Accordion",
|
|
3889
|
-
"privacy": "public"
|
|
3881
|
+
"name": "foundationAiIndicator"
|
|
3890
3882
|
}
|
|
3891
3883
|
],
|
|
3892
3884
|
"exports": [
|
|
3893
3885
|
{
|
|
3894
3886
|
"kind": "js",
|
|
3895
|
-
"name": "
|
|
3887
|
+
"name": "AiIndicator",
|
|
3896
3888
|
"declaration": {
|
|
3897
|
-
"name": "
|
|
3898
|
-
"module": "src/
|
|
3889
|
+
"name": "AiIndicator",
|
|
3890
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3899
3891
|
}
|
|
3900
3892
|
},
|
|
3901
3893
|
{
|
|
3902
3894
|
"kind": "js",
|
|
3903
|
-
"name": "
|
|
3895
|
+
"name": "foundationAiIndicator",
|
|
3904
3896
|
"declaration": {
|
|
3905
|
-
"name": "
|
|
3906
|
-
"module": "src/
|
|
3897
|
+
"name": "foundationAiIndicator",
|
|
3898
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3899
|
+
}
|
|
3900
|
+
}
|
|
3901
|
+
]
|
|
3902
|
+
},
|
|
3903
|
+
{
|
|
3904
|
+
"kind": "javascript-module",
|
|
3905
|
+
"path": "src/ai-indicator/index.ts",
|
|
3906
|
+
"declarations": [],
|
|
3907
|
+
"exports": [
|
|
3908
|
+
{
|
|
3909
|
+
"kind": "js",
|
|
3910
|
+
"name": "AiIndicator",
|
|
3911
|
+
"declaration": {
|
|
3912
|
+
"name": "AiIndicator",
|
|
3913
|
+
"module": "./ai-indicator"
|
|
3907
3914
|
}
|
|
3908
3915
|
},
|
|
3909
3916
|
{
|
|
3910
3917
|
"kind": "js",
|
|
3911
|
-
"name": "
|
|
3918
|
+
"name": "foundationAiIndicator",
|
|
3912
3919
|
"declaration": {
|
|
3913
|
-
"name": "
|
|
3914
|
-
"module": "
|
|
3920
|
+
"name": "foundationAiIndicator",
|
|
3921
|
+
"module": "./ai-indicator"
|
|
3915
3922
|
}
|
|
3916
3923
|
},
|
|
3917
3924
|
{
|
|
3918
3925
|
"kind": "js",
|
|
3919
|
-
"name": "
|
|
3926
|
+
"name": "type",
|
|
3920
3927
|
"declaration": {
|
|
3921
|
-
"name": "
|
|
3922
|
-
"module": "
|
|
3928
|
+
"name": "type",
|
|
3929
|
+
"module": "./ai-indicator"
|
|
3923
3930
|
}
|
|
3924
|
-
}
|
|
3925
|
-
]
|
|
3926
|
-
},
|
|
3927
|
-
{
|
|
3928
|
-
"kind": "javascript-module",
|
|
3929
|
-
"path": "src/accordion/index.ts",
|
|
3930
|
-
"declarations": [],
|
|
3931
|
-
"exports": [
|
|
3931
|
+
},
|
|
3932
3932
|
{
|
|
3933
3933
|
"kind": "js",
|
|
3934
|
-
"name": "
|
|
3934
|
+
"name": "AIIndicatorState",
|
|
3935
3935
|
"declaration": {
|
|
3936
|
-
"name": "
|
|
3937
|
-
"
|
|
3936
|
+
"name": "AIIndicatorState",
|
|
3937
|
+
"module": "./ai-indicator"
|
|
3938
3938
|
}
|
|
3939
3939
|
},
|
|
3940
3940
|
{
|
|
3941
3941
|
"kind": "js",
|
|
3942
|
-
"name": "
|
|
3942
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3943
3943
|
"declaration": {
|
|
3944
|
-
"name": "
|
|
3945
|
-
"
|
|
3944
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3945
|
+
"module": "./ai-indicator.template"
|
|
3946
3946
|
}
|
|
3947
3947
|
},
|
|
3948
3948
|
{
|
|
3949
3949
|
"kind": "js",
|
|
3950
|
-
"name": "
|
|
3950
|
+
"name": "foundationAiIndicatorStyles",
|
|
3951
3951
|
"declaration": {
|
|
3952
|
-
"name": "
|
|
3953
|
-
"
|
|
3952
|
+
"name": "foundationAiIndicatorStyles",
|
|
3953
|
+
"module": "./ai-indicator.styles"
|
|
3954
3954
|
}
|
|
3955
3955
|
}
|
|
3956
3956
|
]
|
|
@@ -6067,11 +6067,11 @@
|
|
|
6067
6067
|
},
|
|
6068
6068
|
{
|
|
6069
6069
|
"kind": "javascript-module",
|
|
6070
|
-
"path": "src/
|
|
6070
|
+
"path": "src/badge/badge.styles.ts",
|
|
6071
6071
|
"declarations": [
|
|
6072
6072
|
{
|
|
6073
6073
|
"kind": "function",
|
|
6074
|
-
"name": "
|
|
6074
|
+
"name": "foundationBadgeStyles",
|
|
6075
6075
|
"return": {
|
|
6076
6076
|
"type": {
|
|
6077
6077
|
"text": "ElementStyles"
|
|
@@ -6096,24 +6096,24 @@
|
|
|
6096
6096
|
"exports": [
|
|
6097
6097
|
{
|
|
6098
6098
|
"kind": "js",
|
|
6099
|
-
"name": "
|
|
6099
|
+
"name": "foundationBadgeStyles",
|
|
6100
6100
|
"declaration": {
|
|
6101
|
-
"name": "
|
|
6102
|
-
"module": "src/
|
|
6101
|
+
"name": "foundationBadgeStyles",
|
|
6102
|
+
"module": "src/badge/badge.styles.ts"
|
|
6103
6103
|
}
|
|
6104
6104
|
}
|
|
6105
6105
|
]
|
|
6106
6106
|
},
|
|
6107
6107
|
{
|
|
6108
6108
|
"kind": "javascript-module",
|
|
6109
|
-
"path": "src/
|
|
6109
|
+
"path": "src/badge/badge.template.ts",
|
|
6110
6110
|
"declarations": [
|
|
6111
6111
|
{
|
|
6112
6112
|
"kind": "function",
|
|
6113
|
-
"name": "
|
|
6113
|
+
"name": "foundationBadgeTemplate",
|
|
6114
6114
|
"return": {
|
|
6115
6115
|
"type": {
|
|
6116
|
-
"text": "ViewTemplate<
|
|
6116
|
+
"text": "ViewTemplate<Badge>"
|
|
6117
6117
|
}
|
|
6118
6118
|
},
|
|
6119
6119
|
"parameters": [
|
|
@@ -6130,45 +6130,32 @@
|
|
|
6130
6130
|
}
|
|
6131
6131
|
}
|
|
6132
6132
|
]
|
|
6133
|
-
},
|
|
6134
|
-
{
|
|
6135
|
-
"kind": "variable",
|
|
6136
|
-
"name": "media",
|
|
6137
|
-
"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`"
|
|
6138
6133
|
}
|
|
6139
6134
|
],
|
|
6140
6135
|
"exports": [
|
|
6141
6136
|
{
|
|
6142
6137
|
"kind": "js",
|
|
6143
|
-
"name": "
|
|
6144
|
-
"declaration": {
|
|
6145
|
-
"name": "foundationAvatarTemplate",
|
|
6146
|
-
"module": "src/avatar/avatar.template.ts"
|
|
6147
|
-
}
|
|
6148
|
-
},
|
|
6149
|
-
{
|
|
6150
|
-
"kind": "js",
|
|
6151
|
-
"name": "media",
|
|
6138
|
+
"name": "foundationBadgeTemplate",
|
|
6152
6139
|
"declaration": {
|
|
6153
|
-
"name": "
|
|
6154
|
-
"module": "src/
|
|
6140
|
+
"name": "foundationBadgeTemplate",
|
|
6141
|
+
"module": "src/badge/badge.template.ts"
|
|
6155
6142
|
}
|
|
6156
6143
|
}
|
|
6157
6144
|
]
|
|
6158
6145
|
},
|
|
6159
6146
|
{
|
|
6160
6147
|
"kind": "javascript-module",
|
|
6161
|
-
"path": "src/
|
|
6148
|
+
"path": "src/badge/badge.ts",
|
|
6162
6149
|
"declarations": [
|
|
6163
6150
|
{
|
|
6164
6151
|
"kind": "class",
|
|
6165
6152
|
"description": "",
|
|
6166
|
-
"name": "
|
|
6153
|
+
"name": "Badge",
|
|
6167
6154
|
"superclass": {
|
|
6168
|
-
"name": "
|
|
6155
|
+
"name": "FASTBadge",
|
|
6169
6156
|
"package": "@microsoft/fast-components"
|
|
6170
6157
|
},
|
|
6171
|
-
"tagName": "%%prefix%%-
|
|
6158
|
+
"tagName": "%%prefix%%-badge",
|
|
6172
6159
|
"customElement": true,
|
|
6173
6160
|
"attributes": [
|
|
6174
6161
|
{
|
|
@@ -6176,11 +6163,11 @@
|
|
|
6176
6163
|
"type": {
|
|
6177
6164
|
"text": "string"
|
|
6178
6165
|
},
|
|
6179
|
-
"description": "Indicates the
|
|
6166
|
+
"description": "Indicates the badge should have a filled style.",
|
|
6180
6167
|
"fieldName": "fill",
|
|
6181
6168
|
"inheritedFrom": {
|
|
6182
|
-
"name": "
|
|
6183
|
-
"module": "src/
|
|
6169
|
+
"name": "Badge",
|
|
6170
|
+
"module": "src/badge/badge.ts"
|
|
6184
6171
|
}
|
|
6185
6172
|
},
|
|
6186
6173
|
{
|
|
@@ -6188,35 +6175,22 @@
|
|
|
6188
6175
|
"type": {
|
|
6189
6176
|
"text": "string"
|
|
6190
6177
|
},
|
|
6191
|
-
"description": "Indicates the
|
|
6178
|
+
"description": "Indicates the badge should have a filled style.",
|
|
6192
6179
|
"fieldName": "color",
|
|
6193
6180
|
"inheritedFrom": {
|
|
6194
|
-
"name": "
|
|
6195
|
-
"module": "src/
|
|
6196
|
-
}
|
|
6197
|
-
},
|
|
6198
|
-
{
|
|
6199
|
-
"name": "link",
|
|
6200
|
-
"type": {
|
|
6201
|
-
"text": "string"
|
|
6202
|
-
},
|
|
6203
|
-
"description": "Indicates the Avatar should have url link",
|
|
6204
|
-
"fieldName": "link",
|
|
6205
|
-
"inheritedFrom": {
|
|
6206
|
-
"name": "Avatar",
|
|
6207
|
-
"module": "src/avatar/avatar.ts"
|
|
6181
|
+
"name": "Badge",
|
|
6182
|
+
"module": "src/badge/badge.ts"
|
|
6208
6183
|
}
|
|
6209
6184
|
},
|
|
6210
6185
|
{
|
|
6211
|
-
"name": "shape",
|
|
6212
6186
|
"type": {
|
|
6213
|
-
"text": "
|
|
6187
|
+
"text": "boolean"
|
|
6214
6188
|
},
|
|
6215
|
-
"description": "Indicates the
|
|
6216
|
-
"fieldName": "
|
|
6189
|
+
"description": "Indicates the element should be circular",
|
|
6190
|
+
"fieldName": "circular",
|
|
6217
6191
|
"inheritedFrom": {
|
|
6218
|
-
"name": "
|
|
6219
|
-
"module": "src/
|
|
6192
|
+
"name": "Badge",
|
|
6193
|
+
"module": "src/badge/badge.ts"
|
|
6220
6194
|
}
|
|
6221
6195
|
}
|
|
6222
6196
|
],
|
|
@@ -6228,10 +6202,10 @@
|
|
|
6228
6202
|
"text": "string"
|
|
6229
6203
|
},
|
|
6230
6204
|
"privacy": "public",
|
|
6231
|
-
"description": "Indicates the
|
|
6205
|
+
"description": "Indicates the badge should have a filled style.",
|
|
6232
6206
|
"inheritedFrom": {
|
|
6233
|
-
"name": "
|
|
6234
|
-
"module": "src/
|
|
6207
|
+
"name": "Badge",
|
|
6208
|
+
"module": "src/badge/badge.ts"
|
|
6235
6209
|
}
|
|
6236
6210
|
},
|
|
6237
6211
|
{
|
|
@@ -6241,36 +6215,32 @@
|
|
|
6241
6215
|
"text": "string"
|
|
6242
6216
|
},
|
|
6243
6217
|
"privacy": "public",
|
|
6244
|
-
"description": "Indicates the
|
|
6218
|
+
"description": "Indicates the badge should have a filled style.",
|
|
6245
6219
|
"inheritedFrom": {
|
|
6246
|
-
"name": "
|
|
6247
|
-
"module": "src/
|
|
6220
|
+
"name": "Badge",
|
|
6221
|
+
"module": "src/badge/badge.ts"
|
|
6248
6222
|
}
|
|
6249
6223
|
},
|
|
6250
6224
|
{
|
|
6251
6225
|
"kind": "field",
|
|
6252
|
-
"name": "
|
|
6226
|
+
"name": "circular",
|
|
6253
6227
|
"type": {
|
|
6254
|
-
"text": "
|
|
6228
|
+
"text": "boolean"
|
|
6255
6229
|
},
|
|
6256
6230
|
"privacy": "public",
|
|
6257
|
-
"description": "Indicates the
|
|
6231
|
+
"description": "Indicates the element should be circular",
|
|
6258
6232
|
"inheritedFrom": {
|
|
6259
|
-
"name": "
|
|
6260
|
-
"module": "src/
|
|
6233
|
+
"name": "Badge",
|
|
6234
|
+
"module": "src/badge/badge.ts"
|
|
6261
6235
|
}
|
|
6262
6236
|
},
|
|
6263
6237
|
{
|
|
6264
6238
|
"kind": "field",
|
|
6265
|
-
"name": "
|
|
6266
|
-
"type": {
|
|
6267
|
-
"text": "AvatarShape"
|
|
6268
|
-
},
|
|
6239
|
+
"name": "generateBadgeStyle",
|
|
6269
6240
|
"privacy": "public",
|
|
6270
|
-
"description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
|
|
6271
6241
|
"inheritedFrom": {
|
|
6272
|
-
"name": "
|
|
6273
|
-
"module": "src/
|
|
6242
|
+
"name": "Badge",
|
|
6243
|
+
"module": "src/badge/badge.ts"
|
|
6274
6244
|
}
|
|
6275
6245
|
},
|
|
6276
6246
|
{
|
|
@@ -6388,65 +6358,65 @@
|
|
|
6388
6358
|
},
|
|
6389
6359
|
{
|
|
6390
6360
|
"kind": "variable",
|
|
6391
|
-
"name": "
|
|
6361
|
+
"name": "foundationBadgeShadowOptions",
|
|
6392
6362
|
"type": {
|
|
6393
6363
|
"text": "ShadowRootInit"
|
|
6394
6364
|
},
|
|
6395
|
-
"default": "
|
|
6365
|
+
"default": "undefined"
|
|
6396
6366
|
},
|
|
6397
6367
|
{
|
|
6398
6368
|
"kind": "variable",
|
|
6399
|
-
"name": "
|
|
6369
|
+
"name": "defaultBadgeConfig",
|
|
6400
6370
|
"type": {
|
|
6401
6371
|
"text": "object"
|
|
6402
6372
|
},
|
|
6403
|
-
"default": "{
|
|
6373
|
+
"default": "{}"
|
|
6404
6374
|
},
|
|
6405
6375
|
{
|
|
6406
6376
|
"kind": "variable",
|
|
6407
|
-
"name": "
|
|
6408
|
-
"description": "The Foundation
|
|
6377
|
+
"name": "foundationBadge",
|
|
6378
|
+
"description": "The Foundation Badge",
|
|
6409
6379
|
"privacy": "public"
|
|
6410
6380
|
}
|
|
6411
6381
|
],
|
|
6412
6382
|
"exports": [
|
|
6413
6383
|
{
|
|
6414
6384
|
"kind": "js",
|
|
6415
|
-
"name": "
|
|
6385
|
+
"name": "Badge",
|
|
6416
6386
|
"declaration": {
|
|
6417
|
-
"name": "
|
|
6418
|
-
"module": "src/
|
|
6387
|
+
"name": "Badge",
|
|
6388
|
+
"module": "src/badge/badge.ts"
|
|
6419
6389
|
}
|
|
6420
6390
|
},
|
|
6421
6391
|
{
|
|
6422
6392
|
"kind": "js",
|
|
6423
|
-
"name": "
|
|
6393
|
+
"name": "foundationBadgeShadowOptions",
|
|
6424
6394
|
"declaration": {
|
|
6425
|
-
"name": "
|
|
6426
|
-
"module": "src/
|
|
6395
|
+
"name": "foundationBadgeShadowOptions",
|
|
6396
|
+
"module": "src/badge/badge.ts"
|
|
6427
6397
|
}
|
|
6428
6398
|
},
|
|
6429
6399
|
{
|
|
6430
6400
|
"kind": "js",
|
|
6431
|
-
"name": "
|
|
6401
|
+
"name": "defaultBadgeConfig",
|
|
6432
6402
|
"declaration": {
|
|
6433
|
-
"name": "
|
|
6434
|
-
"module": "src/
|
|
6403
|
+
"name": "defaultBadgeConfig",
|
|
6404
|
+
"module": "src/badge/badge.ts"
|
|
6435
6405
|
}
|
|
6436
6406
|
},
|
|
6437
6407
|
{
|
|
6438
6408
|
"kind": "js",
|
|
6439
|
-
"name": "
|
|
6409
|
+
"name": "foundationBadge",
|
|
6440
6410
|
"declaration": {
|
|
6441
|
-
"name": "
|
|
6442
|
-
"module": "src/
|
|
6411
|
+
"name": "foundationBadge",
|
|
6412
|
+
"module": "src/badge/badge.ts"
|
|
6443
6413
|
}
|
|
6444
6414
|
}
|
|
6445
6415
|
]
|
|
6446
6416
|
},
|
|
6447
6417
|
{
|
|
6448
6418
|
"kind": "javascript-module",
|
|
6449
|
-
"path": "src/
|
|
6419
|
+
"path": "src/badge/index.ts",
|
|
6450
6420
|
"declarations": [],
|
|
6451
6421
|
"exports": [
|
|
6452
6422
|
{
|
|
@@ -6454,7 +6424,7 @@
|
|
|
6454
6424
|
"name": "*",
|
|
6455
6425
|
"declaration": {
|
|
6456
6426
|
"name": "*",
|
|
6457
|
-
"package": "./
|
|
6427
|
+
"package": "./badge.template"
|
|
6458
6428
|
}
|
|
6459
6429
|
},
|
|
6460
6430
|
{
|
|
@@ -6462,7 +6432,7 @@
|
|
|
6462
6432
|
"name": "*",
|
|
6463
6433
|
"declaration": {
|
|
6464
6434
|
"name": "*",
|
|
6465
|
-
"package": "./
|
|
6435
|
+
"package": "./badge.styles"
|
|
6466
6436
|
}
|
|
6467
6437
|
},
|
|
6468
6438
|
{
|
|
@@ -6470,18 +6440,18 @@
|
|
|
6470
6440
|
"name": "*",
|
|
6471
6441
|
"declaration": {
|
|
6472
6442
|
"name": "*",
|
|
6473
|
-
"package": "./
|
|
6443
|
+
"package": "./badge"
|
|
6474
6444
|
}
|
|
6475
6445
|
}
|
|
6476
6446
|
]
|
|
6477
6447
|
},
|
|
6478
6448
|
{
|
|
6479
6449
|
"kind": "javascript-module",
|
|
6480
|
-
"path": "src/
|
|
6450
|
+
"path": "src/avatar/avatar.styles.ts",
|
|
6481
6451
|
"declarations": [
|
|
6482
6452
|
{
|
|
6483
6453
|
"kind": "function",
|
|
6484
|
-
"name": "
|
|
6454
|
+
"name": "foundationAvatarStyles",
|
|
6485
6455
|
"return": {
|
|
6486
6456
|
"type": {
|
|
6487
6457
|
"text": "ElementStyles"
|
|
@@ -6506,24 +6476,24 @@
|
|
|
6506
6476
|
"exports": [
|
|
6507
6477
|
{
|
|
6508
6478
|
"kind": "js",
|
|
6509
|
-
"name": "
|
|
6479
|
+
"name": "foundationAvatarStyles",
|
|
6510
6480
|
"declaration": {
|
|
6511
|
-
"name": "
|
|
6512
|
-
"module": "src/
|
|
6481
|
+
"name": "foundationAvatarStyles",
|
|
6482
|
+
"module": "src/avatar/avatar.styles.ts"
|
|
6513
6483
|
}
|
|
6514
6484
|
}
|
|
6515
6485
|
]
|
|
6516
6486
|
},
|
|
6517
6487
|
{
|
|
6518
6488
|
"kind": "javascript-module",
|
|
6519
|
-
"path": "src/
|
|
6489
|
+
"path": "src/avatar/avatar.template.ts",
|
|
6520
6490
|
"declarations": [
|
|
6521
6491
|
{
|
|
6522
6492
|
"kind": "function",
|
|
6523
|
-
"name": "
|
|
6493
|
+
"name": "foundationAvatarTemplate",
|
|
6524
6494
|
"return": {
|
|
6525
6495
|
"type": {
|
|
6526
|
-
"text": "ViewTemplate<
|
|
6496
|
+
"text": "ViewTemplate<Avatar>"
|
|
6527
6497
|
}
|
|
6528
6498
|
},
|
|
6529
6499
|
"parameters": [
|
|
@@ -6540,32 +6510,45 @@
|
|
|
6540
6510
|
}
|
|
6541
6511
|
}
|
|
6542
6512
|
]
|
|
6513
|
+
},
|
|
6514
|
+
{
|
|
6515
|
+
"kind": "variable",
|
|
6516
|
+
"name": "media",
|
|
6517
|
+
"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`"
|
|
6543
6518
|
}
|
|
6544
6519
|
],
|
|
6545
6520
|
"exports": [
|
|
6546
6521
|
{
|
|
6547
6522
|
"kind": "js",
|
|
6548
|
-
"name": "
|
|
6523
|
+
"name": "foundationAvatarTemplate",
|
|
6549
6524
|
"declaration": {
|
|
6550
|
-
"name": "
|
|
6551
|
-
"module": "src/
|
|
6525
|
+
"name": "foundationAvatarTemplate",
|
|
6526
|
+
"module": "src/avatar/avatar.template.ts"
|
|
6527
|
+
}
|
|
6528
|
+
},
|
|
6529
|
+
{
|
|
6530
|
+
"kind": "js",
|
|
6531
|
+
"name": "media",
|
|
6532
|
+
"declaration": {
|
|
6533
|
+
"name": "media",
|
|
6534
|
+
"module": "src/avatar/avatar.template.ts"
|
|
6552
6535
|
}
|
|
6553
6536
|
}
|
|
6554
6537
|
]
|
|
6555
6538
|
},
|
|
6556
6539
|
{
|
|
6557
6540
|
"kind": "javascript-module",
|
|
6558
|
-
"path": "src/
|
|
6541
|
+
"path": "src/avatar/avatar.ts",
|
|
6559
6542
|
"declarations": [
|
|
6560
6543
|
{
|
|
6561
6544
|
"kind": "class",
|
|
6562
6545
|
"description": "",
|
|
6563
|
-
"name": "
|
|
6546
|
+
"name": "Avatar",
|
|
6564
6547
|
"superclass": {
|
|
6565
|
-
"name": "
|
|
6548
|
+
"name": "FASTAvatar",
|
|
6566
6549
|
"package": "@microsoft/fast-components"
|
|
6567
6550
|
},
|
|
6568
|
-
"tagName": "%%prefix%%-
|
|
6551
|
+
"tagName": "%%prefix%%-avatar",
|
|
6569
6552
|
"customElement": true,
|
|
6570
6553
|
"attributes": [
|
|
6571
6554
|
{
|
|
@@ -6573,11 +6556,11 @@
|
|
|
6573
6556
|
"type": {
|
|
6574
6557
|
"text": "string"
|
|
6575
6558
|
},
|
|
6576
|
-
"description": "Indicates the
|
|
6559
|
+
"description": "Indicates the Avatar should have a color fill.",
|
|
6577
6560
|
"fieldName": "fill",
|
|
6578
6561
|
"inheritedFrom": {
|
|
6579
|
-
"name": "
|
|
6580
|
-
"module": "src/
|
|
6562
|
+
"name": "Avatar",
|
|
6563
|
+
"module": "src/avatar/avatar.ts"
|
|
6581
6564
|
}
|
|
6582
6565
|
},
|
|
6583
6566
|
{
|
|
@@ -6585,22 +6568,35 @@
|
|
|
6585
6568
|
"type": {
|
|
6586
6569
|
"text": "string"
|
|
6587
6570
|
},
|
|
6588
|
-
"description": "Indicates the
|
|
6571
|
+
"description": "Indicates the Avatar should have a text color.",
|
|
6589
6572
|
"fieldName": "color",
|
|
6590
6573
|
"inheritedFrom": {
|
|
6591
|
-
"name": "
|
|
6592
|
-
"module": "src/
|
|
6574
|
+
"name": "Avatar",
|
|
6575
|
+
"module": "src/avatar/avatar.ts"
|
|
6593
6576
|
}
|
|
6594
6577
|
},
|
|
6595
6578
|
{
|
|
6579
|
+
"name": "link",
|
|
6596
6580
|
"type": {
|
|
6597
|
-
"text": "
|
|
6581
|
+
"text": "string"
|
|
6598
6582
|
},
|
|
6599
|
-
"description": "Indicates the
|
|
6600
|
-
"fieldName": "
|
|
6583
|
+
"description": "Indicates the Avatar should have url link",
|
|
6584
|
+
"fieldName": "link",
|
|
6601
6585
|
"inheritedFrom": {
|
|
6602
|
-
"name": "
|
|
6603
|
-
"module": "src/
|
|
6586
|
+
"name": "Avatar",
|
|
6587
|
+
"module": "src/avatar/avatar.ts"
|
|
6588
|
+
}
|
|
6589
|
+
},
|
|
6590
|
+
{
|
|
6591
|
+
"name": "shape",
|
|
6592
|
+
"type": {
|
|
6593
|
+
"text": "AvatarShape"
|
|
6594
|
+
},
|
|
6595
|
+
"description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
|
|
6596
|
+
"fieldName": "shape",
|
|
6597
|
+
"inheritedFrom": {
|
|
6598
|
+
"name": "Avatar",
|
|
6599
|
+
"module": "src/avatar/avatar.ts"
|
|
6604
6600
|
}
|
|
6605
6601
|
}
|
|
6606
6602
|
],
|
|
@@ -6612,10 +6608,10 @@
|
|
|
6612
6608
|
"text": "string"
|
|
6613
6609
|
},
|
|
6614
6610
|
"privacy": "public",
|
|
6615
|
-
"description": "Indicates the
|
|
6611
|
+
"description": "Indicates the Avatar should have a color fill.",
|
|
6616
6612
|
"inheritedFrom": {
|
|
6617
|
-
"name": "
|
|
6618
|
-
"module": "src/
|
|
6613
|
+
"name": "Avatar",
|
|
6614
|
+
"module": "src/avatar/avatar.ts"
|
|
6619
6615
|
}
|
|
6620
6616
|
},
|
|
6621
6617
|
{
|
|
@@ -6625,32 +6621,36 @@
|
|
|
6625
6621
|
"text": "string"
|
|
6626
6622
|
},
|
|
6627
6623
|
"privacy": "public",
|
|
6628
|
-
"description": "Indicates the
|
|
6624
|
+
"description": "Indicates the Avatar should have a text color.",
|
|
6629
6625
|
"inheritedFrom": {
|
|
6630
|
-
"name": "
|
|
6631
|
-
"module": "src/
|
|
6626
|
+
"name": "Avatar",
|
|
6627
|
+
"module": "src/avatar/avatar.ts"
|
|
6632
6628
|
}
|
|
6633
6629
|
},
|
|
6634
6630
|
{
|
|
6635
6631
|
"kind": "field",
|
|
6636
|
-
"name": "
|
|
6632
|
+
"name": "link",
|
|
6637
6633
|
"type": {
|
|
6638
|
-
"text": "
|
|
6634
|
+
"text": "string"
|
|
6639
6635
|
},
|
|
6640
6636
|
"privacy": "public",
|
|
6641
|
-
"description": "Indicates the
|
|
6637
|
+
"description": "Indicates the Avatar should have url link",
|
|
6642
6638
|
"inheritedFrom": {
|
|
6643
|
-
"name": "
|
|
6644
|
-
"module": "src/
|
|
6639
|
+
"name": "Avatar",
|
|
6640
|
+
"module": "src/avatar/avatar.ts"
|
|
6645
6641
|
}
|
|
6646
6642
|
},
|
|
6647
6643
|
{
|
|
6648
6644
|
"kind": "field",
|
|
6649
|
-
"name": "
|
|
6645
|
+
"name": "shape",
|
|
6646
|
+
"type": {
|
|
6647
|
+
"text": "AvatarShape"
|
|
6648
|
+
},
|
|
6650
6649
|
"privacy": "public",
|
|
6650
|
+
"description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
|
|
6651
6651
|
"inheritedFrom": {
|
|
6652
|
-
"name": "
|
|
6653
|
-
"module": "src/
|
|
6652
|
+
"name": "Avatar",
|
|
6653
|
+
"module": "src/avatar/avatar.ts"
|
|
6654
6654
|
}
|
|
6655
6655
|
},
|
|
6656
6656
|
{
|
|
@@ -6768,65 +6768,65 @@
|
|
|
6768
6768
|
},
|
|
6769
6769
|
{
|
|
6770
6770
|
"kind": "variable",
|
|
6771
|
-
"name": "
|
|
6771
|
+
"name": "foundationAvatarShadowOptions",
|
|
6772
6772
|
"type": {
|
|
6773
6773
|
"text": "ShadowRootInit"
|
|
6774
6774
|
},
|
|
6775
|
-
"default": "
|
|
6775
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
6776
6776
|
},
|
|
6777
6777
|
{
|
|
6778
6778
|
"kind": "variable",
|
|
6779
|
-
"name": "
|
|
6779
|
+
"name": "defaultAvatarConfig",
|
|
6780
6780
|
"type": {
|
|
6781
6781
|
"text": "object"
|
|
6782
6782
|
},
|
|
6783
|
-
"default": "{}"
|
|
6783
|
+
"default": "{\n media: mediaTemplate,\n}"
|
|
6784
6784
|
},
|
|
6785
6785
|
{
|
|
6786
6786
|
"kind": "variable",
|
|
6787
|
-
"name": "
|
|
6788
|
-
"description": "The Foundation
|
|
6787
|
+
"name": "foundationAvatar",
|
|
6788
|
+
"description": "The Foundation Avatar",
|
|
6789
6789
|
"privacy": "public"
|
|
6790
6790
|
}
|
|
6791
6791
|
],
|
|
6792
6792
|
"exports": [
|
|
6793
6793
|
{
|
|
6794
6794
|
"kind": "js",
|
|
6795
|
-
"name": "
|
|
6795
|
+
"name": "Avatar",
|
|
6796
6796
|
"declaration": {
|
|
6797
|
-
"name": "
|
|
6798
|
-
"module": "src/
|
|
6797
|
+
"name": "Avatar",
|
|
6798
|
+
"module": "src/avatar/avatar.ts"
|
|
6799
6799
|
}
|
|
6800
6800
|
},
|
|
6801
6801
|
{
|
|
6802
6802
|
"kind": "js",
|
|
6803
|
-
"name": "
|
|
6803
|
+
"name": "foundationAvatarShadowOptions",
|
|
6804
6804
|
"declaration": {
|
|
6805
|
-
"name": "
|
|
6806
|
-
"module": "src/
|
|
6805
|
+
"name": "foundationAvatarShadowOptions",
|
|
6806
|
+
"module": "src/avatar/avatar.ts"
|
|
6807
6807
|
}
|
|
6808
6808
|
},
|
|
6809
6809
|
{
|
|
6810
6810
|
"kind": "js",
|
|
6811
|
-
"name": "
|
|
6811
|
+
"name": "defaultAvatarConfig",
|
|
6812
6812
|
"declaration": {
|
|
6813
|
-
"name": "
|
|
6814
|
-
"module": "src/
|
|
6813
|
+
"name": "defaultAvatarConfig",
|
|
6814
|
+
"module": "src/avatar/avatar.ts"
|
|
6815
6815
|
}
|
|
6816
6816
|
},
|
|
6817
6817
|
{
|
|
6818
6818
|
"kind": "js",
|
|
6819
|
-
"name": "
|
|
6819
|
+
"name": "foundationAvatar",
|
|
6820
6820
|
"declaration": {
|
|
6821
|
-
"name": "
|
|
6822
|
-
"module": "src/
|
|
6821
|
+
"name": "foundationAvatar",
|
|
6822
|
+
"module": "src/avatar/avatar.ts"
|
|
6823
6823
|
}
|
|
6824
6824
|
}
|
|
6825
6825
|
]
|
|
6826
6826
|
},
|
|
6827
6827
|
{
|
|
6828
6828
|
"kind": "javascript-module",
|
|
6829
|
-
"path": "src/
|
|
6829
|
+
"path": "src/avatar/index.ts",
|
|
6830
6830
|
"declarations": [],
|
|
6831
6831
|
"exports": [
|
|
6832
6832
|
{
|
|
@@ -6834,7 +6834,7 @@
|
|
|
6834
6834
|
"name": "*",
|
|
6835
6835
|
"declaration": {
|
|
6836
6836
|
"name": "*",
|
|
6837
|
-
"package": "./
|
|
6837
|
+
"package": "./avatar.template"
|
|
6838
6838
|
}
|
|
6839
6839
|
},
|
|
6840
6840
|
{
|
|
@@ -6842,7 +6842,7 @@
|
|
|
6842
6842
|
"name": "*",
|
|
6843
6843
|
"declaration": {
|
|
6844
6844
|
"name": "*",
|
|
6845
|
-
"package": "./
|
|
6845
|
+
"package": "./avatar.styles"
|
|
6846
6846
|
}
|
|
6847
6847
|
},
|
|
6848
6848
|
{
|
|
@@ -6850,7 +6850,7 @@
|
|
|
6850
6850
|
"name": "*",
|
|
6851
6851
|
"declaration": {
|
|
6852
6852
|
"name": "*",
|
|
6853
|
-
"package": "./
|
|
6853
|
+
"package": "./avatar"
|
|
6854
6854
|
}
|
|
6855
6855
|
}
|
|
6856
6856
|
]
|
|
@@ -57691,197 +57691,6 @@
|
|
|
57691
57691
|
}
|
|
57692
57692
|
]
|
|
57693
57693
|
},
|
|
57694
|
-
{
|
|
57695
|
-
"kind": "javascript-module",
|
|
57696
|
-
"path": "src/ai-criteria-search/validation/criteria-ir.ts",
|
|
57697
|
-
"declarations": [],
|
|
57698
|
-
"exports": []
|
|
57699
|
-
},
|
|
57700
|
-
{
|
|
57701
|
-
"kind": "javascript-module",
|
|
57702
|
-
"path": "src/ai-criteria-search/validation/operator-map.ts",
|
|
57703
|
-
"declarations": [
|
|
57704
|
-
{
|
|
57705
|
-
"kind": "function",
|
|
57706
|
-
"name": "groupsToCriteria",
|
|
57707
|
-
"return": {
|
|
57708
|
-
"type": {
|
|
57709
|
-
"text": "string"
|
|
57710
|
-
}
|
|
57711
|
-
},
|
|
57712
|
-
"parameters": [
|
|
57713
|
-
{
|
|
57714
|
-
"name": "groups",
|
|
57715
|
-
"type": {
|
|
57716
|
-
"text": "CriteriaGroup[]"
|
|
57717
|
-
}
|
|
57718
|
-
}
|
|
57719
|
-
],
|
|
57720
|
-
"description": "Converts validated CriteriaGroup[] to a Groovy criteria string using CriteriaBuilder.\nGroups are AND-ed at top level. Within each group, clauses use group.logic (and/or).\nIf group.negated is true, the group's combined expression is wrapped in NOT."
|
|
57721
|
-
},
|
|
57722
|
-
{
|
|
57723
|
-
"kind": "variable",
|
|
57724
|
-
"name": "STRING_OPERATORS",
|
|
57725
|
-
"type": {
|
|
57726
|
-
"text": "CriteriaOperator[]"
|
|
57727
|
-
},
|
|
57728
|
-
"default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
|
|
57729
|
-
},
|
|
57730
|
-
{
|
|
57731
|
-
"kind": "variable",
|
|
57732
|
-
"name": "NUMERIC_OPERATORS",
|
|
57733
|
-
"type": {
|
|
57734
|
-
"text": "CriteriaOperator[]"
|
|
57735
|
-
},
|
|
57736
|
-
"default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
|
|
57737
|
-
},
|
|
57738
|
-
{
|
|
57739
|
-
"kind": "variable",
|
|
57740
|
-
"name": "DATE_OPERATORS",
|
|
57741
|
-
"type": {
|
|
57742
|
-
"text": "CriteriaOperator[]"
|
|
57743
|
-
},
|
|
57744
|
-
"default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
|
|
57745
|
-
},
|
|
57746
|
-
{
|
|
57747
|
-
"kind": "variable",
|
|
57748
|
-
"name": "DATETIME_OPERATORS",
|
|
57749
|
-
"type": {
|
|
57750
|
-
"text": "CriteriaOperator[]"
|
|
57751
|
-
},
|
|
57752
|
-
"default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
|
|
57753
|
-
},
|
|
57754
|
-
{
|
|
57755
|
-
"kind": "variable",
|
|
57756
|
-
"name": "OPERATOR_DISPLAY_LABEL",
|
|
57757
|
-
"type": {
|
|
57758
|
-
"text": "Record<CriteriaOperator, string>"
|
|
57759
|
-
},
|
|
57760
|
-
"default": "{\n contains: 'contains',\n equals: '=',\n startsWith: 'starts with',\n endsWith: 'ends with',\n notEqual: '≠',\n greaterThan: '>',\n lessThan: '<',\n greaterThanOrEqual: '≥',\n lessThanOrEqual: '≤',\n dateIsToday: 'is today',\n dateIsAfter: 'after',\n dateIsBefore: 'before',\n dateIsEqual: '=',\n dateIsGreaterEqual: '≥',\n dateIsLessEqual: '≤',\n dateTimeIsAfter: 'after',\n dateTimeIsBefore: 'before',\n dateTimeIsGreaterEqual: '≥',\n dateTimeIsLessEqual: '≤',\n}"
|
|
57761
|
-
}
|
|
57762
|
-
],
|
|
57763
|
-
"exports": [
|
|
57764
|
-
{
|
|
57765
|
-
"kind": "js",
|
|
57766
|
-
"name": "groupsToCriteria",
|
|
57767
|
-
"declaration": {
|
|
57768
|
-
"name": "groupsToCriteria",
|
|
57769
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
57770
|
-
}
|
|
57771
|
-
},
|
|
57772
|
-
{
|
|
57773
|
-
"kind": "js",
|
|
57774
|
-
"name": "STRING_OPERATORS",
|
|
57775
|
-
"declaration": {
|
|
57776
|
-
"name": "STRING_OPERATORS",
|
|
57777
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
57778
|
-
}
|
|
57779
|
-
},
|
|
57780
|
-
{
|
|
57781
|
-
"kind": "js",
|
|
57782
|
-
"name": "NUMERIC_OPERATORS",
|
|
57783
|
-
"declaration": {
|
|
57784
|
-
"name": "NUMERIC_OPERATORS",
|
|
57785
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
57786
|
-
}
|
|
57787
|
-
},
|
|
57788
|
-
{
|
|
57789
|
-
"kind": "js",
|
|
57790
|
-
"name": "DATE_OPERATORS",
|
|
57791
|
-
"declaration": {
|
|
57792
|
-
"name": "DATE_OPERATORS",
|
|
57793
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
57794
|
-
}
|
|
57795
|
-
},
|
|
57796
|
-
{
|
|
57797
|
-
"kind": "js",
|
|
57798
|
-
"name": "DATETIME_OPERATORS",
|
|
57799
|
-
"declaration": {
|
|
57800
|
-
"name": "DATETIME_OPERATORS",
|
|
57801
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
57802
|
-
}
|
|
57803
|
-
},
|
|
57804
|
-
{
|
|
57805
|
-
"kind": "js",
|
|
57806
|
-
"name": "OPERATOR_DISPLAY_LABEL",
|
|
57807
|
-
"declaration": {
|
|
57808
|
-
"name": "OPERATOR_DISPLAY_LABEL",
|
|
57809
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
57810
|
-
}
|
|
57811
|
-
}
|
|
57812
|
-
]
|
|
57813
|
-
},
|
|
57814
|
-
{
|
|
57815
|
-
"kind": "javascript-module",
|
|
57816
|
-
"path": "src/ai-criteria-search/validation/schema-validator.ts",
|
|
57817
|
-
"declarations": [
|
|
57818
|
-
{
|
|
57819
|
-
"kind": "function",
|
|
57820
|
-
"name": "validateClauses",
|
|
57821
|
-
"return": {
|
|
57822
|
-
"type": {
|
|
57823
|
-
"text": "ValidationResult"
|
|
57824
|
-
}
|
|
57825
|
-
},
|
|
57826
|
-
"parameters": [
|
|
57827
|
-
{
|
|
57828
|
-
"name": "clauses",
|
|
57829
|
-
"type": {
|
|
57830
|
-
"text": "CriteriaClause[]"
|
|
57831
|
-
}
|
|
57832
|
-
},
|
|
57833
|
-
{
|
|
57834
|
-
"name": "fieldMetadata",
|
|
57835
|
-
"type": {
|
|
57836
|
-
"text": "MetadataDetail[] | string[]"
|
|
57837
|
-
}
|
|
57838
|
-
}
|
|
57839
|
-
]
|
|
57840
|
-
},
|
|
57841
|
-
{
|
|
57842
|
-
"kind": "function",
|
|
57843
|
-
"name": "validateGroups",
|
|
57844
|
-
"return": {
|
|
57845
|
-
"type": {
|
|
57846
|
-
"text": "GroupsValidationResult"
|
|
57847
|
-
}
|
|
57848
|
-
},
|
|
57849
|
-
"parameters": [
|
|
57850
|
-
{
|
|
57851
|
-
"name": "groups",
|
|
57852
|
-
"type": {
|
|
57853
|
-
"text": "CriteriaGroup[]"
|
|
57854
|
-
}
|
|
57855
|
-
},
|
|
57856
|
-
{
|
|
57857
|
-
"name": "fieldMetadata",
|
|
57858
|
-
"type": {
|
|
57859
|
-
"text": "MetadataDetail[] | string[]"
|
|
57860
|
-
}
|
|
57861
|
-
}
|
|
57862
|
-
],
|
|
57863
|
-
"description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
|
|
57864
|
-
}
|
|
57865
|
-
],
|
|
57866
|
-
"exports": [
|
|
57867
|
-
{
|
|
57868
|
-
"kind": "js",
|
|
57869
|
-
"name": "validateClauses",
|
|
57870
|
-
"declaration": {
|
|
57871
|
-
"name": "validateClauses",
|
|
57872
|
-
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
57873
|
-
}
|
|
57874
|
-
},
|
|
57875
|
-
{
|
|
57876
|
-
"kind": "js",
|
|
57877
|
-
"name": "validateGroups",
|
|
57878
|
-
"declaration": {
|
|
57879
|
-
"name": "validateGroups",
|
|
57880
|
-
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
57881
|
-
}
|
|
57882
|
-
}
|
|
57883
|
-
]
|
|
57884
|
-
},
|
|
57885
57694
|
{
|
|
57886
57695
|
"kind": "javascript-module",
|
|
57887
57696
|
"path": "src/_config/styles/colors.ts",
|
|
@@ -59254,6 +59063,197 @@
|
|
|
59254
59063
|
"declarations": [],
|
|
59255
59064
|
"exports": []
|
|
59256
59065
|
},
|
|
59066
|
+
{
|
|
59067
|
+
"kind": "javascript-module",
|
|
59068
|
+
"path": "src/ai-criteria-search/validation/criteria-ir.ts",
|
|
59069
|
+
"declarations": [],
|
|
59070
|
+
"exports": []
|
|
59071
|
+
},
|
|
59072
|
+
{
|
|
59073
|
+
"kind": "javascript-module",
|
|
59074
|
+
"path": "src/ai-criteria-search/validation/operator-map.ts",
|
|
59075
|
+
"declarations": [
|
|
59076
|
+
{
|
|
59077
|
+
"kind": "function",
|
|
59078
|
+
"name": "groupsToCriteria",
|
|
59079
|
+
"return": {
|
|
59080
|
+
"type": {
|
|
59081
|
+
"text": "string"
|
|
59082
|
+
}
|
|
59083
|
+
},
|
|
59084
|
+
"parameters": [
|
|
59085
|
+
{
|
|
59086
|
+
"name": "groups",
|
|
59087
|
+
"type": {
|
|
59088
|
+
"text": "CriteriaGroup[]"
|
|
59089
|
+
}
|
|
59090
|
+
}
|
|
59091
|
+
],
|
|
59092
|
+
"description": "Converts validated CriteriaGroup[] to a Groovy criteria string using CriteriaBuilder.\nGroups are AND-ed at top level. Within each group, clauses use group.logic (and/or).\nIf group.negated is true, the group's combined expression is wrapped in NOT."
|
|
59093
|
+
},
|
|
59094
|
+
{
|
|
59095
|
+
"kind": "variable",
|
|
59096
|
+
"name": "STRING_OPERATORS",
|
|
59097
|
+
"type": {
|
|
59098
|
+
"text": "CriteriaOperator[]"
|
|
59099
|
+
},
|
|
59100
|
+
"default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
|
|
59101
|
+
},
|
|
59102
|
+
{
|
|
59103
|
+
"kind": "variable",
|
|
59104
|
+
"name": "NUMERIC_OPERATORS",
|
|
59105
|
+
"type": {
|
|
59106
|
+
"text": "CriteriaOperator[]"
|
|
59107
|
+
},
|
|
59108
|
+
"default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
|
|
59109
|
+
},
|
|
59110
|
+
{
|
|
59111
|
+
"kind": "variable",
|
|
59112
|
+
"name": "DATE_OPERATORS",
|
|
59113
|
+
"type": {
|
|
59114
|
+
"text": "CriteriaOperator[]"
|
|
59115
|
+
},
|
|
59116
|
+
"default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
|
|
59117
|
+
},
|
|
59118
|
+
{
|
|
59119
|
+
"kind": "variable",
|
|
59120
|
+
"name": "DATETIME_OPERATORS",
|
|
59121
|
+
"type": {
|
|
59122
|
+
"text": "CriteriaOperator[]"
|
|
59123
|
+
},
|
|
59124
|
+
"default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
|
|
59125
|
+
},
|
|
59126
|
+
{
|
|
59127
|
+
"kind": "variable",
|
|
59128
|
+
"name": "OPERATOR_DISPLAY_LABEL",
|
|
59129
|
+
"type": {
|
|
59130
|
+
"text": "Record<CriteriaOperator, string>"
|
|
59131
|
+
},
|
|
59132
|
+
"default": "{\n contains: 'contains',\n equals: '=',\n startsWith: 'starts with',\n endsWith: 'ends with',\n notEqual: '≠',\n greaterThan: '>',\n lessThan: '<',\n greaterThanOrEqual: '≥',\n lessThanOrEqual: '≤',\n dateIsToday: 'is today',\n dateIsAfter: 'after',\n dateIsBefore: 'before',\n dateIsEqual: '=',\n dateIsGreaterEqual: '≥',\n dateIsLessEqual: '≤',\n dateTimeIsAfter: 'after',\n dateTimeIsBefore: 'before',\n dateTimeIsGreaterEqual: '≥',\n dateTimeIsLessEqual: '≤',\n}"
|
|
59133
|
+
}
|
|
59134
|
+
],
|
|
59135
|
+
"exports": [
|
|
59136
|
+
{
|
|
59137
|
+
"kind": "js",
|
|
59138
|
+
"name": "groupsToCriteria",
|
|
59139
|
+
"declaration": {
|
|
59140
|
+
"name": "groupsToCriteria",
|
|
59141
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
59142
|
+
}
|
|
59143
|
+
},
|
|
59144
|
+
{
|
|
59145
|
+
"kind": "js",
|
|
59146
|
+
"name": "STRING_OPERATORS",
|
|
59147
|
+
"declaration": {
|
|
59148
|
+
"name": "STRING_OPERATORS",
|
|
59149
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
59150
|
+
}
|
|
59151
|
+
},
|
|
59152
|
+
{
|
|
59153
|
+
"kind": "js",
|
|
59154
|
+
"name": "NUMERIC_OPERATORS",
|
|
59155
|
+
"declaration": {
|
|
59156
|
+
"name": "NUMERIC_OPERATORS",
|
|
59157
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
59158
|
+
}
|
|
59159
|
+
},
|
|
59160
|
+
{
|
|
59161
|
+
"kind": "js",
|
|
59162
|
+
"name": "DATE_OPERATORS",
|
|
59163
|
+
"declaration": {
|
|
59164
|
+
"name": "DATE_OPERATORS",
|
|
59165
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
59166
|
+
}
|
|
59167
|
+
},
|
|
59168
|
+
{
|
|
59169
|
+
"kind": "js",
|
|
59170
|
+
"name": "DATETIME_OPERATORS",
|
|
59171
|
+
"declaration": {
|
|
59172
|
+
"name": "DATETIME_OPERATORS",
|
|
59173
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
59174
|
+
}
|
|
59175
|
+
},
|
|
59176
|
+
{
|
|
59177
|
+
"kind": "js",
|
|
59178
|
+
"name": "OPERATOR_DISPLAY_LABEL",
|
|
59179
|
+
"declaration": {
|
|
59180
|
+
"name": "OPERATOR_DISPLAY_LABEL",
|
|
59181
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
59182
|
+
}
|
|
59183
|
+
}
|
|
59184
|
+
]
|
|
59185
|
+
},
|
|
59186
|
+
{
|
|
59187
|
+
"kind": "javascript-module",
|
|
59188
|
+
"path": "src/ai-criteria-search/validation/schema-validator.ts",
|
|
59189
|
+
"declarations": [
|
|
59190
|
+
{
|
|
59191
|
+
"kind": "function",
|
|
59192
|
+
"name": "validateClauses",
|
|
59193
|
+
"return": {
|
|
59194
|
+
"type": {
|
|
59195
|
+
"text": "ValidationResult"
|
|
59196
|
+
}
|
|
59197
|
+
},
|
|
59198
|
+
"parameters": [
|
|
59199
|
+
{
|
|
59200
|
+
"name": "clauses",
|
|
59201
|
+
"type": {
|
|
59202
|
+
"text": "CriteriaClause[]"
|
|
59203
|
+
}
|
|
59204
|
+
},
|
|
59205
|
+
{
|
|
59206
|
+
"name": "fieldMetadata",
|
|
59207
|
+
"type": {
|
|
59208
|
+
"text": "MetadataDetail[] | string[]"
|
|
59209
|
+
}
|
|
59210
|
+
}
|
|
59211
|
+
]
|
|
59212
|
+
},
|
|
59213
|
+
{
|
|
59214
|
+
"kind": "function",
|
|
59215
|
+
"name": "validateGroups",
|
|
59216
|
+
"return": {
|
|
59217
|
+
"type": {
|
|
59218
|
+
"text": "GroupsValidationResult"
|
|
59219
|
+
}
|
|
59220
|
+
},
|
|
59221
|
+
"parameters": [
|
|
59222
|
+
{
|
|
59223
|
+
"name": "groups",
|
|
59224
|
+
"type": {
|
|
59225
|
+
"text": "CriteriaGroup[]"
|
|
59226
|
+
}
|
|
59227
|
+
},
|
|
59228
|
+
{
|
|
59229
|
+
"name": "fieldMetadata",
|
|
59230
|
+
"type": {
|
|
59231
|
+
"text": "MetadataDetail[] | string[]"
|
|
59232
|
+
}
|
|
59233
|
+
}
|
|
59234
|
+
],
|
|
59235
|
+
"description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
|
|
59236
|
+
}
|
|
59237
|
+
],
|
|
59238
|
+
"exports": [
|
|
59239
|
+
{
|
|
59240
|
+
"kind": "js",
|
|
59241
|
+
"name": "validateClauses",
|
|
59242
|
+
"declaration": {
|
|
59243
|
+
"name": "validateClauses",
|
|
59244
|
+
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
59245
|
+
}
|
|
59246
|
+
},
|
|
59247
|
+
{
|
|
59248
|
+
"kind": "js",
|
|
59249
|
+
"name": "validateGroups",
|
|
59250
|
+
"declaration": {
|
|
59251
|
+
"name": "validateGroups",
|
|
59252
|
+
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
59253
|
+
}
|
|
59254
|
+
}
|
|
59255
|
+
]
|
|
59256
|
+
},
|
|
59257
59257
|
{
|
|
59258
59258
|
"kind": "javascript-module",
|
|
59259
59259
|
"path": "src/environment-indicator/utils/configure.ts",
|