@genesislcap/grid-tabulator 14.354.0 → 14.354.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 +831 -831
- package/package.json +13 -13
|
@@ -1649,404 +1649,6 @@
|
|
|
1649
1649
|
}
|
|
1650
1650
|
]
|
|
1651
1651
|
},
|
|
1652
|
-
{
|
|
1653
|
-
"kind": "javascript-module",
|
|
1654
|
-
"path": "src/cell-formatters/action.formatter.ts",
|
|
1655
|
-
"declarations": [
|
|
1656
|
-
{
|
|
1657
|
-
"kind": "function",
|
|
1658
|
-
"name": "actionFormatter",
|
|
1659
|
-
"return": {
|
|
1660
|
-
"type": {
|
|
1661
|
-
"text": ""
|
|
1662
|
-
}
|
|
1663
|
-
},
|
|
1664
|
-
"parameters": [
|
|
1665
|
-
{
|
|
1666
|
-
"name": "cell",
|
|
1667
|
-
"type": {
|
|
1668
|
-
"text": "any"
|
|
1669
|
-
},
|
|
1670
|
-
"description": "The cell component provided by Tabulator"
|
|
1671
|
-
},
|
|
1672
|
-
{
|
|
1673
|
-
"name": "formatterParams",
|
|
1674
|
-
"default": "{}",
|
|
1675
|
-
"type": {
|
|
1676
|
-
"text": "ActionFormatterParams<T>"
|
|
1677
|
-
},
|
|
1678
|
-
"description": "Action formatter parameters"
|
|
1679
|
-
}
|
|
1680
|
-
],
|
|
1681
|
-
"description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
|
|
1682
|
-
"privacy": "public"
|
|
1683
|
-
}
|
|
1684
|
-
],
|
|
1685
|
-
"exports": [
|
|
1686
|
-
{
|
|
1687
|
-
"kind": "js",
|
|
1688
|
-
"name": "actionFormatter",
|
|
1689
|
-
"declaration": {
|
|
1690
|
-
"name": "actionFormatter",
|
|
1691
|
-
"module": "src/cell-formatters/action.formatter.ts"
|
|
1692
|
-
}
|
|
1693
|
-
}
|
|
1694
|
-
]
|
|
1695
|
-
},
|
|
1696
|
-
{
|
|
1697
|
-
"kind": "javascript-module",
|
|
1698
|
-
"path": "src/cell-formatters/actions-menu.formatter.ts",
|
|
1699
|
-
"declarations": [
|
|
1700
|
-
{
|
|
1701
|
-
"kind": "function",
|
|
1702
|
-
"name": "actionsMenuFormatter",
|
|
1703
|
-
"return": {
|
|
1704
|
-
"type": {
|
|
1705
|
-
"text": ""
|
|
1706
|
-
}
|
|
1707
|
-
},
|
|
1708
|
-
"parameters": [
|
|
1709
|
-
{
|
|
1710
|
-
"name": "cell",
|
|
1711
|
-
"type": {
|
|
1712
|
-
"text": "any"
|
|
1713
|
-
},
|
|
1714
|
-
"description": "The cell component provided by Tabulator"
|
|
1715
|
-
},
|
|
1716
|
-
{
|
|
1717
|
-
"name": "formatterParams",
|
|
1718
|
-
"default": "{}",
|
|
1719
|
-
"type": {
|
|
1720
|
-
"text": "ActionsMenuFormatterParams<T>"
|
|
1721
|
-
},
|
|
1722
|
-
"description": "Actions menu formatter parameters"
|
|
1723
|
-
}
|
|
1724
|
-
],
|
|
1725
|
-
"description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
|
|
1726
|
-
"privacy": "public"
|
|
1727
|
-
}
|
|
1728
|
-
],
|
|
1729
|
-
"exports": [
|
|
1730
|
-
{
|
|
1731
|
-
"kind": "js",
|
|
1732
|
-
"name": "actionsMenuFormatter",
|
|
1733
|
-
"declaration": {
|
|
1734
|
-
"name": "actionsMenuFormatter",
|
|
1735
|
-
"module": "src/cell-formatters/actions-menu.formatter.ts"
|
|
1736
|
-
}
|
|
1737
|
-
}
|
|
1738
|
-
]
|
|
1739
|
-
},
|
|
1740
|
-
{
|
|
1741
|
-
"kind": "javascript-module",
|
|
1742
|
-
"path": "src/cell-formatters/boolean.formatter.ts",
|
|
1743
|
-
"declarations": [
|
|
1744
|
-
{
|
|
1745
|
-
"kind": "function",
|
|
1746
|
-
"name": "booleanFormatter",
|
|
1747
|
-
"return": {
|
|
1748
|
-
"type": {
|
|
1749
|
-
"text": ""
|
|
1750
|
-
}
|
|
1751
|
-
},
|
|
1752
|
-
"parameters": [
|
|
1753
|
-
{
|
|
1754
|
-
"name": "cell",
|
|
1755
|
-
"type": {
|
|
1756
|
-
"text": "any"
|
|
1757
|
-
},
|
|
1758
|
-
"description": "The cell component provided by Tabulator"
|
|
1759
|
-
},
|
|
1760
|
-
{
|
|
1761
|
-
"name": "formatterParams",
|
|
1762
|
-
"default": "{}",
|
|
1763
|
-
"type": {
|
|
1764
|
-
"text": "BooleanFormatterParams<T>"
|
|
1765
|
-
},
|
|
1766
|
-
"description": "Boolean formatter parameters"
|
|
1767
|
-
}
|
|
1768
|
-
],
|
|
1769
|
-
"description": "Formatter that displays boolean values using a checkbox component.\nStyled to match grid-pro boolean renderer.",
|
|
1770
|
-
"privacy": "public"
|
|
1771
|
-
}
|
|
1772
|
-
],
|
|
1773
|
-
"exports": [
|
|
1774
|
-
{
|
|
1775
|
-
"kind": "js",
|
|
1776
|
-
"name": "booleanFormatter",
|
|
1777
|
-
"declaration": {
|
|
1778
|
-
"name": "booleanFormatter",
|
|
1779
|
-
"module": "src/cell-formatters/boolean.formatter.ts"
|
|
1780
|
-
}
|
|
1781
|
-
}
|
|
1782
|
-
]
|
|
1783
|
-
},
|
|
1784
|
-
{
|
|
1785
|
-
"kind": "javascript-module",
|
|
1786
|
-
"path": "src/cell-formatters/constants.ts",
|
|
1787
|
-
"declarations": [],
|
|
1788
|
-
"exports": []
|
|
1789
|
-
},
|
|
1790
|
-
{
|
|
1791
|
-
"kind": "javascript-module",
|
|
1792
|
-
"path": "src/cell-formatters/editable.formatter.ts",
|
|
1793
|
-
"declarations": [
|
|
1794
|
-
{
|
|
1795
|
-
"kind": "function",
|
|
1796
|
-
"name": "editableFormatter",
|
|
1797
|
-
"return": {
|
|
1798
|
-
"type": {
|
|
1799
|
-
"text": ""
|
|
1800
|
-
}
|
|
1801
|
-
},
|
|
1802
|
-
"parameters": [
|
|
1803
|
-
{
|
|
1804
|
-
"name": "cell",
|
|
1805
|
-
"type": {
|
|
1806
|
-
"text": "any"
|
|
1807
|
-
},
|
|
1808
|
-
"description": "The cell component provided by Tabulator"
|
|
1809
|
-
},
|
|
1810
|
-
{
|
|
1811
|
-
"name": "formatterParams",
|
|
1812
|
-
"default": "{}",
|
|
1813
|
-
"type": {
|
|
1814
|
-
"text": "EditableFormatterParams<T>"
|
|
1815
|
-
},
|
|
1816
|
-
"description": "Editable formatter parameters"
|
|
1817
|
-
}
|
|
1818
|
-
],
|
|
1819
|
-
"description": "Formatter that displays an editable cell with validation state",
|
|
1820
|
-
"privacy": "public"
|
|
1821
|
-
}
|
|
1822
|
-
],
|
|
1823
|
-
"exports": [
|
|
1824
|
-
{
|
|
1825
|
-
"kind": "js",
|
|
1826
|
-
"name": "editableFormatter",
|
|
1827
|
-
"declaration": {
|
|
1828
|
-
"name": "editableFormatter",
|
|
1829
|
-
"module": "src/cell-formatters/editable.formatter.ts"
|
|
1830
|
-
}
|
|
1831
|
-
}
|
|
1832
|
-
]
|
|
1833
|
-
},
|
|
1834
|
-
{
|
|
1835
|
-
"kind": "javascript-module",
|
|
1836
|
-
"path": "src/cell-formatters/index.ts",
|
|
1837
|
-
"declarations": [
|
|
1838
|
-
{
|
|
1839
|
-
"kind": "variable",
|
|
1840
|
-
"name": "formatters",
|
|
1841
|
-
"type": {
|
|
1842
|
-
"text": "object"
|
|
1843
|
-
},
|
|
1844
|
-
"default": "{\n action: actionFormatter,\n actionsMenu: actionsMenuFormatter,\n boolean: booleanFormatter,\n editable: editableFormatter,\n select: selectFormatter,\n text: textFormatter,\n}",
|
|
1845
|
-
"description": "Zero formatters for Tabulator grid"
|
|
1846
|
-
}
|
|
1847
|
-
],
|
|
1848
|
-
"exports": [
|
|
1849
|
-
{
|
|
1850
|
-
"kind": "js",
|
|
1851
|
-
"name": "*",
|
|
1852
|
-
"declaration": {
|
|
1853
|
-
"name": "*",
|
|
1854
|
-
"package": "./constants"
|
|
1855
|
-
}
|
|
1856
|
-
},
|
|
1857
|
-
{
|
|
1858
|
-
"kind": "js",
|
|
1859
|
-
"name": "ActionFormatterParams",
|
|
1860
|
-
"declaration": {
|
|
1861
|
-
"name": "ActionFormatterParams",
|
|
1862
|
-
"module": "src/cell-formatters/index.ts"
|
|
1863
|
-
}
|
|
1864
|
-
},
|
|
1865
|
-
{
|
|
1866
|
-
"kind": "js",
|
|
1867
|
-
"name": "actionFormatter",
|
|
1868
|
-
"declaration": {
|
|
1869
|
-
"name": "actionFormatter",
|
|
1870
|
-
"module": "src/cell-formatters/index.ts"
|
|
1871
|
-
}
|
|
1872
|
-
},
|
|
1873
|
-
{
|
|
1874
|
-
"kind": "js",
|
|
1875
|
-
"name": "ActionsMenuFormatterParams",
|
|
1876
|
-
"declaration": {
|
|
1877
|
-
"name": "ActionsMenuFormatterParams",
|
|
1878
|
-
"module": "src/cell-formatters/index.ts"
|
|
1879
|
-
}
|
|
1880
|
-
},
|
|
1881
|
-
{
|
|
1882
|
-
"kind": "js",
|
|
1883
|
-
"name": "actionsMenuFormatter",
|
|
1884
|
-
"declaration": {
|
|
1885
|
-
"name": "actionsMenuFormatter",
|
|
1886
|
-
"module": "src/cell-formatters/index.ts"
|
|
1887
|
-
}
|
|
1888
|
-
},
|
|
1889
|
-
{
|
|
1890
|
-
"kind": "js",
|
|
1891
|
-
"name": "BooleanFormatterParams",
|
|
1892
|
-
"declaration": {
|
|
1893
|
-
"name": "BooleanFormatterParams",
|
|
1894
|
-
"module": "src/cell-formatters/index.ts"
|
|
1895
|
-
}
|
|
1896
|
-
},
|
|
1897
|
-
{
|
|
1898
|
-
"kind": "js",
|
|
1899
|
-
"name": "booleanFormatter",
|
|
1900
|
-
"declaration": {
|
|
1901
|
-
"name": "booleanFormatter",
|
|
1902
|
-
"module": "src/cell-formatters/index.ts"
|
|
1903
|
-
}
|
|
1904
|
-
},
|
|
1905
|
-
{
|
|
1906
|
-
"kind": "js",
|
|
1907
|
-
"name": "EditableFormatterParams",
|
|
1908
|
-
"declaration": {
|
|
1909
|
-
"name": "EditableFormatterParams",
|
|
1910
|
-
"module": "src/cell-formatters/index.ts"
|
|
1911
|
-
}
|
|
1912
|
-
},
|
|
1913
|
-
{
|
|
1914
|
-
"kind": "js",
|
|
1915
|
-
"name": "editableFormatter",
|
|
1916
|
-
"declaration": {
|
|
1917
|
-
"name": "editableFormatter",
|
|
1918
|
-
"module": "src/cell-formatters/index.ts"
|
|
1919
|
-
}
|
|
1920
|
-
},
|
|
1921
|
-
{
|
|
1922
|
-
"kind": "js",
|
|
1923
|
-
"name": "SelectFormatterParams",
|
|
1924
|
-
"declaration": {
|
|
1925
|
-
"name": "SelectFormatterParams",
|
|
1926
|
-
"module": "src/cell-formatters/index.ts"
|
|
1927
|
-
}
|
|
1928
|
-
},
|
|
1929
|
-
{
|
|
1930
|
-
"kind": "js",
|
|
1931
|
-
"name": "selectFormatter",
|
|
1932
|
-
"declaration": {
|
|
1933
|
-
"name": "selectFormatter",
|
|
1934
|
-
"module": "src/cell-formatters/index.ts"
|
|
1935
|
-
}
|
|
1936
|
-
},
|
|
1937
|
-
{
|
|
1938
|
-
"kind": "js",
|
|
1939
|
-
"name": "TextFormatterParams",
|
|
1940
|
-
"declaration": {
|
|
1941
|
-
"name": "TextFormatterParams",
|
|
1942
|
-
"module": "src/cell-formatters/index.ts"
|
|
1943
|
-
}
|
|
1944
|
-
},
|
|
1945
|
-
{
|
|
1946
|
-
"kind": "js",
|
|
1947
|
-
"name": "textFormatter",
|
|
1948
|
-
"declaration": {
|
|
1949
|
-
"name": "textFormatter",
|
|
1950
|
-
"module": "src/cell-formatters/index.ts"
|
|
1951
|
-
}
|
|
1952
|
-
},
|
|
1953
|
-
{
|
|
1954
|
-
"kind": "js",
|
|
1955
|
-
"name": "formatters",
|
|
1956
|
-
"declaration": {
|
|
1957
|
-
"name": "formatters",
|
|
1958
|
-
"module": "src/cell-formatters/index.ts"
|
|
1959
|
-
}
|
|
1960
|
-
}
|
|
1961
|
-
]
|
|
1962
|
-
},
|
|
1963
|
-
{
|
|
1964
|
-
"kind": "javascript-module",
|
|
1965
|
-
"path": "src/cell-formatters/select.formatter.ts",
|
|
1966
|
-
"declarations": [
|
|
1967
|
-
{
|
|
1968
|
-
"kind": "function",
|
|
1969
|
-
"name": "selectFormatter",
|
|
1970
|
-
"return": {
|
|
1971
|
-
"type": {
|
|
1972
|
-
"text": ""
|
|
1973
|
-
}
|
|
1974
|
-
},
|
|
1975
|
-
"parameters": [
|
|
1976
|
-
{
|
|
1977
|
-
"name": "cell",
|
|
1978
|
-
"type": {
|
|
1979
|
-
"text": "any"
|
|
1980
|
-
},
|
|
1981
|
-
"description": "The cell component provided by Tabulator"
|
|
1982
|
-
},
|
|
1983
|
-
{
|
|
1984
|
-
"name": "formatterParams",
|
|
1985
|
-
"type": {
|
|
1986
|
-
"text": "SelectFormatterParams<T>"
|
|
1987
|
-
},
|
|
1988
|
-
"description": "Select formatter parameters"
|
|
1989
|
-
}
|
|
1990
|
-
],
|
|
1991
|
-
"description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
|
|
1992
|
-
"privacy": "public"
|
|
1993
|
-
}
|
|
1994
|
-
],
|
|
1995
|
-
"exports": [
|
|
1996
|
-
{
|
|
1997
|
-
"kind": "js",
|
|
1998
|
-
"name": "selectFormatter",
|
|
1999
|
-
"declaration": {
|
|
2000
|
-
"name": "selectFormatter",
|
|
2001
|
-
"module": "src/cell-formatters/select.formatter.ts"
|
|
2002
|
-
}
|
|
2003
|
-
}
|
|
2004
|
-
]
|
|
2005
|
-
},
|
|
2006
|
-
{
|
|
2007
|
-
"kind": "javascript-module",
|
|
2008
|
-
"path": "src/cell-formatters/text.formatter.ts",
|
|
2009
|
-
"declarations": [
|
|
2010
|
-
{
|
|
2011
|
-
"kind": "function",
|
|
2012
|
-
"name": "textFormatter",
|
|
2013
|
-
"return": {
|
|
2014
|
-
"type": {
|
|
2015
|
-
"text": ""
|
|
2016
|
-
}
|
|
2017
|
-
},
|
|
2018
|
-
"parameters": [
|
|
2019
|
-
{
|
|
2020
|
-
"name": "cell",
|
|
2021
|
-
"type": {
|
|
2022
|
-
"text": "any"
|
|
2023
|
-
},
|
|
2024
|
-
"description": "The cell component provided by Tabulator"
|
|
2025
|
-
},
|
|
2026
|
-
{
|
|
2027
|
-
"name": "formatterParams",
|
|
2028
|
-
"default": "{}",
|
|
2029
|
-
"type": {
|
|
2030
|
-
"text": "TextFormatterParams<T>"
|
|
2031
|
-
},
|
|
2032
|
-
"description": "Text formatter parameters"
|
|
2033
|
-
}
|
|
2034
|
-
],
|
|
2035
|
-
"description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
|
|
2036
|
-
"privacy": "public"
|
|
2037
|
-
}
|
|
2038
|
-
],
|
|
2039
|
-
"exports": [
|
|
2040
|
-
{
|
|
2041
|
-
"kind": "js",
|
|
2042
|
-
"name": "textFormatter",
|
|
2043
|
-
"declaration": {
|
|
2044
|
-
"name": "textFormatter",
|
|
2045
|
-
"module": "src/cell-formatters/text.formatter.ts"
|
|
2046
|
-
}
|
|
2047
|
-
}
|
|
2048
|
-
]
|
|
2049
|
-
},
|
|
2050
1652
|
{
|
|
2051
1653
|
"kind": "javascript-module",
|
|
2052
1654
|
"path": "src/cell-editors/date.editor.ts",
|
|
@@ -2584,49 +2186,289 @@
|
|
|
2584
2186
|
},
|
|
2585
2187
|
{
|
|
2586
2188
|
"kind": "js",
|
|
2587
|
-
"name": "multiselectEditorStyles",
|
|
2189
|
+
"name": "multiselectEditorStyles",
|
|
2190
|
+
"declaration": {
|
|
2191
|
+
"name": "multiselectEditorStyles",
|
|
2192
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2193
|
+
}
|
|
2194
|
+
},
|
|
2195
|
+
{
|
|
2196
|
+
"kind": "js",
|
|
2197
|
+
"name": "getMultiselectEditorTemplate",
|
|
2198
|
+
"declaration": {
|
|
2199
|
+
"name": "getMultiselectEditorTemplate",
|
|
2200
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2201
|
+
}
|
|
2202
|
+
},
|
|
2203
|
+
{
|
|
2204
|
+
"kind": "js",
|
|
2205
|
+
"name": "foundationMultiselectEditor",
|
|
2206
|
+
"declaration": {
|
|
2207
|
+
"name": "foundationMultiselectEditor",
|
|
2208
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2209
|
+
}
|
|
2210
|
+
}
|
|
2211
|
+
]
|
|
2212
|
+
},
|
|
2213
|
+
{
|
|
2214
|
+
"kind": "javascript-module",
|
|
2215
|
+
"path": "src/cell-editors/number.editor.ts",
|
|
2216
|
+
"declarations": [
|
|
2217
|
+
{
|
|
2218
|
+
"kind": "class",
|
|
2219
|
+
"description": "The number editor class for grid-tabulator",
|
|
2220
|
+
"name": "NumberEditor",
|
|
2221
|
+
"members": [
|
|
2222
|
+
{
|
|
2223
|
+
"kind": "field",
|
|
2224
|
+
"name": "params",
|
|
2225
|
+
"type": {
|
|
2226
|
+
"text": "NumberEditorParams"
|
|
2227
|
+
}
|
|
2228
|
+
},
|
|
2229
|
+
{
|
|
2230
|
+
"kind": "field",
|
|
2231
|
+
"name": "numberField",
|
|
2232
|
+
"type": {
|
|
2233
|
+
"text": "any"
|
|
2234
|
+
}
|
|
2235
|
+
},
|
|
2236
|
+
{
|
|
2237
|
+
"kind": "method",
|
|
2238
|
+
"name": "init",
|
|
2239
|
+
"parameters": [
|
|
2240
|
+
{
|
|
2241
|
+
"name": "params",
|
|
2242
|
+
"type": {
|
|
2243
|
+
"text": "NumberEditorParams"
|
|
2244
|
+
}
|
|
2245
|
+
}
|
|
2246
|
+
],
|
|
2247
|
+
"description": "Initialize the editor with parameters"
|
|
2248
|
+
},
|
|
2249
|
+
{
|
|
2250
|
+
"kind": "method",
|
|
2251
|
+
"name": "getValue",
|
|
2252
|
+
"description": "Get current value"
|
|
2253
|
+
},
|
|
2254
|
+
{
|
|
2255
|
+
"kind": "method",
|
|
2256
|
+
"name": "focus",
|
|
2257
|
+
"description": "Set focus to the input"
|
|
2258
|
+
},
|
|
2259
|
+
{
|
|
2260
|
+
"kind": "method",
|
|
2261
|
+
"name": "handleKeyDown",
|
|
2262
|
+
"parameters": [
|
|
2263
|
+
{
|
|
2264
|
+
"name": "event",
|
|
2265
|
+
"type": {
|
|
2266
|
+
"text": "KeyboardEvent"
|
|
2267
|
+
}
|
|
2268
|
+
}
|
|
2269
|
+
],
|
|
2270
|
+
"description": "Process key down events"
|
|
2271
|
+
},
|
|
2272
|
+
{
|
|
2273
|
+
"kind": "field",
|
|
2274
|
+
"name": "_presentation",
|
|
2275
|
+
"type": {
|
|
2276
|
+
"text": "ComponentPresentation | null | undefined"
|
|
2277
|
+
},
|
|
2278
|
+
"privacy": "private",
|
|
2279
|
+
"default": "void 0",
|
|
2280
|
+
"inheritedFrom": {
|
|
2281
|
+
"name": "FoundationElement",
|
|
2282
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2283
|
+
}
|
|
2284
|
+
},
|
|
2285
|
+
{
|
|
2286
|
+
"kind": "field",
|
|
2287
|
+
"name": "$presentation",
|
|
2288
|
+
"type": {
|
|
2289
|
+
"text": "ComponentPresentation | null"
|
|
2290
|
+
},
|
|
2291
|
+
"privacy": "public",
|
|
2292
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2293
|
+
"inheritedFrom": {
|
|
2294
|
+
"name": "FoundationElement",
|
|
2295
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2296
|
+
}
|
|
2297
|
+
},
|
|
2298
|
+
{
|
|
2299
|
+
"kind": "field",
|
|
2300
|
+
"name": "template",
|
|
2301
|
+
"type": {
|
|
2302
|
+
"text": "ElementViewTemplate | void | null"
|
|
2303
|
+
},
|
|
2304
|
+
"privacy": "public",
|
|
2305
|
+
"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.",
|
|
2306
|
+
"inheritedFrom": {
|
|
2307
|
+
"name": "FoundationElement",
|
|
2308
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2309
|
+
}
|
|
2310
|
+
},
|
|
2311
|
+
{
|
|
2312
|
+
"kind": "method",
|
|
2313
|
+
"name": "templateChanged",
|
|
2314
|
+
"privacy": "protected",
|
|
2315
|
+
"return": {
|
|
2316
|
+
"type": {
|
|
2317
|
+
"text": "void"
|
|
2318
|
+
}
|
|
2319
|
+
},
|
|
2320
|
+
"inheritedFrom": {
|
|
2321
|
+
"name": "FoundationElement",
|
|
2322
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2323
|
+
}
|
|
2324
|
+
},
|
|
2325
|
+
{
|
|
2326
|
+
"kind": "field",
|
|
2327
|
+
"name": "styles",
|
|
2328
|
+
"type": {
|
|
2329
|
+
"text": "ElementStyles | void | null"
|
|
2330
|
+
},
|
|
2331
|
+
"privacy": "public",
|
|
2332
|
+
"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.",
|
|
2333
|
+
"inheritedFrom": {
|
|
2334
|
+
"name": "FoundationElement",
|
|
2335
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2336
|
+
}
|
|
2337
|
+
},
|
|
2338
|
+
{
|
|
2339
|
+
"kind": "method",
|
|
2340
|
+
"name": "stylesChanged",
|
|
2341
|
+
"privacy": "protected",
|
|
2342
|
+
"return": {
|
|
2343
|
+
"type": {
|
|
2344
|
+
"text": "void"
|
|
2345
|
+
}
|
|
2346
|
+
},
|
|
2347
|
+
"inheritedFrom": {
|
|
2348
|
+
"name": "FoundationElement",
|
|
2349
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2350
|
+
}
|
|
2351
|
+
},
|
|
2352
|
+
{
|
|
2353
|
+
"kind": "method",
|
|
2354
|
+
"name": "compose",
|
|
2355
|
+
"privacy": "public",
|
|
2356
|
+
"static": true,
|
|
2357
|
+
"return": {
|
|
2358
|
+
"type": {
|
|
2359
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
2360
|
+
}
|
|
2361
|
+
},
|
|
2362
|
+
"parameters": [
|
|
2363
|
+
{
|
|
2364
|
+
"name": "this",
|
|
2365
|
+
"type": {
|
|
2366
|
+
"text": "K"
|
|
2367
|
+
}
|
|
2368
|
+
},
|
|
2369
|
+
{
|
|
2370
|
+
"name": "elementDefinition",
|
|
2371
|
+
"type": {
|
|
2372
|
+
"text": "T"
|
|
2373
|
+
},
|
|
2374
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
2375
|
+
}
|
|
2376
|
+
],
|
|
2377
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2378
|
+
"inheritedFrom": {
|
|
2379
|
+
"name": "FoundationElement",
|
|
2380
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2381
|
+
}
|
|
2382
|
+
}
|
|
2383
|
+
],
|
|
2384
|
+
"superclass": {
|
|
2385
|
+
"name": "FoundationElement",
|
|
2386
|
+
"package": "@microsoft/fast-foundation"
|
|
2387
|
+
}
|
|
2388
|
+
},
|
|
2389
|
+
{
|
|
2390
|
+
"kind": "variable",
|
|
2391
|
+
"name": "numberEditorStyles",
|
|
2392
|
+
"default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
|
|
2393
|
+
"description": "Styles for the number editor"
|
|
2394
|
+
},
|
|
2395
|
+
{
|
|
2396
|
+
"kind": "function",
|
|
2397
|
+
"name": "getNumberEditorTemplate",
|
|
2398
|
+
"parameters": [
|
|
2399
|
+
{
|
|
2400
|
+
"name": "prefix",
|
|
2401
|
+
"default": "'foundation'",
|
|
2402
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
2403
|
+
}
|
|
2404
|
+
],
|
|
2405
|
+
"description": "Get a Design System prefixed number field template.",
|
|
2406
|
+
"return": {
|
|
2407
|
+
"type": {
|
|
2408
|
+
"text": ""
|
|
2409
|
+
}
|
|
2410
|
+
}
|
|
2411
|
+
},
|
|
2412
|
+
{
|
|
2413
|
+
"kind": "variable",
|
|
2414
|
+
"name": "foundationNumberEditor",
|
|
2415
|
+
"description": "Definition for the number editor component"
|
|
2416
|
+
}
|
|
2417
|
+
],
|
|
2418
|
+
"exports": [
|
|
2419
|
+
{
|
|
2420
|
+
"kind": "js",
|
|
2421
|
+
"name": "NumberEditor",
|
|
2422
|
+
"declaration": {
|
|
2423
|
+
"name": "NumberEditor",
|
|
2424
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
2425
|
+
}
|
|
2426
|
+
},
|
|
2427
|
+
{
|
|
2428
|
+
"kind": "js",
|
|
2429
|
+
"name": "numberEditorStyles",
|
|
2588
2430
|
"declaration": {
|
|
2589
|
-
"name": "
|
|
2590
|
-
"module": "src/cell-editors/
|
|
2431
|
+
"name": "numberEditorStyles",
|
|
2432
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
2591
2433
|
}
|
|
2592
2434
|
},
|
|
2593
2435
|
{
|
|
2594
2436
|
"kind": "js",
|
|
2595
|
-
"name": "
|
|
2437
|
+
"name": "getNumberEditorTemplate",
|
|
2596
2438
|
"declaration": {
|
|
2597
|
-
"name": "
|
|
2598
|
-
"module": "src/cell-editors/
|
|
2439
|
+
"name": "getNumberEditorTemplate",
|
|
2440
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
2599
2441
|
}
|
|
2600
2442
|
},
|
|
2601
2443
|
{
|
|
2602
2444
|
"kind": "js",
|
|
2603
|
-
"name": "
|
|
2445
|
+
"name": "foundationNumberEditor",
|
|
2604
2446
|
"declaration": {
|
|
2605
|
-
"name": "
|
|
2606
|
-
"module": "src/cell-editors/
|
|
2447
|
+
"name": "foundationNumberEditor",
|
|
2448
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
2607
2449
|
}
|
|
2608
2450
|
}
|
|
2609
2451
|
]
|
|
2610
2452
|
},
|
|
2611
2453
|
{
|
|
2612
2454
|
"kind": "javascript-module",
|
|
2613
|
-
"path": "src/cell-editors/
|
|
2455
|
+
"path": "src/cell-editors/select.editor.ts",
|
|
2614
2456
|
"declarations": [
|
|
2615
2457
|
{
|
|
2616
2458
|
"kind": "class",
|
|
2617
|
-
"description": "The
|
|
2618
|
-
"name": "
|
|
2459
|
+
"description": "The select editor class for grid-tabulator",
|
|
2460
|
+
"name": "SelectEditor",
|
|
2619
2461
|
"members": [
|
|
2620
2462
|
{
|
|
2621
2463
|
"kind": "field",
|
|
2622
2464
|
"name": "params",
|
|
2623
2465
|
"type": {
|
|
2624
|
-
"text": "
|
|
2466
|
+
"text": "SelectEditorParams"
|
|
2625
2467
|
}
|
|
2626
2468
|
},
|
|
2627
2469
|
{
|
|
2628
2470
|
"kind": "field",
|
|
2629
|
-
"name": "
|
|
2471
|
+
"name": "select",
|
|
2630
2472
|
"type": {
|
|
2631
2473
|
"text": "any"
|
|
2632
2474
|
}
|
|
@@ -2638,7 +2480,7 @@
|
|
|
2638
2480
|
{
|
|
2639
2481
|
"name": "params",
|
|
2640
2482
|
"type": {
|
|
2641
|
-
"text": "
|
|
2483
|
+
"text": "SelectEditorParams"
|
|
2642
2484
|
}
|
|
2643
2485
|
}
|
|
2644
2486
|
],
|
|
@@ -2652,7 +2494,7 @@
|
|
|
2652
2494
|
{
|
|
2653
2495
|
"kind": "method",
|
|
2654
2496
|
"name": "focus",
|
|
2655
|
-
"description": "Set focus to the
|
|
2497
|
+
"description": "Set focus to the select"
|
|
2656
2498
|
},
|
|
2657
2499
|
{
|
|
2658
2500
|
"kind": "method",
|
|
@@ -2667,6 +2509,11 @@
|
|
|
2667
2509
|
],
|
|
2668
2510
|
"description": "Process key down events"
|
|
2669
2511
|
},
|
|
2512
|
+
{
|
|
2513
|
+
"kind": "method",
|
|
2514
|
+
"name": "handleChange",
|
|
2515
|
+
"description": "Handle change event"
|
|
2516
|
+
},
|
|
2670
2517
|
{
|
|
2671
2518
|
"kind": "field",
|
|
2672
2519
|
"name": "_presentation",
|
|
@@ -2786,13 +2633,13 @@
|
|
|
2786
2633
|
},
|
|
2787
2634
|
{
|
|
2788
2635
|
"kind": "variable",
|
|
2789
|
-
"name": "
|
|
2636
|
+
"name": "selectEditorStyles",
|
|
2790
2637
|
"default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
|
|
2791
|
-
"description": "Styles for the
|
|
2638
|
+
"description": "Styles for the select editor"
|
|
2792
2639
|
},
|
|
2793
2640
|
{
|
|
2794
2641
|
"kind": "function",
|
|
2795
|
-
"name": "
|
|
2642
|
+
"name": "getSelectEditorTemplate",
|
|
2796
2643
|
"parameters": [
|
|
2797
2644
|
{
|
|
2798
2645
|
"name": "prefix",
|
|
@@ -2800,73 +2647,74 @@
|
|
|
2800
2647
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
2801
2648
|
}
|
|
2802
2649
|
],
|
|
2803
|
-
"description": "Get a Design System prefixed
|
|
2650
|
+
"description": "Get a Design System prefixed Select template.",
|
|
2804
2651
|
"return": {
|
|
2805
2652
|
"type": {
|
|
2806
2653
|
"text": ""
|
|
2807
2654
|
}
|
|
2808
|
-
}
|
|
2655
|
+
},
|
|
2656
|
+
"privacy": "public"
|
|
2809
2657
|
},
|
|
2810
2658
|
{
|
|
2811
2659
|
"kind": "variable",
|
|
2812
|
-
"name": "
|
|
2813
|
-
"description": "Definition for the
|
|
2660
|
+
"name": "foundationSelectEditor",
|
|
2661
|
+
"description": "Definition for the select editor component"
|
|
2814
2662
|
}
|
|
2815
2663
|
],
|
|
2816
2664
|
"exports": [
|
|
2817
2665
|
{
|
|
2818
2666
|
"kind": "js",
|
|
2819
|
-
"name": "
|
|
2667
|
+
"name": "SelectEditor",
|
|
2820
2668
|
"declaration": {
|
|
2821
|
-
"name": "
|
|
2822
|
-
"module": "src/cell-editors/
|
|
2669
|
+
"name": "SelectEditor",
|
|
2670
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
2823
2671
|
}
|
|
2824
2672
|
},
|
|
2825
2673
|
{
|
|
2826
2674
|
"kind": "js",
|
|
2827
|
-
"name": "
|
|
2675
|
+
"name": "selectEditorStyles",
|
|
2828
2676
|
"declaration": {
|
|
2829
|
-
"name": "
|
|
2830
|
-
"module": "src/cell-editors/
|
|
2677
|
+
"name": "selectEditorStyles",
|
|
2678
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
2831
2679
|
}
|
|
2832
2680
|
},
|
|
2833
2681
|
{
|
|
2834
2682
|
"kind": "js",
|
|
2835
|
-
"name": "
|
|
2683
|
+
"name": "getSelectEditorTemplate",
|
|
2836
2684
|
"declaration": {
|
|
2837
|
-
"name": "
|
|
2838
|
-
"module": "src/cell-editors/
|
|
2685
|
+
"name": "getSelectEditorTemplate",
|
|
2686
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
2839
2687
|
}
|
|
2840
2688
|
},
|
|
2841
2689
|
{
|
|
2842
2690
|
"kind": "js",
|
|
2843
|
-
"name": "
|
|
2691
|
+
"name": "foundationSelectEditor",
|
|
2844
2692
|
"declaration": {
|
|
2845
|
-
"name": "
|
|
2846
|
-
"module": "src/cell-editors/
|
|
2693
|
+
"name": "foundationSelectEditor",
|
|
2694
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
2847
2695
|
}
|
|
2848
2696
|
}
|
|
2849
2697
|
]
|
|
2850
2698
|
},
|
|
2851
2699
|
{
|
|
2852
2700
|
"kind": "javascript-module",
|
|
2853
|
-
"path": "src/cell-editors/
|
|
2701
|
+
"path": "src/cell-editors/string.editor.ts",
|
|
2854
2702
|
"declarations": [
|
|
2855
2703
|
{
|
|
2856
2704
|
"kind": "class",
|
|
2857
|
-
"description": "The
|
|
2858
|
-
"name": "
|
|
2705
|
+
"description": "The string editor class for grid-tabulator",
|
|
2706
|
+
"name": "StringEditor",
|
|
2859
2707
|
"members": [
|
|
2860
2708
|
{
|
|
2861
2709
|
"kind": "field",
|
|
2862
2710
|
"name": "params",
|
|
2863
2711
|
"type": {
|
|
2864
|
-
"text": "
|
|
2712
|
+
"text": "StringEditorParams"
|
|
2865
2713
|
}
|
|
2866
2714
|
},
|
|
2867
2715
|
{
|
|
2868
2716
|
"kind": "field",
|
|
2869
|
-
"name": "
|
|
2717
|
+
"name": "textField",
|
|
2870
2718
|
"type": {
|
|
2871
2719
|
"text": "any"
|
|
2872
2720
|
}
|
|
@@ -2878,7 +2726,7 @@
|
|
|
2878
2726
|
{
|
|
2879
2727
|
"name": "params",
|
|
2880
2728
|
"type": {
|
|
2881
|
-
"text": "
|
|
2729
|
+
"text": "StringEditorParams"
|
|
2882
2730
|
}
|
|
2883
2731
|
}
|
|
2884
2732
|
],
|
|
@@ -2892,7 +2740,7 @@
|
|
|
2892
2740
|
{
|
|
2893
2741
|
"kind": "method",
|
|
2894
2742
|
"name": "focus",
|
|
2895
|
-
"description": "Set focus to the
|
|
2743
|
+
"description": "Set focus to the input"
|
|
2896
2744
|
},
|
|
2897
2745
|
{
|
|
2898
2746
|
"kind": "method",
|
|
@@ -2907,11 +2755,6 @@
|
|
|
2907
2755
|
],
|
|
2908
2756
|
"description": "Process key down events"
|
|
2909
2757
|
},
|
|
2910
|
-
{
|
|
2911
|
-
"kind": "method",
|
|
2912
|
-
"name": "handleChange",
|
|
2913
|
-
"description": "Handle change event"
|
|
2914
|
-
},
|
|
2915
2758
|
{
|
|
2916
2759
|
"kind": "field",
|
|
2917
2760
|
"name": "_presentation",
|
|
@@ -2993,343 +2836,500 @@
|
|
|
2993
2836
|
}
|
|
2994
2837
|
},
|
|
2995
2838
|
{
|
|
2996
|
-
"kind": "method",
|
|
2997
|
-
"name": "compose",
|
|
2998
|
-
"privacy": "public",
|
|
2999
|
-
"static": true,
|
|
3000
|
-
"return": {
|
|
3001
|
-
"type": {
|
|
3002
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3003
|
-
}
|
|
2839
|
+
"kind": "method",
|
|
2840
|
+
"name": "compose",
|
|
2841
|
+
"privacy": "public",
|
|
2842
|
+
"static": true,
|
|
2843
|
+
"return": {
|
|
2844
|
+
"type": {
|
|
2845
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
2846
|
+
}
|
|
2847
|
+
},
|
|
2848
|
+
"parameters": [
|
|
2849
|
+
{
|
|
2850
|
+
"name": "this",
|
|
2851
|
+
"type": {
|
|
2852
|
+
"text": "K"
|
|
2853
|
+
}
|
|
2854
|
+
},
|
|
2855
|
+
{
|
|
2856
|
+
"name": "elementDefinition",
|
|
2857
|
+
"type": {
|
|
2858
|
+
"text": "T"
|
|
2859
|
+
},
|
|
2860
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
2861
|
+
}
|
|
2862
|
+
],
|
|
2863
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2864
|
+
"inheritedFrom": {
|
|
2865
|
+
"name": "FoundationElement",
|
|
2866
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2867
|
+
}
|
|
2868
|
+
}
|
|
2869
|
+
],
|
|
2870
|
+
"superclass": {
|
|
2871
|
+
"name": "FoundationElement",
|
|
2872
|
+
"package": "@microsoft/fast-foundation"
|
|
2873
|
+
}
|
|
2874
|
+
},
|
|
2875
|
+
{
|
|
2876
|
+
"kind": "variable",
|
|
2877
|
+
"name": "stringEditorStyles",
|
|
2878
|
+
"default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
|
|
2879
|
+
"description": "Styles for the string editor"
|
|
2880
|
+
},
|
|
2881
|
+
{
|
|
2882
|
+
"kind": "function",
|
|
2883
|
+
"name": "getStringEditorTemplate",
|
|
2884
|
+
"parameters": [
|
|
2885
|
+
{
|
|
2886
|
+
"name": "prefix",
|
|
2887
|
+
"default": "'foundation'",
|
|
2888
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
2889
|
+
}
|
|
2890
|
+
],
|
|
2891
|
+
"description": "Get a Design System prefixed text field template.",
|
|
2892
|
+
"return": {
|
|
2893
|
+
"type": {
|
|
2894
|
+
"text": ""
|
|
2895
|
+
}
|
|
2896
|
+
}
|
|
2897
|
+
},
|
|
2898
|
+
{
|
|
2899
|
+
"kind": "variable",
|
|
2900
|
+
"name": "foundationStringEditor",
|
|
2901
|
+
"description": "Definition for the string editor component"
|
|
2902
|
+
}
|
|
2903
|
+
],
|
|
2904
|
+
"exports": [
|
|
2905
|
+
{
|
|
2906
|
+
"kind": "js",
|
|
2907
|
+
"name": "StringEditor",
|
|
2908
|
+
"declaration": {
|
|
2909
|
+
"name": "StringEditor",
|
|
2910
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
2911
|
+
}
|
|
2912
|
+
},
|
|
2913
|
+
{
|
|
2914
|
+
"kind": "js",
|
|
2915
|
+
"name": "stringEditorStyles",
|
|
2916
|
+
"declaration": {
|
|
2917
|
+
"name": "stringEditorStyles",
|
|
2918
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
2919
|
+
}
|
|
2920
|
+
},
|
|
2921
|
+
{
|
|
2922
|
+
"kind": "js",
|
|
2923
|
+
"name": "getStringEditorTemplate",
|
|
2924
|
+
"declaration": {
|
|
2925
|
+
"name": "getStringEditorTemplate",
|
|
2926
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
2927
|
+
}
|
|
2928
|
+
},
|
|
2929
|
+
{
|
|
2930
|
+
"kind": "js",
|
|
2931
|
+
"name": "foundationStringEditor",
|
|
2932
|
+
"declaration": {
|
|
2933
|
+
"name": "foundationStringEditor",
|
|
2934
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
2935
|
+
}
|
|
2936
|
+
}
|
|
2937
|
+
]
|
|
2938
|
+
},
|
|
2939
|
+
{
|
|
2940
|
+
"kind": "javascript-module",
|
|
2941
|
+
"path": "src/cell-formatters/action.formatter.ts",
|
|
2942
|
+
"declarations": [
|
|
2943
|
+
{
|
|
2944
|
+
"kind": "function",
|
|
2945
|
+
"name": "actionFormatter",
|
|
2946
|
+
"return": {
|
|
2947
|
+
"type": {
|
|
2948
|
+
"text": ""
|
|
2949
|
+
}
|
|
2950
|
+
},
|
|
2951
|
+
"parameters": [
|
|
2952
|
+
{
|
|
2953
|
+
"name": "cell",
|
|
2954
|
+
"type": {
|
|
2955
|
+
"text": "any"
|
|
2956
|
+
},
|
|
2957
|
+
"description": "The cell component provided by Tabulator"
|
|
2958
|
+
},
|
|
2959
|
+
{
|
|
2960
|
+
"name": "formatterParams",
|
|
2961
|
+
"default": "{}",
|
|
2962
|
+
"type": {
|
|
2963
|
+
"text": "ActionFormatterParams<T>"
|
|
2964
|
+
},
|
|
2965
|
+
"description": "Action formatter parameters"
|
|
2966
|
+
}
|
|
2967
|
+
],
|
|
2968
|
+
"description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
|
|
2969
|
+
"privacy": "public"
|
|
2970
|
+
}
|
|
2971
|
+
],
|
|
2972
|
+
"exports": [
|
|
2973
|
+
{
|
|
2974
|
+
"kind": "js",
|
|
2975
|
+
"name": "actionFormatter",
|
|
2976
|
+
"declaration": {
|
|
2977
|
+
"name": "actionFormatter",
|
|
2978
|
+
"module": "src/cell-formatters/action.formatter.ts"
|
|
2979
|
+
}
|
|
2980
|
+
}
|
|
2981
|
+
]
|
|
2982
|
+
},
|
|
2983
|
+
{
|
|
2984
|
+
"kind": "javascript-module",
|
|
2985
|
+
"path": "src/cell-formatters/actions-menu.formatter.ts",
|
|
2986
|
+
"declarations": [
|
|
2987
|
+
{
|
|
2988
|
+
"kind": "function",
|
|
2989
|
+
"name": "actionsMenuFormatter",
|
|
2990
|
+
"return": {
|
|
2991
|
+
"type": {
|
|
2992
|
+
"text": ""
|
|
2993
|
+
}
|
|
2994
|
+
},
|
|
2995
|
+
"parameters": [
|
|
2996
|
+
{
|
|
2997
|
+
"name": "cell",
|
|
2998
|
+
"type": {
|
|
2999
|
+
"text": "any"
|
|
3000
|
+
},
|
|
3001
|
+
"description": "The cell component provided by Tabulator"
|
|
3002
|
+
},
|
|
3003
|
+
{
|
|
3004
|
+
"name": "formatterParams",
|
|
3005
|
+
"default": "{}",
|
|
3006
|
+
"type": {
|
|
3007
|
+
"text": "ActionsMenuFormatterParams<T>"
|
|
3004
3008
|
},
|
|
3005
|
-
"
|
|
3006
|
-
{
|
|
3007
|
-
"name": "this",
|
|
3008
|
-
"type": {
|
|
3009
|
-
"text": "K"
|
|
3010
|
-
}
|
|
3011
|
-
},
|
|
3012
|
-
{
|
|
3013
|
-
"name": "elementDefinition",
|
|
3014
|
-
"type": {
|
|
3015
|
-
"text": "T"
|
|
3016
|
-
},
|
|
3017
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
3018
|
-
}
|
|
3019
|
-
],
|
|
3020
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3021
|
-
"inheritedFrom": {
|
|
3022
|
-
"name": "FoundationElement",
|
|
3023
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3024
|
-
}
|
|
3009
|
+
"description": "Actions menu formatter parameters"
|
|
3025
3010
|
}
|
|
3026
3011
|
],
|
|
3027
|
-
"
|
|
3028
|
-
|
|
3029
|
-
|
|
3030
|
-
|
|
3031
|
-
|
|
3012
|
+
"description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
|
|
3013
|
+
"privacy": "public"
|
|
3014
|
+
}
|
|
3015
|
+
],
|
|
3016
|
+
"exports": [
|
|
3032
3017
|
{
|
|
3033
|
-
"kind": "
|
|
3034
|
-
"name": "
|
|
3035
|
-
"
|
|
3036
|
-
|
|
3037
|
-
|
|
3018
|
+
"kind": "js",
|
|
3019
|
+
"name": "actionsMenuFormatter",
|
|
3020
|
+
"declaration": {
|
|
3021
|
+
"name": "actionsMenuFormatter",
|
|
3022
|
+
"module": "src/cell-formatters/actions-menu.formatter.ts"
|
|
3023
|
+
}
|
|
3024
|
+
}
|
|
3025
|
+
]
|
|
3026
|
+
},
|
|
3027
|
+
{
|
|
3028
|
+
"kind": "javascript-module",
|
|
3029
|
+
"path": "src/cell-formatters/boolean.formatter.ts",
|
|
3030
|
+
"declarations": [
|
|
3038
3031
|
{
|
|
3039
3032
|
"kind": "function",
|
|
3040
|
-
"name": "
|
|
3033
|
+
"name": "booleanFormatter",
|
|
3034
|
+
"return": {
|
|
3035
|
+
"type": {
|
|
3036
|
+
"text": ""
|
|
3037
|
+
}
|
|
3038
|
+
},
|
|
3041
3039
|
"parameters": [
|
|
3042
3040
|
{
|
|
3043
|
-
"name": "
|
|
3044
|
-
"
|
|
3045
|
-
|
|
3041
|
+
"name": "cell",
|
|
3042
|
+
"type": {
|
|
3043
|
+
"text": "any"
|
|
3044
|
+
},
|
|
3045
|
+
"description": "The cell component provided by Tabulator"
|
|
3046
|
+
},
|
|
3047
|
+
{
|
|
3048
|
+
"name": "formatterParams",
|
|
3049
|
+
"default": "{}",
|
|
3050
|
+
"type": {
|
|
3051
|
+
"text": "BooleanFormatterParams<T>"
|
|
3052
|
+
},
|
|
3053
|
+
"description": "Boolean formatter parameters"
|
|
3046
3054
|
}
|
|
3047
3055
|
],
|
|
3048
|
-
"description": "
|
|
3056
|
+
"description": "Formatter that displays boolean values using a checkbox component.\nStyled to match grid-pro boolean renderer.",
|
|
3057
|
+
"privacy": "public"
|
|
3058
|
+
}
|
|
3059
|
+
],
|
|
3060
|
+
"exports": [
|
|
3061
|
+
{
|
|
3062
|
+
"kind": "js",
|
|
3063
|
+
"name": "booleanFormatter",
|
|
3064
|
+
"declaration": {
|
|
3065
|
+
"name": "booleanFormatter",
|
|
3066
|
+
"module": "src/cell-formatters/boolean.formatter.ts"
|
|
3067
|
+
}
|
|
3068
|
+
}
|
|
3069
|
+
]
|
|
3070
|
+
},
|
|
3071
|
+
{
|
|
3072
|
+
"kind": "javascript-module",
|
|
3073
|
+
"path": "src/cell-formatters/constants.ts",
|
|
3074
|
+
"declarations": [],
|
|
3075
|
+
"exports": []
|
|
3076
|
+
},
|
|
3077
|
+
{
|
|
3078
|
+
"kind": "javascript-module",
|
|
3079
|
+
"path": "src/cell-formatters/editable.formatter.ts",
|
|
3080
|
+
"declarations": [
|
|
3081
|
+
{
|
|
3082
|
+
"kind": "function",
|
|
3083
|
+
"name": "editableFormatter",
|
|
3049
3084
|
"return": {
|
|
3050
3085
|
"type": {
|
|
3051
3086
|
"text": ""
|
|
3052
3087
|
}
|
|
3053
3088
|
},
|
|
3089
|
+
"parameters": [
|
|
3090
|
+
{
|
|
3091
|
+
"name": "cell",
|
|
3092
|
+
"type": {
|
|
3093
|
+
"text": "any"
|
|
3094
|
+
},
|
|
3095
|
+
"description": "The cell component provided by Tabulator"
|
|
3096
|
+
},
|
|
3097
|
+
{
|
|
3098
|
+
"name": "formatterParams",
|
|
3099
|
+
"default": "{}",
|
|
3100
|
+
"type": {
|
|
3101
|
+
"text": "EditableFormatterParams<T>"
|
|
3102
|
+
},
|
|
3103
|
+
"description": "Editable formatter parameters"
|
|
3104
|
+
}
|
|
3105
|
+
],
|
|
3106
|
+
"description": "Formatter that displays an editable cell with validation state",
|
|
3054
3107
|
"privacy": "public"
|
|
3055
|
-
}
|
|
3108
|
+
}
|
|
3109
|
+
],
|
|
3110
|
+
"exports": [
|
|
3111
|
+
{
|
|
3112
|
+
"kind": "js",
|
|
3113
|
+
"name": "editableFormatter",
|
|
3114
|
+
"declaration": {
|
|
3115
|
+
"name": "editableFormatter",
|
|
3116
|
+
"module": "src/cell-formatters/editable.formatter.ts"
|
|
3117
|
+
}
|
|
3118
|
+
}
|
|
3119
|
+
]
|
|
3120
|
+
},
|
|
3121
|
+
{
|
|
3122
|
+
"kind": "javascript-module",
|
|
3123
|
+
"path": "src/cell-formatters/index.ts",
|
|
3124
|
+
"declarations": [
|
|
3056
3125
|
{
|
|
3057
3126
|
"kind": "variable",
|
|
3058
|
-
"name": "
|
|
3059
|
-
"
|
|
3127
|
+
"name": "formatters",
|
|
3128
|
+
"type": {
|
|
3129
|
+
"text": "object"
|
|
3130
|
+
},
|
|
3131
|
+
"default": "{\n action: actionFormatter,\n actionsMenu: actionsMenuFormatter,\n boolean: booleanFormatter,\n editable: editableFormatter,\n select: selectFormatter,\n text: textFormatter,\n}",
|
|
3132
|
+
"description": "Zero formatters for Tabulator grid"
|
|
3060
3133
|
}
|
|
3061
3134
|
],
|
|
3062
3135
|
"exports": [
|
|
3063
3136
|
{
|
|
3064
3137
|
"kind": "js",
|
|
3065
|
-
"name": "
|
|
3138
|
+
"name": "*",
|
|
3066
3139
|
"declaration": {
|
|
3067
|
-
"name": "
|
|
3068
|
-
"
|
|
3140
|
+
"name": "*",
|
|
3141
|
+
"package": "./constants"
|
|
3069
3142
|
}
|
|
3070
3143
|
},
|
|
3071
3144
|
{
|
|
3072
3145
|
"kind": "js",
|
|
3073
|
-
"name": "
|
|
3146
|
+
"name": "ActionFormatterParams",
|
|
3074
3147
|
"declaration": {
|
|
3075
|
-
"name": "
|
|
3076
|
-
"module": "src/cell-
|
|
3148
|
+
"name": "ActionFormatterParams",
|
|
3149
|
+
"module": "src/cell-formatters/index.ts"
|
|
3077
3150
|
}
|
|
3078
3151
|
},
|
|
3079
3152
|
{
|
|
3080
3153
|
"kind": "js",
|
|
3081
|
-
"name": "
|
|
3154
|
+
"name": "actionFormatter",
|
|
3082
3155
|
"declaration": {
|
|
3083
|
-
"name": "
|
|
3084
|
-
"module": "src/cell-
|
|
3156
|
+
"name": "actionFormatter",
|
|
3157
|
+
"module": "src/cell-formatters/index.ts"
|
|
3158
|
+
}
|
|
3159
|
+
},
|
|
3160
|
+
{
|
|
3161
|
+
"kind": "js",
|
|
3162
|
+
"name": "ActionsMenuFormatterParams",
|
|
3163
|
+
"declaration": {
|
|
3164
|
+
"name": "ActionsMenuFormatterParams",
|
|
3165
|
+
"module": "src/cell-formatters/index.ts"
|
|
3166
|
+
}
|
|
3167
|
+
},
|
|
3168
|
+
{
|
|
3169
|
+
"kind": "js",
|
|
3170
|
+
"name": "actionsMenuFormatter",
|
|
3171
|
+
"declaration": {
|
|
3172
|
+
"name": "actionsMenuFormatter",
|
|
3173
|
+
"module": "src/cell-formatters/index.ts"
|
|
3174
|
+
}
|
|
3175
|
+
},
|
|
3176
|
+
{
|
|
3177
|
+
"kind": "js",
|
|
3178
|
+
"name": "BooleanFormatterParams",
|
|
3179
|
+
"declaration": {
|
|
3180
|
+
"name": "BooleanFormatterParams",
|
|
3181
|
+
"module": "src/cell-formatters/index.ts"
|
|
3182
|
+
}
|
|
3183
|
+
},
|
|
3184
|
+
{
|
|
3185
|
+
"kind": "js",
|
|
3186
|
+
"name": "booleanFormatter",
|
|
3187
|
+
"declaration": {
|
|
3188
|
+
"name": "booleanFormatter",
|
|
3189
|
+
"module": "src/cell-formatters/index.ts"
|
|
3190
|
+
}
|
|
3191
|
+
},
|
|
3192
|
+
{
|
|
3193
|
+
"kind": "js",
|
|
3194
|
+
"name": "EditableFormatterParams",
|
|
3195
|
+
"declaration": {
|
|
3196
|
+
"name": "EditableFormatterParams",
|
|
3197
|
+
"module": "src/cell-formatters/index.ts"
|
|
3198
|
+
}
|
|
3199
|
+
},
|
|
3200
|
+
{
|
|
3201
|
+
"kind": "js",
|
|
3202
|
+
"name": "editableFormatter",
|
|
3203
|
+
"declaration": {
|
|
3204
|
+
"name": "editableFormatter",
|
|
3205
|
+
"module": "src/cell-formatters/index.ts"
|
|
3206
|
+
}
|
|
3207
|
+
},
|
|
3208
|
+
{
|
|
3209
|
+
"kind": "js",
|
|
3210
|
+
"name": "SelectFormatterParams",
|
|
3211
|
+
"declaration": {
|
|
3212
|
+
"name": "SelectFormatterParams",
|
|
3213
|
+
"module": "src/cell-formatters/index.ts"
|
|
3214
|
+
}
|
|
3215
|
+
},
|
|
3216
|
+
{
|
|
3217
|
+
"kind": "js",
|
|
3218
|
+
"name": "selectFormatter",
|
|
3219
|
+
"declaration": {
|
|
3220
|
+
"name": "selectFormatter",
|
|
3221
|
+
"module": "src/cell-formatters/index.ts"
|
|
3222
|
+
}
|
|
3223
|
+
},
|
|
3224
|
+
{
|
|
3225
|
+
"kind": "js",
|
|
3226
|
+
"name": "TextFormatterParams",
|
|
3227
|
+
"declaration": {
|
|
3228
|
+
"name": "TextFormatterParams",
|
|
3229
|
+
"module": "src/cell-formatters/index.ts"
|
|
3230
|
+
}
|
|
3231
|
+
},
|
|
3232
|
+
{
|
|
3233
|
+
"kind": "js",
|
|
3234
|
+
"name": "textFormatter",
|
|
3235
|
+
"declaration": {
|
|
3236
|
+
"name": "textFormatter",
|
|
3237
|
+
"module": "src/cell-formatters/index.ts"
|
|
3085
3238
|
}
|
|
3086
3239
|
},
|
|
3087
3240
|
{
|
|
3088
3241
|
"kind": "js",
|
|
3089
|
-
"name": "
|
|
3242
|
+
"name": "formatters",
|
|
3090
3243
|
"declaration": {
|
|
3091
|
-
"name": "
|
|
3092
|
-
"module": "src/cell-
|
|
3244
|
+
"name": "formatters",
|
|
3245
|
+
"module": "src/cell-formatters/index.ts"
|
|
3093
3246
|
}
|
|
3094
3247
|
}
|
|
3095
3248
|
]
|
|
3096
3249
|
},
|
|
3097
3250
|
{
|
|
3098
3251
|
"kind": "javascript-module",
|
|
3099
|
-
"path": "src/cell-
|
|
3252
|
+
"path": "src/cell-formatters/select.formatter.ts",
|
|
3100
3253
|
"declarations": [
|
|
3101
3254
|
{
|
|
3102
|
-
"kind": "
|
|
3103
|
-
"
|
|
3104
|
-
"
|
|
3105
|
-
|
|
3106
|
-
|
|
3107
|
-
|
|
3108
|
-
|
|
3109
|
-
|
|
3110
|
-
"text": "StringEditorParams"
|
|
3111
|
-
}
|
|
3112
|
-
},
|
|
3255
|
+
"kind": "function",
|
|
3256
|
+
"name": "selectFormatter",
|
|
3257
|
+
"return": {
|
|
3258
|
+
"type": {
|
|
3259
|
+
"text": ""
|
|
3260
|
+
}
|
|
3261
|
+
},
|
|
3262
|
+
"parameters": [
|
|
3113
3263
|
{
|
|
3114
|
-
"
|
|
3115
|
-
"name": "textField",
|
|
3264
|
+
"name": "cell",
|
|
3116
3265
|
"type": {
|
|
3117
3266
|
"text": "any"
|
|
3118
|
-
}
|
|
3119
|
-
},
|
|
3120
|
-
{
|
|
3121
|
-
"kind": "method",
|
|
3122
|
-
"name": "init",
|
|
3123
|
-
"parameters": [
|
|
3124
|
-
{
|
|
3125
|
-
"name": "params",
|
|
3126
|
-
"type": {
|
|
3127
|
-
"text": "StringEditorParams"
|
|
3128
|
-
}
|
|
3129
|
-
}
|
|
3130
|
-
],
|
|
3131
|
-
"description": "Initialize the editor with parameters"
|
|
3132
|
-
},
|
|
3133
|
-
{
|
|
3134
|
-
"kind": "method",
|
|
3135
|
-
"name": "getValue",
|
|
3136
|
-
"description": "Get current value"
|
|
3137
|
-
},
|
|
3138
|
-
{
|
|
3139
|
-
"kind": "method",
|
|
3140
|
-
"name": "focus",
|
|
3141
|
-
"description": "Set focus to the input"
|
|
3142
|
-
},
|
|
3143
|
-
{
|
|
3144
|
-
"kind": "method",
|
|
3145
|
-
"name": "handleKeyDown",
|
|
3146
|
-
"parameters": [
|
|
3147
|
-
{
|
|
3148
|
-
"name": "event",
|
|
3149
|
-
"type": {
|
|
3150
|
-
"text": "KeyboardEvent"
|
|
3151
|
-
}
|
|
3152
|
-
}
|
|
3153
|
-
],
|
|
3154
|
-
"description": "Process key down events"
|
|
3155
|
-
},
|
|
3156
|
-
{
|
|
3157
|
-
"kind": "field",
|
|
3158
|
-
"name": "_presentation",
|
|
3159
|
-
"type": {
|
|
3160
|
-
"text": "ComponentPresentation | null | undefined"
|
|
3161
|
-
},
|
|
3162
|
-
"privacy": "private",
|
|
3163
|
-
"default": "void 0",
|
|
3164
|
-
"inheritedFrom": {
|
|
3165
|
-
"name": "FoundationElement",
|
|
3166
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3167
|
-
}
|
|
3168
|
-
},
|
|
3169
|
-
{
|
|
3170
|
-
"kind": "field",
|
|
3171
|
-
"name": "$presentation",
|
|
3172
|
-
"type": {
|
|
3173
|
-
"text": "ComponentPresentation | null"
|
|
3174
|
-
},
|
|
3175
|
-
"privacy": "public",
|
|
3176
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3177
|
-
"inheritedFrom": {
|
|
3178
|
-
"name": "FoundationElement",
|
|
3179
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3180
|
-
}
|
|
3181
|
-
},
|
|
3182
|
-
{
|
|
3183
|
-
"kind": "field",
|
|
3184
|
-
"name": "template",
|
|
3185
|
-
"type": {
|
|
3186
|
-
"text": "ElementViewTemplate | void | null"
|
|
3187
|
-
},
|
|
3188
|
-
"privacy": "public",
|
|
3189
|
-
"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.",
|
|
3190
|
-
"inheritedFrom": {
|
|
3191
|
-
"name": "FoundationElement",
|
|
3192
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3193
|
-
}
|
|
3194
|
-
},
|
|
3195
|
-
{
|
|
3196
|
-
"kind": "method",
|
|
3197
|
-
"name": "templateChanged",
|
|
3198
|
-
"privacy": "protected",
|
|
3199
|
-
"return": {
|
|
3200
|
-
"type": {
|
|
3201
|
-
"text": "void"
|
|
3202
|
-
}
|
|
3203
3267
|
},
|
|
3204
|
-
"
|
|
3205
|
-
"name": "FoundationElement",
|
|
3206
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3207
|
-
}
|
|
3268
|
+
"description": "The cell component provided by Tabulator"
|
|
3208
3269
|
},
|
|
3209
3270
|
{
|
|
3210
|
-
"
|
|
3211
|
-
"name": "styles",
|
|
3271
|
+
"name": "formatterParams",
|
|
3212
3272
|
"type": {
|
|
3213
|
-
"text": "
|
|
3214
|
-
},
|
|
3215
|
-
"privacy": "public",
|
|
3216
|
-
"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.",
|
|
3217
|
-
"inheritedFrom": {
|
|
3218
|
-
"name": "FoundationElement",
|
|
3219
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3220
|
-
}
|
|
3221
|
-
},
|
|
3222
|
-
{
|
|
3223
|
-
"kind": "method",
|
|
3224
|
-
"name": "stylesChanged",
|
|
3225
|
-
"privacy": "protected",
|
|
3226
|
-
"return": {
|
|
3227
|
-
"type": {
|
|
3228
|
-
"text": "void"
|
|
3229
|
-
}
|
|
3230
|
-
},
|
|
3231
|
-
"inheritedFrom": {
|
|
3232
|
-
"name": "FoundationElement",
|
|
3233
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3234
|
-
}
|
|
3235
|
-
},
|
|
3236
|
-
{
|
|
3237
|
-
"kind": "method",
|
|
3238
|
-
"name": "compose",
|
|
3239
|
-
"privacy": "public",
|
|
3240
|
-
"static": true,
|
|
3241
|
-
"return": {
|
|
3242
|
-
"type": {
|
|
3243
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3244
|
-
}
|
|
3273
|
+
"text": "SelectFormatterParams<T>"
|
|
3245
3274
|
},
|
|
3246
|
-
"
|
|
3247
|
-
{
|
|
3248
|
-
"name": "this",
|
|
3249
|
-
"type": {
|
|
3250
|
-
"text": "K"
|
|
3251
|
-
}
|
|
3252
|
-
},
|
|
3253
|
-
{
|
|
3254
|
-
"name": "elementDefinition",
|
|
3255
|
-
"type": {
|
|
3256
|
-
"text": "T"
|
|
3257
|
-
},
|
|
3258
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
3259
|
-
}
|
|
3260
|
-
],
|
|
3261
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3262
|
-
"inheritedFrom": {
|
|
3263
|
-
"name": "FoundationElement",
|
|
3264
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3265
|
-
}
|
|
3266
|
-
}
|
|
3267
|
-
],
|
|
3268
|
-
"superclass": {
|
|
3269
|
-
"name": "FoundationElement",
|
|
3270
|
-
"package": "@microsoft/fast-foundation"
|
|
3271
|
-
}
|
|
3272
|
-
},
|
|
3273
|
-
{
|
|
3274
|
-
"kind": "variable",
|
|
3275
|
-
"name": "stringEditorStyles",
|
|
3276
|
-
"default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
|
|
3277
|
-
"description": "Styles for the string editor"
|
|
3278
|
-
},
|
|
3279
|
-
{
|
|
3280
|
-
"kind": "function",
|
|
3281
|
-
"name": "getStringEditorTemplate",
|
|
3282
|
-
"parameters": [
|
|
3283
|
-
{
|
|
3284
|
-
"name": "prefix",
|
|
3285
|
-
"default": "'foundation'",
|
|
3286
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
3275
|
+
"description": "Select formatter parameters"
|
|
3287
3276
|
}
|
|
3288
3277
|
],
|
|
3289
|
-
"description": "
|
|
3290
|
-
"
|
|
3291
|
-
"type": {
|
|
3292
|
-
"text": ""
|
|
3293
|
-
}
|
|
3294
|
-
}
|
|
3295
|
-
},
|
|
3296
|
-
{
|
|
3297
|
-
"kind": "variable",
|
|
3298
|
-
"name": "foundationStringEditor",
|
|
3299
|
-
"description": "Definition for the string editor component"
|
|
3278
|
+
"description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
|
|
3279
|
+
"privacy": "public"
|
|
3300
3280
|
}
|
|
3301
3281
|
],
|
|
3302
3282
|
"exports": [
|
|
3303
3283
|
{
|
|
3304
3284
|
"kind": "js",
|
|
3305
|
-
"name": "
|
|
3306
|
-
"declaration": {
|
|
3307
|
-
"name": "StringEditor",
|
|
3308
|
-
"module": "src/cell-editors/string.editor.ts"
|
|
3309
|
-
}
|
|
3310
|
-
},
|
|
3311
|
-
{
|
|
3312
|
-
"kind": "js",
|
|
3313
|
-
"name": "stringEditorStyles",
|
|
3285
|
+
"name": "selectFormatter",
|
|
3314
3286
|
"declaration": {
|
|
3315
|
-
"name": "
|
|
3316
|
-
"module": "src/cell-
|
|
3287
|
+
"name": "selectFormatter",
|
|
3288
|
+
"module": "src/cell-formatters/select.formatter.ts"
|
|
3317
3289
|
}
|
|
3318
|
-
}
|
|
3290
|
+
}
|
|
3291
|
+
]
|
|
3292
|
+
},
|
|
3293
|
+
{
|
|
3294
|
+
"kind": "javascript-module",
|
|
3295
|
+
"path": "src/cell-formatters/text.formatter.ts",
|
|
3296
|
+
"declarations": [
|
|
3319
3297
|
{
|
|
3320
|
-
"kind": "
|
|
3321
|
-
"name": "
|
|
3322
|
-
"
|
|
3323
|
-
"
|
|
3324
|
-
|
|
3325
|
-
|
|
3326
|
-
|
|
3298
|
+
"kind": "function",
|
|
3299
|
+
"name": "textFormatter",
|
|
3300
|
+
"return": {
|
|
3301
|
+
"type": {
|
|
3302
|
+
"text": ""
|
|
3303
|
+
}
|
|
3304
|
+
},
|
|
3305
|
+
"parameters": [
|
|
3306
|
+
{
|
|
3307
|
+
"name": "cell",
|
|
3308
|
+
"type": {
|
|
3309
|
+
"text": "any"
|
|
3310
|
+
},
|
|
3311
|
+
"description": "The cell component provided by Tabulator"
|
|
3312
|
+
},
|
|
3313
|
+
{
|
|
3314
|
+
"name": "formatterParams",
|
|
3315
|
+
"default": "{}",
|
|
3316
|
+
"type": {
|
|
3317
|
+
"text": "TextFormatterParams<T>"
|
|
3318
|
+
},
|
|
3319
|
+
"description": "Text formatter parameters"
|
|
3320
|
+
}
|
|
3321
|
+
],
|
|
3322
|
+
"description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
|
|
3323
|
+
"privacy": "public"
|
|
3324
|
+
}
|
|
3325
|
+
],
|
|
3326
|
+
"exports": [
|
|
3327
3327
|
{
|
|
3328
3328
|
"kind": "js",
|
|
3329
|
-
"name": "
|
|
3329
|
+
"name": "textFormatter",
|
|
3330
3330
|
"declaration": {
|
|
3331
|
-
"name": "
|
|
3332
|
-
"module": "src/cell-
|
|
3331
|
+
"name": "textFormatter",
|
|
3332
|
+
"module": "src/cell-formatters/text.formatter.ts"
|
|
3333
3333
|
}
|
|
3334
3334
|
}
|
|
3335
3335
|
]
|
|
@@ -3608,123 +3608,6 @@
|
|
|
3608
3608
|
}
|
|
3609
3609
|
]
|
|
3610
3610
|
},
|
|
3611
|
-
{
|
|
3612
|
-
"kind": "javascript-module",
|
|
3613
|
-
"path": "src/external/fonts.ts",
|
|
3614
|
-
"declarations": [
|
|
3615
|
-
{
|
|
3616
|
-
"kind": "variable",
|
|
3617
|
-
"name": "tabulatorDefaultFontFace",
|
|
3618
|
-
"default": "`\n @font-face {\n font-family: \"defaultFontFace\";\n }\n`"
|
|
3619
|
-
},
|
|
3620
|
-
{
|
|
3621
|
-
"kind": "variable",
|
|
3622
|
-
"name": "tabulatorRapidFontFace",
|
|
3623
|
-
"default": "`\n @font-face {\n font-family: \"rapidFontFace\";\n }\n`"
|
|
3624
|
-
},
|
|
3625
|
-
{
|
|
3626
|
-
"kind": "variable",
|
|
3627
|
-
"name": "gridThemeFontFaceMap",
|
|
3628
|
-
"type": {
|
|
3629
|
-
"text": "GridThemeFontFaceMap"
|
|
3630
|
-
},
|
|
3631
|
-
"default": "{\n [GridTabulatorTheme.default]: tabulatorDefaultFontFace,\n [GridTabulatorTheme.rapid]: tabulatorRapidFontFace,\n}"
|
|
3632
|
-
},
|
|
3633
|
-
{
|
|
3634
|
-
"kind": "variable",
|
|
3635
|
-
"name": "defaultGridTabulatorFontFace",
|
|
3636
|
-
"default": "tabulatorDefaultFontFace"
|
|
3637
|
-
}
|
|
3638
|
-
],
|
|
3639
|
-
"exports": [
|
|
3640
|
-
{
|
|
3641
|
-
"kind": "js",
|
|
3642
|
-
"name": "tabulatorDefaultFontFace",
|
|
3643
|
-
"declaration": {
|
|
3644
|
-
"name": "tabulatorDefaultFontFace",
|
|
3645
|
-
"module": "src/external/fonts.ts"
|
|
3646
|
-
}
|
|
3647
|
-
},
|
|
3648
|
-
{
|
|
3649
|
-
"kind": "js",
|
|
3650
|
-
"name": "tabulatorRapidFontFace",
|
|
3651
|
-
"declaration": {
|
|
3652
|
-
"name": "tabulatorRapidFontFace",
|
|
3653
|
-
"module": "src/external/fonts.ts"
|
|
3654
|
-
}
|
|
3655
|
-
},
|
|
3656
|
-
{
|
|
3657
|
-
"kind": "js",
|
|
3658
|
-
"name": "gridThemeFontFaceMap",
|
|
3659
|
-
"declaration": {
|
|
3660
|
-
"name": "gridThemeFontFaceMap",
|
|
3661
|
-
"module": "src/external/fonts.ts"
|
|
3662
|
-
}
|
|
3663
|
-
},
|
|
3664
|
-
{
|
|
3665
|
-
"kind": "js",
|
|
3666
|
-
"name": "defaultGridTabulatorFontFace",
|
|
3667
|
-
"declaration": {
|
|
3668
|
-
"name": "defaultGridTabulatorFontFace",
|
|
3669
|
-
"module": "src/external/fonts.ts"
|
|
3670
|
-
}
|
|
3671
|
-
}
|
|
3672
|
-
]
|
|
3673
|
-
},
|
|
3674
|
-
{
|
|
3675
|
-
"kind": "javascript-module",
|
|
3676
|
-
"path": "src/external/index.ts",
|
|
3677
|
-
"declarations": [
|
|
3678
|
-
{
|
|
3679
|
-
"kind": "variable",
|
|
3680
|
-
"name": "tabulatorExternalStockStyles",
|
|
3681
|
-
"default": "css`\n ${tabulatorThemeSimpleCSS}\n`",
|
|
3682
|
-
"description": "External styles for the Tabulator grid.",
|
|
3683
|
-
"privacy": "public"
|
|
3684
|
-
}
|
|
3685
|
-
],
|
|
3686
|
-
"exports": [
|
|
3687
|
-
{
|
|
3688
|
-
"kind": "js",
|
|
3689
|
-
"name": "tabulatorExternalStockStyles",
|
|
3690
|
-
"declaration": {
|
|
3691
|
-
"name": "tabulatorExternalStockStyles",
|
|
3692
|
-
"module": "src/external/index.ts"
|
|
3693
|
-
}
|
|
3694
|
-
},
|
|
3695
|
-
{
|
|
3696
|
-
"kind": "js",
|
|
3697
|
-
"name": "tabulatorThemeSimpleCSS",
|
|
3698
|
-
"declaration": {
|
|
3699
|
-
"name": "tabulatorThemeSimpleCSS",
|
|
3700
|
-
"module": "src/external/index.ts"
|
|
3701
|
-
}
|
|
3702
|
-
}
|
|
3703
|
-
]
|
|
3704
|
-
},
|
|
3705
|
-
{
|
|
3706
|
-
"kind": "javascript-module",
|
|
3707
|
-
"path": "src/external/tabulator-theme-simple-css.ts",
|
|
3708
|
-
"declarations": [
|
|
3709
|
-
{
|
|
3710
|
-
"kind": "variable",
|
|
3711
|
-
"name": "tabulatorThemeSimpleCSS",
|
|
3712
|
-
"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`",
|
|
3713
|
-
"description": "External styles for the Tabulator grid.",
|
|
3714
|
-
"privacy": "public"
|
|
3715
|
-
}
|
|
3716
|
-
],
|
|
3717
|
-
"exports": [
|
|
3718
|
-
{
|
|
3719
|
-
"kind": "js",
|
|
3720
|
-
"name": "tabulatorThemeSimpleCSS",
|
|
3721
|
-
"declaration": {
|
|
3722
|
-
"name": "tabulatorThemeSimpleCSS",
|
|
3723
|
-
"module": "src/external/tabulator-theme-simple-css.ts"
|
|
3724
|
-
}
|
|
3725
|
-
}
|
|
3726
|
-
]
|
|
3727
|
-
},
|
|
3728
3611
|
{
|
|
3729
3612
|
"kind": "javascript-module",
|
|
3730
3613
|
"path": "src/datasource/client-side.datasource.ts",
|
|
@@ -4645,6 +4528,123 @@
|
|
|
4645
4528
|
}
|
|
4646
4529
|
]
|
|
4647
4530
|
},
|
|
4531
|
+
{
|
|
4532
|
+
"kind": "javascript-module",
|
|
4533
|
+
"path": "src/external/fonts.ts",
|
|
4534
|
+
"declarations": [
|
|
4535
|
+
{
|
|
4536
|
+
"kind": "variable",
|
|
4537
|
+
"name": "tabulatorDefaultFontFace",
|
|
4538
|
+
"default": "`\n @font-face {\n font-family: \"defaultFontFace\";\n }\n`"
|
|
4539
|
+
},
|
|
4540
|
+
{
|
|
4541
|
+
"kind": "variable",
|
|
4542
|
+
"name": "tabulatorRapidFontFace",
|
|
4543
|
+
"default": "`\n @font-face {\n font-family: \"rapidFontFace\";\n }\n`"
|
|
4544
|
+
},
|
|
4545
|
+
{
|
|
4546
|
+
"kind": "variable",
|
|
4547
|
+
"name": "gridThemeFontFaceMap",
|
|
4548
|
+
"type": {
|
|
4549
|
+
"text": "GridThemeFontFaceMap"
|
|
4550
|
+
},
|
|
4551
|
+
"default": "{\n [GridTabulatorTheme.default]: tabulatorDefaultFontFace,\n [GridTabulatorTheme.rapid]: tabulatorRapidFontFace,\n}"
|
|
4552
|
+
},
|
|
4553
|
+
{
|
|
4554
|
+
"kind": "variable",
|
|
4555
|
+
"name": "defaultGridTabulatorFontFace",
|
|
4556
|
+
"default": "tabulatorDefaultFontFace"
|
|
4557
|
+
}
|
|
4558
|
+
],
|
|
4559
|
+
"exports": [
|
|
4560
|
+
{
|
|
4561
|
+
"kind": "js",
|
|
4562
|
+
"name": "tabulatorDefaultFontFace",
|
|
4563
|
+
"declaration": {
|
|
4564
|
+
"name": "tabulatorDefaultFontFace",
|
|
4565
|
+
"module": "src/external/fonts.ts"
|
|
4566
|
+
}
|
|
4567
|
+
},
|
|
4568
|
+
{
|
|
4569
|
+
"kind": "js",
|
|
4570
|
+
"name": "tabulatorRapidFontFace",
|
|
4571
|
+
"declaration": {
|
|
4572
|
+
"name": "tabulatorRapidFontFace",
|
|
4573
|
+
"module": "src/external/fonts.ts"
|
|
4574
|
+
}
|
|
4575
|
+
},
|
|
4576
|
+
{
|
|
4577
|
+
"kind": "js",
|
|
4578
|
+
"name": "gridThemeFontFaceMap",
|
|
4579
|
+
"declaration": {
|
|
4580
|
+
"name": "gridThemeFontFaceMap",
|
|
4581
|
+
"module": "src/external/fonts.ts"
|
|
4582
|
+
}
|
|
4583
|
+
},
|
|
4584
|
+
{
|
|
4585
|
+
"kind": "js",
|
|
4586
|
+
"name": "defaultGridTabulatorFontFace",
|
|
4587
|
+
"declaration": {
|
|
4588
|
+
"name": "defaultGridTabulatorFontFace",
|
|
4589
|
+
"module": "src/external/fonts.ts"
|
|
4590
|
+
}
|
|
4591
|
+
}
|
|
4592
|
+
]
|
|
4593
|
+
},
|
|
4594
|
+
{
|
|
4595
|
+
"kind": "javascript-module",
|
|
4596
|
+
"path": "src/external/index.ts",
|
|
4597
|
+
"declarations": [
|
|
4598
|
+
{
|
|
4599
|
+
"kind": "variable",
|
|
4600
|
+
"name": "tabulatorExternalStockStyles",
|
|
4601
|
+
"default": "css`\n ${tabulatorThemeSimpleCSS}\n`",
|
|
4602
|
+
"description": "External styles for the Tabulator grid.",
|
|
4603
|
+
"privacy": "public"
|
|
4604
|
+
}
|
|
4605
|
+
],
|
|
4606
|
+
"exports": [
|
|
4607
|
+
{
|
|
4608
|
+
"kind": "js",
|
|
4609
|
+
"name": "tabulatorExternalStockStyles",
|
|
4610
|
+
"declaration": {
|
|
4611
|
+
"name": "tabulatorExternalStockStyles",
|
|
4612
|
+
"module": "src/external/index.ts"
|
|
4613
|
+
}
|
|
4614
|
+
},
|
|
4615
|
+
{
|
|
4616
|
+
"kind": "js",
|
|
4617
|
+
"name": "tabulatorThemeSimpleCSS",
|
|
4618
|
+
"declaration": {
|
|
4619
|
+
"name": "tabulatorThemeSimpleCSS",
|
|
4620
|
+
"module": "src/external/index.ts"
|
|
4621
|
+
}
|
|
4622
|
+
}
|
|
4623
|
+
]
|
|
4624
|
+
},
|
|
4625
|
+
{
|
|
4626
|
+
"kind": "javascript-module",
|
|
4627
|
+
"path": "src/external/tabulator-theme-simple-css.ts",
|
|
4628
|
+
"declarations": [
|
|
4629
|
+
{
|
|
4630
|
+
"kind": "variable",
|
|
4631
|
+
"name": "tabulatorThemeSimpleCSS",
|
|
4632
|
+
"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`",
|
|
4633
|
+
"description": "External styles for the Tabulator grid.",
|
|
4634
|
+
"privacy": "public"
|
|
4635
|
+
}
|
|
4636
|
+
],
|
|
4637
|
+
"exports": [
|
|
4638
|
+
{
|
|
4639
|
+
"kind": "js",
|
|
4640
|
+
"name": "tabulatorThemeSimpleCSS",
|
|
4641
|
+
"declaration": {
|
|
4642
|
+
"name": "tabulatorThemeSimpleCSS",
|
|
4643
|
+
"module": "src/external/tabulator-theme-simple-css.ts"
|
|
4644
|
+
}
|
|
4645
|
+
}
|
|
4646
|
+
]
|
|
4647
|
+
},
|
|
4648
4648
|
{
|
|
4649
4649
|
"kind": "javascript-module",
|
|
4650
4650
|
"path": "src/style/colors.ts",
|