@genesislcap/grid-tabulator 15.22.2 → 15.23.1-alpha-b23a0275e.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 +843 -843
- package/package.json +12 -12
|
@@ -1655,6 +1655,678 @@
|
|
|
1655
1655
|
}
|
|
1656
1656
|
]
|
|
1657
1657
|
},
|
|
1658
|
+
{
|
|
1659
|
+
"kind": "javascript-module",
|
|
1660
|
+
"path": "src/cell-formatters/action.formatter.ts",
|
|
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",
|
|
2059
|
+
"declarations": [
|
|
2060
|
+
{
|
|
2061
|
+
"kind": "class",
|
|
2062
|
+
"description": "The GridTabulator Column element.",
|
|
2063
|
+
"name": "GridTabulatorColumn",
|
|
2064
|
+
"members": [
|
|
2065
|
+
{
|
|
2066
|
+
"kind": "field",
|
|
2067
|
+
"name": "slottedCell",
|
|
2068
|
+
"type": {
|
|
2069
|
+
"text": "HTMLElement[]"
|
|
2070
|
+
},
|
|
2071
|
+
"privacy": "public"
|
|
2072
|
+
},
|
|
2073
|
+
{
|
|
2074
|
+
"kind": "field",
|
|
2075
|
+
"name": "definition",
|
|
2076
|
+
"type": {
|
|
2077
|
+
"text": "Partial<ColumnDefinition>"
|
|
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"
|
|
2097
|
+
}
|
|
2098
|
+
},
|
|
2099
|
+
{
|
|
2100
|
+
"kind": "method",
|
|
2101
|
+
"name": "cloneNode",
|
|
2102
|
+
"return": {
|
|
2103
|
+
"type": {
|
|
2104
|
+
"text": "Node"
|
|
2105
|
+
}
|
|
2106
|
+
},
|
|
2107
|
+
"parameters": [
|
|
2108
|
+
{
|
|
2109
|
+
"name": "deep",
|
|
2110
|
+
"optional": true,
|
|
2111
|
+
"type": {
|
|
2112
|
+
"text": "boolean"
|
|
2113
|
+
}
|
|
2114
|
+
}
|
|
2115
|
+
],
|
|
2116
|
+
"inheritedFrom": {
|
|
2117
|
+
"name": "LifecycleMixin",
|
|
2118
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
2119
|
+
}
|
|
2120
|
+
},
|
|
2121
|
+
{
|
|
2122
|
+
"kind": "field",
|
|
2123
|
+
"name": "shouldRunDisconnect",
|
|
2124
|
+
"return": {
|
|
2125
|
+
"type": {
|
|
2126
|
+
"text": ""
|
|
2127
|
+
}
|
|
2128
|
+
},
|
|
2129
|
+
"readonly": true,
|
|
2130
|
+
"inheritedFrom": {
|
|
2131
|
+
"name": "LifecycleMixin",
|
|
2132
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
2133
|
+
}
|
|
2134
|
+
},
|
|
2135
|
+
{
|
|
2136
|
+
"kind": "field",
|
|
2137
|
+
"name": "shouldRunConnect",
|
|
2138
|
+
"return": {
|
|
2139
|
+
"type": {
|
|
2140
|
+
"text": ""
|
|
2141
|
+
}
|
|
2142
|
+
},
|
|
2143
|
+
"readonly": true,
|
|
2144
|
+
"inheritedFrom": {
|
|
2145
|
+
"name": "LifecycleMixin",
|
|
2146
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
2147
|
+
}
|
|
2148
|
+
},
|
|
2149
|
+
{
|
|
2150
|
+
"kind": "method",
|
|
2151
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
2152
|
+
"return": {
|
|
2153
|
+
"type": {
|
|
2154
|
+
"text": "boolean"
|
|
2155
|
+
}
|
|
2156
|
+
},
|
|
2157
|
+
"parameters": [
|
|
2158
|
+
{
|
|
2159
|
+
"name": "lifecycleType",
|
|
2160
|
+
"type": {
|
|
2161
|
+
"text": "Lifecycletype"
|
|
2162
|
+
}
|
|
2163
|
+
}
|
|
2164
|
+
],
|
|
2165
|
+
"inheritedFrom": {
|
|
2166
|
+
"name": "LifecycleMixin",
|
|
2167
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
2168
|
+
}
|
|
2169
|
+
},
|
|
2170
|
+
{
|
|
2171
|
+
"kind": "field",
|
|
2172
|
+
"name": "_presentation",
|
|
2173
|
+
"type": {
|
|
2174
|
+
"text": "ComponentPresentation | null | undefined"
|
|
2175
|
+
},
|
|
2176
|
+
"privacy": "private",
|
|
2177
|
+
"default": "void 0",
|
|
2178
|
+
"inheritedFrom": {
|
|
2179
|
+
"name": "FoundationElement",
|
|
2180
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2181
|
+
}
|
|
2182
|
+
},
|
|
2183
|
+
{
|
|
2184
|
+
"kind": "field",
|
|
2185
|
+
"name": "$presentation",
|
|
2186
|
+
"type": {
|
|
2187
|
+
"text": "ComponentPresentation | null"
|
|
2188
|
+
},
|
|
2189
|
+
"privacy": "public",
|
|
2190
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2191
|
+
"inheritedFrom": {
|
|
2192
|
+
"name": "FoundationElement",
|
|
2193
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2194
|
+
}
|
|
2195
|
+
},
|
|
2196
|
+
{
|
|
2197
|
+
"kind": "field",
|
|
2198
|
+
"name": "template",
|
|
2199
|
+
"type": {
|
|
2200
|
+
"text": "ElementViewTemplate | void | null"
|
|
2201
|
+
},
|
|
2202
|
+
"privacy": "public",
|
|
2203
|
+
"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.",
|
|
2204
|
+
"inheritedFrom": {
|
|
2205
|
+
"name": "FoundationElement",
|
|
2206
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2207
|
+
}
|
|
2208
|
+
},
|
|
2209
|
+
{
|
|
2210
|
+
"kind": "method",
|
|
2211
|
+
"name": "templateChanged",
|
|
2212
|
+
"privacy": "protected",
|
|
2213
|
+
"return": {
|
|
2214
|
+
"type": {
|
|
2215
|
+
"text": "void"
|
|
2216
|
+
}
|
|
2217
|
+
},
|
|
2218
|
+
"inheritedFrom": {
|
|
2219
|
+
"name": "FoundationElement",
|
|
2220
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2221
|
+
}
|
|
2222
|
+
},
|
|
2223
|
+
{
|
|
2224
|
+
"kind": "field",
|
|
2225
|
+
"name": "styles",
|
|
2226
|
+
"type": {
|
|
2227
|
+
"text": "ElementStyles | void | null"
|
|
2228
|
+
},
|
|
2229
|
+
"privacy": "public",
|
|
2230
|
+
"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.",
|
|
2231
|
+
"inheritedFrom": {
|
|
2232
|
+
"name": "FoundationElement",
|
|
2233
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2234
|
+
}
|
|
2235
|
+
},
|
|
2236
|
+
{
|
|
2237
|
+
"kind": "method",
|
|
2238
|
+
"name": "stylesChanged",
|
|
2239
|
+
"privacy": "protected",
|
|
2240
|
+
"return": {
|
|
2241
|
+
"type": {
|
|
2242
|
+
"text": "void"
|
|
2243
|
+
}
|
|
2244
|
+
},
|
|
2245
|
+
"inheritedFrom": {
|
|
2246
|
+
"name": "FoundationElement",
|
|
2247
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2248
|
+
}
|
|
2249
|
+
},
|
|
2250
|
+
{
|
|
2251
|
+
"kind": "method",
|
|
2252
|
+
"name": "compose",
|
|
2253
|
+
"privacy": "public",
|
|
2254
|
+
"static": true,
|
|
2255
|
+
"return": {
|
|
2256
|
+
"type": {
|
|
2257
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
2258
|
+
}
|
|
2259
|
+
},
|
|
2260
|
+
"parameters": [
|
|
2261
|
+
{
|
|
2262
|
+
"name": "this",
|
|
2263
|
+
"type": {
|
|
2264
|
+
"text": "K"
|
|
2265
|
+
}
|
|
2266
|
+
},
|
|
2267
|
+
{
|
|
2268
|
+
"name": "elementDefinition",
|
|
2269
|
+
"type": {
|
|
2270
|
+
"text": "T"
|
|
2271
|
+
},
|
|
2272
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
2273
|
+
}
|
|
2274
|
+
],
|
|
2275
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2276
|
+
"inheritedFrom": {
|
|
2277
|
+
"name": "FoundationElement",
|
|
2278
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2279
|
+
}
|
|
2280
|
+
}
|
|
2281
|
+
],
|
|
2282
|
+
"mixins": [
|
|
2283
|
+
{
|
|
2284
|
+
"name": "LifecycleMixin",
|
|
2285
|
+
"package": "@genesislcap/foundation-utils"
|
|
2286
|
+
}
|
|
2287
|
+
],
|
|
2288
|
+
"superclass": {
|
|
2289
|
+
"name": "FoundationElement",
|
|
2290
|
+
"package": "@microsoft/fast-foundation"
|
|
2291
|
+
},
|
|
2292
|
+
"tagName": "grid-tabulator-column",
|
|
2293
|
+
"customElement": true
|
|
2294
|
+
}
|
|
2295
|
+
],
|
|
2296
|
+
"exports": [
|
|
2297
|
+
{
|
|
2298
|
+
"kind": "js",
|
|
2299
|
+
"name": "GridTabulatorColumn",
|
|
2300
|
+
"declaration": {
|
|
2301
|
+
"name": "GridTabulatorColumn",
|
|
2302
|
+
"module": "src/column/column.ts"
|
|
2303
|
+
}
|
|
2304
|
+
},
|
|
2305
|
+
{
|
|
2306
|
+
"kind": "custom-element-definition",
|
|
2307
|
+
"name": "grid-tabulator-column",
|
|
2308
|
+
"declaration": {
|
|
2309
|
+
"name": "GridTabulatorColumn",
|
|
2310
|
+
"module": "src/column/column.ts"
|
|
2311
|
+
}
|
|
2312
|
+
}
|
|
2313
|
+
]
|
|
2314
|
+
},
|
|
2315
|
+
{
|
|
2316
|
+
"kind": "javascript-module",
|
|
2317
|
+
"path": "src/column/index.ts",
|
|
2318
|
+
"declarations": [],
|
|
2319
|
+
"exports": [
|
|
2320
|
+
{
|
|
2321
|
+
"kind": "js",
|
|
2322
|
+
"name": "*",
|
|
2323
|
+
"declaration": {
|
|
2324
|
+
"name": "*",
|
|
2325
|
+
"package": "./column"
|
|
2326
|
+
}
|
|
2327
|
+
}
|
|
2328
|
+
]
|
|
2329
|
+
},
|
|
1658
2330
|
{
|
|
1659
2331
|
"kind": "javascript-module",
|
|
1660
2332
|
"path": "src/cell-editors/date.editor.ts",
|
|
@@ -2408,319 +3080,73 @@
|
|
|
2408
3080
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
2409
3081
|
}
|
|
2410
3082
|
],
|
|
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
|
-
}
|
|
2481
|
-
},
|
|
2482
|
-
{
|
|
2483
|
-
"kind": "method",
|
|
2484
|
-
"name": "init",
|
|
2485
|
-
"parameters": [
|
|
2486
|
-
{
|
|
2487
|
-
"name": "params",
|
|
2488
|
-
"type": {
|
|
2489
|
-
"text": "SelectEditorParams"
|
|
2490
|
-
}
|
|
2491
|
-
}
|
|
2492
|
-
],
|
|
2493
|
-
"description": "Initialize the editor with parameters"
|
|
2494
|
-
},
|
|
2495
|
-
{
|
|
2496
|
-
"kind": "method",
|
|
2497
|
-
"name": "getValue",
|
|
2498
|
-
"description": "Get current value"
|
|
2499
|
-
},
|
|
2500
|
-
{
|
|
2501
|
-
"kind": "method",
|
|
2502
|
-
"name": "focus",
|
|
2503
|
-
"description": "Set focus to the select"
|
|
2504
|
-
},
|
|
2505
|
-
{
|
|
2506
|
-
"kind": "method",
|
|
2507
|
-
"name": "handleKeyDown",
|
|
2508
|
-
"parameters": [
|
|
2509
|
-
{
|
|
2510
|
-
"name": "event",
|
|
2511
|
-
"type": {
|
|
2512
|
-
"text": "KeyboardEvent"
|
|
2513
|
-
}
|
|
2514
|
-
}
|
|
2515
|
-
],
|
|
2516
|
-
"description": "Process key down events"
|
|
2517
|
-
},
|
|
2518
|
-
{
|
|
2519
|
-
"kind": "method",
|
|
2520
|
-
"name": "handleChange",
|
|
2521
|
-
"description": "Handle change event"
|
|
2522
|
-
},
|
|
2523
|
-
{
|
|
2524
|
-
"kind": "field",
|
|
2525
|
-
"name": "_presentation",
|
|
2526
|
-
"type": {
|
|
2527
|
-
"text": "ComponentPresentation | null | undefined"
|
|
2528
|
-
},
|
|
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",
|
|
2566
|
-
"return": {
|
|
2567
|
-
"type": {
|
|
2568
|
-
"text": "void"
|
|
2569
|
-
}
|
|
2570
|
-
},
|
|
2571
|
-
"inheritedFrom": {
|
|
2572
|
-
"name": "FoundationElement",
|
|
2573
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2574
|
-
}
|
|
2575
|
-
},
|
|
2576
|
-
{
|
|
2577
|
-
"kind": "field",
|
|
2578
|
-
"name": "styles",
|
|
2579
|
-
"type": {
|
|
2580
|
-
"text": "ElementStyles | void | null"
|
|
2581
|
-
},
|
|
2582
|
-
"privacy": "public",
|
|
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
|
-
}
|
|
2588
|
-
},
|
|
2589
|
-
{
|
|
2590
|
-
"kind": "method",
|
|
2591
|
-
"name": "stylesChanged",
|
|
2592
|
-
"privacy": "protected",
|
|
2593
|
-
"return": {
|
|
2594
|
-
"type": {
|
|
2595
|
-
"text": "void"
|
|
2596
|
-
}
|
|
2597
|
-
},
|
|
2598
|
-
"inheritedFrom": {
|
|
2599
|
-
"name": "FoundationElement",
|
|
2600
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2601
|
-
}
|
|
2602
|
-
},
|
|
2603
|
-
{
|
|
2604
|
-
"kind": "method",
|
|
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
|
-
},
|
|
2613
|
-
"parameters": [
|
|
2614
|
-
{
|
|
2615
|
-
"name": "this",
|
|
2616
|
-
"type": {
|
|
2617
|
-
"text": "K"
|
|
2618
|
-
}
|
|
2619
|
-
},
|
|
2620
|
-
{
|
|
2621
|
-
"name": "elementDefinition",
|
|
2622
|
-
"type": {
|
|
2623
|
-
"text": "T"
|
|
2624
|
-
},
|
|
2625
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
2626
|
-
}
|
|
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.",
|
|
3083
|
+
"description": "Get a Design System prefixed number field template.",
|
|
2657
3084
|
"return": {
|
|
2658
3085
|
"type": {
|
|
2659
3086
|
"text": ""
|
|
2660
3087
|
}
|
|
2661
|
-
}
|
|
2662
|
-
"privacy": "public"
|
|
3088
|
+
}
|
|
2663
3089
|
},
|
|
2664
3090
|
{
|
|
2665
3091
|
"kind": "variable",
|
|
2666
|
-
"name": "
|
|
2667
|
-
"description": "Definition for the
|
|
3092
|
+
"name": "foundationNumberEditor",
|
|
3093
|
+
"description": "Definition for the number editor component"
|
|
2668
3094
|
}
|
|
2669
3095
|
],
|
|
2670
3096
|
"exports": [
|
|
2671
3097
|
{
|
|
2672
3098
|
"kind": "js",
|
|
2673
|
-
"name": "
|
|
3099
|
+
"name": "NumberEditor",
|
|
2674
3100
|
"declaration": {
|
|
2675
|
-
"name": "
|
|
2676
|
-
"module": "src/cell-editors/
|
|
3101
|
+
"name": "NumberEditor",
|
|
3102
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
2677
3103
|
}
|
|
2678
3104
|
},
|
|
2679
3105
|
{
|
|
2680
3106
|
"kind": "js",
|
|
2681
|
-
"name": "
|
|
3107
|
+
"name": "numberEditorStyles",
|
|
2682
3108
|
"declaration": {
|
|
2683
|
-
"name": "
|
|
2684
|
-
"module": "src/cell-editors/
|
|
3109
|
+
"name": "numberEditorStyles",
|
|
3110
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
2685
3111
|
}
|
|
2686
3112
|
},
|
|
2687
3113
|
{
|
|
2688
3114
|
"kind": "js",
|
|
2689
|
-
"name": "
|
|
3115
|
+
"name": "getNumberEditorTemplate",
|
|
2690
3116
|
"declaration": {
|
|
2691
|
-
"name": "
|
|
2692
|
-
"module": "src/cell-editors/
|
|
3117
|
+
"name": "getNumberEditorTemplate",
|
|
3118
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
2693
3119
|
}
|
|
2694
3120
|
},
|
|
2695
3121
|
{
|
|
2696
3122
|
"kind": "js",
|
|
2697
|
-
"name": "
|
|
3123
|
+
"name": "foundationNumberEditor",
|
|
2698
3124
|
"declaration": {
|
|
2699
|
-
"name": "
|
|
2700
|
-
"module": "src/cell-editors/
|
|
3125
|
+
"name": "foundationNumberEditor",
|
|
3126
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
2701
3127
|
}
|
|
2702
3128
|
}
|
|
2703
3129
|
]
|
|
2704
3130
|
},
|
|
2705
3131
|
{
|
|
2706
3132
|
"kind": "javascript-module",
|
|
2707
|
-
"path": "src/cell-editors/
|
|
3133
|
+
"path": "src/cell-editors/select.editor.ts",
|
|
2708
3134
|
"declarations": [
|
|
2709
3135
|
{
|
|
2710
3136
|
"kind": "class",
|
|
2711
|
-
"description": "The
|
|
2712
|
-
"name": "
|
|
3137
|
+
"description": "The select editor class for grid-tabulator",
|
|
3138
|
+
"name": "SelectEditor",
|
|
2713
3139
|
"members": [
|
|
2714
3140
|
{
|
|
2715
3141
|
"kind": "field",
|
|
2716
3142
|
"name": "params",
|
|
2717
3143
|
"type": {
|
|
2718
|
-
"text": "
|
|
3144
|
+
"text": "SelectEditorParams"
|
|
2719
3145
|
}
|
|
2720
3146
|
},
|
|
2721
3147
|
{
|
|
2722
3148
|
"kind": "field",
|
|
2723
|
-
"name": "
|
|
3149
|
+
"name": "select",
|
|
2724
3150
|
"type": {
|
|
2725
3151
|
"text": "any"
|
|
2726
3152
|
}
|
|
@@ -2732,7 +3158,7 @@
|
|
|
2732
3158
|
{
|
|
2733
3159
|
"name": "params",
|
|
2734
3160
|
"type": {
|
|
2735
|
-
"text": "
|
|
3161
|
+
"text": "SelectEditorParams"
|
|
2736
3162
|
}
|
|
2737
3163
|
}
|
|
2738
3164
|
],
|
|
@@ -2746,7 +3172,7 @@
|
|
|
2746
3172
|
{
|
|
2747
3173
|
"kind": "method",
|
|
2748
3174
|
"name": "focus",
|
|
2749
|
-
"description": "Set focus to the
|
|
3175
|
+
"description": "Set focus to the select"
|
|
2750
3176
|
},
|
|
2751
3177
|
{
|
|
2752
3178
|
"kind": "method",
|
|
@@ -2761,6 +3187,11 @@
|
|
|
2761
3187
|
],
|
|
2762
3188
|
"description": "Process key down events"
|
|
2763
3189
|
},
|
|
3190
|
+
{
|
|
3191
|
+
"kind": "method",
|
|
3192
|
+
"name": "handleChange",
|
|
3193
|
+
"description": "Handle change event"
|
|
3194
|
+
},
|
|
2764
3195
|
{
|
|
2765
3196
|
"kind": "field",
|
|
2766
3197
|
"name": "_presentation",
|
|
@@ -2880,13 +3311,13 @@
|
|
|
2880
3311
|
},
|
|
2881
3312
|
{
|
|
2882
3313
|
"kind": "variable",
|
|
2883
|
-
"name": "
|
|
3314
|
+
"name": "selectEditorStyles",
|
|
2884
3315
|
"default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
|
|
2885
|
-
"description": "Styles for the
|
|
3316
|
+
"description": "Styles for the select editor"
|
|
2886
3317
|
},
|
|
2887
3318
|
{
|
|
2888
3319
|
"kind": "function",
|
|
2889
|
-
"name": "
|
|
3320
|
+
"name": "getSelectEditorTemplate",
|
|
2890
3321
|
"parameters": [
|
|
2891
3322
|
{
|
|
2892
3323
|
"name": "prefix",
|
|
@@ -2894,167 +3325,113 @@
|
|
|
2894
3325
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
2895
3326
|
}
|
|
2896
3327
|
],
|
|
2897
|
-
"description": "Get a Design System prefixed
|
|
3328
|
+
"description": "Get a Design System prefixed Select template.",
|
|
2898
3329
|
"return": {
|
|
2899
3330
|
"type": {
|
|
2900
3331
|
"text": ""
|
|
2901
3332
|
}
|
|
2902
|
-
}
|
|
3333
|
+
},
|
|
3334
|
+
"privacy": "public"
|
|
2903
3335
|
},
|
|
2904
3336
|
{
|
|
2905
3337
|
"kind": "variable",
|
|
2906
|
-
"name": "
|
|
2907
|
-
"description": "Definition for the
|
|
3338
|
+
"name": "foundationSelectEditor",
|
|
3339
|
+
"description": "Definition for the select editor component"
|
|
2908
3340
|
}
|
|
2909
3341
|
],
|
|
2910
3342
|
"exports": [
|
|
2911
3343
|
{
|
|
2912
3344
|
"kind": "js",
|
|
2913
|
-
"name": "
|
|
3345
|
+
"name": "SelectEditor",
|
|
2914
3346
|
"declaration": {
|
|
2915
|
-
"name": "
|
|
2916
|
-
"module": "src/cell-editors/
|
|
3347
|
+
"name": "SelectEditor",
|
|
3348
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
2917
3349
|
}
|
|
2918
3350
|
},
|
|
2919
3351
|
{
|
|
2920
3352
|
"kind": "js",
|
|
2921
|
-
"name": "
|
|
3353
|
+
"name": "selectEditorStyles",
|
|
2922
3354
|
"declaration": {
|
|
2923
|
-
"name": "
|
|
2924
|
-
"module": "src/cell-editors/
|
|
3355
|
+
"name": "selectEditorStyles",
|
|
3356
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
2925
3357
|
}
|
|
2926
3358
|
},
|
|
2927
3359
|
{
|
|
2928
3360
|
"kind": "js",
|
|
2929
|
-
"name": "
|
|
3361
|
+
"name": "getSelectEditorTemplate",
|
|
2930
3362
|
"declaration": {
|
|
2931
|
-
"name": "
|
|
2932
|
-
"module": "src/cell-editors/
|
|
3363
|
+
"name": "getSelectEditorTemplate",
|
|
3364
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
2933
3365
|
}
|
|
2934
3366
|
},
|
|
2935
3367
|
{
|
|
2936
3368
|
"kind": "js",
|
|
2937
|
-
"name": "
|
|
3369
|
+
"name": "foundationSelectEditor",
|
|
2938
3370
|
"declaration": {
|
|
2939
|
-
"name": "
|
|
2940
|
-
"module": "src/cell-editors/
|
|
3371
|
+
"name": "foundationSelectEditor",
|
|
3372
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
2941
3373
|
}
|
|
2942
3374
|
}
|
|
2943
3375
|
]
|
|
2944
3376
|
},
|
|
2945
3377
|
{
|
|
2946
3378
|
"kind": "javascript-module",
|
|
2947
|
-
"path": "src/
|
|
3379
|
+
"path": "src/cell-editors/string.editor.ts",
|
|
2948
3380
|
"declarations": [
|
|
2949
3381
|
{
|
|
2950
3382
|
"kind": "class",
|
|
2951
|
-
"description": "The
|
|
2952
|
-
"name": "
|
|
3383
|
+
"description": "The string editor class for grid-tabulator",
|
|
3384
|
+
"name": "StringEditor",
|
|
2953
3385
|
"members": [
|
|
2954
3386
|
{
|
|
2955
3387
|
"kind": "field",
|
|
2956
|
-
"name": "
|
|
3388
|
+
"name": "params",
|
|
2957
3389
|
"type": {
|
|
2958
|
-
"text": "
|
|
2959
|
-
}
|
|
2960
|
-
"privacy": "public"
|
|
3390
|
+
"text": "StringEditorParams"
|
|
3391
|
+
}
|
|
2961
3392
|
},
|
|
2962
3393
|
{
|
|
2963
3394
|
"kind": "field",
|
|
2964
|
-
"name": "
|
|
3395
|
+
"name": "textField",
|
|
2965
3396
|
"type": {
|
|
2966
|
-
"text": "
|
|
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"
|
|
3397
|
+
"text": "any"
|
|
2986
3398
|
}
|
|
2987
3399
|
},
|
|
2988
3400
|
{
|
|
2989
3401
|
"kind": "method",
|
|
2990
|
-
"name": "
|
|
2991
|
-
"return": {
|
|
2992
|
-
"type": {
|
|
2993
|
-
"text": "Node"
|
|
2994
|
-
}
|
|
2995
|
-
},
|
|
3402
|
+
"name": "init",
|
|
2996
3403
|
"parameters": [
|
|
2997
3404
|
{
|
|
2998
|
-
"name": "
|
|
2999
|
-
"optional": true,
|
|
3405
|
+
"name": "params",
|
|
3000
3406
|
"type": {
|
|
3001
|
-
"text": "
|
|
3407
|
+
"text": "StringEditorParams"
|
|
3002
3408
|
}
|
|
3003
3409
|
}
|
|
3004
3410
|
],
|
|
3005
|
-
"
|
|
3006
|
-
"name": "LifecycleMixin",
|
|
3007
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3008
|
-
}
|
|
3411
|
+
"description": "Initialize the editor with parameters"
|
|
3009
3412
|
},
|
|
3010
3413
|
{
|
|
3011
|
-
"kind": "
|
|
3012
|
-
"name": "
|
|
3013
|
-
"
|
|
3014
|
-
"type": {
|
|
3015
|
-
"text": ""
|
|
3016
|
-
}
|
|
3017
|
-
},
|
|
3018
|
-
"readonly": true,
|
|
3019
|
-
"inheritedFrom": {
|
|
3020
|
-
"name": "LifecycleMixin",
|
|
3021
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3022
|
-
}
|
|
3414
|
+
"kind": "method",
|
|
3415
|
+
"name": "getValue",
|
|
3416
|
+
"description": "Get current value"
|
|
3023
3417
|
},
|
|
3024
3418
|
{
|
|
3025
|
-
"kind": "
|
|
3026
|
-
"name": "
|
|
3027
|
-
"
|
|
3028
|
-
"type": {
|
|
3029
|
-
"text": ""
|
|
3030
|
-
}
|
|
3031
|
-
},
|
|
3032
|
-
"readonly": true,
|
|
3033
|
-
"inheritedFrom": {
|
|
3034
|
-
"name": "LifecycleMixin",
|
|
3035
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3036
|
-
}
|
|
3419
|
+
"kind": "method",
|
|
3420
|
+
"name": "focus",
|
|
3421
|
+
"description": "Set focus to the input"
|
|
3037
3422
|
},
|
|
3038
3423
|
{
|
|
3039
3424
|
"kind": "method",
|
|
3040
|
-
"name": "
|
|
3041
|
-
"return": {
|
|
3042
|
-
"type": {
|
|
3043
|
-
"text": "boolean"
|
|
3044
|
-
}
|
|
3045
|
-
},
|
|
3425
|
+
"name": "handleKeyDown",
|
|
3046
3426
|
"parameters": [
|
|
3047
3427
|
{
|
|
3048
|
-
"name": "
|
|
3428
|
+
"name": "event",
|
|
3049
3429
|
"type": {
|
|
3050
|
-
"text": "
|
|
3430
|
+
"text": "KeyboardEvent"
|
|
3051
3431
|
}
|
|
3052
3432
|
}
|
|
3053
3433
|
],
|
|
3054
|
-
"
|
|
3055
|
-
"name": "LifecycleMixin",
|
|
3056
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3057
|
-
}
|
|
3434
|
+
"description": "Process key down events"
|
|
3058
3435
|
},
|
|
3059
3436
|
{
|
|
3060
3437
|
"kind": "field",
|
|
@@ -3168,50 +3545,71 @@
|
|
|
3168
3545
|
}
|
|
3169
3546
|
}
|
|
3170
3547
|
],
|
|
3171
|
-
"mixins": [
|
|
3172
|
-
{
|
|
3173
|
-
"name": "LifecycleMixin",
|
|
3174
|
-
"package": "@genesislcap/foundation-utils"
|
|
3175
|
-
}
|
|
3176
|
-
],
|
|
3177
3548
|
"superclass": {
|
|
3178
3549
|
"name": "FoundationElement",
|
|
3179
3550
|
"package": "@microsoft/fast-foundation"
|
|
3180
|
-
}
|
|
3181
|
-
|
|
3182
|
-
|
|
3551
|
+
}
|
|
3552
|
+
},
|
|
3553
|
+
{
|
|
3554
|
+
"kind": "variable",
|
|
3555
|
+
"name": "stringEditorStyles",
|
|
3556
|
+
"default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
|
|
3557
|
+
"description": "Styles for the string editor"
|
|
3558
|
+
},
|
|
3559
|
+
{
|
|
3560
|
+
"kind": "function",
|
|
3561
|
+
"name": "getStringEditorTemplate",
|
|
3562
|
+
"parameters": [
|
|
3563
|
+
{
|
|
3564
|
+
"name": "prefix",
|
|
3565
|
+
"default": "'foundation'",
|
|
3566
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
3567
|
+
}
|
|
3568
|
+
],
|
|
3569
|
+
"description": "Get a Design System prefixed text field template.",
|
|
3570
|
+
"return": {
|
|
3571
|
+
"type": {
|
|
3572
|
+
"text": ""
|
|
3573
|
+
}
|
|
3574
|
+
}
|
|
3575
|
+
},
|
|
3576
|
+
{
|
|
3577
|
+
"kind": "variable",
|
|
3578
|
+
"name": "foundationStringEditor",
|
|
3579
|
+
"description": "Definition for the string editor component"
|
|
3183
3580
|
}
|
|
3184
3581
|
],
|
|
3185
3582
|
"exports": [
|
|
3186
3583
|
{
|
|
3187
3584
|
"kind": "js",
|
|
3188
|
-
"name": "
|
|
3585
|
+
"name": "StringEditor",
|
|
3189
3586
|
"declaration": {
|
|
3190
|
-
"name": "
|
|
3191
|
-
"module": "src/
|
|
3587
|
+
"name": "StringEditor",
|
|
3588
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
3192
3589
|
}
|
|
3193
3590
|
},
|
|
3194
3591
|
{
|
|
3195
|
-
"kind": "
|
|
3196
|
-
"name": "
|
|
3592
|
+
"kind": "js",
|
|
3593
|
+
"name": "stringEditorStyles",
|
|
3197
3594
|
"declaration": {
|
|
3198
|
-
"name": "
|
|
3199
|
-
"module": "src/
|
|
3595
|
+
"name": "stringEditorStyles",
|
|
3596
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
3200
3597
|
}
|
|
3201
|
-
}
|
|
3202
|
-
|
|
3203
|
-
|
|
3204
|
-
|
|
3205
|
-
|
|
3206
|
-
|
|
3207
|
-
|
|
3208
|
-
|
|
3598
|
+
},
|
|
3599
|
+
{
|
|
3600
|
+
"kind": "js",
|
|
3601
|
+
"name": "getStringEditorTemplate",
|
|
3602
|
+
"declaration": {
|
|
3603
|
+
"name": "getStringEditorTemplate",
|
|
3604
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
3605
|
+
}
|
|
3606
|
+
},
|
|
3209
3607
|
{
|
|
3210
3608
|
"kind": "js",
|
|
3211
|
-
"name": "
|
|
3609
|
+
"name": "foundationStringEditor",
|
|
3212
3610
|
"declaration": {
|
|
3213
|
-
"name": "
|
|
3214
|
-
"
|
|
3611
|
+
"name": "foundationStringEditor",
|
|
3612
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
3215
3613
|
}
|
|
3216
3614
|
}
|
|
3217
3615
|
]
|
|
@@ -4053,497 +4451,99 @@
|
|
|
4053
4451
|
"fieldName": "resourceName"
|
|
4054
4452
|
},
|
|
4055
4453
|
{
|
|
4056
|
-
"type": {
|
|
4057
|
-
"text": "boolean"
|
|
4058
|
-
},
|
|
4059
|
-
"default": "false",
|
|
4060
|
-
"fieldName": "reverse"
|
|
4061
|
-
},
|
|
4062
|
-
{
|
|
4063
|
-
"name": "row-id",
|
|
4064
|
-
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
|
|
4065
|
-
"fieldName": "rowIdAttr"
|
|
4066
|
-
},
|
|
4067
|
-
{
|
|
4068
|
-
"name": "restart-on-reconnection",
|
|
4069
|
-
"type": {
|
|
4070
|
-
"text": "boolean"
|
|
4071
|
-
},
|
|
4072
|
-
"default": "true",
|
|
4073
|
-
"fieldName": "restartOnReconnection"
|
|
4074
|
-
},
|
|
4075
|
-
{
|
|
4076
|
-
"name": "keep-col-defs-on-clear-row-data",
|
|
4077
|
-
"type": {
|
|
4078
|
-
"text": "boolean"
|
|
4079
|
-
},
|
|
4080
|
-
"default": "false",
|
|
4081
|
-
"description": "Whether to keep column definitions when clearing row data",
|
|
4082
|
-
"fieldName": "keepColDefsOnClearRowData"
|
|
4083
|
-
}
|
|
4084
|
-
],
|
|
4085
|
-
"mixins": [
|
|
4086
|
-
{
|
|
4087
|
-
"name": "LifecycleMixin",
|
|
4088
|
-
"package": "@genesislcap/foundation-utils"
|
|
4089
|
-
},
|
|
4090
|
-
{
|
|
4091
|
-
"name": "DatasourceEventHandler",
|
|
4092
|
-
"package": "@genesislcap/foundation-comms"
|
|
4093
|
-
}
|
|
4094
|
-
],
|
|
4095
|
-
"superclass": {
|
|
4096
|
-
"name": "FoundationElement",
|
|
4097
|
-
"package": "@microsoft/fast-foundation"
|
|
4098
|
-
},
|
|
4099
|
-
"tagName": "grid-tabulator-client-side-datasource",
|
|
4100
|
-
"customElement": true
|
|
4101
|
-
}
|
|
4102
|
-
],
|
|
4103
|
-
"exports": [
|
|
4104
|
-
{
|
|
4105
|
-
"kind": "js",
|
|
4106
|
-
"name": "criteriaDelimiter",
|
|
4107
|
-
"declaration": {
|
|
4108
|
-
"name": "criteriaDelimiter",
|
|
4109
|
-
"module": "src/datasource/client-side.datasource.ts"
|
|
4110
|
-
}
|
|
4111
|
-
},
|
|
4112
|
-
{
|
|
4113
|
-
"kind": "js",
|
|
4114
|
-
"name": "criteriaJoin",
|
|
4115
|
-
"declaration": {
|
|
4116
|
-
"name": "criteriaJoin",
|
|
4117
|
-
"module": "src/datasource/client-side.datasource.ts"
|
|
4118
|
-
}
|
|
4119
|
-
},
|
|
4120
|
-
{
|
|
4121
|
-
"kind": "js",
|
|
4122
|
-
"name": "GridTabulatorClientSideDatasource",
|
|
4123
|
-
"declaration": {
|
|
4124
|
-
"name": "GridTabulatorClientSideDatasource",
|
|
4125
|
-
"module": "src/datasource/client-side.datasource.ts"
|
|
4126
|
-
}
|
|
4127
|
-
},
|
|
4128
|
-
{
|
|
4129
|
-
"kind": "custom-element-definition",
|
|
4130
|
-
"name": "grid-tabulator-client-side-datasource",
|
|
4131
|
-
"declaration": {
|
|
4132
|
-
"name": "GridTabulatorClientSideDatasource",
|
|
4133
|
-
"module": "src/datasource/client-side.datasource.ts"
|
|
4134
|
-
}
|
|
4135
|
-
}
|
|
4136
|
-
]
|
|
4137
|
-
},
|
|
4138
|
-
{
|
|
4139
|
-
"kind": "javascript-module",
|
|
4140
|
-
"path": "src/datasource/index.ts",
|
|
4141
|
-
"declarations": [],
|
|
4142
|
-
"exports": [
|
|
4143
|
-
{
|
|
4144
|
-
"kind": "js",
|
|
4145
|
-
"name": "*",
|
|
4146
|
-
"declaration": {
|
|
4147
|
-
"name": "*",
|
|
4148
|
-
"package": "./client-side.datasource"
|
|
4149
|
-
}
|
|
4150
|
-
}
|
|
4151
|
-
]
|
|
4152
|
-
},
|
|
4153
|
-
{
|
|
4154
|
-
"kind": "javascript-module",
|
|
4155
|
-
"path": "src/cell-formatters/action.formatter.ts",
|
|
4156
|
-
"declarations": [
|
|
4157
|
-
{
|
|
4158
|
-
"kind": "function",
|
|
4159
|
-
"name": "actionFormatter",
|
|
4160
|
-
"return": {
|
|
4161
|
-
"type": {
|
|
4162
|
-
"text": ""
|
|
4163
|
-
}
|
|
4164
|
-
},
|
|
4165
|
-
"parameters": [
|
|
4166
|
-
{
|
|
4167
|
-
"name": "cell",
|
|
4168
|
-
"type": {
|
|
4169
|
-
"text": "any"
|
|
4170
|
-
},
|
|
4171
|
-
"description": "The cell component provided by Tabulator"
|
|
4172
|
-
},
|
|
4173
|
-
{
|
|
4174
|
-
"name": "formatterParams",
|
|
4175
|
-
"default": "{}",
|
|
4176
|
-
"type": {
|
|
4177
|
-
"text": "ActionFormatterParams<T>"
|
|
4178
|
-
},
|
|
4179
|
-
"description": "Action formatter parameters"
|
|
4180
|
-
}
|
|
4181
|
-
],
|
|
4182
|
-
"description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
|
|
4183
|
-
"privacy": "public"
|
|
4184
|
-
}
|
|
4185
|
-
],
|
|
4186
|
-
"exports": [
|
|
4187
|
-
{
|
|
4188
|
-
"kind": "js",
|
|
4189
|
-
"name": "actionFormatter",
|
|
4190
|
-
"declaration": {
|
|
4191
|
-
"name": "actionFormatter",
|
|
4192
|
-
"module": "src/cell-formatters/action.formatter.ts"
|
|
4193
|
-
}
|
|
4194
|
-
}
|
|
4195
|
-
]
|
|
4196
|
-
},
|
|
4197
|
-
{
|
|
4198
|
-
"kind": "javascript-module",
|
|
4199
|
-
"path": "src/cell-formatters/actions-menu.formatter.ts",
|
|
4200
|
-
"declarations": [
|
|
4201
|
-
{
|
|
4202
|
-
"kind": "function",
|
|
4203
|
-
"name": "actionsMenuFormatter",
|
|
4204
|
-
"return": {
|
|
4205
|
-
"type": {
|
|
4206
|
-
"text": ""
|
|
4207
|
-
}
|
|
4208
|
-
},
|
|
4209
|
-
"parameters": [
|
|
4210
|
-
{
|
|
4211
|
-
"name": "cell",
|
|
4212
|
-
"type": {
|
|
4213
|
-
"text": "any"
|
|
4214
|
-
},
|
|
4215
|
-
"description": "The cell component provided by Tabulator"
|
|
4216
|
-
},
|
|
4217
|
-
{
|
|
4218
|
-
"name": "formatterParams",
|
|
4219
|
-
"default": "{}",
|
|
4220
|
-
"type": {
|
|
4221
|
-
"text": "ActionsMenuFormatterParams<T>"
|
|
4222
|
-
},
|
|
4223
|
-
"description": "Actions menu formatter parameters"
|
|
4224
|
-
}
|
|
4225
|
-
],
|
|
4226
|
-
"description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
|
|
4227
|
-
"privacy": "public"
|
|
4228
|
-
}
|
|
4229
|
-
],
|
|
4230
|
-
"exports": [
|
|
4231
|
-
{
|
|
4232
|
-
"kind": "js",
|
|
4233
|
-
"name": "actionsMenuFormatter",
|
|
4234
|
-
"declaration": {
|
|
4235
|
-
"name": "actionsMenuFormatter",
|
|
4236
|
-
"module": "src/cell-formatters/actions-menu.formatter.ts"
|
|
4237
|
-
}
|
|
4238
|
-
}
|
|
4239
|
-
]
|
|
4240
|
-
},
|
|
4241
|
-
{
|
|
4242
|
-
"kind": "javascript-module",
|
|
4243
|
-
"path": "src/cell-formatters/boolean.formatter.ts",
|
|
4244
|
-
"declarations": [
|
|
4245
|
-
{
|
|
4246
|
-
"kind": "function",
|
|
4247
|
-
"name": "booleanFormatter",
|
|
4248
|
-
"return": {
|
|
4249
|
-
"type": {
|
|
4250
|
-
"text": ""
|
|
4251
|
-
}
|
|
4252
|
-
},
|
|
4253
|
-
"parameters": [
|
|
4254
|
-
{
|
|
4255
|
-
"name": "cell",
|
|
4256
|
-
"type": {
|
|
4257
|
-
"text": "any"
|
|
4258
|
-
},
|
|
4259
|
-
"description": "The cell component provided by Tabulator"
|
|
4260
|
-
},
|
|
4261
|
-
{
|
|
4262
|
-
"name": "formatterParams",
|
|
4263
|
-
"default": "{}",
|
|
4264
|
-
"type": {
|
|
4265
|
-
"text": "BooleanFormatterParams<T>"
|
|
4266
|
-
},
|
|
4267
|
-
"description": "Boolean formatter parameters"
|
|
4268
|
-
}
|
|
4269
|
-
],
|
|
4270
|
-
"description": "Formatter that displays boolean values using a checkbox component.\nStyled to match grid-pro boolean renderer.",
|
|
4271
|
-
"privacy": "public"
|
|
4272
|
-
}
|
|
4273
|
-
],
|
|
4274
|
-
"exports": [
|
|
4275
|
-
{
|
|
4276
|
-
"kind": "js",
|
|
4277
|
-
"name": "booleanFormatter",
|
|
4278
|
-
"declaration": {
|
|
4279
|
-
"name": "booleanFormatter",
|
|
4280
|
-
"module": "src/cell-formatters/boolean.formatter.ts"
|
|
4281
|
-
}
|
|
4282
|
-
}
|
|
4283
|
-
]
|
|
4284
|
-
},
|
|
4285
|
-
{
|
|
4286
|
-
"kind": "javascript-module",
|
|
4287
|
-
"path": "src/cell-formatters/constants.ts",
|
|
4288
|
-
"declarations": [],
|
|
4289
|
-
"exports": []
|
|
4290
|
-
},
|
|
4291
|
-
{
|
|
4292
|
-
"kind": "javascript-module",
|
|
4293
|
-
"path": "src/cell-formatters/editable.formatter.ts",
|
|
4294
|
-
"declarations": [
|
|
4295
|
-
{
|
|
4296
|
-
"kind": "function",
|
|
4297
|
-
"name": "editableFormatter",
|
|
4298
|
-
"return": {
|
|
4299
|
-
"type": {
|
|
4300
|
-
"text": ""
|
|
4301
|
-
}
|
|
4302
|
-
},
|
|
4303
|
-
"parameters": [
|
|
4454
|
+
"type": {
|
|
4455
|
+
"text": "boolean"
|
|
4456
|
+
},
|
|
4457
|
+
"default": "false",
|
|
4458
|
+
"fieldName": "reverse"
|
|
4459
|
+
},
|
|
4304
4460
|
{
|
|
4305
|
-
"name": "
|
|
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",
|
|
4306
4467
|
"type": {
|
|
4307
|
-
"text": "
|
|
4468
|
+
"text": "boolean"
|
|
4308
4469
|
},
|
|
4309
|
-
"
|
|
4470
|
+
"default": "true",
|
|
4471
|
+
"fieldName": "restartOnReconnection"
|
|
4310
4472
|
},
|
|
4311
4473
|
{
|
|
4312
|
-
"name": "
|
|
4313
|
-
"default": "{}",
|
|
4474
|
+
"name": "keep-col-defs-on-clear-row-data",
|
|
4314
4475
|
"type": {
|
|
4315
|
-
"text": "
|
|
4476
|
+
"text": "boolean"
|
|
4316
4477
|
},
|
|
4317
|
-
"
|
|
4478
|
+
"default": "false",
|
|
4479
|
+
"description": "Whether to keep column definitions when clearing row data",
|
|
4480
|
+
"fieldName": "keepColDefsOnClearRowData"
|
|
4318
4481
|
}
|
|
4319
4482
|
],
|
|
4320
|
-
"
|
|
4321
|
-
|
|
4322
|
-
|
|
4323
|
-
|
|
4324
|
-
|
|
4325
|
-
|
|
4326
|
-
|
|
4327
|
-
|
|
4328
|
-
|
|
4329
|
-
|
|
4330
|
-
|
|
4331
|
-
|
|
4332
|
-
|
|
4333
|
-
]
|
|
4334
|
-
},
|
|
4335
|
-
{
|
|
4336
|
-
"kind": "javascript-module",
|
|
4337
|
-
"path": "src/cell-formatters/index.ts",
|
|
4338
|
-
"declarations": [
|
|
4339
|
-
{
|
|
4340
|
-
"kind": "variable",
|
|
4341
|
-
"name": "formatters",
|
|
4342
|
-
"type": {
|
|
4343
|
-
"text": "object"
|
|
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"
|
|
4344
4496
|
},
|
|
4345
|
-
"
|
|
4346
|
-
"
|
|
4497
|
+
"tagName": "grid-tabulator-client-side-datasource",
|
|
4498
|
+
"customElement": true
|
|
4347
4499
|
}
|
|
4348
4500
|
],
|
|
4349
4501
|
"exports": [
|
|
4350
4502
|
{
|
|
4351
4503
|
"kind": "js",
|
|
4352
|
-
"name": "
|
|
4353
|
-
"declaration": {
|
|
4354
|
-
"name": "*",
|
|
4355
|
-
"package": "./constants"
|
|
4356
|
-
}
|
|
4357
|
-
},
|
|
4358
|
-
{
|
|
4359
|
-
"kind": "js",
|
|
4360
|
-
"name": "ActionFormatterParams",
|
|
4361
|
-
"declaration": {
|
|
4362
|
-
"name": "ActionFormatterParams",
|
|
4363
|
-
"module": "src/cell-formatters/index.ts"
|
|
4364
|
-
}
|
|
4365
|
-
},
|
|
4366
|
-
{
|
|
4367
|
-
"kind": "js",
|
|
4368
|
-
"name": "actionFormatter",
|
|
4369
|
-
"declaration": {
|
|
4370
|
-
"name": "actionFormatter",
|
|
4371
|
-
"module": "src/cell-formatters/index.ts"
|
|
4372
|
-
}
|
|
4373
|
-
},
|
|
4374
|
-
{
|
|
4375
|
-
"kind": "js",
|
|
4376
|
-
"name": "ActionsMenuFormatterParams",
|
|
4377
|
-
"declaration": {
|
|
4378
|
-
"name": "ActionsMenuFormatterParams",
|
|
4379
|
-
"module": "src/cell-formatters/index.ts"
|
|
4380
|
-
}
|
|
4381
|
-
},
|
|
4382
|
-
{
|
|
4383
|
-
"kind": "js",
|
|
4384
|
-
"name": "actionsMenuFormatter",
|
|
4385
|
-
"declaration": {
|
|
4386
|
-
"name": "actionsMenuFormatter",
|
|
4387
|
-
"module": "src/cell-formatters/index.ts"
|
|
4388
|
-
}
|
|
4389
|
-
},
|
|
4390
|
-
{
|
|
4391
|
-
"kind": "js",
|
|
4392
|
-
"name": "BooleanFormatterParams",
|
|
4393
|
-
"declaration": {
|
|
4394
|
-
"name": "BooleanFormatterParams",
|
|
4395
|
-
"module": "src/cell-formatters/index.ts"
|
|
4396
|
-
}
|
|
4397
|
-
},
|
|
4398
|
-
{
|
|
4399
|
-
"kind": "js",
|
|
4400
|
-
"name": "booleanFormatter",
|
|
4401
|
-
"declaration": {
|
|
4402
|
-
"name": "booleanFormatter",
|
|
4403
|
-
"module": "src/cell-formatters/index.ts"
|
|
4404
|
-
}
|
|
4405
|
-
},
|
|
4406
|
-
{
|
|
4407
|
-
"kind": "js",
|
|
4408
|
-
"name": "EditableFormatterParams",
|
|
4409
|
-
"declaration": {
|
|
4410
|
-
"name": "EditableFormatterParams",
|
|
4411
|
-
"module": "src/cell-formatters/index.ts"
|
|
4412
|
-
}
|
|
4413
|
-
},
|
|
4414
|
-
{
|
|
4415
|
-
"kind": "js",
|
|
4416
|
-
"name": "editableFormatter",
|
|
4417
|
-
"declaration": {
|
|
4418
|
-
"name": "editableFormatter",
|
|
4419
|
-
"module": "src/cell-formatters/index.ts"
|
|
4420
|
-
}
|
|
4421
|
-
},
|
|
4422
|
-
{
|
|
4423
|
-
"kind": "js",
|
|
4424
|
-
"name": "SelectFormatterParams",
|
|
4425
|
-
"declaration": {
|
|
4426
|
-
"name": "SelectFormatterParams",
|
|
4427
|
-
"module": "src/cell-formatters/index.ts"
|
|
4428
|
-
}
|
|
4429
|
-
},
|
|
4430
|
-
{
|
|
4431
|
-
"kind": "js",
|
|
4432
|
-
"name": "selectFormatter",
|
|
4504
|
+
"name": "criteriaDelimiter",
|
|
4433
4505
|
"declaration": {
|
|
4434
|
-
"name": "
|
|
4435
|
-
"module": "src/
|
|
4506
|
+
"name": "criteriaDelimiter",
|
|
4507
|
+
"module": "src/datasource/client-side.datasource.ts"
|
|
4436
4508
|
}
|
|
4437
4509
|
},
|
|
4438
4510
|
{
|
|
4439
4511
|
"kind": "js",
|
|
4440
|
-
"name": "
|
|
4512
|
+
"name": "criteriaJoin",
|
|
4441
4513
|
"declaration": {
|
|
4442
|
-
"name": "
|
|
4443
|
-
"module": "src/
|
|
4514
|
+
"name": "criteriaJoin",
|
|
4515
|
+
"module": "src/datasource/client-side.datasource.ts"
|
|
4444
4516
|
}
|
|
4445
4517
|
},
|
|
4446
4518
|
{
|
|
4447
4519
|
"kind": "js",
|
|
4448
|
-
"name": "
|
|
4520
|
+
"name": "GridTabulatorClientSideDatasource",
|
|
4449
4521
|
"declaration": {
|
|
4450
|
-
"name": "
|
|
4451
|
-
"module": "src/
|
|
4522
|
+
"name": "GridTabulatorClientSideDatasource",
|
|
4523
|
+
"module": "src/datasource/client-side.datasource.ts"
|
|
4452
4524
|
}
|
|
4453
4525
|
},
|
|
4454
4526
|
{
|
|
4455
|
-
"kind": "
|
|
4456
|
-
"name": "
|
|
4457
|
-
"declaration": {
|
|
4458
|
-
"name": "formatters",
|
|
4459
|
-
"module": "src/cell-formatters/index.ts"
|
|
4460
|
-
}
|
|
4461
|
-
}
|
|
4462
|
-
]
|
|
4463
|
-
},
|
|
4464
|
-
{
|
|
4465
|
-
"kind": "javascript-module",
|
|
4466
|
-
"path": "src/cell-formatters/select.formatter.ts",
|
|
4467
|
-
"declarations": [
|
|
4468
|
-
{
|
|
4469
|
-
"kind": "function",
|
|
4470
|
-
"name": "selectFormatter",
|
|
4471
|
-
"return": {
|
|
4472
|
-
"type": {
|
|
4473
|
-
"text": ""
|
|
4474
|
-
}
|
|
4475
|
-
},
|
|
4476
|
-
"parameters": [
|
|
4477
|
-
{
|
|
4478
|
-
"name": "cell",
|
|
4479
|
-
"type": {
|
|
4480
|
-
"text": "any"
|
|
4481
|
-
},
|
|
4482
|
-
"description": "The cell component provided by Tabulator"
|
|
4483
|
-
},
|
|
4484
|
-
{
|
|
4485
|
-
"name": "formatterParams",
|
|
4486
|
-
"type": {
|
|
4487
|
-
"text": "SelectFormatterParams<T>"
|
|
4488
|
-
},
|
|
4489
|
-
"description": "Select formatter parameters"
|
|
4490
|
-
}
|
|
4491
|
-
],
|
|
4492
|
-
"description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
|
|
4493
|
-
"privacy": "public"
|
|
4494
|
-
}
|
|
4495
|
-
],
|
|
4496
|
-
"exports": [
|
|
4497
|
-
{
|
|
4498
|
-
"kind": "js",
|
|
4499
|
-
"name": "selectFormatter",
|
|
4527
|
+
"kind": "custom-element-definition",
|
|
4528
|
+
"name": "grid-tabulator-client-side-datasource",
|
|
4500
4529
|
"declaration": {
|
|
4501
|
-
"name": "
|
|
4502
|
-
"module": "src/
|
|
4530
|
+
"name": "GridTabulatorClientSideDatasource",
|
|
4531
|
+
"module": "src/datasource/client-side.datasource.ts"
|
|
4503
4532
|
}
|
|
4504
4533
|
}
|
|
4505
4534
|
]
|
|
4506
4535
|
},
|
|
4507
4536
|
{
|
|
4508
4537
|
"kind": "javascript-module",
|
|
4509
|
-
"path": "src/
|
|
4510
|
-
"declarations": [
|
|
4511
|
-
{
|
|
4512
|
-
"kind": "function",
|
|
4513
|
-
"name": "textFormatter",
|
|
4514
|
-
"return": {
|
|
4515
|
-
"type": {
|
|
4516
|
-
"text": ""
|
|
4517
|
-
}
|
|
4518
|
-
},
|
|
4519
|
-
"parameters": [
|
|
4520
|
-
{
|
|
4521
|
-
"name": "cell",
|
|
4522
|
-
"type": {
|
|
4523
|
-
"text": "any"
|
|
4524
|
-
},
|
|
4525
|
-
"description": "The cell component provided by Tabulator"
|
|
4526
|
-
},
|
|
4527
|
-
{
|
|
4528
|
-
"name": "formatterParams",
|
|
4529
|
-
"default": "{}",
|
|
4530
|
-
"type": {
|
|
4531
|
-
"text": "TextFormatterParams<T>"
|
|
4532
|
-
},
|
|
4533
|
-
"description": "Text formatter parameters"
|
|
4534
|
-
}
|
|
4535
|
-
],
|
|
4536
|
-
"description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
|
|
4537
|
-
"privacy": "public"
|
|
4538
|
-
}
|
|
4539
|
-
],
|
|
4538
|
+
"path": "src/datasource/index.ts",
|
|
4539
|
+
"declarations": [],
|
|
4540
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
|
]
|