@genesislcap/grid-tabulator 14.476.0-GENC-1410.3 → 14.476.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 +1838 -1838
- package/package.json +13 -13
|
@@ -1657,515 +1657,67 @@
|
|
|
1657
1657
|
},
|
|
1658
1658
|
{
|
|
1659
1659
|
"kind": "javascript-module",
|
|
1660
|
-
"path": "src/cell-
|
|
1661
|
-
"declarations": [
|
|
1662
|
-
{
|
|
1663
|
-
"kind": "function",
|
|
1664
|
-
"name": "actionFormatter",
|
|
1665
|
-
"return": {
|
|
1666
|
-
"type": {
|
|
1667
|
-
"text": ""
|
|
1668
|
-
}
|
|
1669
|
-
},
|
|
1670
|
-
"parameters": [
|
|
1671
|
-
{
|
|
1672
|
-
"name": "cell",
|
|
1673
|
-
"type": {
|
|
1674
|
-
"text": "any"
|
|
1675
|
-
},
|
|
1676
|
-
"description": "The cell component provided by Tabulator"
|
|
1677
|
-
},
|
|
1678
|
-
{
|
|
1679
|
-
"name": "formatterParams",
|
|
1680
|
-
"default": "{}",
|
|
1681
|
-
"type": {
|
|
1682
|
-
"text": "ActionFormatterParams<T>"
|
|
1683
|
-
},
|
|
1684
|
-
"description": "Action formatter parameters"
|
|
1685
|
-
}
|
|
1686
|
-
],
|
|
1687
|
-
"description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
|
|
1688
|
-
"privacy": "public"
|
|
1689
|
-
}
|
|
1690
|
-
],
|
|
1691
|
-
"exports": [
|
|
1692
|
-
{
|
|
1693
|
-
"kind": "js",
|
|
1694
|
-
"name": "actionFormatter",
|
|
1695
|
-
"declaration": {
|
|
1696
|
-
"name": "actionFormatter",
|
|
1697
|
-
"module": "src/cell-formatters/action.formatter.ts"
|
|
1698
|
-
}
|
|
1699
|
-
}
|
|
1700
|
-
]
|
|
1701
|
-
},
|
|
1702
|
-
{
|
|
1703
|
-
"kind": "javascript-module",
|
|
1704
|
-
"path": "src/cell-formatters/actions-menu.formatter.ts",
|
|
1705
|
-
"declarations": [
|
|
1706
|
-
{
|
|
1707
|
-
"kind": "function",
|
|
1708
|
-
"name": "actionsMenuFormatter",
|
|
1709
|
-
"return": {
|
|
1710
|
-
"type": {
|
|
1711
|
-
"text": ""
|
|
1712
|
-
}
|
|
1713
|
-
},
|
|
1714
|
-
"parameters": [
|
|
1715
|
-
{
|
|
1716
|
-
"name": "cell",
|
|
1717
|
-
"type": {
|
|
1718
|
-
"text": "any"
|
|
1719
|
-
},
|
|
1720
|
-
"description": "The cell component provided by Tabulator"
|
|
1721
|
-
},
|
|
1722
|
-
{
|
|
1723
|
-
"name": "formatterParams",
|
|
1724
|
-
"default": "{}",
|
|
1725
|
-
"type": {
|
|
1726
|
-
"text": "ActionsMenuFormatterParams<T>"
|
|
1727
|
-
},
|
|
1728
|
-
"description": "Actions menu formatter parameters"
|
|
1729
|
-
}
|
|
1730
|
-
],
|
|
1731
|
-
"description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
|
|
1732
|
-
"privacy": "public"
|
|
1733
|
-
}
|
|
1734
|
-
],
|
|
1735
|
-
"exports": [
|
|
1736
|
-
{
|
|
1737
|
-
"kind": "js",
|
|
1738
|
-
"name": "actionsMenuFormatter",
|
|
1739
|
-
"declaration": {
|
|
1740
|
-
"name": "actionsMenuFormatter",
|
|
1741
|
-
"module": "src/cell-formatters/actions-menu.formatter.ts"
|
|
1742
|
-
}
|
|
1743
|
-
}
|
|
1744
|
-
]
|
|
1745
|
-
},
|
|
1746
|
-
{
|
|
1747
|
-
"kind": "javascript-module",
|
|
1748
|
-
"path": "src/cell-formatters/boolean.formatter.ts",
|
|
1749
|
-
"declarations": [
|
|
1750
|
-
{
|
|
1751
|
-
"kind": "function",
|
|
1752
|
-
"name": "booleanFormatter",
|
|
1753
|
-
"return": {
|
|
1754
|
-
"type": {
|
|
1755
|
-
"text": ""
|
|
1756
|
-
}
|
|
1757
|
-
},
|
|
1758
|
-
"parameters": [
|
|
1759
|
-
{
|
|
1760
|
-
"name": "cell",
|
|
1761
|
-
"type": {
|
|
1762
|
-
"text": "any"
|
|
1763
|
-
},
|
|
1764
|
-
"description": "The cell component provided by Tabulator"
|
|
1765
|
-
},
|
|
1766
|
-
{
|
|
1767
|
-
"name": "formatterParams",
|
|
1768
|
-
"default": "{}",
|
|
1769
|
-
"type": {
|
|
1770
|
-
"text": "BooleanFormatterParams<T>"
|
|
1771
|
-
},
|
|
1772
|
-
"description": "Boolean formatter parameters"
|
|
1773
|
-
}
|
|
1774
|
-
],
|
|
1775
|
-
"description": "Formatter that displays boolean values using a checkbox component.\nStyled to match grid-pro boolean renderer.",
|
|
1776
|
-
"privacy": "public"
|
|
1777
|
-
}
|
|
1778
|
-
],
|
|
1779
|
-
"exports": [
|
|
1780
|
-
{
|
|
1781
|
-
"kind": "js",
|
|
1782
|
-
"name": "booleanFormatter",
|
|
1783
|
-
"declaration": {
|
|
1784
|
-
"name": "booleanFormatter",
|
|
1785
|
-
"module": "src/cell-formatters/boolean.formatter.ts"
|
|
1786
|
-
}
|
|
1787
|
-
}
|
|
1788
|
-
]
|
|
1789
|
-
},
|
|
1790
|
-
{
|
|
1791
|
-
"kind": "javascript-module",
|
|
1792
|
-
"path": "src/cell-formatters/constants.ts",
|
|
1793
|
-
"declarations": [],
|
|
1794
|
-
"exports": []
|
|
1795
|
-
},
|
|
1796
|
-
{
|
|
1797
|
-
"kind": "javascript-module",
|
|
1798
|
-
"path": "src/cell-formatters/editable.formatter.ts",
|
|
1799
|
-
"declarations": [
|
|
1800
|
-
{
|
|
1801
|
-
"kind": "function",
|
|
1802
|
-
"name": "editableFormatter",
|
|
1803
|
-
"return": {
|
|
1804
|
-
"type": {
|
|
1805
|
-
"text": ""
|
|
1806
|
-
}
|
|
1807
|
-
},
|
|
1808
|
-
"parameters": [
|
|
1809
|
-
{
|
|
1810
|
-
"name": "cell",
|
|
1811
|
-
"type": {
|
|
1812
|
-
"text": "any"
|
|
1813
|
-
},
|
|
1814
|
-
"description": "The cell component provided by Tabulator"
|
|
1815
|
-
},
|
|
1816
|
-
{
|
|
1817
|
-
"name": "formatterParams",
|
|
1818
|
-
"default": "{}",
|
|
1819
|
-
"type": {
|
|
1820
|
-
"text": "EditableFormatterParams<T>"
|
|
1821
|
-
},
|
|
1822
|
-
"description": "Editable formatter parameters"
|
|
1823
|
-
}
|
|
1824
|
-
],
|
|
1825
|
-
"description": "Formatter that displays an editable cell with validation state",
|
|
1826
|
-
"privacy": "public"
|
|
1827
|
-
}
|
|
1828
|
-
],
|
|
1829
|
-
"exports": [
|
|
1830
|
-
{
|
|
1831
|
-
"kind": "js",
|
|
1832
|
-
"name": "editableFormatter",
|
|
1833
|
-
"declaration": {
|
|
1834
|
-
"name": "editableFormatter",
|
|
1835
|
-
"module": "src/cell-formatters/editable.formatter.ts"
|
|
1836
|
-
}
|
|
1837
|
-
}
|
|
1838
|
-
]
|
|
1839
|
-
},
|
|
1840
|
-
{
|
|
1841
|
-
"kind": "javascript-module",
|
|
1842
|
-
"path": "src/cell-formatters/index.ts",
|
|
1843
|
-
"declarations": [
|
|
1844
|
-
{
|
|
1845
|
-
"kind": "variable",
|
|
1846
|
-
"name": "formatters",
|
|
1847
|
-
"type": {
|
|
1848
|
-
"text": "object"
|
|
1849
|
-
},
|
|
1850
|
-
"default": "{\n action: actionFormatter,\n actionsMenu: actionsMenuFormatter,\n boolean: booleanFormatter,\n editable: editableFormatter,\n select: selectFormatter,\n text: textFormatter,\n}",
|
|
1851
|
-
"description": "Zero formatters for Tabulator grid"
|
|
1852
|
-
}
|
|
1853
|
-
],
|
|
1854
|
-
"exports": [
|
|
1855
|
-
{
|
|
1856
|
-
"kind": "js",
|
|
1857
|
-
"name": "*",
|
|
1858
|
-
"declaration": {
|
|
1859
|
-
"name": "*",
|
|
1860
|
-
"package": "./constants"
|
|
1861
|
-
}
|
|
1862
|
-
},
|
|
1863
|
-
{
|
|
1864
|
-
"kind": "js",
|
|
1865
|
-
"name": "ActionFormatterParams",
|
|
1866
|
-
"declaration": {
|
|
1867
|
-
"name": "ActionFormatterParams",
|
|
1868
|
-
"module": "src/cell-formatters/index.ts"
|
|
1869
|
-
}
|
|
1870
|
-
},
|
|
1871
|
-
{
|
|
1872
|
-
"kind": "js",
|
|
1873
|
-
"name": "actionFormatter",
|
|
1874
|
-
"declaration": {
|
|
1875
|
-
"name": "actionFormatter",
|
|
1876
|
-
"module": "src/cell-formatters/index.ts"
|
|
1877
|
-
}
|
|
1878
|
-
},
|
|
1879
|
-
{
|
|
1880
|
-
"kind": "js",
|
|
1881
|
-
"name": "ActionsMenuFormatterParams",
|
|
1882
|
-
"declaration": {
|
|
1883
|
-
"name": "ActionsMenuFormatterParams",
|
|
1884
|
-
"module": "src/cell-formatters/index.ts"
|
|
1885
|
-
}
|
|
1886
|
-
},
|
|
1887
|
-
{
|
|
1888
|
-
"kind": "js",
|
|
1889
|
-
"name": "actionsMenuFormatter",
|
|
1890
|
-
"declaration": {
|
|
1891
|
-
"name": "actionsMenuFormatter",
|
|
1892
|
-
"module": "src/cell-formatters/index.ts"
|
|
1893
|
-
}
|
|
1894
|
-
},
|
|
1895
|
-
{
|
|
1896
|
-
"kind": "js",
|
|
1897
|
-
"name": "BooleanFormatterParams",
|
|
1898
|
-
"declaration": {
|
|
1899
|
-
"name": "BooleanFormatterParams",
|
|
1900
|
-
"module": "src/cell-formatters/index.ts"
|
|
1901
|
-
}
|
|
1902
|
-
},
|
|
1903
|
-
{
|
|
1904
|
-
"kind": "js",
|
|
1905
|
-
"name": "booleanFormatter",
|
|
1906
|
-
"declaration": {
|
|
1907
|
-
"name": "booleanFormatter",
|
|
1908
|
-
"module": "src/cell-formatters/index.ts"
|
|
1909
|
-
}
|
|
1910
|
-
},
|
|
1911
|
-
{
|
|
1912
|
-
"kind": "js",
|
|
1913
|
-
"name": "EditableFormatterParams",
|
|
1914
|
-
"declaration": {
|
|
1915
|
-
"name": "EditableFormatterParams",
|
|
1916
|
-
"module": "src/cell-formatters/index.ts"
|
|
1917
|
-
}
|
|
1918
|
-
},
|
|
1919
|
-
{
|
|
1920
|
-
"kind": "js",
|
|
1921
|
-
"name": "editableFormatter",
|
|
1922
|
-
"declaration": {
|
|
1923
|
-
"name": "editableFormatter",
|
|
1924
|
-
"module": "src/cell-formatters/index.ts"
|
|
1925
|
-
}
|
|
1926
|
-
},
|
|
1927
|
-
{
|
|
1928
|
-
"kind": "js",
|
|
1929
|
-
"name": "SelectFormatterParams",
|
|
1930
|
-
"declaration": {
|
|
1931
|
-
"name": "SelectFormatterParams",
|
|
1932
|
-
"module": "src/cell-formatters/index.ts"
|
|
1933
|
-
}
|
|
1934
|
-
},
|
|
1935
|
-
{
|
|
1936
|
-
"kind": "js",
|
|
1937
|
-
"name": "selectFormatter",
|
|
1938
|
-
"declaration": {
|
|
1939
|
-
"name": "selectFormatter",
|
|
1940
|
-
"module": "src/cell-formatters/index.ts"
|
|
1941
|
-
}
|
|
1942
|
-
},
|
|
1943
|
-
{
|
|
1944
|
-
"kind": "js",
|
|
1945
|
-
"name": "TextFormatterParams",
|
|
1946
|
-
"declaration": {
|
|
1947
|
-
"name": "TextFormatterParams",
|
|
1948
|
-
"module": "src/cell-formatters/index.ts"
|
|
1949
|
-
}
|
|
1950
|
-
},
|
|
1951
|
-
{
|
|
1952
|
-
"kind": "js",
|
|
1953
|
-
"name": "textFormatter",
|
|
1954
|
-
"declaration": {
|
|
1955
|
-
"name": "textFormatter",
|
|
1956
|
-
"module": "src/cell-formatters/index.ts"
|
|
1957
|
-
}
|
|
1958
|
-
},
|
|
1959
|
-
{
|
|
1960
|
-
"kind": "js",
|
|
1961
|
-
"name": "formatters",
|
|
1962
|
-
"declaration": {
|
|
1963
|
-
"name": "formatters",
|
|
1964
|
-
"module": "src/cell-formatters/index.ts"
|
|
1965
|
-
}
|
|
1966
|
-
}
|
|
1967
|
-
]
|
|
1968
|
-
},
|
|
1969
|
-
{
|
|
1970
|
-
"kind": "javascript-module",
|
|
1971
|
-
"path": "src/cell-formatters/select.formatter.ts",
|
|
1972
|
-
"declarations": [
|
|
1973
|
-
{
|
|
1974
|
-
"kind": "function",
|
|
1975
|
-
"name": "selectFormatter",
|
|
1976
|
-
"return": {
|
|
1977
|
-
"type": {
|
|
1978
|
-
"text": ""
|
|
1979
|
-
}
|
|
1980
|
-
},
|
|
1981
|
-
"parameters": [
|
|
1982
|
-
{
|
|
1983
|
-
"name": "cell",
|
|
1984
|
-
"type": {
|
|
1985
|
-
"text": "any"
|
|
1986
|
-
},
|
|
1987
|
-
"description": "The cell component provided by Tabulator"
|
|
1988
|
-
},
|
|
1989
|
-
{
|
|
1990
|
-
"name": "formatterParams",
|
|
1991
|
-
"type": {
|
|
1992
|
-
"text": "SelectFormatterParams<T>"
|
|
1993
|
-
},
|
|
1994
|
-
"description": "Select formatter parameters"
|
|
1995
|
-
}
|
|
1996
|
-
],
|
|
1997
|
-
"description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
|
|
1998
|
-
"privacy": "public"
|
|
1999
|
-
}
|
|
2000
|
-
],
|
|
2001
|
-
"exports": [
|
|
2002
|
-
{
|
|
2003
|
-
"kind": "js",
|
|
2004
|
-
"name": "selectFormatter",
|
|
2005
|
-
"declaration": {
|
|
2006
|
-
"name": "selectFormatter",
|
|
2007
|
-
"module": "src/cell-formatters/select.formatter.ts"
|
|
2008
|
-
}
|
|
2009
|
-
}
|
|
2010
|
-
]
|
|
2011
|
-
},
|
|
2012
|
-
{
|
|
2013
|
-
"kind": "javascript-module",
|
|
2014
|
-
"path": "src/cell-formatters/text.formatter.ts",
|
|
2015
|
-
"declarations": [
|
|
2016
|
-
{
|
|
2017
|
-
"kind": "function",
|
|
2018
|
-
"name": "textFormatter",
|
|
2019
|
-
"return": {
|
|
2020
|
-
"type": {
|
|
2021
|
-
"text": ""
|
|
2022
|
-
}
|
|
2023
|
-
},
|
|
2024
|
-
"parameters": [
|
|
2025
|
-
{
|
|
2026
|
-
"name": "cell",
|
|
2027
|
-
"type": {
|
|
2028
|
-
"text": "any"
|
|
2029
|
-
},
|
|
2030
|
-
"description": "The cell component provided by Tabulator"
|
|
2031
|
-
},
|
|
2032
|
-
{
|
|
2033
|
-
"name": "formatterParams",
|
|
2034
|
-
"default": "{}",
|
|
2035
|
-
"type": {
|
|
2036
|
-
"text": "TextFormatterParams<T>"
|
|
2037
|
-
},
|
|
2038
|
-
"description": "Text formatter parameters"
|
|
2039
|
-
}
|
|
2040
|
-
],
|
|
2041
|
-
"description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
|
|
2042
|
-
"privacy": "public"
|
|
2043
|
-
}
|
|
2044
|
-
],
|
|
2045
|
-
"exports": [
|
|
2046
|
-
{
|
|
2047
|
-
"kind": "js",
|
|
2048
|
-
"name": "textFormatter",
|
|
2049
|
-
"declaration": {
|
|
2050
|
-
"name": "textFormatter",
|
|
2051
|
-
"module": "src/cell-formatters/text.formatter.ts"
|
|
2052
|
-
}
|
|
2053
|
-
}
|
|
2054
|
-
]
|
|
2055
|
-
},
|
|
2056
|
-
{
|
|
2057
|
-
"kind": "javascript-module",
|
|
2058
|
-
"path": "src/column/column.ts",
|
|
1660
|
+
"path": "src/cell-editors/date.editor.ts",
|
|
2059
1661
|
"declarations": [
|
|
2060
1662
|
{
|
|
2061
1663
|
"kind": "class",
|
|
2062
|
-
"description": "The
|
|
2063
|
-
"name": "
|
|
1664
|
+
"description": "The date editor class for grid-tabulator",
|
|
1665
|
+
"name": "DateEditor",
|
|
2064
1666
|
"members": [
|
|
2065
1667
|
{
|
|
2066
1668
|
"kind": "field",
|
|
2067
|
-
"name": "
|
|
1669
|
+
"name": "params",
|
|
2068
1670
|
"type": {
|
|
2069
|
-
"text": "
|
|
2070
|
-
}
|
|
2071
|
-
"privacy": "public"
|
|
1671
|
+
"text": "DateEditorParams"
|
|
1672
|
+
}
|
|
2072
1673
|
},
|
|
2073
1674
|
{
|
|
2074
1675
|
"kind": "field",
|
|
2075
|
-
"name": "
|
|
1676
|
+
"name": "dateField",
|
|
2076
1677
|
"type": {
|
|
2077
|
-
"text": "
|
|
2078
|
-
},
|
|
2079
|
-
"default": "{}"
|
|
2080
|
-
},
|
|
2081
|
-
{
|
|
2082
|
-
"kind": "method",
|
|
2083
|
-
"name": "slottedCellChanged",
|
|
2084
|
-
"privacy": "public"
|
|
2085
|
-
},
|
|
2086
|
-
{
|
|
2087
|
-
"kind": "method",
|
|
2088
|
-
"name": "deepClone",
|
|
2089
|
-
"return": {
|
|
2090
|
-
"type": {
|
|
2091
|
-
"text": "Node"
|
|
2092
|
-
}
|
|
2093
|
-
},
|
|
2094
|
-
"inheritedFrom": {
|
|
2095
|
-
"name": "LifecycleMixin",
|
|
2096
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
1678
|
+
"text": "any"
|
|
2097
1679
|
}
|
|
2098
1680
|
},
|
|
2099
1681
|
{
|
|
2100
1682
|
"kind": "method",
|
|
2101
|
-
"name": "
|
|
2102
|
-
"return": {
|
|
2103
|
-
"type": {
|
|
2104
|
-
"text": "Node"
|
|
2105
|
-
}
|
|
2106
|
-
},
|
|
1683
|
+
"name": "init",
|
|
2107
1684
|
"parameters": [
|
|
2108
1685
|
{
|
|
2109
|
-
"name": "
|
|
2110
|
-
"optional": true,
|
|
1686
|
+
"name": "params",
|
|
2111
1687
|
"type": {
|
|
2112
|
-
"text": "
|
|
1688
|
+
"text": "DateEditorParams"
|
|
2113
1689
|
}
|
|
2114
1690
|
}
|
|
2115
1691
|
],
|
|
2116
|
-
"
|
|
2117
|
-
"name": "LifecycleMixin",
|
|
2118
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
2119
|
-
}
|
|
1692
|
+
"description": "Initialize the editor with parameters"
|
|
2120
1693
|
},
|
|
2121
1694
|
{
|
|
2122
|
-
"kind": "
|
|
2123
|
-
"name": "
|
|
2124
|
-
"
|
|
2125
|
-
"type": {
|
|
2126
|
-
"text": ""
|
|
2127
|
-
}
|
|
2128
|
-
},
|
|
2129
|
-
"readonly": true,
|
|
2130
|
-
"inheritedFrom": {
|
|
2131
|
-
"name": "LifecycleMixin",
|
|
2132
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
2133
|
-
}
|
|
1695
|
+
"kind": "method",
|
|
1696
|
+
"name": "getValue",
|
|
1697
|
+
"description": "Get current value"
|
|
2134
1698
|
},
|
|
2135
1699
|
{
|
|
2136
|
-
"kind": "
|
|
2137
|
-
"name": "
|
|
2138
|
-
"
|
|
2139
|
-
"type": {
|
|
2140
|
-
"text": ""
|
|
2141
|
-
}
|
|
2142
|
-
},
|
|
2143
|
-
"readonly": true,
|
|
2144
|
-
"inheritedFrom": {
|
|
2145
|
-
"name": "LifecycleMixin",
|
|
2146
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
2147
|
-
}
|
|
1700
|
+
"kind": "method",
|
|
1701
|
+
"name": "getFormattedValue",
|
|
1702
|
+
"description": "Format value for display"
|
|
2148
1703
|
},
|
|
2149
1704
|
{
|
|
2150
1705
|
"kind": "method",
|
|
2151
|
-
"name": "
|
|
2152
|
-
"
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
1706
|
+
"name": "focus",
|
|
1707
|
+
"description": "Set focus to the input"
|
|
1708
|
+
},
|
|
1709
|
+
{
|
|
1710
|
+
"kind": "method",
|
|
1711
|
+
"name": "handleKeyDown",
|
|
2157
1712
|
"parameters": [
|
|
2158
1713
|
{
|
|
2159
|
-
"name": "
|
|
1714
|
+
"name": "event",
|
|
2160
1715
|
"type": {
|
|
2161
|
-
"text": "
|
|
1716
|
+
"text": "KeyboardEvent"
|
|
2162
1717
|
}
|
|
2163
1718
|
}
|
|
2164
1719
|
],
|
|
2165
|
-
"
|
|
2166
|
-
"name": "LifecycleMixin",
|
|
2167
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
2168
|
-
}
|
|
1720
|
+
"description": "Process key down events"
|
|
2169
1721
|
},
|
|
2170
1722
|
{
|
|
2171
1723
|
"kind": "field",
|
|
@@ -2279,697 +1831,935 @@
|
|
|
2279
1831
|
}
|
|
2280
1832
|
}
|
|
2281
1833
|
],
|
|
2282
|
-
"mixins": [
|
|
2283
|
-
{
|
|
2284
|
-
"name": "LifecycleMixin",
|
|
2285
|
-
"package": "@genesislcap/foundation-utils"
|
|
2286
|
-
}
|
|
2287
|
-
],
|
|
2288
1834
|
"superclass": {
|
|
2289
1835
|
"name": "FoundationElement",
|
|
2290
1836
|
"package": "@microsoft/fast-foundation"
|
|
1837
|
+
}
|
|
1838
|
+
},
|
|
1839
|
+
{
|
|
1840
|
+
"kind": "variable",
|
|
1841
|
+
"name": "dateEditorStyles",
|
|
1842
|
+
"default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
|
|
1843
|
+
"description": "Styles for the date editor"
|
|
1844
|
+
},
|
|
1845
|
+
{
|
|
1846
|
+
"kind": "function",
|
|
1847
|
+
"name": "getDateEditorTemplate",
|
|
1848
|
+
"parameters": [
|
|
1849
|
+
{
|
|
1850
|
+
"name": "prefix",
|
|
1851
|
+
"default": "'foundation'",
|
|
1852
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
1853
|
+
}
|
|
1854
|
+
],
|
|
1855
|
+
"description": "Get a Design System prefixed date field template.",
|
|
1856
|
+
"return": {
|
|
1857
|
+
"type": {
|
|
1858
|
+
"text": ""
|
|
1859
|
+
}
|
|
2291
1860
|
},
|
|
2292
|
-
"
|
|
2293
|
-
|
|
1861
|
+
"privacy": "public"
|
|
1862
|
+
},
|
|
1863
|
+
{
|
|
1864
|
+
"kind": "variable",
|
|
1865
|
+
"name": "foundationDateEditor",
|
|
1866
|
+
"description": "Definition for the date editor component"
|
|
2294
1867
|
}
|
|
2295
1868
|
],
|
|
2296
1869
|
"exports": [
|
|
2297
1870
|
{
|
|
2298
1871
|
"kind": "js",
|
|
2299
|
-
"name": "
|
|
1872
|
+
"name": "DateEditor",
|
|
2300
1873
|
"declaration": {
|
|
2301
|
-
"name": "
|
|
2302
|
-
"module": "src/
|
|
1874
|
+
"name": "DateEditor",
|
|
1875
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
2303
1876
|
}
|
|
2304
1877
|
},
|
|
2305
1878
|
{
|
|
2306
|
-
"kind": "
|
|
2307
|
-
"name": "
|
|
1879
|
+
"kind": "js",
|
|
1880
|
+
"name": "dateEditorStyles",
|
|
1881
|
+
"declaration": {
|
|
1882
|
+
"name": "dateEditorStyles",
|
|
1883
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
1884
|
+
}
|
|
1885
|
+
},
|
|
1886
|
+
{
|
|
1887
|
+
"kind": "js",
|
|
1888
|
+
"name": "getDateEditorTemplate",
|
|
1889
|
+
"declaration": {
|
|
1890
|
+
"name": "getDateEditorTemplate",
|
|
1891
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
1892
|
+
}
|
|
1893
|
+
},
|
|
1894
|
+
{
|
|
1895
|
+
"kind": "js",
|
|
1896
|
+
"name": "foundationDateEditor",
|
|
1897
|
+
"declaration": {
|
|
1898
|
+
"name": "foundationDateEditor",
|
|
1899
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
1900
|
+
}
|
|
1901
|
+
}
|
|
1902
|
+
]
|
|
1903
|
+
},
|
|
1904
|
+
{
|
|
1905
|
+
"kind": "javascript-module",
|
|
1906
|
+
"path": "src/cell-editors/index.ts",
|
|
1907
|
+
"declarations": [],
|
|
1908
|
+
"exports": [
|
|
1909
|
+
{
|
|
1910
|
+
"kind": "js",
|
|
1911
|
+
"name": "*",
|
|
1912
|
+
"declaration": {
|
|
1913
|
+
"name": "*",
|
|
1914
|
+
"package": "./date.editor"
|
|
1915
|
+
}
|
|
1916
|
+
},
|
|
1917
|
+
{
|
|
1918
|
+
"kind": "js",
|
|
1919
|
+
"name": "*",
|
|
1920
|
+
"declaration": {
|
|
1921
|
+
"name": "*",
|
|
1922
|
+
"package": "./number.editor"
|
|
1923
|
+
}
|
|
1924
|
+
},
|
|
1925
|
+
{
|
|
1926
|
+
"kind": "js",
|
|
1927
|
+
"name": "*",
|
|
1928
|
+
"declaration": {
|
|
1929
|
+
"name": "*",
|
|
1930
|
+
"package": "./select.editor"
|
|
1931
|
+
}
|
|
1932
|
+
},
|
|
1933
|
+
{
|
|
1934
|
+
"kind": "js",
|
|
1935
|
+
"name": "*",
|
|
2308
1936
|
"declaration": {
|
|
2309
|
-
"name": "
|
|
2310
|
-
"
|
|
1937
|
+
"name": "*",
|
|
1938
|
+
"package": "./string.editor"
|
|
2311
1939
|
}
|
|
2312
|
-
}
|
|
2313
|
-
]
|
|
2314
|
-
},
|
|
2315
|
-
{
|
|
2316
|
-
"kind": "javascript-module",
|
|
2317
|
-
"path": "src/column/index.ts",
|
|
2318
|
-
"declarations": [],
|
|
2319
|
-
"exports": [
|
|
1940
|
+
},
|
|
2320
1941
|
{
|
|
2321
1942
|
"kind": "js",
|
|
2322
1943
|
"name": "*",
|
|
2323
1944
|
"declaration": {
|
|
2324
1945
|
"name": "*",
|
|
2325
|
-
"package": "./
|
|
1946
|
+
"package": "./multiselect.editor"
|
|
2326
1947
|
}
|
|
2327
1948
|
}
|
|
2328
1949
|
]
|
|
2329
1950
|
},
|
|
2330
1951
|
{
|
|
2331
1952
|
"kind": "javascript-module",
|
|
2332
|
-
"path": "src/
|
|
1953
|
+
"path": "src/cell-editors/multiselect.editor.ts",
|
|
2333
1954
|
"declarations": [
|
|
2334
|
-
{
|
|
2335
|
-
"kind": "variable",
|
|
2336
|
-
"name": "criteriaDelimiter",
|
|
2337
|
-
"type": {
|
|
2338
|
-
"text": "string"
|
|
2339
|
-
},
|
|
2340
|
-
"default": "';'",
|
|
2341
|
-
"description": "Delimiter for criteria in the datasource"
|
|
2342
|
-
},
|
|
2343
|
-
{
|
|
2344
|
-
"kind": "variable",
|
|
2345
|
-
"name": "criteriaJoin",
|
|
2346
|
-
"type": {
|
|
2347
|
-
"text": "string"
|
|
2348
|
-
},
|
|
2349
|
-
"default": "' && '",
|
|
2350
|
-
"description": "Join operator for criteria in the datasource"
|
|
2351
|
-
},
|
|
2352
1955
|
{
|
|
2353
1956
|
"kind": "class",
|
|
2354
|
-
"description": "The
|
|
2355
|
-
"name": "
|
|
1957
|
+
"description": "The multiselect editor class for grid-tabulator",
|
|
1958
|
+
"name": "MultiselectEditor",
|
|
2356
1959
|
"members": [
|
|
2357
1960
|
{
|
|
2358
1961
|
"kind": "field",
|
|
2359
|
-
"name": "
|
|
2360
|
-
"type": {
|
|
2361
|
-
"text": "Auth"
|
|
2362
|
-
}
|
|
2363
|
-
},
|
|
2364
|
-
{
|
|
2365
|
-
"kind": "field",
|
|
2366
|
-
"name": "connect",
|
|
2367
|
-
"type": {
|
|
2368
|
-
"text": "Connect"
|
|
2369
|
-
}
|
|
2370
|
-
},
|
|
2371
|
-
{
|
|
2372
|
-
"kind": "field",
|
|
2373
|
-
"name": "datasource",
|
|
2374
|
-
"type": {
|
|
2375
|
-
"text": "Datasource"
|
|
2376
|
-
}
|
|
2377
|
-
},
|
|
2378
|
-
{
|
|
2379
|
-
"kind": "field",
|
|
2380
|
-
"name": "deferredGridOptions",
|
|
1962
|
+
"name": "params",
|
|
2381
1963
|
"type": {
|
|
2382
|
-
"text": "
|
|
1964
|
+
"text": "MultiselectEditorParams"
|
|
2383
1965
|
}
|
|
2384
1966
|
},
|
|
2385
1967
|
{
|
|
2386
1968
|
"kind": "field",
|
|
2387
|
-
"name": "
|
|
2388
|
-
"type": {
|
|
2389
|
-
"text": "any[]"
|
|
2390
|
-
},
|
|
2391
|
-
"default": "[]",
|
|
2392
|
-
"description": "Allows storing column layouts between datasource initializations"
|
|
2393
|
-
},
|
|
2394
|
-
{
|
|
2395
|
-
"kind": "field",
|
|
2396
|
-
"name": "criteria",
|
|
1969
|
+
"name": "select",
|
|
2397
1970
|
"type": {
|
|
2398
|
-
"text": "
|
|
1971
|
+
"text": "any"
|
|
2399
1972
|
}
|
|
2400
1973
|
},
|
|
2401
1974
|
{
|
|
2402
1975
|
"kind": "method",
|
|
2403
|
-
"name": "
|
|
1976
|
+
"name": "init",
|
|
2404
1977
|
"parameters": [
|
|
2405
1978
|
{
|
|
2406
|
-
"name": "
|
|
2407
|
-
"type": {
|
|
2408
|
-
"text": "string"
|
|
2409
|
-
}
|
|
2410
|
-
},
|
|
2411
|
-
{
|
|
2412
|
-
"name": "newCriteria",
|
|
1979
|
+
"name": "params",
|
|
2413
1980
|
"type": {
|
|
2414
|
-
"text": "
|
|
1981
|
+
"text": "MultiselectEditorParams"
|
|
2415
1982
|
}
|
|
2416
1983
|
}
|
|
2417
|
-
]
|
|
2418
|
-
|
|
2419
|
-
{
|
|
2420
|
-
"kind": "field",
|
|
2421
|
-
"name": "fields",
|
|
2422
|
-
"type": {
|
|
2423
|
-
"text": "string"
|
|
2424
|
-
}
|
|
2425
|
-
},
|
|
2426
|
-
{
|
|
2427
|
-
"kind": "field",
|
|
2428
|
-
"name": "isSnapshot",
|
|
2429
|
-
"type": {
|
|
2430
|
-
"text": "boolean"
|
|
2431
|
-
},
|
|
2432
|
-
"default": "false"
|
|
2433
|
-
},
|
|
2434
|
-
{
|
|
2435
|
-
"kind": "field",
|
|
2436
|
-
"name": "maxRows",
|
|
2437
|
-
"type": {
|
|
2438
|
-
"text": "number"
|
|
2439
|
-
}
|
|
2440
|
-
},
|
|
2441
|
-
{
|
|
2442
|
-
"kind": "field",
|
|
2443
|
-
"name": "maxView",
|
|
2444
|
-
"type": {
|
|
2445
|
-
"text": "number"
|
|
2446
|
-
}
|
|
2447
|
-
},
|
|
2448
|
-
{
|
|
2449
|
-
"kind": "field",
|
|
2450
|
-
"name": "pollingInterval",
|
|
2451
|
-
"type": {
|
|
2452
|
-
"text": "number"
|
|
2453
|
-
}
|
|
2454
|
-
},
|
|
2455
|
-
{
|
|
2456
|
-
"kind": "field",
|
|
2457
|
-
"name": "movingView",
|
|
2458
|
-
"type": {
|
|
2459
|
-
"text": "boolean"
|
|
2460
|
-
},
|
|
2461
|
-
"default": "false"
|
|
2462
|
-
},
|
|
2463
|
-
{
|
|
2464
|
-
"kind": "field",
|
|
2465
|
-
"name": "orderBy",
|
|
2466
|
-
"type": {
|
|
2467
|
-
"text": "string"
|
|
2468
|
-
}
|
|
2469
|
-
},
|
|
2470
|
-
{
|
|
2471
|
-
"kind": "field",
|
|
2472
|
-
"name": "request",
|
|
2473
|
-
"type": {
|
|
2474
|
-
"text": "any"
|
|
2475
|
-
}
|
|
2476
|
-
},
|
|
2477
|
-
{
|
|
2478
|
-
"kind": "field",
|
|
2479
|
-
"name": "resourceName",
|
|
2480
|
-
"type": {
|
|
2481
|
-
"text": "string"
|
|
2482
|
-
}
|
|
1984
|
+
],
|
|
1985
|
+
"description": "Initialize the editor with parameters"
|
|
2483
1986
|
},
|
|
2484
1987
|
{
|
|
2485
1988
|
"kind": "method",
|
|
2486
|
-
"name": "
|
|
2487
|
-
"
|
|
2488
|
-
{
|
|
2489
|
-
"
|
|
2490
|
-
"type": {
|
|
2491
|
-
"text": "string"
|
|
2492
|
-
}
|
|
2493
|
-
},
|
|
2494
|
-
{
|
|
2495
|
-
"name": "newValue",
|
|
2496
|
-
"type": {
|
|
2497
|
-
"text": "string"
|
|
2498
|
-
}
|
|
1989
|
+
"name": "getValues",
|
|
1990
|
+
"return": {
|
|
1991
|
+
"type": {
|
|
1992
|
+
"text": "(string | number)[]"
|
|
2499
1993
|
}
|
|
2500
|
-
]
|
|
2501
|
-
},
|
|
2502
|
-
{
|
|
2503
|
-
"kind": "field",
|
|
2504
|
-
"name": "reverse",
|
|
2505
|
-
"type": {
|
|
2506
|
-
"text": "boolean"
|
|
2507
|
-
},
|
|
2508
|
-
"default": "false"
|
|
2509
|
-
},
|
|
2510
|
-
{
|
|
2511
|
-
"kind": "field",
|
|
2512
|
-
"name": "rowIdAttr",
|
|
2513
|
-
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type."
|
|
2514
|
-
},
|
|
2515
|
-
{
|
|
2516
|
-
"kind": "field",
|
|
2517
|
-
"name": "restartOnReconnection",
|
|
2518
|
-
"type": {
|
|
2519
|
-
"text": "boolean"
|
|
2520
|
-
},
|
|
2521
|
-
"default": "true"
|
|
2522
|
-
},
|
|
2523
|
-
{
|
|
2524
|
-
"kind": "field",
|
|
2525
|
-
"name": "keepColDefsOnClearRowData",
|
|
2526
|
-
"type": {
|
|
2527
|
-
"text": "boolean"
|
|
2528
|
-
},
|
|
2529
|
-
"default": "false",
|
|
2530
|
-
"description": "Whether to keep column definitions when clearing row data"
|
|
2531
|
-
},
|
|
2532
|
-
{
|
|
2533
|
-
"kind": "field",
|
|
2534
|
-
"name": "rowDataMapper",
|
|
2535
|
-
"type": {
|
|
2536
|
-
"text": "Function"
|
|
2537
|
-
},
|
|
2538
|
-
"description": "Allows grid data updates to be processed via and external function before applying in grid"
|
|
2539
|
-
},
|
|
2540
|
-
{
|
|
2541
|
-
"kind": "field",
|
|
2542
|
-
"name": "dataSub",
|
|
2543
|
-
"type": {
|
|
2544
|
-
"text": "Subscription"
|
|
2545
|
-
},
|
|
2546
|
-
"privacy": "private"
|
|
2547
|
-
},
|
|
2548
|
-
{
|
|
2549
|
-
"kind": "field",
|
|
2550
|
-
"name": "updateSub",
|
|
2551
|
-
"type": {
|
|
2552
|
-
"text": "Subscription"
|
|
2553
|
-
},
|
|
2554
|
-
"privacy": "private"
|
|
2555
|
-
},
|
|
2556
|
-
{
|
|
2557
|
-
"kind": "field",
|
|
2558
|
-
"name": "connectionSub",
|
|
2559
|
-
"type": {
|
|
2560
|
-
"text": "Subscription"
|
|
2561
|
-
},
|
|
2562
|
-
"privacy": "private"
|
|
2563
|
-
},
|
|
2564
|
-
{
|
|
2565
|
-
"kind": "field",
|
|
2566
|
-
"name": "isRequestServer",
|
|
2567
|
-
"type": {
|
|
2568
|
-
"text": "boolean"
|
|
2569
1994
|
},
|
|
2570
|
-
"
|
|
2571
|
-
"default": "false"
|
|
1995
|
+
"description": "Get current values"
|
|
2572
1996
|
},
|
|
2573
1997
|
{
|
|
2574
|
-
"kind": "
|
|
2575
|
-
"name": "
|
|
2576
|
-
"
|
|
2577
|
-
"text": "boolean"
|
|
2578
|
-
},
|
|
2579
|
-
"privacy": "private",
|
|
2580
|
-
"default": "true"
|
|
1998
|
+
"kind": "method",
|
|
1999
|
+
"name": "focus",
|
|
2000
|
+
"description": "Set focus to the select"
|
|
2581
2001
|
},
|
|
2582
2002
|
{
|
|
2583
|
-
"kind": "
|
|
2584
|
-
"name": "
|
|
2585
|
-
"
|
|
2586
|
-
"
|
|
2003
|
+
"kind": "method",
|
|
2004
|
+
"name": "isSelected",
|
|
2005
|
+
"return": {
|
|
2006
|
+
"type": {
|
|
2007
|
+
"text": "boolean"
|
|
2008
|
+
}
|
|
2587
2009
|
},
|
|
2588
|
-
"
|
|
2589
|
-
|
|
2010
|
+
"parameters": [
|
|
2011
|
+
{
|
|
2012
|
+
"name": "value",
|
|
2013
|
+
"type": {
|
|
2014
|
+
"text": "string | number"
|
|
2015
|
+
}
|
|
2016
|
+
}
|
|
2017
|
+
],
|
|
2018
|
+
"description": "Check if a value is selected"
|
|
2590
2019
|
},
|
|
2591
2020
|
{
|
|
2592
|
-
"kind": "
|
|
2593
|
-
"name": "
|
|
2594
|
-
"
|
|
2595
|
-
|
|
2596
|
-
|
|
2597
|
-
|
|
2598
|
-
|
|
2021
|
+
"kind": "method",
|
|
2022
|
+
"name": "handleKeyDown",
|
|
2023
|
+
"parameters": [
|
|
2024
|
+
{
|
|
2025
|
+
"name": "event",
|
|
2026
|
+
"type": {
|
|
2027
|
+
"text": "KeyboardEvent"
|
|
2028
|
+
}
|
|
2029
|
+
}
|
|
2030
|
+
],
|
|
2031
|
+
"description": "Process key down events"
|
|
2599
2032
|
},
|
|
2600
2033
|
{
|
|
2601
|
-
"kind": "
|
|
2602
|
-
"name": "
|
|
2603
|
-
"
|
|
2604
|
-
"text": "RowDataTransaction"
|
|
2605
|
-
},
|
|
2606
|
-
"privacy": "private"
|
|
2034
|
+
"kind": "method",
|
|
2035
|
+
"name": "handleChange",
|
|
2036
|
+
"description": "Handle change event to save when selection changes"
|
|
2607
2037
|
},
|
|
2608
2038
|
{
|
|
2609
2039
|
"kind": "field",
|
|
2610
|
-
"name": "
|
|
2040
|
+
"name": "_presentation",
|
|
2611
2041
|
"type": {
|
|
2612
|
-
"text": "
|
|
2042
|
+
"text": "ComponentPresentation | null | undefined"
|
|
2613
2043
|
},
|
|
2614
|
-
"privacy": "private"
|
|
2044
|
+
"privacy": "private",
|
|
2045
|
+
"default": "void 0",
|
|
2046
|
+
"inheritedFrom": {
|
|
2047
|
+
"name": "FoundationElement",
|
|
2048
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2049
|
+
}
|
|
2615
2050
|
},
|
|
2616
2051
|
{
|
|
2617
2052
|
"kind": "field",
|
|
2618
|
-
"name": "
|
|
2053
|
+
"name": "$presentation",
|
|
2619
2054
|
"type": {
|
|
2620
|
-
"text": "
|
|
2055
|
+
"text": "ComponentPresentation | null"
|
|
2621
2056
|
},
|
|
2622
|
-
"privacy": "
|
|
2623
|
-
"
|
|
2057
|
+
"privacy": "public",
|
|
2058
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2059
|
+
"inheritedFrom": {
|
|
2060
|
+
"name": "FoundationElement",
|
|
2061
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2062
|
+
}
|
|
2624
2063
|
},
|
|
2625
2064
|
{
|
|
2626
2065
|
"kind": "field",
|
|
2627
|
-
"name": "
|
|
2066
|
+
"name": "template",
|
|
2628
2067
|
"type": {
|
|
2629
|
-
"text": "
|
|
2068
|
+
"text": "ElementViewTemplate | void | null"
|
|
2630
2069
|
},
|
|
2631
|
-
"privacy": "
|
|
2632
|
-
"
|
|
2070
|
+
"privacy": "public",
|
|
2071
|
+
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
2072
|
+
"inheritedFrom": {
|
|
2073
|
+
"name": "FoundationElement",
|
|
2074
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2075
|
+
}
|
|
2633
2076
|
},
|
|
2634
2077
|
{
|
|
2635
2078
|
"kind": "method",
|
|
2636
|
-
"name": "
|
|
2079
|
+
"name": "templateChanged",
|
|
2080
|
+
"privacy": "protected",
|
|
2637
2081
|
"return": {
|
|
2638
2082
|
"type": {
|
|
2639
|
-
"text": "
|
|
2083
|
+
"text": "void"
|
|
2640
2084
|
}
|
|
2641
2085
|
},
|
|
2642
2086
|
"inheritedFrom": {
|
|
2643
|
-
"name": "
|
|
2644
|
-
"module": "src/
|
|
2087
|
+
"name": "FoundationElement",
|
|
2088
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2645
2089
|
}
|
|
2646
2090
|
},
|
|
2647
2091
|
{
|
|
2648
2092
|
"kind": "field",
|
|
2649
|
-
"name": "
|
|
2093
|
+
"name": "styles",
|
|
2650
2094
|
"type": {
|
|
2651
|
-
"text": "
|
|
2095
|
+
"text": "ElementStyles | void | null"
|
|
2652
2096
|
},
|
|
2653
|
-
"privacy": "
|
|
2654
|
-
"
|
|
2655
|
-
|
|
2656
|
-
|
|
2657
|
-
|
|
2658
|
-
|
|
2659
|
-
"description": "Initializes the datasource.",
|
|
2660
|
-
"privacy": "public"
|
|
2661
|
-
},
|
|
2662
|
-
{
|
|
2663
|
-
"kind": "method",
|
|
2664
|
-
"name": "destroy",
|
|
2665
|
-
"description": "Destroys the datasource, resetting it to its initial state.",
|
|
2666
|
-
"privacy": "public"
|
|
2667
|
-
},
|
|
2668
|
-
{
|
|
2669
|
-
"kind": "method",
|
|
2670
|
-
"name": "restart",
|
|
2671
|
-
"description": "Restarts the datasource, uses `deinit` and `init` in sequence.",
|
|
2672
|
-
"privacy": "public"
|
|
2097
|
+
"privacy": "public",
|
|
2098
|
+
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
2099
|
+
"inheritedFrom": {
|
|
2100
|
+
"name": "FoundationElement",
|
|
2101
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2102
|
+
}
|
|
2673
2103
|
},
|
|
2674
2104
|
{
|
|
2675
2105
|
"kind": "method",
|
|
2676
|
-
"name": "
|
|
2677
|
-
"
|
|
2106
|
+
"name": "stylesChanged",
|
|
2107
|
+
"privacy": "protected",
|
|
2108
|
+
"return": {
|
|
2109
|
+
"type": {
|
|
2110
|
+
"text": "void"
|
|
2111
|
+
}
|
|
2112
|
+
},
|
|
2113
|
+
"inheritedFrom": {
|
|
2114
|
+
"name": "FoundationElement",
|
|
2115
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2116
|
+
}
|
|
2678
2117
|
},
|
|
2679
2118
|
{
|
|
2680
2119
|
"kind": "method",
|
|
2681
|
-
"name": "
|
|
2120
|
+
"name": "compose",
|
|
2121
|
+
"privacy": "public",
|
|
2122
|
+
"static": true,
|
|
2123
|
+
"return": {
|
|
2124
|
+
"type": {
|
|
2125
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
2126
|
+
}
|
|
2127
|
+
},
|
|
2682
2128
|
"parameters": [
|
|
2683
2129
|
{
|
|
2684
|
-
"name": "
|
|
2130
|
+
"name": "this",
|
|
2685
2131
|
"type": {
|
|
2686
|
-
"text": "
|
|
2132
|
+
"text": "K"
|
|
2687
2133
|
}
|
|
2134
|
+
},
|
|
2135
|
+
{
|
|
2136
|
+
"name": "elementDefinition",
|
|
2137
|
+
"type": {
|
|
2138
|
+
"text": "T"
|
|
2139
|
+
},
|
|
2140
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
2688
2141
|
}
|
|
2689
2142
|
],
|
|
2690
|
-
"description": "
|
|
2143
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2144
|
+
"inheritedFrom": {
|
|
2145
|
+
"name": "FoundationElement",
|
|
2146
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2147
|
+
}
|
|
2148
|
+
}
|
|
2149
|
+
],
|
|
2150
|
+
"superclass": {
|
|
2151
|
+
"name": "FoundationElement",
|
|
2152
|
+
"package": "@microsoft/fast-foundation"
|
|
2153
|
+
}
|
|
2154
|
+
},
|
|
2155
|
+
{
|
|
2156
|
+
"kind": "variable",
|
|
2157
|
+
"name": "multiselectEditorStyles",
|
|
2158
|
+
"default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
|
|
2159
|
+
"description": "Styles for the multiselect editor"
|
|
2160
|
+
},
|
|
2161
|
+
{
|
|
2162
|
+
"kind": "function",
|
|
2163
|
+
"name": "getMultiselectEditorTemplate",
|
|
2164
|
+
"parameters": [
|
|
2165
|
+
{
|
|
2166
|
+
"name": "prefix",
|
|
2167
|
+
"default": "'foundation'",
|
|
2168
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
2169
|
+
}
|
|
2170
|
+
],
|
|
2171
|
+
"description": "Get a Design System prefixed Select template.",
|
|
2172
|
+
"return": {
|
|
2173
|
+
"type": {
|
|
2174
|
+
"text": ""
|
|
2175
|
+
}
|
|
2176
|
+
}
|
|
2177
|
+
},
|
|
2178
|
+
{
|
|
2179
|
+
"kind": "variable",
|
|
2180
|
+
"name": "foundationMultiselectEditor",
|
|
2181
|
+
"description": "Definition for the multiselect editor component"
|
|
2182
|
+
}
|
|
2183
|
+
],
|
|
2184
|
+
"exports": [
|
|
2185
|
+
{
|
|
2186
|
+
"kind": "js",
|
|
2187
|
+
"name": "MultiselectEditor",
|
|
2188
|
+
"declaration": {
|
|
2189
|
+
"name": "MultiselectEditor",
|
|
2190
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2191
|
+
}
|
|
2192
|
+
},
|
|
2193
|
+
{
|
|
2194
|
+
"kind": "js",
|
|
2195
|
+
"name": "multiselectEditorStyles",
|
|
2196
|
+
"declaration": {
|
|
2197
|
+
"name": "multiselectEditorStyles",
|
|
2198
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2199
|
+
}
|
|
2200
|
+
},
|
|
2201
|
+
{
|
|
2202
|
+
"kind": "js",
|
|
2203
|
+
"name": "getMultiselectEditorTemplate",
|
|
2204
|
+
"declaration": {
|
|
2205
|
+
"name": "getMultiselectEditorTemplate",
|
|
2206
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2207
|
+
}
|
|
2208
|
+
},
|
|
2209
|
+
{
|
|
2210
|
+
"kind": "js",
|
|
2211
|
+
"name": "foundationMultiselectEditor",
|
|
2212
|
+
"declaration": {
|
|
2213
|
+
"name": "foundationMultiselectEditor",
|
|
2214
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2215
|
+
}
|
|
2216
|
+
}
|
|
2217
|
+
]
|
|
2218
|
+
},
|
|
2219
|
+
{
|
|
2220
|
+
"kind": "javascript-module",
|
|
2221
|
+
"path": "src/cell-editors/number.editor.ts",
|
|
2222
|
+
"declarations": [
|
|
2223
|
+
{
|
|
2224
|
+
"kind": "class",
|
|
2225
|
+
"description": "The number editor class for grid-tabulator",
|
|
2226
|
+
"name": "NumberEditor",
|
|
2227
|
+
"members": [
|
|
2228
|
+
{
|
|
2229
|
+
"kind": "field",
|
|
2230
|
+
"name": "params",
|
|
2231
|
+
"type": {
|
|
2232
|
+
"text": "NumberEditorParams"
|
|
2233
|
+
}
|
|
2234
|
+
},
|
|
2235
|
+
{
|
|
2236
|
+
"kind": "field",
|
|
2237
|
+
"name": "numberField",
|
|
2238
|
+
"type": {
|
|
2239
|
+
"text": "any"
|
|
2240
|
+
}
|
|
2691
2241
|
},
|
|
2692
2242
|
{
|
|
2693
2243
|
"kind": "method",
|
|
2694
|
-
"name": "
|
|
2695
|
-
"privacy": "private",
|
|
2244
|
+
"name": "init",
|
|
2696
2245
|
"parameters": [
|
|
2697
2246
|
{
|
|
2698
|
-
"name": "
|
|
2247
|
+
"name": "params",
|
|
2699
2248
|
"type": {
|
|
2700
|
-
"text": "
|
|
2701
|
-
}
|
|
2702
|
-
"description": "The field metadata to generate column definitions from"
|
|
2249
|
+
"text": "NumberEditorParams"
|
|
2250
|
+
}
|
|
2703
2251
|
}
|
|
2704
2252
|
],
|
|
2705
|
-
"description": "
|
|
2253
|
+
"description": "Initialize the editor with parameters"
|
|
2706
2254
|
},
|
|
2707
2255
|
{
|
|
2708
2256
|
"kind": "method",
|
|
2709
|
-
"name": "
|
|
2710
|
-
"
|
|
2711
|
-
"parameters": [
|
|
2712
|
-
{
|
|
2713
|
-
"name": "result"
|
|
2714
|
-
}
|
|
2715
|
-
]
|
|
2257
|
+
"name": "getValue",
|
|
2258
|
+
"description": "Get current value"
|
|
2716
2259
|
},
|
|
2717
2260
|
{
|
|
2718
2261
|
"kind": "method",
|
|
2719
|
-
"name": "
|
|
2720
|
-
"
|
|
2721
|
-
"return": {
|
|
2722
|
-
"type": {
|
|
2723
|
-
"text": "DatasourceOptions"
|
|
2724
|
-
}
|
|
2725
|
-
}
|
|
2262
|
+
"name": "focus",
|
|
2263
|
+
"description": "Set focus to the input"
|
|
2726
2264
|
},
|
|
2727
2265
|
{
|
|
2728
2266
|
"kind": "method",
|
|
2729
|
-
"name": "
|
|
2730
|
-
"privacy": "private",
|
|
2267
|
+
"name": "handleKeyDown",
|
|
2731
2268
|
"parameters": [
|
|
2732
2269
|
{
|
|
2733
|
-
"name": "
|
|
2270
|
+
"name": "event",
|
|
2734
2271
|
"type": {
|
|
2735
|
-
"text": "
|
|
2272
|
+
"text": "KeyboardEvent"
|
|
2736
2273
|
}
|
|
2737
2274
|
}
|
|
2738
|
-
]
|
|
2275
|
+
],
|
|
2276
|
+
"description": "Process key down events"
|
|
2739
2277
|
},
|
|
2740
2278
|
{
|
|
2741
|
-
"kind": "
|
|
2742
|
-
"name": "
|
|
2279
|
+
"kind": "field",
|
|
2280
|
+
"name": "_presentation",
|
|
2281
|
+
"type": {
|
|
2282
|
+
"text": "ComponentPresentation | null | undefined"
|
|
2283
|
+
},
|
|
2743
2284
|
"privacy": "private",
|
|
2744
|
-
"
|
|
2745
|
-
|
|
2746
|
-
|
|
2747
|
-
|
|
2748
|
-
|
|
2749
|
-
|
|
2750
|
-
|
|
2751
|
-
|
|
2285
|
+
"default": "void 0",
|
|
2286
|
+
"inheritedFrom": {
|
|
2287
|
+
"name": "FoundationElement",
|
|
2288
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2289
|
+
}
|
|
2290
|
+
},
|
|
2291
|
+
{
|
|
2292
|
+
"kind": "field",
|
|
2293
|
+
"name": "$presentation",
|
|
2294
|
+
"type": {
|
|
2295
|
+
"text": "ComponentPresentation | null"
|
|
2296
|
+
},
|
|
2297
|
+
"privacy": "public",
|
|
2298
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2299
|
+
"inheritedFrom": {
|
|
2300
|
+
"name": "FoundationElement",
|
|
2301
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2302
|
+
}
|
|
2303
|
+
},
|
|
2304
|
+
{
|
|
2305
|
+
"kind": "field",
|
|
2306
|
+
"name": "template",
|
|
2307
|
+
"type": {
|
|
2308
|
+
"text": "ElementViewTemplate | void | null"
|
|
2309
|
+
},
|
|
2310
|
+
"privacy": "public",
|
|
2311
|
+
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
2312
|
+
"inheritedFrom": {
|
|
2313
|
+
"name": "FoundationElement",
|
|
2314
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2315
|
+
}
|
|
2752
2316
|
},
|
|
2753
2317
|
{
|
|
2754
2318
|
"kind": "method",
|
|
2755
|
-
"name": "
|
|
2756
|
-
"privacy": "
|
|
2757
|
-
"
|
|
2758
|
-
{
|
|
2759
|
-
"
|
|
2760
|
-
"type": {
|
|
2761
|
-
"text": "FilteredDataServerResult"
|
|
2762
|
-
}
|
|
2319
|
+
"name": "templateChanged",
|
|
2320
|
+
"privacy": "protected",
|
|
2321
|
+
"return": {
|
|
2322
|
+
"type": {
|
|
2323
|
+
"text": "void"
|
|
2763
2324
|
}
|
|
2764
|
-
|
|
2325
|
+
},
|
|
2326
|
+
"inheritedFrom": {
|
|
2327
|
+
"name": "FoundationElement",
|
|
2328
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2329
|
+
}
|
|
2765
2330
|
},
|
|
2766
2331
|
{
|
|
2767
|
-
"kind": "
|
|
2768
|
-
"name": "
|
|
2769
|
-
"
|
|
2332
|
+
"kind": "field",
|
|
2333
|
+
"name": "styles",
|
|
2334
|
+
"type": {
|
|
2335
|
+
"text": "ElementStyles | void | null"
|
|
2336
|
+
},
|
|
2337
|
+
"privacy": "public",
|
|
2338
|
+
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
2339
|
+
"inheritedFrom": {
|
|
2340
|
+
"name": "FoundationElement",
|
|
2341
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2342
|
+
}
|
|
2770
2343
|
},
|
|
2771
2344
|
{
|
|
2772
2345
|
"kind": "method",
|
|
2773
|
-
"name": "
|
|
2774
|
-
"privacy": "
|
|
2775
|
-
"
|
|
2776
|
-
{
|
|
2777
|
-
"
|
|
2778
|
-
"type": {
|
|
2779
|
-
"text": "RowDataTransaction"
|
|
2780
|
-
}
|
|
2346
|
+
"name": "stylesChanged",
|
|
2347
|
+
"privacy": "protected",
|
|
2348
|
+
"return": {
|
|
2349
|
+
"type": {
|
|
2350
|
+
"text": "void"
|
|
2781
2351
|
}
|
|
2782
|
-
|
|
2352
|
+
},
|
|
2353
|
+
"inheritedFrom": {
|
|
2354
|
+
"name": "FoundationElement",
|
|
2355
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2356
|
+
}
|
|
2783
2357
|
},
|
|
2784
2358
|
{
|
|
2785
2359
|
"kind": "method",
|
|
2786
|
-
"name": "
|
|
2787
|
-
"privacy": "
|
|
2360
|
+
"name": "compose",
|
|
2361
|
+
"privacy": "public",
|
|
2362
|
+
"static": true,
|
|
2363
|
+
"return": {
|
|
2364
|
+
"type": {
|
|
2365
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
2366
|
+
}
|
|
2367
|
+
},
|
|
2788
2368
|
"parameters": [
|
|
2789
2369
|
{
|
|
2790
|
-
"name": "
|
|
2370
|
+
"name": "this",
|
|
2791
2371
|
"type": {
|
|
2792
|
-
"text": "
|
|
2372
|
+
"text": "K"
|
|
2793
2373
|
}
|
|
2374
|
+
},
|
|
2375
|
+
{
|
|
2376
|
+
"name": "elementDefinition",
|
|
2377
|
+
"type": {
|
|
2378
|
+
"text": "T"
|
|
2379
|
+
},
|
|
2380
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
2794
2381
|
}
|
|
2795
|
-
]
|
|
2382
|
+
],
|
|
2383
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2384
|
+
"inheritedFrom": {
|
|
2385
|
+
"name": "FoundationElement",
|
|
2386
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2387
|
+
}
|
|
2388
|
+
}
|
|
2389
|
+
],
|
|
2390
|
+
"superclass": {
|
|
2391
|
+
"name": "FoundationElement",
|
|
2392
|
+
"package": "@microsoft/fast-foundation"
|
|
2393
|
+
}
|
|
2394
|
+
},
|
|
2395
|
+
{
|
|
2396
|
+
"kind": "variable",
|
|
2397
|
+
"name": "numberEditorStyles",
|
|
2398
|
+
"default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
|
|
2399
|
+
"description": "Styles for the number editor"
|
|
2400
|
+
},
|
|
2401
|
+
{
|
|
2402
|
+
"kind": "function",
|
|
2403
|
+
"name": "getNumberEditorTemplate",
|
|
2404
|
+
"parameters": [
|
|
2405
|
+
{
|
|
2406
|
+
"name": "prefix",
|
|
2407
|
+
"default": "'foundation'",
|
|
2408
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
2409
|
+
}
|
|
2410
|
+
],
|
|
2411
|
+
"description": "Get a Design System prefixed number field template.",
|
|
2412
|
+
"return": {
|
|
2413
|
+
"type": {
|
|
2414
|
+
"text": ""
|
|
2415
|
+
}
|
|
2416
|
+
}
|
|
2417
|
+
},
|
|
2418
|
+
{
|
|
2419
|
+
"kind": "variable",
|
|
2420
|
+
"name": "foundationNumberEditor",
|
|
2421
|
+
"description": "Definition for the number editor component"
|
|
2422
|
+
}
|
|
2423
|
+
],
|
|
2424
|
+
"exports": [
|
|
2425
|
+
{
|
|
2426
|
+
"kind": "js",
|
|
2427
|
+
"name": "NumberEditor",
|
|
2428
|
+
"declaration": {
|
|
2429
|
+
"name": "NumberEditor",
|
|
2430
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
2431
|
+
}
|
|
2432
|
+
},
|
|
2433
|
+
{
|
|
2434
|
+
"kind": "js",
|
|
2435
|
+
"name": "numberEditorStyles",
|
|
2436
|
+
"declaration": {
|
|
2437
|
+
"name": "numberEditorStyles",
|
|
2438
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
2439
|
+
}
|
|
2440
|
+
},
|
|
2441
|
+
{
|
|
2442
|
+
"kind": "js",
|
|
2443
|
+
"name": "getNumberEditorTemplate",
|
|
2444
|
+
"declaration": {
|
|
2445
|
+
"name": "getNumberEditorTemplate",
|
|
2446
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
2447
|
+
}
|
|
2448
|
+
},
|
|
2449
|
+
{
|
|
2450
|
+
"kind": "js",
|
|
2451
|
+
"name": "foundationNumberEditor",
|
|
2452
|
+
"declaration": {
|
|
2453
|
+
"name": "foundationNumberEditor",
|
|
2454
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
2455
|
+
}
|
|
2456
|
+
}
|
|
2457
|
+
]
|
|
2458
|
+
},
|
|
2459
|
+
{
|
|
2460
|
+
"kind": "javascript-module",
|
|
2461
|
+
"path": "src/cell-editors/select.editor.ts",
|
|
2462
|
+
"declarations": [
|
|
2463
|
+
{
|
|
2464
|
+
"kind": "class",
|
|
2465
|
+
"description": "The select editor class for grid-tabulator",
|
|
2466
|
+
"name": "SelectEditor",
|
|
2467
|
+
"members": [
|
|
2468
|
+
{
|
|
2469
|
+
"kind": "field",
|
|
2470
|
+
"name": "params",
|
|
2471
|
+
"type": {
|
|
2472
|
+
"text": "SelectEditorParams"
|
|
2473
|
+
}
|
|
2474
|
+
},
|
|
2475
|
+
{
|
|
2476
|
+
"kind": "field",
|
|
2477
|
+
"name": "select",
|
|
2478
|
+
"type": {
|
|
2479
|
+
"text": "any"
|
|
2480
|
+
}
|
|
2796
2481
|
},
|
|
2797
2482
|
{
|
|
2798
2483
|
"kind": "method",
|
|
2799
|
-
"name": "
|
|
2800
|
-
"privacy": "private",
|
|
2484
|
+
"name": "init",
|
|
2801
2485
|
"parameters": [
|
|
2802
2486
|
{
|
|
2803
|
-
"name": "
|
|
2487
|
+
"name": "params",
|
|
2804
2488
|
"type": {
|
|
2805
|
-
"text": "
|
|
2489
|
+
"text": "SelectEditorParams"
|
|
2806
2490
|
}
|
|
2807
2491
|
}
|
|
2808
|
-
]
|
|
2492
|
+
],
|
|
2493
|
+
"description": "Initialize the editor with parameters"
|
|
2809
2494
|
},
|
|
2810
2495
|
{
|
|
2811
2496
|
"kind": "method",
|
|
2812
|
-
"name": "
|
|
2813
|
-
"
|
|
2814
|
-
"parameters": [
|
|
2815
|
-
{
|
|
2816
|
-
"name": "updatedRows",
|
|
2817
|
-
"type": {
|
|
2818
|
-
"text": "any[]"
|
|
2819
|
-
}
|
|
2820
|
-
}
|
|
2821
|
-
]
|
|
2497
|
+
"name": "getValue",
|
|
2498
|
+
"description": "Get current value"
|
|
2822
2499
|
},
|
|
2823
2500
|
{
|
|
2824
2501
|
"kind": "method",
|
|
2825
|
-
"name": "
|
|
2826
|
-
"
|
|
2502
|
+
"name": "focus",
|
|
2503
|
+
"description": "Set focus to the select"
|
|
2504
|
+
},
|
|
2505
|
+
{
|
|
2506
|
+
"kind": "method",
|
|
2507
|
+
"name": "handleKeyDown",
|
|
2827
2508
|
"parameters": [
|
|
2828
2509
|
{
|
|
2829
|
-
"name": "
|
|
2830
|
-
"type": {
|
|
2831
|
-
"text": "number"
|
|
2832
|
-
}
|
|
2833
|
-
},
|
|
2834
|
-
{
|
|
2835
|
-
"name": "newSize",
|
|
2510
|
+
"name": "event",
|
|
2836
2511
|
"type": {
|
|
2837
|
-
"text": "
|
|
2512
|
+
"text": "KeyboardEvent"
|
|
2838
2513
|
}
|
|
2839
2514
|
}
|
|
2840
2515
|
],
|
|
2841
|
-
"description": "
|
|
2516
|
+
"description": "Process key down events"
|
|
2842
2517
|
},
|
|
2843
2518
|
{
|
|
2844
2519
|
"kind": "method",
|
|
2845
|
-
"name": "
|
|
2520
|
+
"name": "handleChange",
|
|
2521
|
+
"description": "Handle change event"
|
|
2522
|
+
},
|
|
2523
|
+
{
|
|
2524
|
+
"kind": "field",
|
|
2525
|
+
"name": "_presentation",
|
|
2526
|
+
"type": {
|
|
2527
|
+
"text": "ComponentPresentation | null | undefined"
|
|
2528
|
+
},
|
|
2846
2529
|
"privacy": "private",
|
|
2530
|
+
"default": "void 0",
|
|
2531
|
+
"inheritedFrom": {
|
|
2532
|
+
"name": "FoundationElement",
|
|
2533
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2534
|
+
}
|
|
2535
|
+
},
|
|
2536
|
+
{
|
|
2537
|
+
"kind": "field",
|
|
2538
|
+
"name": "$presentation",
|
|
2539
|
+
"type": {
|
|
2540
|
+
"text": "ComponentPresentation | null"
|
|
2541
|
+
},
|
|
2542
|
+
"privacy": "public",
|
|
2543
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2544
|
+
"inheritedFrom": {
|
|
2545
|
+
"name": "FoundationElement",
|
|
2546
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2547
|
+
}
|
|
2548
|
+
},
|
|
2549
|
+
{
|
|
2550
|
+
"kind": "field",
|
|
2551
|
+
"name": "template",
|
|
2552
|
+
"type": {
|
|
2553
|
+
"text": "ElementViewTemplate | void | null"
|
|
2554
|
+
},
|
|
2555
|
+
"privacy": "public",
|
|
2556
|
+
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
2557
|
+
"inheritedFrom": {
|
|
2558
|
+
"name": "FoundationElement",
|
|
2559
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2560
|
+
}
|
|
2561
|
+
},
|
|
2562
|
+
{
|
|
2563
|
+
"kind": "method",
|
|
2564
|
+
"name": "templateChanged",
|
|
2565
|
+
"privacy": "protected",
|
|
2847
2566
|
"return": {
|
|
2848
2567
|
"type": {
|
|
2849
|
-
"text": "
|
|
2568
|
+
"text": "void"
|
|
2850
2569
|
}
|
|
2570
|
+
},
|
|
2571
|
+
"inheritedFrom": {
|
|
2572
|
+
"name": "FoundationElement",
|
|
2573
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2851
2574
|
}
|
|
2852
2575
|
},
|
|
2853
2576
|
{
|
|
2854
|
-
"kind": "
|
|
2855
|
-
"name": "
|
|
2577
|
+
"kind": "field",
|
|
2578
|
+
"name": "styles",
|
|
2579
|
+
"type": {
|
|
2580
|
+
"text": "ElementStyles | void | null"
|
|
2581
|
+
},
|
|
2856
2582
|
"privacy": "public",
|
|
2857
|
-
"
|
|
2858
|
-
|
|
2859
|
-
|
|
2860
|
-
|
|
2861
|
-
|
|
2862
|
-
}
|
|
2863
|
-
},
|
|
2864
|
-
{
|
|
2865
|
-
"name": "newFilter",
|
|
2866
|
-
"type": {
|
|
2867
|
-
"text": "string"
|
|
2868
|
-
}
|
|
2869
|
-
}
|
|
2870
|
-
]
|
|
2583
|
+
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
2584
|
+
"inheritedFrom": {
|
|
2585
|
+
"name": "FoundationElement",
|
|
2586
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2587
|
+
}
|
|
2871
2588
|
},
|
|
2872
2589
|
{
|
|
2873
2590
|
"kind": "method",
|
|
2874
|
-
"name": "
|
|
2875
|
-
"privacy": "
|
|
2876
|
-
"
|
|
2877
|
-
{
|
|
2878
|
-
"
|
|
2879
|
-
"type": {
|
|
2880
|
-
"text": "string"
|
|
2881
|
-
}
|
|
2591
|
+
"name": "stylesChanged",
|
|
2592
|
+
"privacy": "protected",
|
|
2593
|
+
"return": {
|
|
2594
|
+
"type": {
|
|
2595
|
+
"text": "void"
|
|
2882
2596
|
}
|
|
2883
|
-
|
|
2597
|
+
},
|
|
2598
|
+
"inheritedFrom": {
|
|
2599
|
+
"name": "FoundationElement",
|
|
2600
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2601
|
+
}
|
|
2884
2602
|
},
|
|
2885
2603
|
{
|
|
2886
2604
|
"kind": "method",
|
|
2887
|
-
"name": "
|
|
2605
|
+
"name": "compose",
|
|
2606
|
+
"privacy": "public",
|
|
2607
|
+
"static": true,
|
|
2608
|
+
"return": {
|
|
2609
|
+
"type": {
|
|
2610
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
2611
|
+
}
|
|
2612
|
+
},
|
|
2888
2613
|
"parameters": [
|
|
2889
2614
|
{
|
|
2890
|
-
"name": "
|
|
2615
|
+
"name": "this",
|
|
2891
2616
|
"type": {
|
|
2892
|
-
"text": "
|
|
2617
|
+
"text": "K"
|
|
2893
2618
|
}
|
|
2894
2619
|
},
|
|
2895
2620
|
{
|
|
2896
|
-
"name": "
|
|
2621
|
+
"name": "elementDefinition",
|
|
2897
2622
|
"type": {
|
|
2898
|
-
"text": "
|
|
2899
|
-
}
|
|
2623
|
+
"text": "T"
|
|
2624
|
+
},
|
|
2625
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
2900
2626
|
}
|
|
2901
|
-
]
|
|
2627
|
+
],
|
|
2628
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2629
|
+
"inheritedFrom": {
|
|
2630
|
+
"name": "FoundationElement",
|
|
2631
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2632
|
+
}
|
|
2633
|
+
}
|
|
2634
|
+
],
|
|
2635
|
+
"superclass": {
|
|
2636
|
+
"name": "FoundationElement",
|
|
2637
|
+
"package": "@microsoft/fast-foundation"
|
|
2638
|
+
}
|
|
2639
|
+
},
|
|
2640
|
+
{
|
|
2641
|
+
"kind": "variable",
|
|
2642
|
+
"name": "selectEditorStyles",
|
|
2643
|
+
"default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
|
|
2644
|
+
"description": "Styles for the select editor"
|
|
2645
|
+
},
|
|
2646
|
+
{
|
|
2647
|
+
"kind": "function",
|
|
2648
|
+
"name": "getSelectEditorTemplate",
|
|
2649
|
+
"parameters": [
|
|
2650
|
+
{
|
|
2651
|
+
"name": "prefix",
|
|
2652
|
+
"default": "'foundation'",
|
|
2653
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
2654
|
+
}
|
|
2655
|
+
],
|
|
2656
|
+
"description": "Get a Design System prefixed Select template.",
|
|
2657
|
+
"return": {
|
|
2658
|
+
"type": {
|
|
2659
|
+
"text": ""
|
|
2660
|
+
}
|
|
2661
|
+
},
|
|
2662
|
+
"privacy": "public"
|
|
2663
|
+
},
|
|
2664
|
+
{
|
|
2665
|
+
"kind": "variable",
|
|
2666
|
+
"name": "foundationSelectEditor",
|
|
2667
|
+
"description": "Definition for the select editor component"
|
|
2668
|
+
}
|
|
2669
|
+
],
|
|
2670
|
+
"exports": [
|
|
2671
|
+
{
|
|
2672
|
+
"kind": "js",
|
|
2673
|
+
"name": "SelectEditor",
|
|
2674
|
+
"declaration": {
|
|
2675
|
+
"name": "SelectEditor",
|
|
2676
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
2677
|
+
}
|
|
2678
|
+
},
|
|
2679
|
+
{
|
|
2680
|
+
"kind": "js",
|
|
2681
|
+
"name": "selectEditorStyles",
|
|
2682
|
+
"declaration": {
|
|
2683
|
+
"name": "selectEditorStyles",
|
|
2684
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
2685
|
+
}
|
|
2686
|
+
},
|
|
2687
|
+
{
|
|
2688
|
+
"kind": "js",
|
|
2689
|
+
"name": "getSelectEditorTemplate",
|
|
2690
|
+
"declaration": {
|
|
2691
|
+
"name": "getSelectEditorTemplate",
|
|
2692
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
2693
|
+
}
|
|
2694
|
+
},
|
|
2695
|
+
{
|
|
2696
|
+
"kind": "js",
|
|
2697
|
+
"name": "foundationSelectEditor",
|
|
2698
|
+
"declaration": {
|
|
2699
|
+
"name": "foundationSelectEditor",
|
|
2700
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
2701
|
+
}
|
|
2702
|
+
}
|
|
2703
|
+
]
|
|
2704
|
+
},
|
|
2705
|
+
{
|
|
2706
|
+
"kind": "javascript-module",
|
|
2707
|
+
"path": "src/cell-editors/string.editor.ts",
|
|
2708
|
+
"declarations": [
|
|
2709
|
+
{
|
|
2710
|
+
"kind": "class",
|
|
2711
|
+
"description": "The string editor class for grid-tabulator",
|
|
2712
|
+
"name": "StringEditor",
|
|
2713
|
+
"members": [
|
|
2714
|
+
{
|
|
2715
|
+
"kind": "field",
|
|
2716
|
+
"name": "params",
|
|
2717
|
+
"type": {
|
|
2718
|
+
"text": "StringEditorParams"
|
|
2719
|
+
}
|
|
2720
|
+
},
|
|
2721
|
+
{
|
|
2722
|
+
"kind": "field",
|
|
2723
|
+
"name": "textField",
|
|
2724
|
+
"type": {
|
|
2725
|
+
"text": "any"
|
|
2726
|
+
}
|
|
2902
2727
|
},
|
|
2903
2728
|
{
|
|
2904
2729
|
"kind": "method",
|
|
2905
|
-
"name": "
|
|
2906
|
-
"return": {
|
|
2907
|
-
"type": {
|
|
2908
|
-
"text": "Node"
|
|
2909
|
-
}
|
|
2910
|
-
},
|
|
2730
|
+
"name": "init",
|
|
2911
2731
|
"parameters": [
|
|
2912
2732
|
{
|
|
2913
|
-
"name": "
|
|
2914
|
-
"optional": true,
|
|
2733
|
+
"name": "params",
|
|
2915
2734
|
"type": {
|
|
2916
|
-
"text": "
|
|
2735
|
+
"text": "StringEditorParams"
|
|
2917
2736
|
}
|
|
2918
2737
|
}
|
|
2919
2738
|
],
|
|
2920
|
-
"
|
|
2921
|
-
"name": "LifecycleMixin",
|
|
2922
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
2923
|
-
}
|
|
2739
|
+
"description": "Initialize the editor with parameters"
|
|
2924
2740
|
},
|
|
2925
2741
|
{
|
|
2926
|
-
"kind": "
|
|
2927
|
-
"name": "
|
|
2928
|
-
"
|
|
2929
|
-
"type": {
|
|
2930
|
-
"text": ""
|
|
2931
|
-
}
|
|
2932
|
-
},
|
|
2933
|
-
"readonly": true,
|
|
2934
|
-
"inheritedFrom": {
|
|
2935
|
-
"name": "LifecycleMixin",
|
|
2936
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
2937
|
-
}
|
|
2742
|
+
"kind": "method",
|
|
2743
|
+
"name": "getValue",
|
|
2744
|
+
"description": "Get current value"
|
|
2938
2745
|
},
|
|
2939
2746
|
{
|
|
2940
|
-
"kind": "
|
|
2941
|
-
"name": "
|
|
2942
|
-
"
|
|
2943
|
-
"type": {
|
|
2944
|
-
"text": ""
|
|
2945
|
-
}
|
|
2946
|
-
},
|
|
2947
|
-
"readonly": true,
|
|
2948
|
-
"inheritedFrom": {
|
|
2949
|
-
"name": "LifecycleMixin",
|
|
2950
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
2951
|
-
}
|
|
2747
|
+
"kind": "method",
|
|
2748
|
+
"name": "focus",
|
|
2749
|
+
"description": "Set focus to the input"
|
|
2952
2750
|
},
|
|
2953
2751
|
{
|
|
2954
2752
|
"kind": "method",
|
|
2955
|
-
"name": "
|
|
2956
|
-
"return": {
|
|
2957
|
-
"type": {
|
|
2958
|
-
"text": "boolean"
|
|
2959
|
-
}
|
|
2960
|
-
},
|
|
2753
|
+
"name": "handleKeyDown",
|
|
2961
2754
|
"parameters": [
|
|
2962
2755
|
{
|
|
2963
|
-
"name": "
|
|
2756
|
+
"name": "event",
|
|
2964
2757
|
"type": {
|
|
2965
|
-
"text": "
|
|
2758
|
+
"text": "KeyboardEvent"
|
|
2966
2759
|
}
|
|
2967
2760
|
}
|
|
2968
2761
|
],
|
|
2969
|
-
"
|
|
2970
|
-
"name": "LifecycleMixin",
|
|
2971
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
2972
|
-
}
|
|
2762
|
+
"description": "Process key down events"
|
|
2973
2763
|
},
|
|
2974
2764
|
{
|
|
2975
2765
|
"kind": "field",
|
|
@@ -3083,247 +2873,188 @@
|
|
|
3083
2873
|
}
|
|
3084
2874
|
}
|
|
3085
2875
|
],
|
|
3086
|
-
"
|
|
3087
|
-
|
|
3088
|
-
|
|
3089
|
-
|
|
3090
|
-
|
|
3091
|
-
|
|
3092
|
-
|
|
3093
|
-
|
|
3094
|
-
|
|
3095
|
-
|
|
3096
|
-
|
|
3097
|
-
|
|
3098
|
-
|
|
3099
|
-
|
|
3100
|
-
"
|
|
3101
|
-
{
|
|
3102
|
-
"name": "criteria",
|
|
3103
|
-
"type": {
|
|
3104
|
-
"text": "string"
|
|
3105
|
-
},
|
|
3106
|
-
"fieldName": "criteria"
|
|
3107
|
-
},
|
|
3108
|
-
{
|
|
3109
|
-
"name": "fields",
|
|
3110
|
-
"type": {
|
|
3111
|
-
"text": "string"
|
|
3112
|
-
},
|
|
3113
|
-
"fieldName": "fields"
|
|
3114
|
-
},
|
|
3115
|
-
{
|
|
3116
|
-
"name": "is-snapshot",
|
|
3117
|
-
"type": {
|
|
3118
|
-
"text": "boolean"
|
|
3119
|
-
},
|
|
3120
|
-
"default": "false",
|
|
3121
|
-
"fieldName": "isSnapshot"
|
|
3122
|
-
},
|
|
3123
|
-
{
|
|
3124
|
-
"name": "max-rows",
|
|
3125
|
-
"type": {
|
|
3126
|
-
"text": "number"
|
|
3127
|
-
},
|
|
3128
|
-
"fieldName": "maxRows"
|
|
3129
|
-
},
|
|
3130
|
-
{
|
|
3131
|
-
"name": "max-view",
|
|
3132
|
-
"type": {
|
|
3133
|
-
"text": "number"
|
|
3134
|
-
},
|
|
3135
|
-
"fieldName": "maxView"
|
|
3136
|
-
},
|
|
3137
|
-
{
|
|
3138
|
-
"name": "polling-interval",
|
|
3139
|
-
"type": {
|
|
3140
|
-
"text": "number"
|
|
3141
|
-
},
|
|
3142
|
-
"fieldName": "pollingInterval"
|
|
3143
|
-
},
|
|
3144
|
-
{
|
|
3145
|
-
"name": "moving-view",
|
|
3146
|
-
"type": {
|
|
3147
|
-
"text": "boolean"
|
|
3148
|
-
},
|
|
3149
|
-
"default": "false",
|
|
3150
|
-
"fieldName": "movingView"
|
|
3151
|
-
},
|
|
3152
|
-
{
|
|
3153
|
-
"name": "order-by",
|
|
3154
|
-
"type": {
|
|
3155
|
-
"text": "string"
|
|
3156
|
-
},
|
|
3157
|
-
"fieldName": "orderBy"
|
|
3158
|
-
},
|
|
3159
|
-
{
|
|
3160
|
-
"name": "resource-name",
|
|
3161
|
-
"type": {
|
|
3162
|
-
"text": "string"
|
|
3163
|
-
},
|
|
3164
|
-
"fieldName": "resourceName"
|
|
3165
|
-
},
|
|
3166
|
-
{
|
|
3167
|
-
"type": {
|
|
3168
|
-
"text": "boolean"
|
|
3169
|
-
},
|
|
3170
|
-
"default": "false",
|
|
3171
|
-
"fieldName": "reverse"
|
|
3172
|
-
},
|
|
3173
|
-
{
|
|
3174
|
-
"name": "row-id",
|
|
3175
|
-
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
|
|
3176
|
-
"fieldName": "rowIdAttr"
|
|
3177
|
-
},
|
|
3178
|
-
{
|
|
3179
|
-
"name": "restart-on-reconnection",
|
|
3180
|
-
"type": {
|
|
3181
|
-
"text": "boolean"
|
|
3182
|
-
},
|
|
3183
|
-
"default": "true",
|
|
3184
|
-
"fieldName": "restartOnReconnection"
|
|
3185
|
-
},
|
|
2876
|
+
"superclass": {
|
|
2877
|
+
"name": "FoundationElement",
|
|
2878
|
+
"package": "@microsoft/fast-foundation"
|
|
2879
|
+
}
|
|
2880
|
+
},
|
|
2881
|
+
{
|
|
2882
|
+
"kind": "variable",
|
|
2883
|
+
"name": "stringEditorStyles",
|
|
2884
|
+
"default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
|
|
2885
|
+
"description": "Styles for the string editor"
|
|
2886
|
+
},
|
|
2887
|
+
{
|
|
2888
|
+
"kind": "function",
|
|
2889
|
+
"name": "getStringEditorTemplate",
|
|
2890
|
+
"parameters": [
|
|
3186
2891
|
{
|
|
3187
|
-
"name": "
|
|
3188
|
-
"
|
|
3189
|
-
|
|
3190
|
-
},
|
|
3191
|
-
"default": "false",
|
|
3192
|
-
"description": "Whether to keep column definitions when clearing row data",
|
|
3193
|
-
"fieldName": "keepColDefsOnClearRowData"
|
|
2892
|
+
"name": "prefix",
|
|
2893
|
+
"default": "'foundation'",
|
|
2894
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
3194
2895
|
}
|
|
3195
2896
|
],
|
|
3196
|
-
"
|
|
3197
|
-
|
|
3198
|
-
|
|
3199
|
-
"
|
|
3200
|
-
},
|
|
3201
|
-
{
|
|
3202
|
-
"name": "DatasourceEventHandler",
|
|
3203
|
-
"package": "@genesislcap/foundation-comms"
|
|
2897
|
+
"description": "Get a Design System prefixed text field template.",
|
|
2898
|
+
"return": {
|
|
2899
|
+
"type": {
|
|
2900
|
+
"text": ""
|
|
3204
2901
|
}
|
|
3205
|
-
|
|
3206
|
-
|
|
3207
|
-
|
|
3208
|
-
|
|
3209
|
-
|
|
3210
|
-
"
|
|
3211
|
-
"customElement": true
|
|
2902
|
+
}
|
|
2903
|
+
},
|
|
2904
|
+
{
|
|
2905
|
+
"kind": "variable",
|
|
2906
|
+
"name": "foundationStringEditor",
|
|
2907
|
+
"description": "Definition for the string editor component"
|
|
3212
2908
|
}
|
|
3213
2909
|
],
|
|
3214
2910
|
"exports": [
|
|
3215
2911
|
{
|
|
3216
2912
|
"kind": "js",
|
|
3217
|
-
"name": "
|
|
2913
|
+
"name": "StringEditor",
|
|
3218
2914
|
"declaration": {
|
|
3219
|
-
"name": "
|
|
3220
|
-
"module": "src/
|
|
2915
|
+
"name": "StringEditor",
|
|
2916
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
3221
2917
|
}
|
|
3222
2918
|
},
|
|
3223
2919
|
{
|
|
3224
2920
|
"kind": "js",
|
|
3225
|
-
"name": "
|
|
2921
|
+
"name": "stringEditorStyles",
|
|
3226
2922
|
"declaration": {
|
|
3227
|
-
"name": "
|
|
3228
|
-
"module": "src/
|
|
2923
|
+
"name": "stringEditorStyles",
|
|
2924
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
3229
2925
|
}
|
|
3230
2926
|
},
|
|
3231
2927
|
{
|
|
3232
2928
|
"kind": "js",
|
|
3233
|
-
"name": "
|
|
2929
|
+
"name": "getStringEditorTemplate",
|
|
3234
2930
|
"declaration": {
|
|
3235
|
-
"name": "
|
|
3236
|
-
"module": "src/
|
|
2931
|
+
"name": "getStringEditorTemplate",
|
|
2932
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
3237
2933
|
}
|
|
3238
2934
|
},
|
|
3239
|
-
{
|
|
3240
|
-
"kind": "custom-element-definition",
|
|
3241
|
-
"name": "grid-tabulator-client-side-datasource",
|
|
3242
|
-
"declaration": {
|
|
3243
|
-
"name": "GridTabulatorClientSideDatasource",
|
|
3244
|
-
"module": "src/datasource/client-side.datasource.ts"
|
|
3245
|
-
}
|
|
3246
|
-
}
|
|
3247
|
-
]
|
|
3248
|
-
},
|
|
3249
|
-
{
|
|
3250
|
-
"kind": "javascript-module",
|
|
3251
|
-
"path": "src/datasource/index.ts",
|
|
3252
|
-
"declarations": [],
|
|
3253
|
-
"exports": [
|
|
3254
2935
|
{
|
|
3255
2936
|
"kind": "js",
|
|
3256
|
-
"name": "
|
|
3257
|
-
"declaration": {
|
|
3258
|
-
"name": "
|
|
3259
|
-
"
|
|
2937
|
+
"name": "foundationStringEditor",
|
|
2938
|
+
"declaration": {
|
|
2939
|
+
"name": "foundationStringEditor",
|
|
2940
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
3260
2941
|
}
|
|
3261
2942
|
}
|
|
3262
2943
|
]
|
|
3263
2944
|
},
|
|
3264
2945
|
{
|
|
3265
2946
|
"kind": "javascript-module",
|
|
3266
|
-
"path": "src/
|
|
2947
|
+
"path": "src/column/column.ts",
|
|
3267
2948
|
"declarations": [
|
|
3268
2949
|
{
|
|
3269
2950
|
"kind": "class",
|
|
3270
|
-
"description": "The
|
|
3271
|
-
"name": "
|
|
2951
|
+
"description": "The GridTabulator Column element.",
|
|
2952
|
+
"name": "GridTabulatorColumn",
|
|
3272
2953
|
"members": [
|
|
3273
2954
|
{
|
|
3274
2955
|
"kind": "field",
|
|
3275
|
-
"name": "
|
|
2956
|
+
"name": "slottedCell",
|
|
3276
2957
|
"type": {
|
|
3277
|
-
"text": "
|
|
3278
|
-
}
|
|
2958
|
+
"text": "HTMLElement[]"
|
|
2959
|
+
},
|
|
2960
|
+
"privacy": "public"
|
|
3279
2961
|
},
|
|
3280
2962
|
{
|
|
3281
2963
|
"kind": "field",
|
|
3282
|
-
"name": "
|
|
2964
|
+
"name": "definition",
|
|
3283
2965
|
"type": {
|
|
3284
|
-
"text": "
|
|
2966
|
+
"text": "Partial<ColumnDefinition>"
|
|
2967
|
+
},
|
|
2968
|
+
"default": "{}"
|
|
2969
|
+
},
|
|
2970
|
+
{
|
|
2971
|
+
"kind": "method",
|
|
2972
|
+
"name": "slottedCellChanged",
|
|
2973
|
+
"privacy": "public"
|
|
2974
|
+
},
|
|
2975
|
+
{
|
|
2976
|
+
"kind": "method",
|
|
2977
|
+
"name": "deepClone",
|
|
2978
|
+
"return": {
|
|
2979
|
+
"type": {
|
|
2980
|
+
"text": "Node"
|
|
2981
|
+
}
|
|
2982
|
+
},
|
|
2983
|
+
"inheritedFrom": {
|
|
2984
|
+
"name": "LifecycleMixin",
|
|
2985
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3285
2986
|
}
|
|
3286
2987
|
},
|
|
3287
2988
|
{
|
|
3288
2989
|
"kind": "method",
|
|
3289
|
-
"name": "
|
|
2990
|
+
"name": "cloneNode",
|
|
2991
|
+
"return": {
|
|
2992
|
+
"type": {
|
|
2993
|
+
"text": "Node"
|
|
2994
|
+
}
|
|
2995
|
+
},
|
|
3290
2996
|
"parameters": [
|
|
3291
2997
|
{
|
|
3292
|
-
"name": "
|
|
2998
|
+
"name": "deep",
|
|
2999
|
+
"optional": true,
|
|
3293
3000
|
"type": {
|
|
3294
|
-
"text": "
|
|
3001
|
+
"text": "boolean"
|
|
3295
3002
|
}
|
|
3296
3003
|
}
|
|
3297
3004
|
],
|
|
3298
|
-
"
|
|
3299
|
-
|
|
3300
|
-
|
|
3301
|
-
|
|
3302
|
-
"name": "getValue",
|
|
3303
|
-
"description": "Get current value"
|
|
3005
|
+
"inheritedFrom": {
|
|
3006
|
+
"name": "LifecycleMixin",
|
|
3007
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3008
|
+
}
|
|
3304
3009
|
},
|
|
3305
3010
|
{
|
|
3306
|
-
"kind": "
|
|
3307
|
-
"name": "
|
|
3308
|
-
"
|
|
3011
|
+
"kind": "field",
|
|
3012
|
+
"name": "shouldRunDisconnect",
|
|
3013
|
+
"return": {
|
|
3014
|
+
"type": {
|
|
3015
|
+
"text": ""
|
|
3016
|
+
}
|
|
3017
|
+
},
|
|
3018
|
+
"readonly": true,
|
|
3019
|
+
"inheritedFrom": {
|
|
3020
|
+
"name": "LifecycleMixin",
|
|
3021
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3022
|
+
}
|
|
3309
3023
|
},
|
|
3310
3024
|
{
|
|
3311
|
-
"kind": "
|
|
3312
|
-
"name": "
|
|
3313
|
-
"
|
|
3025
|
+
"kind": "field",
|
|
3026
|
+
"name": "shouldRunConnect",
|
|
3027
|
+
"return": {
|
|
3028
|
+
"type": {
|
|
3029
|
+
"text": ""
|
|
3030
|
+
}
|
|
3031
|
+
},
|
|
3032
|
+
"readonly": true,
|
|
3033
|
+
"inheritedFrom": {
|
|
3034
|
+
"name": "LifecycleMixin",
|
|
3035
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3036
|
+
}
|
|
3314
3037
|
},
|
|
3315
3038
|
{
|
|
3316
3039
|
"kind": "method",
|
|
3317
|
-
"name": "
|
|
3040
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
3041
|
+
"return": {
|
|
3042
|
+
"type": {
|
|
3043
|
+
"text": "boolean"
|
|
3044
|
+
}
|
|
3045
|
+
},
|
|
3318
3046
|
"parameters": [
|
|
3319
3047
|
{
|
|
3320
|
-
"name": "
|
|
3048
|
+
"name": "lifecycleType",
|
|
3321
3049
|
"type": {
|
|
3322
|
-
"text": "
|
|
3050
|
+
"text": "Lifecycletype"
|
|
3323
3051
|
}
|
|
3324
3052
|
}
|
|
3325
3053
|
],
|
|
3326
|
-
"
|
|
3054
|
+
"inheritedFrom": {
|
|
3055
|
+
"name": "LifecycleMixin",
|
|
3056
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3057
|
+
}
|
|
3327
3058
|
},
|
|
3328
3059
|
{
|
|
3329
3060
|
"kind": "field",
|
|
@@ -3437,935 +3168,1095 @@
|
|
|
3437
3168
|
}
|
|
3438
3169
|
}
|
|
3439
3170
|
],
|
|
3171
|
+
"mixins": [
|
|
3172
|
+
{
|
|
3173
|
+
"name": "LifecycleMixin",
|
|
3174
|
+
"package": "@genesislcap/foundation-utils"
|
|
3175
|
+
}
|
|
3176
|
+
],
|
|
3440
3177
|
"superclass": {
|
|
3441
3178
|
"name": "FoundationElement",
|
|
3442
3179
|
"package": "@microsoft/fast-foundation"
|
|
3180
|
+
},
|
|
3181
|
+
"tagName": "grid-tabulator-column",
|
|
3182
|
+
"customElement": true
|
|
3183
|
+
}
|
|
3184
|
+
],
|
|
3185
|
+
"exports": [
|
|
3186
|
+
{
|
|
3187
|
+
"kind": "js",
|
|
3188
|
+
"name": "GridTabulatorColumn",
|
|
3189
|
+
"declaration": {
|
|
3190
|
+
"name": "GridTabulatorColumn",
|
|
3191
|
+
"module": "src/column/column.ts"
|
|
3443
3192
|
}
|
|
3444
3193
|
},
|
|
3445
3194
|
{
|
|
3446
|
-
"kind": "
|
|
3447
|
-
"name": "
|
|
3448
|
-
"
|
|
3449
|
-
|
|
3450
|
-
|
|
3195
|
+
"kind": "custom-element-definition",
|
|
3196
|
+
"name": "grid-tabulator-column",
|
|
3197
|
+
"declaration": {
|
|
3198
|
+
"name": "GridTabulatorColumn",
|
|
3199
|
+
"module": "src/column/column.ts"
|
|
3200
|
+
}
|
|
3201
|
+
}
|
|
3202
|
+
]
|
|
3203
|
+
},
|
|
3204
|
+
{
|
|
3205
|
+
"kind": "javascript-module",
|
|
3206
|
+
"path": "src/column/index.ts",
|
|
3207
|
+
"declarations": [],
|
|
3208
|
+
"exports": [
|
|
3209
|
+
{
|
|
3210
|
+
"kind": "js",
|
|
3211
|
+
"name": "*",
|
|
3212
|
+
"declaration": {
|
|
3213
|
+
"name": "*",
|
|
3214
|
+
"package": "./column"
|
|
3215
|
+
}
|
|
3216
|
+
}
|
|
3217
|
+
]
|
|
3218
|
+
},
|
|
3219
|
+
{
|
|
3220
|
+
"kind": "javascript-module",
|
|
3221
|
+
"path": "src/cell-formatters/action.formatter.ts",
|
|
3222
|
+
"declarations": [
|
|
3451
3223
|
{
|
|
3452
3224
|
"kind": "function",
|
|
3453
|
-
"name": "
|
|
3225
|
+
"name": "actionFormatter",
|
|
3226
|
+
"return": {
|
|
3227
|
+
"type": {
|
|
3228
|
+
"text": ""
|
|
3229
|
+
}
|
|
3230
|
+
},
|
|
3231
|
+
"parameters": [
|
|
3232
|
+
{
|
|
3233
|
+
"name": "cell",
|
|
3234
|
+
"type": {
|
|
3235
|
+
"text": "any"
|
|
3236
|
+
},
|
|
3237
|
+
"description": "The cell component provided by Tabulator"
|
|
3238
|
+
},
|
|
3239
|
+
{
|
|
3240
|
+
"name": "formatterParams",
|
|
3241
|
+
"default": "{}",
|
|
3242
|
+
"type": {
|
|
3243
|
+
"text": "ActionFormatterParams<T>"
|
|
3244
|
+
},
|
|
3245
|
+
"description": "Action formatter parameters"
|
|
3246
|
+
}
|
|
3247
|
+
],
|
|
3248
|
+
"description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
|
|
3249
|
+
"privacy": "public"
|
|
3250
|
+
}
|
|
3251
|
+
],
|
|
3252
|
+
"exports": [
|
|
3253
|
+
{
|
|
3254
|
+
"kind": "js",
|
|
3255
|
+
"name": "actionFormatter",
|
|
3256
|
+
"declaration": {
|
|
3257
|
+
"name": "actionFormatter",
|
|
3258
|
+
"module": "src/cell-formatters/action.formatter.ts"
|
|
3259
|
+
}
|
|
3260
|
+
}
|
|
3261
|
+
]
|
|
3262
|
+
},
|
|
3263
|
+
{
|
|
3264
|
+
"kind": "javascript-module",
|
|
3265
|
+
"path": "src/cell-formatters/actions-menu.formatter.ts",
|
|
3266
|
+
"declarations": [
|
|
3267
|
+
{
|
|
3268
|
+
"kind": "function",
|
|
3269
|
+
"name": "actionsMenuFormatter",
|
|
3270
|
+
"return": {
|
|
3271
|
+
"type": {
|
|
3272
|
+
"text": ""
|
|
3273
|
+
}
|
|
3274
|
+
},
|
|
3275
|
+
"parameters": [
|
|
3276
|
+
{
|
|
3277
|
+
"name": "cell",
|
|
3278
|
+
"type": {
|
|
3279
|
+
"text": "any"
|
|
3280
|
+
},
|
|
3281
|
+
"description": "The cell component provided by Tabulator"
|
|
3282
|
+
},
|
|
3283
|
+
{
|
|
3284
|
+
"name": "formatterParams",
|
|
3285
|
+
"default": "{}",
|
|
3286
|
+
"type": {
|
|
3287
|
+
"text": "ActionsMenuFormatterParams<T>"
|
|
3288
|
+
},
|
|
3289
|
+
"description": "Actions menu formatter parameters"
|
|
3290
|
+
}
|
|
3291
|
+
],
|
|
3292
|
+
"description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
|
|
3293
|
+
"privacy": "public"
|
|
3294
|
+
}
|
|
3295
|
+
],
|
|
3296
|
+
"exports": [
|
|
3297
|
+
{
|
|
3298
|
+
"kind": "js",
|
|
3299
|
+
"name": "actionsMenuFormatter",
|
|
3300
|
+
"declaration": {
|
|
3301
|
+
"name": "actionsMenuFormatter",
|
|
3302
|
+
"module": "src/cell-formatters/actions-menu.formatter.ts"
|
|
3303
|
+
}
|
|
3304
|
+
}
|
|
3305
|
+
]
|
|
3306
|
+
},
|
|
3307
|
+
{
|
|
3308
|
+
"kind": "javascript-module",
|
|
3309
|
+
"path": "src/cell-formatters/boolean.formatter.ts",
|
|
3310
|
+
"declarations": [
|
|
3311
|
+
{
|
|
3312
|
+
"kind": "function",
|
|
3313
|
+
"name": "booleanFormatter",
|
|
3314
|
+
"return": {
|
|
3315
|
+
"type": {
|
|
3316
|
+
"text": ""
|
|
3317
|
+
}
|
|
3318
|
+
},
|
|
3454
3319
|
"parameters": [
|
|
3455
3320
|
{
|
|
3456
|
-
"name": "
|
|
3457
|
-
"
|
|
3458
|
-
|
|
3321
|
+
"name": "cell",
|
|
3322
|
+
"type": {
|
|
3323
|
+
"text": "any"
|
|
3324
|
+
},
|
|
3325
|
+
"description": "The cell component provided by Tabulator"
|
|
3326
|
+
},
|
|
3327
|
+
{
|
|
3328
|
+
"name": "formatterParams",
|
|
3329
|
+
"default": "{}",
|
|
3330
|
+
"type": {
|
|
3331
|
+
"text": "BooleanFormatterParams<T>"
|
|
3332
|
+
},
|
|
3333
|
+
"description": "Boolean formatter parameters"
|
|
3459
3334
|
}
|
|
3460
3335
|
],
|
|
3461
|
-
"description": "
|
|
3336
|
+
"description": "Formatter that displays boolean values using a checkbox component.\nStyled to match grid-pro boolean renderer.",
|
|
3337
|
+
"privacy": "public"
|
|
3338
|
+
}
|
|
3339
|
+
],
|
|
3340
|
+
"exports": [
|
|
3341
|
+
{
|
|
3342
|
+
"kind": "js",
|
|
3343
|
+
"name": "booleanFormatter",
|
|
3344
|
+
"declaration": {
|
|
3345
|
+
"name": "booleanFormatter",
|
|
3346
|
+
"module": "src/cell-formatters/boolean.formatter.ts"
|
|
3347
|
+
}
|
|
3348
|
+
}
|
|
3349
|
+
]
|
|
3350
|
+
},
|
|
3351
|
+
{
|
|
3352
|
+
"kind": "javascript-module",
|
|
3353
|
+
"path": "src/cell-formatters/constants.ts",
|
|
3354
|
+
"declarations": [],
|
|
3355
|
+
"exports": []
|
|
3356
|
+
},
|
|
3357
|
+
{
|
|
3358
|
+
"kind": "javascript-module",
|
|
3359
|
+
"path": "src/cell-formatters/editable.formatter.ts",
|
|
3360
|
+
"declarations": [
|
|
3361
|
+
{
|
|
3362
|
+
"kind": "function",
|
|
3363
|
+
"name": "editableFormatter",
|
|
3462
3364
|
"return": {
|
|
3463
3365
|
"type": {
|
|
3464
3366
|
"text": ""
|
|
3465
3367
|
}
|
|
3466
3368
|
},
|
|
3369
|
+
"parameters": [
|
|
3370
|
+
{
|
|
3371
|
+
"name": "cell",
|
|
3372
|
+
"type": {
|
|
3373
|
+
"text": "any"
|
|
3374
|
+
},
|
|
3375
|
+
"description": "The cell component provided by Tabulator"
|
|
3376
|
+
},
|
|
3377
|
+
{
|
|
3378
|
+
"name": "formatterParams",
|
|
3379
|
+
"default": "{}",
|
|
3380
|
+
"type": {
|
|
3381
|
+
"text": "EditableFormatterParams<T>"
|
|
3382
|
+
},
|
|
3383
|
+
"description": "Editable formatter parameters"
|
|
3384
|
+
}
|
|
3385
|
+
],
|
|
3386
|
+
"description": "Formatter that displays an editable cell with validation state",
|
|
3467
3387
|
"privacy": "public"
|
|
3468
|
-
}
|
|
3388
|
+
}
|
|
3389
|
+
],
|
|
3390
|
+
"exports": [
|
|
3391
|
+
{
|
|
3392
|
+
"kind": "js",
|
|
3393
|
+
"name": "editableFormatter",
|
|
3394
|
+
"declaration": {
|
|
3395
|
+
"name": "editableFormatter",
|
|
3396
|
+
"module": "src/cell-formatters/editable.formatter.ts"
|
|
3397
|
+
}
|
|
3398
|
+
}
|
|
3399
|
+
]
|
|
3400
|
+
},
|
|
3401
|
+
{
|
|
3402
|
+
"kind": "javascript-module",
|
|
3403
|
+
"path": "src/cell-formatters/index.ts",
|
|
3404
|
+
"declarations": [
|
|
3469
3405
|
{
|
|
3470
3406
|
"kind": "variable",
|
|
3471
|
-
"name": "
|
|
3472
|
-
"
|
|
3407
|
+
"name": "formatters",
|
|
3408
|
+
"type": {
|
|
3409
|
+
"text": "object"
|
|
3410
|
+
},
|
|
3411
|
+
"default": "{\n action: actionFormatter,\n actionsMenu: actionsMenuFormatter,\n boolean: booleanFormatter,\n editable: editableFormatter,\n select: selectFormatter,\n text: textFormatter,\n}",
|
|
3412
|
+
"description": "Zero formatters for Tabulator grid"
|
|
3473
3413
|
}
|
|
3474
3414
|
],
|
|
3475
3415
|
"exports": [
|
|
3476
3416
|
{
|
|
3477
3417
|
"kind": "js",
|
|
3478
|
-
"name": "
|
|
3418
|
+
"name": "*",
|
|
3479
3419
|
"declaration": {
|
|
3480
|
-
"name": "
|
|
3481
|
-
"
|
|
3420
|
+
"name": "*",
|
|
3421
|
+
"package": "./constants"
|
|
3482
3422
|
}
|
|
3483
3423
|
},
|
|
3484
3424
|
{
|
|
3485
3425
|
"kind": "js",
|
|
3486
|
-
"name": "
|
|
3426
|
+
"name": "ActionFormatterParams",
|
|
3487
3427
|
"declaration": {
|
|
3488
|
-
"name": "
|
|
3489
|
-
"module": "src/cell-
|
|
3428
|
+
"name": "ActionFormatterParams",
|
|
3429
|
+
"module": "src/cell-formatters/index.ts"
|
|
3490
3430
|
}
|
|
3491
3431
|
},
|
|
3492
3432
|
{
|
|
3493
3433
|
"kind": "js",
|
|
3494
|
-
"name": "
|
|
3434
|
+
"name": "actionFormatter",
|
|
3495
3435
|
"declaration": {
|
|
3496
|
-
"name": "
|
|
3497
|
-
"module": "src/cell-
|
|
3436
|
+
"name": "actionFormatter",
|
|
3437
|
+
"module": "src/cell-formatters/index.ts"
|
|
3498
3438
|
}
|
|
3499
3439
|
},
|
|
3500
3440
|
{
|
|
3501
3441
|
"kind": "js",
|
|
3502
|
-
"name": "
|
|
3442
|
+
"name": "ActionsMenuFormatterParams",
|
|
3503
3443
|
"declaration": {
|
|
3504
|
-
"name": "
|
|
3505
|
-
"module": "src/cell-
|
|
3444
|
+
"name": "ActionsMenuFormatterParams",
|
|
3445
|
+
"module": "src/cell-formatters/index.ts"
|
|
3506
3446
|
}
|
|
3507
|
-
}
|
|
3508
|
-
]
|
|
3509
|
-
},
|
|
3510
|
-
{
|
|
3511
|
-
"kind": "javascript-module",
|
|
3512
|
-
"path": "src/cell-editors/index.ts",
|
|
3513
|
-
"declarations": [],
|
|
3514
|
-
"exports": [
|
|
3447
|
+
},
|
|
3515
3448
|
{
|
|
3516
3449
|
"kind": "js",
|
|
3517
|
-
"name": "
|
|
3450
|
+
"name": "actionsMenuFormatter",
|
|
3518
3451
|
"declaration": {
|
|
3519
|
-
"name": "
|
|
3520
|
-
"
|
|
3452
|
+
"name": "actionsMenuFormatter",
|
|
3453
|
+
"module": "src/cell-formatters/index.ts"
|
|
3521
3454
|
}
|
|
3522
3455
|
},
|
|
3523
3456
|
{
|
|
3524
3457
|
"kind": "js",
|
|
3525
|
-
"name": "
|
|
3458
|
+
"name": "BooleanFormatterParams",
|
|
3526
3459
|
"declaration": {
|
|
3527
|
-
"name": "
|
|
3528
|
-
"
|
|
3460
|
+
"name": "BooleanFormatterParams",
|
|
3461
|
+
"module": "src/cell-formatters/index.ts"
|
|
3529
3462
|
}
|
|
3530
3463
|
},
|
|
3531
3464
|
{
|
|
3532
3465
|
"kind": "js",
|
|
3533
|
-
"name": "
|
|
3466
|
+
"name": "booleanFormatter",
|
|
3534
3467
|
"declaration": {
|
|
3535
|
-
"name": "
|
|
3536
|
-
"
|
|
3468
|
+
"name": "booleanFormatter",
|
|
3469
|
+
"module": "src/cell-formatters/index.ts"
|
|
3537
3470
|
}
|
|
3538
3471
|
},
|
|
3539
3472
|
{
|
|
3540
3473
|
"kind": "js",
|
|
3541
|
-
"name": "
|
|
3474
|
+
"name": "EditableFormatterParams",
|
|
3542
3475
|
"declaration": {
|
|
3543
|
-
"name": "
|
|
3544
|
-
"
|
|
3476
|
+
"name": "EditableFormatterParams",
|
|
3477
|
+
"module": "src/cell-formatters/index.ts"
|
|
3478
|
+
}
|
|
3479
|
+
},
|
|
3480
|
+
{
|
|
3481
|
+
"kind": "js",
|
|
3482
|
+
"name": "editableFormatter",
|
|
3483
|
+
"declaration": {
|
|
3484
|
+
"name": "editableFormatter",
|
|
3485
|
+
"module": "src/cell-formatters/index.ts"
|
|
3486
|
+
}
|
|
3487
|
+
},
|
|
3488
|
+
{
|
|
3489
|
+
"kind": "js",
|
|
3490
|
+
"name": "SelectFormatterParams",
|
|
3491
|
+
"declaration": {
|
|
3492
|
+
"name": "SelectFormatterParams",
|
|
3493
|
+
"module": "src/cell-formatters/index.ts"
|
|
3494
|
+
}
|
|
3495
|
+
},
|
|
3496
|
+
{
|
|
3497
|
+
"kind": "js",
|
|
3498
|
+
"name": "selectFormatter",
|
|
3499
|
+
"declaration": {
|
|
3500
|
+
"name": "selectFormatter",
|
|
3501
|
+
"module": "src/cell-formatters/index.ts"
|
|
3502
|
+
}
|
|
3503
|
+
},
|
|
3504
|
+
{
|
|
3505
|
+
"kind": "js",
|
|
3506
|
+
"name": "TextFormatterParams",
|
|
3507
|
+
"declaration": {
|
|
3508
|
+
"name": "TextFormatterParams",
|
|
3509
|
+
"module": "src/cell-formatters/index.ts"
|
|
3510
|
+
}
|
|
3511
|
+
},
|
|
3512
|
+
{
|
|
3513
|
+
"kind": "js",
|
|
3514
|
+
"name": "textFormatter",
|
|
3515
|
+
"declaration": {
|
|
3516
|
+
"name": "textFormatter",
|
|
3517
|
+
"module": "src/cell-formatters/index.ts"
|
|
3545
3518
|
}
|
|
3546
3519
|
},
|
|
3547
3520
|
{
|
|
3548
3521
|
"kind": "js",
|
|
3549
|
-
"name": "
|
|
3522
|
+
"name": "formatters",
|
|
3523
|
+
"declaration": {
|
|
3524
|
+
"name": "formatters",
|
|
3525
|
+
"module": "src/cell-formatters/index.ts"
|
|
3526
|
+
}
|
|
3527
|
+
}
|
|
3528
|
+
]
|
|
3529
|
+
},
|
|
3530
|
+
{
|
|
3531
|
+
"kind": "javascript-module",
|
|
3532
|
+
"path": "src/cell-formatters/select.formatter.ts",
|
|
3533
|
+
"declarations": [
|
|
3534
|
+
{
|
|
3535
|
+
"kind": "function",
|
|
3536
|
+
"name": "selectFormatter",
|
|
3537
|
+
"return": {
|
|
3538
|
+
"type": {
|
|
3539
|
+
"text": ""
|
|
3540
|
+
}
|
|
3541
|
+
},
|
|
3542
|
+
"parameters": [
|
|
3543
|
+
{
|
|
3544
|
+
"name": "cell",
|
|
3545
|
+
"type": {
|
|
3546
|
+
"text": "any"
|
|
3547
|
+
},
|
|
3548
|
+
"description": "The cell component provided by Tabulator"
|
|
3549
|
+
},
|
|
3550
|
+
{
|
|
3551
|
+
"name": "formatterParams",
|
|
3552
|
+
"type": {
|
|
3553
|
+
"text": "SelectFormatterParams<T>"
|
|
3554
|
+
},
|
|
3555
|
+
"description": "Select formatter parameters"
|
|
3556
|
+
}
|
|
3557
|
+
],
|
|
3558
|
+
"description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
|
|
3559
|
+
"privacy": "public"
|
|
3560
|
+
}
|
|
3561
|
+
],
|
|
3562
|
+
"exports": [
|
|
3563
|
+
{
|
|
3564
|
+
"kind": "js",
|
|
3565
|
+
"name": "selectFormatter",
|
|
3566
|
+
"declaration": {
|
|
3567
|
+
"name": "selectFormatter",
|
|
3568
|
+
"module": "src/cell-formatters/select.formatter.ts"
|
|
3569
|
+
}
|
|
3570
|
+
}
|
|
3571
|
+
]
|
|
3572
|
+
},
|
|
3573
|
+
{
|
|
3574
|
+
"kind": "javascript-module",
|
|
3575
|
+
"path": "src/cell-formatters/text.formatter.ts",
|
|
3576
|
+
"declarations": [
|
|
3577
|
+
{
|
|
3578
|
+
"kind": "function",
|
|
3579
|
+
"name": "textFormatter",
|
|
3580
|
+
"return": {
|
|
3581
|
+
"type": {
|
|
3582
|
+
"text": ""
|
|
3583
|
+
}
|
|
3584
|
+
},
|
|
3585
|
+
"parameters": [
|
|
3586
|
+
{
|
|
3587
|
+
"name": "cell",
|
|
3588
|
+
"type": {
|
|
3589
|
+
"text": "any"
|
|
3590
|
+
},
|
|
3591
|
+
"description": "The cell component provided by Tabulator"
|
|
3592
|
+
},
|
|
3593
|
+
{
|
|
3594
|
+
"name": "formatterParams",
|
|
3595
|
+
"default": "{}",
|
|
3596
|
+
"type": {
|
|
3597
|
+
"text": "TextFormatterParams<T>"
|
|
3598
|
+
},
|
|
3599
|
+
"description": "Text formatter parameters"
|
|
3600
|
+
}
|
|
3601
|
+
],
|
|
3602
|
+
"description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
|
|
3603
|
+
"privacy": "public"
|
|
3604
|
+
}
|
|
3605
|
+
],
|
|
3606
|
+
"exports": [
|
|
3607
|
+
{
|
|
3608
|
+
"kind": "js",
|
|
3609
|
+
"name": "textFormatter",
|
|
3550
3610
|
"declaration": {
|
|
3551
|
-
"name": "
|
|
3552
|
-
"
|
|
3611
|
+
"name": "textFormatter",
|
|
3612
|
+
"module": "src/cell-formatters/text.formatter.ts"
|
|
3553
3613
|
}
|
|
3554
3614
|
}
|
|
3555
3615
|
]
|
|
3556
3616
|
},
|
|
3557
3617
|
{
|
|
3558
3618
|
"kind": "javascript-module",
|
|
3559
|
-
"path": "src/
|
|
3619
|
+
"path": "src/datasource/client-side.datasource.ts",
|
|
3560
3620
|
"declarations": [
|
|
3621
|
+
{
|
|
3622
|
+
"kind": "variable",
|
|
3623
|
+
"name": "criteriaDelimiter",
|
|
3624
|
+
"type": {
|
|
3625
|
+
"text": "string"
|
|
3626
|
+
},
|
|
3627
|
+
"default": "';'",
|
|
3628
|
+
"description": "Delimiter for criteria in the datasource"
|
|
3629
|
+
},
|
|
3630
|
+
{
|
|
3631
|
+
"kind": "variable",
|
|
3632
|
+
"name": "criteriaJoin",
|
|
3633
|
+
"type": {
|
|
3634
|
+
"text": "string"
|
|
3635
|
+
},
|
|
3636
|
+
"default": "' && '",
|
|
3637
|
+
"description": "Join operator for criteria in the datasource"
|
|
3638
|
+
},
|
|
3561
3639
|
{
|
|
3562
3640
|
"kind": "class",
|
|
3563
|
-
"description": "The
|
|
3564
|
-
"name": "
|
|
3641
|
+
"description": "The Genesis Datasource element, for client-side data fetching and used exclusively by the GridTabulator element.",
|
|
3642
|
+
"name": "GridTabulatorClientSideDatasource",
|
|
3565
3643
|
"members": [
|
|
3566
3644
|
{
|
|
3567
3645
|
"kind": "field",
|
|
3568
|
-
"name": "
|
|
3646
|
+
"name": "auth",
|
|
3569
3647
|
"type": {
|
|
3570
|
-
"text": "
|
|
3648
|
+
"text": "Auth"
|
|
3571
3649
|
}
|
|
3572
3650
|
},
|
|
3573
3651
|
{
|
|
3574
3652
|
"kind": "field",
|
|
3575
|
-
"name": "
|
|
3653
|
+
"name": "connect",
|
|
3576
3654
|
"type": {
|
|
3577
|
-
"text": "
|
|
3655
|
+
"text": "Connect"
|
|
3656
|
+
}
|
|
3657
|
+
},
|
|
3658
|
+
{
|
|
3659
|
+
"kind": "field",
|
|
3660
|
+
"name": "datasource",
|
|
3661
|
+
"type": {
|
|
3662
|
+
"text": "Datasource"
|
|
3663
|
+
}
|
|
3664
|
+
},
|
|
3665
|
+
{
|
|
3666
|
+
"kind": "field",
|
|
3667
|
+
"name": "deferredGridOptions",
|
|
3668
|
+
"type": {
|
|
3669
|
+
"text": "Options"
|
|
3670
|
+
}
|
|
3671
|
+
},
|
|
3672
|
+
{
|
|
3673
|
+
"kind": "field",
|
|
3674
|
+
"name": "deferredColumnStates",
|
|
3675
|
+
"type": {
|
|
3676
|
+
"text": "any[]"
|
|
3677
|
+
},
|
|
3678
|
+
"default": "[]",
|
|
3679
|
+
"description": "Allows storing column layouts between datasource initializations"
|
|
3680
|
+
},
|
|
3681
|
+
{
|
|
3682
|
+
"kind": "field",
|
|
3683
|
+
"name": "criteria",
|
|
3684
|
+
"type": {
|
|
3685
|
+
"text": "string"
|
|
3578
3686
|
}
|
|
3579
3687
|
},
|
|
3580
3688
|
{
|
|
3581
3689
|
"kind": "method",
|
|
3582
|
-
"name": "
|
|
3690
|
+
"name": "criteriaChanged",
|
|
3583
3691
|
"parameters": [
|
|
3584
3692
|
{
|
|
3585
|
-
"name": "
|
|
3693
|
+
"name": "oldCriteria",
|
|
3586
3694
|
"type": {
|
|
3587
|
-
"text": "
|
|
3695
|
+
"text": "string"
|
|
3696
|
+
}
|
|
3697
|
+
},
|
|
3698
|
+
{
|
|
3699
|
+
"name": "newCriteria",
|
|
3700
|
+
"type": {
|
|
3701
|
+
"text": "string"
|
|
3588
3702
|
}
|
|
3589
3703
|
}
|
|
3590
|
-
]
|
|
3591
|
-
"description": "Initialize the editor with parameters"
|
|
3704
|
+
]
|
|
3592
3705
|
},
|
|
3593
3706
|
{
|
|
3594
|
-
"kind": "
|
|
3595
|
-
"name": "
|
|
3596
|
-
"
|
|
3597
|
-
"
|
|
3598
|
-
|
|
3599
|
-
|
|
3707
|
+
"kind": "field",
|
|
3708
|
+
"name": "fields",
|
|
3709
|
+
"type": {
|
|
3710
|
+
"text": "string"
|
|
3711
|
+
}
|
|
3712
|
+
},
|
|
3713
|
+
{
|
|
3714
|
+
"kind": "field",
|
|
3715
|
+
"name": "isSnapshot",
|
|
3716
|
+
"type": {
|
|
3717
|
+
"text": "boolean"
|
|
3600
3718
|
},
|
|
3601
|
-
"
|
|
3719
|
+
"default": "false"
|
|
3602
3720
|
},
|
|
3603
3721
|
{
|
|
3604
|
-
"kind": "
|
|
3605
|
-
"name": "
|
|
3606
|
-
"
|
|
3722
|
+
"kind": "field",
|
|
3723
|
+
"name": "maxRows",
|
|
3724
|
+
"type": {
|
|
3725
|
+
"text": "number"
|
|
3726
|
+
}
|
|
3607
3727
|
},
|
|
3608
3728
|
{
|
|
3609
|
-
"kind": "
|
|
3610
|
-
"name": "
|
|
3611
|
-
"
|
|
3612
|
-
"
|
|
3613
|
-
|
|
3614
|
-
|
|
3729
|
+
"kind": "field",
|
|
3730
|
+
"name": "maxView",
|
|
3731
|
+
"type": {
|
|
3732
|
+
"text": "number"
|
|
3733
|
+
}
|
|
3734
|
+
},
|
|
3735
|
+
{
|
|
3736
|
+
"kind": "field",
|
|
3737
|
+
"name": "pollingInterval",
|
|
3738
|
+
"type": {
|
|
3739
|
+
"text": "number"
|
|
3740
|
+
}
|
|
3741
|
+
},
|
|
3742
|
+
{
|
|
3743
|
+
"kind": "field",
|
|
3744
|
+
"name": "movingView",
|
|
3745
|
+
"type": {
|
|
3746
|
+
"text": "boolean"
|
|
3615
3747
|
},
|
|
3748
|
+
"default": "false"
|
|
3749
|
+
},
|
|
3750
|
+
{
|
|
3751
|
+
"kind": "field",
|
|
3752
|
+
"name": "orderBy",
|
|
3753
|
+
"type": {
|
|
3754
|
+
"text": "string"
|
|
3755
|
+
}
|
|
3756
|
+
},
|
|
3757
|
+
{
|
|
3758
|
+
"kind": "field",
|
|
3759
|
+
"name": "request",
|
|
3760
|
+
"type": {
|
|
3761
|
+
"text": "any"
|
|
3762
|
+
}
|
|
3763
|
+
},
|
|
3764
|
+
{
|
|
3765
|
+
"kind": "field",
|
|
3766
|
+
"name": "resourceName",
|
|
3767
|
+
"type": {
|
|
3768
|
+
"text": "string"
|
|
3769
|
+
}
|
|
3770
|
+
},
|
|
3771
|
+
{
|
|
3772
|
+
"kind": "method",
|
|
3773
|
+
"name": "resourceNameChanged",
|
|
3616
3774
|
"parameters": [
|
|
3617
3775
|
{
|
|
3618
|
-
"name": "
|
|
3776
|
+
"name": "oldValue",
|
|
3619
3777
|
"type": {
|
|
3620
|
-
"text": "string
|
|
3778
|
+
"text": "string"
|
|
3779
|
+
}
|
|
3780
|
+
},
|
|
3781
|
+
{
|
|
3782
|
+
"name": "newValue",
|
|
3783
|
+
"type": {
|
|
3784
|
+
"text": "string"
|
|
3621
3785
|
}
|
|
3622
3786
|
}
|
|
3623
|
-
]
|
|
3624
|
-
|
|
3787
|
+
]
|
|
3788
|
+
},
|
|
3789
|
+
{
|
|
3790
|
+
"kind": "field",
|
|
3791
|
+
"name": "reverse",
|
|
3792
|
+
"type": {
|
|
3793
|
+
"text": "boolean"
|
|
3794
|
+
},
|
|
3795
|
+
"default": "false"
|
|
3796
|
+
},
|
|
3797
|
+
{
|
|
3798
|
+
"kind": "field",
|
|
3799
|
+
"name": "rowIdAttr",
|
|
3800
|
+
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type."
|
|
3801
|
+
},
|
|
3802
|
+
{
|
|
3803
|
+
"kind": "field",
|
|
3804
|
+
"name": "restartOnReconnection",
|
|
3805
|
+
"type": {
|
|
3806
|
+
"text": "boolean"
|
|
3807
|
+
},
|
|
3808
|
+
"default": "true"
|
|
3809
|
+
},
|
|
3810
|
+
{
|
|
3811
|
+
"kind": "field",
|
|
3812
|
+
"name": "keepColDefsOnClearRowData",
|
|
3813
|
+
"type": {
|
|
3814
|
+
"text": "boolean"
|
|
3815
|
+
},
|
|
3816
|
+
"default": "false",
|
|
3817
|
+
"description": "Whether to keep column definitions when clearing row data"
|
|
3818
|
+
},
|
|
3819
|
+
{
|
|
3820
|
+
"kind": "field",
|
|
3821
|
+
"name": "rowDataMapper",
|
|
3822
|
+
"type": {
|
|
3823
|
+
"text": "Function"
|
|
3824
|
+
},
|
|
3825
|
+
"description": "Allows grid data updates to be processed via and external function before applying in grid"
|
|
3826
|
+
},
|
|
3827
|
+
{
|
|
3828
|
+
"kind": "field",
|
|
3829
|
+
"name": "dataSub",
|
|
3830
|
+
"type": {
|
|
3831
|
+
"text": "Subscription"
|
|
3832
|
+
},
|
|
3833
|
+
"privacy": "private"
|
|
3834
|
+
},
|
|
3835
|
+
{
|
|
3836
|
+
"kind": "field",
|
|
3837
|
+
"name": "updateSub",
|
|
3838
|
+
"type": {
|
|
3839
|
+
"text": "Subscription"
|
|
3840
|
+
},
|
|
3841
|
+
"privacy": "private"
|
|
3842
|
+
},
|
|
3843
|
+
{
|
|
3844
|
+
"kind": "field",
|
|
3845
|
+
"name": "connectionSub",
|
|
3846
|
+
"type": {
|
|
3847
|
+
"text": "Subscription"
|
|
3848
|
+
},
|
|
3849
|
+
"privacy": "private"
|
|
3850
|
+
},
|
|
3851
|
+
{
|
|
3852
|
+
"kind": "field",
|
|
3853
|
+
"name": "isRequestServer",
|
|
3854
|
+
"type": {
|
|
3855
|
+
"text": "boolean"
|
|
3856
|
+
},
|
|
3857
|
+
"privacy": "private",
|
|
3858
|
+
"default": "false"
|
|
3625
3859
|
},
|
|
3626
3860
|
{
|
|
3627
|
-
"kind": "
|
|
3628
|
-
"name": "
|
|
3629
|
-
"
|
|
3630
|
-
|
|
3631
|
-
|
|
3632
|
-
|
|
3633
|
-
|
|
3634
|
-
}
|
|
3635
|
-
}
|
|
3636
|
-
],
|
|
3637
|
-
"description": "Process key down events"
|
|
3861
|
+
"kind": "field",
|
|
3862
|
+
"name": "requiresFullRowDataAndColDefs",
|
|
3863
|
+
"type": {
|
|
3864
|
+
"text": "boolean"
|
|
3865
|
+
},
|
|
3866
|
+
"privacy": "private",
|
|
3867
|
+
"default": "true"
|
|
3638
3868
|
},
|
|
3639
3869
|
{
|
|
3640
|
-
"kind": "
|
|
3641
|
-
"name": "
|
|
3642
|
-
"
|
|
3870
|
+
"kind": "field",
|
|
3871
|
+
"name": "dataSubWasLoggedOff",
|
|
3872
|
+
"type": {
|
|
3873
|
+
"text": "boolean"
|
|
3874
|
+
},
|
|
3875
|
+
"privacy": "private",
|
|
3876
|
+
"default": "false"
|
|
3643
3877
|
},
|
|
3644
3878
|
{
|
|
3645
3879
|
"kind": "field",
|
|
3646
|
-
"name": "
|
|
3880
|
+
"name": "rows",
|
|
3647
3881
|
"type": {
|
|
3648
|
-
"text": "
|
|
3882
|
+
"text": "Map<string, any>"
|
|
3649
3883
|
},
|
|
3650
3884
|
"privacy": "private",
|
|
3651
|
-
"default": "
|
|
3652
|
-
"inheritedFrom": {
|
|
3653
|
-
"name": "FoundationElement",
|
|
3654
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3655
|
-
}
|
|
3885
|
+
"default": "new Map()"
|
|
3656
3886
|
},
|
|
3657
3887
|
{
|
|
3658
3888
|
"kind": "field",
|
|
3659
|
-
"name": "
|
|
3889
|
+
"name": "gridTransaction",
|
|
3660
3890
|
"type": {
|
|
3661
|
-
"text": "
|
|
3891
|
+
"text": "RowDataTransaction"
|
|
3662
3892
|
},
|
|
3663
|
-
"privacy": "
|
|
3664
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3665
|
-
"inheritedFrom": {
|
|
3666
|
-
"name": "FoundationElement",
|
|
3667
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3668
|
-
}
|
|
3893
|
+
"privacy": "private"
|
|
3669
3894
|
},
|
|
3670
3895
|
{
|
|
3671
3896
|
"kind": "field",
|
|
3672
|
-
"name": "
|
|
3897
|
+
"name": "sourceRef",
|
|
3673
3898
|
"type": {
|
|
3674
|
-
"text": "
|
|
3899
|
+
"text": "string"
|
|
3675
3900
|
},
|
|
3676
|
-
"privacy": "
|
|
3677
|
-
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
3678
|
-
"inheritedFrom": {
|
|
3679
|
-
"name": "FoundationElement",
|
|
3680
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3681
|
-
}
|
|
3901
|
+
"privacy": "private"
|
|
3682
3902
|
},
|
|
3683
3903
|
{
|
|
3684
|
-
"kind": "
|
|
3685
|
-
"name": "
|
|
3686
|
-
"
|
|
3687
|
-
|
|
3688
|
-
"type": {
|
|
3689
|
-
"text": "void"
|
|
3690
|
-
}
|
|
3904
|
+
"kind": "field",
|
|
3905
|
+
"name": "criteriaFromFilters",
|
|
3906
|
+
"type": {
|
|
3907
|
+
"text": "Map<string, string>"
|
|
3691
3908
|
},
|
|
3692
|
-
"
|
|
3693
|
-
|
|
3694
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3695
|
-
}
|
|
3909
|
+
"privacy": "private",
|
|
3910
|
+
"default": "new Map()"
|
|
3696
3911
|
},
|
|
3697
3912
|
{
|
|
3698
3913
|
"kind": "field",
|
|
3699
|
-
"name": "
|
|
3914
|
+
"name": "update",
|
|
3700
3915
|
"type": {
|
|
3701
|
-
"text": "
|
|
3916
|
+
"text": "BehaviorSubject<Map<string, string>>"
|
|
3702
3917
|
},
|
|
3703
|
-
"privacy": "
|
|
3704
|
-
"
|
|
3705
|
-
"inheritedFrom": {
|
|
3706
|
-
"name": "FoundationElement",
|
|
3707
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3708
|
-
}
|
|
3918
|
+
"privacy": "private",
|
|
3919
|
+
"default": "new BehaviorSubject(new Map())"
|
|
3709
3920
|
},
|
|
3710
3921
|
{
|
|
3711
3922
|
"kind": "method",
|
|
3712
|
-
"name": "
|
|
3713
|
-
"privacy": "protected",
|
|
3923
|
+
"name": "deepClone",
|
|
3714
3924
|
"return": {
|
|
3715
3925
|
"type": {
|
|
3716
|
-
"text": "
|
|
3926
|
+
"text": "Node"
|
|
3717
3927
|
}
|
|
3718
3928
|
},
|
|
3719
3929
|
"inheritedFrom": {
|
|
3720
|
-
"name": "
|
|
3721
|
-
"module": "src/
|
|
3930
|
+
"name": "LifecycleMixin",
|
|
3931
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3722
3932
|
}
|
|
3723
3933
|
},
|
|
3724
3934
|
{
|
|
3725
|
-
"kind": "
|
|
3726
|
-
"name": "
|
|
3727
|
-
"
|
|
3728
|
-
|
|
3729
|
-
"return": {
|
|
3730
|
-
"type": {
|
|
3731
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3732
|
-
}
|
|
3935
|
+
"kind": "field",
|
|
3936
|
+
"name": "gridTabulator",
|
|
3937
|
+
"type": {
|
|
3938
|
+
"text": "GridTabulator | null"
|
|
3733
3939
|
},
|
|
3940
|
+
"privacy": "private",
|
|
3941
|
+
"readonly": true
|
|
3942
|
+
},
|
|
3943
|
+
{
|
|
3944
|
+
"kind": "method",
|
|
3945
|
+
"name": "init",
|
|
3946
|
+
"description": "Initializes the datasource.",
|
|
3947
|
+
"privacy": "public"
|
|
3948
|
+
},
|
|
3949
|
+
{
|
|
3950
|
+
"kind": "method",
|
|
3951
|
+
"name": "destroy",
|
|
3952
|
+
"description": "Destroys the datasource, resetting it to its initial state.",
|
|
3953
|
+
"privacy": "public"
|
|
3954
|
+
},
|
|
3955
|
+
{
|
|
3956
|
+
"kind": "method",
|
|
3957
|
+
"name": "restart",
|
|
3958
|
+
"description": "Restarts the datasource, uses `deinit` and `init` in sequence.",
|
|
3959
|
+
"privacy": "public"
|
|
3960
|
+
},
|
|
3961
|
+
{
|
|
3962
|
+
"kind": "method",
|
|
3963
|
+
"name": "refreshRows",
|
|
3964
|
+
"description": "Force the grid to redispatch the current rows"
|
|
3965
|
+
},
|
|
3966
|
+
{
|
|
3967
|
+
"kind": "method",
|
|
3968
|
+
"name": "handleErrors",
|
|
3734
3969
|
"parameters": [
|
|
3735
3970
|
{
|
|
3736
|
-
"name": "
|
|
3971
|
+
"name": "errors",
|
|
3737
3972
|
"type": {
|
|
3738
|
-
"text": "
|
|
3973
|
+
"text": "string | any[]"
|
|
3739
3974
|
}
|
|
3740
|
-
},
|
|
3741
|
-
{
|
|
3742
|
-
"name": "elementDefinition",
|
|
3743
|
-
"type": {
|
|
3744
|
-
"text": "T"
|
|
3745
|
-
},
|
|
3746
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
3747
3975
|
}
|
|
3748
3976
|
],
|
|
3749
|
-
"description": "
|
|
3750
|
-
"inheritedFrom": {
|
|
3751
|
-
"name": "FoundationElement",
|
|
3752
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3753
|
-
}
|
|
3754
|
-
}
|
|
3755
|
-
],
|
|
3756
|
-
"superclass": {
|
|
3757
|
-
"name": "FoundationElement",
|
|
3758
|
-
"package": "@microsoft/fast-foundation"
|
|
3759
|
-
}
|
|
3760
|
-
},
|
|
3761
|
-
{
|
|
3762
|
-
"kind": "variable",
|
|
3763
|
-
"name": "multiselectEditorStyles",
|
|
3764
|
-
"default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
|
|
3765
|
-
"description": "Styles for the multiselect editor"
|
|
3766
|
-
},
|
|
3767
|
-
{
|
|
3768
|
-
"kind": "function",
|
|
3769
|
-
"name": "getMultiselectEditorTemplate",
|
|
3770
|
-
"parameters": [
|
|
3771
|
-
{
|
|
3772
|
-
"name": "prefix",
|
|
3773
|
-
"default": "'foundation'",
|
|
3774
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
3775
|
-
}
|
|
3776
|
-
],
|
|
3777
|
-
"description": "Get a Design System prefixed Select template.",
|
|
3778
|
-
"return": {
|
|
3779
|
-
"type": {
|
|
3780
|
-
"text": ""
|
|
3781
|
-
}
|
|
3782
|
-
}
|
|
3783
|
-
},
|
|
3784
|
-
{
|
|
3785
|
-
"kind": "variable",
|
|
3786
|
-
"name": "foundationMultiselectEditor",
|
|
3787
|
-
"description": "Definition for the multiselect editor component"
|
|
3788
|
-
}
|
|
3789
|
-
],
|
|
3790
|
-
"exports": [
|
|
3791
|
-
{
|
|
3792
|
-
"kind": "js",
|
|
3793
|
-
"name": "MultiselectEditor",
|
|
3794
|
-
"declaration": {
|
|
3795
|
-
"name": "MultiselectEditor",
|
|
3796
|
-
"module": "src/cell-editors/multiselect.editor.ts"
|
|
3797
|
-
}
|
|
3798
|
-
},
|
|
3799
|
-
{
|
|
3800
|
-
"kind": "js",
|
|
3801
|
-
"name": "multiselectEditorStyles",
|
|
3802
|
-
"declaration": {
|
|
3803
|
-
"name": "multiselectEditorStyles",
|
|
3804
|
-
"module": "src/cell-editors/multiselect.editor.ts"
|
|
3805
|
-
}
|
|
3806
|
-
},
|
|
3807
|
-
{
|
|
3808
|
-
"kind": "js",
|
|
3809
|
-
"name": "getMultiselectEditorTemplate",
|
|
3810
|
-
"declaration": {
|
|
3811
|
-
"name": "getMultiselectEditorTemplate",
|
|
3812
|
-
"module": "src/cell-editors/multiselect.editor.ts"
|
|
3813
|
-
}
|
|
3814
|
-
},
|
|
3815
|
-
{
|
|
3816
|
-
"kind": "js",
|
|
3817
|
-
"name": "foundationMultiselectEditor",
|
|
3818
|
-
"declaration": {
|
|
3819
|
-
"name": "foundationMultiselectEditor",
|
|
3820
|
-
"module": "src/cell-editors/multiselect.editor.ts"
|
|
3821
|
-
}
|
|
3822
|
-
}
|
|
3823
|
-
]
|
|
3824
|
-
},
|
|
3825
|
-
{
|
|
3826
|
-
"kind": "javascript-module",
|
|
3827
|
-
"path": "src/cell-editors/number.editor.ts",
|
|
3828
|
-
"declarations": [
|
|
3829
|
-
{
|
|
3830
|
-
"kind": "class",
|
|
3831
|
-
"description": "The number editor class for grid-tabulator",
|
|
3832
|
-
"name": "NumberEditor",
|
|
3833
|
-
"members": [
|
|
3834
|
-
{
|
|
3835
|
-
"kind": "field",
|
|
3836
|
-
"name": "params",
|
|
3837
|
-
"type": {
|
|
3838
|
-
"text": "NumberEditorParams"
|
|
3839
|
-
}
|
|
3840
|
-
},
|
|
3841
|
-
{
|
|
3842
|
-
"kind": "field",
|
|
3843
|
-
"name": "numberField",
|
|
3844
|
-
"type": {
|
|
3845
|
-
"text": "any"
|
|
3846
|
-
}
|
|
3977
|
+
"description": "Handles errors by emitting an error event"
|
|
3847
3978
|
},
|
|
3848
3979
|
{
|
|
3849
3980
|
"kind": "method",
|
|
3850
|
-
"name": "
|
|
3981
|
+
"name": "getColumnDefs",
|
|
3982
|
+
"privacy": "private",
|
|
3851
3983
|
"parameters": [
|
|
3852
3984
|
{
|
|
3853
|
-
"name": "
|
|
3985
|
+
"name": "fieldsMetadata",
|
|
3854
3986
|
"type": {
|
|
3855
|
-
"text": "
|
|
3856
|
-
}
|
|
3987
|
+
"text": "FieldMetadata[]"
|
|
3988
|
+
},
|
|
3989
|
+
"description": "The field metadata to generate column definitions from"
|
|
3857
3990
|
}
|
|
3858
3991
|
],
|
|
3859
|
-
"description": "
|
|
3992
|
+
"description": "Generate column definitions from the field metadata"
|
|
3860
3993
|
},
|
|
3861
3994
|
{
|
|
3862
3995
|
"kind": "method",
|
|
3863
|
-
"name": "
|
|
3864
|
-
"
|
|
3996
|
+
"name": "handleSnapshot",
|
|
3997
|
+
"privacy": "private",
|
|
3998
|
+
"parameters": [
|
|
3999
|
+
{
|
|
4000
|
+
"name": "result"
|
|
4001
|
+
}
|
|
4002
|
+
]
|
|
3865
4003
|
},
|
|
3866
4004
|
{
|
|
3867
4005
|
"kind": "method",
|
|
3868
|
-
"name": "
|
|
3869
|
-
"
|
|
4006
|
+
"name": "datasourceOptions",
|
|
4007
|
+
"privacy": "private",
|
|
4008
|
+
"return": {
|
|
4009
|
+
"type": {
|
|
4010
|
+
"text": "DatasourceOptions"
|
|
4011
|
+
}
|
|
4012
|
+
}
|
|
3870
4013
|
},
|
|
3871
4014
|
{
|
|
3872
4015
|
"kind": "method",
|
|
3873
|
-
"name": "
|
|
4016
|
+
"name": "handleStreamResult",
|
|
4017
|
+
"privacy": "private",
|
|
3874
4018
|
"parameters": [
|
|
3875
4019
|
{
|
|
3876
|
-
"name": "
|
|
4020
|
+
"name": "result",
|
|
3877
4021
|
"type": {
|
|
3878
|
-
"text": "
|
|
4022
|
+
"text": "FilteredDataServerResult | RequestServerResult"
|
|
3879
4023
|
}
|
|
3880
4024
|
}
|
|
3881
|
-
]
|
|
3882
|
-
"description": "Process key down events"
|
|
4025
|
+
]
|
|
3883
4026
|
},
|
|
3884
4027
|
{
|
|
3885
|
-
"kind": "
|
|
3886
|
-
"name": "
|
|
3887
|
-
"type": {
|
|
3888
|
-
"text": "ComponentPresentation | null | undefined"
|
|
3889
|
-
},
|
|
4028
|
+
"kind": "method",
|
|
4029
|
+
"name": "applyRequestServerData",
|
|
3890
4030
|
"privacy": "private",
|
|
3891
|
-
"
|
|
3892
|
-
|
|
3893
|
-
|
|
3894
|
-
|
|
3895
|
-
|
|
3896
|
-
|
|
3897
|
-
|
|
3898
|
-
|
|
3899
|
-
"name": "$presentation",
|
|
3900
|
-
"type": {
|
|
3901
|
-
"text": "ComponentPresentation | null"
|
|
3902
|
-
},
|
|
3903
|
-
"privacy": "public",
|
|
3904
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3905
|
-
"inheritedFrom": {
|
|
3906
|
-
"name": "FoundationElement",
|
|
3907
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3908
|
-
}
|
|
3909
|
-
},
|
|
3910
|
-
{
|
|
3911
|
-
"kind": "field",
|
|
3912
|
-
"name": "template",
|
|
3913
|
-
"type": {
|
|
3914
|
-
"text": "ElementViewTemplate | void | null"
|
|
3915
|
-
},
|
|
3916
|
-
"privacy": "public",
|
|
3917
|
-
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
3918
|
-
"inheritedFrom": {
|
|
3919
|
-
"name": "FoundationElement",
|
|
3920
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3921
|
-
}
|
|
4031
|
+
"parameters": [
|
|
4032
|
+
{
|
|
4033
|
+
"name": "requestServerResult",
|
|
4034
|
+
"type": {
|
|
4035
|
+
"text": "RequestServerResult"
|
|
4036
|
+
}
|
|
4037
|
+
}
|
|
4038
|
+
]
|
|
3922
4039
|
},
|
|
3923
4040
|
{
|
|
3924
4041
|
"kind": "method",
|
|
3925
|
-
"name": "
|
|
3926
|
-
"privacy": "
|
|
3927
|
-
"
|
|
3928
|
-
|
|
3929
|
-
"
|
|
4042
|
+
"name": "applyDataserverData",
|
|
4043
|
+
"privacy": "private",
|
|
4044
|
+
"parameters": [
|
|
4045
|
+
{
|
|
4046
|
+
"name": "dataServerResult",
|
|
4047
|
+
"type": {
|
|
4048
|
+
"text": "FilteredDataServerResult"
|
|
4049
|
+
}
|
|
3930
4050
|
}
|
|
3931
|
-
|
|
3932
|
-
"inheritedFrom": {
|
|
3933
|
-
"name": "FoundationElement",
|
|
3934
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3935
|
-
}
|
|
4051
|
+
]
|
|
3936
4052
|
},
|
|
3937
4053
|
{
|
|
3938
|
-
"kind": "
|
|
3939
|
-
"name": "
|
|
3940
|
-
"
|
|
3941
|
-
"text": "ElementStyles | void | null"
|
|
3942
|
-
},
|
|
3943
|
-
"privacy": "public",
|
|
3944
|
-
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
3945
|
-
"inheritedFrom": {
|
|
3946
|
-
"name": "FoundationElement",
|
|
3947
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3948
|
-
}
|
|
4054
|
+
"kind": "method",
|
|
4055
|
+
"name": "applyTransaction",
|
|
4056
|
+
"privacy": "private"
|
|
3949
4057
|
},
|
|
3950
4058
|
{
|
|
3951
4059
|
"kind": "method",
|
|
3952
|
-
"name": "
|
|
3953
|
-
"privacy": "
|
|
3954
|
-
"
|
|
3955
|
-
|
|
3956
|
-
"
|
|
4060
|
+
"name": "mapTransaction",
|
|
4061
|
+
"privacy": "private",
|
|
4062
|
+
"parameters": [
|
|
4063
|
+
{
|
|
4064
|
+
"name": "transaction",
|
|
4065
|
+
"type": {
|
|
4066
|
+
"text": "RowDataTransaction"
|
|
4067
|
+
}
|
|
3957
4068
|
}
|
|
3958
|
-
|
|
3959
|
-
"inheritedFrom": {
|
|
3960
|
-
"name": "FoundationElement",
|
|
3961
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3962
|
-
}
|
|
4069
|
+
]
|
|
3963
4070
|
},
|
|
3964
4071
|
{
|
|
3965
4072
|
"kind": "method",
|
|
3966
|
-
"name": "
|
|
3967
|
-
"privacy": "
|
|
3968
|
-
"static": true,
|
|
3969
|
-
"return": {
|
|
3970
|
-
"type": {
|
|
3971
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3972
|
-
}
|
|
3973
|
-
},
|
|
4073
|
+
"name": "handleStreamInserts",
|
|
4074
|
+
"privacy": "private",
|
|
3974
4075
|
"parameters": [
|
|
3975
4076
|
{
|
|
3976
|
-
"name": "
|
|
4077
|
+
"name": "insertedRows",
|
|
3977
4078
|
"type": {
|
|
3978
|
-
"text": "
|
|
4079
|
+
"text": "any[]"
|
|
3979
4080
|
}
|
|
3980
|
-
},
|
|
3981
|
-
{
|
|
3982
|
-
"name": "elementDefinition",
|
|
3983
|
-
"type": {
|
|
3984
|
-
"text": "T"
|
|
3985
|
-
},
|
|
3986
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
3987
4081
|
}
|
|
3988
|
-
]
|
|
3989
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3990
|
-
"inheritedFrom": {
|
|
3991
|
-
"name": "FoundationElement",
|
|
3992
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3993
|
-
}
|
|
3994
|
-
}
|
|
3995
|
-
],
|
|
3996
|
-
"superclass": {
|
|
3997
|
-
"name": "FoundationElement",
|
|
3998
|
-
"package": "@microsoft/fast-foundation"
|
|
3999
|
-
}
|
|
4000
|
-
},
|
|
4001
|
-
{
|
|
4002
|
-
"kind": "variable",
|
|
4003
|
-
"name": "numberEditorStyles",
|
|
4004
|
-
"default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
|
|
4005
|
-
"description": "Styles for the number editor"
|
|
4006
|
-
},
|
|
4007
|
-
{
|
|
4008
|
-
"kind": "function",
|
|
4009
|
-
"name": "getNumberEditorTemplate",
|
|
4010
|
-
"parameters": [
|
|
4011
|
-
{
|
|
4012
|
-
"name": "prefix",
|
|
4013
|
-
"default": "'foundation'",
|
|
4014
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4015
|
-
}
|
|
4016
|
-
],
|
|
4017
|
-
"description": "Get a Design System prefixed number field template.",
|
|
4018
|
-
"return": {
|
|
4019
|
-
"type": {
|
|
4020
|
-
"text": ""
|
|
4021
|
-
}
|
|
4022
|
-
}
|
|
4023
|
-
},
|
|
4024
|
-
{
|
|
4025
|
-
"kind": "variable",
|
|
4026
|
-
"name": "foundationNumberEditor",
|
|
4027
|
-
"description": "Definition for the number editor component"
|
|
4028
|
-
}
|
|
4029
|
-
],
|
|
4030
|
-
"exports": [
|
|
4031
|
-
{
|
|
4032
|
-
"kind": "js",
|
|
4033
|
-
"name": "NumberEditor",
|
|
4034
|
-
"declaration": {
|
|
4035
|
-
"name": "NumberEditor",
|
|
4036
|
-
"module": "src/cell-editors/number.editor.ts"
|
|
4037
|
-
}
|
|
4038
|
-
},
|
|
4039
|
-
{
|
|
4040
|
-
"kind": "js",
|
|
4041
|
-
"name": "numberEditorStyles",
|
|
4042
|
-
"declaration": {
|
|
4043
|
-
"name": "numberEditorStyles",
|
|
4044
|
-
"module": "src/cell-editors/number.editor.ts"
|
|
4045
|
-
}
|
|
4046
|
-
},
|
|
4047
|
-
{
|
|
4048
|
-
"kind": "js",
|
|
4049
|
-
"name": "getNumberEditorTemplate",
|
|
4050
|
-
"declaration": {
|
|
4051
|
-
"name": "getNumberEditorTemplate",
|
|
4052
|
-
"module": "src/cell-editors/number.editor.ts"
|
|
4053
|
-
}
|
|
4054
|
-
},
|
|
4055
|
-
{
|
|
4056
|
-
"kind": "js",
|
|
4057
|
-
"name": "foundationNumberEditor",
|
|
4058
|
-
"declaration": {
|
|
4059
|
-
"name": "foundationNumberEditor",
|
|
4060
|
-
"module": "src/cell-editors/number.editor.ts"
|
|
4061
|
-
}
|
|
4062
|
-
}
|
|
4063
|
-
]
|
|
4064
|
-
},
|
|
4065
|
-
{
|
|
4066
|
-
"kind": "javascript-module",
|
|
4067
|
-
"path": "src/cell-editors/select.editor.ts",
|
|
4068
|
-
"declarations": [
|
|
4069
|
-
{
|
|
4070
|
-
"kind": "class",
|
|
4071
|
-
"description": "The select editor class for grid-tabulator",
|
|
4072
|
-
"name": "SelectEditor",
|
|
4073
|
-
"members": [
|
|
4074
|
-
{
|
|
4075
|
-
"kind": "field",
|
|
4076
|
-
"name": "params",
|
|
4077
|
-
"type": {
|
|
4078
|
-
"text": "SelectEditorParams"
|
|
4079
|
-
}
|
|
4080
|
-
},
|
|
4081
|
-
{
|
|
4082
|
-
"kind": "field",
|
|
4083
|
-
"name": "select",
|
|
4084
|
-
"type": {
|
|
4085
|
-
"text": "any"
|
|
4086
|
-
}
|
|
4082
|
+
]
|
|
4087
4083
|
},
|
|
4088
4084
|
{
|
|
4089
4085
|
"kind": "method",
|
|
4090
|
-
"name": "
|
|
4086
|
+
"name": "handleStreamDeletes",
|
|
4087
|
+
"privacy": "private",
|
|
4091
4088
|
"parameters": [
|
|
4092
4089
|
{
|
|
4093
|
-
"name": "
|
|
4090
|
+
"name": "deletedRows",
|
|
4094
4091
|
"type": {
|
|
4095
|
-
"text": "
|
|
4092
|
+
"text": "any[]"
|
|
4096
4093
|
}
|
|
4097
4094
|
}
|
|
4098
|
-
]
|
|
4099
|
-
"description": "Initialize the editor with parameters"
|
|
4100
|
-
},
|
|
4101
|
-
{
|
|
4102
|
-
"kind": "method",
|
|
4103
|
-
"name": "getValue",
|
|
4104
|
-
"description": "Get current value"
|
|
4095
|
+
]
|
|
4105
4096
|
},
|
|
4106
4097
|
{
|
|
4107
4098
|
"kind": "method",
|
|
4108
|
-
"name": "
|
|
4109
|
-
"
|
|
4099
|
+
"name": "handleStreamUpdates",
|
|
4100
|
+
"privacy": "private",
|
|
4101
|
+
"parameters": [
|
|
4102
|
+
{
|
|
4103
|
+
"name": "updatedRows",
|
|
4104
|
+
"type": {
|
|
4105
|
+
"text": "any[]"
|
|
4106
|
+
}
|
|
4107
|
+
}
|
|
4108
|
+
]
|
|
4110
4109
|
},
|
|
4111
4110
|
{
|
|
4112
4111
|
"kind": "method",
|
|
4113
|
-
"name": "
|
|
4112
|
+
"name": "handleSizeChanged",
|
|
4113
|
+
"privacy": "private",
|
|
4114
4114
|
"parameters": [
|
|
4115
4115
|
{
|
|
4116
|
-
"name": "
|
|
4116
|
+
"name": "oldSize",
|
|
4117
4117
|
"type": {
|
|
4118
|
-
"text": "
|
|
4118
|
+
"text": "number"
|
|
4119
|
+
}
|
|
4120
|
+
},
|
|
4121
|
+
{
|
|
4122
|
+
"name": "newSize",
|
|
4123
|
+
"type": {
|
|
4124
|
+
"text": "number"
|
|
4119
4125
|
}
|
|
4120
4126
|
}
|
|
4121
4127
|
],
|
|
4122
|
-
"description": "
|
|
4128
|
+
"description": "Emit event when the number of rows changes"
|
|
4123
4129
|
},
|
|
4124
4130
|
{
|
|
4125
4131
|
"kind": "method",
|
|
4126
|
-
"name": "
|
|
4127
|
-
"description": "Handle change event"
|
|
4128
|
-
},
|
|
4129
|
-
{
|
|
4130
|
-
"kind": "field",
|
|
4131
|
-
"name": "_presentation",
|
|
4132
|
-
"type": {
|
|
4133
|
-
"text": "ComponentPresentation | null | undefined"
|
|
4134
|
-
},
|
|
4132
|
+
"name": "buildCriteria",
|
|
4135
4133
|
"privacy": "private",
|
|
4136
|
-
"default": "void 0",
|
|
4137
|
-
"inheritedFrom": {
|
|
4138
|
-
"name": "FoundationElement",
|
|
4139
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4140
|
-
}
|
|
4141
|
-
},
|
|
4142
|
-
{
|
|
4143
|
-
"kind": "field",
|
|
4144
|
-
"name": "$presentation",
|
|
4145
|
-
"type": {
|
|
4146
|
-
"text": "ComponentPresentation | null"
|
|
4147
|
-
},
|
|
4148
|
-
"privacy": "public",
|
|
4149
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
4150
|
-
"inheritedFrom": {
|
|
4151
|
-
"name": "FoundationElement",
|
|
4152
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4153
|
-
}
|
|
4154
|
-
},
|
|
4155
|
-
{
|
|
4156
|
-
"kind": "field",
|
|
4157
|
-
"name": "template",
|
|
4158
|
-
"type": {
|
|
4159
|
-
"text": "ElementViewTemplate | void | null"
|
|
4160
|
-
},
|
|
4161
|
-
"privacy": "public",
|
|
4162
|
-
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
4163
|
-
"inheritedFrom": {
|
|
4164
|
-
"name": "FoundationElement",
|
|
4165
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4166
|
-
}
|
|
4167
|
-
},
|
|
4168
|
-
{
|
|
4169
|
-
"kind": "method",
|
|
4170
|
-
"name": "templateChanged",
|
|
4171
|
-
"privacy": "protected",
|
|
4172
4134
|
"return": {
|
|
4173
4135
|
"type": {
|
|
4174
|
-
"text": "
|
|
4136
|
+
"text": "string"
|
|
4175
4137
|
}
|
|
4176
|
-
},
|
|
4177
|
-
"inheritedFrom": {
|
|
4178
|
-
"name": "FoundationElement",
|
|
4179
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4180
4138
|
}
|
|
4181
4139
|
},
|
|
4182
4140
|
{
|
|
4183
|
-
"kind": "
|
|
4184
|
-
"name": "
|
|
4185
|
-
"type": {
|
|
4186
|
-
"text": "ElementStyles | void | null"
|
|
4187
|
-
},
|
|
4141
|
+
"kind": "method",
|
|
4142
|
+
"name": "setFilter",
|
|
4188
4143
|
"privacy": "public",
|
|
4189
|
-
"
|
|
4190
|
-
|
|
4191
|
-
|
|
4192
|
-
|
|
4193
|
-
|
|
4144
|
+
"parameters": [
|
|
4145
|
+
{
|
|
4146
|
+
"name": "fieldName",
|
|
4147
|
+
"type": {
|
|
4148
|
+
"text": "string"
|
|
4149
|
+
}
|
|
4150
|
+
},
|
|
4151
|
+
{
|
|
4152
|
+
"name": "newFilter",
|
|
4153
|
+
"type": {
|
|
4154
|
+
"text": "string"
|
|
4155
|
+
}
|
|
4156
|
+
}
|
|
4157
|
+
]
|
|
4194
4158
|
},
|
|
4195
4159
|
{
|
|
4196
4160
|
"kind": "method",
|
|
4197
|
-
"name": "
|
|
4198
|
-
"privacy": "
|
|
4199
|
-
"
|
|
4200
|
-
|
|
4201
|
-
"
|
|
4161
|
+
"name": "removeFilter",
|
|
4162
|
+
"privacy": "public",
|
|
4163
|
+
"parameters": [
|
|
4164
|
+
{
|
|
4165
|
+
"name": "fieldName",
|
|
4166
|
+
"type": {
|
|
4167
|
+
"text": "string"
|
|
4168
|
+
}
|
|
4202
4169
|
}
|
|
4203
|
-
|
|
4204
|
-
"inheritedFrom": {
|
|
4205
|
-
"name": "FoundationElement",
|
|
4206
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4207
|
-
}
|
|
4170
|
+
]
|
|
4208
4171
|
},
|
|
4209
4172
|
{
|
|
4210
4173
|
"kind": "method",
|
|
4211
|
-
"name": "
|
|
4212
|
-
"privacy": "public",
|
|
4213
|
-
"static": true,
|
|
4214
|
-
"return": {
|
|
4215
|
-
"type": {
|
|
4216
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
4217
|
-
}
|
|
4218
|
-
},
|
|
4174
|
+
"name": "datasourceStatusChanged",
|
|
4219
4175
|
"parameters": [
|
|
4220
4176
|
{
|
|
4221
|
-
"name": "
|
|
4177
|
+
"name": "prev",
|
|
4222
4178
|
"type": {
|
|
4223
|
-
"text": "
|
|
4179
|
+
"text": "DatasourceStatus"
|
|
4224
4180
|
}
|
|
4225
4181
|
},
|
|
4226
4182
|
{
|
|
4227
|
-
"name": "
|
|
4183
|
+
"name": "next",
|
|
4228
4184
|
"type": {
|
|
4229
|
-
"text": "
|
|
4230
|
-
}
|
|
4231
|
-
|
|
4232
|
-
|
|
4233
|
-
],
|
|
4234
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
4235
|
-
"inheritedFrom": {
|
|
4236
|
-
"name": "FoundationElement",
|
|
4237
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4238
|
-
}
|
|
4239
|
-
}
|
|
4240
|
-
],
|
|
4241
|
-
"superclass": {
|
|
4242
|
-
"name": "FoundationElement",
|
|
4243
|
-
"package": "@microsoft/fast-foundation"
|
|
4244
|
-
}
|
|
4245
|
-
},
|
|
4246
|
-
{
|
|
4247
|
-
"kind": "variable",
|
|
4248
|
-
"name": "selectEditorStyles",
|
|
4249
|
-
"default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
|
|
4250
|
-
"description": "Styles for the select editor"
|
|
4251
|
-
},
|
|
4252
|
-
{
|
|
4253
|
-
"kind": "function",
|
|
4254
|
-
"name": "getSelectEditorTemplate",
|
|
4255
|
-
"parameters": [
|
|
4256
|
-
{
|
|
4257
|
-
"name": "prefix",
|
|
4258
|
-
"default": "'foundation'",
|
|
4259
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4260
|
-
}
|
|
4261
|
-
],
|
|
4262
|
-
"description": "Get a Design System prefixed Select template.",
|
|
4263
|
-
"return": {
|
|
4264
|
-
"type": {
|
|
4265
|
-
"text": ""
|
|
4266
|
-
}
|
|
4267
|
-
},
|
|
4268
|
-
"privacy": "public"
|
|
4269
|
-
},
|
|
4270
|
-
{
|
|
4271
|
-
"kind": "variable",
|
|
4272
|
-
"name": "foundationSelectEditor",
|
|
4273
|
-
"description": "Definition for the select editor component"
|
|
4274
|
-
}
|
|
4275
|
-
],
|
|
4276
|
-
"exports": [
|
|
4277
|
-
{
|
|
4278
|
-
"kind": "js",
|
|
4279
|
-
"name": "SelectEditor",
|
|
4280
|
-
"declaration": {
|
|
4281
|
-
"name": "SelectEditor",
|
|
4282
|
-
"module": "src/cell-editors/select.editor.ts"
|
|
4283
|
-
}
|
|
4284
|
-
},
|
|
4285
|
-
{
|
|
4286
|
-
"kind": "js",
|
|
4287
|
-
"name": "selectEditorStyles",
|
|
4288
|
-
"declaration": {
|
|
4289
|
-
"name": "selectEditorStyles",
|
|
4290
|
-
"module": "src/cell-editors/select.editor.ts"
|
|
4291
|
-
}
|
|
4292
|
-
},
|
|
4293
|
-
{
|
|
4294
|
-
"kind": "js",
|
|
4295
|
-
"name": "getSelectEditorTemplate",
|
|
4296
|
-
"declaration": {
|
|
4297
|
-
"name": "getSelectEditorTemplate",
|
|
4298
|
-
"module": "src/cell-editors/select.editor.ts"
|
|
4299
|
-
}
|
|
4300
|
-
},
|
|
4301
|
-
{
|
|
4302
|
-
"kind": "js",
|
|
4303
|
-
"name": "foundationSelectEditor",
|
|
4304
|
-
"declaration": {
|
|
4305
|
-
"name": "foundationSelectEditor",
|
|
4306
|
-
"module": "src/cell-editors/select.editor.ts"
|
|
4307
|
-
}
|
|
4308
|
-
}
|
|
4309
|
-
]
|
|
4310
|
-
},
|
|
4311
|
-
{
|
|
4312
|
-
"kind": "javascript-module",
|
|
4313
|
-
"path": "src/cell-editors/string.editor.ts",
|
|
4314
|
-
"declarations": [
|
|
4315
|
-
{
|
|
4316
|
-
"kind": "class",
|
|
4317
|
-
"description": "The string editor class for grid-tabulator",
|
|
4318
|
-
"name": "StringEditor",
|
|
4319
|
-
"members": [
|
|
4320
|
-
{
|
|
4321
|
-
"kind": "field",
|
|
4322
|
-
"name": "params",
|
|
4323
|
-
"type": {
|
|
4324
|
-
"text": "StringEditorParams"
|
|
4325
|
-
}
|
|
4326
|
-
},
|
|
4327
|
-
{
|
|
4328
|
-
"kind": "field",
|
|
4329
|
-
"name": "textField",
|
|
4330
|
-
"type": {
|
|
4331
|
-
"text": "any"
|
|
4332
|
-
}
|
|
4185
|
+
"text": "DatasourceStatus"
|
|
4186
|
+
}
|
|
4187
|
+
}
|
|
4188
|
+
]
|
|
4333
4189
|
},
|
|
4334
4190
|
{
|
|
4335
4191
|
"kind": "method",
|
|
4336
|
-
"name": "
|
|
4192
|
+
"name": "cloneNode",
|
|
4193
|
+
"return": {
|
|
4194
|
+
"type": {
|
|
4195
|
+
"text": "Node"
|
|
4196
|
+
}
|
|
4197
|
+
},
|
|
4337
4198
|
"parameters": [
|
|
4338
4199
|
{
|
|
4339
|
-
"name": "
|
|
4200
|
+
"name": "deep",
|
|
4201
|
+
"optional": true,
|
|
4340
4202
|
"type": {
|
|
4341
|
-
"text": "
|
|
4203
|
+
"text": "boolean"
|
|
4342
4204
|
}
|
|
4343
4205
|
}
|
|
4344
4206
|
],
|
|
4345
|
-
"
|
|
4207
|
+
"inheritedFrom": {
|
|
4208
|
+
"name": "LifecycleMixin",
|
|
4209
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
4210
|
+
}
|
|
4346
4211
|
},
|
|
4347
4212
|
{
|
|
4348
|
-
"kind": "
|
|
4349
|
-
"name": "
|
|
4350
|
-
"
|
|
4213
|
+
"kind": "field",
|
|
4214
|
+
"name": "shouldRunDisconnect",
|
|
4215
|
+
"return": {
|
|
4216
|
+
"type": {
|
|
4217
|
+
"text": ""
|
|
4218
|
+
}
|
|
4219
|
+
},
|
|
4220
|
+
"readonly": true,
|
|
4221
|
+
"inheritedFrom": {
|
|
4222
|
+
"name": "LifecycleMixin",
|
|
4223
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
4224
|
+
}
|
|
4351
4225
|
},
|
|
4352
4226
|
{
|
|
4353
|
-
"kind": "
|
|
4354
|
-
"name": "
|
|
4355
|
-
"
|
|
4227
|
+
"kind": "field",
|
|
4228
|
+
"name": "shouldRunConnect",
|
|
4229
|
+
"return": {
|
|
4230
|
+
"type": {
|
|
4231
|
+
"text": ""
|
|
4232
|
+
}
|
|
4233
|
+
},
|
|
4234
|
+
"readonly": true,
|
|
4235
|
+
"inheritedFrom": {
|
|
4236
|
+
"name": "LifecycleMixin",
|
|
4237
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
4238
|
+
}
|
|
4356
4239
|
},
|
|
4357
4240
|
{
|
|
4358
4241
|
"kind": "method",
|
|
4359
|
-
"name": "
|
|
4242
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
4243
|
+
"return": {
|
|
4244
|
+
"type": {
|
|
4245
|
+
"text": "boolean"
|
|
4246
|
+
}
|
|
4247
|
+
},
|
|
4360
4248
|
"parameters": [
|
|
4361
4249
|
{
|
|
4362
|
-
"name": "
|
|
4250
|
+
"name": "lifecycleType",
|
|
4363
4251
|
"type": {
|
|
4364
|
-
"text": "
|
|
4252
|
+
"text": "Lifecycletype"
|
|
4365
4253
|
}
|
|
4366
4254
|
}
|
|
4367
4255
|
],
|
|
4368
|
-
"
|
|
4256
|
+
"inheritedFrom": {
|
|
4257
|
+
"name": "LifecycleMixin",
|
|
4258
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
4259
|
+
}
|
|
4369
4260
|
},
|
|
4370
4261
|
{
|
|
4371
4262
|
"kind": "field",
|
|
@@ -4479,71 +4370,180 @@
|
|
|
4479
4370
|
}
|
|
4480
4371
|
}
|
|
4481
4372
|
],
|
|
4482
|
-
"
|
|
4483
|
-
"name": "FoundationElement",
|
|
4484
|
-
"package": "@microsoft/fast-foundation"
|
|
4485
|
-
}
|
|
4486
|
-
},
|
|
4487
|
-
{
|
|
4488
|
-
"kind": "variable",
|
|
4489
|
-
"name": "stringEditorStyles",
|
|
4490
|
-
"default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
|
|
4491
|
-
"description": "Styles for the string editor"
|
|
4492
|
-
},
|
|
4493
|
-
{
|
|
4494
|
-
"kind": "function",
|
|
4495
|
-
"name": "getStringEditorTemplate",
|
|
4496
|
-
"parameters": [
|
|
4373
|
+
"events": [
|
|
4497
4374
|
{
|
|
4498
|
-
"
|
|
4499
|
-
"
|
|
4500
|
-
|
|
4375
|
+
"description": "Fired when a datasource error occurs",
|
|
4376
|
+
"name": "gridTabulator:error"
|
|
4377
|
+
},
|
|
4378
|
+
{
|
|
4379
|
+
"description": "Fired when tabulator data is initialized",
|
|
4380
|
+
"name": "dataInit"
|
|
4381
|
+
},
|
|
4382
|
+
{
|
|
4383
|
+
"description": "Fired when layout size changes",
|
|
4384
|
+
"name": "sizeChanged"
|
|
4501
4385
|
}
|
|
4502
4386
|
],
|
|
4503
|
-
"
|
|
4504
|
-
|
|
4505
|
-
|
|
4506
|
-
"
|
|
4387
|
+
"attributes": [
|
|
4388
|
+
{
|
|
4389
|
+
"name": "criteria",
|
|
4390
|
+
"type": {
|
|
4391
|
+
"text": "string"
|
|
4392
|
+
},
|
|
4393
|
+
"fieldName": "criteria"
|
|
4394
|
+
},
|
|
4395
|
+
{
|
|
4396
|
+
"name": "fields",
|
|
4397
|
+
"type": {
|
|
4398
|
+
"text": "string"
|
|
4399
|
+
},
|
|
4400
|
+
"fieldName": "fields"
|
|
4401
|
+
},
|
|
4402
|
+
{
|
|
4403
|
+
"name": "is-snapshot",
|
|
4404
|
+
"type": {
|
|
4405
|
+
"text": "boolean"
|
|
4406
|
+
},
|
|
4407
|
+
"default": "false",
|
|
4408
|
+
"fieldName": "isSnapshot"
|
|
4409
|
+
},
|
|
4410
|
+
{
|
|
4411
|
+
"name": "max-rows",
|
|
4412
|
+
"type": {
|
|
4413
|
+
"text": "number"
|
|
4414
|
+
},
|
|
4415
|
+
"fieldName": "maxRows"
|
|
4416
|
+
},
|
|
4417
|
+
{
|
|
4418
|
+
"name": "max-view",
|
|
4419
|
+
"type": {
|
|
4420
|
+
"text": "number"
|
|
4421
|
+
},
|
|
4422
|
+
"fieldName": "maxView"
|
|
4423
|
+
},
|
|
4424
|
+
{
|
|
4425
|
+
"name": "polling-interval",
|
|
4426
|
+
"type": {
|
|
4427
|
+
"text": "number"
|
|
4428
|
+
},
|
|
4429
|
+
"fieldName": "pollingInterval"
|
|
4430
|
+
},
|
|
4431
|
+
{
|
|
4432
|
+
"name": "moving-view",
|
|
4433
|
+
"type": {
|
|
4434
|
+
"text": "boolean"
|
|
4435
|
+
},
|
|
4436
|
+
"default": "false",
|
|
4437
|
+
"fieldName": "movingView"
|
|
4438
|
+
},
|
|
4439
|
+
{
|
|
4440
|
+
"name": "order-by",
|
|
4441
|
+
"type": {
|
|
4442
|
+
"text": "string"
|
|
4443
|
+
},
|
|
4444
|
+
"fieldName": "orderBy"
|
|
4445
|
+
},
|
|
4446
|
+
{
|
|
4447
|
+
"name": "resource-name",
|
|
4448
|
+
"type": {
|
|
4449
|
+
"text": "string"
|
|
4450
|
+
},
|
|
4451
|
+
"fieldName": "resourceName"
|
|
4452
|
+
},
|
|
4453
|
+
{
|
|
4454
|
+
"type": {
|
|
4455
|
+
"text": "boolean"
|
|
4456
|
+
},
|
|
4457
|
+
"default": "false",
|
|
4458
|
+
"fieldName": "reverse"
|
|
4459
|
+
},
|
|
4460
|
+
{
|
|
4461
|
+
"name": "row-id",
|
|
4462
|
+
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
|
|
4463
|
+
"fieldName": "rowIdAttr"
|
|
4464
|
+
},
|
|
4465
|
+
{
|
|
4466
|
+
"name": "restart-on-reconnection",
|
|
4467
|
+
"type": {
|
|
4468
|
+
"text": "boolean"
|
|
4469
|
+
},
|
|
4470
|
+
"default": "true",
|
|
4471
|
+
"fieldName": "restartOnReconnection"
|
|
4472
|
+
},
|
|
4473
|
+
{
|
|
4474
|
+
"name": "keep-col-defs-on-clear-row-data",
|
|
4475
|
+
"type": {
|
|
4476
|
+
"text": "boolean"
|
|
4477
|
+
},
|
|
4478
|
+
"default": "false",
|
|
4479
|
+
"description": "Whether to keep column definitions when clearing row data",
|
|
4480
|
+
"fieldName": "keepColDefsOnClearRowData"
|
|
4507
4481
|
}
|
|
4508
|
-
|
|
4509
|
-
|
|
4510
|
-
|
|
4511
|
-
|
|
4512
|
-
|
|
4513
|
-
|
|
4482
|
+
],
|
|
4483
|
+
"mixins": [
|
|
4484
|
+
{
|
|
4485
|
+
"name": "LifecycleMixin",
|
|
4486
|
+
"package": "@genesislcap/foundation-utils"
|
|
4487
|
+
},
|
|
4488
|
+
{
|
|
4489
|
+
"name": "DatasourceEventHandler",
|
|
4490
|
+
"package": "@genesislcap/foundation-comms"
|
|
4491
|
+
}
|
|
4492
|
+
],
|
|
4493
|
+
"superclass": {
|
|
4494
|
+
"name": "FoundationElement",
|
|
4495
|
+
"package": "@microsoft/fast-foundation"
|
|
4496
|
+
},
|
|
4497
|
+
"tagName": "grid-tabulator-client-side-datasource",
|
|
4498
|
+
"customElement": true
|
|
4514
4499
|
}
|
|
4515
4500
|
],
|
|
4516
4501
|
"exports": [
|
|
4517
4502
|
{
|
|
4518
4503
|
"kind": "js",
|
|
4519
|
-
"name": "
|
|
4504
|
+
"name": "criteriaDelimiter",
|
|
4520
4505
|
"declaration": {
|
|
4521
|
-
"name": "
|
|
4522
|
-
"module": "src/
|
|
4506
|
+
"name": "criteriaDelimiter",
|
|
4507
|
+
"module": "src/datasource/client-side.datasource.ts"
|
|
4523
4508
|
}
|
|
4524
4509
|
},
|
|
4525
4510
|
{
|
|
4526
4511
|
"kind": "js",
|
|
4527
|
-
"name": "
|
|
4512
|
+
"name": "criteriaJoin",
|
|
4528
4513
|
"declaration": {
|
|
4529
|
-
"name": "
|
|
4530
|
-
"module": "src/
|
|
4514
|
+
"name": "criteriaJoin",
|
|
4515
|
+
"module": "src/datasource/client-side.datasource.ts"
|
|
4531
4516
|
}
|
|
4532
4517
|
},
|
|
4533
4518
|
{
|
|
4534
4519
|
"kind": "js",
|
|
4535
|
-
"name": "
|
|
4520
|
+
"name": "GridTabulatorClientSideDatasource",
|
|
4536
4521
|
"declaration": {
|
|
4537
|
-
"name": "
|
|
4538
|
-
"module": "src/
|
|
4522
|
+
"name": "GridTabulatorClientSideDatasource",
|
|
4523
|
+
"module": "src/datasource/client-side.datasource.ts"
|
|
4539
4524
|
}
|
|
4540
4525
|
},
|
|
4526
|
+
{
|
|
4527
|
+
"kind": "custom-element-definition",
|
|
4528
|
+
"name": "grid-tabulator-client-side-datasource",
|
|
4529
|
+
"declaration": {
|
|
4530
|
+
"name": "GridTabulatorClientSideDatasource",
|
|
4531
|
+
"module": "src/datasource/client-side.datasource.ts"
|
|
4532
|
+
}
|
|
4533
|
+
}
|
|
4534
|
+
]
|
|
4535
|
+
},
|
|
4536
|
+
{
|
|
4537
|
+
"kind": "javascript-module",
|
|
4538
|
+
"path": "src/datasource/index.ts",
|
|
4539
|
+
"declarations": [],
|
|
4540
|
+
"exports": [
|
|
4541
4541
|
{
|
|
4542
4542
|
"kind": "js",
|
|
4543
|
-
"name": "
|
|
4543
|
+
"name": "*",
|
|
4544
4544
|
"declaration": {
|
|
4545
|
-
"name": "
|
|
4546
|
-
"
|
|
4545
|
+
"name": "*",
|
|
4546
|
+
"package": "./client-side.datasource"
|
|
4547
4547
|
}
|
|
4548
4548
|
}
|
|
4549
4549
|
]
|