@genesislcap/grid-tabulator 14.461.2 → 14.462.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 +960 -960
- package/package.json +13 -13
|
@@ -1657,117 +1657,67 @@
|
|
|
1657
1657
|
},
|
|
1658
1658
|
{
|
|
1659
1659
|
"kind": "javascript-module",
|
|
1660
|
-
"path": "src/
|
|
1660
|
+
"path": "src/cell-editors/date.editor.ts",
|
|
1661
1661
|
"declarations": [
|
|
1662
1662
|
{
|
|
1663
1663
|
"kind": "class",
|
|
1664
|
-
"description": "The
|
|
1665
|
-
"name": "
|
|
1664
|
+
"description": "The date editor class for grid-tabulator",
|
|
1665
|
+
"name": "DateEditor",
|
|
1666
1666
|
"members": [
|
|
1667
1667
|
{
|
|
1668
1668
|
"kind": "field",
|
|
1669
|
-
"name": "
|
|
1669
|
+
"name": "params",
|
|
1670
1670
|
"type": {
|
|
1671
|
-
"text": "
|
|
1672
|
-
}
|
|
1673
|
-
"privacy": "public"
|
|
1671
|
+
"text": "DateEditorParams"
|
|
1672
|
+
}
|
|
1674
1673
|
},
|
|
1675
1674
|
{
|
|
1676
1675
|
"kind": "field",
|
|
1677
|
-
"name": "
|
|
1676
|
+
"name": "dateField",
|
|
1678
1677
|
"type": {
|
|
1679
|
-
"text": "
|
|
1680
|
-
},
|
|
1681
|
-
"default": "{}"
|
|
1682
|
-
},
|
|
1683
|
-
{
|
|
1684
|
-
"kind": "method",
|
|
1685
|
-
"name": "slottedCellChanged",
|
|
1686
|
-
"privacy": "public"
|
|
1687
|
-
},
|
|
1688
|
-
{
|
|
1689
|
-
"kind": "method",
|
|
1690
|
-
"name": "deepClone",
|
|
1691
|
-
"return": {
|
|
1692
|
-
"type": {
|
|
1693
|
-
"text": "Node"
|
|
1694
|
-
}
|
|
1695
|
-
},
|
|
1696
|
-
"inheritedFrom": {
|
|
1697
|
-
"name": "LifecycleMixin",
|
|
1698
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
1678
|
+
"text": "any"
|
|
1699
1679
|
}
|
|
1700
1680
|
},
|
|
1701
1681
|
{
|
|
1702
1682
|
"kind": "method",
|
|
1703
|
-
"name": "
|
|
1704
|
-
"return": {
|
|
1705
|
-
"type": {
|
|
1706
|
-
"text": "Node"
|
|
1707
|
-
}
|
|
1708
|
-
},
|
|
1683
|
+
"name": "init",
|
|
1709
1684
|
"parameters": [
|
|
1710
1685
|
{
|
|
1711
|
-
"name": "
|
|
1712
|
-
"optional": true,
|
|
1686
|
+
"name": "params",
|
|
1713
1687
|
"type": {
|
|
1714
|
-
"text": "
|
|
1688
|
+
"text": "DateEditorParams"
|
|
1715
1689
|
}
|
|
1716
1690
|
}
|
|
1717
1691
|
],
|
|
1718
|
-
"
|
|
1719
|
-
"name": "LifecycleMixin",
|
|
1720
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
1721
|
-
}
|
|
1692
|
+
"description": "Initialize the editor with parameters"
|
|
1722
1693
|
},
|
|
1723
1694
|
{
|
|
1724
|
-
"kind": "
|
|
1725
|
-
"name": "
|
|
1726
|
-
"
|
|
1727
|
-
"type": {
|
|
1728
|
-
"text": ""
|
|
1729
|
-
}
|
|
1730
|
-
},
|
|
1731
|
-
"readonly": true,
|
|
1732
|
-
"inheritedFrom": {
|
|
1733
|
-
"name": "LifecycleMixin",
|
|
1734
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
1735
|
-
}
|
|
1695
|
+
"kind": "method",
|
|
1696
|
+
"name": "getValue",
|
|
1697
|
+
"description": "Get current value"
|
|
1736
1698
|
},
|
|
1737
1699
|
{
|
|
1738
|
-
"kind": "
|
|
1739
|
-
"name": "
|
|
1740
|
-
"
|
|
1741
|
-
"type": {
|
|
1742
|
-
"text": ""
|
|
1743
|
-
}
|
|
1744
|
-
},
|
|
1745
|
-
"readonly": true,
|
|
1746
|
-
"inheritedFrom": {
|
|
1747
|
-
"name": "LifecycleMixin",
|
|
1748
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
1749
|
-
}
|
|
1700
|
+
"kind": "method",
|
|
1701
|
+
"name": "getFormattedValue",
|
|
1702
|
+
"description": "Format value for display"
|
|
1750
1703
|
},
|
|
1751
1704
|
{
|
|
1752
1705
|
"kind": "method",
|
|
1753
|
-
"name": "
|
|
1754
|
-
"
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1706
|
+
"name": "focus",
|
|
1707
|
+
"description": "Set focus to the input"
|
|
1708
|
+
},
|
|
1709
|
+
{
|
|
1710
|
+
"kind": "method",
|
|
1711
|
+
"name": "handleKeyDown",
|
|
1759
1712
|
"parameters": [
|
|
1760
1713
|
{
|
|
1761
|
-
"name": "
|
|
1714
|
+
"name": "event",
|
|
1762
1715
|
"type": {
|
|
1763
|
-
"text": "
|
|
1716
|
+
"text": "KeyboardEvent"
|
|
1764
1717
|
}
|
|
1765
1718
|
}
|
|
1766
1719
|
],
|
|
1767
|
-
"
|
|
1768
|
-
"name": "LifecycleMixin",
|
|
1769
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
1770
|
-
}
|
|
1720
|
+
"description": "Process key down events"
|
|
1771
1721
|
},
|
|
1772
1722
|
{
|
|
1773
1723
|
"kind": "field",
|
|
@@ -1881,42 +1831,79 @@
|
|
|
1881
1831
|
}
|
|
1882
1832
|
}
|
|
1883
1833
|
],
|
|
1884
|
-
"mixins": [
|
|
1885
|
-
{
|
|
1886
|
-
"name": "LifecycleMixin",
|
|
1887
|
-
"package": "@genesislcap/foundation-utils"
|
|
1888
|
-
}
|
|
1889
|
-
],
|
|
1890
1834
|
"superclass": {
|
|
1891
1835
|
"name": "FoundationElement",
|
|
1892
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
|
+
}
|
|
1893
1860
|
},
|
|
1894
|
-
"
|
|
1895
|
-
|
|
1861
|
+
"privacy": "public"
|
|
1862
|
+
},
|
|
1863
|
+
{
|
|
1864
|
+
"kind": "variable",
|
|
1865
|
+
"name": "foundationDateEditor",
|
|
1866
|
+
"description": "Definition for the date editor component"
|
|
1896
1867
|
}
|
|
1897
1868
|
],
|
|
1898
1869
|
"exports": [
|
|
1899
1870
|
{
|
|
1900
1871
|
"kind": "js",
|
|
1901
|
-
"name": "
|
|
1872
|
+
"name": "DateEditor",
|
|
1902
1873
|
"declaration": {
|
|
1903
|
-
"name": "
|
|
1904
|
-
"module": "src/
|
|
1874
|
+
"name": "DateEditor",
|
|
1875
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
1905
1876
|
}
|
|
1906
1877
|
},
|
|
1907
1878
|
{
|
|
1908
|
-
"kind": "
|
|
1909
|
-
"name": "
|
|
1879
|
+
"kind": "js",
|
|
1880
|
+
"name": "dateEditorStyles",
|
|
1910
1881
|
"declaration": {
|
|
1911
|
-
"name": "
|
|
1912
|
-
"module": "src/
|
|
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"
|
|
1913
1900
|
}
|
|
1914
1901
|
}
|
|
1915
1902
|
]
|
|
1916
1903
|
},
|
|
1917
1904
|
{
|
|
1918
1905
|
"kind": "javascript-module",
|
|
1919
|
-
"path": "src/
|
|
1906
|
+
"path": "src/cell-editors/index.ts",
|
|
1920
1907
|
"declarations": [],
|
|
1921
1908
|
"exports": [
|
|
1922
1909
|
{
|
|
@@ -1924,30 +1911,62 @@
|
|
|
1924
1911
|
"name": "*",
|
|
1925
1912
|
"declaration": {
|
|
1926
1913
|
"name": "*",
|
|
1927
|
-
"package": "./
|
|
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": "*",
|
|
1936
|
+
"declaration": {
|
|
1937
|
+
"name": "*",
|
|
1938
|
+
"package": "./string.editor"
|
|
1939
|
+
}
|
|
1940
|
+
},
|
|
1941
|
+
{
|
|
1942
|
+
"kind": "js",
|
|
1943
|
+
"name": "*",
|
|
1944
|
+
"declaration": {
|
|
1945
|
+
"name": "*",
|
|
1946
|
+
"package": "./multiselect.editor"
|
|
1928
1947
|
}
|
|
1929
1948
|
}
|
|
1930
1949
|
]
|
|
1931
1950
|
},
|
|
1932
1951
|
{
|
|
1933
1952
|
"kind": "javascript-module",
|
|
1934
|
-
"path": "src/cell-editors/
|
|
1953
|
+
"path": "src/cell-editors/multiselect.editor.ts",
|
|
1935
1954
|
"declarations": [
|
|
1936
1955
|
{
|
|
1937
1956
|
"kind": "class",
|
|
1938
|
-
"description": "The
|
|
1939
|
-
"name": "
|
|
1957
|
+
"description": "The multiselect editor class for grid-tabulator",
|
|
1958
|
+
"name": "MultiselectEditor",
|
|
1940
1959
|
"members": [
|
|
1941
1960
|
{
|
|
1942
1961
|
"kind": "field",
|
|
1943
1962
|
"name": "params",
|
|
1944
1963
|
"type": {
|
|
1945
|
-
"text": "
|
|
1964
|
+
"text": "MultiselectEditorParams"
|
|
1946
1965
|
}
|
|
1947
1966
|
},
|
|
1948
1967
|
{
|
|
1949
1968
|
"kind": "field",
|
|
1950
|
-
"name": "
|
|
1969
|
+
"name": "select",
|
|
1951
1970
|
"type": {
|
|
1952
1971
|
"text": "any"
|
|
1953
1972
|
}
|
|
@@ -1959,7 +1978,7 @@
|
|
|
1959
1978
|
{
|
|
1960
1979
|
"name": "params",
|
|
1961
1980
|
"type": {
|
|
1962
|
-
"text": "
|
|
1981
|
+
"text": "MultiselectEditorParams"
|
|
1963
1982
|
}
|
|
1964
1983
|
}
|
|
1965
1984
|
],
|
|
@@ -1967,18 +1986,36 @@
|
|
|
1967
1986
|
},
|
|
1968
1987
|
{
|
|
1969
1988
|
"kind": "method",
|
|
1970
|
-
"name": "
|
|
1971
|
-
"
|
|
1989
|
+
"name": "getValues",
|
|
1990
|
+
"return": {
|
|
1991
|
+
"type": {
|
|
1992
|
+
"text": "(string | number)[]"
|
|
1993
|
+
}
|
|
1994
|
+
},
|
|
1995
|
+
"description": "Get current values"
|
|
1972
1996
|
},
|
|
1973
1997
|
{
|
|
1974
1998
|
"kind": "method",
|
|
1975
|
-
"name": "
|
|
1976
|
-
"description": "
|
|
1999
|
+
"name": "focus",
|
|
2000
|
+
"description": "Set focus to the select"
|
|
1977
2001
|
},
|
|
1978
2002
|
{
|
|
1979
2003
|
"kind": "method",
|
|
1980
|
-
"name": "
|
|
1981
|
-
"
|
|
2004
|
+
"name": "isSelected",
|
|
2005
|
+
"return": {
|
|
2006
|
+
"type": {
|
|
2007
|
+
"text": "boolean"
|
|
2008
|
+
}
|
|
2009
|
+
},
|
|
2010
|
+
"parameters": [
|
|
2011
|
+
{
|
|
2012
|
+
"name": "value",
|
|
2013
|
+
"type": {
|
|
2014
|
+
"text": "string | number"
|
|
2015
|
+
}
|
|
2016
|
+
}
|
|
2017
|
+
],
|
|
2018
|
+
"description": "Check if a value is selected"
|
|
1982
2019
|
},
|
|
1983
2020
|
{
|
|
1984
2021
|
"kind": "method",
|
|
@@ -1993,6 +2030,11 @@
|
|
|
1993
2030
|
],
|
|
1994
2031
|
"description": "Process key down events"
|
|
1995
2032
|
},
|
|
2033
|
+
{
|
|
2034
|
+
"kind": "method",
|
|
2035
|
+
"name": "handleChange",
|
|
2036
|
+
"description": "Handle change event to save when selection changes"
|
|
2037
|
+
},
|
|
1996
2038
|
{
|
|
1997
2039
|
"kind": "field",
|
|
1998
2040
|
"name": "_presentation",
|
|
@@ -2112,13 +2154,13 @@
|
|
|
2112
2154
|
},
|
|
2113
2155
|
{
|
|
2114
2156
|
"kind": "variable",
|
|
2115
|
-
"name": "
|
|
2157
|
+
"name": "multiselectEditorStyles",
|
|
2116
2158
|
"default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
|
|
2117
|
-
"description": "Styles for the
|
|
2159
|
+
"description": "Styles for the multiselect editor"
|
|
2118
2160
|
},
|
|
2119
2161
|
{
|
|
2120
2162
|
"kind": "function",
|
|
2121
|
-
"name": "
|
|
2163
|
+
"name": "getMultiselectEditorTemplate",
|
|
2122
2164
|
"parameters": [
|
|
2123
2165
|
{
|
|
2124
2166
|
"name": "prefix",
|
|
@@ -2126,121 +2168,73 @@
|
|
|
2126
2168
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
2127
2169
|
}
|
|
2128
2170
|
],
|
|
2129
|
-
"description": "Get a Design System prefixed
|
|
2171
|
+
"description": "Get a Design System prefixed Select template.",
|
|
2130
2172
|
"return": {
|
|
2131
2173
|
"type": {
|
|
2132
2174
|
"text": ""
|
|
2133
2175
|
}
|
|
2134
|
-
}
|
|
2135
|
-
"privacy": "public"
|
|
2176
|
+
}
|
|
2136
2177
|
},
|
|
2137
2178
|
{
|
|
2138
2179
|
"kind": "variable",
|
|
2139
|
-
"name": "
|
|
2140
|
-
"description": "Definition for the
|
|
2180
|
+
"name": "foundationMultiselectEditor",
|
|
2181
|
+
"description": "Definition for the multiselect editor component"
|
|
2141
2182
|
}
|
|
2142
2183
|
],
|
|
2143
2184
|
"exports": [
|
|
2144
2185
|
{
|
|
2145
2186
|
"kind": "js",
|
|
2146
|
-
"name": "
|
|
2147
|
-
"declaration": {
|
|
2148
|
-
"name": "DateEditor",
|
|
2149
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
2150
|
-
}
|
|
2151
|
-
},
|
|
2152
|
-
{
|
|
2153
|
-
"kind": "js",
|
|
2154
|
-
"name": "dateEditorStyles",
|
|
2155
|
-
"declaration": {
|
|
2156
|
-
"name": "dateEditorStyles",
|
|
2157
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
2158
|
-
}
|
|
2159
|
-
},
|
|
2160
|
-
{
|
|
2161
|
-
"kind": "js",
|
|
2162
|
-
"name": "getDateEditorTemplate",
|
|
2163
|
-
"declaration": {
|
|
2164
|
-
"name": "getDateEditorTemplate",
|
|
2165
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
2166
|
-
}
|
|
2167
|
-
},
|
|
2168
|
-
{
|
|
2169
|
-
"kind": "js",
|
|
2170
|
-
"name": "foundationDateEditor",
|
|
2171
|
-
"declaration": {
|
|
2172
|
-
"name": "foundationDateEditor",
|
|
2173
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
2174
|
-
}
|
|
2175
|
-
}
|
|
2176
|
-
]
|
|
2177
|
-
},
|
|
2178
|
-
{
|
|
2179
|
-
"kind": "javascript-module",
|
|
2180
|
-
"path": "src/cell-editors/index.ts",
|
|
2181
|
-
"declarations": [],
|
|
2182
|
-
"exports": [
|
|
2183
|
-
{
|
|
2184
|
-
"kind": "js",
|
|
2185
|
-
"name": "*",
|
|
2186
|
-
"declaration": {
|
|
2187
|
-
"name": "*",
|
|
2188
|
-
"package": "./date.editor"
|
|
2189
|
-
}
|
|
2190
|
-
},
|
|
2191
|
-
{
|
|
2192
|
-
"kind": "js",
|
|
2193
|
-
"name": "*",
|
|
2187
|
+
"name": "MultiselectEditor",
|
|
2194
2188
|
"declaration": {
|
|
2195
|
-
"name": "
|
|
2196
|
-
"
|
|
2189
|
+
"name": "MultiselectEditor",
|
|
2190
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2197
2191
|
}
|
|
2198
2192
|
},
|
|
2199
2193
|
{
|
|
2200
2194
|
"kind": "js",
|
|
2201
|
-
"name": "
|
|
2195
|
+
"name": "multiselectEditorStyles",
|
|
2202
2196
|
"declaration": {
|
|
2203
|
-
"name": "
|
|
2204
|
-
"
|
|
2197
|
+
"name": "multiselectEditorStyles",
|
|
2198
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2205
2199
|
}
|
|
2206
2200
|
},
|
|
2207
2201
|
{
|
|
2208
2202
|
"kind": "js",
|
|
2209
|
-
"name": "
|
|
2203
|
+
"name": "getMultiselectEditorTemplate",
|
|
2210
2204
|
"declaration": {
|
|
2211
|
-
"name": "
|
|
2212
|
-
"
|
|
2205
|
+
"name": "getMultiselectEditorTemplate",
|
|
2206
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2213
2207
|
}
|
|
2214
2208
|
},
|
|
2215
2209
|
{
|
|
2216
2210
|
"kind": "js",
|
|
2217
|
-
"name": "
|
|
2211
|
+
"name": "foundationMultiselectEditor",
|
|
2218
2212
|
"declaration": {
|
|
2219
|
-
"name": "
|
|
2220
|
-
"
|
|
2213
|
+
"name": "foundationMultiselectEditor",
|
|
2214
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2221
2215
|
}
|
|
2222
2216
|
}
|
|
2223
2217
|
]
|
|
2224
2218
|
},
|
|
2225
2219
|
{
|
|
2226
2220
|
"kind": "javascript-module",
|
|
2227
|
-
"path": "src/cell-editors/
|
|
2221
|
+
"path": "src/cell-editors/number.editor.ts",
|
|
2228
2222
|
"declarations": [
|
|
2229
2223
|
{
|
|
2230
2224
|
"kind": "class",
|
|
2231
|
-
"description": "The
|
|
2232
|
-
"name": "
|
|
2225
|
+
"description": "The number editor class for grid-tabulator",
|
|
2226
|
+
"name": "NumberEditor",
|
|
2233
2227
|
"members": [
|
|
2234
2228
|
{
|
|
2235
2229
|
"kind": "field",
|
|
2236
2230
|
"name": "params",
|
|
2237
2231
|
"type": {
|
|
2238
|
-
"text": "
|
|
2232
|
+
"text": "NumberEditorParams"
|
|
2239
2233
|
}
|
|
2240
2234
|
},
|
|
2241
2235
|
{
|
|
2242
2236
|
"kind": "field",
|
|
2243
|
-
"name": "
|
|
2237
|
+
"name": "numberField",
|
|
2244
2238
|
"type": {
|
|
2245
2239
|
"text": "any"
|
|
2246
2240
|
}
|
|
@@ -2252,7 +2246,7 @@
|
|
|
2252
2246
|
{
|
|
2253
2247
|
"name": "params",
|
|
2254
2248
|
"type": {
|
|
2255
|
-
"text": "
|
|
2249
|
+
"text": "NumberEditorParams"
|
|
2256
2250
|
}
|
|
2257
2251
|
}
|
|
2258
2252
|
],
|
|
@@ -2260,36 +2254,13 @@
|
|
|
2260
2254
|
},
|
|
2261
2255
|
{
|
|
2262
2256
|
"kind": "method",
|
|
2263
|
-
"name": "
|
|
2264
|
-
"
|
|
2265
|
-
"type": {
|
|
2266
|
-
"text": "(string | number)[]"
|
|
2267
|
-
}
|
|
2268
|
-
},
|
|
2269
|
-
"description": "Get current values"
|
|
2257
|
+
"name": "getValue",
|
|
2258
|
+
"description": "Get current value"
|
|
2270
2259
|
},
|
|
2271
2260
|
{
|
|
2272
2261
|
"kind": "method",
|
|
2273
2262
|
"name": "focus",
|
|
2274
|
-
"description": "Set focus to the
|
|
2275
|
-
},
|
|
2276
|
-
{
|
|
2277
|
-
"kind": "method",
|
|
2278
|
-
"name": "isSelected",
|
|
2279
|
-
"return": {
|
|
2280
|
-
"type": {
|
|
2281
|
-
"text": "boolean"
|
|
2282
|
-
}
|
|
2283
|
-
},
|
|
2284
|
-
"parameters": [
|
|
2285
|
-
{
|
|
2286
|
-
"name": "value",
|
|
2287
|
-
"type": {
|
|
2288
|
-
"text": "string | number"
|
|
2289
|
-
}
|
|
2290
|
-
}
|
|
2291
|
-
],
|
|
2292
|
-
"description": "Check if a value is selected"
|
|
2263
|
+
"description": "Set focus to the input"
|
|
2293
2264
|
},
|
|
2294
2265
|
{
|
|
2295
2266
|
"kind": "method",
|
|
@@ -2304,11 +2275,6 @@
|
|
|
2304
2275
|
],
|
|
2305
2276
|
"description": "Process key down events"
|
|
2306
2277
|
},
|
|
2307
|
-
{
|
|
2308
|
-
"kind": "method",
|
|
2309
|
-
"name": "handleChange",
|
|
2310
|
-
"description": "Handle change event to save when selection changes"
|
|
2311
|
-
},
|
|
2312
2278
|
{
|
|
2313
2279
|
"kind": "field",
|
|
2314
2280
|
"name": "_presentation",
|
|
@@ -2428,13 +2394,13 @@
|
|
|
2428
2394
|
},
|
|
2429
2395
|
{
|
|
2430
2396
|
"kind": "variable",
|
|
2431
|
-
"name": "
|
|
2397
|
+
"name": "numberEditorStyles",
|
|
2432
2398
|
"default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
|
|
2433
|
-
"description": "Styles for the
|
|
2399
|
+
"description": "Styles for the number editor"
|
|
2434
2400
|
},
|
|
2435
2401
|
{
|
|
2436
2402
|
"kind": "function",
|
|
2437
|
-
"name": "
|
|
2403
|
+
"name": "getNumberEditorTemplate",
|
|
2438
2404
|
"parameters": [
|
|
2439
2405
|
{
|
|
2440
2406
|
"name": "prefix",
|
|
@@ -2442,7 +2408,7 @@
|
|
|
2442
2408
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
2443
2409
|
}
|
|
2444
2410
|
],
|
|
2445
|
-
"description": "Get a Design System prefixed
|
|
2411
|
+
"description": "Get a Design System prefixed number field template.",
|
|
2446
2412
|
"return": {
|
|
2447
2413
|
"type": {
|
|
2448
2414
|
"text": ""
|
|
@@ -2451,64 +2417,64 @@
|
|
|
2451
2417
|
},
|
|
2452
2418
|
{
|
|
2453
2419
|
"kind": "variable",
|
|
2454
|
-
"name": "
|
|
2455
|
-
"description": "Definition for the
|
|
2420
|
+
"name": "foundationNumberEditor",
|
|
2421
|
+
"description": "Definition for the number editor component"
|
|
2456
2422
|
}
|
|
2457
2423
|
],
|
|
2458
2424
|
"exports": [
|
|
2459
2425
|
{
|
|
2460
2426
|
"kind": "js",
|
|
2461
|
-
"name": "
|
|
2427
|
+
"name": "NumberEditor",
|
|
2462
2428
|
"declaration": {
|
|
2463
|
-
"name": "
|
|
2464
|
-
"module": "src/cell-editors/
|
|
2429
|
+
"name": "NumberEditor",
|
|
2430
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
2465
2431
|
}
|
|
2466
2432
|
},
|
|
2467
2433
|
{
|
|
2468
2434
|
"kind": "js",
|
|
2469
|
-
"name": "
|
|
2435
|
+
"name": "numberEditorStyles",
|
|
2470
2436
|
"declaration": {
|
|
2471
|
-
"name": "
|
|
2472
|
-
"module": "src/cell-editors/
|
|
2437
|
+
"name": "numberEditorStyles",
|
|
2438
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
2473
2439
|
}
|
|
2474
2440
|
},
|
|
2475
2441
|
{
|
|
2476
2442
|
"kind": "js",
|
|
2477
|
-
"name": "
|
|
2443
|
+
"name": "getNumberEditorTemplate",
|
|
2478
2444
|
"declaration": {
|
|
2479
|
-
"name": "
|
|
2480
|
-
"module": "src/cell-editors/
|
|
2445
|
+
"name": "getNumberEditorTemplate",
|
|
2446
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
2481
2447
|
}
|
|
2482
2448
|
},
|
|
2483
2449
|
{
|
|
2484
2450
|
"kind": "js",
|
|
2485
|
-
"name": "
|
|
2451
|
+
"name": "foundationNumberEditor",
|
|
2486
2452
|
"declaration": {
|
|
2487
|
-
"name": "
|
|
2488
|
-
"module": "src/cell-editors/
|
|
2453
|
+
"name": "foundationNumberEditor",
|
|
2454
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
2489
2455
|
}
|
|
2490
2456
|
}
|
|
2491
2457
|
]
|
|
2492
2458
|
},
|
|
2493
2459
|
{
|
|
2494
2460
|
"kind": "javascript-module",
|
|
2495
|
-
"path": "src/cell-editors/
|
|
2461
|
+
"path": "src/cell-editors/select.editor.ts",
|
|
2496
2462
|
"declarations": [
|
|
2497
2463
|
{
|
|
2498
2464
|
"kind": "class",
|
|
2499
|
-
"description": "The
|
|
2500
|
-
"name": "
|
|
2465
|
+
"description": "The select editor class for grid-tabulator",
|
|
2466
|
+
"name": "SelectEditor",
|
|
2501
2467
|
"members": [
|
|
2502
2468
|
{
|
|
2503
2469
|
"kind": "field",
|
|
2504
2470
|
"name": "params",
|
|
2505
2471
|
"type": {
|
|
2506
|
-
"text": "
|
|
2472
|
+
"text": "SelectEditorParams"
|
|
2507
2473
|
}
|
|
2508
2474
|
},
|
|
2509
2475
|
{
|
|
2510
2476
|
"kind": "field",
|
|
2511
|
-
"name": "
|
|
2477
|
+
"name": "select",
|
|
2512
2478
|
"type": {
|
|
2513
2479
|
"text": "any"
|
|
2514
2480
|
}
|
|
@@ -2520,7 +2486,7 @@
|
|
|
2520
2486
|
{
|
|
2521
2487
|
"name": "params",
|
|
2522
2488
|
"type": {
|
|
2523
|
-
"text": "
|
|
2489
|
+
"text": "SelectEditorParams"
|
|
2524
2490
|
}
|
|
2525
2491
|
}
|
|
2526
2492
|
],
|
|
@@ -2534,7 +2500,7 @@
|
|
|
2534
2500
|
{
|
|
2535
2501
|
"kind": "method",
|
|
2536
2502
|
"name": "focus",
|
|
2537
|
-
"description": "Set focus to the
|
|
2503
|
+
"description": "Set focus to the select"
|
|
2538
2504
|
},
|
|
2539
2505
|
{
|
|
2540
2506
|
"kind": "method",
|
|
@@ -2549,6 +2515,11 @@
|
|
|
2549
2515
|
],
|
|
2550
2516
|
"description": "Process key down events"
|
|
2551
2517
|
},
|
|
2518
|
+
{
|
|
2519
|
+
"kind": "method",
|
|
2520
|
+
"name": "handleChange",
|
|
2521
|
+
"description": "Handle change event"
|
|
2522
|
+
},
|
|
2552
2523
|
{
|
|
2553
2524
|
"kind": "field",
|
|
2554
2525
|
"name": "_presentation",
|
|
@@ -2668,13 +2639,13 @@
|
|
|
2668
2639
|
},
|
|
2669
2640
|
{
|
|
2670
2641
|
"kind": "variable",
|
|
2671
|
-
"name": "
|
|
2642
|
+
"name": "selectEditorStyles",
|
|
2672
2643
|
"default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
|
|
2673
|
-
"description": "Styles for the
|
|
2644
|
+
"description": "Styles for the select editor"
|
|
2674
2645
|
},
|
|
2675
2646
|
{
|
|
2676
2647
|
"kind": "function",
|
|
2677
|
-
"name": "
|
|
2648
|
+
"name": "getSelectEditorTemplate",
|
|
2678
2649
|
"parameters": [
|
|
2679
2650
|
{
|
|
2680
2651
|
"name": "prefix",
|
|
@@ -2682,73 +2653,74 @@
|
|
|
2682
2653
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
2683
2654
|
}
|
|
2684
2655
|
],
|
|
2685
|
-
"description": "Get a Design System prefixed
|
|
2656
|
+
"description": "Get a Design System prefixed Select template.",
|
|
2686
2657
|
"return": {
|
|
2687
2658
|
"type": {
|
|
2688
2659
|
"text": ""
|
|
2689
2660
|
}
|
|
2690
|
-
}
|
|
2661
|
+
},
|
|
2662
|
+
"privacy": "public"
|
|
2691
2663
|
},
|
|
2692
2664
|
{
|
|
2693
2665
|
"kind": "variable",
|
|
2694
|
-
"name": "
|
|
2695
|
-
"description": "Definition for the
|
|
2666
|
+
"name": "foundationSelectEditor",
|
|
2667
|
+
"description": "Definition for the select editor component"
|
|
2696
2668
|
}
|
|
2697
2669
|
],
|
|
2698
2670
|
"exports": [
|
|
2699
2671
|
{
|
|
2700
2672
|
"kind": "js",
|
|
2701
|
-
"name": "
|
|
2673
|
+
"name": "SelectEditor",
|
|
2702
2674
|
"declaration": {
|
|
2703
|
-
"name": "
|
|
2704
|
-
"module": "src/cell-editors/
|
|
2675
|
+
"name": "SelectEditor",
|
|
2676
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
2705
2677
|
}
|
|
2706
2678
|
},
|
|
2707
2679
|
{
|
|
2708
2680
|
"kind": "js",
|
|
2709
|
-
"name": "
|
|
2681
|
+
"name": "selectEditorStyles",
|
|
2710
2682
|
"declaration": {
|
|
2711
|
-
"name": "
|
|
2712
|
-
"module": "src/cell-editors/
|
|
2683
|
+
"name": "selectEditorStyles",
|
|
2684
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
2713
2685
|
}
|
|
2714
2686
|
},
|
|
2715
2687
|
{
|
|
2716
2688
|
"kind": "js",
|
|
2717
|
-
"name": "
|
|
2689
|
+
"name": "getSelectEditorTemplate",
|
|
2718
2690
|
"declaration": {
|
|
2719
|
-
"name": "
|
|
2720
|
-
"module": "src/cell-editors/
|
|
2691
|
+
"name": "getSelectEditorTemplate",
|
|
2692
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
2721
2693
|
}
|
|
2722
2694
|
},
|
|
2723
2695
|
{
|
|
2724
2696
|
"kind": "js",
|
|
2725
|
-
"name": "
|
|
2697
|
+
"name": "foundationSelectEditor",
|
|
2726
2698
|
"declaration": {
|
|
2727
|
-
"name": "
|
|
2728
|
-
"module": "src/cell-editors/
|
|
2699
|
+
"name": "foundationSelectEditor",
|
|
2700
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
2729
2701
|
}
|
|
2730
2702
|
}
|
|
2731
2703
|
]
|
|
2732
2704
|
},
|
|
2733
2705
|
{
|
|
2734
2706
|
"kind": "javascript-module",
|
|
2735
|
-
"path": "src/cell-editors/
|
|
2707
|
+
"path": "src/cell-editors/string.editor.ts",
|
|
2736
2708
|
"declarations": [
|
|
2737
2709
|
{
|
|
2738
2710
|
"kind": "class",
|
|
2739
|
-
"description": "The
|
|
2740
|
-
"name": "
|
|
2711
|
+
"description": "The string editor class for grid-tabulator",
|
|
2712
|
+
"name": "StringEditor",
|
|
2741
2713
|
"members": [
|
|
2742
2714
|
{
|
|
2743
2715
|
"kind": "field",
|
|
2744
2716
|
"name": "params",
|
|
2745
2717
|
"type": {
|
|
2746
|
-
"text": "
|
|
2718
|
+
"text": "StringEditorParams"
|
|
2747
2719
|
}
|
|
2748
2720
|
},
|
|
2749
2721
|
{
|
|
2750
2722
|
"kind": "field",
|
|
2751
|
-
"name": "
|
|
2723
|
+
"name": "textField",
|
|
2752
2724
|
"type": {
|
|
2753
2725
|
"text": "any"
|
|
2754
2726
|
}
|
|
@@ -2760,7 +2732,7 @@
|
|
|
2760
2732
|
{
|
|
2761
2733
|
"name": "params",
|
|
2762
2734
|
"type": {
|
|
2763
|
-
"text": "
|
|
2735
|
+
"text": "StringEditorParams"
|
|
2764
2736
|
}
|
|
2765
2737
|
}
|
|
2766
2738
|
],
|
|
@@ -2774,7 +2746,7 @@
|
|
|
2774
2746
|
{
|
|
2775
2747
|
"kind": "method",
|
|
2776
2748
|
"name": "focus",
|
|
2777
|
-
"description": "Set focus to the
|
|
2749
|
+
"description": "Set focus to the input"
|
|
2778
2750
|
},
|
|
2779
2751
|
{
|
|
2780
2752
|
"kind": "method",
|
|
@@ -2789,11 +2761,6 @@
|
|
|
2789
2761
|
],
|
|
2790
2762
|
"description": "Process key down events"
|
|
2791
2763
|
},
|
|
2792
|
-
{
|
|
2793
|
-
"kind": "method",
|
|
2794
|
-
"name": "handleChange",
|
|
2795
|
-
"description": "Handle change event"
|
|
2796
|
-
},
|
|
2797
2764
|
{
|
|
2798
2765
|
"kind": "field",
|
|
2799
2766
|
"name": "_presentation",
|
|
@@ -2913,13 +2880,13 @@
|
|
|
2913
2880
|
},
|
|
2914
2881
|
{
|
|
2915
2882
|
"kind": "variable",
|
|
2916
|
-
"name": "
|
|
2883
|
+
"name": "stringEditorStyles",
|
|
2917
2884
|
"default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
|
|
2918
|
-
"description": "Styles for the
|
|
2885
|
+
"description": "Styles for the string editor"
|
|
2919
2886
|
},
|
|
2920
2887
|
{
|
|
2921
2888
|
"kind": "function",
|
|
2922
|
-
"name": "
|
|
2889
|
+
"name": "getStringEditorTemplate",
|
|
2923
2890
|
"parameters": [
|
|
2924
2891
|
{
|
|
2925
2892
|
"name": "prefix",
|
|
@@ -2927,459 +2894,890 @@
|
|
|
2927
2894
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
2928
2895
|
}
|
|
2929
2896
|
],
|
|
2930
|
-
"description": "Get a Design System prefixed
|
|
2897
|
+
"description": "Get a Design System prefixed text field template.",
|
|
2931
2898
|
"return": {
|
|
2932
2899
|
"type": {
|
|
2933
2900
|
"text": ""
|
|
2934
2901
|
}
|
|
2935
|
-
}
|
|
2936
|
-
"privacy": "public"
|
|
2902
|
+
}
|
|
2937
2903
|
},
|
|
2938
2904
|
{
|
|
2939
2905
|
"kind": "variable",
|
|
2940
|
-
"name": "
|
|
2941
|
-
"description": "Definition for the
|
|
2906
|
+
"name": "foundationStringEditor",
|
|
2907
|
+
"description": "Definition for the string editor component"
|
|
2942
2908
|
}
|
|
2943
2909
|
],
|
|
2944
2910
|
"exports": [
|
|
2945
2911
|
{
|
|
2946
2912
|
"kind": "js",
|
|
2947
|
-
"name": "
|
|
2913
|
+
"name": "StringEditor",
|
|
2948
2914
|
"declaration": {
|
|
2949
|
-
"name": "
|
|
2950
|
-
"module": "src/cell-editors/
|
|
2915
|
+
"name": "StringEditor",
|
|
2916
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
2951
2917
|
}
|
|
2952
2918
|
},
|
|
2953
2919
|
{
|
|
2954
2920
|
"kind": "js",
|
|
2955
|
-
"name": "
|
|
2921
|
+
"name": "stringEditorStyles",
|
|
2956
2922
|
"declaration": {
|
|
2957
|
-
"name": "
|
|
2958
|
-
"module": "src/cell-editors/
|
|
2923
|
+
"name": "stringEditorStyles",
|
|
2924
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
2959
2925
|
}
|
|
2960
2926
|
},
|
|
2961
2927
|
{
|
|
2962
2928
|
"kind": "js",
|
|
2963
|
-
"name": "
|
|
2929
|
+
"name": "getStringEditorTemplate",
|
|
2964
2930
|
"declaration": {
|
|
2965
|
-
"name": "
|
|
2966
|
-
"module": "src/cell-editors/
|
|
2931
|
+
"name": "getStringEditorTemplate",
|
|
2932
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
2967
2933
|
}
|
|
2968
2934
|
},
|
|
2969
2935
|
{
|
|
2970
2936
|
"kind": "js",
|
|
2971
|
-
"name": "
|
|
2937
|
+
"name": "foundationStringEditor",
|
|
2972
2938
|
"declaration": {
|
|
2973
|
-
"name": "
|
|
2974
|
-
"module": "src/cell-editors/
|
|
2939
|
+
"name": "foundationStringEditor",
|
|
2940
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
2975
2941
|
}
|
|
2976
2942
|
}
|
|
2977
2943
|
]
|
|
2978
2944
|
},
|
|
2979
2945
|
{
|
|
2980
2946
|
"kind": "javascript-module",
|
|
2981
|
-
"path": "src/cell-
|
|
2947
|
+
"path": "src/cell-formatters/action.formatter.ts",
|
|
2982
2948
|
"declarations": [
|
|
2983
2949
|
{
|
|
2984
|
-
"kind": "
|
|
2985
|
-
"
|
|
2986
|
-
"
|
|
2987
|
-
|
|
2988
|
-
|
|
2989
|
-
|
|
2990
|
-
|
|
2991
|
-
|
|
2992
|
-
"text": "StringEditorParams"
|
|
2993
|
-
}
|
|
2994
|
-
},
|
|
2950
|
+
"kind": "function",
|
|
2951
|
+
"name": "actionFormatter",
|
|
2952
|
+
"return": {
|
|
2953
|
+
"type": {
|
|
2954
|
+
"text": ""
|
|
2955
|
+
}
|
|
2956
|
+
},
|
|
2957
|
+
"parameters": [
|
|
2995
2958
|
{
|
|
2996
|
-
"
|
|
2997
|
-
"name": "textField",
|
|
2959
|
+
"name": "cell",
|
|
2998
2960
|
"type": {
|
|
2999
2961
|
"text": "any"
|
|
3000
|
-
}
|
|
3001
|
-
|
|
3002
|
-
{
|
|
3003
|
-
"kind": "method",
|
|
3004
|
-
"name": "init",
|
|
3005
|
-
"parameters": [
|
|
3006
|
-
{
|
|
3007
|
-
"name": "params",
|
|
3008
|
-
"type": {
|
|
3009
|
-
"text": "StringEditorParams"
|
|
3010
|
-
}
|
|
3011
|
-
}
|
|
3012
|
-
],
|
|
3013
|
-
"description": "Initialize the editor with parameters"
|
|
3014
|
-
},
|
|
3015
|
-
{
|
|
3016
|
-
"kind": "method",
|
|
3017
|
-
"name": "getValue",
|
|
3018
|
-
"description": "Get current value"
|
|
2962
|
+
},
|
|
2963
|
+
"description": "The cell component provided by Tabulator"
|
|
3019
2964
|
},
|
|
3020
2965
|
{
|
|
3021
|
-
"
|
|
3022
|
-
"
|
|
3023
|
-
"
|
|
3024
|
-
|
|
2966
|
+
"name": "formatterParams",
|
|
2967
|
+
"default": "{}",
|
|
2968
|
+
"type": {
|
|
2969
|
+
"text": "ActionFormatterParams<T>"
|
|
2970
|
+
},
|
|
2971
|
+
"description": "Action formatter parameters"
|
|
2972
|
+
}
|
|
2973
|
+
],
|
|
2974
|
+
"description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
|
|
2975
|
+
"privacy": "public"
|
|
2976
|
+
}
|
|
2977
|
+
],
|
|
2978
|
+
"exports": [
|
|
2979
|
+
{
|
|
2980
|
+
"kind": "js",
|
|
2981
|
+
"name": "actionFormatter",
|
|
2982
|
+
"declaration": {
|
|
2983
|
+
"name": "actionFormatter",
|
|
2984
|
+
"module": "src/cell-formatters/action.formatter.ts"
|
|
2985
|
+
}
|
|
2986
|
+
}
|
|
2987
|
+
]
|
|
2988
|
+
},
|
|
2989
|
+
{
|
|
2990
|
+
"kind": "javascript-module",
|
|
2991
|
+
"path": "src/cell-formatters/actions-menu.formatter.ts",
|
|
2992
|
+
"declarations": [
|
|
2993
|
+
{
|
|
2994
|
+
"kind": "function",
|
|
2995
|
+
"name": "actionsMenuFormatter",
|
|
2996
|
+
"return": {
|
|
2997
|
+
"type": {
|
|
2998
|
+
"text": ""
|
|
2999
|
+
}
|
|
3000
|
+
},
|
|
3001
|
+
"parameters": [
|
|
3025
3002
|
{
|
|
3026
|
-
"
|
|
3027
|
-
"
|
|
3028
|
-
|
|
3029
|
-
|
|
3030
|
-
|
|
3031
|
-
"type": {
|
|
3032
|
-
"text": "KeyboardEvent"
|
|
3033
|
-
}
|
|
3034
|
-
}
|
|
3035
|
-
],
|
|
3036
|
-
"description": "Process key down events"
|
|
3003
|
+
"name": "cell",
|
|
3004
|
+
"type": {
|
|
3005
|
+
"text": "any"
|
|
3006
|
+
},
|
|
3007
|
+
"description": "The cell component provided by Tabulator"
|
|
3037
3008
|
},
|
|
3038
3009
|
{
|
|
3039
|
-
"
|
|
3040
|
-
"
|
|
3010
|
+
"name": "formatterParams",
|
|
3011
|
+
"default": "{}",
|
|
3041
3012
|
"type": {
|
|
3042
|
-
"text": "
|
|
3013
|
+
"text": "ActionsMenuFormatterParams<T>"
|
|
3043
3014
|
},
|
|
3044
|
-
"
|
|
3045
|
-
|
|
3046
|
-
|
|
3047
|
-
|
|
3048
|
-
|
|
3049
|
-
|
|
3050
|
-
|
|
3015
|
+
"description": "Actions menu formatter parameters"
|
|
3016
|
+
}
|
|
3017
|
+
],
|
|
3018
|
+
"description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
|
|
3019
|
+
"privacy": "public"
|
|
3020
|
+
}
|
|
3021
|
+
],
|
|
3022
|
+
"exports": [
|
|
3023
|
+
{
|
|
3024
|
+
"kind": "js",
|
|
3025
|
+
"name": "actionsMenuFormatter",
|
|
3026
|
+
"declaration": {
|
|
3027
|
+
"name": "actionsMenuFormatter",
|
|
3028
|
+
"module": "src/cell-formatters/actions-menu.formatter.ts"
|
|
3029
|
+
}
|
|
3030
|
+
}
|
|
3031
|
+
]
|
|
3032
|
+
},
|
|
3033
|
+
{
|
|
3034
|
+
"kind": "javascript-module",
|
|
3035
|
+
"path": "src/cell-formatters/boolean.formatter.ts",
|
|
3036
|
+
"declarations": [
|
|
3037
|
+
{
|
|
3038
|
+
"kind": "function",
|
|
3039
|
+
"name": "booleanFormatter",
|
|
3040
|
+
"return": {
|
|
3041
|
+
"type": {
|
|
3042
|
+
"text": ""
|
|
3043
|
+
}
|
|
3044
|
+
},
|
|
3045
|
+
"parameters": [
|
|
3051
3046
|
{
|
|
3052
|
-
"
|
|
3053
|
-
"name": "$presentation",
|
|
3047
|
+
"name": "cell",
|
|
3054
3048
|
"type": {
|
|
3055
|
-
"text": "
|
|
3049
|
+
"text": "any"
|
|
3056
3050
|
},
|
|
3057
|
-
"
|
|
3058
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3059
|
-
"inheritedFrom": {
|
|
3060
|
-
"name": "FoundationElement",
|
|
3061
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3062
|
-
}
|
|
3051
|
+
"description": "The cell component provided by Tabulator"
|
|
3063
3052
|
},
|
|
3064
3053
|
{
|
|
3065
|
-
"
|
|
3066
|
-
"
|
|
3054
|
+
"name": "formatterParams",
|
|
3055
|
+
"default": "{}",
|
|
3067
3056
|
"type": {
|
|
3068
|
-
"text": "
|
|
3057
|
+
"text": "BooleanFormatterParams<T>"
|
|
3069
3058
|
},
|
|
3070
|
-
"
|
|
3071
|
-
|
|
3072
|
-
|
|
3073
|
-
|
|
3074
|
-
|
|
3075
|
-
|
|
3076
|
-
|
|
3059
|
+
"description": "Boolean formatter parameters"
|
|
3060
|
+
}
|
|
3061
|
+
],
|
|
3062
|
+
"description": "Formatter that displays boolean values using a checkbox component.\nStyled to match grid-pro boolean renderer.",
|
|
3063
|
+
"privacy": "public"
|
|
3064
|
+
}
|
|
3065
|
+
],
|
|
3066
|
+
"exports": [
|
|
3067
|
+
{
|
|
3068
|
+
"kind": "js",
|
|
3069
|
+
"name": "booleanFormatter",
|
|
3070
|
+
"declaration": {
|
|
3071
|
+
"name": "booleanFormatter",
|
|
3072
|
+
"module": "src/cell-formatters/boolean.formatter.ts"
|
|
3073
|
+
}
|
|
3074
|
+
}
|
|
3075
|
+
]
|
|
3076
|
+
},
|
|
3077
|
+
{
|
|
3078
|
+
"kind": "javascript-module",
|
|
3079
|
+
"path": "src/cell-formatters/constants.ts",
|
|
3080
|
+
"declarations": [],
|
|
3081
|
+
"exports": []
|
|
3082
|
+
},
|
|
3083
|
+
{
|
|
3084
|
+
"kind": "javascript-module",
|
|
3085
|
+
"path": "src/cell-formatters/editable.formatter.ts",
|
|
3086
|
+
"declarations": [
|
|
3087
|
+
{
|
|
3088
|
+
"kind": "function",
|
|
3089
|
+
"name": "editableFormatter",
|
|
3090
|
+
"return": {
|
|
3091
|
+
"type": {
|
|
3092
|
+
"text": ""
|
|
3093
|
+
}
|
|
3094
|
+
},
|
|
3095
|
+
"parameters": [
|
|
3077
3096
|
{
|
|
3078
|
-
"
|
|
3079
|
-
"
|
|
3080
|
-
|
|
3081
|
-
"return": {
|
|
3082
|
-
"type": {
|
|
3083
|
-
"text": "void"
|
|
3084
|
-
}
|
|
3097
|
+
"name": "cell",
|
|
3098
|
+
"type": {
|
|
3099
|
+
"text": "any"
|
|
3085
3100
|
},
|
|
3086
|
-
"
|
|
3087
|
-
"name": "FoundationElement",
|
|
3088
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3089
|
-
}
|
|
3101
|
+
"description": "The cell component provided by Tabulator"
|
|
3090
3102
|
},
|
|
3091
3103
|
{
|
|
3092
|
-
"
|
|
3093
|
-
"
|
|
3104
|
+
"name": "formatterParams",
|
|
3105
|
+
"default": "{}",
|
|
3094
3106
|
"type": {
|
|
3095
|
-
"text": "
|
|
3107
|
+
"text": "EditableFormatterParams<T>"
|
|
3096
3108
|
},
|
|
3097
|
-
"
|
|
3098
|
-
"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.",
|
|
3099
|
-
"inheritedFrom": {
|
|
3100
|
-
"name": "FoundationElement",
|
|
3101
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3102
|
-
}
|
|
3103
|
-
},
|
|
3104
|
-
{
|
|
3105
|
-
"kind": "method",
|
|
3106
|
-
"name": "stylesChanged",
|
|
3107
|
-
"privacy": "protected",
|
|
3108
|
-
"return": {
|
|
3109
|
-
"type": {
|
|
3110
|
-
"text": "void"
|
|
3111
|
-
}
|
|
3112
|
-
},
|
|
3113
|
-
"inheritedFrom": {
|
|
3114
|
-
"name": "FoundationElement",
|
|
3115
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3116
|
-
}
|
|
3117
|
-
},
|
|
3118
|
-
{
|
|
3119
|
-
"kind": "method",
|
|
3120
|
-
"name": "compose",
|
|
3121
|
-
"privacy": "public",
|
|
3122
|
-
"static": true,
|
|
3123
|
-
"return": {
|
|
3124
|
-
"type": {
|
|
3125
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3126
|
-
}
|
|
3127
|
-
},
|
|
3128
|
-
"parameters": [
|
|
3129
|
-
{
|
|
3130
|
-
"name": "this",
|
|
3131
|
-
"type": {
|
|
3132
|
-
"text": "K"
|
|
3133
|
-
}
|
|
3134
|
-
},
|
|
3135
|
-
{
|
|
3136
|
-
"name": "elementDefinition",
|
|
3137
|
-
"type": {
|
|
3138
|
-
"text": "T"
|
|
3139
|
-
},
|
|
3140
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
3141
|
-
}
|
|
3142
|
-
],
|
|
3143
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3144
|
-
"inheritedFrom": {
|
|
3145
|
-
"name": "FoundationElement",
|
|
3146
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3147
|
-
}
|
|
3109
|
+
"description": "Editable formatter parameters"
|
|
3148
3110
|
}
|
|
3149
3111
|
],
|
|
3150
|
-
"
|
|
3151
|
-
|
|
3152
|
-
|
|
3112
|
+
"description": "Formatter that displays an editable cell with validation state",
|
|
3113
|
+
"privacy": "public"
|
|
3114
|
+
}
|
|
3115
|
+
],
|
|
3116
|
+
"exports": [
|
|
3117
|
+
{
|
|
3118
|
+
"kind": "js",
|
|
3119
|
+
"name": "editableFormatter",
|
|
3120
|
+
"declaration": {
|
|
3121
|
+
"name": "editableFormatter",
|
|
3122
|
+
"module": "src/cell-formatters/editable.formatter.ts"
|
|
3153
3123
|
}
|
|
3154
|
-
}
|
|
3124
|
+
}
|
|
3125
|
+
]
|
|
3126
|
+
},
|
|
3127
|
+
{
|
|
3128
|
+
"kind": "javascript-module",
|
|
3129
|
+
"path": "src/cell-formatters/index.ts",
|
|
3130
|
+
"declarations": [
|
|
3155
3131
|
{
|
|
3156
3132
|
"kind": "variable",
|
|
3157
|
-
"name": "
|
|
3158
|
-
"
|
|
3159
|
-
|
|
3133
|
+
"name": "formatters",
|
|
3134
|
+
"type": {
|
|
3135
|
+
"text": "object"
|
|
3136
|
+
},
|
|
3137
|
+
"default": "{\n action: actionFormatter,\n actionsMenu: actionsMenuFormatter,\n boolean: booleanFormatter,\n editable: editableFormatter,\n select: selectFormatter,\n text: textFormatter,\n}",
|
|
3138
|
+
"description": "Zero formatters for Tabulator grid"
|
|
3139
|
+
}
|
|
3140
|
+
],
|
|
3141
|
+
"exports": [
|
|
3142
|
+
{
|
|
3143
|
+
"kind": "js",
|
|
3144
|
+
"name": "*",
|
|
3145
|
+
"declaration": {
|
|
3146
|
+
"name": "*",
|
|
3147
|
+
"package": "./constants"
|
|
3148
|
+
}
|
|
3160
3149
|
},
|
|
3161
3150
|
{
|
|
3162
|
-
"kind": "
|
|
3163
|
-
"name": "
|
|
3164
|
-
"
|
|
3165
|
-
|
|
3166
|
-
|
|
3167
|
-
"default": "'foundation'",
|
|
3168
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
3169
|
-
}
|
|
3170
|
-
],
|
|
3171
|
-
"description": "Get a Design System prefixed text field template.",
|
|
3172
|
-
"return": {
|
|
3173
|
-
"type": {
|
|
3174
|
-
"text": ""
|
|
3175
|
-
}
|
|
3151
|
+
"kind": "js",
|
|
3152
|
+
"name": "ActionFormatterParams",
|
|
3153
|
+
"declaration": {
|
|
3154
|
+
"name": "ActionFormatterParams",
|
|
3155
|
+
"module": "src/cell-formatters/index.ts"
|
|
3176
3156
|
}
|
|
3177
3157
|
},
|
|
3178
3158
|
{
|
|
3179
|
-
"kind": "
|
|
3180
|
-
"name": "
|
|
3181
|
-
"
|
|
3182
|
-
|
|
3183
|
-
|
|
3184
|
-
|
|
3159
|
+
"kind": "js",
|
|
3160
|
+
"name": "actionFormatter",
|
|
3161
|
+
"declaration": {
|
|
3162
|
+
"name": "actionFormatter",
|
|
3163
|
+
"module": "src/cell-formatters/index.ts"
|
|
3164
|
+
}
|
|
3165
|
+
},
|
|
3185
3166
|
{
|
|
3186
3167
|
"kind": "js",
|
|
3187
|
-
"name": "
|
|
3168
|
+
"name": "ActionsMenuFormatterParams",
|
|
3188
3169
|
"declaration": {
|
|
3189
|
-
"name": "
|
|
3190
|
-
"module": "src/cell-
|
|
3170
|
+
"name": "ActionsMenuFormatterParams",
|
|
3171
|
+
"module": "src/cell-formatters/index.ts"
|
|
3191
3172
|
}
|
|
3192
3173
|
},
|
|
3193
3174
|
{
|
|
3194
3175
|
"kind": "js",
|
|
3195
|
-
"name": "
|
|
3176
|
+
"name": "actionsMenuFormatter",
|
|
3196
3177
|
"declaration": {
|
|
3197
|
-
"name": "
|
|
3198
|
-
"module": "src/cell-
|
|
3178
|
+
"name": "actionsMenuFormatter",
|
|
3179
|
+
"module": "src/cell-formatters/index.ts"
|
|
3199
3180
|
}
|
|
3200
3181
|
},
|
|
3201
3182
|
{
|
|
3202
3183
|
"kind": "js",
|
|
3203
|
-
"name": "
|
|
3184
|
+
"name": "BooleanFormatterParams",
|
|
3204
3185
|
"declaration": {
|
|
3205
|
-
"name": "
|
|
3206
|
-
"module": "src/cell-
|
|
3186
|
+
"name": "BooleanFormatterParams",
|
|
3187
|
+
"module": "src/cell-formatters/index.ts"
|
|
3207
3188
|
}
|
|
3208
3189
|
},
|
|
3209
3190
|
{
|
|
3210
3191
|
"kind": "js",
|
|
3211
|
-
"name": "
|
|
3192
|
+
"name": "booleanFormatter",
|
|
3212
3193
|
"declaration": {
|
|
3213
|
-
"name": "
|
|
3214
|
-
"module": "src/cell-
|
|
3194
|
+
"name": "booleanFormatter",
|
|
3195
|
+
"module": "src/cell-formatters/index.ts"
|
|
3196
|
+
}
|
|
3197
|
+
},
|
|
3198
|
+
{
|
|
3199
|
+
"kind": "js",
|
|
3200
|
+
"name": "EditableFormatterParams",
|
|
3201
|
+
"declaration": {
|
|
3202
|
+
"name": "EditableFormatterParams",
|
|
3203
|
+
"module": "src/cell-formatters/index.ts"
|
|
3204
|
+
}
|
|
3205
|
+
},
|
|
3206
|
+
{
|
|
3207
|
+
"kind": "js",
|
|
3208
|
+
"name": "editableFormatter",
|
|
3209
|
+
"declaration": {
|
|
3210
|
+
"name": "editableFormatter",
|
|
3211
|
+
"module": "src/cell-formatters/index.ts"
|
|
3212
|
+
}
|
|
3213
|
+
},
|
|
3214
|
+
{
|
|
3215
|
+
"kind": "js",
|
|
3216
|
+
"name": "SelectFormatterParams",
|
|
3217
|
+
"declaration": {
|
|
3218
|
+
"name": "SelectFormatterParams",
|
|
3219
|
+
"module": "src/cell-formatters/index.ts"
|
|
3220
|
+
}
|
|
3221
|
+
},
|
|
3222
|
+
{
|
|
3223
|
+
"kind": "js",
|
|
3224
|
+
"name": "selectFormatter",
|
|
3225
|
+
"declaration": {
|
|
3226
|
+
"name": "selectFormatter",
|
|
3227
|
+
"module": "src/cell-formatters/index.ts"
|
|
3228
|
+
}
|
|
3229
|
+
},
|
|
3230
|
+
{
|
|
3231
|
+
"kind": "js",
|
|
3232
|
+
"name": "TextFormatterParams",
|
|
3233
|
+
"declaration": {
|
|
3234
|
+
"name": "TextFormatterParams",
|
|
3235
|
+
"module": "src/cell-formatters/index.ts"
|
|
3236
|
+
}
|
|
3237
|
+
},
|
|
3238
|
+
{
|
|
3239
|
+
"kind": "js",
|
|
3240
|
+
"name": "textFormatter",
|
|
3241
|
+
"declaration": {
|
|
3242
|
+
"name": "textFormatter",
|
|
3243
|
+
"module": "src/cell-formatters/index.ts"
|
|
3244
|
+
}
|
|
3245
|
+
},
|
|
3246
|
+
{
|
|
3247
|
+
"kind": "js",
|
|
3248
|
+
"name": "formatters",
|
|
3249
|
+
"declaration": {
|
|
3250
|
+
"name": "formatters",
|
|
3251
|
+
"module": "src/cell-formatters/index.ts"
|
|
3215
3252
|
}
|
|
3216
3253
|
}
|
|
3217
3254
|
]
|
|
3218
3255
|
},
|
|
3219
3256
|
{
|
|
3220
3257
|
"kind": "javascript-module",
|
|
3221
|
-
"path": "src/
|
|
3258
|
+
"path": "src/cell-formatters/select.formatter.ts",
|
|
3222
3259
|
"declarations": [
|
|
3223
3260
|
{
|
|
3224
|
-
"kind": "
|
|
3225
|
-
"name": "
|
|
3226
|
-
"
|
|
3227
|
-
"
|
|
3228
|
-
|
|
3229
|
-
|
|
3230
|
-
"description": "Delimiter for criteria in the datasource"
|
|
3231
|
-
},
|
|
3232
|
-
{
|
|
3233
|
-
"kind": "variable",
|
|
3234
|
-
"name": "criteriaJoin",
|
|
3235
|
-
"type": {
|
|
3236
|
-
"text": "string"
|
|
3261
|
+
"kind": "function",
|
|
3262
|
+
"name": "selectFormatter",
|
|
3263
|
+
"return": {
|
|
3264
|
+
"type": {
|
|
3265
|
+
"text": ""
|
|
3266
|
+
}
|
|
3237
3267
|
},
|
|
3238
|
-
"
|
|
3239
|
-
"description": "Join operator for criteria in the datasource"
|
|
3240
|
-
},
|
|
3241
|
-
{
|
|
3242
|
-
"kind": "class",
|
|
3243
|
-
"description": "The Genesis Datasource element, for client-side data fetching and used exclusively by the GridTabulator element.",
|
|
3244
|
-
"name": "GridTabulatorClientSideDatasource",
|
|
3245
|
-
"members": [
|
|
3246
|
-
{
|
|
3247
|
-
"kind": "field",
|
|
3248
|
-
"name": "auth",
|
|
3249
|
-
"type": {
|
|
3250
|
-
"text": "Auth"
|
|
3251
|
-
}
|
|
3252
|
-
},
|
|
3268
|
+
"parameters": [
|
|
3253
3269
|
{
|
|
3254
|
-
"
|
|
3255
|
-
"name": "connect",
|
|
3270
|
+
"name": "cell",
|
|
3256
3271
|
"type": {
|
|
3257
|
-
"text": "
|
|
3258
|
-
}
|
|
3272
|
+
"text": "any"
|
|
3273
|
+
},
|
|
3274
|
+
"description": "The cell component provided by Tabulator"
|
|
3259
3275
|
},
|
|
3260
3276
|
{
|
|
3261
|
-
"
|
|
3262
|
-
"name": "datasource",
|
|
3277
|
+
"name": "formatterParams",
|
|
3263
3278
|
"type": {
|
|
3264
|
-
"text": "
|
|
3265
|
-
}
|
|
3266
|
-
|
|
3267
|
-
|
|
3268
|
-
|
|
3269
|
-
|
|
3279
|
+
"text": "SelectFormatterParams<T>"
|
|
3280
|
+
},
|
|
3281
|
+
"description": "Select formatter parameters"
|
|
3282
|
+
}
|
|
3283
|
+
],
|
|
3284
|
+
"description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
|
|
3285
|
+
"privacy": "public"
|
|
3286
|
+
}
|
|
3287
|
+
],
|
|
3288
|
+
"exports": [
|
|
3289
|
+
{
|
|
3290
|
+
"kind": "js",
|
|
3291
|
+
"name": "selectFormatter",
|
|
3292
|
+
"declaration": {
|
|
3293
|
+
"name": "selectFormatter",
|
|
3294
|
+
"module": "src/cell-formatters/select.formatter.ts"
|
|
3295
|
+
}
|
|
3296
|
+
}
|
|
3297
|
+
]
|
|
3298
|
+
},
|
|
3299
|
+
{
|
|
3300
|
+
"kind": "javascript-module",
|
|
3301
|
+
"path": "src/cell-formatters/text.formatter.ts",
|
|
3302
|
+
"declarations": [
|
|
3303
|
+
{
|
|
3304
|
+
"kind": "function",
|
|
3305
|
+
"name": "textFormatter",
|
|
3306
|
+
"return": {
|
|
3307
|
+
"type": {
|
|
3308
|
+
"text": ""
|
|
3309
|
+
}
|
|
3310
|
+
},
|
|
3311
|
+
"parameters": [
|
|
3312
|
+
{
|
|
3313
|
+
"name": "cell",
|
|
3270
3314
|
"type": {
|
|
3271
|
-
"text": "
|
|
3272
|
-
}
|
|
3315
|
+
"text": "any"
|
|
3316
|
+
},
|
|
3317
|
+
"description": "The cell component provided by Tabulator"
|
|
3273
3318
|
},
|
|
3319
|
+
{
|
|
3320
|
+
"name": "formatterParams",
|
|
3321
|
+
"default": "{}",
|
|
3322
|
+
"type": {
|
|
3323
|
+
"text": "TextFormatterParams<T>"
|
|
3324
|
+
},
|
|
3325
|
+
"description": "Text formatter parameters"
|
|
3326
|
+
}
|
|
3327
|
+
],
|
|
3328
|
+
"description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
|
|
3329
|
+
"privacy": "public"
|
|
3330
|
+
}
|
|
3331
|
+
],
|
|
3332
|
+
"exports": [
|
|
3333
|
+
{
|
|
3334
|
+
"kind": "js",
|
|
3335
|
+
"name": "textFormatter",
|
|
3336
|
+
"declaration": {
|
|
3337
|
+
"name": "textFormatter",
|
|
3338
|
+
"module": "src/cell-formatters/text.formatter.ts"
|
|
3339
|
+
}
|
|
3340
|
+
}
|
|
3341
|
+
]
|
|
3342
|
+
},
|
|
3343
|
+
{
|
|
3344
|
+
"kind": "javascript-module",
|
|
3345
|
+
"path": "src/column/column.ts",
|
|
3346
|
+
"declarations": [
|
|
3347
|
+
{
|
|
3348
|
+
"kind": "class",
|
|
3349
|
+
"description": "The GridTabulator Column element.",
|
|
3350
|
+
"name": "GridTabulatorColumn",
|
|
3351
|
+
"members": [
|
|
3274
3352
|
{
|
|
3275
3353
|
"kind": "field",
|
|
3276
|
-
"name": "
|
|
3354
|
+
"name": "slottedCell",
|
|
3277
3355
|
"type": {
|
|
3278
|
-
"text": "
|
|
3356
|
+
"text": "HTMLElement[]"
|
|
3279
3357
|
},
|
|
3280
|
-
"
|
|
3281
|
-
"description": "Allows storing column layouts between datasource initializations"
|
|
3358
|
+
"privacy": "public"
|
|
3282
3359
|
},
|
|
3283
3360
|
{
|
|
3284
3361
|
"kind": "field",
|
|
3285
|
-
"name": "
|
|
3362
|
+
"name": "definition",
|
|
3286
3363
|
"type": {
|
|
3287
|
-
"text": "
|
|
3364
|
+
"text": "Partial<ColumnDefinition>"
|
|
3365
|
+
},
|
|
3366
|
+
"default": "{}"
|
|
3367
|
+
},
|
|
3368
|
+
{
|
|
3369
|
+
"kind": "method",
|
|
3370
|
+
"name": "slottedCellChanged",
|
|
3371
|
+
"privacy": "public"
|
|
3372
|
+
},
|
|
3373
|
+
{
|
|
3374
|
+
"kind": "method",
|
|
3375
|
+
"name": "deepClone",
|
|
3376
|
+
"return": {
|
|
3377
|
+
"type": {
|
|
3378
|
+
"text": "Node"
|
|
3379
|
+
}
|
|
3380
|
+
},
|
|
3381
|
+
"inheritedFrom": {
|
|
3382
|
+
"name": "LifecycleMixin",
|
|
3383
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3288
3384
|
}
|
|
3289
3385
|
},
|
|
3290
3386
|
{
|
|
3291
3387
|
"kind": "method",
|
|
3292
|
-
"name": "
|
|
3388
|
+
"name": "cloneNode",
|
|
3389
|
+
"return": {
|
|
3390
|
+
"type": {
|
|
3391
|
+
"text": "Node"
|
|
3392
|
+
}
|
|
3393
|
+
},
|
|
3293
3394
|
"parameters": [
|
|
3294
3395
|
{
|
|
3295
|
-
"name": "
|
|
3296
|
-
"
|
|
3297
|
-
"text": "string"
|
|
3298
|
-
}
|
|
3299
|
-
},
|
|
3300
|
-
{
|
|
3301
|
-
"name": "newCriteria",
|
|
3396
|
+
"name": "deep",
|
|
3397
|
+
"optional": true,
|
|
3302
3398
|
"type": {
|
|
3303
|
-
"text": "
|
|
3399
|
+
"text": "boolean"
|
|
3304
3400
|
}
|
|
3305
3401
|
}
|
|
3306
|
-
]
|
|
3402
|
+
],
|
|
3403
|
+
"inheritedFrom": {
|
|
3404
|
+
"name": "LifecycleMixin",
|
|
3405
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3406
|
+
}
|
|
3307
3407
|
},
|
|
3308
3408
|
{
|
|
3309
3409
|
"kind": "field",
|
|
3310
|
-
"name": "
|
|
3311
|
-
"
|
|
3312
|
-
"
|
|
3410
|
+
"name": "shouldRunDisconnect",
|
|
3411
|
+
"return": {
|
|
3412
|
+
"type": {
|
|
3413
|
+
"text": ""
|
|
3414
|
+
}
|
|
3415
|
+
},
|
|
3416
|
+
"readonly": true,
|
|
3417
|
+
"inheritedFrom": {
|
|
3418
|
+
"name": "LifecycleMixin",
|
|
3419
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3313
3420
|
}
|
|
3314
3421
|
},
|
|
3315
3422
|
{
|
|
3316
3423
|
"kind": "field",
|
|
3317
|
-
"name": "
|
|
3318
|
-
"
|
|
3319
|
-
"
|
|
3424
|
+
"name": "shouldRunConnect",
|
|
3425
|
+
"return": {
|
|
3426
|
+
"type": {
|
|
3427
|
+
"text": ""
|
|
3428
|
+
}
|
|
3320
3429
|
},
|
|
3321
|
-
"
|
|
3430
|
+
"readonly": true,
|
|
3431
|
+
"inheritedFrom": {
|
|
3432
|
+
"name": "LifecycleMixin",
|
|
3433
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3434
|
+
}
|
|
3322
3435
|
},
|
|
3323
3436
|
{
|
|
3324
|
-
"kind": "
|
|
3325
|
-
"name": "
|
|
3326
|
-
"
|
|
3327
|
-
"
|
|
3437
|
+
"kind": "method",
|
|
3438
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
3439
|
+
"return": {
|
|
3440
|
+
"type": {
|
|
3441
|
+
"text": "boolean"
|
|
3442
|
+
}
|
|
3443
|
+
},
|
|
3444
|
+
"parameters": [
|
|
3445
|
+
{
|
|
3446
|
+
"name": "lifecycleType",
|
|
3447
|
+
"type": {
|
|
3448
|
+
"text": "Lifecycletype"
|
|
3449
|
+
}
|
|
3450
|
+
}
|
|
3451
|
+
],
|
|
3452
|
+
"inheritedFrom": {
|
|
3453
|
+
"name": "LifecycleMixin",
|
|
3454
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3328
3455
|
}
|
|
3329
3456
|
},
|
|
3330
3457
|
{
|
|
3331
3458
|
"kind": "field",
|
|
3332
|
-
"name": "
|
|
3459
|
+
"name": "_presentation",
|
|
3333
3460
|
"type": {
|
|
3334
|
-
"text": "
|
|
3461
|
+
"text": "ComponentPresentation | null | undefined"
|
|
3462
|
+
},
|
|
3463
|
+
"privacy": "private",
|
|
3464
|
+
"default": "void 0",
|
|
3465
|
+
"inheritedFrom": {
|
|
3466
|
+
"name": "FoundationElement",
|
|
3467
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3335
3468
|
}
|
|
3336
3469
|
},
|
|
3337
3470
|
{
|
|
3338
3471
|
"kind": "field",
|
|
3339
|
-
"name": "
|
|
3472
|
+
"name": "$presentation",
|
|
3340
3473
|
"type": {
|
|
3341
|
-
"text": "
|
|
3474
|
+
"text": "ComponentPresentation | null"
|
|
3475
|
+
},
|
|
3476
|
+
"privacy": "public",
|
|
3477
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3478
|
+
"inheritedFrom": {
|
|
3479
|
+
"name": "FoundationElement",
|
|
3480
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3342
3481
|
}
|
|
3343
3482
|
},
|
|
3344
3483
|
{
|
|
3345
3484
|
"kind": "field",
|
|
3346
|
-
"name": "
|
|
3485
|
+
"name": "template",
|
|
3347
3486
|
"type": {
|
|
3348
|
-
"text": "
|
|
3487
|
+
"text": "ElementViewTemplate | void | null"
|
|
3349
3488
|
},
|
|
3350
|
-
"
|
|
3489
|
+
"privacy": "public",
|
|
3490
|
+
"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.",
|
|
3491
|
+
"inheritedFrom": {
|
|
3492
|
+
"name": "FoundationElement",
|
|
3493
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3494
|
+
}
|
|
3351
3495
|
},
|
|
3352
3496
|
{
|
|
3353
|
-
"kind": "
|
|
3354
|
-
"name": "
|
|
3355
|
-
"
|
|
3356
|
-
|
|
3497
|
+
"kind": "method",
|
|
3498
|
+
"name": "templateChanged",
|
|
3499
|
+
"privacy": "protected",
|
|
3500
|
+
"return": {
|
|
3501
|
+
"type": {
|
|
3502
|
+
"text": "void"
|
|
3503
|
+
}
|
|
3504
|
+
},
|
|
3505
|
+
"inheritedFrom": {
|
|
3506
|
+
"name": "FoundationElement",
|
|
3507
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3357
3508
|
}
|
|
3358
3509
|
},
|
|
3359
3510
|
{
|
|
3360
3511
|
"kind": "field",
|
|
3361
|
-
"name": "
|
|
3512
|
+
"name": "styles",
|
|
3362
3513
|
"type": {
|
|
3363
|
-
"text": "
|
|
3514
|
+
"text": "ElementStyles | void | null"
|
|
3515
|
+
},
|
|
3516
|
+
"privacy": "public",
|
|
3517
|
+
"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.",
|
|
3518
|
+
"inheritedFrom": {
|
|
3519
|
+
"name": "FoundationElement",
|
|
3520
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3364
3521
|
}
|
|
3365
3522
|
},
|
|
3366
3523
|
{
|
|
3367
|
-
"kind": "
|
|
3368
|
-
"name": "
|
|
3369
|
-
"
|
|
3370
|
-
|
|
3524
|
+
"kind": "method",
|
|
3525
|
+
"name": "stylesChanged",
|
|
3526
|
+
"privacy": "protected",
|
|
3527
|
+
"return": {
|
|
3528
|
+
"type": {
|
|
3529
|
+
"text": "void"
|
|
3530
|
+
}
|
|
3531
|
+
},
|
|
3532
|
+
"inheritedFrom": {
|
|
3533
|
+
"name": "FoundationElement",
|
|
3534
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3371
3535
|
}
|
|
3372
3536
|
},
|
|
3373
3537
|
{
|
|
3374
3538
|
"kind": "method",
|
|
3375
|
-
"name": "
|
|
3376
|
-
"
|
|
3377
|
-
|
|
3378
|
-
|
|
3379
|
-
|
|
3380
|
-
|
|
3381
|
-
|
|
3382
|
-
|
|
3539
|
+
"name": "compose",
|
|
3540
|
+
"privacy": "public",
|
|
3541
|
+
"static": true,
|
|
3542
|
+
"return": {
|
|
3543
|
+
"type": {
|
|
3544
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3545
|
+
}
|
|
3546
|
+
},
|
|
3547
|
+
"parameters": [
|
|
3548
|
+
{
|
|
3549
|
+
"name": "this",
|
|
3550
|
+
"type": {
|
|
3551
|
+
"text": "K"
|
|
3552
|
+
}
|
|
3553
|
+
},
|
|
3554
|
+
{
|
|
3555
|
+
"name": "elementDefinition",
|
|
3556
|
+
"type": {
|
|
3557
|
+
"text": "T"
|
|
3558
|
+
},
|
|
3559
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
3560
|
+
}
|
|
3561
|
+
],
|
|
3562
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3563
|
+
"inheritedFrom": {
|
|
3564
|
+
"name": "FoundationElement",
|
|
3565
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3566
|
+
}
|
|
3567
|
+
}
|
|
3568
|
+
],
|
|
3569
|
+
"mixins": [
|
|
3570
|
+
{
|
|
3571
|
+
"name": "LifecycleMixin",
|
|
3572
|
+
"package": "@genesislcap/foundation-utils"
|
|
3573
|
+
}
|
|
3574
|
+
],
|
|
3575
|
+
"superclass": {
|
|
3576
|
+
"name": "FoundationElement",
|
|
3577
|
+
"package": "@microsoft/fast-foundation"
|
|
3578
|
+
},
|
|
3579
|
+
"tagName": "grid-tabulator-column",
|
|
3580
|
+
"customElement": true
|
|
3581
|
+
}
|
|
3582
|
+
],
|
|
3583
|
+
"exports": [
|
|
3584
|
+
{
|
|
3585
|
+
"kind": "js",
|
|
3586
|
+
"name": "GridTabulatorColumn",
|
|
3587
|
+
"declaration": {
|
|
3588
|
+
"name": "GridTabulatorColumn",
|
|
3589
|
+
"module": "src/column/column.ts"
|
|
3590
|
+
}
|
|
3591
|
+
},
|
|
3592
|
+
{
|
|
3593
|
+
"kind": "custom-element-definition",
|
|
3594
|
+
"name": "grid-tabulator-column",
|
|
3595
|
+
"declaration": {
|
|
3596
|
+
"name": "GridTabulatorColumn",
|
|
3597
|
+
"module": "src/column/column.ts"
|
|
3598
|
+
}
|
|
3599
|
+
}
|
|
3600
|
+
]
|
|
3601
|
+
},
|
|
3602
|
+
{
|
|
3603
|
+
"kind": "javascript-module",
|
|
3604
|
+
"path": "src/column/index.ts",
|
|
3605
|
+
"declarations": [],
|
|
3606
|
+
"exports": [
|
|
3607
|
+
{
|
|
3608
|
+
"kind": "js",
|
|
3609
|
+
"name": "*",
|
|
3610
|
+
"declaration": {
|
|
3611
|
+
"name": "*",
|
|
3612
|
+
"package": "./column"
|
|
3613
|
+
}
|
|
3614
|
+
}
|
|
3615
|
+
]
|
|
3616
|
+
},
|
|
3617
|
+
{
|
|
3618
|
+
"kind": "javascript-module",
|
|
3619
|
+
"path": "src/datasource/client-side.datasource.ts",
|
|
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
|
+
},
|
|
3639
|
+
{
|
|
3640
|
+
"kind": "class",
|
|
3641
|
+
"description": "The Genesis Datasource element, for client-side data fetching and used exclusively by the GridTabulator element.",
|
|
3642
|
+
"name": "GridTabulatorClientSideDatasource",
|
|
3643
|
+
"members": [
|
|
3644
|
+
{
|
|
3645
|
+
"kind": "field",
|
|
3646
|
+
"name": "auth",
|
|
3647
|
+
"type": {
|
|
3648
|
+
"text": "Auth"
|
|
3649
|
+
}
|
|
3650
|
+
},
|
|
3651
|
+
{
|
|
3652
|
+
"kind": "field",
|
|
3653
|
+
"name": "connect",
|
|
3654
|
+
"type": {
|
|
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"
|
|
3686
|
+
}
|
|
3687
|
+
},
|
|
3688
|
+
{
|
|
3689
|
+
"kind": "method",
|
|
3690
|
+
"name": "criteriaChanged",
|
|
3691
|
+
"parameters": [
|
|
3692
|
+
{
|
|
3693
|
+
"name": "oldCriteria",
|
|
3694
|
+
"type": {
|
|
3695
|
+
"text": "string"
|
|
3696
|
+
}
|
|
3697
|
+
},
|
|
3698
|
+
{
|
|
3699
|
+
"name": "newCriteria",
|
|
3700
|
+
"type": {
|
|
3701
|
+
"text": "string"
|
|
3702
|
+
}
|
|
3703
|
+
}
|
|
3704
|
+
]
|
|
3705
|
+
},
|
|
3706
|
+
{
|
|
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"
|
|
3718
|
+
},
|
|
3719
|
+
"default": "false"
|
|
3720
|
+
},
|
|
3721
|
+
{
|
|
3722
|
+
"kind": "field",
|
|
3723
|
+
"name": "maxRows",
|
|
3724
|
+
"type": {
|
|
3725
|
+
"text": "number"
|
|
3726
|
+
}
|
|
3727
|
+
},
|
|
3728
|
+
{
|
|
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"
|
|
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",
|
|
3774
|
+
"parameters": [
|
|
3775
|
+
{
|
|
3776
|
+
"name": "oldValue",
|
|
3777
|
+
"type": {
|
|
3778
|
+
"text": "string"
|
|
3779
|
+
}
|
|
3780
|
+
},
|
|
3383
3781
|
{
|
|
3384
3782
|
"name": "newValue",
|
|
3385
3783
|
"type": {
|
|
@@ -4150,404 +4548,6 @@
|
|
|
4150
4548
|
}
|
|
4151
4549
|
]
|
|
4152
4550
|
},
|
|
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": [
|
|
4304
|
-
{
|
|
4305
|
-
"name": "cell",
|
|
4306
|
-
"type": {
|
|
4307
|
-
"text": "any"
|
|
4308
|
-
},
|
|
4309
|
-
"description": "The cell component provided by Tabulator"
|
|
4310
|
-
},
|
|
4311
|
-
{
|
|
4312
|
-
"name": "formatterParams",
|
|
4313
|
-
"default": "{}",
|
|
4314
|
-
"type": {
|
|
4315
|
-
"text": "EditableFormatterParams<T>"
|
|
4316
|
-
},
|
|
4317
|
-
"description": "Editable formatter parameters"
|
|
4318
|
-
}
|
|
4319
|
-
],
|
|
4320
|
-
"description": "Formatter that displays an editable cell with validation state",
|
|
4321
|
-
"privacy": "public"
|
|
4322
|
-
}
|
|
4323
|
-
],
|
|
4324
|
-
"exports": [
|
|
4325
|
-
{
|
|
4326
|
-
"kind": "js",
|
|
4327
|
-
"name": "editableFormatter",
|
|
4328
|
-
"declaration": {
|
|
4329
|
-
"name": "editableFormatter",
|
|
4330
|
-
"module": "src/cell-formatters/editable.formatter.ts"
|
|
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"
|
|
4344
|
-
},
|
|
4345
|
-
"default": "{\n action: actionFormatter,\n actionsMenu: actionsMenuFormatter,\n boolean: booleanFormatter,\n editable: editableFormatter,\n select: selectFormatter,\n text: textFormatter,\n}",
|
|
4346
|
-
"description": "Zero formatters for Tabulator grid"
|
|
4347
|
-
}
|
|
4348
|
-
],
|
|
4349
|
-
"exports": [
|
|
4350
|
-
{
|
|
4351
|
-
"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",
|
|
4433
|
-
"declaration": {
|
|
4434
|
-
"name": "selectFormatter",
|
|
4435
|
-
"module": "src/cell-formatters/index.ts"
|
|
4436
|
-
}
|
|
4437
|
-
},
|
|
4438
|
-
{
|
|
4439
|
-
"kind": "js",
|
|
4440
|
-
"name": "TextFormatterParams",
|
|
4441
|
-
"declaration": {
|
|
4442
|
-
"name": "TextFormatterParams",
|
|
4443
|
-
"module": "src/cell-formatters/index.ts"
|
|
4444
|
-
}
|
|
4445
|
-
},
|
|
4446
|
-
{
|
|
4447
|
-
"kind": "js",
|
|
4448
|
-
"name": "textFormatter",
|
|
4449
|
-
"declaration": {
|
|
4450
|
-
"name": "textFormatter",
|
|
4451
|
-
"module": "src/cell-formatters/index.ts"
|
|
4452
|
-
}
|
|
4453
|
-
},
|
|
4454
|
-
{
|
|
4455
|
-
"kind": "js",
|
|
4456
|
-
"name": "formatters",
|
|
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",
|
|
4500
|
-
"declaration": {
|
|
4501
|
-
"name": "selectFormatter",
|
|
4502
|
-
"module": "src/cell-formatters/select.formatter.ts"
|
|
4503
|
-
}
|
|
4504
|
-
}
|
|
4505
|
-
]
|
|
4506
|
-
},
|
|
4507
|
-
{
|
|
4508
|
-
"kind": "javascript-module",
|
|
4509
|
-
"path": "src/cell-formatters/text.formatter.ts",
|
|
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
|
-
],
|
|
4540
|
-
"exports": [
|
|
4541
|
-
{
|
|
4542
|
-
"kind": "js",
|
|
4543
|
-
"name": "textFormatter",
|
|
4544
|
-
"declaration": {
|
|
4545
|
-
"name": "textFormatter",
|
|
4546
|
-
"module": "src/cell-formatters/text.formatter.ts"
|
|
4547
|
-
}
|
|
4548
|
-
}
|
|
4549
|
-
]
|
|
4550
|
-
},
|
|
4551
4551
|
{
|
|
4552
4552
|
"kind": "javascript-module",
|
|
4553
4553
|
"path": "src/external/fonts.ts",
|