@genesislcap/foundation-ui 14.430.0 → 14.430.1-alpha-5ff14e1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +790 -742
- package/dist/dts/react.d.ts +16 -16
- package/dist/dts/utils/base-datasource.d.ts +1 -0
- package/dist/dts/utils/base-datasource.d.ts.map +1 -1
- package/dist/esm/utils/base-datasource.js +13 -4
- package/dist/react.cjs +11 -11
- package/dist/react.mjs +8 -8
- package/package.json +19 -19
|
@@ -1431,11 +1431,11 @@
|
|
|
1431
1431
|
},
|
|
1432
1432
|
{
|
|
1433
1433
|
"kind": "javascript-module",
|
|
1434
|
-
"path": "src/accordion
|
|
1434
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
1435
1435
|
"declarations": [
|
|
1436
1436
|
{
|
|
1437
1437
|
"kind": "function",
|
|
1438
|
-
"name": "
|
|
1438
|
+
"name": "foundationAccordionStyles",
|
|
1439
1439
|
"return": {
|
|
1440
1440
|
"type": {
|
|
1441
1441
|
"text": "ElementStyles"
|
|
@@ -1460,24 +1460,24 @@
|
|
|
1460
1460
|
"exports": [
|
|
1461
1461
|
{
|
|
1462
1462
|
"kind": "js",
|
|
1463
|
-
"name": "
|
|
1463
|
+
"name": "foundationAccordionStyles",
|
|
1464
1464
|
"declaration": {
|
|
1465
|
-
"name": "
|
|
1466
|
-
"module": "src/accordion
|
|
1465
|
+
"name": "foundationAccordionStyles",
|
|
1466
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
1467
1467
|
}
|
|
1468
1468
|
}
|
|
1469
1469
|
]
|
|
1470
1470
|
},
|
|
1471
1471
|
{
|
|
1472
1472
|
"kind": "javascript-module",
|
|
1473
|
-
"path": "src/accordion
|
|
1473
|
+
"path": "src/accordion/accordion.template.ts",
|
|
1474
1474
|
"declarations": [
|
|
1475
1475
|
{
|
|
1476
1476
|
"kind": "function",
|
|
1477
|
-
"name": "
|
|
1477
|
+
"name": "foundationAccordionTemplate",
|
|
1478
1478
|
"return": {
|
|
1479
1479
|
"type": {
|
|
1480
|
-
"text": "ViewTemplate<
|
|
1480
|
+
"text": "ViewTemplate<Accordion>"
|
|
1481
1481
|
}
|
|
1482
1482
|
},
|
|
1483
1483
|
"parameters": [
|
|
@@ -1499,116 +1499,237 @@
|
|
|
1499
1499
|
"exports": [
|
|
1500
1500
|
{
|
|
1501
1501
|
"kind": "js",
|
|
1502
|
-
"name": "
|
|
1502
|
+
"name": "foundationAccordionTemplate",
|
|
1503
1503
|
"declaration": {
|
|
1504
|
-
"name": "
|
|
1505
|
-
"module": "src/accordion
|
|
1504
|
+
"name": "foundationAccordionTemplate",
|
|
1505
|
+
"module": "src/accordion/accordion.template.ts"
|
|
1506
1506
|
}
|
|
1507
1507
|
}
|
|
1508
1508
|
]
|
|
1509
1509
|
},
|
|
1510
1510
|
{
|
|
1511
1511
|
"kind": "javascript-module",
|
|
1512
|
-
"path": "src/accordion
|
|
1512
|
+
"path": "src/accordion/accordion.ts",
|
|
1513
1513
|
"declarations": [
|
|
1514
1514
|
{
|
|
1515
1515
|
"kind": "class",
|
|
1516
1516
|
"description": "",
|
|
1517
|
-
"name": "
|
|
1517
|
+
"name": "Accordion",
|
|
1518
1518
|
"superclass": {
|
|
1519
|
-
"name": "
|
|
1520
|
-
"package": "@microsoft/fast-
|
|
1519
|
+
"name": "FASTAccordion",
|
|
1520
|
+
"package": "@microsoft/fast-foundation"
|
|
1521
1521
|
},
|
|
1522
|
-
"tagName": "%%prefix%%-accordion
|
|
1522
|
+
"tagName": "%%prefix%%-accordion",
|
|
1523
1523
|
"customElement": true,
|
|
1524
1524
|
"attributes": [
|
|
1525
1525
|
{
|
|
1526
|
-
"name": "
|
|
1526
|
+
"name": "expand-mode",
|
|
1527
1527
|
"type": {
|
|
1528
|
-
"text": "
|
|
1528
|
+
"text": "AccordionExpandMode"
|
|
1529
1529
|
},
|
|
1530
|
-
"
|
|
1531
|
-
"
|
|
1532
|
-
"fieldName": "headinglevel",
|
|
1530
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1531
|
+
"fieldName": "expandmode",
|
|
1533
1532
|
"inheritedFrom": {
|
|
1534
|
-
"name": "
|
|
1535
|
-
"module": "src/accordion
|
|
1533
|
+
"name": "Accordion",
|
|
1534
|
+
"module": "src/accordion/accordion.ts"
|
|
1536
1535
|
}
|
|
1537
|
-
}
|
|
1536
|
+
}
|
|
1537
|
+
],
|
|
1538
|
+
"members": [
|
|
1538
1539
|
{
|
|
1540
|
+
"kind": "field",
|
|
1541
|
+
"name": "expandmode",
|
|
1539
1542
|
"type": {
|
|
1540
|
-
"text": "
|
|
1543
|
+
"text": "AccordionExpandMode"
|
|
1541
1544
|
},
|
|
1542
|
-
"
|
|
1543
|
-
"description": "
|
|
1544
|
-
"fieldName": "expanded",
|
|
1545
|
+
"privacy": "public",
|
|
1546
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1545
1547
|
"inheritedFrom": {
|
|
1546
|
-
"name": "
|
|
1547
|
-
"module": "src/accordion
|
|
1548
|
+
"name": "Accordion",
|
|
1549
|
+
"module": "src/accordion/accordion.ts"
|
|
1548
1550
|
}
|
|
1549
1551
|
},
|
|
1550
1552
|
{
|
|
1551
|
-
"
|
|
1553
|
+
"kind": "field",
|
|
1554
|
+
"name": "activeid",
|
|
1552
1555
|
"type": {
|
|
1553
|
-
"text": "string"
|
|
1556
|
+
"text": "string | null"
|
|
1554
1557
|
},
|
|
1555
|
-
"
|
|
1556
|
-
"fieldName": "id",
|
|
1558
|
+
"privacy": "private",
|
|
1557
1559
|
"inheritedFrom": {
|
|
1558
|
-
"name": "
|
|
1559
|
-
"module": "src/accordion
|
|
1560
|
+
"name": "Accordion",
|
|
1561
|
+
"module": "src/accordion/accordion.ts"
|
|
1560
1562
|
}
|
|
1561
|
-
}
|
|
1562
|
-
],
|
|
1563
|
-
"members": [
|
|
1563
|
+
},
|
|
1564
1564
|
{
|
|
1565
1565
|
"kind": "field",
|
|
1566
|
-
"name": "
|
|
1566
|
+
"name": "activeItemIndex",
|
|
1567
1567
|
"type": {
|
|
1568
|
-
"text": "
|
|
1568
|
+
"text": "number"
|
|
1569
1569
|
},
|
|
1570
|
-
"privacy": "
|
|
1571
|
-
"default": "
|
|
1572
|
-
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1570
|
+
"privacy": "private",
|
|
1571
|
+
"default": "0",
|
|
1573
1572
|
"inheritedFrom": {
|
|
1574
|
-
"name": "
|
|
1575
|
-
"module": "src/accordion
|
|
1573
|
+
"name": "Accordion",
|
|
1574
|
+
"module": "src/accordion/accordion.ts"
|
|
1576
1575
|
}
|
|
1577
1576
|
},
|
|
1578
1577
|
{
|
|
1579
1578
|
"kind": "field",
|
|
1580
|
-
"name": "
|
|
1579
|
+
"name": "accordionIds",
|
|
1581
1580
|
"type": {
|
|
1582
|
-
"text": "
|
|
1581
|
+
"text": "Array<string | null>"
|
|
1583
1582
|
},
|
|
1584
|
-
"privacy": "
|
|
1585
|
-
"default": "false",
|
|
1586
|
-
"description": "Expands or collapses the item.",
|
|
1583
|
+
"privacy": "private",
|
|
1587
1584
|
"inheritedFrom": {
|
|
1588
|
-
"name": "
|
|
1589
|
-
"module": "src/accordion
|
|
1585
|
+
"name": "Accordion",
|
|
1586
|
+
"module": "src/accordion/accordion.ts"
|
|
1590
1587
|
}
|
|
1591
1588
|
},
|
|
1592
1589
|
{
|
|
1593
1590
|
"kind": "field",
|
|
1594
|
-
"name": "
|
|
1595
|
-
"
|
|
1596
|
-
|
|
1591
|
+
"name": "change",
|
|
1592
|
+
"privacy": "private",
|
|
1593
|
+
"inheritedFrom": {
|
|
1594
|
+
"name": "Accordion",
|
|
1595
|
+
"module": "src/accordion/accordion.ts"
|
|
1596
|
+
}
|
|
1597
|
+
},
|
|
1598
|
+
{
|
|
1599
|
+
"kind": "method",
|
|
1600
|
+
"name": "findExpandedItem",
|
|
1601
|
+
"privacy": "private",
|
|
1602
|
+
"return": {
|
|
1603
|
+
"type": {
|
|
1604
|
+
"text": "AccordionItem | null"
|
|
1605
|
+
}
|
|
1597
1606
|
},
|
|
1598
|
-
"privacy": "public",
|
|
1599
|
-
"description": "The item ID",
|
|
1600
1607
|
"inheritedFrom": {
|
|
1601
|
-
"name": "
|
|
1602
|
-
"module": "src/accordion
|
|
1608
|
+
"name": "Accordion",
|
|
1609
|
+
"module": "src/accordion/accordion.ts"
|
|
1603
1610
|
}
|
|
1604
1611
|
},
|
|
1605
1612
|
{
|
|
1606
1613
|
"kind": "field",
|
|
1607
|
-
"name": "
|
|
1614
|
+
"name": "setItems",
|
|
1608
1615
|
"privacy": "private",
|
|
1609
1616
|
"inheritedFrom": {
|
|
1610
|
-
"name": "
|
|
1611
|
-
"module": "src/accordion
|
|
1617
|
+
"name": "Accordion",
|
|
1618
|
+
"module": "src/accordion/accordion.ts"
|
|
1619
|
+
}
|
|
1620
|
+
},
|
|
1621
|
+
{
|
|
1622
|
+
"kind": "method",
|
|
1623
|
+
"name": "resetItems",
|
|
1624
|
+
"privacy": "private",
|
|
1625
|
+
"return": {
|
|
1626
|
+
"type": {
|
|
1627
|
+
"text": "void"
|
|
1628
|
+
}
|
|
1629
|
+
},
|
|
1630
|
+
"inheritedFrom": {
|
|
1631
|
+
"name": "Accordion",
|
|
1632
|
+
"module": "src/accordion/accordion.ts"
|
|
1633
|
+
}
|
|
1634
|
+
},
|
|
1635
|
+
{
|
|
1636
|
+
"kind": "field",
|
|
1637
|
+
"name": "removeItemListeners",
|
|
1638
|
+
"privacy": "private",
|
|
1639
|
+
"inheritedFrom": {
|
|
1640
|
+
"name": "Accordion",
|
|
1641
|
+
"module": "src/accordion/accordion.ts"
|
|
1642
|
+
}
|
|
1643
|
+
},
|
|
1644
|
+
{
|
|
1645
|
+
"kind": "field",
|
|
1646
|
+
"name": "activeItemChange",
|
|
1647
|
+
"privacy": "private",
|
|
1648
|
+
"inheritedFrom": {
|
|
1649
|
+
"name": "Accordion",
|
|
1650
|
+
"module": "src/accordion/accordion.ts"
|
|
1651
|
+
}
|
|
1652
|
+
},
|
|
1653
|
+
{
|
|
1654
|
+
"kind": "method",
|
|
1655
|
+
"name": "getItemIds",
|
|
1656
|
+
"privacy": "private",
|
|
1657
|
+
"return": {
|
|
1658
|
+
"type": {
|
|
1659
|
+
"text": "Array<string | null>"
|
|
1660
|
+
}
|
|
1661
|
+
},
|
|
1662
|
+
"inheritedFrom": {
|
|
1663
|
+
"name": "Accordion",
|
|
1664
|
+
"module": "src/accordion/accordion.ts"
|
|
1665
|
+
}
|
|
1666
|
+
},
|
|
1667
|
+
{
|
|
1668
|
+
"kind": "method",
|
|
1669
|
+
"name": "isSingleExpandMode",
|
|
1670
|
+
"privacy": "private",
|
|
1671
|
+
"return": {
|
|
1672
|
+
"type": {
|
|
1673
|
+
"text": "boolean"
|
|
1674
|
+
}
|
|
1675
|
+
},
|
|
1676
|
+
"inheritedFrom": {
|
|
1677
|
+
"name": "Accordion",
|
|
1678
|
+
"module": "src/accordion/accordion.ts"
|
|
1679
|
+
}
|
|
1680
|
+
},
|
|
1681
|
+
{
|
|
1682
|
+
"kind": "field",
|
|
1683
|
+
"name": "handleItemKeyDown",
|
|
1684
|
+
"privacy": "private",
|
|
1685
|
+
"inheritedFrom": {
|
|
1686
|
+
"name": "Accordion",
|
|
1687
|
+
"module": "src/accordion/accordion.ts"
|
|
1688
|
+
}
|
|
1689
|
+
},
|
|
1690
|
+
{
|
|
1691
|
+
"kind": "field",
|
|
1692
|
+
"name": "handleItemFocus",
|
|
1693
|
+
"privacy": "private",
|
|
1694
|
+
"inheritedFrom": {
|
|
1695
|
+
"name": "Accordion",
|
|
1696
|
+
"module": "src/accordion/accordion.ts"
|
|
1697
|
+
}
|
|
1698
|
+
},
|
|
1699
|
+
{
|
|
1700
|
+
"kind": "method",
|
|
1701
|
+
"name": "adjust",
|
|
1702
|
+
"privacy": "private",
|
|
1703
|
+
"return": {
|
|
1704
|
+
"type": {
|
|
1705
|
+
"text": "void"
|
|
1706
|
+
}
|
|
1707
|
+
},
|
|
1708
|
+
"parameters": [
|
|
1709
|
+
{
|
|
1710
|
+
"name": "adjustment",
|
|
1711
|
+
"type": {
|
|
1712
|
+
"text": "number"
|
|
1713
|
+
}
|
|
1714
|
+
}
|
|
1715
|
+
],
|
|
1716
|
+
"inheritedFrom": {
|
|
1717
|
+
"name": "Accordion",
|
|
1718
|
+
"module": "src/accordion/accordion.ts"
|
|
1719
|
+
}
|
|
1720
|
+
},
|
|
1721
|
+
{
|
|
1722
|
+
"kind": "method",
|
|
1723
|
+
"name": "focusItem",
|
|
1724
|
+
"privacy": "private",
|
|
1725
|
+
"return": {
|
|
1726
|
+
"type": {
|
|
1727
|
+
"text": "void"
|
|
1728
|
+
}
|
|
1729
|
+
},
|
|
1730
|
+
"inheritedFrom": {
|
|
1731
|
+
"name": "Accordion",
|
|
1732
|
+
"module": "src/accordion/accordion.ts"
|
|
1612
1733
|
}
|
|
1613
1734
|
},
|
|
1614
1735
|
{
|
|
@@ -1725,18 +1846,18 @@
|
|
|
1725
1846
|
],
|
|
1726
1847
|
"events": [
|
|
1727
1848
|
{
|
|
1728
|
-
"description": "Fires a custom 'change' event when the
|
|
1849
|
+
"description": "Fires a custom 'change' event when the active item changes",
|
|
1729
1850
|
"name": "change",
|
|
1730
1851
|
"inheritedFrom": {
|
|
1731
|
-
"name": "
|
|
1732
|
-
"module": "src/accordion
|
|
1852
|
+
"name": "Accordion",
|
|
1853
|
+
"module": "src/accordion/accordion.ts"
|
|
1733
1854
|
}
|
|
1734
1855
|
}
|
|
1735
1856
|
]
|
|
1736
1857
|
},
|
|
1737
1858
|
{
|
|
1738
1859
|
"kind": "variable",
|
|
1739
|
-
"name": "
|
|
1860
|
+
"name": "foundationAccordionShadowOptions",
|
|
1740
1861
|
"type": {
|
|
1741
1862
|
"text": "ShadowRootInit"
|
|
1742
1863
|
},
|
|
@@ -1744,57 +1865,57 @@
|
|
|
1744
1865
|
},
|
|
1745
1866
|
{
|
|
1746
1867
|
"kind": "variable",
|
|
1747
|
-
"name": "
|
|
1868
|
+
"name": "defaultAccordionConfig",
|
|
1748
1869
|
"type": {
|
|
1749
1870
|
"text": "object"
|
|
1750
1871
|
},
|
|
1751
|
-
"default": "{
|
|
1872
|
+
"default": "{}"
|
|
1752
1873
|
},
|
|
1753
1874
|
{
|
|
1754
1875
|
"kind": "variable",
|
|
1755
|
-
"name": "
|
|
1756
|
-
"description": "The Foundation Accordion
|
|
1876
|
+
"name": "foundationAccordion",
|
|
1877
|
+
"description": "The Foundation Accordion",
|
|
1757
1878
|
"privacy": "public"
|
|
1758
1879
|
}
|
|
1759
1880
|
],
|
|
1760
1881
|
"exports": [
|
|
1761
1882
|
{
|
|
1762
1883
|
"kind": "js",
|
|
1763
|
-
"name": "
|
|
1884
|
+
"name": "Accordion",
|
|
1764
1885
|
"declaration": {
|
|
1765
|
-
"name": "
|
|
1766
|
-
"module": "src/accordion
|
|
1886
|
+
"name": "Accordion",
|
|
1887
|
+
"module": "src/accordion/accordion.ts"
|
|
1767
1888
|
}
|
|
1768
1889
|
},
|
|
1769
1890
|
{
|
|
1770
1891
|
"kind": "js",
|
|
1771
|
-
"name": "
|
|
1892
|
+
"name": "foundationAccordionShadowOptions",
|
|
1772
1893
|
"declaration": {
|
|
1773
|
-
"name": "
|
|
1774
|
-
"module": "src/accordion
|
|
1894
|
+
"name": "foundationAccordionShadowOptions",
|
|
1895
|
+
"module": "src/accordion/accordion.ts"
|
|
1775
1896
|
}
|
|
1776
1897
|
},
|
|
1777
1898
|
{
|
|
1778
1899
|
"kind": "js",
|
|
1779
|
-
"name": "
|
|
1900
|
+
"name": "defaultAccordionConfig",
|
|
1780
1901
|
"declaration": {
|
|
1781
|
-
"name": "
|
|
1782
|
-
"module": "src/accordion
|
|
1902
|
+
"name": "defaultAccordionConfig",
|
|
1903
|
+
"module": "src/accordion/accordion.ts"
|
|
1783
1904
|
}
|
|
1784
1905
|
},
|
|
1785
1906
|
{
|
|
1786
1907
|
"kind": "js",
|
|
1787
|
-
"name": "
|
|
1908
|
+
"name": "foundationAccordion",
|
|
1788
1909
|
"declaration": {
|
|
1789
|
-
"name": "
|
|
1790
|
-
"module": "src/accordion
|
|
1910
|
+
"name": "foundationAccordion",
|
|
1911
|
+
"module": "src/accordion/accordion.ts"
|
|
1791
1912
|
}
|
|
1792
1913
|
}
|
|
1793
1914
|
]
|
|
1794
1915
|
},
|
|
1795
1916
|
{
|
|
1796
1917
|
"kind": "javascript-module",
|
|
1797
|
-
"path": "src/accordion
|
|
1918
|
+
"path": "src/accordion/index.ts",
|
|
1798
1919
|
"declarations": [],
|
|
1799
1920
|
"exports": [
|
|
1800
1921
|
{
|
|
@@ -1802,7 +1923,7 @@
|
|
|
1802
1923
|
"name": "*",
|
|
1803
1924
|
"declaration": {
|
|
1804
1925
|
"name": "*",
|
|
1805
|
-
"package": "./accordion
|
|
1926
|
+
"package": "./accordion.template"
|
|
1806
1927
|
}
|
|
1807
1928
|
},
|
|
1808
1929
|
{
|
|
@@ -1810,7 +1931,7 @@
|
|
|
1810
1931
|
"name": "*",
|
|
1811
1932
|
"declaration": {
|
|
1812
1933
|
"name": "*",
|
|
1813
|
-
"package": "./accordion
|
|
1934
|
+
"package": "./accordion.styles"
|
|
1814
1935
|
}
|
|
1815
1936
|
},
|
|
1816
1937
|
{
|
|
@@ -1818,41 +1939,18 @@
|
|
|
1818
1939
|
"name": "*",
|
|
1819
1940
|
"declaration": {
|
|
1820
1941
|
"name": "*",
|
|
1821
|
-
"package": "./accordion
|
|
1942
|
+
"package": "./accordion"
|
|
1822
1943
|
}
|
|
1823
1944
|
}
|
|
1824
1945
|
]
|
|
1825
1946
|
},
|
|
1826
1947
|
{
|
|
1827
1948
|
"kind": "javascript-module",
|
|
1828
|
-
"path": "src/
|
|
1949
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1829
1950
|
"declarations": [
|
|
1830
1951
|
{
|
|
1831
1952
|
"kind": "function",
|
|
1832
|
-
"name": "
|
|
1833
|
-
"return": {
|
|
1834
|
-
"type": {
|
|
1835
|
-
"text": "ElementStyles"
|
|
1836
|
-
}
|
|
1837
|
-
},
|
|
1838
|
-
"parameters": [
|
|
1839
|
-
{
|
|
1840
|
-
"name": "context",
|
|
1841
|
-
"type": {
|
|
1842
|
-
"text": "ElementDefinitionContext"
|
|
1843
|
-
}
|
|
1844
|
-
},
|
|
1845
|
-
{
|
|
1846
|
-
"name": "definition",
|
|
1847
|
-
"type": {
|
|
1848
|
-
"text": "FoundationElementDefinition"
|
|
1849
|
-
}
|
|
1850
|
-
}
|
|
1851
|
-
]
|
|
1852
|
-
},
|
|
1853
|
-
{
|
|
1854
|
-
"kind": "function",
|
|
1855
|
-
"name": "foundationActionsMenuStyles",
|
|
1953
|
+
"name": "foundationAccordionItemStyles",
|
|
1856
1954
|
"return": {
|
|
1857
1955
|
"type": {
|
|
1858
1956
|
"text": "ElementStyles"
|
|
@@ -1877,270 +1975,157 @@
|
|
|
1877
1975
|
"exports": [
|
|
1878
1976
|
{
|
|
1879
1977
|
"kind": "js",
|
|
1880
|
-
"name": "
|
|
1881
|
-
"declaration": {
|
|
1882
|
-
"name": "actionsMenuBaseStyles",
|
|
1883
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1884
|
-
}
|
|
1885
|
-
},
|
|
1886
|
-
{
|
|
1887
|
-
"kind": "js",
|
|
1888
|
-
"name": "foundationActionsMenuStyles",
|
|
1978
|
+
"name": "foundationAccordionItemStyles",
|
|
1889
1979
|
"declaration": {
|
|
1890
|
-
"name": "
|
|
1891
|
-
"module": "src/
|
|
1980
|
+
"name": "foundationAccordionItemStyles",
|
|
1981
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1892
1982
|
}
|
|
1893
1983
|
}
|
|
1894
1984
|
]
|
|
1895
1985
|
},
|
|
1896
1986
|
{
|
|
1897
1987
|
"kind": "javascript-module",
|
|
1898
|
-
"path": "src/
|
|
1988
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1899
1989
|
"declarations": [
|
|
1900
1990
|
{
|
|
1901
1991
|
"kind": "function",
|
|
1902
|
-
"name": "
|
|
1992
|
+
"name": "foundationAccordionItemTemplate",
|
|
1993
|
+
"return": {
|
|
1994
|
+
"type": {
|
|
1995
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
1996
|
+
}
|
|
1997
|
+
},
|
|
1903
1998
|
"parameters": [
|
|
1904
1999
|
{
|
|
1905
|
-
"name": "
|
|
2000
|
+
"name": "context",
|
|
1906
2001
|
"type": {
|
|
1907
|
-
"text": "
|
|
2002
|
+
"text": "ElementDefinitionContext"
|
|
1908
2003
|
}
|
|
1909
|
-
}
|
|
1910
|
-
]
|
|
1911
|
-
},
|
|
1912
|
-
{
|
|
1913
|
-
"kind": "function",
|
|
1914
|
-
"name": "singleOptionTemplate",
|
|
1915
|
-
"parameters": [
|
|
2004
|
+
},
|
|
1916
2005
|
{
|
|
1917
|
-
"name": "
|
|
2006
|
+
"name": "definition",
|
|
1918
2007
|
"type": {
|
|
1919
|
-
"text": "
|
|
2008
|
+
"text": "FoundationElementDefinition"
|
|
1920
2009
|
}
|
|
1921
2010
|
}
|
|
1922
2011
|
]
|
|
1923
|
-
},
|
|
1924
|
-
{
|
|
1925
|
-
"kind": "variable",
|
|
1926
|
-
"name": "foundationActionsMenuTemplate",
|
|
1927
|
-
"type": {
|
|
1928
|
-
"text": "ViewTemplate<ActionsMenu>"
|
|
1929
|
-
},
|
|
1930
|
-
"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`"
|
|
1931
2012
|
}
|
|
1932
2013
|
],
|
|
1933
2014
|
"exports": [
|
|
1934
2015
|
{
|
|
1935
2016
|
"kind": "js",
|
|
1936
|
-
"name": "
|
|
1937
|
-
"declaration": {
|
|
1938
|
-
"name": "menuTemplate",
|
|
1939
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1940
|
-
}
|
|
1941
|
-
},
|
|
1942
|
-
{
|
|
1943
|
-
"kind": "js",
|
|
1944
|
-
"name": "singleOptionTemplate",
|
|
1945
|
-
"declaration": {
|
|
1946
|
-
"name": "singleOptionTemplate",
|
|
1947
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1948
|
-
}
|
|
1949
|
-
},
|
|
1950
|
-
{
|
|
1951
|
-
"kind": "js",
|
|
1952
|
-
"name": "foundationActionsMenuTemplate",
|
|
2017
|
+
"name": "foundationAccordionItemTemplate",
|
|
1953
2018
|
"declaration": {
|
|
1954
|
-
"name": "
|
|
1955
|
-
"module": "src/
|
|
2019
|
+
"name": "foundationAccordionItemTemplate",
|
|
2020
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1956
2021
|
}
|
|
1957
2022
|
}
|
|
1958
2023
|
]
|
|
1959
2024
|
},
|
|
1960
2025
|
{
|
|
1961
2026
|
"kind": "javascript-module",
|
|
1962
|
-
"path": "src/
|
|
2027
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
1963
2028
|
"declarations": [
|
|
1964
2029
|
{
|
|
1965
2030
|
"kind": "class",
|
|
1966
2031
|
"description": "",
|
|
1967
|
-
"name": "
|
|
1968
|
-
"
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
},
|
|
1976
|
-
{
|
|
1977
|
-
"kind": "field",
|
|
1978
|
-
"name": "isVertical",
|
|
1979
|
-
"type": {
|
|
1980
|
-
"text": "boolean"
|
|
1981
|
-
},
|
|
1982
|
-
"default": "false"
|
|
1983
|
-
},
|
|
2032
|
+
"name": "AccordionItem",
|
|
2033
|
+
"superclass": {
|
|
2034
|
+
"name": "FASTAccordionItem",
|
|
2035
|
+
"package": "@microsoft/fast-components"
|
|
2036
|
+
},
|
|
2037
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
2038
|
+
"customElement": true,
|
|
2039
|
+
"attributes": [
|
|
1984
2040
|
{
|
|
1985
|
-
"
|
|
1986
|
-
"name": "addDefaultActions",
|
|
2041
|
+
"name": "heading-level",
|
|
1987
2042
|
"type": {
|
|
1988
|
-
"text": "
|
|
2043
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1989
2044
|
},
|
|
1990
|
-
"default": "
|
|
2045
|
+
"default": "2",
|
|
2046
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
2047
|
+
"fieldName": "headinglevel",
|
|
2048
|
+
"inheritedFrom": {
|
|
2049
|
+
"name": "AccordionItem",
|
|
2050
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2051
|
+
}
|
|
1991
2052
|
},
|
|
1992
2053
|
{
|
|
1993
|
-
"kind": "field",
|
|
1994
|
-
"name": "autoCloseOnAction",
|
|
1995
2054
|
"type": {
|
|
1996
2055
|
"text": "boolean"
|
|
1997
2056
|
},
|
|
1998
|
-
"default": "
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
"
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
"text": "string"
|
|
2005
|
-
}
|
|
2006
|
-
},
|
|
2007
|
-
{
|
|
2008
|
-
"kind": "field",
|
|
2009
|
-
"name": "definition",
|
|
2010
|
-
"type": {
|
|
2011
|
-
"text": "any"
|
|
2057
|
+
"default": "false",
|
|
2058
|
+
"description": "Expands or collapses the item.",
|
|
2059
|
+
"fieldName": "expanded",
|
|
2060
|
+
"inheritedFrom": {
|
|
2061
|
+
"name": "AccordionItem",
|
|
2062
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2012
2063
|
}
|
|
2013
2064
|
},
|
|
2014
2065
|
{
|
|
2015
|
-
"
|
|
2016
|
-
"name": "name",
|
|
2066
|
+
"name": "id",
|
|
2017
2067
|
"type": {
|
|
2018
2068
|
"text": "string"
|
|
2019
2069
|
},
|
|
2020
|
-
"
|
|
2021
|
-
|
|
2070
|
+
"description": "The item ID",
|
|
2071
|
+
"fieldName": "id",
|
|
2072
|
+
"inheritedFrom": {
|
|
2073
|
+
"name": "AccordionItem",
|
|
2074
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2075
|
+
}
|
|
2076
|
+
}
|
|
2077
|
+
],
|
|
2078
|
+
"members": [
|
|
2022
2079
|
{
|
|
2023
2080
|
"kind": "field",
|
|
2024
|
-
"name": "
|
|
2081
|
+
"name": "headinglevel",
|
|
2025
2082
|
"type": {
|
|
2026
|
-
"text": "
|
|
2083
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
2027
2084
|
},
|
|
2028
|
-
"
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
"
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
"text": "string"
|
|
2085
|
+
"privacy": "public",
|
|
2086
|
+
"default": "2",
|
|
2087
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
2088
|
+
"inheritedFrom": {
|
|
2089
|
+
"name": "AccordionItem",
|
|
2090
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2035
2091
|
}
|
|
2036
2092
|
},
|
|
2037
2093
|
{
|
|
2038
2094
|
"kind": "field",
|
|
2039
|
-
"name": "
|
|
2095
|
+
"name": "expanded",
|
|
2040
2096
|
"type": {
|
|
2041
2097
|
"text": "boolean"
|
|
2042
2098
|
},
|
|
2043
|
-
"
|
|
2099
|
+
"privacy": "public",
|
|
2100
|
+
"default": "false",
|
|
2101
|
+
"description": "Expands or collapses the item.",
|
|
2102
|
+
"inheritedFrom": {
|
|
2103
|
+
"name": "AccordionItem",
|
|
2104
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2105
|
+
}
|
|
2044
2106
|
},
|
|
2045
2107
|
{
|
|
2046
2108
|
"kind": "field",
|
|
2047
|
-
"name": "
|
|
2109
|
+
"name": "id",
|
|
2048
2110
|
"type": {
|
|
2049
|
-
"text": "
|
|
2111
|
+
"text": "string"
|
|
2050
2112
|
},
|
|
2051
|
-
"
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
"type": {
|
|
2057
|
-
"text": "ActionMenuItem"
|
|
2113
|
+
"privacy": "public",
|
|
2114
|
+
"description": "The item ID",
|
|
2115
|
+
"inheritedFrom": {
|
|
2116
|
+
"name": "AccordionItem",
|
|
2117
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2058
2118
|
}
|
|
2059
2119
|
},
|
|
2060
2120
|
{
|
|
2061
2121
|
"kind": "field",
|
|
2062
|
-
"name": "
|
|
2063
|
-
"
|
|
2064
|
-
|
|
2122
|
+
"name": "change",
|
|
2123
|
+
"privacy": "private",
|
|
2124
|
+
"inheritedFrom": {
|
|
2125
|
+
"name": "AccordionItem",
|
|
2126
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2065
2127
|
}
|
|
2066
2128
|
},
|
|
2067
|
-
{
|
|
2068
|
-
"kind": "method",
|
|
2069
|
-
"name": "definitionChanged",
|
|
2070
|
-
"privacy": "protected",
|
|
2071
|
-
"parameters": [
|
|
2072
|
-
{
|
|
2073
|
-
"name": "oldValue",
|
|
2074
|
-
"type": {
|
|
2075
|
-
"text": "any"
|
|
2076
|
-
}
|
|
2077
|
-
},
|
|
2078
|
-
{
|
|
2079
|
-
"name": "newValue",
|
|
2080
|
-
"type": {
|
|
2081
|
-
"text": "any"
|
|
2082
|
-
}
|
|
2083
|
-
}
|
|
2084
|
-
]
|
|
2085
|
-
},
|
|
2086
|
-
{
|
|
2087
|
-
"kind": "method",
|
|
2088
|
-
"name": "openChanged",
|
|
2089
|
-
"privacy": "protected"
|
|
2090
|
-
},
|
|
2091
|
-
{
|
|
2092
|
-
"kind": "method",
|
|
2093
|
-
"name": "toggleActionsMenuVisibility"
|
|
2094
|
-
},
|
|
2095
|
-
{
|
|
2096
|
-
"kind": "method",
|
|
2097
|
-
"name": "onActionMenuItemClick",
|
|
2098
|
-
"parameters": [
|
|
2099
|
-
{
|
|
2100
|
-
"name": "callback",
|
|
2101
|
-
"type": {
|
|
2102
|
-
"text": "(rowData) => void | any"
|
|
2103
|
-
}
|
|
2104
|
-
}
|
|
2105
|
-
]
|
|
2106
|
-
},
|
|
2107
|
-
{
|
|
2108
|
-
"kind": "field",
|
|
2109
|
-
"name": "allActions",
|
|
2110
|
-
"type": {
|
|
2111
|
-
"text": "ActionMenuItem[]"
|
|
2112
|
-
},
|
|
2113
|
-
"readonly": true
|
|
2114
|
-
},
|
|
2115
|
-
{
|
|
2116
|
-
"kind": "field",
|
|
2117
|
-
"name": "rowData",
|
|
2118
|
-
"readonly": true
|
|
2119
|
-
},
|
|
2120
|
-
{
|
|
2121
|
-
"kind": "method",
|
|
2122
|
-
"name": "getLabel",
|
|
2123
|
-
"parameters": [
|
|
2124
|
-
{
|
|
2125
|
-
"name": "name",
|
|
2126
|
-
"type": {
|
|
2127
|
-
"text": "string | ((rowData: any) => string)"
|
|
2128
|
-
}
|
|
2129
|
-
}
|
|
2130
|
-
]
|
|
2131
|
-
},
|
|
2132
|
-
{
|
|
2133
|
-
"kind": "method",
|
|
2134
|
-
"name": "getTemplate",
|
|
2135
|
-
"parameters": [
|
|
2136
|
-
{
|
|
2137
|
-
"name": "prefix",
|
|
2138
|
-
"type": {
|
|
2139
|
-
"text": "string"
|
|
2140
|
-
}
|
|
2141
|
-
}
|
|
2142
|
-
]
|
|
2143
|
-
},
|
|
2144
2129
|
{
|
|
2145
2130
|
"kind": "field",
|
|
2146
2131
|
"name": "_presentation",
|
|
@@ -2253,107 +2238,78 @@
|
|
|
2253
2238
|
}
|
|
2254
2239
|
}
|
|
2255
2240
|
],
|
|
2256
|
-
"
|
|
2257
|
-
{
|
|
2258
|
-
"name": "is-vertical",
|
|
2259
|
-
"type": {
|
|
2260
|
-
"text": "boolean"
|
|
2261
|
-
},
|
|
2262
|
-
"default": "false",
|
|
2263
|
-
"fieldName": "isVertical"
|
|
2264
|
-
},
|
|
2265
|
-
{
|
|
2266
|
-
"name": "add-default-actions",
|
|
2267
|
-
"type": {
|
|
2268
|
-
"text": "boolean"
|
|
2269
|
-
},
|
|
2270
|
-
"default": "true",
|
|
2271
|
-
"fieldName": "addDefaultActions"
|
|
2272
|
-
},
|
|
2273
|
-
{
|
|
2274
|
-
"name": "auto-close-on-action",
|
|
2275
|
-
"type": {
|
|
2276
|
-
"text": "boolean"
|
|
2277
|
-
},
|
|
2278
|
-
"default": "true",
|
|
2279
|
-
"fieldName": "autoCloseOnAction"
|
|
2280
|
-
},
|
|
2281
|
-
{
|
|
2282
|
-
"name": "name",
|
|
2283
|
-
"type": {
|
|
2284
|
-
"text": "string"
|
|
2285
|
-
},
|
|
2286
|
-
"default": "'Actions'",
|
|
2287
|
-
"fieldName": "name"
|
|
2288
|
-
},
|
|
2289
|
-
{
|
|
2290
|
-
"name": "open",
|
|
2291
|
-
"type": {
|
|
2292
|
-
"text": "boolean"
|
|
2293
|
-
},
|
|
2294
|
-
"default": "false",
|
|
2295
|
-
"fieldName": "open"
|
|
2296
|
-
},
|
|
2297
|
-
{
|
|
2298
|
-
"name": "buttonAppearance",
|
|
2299
|
-
"type": {
|
|
2300
|
-
"text": "string"
|
|
2301
|
-
},
|
|
2302
|
-
"fieldName": "buttonAppearance"
|
|
2303
|
-
},
|
|
2304
|
-
{
|
|
2305
|
-
"name": "hide-disabled",
|
|
2306
|
-
"type": {
|
|
2307
|
-
"text": "boolean"
|
|
2308
|
-
},
|
|
2309
|
-
"default": "false",
|
|
2310
|
-
"fieldName": "hideDisabled"
|
|
2311
|
-
},
|
|
2241
|
+
"events": [
|
|
2312
2242
|
{
|
|
2313
|
-
"
|
|
2314
|
-
"
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
|
|
2243
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
2244
|
+
"name": "change",
|
|
2245
|
+
"inheritedFrom": {
|
|
2246
|
+
"name": "AccordionItem",
|
|
2247
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2248
|
+
}
|
|
2319
2249
|
}
|
|
2320
|
-
]
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
|
|
2250
|
+
]
|
|
2251
|
+
},
|
|
2252
|
+
{
|
|
2253
|
+
"kind": "variable",
|
|
2254
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
2255
|
+
"type": {
|
|
2256
|
+
"text": "ShadowRootInit"
|
|
2324
2257
|
},
|
|
2325
|
-
"
|
|
2326
|
-
"customElement": true
|
|
2258
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2327
2259
|
},
|
|
2328
2260
|
{
|
|
2329
2261
|
"kind": "variable",
|
|
2330
|
-
"name": "
|
|
2331
|
-
"
|
|
2262
|
+
"name": "defaultAccordionItemConfig",
|
|
2263
|
+
"type": {
|
|
2264
|
+
"text": "object"
|
|
2265
|
+
},
|
|
2266
|
+
"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}"
|
|
2267
|
+
},
|
|
2268
|
+
{
|
|
2269
|
+
"kind": "variable",
|
|
2270
|
+
"name": "foundationAccordionItem",
|
|
2271
|
+
"description": "The Foundation Accordion Item",
|
|
2332
2272
|
"privacy": "public"
|
|
2333
2273
|
}
|
|
2334
2274
|
],
|
|
2335
2275
|
"exports": [
|
|
2336
2276
|
{
|
|
2337
2277
|
"kind": "js",
|
|
2338
|
-
"name": "
|
|
2278
|
+
"name": "AccordionItem",
|
|
2339
2279
|
"declaration": {
|
|
2340
|
-
"name": "
|
|
2341
|
-
"module": "src/
|
|
2280
|
+
"name": "AccordionItem",
|
|
2281
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2342
2282
|
}
|
|
2343
2283
|
},
|
|
2344
2284
|
{
|
|
2345
2285
|
"kind": "js",
|
|
2346
|
-
"name": "
|
|
2286
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
2347
2287
|
"declaration": {
|
|
2348
|
-
"name": "
|
|
2349
|
-
"module": "src/
|
|
2288
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
2289
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2290
|
+
}
|
|
2291
|
+
},
|
|
2292
|
+
{
|
|
2293
|
+
"kind": "js",
|
|
2294
|
+
"name": "defaultAccordionItemConfig",
|
|
2295
|
+
"declaration": {
|
|
2296
|
+
"name": "defaultAccordionItemConfig",
|
|
2297
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2298
|
+
}
|
|
2299
|
+
},
|
|
2300
|
+
{
|
|
2301
|
+
"kind": "js",
|
|
2302
|
+
"name": "foundationAccordionItem",
|
|
2303
|
+
"declaration": {
|
|
2304
|
+
"name": "foundationAccordionItem",
|
|
2305
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2350
2306
|
}
|
|
2351
2307
|
}
|
|
2352
2308
|
]
|
|
2353
2309
|
},
|
|
2354
2310
|
{
|
|
2355
2311
|
"kind": "javascript-module",
|
|
2356
|
-
"path": "src/
|
|
2312
|
+
"path": "src/accordion-item/index.ts",
|
|
2357
2313
|
"declarations": [],
|
|
2358
2314
|
"exports": [
|
|
2359
2315
|
{
|
|
@@ -2361,7 +2317,7 @@
|
|
|
2361
2317
|
"name": "*",
|
|
2362
2318
|
"declaration": {
|
|
2363
2319
|
"name": "*",
|
|
2364
|
-
"package": "./
|
|
2320
|
+
"package": "./accordion-item.template"
|
|
2365
2321
|
}
|
|
2366
2322
|
},
|
|
2367
2323
|
{
|
|
@@ -2369,7 +2325,7 @@
|
|
|
2369
2325
|
"name": "*",
|
|
2370
2326
|
"declaration": {
|
|
2371
2327
|
"name": "*",
|
|
2372
|
-
"package": "./
|
|
2328
|
+
"package": "./accordion-item.styles"
|
|
2373
2329
|
}
|
|
2374
2330
|
},
|
|
2375
2331
|
{
|
|
@@ -2377,18 +2333,18 @@
|
|
|
2377
2333
|
"name": "*",
|
|
2378
2334
|
"declaration": {
|
|
2379
2335
|
"name": "*",
|
|
2380
|
-
"package": "./
|
|
2336
|
+
"package": "./accordion-item"
|
|
2381
2337
|
}
|
|
2382
2338
|
}
|
|
2383
2339
|
]
|
|
2384
2340
|
},
|
|
2385
2341
|
{
|
|
2386
2342
|
"kind": "javascript-module",
|
|
2387
|
-
"path": "src/
|
|
2343
|
+
"path": "src/ai-indicator/ai-indicator.styles.ts",
|
|
2388
2344
|
"declarations": [
|
|
2389
2345
|
{
|
|
2390
2346
|
"kind": "function",
|
|
2391
|
-
"name": "
|
|
2347
|
+
"name": "foundationAiIndicatorStyles",
|
|
2392
2348
|
"return": {
|
|
2393
2349
|
"type": {
|
|
2394
2350
|
"text": "ElementStyles"
|
|
@@ -2413,276 +2369,214 @@
|
|
|
2413
2369
|
"exports": [
|
|
2414
2370
|
{
|
|
2415
2371
|
"kind": "js",
|
|
2416
|
-
"name": "
|
|
2372
|
+
"name": "foundationAiIndicatorStyles",
|
|
2417
2373
|
"declaration": {
|
|
2418
|
-
"name": "
|
|
2419
|
-
"module": "src/
|
|
2374
|
+
"name": "foundationAiIndicatorStyles",
|
|
2375
|
+
"module": "src/ai-indicator/ai-indicator.styles.ts"
|
|
2420
2376
|
}
|
|
2421
2377
|
}
|
|
2422
2378
|
]
|
|
2423
2379
|
},
|
|
2424
2380
|
{
|
|
2425
2381
|
"kind": "javascript-module",
|
|
2426
|
-
"path": "src/
|
|
2382
|
+
"path": "src/ai-indicator/ai-indicator.template.ts",
|
|
2427
2383
|
"declarations": [
|
|
2428
2384
|
{
|
|
2429
|
-
"kind": "
|
|
2430
|
-
"name": "
|
|
2431
|
-
"
|
|
2432
|
-
"
|
|
2433
|
-
"text": "ViewTemplate<Accordion>"
|
|
2434
|
-
}
|
|
2385
|
+
"kind": "variable",
|
|
2386
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2387
|
+
"type": {
|
|
2388
|
+
"text": "ViewTemplate<AiIndicator>"
|
|
2435
2389
|
},
|
|
2436
|
-
"
|
|
2437
|
-
{
|
|
2438
|
-
"name": "context",
|
|
2439
|
-
"type": {
|
|
2440
|
-
"text": "ElementDefinitionContext"
|
|
2441
|
-
}
|
|
2442
|
-
},
|
|
2443
|
-
{
|
|
2444
|
-
"name": "definition",
|
|
2445
|
-
"type": {
|
|
2446
|
-
"text": "FoundationElementDefinition"
|
|
2447
|
-
}
|
|
2448
|
-
}
|
|
2449
|
-
]
|
|
2390
|
+
"default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
|
|
2450
2391
|
}
|
|
2451
2392
|
],
|
|
2452
2393
|
"exports": [
|
|
2453
2394
|
{
|
|
2454
2395
|
"kind": "js",
|
|
2455
|
-
"name": "
|
|
2396
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2456
2397
|
"declaration": {
|
|
2457
|
-
"name": "
|
|
2458
|
-
"module": "src/
|
|
2398
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2399
|
+
"module": "src/ai-indicator/ai-indicator.template.ts"
|
|
2459
2400
|
}
|
|
2460
2401
|
}
|
|
2461
2402
|
]
|
|
2462
2403
|
},
|
|
2463
2404
|
{
|
|
2464
2405
|
"kind": "javascript-module",
|
|
2465
|
-
"path": "src/
|
|
2406
|
+
"path": "src/ai-indicator/ai-indicator.ts",
|
|
2466
2407
|
"declarations": [
|
|
2467
2408
|
{
|
|
2468
2409
|
"kind": "class",
|
|
2469
2410
|
"description": "",
|
|
2470
|
-
"name": "
|
|
2471
|
-
"
|
|
2472
|
-
"name": "FASTAccordion",
|
|
2473
|
-
"package": "@microsoft/fast-foundation"
|
|
2474
|
-
},
|
|
2475
|
-
"tagName": "%%prefix%%-accordion",
|
|
2476
|
-
"customElement": true,
|
|
2477
|
-
"attributes": [
|
|
2411
|
+
"name": "AiIndicator",
|
|
2412
|
+
"members": [
|
|
2478
2413
|
{
|
|
2479
|
-
"
|
|
2414
|
+
"kind": "field",
|
|
2415
|
+
"name": "aiProvider",
|
|
2480
2416
|
"type": {
|
|
2481
|
-
"text": "
|
|
2482
|
-
},
|
|
2483
|
-
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
2484
|
-
"fieldName": "expandmode",
|
|
2485
|
-
"inheritedFrom": {
|
|
2486
|
-
"name": "Accordion",
|
|
2487
|
-
"module": "src/accordion/accordion.ts"
|
|
2417
|
+
"text": "AIProvider"
|
|
2488
2418
|
}
|
|
2489
|
-
}
|
|
2490
|
-
],
|
|
2491
|
-
"members": [
|
|
2419
|
+
},
|
|
2492
2420
|
{
|
|
2493
2421
|
"kind": "field",
|
|
2494
|
-
"name": "
|
|
2422
|
+
"name": "status",
|
|
2495
2423
|
"type": {
|
|
2496
|
-
"text": "
|
|
2424
|
+
"text": "AIStatus | null"
|
|
2497
2425
|
},
|
|
2498
|
-
"
|
|
2499
|
-
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
2500
|
-
"inheritedFrom": {
|
|
2501
|
-
"name": "Accordion",
|
|
2502
|
-
"module": "src/accordion/accordion.ts"
|
|
2503
|
-
}
|
|
2426
|
+
"default": "null"
|
|
2504
2427
|
},
|
|
2505
2428
|
{
|
|
2506
2429
|
"kind": "field",
|
|
2507
|
-
"name": "
|
|
2430
|
+
"name": "open",
|
|
2508
2431
|
"type": {
|
|
2509
|
-
"text": "
|
|
2432
|
+
"text": "boolean"
|
|
2510
2433
|
},
|
|
2511
|
-
"
|
|
2512
|
-
"inheritedFrom": {
|
|
2513
|
-
"name": "Accordion",
|
|
2514
|
-
"module": "src/accordion/accordion.ts"
|
|
2515
|
-
}
|
|
2434
|
+
"default": "false"
|
|
2516
2435
|
},
|
|
2517
2436
|
{
|
|
2518
2437
|
"kind": "field",
|
|
2519
|
-
"name": "
|
|
2438
|
+
"name": "state",
|
|
2520
2439
|
"type": {
|
|
2521
|
-
"text": "
|
|
2440
|
+
"text": "AIIndicatorState"
|
|
2522
2441
|
},
|
|
2523
|
-
"
|
|
2524
|
-
"default": "0",
|
|
2525
|
-
"inheritedFrom": {
|
|
2526
|
-
"name": "Accordion",
|
|
2527
|
-
"module": "src/accordion/accordion.ts"
|
|
2528
|
-
}
|
|
2442
|
+
"default": "'none'"
|
|
2529
2443
|
},
|
|
2530
2444
|
{
|
|
2531
2445
|
"kind": "field",
|
|
2532
|
-
"name": "
|
|
2446
|
+
"name": "isInstalling",
|
|
2533
2447
|
"type": {
|
|
2534
|
-
"text": "
|
|
2448
|
+
"text": "boolean"
|
|
2535
2449
|
},
|
|
2536
|
-
"
|
|
2537
|
-
"inheritedFrom": {
|
|
2538
|
-
"name": "Accordion",
|
|
2539
|
-
"module": "src/accordion/accordion.ts"
|
|
2540
|
-
}
|
|
2450
|
+
"default": "false"
|
|
2541
2451
|
},
|
|
2542
2452
|
{
|
|
2543
2453
|
"kind": "field",
|
|
2544
|
-
"name": "
|
|
2454
|
+
"name": "pollTimer",
|
|
2455
|
+
"type": {
|
|
2456
|
+
"text": "ReturnType<typeof setInterval> | null"
|
|
2457
|
+
},
|
|
2545
2458
|
"privacy": "private",
|
|
2546
|
-
"
|
|
2547
|
-
"name": "Accordion",
|
|
2548
|
-
"module": "src/accordion/accordion.ts"
|
|
2549
|
-
}
|
|
2459
|
+
"default": "null"
|
|
2550
2460
|
},
|
|
2551
2461
|
{
|
|
2552
|
-
"kind": "
|
|
2553
|
-
"name": "
|
|
2554
|
-
"privacy": "private"
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
|
-
|
|
2462
|
+
"kind": "field",
|
|
2463
|
+
"name": "clickOutside",
|
|
2464
|
+
"privacy": "private"
|
|
2465
|
+
},
|
|
2466
|
+
{
|
|
2467
|
+
"kind": "field",
|
|
2468
|
+
"name": "chromeStatusLabel",
|
|
2469
|
+
"type": {
|
|
2470
|
+
"text": "string | null"
|
|
2559
2471
|
},
|
|
2560
|
-
"
|
|
2561
|
-
"name": "Accordion",
|
|
2562
|
-
"module": "src/accordion/accordion.ts"
|
|
2563
|
-
}
|
|
2472
|
+
"readonly": true
|
|
2564
2473
|
},
|
|
2565
2474
|
{
|
|
2566
2475
|
"kind": "field",
|
|
2567
|
-
"name": "
|
|
2568
|
-
"
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
|
|
2572
|
-
|
|
2476
|
+
"name": "canInstall",
|
|
2477
|
+
"type": {
|
|
2478
|
+
"text": "boolean"
|
|
2479
|
+
},
|
|
2480
|
+
"readonly": true
|
|
2481
|
+
},
|
|
2482
|
+
{
|
|
2483
|
+
"kind": "field",
|
|
2484
|
+
"name": "isDownloading",
|
|
2485
|
+
"type": {
|
|
2486
|
+
"text": "boolean"
|
|
2487
|
+
},
|
|
2488
|
+
"readonly": true
|
|
2573
2489
|
},
|
|
2574
2490
|
{
|
|
2575
2491
|
"kind": "method",
|
|
2576
|
-
"name": "
|
|
2577
|
-
"privacy": "private",
|
|
2492
|
+
"name": "openChanged",
|
|
2578
2493
|
"return": {
|
|
2579
2494
|
"type": {
|
|
2580
2495
|
"text": "void"
|
|
2581
2496
|
}
|
|
2582
|
-
},
|
|
2583
|
-
"inheritedFrom": {
|
|
2584
|
-
"name": "Accordion",
|
|
2585
|
-
"module": "src/accordion/accordion.ts"
|
|
2586
2497
|
}
|
|
2587
2498
|
},
|
|
2588
2499
|
{
|
|
2589
|
-
"kind": "
|
|
2590
|
-
"name": "
|
|
2500
|
+
"kind": "method",
|
|
2501
|
+
"name": "handleClickOutside",
|
|
2591
2502
|
"privacy": "private",
|
|
2592
|
-
"
|
|
2593
|
-
|
|
2594
|
-
|
|
2595
|
-
|
|
2503
|
+
"parameters": [
|
|
2504
|
+
{
|
|
2505
|
+
"name": "event",
|
|
2506
|
+
"type": {
|
|
2507
|
+
"text": "MouseEvent"
|
|
2508
|
+
}
|
|
2509
|
+
}
|
|
2510
|
+
]
|
|
2596
2511
|
},
|
|
2597
2512
|
{
|
|
2598
|
-
"kind": "
|
|
2599
|
-
"name": "
|
|
2600
|
-
"privacy": "private",
|
|
2601
|
-
"inheritedFrom": {
|
|
2602
|
-
"name": "Accordion",
|
|
2603
|
-
"module": "src/accordion/accordion.ts"
|
|
2604
|
-
}
|
|
2513
|
+
"kind": "method",
|
|
2514
|
+
"name": "toggleDropdown"
|
|
2605
2515
|
},
|
|
2606
2516
|
{
|
|
2607
2517
|
"kind": "method",
|
|
2608
|
-
"name": "
|
|
2609
|
-
"privacy": "private",
|
|
2518
|
+
"name": "refreshStatus",
|
|
2610
2519
|
"return": {
|
|
2611
2520
|
"type": {
|
|
2612
|
-
"text": "
|
|
2521
|
+
"text": "Promise<void>"
|
|
2613
2522
|
}
|
|
2614
|
-
},
|
|
2615
|
-
"inheritedFrom": {
|
|
2616
|
-
"name": "Accordion",
|
|
2617
|
-
"module": "src/accordion/accordion.ts"
|
|
2618
2523
|
}
|
|
2619
2524
|
},
|
|
2620
2525
|
{
|
|
2621
2526
|
"kind": "method",
|
|
2622
|
-
"name": "
|
|
2527
|
+
"name": "deriveState",
|
|
2623
2528
|
"privacy": "private",
|
|
2624
2529
|
"return": {
|
|
2625
2530
|
"type": {
|
|
2626
|
-
"text": "
|
|
2531
|
+
"text": "AIIndicatorState"
|
|
2627
2532
|
}
|
|
2628
2533
|
},
|
|
2629
|
-
"
|
|
2630
|
-
|
|
2631
|
-
|
|
2632
|
-
|
|
2534
|
+
"parameters": [
|
|
2535
|
+
{
|
|
2536
|
+
"name": "s",
|
|
2537
|
+
"type": {
|
|
2538
|
+
"text": "AIStatus | null"
|
|
2539
|
+
}
|
|
2540
|
+
}
|
|
2541
|
+
]
|
|
2633
2542
|
},
|
|
2634
2543
|
{
|
|
2635
|
-
"kind": "
|
|
2636
|
-
"name": "
|
|
2544
|
+
"kind": "method",
|
|
2545
|
+
"name": "maybeStartPolling",
|
|
2637
2546
|
"privacy": "private",
|
|
2638
|
-
"
|
|
2639
|
-
"
|
|
2640
|
-
|
|
2547
|
+
"return": {
|
|
2548
|
+
"type": {
|
|
2549
|
+
"text": "void"
|
|
2550
|
+
}
|
|
2641
2551
|
}
|
|
2642
2552
|
},
|
|
2643
2553
|
{
|
|
2644
|
-
"kind": "
|
|
2645
|
-
"name": "
|
|
2554
|
+
"kind": "method",
|
|
2555
|
+
"name": "startPolling",
|
|
2646
2556
|
"privacy": "private",
|
|
2647
|
-
"
|
|
2648
|
-
"
|
|
2649
|
-
|
|
2557
|
+
"return": {
|
|
2558
|
+
"type": {
|
|
2559
|
+
"text": "void"
|
|
2560
|
+
}
|
|
2650
2561
|
}
|
|
2651
2562
|
},
|
|
2652
2563
|
{
|
|
2653
2564
|
"kind": "method",
|
|
2654
|
-
"name": "
|
|
2565
|
+
"name": "stopPolling",
|
|
2655
2566
|
"privacy": "private",
|
|
2656
2567
|
"return": {
|
|
2657
2568
|
"type": {
|
|
2658
2569
|
"text": "void"
|
|
2659
2570
|
}
|
|
2660
|
-
},
|
|
2661
|
-
"parameters": [
|
|
2662
|
-
{
|
|
2663
|
-
"name": "adjustment",
|
|
2664
|
-
"type": {
|
|
2665
|
-
"text": "number"
|
|
2666
|
-
}
|
|
2667
|
-
}
|
|
2668
|
-
],
|
|
2669
|
-
"inheritedFrom": {
|
|
2670
|
-
"name": "Accordion",
|
|
2671
|
-
"module": "src/accordion/accordion.ts"
|
|
2672
2571
|
}
|
|
2673
2572
|
},
|
|
2674
2573
|
{
|
|
2675
2574
|
"kind": "method",
|
|
2676
|
-
"name": "
|
|
2677
|
-
"privacy": "private",
|
|
2575
|
+
"name": "onInstall",
|
|
2678
2576
|
"return": {
|
|
2679
2577
|
"type": {
|
|
2680
|
-
"text": "void"
|
|
2578
|
+
"text": "Promise<void>"
|
|
2681
2579
|
}
|
|
2682
|
-
},
|
|
2683
|
-
"inheritedFrom": {
|
|
2684
|
-
"name": "Accordion",
|
|
2685
|
-
"module": "src/accordion/accordion.ts"
|
|
2686
2580
|
}
|
|
2687
2581
|
},
|
|
2688
2582
|
{
|
|
@@ -2797,102 +2691,88 @@
|
|
|
2797
2691
|
}
|
|
2798
2692
|
}
|
|
2799
2693
|
],
|
|
2800
|
-
"
|
|
2801
|
-
|
|
2802
|
-
|
|
2803
|
-
"name": "change",
|
|
2804
|
-
"inheritedFrom": {
|
|
2805
|
-
"name": "Accordion",
|
|
2806
|
-
"module": "src/accordion/accordion.ts"
|
|
2807
|
-
}
|
|
2808
|
-
}
|
|
2809
|
-
]
|
|
2810
|
-
},
|
|
2811
|
-
{
|
|
2812
|
-
"kind": "variable",
|
|
2813
|
-
"name": "foundationAccordionShadowOptions",
|
|
2814
|
-
"type": {
|
|
2815
|
-
"text": "ShadowRootInit"
|
|
2816
|
-
},
|
|
2817
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2818
|
-
},
|
|
2819
|
-
{
|
|
2820
|
-
"kind": "variable",
|
|
2821
|
-
"name": "defaultAccordionConfig",
|
|
2822
|
-
"type": {
|
|
2823
|
-
"text": "object"
|
|
2694
|
+
"superclass": {
|
|
2695
|
+
"name": "FoundationElement",
|
|
2696
|
+
"package": "@microsoft/fast-foundation"
|
|
2824
2697
|
},
|
|
2825
|
-
"
|
|
2698
|
+
"tagName": "%%prefix%%-ai-indicator",
|
|
2699
|
+
"customElement": true
|
|
2826
2700
|
},
|
|
2827
2701
|
{
|
|
2828
2702
|
"kind": "variable",
|
|
2829
|
-
"name": "
|
|
2830
|
-
"description": "The Foundation Accordion",
|
|
2831
|
-
"privacy": "public"
|
|
2703
|
+
"name": "foundationAiIndicator"
|
|
2832
2704
|
}
|
|
2833
2705
|
],
|
|
2834
2706
|
"exports": [
|
|
2835
2707
|
{
|
|
2836
2708
|
"kind": "js",
|
|
2837
|
-
"name": "
|
|
2709
|
+
"name": "AiIndicator",
|
|
2838
2710
|
"declaration": {
|
|
2839
|
-
"name": "
|
|
2840
|
-
"module": "src/
|
|
2711
|
+
"name": "AiIndicator",
|
|
2712
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2841
2713
|
}
|
|
2842
2714
|
},
|
|
2843
2715
|
{
|
|
2844
2716
|
"kind": "js",
|
|
2845
|
-
"name": "
|
|
2717
|
+
"name": "foundationAiIndicator",
|
|
2846
2718
|
"declaration": {
|
|
2847
|
-
"name": "
|
|
2848
|
-
"module": "src/
|
|
2719
|
+
"name": "foundationAiIndicator",
|
|
2720
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2721
|
+
}
|
|
2722
|
+
}
|
|
2723
|
+
]
|
|
2724
|
+
},
|
|
2725
|
+
{
|
|
2726
|
+
"kind": "javascript-module",
|
|
2727
|
+
"path": "src/ai-indicator/index.ts",
|
|
2728
|
+
"declarations": [],
|
|
2729
|
+
"exports": [
|
|
2730
|
+
{
|
|
2731
|
+
"kind": "js",
|
|
2732
|
+
"name": "AiIndicator",
|
|
2733
|
+
"declaration": {
|
|
2734
|
+
"name": "AiIndicator",
|
|
2735
|
+
"module": "./ai-indicator"
|
|
2849
2736
|
}
|
|
2850
2737
|
},
|
|
2851
2738
|
{
|
|
2852
2739
|
"kind": "js",
|
|
2853
|
-
"name": "
|
|
2740
|
+
"name": "foundationAiIndicator",
|
|
2854
2741
|
"declaration": {
|
|
2855
|
-
"name": "
|
|
2856
|
-
"module": "
|
|
2742
|
+
"name": "foundationAiIndicator",
|
|
2743
|
+
"module": "./ai-indicator"
|
|
2857
2744
|
}
|
|
2858
2745
|
},
|
|
2859
2746
|
{
|
|
2860
2747
|
"kind": "js",
|
|
2861
|
-
"name": "
|
|
2748
|
+
"name": "type",
|
|
2862
2749
|
"declaration": {
|
|
2863
|
-
"name": "
|
|
2864
|
-
"module": "
|
|
2750
|
+
"name": "type",
|
|
2751
|
+
"module": "./ai-indicator"
|
|
2865
2752
|
}
|
|
2866
|
-
}
|
|
2867
|
-
]
|
|
2868
|
-
},
|
|
2869
|
-
{
|
|
2870
|
-
"kind": "javascript-module",
|
|
2871
|
-
"path": "src/accordion/index.ts",
|
|
2872
|
-
"declarations": [],
|
|
2873
|
-
"exports": [
|
|
2753
|
+
},
|
|
2874
2754
|
{
|
|
2875
2755
|
"kind": "js",
|
|
2876
|
-
"name": "
|
|
2756
|
+
"name": "AIIndicatorState",
|
|
2877
2757
|
"declaration": {
|
|
2878
|
-
"name": "
|
|
2879
|
-
"
|
|
2758
|
+
"name": "AIIndicatorState",
|
|
2759
|
+
"module": "./ai-indicator"
|
|
2880
2760
|
}
|
|
2881
2761
|
},
|
|
2882
2762
|
{
|
|
2883
2763
|
"kind": "js",
|
|
2884
|
-
"name": "
|
|
2764
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2885
2765
|
"declaration": {
|
|
2886
|
-
"name": "
|
|
2887
|
-
"
|
|
2766
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2767
|
+
"module": "./ai-indicator.template"
|
|
2888
2768
|
}
|
|
2889
2769
|
},
|
|
2890
2770
|
{
|
|
2891
2771
|
"kind": "js",
|
|
2892
|
-
"name": "
|
|
2772
|
+
"name": "foundationAiIndicatorStyles",
|
|
2893
2773
|
"declaration": {
|
|
2894
|
-
"name": "
|
|
2895
|
-
"
|
|
2774
|
+
"name": "foundationAiIndicatorStyles",
|
|
2775
|
+
"module": "./ai-indicator.styles"
|
|
2896
2776
|
}
|
|
2897
2777
|
}
|
|
2898
2778
|
]
|
|
@@ -3508,11 +3388,34 @@
|
|
|
3508
3388
|
},
|
|
3509
3389
|
{
|
|
3510
3390
|
"kind": "javascript-module",
|
|
3511
|
-
"path": "src/
|
|
3391
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
3512
3392
|
"declarations": [
|
|
3513
3393
|
{
|
|
3514
3394
|
"kind": "function",
|
|
3515
|
-
"name": "
|
|
3395
|
+
"name": "actionsMenuBaseStyles",
|
|
3396
|
+
"return": {
|
|
3397
|
+
"type": {
|
|
3398
|
+
"text": "ElementStyles"
|
|
3399
|
+
}
|
|
3400
|
+
},
|
|
3401
|
+
"parameters": [
|
|
3402
|
+
{
|
|
3403
|
+
"name": "context",
|
|
3404
|
+
"type": {
|
|
3405
|
+
"text": "ElementDefinitionContext"
|
|
3406
|
+
}
|
|
3407
|
+
},
|
|
3408
|
+
{
|
|
3409
|
+
"name": "definition",
|
|
3410
|
+
"type": {
|
|
3411
|
+
"text": "FoundationElementDefinition"
|
|
3412
|
+
}
|
|
3413
|
+
}
|
|
3414
|
+
]
|
|
3415
|
+
},
|
|
3416
|
+
{
|
|
3417
|
+
"kind": "function",
|
|
3418
|
+
"name": "foundationActionsMenuStyles",
|
|
3516
3419
|
"return": {
|
|
3517
3420
|
"type": {
|
|
3518
3421
|
"text": "ElementStyles"
|
|
@@ -3537,215 +3440,269 @@
|
|
|
3537
3440
|
"exports": [
|
|
3538
3441
|
{
|
|
3539
3442
|
"kind": "js",
|
|
3540
|
-
"name": "
|
|
3443
|
+
"name": "actionsMenuBaseStyles",
|
|
3541
3444
|
"declaration": {
|
|
3542
|
-
"name": "
|
|
3543
|
-
"module": "src/
|
|
3445
|
+
"name": "actionsMenuBaseStyles",
|
|
3446
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
3447
|
+
}
|
|
3448
|
+
},
|
|
3449
|
+
{
|
|
3450
|
+
"kind": "js",
|
|
3451
|
+
"name": "foundationActionsMenuStyles",
|
|
3452
|
+
"declaration": {
|
|
3453
|
+
"name": "foundationActionsMenuStyles",
|
|
3454
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
3544
3455
|
}
|
|
3545
3456
|
}
|
|
3546
3457
|
]
|
|
3547
3458
|
},
|
|
3548
3459
|
{
|
|
3549
3460
|
"kind": "javascript-module",
|
|
3550
|
-
"path": "src/
|
|
3461
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
3551
3462
|
"declarations": [
|
|
3463
|
+
{
|
|
3464
|
+
"kind": "function",
|
|
3465
|
+
"name": "menuTemplate",
|
|
3466
|
+
"parameters": [
|
|
3467
|
+
{
|
|
3468
|
+
"name": "prefix",
|
|
3469
|
+
"type": {
|
|
3470
|
+
"text": "string"
|
|
3471
|
+
}
|
|
3472
|
+
}
|
|
3473
|
+
]
|
|
3474
|
+
},
|
|
3475
|
+
{
|
|
3476
|
+
"kind": "function",
|
|
3477
|
+
"name": "singleOptionTemplate",
|
|
3478
|
+
"parameters": [
|
|
3479
|
+
{
|
|
3480
|
+
"name": "prefix",
|
|
3481
|
+
"type": {
|
|
3482
|
+
"text": "string"
|
|
3483
|
+
}
|
|
3484
|
+
}
|
|
3485
|
+
]
|
|
3486
|
+
},
|
|
3552
3487
|
{
|
|
3553
3488
|
"kind": "variable",
|
|
3554
|
-
"name": "
|
|
3489
|
+
"name": "foundationActionsMenuTemplate",
|
|
3555
3490
|
"type": {
|
|
3556
|
-
"text": "ViewTemplate<
|
|
3491
|
+
"text": "ViewTemplate<ActionsMenu>"
|
|
3557
3492
|
},
|
|
3558
|
-
"default": "html`\n ${(x) =>
|
|
3493
|
+
"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`"
|
|
3559
3494
|
}
|
|
3560
3495
|
],
|
|
3561
3496
|
"exports": [
|
|
3562
3497
|
{
|
|
3563
3498
|
"kind": "js",
|
|
3564
|
-
"name": "
|
|
3499
|
+
"name": "menuTemplate",
|
|
3565
3500
|
"declaration": {
|
|
3566
|
-
"name": "
|
|
3567
|
-
"module": "src/
|
|
3501
|
+
"name": "menuTemplate",
|
|
3502
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
3503
|
+
}
|
|
3504
|
+
},
|
|
3505
|
+
{
|
|
3506
|
+
"kind": "js",
|
|
3507
|
+
"name": "singleOptionTemplate",
|
|
3508
|
+
"declaration": {
|
|
3509
|
+
"name": "singleOptionTemplate",
|
|
3510
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
3511
|
+
}
|
|
3512
|
+
},
|
|
3513
|
+
{
|
|
3514
|
+
"kind": "js",
|
|
3515
|
+
"name": "foundationActionsMenuTemplate",
|
|
3516
|
+
"declaration": {
|
|
3517
|
+
"name": "foundationActionsMenuTemplate",
|
|
3518
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
3568
3519
|
}
|
|
3569
3520
|
}
|
|
3570
3521
|
]
|
|
3571
3522
|
},
|
|
3572
3523
|
{
|
|
3573
3524
|
"kind": "javascript-module",
|
|
3574
|
-
"path": "src/
|
|
3525
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
3575
3526
|
"declarations": [
|
|
3576
3527
|
{
|
|
3577
3528
|
"kind": "class",
|
|
3578
3529
|
"description": "",
|
|
3579
|
-
"name": "
|
|
3530
|
+
"name": "ActionsMenu",
|
|
3580
3531
|
"members": [
|
|
3581
3532
|
{
|
|
3582
3533
|
"kind": "field",
|
|
3583
|
-
"name": "
|
|
3534
|
+
"name": "actions",
|
|
3584
3535
|
"type": {
|
|
3585
|
-
"text": "
|
|
3536
|
+
"text": "ActionMenuItem[]"
|
|
3586
3537
|
}
|
|
3587
3538
|
},
|
|
3588
3539
|
{
|
|
3589
3540
|
"kind": "field",
|
|
3590
|
-
"name": "
|
|
3541
|
+
"name": "isVertical",
|
|
3591
3542
|
"type": {
|
|
3592
|
-
"text": "
|
|
3543
|
+
"text": "boolean"
|
|
3593
3544
|
},
|
|
3594
|
-
"default": "
|
|
3545
|
+
"default": "false"
|
|
3595
3546
|
},
|
|
3596
3547
|
{
|
|
3597
3548
|
"kind": "field",
|
|
3598
|
-
"name": "
|
|
3549
|
+
"name": "addDefaultActions",
|
|
3599
3550
|
"type": {
|
|
3600
3551
|
"text": "boolean"
|
|
3601
3552
|
},
|
|
3602
|
-
"default": "
|
|
3553
|
+
"default": "true"
|
|
3603
3554
|
},
|
|
3604
3555
|
{
|
|
3605
3556
|
"kind": "field",
|
|
3606
|
-
"name": "
|
|
3557
|
+
"name": "autoCloseOnAction",
|
|
3607
3558
|
"type": {
|
|
3608
|
-
"text": "
|
|
3559
|
+
"text": "boolean"
|
|
3609
3560
|
},
|
|
3610
|
-
"default": "
|
|
3561
|
+
"default": "true"
|
|
3611
3562
|
},
|
|
3612
3563
|
{
|
|
3613
3564
|
"kind": "field",
|
|
3614
|
-
"name": "
|
|
3565
|
+
"name": "classNames",
|
|
3615
3566
|
"type": {
|
|
3616
|
-
"text": "
|
|
3617
|
-
}
|
|
3618
|
-
"default": "false"
|
|
3567
|
+
"text": "string"
|
|
3568
|
+
}
|
|
3619
3569
|
},
|
|
3620
3570
|
{
|
|
3621
3571
|
"kind": "field",
|
|
3622
|
-
"name": "
|
|
3572
|
+
"name": "definition",
|
|
3623
3573
|
"type": {
|
|
3624
|
-
"text": "
|
|
3625
|
-
}
|
|
3626
|
-
"privacy": "private",
|
|
3627
|
-
"default": "null"
|
|
3574
|
+
"text": "any"
|
|
3575
|
+
}
|
|
3628
3576
|
},
|
|
3629
3577
|
{
|
|
3630
3578
|
"kind": "field",
|
|
3631
|
-
"name": "
|
|
3632
|
-
"
|
|
3579
|
+
"name": "name",
|
|
3580
|
+
"type": {
|
|
3581
|
+
"text": "string"
|
|
3582
|
+
},
|
|
3583
|
+
"default": "'Actions'"
|
|
3633
3584
|
},
|
|
3634
3585
|
{
|
|
3635
3586
|
"kind": "field",
|
|
3636
|
-
"name": "
|
|
3587
|
+
"name": "open",
|
|
3637
3588
|
"type": {
|
|
3638
|
-
"text": "
|
|
3589
|
+
"text": "boolean"
|
|
3639
3590
|
},
|
|
3640
|
-
"
|
|
3591
|
+
"default": "false"
|
|
3641
3592
|
},
|
|
3642
3593
|
{
|
|
3643
3594
|
"kind": "field",
|
|
3644
|
-
"name": "
|
|
3595
|
+
"name": "buttonAppearance",
|
|
3596
|
+
"type": {
|
|
3597
|
+
"text": "string"
|
|
3598
|
+
}
|
|
3599
|
+
},
|
|
3600
|
+
{
|
|
3601
|
+
"kind": "field",
|
|
3602
|
+
"name": "hideDisabled",
|
|
3645
3603
|
"type": {
|
|
3646
3604
|
"text": "boolean"
|
|
3647
3605
|
},
|
|
3648
|
-
"
|
|
3606
|
+
"default": "false"
|
|
3649
3607
|
},
|
|
3650
3608
|
{
|
|
3651
3609
|
"kind": "field",
|
|
3652
|
-
"name": "
|
|
3610
|
+
"name": "hideMenuSingleOption",
|
|
3653
3611
|
"type": {
|
|
3654
3612
|
"text": "boolean"
|
|
3655
3613
|
},
|
|
3656
|
-
"
|
|
3614
|
+
"default": "false"
|
|
3657
3615
|
},
|
|
3658
3616
|
{
|
|
3659
|
-
"kind": "
|
|
3660
|
-
"name": "
|
|
3661
|
-
"
|
|
3662
|
-
"
|
|
3663
|
-
|
|
3664
|
-
|
|
3617
|
+
"kind": "field",
|
|
3618
|
+
"name": "singleOption",
|
|
3619
|
+
"type": {
|
|
3620
|
+
"text": "ActionMenuItem"
|
|
3621
|
+
}
|
|
3622
|
+
},
|
|
3623
|
+
{
|
|
3624
|
+
"kind": "field",
|
|
3625
|
+
"name": "actionsMenu",
|
|
3626
|
+
"type": {
|
|
3627
|
+
"text": "HTMLElement"
|
|
3665
3628
|
}
|
|
3666
3629
|
},
|
|
3667
3630
|
{
|
|
3668
3631
|
"kind": "method",
|
|
3669
|
-
"name": "
|
|
3670
|
-
"privacy": "
|
|
3632
|
+
"name": "definitionChanged",
|
|
3633
|
+
"privacy": "protected",
|
|
3671
3634
|
"parameters": [
|
|
3672
3635
|
{
|
|
3673
|
-
"name": "
|
|
3636
|
+
"name": "oldValue",
|
|
3674
3637
|
"type": {
|
|
3675
|
-
"text": "
|
|
3638
|
+
"text": "any"
|
|
3639
|
+
}
|
|
3640
|
+
},
|
|
3641
|
+
{
|
|
3642
|
+
"name": "newValue",
|
|
3643
|
+
"type": {
|
|
3644
|
+
"text": "any"
|
|
3676
3645
|
}
|
|
3677
3646
|
}
|
|
3678
3647
|
]
|
|
3679
3648
|
},
|
|
3680
3649
|
{
|
|
3681
3650
|
"kind": "method",
|
|
3682
|
-
"name": "
|
|
3651
|
+
"name": "openChanged",
|
|
3652
|
+
"privacy": "protected"
|
|
3683
3653
|
},
|
|
3684
3654
|
{
|
|
3685
3655
|
"kind": "method",
|
|
3686
|
-
"name": "
|
|
3687
|
-
"return": {
|
|
3688
|
-
"type": {
|
|
3689
|
-
"text": "Promise<void>"
|
|
3690
|
-
}
|
|
3691
|
-
}
|
|
3656
|
+
"name": "toggleActionsMenuVisibility"
|
|
3692
3657
|
},
|
|
3693
3658
|
{
|
|
3694
3659
|
"kind": "method",
|
|
3695
|
-
"name": "
|
|
3696
|
-
"privacy": "private",
|
|
3697
|
-
"return": {
|
|
3698
|
-
"type": {
|
|
3699
|
-
"text": "AIIndicatorState"
|
|
3700
|
-
}
|
|
3701
|
-
},
|
|
3660
|
+
"name": "onActionMenuItemClick",
|
|
3702
3661
|
"parameters": [
|
|
3703
3662
|
{
|
|
3704
|
-
"name": "
|
|
3663
|
+
"name": "callback",
|
|
3705
3664
|
"type": {
|
|
3706
|
-
"text": "
|
|
3665
|
+
"text": "(rowData) => void | any"
|
|
3707
3666
|
}
|
|
3708
3667
|
}
|
|
3709
3668
|
]
|
|
3710
3669
|
},
|
|
3711
3670
|
{
|
|
3712
|
-
"kind": "
|
|
3713
|
-
"name": "
|
|
3714
|
-
"
|
|
3715
|
-
|
|
3716
|
-
|
|
3717
|
-
|
|
3718
|
-
}
|
|
3719
|
-
}
|
|
3671
|
+
"kind": "field",
|
|
3672
|
+
"name": "allActions",
|
|
3673
|
+
"type": {
|
|
3674
|
+
"text": "ActionMenuItem[]"
|
|
3675
|
+
},
|
|
3676
|
+
"readonly": true
|
|
3720
3677
|
},
|
|
3721
3678
|
{
|
|
3722
|
-
"kind": "
|
|
3723
|
-
"name": "
|
|
3724
|
-
"
|
|
3725
|
-
"return": {
|
|
3726
|
-
"type": {
|
|
3727
|
-
"text": "void"
|
|
3728
|
-
}
|
|
3729
|
-
}
|
|
3679
|
+
"kind": "field",
|
|
3680
|
+
"name": "rowData",
|
|
3681
|
+
"readonly": true
|
|
3730
3682
|
},
|
|
3731
3683
|
{
|
|
3732
3684
|
"kind": "method",
|
|
3733
|
-
"name": "
|
|
3734
|
-
"
|
|
3735
|
-
|
|
3736
|
-
|
|
3737
|
-
"
|
|
3685
|
+
"name": "getLabel",
|
|
3686
|
+
"parameters": [
|
|
3687
|
+
{
|
|
3688
|
+
"name": "name",
|
|
3689
|
+
"type": {
|
|
3690
|
+
"text": "string | ((rowData: any) => string)"
|
|
3691
|
+
}
|
|
3738
3692
|
}
|
|
3739
|
-
|
|
3693
|
+
]
|
|
3740
3694
|
},
|
|
3741
3695
|
{
|
|
3742
3696
|
"kind": "method",
|
|
3743
|
-
"name": "
|
|
3744
|
-
"
|
|
3745
|
-
|
|
3746
|
-
"
|
|
3697
|
+
"name": "getTemplate",
|
|
3698
|
+
"parameters": [
|
|
3699
|
+
{
|
|
3700
|
+
"name": "prefix",
|
|
3701
|
+
"type": {
|
|
3702
|
+
"text": "string"
|
|
3703
|
+
}
|
|
3747
3704
|
}
|
|
3748
|
-
|
|
3705
|
+
]
|
|
3749
3706
|
},
|
|
3750
3707
|
{
|
|
3751
3708
|
"kind": "field",
|
|
@@ -3859,88 +3816,131 @@
|
|
|
3859
3816
|
}
|
|
3860
3817
|
}
|
|
3861
3818
|
],
|
|
3819
|
+
"attributes": [
|
|
3820
|
+
{
|
|
3821
|
+
"name": "is-vertical",
|
|
3822
|
+
"type": {
|
|
3823
|
+
"text": "boolean"
|
|
3824
|
+
},
|
|
3825
|
+
"default": "false",
|
|
3826
|
+
"fieldName": "isVertical"
|
|
3827
|
+
},
|
|
3828
|
+
{
|
|
3829
|
+
"name": "add-default-actions",
|
|
3830
|
+
"type": {
|
|
3831
|
+
"text": "boolean"
|
|
3832
|
+
},
|
|
3833
|
+
"default": "true",
|
|
3834
|
+
"fieldName": "addDefaultActions"
|
|
3835
|
+
},
|
|
3836
|
+
{
|
|
3837
|
+
"name": "auto-close-on-action",
|
|
3838
|
+
"type": {
|
|
3839
|
+
"text": "boolean"
|
|
3840
|
+
},
|
|
3841
|
+
"default": "true",
|
|
3842
|
+
"fieldName": "autoCloseOnAction"
|
|
3843
|
+
},
|
|
3844
|
+
{
|
|
3845
|
+
"name": "name",
|
|
3846
|
+
"type": {
|
|
3847
|
+
"text": "string"
|
|
3848
|
+
},
|
|
3849
|
+
"default": "'Actions'",
|
|
3850
|
+
"fieldName": "name"
|
|
3851
|
+
},
|
|
3852
|
+
{
|
|
3853
|
+
"name": "open",
|
|
3854
|
+
"type": {
|
|
3855
|
+
"text": "boolean"
|
|
3856
|
+
},
|
|
3857
|
+
"default": "false",
|
|
3858
|
+
"fieldName": "open"
|
|
3859
|
+
},
|
|
3860
|
+
{
|
|
3861
|
+
"name": "buttonAppearance",
|
|
3862
|
+
"type": {
|
|
3863
|
+
"text": "string"
|
|
3864
|
+
},
|
|
3865
|
+
"fieldName": "buttonAppearance"
|
|
3866
|
+
},
|
|
3867
|
+
{
|
|
3868
|
+
"name": "hide-disabled",
|
|
3869
|
+
"type": {
|
|
3870
|
+
"text": "boolean"
|
|
3871
|
+
},
|
|
3872
|
+
"default": "false",
|
|
3873
|
+
"fieldName": "hideDisabled"
|
|
3874
|
+
},
|
|
3875
|
+
{
|
|
3876
|
+
"name": "hide-menu-single-option",
|
|
3877
|
+
"type": {
|
|
3878
|
+
"text": "boolean"
|
|
3879
|
+
},
|
|
3880
|
+
"default": "false",
|
|
3881
|
+
"fieldName": "hideMenuSingleOption"
|
|
3882
|
+
}
|
|
3883
|
+
],
|
|
3862
3884
|
"superclass": {
|
|
3863
3885
|
"name": "FoundationElement",
|
|
3864
3886
|
"package": "@microsoft/fast-foundation"
|
|
3865
3887
|
},
|
|
3866
|
-
"tagName": "%%prefix%%-
|
|
3888
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
3867
3889
|
"customElement": true
|
|
3868
3890
|
},
|
|
3869
3891
|
{
|
|
3870
3892
|
"kind": "variable",
|
|
3871
|
-
"name": "
|
|
3893
|
+
"name": "foundationActionsMenu",
|
|
3894
|
+
"description": "The Foundation Actions Menu",
|
|
3895
|
+
"privacy": "public"
|
|
3872
3896
|
}
|
|
3873
3897
|
],
|
|
3874
3898
|
"exports": [
|
|
3875
3899
|
{
|
|
3876
3900
|
"kind": "js",
|
|
3877
|
-
"name": "
|
|
3901
|
+
"name": "ActionsMenu",
|
|
3878
3902
|
"declaration": {
|
|
3879
|
-
"name": "
|
|
3880
|
-
"module": "src/
|
|
3903
|
+
"name": "ActionsMenu",
|
|
3904
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
3881
3905
|
}
|
|
3882
3906
|
},
|
|
3883
3907
|
{
|
|
3884
3908
|
"kind": "js",
|
|
3885
|
-
"name": "
|
|
3909
|
+
"name": "foundationActionsMenu",
|
|
3886
3910
|
"declaration": {
|
|
3887
|
-
"name": "
|
|
3888
|
-
"module": "src/
|
|
3911
|
+
"name": "foundationActionsMenu",
|
|
3912
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
3889
3913
|
}
|
|
3890
3914
|
}
|
|
3891
3915
|
]
|
|
3892
3916
|
},
|
|
3893
3917
|
{
|
|
3894
3918
|
"kind": "javascript-module",
|
|
3895
|
-
"path": "src/
|
|
3919
|
+
"path": "src/actions-menu/index.ts",
|
|
3896
3920
|
"declarations": [],
|
|
3897
3921
|
"exports": [
|
|
3898
3922
|
{
|
|
3899
3923
|
"kind": "js",
|
|
3900
|
-
"name": "
|
|
3901
|
-
"declaration": {
|
|
3902
|
-
"name": "AiIndicator",
|
|
3903
|
-
"module": "./ai-indicator"
|
|
3904
|
-
}
|
|
3905
|
-
},
|
|
3906
|
-
{
|
|
3907
|
-
"kind": "js",
|
|
3908
|
-
"name": "foundationAiIndicator",
|
|
3909
|
-
"declaration": {
|
|
3910
|
-
"name": "foundationAiIndicator",
|
|
3911
|
-
"module": "./ai-indicator"
|
|
3912
|
-
}
|
|
3913
|
-
},
|
|
3914
|
-
{
|
|
3915
|
-
"kind": "js",
|
|
3916
|
-
"name": "type",
|
|
3917
|
-
"declaration": {
|
|
3918
|
-
"name": "type",
|
|
3919
|
-
"module": "./ai-indicator"
|
|
3920
|
-
}
|
|
3921
|
-
},
|
|
3922
|
-
{
|
|
3923
|
-
"kind": "js",
|
|
3924
|
-
"name": "AIIndicatorState",
|
|
3924
|
+
"name": "*",
|
|
3925
3925
|
"declaration": {
|
|
3926
|
-
"name": "
|
|
3927
|
-
"
|
|
3926
|
+
"name": "*",
|
|
3927
|
+
"package": "./actions-menu.styles"
|
|
3928
3928
|
}
|
|
3929
3929
|
},
|
|
3930
3930
|
{
|
|
3931
3931
|
"kind": "js",
|
|
3932
|
-
"name": "
|
|
3932
|
+
"name": "*",
|
|
3933
3933
|
"declaration": {
|
|
3934
|
-
"name": "
|
|
3935
|
-
"
|
|
3934
|
+
"name": "*",
|
|
3935
|
+
"package": "./actions-menu.template"
|
|
3936
3936
|
}
|
|
3937
3937
|
},
|
|
3938
3938
|
{
|
|
3939
3939
|
"kind": "js",
|
|
3940
|
-
"name": "
|
|
3940
|
+
"name": "*",
|
|
3941
3941
|
"declaration": {
|
|
3942
|
-
"name": "
|
|
3943
|
-
"
|
|
3942
|
+
"name": "*",
|
|
3943
|
+
"package": "./actions-menu"
|
|
3944
3944
|
}
|
|
3945
3945
|
}
|
|
3946
3946
|
]
|
|
@@ -13545,6 +13545,19 @@
|
|
|
13545
13545
|
"module": "src/utils/base-datasource.ts"
|
|
13546
13546
|
}
|
|
13547
13547
|
},
|
|
13548
|
+
{
|
|
13549
|
+
"kind": "field",
|
|
13550
|
+
"name": "fetchGeneration",
|
|
13551
|
+
"type": {
|
|
13552
|
+
"text": "number"
|
|
13553
|
+
},
|
|
13554
|
+
"privacy": "private",
|
|
13555
|
+
"default": "0",
|
|
13556
|
+
"inheritedFrom": {
|
|
13557
|
+
"name": "<local>_BaseDatasource",
|
|
13558
|
+
"module": "src/utils/base-datasource.ts"
|
|
13559
|
+
}
|
|
13560
|
+
},
|
|
13548
13561
|
{
|
|
13549
13562
|
"kind": "method",
|
|
13550
13563
|
"name": "reset",
|
|
@@ -34955,6 +34968,19 @@
|
|
|
34955
34968
|
"module": "src/utils/base-datasource.ts"
|
|
34956
34969
|
}
|
|
34957
34970
|
},
|
|
34971
|
+
{
|
|
34972
|
+
"kind": "field",
|
|
34973
|
+
"name": "fetchGeneration",
|
|
34974
|
+
"type": {
|
|
34975
|
+
"text": "number"
|
|
34976
|
+
},
|
|
34977
|
+
"privacy": "private",
|
|
34978
|
+
"default": "0",
|
|
34979
|
+
"inheritedFrom": {
|
|
34980
|
+
"name": "<local>_BaseDatasource",
|
|
34981
|
+
"module": "src/utils/base-datasource.ts"
|
|
34982
|
+
}
|
|
34983
|
+
},
|
|
34958
34984
|
{
|
|
34959
34985
|
"kind": "method",
|
|
34960
34986
|
"name": "reset",
|
|
@@ -36053,6 +36079,19 @@
|
|
|
36053
36079
|
"module": "src/utils/base-datasource.ts"
|
|
36054
36080
|
}
|
|
36055
36081
|
},
|
|
36082
|
+
{
|
|
36083
|
+
"kind": "field",
|
|
36084
|
+
"name": "fetchGeneration",
|
|
36085
|
+
"type": {
|
|
36086
|
+
"text": "number"
|
|
36087
|
+
},
|
|
36088
|
+
"privacy": "private",
|
|
36089
|
+
"default": "0",
|
|
36090
|
+
"inheritedFrom": {
|
|
36091
|
+
"name": "<local>_BaseDatasource",
|
|
36092
|
+
"module": "src/utils/base-datasource.ts"
|
|
36093
|
+
}
|
|
36094
|
+
},
|
|
36056
36095
|
{
|
|
36057
36096
|
"kind": "method",
|
|
36058
36097
|
"name": "reset",
|
|
@@ -55609,6 +55648,15 @@
|
|
|
55609
55648
|
"privacy": "public",
|
|
55610
55649
|
"default": "new BehaviorSubject(new Map())"
|
|
55611
55650
|
},
|
|
55651
|
+
{
|
|
55652
|
+
"kind": "field",
|
|
55653
|
+
"name": "fetchGeneration",
|
|
55654
|
+
"type": {
|
|
55655
|
+
"text": "number"
|
|
55656
|
+
},
|
|
55657
|
+
"privacy": "private",
|
|
55658
|
+
"default": "0"
|
|
55659
|
+
},
|
|
55612
55660
|
{
|
|
55613
55661
|
"kind": "method",
|
|
55614
55662
|
"name": "reset"
|