@genesislcap/foundation-ui 14.346.0 → 14.347.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +1190 -746
- package/dist/dts/dialog/dialog.d.ts +23 -0
- package/dist/dts/dialog/dialog.d.ts.map +1 -1
- package/dist/dts/dialog/dialog.styles.d.ts.map +1 -1
- package/dist/dts/dialog/dialog.template.d.ts.map +1 -1
- package/dist/esm/dialog/dialog.js +181 -0
- package/dist/esm/dialog/dialog.styles.js +53 -7
- package/dist/esm/dialog/dialog.template.js +25 -12
- package/dist/esm/modal/modal.js +1 -1
- package/package.json +18 -18
|
@@ -1659,11 +1659,65 @@
|
|
|
1659
1659
|
},
|
|
1660
1660
|
{
|
|
1661
1661
|
"kind": "javascript-module",
|
|
1662
|
-
"path": "src/
|
|
1662
|
+
"path": "src/_config/index.ts",
|
|
1663
|
+
"declarations": [],
|
|
1664
|
+
"exports": [
|
|
1665
|
+
{
|
|
1666
|
+
"kind": "js",
|
|
1667
|
+
"name": "*",
|
|
1668
|
+
"declaration": {
|
|
1669
|
+
"name": "*",
|
|
1670
|
+
"package": "./styles"
|
|
1671
|
+
}
|
|
1672
|
+
},
|
|
1673
|
+
{
|
|
1674
|
+
"kind": "js",
|
|
1675
|
+
"name": "*",
|
|
1676
|
+
"declaration": {
|
|
1677
|
+
"name": "*",
|
|
1678
|
+
"package": "./tokens"
|
|
1679
|
+
}
|
|
1680
|
+
},
|
|
1681
|
+
{
|
|
1682
|
+
"kind": "js",
|
|
1683
|
+
"name": "*",
|
|
1684
|
+
"declaration": {
|
|
1685
|
+
"name": "*",
|
|
1686
|
+
"package": "./values"
|
|
1687
|
+
}
|
|
1688
|
+
}
|
|
1689
|
+
]
|
|
1690
|
+
},
|
|
1691
|
+
{
|
|
1692
|
+
"kind": "javascript-module",
|
|
1693
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1663
1694
|
"declarations": [
|
|
1664
1695
|
{
|
|
1665
1696
|
"kind": "function",
|
|
1666
|
-
"name": "
|
|
1697
|
+
"name": "actionsMenuBaseStyles",
|
|
1698
|
+
"return": {
|
|
1699
|
+
"type": {
|
|
1700
|
+
"text": "ElementStyles"
|
|
1701
|
+
}
|
|
1702
|
+
},
|
|
1703
|
+
"parameters": [
|
|
1704
|
+
{
|
|
1705
|
+
"name": "context",
|
|
1706
|
+
"type": {
|
|
1707
|
+
"text": "ElementDefinitionContext"
|
|
1708
|
+
}
|
|
1709
|
+
},
|
|
1710
|
+
{
|
|
1711
|
+
"name": "definition",
|
|
1712
|
+
"type": {
|
|
1713
|
+
"text": "FoundationElementDefinition"
|
|
1714
|
+
}
|
|
1715
|
+
}
|
|
1716
|
+
]
|
|
1717
|
+
},
|
|
1718
|
+
{
|
|
1719
|
+
"kind": "function",
|
|
1720
|
+
"name": "foundationActionsMenuStyles",
|
|
1667
1721
|
"return": {
|
|
1668
1722
|
"type": {
|
|
1669
1723
|
"text": "ElementStyles"
|
|
@@ -1688,292 +1742,269 @@
|
|
|
1688
1742
|
"exports": [
|
|
1689
1743
|
{
|
|
1690
1744
|
"kind": "js",
|
|
1691
|
-
"name": "
|
|
1745
|
+
"name": "actionsMenuBaseStyles",
|
|
1692
1746
|
"declaration": {
|
|
1693
|
-
"name": "
|
|
1694
|
-
"module": "src/
|
|
1747
|
+
"name": "actionsMenuBaseStyles",
|
|
1748
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1749
|
+
}
|
|
1750
|
+
},
|
|
1751
|
+
{
|
|
1752
|
+
"kind": "js",
|
|
1753
|
+
"name": "foundationActionsMenuStyles",
|
|
1754
|
+
"declaration": {
|
|
1755
|
+
"name": "foundationActionsMenuStyles",
|
|
1756
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1695
1757
|
}
|
|
1696
1758
|
}
|
|
1697
1759
|
]
|
|
1698
1760
|
},
|
|
1699
1761
|
{
|
|
1700
1762
|
"kind": "javascript-module",
|
|
1701
|
-
"path": "src/
|
|
1763
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
1702
1764
|
"declarations": [
|
|
1703
1765
|
{
|
|
1704
1766
|
"kind": "function",
|
|
1705
|
-
"name": "
|
|
1706
|
-
"return": {
|
|
1707
|
-
"type": {
|
|
1708
|
-
"text": "ViewTemplate<Anchor>"
|
|
1709
|
-
}
|
|
1710
|
-
},
|
|
1767
|
+
"name": "menuTemplate",
|
|
1711
1768
|
"parameters": [
|
|
1712
1769
|
{
|
|
1713
|
-
"name": "
|
|
1770
|
+
"name": "prefix",
|
|
1714
1771
|
"type": {
|
|
1715
|
-
"text": "
|
|
1772
|
+
"text": "string"
|
|
1716
1773
|
}
|
|
1717
|
-
}
|
|
1774
|
+
}
|
|
1775
|
+
]
|
|
1776
|
+
},
|
|
1777
|
+
{
|
|
1778
|
+
"kind": "function",
|
|
1779
|
+
"name": "singleOptionTemplate",
|
|
1780
|
+
"parameters": [
|
|
1718
1781
|
{
|
|
1719
|
-
"name": "
|
|
1782
|
+
"name": "prefix",
|
|
1720
1783
|
"type": {
|
|
1721
|
-
"text": "
|
|
1784
|
+
"text": "string"
|
|
1722
1785
|
}
|
|
1723
1786
|
}
|
|
1724
1787
|
]
|
|
1788
|
+
},
|
|
1789
|
+
{
|
|
1790
|
+
"kind": "variable",
|
|
1791
|
+
"name": "foundationActionsMenuTemplate",
|
|
1792
|
+
"type": {
|
|
1793
|
+
"text": "ViewTemplate<ActionsMenu>"
|
|
1794
|
+
},
|
|
1795
|
+
"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`"
|
|
1725
1796
|
}
|
|
1726
1797
|
],
|
|
1727
1798
|
"exports": [
|
|
1728
1799
|
{
|
|
1729
1800
|
"kind": "js",
|
|
1730
|
-
"name": "
|
|
1801
|
+
"name": "menuTemplate",
|
|
1731
1802
|
"declaration": {
|
|
1732
|
-
"name": "
|
|
1733
|
-
"module": "src/
|
|
1803
|
+
"name": "menuTemplate",
|
|
1804
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1805
|
+
}
|
|
1806
|
+
},
|
|
1807
|
+
{
|
|
1808
|
+
"kind": "js",
|
|
1809
|
+
"name": "singleOptionTemplate",
|
|
1810
|
+
"declaration": {
|
|
1811
|
+
"name": "singleOptionTemplate",
|
|
1812
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1813
|
+
}
|
|
1814
|
+
},
|
|
1815
|
+
{
|
|
1816
|
+
"kind": "js",
|
|
1817
|
+
"name": "foundationActionsMenuTemplate",
|
|
1818
|
+
"declaration": {
|
|
1819
|
+
"name": "foundationActionsMenuTemplate",
|
|
1820
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1734
1821
|
}
|
|
1735
1822
|
}
|
|
1736
1823
|
]
|
|
1737
1824
|
},
|
|
1738
1825
|
{
|
|
1739
1826
|
"kind": "javascript-module",
|
|
1740
|
-
"path": "src/
|
|
1827
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
1741
1828
|
"declarations": [
|
|
1742
1829
|
{
|
|
1743
1830
|
"kind": "class",
|
|
1744
1831
|
"description": "",
|
|
1745
|
-
"name": "
|
|
1746
|
-
"
|
|
1747
|
-
"name": "FASTAnchor",
|
|
1748
|
-
"package": "@microsoft/fast-components"
|
|
1749
|
-
},
|
|
1750
|
-
"tagName": "%%prefix%%-anchor",
|
|
1751
|
-
"customElement": true,
|
|
1752
|
-
"attributes": [
|
|
1832
|
+
"name": "ActionsMenu",
|
|
1833
|
+
"members": [
|
|
1753
1834
|
{
|
|
1754
|
-
"
|
|
1835
|
+
"kind": "field",
|
|
1836
|
+
"name": "actions",
|
|
1755
1837
|
"type": {
|
|
1756
|
-
"text": "
|
|
1757
|
-
},
|
|
1758
|
-
"description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1759
|
-
"fieldName": "download",
|
|
1760
|
-
"inheritedFrom": {
|
|
1761
|
-
"name": "Anchor",
|
|
1762
|
-
"module": "src/anchor/anchor.ts"
|
|
1838
|
+
"text": "ActionMenuItem[]"
|
|
1763
1839
|
}
|
|
1764
1840
|
},
|
|
1765
1841
|
{
|
|
1766
|
-
"
|
|
1842
|
+
"kind": "field",
|
|
1843
|
+
"name": "isVertical",
|
|
1767
1844
|
"type": {
|
|
1768
|
-
"text": "
|
|
1845
|
+
"text": "boolean"
|
|
1769
1846
|
},
|
|
1770
|
-
"
|
|
1771
|
-
"fieldName": "href",
|
|
1772
|
-
"inheritedFrom": {
|
|
1773
|
-
"name": "Anchor",
|
|
1774
|
-
"module": "src/anchor/anchor.ts"
|
|
1775
|
-
}
|
|
1847
|
+
"default": "false"
|
|
1776
1848
|
},
|
|
1777
1849
|
{
|
|
1778
|
-
"
|
|
1850
|
+
"kind": "field",
|
|
1851
|
+
"name": "addDefaultActions",
|
|
1779
1852
|
"type": {
|
|
1780
|
-
"text": "
|
|
1853
|
+
"text": "boolean"
|
|
1781
1854
|
},
|
|
1782
|
-
"
|
|
1783
|
-
"fieldName": "hreflang",
|
|
1784
|
-
"inheritedFrom": {
|
|
1785
|
-
"name": "Anchor",
|
|
1786
|
-
"module": "src/anchor/anchor.ts"
|
|
1787
|
-
}
|
|
1855
|
+
"default": "true"
|
|
1788
1856
|
},
|
|
1789
1857
|
{
|
|
1790
|
-
"
|
|
1858
|
+
"kind": "field",
|
|
1859
|
+
"name": "autoCloseOnAction",
|
|
1791
1860
|
"type": {
|
|
1792
|
-
"text": "
|
|
1861
|
+
"text": "boolean"
|
|
1793
1862
|
},
|
|
1794
|
-
"
|
|
1795
|
-
"fieldName": "ping",
|
|
1796
|
-
"inheritedFrom": {
|
|
1797
|
-
"name": "Anchor",
|
|
1798
|
-
"module": "src/anchor/anchor.ts"
|
|
1799
|
-
}
|
|
1863
|
+
"default": "true"
|
|
1800
1864
|
},
|
|
1801
1865
|
{
|
|
1802
|
-
"
|
|
1866
|
+
"kind": "field",
|
|
1867
|
+
"name": "classNames",
|
|
1803
1868
|
"type": {
|
|
1804
1869
|
"text": "string"
|
|
1805
|
-
},
|
|
1806
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1807
|
-
"fieldName": "referrerpolicy",
|
|
1808
|
-
"inheritedFrom": {
|
|
1809
|
-
"name": "Anchor",
|
|
1810
|
-
"module": "src/anchor/anchor.ts"
|
|
1811
1870
|
}
|
|
1812
1871
|
},
|
|
1813
1872
|
{
|
|
1814
|
-
"
|
|
1873
|
+
"kind": "field",
|
|
1874
|
+
"name": "definition",
|
|
1815
1875
|
"type": {
|
|
1816
|
-
"text": "
|
|
1817
|
-
},
|
|
1818
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1819
|
-
"fieldName": "rel",
|
|
1820
|
-
"inheritedFrom": {
|
|
1821
|
-
"name": "Anchor",
|
|
1822
|
-
"module": "src/anchor/anchor.ts"
|
|
1876
|
+
"text": "any"
|
|
1823
1877
|
}
|
|
1824
1878
|
},
|
|
1825
1879
|
{
|
|
1826
|
-
"
|
|
1880
|
+
"kind": "field",
|
|
1881
|
+
"name": "name",
|
|
1827
1882
|
"type": {
|
|
1828
|
-
"text": "
|
|
1883
|
+
"text": "string"
|
|
1829
1884
|
},
|
|
1830
|
-
"
|
|
1831
|
-
"fieldName": "target",
|
|
1832
|
-
"inheritedFrom": {
|
|
1833
|
-
"name": "Anchor",
|
|
1834
|
-
"module": "src/anchor/anchor.ts"
|
|
1835
|
-
}
|
|
1885
|
+
"default": "'Actions'"
|
|
1836
1886
|
},
|
|
1837
1887
|
{
|
|
1838
|
-
"
|
|
1888
|
+
"kind": "field",
|
|
1889
|
+
"name": "open",
|
|
1839
1890
|
"type": {
|
|
1840
|
-
"text": "
|
|
1891
|
+
"text": "boolean"
|
|
1841
1892
|
},
|
|
1842
|
-
"
|
|
1843
|
-
|
|
1844
|
-
"inheritedFrom": {
|
|
1845
|
-
"name": "Anchor",
|
|
1846
|
-
"module": "src/anchor/anchor.ts"
|
|
1847
|
-
}
|
|
1848
|
-
}
|
|
1849
|
-
],
|
|
1850
|
-
"members": [
|
|
1893
|
+
"default": "false"
|
|
1894
|
+
},
|
|
1851
1895
|
{
|
|
1852
1896
|
"kind": "field",
|
|
1853
|
-
"name": "
|
|
1897
|
+
"name": "buttonAppearance",
|
|
1854
1898
|
"type": {
|
|
1855
1899
|
"text": "string"
|
|
1856
|
-
},
|
|
1857
|
-
"privacy": "public",
|
|
1858
|
-
"description": "Prompts the user to save the linked URL. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1859
|
-
"inheritedFrom": {
|
|
1860
|
-
"name": "Anchor",
|
|
1861
|
-
"module": "src/anchor/anchor.ts"
|
|
1862
1900
|
}
|
|
1863
1901
|
},
|
|
1864
1902
|
{
|
|
1865
1903
|
"kind": "field",
|
|
1866
|
-
"name": "
|
|
1904
|
+
"name": "hideDisabled",
|
|
1867
1905
|
"type": {
|
|
1868
|
-
"text": "
|
|
1906
|
+
"text": "boolean"
|
|
1869
1907
|
},
|
|
1870
|
-
"
|
|
1871
|
-
"description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1872
|
-
"inheritedFrom": {
|
|
1873
|
-
"name": "Anchor",
|
|
1874
|
-
"module": "src/anchor/anchor.ts"
|
|
1875
|
-
}
|
|
1908
|
+
"default": "false"
|
|
1876
1909
|
},
|
|
1877
1910
|
{
|
|
1878
1911
|
"kind": "field",
|
|
1879
|
-
"name": "
|
|
1912
|
+
"name": "hideMenuSingleOption",
|
|
1880
1913
|
"type": {
|
|
1881
|
-
"text": "
|
|
1914
|
+
"text": "boolean"
|
|
1882
1915
|
},
|
|
1883
|
-
"
|
|
1884
|
-
"description": "Hints at the language of the referenced resource. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1885
|
-
"inheritedFrom": {
|
|
1886
|
-
"name": "Anchor",
|
|
1887
|
-
"module": "src/anchor/anchor.ts"
|
|
1888
|
-
}
|
|
1916
|
+
"default": "false"
|
|
1889
1917
|
},
|
|
1890
1918
|
{
|
|
1891
1919
|
"kind": "field",
|
|
1892
|
-
"name": "
|
|
1920
|
+
"name": "singleOption",
|
|
1893
1921
|
"type": {
|
|
1894
|
-
"text": "
|
|
1895
|
-
},
|
|
1896
|
-
"privacy": "public",
|
|
1897
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1898
|
-
"inheritedFrom": {
|
|
1899
|
-
"name": "Anchor",
|
|
1900
|
-
"module": "src/anchor/anchor.ts"
|
|
1922
|
+
"text": "ActionMenuItem"
|
|
1901
1923
|
}
|
|
1902
1924
|
},
|
|
1903
1925
|
{
|
|
1904
1926
|
"kind": "field",
|
|
1905
|
-
"name": "
|
|
1927
|
+
"name": "actionsMenu",
|
|
1906
1928
|
"type": {
|
|
1907
|
-
"text": "
|
|
1908
|
-
},
|
|
1909
|
-
"privacy": "public",
|
|
1910
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1911
|
-
"inheritedFrom": {
|
|
1912
|
-
"name": "Anchor",
|
|
1913
|
-
"module": "src/anchor/anchor.ts"
|
|
1929
|
+
"text": "HTMLElement"
|
|
1914
1930
|
}
|
|
1915
1931
|
},
|
|
1916
1932
|
{
|
|
1917
|
-
"kind": "
|
|
1918
|
-
"name": "
|
|
1919
|
-
"
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1933
|
+
"kind": "method",
|
|
1934
|
+
"name": "definitionChanged",
|
|
1935
|
+
"privacy": "protected",
|
|
1936
|
+
"parameters": [
|
|
1937
|
+
{
|
|
1938
|
+
"name": "oldValue",
|
|
1939
|
+
"type": {
|
|
1940
|
+
"text": "any"
|
|
1941
|
+
}
|
|
1942
|
+
},
|
|
1943
|
+
{
|
|
1944
|
+
"name": "newValue",
|
|
1945
|
+
"type": {
|
|
1946
|
+
"text": "any"
|
|
1947
|
+
}
|
|
1948
|
+
}
|
|
1949
|
+
]
|
|
1928
1950
|
},
|
|
1929
1951
|
{
|
|
1930
|
-
"kind": "
|
|
1931
|
-
"name": "
|
|
1932
|
-
"
|
|
1933
|
-
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
1934
|
-
},
|
|
1935
|
-
"privacy": "public",
|
|
1936
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1937
|
-
"inheritedFrom": {
|
|
1938
|
-
"name": "Anchor",
|
|
1939
|
-
"module": "src/anchor/anchor.ts"
|
|
1940
|
-
}
|
|
1952
|
+
"kind": "method",
|
|
1953
|
+
"name": "openChanged",
|
|
1954
|
+
"privacy": "protected"
|
|
1941
1955
|
},
|
|
1942
1956
|
{
|
|
1943
|
-
"kind": "
|
|
1944
|
-
"name": "
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
"
|
|
1949
|
-
"
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1957
|
+
"kind": "method",
|
|
1958
|
+
"name": "toggleActionsMenuVisibility"
|
|
1959
|
+
},
|
|
1960
|
+
{
|
|
1961
|
+
"kind": "method",
|
|
1962
|
+
"name": "onActionMenuItemClick",
|
|
1963
|
+
"parameters": [
|
|
1964
|
+
{
|
|
1965
|
+
"name": "callback",
|
|
1966
|
+
"type": {
|
|
1967
|
+
"text": "(rowData) => void | any"
|
|
1968
|
+
}
|
|
1969
|
+
}
|
|
1970
|
+
]
|
|
1954
1971
|
},
|
|
1955
1972
|
{
|
|
1956
1973
|
"kind": "field",
|
|
1957
|
-
"name": "
|
|
1974
|
+
"name": "allActions",
|
|
1958
1975
|
"type": {
|
|
1959
|
-
"text": "
|
|
1976
|
+
"text": "ActionMenuItem[]"
|
|
1960
1977
|
},
|
|
1961
|
-
"
|
|
1962
|
-
"description": "References the root element",
|
|
1963
|
-
"inheritedFrom": {
|
|
1964
|
-
"name": "Anchor",
|
|
1965
|
-
"module": "src/anchor/anchor.ts"
|
|
1966
|
-
}
|
|
1978
|
+
"readonly": true
|
|
1967
1979
|
},
|
|
1968
1980
|
{
|
|
1969
1981
|
"kind": "field",
|
|
1970
|
-
"name": "
|
|
1971
|
-
"
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1982
|
+
"name": "rowData",
|
|
1983
|
+
"readonly": true
|
|
1984
|
+
},
|
|
1985
|
+
{
|
|
1986
|
+
"kind": "method",
|
|
1987
|
+
"name": "getLabel",
|
|
1988
|
+
"parameters": [
|
|
1989
|
+
{
|
|
1990
|
+
"name": "name",
|
|
1991
|
+
"type": {
|
|
1992
|
+
"text": "string | ((rowData: any) => string)"
|
|
1993
|
+
}
|
|
1994
|
+
}
|
|
1995
|
+
]
|
|
1996
|
+
},
|
|
1997
|
+
{
|
|
1998
|
+
"kind": "method",
|
|
1999
|
+
"name": "getTemplate",
|
|
2000
|
+
"parameters": [
|
|
2001
|
+
{
|
|
2002
|
+
"name": "prefix",
|
|
2003
|
+
"type": {
|
|
2004
|
+
"text": "string"
|
|
2005
|
+
}
|
|
2006
|
+
}
|
|
2007
|
+
]
|
|
1977
2008
|
},
|
|
1978
2009
|
{
|
|
1979
2010
|
"kind": "field",
|
|
@@ -2086,77 +2117,116 @@
|
|
|
2086
2117
|
"module": "src/foundation-element/foundation-element.ts"
|
|
2087
2118
|
}
|
|
2088
2119
|
}
|
|
2089
|
-
]
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
|
|
2120
|
+
],
|
|
2121
|
+
"attributes": [
|
|
2122
|
+
{
|
|
2123
|
+
"name": "is-vertical",
|
|
2124
|
+
"type": {
|
|
2125
|
+
"text": "boolean"
|
|
2126
|
+
},
|
|
2127
|
+
"default": "false",
|
|
2128
|
+
"fieldName": "isVertical"
|
|
2129
|
+
},
|
|
2130
|
+
{
|
|
2131
|
+
"name": "add-default-actions",
|
|
2132
|
+
"type": {
|
|
2133
|
+
"text": "boolean"
|
|
2134
|
+
},
|
|
2135
|
+
"default": "true",
|
|
2136
|
+
"fieldName": "addDefaultActions"
|
|
2137
|
+
},
|
|
2138
|
+
{
|
|
2139
|
+
"name": "auto-close-on-action",
|
|
2140
|
+
"type": {
|
|
2141
|
+
"text": "boolean"
|
|
2142
|
+
},
|
|
2143
|
+
"default": "true",
|
|
2144
|
+
"fieldName": "autoCloseOnAction"
|
|
2145
|
+
},
|
|
2146
|
+
{
|
|
2147
|
+
"name": "name",
|
|
2148
|
+
"type": {
|
|
2149
|
+
"text": "string"
|
|
2150
|
+
},
|
|
2151
|
+
"default": "'Actions'",
|
|
2152
|
+
"fieldName": "name"
|
|
2153
|
+
},
|
|
2154
|
+
{
|
|
2155
|
+
"name": "open",
|
|
2156
|
+
"type": {
|
|
2157
|
+
"text": "boolean"
|
|
2158
|
+
},
|
|
2159
|
+
"default": "false",
|
|
2160
|
+
"fieldName": "open"
|
|
2161
|
+
},
|
|
2162
|
+
{
|
|
2163
|
+
"name": "buttonAppearance",
|
|
2164
|
+
"type": {
|
|
2165
|
+
"text": "string"
|
|
2166
|
+
},
|
|
2167
|
+
"fieldName": "buttonAppearance"
|
|
2168
|
+
},
|
|
2169
|
+
{
|
|
2170
|
+
"name": "hide-disabled",
|
|
2171
|
+
"type": {
|
|
2172
|
+
"text": "boolean"
|
|
2173
|
+
},
|
|
2174
|
+
"default": "false",
|
|
2175
|
+
"fieldName": "hideDisabled"
|
|
2176
|
+
},
|
|
2177
|
+
{
|
|
2178
|
+
"name": "hide-menu-single-option",
|
|
2179
|
+
"type": {
|
|
2180
|
+
"text": "boolean"
|
|
2181
|
+
},
|
|
2182
|
+
"default": "false",
|
|
2183
|
+
"fieldName": "hideMenuSingleOption"
|
|
2184
|
+
}
|
|
2185
|
+
],
|
|
2186
|
+
"superclass": {
|
|
2187
|
+
"name": "FoundationElement",
|
|
2188
|
+
"package": "@microsoft/fast-foundation"
|
|
2104
2189
|
},
|
|
2105
|
-
"
|
|
2190
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
2191
|
+
"customElement": true
|
|
2106
2192
|
},
|
|
2107
2193
|
{
|
|
2108
2194
|
"kind": "variable",
|
|
2109
|
-
"name": "
|
|
2110
|
-
"description": "The Foundation
|
|
2195
|
+
"name": "foundationActionsMenu",
|
|
2196
|
+
"description": "The Foundation Actions Menu",
|
|
2111
2197
|
"privacy": "public"
|
|
2112
2198
|
}
|
|
2113
2199
|
],
|
|
2114
2200
|
"exports": [
|
|
2115
2201
|
{
|
|
2116
2202
|
"kind": "js",
|
|
2117
|
-
"name": "
|
|
2203
|
+
"name": "ActionsMenu",
|
|
2118
2204
|
"declaration": {
|
|
2119
|
-
"name": "
|
|
2120
|
-
"module": "src/
|
|
2205
|
+
"name": "ActionsMenu",
|
|
2206
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2121
2207
|
}
|
|
2122
2208
|
},
|
|
2123
2209
|
{
|
|
2124
2210
|
"kind": "js",
|
|
2125
|
-
"name": "
|
|
2211
|
+
"name": "foundationActionsMenu",
|
|
2126
2212
|
"declaration": {
|
|
2127
|
-
"name": "
|
|
2128
|
-
"module": "src/
|
|
2213
|
+
"name": "foundationActionsMenu",
|
|
2214
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2129
2215
|
}
|
|
2130
|
-
}
|
|
2216
|
+
}
|
|
2217
|
+
]
|
|
2218
|
+
},
|
|
2219
|
+
{
|
|
2220
|
+
"kind": "javascript-module",
|
|
2221
|
+
"path": "src/actions-menu/index.ts",
|
|
2222
|
+
"declarations": [],
|
|
2223
|
+
"exports": [
|
|
2131
2224
|
{
|
|
2132
2225
|
"kind": "js",
|
|
2133
|
-
"name": "
|
|
2134
|
-
"declaration": {
|
|
2135
|
-
"name": "defaultAnchorConfig",
|
|
2136
|
-
"module": "src/anchor/anchor.ts"
|
|
2137
|
-
}
|
|
2138
|
-
},
|
|
2139
|
-
{
|
|
2140
|
-
"kind": "js",
|
|
2141
|
-
"name": "foundationAnchor",
|
|
2142
|
-
"declaration": {
|
|
2143
|
-
"name": "foundationAnchor",
|
|
2144
|
-
"module": "src/anchor/anchor.ts"
|
|
2145
|
-
}
|
|
2146
|
-
}
|
|
2147
|
-
]
|
|
2148
|
-
},
|
|
2149
|
-
{
|
|
2150
|
-
"kind": "javascript-module",
|
|
2151
|
-
"path": "src/anchor/index.ts",
|
|
2152
|
-
"declarations": [],
|
|
2153
|
-
"exports": [
|
|
2154
|
-
{
|
|
2155
|
-
"kind": "js",
|
|
2156
|
-
"name": "*",
|
|
2226
|
+
"name": "*",
|
|
2157
2227
|
"declaration": {
|
|
2158
2228
|
"name": "*",
|
|
2159
|
-
"package": "./
|
|
2229
|
+
"package": "./actions-menu.styles"
|
|
2160
2230
|
}
|
|
2161
2231
|
},
|
|
2162
2232
|
{
|
|
@@ -2164,7 +2234,7 @@
|
|
|
2164
2234
|
"name": "*",
|
|
2165
2235
|
"declaration": {
|
|
2166
2236
|
"name": "*",
|
|
2167
|
-
"package": "./
|
|
2237
|
+
"package": "./actions-menu.template"
|
|
2168
2238
|
}
|
|
2169
2239
|
},
|
|
2170
2240
|
{
|
|
@@ -2172,41 +2242,18 @@
|
|
|
2172
2242
|
"name": "*",
|
|
2173
2243
|
"declaration": {
|
|
2174
2244
|
"name": "*",
|
|
2175
|
-
"package": "./
|
|
2245
|
+
"package": "./actions-menu"
|
|
2176
2246
|
}
|
|
2177
2247
|
}
|
|
2178
2248
|
]
|
|
2179
2249
|
},
|
|
2180
2250
|
{
|
|
2181
2251
|
"kind": "javascript-module",
|
|
2182
|
-
"path": "src/
|
|
2252
|
+
"path": "src/anchor/anchor.styles.ts",
|
|
2183
2253
|
"declarations": [
|
|
2184
2254
|
{
|
|
2185
2255
|
"kind": "function",
|
|
2186
|
-
"name": "
|
|
2187
|
-
"return": {
|
|
2188
|
-
"type": {
|
|
2189
|
-
"text": "ElementStyles"
|
|
2190
|
-
}
|
|
2191
|
-
},
|
|
2192
|
-
"parameters": [
|
|
2193
|
-
{
|
|
2194
|
-
"name": "context",
|
|
2195
|
-
"type": {
|
|
2196
|
-
"text": "ElementDefinitionContext"
|
|
2197
|
-
}
|
|
2198
|
-
},
|
|
2199
|
-
{
|
|
2200
|
-
"name": "definition",
|
|
2201
|
-
"type": {
|
|
2202
|
-
"text": "FoundationElementDefinition"
|
|
2203
|
-
}
|
|
2204
|
-
}
|
|
2205
|
-
]
|
|
2206
|
-
},
|
|
2207
|
-
{
|
|
2208
|
-
"kind": "function",
|
|
2209
|
-
"name": "foundationActionsMenuStyles",
|
|
2256
|
+
"name": "foundationAnchorStyles",
|
|
2210
2257
|
"return": {
|
|
2211
2258
|
"type": {
|
|
2212
2259
|
"text": "ElementStyles"
|
|
@@ -2231,269 +2278,292 @@
|
|
|
2231
2278
|
"exports": [
|
|
2232
2279
|
{
|
|
2233
2280
|
"kind": "js",
|
|
2234
|
-
"name": "
|
|
2235
|
-
"declaration": {
|
|
2236
|
-
"name": "actionsMenuBaseStyles",
|
|
2237
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
2238
|
-
}
|
|
2239
|
-
},
|
|
2240
|
-
{
|
|
2241
|
-
"kind": "js",
|
|
2242
|
-
"name": "foundationActionsMenuStyles",
|
|
2281
|
+
"name": "foundationAnchorStyles",
|
|
2243
2282
|
"declaration": {
|
|
2244
|
-
"name": "
|
|
2245
|
-
"module": "src/
|
|
2283
|
+
"name": "foundationAnchorStyles",
|
|
2284
|
+
"module": "src/anchor/anchor.styles.ts"
|
|
2246
2285
|
}
|
|
2247
2286
|
}
|
|
2248
2287
|
]
|
|
2249
2288
|
},
|
|
2250
2289
|
{
|
|
2251
2290
|
"kind": "javascript-module",
|
|
2252
|
-
"path": "src/
|
|
2291
|
+
"path": "src/anchor/anchor.template.ts",
|
|
2253
2292
|
"declarations": [
|
|
2254
2293
|
{
|
|
2255
2294
|
"kind": "function",
|
|
2256
|
-
"name": "
|
|
2295
|
+
"name": "foundationAnchorTemplate",
|
|
2296
|
+
"return": {
|
|
2297
|
+
"type": {
|
|
2298
|
+
"text": "ViewTemplate<Anchor>"
|
|
2299
|
+
}
|
|
2300
|
+
},
|
|
2257
2301
|
"parameters": [
|
|
2258
2302
|
{
|
|
2259
|
-
"name": "
|
|
2303
|
+
"name": "context",
|
|
2260
2304
|
"type": {
|
|
2261
|
-
"text": "
|
|
2305
|
+
"text": "ElementDefinitionContext"
|
|
2262
2306
|
}
|
|
2263
|
-
}
|
|
2264
|
-
]
|
|
2265
|
-
},
|
|
2266
|
-
{
|
|
2267
|
-
"kind": "function",
|
|
2268
|
-
"name": "singleOptionTemplate",
|
|
2269
|
-
"parameters": [
|
|
2307
|
+
},
|
|
2270
2308
|
{
|
|
2271
|
-
"name": "
|
|
2309
|
+
"name": "definition",
|
|
2272
2310
|
"type": {
|
|
2273
|
-
"text": "
|
|
2311
|
+
"text": "FoundationElementDefinition"
|
|
2274
2312
|
}
|
|
2275
2313
|
}
|
|
2276
2314
|
]
|
|
2277
|
-
},
|
|
2278
|
-
{
|
|
2279
|
-
"kind": "variable",
|
|
2280
|
-
"name": "foundationActionsMenuTemplate",
|
|
2281
|
-
"type": {
|
|
2282
|
-
"text": "ViewTemplate<ActionsMenu>"
|
|
2283
|
-
},
|
|
2284
|
-
"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`"
|
|
2285
2315
|
}
|
|
2286
2316
|
],
|
|
2287
2317
|
"exports": [
|
|
2288
2318
|
{
|
|
2289
2319
|
"kind": "js",
|
|
2290
|
-
"name": "
|
|
2291
|
-
"declaration": {
|
|
2292
|
-
"name": "menuTemplate",
|
|
2293
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2294
|
-
}
|
|
2295
|
-
},
|
|
2296
|
-
{
|
|
2297
|
-
"kind": "js",
|
|
2298
|
-
"name": "singleOptionTemplate",
|
|
2299
|
-
"declaration": {
|
|
2300
|
-
"name": "singleOptionTemplate",
|
|
2301
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2302
|
-
}
|
|
2303
|
-
},
|
|
2304
|
-
{
|
|
2305
|
-
"kind": "js",
|
|
2306
|
-
"name": "foundationActionsMenuTemplate",
|
|
2320
|
+
"name": "foundationAnchorTemplate",
|
|
2307
2321
|
"declaration": {
|
|
2308
|
-
"name": "
|
|
2309
|
-
"module": "src/
|
|
2322
|
+
"name": "foundationAnchorTemplate",
|
|
2323
|
+
"module": "src/anchor/anchor.template.ts"
|
|
2310
2324
|
}
|
|
2311
2325
|
}
|
|
2312
2326
|
]
|
|
2313
2327
|
},
|
|
2314
2328
|
{
|
|
2315
2329
|
"kind": "javascript-module",
|
|
2316
|
-
"path": "src/
|
|
2330
|
+
"path": "src/anchor/anchor.ts",
|
|
2317
2331
|
"declarations": [
|
|
2318
2332
|
{
|
|
2319
2333
|
"kind": "class",
|
|
2320
2334
|
"description": "",
|
|
2321
|
-
"name": "
|
|
2322
|
-
"
|
|
2335
|
+
"name": "Anchor",
|
|
2336
|
+
"superclass": {
|
|
2337
|
+
"name": "FASTAnchor",
|
|
2338
|
+
"package": "@microsoft/fast-components"
|
|
2339
|
+
},
|
|
2340
|
+
"tagName": "%%prefix%%-anchor",
|
|
2341
|
+
"customElement": true,
|
|
2342
|
+
"attributes": [
|
|
2323
2343
|
{
|
|
2324
|
-
"
|
|
2325
|
-
"name": "actions",
|
|
2344
|
+
"name": "download",
|
|
2326
2345
|
"type": {
|
|
2327
|
-
"text": "
|
|
2346
|
+
"text": "string"
|
|
2347
|
+
},
|
|
2348
|
+
"description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2349
|
+
"fieldName": "download",
|
|
2350
|
+
"inheritedFrom": {
|
|
2351
|
+
"name": "Anchor",
|
|
2352
|
+
"module": "src/anchor/anchor.ts"
|
|
2328
2353
|
}
|
|
2329
2354
|
},
|
|
2330
2355
|
{
|
|
2331
|
-
"
|
|
2332
|
-
"name": "isVertical",
|
|
2356
|
+
"name": "href",
|
|
2333
2357
|
"type": {
|
|
2334
|
-
"text": "
|
|
2358
|
+
"text": "string"
|
|
2335
2359
|
},
|
|
2336
|
-
"
|
|
2360
|
+
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2361
|
+
"fieldName": "href",
|
|
2362
|
+
"inheritedFrom": {
|
|
2363
|
+
"name": "Anchor",
|
|
2364
|
+
"module": "src/anchor/anchor.ts"
|
|
2365
|
+
}
|
|
2337
2366
|
},
|
|
2338
2367
|
{
|
|
2339
|
-
"
|
|
2340
|
-
"name": "addDefaultActions",
|
|
2368
|
+
"name": "hreflang",
|
|
2341
2369
|
"type": {
|
|
2342
|
-
"text": "
|
|
2370
|
+
"text": "string"
|
|
2343
2371
|
},
|
|
2344
|
-
"
|
|
2372
|
+
"description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2373
|
+
"fieldName": "hreflang",
|
|
2374
|
+
"inheritedFrom": {
|
|
2375
|
+
"name": "Anchor",
|
|
2376
|
+
"module": "src/anchor/anchor.ts"
|
|
2377
|
+
}
|
|
2345
2378
|
},
|
|
2346
2379
|
{
|
|
2347
|
-
"
|
|
2348
|
-
"name": "autoCloseOnAction",
|
|
2380
|
+
"name": "ping",
|
|
2349
2381
|
"type": {
|
|
2350
|
-
"text": "
|
|
2382
|
+
"text": "string"
|
|
2351
2383
|
},
|
|
2352
|
-
"
|
|
2384
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2385
|
+
"fieldName": "ping",
|
|
2386
|
+
"inheritedFrom": {
|
|
2387
|
+
"name": "Anchor",
|
|
2388
|
+
"module": "src/anchor/anchor.ts"
|
|
2389
|
+
}
|
|
2353
2390
|
},
|
|
2354
2391
|
{
|
|
2355
|
-
"
|
|
2356
|
-
"name": "classNames",
|
|
2392
|
+
"name": "referrerpolicy",
|
|
2357
2393
|
"type": {
|
|
2358
2394
|
"text": "string"
|
|
2395
|
+
},
|
|
2396
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2397
|
+
"fieldName": "referrerpolicy",
|
|
2398
|
+
"inheritedFrom": {
|
|
2399
|
+
"name": "Anchor",
|
|
2400
|
+
"module": "src/anchor/anchor.ts"
|
|
2359
2401
|
}
|
|
2360
2402
|
},
|
|
2361
2403
|
{
|
|
2362
|
-
"
|
|
2363
|
-
"name": "definition",
|
|
2404
|
+
"name": "rel",
|
|
2364
2405
|
"type": {
|
|
2365
|
-
"text": "
|
|
2406
|
+
"text": "string"
|
|
2407
|
+
},
|
|
2408
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2409
|
+
"fieldName": "rel",
|
|
2410
|
+
"inheritedFrom": {
|
|
2411
|
+
"name": "Anchor",
|
|
2412
|
+
"module": "src/anchor/anchor.ts"
|
|
2366
2413
|
}
|
|
2367
2414
|
},
|
|
2368
2415
|
{
|
|
2369
|
-
"
|
|
2370
|
-
"name": "name",
|
|
2416
|
+
"name": "target",
|
|
2371
2417
|
"type": {
|
|
2372
|
-
"text": "
|
|
2418
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
2373
2419
|
},
|
|
2374
|
-
"
|
|
2420
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2421
|
+
"fieldName": "target",
|
|
2422
|
+
"inheritedFrom": {
|
|
2423
|
+
"name": "Anchor",
|
|
2424
|
+
"module": "src/anchor/anchor.ts"
|
|
2425
|
+
}
|
|
2375
2426
|
},
|
|
2376
2427
|
{
|
|
2377
|
-
"
|
|
2378
|
-
"name": "open",
|
|
2428
|
+
"name": "type",
|
|
2379
2429
|
"type": {
|
|
2380
|
-
"text": "
|
|
2430
|
+
"text": "string"
|
|
2381
2431
|
},
|
|
2382
|
-
"
|
|
2383
|
-
|
|
2432
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2433
|
+
"fieldName": "type",
|
|
2434
|
+
"inheritedFrom": {
|
|
2435
|
+
"name": "Anchor",
|
|
2436
|
+
"module": "src/anchor/anchor.ts"
|
|
2437
|
+
}
|
|
2438
|
+
}
|
|
2439
|
+
],
|
|
2440
|
+
"members": [
|
|
2384
2441
|
{
|
|
2385
2442
|
"kind": "field",
|
|
2386
|
-
"name": "
|
|
2443
|
+
"name": "download",
|
|
2387
2444
|
"type": {
|
|
2388
2445
|
"text": "string"
|
|
2446
|
+
},
|
|
2447
|
+
"privacy": "public",
|
|
2448
|
+
"description": "Prompts the user to save the linked URL. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2449
|
+
"inheritedFrom": {
|
|
2450
|
+
"name": "Anchor",
|
|
2451
|
+
"module": "src/anchor/anchor.ts"
|
|
2389
2452
|
}
|
|
2390
2453
|
},
|
|
2391
2454
|
{
|
|
2392
2455
|
"kind": "field",
|
|
2393
|
-
"name": "
|
|
2456
|
+
"name": "href",
|
|
2394
2457
|
"type": {
|
|
2395
|
-
"text": "
|
|
2458
|
+
"text": "string"
|
|
2396
2459
|
},
|
|
2397
|
-
"
|
|
2460
|
+
"privacy": "public",
|
|
2461
|
+
"description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2462
|
+
"inheritedFrom": {
|
|
2463
|
+
"name": "Anchor",
|
|
2464
|
+
"module": "src/anchor/anchor.ts"
|
|
2465
|
+
}
|
|
2398
2466
|
},
|
|
2399
2467
|
{
|
|
2400
2468
|
"kind": "field",
|
|
2401
|
-
"name": "
|
|
2469
|
+
"name": "hreflang",
|
|
2402
2470
|
"type": {
|
|
2403
|
-
"text": "
|
|
2471
|
+
"text": "string"
|
|
2404
2472
|
},
|
|
2405
|
-
"
|
|
2473
|
+
"privacy": "public",
|
|
2474
|
+
"description": "Hints at the language of the referenced resource. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2475
|
+
"inheritedFrom": {
|
|
2476
|
+
"name": "Anchor",
|
|
2477
|
+
"module": "src/anchor/anchor.ts"
|
|
2478
|
+
}
|
|
2406
2479
|
},
|
|
2407
2480
|
{
|
|
2408
2481
|
"kind": "field",
|
|
2409
|
-
"name": "
|
|
2482
|
+
"name": "ping",
|
|
2410
2483
|
"type": {
|
|
2411
|
-
"text": "
|
|
2484
|
+
"text": "string"
|
|
2485
|
+
},
|
|
2486
|
+
"privacy": "public",
|
|
2487
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2488
|
+
"inheritedFrom": {
|
|
2489
|
+
"name": "Anchor",
|
|
2490
|
+
"module": "src/anchor/anchor.ts"
|
|
2412
2491
|
}
|
|
2413
2492
|
},
|
|
2414
2493
|
{
|
|
2415
2494
|
"kind": "field",
|
|
2416
|
-
"name": "
|
|
2495
|
+
"name": "referrerpolicy",
|
|
2417
2496
|
"type": {
|
|
2418
|
-
"text": "
|
|
2497
|
+
"text": "string"
|
|
2498
|
+
},
|
|
2499
|
+
"privacy": "public",
|
|
2500
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2501
|
+
"inheritedFrom": {
|
|
2502
|
+
"name": "Anchor",
|
|
2503
|
+
"module": "src/anchor/anchor.ts"
|
|
2419
2504
|
}
|
|
2420
2505
|
},
|
|
2421
2506
|
{
|
|
2422
|
-
"kind": "
|
|
2423
|
-
"name": "
|
|
2424
|
-
"
|
|
2425
|
-
|
|
2426
|
-
|
|
2427
|
-
|
|
2428
|
-
|
|
2429
|
-
|
|
2430
|
-
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
"name": "newValue",
|
|
2434
|
-
"type": {
|
|
2435
|
-
"text": "any"
|
|
2436
|
-
}
|
|
2437
|
-
}
|
|
2438
|
-
]
|
|
2439
|
-
},
|
|
2440
|
-
{
|
|
2441
|
-
"kind": "method",
|
|
2442
|
-
"name": "openChanged",
|
|
2443
|
-
"privacy": "protected"
|
|
2507
|
+
"kind": "field",
|
|
2508
|
+
"name": "rel",
|
|
2509
|
+
"type": {
|
|
2510
|
+
"text": "string"
|
|
2511
|
+
},
|
|
2512
|
+
"privacy": "public",
|
|
2513
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2514
|
+
"inheritedFrom": {
|
|
2515
|
+
"name": "Anchor",
|
|
2516
|
+
"module": "src/anchor/anchor.ts"
|
|
2517
|
+
}
|
|
2444
2518
|
},
|
|
2445
2519
|
{
|
|
2446
|
-
"kind": "
|
|
2447
|
-
"name": "
|
|
2520
|
+
"kind": "field",
|
|
2521
|
+
"name": "target",
|
|
2522
|
+
"type": {
|
|
2523
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
2524
|
+
},
|
|
2525
|
+
"privacy": "public",
|
|
2526
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2527
|
+
"inheritedFrom": {
|
|
2528
|
+
"name": "Anchor",
|
|
2529
|
+
"module": "src/anchor/anchor.ts"
|
|
2530
|
+
}
|
|
2448
2531
|
},
|
|
2449
2532
|
{
|
|
2450
|
-
"kind": "
|
|
2451
|
-
"name": "
|
|
2452
|
-
"
|
|
2453
|
-
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
-
|
|
2458
|
-
|
|
2459
|
-
|
|
2533
|
+
"kind": "field",
|
|
2534
|
+
"name": "type",
|
|
2535
|
+
"type": {
|
|
2536
|
+
"text": "string"
|
|
2537
|
+
},
|
|
2538
|
+
"privacy": "public",
|
|
2539
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2540
|
+
"inheritedFrom": {
|
|
2541
|
+
"name": "Anchor",
|
|
2542
|
+
"module": "src/anchor/anchor.ts"
|
|
2543
|
+
}
|
|
2460
2544
|
},
|
|
2461
2545
|
{
|
|
2462
2546
|
"kind": "field",
|
|
2463
|
-
"name": "
|
|
2547
|
+
"name": "control",
|
|
2464
2548
|
"type": {
|
|
2465
|
-
"text": "
|
|
2549
|
+
"text": "HTMLAnchorElement | undefined"
|
|
2466
2550
|
},
|
|
2467
|
-
"
|
|
2551
|
+
"privacy": "public",
|
|
2552
|
+
"description": "References the root element",
|
|
2553
|
+
"inheritedFrom": {
|
|
2554
|
+
"name": "Anchor",
|
|
2555
|
+
"module": "src/anchor/anchor.ts"
|
|
2556
|
+
}
|
|
2468
2557
|
},
|
|
2469
2558
|
{
|
|
2470
2559
|
"kind": "field",
|
|
2471
|
-
"name": "
|
|
2472
|
-
"
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
{
|
|
2479
|
-
"name": "name",
|
|
2480
|
-
"type": {
|
|
2481
|
-
"text": "string | ((rowData: any) => string)"
|
|
2482
|
-
}
|
|
2483
|
-
}
|
|
2484
|
-
]
|
|
2485
|
-
},
|
|
2486
|
-
{
|
|
2487
|
-
"kind": "method",
|
|
2488
|
-
"name": "getTemplate",
|
|
2489
|
-
"parameters": [
|
|
2490
|
-
{
|
|
2491
|
-
"name": "prefix",
|
|
2492
|
-
"type": {
|
|
2493
|
-
"text": "string"
|
|
2494
|
-
}
|
|
2495
|
-
}
|
|
2496
|
-
]
|
|
2560
|
+
"name": "handleUnsupportedDelegatesFocus",
|
|
2561
|
+
"privacy": "private",
|
|
2562
|
+
"description": "Overrides the focus call for where delegatesFocus is unsupported.\nThis check works for Chrome, Edge Chromium, FireFox, and Safari\nRelevant PR on the Firefox browser: https://phabricator.services.mozilla.com/D123858",
|
|
2563
|
+
"inheritedFrom": {
|
|
2564
|
+
"name": "Anchor",
|
|
2565
|
+
"module": "src/anchor/anchor.ts"
|
|
2566
|
+
}
|
|
2497
2567
|
},
|
|
2498
2568
|
{
|
|
2499
2569
|
"kind": "field",
|
|
@@ -2606,139 +2676,251 @@
|
|
|
2606
2676
|
"module": "src/foundation-element/foundation-element.ts"
|
|
2607
2677
|
}
|
|
2608
2678
|
}
|
|
2609
|
-
]
|
|
2610
|
-
|
|
2611
|
-
|
|
2612
|
-
|
|
2613
|
-
|
|
2614
|
-
|
|
2615
|
-
|
|
2616
|
-
|
|
2617
|
-
|
|
2618
|
-
|
|
2619
|
-
|
|
2620
|
-
|
|
2621
|
-
|
|
2622
|
-
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
|
|
2626
|
-
|
|
2627
|
-
|
|
2628
|
-
|
|
2629
|
-
|
|
2630
|
-
|
|
2631
|
-
|
|
2632
|
-
|
|
2633
|
-
|
|
2634
|
-
|
|
2635
|
-
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
|
-
|
|
2640
|
-
|
|
2641
|
-
|
|
2642
|
-
|
|
2679
|
+
]
|
|
2680
|
+
},
|
|
2681
|
+
{
|
|
2682
|
+
"kind": "variable",
|
|
2683
|
+
"name": "foundationAnchorShadowOptions",
|
|
2684
|
+
"type": {
|
|
2685
|
+
"text": "ShadowRootInit"
|
|
2686
|
+
},
|
|
2687
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2688
|
+
},
|
|
2689
|
+
{
|
|
2690
|
+
"kind": "variable",
|
|
2691
|
+
"name": "defaultAnchorConfig",
|
|
2692
|
+
"type": {
|
|
2693
|
+
"text": "object"
|
|
2694
|
+
},
|
|
2695
|
+
"default": "{}"
|
|
2696
|
+
},
|
|
2697
|
+
{
|
|
2698
|
+
"kind": "variable",
|
|
2699
|
+
"name": "foundationAnchor",
|
|
2700
|
+
"description": "The Foundation Anchor",
|
|
2701
|
+
"privacy": "public"
|
|
2702
|
+
}
|
|
2703
|
+
],
|
|
2704
|
+
"exports": [
|
|
2705
|
+
{
|
|
2706
|
+
"kind": "js",
|
|
2707
|
+
"name": "Anchor",
|
|
2708
|
+
"declaration": {
|
|
2709
|
+
"name": "Anchor",
|
|
2710
|
+
"module": "src/anchor/anchor.ts"
|
|
2711
|
+
}
|
|
2712
|
+
},
|
|
2713
|
+
{
|
|
2714
|
+
"kind": "js",
|
|
2715
|
+
"name": "foundationAnchorShadowOptions",
|
|
2716
|
+
"declaration": {
|
|
2717
|
+
"name": "foundationAnchorShadowOptions",
|
|
2718
|
+
"module": "src/anchor/anchor.ts"
|
|
2719
|
+
}
|
|
2720
|
+
},
|
|
2721
|
+
{
|
|
2722
|
+
"kind": "js",
|
|
2723
|
+
"name": "defaultAnchorConfig",
|
|
2724
|
+
"declaration": {
|
|
2725
|
+
"name": "defaultAnchorConfig",
|
|
2726
|
+
"module": "src/anchor/anchor.ts"
|
|
2727
|
+
}
|
|
2728
|
+
},
|
|
2729
|
+
{
|
|
2730
|
+
"kind": "js",
|
|
2731
|
+
"name": "foundationAnchor",
|
|
2732
|
+
"declaration": {
|
|
2733
|
+
"name": "foundationAnchor",
|
|
2734
|
+
"module": "src/anchor/anchor.ts"
|
|
2735
|
+
}
|
|
2736
|
+
}
|
|
2737
|
+
]
|
|
2738
|
+
},
|
|
2739
|
+
{
|
|
2740
|
+
"kind": "javascript-module",
|
|
2741
|
+
"path": "src/anchor/index.ts",
|
|
2742
|
+
"declarations": [],
|
|
2743
|
+
"exports": [
|
|
2744
|
+
{
|
|
2745
|
+
"kind": "js",
|
|
2746
|
+
"name": "*",
|
|
2747
|
+
"declaration": {
|
|
2748
|
+
"name": "*",
|
|
2749
|
+
"package": "./anchor.template"
|
|
2750
|
+
}
|
|
2751
|
+
},
|
|
2752
|
+
{
|
|
2753
|
+
"kind": "js",
|
|
2754
|
+
"name": "*",
|
|
2755
|
+
"declaration": {
|
|
2756
|
+
"name": "*",
|
|
2757
|
+
"package": "./anchor.styles"
|
|
2758
|
+
}
|
|
2759
|
+
},
|
|
2760
|
+
{
|
|
2761
|
+
"kind": "js",
|
|
2762
|
+
"name": "*",
|
|
2763
|
+
"declaration": {
|
|
2764
|
+
"name": "*",
|
|
2765
|
+
"package": "./anchor"
|
|
2766
|
+
}
|
|
2767
|
+
}
|
|
2768
|
+
]
|
|
2769
|
+
},
|
|
2770
|
+
{
|
|
2771
|
+
"kind": "javascript-module",
|
|
2772
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
2773
|
+
"declarations": [
|
|
2774
|
+
{
|
|
2775
|
+
"kind": "function",
|
|
2776
|
+
"name": "foundationAccordionStyles",
|
|
2777
|
+
"return": {
|
|
2778
|
+
"type": {
|
|
2779
|
+
"text": "ElementStyles"
|
|
2780
|
+
}
|
|
2781
|
+
},
|
|
2782
|
+
"parameters": [
|
|
2643
2783
|
{
|
|
2644
|
-
"name": "
|
|
2784
|
+
"name": "context",
|
|
2645
2785
|
"type": {
|
|
2646
|
-
"text": "
|
|
2647
|
-
}
|
|
2648
|
-
"default": "false",
|
|
2649
|
-
"fieldName": "open"
|
|
2786
|
+
"text": "ElementDefinitionContext"
|
|
2787
|
+
}
|
|
2650
2788
|
},
|
|
2651
2789
|
{
|
|
2652
|
-
"name": "
|
|
2790
|
+
"name": "definition",
|
|
2653
2791
|
"type": {
|
|
2654
|
-
"text": "
|
|
2655
|
-
}
|
|
2656
|
-
|
|
2657
|
-
|
|
2792
|
+
"text": "FoundationElementDefinition"
|
|
2793
|
+
}
|
|
2794
|
+
}
|
|
2795
|
+
]
|
|
2796
|
+
}
|
|
2797
|
+
],
|
|
2798
|
+
"exports": [
|
|
2799
|
+
{
|
|
2800
|
+
"kind": "js",
|
|
2801
|
+
"name": "foundationAccordionStyles",
|
|
2802
|
+
"declaration": {
|
|
2803
|
+
"name": "foundationAccordionStyles",
|
|
2804
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
2805
|
+
}
|
|
2806
|
+
}
|
|
2807
|
+
]
|
|
2808
|
+
},
|
|
2809
|
+
{
|
|
2810
|
+
"kind": "javascript-module",
|
|
2811
|
+
"path": "src/accordion/accordion.template.ts",
|
|
2812
|
+
"declarations": [
|
|
2813
|
+
{
|
|
2814
|
+
"kind": "function",
|
|
2815
|
+
"name": "foundationAccordionTemplate",
|
|
2816
|
+
"return": {
|
|
2817
|
+
"type": {
|
|
2818
|
+
"text": "ViewTemplate<Accordion>"
|
|
2819
|
+
}
|
|
2820
|
+
},
|
|
2821
|
+
"parameters": [
|
|
2658
2822
|
{
|
|
2659
|
-
"name": "
|
|
2823
|
+
"name": "context",
|
|
2660
2824
|
"type": {
|
|
2661
|
-
"text": "
|
|
2662
|
-
}
|
|
2663
|
-
"default": "false",
|
|
2664
|
-
"fieldName": "hideDisabled"
|
|
2825
|
+
"text": "ElementDefinitionContext"
|
|
2826
|
+
}
|
|
2665
2827
|
},
|
|
2666
2828
|
{
|
|
2667
|
-
"name": "
|
|
2829
|
+
"name": "definition",
|
|
2668
2830
|
"type": {
|
|
2669
|
-
"text": "
|
|
2670
|
-
}
|
|
2671
|
-
"default": "false",
|
|
2672
|
-
"fieldName": "hideMenuSingleOption"
|
|
2831
|
+
"text": "FoundationElementDefinition"
|
|
2832
|
+
}
|
|
2673
2833
|
}
|
|
2674
|
-
]
|
|
2834
|
+
]
|
|
2835
|
+
}
|
|
2836
|
+
],
|
|
2837
|
+
"exports": [
|
|
2838
|
+
{
|
|
2839
|
+
"kind": "js",
|
|
2840
|
+
"name": "foundationAccordionTemplate",
|
|
2841
|
+
"declaration": {
|
|
2842
|
+
"name": "foundationAccordionTemplate",
|
|
2843
|
+
"module": "src/accordion/accordion.template.ts"
|
|
2844
|
+
}
|
|
2845
|
+
}
|
|
2846
|
+
]
|
|
2847
|
+
},
|
|
2848
|
+
{
|
|
2849
|
+
"kind": "javascript-module",
|
|
2850
|
+
"path": "src/accordion/accordion.ts",
|
|
2851
|
+
"declarations": [
|
|
2852
|
+
{
|
|
2853
|
+
"kind": "class",
|
|
2854
|
+
"description": "",
|
|
2855
|
+
"name": "Accordion",
|
|
2675
2856
|
"superclass": {
|
|
2676
|
-
"name": "
|
|
2857
|
+
"name": "FASTAccordion",
|
|
2677
2858
|
"package": "@microsoft/fast-foundation"
|
|
2678
2859
|
},
|
|
2679
|
-
"tagName": "%%prefix%%-
|
|
2860
|
+
"tagName": "%%prefix%%-accordion",
|
|
2680
2861
|
"customElement": true
|
|
2681
2862
|
},
|
|
2682
2863
|
{
|
|
2683
2864
|
"kind": "variable",
|
|
2684
|
-
"name": "
|
|
2685
|
-
"
|
|
2865
|
+
"name": "foundationAccordionShadowOptions",
|
|
2866
|
+
"type": {
|
|
2867
|
+
"text": "ShadowRootInit"
|
|
2868
|
+
},
|
|
2869
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2870
|
+
},
|
|
2871
|
+
{
|
|
2872
|
+
"kind": "variable",
|
|
2873
|
+
"name": "defaultAccordionConfig",
|
|
2874
|
+
"type": {
|
|
2875
|
+
"text": "object"
|
|
2876
|
+
},
|
|
2877
|
+
"default": "{}"
|
|
2878
|
+
},
|
|
2879
|
+
{
|
|
2880
|
+
"kind": "variable",
|
|
2881
|
+
"name": "foundationAccordion",
|
|
2882
|
+
"description": "The Foundation Accordion",
|
|
2686
2883
|
"privacy": "public"
|
|
2687
2884
|
}
|
|
2688
2885
|
],
|
|
2689
2886
|
"exports": [
|
|
2690
2887
|
{
|
|
2691
2888
|
"kind": "js",
|
|
2692
|
-
"name": "
|
|
2889
|
+
"name": "Accordion",
|
|
2693
2890
|
"declaration": {
|
|
2694
|
-
"name": "
|
|
2695
|
-
"module": "src/
|
|
2891
|
+
"name": "Accordion",
|
|
2892
|
+
"module": "src/accordion/accordion.ts"
|
|
2696
2893
|
}
|
|
2697
2894
|
},
|
|
2698
2895
|
{
|
|
2699
2896
|
"kind": "js",
|
|
2700
|
-
"name": "
|
|
2701
|
-
"declaration": {
|
|
2702
|
-
"name": "foundationActionsMenu",
|
|
2703
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2704
|
-
}
|
|
2705
|
-
}
|
|
2706
|
-
]
|
|
2707
|
-
},
|
|
2708
|
-
{
|
|
2709
|
-
"kind": "javascript-module",
|
|
2710
|
-
"path": "src/actions-menu/index.ts",
|
|
2711
|
-
"declarations": [],
|
|
2712
|
-
"exports": [
|
|
2713
|
-
{
|
|
2714
|
-
"kind": "js",
|
|
2715
|
-
"name": "*",
|
|
2897
|
+
"name": "foundationAccordionShadowOptions",
|
|
2716
2898
|
"declaration": {
|
|
2717
|
-
"name": "
|
|
2718
|
-
"
|
|
2899
|
+
"name": "foundationAccordionShadowOptions",
|
|
2900
|
+
"module": "src/accordion/accordion.ts"
|
|
2719
2901
|
}
|
|
2720
2902
|
},
|
|
2721
2903
|
{
|
|
2722
2904
|
"kind": "js",
|
|
2723
|
-
"name": "
|
|
2905
|
+
"name": "defaultAccordionConfig",
|
|
2724
2906
|
"declaration": {
|
|
2725
|
-
"name": "
|
|
2726
|
-
"
|
|
2907
|
+
"name": "defaultAccordionConfig",
|
|
2908
|
+
"module": "src/accordion/accordion.ts"
|
|
2727
2909
|
}
|
|
2728
2910
|
},
|
|
2729
2911
|
{
|
|
2730
2912
|
"kind": "js",
|
|
2731
|
-
"name": "
|
|
2913
|
+
"name": "foundationAccordion",
|
|
2732
2914
|
"declaration": {
|
|
2733
|
-
"name": "
|
|
2734
|
-
"
|
|
2915
|
+
"name": "foundationAccordion",
|
|
2916
|
+
"module": "src/accordion/accordion.ts"
|
|
2735
2917
|
}
|
|
2736
2918
|
}
|
|
2737
2919
|
]
|
|
2738
2920
|
},
|
|
2739
2921
|
{
|
|
2740
2922
|
"kind": "javascript-module",
|
|
2741
|
-
"path": "src/
|
|
2923
|
+
"path": "src/accordion/index.ts",
|
|
2742
2924
|
"declarations": [],
|
|
2743
2925
|
"exports": [
|
|
2744
2926
|
{
|
|
@@ -2746,7 +2928,7 @@
|
|
|
2746
2928
|
"name": "*",
|
|
2747
2929
|
"declaration": {
|
|
2748
2930
|
"name": "*",
|
|
2749
|
-
"package": "./
|
|
2931
|
+
"package": "./accordion.template"
|
|
2750
2932
|
}
|
|
2751
2933
|
},
|
|
2752
2934
|
{
|
|
@@ -2754,7 +2936,7 @@
|
|
|
2754
2936
|
"name": "*",
|
|
2755
2937
|
"declaration": {
|
|
2756
2938
|
"name": "*",
|
|
2757
|
-
"package": "./
|
|
2939
|
+
"package": "./accordion.styles"
|
|
2758
2940
|
}
|
|
2759
2941
|
},
|
|
2760
2942
|
{
|
|
@@ -2762,7 +2944,7 @@
|
|
|
2762
2944
|
"name": "*",
|
|
2763
2945
|
"declaration": {
|
|
2764
2946
|
"name": "*",
|
|
2765
|
-
"package": "./
|
|
2947
|
+
"package": "./accordion"
|
|
2766
2948
|
}
|
|
2767
2949
|
}
|
|
2768
2950
|
]
|
|
@@ -4270,189 +4452,7 @@
|
|
|
4270
4452
|
},
|
|
4271
4453
|
{
|
|
4272
4454
|
"kind": "variable",
|
|
4273
|
-
"name": "foundationAnchoredRegionShadowOptions",
|
|
4274
|
-
"type": {
|
|
4275
|
-
"text": "ShadowRootInit"
|
|
4276
|
-
},
|
|
4277
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
4278
|
-
},
|
|
4279
|
-
{
|
|
4280
|
-
"kind": "variable",
|
|
4281
|
-
"name": "defaultAnchoredRegionConfig",
|
|
4282
|
-
"type": {
|
|
4283
|
-
"text": "object"
|
|
4284
|
-
},
|
|
4285
|
-
"default": "{}"
|
|
4286
|
-
},
|
|
4287
|
-
{
|
|
4288
|
-
"kind": "variable",
|
|
4289
|
-
"name": "foundationAnchoredRegion",
|
|
4290
|
-
"description": "The Foundation Anchored Region",
|
|
4291
|
-
"privacy": "public"
|
|
4292
|
-
}
|
|
4293
|
-
],
|
|
4294
|
-
"exports": [
|
|
4295
|
-
{
|
|
4296
|
-
"kind": "js",
|
|
4297
|
-
"name": "AnchoredRegion",
|
|
4298
|
-
"declaration": {
|
|
4299
|
-
"name": "AnchoredRegion",
|
|
4300
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4301
|
-
}
|
|
4302
|
-
},
|
|
4303
|
-
{
|
|
4304
|
-
"kind": "js",
|
|
4305
|
-
"name": "foundationAnchoredRegionShadowOptions",
|
|
4306
|
-
"declaration": {
|
|
4307
|
-
"name": "foundationAnchoredRegionShadowOptions",
|
|
4308
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4309
|
-
}
|
|
4310
|
-
},
|
|
4311
|
-
{
|
|
4312
|
-
"kind": "js",
|
|
4313
|
-
"name": "defaultAnchoredRegionConfig",
|
|
4314
|
-
"declaration": {
|
|
4315
|
-
"name": "defaultAnchoredRegionConfig",
|
|
4316
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4317
|
-
}
|
|
4318
|
-
},
|
|
4319
|
-
{
|
|
4320
|
-
"kind": "js",
|
|
4321
|
-
"name": "foundationAnchoredRegion",
|
|
4322
|
-
"declaration": {
|
|
4323
|
-
"name": "foundationAnchoredRegion",
|
|
4324
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4325
|
-
}
|
|
4326
|
-
}
|
|
4327
|
-
]
|
|
4328
|
-
},
|
|
4329
|
-
{
|
|
4330
|
-
"kind": "javascript-module",
|
|
4331
|
-
"path": "src/anchored-region/index.ts",
|
|
4332
|
-
"declarations": [],
|
|
4333
|
-
"exports": [
|
|
4334
|
-
{
|
|
4335
|
-
"kind": "js",
|
|
4336
|
-
"name": "*",
|
|
4337
|
-
"declaration": {
|
|
4338
|
-
"name": "*",
|
|
4339
|
-
"package": "./anchor-region.template"
|
|
4340
|
-
}
|
|
4341
|
-
},
|
|
4342
|
-
{
|
|
4343
|
-
"kind": "js",
|
|
4344
|
-
"name": "*",
|
|
4345
|
-
"declaration": {
|
|
4346
|
-
"name": "*",
|
|
4347
|
-
"package": "./anchored-region.styles"
|
|
4348
|
-
}
|
|
4349
|
-
},
|
|
4350
|
-
{
|
|
4351
|
-
"kind": "js",
|
|
4352
|
-
"name": "*",
|
|
4353
|
-
"declaration": {
|
|
4354
|
-
"name": "*",
|
|
4355
|
-
"package": "./anchored-region"
|
|
4356
|
-
}
|
|
4357
|
-
}
|
|
4358
|
-
]
|
|
4359
|
-
},
|
|
4360
|
-
{
|
|
4361
|
-
"kind": "javascript-module",
|
|
4362
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
4363
|
-
"declarations": [
|
|
4364
|
-
{
|
|
4365
|
-
"kind": "function",
|
|
4366
|
-
"name": "foundationAccordionStyles",
|
|
4367
|
-
"return": {
|
|
4368
|
-
"type": {
|
|
4369
|
-
"text": "ElementStyles"
|
|
4370
|
-
}
|
|
4371
|
-
},
|
|
4372
|
-
"parameters": [
|
|
4373
|
-
{
|
|
4374
|
-
"name": "context",
|
|
4375
|
-
"type": {
|
|
4376
|
-
"text": "ElementDefinitionContext"
|
|
4377
|
-
}
|
|
4378
|
-
},
|
|
4379
|
-
{
|
|
4380
|
-
"name": "definition",
|
|
4381
|
-
"type": {
|
|
4382
|
-
"text": "FoundationElementDefinition"
|
|
4383
|
-
}
|
|
4384
|
-
}
|
|
4385
|
-
]
|
|
4386
|
-
}
|
|
4387
|
-
],
|
|
4388
|
-
"exports": [
|
|
4389
|
-
{
|
|
4390
|
-
"kind": "js",
|
|
4391
|
-
"name": "foundationAccordionStyles",
|
|
4392
|
-
"declaration": {
|
|
4393
|
-
"name": "foundationAccordionStyles",
|
|
4394
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
4395
|
-
}
|
|
4396
|
-
}
|
|
4397
|
-
]
|
|
4398
|
-
},
|
|
4399
|
-
{
|
|
4400
|
-
"kind": "javascript-module",
|
|
4401
|
-
"path": "src/accordion/accordion.template.ts",
|
|
4402
|
-
"declarations": [
|
|
4403
|
-
{
|
|
4404
|
-
"kind": "function",
|
|
4405
|
-
"name": "foundationAccordionTemplate",
|
|
4406
|
-
"return": {
|
|
4407
|
-
"type": {
|
|
4408
|
-
"text": "ViewTemplate<Accordion>"
|
|
4409
|
-
}
|
|
4410
|
-
},
|
|
4411
|
-
"parameters": [
|
|
4412
|
-
{
|
|
4413
|
-
"name": "context",
|
|
4414
|
-
"type": {
|
|
4415
|
-
"text": "ElementDefinitionContext"
|
|
4416
|
-
}
|
|
4417
|
-
},
|
|
4418
|
-
{
|
|
4419
|
-
"name": "definition",
|
|
4420
|
-
"type": {
|
|
4421
|
-
"text": "FoundationElementDefinition"
|
|
4422
|
-
}
|
|
4423
|
-
}
|
|
4424
|
-
]
|
|
4425
|
-
}
|
|
4426
|
-
],
|
|
4427
|
-
"exports": [
|
|
4428
|
-
{
|
|
4429
|
-
"kind": "js",
|
|
4430
|
-
"name": "foundationAccordionTemplate",
|
|
4431
|
-
"declaration": {
|
|
4432
|
-
"name": "foundationAccordionTemplate",
|
|
4433
|
-
"module": "src/accordion/accordion.template.ts"
|
|
4434
|
-
}
|
|
4435
|
-
}
|
|
4436
|
-
]
|
|
4437
|
-
},
|
|
4438
|
-
{
|
|
4439
|
-
"kind": "javascript-module",
|
|
4440
|
-
"path": "src/accordion/accordion.ts",
|
|
4441
|
-
"declarations": [
|
|
4442
|
-
{
|
|
4443
|
-
"kind": "class",
|
|
4444
|
-
"description": "",
|
|
4445
|
-
"name": "Accordion",
|
|
4446
|
-
"superclass": {
|
|
4447
|
-
"name": "FASTAccordion",
|
|
4448
|
-
"package": "@microsoft/fast-foundation"
|
|
4449
|
-
},
|
|
4450
|
-
"tagName": "%%prefix%%-accordion",
|
|
4451
|
-
"customElement": true
|
|
4452
|
-
},
|
|
4453
|
-
{
|
|
4454
|
-
"kind": "variable",
|
|
4455
|
-
"name": "foundationAccordionShadowOptions",
|
|
4455
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
4456
4456
|
"type": {
|
|
4457
4457
|
"text": "ShadowRootInit"
|
|
4458
4458
|
},
|
|
@@ -4460,7 +4460,7 @@
|
|
|
4460
4460
|
},
|
|
4461
4461
|
{
|
|
4462
4462
|
"kind": "variable",
|
|
4463
|
-
"name": "
|
|
4463
|
+
"name": "defaultAnchoredRegionConfig",
|
|
4464
4464
|
"type": {
|
|
4465
4465
|
"text": "object"
|
|
4466
4466
|
},
|
|
@@ -4468,49 +4468,49 @@
|
|
|
4468
4468
|
},
|
|
4469
4469
|
{
|
|
4470
4470
|
"kind": "variable",
|
|
4471
|
-
"name": "
|
|
4472
|
-
"description": "The Foundation
|
|
4471
|
+
"name": "foundationAnchoredRegion",
|
|
4472
|
+
"description": "The Foundation Anchored Region",
|
|
4473
4473
|
"privacy": "public"
|
|
4474
4474
|
}
|
|
4475
4475
|
],
|
|
4476
4476
|
"exports": [
|
|
4477
4477
|
{
|
|
4478
4478
|
"kind": "js",
|
|
4479
|
-
"name": "
|
|
4479
|
+
"name": "AnchoredRegion",
|
|
4480
4480
|
"declaration": {
|
|
4481
|
-
"name": "
|
|
4482
|
-
"module": "src/
|
|
4481
|
+
"name": "AnchoredRegion",
|
|
4482
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4483
4483
|
}
|
|
4484
4484
|
},
|
|
4485
4485
|
{
|
|
4486
4486
|
"kind": "js",
|
|
4487
|
-
"name": "
|
|
4487
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
4488
4488
|
"declaration": {
|
|
4489
|
-
"name": "
|
|
4490
|
-
"module": "src/
|
|
4489
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
4490
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4491
4491
|
}
|
|
4492
4492
|
},
|
|
4493
4493
|
{
|
|
4494
4494
|
"kind": "js",
|
|
4495
|
-
"name": "
|
|
4495
|
+
"name": "defaultAnchoredRegionConfig",
|
|
4496
4496
|
"declaration": {
|
|
4497
|
-
"name": "
|
|
4498
|
-
"module": "src/
|
|
4497
|
+
"name": "defaultAnchoredRegionConfig",
|
|
4498
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4499
4499
|
}
|
|
4500
4500
|
},
|
|
4501
4501
|
{
|
|
4502
4502
|
"kind": "js",
|
|
4503
|
-
"name": "
|
|
4503
|
+
"name": "foundationAnchoredRegion",
|
|
4504
4504
|
"declaration": {
|
|
4505
|
-
"name": "
|
|
4506
|
-
"module": "src/
|
|
4505
|
+
"name": "foundationAnchoredRegion",
|
|
4506
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4507
4507
|
}
|
|
4508
4508
|
}
|
|
4509
4509
|
]
|
|
4510
4510
|
},
|
|
4511
4511
|
{
|
|
4512
4512
|
"kind": "javascript-module",
|
|
4513
|
-
"path": "src/
|
|
4513
|
+
"path": "src/anchored-region/index.ts",
|
|
4514
4514
|
"declarations": [],
|
|
4515
4515
|
"exports": [
|
|
4516
4516
|
{
|
|
@@ -4518,7 +4518,7 @@
|
|
|
4518
4518
|
"name": "*",
|
|
4519
4519
|
"declaration": {
|
|
4520
4520
|
"name": "*",
|
|
4521
|
-
"package": "./
|
|
4521
|
+
"package": "./anchor-region.template"
|
|
4522
4522
|
}
|
|
4523
4523
|
},
|
|
4524
4524
|
{
|
|
@@ -4526,7 +4526,7 @@
|
|
|
4526
4526
|
"name": "*",
|
|
4527
4527
|
"declaration": {
|
|
4528
4528
|
"name": "*",
|
|
4529
|
-
"package": "./
|
|
4529
|
+
"package": "./anchored-region.styles"
|
|
4530
4530
|
}
|
|
4531
4531
|
},
|
|
4532
4532
|
{
|
|
@@ -4534,7 +4534,7 @@
|
|
|
4534
4534
|
"name": "*",
|
|
4535
4535
|
"declaration": {
|
|
4536
4536
|
"name": "*",
|
|
4537
|
-
"package": "./
|
|
4537
|
+
"package": "./anchored-region"
|
|
4538
4538
|
}
|
|
4539
4539
|
}
|
|
4540
4540
|
]
|
|
@@ -14546,7 +14546,7 @@
|
|
|
14546
14546
|
"type": {
|
|
14547
14547
|
"text": "ElementStyles"
|
|
14548
14548
|
},
|
|
14549
|
-
"default": "css`\n :host {\n --dialog-close-icon-display: flex;\n --dialog-min-width: 358px;\n --notification-details-min-height: 40px;\n }\n\n dialog[type='error'],\n dialog[type='success'] {\n padding: calc(var(--design-unit) * 2px) calc(var(--design-unit) * 4px)\n calc(var(--design-unit) * 2px) calc(var(--design-unit) * 6px);\n }\n\n dialog[type='error']::before,\n dialog[type='success']::before {\n content: '';\n position: absolute;\n top: 50%;\n transform: translateY(-50%);\n left: calc(var(--design-unit) * 3px - 2px);\n height: calc(100% - (var(--design-unit) * 4px));\n width: 4px;\n border-radius: 2px;\n }\n\n dialog[type='error']::before {\n background-color: var(--error-color);\n }\n\n dialog[type='success']::before {\n background-color: var(--success-color);\n }\n\n .close-icon {\n display: var(--dialog-close-icon-display);\n }\n\n dialog {\n background-color: var(--dialog-background, var(--fill-color));\n padding: calc(var(--design-unit) * 2px) calc(var(--design-unit) * 4px)\n calc(var(--design-unit) * 4px);\n outline: none;\n overflow: inherit;\n }\n\n :host([position='
|
|
14549
|
+
"default": "css`\n :host {\n --dialog-close-icon-display: flex;\n --dialog-min-width: 358px;\n --notification-details-min-height: 40px;\n }\n\n dialog[type='error'],\n dialog[type='success'] {\n padding: calc(var(--design-unit) * 2px) calc(var(--design-unit) * 4px)\n calc(var(--design-unit) * 2px) calc(var(--design-unit) * 6px);\n }\n\n dialog[type='error']::before,\n dialog[type='success']::before {\n content: '';\n position: absolute;\n top: 50%;\n transform: translateY(-50%);\n left: calc(var(--design-unit) * 3px - 2px);\n height: calc(100% - (var(--design-unit) * 4px));\n width: 4px;\n border-radius: 2px;\n }\n\n dialog[type='error']::before {\n background-color: var(--error-color);\n }\n\n dialog[type='success']::before {\n background-color: var(--success-color);\n }\n\n .header-controls {\n display: flex;\n gap: calc(var(--design-unit) * 1px);\n align-items: center;\n }\n\n .close-icon {\n display: var(--dialog-close-icon-display);\n }\n\n .reset-size-icon {\n display: flex;\n }\n\n dialog {\n background-color: var(--dialog-background, var(--fill-color));\n padding: calc(var(--design-unit) * 2px) calc(var(--design-unit) * 4px)\n calc(var(--design-unit) * 4px);\n outline: none;\n overflow: inherit;\n }\n\n :host([position='left']) dialog {\n margin-left: 0;\n }\n\n :host([position='right']) dialog {\n margin-right: 0;\n }\n\n ::slotted(zero-divider) {\n width: 100%;\n }\n\n .top {\n display: flex;\n justify-content: space-between;\n align-items: center;\n gap: calc(var(--design-unit) * 2px);\n }\n\n .title {\n margin-top: calc(var(--design-unit) * 2px);\n font-size: 14px;\n }\n\n .details {\n font-size: 12px;\n overflow: hidden;\n min-height: var(--notification-details-min-height);\n white-space: pre-line;\n }\n\n .content-container {\n box-sizing: border-box;\n }\n\n :host([resizable]) dialog {\n position: relative;\n box-sizing: border-box;\n max-width: 100%;\n max-height: 100%;\n }\n\n :host([resizable]) dialog[open] {\n display: flex;\n flex-direction: column;\n }\n\n /* Override design system max-width constraints for resizable dialogs */\n :host([resizable]) dialog .content-wrapper {\n position: relative;\n height: 100%;\n width: 100%;\n max-height: 100%;\n min-width: 100%;\n max-width: 100%;\n resize: none;\n box-sizing: border-box;\n display: flex;\n flex-direction: column;\n overflow: hidden;\n }\n\n :host([resizable]) .content-container {\n flex: 1 1 auto;\n overflow: auto;\n min-height: 0;\n box-sizing: border-box;\n }\n\n :host([resizable]) .top,\n :host([resizable]) .bottom {\n flex: 0 0 auto;\n }\n\n :host([position='right']) dialog .content-wrapper,\n :host([position='left']) dialog .content-wrapper,\n :host([position='left']) dialog,\n :host([position='right']) dialog {\n height: 100%;\n }\n\n /* Resize handles */\n .resize-handle {\n position: absolute;\n z-index: 10;\n }\n\n /* Edge handles */\n .resize-handle-n,\n .resize-handle-s {\n left: 0;\n right: 0;\n height: 8px;\n cursor: ns-resize;\n }\n\n .resize-handle-n {\n top: 0;\n }\n\n .resize-handle-s {\n bottom: 0;\n }\n\n .resize-handle-e,\n .resize-handle-w {\n top: 0;\n bottom: 0;\n width: 8px;\n cursor: ew-resize;\n }\n\n .resize-handle-e {\n right: 0;\n }\n\n .resize-handle-w {\n left: 0;\n }\n\n /* Corner handles */\n .resize-handle-ne,\n .resize-handle-nw,\n .resize-handle-se,\n .resize-handle-sw {\n width: 16px;\n height: 16px;\n }\n\n .resize-handle-ne {\n top: 0;\n right: 0;\n cursor: nesw-resize;\n }\n\n .resize-handle-nw {\n top: 0;\n left: 0;\n cursor: nwse-resize;\n }\n\n .resize-handle-se {\n bottom: 0;\n right: 0;\n cursor: nwse-resize;\n }\n\n .resize-handle-sw {\n bottom: 0;\n left: 0;\n cursor: nesw-resize;\n }\n\n /* Visual indicator for corner handles */\n .resize-handle-se::after,\n .resize-handle-sw::after,\n .resize-handle-ne::after,\n .resize-handle-nw::after {\n content: '';\n position: absolute;\n width: 8px;\n height: 8px;\n border-style: solid;\n border-color: var(--neutral-stroke-divider-rest);\n opacity: 50%;\n transition: opacity 0.2s;\n margin: 2px;\n }\n\n .resize-handle-se::after {\n bottom: 2px;\n right: 2px;\n border-width: 0 3px 3px 0;\n }\n\n .resize-handle-sw::after {\n bottom: 2px;\n left: 2px;\n border-width: 0 0 3px 3px;\n }\n\n .resize-handle-ne::after {\n top: 2px;\n right: 2px;\n border-width: 3px 3px 0 0;\n }\n\n .resize-handle-nw::after {\n top: 2px;\n left: 2px;\n border-width: 3px 0 0 3px;\n }\n\n /* Hover effect */\n .resize-handle:hover::after {\n opacity: 100%;\n }\n\n /* Resizing state */\n dialog.resizing {\n user-select: none;\n pointer-events: auto;\n }\n\n /* Fixed positioning support for resizable dialogs */\n dialog[style*='position: fixed'] {\n margin: 0;\n }\n`"
|
|
14550
14550
|
}
|
|
14551
14551
|
],
|
|
14552
14552
|
"exports": [
|
|
@@ -14817,6 +14817,78 @@
|
|
|
14817
14817
|
"privacy": "private",
|
|
14818
14818
|
"default": "0"
|
|
14819
14819
|
},
|
|
14820
|
+
{
|
|
14821
|
+
"kind": "field",
|
|
14822
|
+
"name": "originalWidth",
|
|
14823
|
+
"type": {
|
|
14824
|
+
"text": "string"
|
|
14825
|
+
},
|
|
14826
|
+
"privacy": "private",
|
|
14827
|
+
"default": "''"
|
|
14828
|
+
},
|
|
14829
|
+
{
|
|
14830
|
+
"kind": "field",
|
|
14831
|
+
"name": "originalHeight",
|
|
14832
|
+
"type": {
|
|
14833
|
+
"text": "string"
|
|
14834
|
+
},
|
|
14835
|
+
"privacy": "private",
|
|
14836
|
+
"default": "''"
|
|
14837
|
+
},
|
|
14838
|
+
{
|
|
14839
|
+
"kind": "field",
|
|
14840
|
+
"name": "originalPosition",
|
|
14841
|
+
"type": {
|
|
14842
|
+
"text": "string"
|
|
14843
|
+
},
|
|
14844
|
+
"privacy": "private",
|
|
14845
|
+
"default": "''"
|
|
14846
|
+
},
|
|
14847
|
+
{
|
|
14848
|
+
"kind": "field",
|
|
14849
|
+
"name": "originalLeft",
|
|
14850
|
+
"type": {
|
|
14851
|
+
"text": "string"
|
|
14852
|
+
},
|
|
14853
|
+
"privacy": "private",
|
|
14854
|
+
"default": "''"
|
|
14855
|
+
},
|
|
14856
|
+
{
|
|
14857
|
+
"kind": "field",
|
|
14858
|
+
"name": "originalTop",
|
|
14859
|
+
"type": {
|
|
14860
|
+
"text": "string"
|
|
14861
|
+
},
|
|
14862
|
+
"privacy": "private",
|
|
14863
|
+
"default": "''"
|
|
14864
|
+
},
|
|
14865
|
+
{
|
|
14866
|
+
"kind": "field",
|
|
14867
|
+
"name": "originalMargin",
|
|
14868
|
+
"type": {
|
|
14869
|
+
"text": "string"
|
|
14870
|
+
},
|
|
14871
|
+
"privacy": "private",
|
|
14872
|
+
"default": "''"
|
|
14873
|
+
},
|
|
14874
|
+
{
|
|
14875
|
+
"kind": "field",
|
|
14876
|
+
"name": "isMaximized",
|
|
14877
|
+
"type": {
|
|
14878
|
+
"text": "boolean"
|
|
14879
|
+
},
|
|
14880
|
+
"privacy": "private",
|
|
14881
|
+
"default": "false"
|
|
14882
|
+
},
|
|
14883
|
+
{
|
|
14884
|
+
"kind": "field",
|
|
14885
|
+
"name": "hasBeenResized",
|
|
14886
|
+
"type": {
|
|
14887
|
+
"text": "boolean"
|
|
14888
|
+
},
|
|
14889
|
+
"privacy": "private",
|
|
14890
|
+
"default": "false"
|
|
14891
|
+
},
|
|
14820
14892
|
{
|
|
14821
14893
|
"kind": "method",
|
|
14822
14894
|
"name": "setupResizeHandlers",
|
|
@@ -14827,6 +14899,19 @@
|
|
|
14827
14899
|
"name": "removeResizeHandlers",
|
|
14828
14900
|
"privacy": "private"
|
|
14829
14901
|
},
|
|
14902
|
+
{
|
|
14903
|
+
"kind": "method",
|
|
14904
|
+
"name": "handleEdgeDoubleClick",
|
|
14905
|
+
"privacy": "private",
|
|
14906
|
+
"parameters": [
|
|
14907
|
+
{
|
|
14908
|
+
"name": "e",
|
|
14909
|
+
"type": {
|
|
14910
|
+
"text": "MouseEvent"
|
|
14911
|
+
}
|
|
14912
|
+
}
|
|
14913
|
+
]
|
|
14914
|
+
},
|
|
14830
14915
|
{
|
|
14831
14916
|
"kind": "method",
|
|
14832
14917
|
"name": "handleResizeStart",
|
|
@@ -14875,6 +14960,15 @@
|
|
|
14875
14960
|
"description": "Determine if the dialog is showing or closed.",
|
|
14876
14961
|
"readonly": true
|
|
14877
14962
|
},
|
|
14963
|
+
{
|
|
14964
|
+
"kind": "field",
|
|
14965
|
+
"name": "resizeIconName",
|
|
14966
|
+
"type": {
|
|
14967
|
+
"text": "string"
|
|
14968
|
+
},
|
|
14969
|
+
"description": "Get the appropriate icon name for the resize button",
|
|
14970
|
+
"readonly": true
|
|
14971
|
+
},
|
|
14878
14972
|
{
|
|
14879
14973
|
"kind": "method",
|
|
14880
14974
|
"name": "show",
|
|
@@ -14912,6 +15006,28 @@
|
|
|
14912
15006
|
},
|
|
14913
15007
|
"description": "Dismiss the Dialog from display."
|
|
14914
15008
|
},
|
|
15009
|
+
{
|
|
15010
|
+
"kind": "method",
|
|
15011
|
+
"name": "maximize",
|
|
15012
|
+
"privacy": "private",
|
|
15013
|
+
"return": {
|
|
15014
|
+
"type": {
|
|
15015
|
+
"text": "void"
|
|
15016
|
+
}
|
|
15017
|
+
},
|
|
15018
|
+
"description": "Maximize the dialog to fill the viewport."
|
|
15019
|
+
},
|
|
15020
|
+
{
|
|
15021
|
+
"kind": "method",
|
|
15022
|
+
"name": "resetSize",
|
|
15023
|
+
"privacy": "public",
|
|
15024
|
+
"return": {
|
|
15025
|
+
"type": {
|
|
15026
|
+
"text": "void"
|
|
15027
|
+
}
|
|
15028
|
+
},
|
|
15029
|
+
"description": "Reset the dialog to its original size and position, or maximize if not resized."
|
|
15030
|
+
},
|
|
14915
15031
|
{
|
|
14916
15032
|
"kind": "field",
|
|
14917
15033
|
"name": "_presentation",
|
|
@@ -15251,11 +15367,128 @@
|
|
|
15251
15367
|
},
|
|
15252
15368
|
{
|
|
15253
15369
|
"kind": "field",
|
|
15254
|
-
"name": "onCloseCallback",
|
|
15370
|
+
"name": "onCloseCallback",
|
|
15371
|
+
"type": {
|
|
15372
|
+
"text": "() => void"
|
|
15373
|
+
},
|
|
15374
|
+
"description": "Callback to run *after* HTMLDialogElement is closed",
|
|
15375
|
+
"inheritedFrom": {
|
|
15376
|
+
"name": "<local>_DialogElement",
|
|
15377
|
+
"module": "src/dialog/dialog.ts"
|
|
15378
|
+
}
|
|
15379
|
+
},
|
|
15380
|
+
{
|
|
15381
|
+
"kind": "field",
|
|
15382
|
+
"name": "isResizing",
|
|
15383
|
+
"type": {
|
|
15384
|
+
"text": "boolean"
|
|
15385
|
+
},
|
|
15386
|
+
"privacy": "private",
|
|
15387
|
+
"default": "false",
|
|
15388
|
+
"inheritedFrom": {
|
|
15389
|
+
"name": "<local>_DialogElement",
|
|
15390
|
+
"module": "src/dialog/dialog.ts"
|
|
15391
|
+
}
|
|
15392
|
+
},
|
|
15393
|
+
{
|
|
15394
|
+
"kind": "field",
|
|
15395
|
+
"name": "currentResizeHandle",
|
|
15396
|
+
"type": {
|
|
15397
|
+
"text": "string"
|
|
15398
|
+
},
|
|
15399
|
+
"privacy": "private",
|
|
15400
|
+
"default": "null",
|
|
15401
|
+
"inheritedFrom": {
|
|
15402
|
+
"name": "<local>_DialogElement",
|
|
15403
|
+
"module": "src/dialog/dialog.ts"
|
|
15404
|
+
}
|
|
15405
|
+
},
|
|
15406
|
+
{
|
|
15407
|
+
"kind": "field",
|
|
15408
|
+
"name": "startX",
|
|
15409
|
+
"type": {
|
|
15410
|
+
"text": "number"
|
|
15411
|
+
},
|
|
15412
|
+
"privacy": "private",
|
|
15413
|
+
"default": "0",
|
|
15414
|
+
"inheritedFrom": {
|
|
15415
|
+
"name": "<local>_DialogElement",
|
|
15416
|
+
"module": "src/dialog/dialog.ts"
|
|
15417
|
+
}
|
|
15418
|
+
},
|
|
15419
|
+
{
|
|
15420
|
+
"kind": "field",
|
|
15421
|
+
"name": "startY",
|
|
15422
|
+
"type": {
|
|
15423
|
+
"text": "number"
|
|
15424
|
+
},
|
|
15425
|
+
"privacy": "private",
|
|
15426
|
+
"default": "0",
|
|
15427
|
+
"inheritedFrom": {
|
|
15428
|
+
"name": "<local>_DialogElement",
|
|
15429
|
+
"module": "src/dialog/dialog.ts"
|
|
15430
|
+
}
|
|
15431
|
+
},
|
|
15432
|
+
{
|
|
15433
|
+
"kind": "field",
|
|
15434
|
+
"name": "startWidth",
|
|
15435
|
+
"type": {
|
|
15436
|
+
"text": "number"
|
|
15437
|
+
},
|
|
15438
|
+
"privacy": "private",
|
|
15439
|
+
"default": "0",
|
|
15440
|
+
"inheritedFrom": {
|
|
15441
|
+
"name": "<local>_DialogElement",
|
|
15442
|
+
"module": "src/dialog/dialog.ts"
|
|
15443
|
+
}
|
|
15444
|
+
},
|
|
15445
|
+
{
|
|
15446
|
+
"kind": "field",
|
|
15447
|
+
"name": "startHeight",
|
|
15448
|
+
"type": {
|
|
15449
|
+
"text": "number"
|
|
15450
|
+
},
|
|
15451
|
+
"privacy": "private",
|
|
15452
|
+
"default": "0",
|
|
15453
|
+
"inheritedFrom": {
|
|
15454
|
+
"name": "<local>_DialogElement",
|
|
15455
|
+
"module": "src/dialog/dialog.ts"
|
|
15456
|
+
}
|
|
15457
|
+
},
|
|
15458
|
+
{
|
|
15459
|
+
"kind": "field",
|
|
15460
|
+
"name": "startLeft",
|
|
15461
|
+
"type": {
|
|
15462
|
+
"text": "number"
|
|
15463
|
+
},
|
|
15464
|
+
"privacy": "private",
|
|
15465
|
+
"default": "0",
|
|
15466
|
+
"inheritedFrom": {
|
|
15467
|
+
"name": "<local>_DialogElement",
|
|
15468
|
+
"module": "src/dialog/dialog.ts"
|
|
15469
|
+
}
|
|
15470
|
+
},
|
|
15471
|
+
{
|
|
15472
|
+
"kind": "field",
|
|
15473
|
+
"name": "startTop",
|
|
15474
|
+
"type": {
|
|
15475
|
+
"text": "number"
|
|
15476
|
+
},
|
|
15477
|
+
"privacy": "private",
|
|
15478
|
+
"default": "0",
|
|
15479
|
+
"inheritedFrom": {
|
|
15480
|
+
"name": "<local>_DialogElement",
|
|
15481
|
+
"module": "src/dialog/dialog.ts"
|
|
15482
|
+
}
|
|
15483
|
+
},
|
|
15484
|
+
{
|
|
15485
|
+
"kind": "field",
|
|
15486
|
+
"name": "resizeOffsetX",
|
|
15255
15487
|
"type": {
|
|
15256
|
-
"text": "
|
|
15488
|
+
"text": "number"
|
|
15257
15489
|
},
|
|
15258
|
-
"
|
|
15490
|
+
"privacy": "private",
|
|
15491
|
+
"default": "0",
|
|
15259
15492
|
"inheritedFrom": {
|
|
15260
15493
|
"name": "<local>_DialogElement",
|
|
15261
15494
|
"module": "src/dialog/dialog.ts"
|
|
@@ -15263,12 +15496,12 @@
|
|
|
15263
15496
|
},
|
|
15264
15497
|
{
|
|
15265
15498
|
"kind": "field",
|
|
15266
|
-
"name": "
|
|
15499
|
+
"name": "resizeOffsetY",
|
|
15267
15500
|
"type": {
|
|
15268
|
-
"text": "
|
|
15501
|
+
"text": "number"
|
|
15269
15502
|
},
|
|
15270
15503
|
"privacy": "private",
|
|
15271
|
-
"default": "
|
|
15504
|
+
"default": "0",
|
|
15272
15505
|
"inheritedFrom": {
|
|
15273
15506
|
"name": "<local>_DialogElement",
|
|
15274
15507
|
"module": "src/dialog/dialog.ts"
|
|
@@ -15276,12 +15509,12 @@
|
|
|
15276
15509
|
},
|
|
15277
15510
|
{
|
|
15278
15511
|
"kind": "field",
|
|
15279
|
-
"name": "
|
|
15512
|
+
"name": "originalWidth",
|
|
15280
15513
|
"type": {
|
|
15281
15514
|
"text": "string"
|
|
15282
15515
|
},
|
|
15283
15516
|
"privacy": "private",
|
|
15284
|
-
"default": "
|
|
15517
|
+
"default": "''",
|
|
15285
15518
|
"inheritedFrom": {
|
|
15286
15519
|
"name": "<local>_DialogElement",
|
|
15287
15520
|
"module": "src/dialog/dialog.ts"
|
|
@@ -15289,12 +15522,12 @@
|
|
|
15289
15522
|
},
|
|
15290
15523
|
{
|
|
15291
15524
|
"kind": "field",
|
|
15292
|
-
"name": "
|
|
15525
|
+
"name": "originalHeight",
|
|
15293
15526
|
"type": {
|
|
15294
|
-
"text": "
|
|
15527
|
+
"text": "string"
|
|
15295
15528
|
},
|
|
15296
15529
|
"privacy": "private",
|
|
15297
|
-
"default": "
|
|
15530
|
+
"default": "''",
|
|
15298
15531
|
"inheritedFrom": {
|
|
15299
15532
|
"name": "<local>_DialogElement",
|
|
15300
15533
|
"module": "src/dialog/dialog.ts"
|
|
@@ -15302,12 +15535,12 @@
|
|
|
15302
15535
|
},
|
|
15303
15536
|
{
|
|
15304
15537
|
"kind": "field",
|
|
15305
|
-
"name": "
|
|
15538
|
+
"name": "originalPosition",
|
|
15306
15539
|
"type": {
|
|
15307
|
-
"text": "
|
|
15540
|
+
"text": "string"
|
|
15308
15541
|
},
|
|
15309
15542
|
"privacy": "private",
|
|
15310
|
-
"default": "
|
|
15543
|
+
"default": "''",
|
|
15311
15544
|
"inheritedFrom": {
|
|
15312
15545
|
"name": "<local>_DialogElement",
|
|
15313
15546
|
"module": "src/dialog/dialog.ts"
|
|
@@ -15315,12 +15548,12 @@
|
|
|
15315
15548
|
},
|
|
15316
15549
|
{
|
|
15317
15550
|
"kind": "field",
|
|
15318
|
-
"name": "
|
|
15551
|
+
"name": "originalLeft",
|
|
15319
15552
|
"type": {
|
|
15320
|
-
"text": "
|
|
15553
|
+
"text": "string"
|
|
15321
15554
|
},
|
|
15322
15555
|
"privacy": "private",
|
|
15323
|
-
"default": "
|
|
15556
|
+
"default": "''",
|
|
15324
15557
|
"inheritedFrom": {
|
|
15325
15558
|
"name": "<local>_DialogElement",
|
|
15326
15559
|
"module": "src/dialog/dialog.ts"
|
|
@@ -15328,12 +15561,12 @@
|
|
|
15328
15561
|
},
|
|
15329
15562
|
{
|
|
15330
15563
|
"kind": "field",
|
|
15331
|
-
"name": "
|
|
15564
|
+
"name": "originalTop",
|
|
15332
15565
|
"type": {
|
|
15333
|
-
"text": "
|
|
15566
|
+
"text": "string"
|
|
15334
15567
|
},
|
|
15335
15568
|
"privacy": "private",
|
|
15336
|
-
"default": "
|
|
15569
|
+
"default": "''",
|
|
15337
15570
|
"inheritedFrom": {
|
|
15338
15571
|
"name": "<local>_DialogElement",
|
|
15339
15572
|
"module": "src/dialog/dialog.ts"
|
|
@@ -15341,12 +15574,12 @@
|
|
|
15341
15574
|
},
|
|
15342
15575
|
{
|
|
15343
15576
|
"kind": "field",
|
|
15344
|
-
"name": "
|
|
15577
|
+
"name": "originalMargin",
|
|
15345
15578
|
"type": {
|
|
15346
|
-
"text": "
|
|
15579
|
+
"text": "string"
|
|
15347
15580
|
},
|
|
15348
15581
|
"privacy": "private",
|
|
15349
|
-
"default": "
|
|
15582
|
+
"default": "''",
|
|
15350
15583
|
"inheritedFrom": {
|
|
15351
15584
|
"name": "<local>_DialogElement",
|
|
15352
15585
|
"module": "src/dialog/dialog.ts"
|
|
@@ -15354,12 +15587,12 @@
|
|
|
15354
15587
|
},
|
|
15355
15588
|
{
|
|
15356
15589
|
"kind": "field",
|
|
15357
|
-
"name": "
|
|
15590
|
+
"name": "isMaximized",
|
|
15358
15591
|
"type": {
|
|
15359
|
-
"text": "
|
|
15592
|
+
"text": "boolean"
|
|
15360
15593
|
},
|
|
15361
15594
|
"privacy": "private",
|
|
15362
|
-
"default": "
|
|
15595
|
+
"default": "false",
|
|
15363
15596
|
"inheritedFrom": {
|
|
15364
15597
|
"name": "<local>_DialogElement",
|
|
15365
15598
|
"module": "src/dialog/dialog.ts"
|
|
@@ -15367,25 +15600,21 @@
|
|
|
15367
15600
|
},
|
|
15368
15601
|
{
|
|
15369
15602
|
"kind": "field",
|
|
15370
|
-
"name": "
|
|
15603
|
+
"name": "hasBeenResized",
|
|
15371
15604
|
"type": {
|
|
15372
|
-
"text": "
|
|
15605
|
+
"text": "boolean"
|
|
15373
15606
|
},
|
|
15374
15607
|
"privacy": "private",
|
|
15375
|
-
"default": "
|
|
15608
|
+
"default": "false",
|
|
15376
15609
|
"inheritedFrom": {
|
|
15377
15610
|
"name": "<local>_DialogElement",
|
|
15378
15611
|
"module": "src/dialog/dialog.ts"
|
|
15379
15612
|
}
|
|
15380
15613
|
},
|
|
15381
15614
|
{
|
|
15382
|
-
"kind": "
|
|
15383
|
-
"name": "
|
|
15384
|
-
"type": {
|
|
15385
|
-
"text": "number"
|
|
15386
|
-
},
|
|
15615
|
+
"kind": "method",
|
|
15616
|
+
"name": "setupResizeHandlers",
|
|
15387
15617
|
"privacy": "private",
|
|
15388
|
-
"default": "0",
|
|
15389
15618
|
"inheritedFrom": {
|
|
15390
15619
|
"name": "<local>_DialogElement",
|
|
15391
15620
|
"module": "src/dialog/dialog.ts"
|
|
@@ -15393,7 +15622,7 @@
|
|
|
15393
15622
|
},
|
|
15394
15623
|
{
|
|
15395
15624
|
"kind": "method",
|
|
15396
|
-
"name": "
|
|
15625
|
+
"name": "removeResizeHandlers",
|
|
15397
15626
|
"privacy": "private",
|
|
15398
15627
|
"inheritedFrom": {
|
|
15399
15628
|
"name": "<local>_DialogElement",
|
|
@@ -15402,8 +15631,16 @@
|
|
|
15402
15631
|
},
|
|
15403
15632
|
{
|
|
15404
15633
|
"kind": "method",
|
|
15405
|
-
"name": "
|
|
15634
|
+
"name": "handleEdgeDoubleClick",
|
|
15406
15635
|
"privacy": "private",
|
|
15636
|
+
"parameters": [
|
|
15637
|
+
{
|
|
15638
|
+
"name": "e",
|
|
15639
|
+
"type": {
|
|
15640
|
+
"text": "MouseEvent"
|
|
15641
|
+
}
|
|
15642
|
+
}
|
|
15643
|
+
],
|
|
15407
15644
|
"inheritedFrom": {
|
|
15408
15645
|
"name": "<local>_DialogElement",
|
|
15409
15646
|
"module": "src/dialog/dialog.ts"
|
|
@@ -15473,6 +15710,19 @@
|
|
|
15473
15710
|
"module": "src/dialog/dialog.ts"
|
|
15474
15711
|
}
|
|
15475
15712
|
},
|
|
15713
|
+
{
|
|
15714
|
+
"kind": "field",
|
|
15715
|
+
"name": "resizeIconName",
|
|
15716
|
+
"type": {
|
|
15717
|
+
"text": "string"
|
|
15718
|
+
},
|
|
15719
|
+
"description": "Get the appropriate icon name for the resize button",
|
|
15720
|
+
"readonly": true,
|
|
15721
|
+
"inheritedFrom": {
|
|
15722
|
+
"name": "<local>_DialogElement",
|
|
15723
|
+
"module": "src/dialog/dialog.ts"
|
|
15724
|
+
}
|
|
15725
|
+
},
|
|
15476
15726
|
{
|
|
15477
15727
|
"kind": "method",
|
|
15478
15728
|
"name": "close",
|
|
@@ -15512,6 +15762,36 @@
|
|
|
15512
15762
|
"module": "src/dialog/dialog.ts"
|
|
15513
15763
|
}
|
|
15514
15764
|
},
|
|
15765
|
+
{
|
|
15766
|
+
"kind": "method",
|
|
15767
|
+
"name": "maximize",
|
|
15768
|
+
"privacy": "private",
|
|
15769
|
+
"return": {
|
|
15770
|
+
"type": {
|
|
15771
|
+
"text": "void"
|
|
15772
|
+
}
|
|
15773
|
+
},
|
|
15774
|
+
"description": "Maximize the dialog to fill the viewport.",
|
|
15775
|
+
"inheritedFrom": {
|
|
15776
|
+
"name": "<local>_DialogElement",
|
|
15777
|
+
"module": "src/dialog/dialog.ts"
|
|
15778
|
+
}
|
|
15779
|
+
},
|
|
15780
|
+
{
|
|
15781
|
+
"kind": "method",
|
|
15782
|
+
"name": "resetSize",
|
|
15783
|
+
"privacy": "public",
|
|
15784
|
+
"return": {
|
|
15785
|
+
"type": {
|
|
15786
|
+
"text": "void"
|
|
15787
|
+
}
|
|
15788
|
+
},
|
|
15789
|
+
"description": "Reset the dialog to its original size and position, or maximize if not resized.",
|
|
15790
|
+
"inheritedFrom": {
|
|
15791
|
+
"name": "<local>_DialogElement",
|
|
15792
|
+
"module": "src/dialog/dialog.ts"
|
|
15793
|
+
}
|
|
15794
|
+
},
|
|
15515
15795
|
{
|
|
15516
15796
|
"kind": "field",
|
|
15517
15797
|
"name": "_presentation",
|
|
@@ -27853,6 +28133,110 @@
|
|
|
27853
28133
|
"module": "src/dialog/dialog.ts"
|
|
27854
28134
|
}
|
|
27855
28135
|
},
|
|
28136
|
+
{
|
|
28137
|
+
"kind": "field",
|
|
28138
|
+
"name": "originalWidth",
|
|
28139
|
+
"type": {
|
|
28140
|
+
"text": "string"
|
|
28141
|
+
},
|
|
28142
|
+
"privacy": "private",
|
|
28143
|
+
"default": "''",
|
|
28144
|
+
"inheritedFrom": {
|
|
28145
|
+
"name": "<local>_DialogElement",
|
|
28146
|
+
"module": "src/dialog/dialog.ts"
|
|
28147
|
+
}
|
|
28148
|
+
},
|
|
28149
|
+
{
|
|
28150
|
+
"kind": "field",
|
|
28151
|
+
"name": "originalHeight",
|
|
28152
|
+
"type": {
|
|
28153
|
+
"text": "string"
|
|
28154
|
+
},
|
|
28155
|
+
"privacy": "private",
|
|
28156
|
+
"default": "''",
|
|
28157
|
+
"inheritedFrom": {
|
|
28158
|
+
"name": "<local>_DialogElement",
|
|
28159
|
+
"module": "src/dialog/dialog.ts"
|
|
28160
|
+
}
|
|
28161
|
+
},
|
|
28162
|
+
{
|
|
28163
|
+
"kind": "field",
|
|
28164
|
+
"name": "originalPosition",
|
|
28165
|
+
"type": {
|
|
28166
|
+
"text": "string"
|
|
28167
|
+
},
|
|
28168
|
+
"privacy": "private",
|
|
28169
|
+
"default": "''",
|
|
28170
|
+
"inheritedFrom": {
|
|
28171
|
+
"name": "<local>_DialogElement",
|
|
28172
|
+
"module": "src/dialog/dialog.ts"
|
|
28173
|
+
}
|
|
28174
|
+
},
|
|
28175
|
+
{
|
|
28176
|
+
"kind": "field",
|
|
28177
|
+
"name": "originalLeft",
|
|
28178
|
+
"type": {
|
|
28179
|
+
"text": "string"
|
|
28180
|
+
},
|
|
28181
|
+
"privacy": "private",
|
|
28182
|
+
"default": "''",
|
|
28183
|
+
"inheritedFrom": {
|
|
28184
|
+
"name": "<local>_DialogElement",
|
|
28185
|
+
"module": "src/dialog/dialog.ts"
|
|
28186
|
+
}
|
|
28187
|
+
},
|
|
28188
|
+
{
|
|
28189
|
+
"kind": "field",
|
|
28190
|
+
"name": "originalTop",
|
|
28191
|
+
"type": {
|
|
28192
|
+
"text": "string"
|
|
28193
|
+
},
|
|
28194
|
+
"privacy": "private",
|
|
28195
|
+
"default": "''",
|
|
28196
|
+
"inheritedFrom": {
|
|
28197
|
+
"name": "<local>_DialogElement",
|
|
28198
|
+
"module": "src/dialog/dialog.ts"
|
|
28199
|
+
}
|
|
28200
|
+
},
|
|
28201
|
+
{
|
|
28202
|
+
"kind": "field",
|
|
28203
|
+
"name": "originalMargin",
|
|
28204
|
+
"type": {
|
|
28205
|
+
"text": "string"
|
|
28206
|
+
},
|
|
28207
|
+
"privacy": "private",
|
|
28208
|
+
"default": "''",
|
|
28209
|
+
"inheritedFrom": {
|
|
28210
|
+
"name": "<local>_DialogElement",
|
|
28211
|
+
"module": "src/dialog/dialog.ts"
|
|
28212
|
+
}
|
|
28213
|
+
},
|
|
28214
|
+
{
|
|
28215
|
+
"kind": "field",
|
|
28216
|
+
"name": "isMaximized",
|
|
28217
|
+
"type": {
|
|
28218
|
+
"text": "boolean"
|
|
28219
|
+
},
|
|
28220
|
+
"privacy": "private",
|
|
28221
|
+
"default": "false",
|
|
28222
|
+
"inheritedFrom": {
|
|
28223
|
+
"name": "<local>_DialogElement",
|
|
28224
|
+
"module": "src/dialog/dialog.ts"
|
|
28225
|
+
}
|
|
28226
|
+
},
|
|
28227
|
+
{
|
|
28228
|
+
"kind": "field",
|
|
28229
|
+
"name": "hasBeenResized",
|
|
28230
|
+
"type": {
|
|
28231
|
+
"text": "boolean"
|
|
28232
|
+
},
|
|
28233
|
+
"privacy": "private",
|
|
28234
|
+
"default": "false",
|
|
28235
|
+
"inheritedFrom": {
|
|
28236
|
+
"name": "<local>_DialogElement",
|
|
28237
|
+
"module": "src/dialog/dialog.ts"
|
|
28238
|
+
}
|
|
28239
|
+
},
|
|
27856
28240
|
{
|
|
27857
28241
|
"kind": "method",
|
|
27858
28242
|
"name": "setupResizeHandlers",
|
|
@@ -27871,6 +28255,23 @@
|
|
|
27871
28255
|
"module": "src/dialog/dialog.ts"
|
|
27872
28256
|
}
|
|
27873
28257
|
},
|
|
28258
|
+
{
|
|
28259
|
+
"kind": "method",
|
|
28260
|
+
"name": "handleEdgeDoubleClick",
|
|
28261
|
+
"privacy": "private",
|
|
28262
|
+
"parameters": [
|
|
28263
|
+
{
|
|
28264
|
+
"name": "e",
|
|
28265
|
+
"type": {
|
|
28266
|
+
"text": "MouseEvent"
|
|
28267
|
+
}
|
|
28268
|
+
}
|
|
28269
|
+
],
|
|
28270
|
+
"inheritedFrom": {
|
|
28271
|
+
"name": "<local>_DialogElement",
|
|
28272
|
+
"module": "src/dialog/dialog.ts"
|
|
28273
|
+
}
|
|
28274
|
+
},
|
|
27874
28275
|
{
|
|
27875
28276
|
"kind": "method",
|
|
27876
28277
|
"name": "handleResizeStart",
|
|
@@ -27935,6 +28336,19 @@
|
|
|
27935
28336
|
"module": "src/dialog/dialog.ts"
|
|
27936
28337
|
}
|
|
27937
28338
|
},
|
|
28339
|
+
{
|
|
28340
|
+
"kind": "field",
|
|
28341
|
+
"name": "resizeIconName",
|
|
28342
|
+
"type": {
|
|
28343
|
+
"text": "string"
|
|
28344
|
+
},
|
|
28345
|
+
"description": "Get the appropriate icon name for the resize button",
|
|
28346
|
+
"readonly": true,
|
|
28347
|
+
"inheritedFrom": {
|
|
28348
|
+
"name": "<local>_DialogElement",
|
|
28349
|
+
"module": "src/dialog/dialog.ts"
|
|
28350
|
+
}
|
|
28351
|
+
},
|
|
27938
28352
|
{
|
|
27939
28353
|
"kind": "method",
|
|
27940
28354
|
"name": "close",
|
|
@@ -27974,6 +28388,36 @@
|
|
|
27974
28388
|
"module": "src/dialog/dialog.ts"
|
|
27975
28389
|
}
|
|
27976
28390
|
},
|
|
28391
|
+
{
|
|
28392
|
+
"kind": "method",
|
|
28393
|
+
"name": "maximize",
|
|
28394
|
+
"privacy": "private",
|
|
28395
|
+
"return": {
|
|
28396
|
+
"type": {
|
|
28397
|
+
"text": "void"
|
|
28398
|
+
}
|
|
28399
|
+
},
|
|
28400
|
+
"description": "Maximize the dialog to fill the viewport.",
|
|
28401
|
+
"inheritedFrom": {
|
|
28402
|
+
"name": "<local>_DialogElement",
|
|
28403
|
+
"module": "src/dialog/dialog.ts"
|
|
28404
|
+
}
|
|
28405
|
+
},
|
|
28406
|
+
{
|
|
28407
|
+
"kind": "method",
|
|
28408
|
+
"name": "resetSize",
|
|
28409
|
+
"privacy": "public",
|
|
28410
|
+
"return": {
|
|
28411
|
+
"type": {
|
|
28412
|
+
"text": "void"
|
|
28413
|
+
}
|
|
28414
|
+
},
|
|
28415
|
+
"description": "Reset the dialog to its original size and position, or maximize if not resized.",
|
|
28416
|
+
"inheritedFrom": {
|
|
28417
|
+
"name": "<local>_DialogElement",
|
|
28418
|
+
"module": "src/dialog/dialog.ts"
|
|
28419
|
+
}
|
|
28420
|
+
},
|
|
27977
28421
|
{
|
|
27978
28422
|
"kind": "field",
|
|
27979
28423
|
"name": "_presentation",
|