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