@genesislcap/foundation-ui 14.346.0 → 14.347.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 +994 -550
- 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 +21 -12
- package/dist/esm/modal/modal.js +1 -1
- package/package.json +18 -18
|
@@ -1659,11 +1659,11 @@
|
|
|
1659
1659
|
},
|
|
1660
1660
|
{
|
|
1661
1661
|
"kind": "javascript-module",
|
|
1662
|
-
"path": "src/
|
|
1662
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1663
1663
|
"declarations": [
|
|
1664
1664
|
{
|
|
1665
1665
|
"kind": "function",
|
|
1666
|
-
"name": "
|
|
1666
|
+
"name": "actionsMenuBaseStyles",
|
|
1667
1667
|
"return": {
|
|
1668
1668
|
"type": {
|
|
1669
1669
|
"text": "ElementStyles"
|
|
@@ -1683,29 +1683,13 @@
|
|
|
1683
1683
|
}
|
|
1684
1684
|
}
|
|
1685
1685
|
]
|
|
1686
|
-
}
|
|
1687
|
-
],
|
|
1688
|
-
"exports": [
|
|
1689
|
-
{
|
|
1690
|
-
"kind": "js",
|
|
1691
|
-
"name": "foundationAnchorStyles",
|
|
1692
|
-
"declaration": {
|
|
1693
|
-
"name": "foundationAnchorStyles",
|
|
1694
|
-
"module": "src/anchor/anchor.styles.ts"
|
|
1695
|
-
}
|
|
1696
|
-
}
|
|
1697
|
-
]
|
|
1698
|
-
},
|
|
1699
|
-
{
|
|
1700
|
-
"kind": "javascript-module",
|
|
1701
|
-
"path": "src/anchor/anchor.template.ts",
|
|
1702
|
-
"declarations": [
|
|
1686
|
+
},
|
|
1703
1687
|
{
|
|
1704
1688
|
"kind": "function",
|
|
1705
|
-
"name": "
|
|
1689
|
+
"name": "foundationActionsMenuStyles",
|
|
1706
1690
|
"return": {
|
|
1707
1691
|
"type": {
|
|
1708
|
-
"text": "
|
|
1692
|
+
"text": "ElementStyles"
|
|
1709
1693
|
}
|
|
1710
1694
|
},
|
|
1711
1695
|
"parameters": [
|
|
@@ -1727,253 +1711,269 @@
|
|
|
1727
1711
|
"exports": [
|
|
1728
1712
|
{
|
|
1729
1713
|
"kind": "js",
|
|
1730
|
-
"name": "
|
|
1714
|
+
"name": "actionsMenuBaseStyles",
|
|
1731
1715
|
"declaration": {
|
|
1732
|
-
"name": "
|
|
1733
|
-
"module": "src/
|
|
1716
|
+
"name": "actionsMenuBaseStyles",
|
|
1717
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1718
|
+
}
|
|
1719
|
+
},
|
|
1720
|
+
{
|
|
1721
|
+
"kind": "js",
|
|
1722
|
+
"name": "foundationActionsMenuStyles",
|
|
1723
|
+
"declaration": {
|
|
1724
|
+
"name": "foundationActionsMenuStyles",
|
|
1725
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1734
1726
|
}
|
|
1735
1727
|
}
|
|
1736
1728
|
]
|
|
1737
1729
|
},
|
|
1738
1730
|
{
|
|
1739
1731
|
"kind": "javascript-module",
|
|
1740
|
-
"path": "src/
|
|
1732
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
1741
1733
|
"declarations": [
|
|
1742
1734
|
{
|
|
1743
|
-
"kind": "
|
|
1744
|
-
"
|
|
1745
|
-
"
|
|
1746
|
-
"superclass": {
|
|
1747
|
-
"name": "FASTAnchor",
|
|
1748
|
-
"package": "@microsoft/fast-components"
|
|
1749
|
-
},
|
|
1750
|
-
"tagName": "%%prefix%%-anchor",
|
|
1751
|
-
"customElement": true,
|
|
1752
|
-
"attributes": [
|
|
1753
|
-
{
|
|
1754
|
-
"name": "download",
|
|
1755
|
-
"type": {
|
|
1756
|
-
"text": "string"
|
|
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"
|
|
1763
|
-
}
|
|
1764
|
-
},
|
|
1735
|
+
"kind": "function",
|
|
1736
|
+
"name": "menuTemplate",
|
|
1737
|
+
"parameters": [
|
|
1765
1738
|
{
|
|
1766
|
-
"name": "
|
|
1739
|
+
"name": "prefix",
|
|
1767
1740
|
"type": {
|
|
1768
1741
|
"text": "string"
|
|
1769
|
-
},
|
|
1770
|
-
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1771
|
-
"fieldName": "href",
|
|
1772
|
-
"inheritedFrom": {
|
|
1773
|
-
"name": "Anchor",
|
|
1774
|
-
"module": "src/anchor/anchor.ts"
|
|
1775
1742
|
}
|
|
1776
|
-
}
|
|
1743
|
+
}
|
|
1744
|
+
]
|
|
1745
|
+
},
|
|
1746
|
+
{
|
|
1747
|
+
"kind": "function",
|
|
1748
|
+
"name": "singleOptionTemplate",
|
|
1749
|
+
"parameters": [
|
|
1777
1750
|
{
|
|
1778
|
-
"name": "
|
|
1751
|
+
"name": "prefix",
|
|
1779
1752
|
"type": {
|
|
1780
1753
|
"text": "string"
|
|
1781
|
-
},
|
|
1782
|
-
"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.",
|
|
1783
|
-
"fieldName": "hreflang",
|
|
1784
|
-
"inheritedFrom": {
|
|
1785
|
-
"name": "Anchor",
|
|
1786
|
-
"module": "src/anchor/anchor.ts"
|
|
1787
1754
|
}
|
|
1788
|
-
}
|
|
1755
|
+
}
|
|
1756
|
+
]
|
|
1757
|
+
},
|
|
1758
|
+
{
|
|
1759
|
+
"kind": "variable",
|
|
1760
|
+
"name": "foundationActionsMenuTemplate",
|
|
1761
|
+
"type": {
|
|
1762
|
+
"text": "ViewTemplate<ActionsMenu>"
|
|
1763
|
+
},
|
|
1764
|
+
"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`"
|
|
1765
|
+
}
|
|
1766
|
+
],
|
|
1767
|
+
"exports": [
|
|
1768
|
+
{
|
|
1769
|
+
"kind": "js",
|
|
1770
|
+
"name": "menuTemplate",
|
|
1771
|
+
"declaration": {
|
|
1772
|
+
"name": "menuTemplate",
|
|
1773
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1774
|
+
}
|
|
1775
|
+
},
|
|
1776
|
+
{
|
|
1777
|
+
"kind": "js",
|
|
1778
|
+
"name": "singleOptionTemplate",
|
|
1779
|
+
"declaration": {
|
|
1780
|
+
"name": "singleOptionTemplate",
|
|
1781
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1782
|
+
}
|
|
1783
|
+
},
|
|
1784
|
+
{
|
|
1785
|
+
"kind": "js",
|
|
1786
|
+
"name": "foundationActionsMenuTemplate",
|
|
1787
|
+
"declaration": {
|
|
1788
|
+
"name": "foundationActionsMenuTemplate",
|
|
1789
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1790
|
+
}
|
|
1791
|
+
}
|
|
1792
|
+
]
|
|
1793
|
+
},
|
|
1794
|
+
{
|
|
1795
|
+
"kind": "javascript-module",
|
|
1796
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
1797
|
+
"declarations": [
|
|
1798
|
+
{
|
|
1799
|
+
"kind": "class",
|
|
1800
|
+
"description": "",
|
|
1801
|
+
"name": "ActionsMenu",
|
|
1802
|
+
"members": [
|
|
1789
1803
|
{
|
|
1790
|
-
"
|
|
1804
|
+
"kind": "field",
|
|
1805
|
+
"name": "actions",
|
|
1791
1806
|
"type": {
|
|
1792
|
-
"text": "
|
|
1793
|
-
},
|
|
1794
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1795
|
-
"fieldName": "ping",
|
|
1796
|
-
"inheritedFrom": {
|
|
1797
|
-
"name": "Anchor",
|
|
1798
|
-
"module": "src/anchor/anchor.ts"
|
|
1807
|
+
"text": "ActionMenuItem[]"
|
|
1799
1808
|
}
|
|
1800
1809
|
},
|
|
1801
1810
|
{
|
|
1802
|
-
"
|
|
1811
|
+
"kind": "field",
|
|
1812
|
+
"name": "isVertical",
|
|
1803
1813
|
"type": {
|
|
1804
|
-
"text": "
|
|
1814
|
+
"text": "boolean"
|
|
1805
1815
|
},
|
|
1806
|
-
"
|
|
1807
|
-
"fieldName": "referrerpolicy",
|
|
1808
|
-
"inheritedFrom": {
|
|
1809
|
-
"name": "Anchor",
|
|
1810
|
-
"module": "src/anchor/anchor.ts"
|
|
1811
|
-
}
|
|
1816
|
+
"default": "false"
|
|
1812
1817
|
},
|
|
1813
1818
|
{
|
|
1814
|
-
"
|
|
1819
|
+
"kind": "field",
|
|
1820
|
+
"name": "addDefaultActions",
|
|
1815
1821
|
"type": {
|
|
1816
|
-
"text": "
|
|
1822
|
+
"text": "boolean"
|
|
1817
1823
|
},
|
|
1818
|
-
"
|
|
1819
|
-
"fieldName": "rel",
|
|
1820
|
-
"inheritedFrom": {
|
|
1821
|
-
"name": "Anchor",
|
|
1822
|
-
"module": "src/anchor/anchor.ts"
|
|
1823
|
-
}
|
|
1824
|
+
"default": "true"
|
|
1824
1825
|
},
|
|
1825
1826
|
{
|
|
1826
|
-
"
|
|
1827
|
+
"kind": "field",
|
|
1828
|
+
"name": "autoCloseOnAction",
|
|
1827
1829
|
"type": {
|
|
1828
|
-
"text": "
|
|
1830
|
+
"text": "boolean"
|
|
1829
1831
|
},
|
|
1830
|
-
"
|
|
1831
|
-
"fieldName": "target",
|
|
1832
|
-
"inheritedFrom": {
|
|
1833
|
-
"name": "Anchor",
|
|
1834
|
-
"module": "src/anchor/anchor.ts"
|
|
1835
|
-
}
|
|
1832
|
+
"default": "true"
|
|
1836
1833
|
},
|
|
1837
1834
|
{
|
|
1838
|
-
"
|
|
1835
|
+
"kind": "field",
|
|
1836
|
+
"name": "classNames",
|
|
1839
1837
|
"type": {
|
|
1840
1838
|
"text": "string"
|
|
1841
|
-
},
|
|
1842
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1843
|
-
"fieldName": "type",
|
|
1844
|
-
"inheritedFrom": {
|
|
1845
|
-
"name": "Anchor",
|
|
1846
|
-
"module": "src/anchor/anchor.ts"
|
|
1847
1839
|
}
|
|
1848
|
-
}
|
|
1849
|
-
],
|
|
1850
|
-
"members": [
|
|
1840
|
+
},
|
|
1851
1841
|
{
|
|
1852
1842
|
"kind": "field",
|
|
1853
|
-
"name": "
|
|
1843
|
+
"name": "definition",
|
|
1854
1844
|
"type": {
|
|
1855
|
-
"text": "
|
|
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"
|
|
1845
|
+
"text": "any"
|
|
1862
1846
|
}
|
|
1863
1847
|
},
|
|
1864
1848
|
{
|
|
1865
1849
|
"kind": "field",
|
|
1866
|
-
"name": "
|
|
1850
|
+
"name": "name",
|
|
1867
1851
|
"type": {
|
|
1868
1852
|
"text": "string"
|
|
1869
1853
|
},
|
|
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
|
-
}
|
|
1854
|
+
"default": "'Actions'"
|
|
1876
1855
|
},
|
|
1877
1856
|
{
|
|
1878
1857
|
"kind": "field",
|
|
1879
|
-
"name": "
|
|
1858
|
+
"name": "open",
|
|
1880
1859
|
"type": {
|
|
1881
|
-
"text": "
|
|
1860
|
+
"text": "boolean"
|
|
1882
1861
|
},
|
|
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
|
-
}
|
|
1862
|
+
"default": "false"
|
|
1889
1863
|
},
|
|
1890
1864
|
{
|
|
1891
1865
|
"kind": "field",
|
|
1892
|
-
"name": "
|
|
1866
|
+
"name": "buttonAppearance",
|
|
1893
1867
|
"type": {
|
|
1894
1868
|
"text": "string"
|
|
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"
|
|
1901
1869
|
}
|
|
1902
1870
|
},
|
|
1903
1871
|
{
|
|
1904
1872
|
"kind": "field",
|
|
1905
|
-
"name": "
|
|
1873
|
+
"name": "hideDisabled",
|
|
1906
1874
|
"type": {
|
|
1907
|
-
"text": "
|
|
1875
|
+
"text": "boolean"
|
|
1908
1876
|
},
|
|
1909
|
-
"
|
|
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"
|
|
1914
|
-
}
|
|
1877
|
+
"default": "false"
|
|
1915
1878
|
},
|
|
1916
1879
|
{
|
|
1917
1880
|
"kind": "field",
|
|
1918
|
-
"name": "
|
|
1881
|
+
"name": "hideMenuSingleOption",
|
|
1919
1882
|
"type": {
|
|
1920
|
-
"text": "
|
|
1883
|
+
"text": "boolean"
|
|
1921
1884
|
},
|
|
1922
|
-
"
|
|
1923
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1924
|
-
"inheritedFrom": {
|
|
1925
|
-
"name": "Anchor",
|
|
1926
|
-
"module": "src/anchor/anchor.ts"
|
|
1927
|
-
}
|
|
1885
|
+
"default": "false"
|
|
1928
1886
|
},
|
|
1929
1887
|
{
|
|
1930
1888
|
"kind": "field",
|
|
1931
|
-
"name": "
|
|
1889
|
+
"name": "singleOption",
|
|
1932
1890
|
"type": {
|
|
1933
|
-
"text": "
|
|
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"
|
|
1891
|
+
"text": "ActionMenuItem"
|
|
1940
1892
|
}
|
|
1941
1893
|
},
|
|
1942
1894
|
{
|
|
1943
1895
|
"kind": "field",
|
|
1944
|
-
"name": "
|
|
1896
|
+
"name": "actionsMenu",
|
|
1945
1897
|
"type": {
|
|
1946
|
-
"text": "
|
|
1947
|
-
},
|
|
1948
|
-
"privacy": "public",
|
|
1949
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1950
|
-
"inheritedFrom": {
|
|
1951
|
-
"name": "Anchor",
|
|
1952
|
-
"module": "src/anchor/anchor.ts"
|
|
1898
|
+
"text": "HTMLElement"
|
|
1953
1899
|
}
|
|
1954
1900
|
},
|
|
1901
|
+
{
|
|
1902
|
+
"kind": "method",
|
|
1903
|
+
"name": "definitionChanged",
|
|
1904
|
+
"privacy": "protected",
|
|
1905
|
+
"parameters": [
|
|
1906
|
+
{
|
|
1907
|
+
"name": "oldValue",
|
|
1908
|
+
"type": {
|
|
1909
|
+
"text": "any"
|
|
1910
|
+
}
|
|
1911
|
+
},
|
|
1912
|
+
{
|
|
1913
|
+
"name": "newValue",
|
|
1914
|
+
"type": {
|
|
1915
|
+
"text": "any"
|
|
1916
|
+
}
|
|
1917
|
+
}
|
|
1918
|
+
]
|
|
1919
|
+
},
|
|
1920
|
+
{
|
|
1921
|
+
"kind": "method",
|
|
1922
|
+
"name": "openChanged",
|
|
1923
|
+
"privacy": "protected"
|
|
1924
|
+
},
|
|
1925
|
+
{
|
|
1926
|
+
"kind": "method",
|
|
1927
|
+
"name": "toggleActionsMenuVisibility"
|
|
1928
|
+
},
|
|
1929
|
+
{
|
|
1930
|
+
"kind": "method",
|
|
1931
|
+
"name": "onActionMenuItemClick",
|
|
1932
|
+
"parameters": [
|
|
1933
|
+
{
|
|
1934
|
+
"name": "callback",
|
|
1935
|
+
"type": {
|
|
1936
|
+
"text": "(rowData) => void | any"
|
|
1937
|
+
}
|
|
1938
|
+
}
|
|
1939
|
+
]
|
|
1940
|
+
},
|
|
1955
1941
|
{
|
|
1956
1942
|
"kind": "field",
|
|
1957
|
-
"name": "
|
|
1943
|
+
"name": "allActions",
|
|
1958
1944
|
"type": {
|
|
1959
|
-
"text": "
|
|
1945
|
+
"text": "ActionMenuItem[]"
|
|
1960
1946
|
},
|
|
1961
|
-
"
|
|
1962
|
-
"description": "References the root element",
|
|
1963
|
-
"inheritedFrom": {
|
|
1964
|
-
"name": "Anchor",
|
|
1965
|
-
"module": "src/anchor/anchor.ts"
|
|
1966
|
-
}
|
|
1947
|
+
"readonly": true
|
|
1967
1948
|
},
|
|
1968
1949
|
{
|
|
1969
1950
|
"kind": "field",
|
|
1970
|
-
"name": "
|
|
1971
|
-
"
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1951
|
+
"name": "rowData",
|
|
1952
|
+
"readonly": true
|
|
1953
|
+
},
|
|
1954
|
+
{
|
|
1955
|
+
"kind": "method",
|
|
1956
|
+
"name": "getLabel",
|
|
1957
|
+
"parameters": [
|
|
1958
|
+
{
|
|
1959
|
+
"name": "name",
|
|
1960
|
+
"type": {
|
|
1961
|
+
"text": "string | ((rowData: any) => string)"
|
|
1962
|
+
}
|
|
1963
|
+
}
|
|
1964
|
+
]
|
|
1965
|
+
},
|
|
1966
|
+
{
|
|
1967
|
+
"kind": "method",
|
|
1968
|
+
"name": "getTemplate",
|
|
1969
|
+
"parameters": [
|
|
1970
|
+
{
|
|
1971
|
+
"name": "prefix",
|
|
1972
|
+
"type": {
|
|
1973
|
+
"text": "string"
|
|
1974
|
+
}
|
|
1975
|
+
}
|
|
1976
|
+
]
|
|
1977
1977
|
},
|
|
1978
1978
|
{
|
|
1979
1979
|
"kind": "field",
|
|
@@ -2086,69 +2086,108 @@
|
|
|
2086
2086
|
"module": "src/foundation-element/foundation-element.ts"
|
|
2087
2087
|
}
|
|
2088
2088
|
}
|
|
2089
|
-
]
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
|
|
2089
|
+
],
|
|
2090
|
+
"attributes": [
|
|
2091
|
+
{
|
|
2092
|
+
"name": "is-vertical",
|
|
2093
|
+
"type": {
|
|
2094
|
+
"text": "boolean"
|
|
2095
|
+
},
|
|
2096
|
+
"default": "false",
|
|
2097
|
+
"fieldName": "isVertical"
|
|
2098
|
+
},
|
|
2099
|
+
{
|
|
2100
|
+
"name": "add-default-actions",
|
|
2101
|
+
"type": {
|
|
2102
|
+
"text": "boolean"
|
|
2103
|
+
},
|
|
2104
|
+
"default": "true",
|
|
2105
|
+
"fieldName": "addDefaultActions"
|
|
2106
|
+
},
|
|
2107
|
+
{
|
|
2108
|
+
"name": "auto-close-on-action",
|
|
2109
|
+
"type": {
|
|
2110
|
+
"text": "boolean"
|
|
2111
|
+
},
|
|
2112
|
+
"default": "true",
|
|
2113
|
+
"fieldName": "autoCloseOnAction"
|
|
2114
|
+
},
|
|
2115
|
+
{
|
|
2116
|
+
"name": "name",
|
|
2117
|
+
"type": {
|
|
2118
|
+
"text": "string"
|
|
2119
|
+
},
|
|
2120
|
+
"default": "'Actions'",
|
|
2121
|
+
"fieldName": "name"
|
|
2122
|
+
},
|
|
2123
|
+
{
|
|
2124
|
+
"name": "open",
|
|
2125
|
+
"type": {
|
|
2126
|
+
"text": "boolean"
|
|
2127
|
+
},
|
|
2128
|
+
"default": "false",
|
|
2129
|
+
"fieldName": "open"
|
|
2130
|
+
},
|
|
2131
|
+
{
|
|
2132
|
+
"name": "buttonAppearance",
|
|
2133
|
+
"type": {
|
|
2134
|
+
"text": "string"
|
|
2135
|
+
},
|
|
2136
|
+
"fieldName": "buttonAppearance"
|
|
2137
|
+
},
|
|
2138
|
+
{
|
|
2139
|
+
"name": "hide-disabled",
|
|
2140
|
+
"type": {
|
|
2141
|
+
"text": "boolean"
|
|
2142
|
+
},
|
|
2143
|
+
"default": "false",
|
|
2144
|
+
"fieldName": "hideDisabled"
|
|
2145
|
+
},
|
|
2146
|
+
{
|
|
2147
|
+
"name": "hide-menu-single-option",
|
|
2148
|
+
"type": {
|
|
2149
|
+
"text": "boolean"
|
|
2150
|
+
},
|
|
2151
|
+
"default": "false",
|
|
2152
|
+
"fieldName": "hideMenuSingleOption"
|
|
2153
|
+
}
|
|
2154
|
+
],
|
|
2155
|
+
"superclass": {
|
|
2156
|
+
"name": "FoundationElement",
|
|
2157
|
+
"package": "@microsoft/fast-foundation"
|
|
2104
2158
|
},
|
|
2105
|
-
"
|
|
2159
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
2160
|
+
"customElement": true
|
|
2106
2161
|
},
|
|
2107
2162
|
{
|
|
2108
2163
|
"kind": "variable",
|
|
2109
|
-
"name": "
|
|
2110
|
-
"description": "The Foundation
|
|
2164
|
+
"name": "foundationActionsMenu",
|
|
2165
|
+
"description": "The Foundation Actions Menu",
|
|
2111
2166
|
"privacy": "public"
|
|
2112
2167
|
}
|
|
2113
2168
|
],
|
|
2114
2169
|
"exports": [
|
|
2115
2170
|
{
|
|
2116
2171
|
"kind": "js",
|
|
2117
|
-
"name": "
|
|
2118
|
-
"declaration": {
|
|
2119
|
-
"name": "Anchor",
|
|
2120
|
-
"module": "src/anchor/anchor.ts"
|
|
2121
|
-
}
|
|
2122
|
-
},
|
|
2123
|
-
{
|
|
2124
|
-
"kind": "js",
|
|
2125
|
-
"name": "foundationAnchorShadowOptions",
|
|
2126
|
-
"declaration": {
|
|
2127
|
-
"name": "foundationAnchorShadowOptions",
|
|
2128
|
-
"module": "src/anchor/anchor.ts"
|
|
2129
|
-
}
|
|
2130
|
-
},
|
|
2131
|
-
{
|
|
2132
|
-
"kind": "js",
|
|
2133
|
-
"name": "defaultAnchorConfig",
|
|
2172
|
+
"name": "ActionsMenu",
|
|
2134
2173
|
"declaration": {
|
|
2135
|
-
"name": "
|
|
2136
|
-
"module": "src/
|
|
2174
|
+
"name": "ActionsMenu",
|
|
2175
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2137
2176
|
}
|
|
2138
2177
|
},
|
|
2139
2178
|
{
|
|
2140
2179
|
"kind": "js",
|
|
2141
|
-
"name": "
|
|
2180
|
+
"name": "foundationActionsMenu",
|
|
2142
2181
|
"declaration": {
|
|
2143
|
-
"name": "
|
|
2144
|
-
"module": "src/
|
|
2182
|
+
"name": "foundationActionsMenu",
|
|
2183
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2145
2184
|
}
|
|
2146
2185
|
}
|
|
2147
2186
|
]
|
|
2148
2187
|
},
|
|
2149
2188
|
{
|
|
2150
2189
|
"kind": "javascript-module",
|
|
2151
|
-
"path": "src/
|
|
2190
|
+
"path": "src/actions-menu/index.ts",
|
|
2152
2191
|
"declarations": [],
|
|
2153
2192
|
"exports": [
|
|
2154
2193
|
{
|
|
@@ -2156,7 +2195,7 @@
|
|
|
2156
2195
|
"name": "*",
|
|
2157
2196
|
"declaration": {
|
|
2158
2197
|
"name": "*",
|
|
2159
|
-
"package": "./
|
|
2198
|
+
"package": "./actions-menu.styles"
|
|
2160
2199
|
}
|
|
2161
2200
|
},
|
|
2162
2201
|
{
|
|
@@ -2164,7 +2203,7 @@
|
|
|
2164
2203
|
"name": "*",
|
|
2165
2204
|
"declaration": {
|
|
2166
2205
|
"name": "*",
|
|
2167
|
-
"package": "./
|
|
2206
|
+
"package": "./actions-menu.template"
|
|
2168
2207
|
}
|
|
2169
2208
|
},
|
|
2170
2209
|
{
|
|
@@ -2172,18 +2211,18 @@
|
|
|
2172
2211
|
"name": "*",
|
|
2173
2212
|
"declaration": {
|
|
2174
2213
|
"name": "*",
|
|
2175
|
-
"package": "./
|
|
2214
|
+
"package": "./actions-menu"
|
|
2176
2215
|
}
|
|
2177
2216
|
}
|
|
2178
2217
|
]
|
|
2179
2218
|
},
|
|
2180
2219
|
{
|
|
2181
2220
|
"kind": "javascript-module",
|
|
2182
|
-
"path": "src/
|
|
2221
|
+
"path": "src/anchor/anchor.styles.ts",
|
|
2183
2222
|
"declarations": [
|
|
2184
2223
|
{
|
|
2185
2224
|
"kind": "function",
|
|
2186
|
-
"name": "
|
|
2225
|
+
"name": "foundationAnchorStyles",
|
|
2187
2226
|
"return": {
|
|
2188
2227
|
"type": {
|
|
2189
2228
|
"text": "ElementStyles"
|
|
@@ -2203,13 +2242,29 @@
|
|
|
2203
2242
|
}
|
|
2204
2243
|
}
|
|
2205
2244
|
]
|
|
2206
|
-
}
|
|
2245
|
+
}
|
|
2246
|
+
],
|
|
2247
|
+
"exports": [
|
|
2248
|
+
{
|
|
2249
|
+
"kind": "js",
|
|
2250
|
+
"name": "foundationAnchorStyles",
|
|
2251
|
+
"declaration": {
|
|
2252
|
+
"name": "foundationAnchorStyles",
|
|
2253
|
+
"module": "src/anchor/anchor.styles.ts"
|
|
2254
|
+
}
|
|
2255
|
+
}
|
|
2256
|
+
]
|
|
2257
|
+
},
|
|
2258
|
+
{
|
|
2259
|
+
"kind": "javascript-module",
|
|
2260
|
+
"path": "src/anchor/anchor.template.ts",
|
|
2261
|
+
"declarations": [
|
|
2207
2262
|
{
|
|
2208
2263
|
"kind": "function",
|
|
2209
|
-
"name": "
|
|
2264
|
+
"name": "foundationAnchorTemplate",
|
|
2210
2265
|
"return": {
|
|
2211
2266
|
"type": {
|
|
2212
|
-
"text": "
|
|
2267
|
+
"text": "ViewTemplate<Anchor>"
|
|
2213
2268
|
}
|
|
2214
2269
|
},
|
|
2215
2270
|
"parameters": [
|
|
@@ -2231,269 +2286,253 @@
|
|
|
2231
2286
|
"exports": [
|
|
2232
2287
|
{
|
|
2233
2288
|
"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",
|
|
2289
|
+
"name": "foundationAnchorTemplate",
|
|
2243
2290
|
"declaration": {
|
|
2244
|
-
"name": "
|
|
2245
|
-
"module": "src/
|
|
2291
|
+
"name": "foundationAnchorTemplate",
|
|
2292
|
+
"module": "src/anchor/anchor.template.ts"
|
|
2246
2293
|
}
|
|
2247
2294
|
}
|
|
2248
2295
|
]
|
|
2249
2296
|
},
|
|
2250
2297
|
{
|
|
2251
2298
|
"kind": "javascript-module",
|
|
2252
|
-
"path": "src/
|
|
2299
|
+
"path": "src/anchor/anchor.ts",
|
|
2253
2300
|
"declarations": [
|
|
2254
2301
|
{
|
|
2255
|
-
"kind": "
|
|
2256
|
-
"
|
|
2257
|
-
"
|
|
2302
|
+
"kind": "class",
|
|
2303
|
+
"description": "",
|
|
2304
|
+
"name": "Anchor",
|
|
2305
|
+
"superclass": {
|
|
2306
|
+
"name": "FASTAnchor",
|
|
2307
|
+
"package": "@microsoft/fast-components"
|
|
2308
|
+
},
|
|
2309
|
+
"tagName": "%%prefix%%-anchor",
|
|
2310
|
+
"customElement": true,
|
|
2311
|
+
"attributes": [
|
|
2258
2312
|
{
|
|
2259
|
-
"name": "
|
|
2313
|
+
"name": "download",
|
|
2260
2314
|
"type": {
|
|
2261
2315
|
"text": "string"
|
|
2316
|
+
},
|
|
2317
|
+
"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.",
|
|
2318
|
+
"fieldName": "download",
|
|
2319
|
+
"inheritedFrom": {
|
|
2320
|
+
"name": "Anchor",
|
|
2321
|
+
"module": "src/anchor/anchor.ts"
|
|
2262
2322
|
}
|
|
2263
|
-
}
|
|
2264
|
-
]
|
|
2265
|
-
},
|
|
2266
|
-
{
|
|
2267
|
-
"kind": "function",
|
|
2268
|
-
"name": "singleOptionTemplate",
|
|
2269
|
-
"parameters": [
|
|
2323
|
+
},
|
|
2270
2324
|
{
|
|
2271
|
-
"name": "
|
|
2325
|
+
"name": "href",
|
|
2272
2326
|
"type": {
|
|
2273
2327
|
"text": "string"
|
|
2328
|
+
},
|
|
2329
|
+
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2330
|
+
"fieldName": "href",
|
|
2331
|
+
"inheritedFrom": {
|
|
2332
|
+
"name": "Anchor",
|
|
2333
|
+
"module": "src/anchor/anchor.ts"
|
|
2274
2334
|
}
|
|
2275
|
-
}
|
|
2276
|
-
]
|
|
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
|
-
}
|
|
2286
|
-
],
|
|
2287
|
-
"exports": [
|
|
2288
|
-
{
|
|
2289
|
-
"kind": "js",
|
|
2290
|
-
"name": "menuTemplate",
|
|
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",
|
|
2307
|
-
"declaration": {
|
|
2308
|
-
"name": "foundationActionsMenuTemplate",
|
|
2309
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2310
|
-
}
|
|
2311
|
-
}
|
|
2312
|
-
]
|
|
2313
|
-
},
|
|
2314
|
-
{
|
|
2315
|
-
"kind": "javascript-module",
|
|
2316
|
-
"path": "src/actions-menu/actions-menu.ts",
|
|
2317
|
-
"declarations": [
|
|
2318
|
-
{
|
|
2319
|
-
"kind": "class",
|
|
2320
|
-
"description": "",
|
|
2321
|
-
"name": "ActionsMenu",
|
|
2322
|
-
"members": [
|
|
2335
|
+
},
|
|
2323
2336
|
{
|
|
2324
|
-
"
|
|
2325
|
-
"name": "actions",
|
|
2337
|
+
"name": "hreflang",
|
|
2326
2338
|
"type": {
|
|
2327
|
-
"text": "
|
|
2339
|
+
"text": "string"
|
|
2340
|
+
},
|
|
2341
|
+
"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.",
|
|
2342
|
+
"fieldName": "hreflang",
|
|
2343
|
+
"inheritedFrom": {
|
|
2344
|
+
"name": "Anchor",
|
|
2345
|
+
"module": "src/anchor/anchor.ts"
|
|
2328
2346
|
}
|
|
2329
2347
|
},
|
|
2330
2348
|
{
|
|
2331
|
-
"
|
|
2332
|
-
"name": "isVertical",
|
|
2349
|
+
"name": "ping",
|
|
2333
2350
|
"type": {
|
|
2334
|
-
"text": "
|
|
2351
|
+
"text": "string"
|
|
2335
2352
|
},
|
|
2336
|
-
"
|
|
2353
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2354
|
+
"fieldName": "ping",
|
|
2355
|
+
"inheritedFrom": {
|
|
2356
|
+
"name": "Anchor",
|
|
2357
|
+
"module": "src/anchor/anchor.ts"
|
|
2358
|
+
}
|
|
2337
2359
|
},
|
|
2338
2360
|
{
|
|
2339
|
-
"
|
|
2340
|
-
"name": "addDefaultActions",
|
|
2361
|
+
"name": "referrerpolicy",
|
|
2341
2362
|
"type": {
|
|
2342
|
-
"text": "
|
|
2363
|
+
"text": "string"
|
|
2343
2364
|
},
|
|
2344
|
-
"
|
|
2365
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2366
|
+
"fieldName": "referrerpolicy",
|
|
2367
|
+
"inheritedFrom": {
|
|
2368
|
+
"name": "Anchor",
|
|
2369
|
+
"module": "src/anchor/anchor.ts"
|
|
2370
|
+
}
|
|
2345
2371
|
},
|
|
2346
2372
|
{
|
|
2347
|
-
"
|
|
2348
|
-
"name": "autoCloseOnAction",
|
|
2373
|
+
"name": "rel",
|
|
2349
2374
|
"type": {
|
|
2350
|
-
"text": "
|
|
2375
|
+
"text": "string"
|
|
2351
2376
|
},
|
|
2352
|
-
"
|
|
2377
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2378
|
+
"fieldName": "rel",
|
|
2379
|
+
"inheritedFrom": {
|
|
2380
|
+
"name": "Anchor",
|
|
2381
|
+
"module": "src/anchor/anchor.ts"
|
|
2382
|
+
}
|
|
2353
2383
|
},
|
|
2354
2384
|
{
|
|
2355
|
-
"
|
|
2356
|
-
"name": "classNames",
|
|
2385
|
+
"name": "target",
|
|
2357
2386
|
"type": {
|
|
2358
|
-
"text": "
|
|
2387
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
2388
|
+
},
|
|
2389
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2390
|
+
"fieldName": "target",
|
|
2391
|
+
"inheritedFrom": {
|
|
2392
|
+
"name": "Anchor",
|
|
2393
|
+
"module": "src/anchor/anchor.ts"
|
|
2359
2394
|
}
|
|
2360
2395
|
},
|
|
2396
|
+
{
|
|
2397
|
+
"name": "type",
|
|
2398
|
+
"type": {
|
|
2399
|
+
"text": "string"
|
|
2400
|
+
},
|
|
2401
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2402
|
+
"fieldName": "type",
|
|
2403
|
+
"inheritedFrom": {
|
|
2404
|
+
"name": "Anchor",
|
|
2405
|
+
"module": "src/anchor/anchor.ts"
|
|
2406
|
+
}
|
|
2407
|
+
}
|
|
2408
|
+
],
|
|
2409
|
+
"members": [
|
|
2361
2410
|
{
|
|
2362
2411
|
"kind": "field",
|
|
2363
|
-
"name": "
|
|
2412
|
+
"name": "download",
|
|
2364
2413
|
"type": {
|
|
2365
|
-
"text": "
|
|
2414
|
+
"text": "string"
|
|
2415
|
+
},
|
|
2416
|
+
"privacy": "public",
|
|
2417
|
+
"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.",
|
|
2418
|
+
"inheritedFrom": {
|
|
2419
|
+
"name": "Anchor",
|
|
2420
|
+
"module": "src/anchor/anchor.ts"
|
|
2366
2421
|
}
|
|
2367
2422
|
},
|
|
2368
2423
|
{
|
|
2369
2424
|
"kind": "field",
|
|
2370
|
-
"name": "
|
|
2425
|
+
"name": "href",
|
|
2371
2426
|
"type": {
|
|
2372
2427
|
"text": "string"
|
|
2373
2428
|
},
|
|
2374
|
-
"
|
|
2429
|
+
"privacy": "public",
|
|
2430
|
+
"description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2431
|
+
"inheritedFrom": {
|
|
2432
|
+
"name": "Anchor",
|
|
2433
|
+
"module": "src/anchor/anchor.ts"
|
|
2434
|
+
}
|
|
2375
2435
|
},
|
|
2376
2436
|
{
|
|
2377
2437
|
"kind": "field",
|
|
2378
|
-
"name": "
|
|
2438
|
+
"name": "hreflang",
|
|
2379
2439
|
"type": {
|
|
2380
|
-
"text": "
|
|
2440
|
+
"text": "string"
|
|
2381
2441
|
},
|
|
2382
|
-
"
|
|
2442
|
+
"privacy": "public",
|
|
2443
|
+
"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.",
|
|
2444
|
+
"inheritedFrom": {
|
|
2445
|
+
"name": "Anchor",
|
|
2446
|
+
"module": "src/anchor/anchor.ts"
|
|
2447
|
+
}
|
|
2383
2448
|
},
|
|
2384
2449
|
{
|
|
2385
2450
|
"kind": "field",
|
|
2386
|
-
"name": "
|
|
2451
|
+
"name": "ping",
|
|
2387
2452
|
"type": {
|
|
2388
2453
|
"text": "string"
|
|
2454
|
+
},
|
|
2455
|
+
"privacy": "public",
|
|
2456
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2457
|
+
"inheritedFrom": {
|
|
2458
|
+
"name": "Anchor",
|
|
2459
|
+
"module": "src/anchor/anchor.ts"
|
|
2389
2460
|
}
|
|
2390
2461
|
},
|
|
2391
2462
|
{
|
|
2392
2463
|
"kind": "field",
|
|
2393
|
-
"name": "
|
|
2464
|
+
"name": "referrerpolicy",
|
|
2394
2465
|
"type": {
|
|
2395
|
-
"text": "
|
|
2466
|
+
"text": "string"
|
|
2396
2467
|
},
|
|
2397
|
-
"
|
|
2468
|
+
"privacy": "public",
|
|
2469
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2470
|
+
"inheritedFrom": {
|
|
2471
|
+
"name": "Anchor",
|
|
2472
|
+
"module": "src/anchor/anchor.ts"
|
|
2473
|
+
}
|
|
2398
2474
|
},
|
|
2399
2475
|
{
|
|
2400
2476
|
"kind": "field",
|
|
2401
|
-
"name": "
|
|
2477
|
+
"name": "rel",
|
|
2402
2478
|
"type": {
|
|
2403
|
-
"text": "
|
|
2479
|
+
"text": "string"
|
|
2404
2480
|
},
|
|
2405
|
-
"
|
|
2481
|
+
"privacy": "public",
|
|
2482
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2483
|
+
"inheritedFrom": {
|
|
2484
|
+
"name": "Anchor",
|
|
2485
|
+
"module": "src/anchor/anchor.ts"
|
|
2486
|
+
}
|
|
2406
2487
|
},
|
|
2407
2488
|
{
|
|
2408
2489
|
"kind": "field",
|
|
2409
|
-
"name": "
|
|
2490
|
+
"name": "target",
|
|
2410
2491
|
"type": {
|
|
2411
|
-
"text": "
|
|
2492
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
2493
|
+
},
|
|
2494
|
+
"privacy": "public",
|
|
2495
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2496
|
+
"inheritedFrom": {
|
|
2497
|
+
"name": "Anchor",
|
|
2498
|
+
"module": "src/anchor/anchor.ts"
|
|
2412
2499
|
}
|
|
2413
2500
|
},
|
|
2414
2501
|
{
|
|
2415
2502
|
"kind": "field",
|
|
2416
|
-
"name": "
|
|
2503
|
+
"name": "type",
|
|
2417
2504
|
"type": {
|
|
2418
|
-
"text": "
|
|
2505
|
+
"text": "string"
|
|
2506
|
+
},
|
|
2507
|
+
"privacy": "public",
|
|
2508
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2509
|
+
"inheritedFrom": {
|
|
2510
|
+
"name": "Anchor",
|
|
2511
|
+
"module": "src/anchor/anchor.ts"
|
|
2419
2512
|
}
|
|
2420
2513
|
},
|
|
2421
|
-
{
|
|
2422
|
-
"kind": "method",
|
|
2423
|
-
"name": "definitionChanged",
|
|
2424
|
-
"privacy": "protected",
|
|
2425
|
-
"parameters": [
|
|
2426
|
-
{
|
|
2427
|
-
"name": "oldValue",
|
|
2428
|
-
"type": {
|
|
2429
|
-
"text": "any"
|
|
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"
|
|
2444
|
-
},
|
|
2445
|
-
{
|
|
2446
|
-
"kind": "method",
|
|
2447
|
-
"name": "toggleActionsMenuVisibility"
|
|
2448
|
-
},
|
|
2449
|
-
{
|
|
2450
|
-
"kind": "method",
|
|
2451
|
-
"name": "onActionMenuItemClick",
|
|
2452
|
-
"parameters": [
|
|
2453
|
-
{
|
|
2454
|
-
"name": "callback",
|
|
2455
|
-
"type": {
|
|
2456
|
-
"text": "(rowData) => void | any"
|
|
2457
|
-
}
|
|
2458
|
-
}
|
|
2459
|
-
]
|
|
2460
|
-
},
|
|
2461
2514
|
{
|
|
2462
2515
|
"kind": "field",
|
|
2463
|
-
"name": "
|
|
2516
|
+
"name": "control",
|
|
2464
2517
|
"type": {
|
|
2465
|
-
"text": "
|
|
2518
|
+
"text": "HTMLAnchorElement | undefined"
|
|
2466
2519
|
},
|
|
2467
|
-
"
|
|
2520
|
+
"privacy": "public",
|
|
2521
|
+
"description": "References the root element",
|
|
2522
|
+
"inheritedFrom": {
|
|
2523
|
+
"name": "Anchor",
|
|
2524
|
+
"module": "src/anchor/anchor.ts"
|
|
2525
|
+
}
|
|
2468
2526
|
},
|
|
2469
2527
|
{
|
|
2470
2528
|
"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
|
-
]
|
|
2529
|
+
"name": "handleUnsupportedDelegatesFocus",
|
|
2530
|
+
"privacy": "private",
|
|
2531
|
+
"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",
|
|
2532
|
+
"inheritedFrom": {
|
|
2533
|
+
"name": "Anchor",
|
|
2534
|
+
"module": "src/anchor/anchor.ts"
|
|
2535
|
+
}
|
|
2497
2536
|
},
|
|
2498
2537
|
{
|
|
2499
2538
|
"kind": "field",
|
|
@@ -2606,139 +2645,69 @@
|
|
|
2606
2645
|
"module": "src/foundation-element/foundation-element.ts"
|
|
2607
2646
|
}
|
|
2608
2647
|
}
|
|
2609
|
-
]
|
|
2610
|
-
|
|
2611
|
-
|
|
2612
|
-
|
|
2613
|
-
|
|
2614
|
-
|
|
2615
|
-
|
|
2616
|
-
"default": "false",
|
|
2617
|
-
"fieldName": "isVertical"
|
|
2618
|
-
},
|
|
2619
|
-
{
|
|
2620
|
-
"name": "add-default-actions",
|
|
2621
|
-
"type": {
|
|
2622
|
-
"text": "boolean"
|
|
2623
|
-
},
|
|
2624
|
-
"default": "true",
|
|
2625
|
-
"fieldName": "addDefaultActions"
|
|
2626
|
-
},
|
|
2627
|
-
{
|
|
2628
|
-
"name": "auto-close-on-action",
|
|
2629
|
-
"type": {
|
|
2630
|
-
"text": "boolean"
|
|
2631
|
-
},
|
|
2632
|
-
"default": "true",
|
|
2633
|
-
"fieldName": "autoCloseOnAction"
|
|
2634
|
-
},
|
|
2635
|
-
{
|
|
2636
|
-
"name": "name",
|
|
2637
|
-
"type": {
|
|
2638
|
-
"text": "string"
|
|
2639
|
-
},
|
|
2640
|
-
"default": "'Actions'",
|
|
2641
|
-
"fieldName": "name"
|
|
2642
|
-
},
|
|
2643
|
-
{
|
|
2644
|
-
"name": "open",
|
|
2645
|
-
"type": {
|
|
2646
|
-
"text": "boolean"
|
|
2647
|
-
},
|
|
2648
|
-
"default": "false",
|
|
2649
|
-
"fieldName": "open"
|
|
2650
|
-
},
|
|
2651
|
-
{
|
|
2652
|
-
"name": "buttonAppearance",
|
|
2653
|
-
"type": {
|
|
2654
|
-
"text": "string"
|
|
2655
|
-
},
|
|
2656
|
-
"fieldName": "buttonAppearance"
|
|
2657
|
-
},
|
|
2658
|
-
{
|
|
2659
|
-
"name": "hide-disabled",
|
|
2660
|
-
"type": {
|
|
2661
|
-
"text": "boolean"
|
|
2662
|
-
},
|
|
2663
|
-
"default": "false",
|
|
2664
|
-
"fieldName": "hideDisabled"
|
|
2665
|
-
},
|
|
2666
|
-
{
|
|
2667
|
-
"name": "hide-menu-single-option",
|
|
2668
|
-
"type": {
|
|
2669
|
-
"text": "boolean"
|
|
2670
|
-
},
|
|
2671
|
-
"default": "false",
|
|
2672
|
-
"fieldName": "hideMenuSingleOption"
|
|
2673
|
-
}
|
|
2674
|
-
],
|
|
2675
|
-
"superclass": {
|
|
2676
|
-
"name": "FoundationElement",
|
|
2677
|
-
"package": "@microsoft/fast-foundation"
|
|
2648
|
+
]
|
|
2649
|
+
},
|
|
2650
|
+
{
|
|
2651
|
+
"kind": "variable",
|
|
2652
|
+
"name": "foundationAnchorShadowOptions",
|
|
2653
|
+
"type": {
|
|
2654
|
+
"text": "ShadowRootInit"
|
|
2678
2655
|
},
|
|
2679
|
-
"
|
|
2680
|
-
"customElement": true
|
|
2656
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2681
2657
|
},
|
|
2682
2658
|
{
|
|
2683
2659
|
"kind": "variable",
|
|
2684
|
-
"name": "
|
|
2685
|
-
"
|
|
2660
|
+
"name": "defaultAnchorConfig",
|
|
2661
|
+
"type": {
|
|
2662
|
+
"text": "object"
|
|
2663
|
+
},
|
|
2664
|
+
"default": "{}"
|
|
2665
|
+
},
|
|
2666
|
+
{
|
|
2667
|
+
"kind": "variable",
|
|
2668
|
+
"name": "foundationAnchor",
|
|
2669
|
+
"description": "The Foundation Anchor",
|
|
2686
2670
|
"privacy": "public"
|
|
2687
2671
|
}
|
|
2688
2672
|
],
|
|
2689
2673
|
"exports": [
|
|
2690
2674
|
{
|
|
2691
2675
|
"kind": "js",
|
|
2692
|
-
"name": "
|
|
2676
|
+
"name": "Anchor",
|
|
2693
2677
|
"declaration": {
|
|
2694
|
-
"name": "
|
|
2695
|
-
"module": "src/
|
|
2678
|
+
"name": "Anchor",
|
|
2679
|
+
"module": "src/anchor/anchor.ts"
|
|
2696
2680
|
}
|
|
2697
2681
|
},
|
|
2698
2682
|
{
|
|
2699
2683
|
"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": "*",
|
|
2684
|
+
"name": "foundationAnchorShadowOptions",
|
|
2716
2685
|
"declaration": {
|
|
2717
|
-
"name": "
|
|
2718
|
-
"
|
|
2686
|
+
"name": "foundationAnchorShadowOptions",
|
|
2687
|
+
"module": "src/anchor/anchor.ts"
|
|
2719
2688
|
}
|
|
2720
2689
|
},
|
|
2721
2690
|
{
|
|
2722
2691
|
"kind": "js",
|
|
2723
|
-
"name": "
|
|
2692
|
+
"name": "defaultAnchorConfig",
|
|
2724
2693
|
"declaration": {
|
|
2725
|
-
"name": "
|
|
2726
|
-
"
|
|
2694
|
+
"name": "defaultAnchorConfig",
|
|
2695
|
+
"module": "src/anchor/anchor.ts"
|
|
2727
2696
|
}
|
|
2728
2697
|
},
|
|
2729
2698
|
{
|
|
2730
2699
|
"kind": "js",
|
|
2731
|
-
"name": "
|
|
2700
|
+
"name": "foundationAnchor",
|
|
2732
2701
|
"declaration": {
|
|
2733
|
-
"name": "
|
|
2734
|
-
"
|
|
2702
|
+
"name": "foundationAnchor",
|
|
2703
|
+
"module": "src/anchor/anchor.ts"
|
|
2735
2704
|
}
|
|
2736
2705
|
}
|
|
2737
2706
|
]
|
|
2738
2707
|
},
|
|
2739
2708
|
{
|
|
2740
2709
|
"kind": "javascript-module",
|
|
2741
|
-
"path": "src/
|
|
2710
|
+
"path": "src/anchor/index.ts",
|
|
2742
2711
|
"declarations": [],
|
|
2743
2712
|
"exports": [
|
|
2744
2713
|
{
|
|
@@ -2746,7 +2715,7 @@
|
|
|
2746
2715
|
"name": "*",
|
|
2747
2716
|
"declaration": {
|
|
2748
2717
|
"name": "*",
|
|
2749
|
-
"package": "./
|
|
2718
|
+
"package": "./anchor.template"
|
|
2750
2719
|
}
|
|
2751
2720
|
},
|
|
2752
2721
|
{
|
|
@@ -2754,7 +2723,7 @@
|
|
|
2754
2723
|
"name": "*",
|
|
2755
2724
|
"declaration": {
|
|
2756
2725
|
"name": "*",
|
|
2757
|
-
"package": "./
|
|
2726
|
+
"package": "./anchor.styles"
|
|
2758
2727
|
}
|
|
2759
2728
|
},
|
|
2760
2729
|
{
|
|
@@ -2762,7 +2731,7 @@
|
|
|
2762
2731
|
"name": "*",
|
|
2763
2732
|
"declaration": {
|
|
2764
2733
|
"name": "*",
|
|
2765
|
-
"package": "./
|
|
2734
|
+
"package": "./anchor"
|
|
2766
2735
|
}
|
|
2767
2736
|
}
|
|
2768
2737
|
]
|
|
@@ -4357,6 +4326,37 @@
|
|
|
4357
4326
|
}
|
|
4358
4327
|
]
|
|
4359
4328
|
},
|
|
4329
|
+
{
|
|
4330
|
+
"kind": "javascript-module",
|
|
4331
|
+
"path": "src/_config/index.ts",
|
|
4332
|
+
"declarations": [],
|
|
4333
|
+
"exports": [
|
|
4334
|
+
{
|
|
4335
|
+
"kind": "js",
|
|
4336
|
+
"name": "*",
|
|
4337
|
+
"declaration": {
|
|
4338
|
+
"name": "*",
|
|
4339
|
+
"package": "./styles"
|
|
4340
|
+
}
|
|
4341
|
+
},
|
|
4342
|
+
{
|
|
4343
|
+
"kind": "js",
|
|
4344
|
+
"name": "*",
|
|
4345
|
+
"declaration": {
|
|
4346
|
+
"name": "*",
|
|
4347
|
+
"package": "./tokens"
|
|
4348
|
+
}
|
|
4349
|
+
},
|
|
4350
|
+
{
|
|
4351
|
+
"kind": "js",
|
|
4352
|
+
"name": "*",
|
|
4353
|
+
"declaration": {
|
|
4354
|
+
"name": "*",
|
|
4355
|
+
"package": "./values"
|
|
4356
|
+
}
|
|
4357
|
+
}
|
|
4358
|
+
]
|
|
4359
|
+
},
|
|
4360
4360
|
{
|
|
4361
4361
|
"kind": "javascript-module",
|
|
4362
4362
|
"path": "src/accordion/accordion.styles.ts",
|
|
@@ -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",
|