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