@genesislcap/grid-tabulator 15.9.1 → 15.10.0-FUI-2597.2
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 +1934 -1934
- 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,569 +2685,531 @@
|
|
|
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/cell-
|
|
2868
|
+
"path": "src/cell-editors/date.editor.ts",
|
|
2992
2869
|
"declarations": [
|
|
2993
2870
|
{
|
|
2994
|
-
"kind": "
|
|
2995
|
-
"
|
|
2996
|
-
"
|
|
2997
|
-
|
|
2998
|
-
"text": ""
|
|
2999
|
-
}
|
|
3000
|
-
},
|
|
3001
|
-
"parameters": [
|
|
2871
|
+
"kind": "class",
|
|
2872
|
+
"description": "The date editor class for grid-tabulator",
|
|
2873
|
+
"name": "DateEditor",
|
|
2874
|
+
"members": [
|
|
3002
2875
|
{
|
|
3003
|
-
"
|
|
2876
|
+
"kind": "field",
|
|
2877
|
+
"name": "params",
|
|
3004
2878
|
"type": {
|
|
3005
|
-
"text": "
|
|
3006
|
-
}
|
|
3007
|
-
"description": "The cell component provided by Tabulator"
|
|
2879
|
+
"text": "DateEditorParams"
|
|
2880
|
+
}
|
|
3008
2881
|
},
|
|
3009
2882
|
{
|
|
3010
|
-
"
|
|
3011
|
-
"
|
|
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"
|
|
3020
|
-
}
|
|
3021
|
-
],
|
|
3022
|
-
"exports": [
|
|
3023
|
-
{
|
|
3024
|
-
"kind": "js",
|
|
3025
|
-
"name": "actionsMenuFormatter",
|
|
3026
|
-
"declaration": {
|
|
3027
|
-
"name": "actionsMenuFormatter",
|
|
3028
|
-
"module": "src/cell-formatters/actions-menu.formatter.ts"
|
|
3029
|
-
}
|
|
3030
|
-
}
|
|
3031
|
-
]
|
|
3032
|
-
},
|
|
3033
|
-
{
|
|
3034
|
-
"kind": "javascript-module",
|
|
3035
|
-
"path": "src/cell-formatters/boolean.formatter.ts",
|
|
3036
|
-
"declarations": [
|
|
3037
|
-
{
|
|
3038
|
-
"kind": "function",
|
|
3039
|
-
"name": "booleanFormatter",
|
|
3040
|
-
"return": {
|
|
3041
|
-
"type": {
|
|
3042
|
-
"text": ""
|
|
3043
|
-
}
|
|
3044
|
-
},
|
|
3045
|
-
"parameters": [
|
|
3046
|
-
{
|
|
3047
|
-
"name": "cell",
|
|
2883
|
+
"kind": "field",
|
|
2884
|
+
"name": "dateField",
|
|
3048
2885
|
"type": {
|
|
3049
2886
|
"text": "any"
|
|
3050
|
-
}
|
|
3051
|
-
"description": "The cell component provided by Tabulator"
|
|
2887
|
+
}
|
|
3052
2888
|
},
|
|
3053
2889
|
{
|
|
3054
|
-
"
|
|
3055
|
-
"
|
|
3056
|
-
"
|
|
3057
|
-
|
|
3058
|
-
|
|
3059
|
-
|
|
3060
|
-
|
|
3061
|
-
|
|
3062
|
-
|
|
3063
|
-
|
|
3064
|
-
|
|
3065
|
-
|
|
3066
|
-
"exports": [
|
|
3067
|
-
{
|
|
3068
|
-
"kind": "js",
|
|
3069
|
-
"name": "booleanFormatter",
|
|
3070
|
-
"declaration": {
|
|
3071
|
-
"name": "booleanFormatter",
|
|
3072
|
-
"module": "src/cell-formatters/boolean.formatter.ts"
|
|
3073
|
-
}
|
|
3074
|
-
}
|
|
3075
|
-
]
|
|
3076
|
-
},
|
|
3077
|
-
{
|
|
3078
|
-
"kind": "javascript-module",
|
|
3079
|
-
"path": "src/cell-formatters/constants.ts",
|
|
3080
|
-
"declarations": [],
|
|
3081
|
-
"exports": []
|
|
3082
|
-
},
|
|
3083
|
-
{
|
|
3084
|
-
"kind": "javascript-module",
|
|
3085
|
-
"path": "src/cell-formatters/editable.formatter.ts",
|
|
3086
|
-
"declarations": [
|
|
3087
|
-
{
|
|
3088
|
-
"kind": "function",
|
|
3089
|
-
"name": "editableFormatter",
|
|
3090
|
-
"return": {
|
|
3091
|
-
"type": {
|
|
3092
|
-
"text": ""
|
|
3093
|
-
}
|
|
3094
|
-
},
|
|
3095
|
-
"parameters": [
|
|
2890
|
+
"kind": "method",
|
|
2891
|
+
"name": "init",
|
|
2892
|
+
"parameters": [
|
|
2893
|
+
{
|
|
2894
|
+
"name": "params",
|
|
2895
|
+
"type": {
|
|
2896
|
+
"text": "DateEditorParams"
|
|
2897
|
+
}
|
|
2898
|
+
}
|
|
2899
|
+
],
|
|
2900
|
+
"description": "Initialize the editor with parameters"
|
|
2901
|
+
},
|
|
3096
2902
|
{
|
|
3097
|
-
"
|
|
2903
|
+
"kind": "method",
|
|
2904
|
+
"name": "getValue",
|
|
2905
|
+
"description": "Get current value"
|
|
2906
|
+
},
|
|
2907
|
+
{
|
|
2908
|
+
"kind": "method",
|
|
2909
|
+
"name": "getFormattedValue",
|
|
2910
|
+
"description": "Format value for display"
|
|
2911
|
+
},
|
|
2912
|
+
{
|
|
2913
|
+
"kind": "method",
|
|
2914
|
+
"name": "focus",
|
|
2915
|
+
"description": "Set focus to the input"
|
|
2916
|
+
},
|
|
2917
|
+
{
|
|
2918
|
+
"kind": "method",
|
|
2919
|
+
"name": "handleKeyDown",
|
|
2920
|
+
"parameters": [
|
|
2921
|
+
{
|
|
2922
|
+
"name": "event",
|
|
2923
|
+
"type": {
|
|
2924
|
+
"text": "KeyboardEvent"
|
|
2925
|
+
}
|
|
2926
|
+
}
|
|
2927
|
+
],
|
|
2928
|
+
"description": "Process key down events"
|
|
2929
|
+
},
|
|
2930
|
+
{
|
|
2931
|
+
"kind": "field",
|
|
2932
|
+
"name": "_presentation",
|
|
3098
2933
|
"type": {
|
|
3099
|
-
"text": "
|
|
2934
|
+
"text": "ComponentPresentation | null | undefined"
|
|
3100
2935
|
},
|
|
3101
|
-
"
|
|
2936
|
+
"privacy": "private",
|
|
2937
|
+
"default": "void 0",
|
|
2938
|
+
"inheritedFrom": {
|
|
2939
|
+
"name": "FoundationElement",
|
|
2940
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2941
|
+
}
|
|
3102
2942
|
},
|
|
3103
2943
|
{
|
|
3104
|
-
"
|
|
3105
|
-
"
|
|
2944
|
+
"kind": "field",
|
|
2945
|
+
"name": "$presentation",
|
|
3106
2946
|
"type": {
|
|
3107
|
-
"text": "
|
|
2947
|
+
"text": "ComponentPresentation | null"
|
|
3108
2948
|
},
|
|
3109
|
-
"
|
|
2949
|
+
"privacy": "public",
|
|
2950
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2951
|
+
"inheritedFrom": {
|
|
2952
|
+
"name": "FoundationElement",
|
|
2953
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2954
|
+
}
|
|
2955
|
+
},
|
|
2956
|
+
{
|
|
2957
|
+
"kind": "field",
|
|
2958
|
+
"name": "template",
|
|
2959
|
+
"type": {
|
|
2960
|
+
"text": "ElementViewTemplate | void | null"
|
|
2961
|
+
},
|
|
2962
|
+
"privacy": "public",
|
|
2963
|
+
"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.",
|
|
2964
|
+
"inheritedFrom": {
|
|
2965
|
+
"name": "FoundationElement",
|
|
2966
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2967
|
+
}
|
|
2968
|
+
},
|
|
2969
|
+
{
|
|
2970
|
+
"kind": "method",
|
|
2971
|
+
"name": "templateChanged",
|
|
2972
|
+
"privacy": "protected",
|
|
2973
|
+
"return": {
|
|
2974
|
+
"type": {
|
|
2975
|
+
"text": "void"
|
|
2976
|
+
}
|
|
2977
|
+
},
|
|
2978
|
+
"inheritedFrom": {
|
|
2979
|
+
"name": "FoundationElement",
|
|
2980
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2981
|
+
}
|
|
2982
|
+
},
|
|
2983
|
+
{
|
|
2984
|
+
"kind": "field",
|
|
2985
|
+
"name": "styles",
|
|
2986
|
+
"type": {
|
|
2987
|
+
"text": "ElementStyles | void | null"
|
|
2988
|
+
},
|
|
2989
|
+
"privacy": "public",
|
|
2990
|
+
"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.",
|
|
2991
|
+
"inheritedFrom": {
|
|
2992
|
+
"name": "FoundationElement",
|
|
2993
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2994
|
+
}
|
|
2995
|
+
},
|
|
2996
|
+
{
|
|
2997
|
+
"kind": "method",
|
|
2998
|
+
"name": "stylesChanged",
|
|
2999
|
+
"privacy": "protected",
|
|
3000
|
+
"return": {
|
|
3001
|
+
"type": {
|
|
3002
|
+
"text": "void"
|
|
3003
|
+
}
|
|
3004
|
+
},
|
|
3005
|
+
"inheritedFrom": {
|
|
3006
|
+
"name": "FoundationElement",
|
|
3007
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3008
|
+
}
|
|
3009
|
+
},
|
|
3010
|
+
{
|
|
3011
|
+
"kind": "method",
|
|
3012
|
+
"name": "compose",
|
|
3013
|
+
"privacy": "public",
|
|
3014
|
+
"static": true,
|
|
3015
|
+
"return": {
|
|
3016
|
+
"type": {
|
|
3017
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3018
|
+
}
|
|
3019
|
+
},
|
|
3020
|
+
"parameters": [
|
|
3021
|
+
{
|
|
3022
|
+
"name": "this",
|
|
3023
|
+
"type": {
|
|
3024
|
+
"text": "K"
|
|
3025
|
+
}
|
|
3026
|
+
},
|
|
3027
|
+
{
|
|
3028
|
+
"name": "elementDefinition",
|
|
3029
|
+
"type": {
|
|
3030
|
+
"text": "T"
|
|
3031
|
+
},
|
|
3032
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
3033
|
+
}
|
|
3034
|
+
],
|
|
3035
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3036
|
+
"inheritedFrom": {
|
|
3037
|
+
"name": "FoundationElement",
|
|
3038
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3039
|
+
}
|
|
3110
3040
|
}
|
|
3111
3041
|
],
|
|
3112
|
-
"
|
|
3113
|
-
|
|
3114
|
-
|
|
3115
|
-
],
|
|
3116
|
-
"exports": [
|
|
3117
|
-
{
|
|
3118
|
-
"kind": "js",
|
|
3119
|
-
"name": "editableFormatter",
|
|
3120
|
-
"declaration": {
|
|
3121
|
-
"name": "editableFormatter",
|
|
3122
|
-
"module": "src/cell-formatters/editable.formatter.ts"
|
|
3042
|
+
"superclass": {
|
|
3043
|
+
"name": "FoundationElement",
|
|
3044
|
+
"package": "@microsoft/fast-foundation"
|
|
3123
3045
|
}
|
|
3124
|
-
}
|
|
3125
|
-
]
|
|
3126
|
-
},
|
|
3127
|
-
{
|
|
3128
|
-
"kind": "javascript-module",
|
|
3129
|
-
"path": "src/cell-formatters/index.ts",
|
|
3130
|
-
"declarations": [
|
|
3046
|
+
},
|
|
3131
3047
|
{
|
|
3132
3048
|
"kind": "variable",
|
|
3133
|
-
"name": "
|
|
3134
|
-
"
|
|
3135
|
-
|
|
3049
|
+
"name": "dateEditorStyles",
|
|
3050
|
+
"default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
|
|
3051
|
+
"description": "Styles for the date editor"
|
|
3052
|
+
},
|
|
3053
|
+
{
|
|
3054
|
+
"kind": "function",
|
|
3055
|
+
"name": "getDateEditorTemplate",
|
|
3056
|
+
"parameters": [
|
|
3057
|
+
{
|
|
3058
|
+
"name": "prefix",
|
|
3059
|
+
"default": "'foundation'",
|
|
3060
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
3061
|
+
}
|
|
3062
|
+
],
|
|
3063
|
+
"description": "Get a Design System prefixed date field template.",
|
|
3064
|
+
"return": {
|
|
3065
|
+
"type": {
|
|
3066
|
+
"text": ""
|
|
3067
|
+
}
|
|
3136
3068
|
},
|
|
3137
|
-
"
|
|
3138
|
-
|
|
3069
|
+
"privacy": "public"
|
|
3070
|
+
},
|
|
3071
|
+
{
|
|
3072
|
+
"kind": "variable",
|
|
3073
|
+
"name": "foundationDateEditor",
|
|
3074
|
+
"description": "Definition for the date editor component"
|
|
3139
3075
|
}
|
|
3140
3076
|
],
|
|
3141
3077
|
"exports": [
|
|
3142
3078
|
{
|
|
3143
3079
|
"kind": "js",
|
|
3144
|
-
"name": "
|
|
3080
|
+
"name": "DateEditor",
|
|
3145
3081
|
"declaration": {
|
|
3146
|
-
"name": "
|
|
3147
|
-
"
|
|
3082
|
+
"name": "DateEditor",
|
|
3083
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
3148
3084
|
}
|
|
3149
3085
|
},
|
|
3150
3086
|
{
|
|
3151
3087
|
"kind": "js",
|
|
3152
|
-
"name": "
|
|
3088
|
+
"name": "dateEditorStyles",
|
|
3153
3089
|
"declaration": {
|
|
3154
|
-
"name": "
|
|
3155
|
-
"module": "src/cell-
|
|
3090
|
+
"name": "dateEditorStyles",
|
|
3091
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
3156
3092
|
}
|
|
3157
3093
|
},
|
|
3158
3094
|
{
|
|
3159
3095
|
"kind": "js",
|
|
3160
|
-
"name": "
|
|
3096
|
+
"name": "getDateEditorTemplate",
|
|
3161
3097
|
"declaration": {
|
|
3162
|
-
"name": "
|
|
3163
|
-
"module": "src/cell-
|
|
3098
|
+
"name": "getDateEditorTemplate",
|
|
3099
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
3164
3100
|
}
|
|
3165
3101
|
},
|
|
3166
3102
|
{
|
|
3167
3103
|
"kind": "js",
|
|
3168
|
-
"name": "
|
|
3104
|
+
"name": "foundationDateEditor",
|
|
3169
3105
|
"declaration": {
|
|
3170
|
-
"name": "
|
|
3171
|
-
"module": "src/cell-
|
|
3106
|
+
"name": "foundationDateEditor",
|
|
3107
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
3172
3108
|
}
|
|
3173
|
-
}
|
|
3174
|
-
|
|
3175
|
-
|
|
3176
|
-
|
|
3177
|
-
|
|
3178
|
-
|
|
3179
|
-
|
|
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
|
-
},
|
|
3109
|
+
}
|
|
3110
|
+
]
|
|
3111
|
+
},
|
|
3112
|
+
{
|
|
3113
|
+
"kind": "javascript-module",
|
|
3114
|
+
"path": "src/cell-editors/index.ts",
|
|
3115
|
+
"declarations": [],
|
|
3116
|
+
"exports": [
|
|
3214
3117
|
{
|
|
3215
3118
|
"kind": "js",
|
|
3216
|
-
"name": "
|
|
3119
|
+
"name": "*",
|
|
3217
3120
|
"declaration": {
|
|
3218
|
-
"name": "
|
|
3219
|
-
"
|
|
3121
|
+
"name": "*",
|
|
3122
|
+
"package": "./date.editor"
|
|
3220
3123
|
}
|
|
3221
3124
|
},
|
|
3222
3125
|
{
|
|
3223
3126
|
"kind": "js",
|
|
3224
|
-
"name": "
|
|
3127
|
+
"name": "*",
|
|
3225
3128
|
"declaration": {
|
|
3226
|
-
"name": "
|
|
3227
|
-
"
|
|
3129
|
+
"name": "*",
|
|
3130
|
+
"package": "./number.editor"
|
|
3228
3131
|
}
|
|
3229
3132
|
},
|
|
3230
3133
|
{
|
|
3231
3134
|
"kind": "js",
|
|
3232
|
-
"name": "
|
|
3135
|
+
"name": "*",
|
|
3233
3136
|
"declaration": {
|
|
3234
|
-
"name": "
|
|
3235
|
-
"
|
|
3137
|
+
"name": "*",
|
|
3138
|
+
"package": "./select.editor"
|
|
3236
3139
|
}
|
|
3237
3140
|
},
|
|
3238
3141
|
{
|
|
3239
3142
|
"kind": "js",
|
|
3240
|
-
"name": "
|
|
3143
|
+
"name": "*",
|
|
3241
3144
|
"declaration": {
|
|
3242
|
-
"name": "
|
|
3243
|
-
"
|
|
3145
|
+
"name": "*",
|
|
3146
|
+
"package": "./string.editor"
|
|
3244
3147
|
}
|
|
3245
3148
|
},
|
|
3246
3149
|
{
|
|
3247
3150
|
"kind": "js",
|
|
3248
|
-
"name": "
|
|
3249
|
-
"declaration": {
|
|
3250
|
-
"name": "formatters",
|
|
3251
|
-
"module": "src/cell-formatters/index.ts"
|
|
3252
|
-
}
|
|
3253
|
-
}
|
|
3254
|
-
]
|
|
3255
|
-
},
|
|
3256
|
-
{
|
|
3257
|
-
"kind": "javascript-module",
|
|
3258
|
-
"path": "src/cell-formatters/select.formatter.ts",
|
|
3259
|
-
"declarations": [
|
|
3260
|
-
{
|
|
3261
|
-
"kind": "function",
|
|
3262
|
-
"name": "selectFormatter",
|
|
3263
|
-
"return": {
|
|
3264
|
-
"type": {
|
|
3265
|
-
"text": ""
|
|
3266
|
-
}
|
|
3267
|
-
},
|
|
3268
|
-
"parameters": [
|
|
3269
|
-
{
|
|
3270
|
-
"name": "cell",
|
|
3271
|
-
"type": {
|
|
3272
|
-
"text": "any"
|
|
3273
|
-
},
|
|
3274
|
-
"description": "The cell component provided by Tabulator"
|
|
3275
|
-
},
|
|
3276
|
-
{
|
|
3277
|
-
"name": "formatterParams",
|
|
3278
|
-
"type": {
|
|
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",
|
|
3314
|
-
"type": {
|
|
3315
|
-
"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",
|
|
3151
|
+
"name": "*",
|
|
3336
3152
|
"declaration": {
|
|
3337
|
-
"name": "
|
|
3338
|
-
"
|
|
3153
|
+
"name": "*",
|
|
3154
|
+
"package": "./multiselect.editor"
|
|
3339
3155
|
}
|
|
3340
3156
|
}
|
|
3341
3157
|
]
|
|
3342
3158
|
},
|
|
3343
3159
|
{
|
|
3344
3160
|
"kind": "javascript-module",
|
|
3345
|
-
"path": "src/
|
|
3161
|
+
"path": "src/cell-editors/multiselect.editor.ts",
|
|
3346
3162
|
"declarations": [
|
|
3347
3163
|
{
|
|
3348
3164
|
"kind": "class",
|
|
3349
|
-
"description": "The
|
|
3350
|
-
"name": "
|
|
3165
|
+
"description": "The multiselect editor class for grid-tabulator",
|
|
3166
|
+
"name": "MultiselectEditor",
|
|
3351
3167
|
"members": [
|
|
3352
3168
|
{
|
|
3353
3169
|
"kind": "field",
|
|
3354
|
-
"name": "
|
|
3170
|
+
"name": "params",
|
|
3355
3171
|
"type": {
|
|
3356
|
-
"text": "
|
|
3357
|
-
}
|
|
3358
|
-
"privacy": "public"
|
|
3172
|
+
"text": "MultiselectEditorParams"
|
|
3173
|
+
}
|
|
3359
3174
|
},
|
|
3360
3175
|
{
|
|
3361
3176
|
"kind": "field",
|
|
3362
|
-
"name": "
|
|
3177
|
+
"name": "select",
|
|
3363
3178
|
"type": {
|
|
3364
|
-
"text": "
|
|
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"
|
|
3179
|
+
"text": "any"
|
|
3384
3180
|
}
|
|
3385
3181
|
},
|
|
3386
3182
|
{
|
|
3387
3183
|
"kind": "method",
|
|
3388
|
-
"name": "
|
|
3389
|
-
"return": {
|
|
3390
|
-
"type": {
|
|
3391
|
-
"text": "Node"
|
|
3392
|
-
}
|
|
3393
|
-
},
|
|
3184
|
+
"name": "init",
|
|
3394
3185
|
"parameters": [
|
|
3395
3186
|
{
|
|
3396
|
-
"name": "
|
|
3397
|
-
"optional": true,
|
|
3187
|
+
"name": "params",
|
|
3398
3188
|
"type": {
|
|
3399
|
-
"text": "
|
|
3189
|
+
"text": "MultiselectEditorParams"
|
|
3400
3190
|
}
|
|
3401
3191
|
}
|
|
3402
3192
|
],
|
|
3403
|
-
"
|
|
3404
|
-
"name": "LifecycleMixin",
|
|
3405
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3406
|
-
}
|
|
3193
|
+
"description": "Initialize the editor with parameters"
|
|
3407
3194
|
},
|
|
3408
3195
|
{
|
|
3409
|
-
"kind": "
|
|
3410
|
-
"name": "
|
|
3196
|
+
"kind": "method",
|
|
3197
|
+
"name": "getValues",
|
|
3411
3198
|
"return": {
|
|
3412
3199
|
"type": {
|
|
3413
|
-
"text": ""
|
|
3200
|
+
"text": "(string | number)[]"
|
|
3414
3201
|
}
|
|
3415
3202
|
},
|
|
3416
|
-
"
|
|
3417
|
-
"inheritedFrom": {
|
|
3418
|
-
"name": "LifecycleMixin",
|
|
3419
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3420
|
-
}
|
|
3203
|
+
"description": "Get current values"
|
|
3421
3204
|
},
|
|
3422
3205
|
{
|
|
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
|
-
}
|
|
3206
|
+
"kind": "method",
|
|
3207
|
+
"name": "focus",
|
|
3208
|
+
"description": "Set focus to the select"
|
|
3435
3209
|
},
|
|
3436
3210
|
{
|
|
3437
3211
|
"kind": "method",
|
|
3438
|
-
"name": "
|
|
3212
|
+
"name": "isSelected",
|
|
3439
3213
|
"return": {
|
|
3440
3214
|
"type": {
|
|
3441
3215
|
"text": "boolean"
|
|
@@ -3443,16 +3217,31 @@
|
|
|
3443
3217
|
},
|
|
3444
3218
|
"parameters": [
|
|
3445
3219
|
{
|
|
3446
|
-
"name": "
|
|
3220
|
+
"name": "value",
|
|
3447
3221
|
"type": {
|
|
3448
|
-
"text": "
|
|
3222
|
+
"text": "string | number"
|
|
3449
3223
|
}
|
|
3450
3224
|
}
|
|
3451
3225
|
],
|
|
3452
|
-
"
|
|
3453
|
-
|
|
3454
|
-
|
|
3455
|
-
|
|
3226
|
+
"description": "Check if a value is selected"
|
|
3227
|
+
},
|
|
3228
|
+
{
|
|
3229
|
+
"kind": "method",
|
|
3230
|
+
"name": "handleKeyDown",
|
|
3231
|
+
"parameters": [
|
|
3232
|
+
{
|
|
3233
|
+
"name": "event",
|
|
3234
|
+
"type": {
|
|
3235
|
+
"text": "KeyboardEvent"
|
|
3236
|
+
}
|
|
3237
|
+
}
|
|
3238
|
+
],
|
|
3239
|
+
"description": "Process key down events"
|
|
3240
|
+
},
|
|
3241
|
+
{
|
|
3242
|
+
"kind": "method",
|
|
3243
|
+
"name": "handleChange",
|
|
3244
|
+
"description": "Handle change event to save when selection changes"
|
|
3456
3245
|
},
|
|
3457
3246
|
{
|
|
3458
3247
|
"kind": "field",
|
|
@@ -3566,1101 +3355,1312 @@
|
|
|
3566
3355
|
}
|
|
3567
3356
|
}
|
|
3568
3357
|
],
|
|
3569
|
-
"mixins": [
|
|
3570
|
-
{
|
|
3571
|
-
"name": "LifecycleMixin",
|
|
3572
|
-
"package": "@genesislcap/foundation-utils"
|
|
3573
|
-
}
|
|
3574
|
-
],
|
|
3575
3358
|
"superclass": {
|
|
3576
3359
|
"name": "FoundationElement",
|
|
3577
3360
|
"package": "@microsoft/fast-foundation"
|
|
3578
|
-
}
|
|
3579
|
-
|
|
3580
|
-
|
|
3361
|
+
}
|
|
3362
|
+
},
|
|
3363
|
+
{
|
|
3364
|
+
"kind": "variable",
|
|
3365
|
+
"name": "multiselectEditorStyles",
|
|
3366
|
+
"default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
|
|
3367
|
+
"description": "Styles for the multiselect editor"
|
|
3368
|
+
},
|
|
3369
|
+
{
|
|
3370
|
+
"kind": "function",
|
|
3371
|
+
"name": "getMultiselectEditorTemplate",
|
|
3372
|
+
"parameters": [
|
|
3373
|
+
{
|
|
3374
|
+
"name": "prefix",
|
|
3375
|
+
"default": "'foundation'",
|
|
3376
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
3377
|
+
}
|
|
3378
|
+
],
|
|
3379
|
+
"description": "Get a Design System prefixed Select template.",
|
|
3380
|
+
"return": {
|
|
3381
|
+
"type": {
|
|
3382
|
+
"text": ""
|
|
3383
|
+
}
|
|
3384
|
+
}
|
|
3385
|
+
},
|
|
3386
|
+
{
|
|
3387
|
+
"kind": "variable",
|
|
3388
|
+
"name": "foundationMultiselectEditor",
|
|
3389
|
+
"description": "Definition for the multiselect editor component"
|
|
3581
3390
|
}
|
|
3582
3391
|
],
|
|
3583
3392
|
"exports": [
|
|
3584
3393
|
{
|
|
3585
3394
|
"kind": "js",
|
|
3586
|
-
"name": "
|
|
3395
|
+
"name": "MultiselectEditor",
|
|
3587
3396
|
"declaration": {
|
|
3588
|
-
"name": "
|
|
3589
|
-
"module": "src/
|
|
3397
|
+
"name": "MultiselectEditor",
|
|
3398
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
3590
3399
|
}
|
|
3591
3400
|
},
|
|
3592
3401
|
{
|
|
3593
|
-
"kind": "
|
|
3594
|
-
"name": "
|
|
3402
|
+
"kind": "js",
|
|
3403
|
+
"name": "multiselectEditorStyles",
|
|
3595
3404
|
"declaration": {
|
|
3596
|
-
"name": "
|
|
3597
|
-
"module": "src/
|
|
3405
|
+
"name": "multiselectEditorStyles",
|
|
3406
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
3598
3407
|
}
|
|
3599
|
-
}
|
|
3600
|
-
]
|
|
3601
|
-
},
|
|
3602
|
-
{
|
|
3603
|
-
"kind": "javascript-module",
|
|
3604
|
-
"path": "src/column/index.ts",
|
|
3605
|
-
"declarations": [],
|
|
3606
|
-
"exports": [
|
|
3408
|
+
},
|
|
3607
3409
|
{
|
|
3608
3410
|
"kind": "js",
|
|
3609
|
-
"name": "
|
|
3411
|
+
"name": "getMultiselectEditorTemplate",
|
|
3610
3412
|
"declaration": {
|
|
3611
|
-
"name": "
|
|
3612
|
-
"
|
|
3413
|
+
"name": "getMultiselectEditorTemplate",
|
|
3414
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
3415
|
+
}
|
|
3416
|
+
},
|
|
3417
|
+
{
|
|
3418
|
+
"kind": "js",
|
|
3419
|
+
"name": "foundationMultiselectEditor",
|
|
3420
|
+
"declaration": {
|
|
3421
|
+
"name": "foundationMultiselectEditor",
|
|
3422
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
3613
3423
|
}
|
|
3614
3424
|
}
|
|
3615
3425
|
]
|
|
3616
3426
|
},
|
|
3617
3427
|
{
|
|
3618
3428
|
"kind": "javascript-module",
|
|
3619
|
-
"path": "src/
|
|
3429
|
+
"path": "src/cell-editors/number.editor.ts",
|
|
3620
3430
|
"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
3431
|
{
|
|
3640
3432
|
"kind": "class",
|
|
3641
|
-
"description": "The
|
|
3642
|
-
"name": "
|
|
3433
|
+
"description": "The number editor class for grid-tabulator",
|
|
3434
|
+
"name": "NumberEditor",
|
|
3643
3435
|
"members": [
|
|
3644
3436
|
{
|
|
3645
3437
|
"kind": "field",
|
|
3646
|
-
"name": "
|
|
3647
|
-
"type": {
|
|
3648
|
-
"text": "Auth"
|
|
3649
|
-
}
|
|
3650
|
-
},
|
|
3651
|
-
{
|
|
3652
|
-
"kind": "field",
|
|
3653
|
-
"name": "connect",
|
|
3438
|
+
"name": "params",
|
|
3654
3439
|
"type": {
|
|
3655
|
-
"text": "
|
|
3440
|
+
"text": "NumberEditorParams"
|
|
3656
3441
|
}
|
|
3657
3442
|
},
|
|
3658
3443
|
{
|
|
3659
3444
|
"kind": "field",
|
|
3660
|
-
"name": "
|
|
3445
|
+
"name": "numberField",
|
|
3661
3446
|
"type": {
|
|
3662
|
-
"text": "
|
|
3447
|
+
"text": "any"
|
|
3663
3448
|
}
|
|
3664
3449
|
},
|
|
3665
3450
|
{
|
|
3666
|
-
"kind": "
|
|
3667
|
-
"name": "
|
|
3668
|
-
"
|
|
3669
|
-
|
|
3670
|
-
|
|
3451
|
+
"kind": "method",
|
|
3452
|
+
"name": "init",
|
|
3453
|
+
"parameters": [
|
|
3454
|
+
{
|
|
3455
|
+
"name": "params",
|
|
3456
|
+
"type": {
|
|
3457
|
+
"text": "NumberEditorParams"
|
|
3458
|
+
}
|
|
3459
|
+
}
|
|
3460
|
+
],
|
|
3461
|
+
"description": "Initialize the editor with parameters"
|
|
3671
3462
|
},
|
|
3672
3463
|
{
|
|
3673
|
-
"kind": "
|
|
3674
|
-
"name": "
|
|
3675
|
-
"
|
|
3676
|
-
"text": "any[]"
|
|
3677
|
-
},
|
|
3678
|
-
"default": "[]",
|
|
3679
|
-
"description": "Allows storing column layouts between datasource initializations"
|
|
3464
|
+
"kind": "method",
|
|
3465
|
+
"name": "getValue",
|
|
3466
|
+
"description": "Get current value"
|
|
3680
3467
|
},
|
|
3681
3468
|
{
|
|
3682
|
-
"kind": "
|
|
3683
|
-
"name": "
|
|
3684
|
-
"
|
|
3685
|
-
"text": "string"
|
|
3686
|
-
}
|
|
3469
|
+
"kind": "method",
|
|
3470
|
+
"name": "focus",
|
|
3471
|
+
"description": "Set focus to the input"
|
|
3687
3472
|
},
|
|
3688
3473
|
{
|
|
3689
3474
|
"kind": "method",
|
|
3690
|
-
"name": "
|
|
3475
|
+
"name": "handleKeyDown",
|
|
3691
3476
|
"parameters": [
|
|
3692
3477
|
{
|
|
3693
|
-
"name": "
|
|
3694
|
-
"type": {
|
|
3695
|
-
"text": "string"
|
|
3696
|
-
}
|
|
3697
|
-
},
|
|
3698
|
-
{
|
|
3699
|
-
"name": "newCriteria",
|
|
3478
|
+
"name": "event",
|
|
3700
3479
|
"type": {
|
|
3701
|
-
"text": "
|
|
3480
|
+
"text": "KeyboardEvent"
|
|
3702
3481
|
}
|
|
3703
3482
|
}
|
|
3704
|
-
]
|
|
3483
|
+
],
|
|
3484
|
+
"description": "Process key down events"
|
|
3705
3485
|
},
|
|
3706
3486
|
{
|
|
3707
3487
|
"kind": "field",
|
|
3708
|
-
"name": "
|
|
3488
|
+
"name": "_presentation",
|
|
3709
3489
|
"type": {
|
|
3710
|
-
"text": "
|
|
3490
|
+
"text": "ComponentPresentation | null | undefined"
|
|
3491
|
+
},
|
|
3492
|
+
"privacy": "private",
|
|
3493
|
+
"default": "void 0",
|
|
3494
|
+
"inheritedFrom": {
|
|
3495
|
+
"name": "FoundationElement",
|
|
3496
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3711
3497
|
}
|
|
3712
3498
|
},
|
|
3713
3499
|
{
|
|
3714
3500
|
"kind": "field",
|
|
3715
|
-
"name": "
|
|
3501
|
+
"name": "$presentation",
|
|
3716
3502
|
"type": {
|
|
3717
|
-
"text": "
|
|
3503
|
+
"text": "ComponentPresentation | null"
|
|
3718
3504
|
},
|
|
3719
|
-
"
|
|
3505
|
+
"privacy": "public",
|
|
3506
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3507
|
+
"inheritedFrom": {
|
|
3508
|
+
"name": "FoundationElement",
|
|
3509
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3510
|
+
}
|
|
3720
3511
|
},
|
|
3721
3512
|
{
|
|
3722
3513
|
"kind": "field",
|
|
3723
|
-
"name": "
|
|
3514
|
+
"name": "template",
|
|
3724
3515
|
"type": {
|
|
3725
|
-
"text": "
|
|
3516
|
+
"text": "ElementViewTemplate | void | null"
|
|
3517
|
+
},
|
|
3518
|
+
"privacy": "public",
|
|
3519
|
+
"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.",
|
|
3520
|
+
"inheritedFrom": {
|
|
3521
|
+
"name": "FoundationElement",
|
|
3522
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3726
3523
|
}
|
|
3727
3524
|
},
|
|
3728
3525
|
{
|
|
3729
|
-
"kind": "
|
|
3730
|
-
"name": "
|
|
3731
|
-
"
|
|
3732
|
-
|
|
3526
|
+
"kind": "method",
|
|
3527
|
+
"name": "templateChanged",
|
|
3528
|
+
"privacy": "protected",
|
|
3529
|
+
"return": {
|
|
3530
|
+
"type": {
|
|
3531
|
+
"text": "void"
|
|
3532
|
+
}
|
|
3533
|
+
},
|
|
3534
|
+
"inheritedFrom": {
|
|
3535
|
+
"name": "FoundationElement",
|
|
3536
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3733
3537
|
}
|
|
3734
3538
|
},
|
|
3735
3539
|
{
|
|
3736
3540
|
"kind": "field",
|
|
3737
|
-
"name": "
|
|
3541
|
+
"name": "styles",
|
|
3738
3542
|
"type": {
|
|
3739
|
-
"text": "
|
|
3543
|
+
"text": "ElementStyles | void | null"
|
|
3544
|
+
},
|
|
3545
|
+
"privacy": "public",
|
|
3546
|
+
"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.",
|
|
3547
|
+
"inheritedFrom": {
|
|
3548
|
+
"name": "FoundationElement",
|
|
3549
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3740
3550
|
}
|
|
3741
3551
|
},
|
|
3742
3552
|
{
|
|
3743
|
-
"kind": "
|
|
3744
|
-
"name": "
|
|
3745
|
-
"
|
|
3746
|
-
|
|
3553
|
+
"kind": "method",
|
|
3554
|
+
"name": "stylesChanged",
|
|
3555
|
+
"privacy": "protected",
|
|
3556
|
+
"return": {
|
|
3557
|
+
"type": {
|
|
3558
|
+
"text": "void"
|
|
3559
|
+
}
|
|
3747
3560
|
},
|
|
3748
|
-
"
|
|
3561
|
+
"inheritedFrom": {
|
|
3562
|
+
"name": "FoundationElement",
|
|
3563
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3564
|
+
}
|
|
3749
3565
|
},
|
|
3750
3566
|
{
|
|
3751
|
-
"kind": "
|
|
3752
|
-
"name": "
|
|
3753
|
-
"
|
|
3754
|
-
|
|
3567
|
+
"kind": "method",
|
|
3568
|
+
"name": "compose",
|
|
3569
|
+
"privacy": "public",
|
|
3570
|
+
"static": true,
|
|
3571
|
+
"return": {
|
|
3572
|
+
"type": {
|
|
3573
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3574
|
+
}
|
|
3575
|
+
},
|
|
3576
|
+
"parameters": [
|
|
3577
|
+
{
|
|
3578
|
+
"name": "this",
|
|
3579
|
+
"type": {
|
|
3580
|
+
"text": "K"
|
|
3581
|
+
}
|
|
3582
|
+
},
|
|
3583
|
+
{
|
|
3584
|
+
"name": "elementDefinition",
|
|
3585
|
+
"type": {
|
|
3586
|
+
"text": "T"
|
|
3587
|
+
},
|
|
3588
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
3589
|
+
}
|
|
3590
|
+
],
|
|
3591
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3592
|
+
"inheritedFrom": {
|
|
3593
|
+
"name": "FoundationElement",
|
|
3594
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3755
3595
|
}
|
|
3756
|
-
}
|
|
3596
|
+
}
|
|
3597
|
+
],
|
|
3598
|
+
"superclass": {
|
|
3599
|
+
"name": "FoundationElement",
|
|
3600
|
+
"package": "@microsoft/fast-foundation"
|
|
3601
|
+
}
|
|
3602
|
+
},
|
|
3603
|
+
{
|
|
3604
|
+
"kind": "variable",
|
|
3605
|
+
"name": "numberEditorStyles",
|
|
3606
|
+
"default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
|
|
3607
|
+
"description": "Styles for the number editor"
|
|
3608
|
+
},
|
|
3609
|
+
{
|
|
3610
|
+
"kind": "function",
|
|
3611
|
+
"name": "getNumberEditorTemplate",
|
|
3612
|
+
"parameters": [
|
|
3613
|
+
{
|
|
3614
|
+
"name": "prefix",
|
|
3615
|
+
"default": "'foundation'",
|
|
3616
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
3617
|
+
}
|
|
3618
|
+
],
|
|
3619
|
+
"description": "Get a Design System prefixed number field template.",
|
|
3620
|
+
"return": {
|
|
3621
|
+
"type": {
|
|
3622
|
+
"text": ""
|
|
3623
|
+
}
|
|
3624
|
+
}
|
|
3625
|
+
},
|
|
3626
|
+
{
|
|
3627
|
+
"kind": "variable",
|
|
3628
|
+
"name": "foundationNumberEditor",
|
|
3629
|
+
"description": "Definition for the number editor component"
|
|
3630
|
+
}
|
|
3631
|
+
],
|
|
3632
|
+
"exports": [
|
|
3633
|
+
{
|
|
3634
|
+
"kind": "js",
|
|
3635
|
+
"name": "NumberEditor",
|
|
3636
|
+
"declaration": {
|
|
3637
|
+
"name": "NumberEditor",
|
|
3638
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
3639
|
+
}
|
|
3640
|
+
},
|
|
3641
|
+
{
|
|
3642
|
+
"kind": "js",
|
|
3643
|
+
"name": "numberEditorStyles",
|
|
3644
|
+
"declaration": {
|
|
3645
|
+
"name": "numberEditorStyles",
|
|
3646
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
3647
|
+
}
|
|
3648
|
+
},
|
|
3649
|
+
{
|
|
3650
|
+
"kind": "js",
|
|
3651
|
+
"name": "getNumberEditorTemplate",
|
|
3652
|
+
"declaration": {
|
|
3653
|
+
"name": "getNumberEditorTemplate",
|
|
3654
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
3655
|
+
}
|
|
3656
|
+
},
|
|
3657
|
+
{
|
|
3658
|
+
"kind": "js",
|
|
3659
|
+
"name": "foundationNumberEditor",
|
|
3660
|
+
"declaration": {
|
|
3661
|
+
"name": "foundationNumberEditor",
|
|
3662
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
3663
|
+
}
|
|
3664
|
+
}
|
|
3665
|
+
]
|
|
3666
|
+
},
|
|
3667
|
+
{
|
|
3668
|
+
"kind": "javascript-module",
|
|
3669
|
+
"path": "src/cell-editors/select.editor.ts",
|
|
3670
|
+
"declarations": [
|
|
3671
|
+
{
|
|
3672
|
+
"kind": "class",
|
|
3673
|
+
"description": "The select editor class for grid-tabulator",
|
|
3674
|
+
"name": "SelectEditor",
|
|
3675
|
+
"members": [
|
|
3757
3676
|
{
|
|
3758
3677
|
"kind": "field",
|
|
3759
|
-
"name": "
|
|
3678
|
+
"name": "params",
|
|
3760
3679
|
"type": {
|
|
3761
|
-
"text": "
|
|
3680
|
+
"text": "SelectEditorParams"
|
|
3762
3681
|
}
|
|
3763
3682
|
},
|
|
3764
3683
|
{
|
|
3765
3684
|
"kind": "field",
|
|
3766
|
-
"name": "
|
|
3685
|
+
"name": "select",
|
|
3767
3686
|
"type": {
|
|
3768
|
-
"text": "
|
|
3687
|
+
"text": "any"
|
|
3769
3688
|
}
|
|
3770
3689
|
},
|
|
3771
3690
|
{
|
|
3772
3691
|
"kind": "method",
|
|
3773
|
-
"name": "
|
|
3692
|
+
"name": "init",
|
|
3774
3693
|
"parameters": [
|
|
3775
3694
|
{
|
|
3776
|
-
"name": "
|
|
3777
|
-
"type": {
|
|
3778
|
-
"text": "string"
|
|
3779
|
-
}
|
|
3780
|
-
},
|
|
3781
|
-
{
|
|
3782
|
-
"name": "newValue",
|
|
3695
|
+
"name": "params",
|
|
3783
3696
|
"type": {
|
|
3784
|
-
"text": "
|
|
3697
|
+
"text": "SelectEditorParams"
|
|
3785
3698
|
}
|
|
3786
3699
|
}
|
|
3787
|
-
]
|
|
3700
|
+
],
|
|
3701
|
+
"description": "Initialize the editor with parameters"
|
|
3788
3702
|
},
|
|
3789
3703
|
{
|
|
3790
|
-
"kind": "
|
|
3791
|
-
"name": "
|
|
3792
|
-
"
|
|
3793
|
-
"text": "boolean"
|
|
3794
|
-
},
|
|
3795
|
-
"default": "false"
|
|
3704
|
+
"kind": "method",
|
|
3705
|
+
"name": "getValue",
|
|
3706
|
+
"description": "Get current value"
|
|
3796
3707
|
},
|
|
3797
3708
|
{
|
|
3798
|
-
"kind": "
|
|
3799
|
-
"name": "
|
|
3800
|
-
"description": "
|
|
3709
|
+
"kind": "method",
|
|
3710
|
+
"name": "focus",
|
|
3711
|
+
"description": "Set focus to the select"
|
|
3801
3712
|
},
|
|
3802
3713
|
{
|
|
3803
|
-
"kind": "
|
|
3804
|
-
"name": "
|
|
3805
|
-
"
|
|
3806
|
-
|
|
3807
|
-
|
|
3808
|
-
|
|
3714
|
+
"kind": "method",
|
|
3715
|
+
"name": "handleKeyDown",
|
|
3716
|
+
"parameters": [
|
|
3717
|
+
{
|
|
3718
|
+
"name": "event",
|
|
3719
|
+
"type": {
|
|
3720
|
+
"text": "KeyboardEvent"
|
|
3721
|
+
}
|
|
3722
|
+
}
|
|
3723
|
+
],
|
|
3724
|
+
"description": "Process key down events"
|
|
3809
3725
|
},
|
|
3810
3726
|
{
|
|
3811
|
-
"kind": "
|
|
3812
|
-
"name": "
|
|
3813
|
-
"
|
|
3814
|
-
"text": "boolean"
|
|
3815
|
-
},
|
|
3816
|
-
"default": "false",
|
|
3817
|
-
"description": "Whether to keep column definitions when clearing row data"
|
|
3727
|
+
"kind": "method",
|
|
3728
|
+
"name": "handleChange",
|
|
3729
|
+
"description": "Handle change event"
|
|
3818
3730
|
},
|
|
3819
3731
|
{
|
|
3820
3732
|
"kind": "field",
|
|
3821
|
-
"name": "
|
|
3733
|
+
"name": "_presentation",
|
|
3822
3734
|
"type": {
|
|
3823
|
-
"text": "
|
|
3735
|
+
"text": "ComponentPresentation | null | undefined"
|
|
3824
3736
|
},
|
|
3825
|
-
"
|
|
3737
|
+
"privacy": "private",
|
|
3738
|
+
"default": "void 0",
|
|
3739
|
+
"inheritedFrom": {
|
|
3740
|
+
"name": "FoundationElement",
|
|
3741
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3742
|
+
}
|
|
3826
3743
|
},
|
|
3827
3744
|
{
|
|
3828
3745
|
"kind": "field",
|
|
3829
|
-
"name": "
|
|
3746
|
+
"name": "$presentation",
|
|
3830
3747
|
"type": {
|
|
3831
|
-
"text": "
|
|
3748
|
+
"text": "ComponentPresentation | null"
|
|
3832
3749
|
},
|
|
3833
|
-
"privacy": "
|
|
3750
|
+
"privacy": "public",
|
|
3751
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3752
|
+
"inheritedFrom": {
|
|
3753
|
+
"name": "FoundationElement",
|
|
3754
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3755
|
+
}
|
|
3834
3756
|
},
|
|
3835
3757
|
{
|
|
3836
3758
|
"kind": "field",
|
|
3837
|
-
"name": "
|
|
3759
|
+
"name": "template",
|
|
3838
3760
|
"type": {
|
|
3839
|
-
"text": "
|
|
3761
|
+
"text": "ElementViewTemplate | void | null"
|
|
3840
3762
|
},
|
|
3841
|
-
"privacy": "
|
|
3763
|
+
"privacy": "public",
|
|
3764
|
+
"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.",
|
|
3765
|
+
"inheritedFrom": {
|
|
3766
|
+
"name": "FoundationElement",
|
|
3767
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3768
|
+
}
|
|
3842
3769
|
},
|
|
3843
3770
|
{
|
|
3844
|
-
"kind": "
|
|
3845
|
-
"name": "
|
|
3846
|
-
"
|
|
3847
|
-
|
|
3771
|
+
"kind": "method",
|
|
3772
|
+
"name": "templateChanged",
|
|
3773
|
+
"privacy": "protected",
|
|
3774
|
+
"return": {
|
|
3775
|
+
"type": {
|
|
3776
|
+
"text": "void"
|
|
3777
|
+
}
|
|
3848
3778
|
},
|
|
3849
|
-
"
|
|
3779
|
+
"inheritedFrom": {
|
|
3780
|
+
"name": "FoundationElement",
|
|
3781
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3782
|
+
}
|
|
3850
3783
|
},
|
|
3851
3784
|
{
|
|
3852
3785
|
"kind": "field",
|
|
3853
|
-
"name": "
|
|
3786
|
+
"name": "styles",
|
|
3854
3787
|
"type": {
|
|
3855
|
-
"text": "
|
|
3788
|
+
"text": "ElementStyles | void | null"
|
|
3856
3789
|
},
|
|
3857
|
-
"privacy": "
|
|
3858
|
-
"
|
|
3790
|
+
"privacy": "public",
|
|
3791
|
+
"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.",
|
|
3792
|
+
"inheritedFrom": {
|
|
3793
|
+
"name": "FoundationElement",
|
|
3794
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3795
|
+
}
|
|
3859
3796
|
},
|
|
3860
3797
|
{
|
|
3861
|
-
"kind": "
|
|
3862
|
-
"name": "
|
|
3863
|
-
"
|
|
3864
|
-
|
|
3798
|
+
"kind": "method",
|
|
3799
|
+
"name": "stylesChanged",
|
|
3800
|
+
"privacy": "protected",
|
|
3801
|
+
"return": {
|
|
3802
|
+
"type": {
|
|
3803
|
+
"text": "void"
|
|
3804
|
+
}
|
|
3865
3805
|
},
|
|
3866
|
-
"
|
|
3867
|
-
|
|
3806
|
+
"inheritedFrom": {
|
|
3807
|
+
"name": "FoundationElement",
|
|
3808
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3809
|
+
}
|
|
3868
3810
|
},
|
|
3869
3811
|
{
|
|
3870
|
-
"kind": "
|
|
3871
|
-
"name": "
|
|
3872
|
-
"
|
|
3873
|
-
|
|
3812
|
+
"kind": "method",
|
|
3813
|
+
"name": "compose",
|
|
3814
|
+
"privacy": "public",
|
|
3815
|
+
"static": true,
|
|
3816
|
+
"return": {
|
|
3817
|
+
"type": {
|
|
3818
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3819
|
+
}
|
|
3874
3820
|
},
|
|
3875
|
-
"
|
|
3876
|
-
|
|
3877
|
-
|
|
3821
|
+
"parameters": [
|
|
3822
|
+
{
|
|
3823
|
+
"name": "this",
|
|
3824
|
+
"type": {
|
|
3825
|
+
"text": "K"
|
|
3826
|
+
}
|
|
3827
|
+
},
|
|
3828
|
+
{
|
|
3829
|
+
"name": "elementDefinition",
|
|
3830
|
+
"type": {
|
|
3831
|
+
"text": "T"
|
|
3832
|
+
},
|
|
3833
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
3834
|
+
}
|
|
3835
|
+
],
|
|
3836
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3837
|
+
"inheritedFrom": {
|
|
3838
|
+
"name": "FoundationElement",
|
|
3839
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3840
|
+
}
|
|
3841
|
+
}
|
|
3842
|
+
],
|
|
3843
|
+
"superclass": {
|
|
3844
|
+
"name": "FoundationElement",
|
|
3845
|
+
"package": "@microsoft/fast-foundation"
|
|
3846
|
+
}
|
|
3847
|
+
},
|
|
3848
|
+
{
|
|
3849
|
+
"kind": "variable",
|
|
3850
|
+
"name": "selectEditorStyles",
|
|
3851
|
+
"default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
|
|
3852
|
+
"description": "Styles for the select editor"
|
|
3853
|
+
},
|
|
3854
|
+
{
|
|
3855
|
+
"kind": "function",
|
|
3856
|
+
"name": "getSelectEditorTemplate",
|
|
3857
|
+
"parameters": [
|
|
3858
|
+
{
|
|
3859
|
+
"name": "prefix",
|
|
3860
|
+
"default": "'foundation'",
|
|
3861
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
3862
|
+
}
|
|
3863
|
+
],
|
|
3864
|
+
"description": "Get a Design System prefixed Select template.",
|
|
3865
|
+
"return": {
|
|
3866
|
+
"type": {
|
|
3867
|
+
"text": ""
|
|
3868
|
+
}
|
|
3869
|
+
},
|
|
3870
|
+
"privacy": "public"
|
|
3871
|
+
},
|
|
3872
|
+
{
|
|
3873
|
+
"kind": "variable",
|
|
3874
|
+
"name": "foundationSelectEditor",
|
|
3875
|
+
"description": "Definition for the select editor component"
|
|
3876
|
+
}
|
|
3877
|
+
],
|
|
3878
|
+
"exports": [
|
|
3879
|
+
{
|
|
3880
|
+
"kind": "js",
|
|
3881
|
+
"name": "SelectEditor",
|
|
3882
|
+
"declaration": {
|
|
3883
|
+
"name": "SelectEditor",
|
|
3884
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
3885
|
+
}
|
|
3886
|
+
},
|
|
3887
|
+
{
|
|
3888
|
+
"kind": "js",
|
|
3889
|
+
"name": "selectEditorStyles",
|
|
3890
|
+
"declaration": {
|
|
3891
|
+
"name": "selectEditorStyles",
|
|
3892
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
3893
|
+
}
|
|
3894
|
+
},
|
|
3895
|
+
{
|
|
3896
|
+
"kind": "js",
|
|
3897
|
+
"name": "getSelectEditorTemplate",
|
|
3898
|
+
"declaration": {
|
|
3899
|
+
"name": "getSelectEditorTemplate",
|
|
3900
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
3901
|
+
}
|
|
3902
|
+
},
|
|
3903
|
+
{
|
|
3904
|
+
"kind": "js",
|
|
3905
|
+
"name": "foundationSelectEditor",
|
|
3906
|
+
"declaration": {
|
|
3907
|
+
"name": "foundationSelectEditor",
|
|
3908
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
3909
|
+
}
|
|
3910
|
+
}
|
|
3911
|
+
]
|
|
3912
|
+
},
|
|
3913
|
+
{
|
|
3914
|
+
"kind": "javascript-module",
|
|
3915
|
+
"path": "src/cell-editors/string.editor.ts",
|
|
3916
|
+
"declarations": [
|
|
3917
|
+
{
|
|
3918
|
+
"kind": "class",
|
|
3919
|
+
"description": "The string editor class for grid-tabulator",
|
|
3920
|
+
"name": "StringEditor",
|
|
3921
|
+
"members": [
|
|
3878
3922
|
{
|
|
3879
3923
|
"kind": "field",
|
|
3880
|
-
"name": "
|
|
3924
|
+
"name": "params",
|
|
3881
3925
|
"type": {
|
|
3882
|
-
"text": "
|
|
3883
|
-
}
|
|
3884
|
-
"privacy": "private",
|
|
3885
|
-
"default": "new Map()"
|
|
3926
|
+
"text": "StringEditorParams"
|
|
3927
|
+
}
|
|
3886
3928
|
},
|
|
3887
3929
|
{
|
|
3888
3930
|
"kind": "field",
|
|
3889
|
-
"name": "
|
|
3931
|
+
"name": "textField",
|
|
3890
3932
|
"type": {
|
|
3891
|
-
"text": "
|
|
3892
|
-
}
|
|
3893
|
-
|
|
3933
|
+
"text": "any"
|
|
3934
|
+
}
|
|
3935
|
+
},
|
|
3936
|
+
{
|
|
3937
|
+
"kind": "method",
|
|
3938
|
+
"name": "init",
|
|
3939
|
+
"parameters": [
|
|
3940
|
+
{
|
|
3941
|
+
"name": "params",
|
|
3942
|
+
"type": {
|
|
3943
|
+
"text": "StringEditorParams"
|
|
3944
|
+
}
|
|
3945
|
+
}
|
|
3946
|
+
],
|
|
3947
|
+
"description": "Initialize the editor with parameters"
|
|
3948
|
+
},
|
|
3949
|
+
{
|
|
3950
|
+
"kind": "method",
|
|
3951
|
+
"name": "getValue",
|
|
3952
|
+
"description": "Get current value"
|
|
3953
|
+
},
|
|
3954
|
+
{
|
|
3955
|
+
"kind": "method",
|
|
3956
|
+
"name": "focus",
|
|
3957
|
+
"description": "Set focus to the input"
|
|
3958
|
+
},
|
|
3959
|
+
{
|
|
3960
|
+
"kind": "method",
|
|
3961
|
+
"name": "handleKeyDown",
|
|
3962
|
+
"parameters": [
|
|
3963
|
+
{
|
|
3964
|
+
"name": "event",
|
|
3965
|
+
"type": {
|
|
3966
|
+
"text": "KeyboardEvent"
|
|
3967
|
+
}
|
|
3968
|
+
}
|
|
3969
|
+
],
|
|
3970
|
+
"description": "Process key down events"
|
|
3894
3971
|
},
|
|
3895
3972
|
{
|
|
3896
3973
|
"kind": "field",
|
|
3897
|
-
"name": "
|
|
3974
|
+
"name": "_presentation",
|
|
3898
3975
|
"type": {
|
|
3899
|
-
"text": "
|
|
3976
|
+
"text": "ComponentPresentation | null | undefined"
|
|
3900
3977
|
},
|
|
3901
|
-
"privacy": "private"
|
|
3978
|
+
"privacy": "private",
|
|
3979
|
+
"default": "void 0",
|
|
3980
|
+
"inheritedFrom": {
|
|
3981
|
+
"name": "FoundationElement",
|
|
3982
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3983
|
+
}
|
|
3902
3984
|
},
|
|
3903
3985
|
{
|
|
3904
3986
|
"kind": "field",
|
|
3905
|
-
"name": "
|
|
3987
|
+
"name": "$presentation",
|
|
3906
3988
|
"type": {
|
|
3907
|
-
"text": "
|
|
3989
|
+
"text": "ComponentPresentation | null"
|
|
3908
3990
|
},
|
|
3909
|
-
"privacy": "
|
|
3910
|
-
"
|
|
3991
|
+
"privacy": "public",
|
|
3992
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3993
|
+
"inheritedFrom": {
|
|
3994
|
+
"name": "FoundationElement",
|
|
3995
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3996
|
+
}
|
|
3911
3997
|
},
|
|
3912
3998
|
{
|
|
3913
3999
|
"kind": "field",
|
|
3914
|
-
"name": "
|
|
4000
|
+
"name": "template",
|
|
3915
4001
|
"type": {
|
|
3916
|
-
"text": "
|
|
4002
|
+
"text": "ElementViewTemplate | void | null"
|
|
3917
4003
|
},
|
|
3918
|
-
"privacy": "
|
|
3919
|
-
"
|
|
4004
|
+
"privacy": "public",
|
|
4005
|
+
"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.",
|
|
4006
|
+
"inheritedFrom": {
|
|
4007
|
+
"name": "FoundationElement",
|
|
4008
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4009
|
+
}
|
|
3920
4010
|
},
|
|
3921
4011
|
{
|
|
3922
4012
|
"kind": "method",
|
|
3923
|
-
"name": "
|
|
4013
|
+
"name": "templateChanged",
|
|
4014
|
+
"privacy": "protected",
|
|
3924
4015
|
"return": {
|
|
3925
4016
|
"type": {
|
|
3926
|
-
"text": "
|
|
4017
|
+
"text": "void"
|
|
3927
4018
|
}
|
|
3928
4019
|
},
|
|
3929
4020
|
"inheritedFrom": {
|
|
3930
|
-
"name": "
|
|
3931
|
-
"module": "src/
|
|
4021
|
+
"name": "FoundationElement",
|
|
4022
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3932
4023
|
}
|
|
3933
4024
|
},
|
|
3934
4025
|
{
|
|
3935
4026
|
"kind": "field",
|
|
3936
|
-
"name": "
|
|
4027
|
+
"name": "styles",
|
|
3937
4028
|
"type": {
|
|
3938
|
-
"text": "
|
|
4029
|
+
"text": "ElementStyles | void | null"
|
|
3939
4030
|
},
|
|
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"
|
|
4031
|
+
"privacy": "public",
|
|
4032
|
+
"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.",
|
|
4033
|
+
"inheritedFrom": {
|
|
4034
|
+
"name": "FoundationElement",
|
|
4035
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4036
|
+
}
|
|
3960
4037
|
},
|
|
3961
4038
|
{
|
|
3962
4039
|
"kind": "method",
|
|
3963
|
-
"name": "
|
|
3964
|
-
"
|
|
4040
|
+
"name": "stylesChanged",
|
|
4041
|
+
"privacy": "protected",
|
|
4042
|
+
"return": {
|
|
4043
|
+
"type": {
|
|
4044
|
+
"text": "void"
|
|
4045
|
+
}
|
|
4046
|
+
},
|
|
4047
|
+
"inheritedFrom": {
|
|
4048
|
+
"name": "FoundationElement",
|
|
4049
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4050
|
+
}
|
|
3965
4051
|
},
|
|
3966
4052
|
{
|
|
3967
4053
|
"kind": "method",
|
|
3968
|
-
"name": "
|
|
3969
|
-
"
|
|
3970
|
-
|
|
3971
|
-
"name": "errors",
|
|
3972
|
-
"type": {
|
|
3973
|
-
"text": "string | any[]"
|
|
3974
|
-
}
|
|
3975
|
-
}
|
|
3976
|
-
],
|
|
3977
|
-
"description": "Handles errors by emitting an error event"
|
|
3978
|
-
},
|
|
3979
|
-
{
|
|
3980
|
-
"kind": "method",
|
|
3981
|
-
"name": "getColumnDefs",
|
|
3982
|
-
"privacy": "private",
|
|
3983
|
-
"parameters": [
|
|
3984
|
-
{
|
|
3985
|
-
"name": "fieldsMetadata",
|
|
3986
|
-
"type": {
|
|
3987
|
-
"text": "FieldMetadata[]"
|
|
3988
|
-
},
|
|
3989
|
-
"description": "The field metadata to generate column definitions from"
|
|
3990
|
-
}
|
|
3991
|
-
],
|
|
3992
|
-
"description": "Generate column definitions from the field metadata"
|
|
3993
|
-
},
|
|
3994
|
-
{
|
|
3995
|
-
"kind": "method",
|
|
3996
|
-
"name": "handleSnapshot",
|
|
3997
|
-
"privacy": "private",
|
|
3998
|
-
"parameters": [
|
|
3999
|
-
{
|
|
4000
|
-
"name": "result"
|
|
4001
|
-
}
|
|
4002
|
-
]
|
|
4003
|
-
},
|
|
4004
|
-
{
|
|
4005
|
-
"kind": "method",
|
|
4006
|
-
"name": "datasourceOptions",
|
|
4007
|
-
"privacy": "private",
|
|
4008
|
-
"return": {
|
|
4009
|
-
"type": {
|
|
4010
|
-
"text": "DatasourceOptions"
|
|
4011
|
-
}
|
|
4012
|
-
}
|
|
4013
|
-
},
|
|
4014
|
-
{
|
|
4015
|
-
"kind": "method",
|
|
4016
|
-
"name": "handleStreamResult",
|
|
4017
|
-
"privacy": "private",
|
|
4018
|
-
"parameters": [
|
|
4019
|
-
{
|
|
4020
|
-
"name": "result",
|
|
4021
|
-
"type": {
|
|
4022
|
-
"text": "FilteredDataServerResult | RequestServerResult"
|
|
4023
|
-
}
|
|
4024
|
-
}
|
|
4025
|
-
]
|
|
4026
|
-
},
|
|
4027
|
-
{
|
|
4028
|
-
"kind": "method",
|
|
4029
|
-
"name": "applyRequestServerData",
|
|
4030
|
-
"privacy": "private",
|
|
4031
|
-
"parameters": [
|
|
4032
|
-
{
|
|
4033
|
-
"name": "requestServerResult",
|
|
4034
|
-
"type": {
|
|
4035
|
-
"text": "RequestServerResult"
|
|
4036
|
-
}
|
|
4037
|
-
}
|
|
4038
|
-
]
|
|
4039
|
-
},
|
|
4040
|
-
{
|
|
4041
|
-
"kind": "method",
|
|
4042
|
-
"name": "applyDataserverData",
|
|
4043
|
-
"privacy": "private",
|
|
4044
|
-
"parameters": [
|
|
4045
|
-
{
|
|
4046
|
-
"name": "dataServerResult",
|
|
4047
|
-
"type": {
|
|
4048
|
-
"text": "FilteredDataServerResult"
|
|
4049
|
-
}
|
|
4050
|
-
}
|
|
4051
|
-
]
|
|
4052
|
-
},
|
|
4053
|
-
{
|
|
4054
|
-
"kind": "method",
|
|
4055
|
-
"name": "applyTransaction",
|
|
4056
|
-
"privacy": "private"
|
|
4057
|
-
},
|
|
4058
|
-
{
|
|
4059
|
-
"kind": "method",
|
|
4060
|
-
"name": "mapTransaction",
|
|
4061
|
-
"privacy": "private",
|
|
4062
|
-
"parameters": [
|
|
4063
|
-
{
|
|
4064
|
-
"name": "transaction",
|
|
4065
|
-
"type": {
|
|
4066
|
-
"text": "RowDataTransaction"
|
|
4067
|
-
}
|
|
4068
|
-
}
|
|
4069
|
-
]
|
|
4070
|
-
},
|
|
4071
|
-
{
|
|
4072
|
-
"kind": "method",
|
|
4073
|
-
"name": "handleStreamInserts",
|
|
4074
|
-
"privacy": "private",
|
|
4075
|
-
"parameters": [
|
|
4076
|
-
{
|
|
4077
|
-
"name": "insertedRows",
|
|
4078
|
-
"type": {
|
|
4079
|
-
"text": "any[]"
|
|
4080
|
-
}
|
|
4081
|
-
}
|
|
4082
|
-
]
|
|
4083
|
-
},
|
|
4084
|
-
{
|
|
4085
|
-
"kind": "method",
|
|
4086
|
-
"name": "handleStreamDeletes",
|
|
4087
|
-
"privacy": "private",
|
|
4088
|
-
"parameters": [
|
|
4089
|
-
{
|
|
4090
|
-
"name": "deletedRows",
|
|
4091
|
-
"type": {
|
|
4092
|
-
"text": "any[]"
|
|
4093
|
-
}
|
|
4094
|
-
}
|
|
4095
|
-
]
|
|
4096
|
-
},
|
|
4097
|
-
{
|
|
4098
|
-
"kind": "method",
|
|
4099
|
-
"name": "handleStreamUpdates",
|
|
4100
|
-
"privacy": "private",
|
|
4101
|
-
"parameters": [
|
|
4102
|
-
{
|
|
4103
|
-
"name": "updatedRows",
|
|
4104
|
-
"type": {
|
|
4105
|
-
"text": "any[]"
|
|
4106
|
-
}
|
|
4107
|
-
}
|
|
4108
|
-
]
|
|
4109
|
-
},
|
|
4110
|
-
{
|
|
4111
|
-
"kind": "method",
|
|
4112
|
-
"name": "handleSizeChanged",
|
|
4113
|
-
"privacy": "private",
|
|
4114
|
-
"parameters": [
|
|
4115
|
-
{
|
|
4116
|
-
"name": "oldSize",
|
|
4117
|
-
"type": {
|
|
4118
|
-
"text": "number"
|
|
4119
|
-
}
|
|
4120
|
-
},
|
|
4121
|
-
{
|
|
4122
|
-
"name": "newSize",
|
|
4123
|
-
"type": {
|
|
4124
|
-
"text": "number"
|
|
4125
|
-
}
|
|
4126
|
-
}
|
|
4127
|
-
],
|
|
4128
|
-
"description": "Emit event when the number of rows changes"
|
|
4129
|
-
},
|
|
4130
|
-
{
|
|
4131
|
-
"kind": "method",
|
|
4132
|
-
"name": "buildCriteria",
|
|
4133
|
-
"privacy": "private",
|
|
4054
|
+
"name": "compose",
|
|
4055
|
+
"privacy": "public",
|
|
4056
|
+
"static": true,
|
|
4134
4057
|
"return": {
|
|
4135
4058
|
"type": {
|
|
4136
|
-
"text": "
|
|
4137
|
-
}
|
|
4138
|
-
}
|
|
4139
|
-
},
|
|
4140
|
-
{
|
|
4141
|
-
"kind": "method",
|
|
4142
|
-
"name": "setFilter",
|
|
4143
|
-
"privacy": "public",
|
|
4144
|
-
"parameters": [
|
|
4145
|
-
{
|
|
4146
|
-
"name": "fieldName",
|
|
4147
|
-
"type": {
|
|
4148
|
-
"text": "string"
|
|
4149
|
-
}
|
|
4150
|
-
},
|
|
4151
|
-
{
|
|
4152
|
-
"name": "newFilter",
|
|
4153
|
-
"type": {
|
|
4154
|
-
"text": "string"
|
|
4155
|
-
}
|
|
4156
|
-
}
|
|
4157
|
-
]
|
|
4158
|
-
},
|
|
4159
|
-
{
|
|
4160
|
-
"kind": "method",
|
|
4161
|
-
"name": "removeFilter",
|
|
4162
|
-
"privacy": "public",
|
|
4163
|
-
"parameters": [
|
|
4164
|
-
{
|
|
4165
|
-
"name": "fieldName",
|
|
4166
|
-
"type": {
|
|
4167
|
-
"text": "string"
|
|
4168
|
-
}
|
|
4059
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
4169
4060
|
}
|
|
4170
|
-
|
|
4171
|
-
},
|
|
4172
|
-
{
|
|
4173
|
-
"kind": "method",
|
|
4174
|
-
"name": "datasourceStatusChanged",
|
|
4061
|
+
},
|
|
4175
4062
|
"parameters": [
|
|
4176
4063
|
{
|
|
4177
|
-
"name": "
|
|
4064
|
+
"name": "this",
|
|
4178
4065
|
"type": {
|
|
4179
|
-
"text": "
|
|
4066
|
+
"text": "K"
|
|
4180
4067
|
}
|
|
4181
4068
|
},
|
|
4182
4069
|
{
|
|
4183
|
-
"name": "
|
|
4184
|
-
"type": {
|
|
4185
|
-
"text": "DatasourceStatus"
|
|
4186
|
-
}
|
|
4187
|
-
}
|
|
4188
|
-
]
|
|
4189
|
-
},
|
|
4190
|
-
{
|
|
4191
|
-
"kind": "method",
|
|
4192
|
-
"name": "cloneNode",
|
|
4193
|
-
"return": {
|
|
4194
|
-
"type": {
|
|
4195
|
-
"text": "Node"
|
|
4196
|
-
}
|
|
4197
|
-
},
|
|
4198
|
-
"parameters": [
|
|
4199
|
-
{
|
|
4200
|
-
"name": "deep",
|
|
4201
|
-
"optional": true,
|
|
4070
|
+
"name": "elementDefinition",
|
|
4202
4071
|
"type": {
|
|
4203
|
-
"text": "
|
|
4204
|
-
}
|
|
4072
|
+
"text": "T"
|
|
4073
|
+
},
|
|
4074
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
4205
4075
|
}
|
|
4206
4076
|
],
|
|
4077
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
4207
4078
|
"inheritedFrom": {
|
|
4208
|
-
"name": "
|
|
4209
|
-
"module": "src/
|
|
4210
|
-
}
|
|
4211
|
-
},
|
|
4212
|
-
{
|
|
4213
|
-
"kind": "field",
|
|
4214
|
-
"name": "shouldRunDisconnect",
|
|
4215
|
-
"return": {
|
|
4216
|
-
"type": {
|
|
4217
|
-
"text": ""
|
|
4218
|
-
}
|
|
4219
|
-
},
|
|
4220
|
-
"readonly": true,
|
|
4221
|
-
"inheritedFrom": {
|
|
4222
|
-
"name": "LifecycleMixin",
|
|
4223
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
4079
|
+
"name": "FoundationElement",
|
|
4080
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4224
4081
|
}
|
|
4225
|
-
}
|
|
4226
|
-
|
|
4227
|
-
|
|
4228
|
-
|
|
4229
|
-
|
|
4230
|
-
|
|
4231
|
-
|
|
4232
|
-
|
|
4233
|
-
|
|
4234
|
-
|
|
4235
|
-
|
|
4236
|
-
|
|
4237
|
-
|
|
4238
|
-
|
|
4239
|
-
|
|
4240
|
-
|
|
4241
|
-
|
|
4242
|
-
"name": "#_blockLifecycleDueToTokenChange",
|
|
4243
|
-
"return": {
|
|
4244
|
-
"type": {
|
|
4245
|
-
"text": "boolean"
|
|
4246
|
-
}
|
|
4247
|
-
},
|
|
4248
|
-
"parameters": [
|
|
4249
|
-
{
|
|
4250
|
-
"name": "lifecycleType",
|
|
4251
|
-
"type": {
|
|
4252
|
-
"text": "Lifecycletype"
|
|
4253
|
-
}
|
|
4254
|
-
}
|
|
4255
|
-
],
|
|
4256
|
-
"inheritedFrom": {
|
|
4257
|
-
"name": "LifecycleMixin",
|
|
4258
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
4259
|
-
}
|
|
4260
|
-
},
|
|
4261
|
-
{
|
|
4262
|
-
"kind": "field",
|
|
4263
|
-
"name": "_presentation",
|
|
4264
|
-
"type": {
|
|
4265
|
-
"text": "ComponentPresentation | null | undefined"
|
|
4266
|
-
},
|
|
4267
|
-
"privacy": "private",
|
|
4268
|
-
"default": "void 0",
|
|
4269
|
-
"inheritedFrom": {
|
|
4270
|
-
"name": "FoundationElement",
|
|
4271
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4272
|
-
}
|
|
4273
|
-
},
|
|
4274
|
-
{
|
|
4275
|
-
"kind": "field",
|
|
4276
|
-
"name": "$presentation",
|
|
4277
|
-
"type": {
|
|
4278
|
-
"text": "ComponentPresentation | null"
|
|
4279
|
-
},
|
|
4280
|
-
"privacy": "public",
|
|
4281
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
4282
|
-
"inheritedFrom": {
|
|
4283
|
-
"name": "FoundationElement",
|
|
4284
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4285
|
-
}
|
|
4286
|
-
},
|
|
4287
|
-
{
|
|
4288
|
-
"kind": "field",
|
|
4289
|
-
"name": "template",
|
|
4290
|
-
"type": {
|
|
4291
|
-
"text": "ElementViewTemplate | void | null"
|
|
4292
|
-
},
|
|
4293
|
-
"privacy": "public",
|
|
4294
|
-
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
4295
|
-
"inheritedFrom": {
|
|
4296
|
-
"name": "FoundationElement",
|
|
4297
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4298
|
-
}
|
|
4299
|
-
},
|
|
4082
|
+
}
|
|
4083
|
+
],
|
|
4084
|
+
"superclass": {
|
|
4085
|
+
"name": "FoundationElement",
|
|
4086
|
+
"package": "@microsoft/fast-foundation"
|
|
4087
|
+
}
|
|
4088
|
+
},
|
|
4089
|
+
{
|
|
4090
|
+
"kind": "variable",
|
|
4091
|
+
"name": "stringEditorStyles",
|
|
4092
|
+
"default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
|
|
4093
|
+
"description": "Styles for the string editor"
|
|
4094
|
+
},
|
|
4095
|
+
{
|
|
4096
|
+
"kind": "function",
|
|
4097
|
+
"name": "getStringEditorTemplate",
|
|
4098
|
+
"parameters": [
|
|
4300
4099
|
{
|
|
4301
|
-
"
|
|
4302
|
-
"
|
|
4303
|
-
"
|
|
4304
|
-
|
|
4305
|
-
|
|
4306
|
-
|
|
4307
|
-
|
|
4308
|
-
|
|
4309
|
-
"
|
|
4310
|
-
|
|
4311
|
-
|
|
4312
|
-
|
|
4313
|
-
|
|
4100
|
+
"name": "prefix",
|
|
4101
|
+
"default": "'foundation'",
|
|
4102
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4103
|
+
}
|
|
4104
|
+
],
|
|
4105
|
+
"description": "Get a Design System prefixed text field template.",
|
|
4106
|
+
"return": {
|
|
4107
|
+
"type": {
|
|
4108
|
+
"text": ""
|
|
4109
|
+
}
|
|
4110
|
+
}
|
|
4111
|
+
},
|
|
4112
|
+
{
|
|
4113
|
+
"kind": "variable",
|
|
4114
|
+
"name": "foundationStringEditor",
|
|
4115
|
+
"description": "Definition for the string editor component"
|
|
4116
|
+
}
|
|
4117
|
+
],
|
|
4118
|
+
"exports": [
|
|
4119
|
+
{
|
|
4120
|
+
"kind": "js",
|
|
4121
|
+
"name": "StringEditor",
|
|
4122
|
+
"declaration": {
|
|
4123
|
+
"name": "StringEditor",
|
|
4124
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
4125
|
+
}
|
|
4126
|
+
},
|
|
4127
|
+
{
|
|
4128
|
+
"kind": "js",
|
|
4129
|
+
"name": "stringEditorStyles",
|
|
4130
|
+
"declaration": {
|
|
4131
|
+
"name": "stringEditorStyles",
|
|
4132
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
4133
|
+
}
|
|
4134
|
+
},
|
|
4135
|
+
{
|
|
4136
|
+
"kind": "js",
|
|
4137
|
+
"name": "getStringEditorTemplate",
|
|
4138
|
+
"declaration": {
|
|
4139
|
+
"name": "getStringEditorTemplate",
|
|
4140
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
4141
|
+
}
|
|
4142
|
+
},
|
|
4143
|
+
{
|
|
4144
|
+
"kind": "js",
|
|
4145
|
+
"name": "foundationStringEditor",
|
|
4146
|
+
"declaration": {
|
|
4147
|
+
"name": "foundationStringEditor",
|
|
4148
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
4149
|
+
}
|
|
4150
|
+
}
|
|
4151
|
+
]
|
|
4152
|
+
},
|
|
4153
|
+
{
|
|
4154
|
+
"kind": "javascript-module",
|
|
4155
|
+
"path": "src/external/fonts.ts",
|
|
4156
|
+
"declarations": [
|
|
4157
|
+
{
|
|
4158
|
+
"kind": "variable",
|
|
4159
|
+
"name": "tabulatorDefaultFontFace",
|
|
4160
|
+
"default": "`\n @font-face {\n font-family: \"defaultFontFace\";\n }\n`"
|
|
4161
|
+
},
|
|
4162
|
+
{
|
|
4163
|
+
"kind": "variable",
|
|
4164
|
+
"name": "tabulatorRapidFontFace",
|
|
4165
|
+
"default": "`\n @font-face {\n font-family: \"rapidFontFace\";\n }\n`"
|
|
4166
|
+
},
|
|
4167
|
+
{
|
|
4168
|
+
"kind": "variable",
|
|
4169
|
+
"name": "gridThemeFontFaceMap",
|
|
4170
|
+
"type": {
|
|
4171
|
+
"text": "GridThemeFontFaceMap"
|
|
4172
|
+
},
|
|
4173
|
+
"default": "{\n [GridTabulatorTheme.default]: tabulatorDefaultFontFace,\n [GridTabulatorTheme.rapid]: tabulatorRapidFontFace,\n}"
|
|
4174
|
+
},
|
|
4175
|
+
{
|
|
4176
|
+
"kind": "variable",
|
|
4177
|
+
"name": "defaultGridTabulatorFontFace",
|
|
4178
|
+
"default": "tabulatorDefaultFontFace"
|
|
4179
|
+
}
|
|
4180
|
+
],
|
|
4181
|
+
"exports": [
|
|
4182
|
+
{
|
|
4183
|
+
"kind": "js",
|
|
4184
|
+
"name": "tabulatorDefaultFontFace",
|
|
4185
|
+
"declaration": {
|
|
4186
|
+
"name": "tabulatorDefaultFontFace",
|
|
4187
|
+
"module": "src/external/fonts.ts"
|
|
4188
|
+
}
|
|
4189
|
+
},
|
|
4190
|
+
{
|
|
4191
|
+
"kind": "js",
|
|
4192
|
+
"name": "tabulatorRapidFontFace",
|
|
4193
|
+
"declaration": {
|
|
4194
|
+
"name": "tabulatorRapidFontFace",
|
|
4195
|
+
"module": "src/external/fonts.ts"
|
|
4196
|
+
}
|
|
4197
|
+
},
|
|
4198
|
+
{
|
|
4199
|
+
"kind": "js",
|
|
4200
|
+
"name": "gridThemeFontFaceMap",
|
|
4201
|
+
"declaration": {
|
|
4202
|
+
"name": "gridThemeFontFaceMap",
|
|
4203
|
+
"module": "src/external/fonts.ts"
|
|
4204
|
+
}
|
|
4205
|
+
},
|
|
4206
|
+
{
|
|
4207
|
+
"kind": "js",
|
|
4208
|
+
"name": "defaultGridTabulatorFontFace",
|
|
4209
|
+
"declaration": {
|
|
4210
|
+
"name": "defaultGridTabulatorFontFace",
|
|
4211
|
+
"module": "src/external/fonts.ts"
|
|
4212
|
+
}
|
|
4213
|
+
}
|
|
4214
|
+
]
|
|
4215
|
+
},
|
|
4216
|
+
{
|
|
4217
|
+
"kind": "javascript-module",
|
|
4218
|
+
"path": "src/external/index.ts",
|
|
4219
|
+
"declarations": [
|
|
4220
|
+
{
|
|
4221
|
+
"kind": "variable",
|
|
4222
|
+
"name": "tabulatorExternalStockStyles",
|
|
4223
|
+
"default": "css`\n ${tabulatorThemeSimpleCSS}\n`",
|
|
4224
|
+
"description": "External styles for the Tabulator grid.",
|
|
4225
|
+
"privacy": "public"
|
|
4226
|
+
}
|
|
4227
|
+
],
|
|
4228
|
+
"exports": [
|
|
4229
|
+
{
|
|
4230
|
+
"kind": "js",
|
|
4231
|
+
"name": "tabulatorExternalStockStyles",
|
|
4232
|
+
"declaration": {
|
|
4233
|
+
"name": "tabulatorExternalStockStyles",
|
|
4234
|
+
"module": "src/external/index.ts"
|
|
4235
|
+
}
|
|
4236
|
+
},
|
|
4237
|
+
{
|
|
4238
|
+
"kind": "js",
|
|
4239
|
+
"name": "tabulatorThemeSimpleCSS",
|
|
4240
|
+
"declaration": {
|
|
4241
|
+
"name": "tabulatorThemeSimpleCSS",
|
|
4242
|
+
"module": "src/external/index.ts"
|
|
4243
|
+
}
|
|
4244
|
+
}
|
|
4245
|
+
]
|
|
4246
|
+
},
|
|
4247
|
+
{
|
|
4248
|
+
"kind": "javascript-module",
|
|
4249
|
+
"path": "src/external/tabulator-theme-simple-css.ts",
|
|
4250
|
+
"declarations": [
|
|
4251
|
+
{
|
|
4252
|
+
"kind": "variable",
|
|
4253
|
+
"name": "tabulatorThemeSimpleCSS",
|
|
4254
|
+
"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`",
|
|
4255
|
+
"description": "External styles for the Tabulator grid.",
|
|
4256
|
+
"privacy": "public"
|
|
4257
|
+
}
|
|
4258
|
+
],
|
|
4259
|
+
"exports": [
|
|
4260
|
+
{
|
|
4261
|
+
"kind": "js",
|
|
4262
|
+
"name": "tabulatorThemeSimpleCSS",
|
|
4263
|
+
"declaration": {
|
|
4264
|
+
"name": "tabulatorThemeSimpleCSS",
|
|
4265
|
+
"module": "src/external/tabulator-theme-simple-css.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": [
|
|
4314
4283
|
{
|
|
4315
|
-
"
|
|
4316
|
-
"name": "styles",
|
|
4284
|
+
"name": "cell",
|
|
4317
4285
|
"type": {
|
|
4318
|
-
"text": "
|
|
4319
|
-
},
|
|
4320
|
-
"privacy": "public",
|
|
4321
|
-
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
4322
|
-
"inheritedFrom": {
|
|
4323
|
-
"name": "FoundationElement",
|
|
4324
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4325
|
-
}
|
|
4326
|
-
},
|
|
4327
|
-
{
|
|
4328
|
-
"kind": "method",
|
|
4329
|
-
"name": "stylesChanged",
|
|
4330
|
-
"privacy": "protected",
|
|
4331
|
-
"return": {
|
|
4332
|
-
"type": {
|
|
4333
|
-
"text": "void"
|
|
4334
|
-
}
|
|
4286
|
+
"text": "any"
|
|
4335
4287
|
},
|
|
4336
|
-
"
|
|
4337
|
-
"name": "FoundationElement",
|
|
4338
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4339
|
-
}
|
|
4288
|
+
"description": "The cell component provided by Tabulator"
|
|
4340
4289
|
},
|
|
4341
4290
|
{
|
|
4342
|
-
"
|
|
4343
|
-
"
|
|
4344
|
-
"
|
|
4345
|
-
|
|
4346
|
-
"return": {
|
|
4347
|
-
"type": {
|
|
4348
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
4349
|
-
}
|
|
4291
|
+
"name": "formatterParams",
|
|
4292
|
+
"default": "{}",
|
|
4293
|
+
"type": {
|
|
4294
|
+
"text": "ActionFormatterParams<T>"
|
|
4350
4295
|
},
|
|
4351
|
-
"
|
|
4352
|
-
{
|
|
4353
|
-
"name": "this",
|
|
4354
|
-
"type": {
|
|
4355
|
-
"text": "K"
|
|
4356
|
-
}
|
|
4357
|
-
},
|
|
4358
|
-
{
|
|
4359
|
-
"name": "elementDefinition",
|
|
4360
|
-
"type": {
|
|
4361
|
-
"text": "T"
|
|
4362
|
-
},
|
|
4363
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
4364
|
-
}
|
|
4365
|
-
],
|
|
4366
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
4367
|
-
"inheritedFrom": {
|
|
4368
|
-
"name": "FoundationElement",
|
|
4369
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4370
|
-
}
|
|
4296
|
+
"description": "Action formatter parameters"
|
|
4371
4297
|
}
|
|
4372
4298
|
],
|
|
4373
|
-
"
|
|
4374
|
-
|
|
4375
|
-
|
|
4376
|
-
|
|
4377
|
-
|
|
4378
|
-
|
|
4379
|
-
|
|
4380
|
-
|
|
4381
|
-
|
|
4382
|
-
|
|
4383
|
-
|
|
4384
|
-
|
|
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": ""
|
|
4385
4324
|
}
|
|
4386
|
-
|
|
4387
|
-
"
|
|
4388
|
-
{
|
|
4389
|
-
"name": "criteria",
|
|
4390
|
-
"type": {
|
|
4391
|
-
"text": "string"
|
|
4392
|
-
},
|
|
4393
|
-
"fieldName": "criteria"
|
|
4394
|
-
},
|
|
4395
|
-
{
|
|
4396
|
-
"name": "fields",
|
|
4397
|
-
"type": {
|
|
4398
|
-
"text": "string"
|
|
4399
|
-
},
|
|
4400
|
-
"fieldName": "fields"
|
|
4401
|
-
},
|
|
4402
|
-
{
|
|
4403
|
-
"name": "is-snapshot",
|
|
4404
|
-
"type": {
|
|
4405
|
-
"text": "boolean"
|
|
4406
|
-
},
|
|
4407
|
-
"default": "false",
|
|
4408
|
-
"fieldName": "isSnapshot"
|
|
4409
|
-
},
|
|
4410
|
-
{
|
|
4411
|
-
"name": "max-rows",
|
|
4412
|
-
"type": {
|
|
4413
|
-
"text": "number"
|
|
4414
|
-
},
|
|
4415
|
-
"fieldName": "maxRows"
|
|
4416
|
-
},
|
|
4417
|
-
{
|
|
4418
|
-
"name": "max-view",
|
|
4419
|
-
"type": {
|
|
4420
|
-
"text": "number"
|
|
4421
|
-
},
|
|
4422
|
-
"fieldName": "maxView"
|
|
4423
|
-
},
|
|
4424
|
-
{
|
|
4425
|
-
"name": "polling-interval",
|
|
4426
|
-
"type": {
|
|
4427
|
-
"text": "number"
|
|
4428
|
-
},
|
|
4429
|
-
"fieldName": "pollingInterval"
|
|
4430
|
-
},
|
|
4431
|
-
{
|
|
4432
|
-
"name": "moving-view",
|
|
4433
|
-
"type": {
|
|
4434
|
-
"text": "boolean"
|
|
4435
|
-
},
|
|
4436
|
-
"default": "false",
|
|
4437
|
-
"fieldName": "movingView"
|
|
4438
|
-
},
|
|
4439
|
-
{
|
|
4440
|
-
"name": "order-by",
|
|
4441
|
-
"type": {
|
|
4442
|
-
"text": "string"
|
|
4443
|
-
},
|
|
4444
|
-
"fieldName": "orderBy"
|
|
4445
|
-
},
|
|
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
|
]
|