@genesislcap/grid-tabulator 14.484.0 → 14.484.1
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 +452 -452
- package/package.json +13 -13
|
@@ -1655,6 +1655,404 @@
|
|
|
1655
1655
|
}
|
|
1656
1656
|
]
|
|
1657
1657
|
},
|
|
1658
|
+
{
|
|
1659
|
+
"kind": "javascript-module",
|
|
1660
|
+
"path": "src/cell-formatters/action.formatter.ts",
|
|
1661
|
+
"declarations": [
|
|
1662
|
+
{
|
|
1663
|
+
"kind": "function",
|
|
1664
|
+
"name": "actionFormatter",
|
|
1665
|
+
"return": {
|
|
1666
|
+
"type": {
|
|
1667
|
+
"text": ""
|
|
1668
|
+
}
|
|
1669
|
+
},
|
|
1670
|
+
"parameters": [
|
|
1671
|
+
{
|
|
1672
|
+
"name": "cell",
|
|
1673
|
+
"type": {
|
|
1674
|
+
"text": "any"
|
|
1675
|
+
},
|
|
1676
|
+
"description": "The cell component provided by Tabulator"
|
|
1677
|
+
},
|
|
1678
|
+
{
|
|
1679
|
+
"name": "formatterParams",
|
|
1680
|
+
"default": "{}",
|
|
1681
|
+
"type": {
|
|
1682
|
+
"text": "ActionFormatterParams<T>"
|
|
1683
|
+
},
|
|
1684
|
+
"description": "Action formatter parameters"
|
|
1685
|
+
}
|
|
1686
|
+
],
|
|
1687
|
+
"description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
|
|
1688
|
+
"privacy": "public"
|
|
1689
|
+
}
|
|
1690
|
+
],
|
|
1691
|
+
"exports": [
|
|
1692
|
+
{
|
|
1693
|
+
"kind": "js",
|
|
1694
|
+
"name": "actionFormatter",
|
|
1695
|
+
"declaration": {
|
|
1696
|
+
"name": "actionFormatter",
|
|
1697
|
+
"module": "src/cell-formatters/action.formatter.ts"
|
|
1698
|
+
}
|
|
1699
|
+
}
|
|
1700
|
+
]
|
|
1701
|
+
},
|
|
1702
|
+
{
|
|
1703
|
+
"kind": "javascript-module",
|
|
1704
|
+
"path": "src/cell-formatters/actions-menu.formatter.ts",
|
|
1705
|
+
"declarations": [
|
|
1706
|
+
{
|
|
1707
|
+
"kind": "function",
|
|
1708
|
+
"name": "actionsMenuFormatter",
|
|
1709
|
+
"return": {
|
|
1710
|
+
"type": {
|
|
1711
|
+
"text": ""
|
|
1712
|
+
}
|
|
1713
|
+
},
|
|
1714
|
+
"parameters": [
|
|
1715
|
+
{
|
|
1716
|
+
"name": "cell",
|
|
1717
|
+
"type": {
|
|
1718
|
+
"text": "any"
|
|
1719
|
+
},
|
|
1720
|
+
"description": "The cell component provided by Tabulator"
|
|
1721
|
+
},
|
|
1722
|
+
{
|
|
1723
|
+
"name": "formatterParams",
|
|
1724
|
+
"default": "{}",
|
|
1725
|
+
"type": {
|
|
1726
|
+
"text": "ActionsMenuFormatterParams<T>"
|
|
1727
|
+
},
|
|
1728
|
+
"description": "Actions menu formatter parameters"
|
|
1729
|
+
}
|
|
1730
|
+
],
|
|
1731
|
+
"description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
|
|
1732
|
+
"privacy": "public"
|
|
1733
|
+
}
|
|
1734
|
+
],
|
|
1735
|
+
"exports": [
|
|
1736
|
+
{
|
|
1737
|
+
"kind": "js",
|
|
1738
|
+
"name": "actionsMenuFormatter",
|
|
1739
|
+
"declaration": {
|
|
1740
|
+
"name": "actionsMenuFormatter",
|
|
1741
|
+
"module": "src/cell-formatters/actions-menu.formatter.ts"
|
|
1742
|
+
}
|
|
1743
|
+
}
|
|
1744
|
+
]
|
|
1745
|
+
},
|
|
1746
|
+
{
|
|
1747
|
+
"kind": "javascript-module",
|
|
1748
|
+
"path": "src/cell-formatters/boolean.formatter.ts",
|
|
1749
|
+
"declarations": [
|
|
1750
|
+
{
|
|
1751
|
+
"kind": "function",
|
|
1752
|
+
"name": "booleanFormatter",
|
|
1753
|
+
"return": {
|
|
1754
|
+
"type": {
|
|
1755
|
+
"text": ""
|
|
1756
|
+
}
|
|
1757
|
+
},
|
|
1758
|
+
"parameters": [
|
|
1759
|
+
{
|
|
1760
|
+
"name": "cell",
|
|
1761
|
+
"type": {
|
|
1762
|
+
"text": "any"
|
|
1763
|
+
},
|
|
1764
|
+
"description": "The cell component provided by Tabulator"
|
|
1765
|
+
},
|
|
1766
|
+
{
|
|
1767
|
+
"name": "formatterParams",
|
|
1768
|
+
"default": "{}",
|
|
1769
|
+
"type": {
|
|
1770
|
+
"text": "BooleanFormatterParams<T>"
|
|
1771
|
+
},
|
|
1772
|
+
"description": "Boolean formatter parameters"
|
|
1773
|
+
}
|
|
1774
|
+
],
|
|
1775
|
+
"description": "Formatter that displays boolean values using a checkbox component.\nStyled to match grid-pro boolean renderer.",
|
|
1776
|
+
"privacy": "public"
|
|
1777
|
+
}
|
|
1778
|
+
],
|
|
1779
|
+
"exports": [
|
|
1780
|
+
{
|
|
1781
|
+
"kind": "js",
|
|
1782
|
+
"name": "booleanFormatter",
|
|
1783
|
+
"declaration": {
|
|
1784
|
+
"name": "booleanFormatter",
|
|
1785
|
+
"module": "src/cell-formatters/boolean.formatter.ts"
|
|
1786
|
+
}
|
|
1787
|
+
}
|
|
1788
|
+
]
|
|
1789
|
+
},
|
|
1790
|
+
{
|
|
1791
|
+
"kind": "javascript-module",
|
|
1792
|
+
"path": "src/cell-formatters/constants.ts",
|
|
1793
|
+
"declarations": [],
|
|
1794
|
+
"exports": []
|
|
1795
|
+
},
|
|
1796
|
+
{
|
|
1797
|
+
"kind": "javascript-module",
|
|
1798
|
+
"path": "src/cell-formatters/editable.formatter.ts",
|
|
1799
|
+
"declarations": [
|
|
1800
|
+
{
|
|
1801
|
+
"kind": "function",
|
|
1802
|
+
"name": "editableFormatter",
|
|
1803
|
+
"return": {
|
|
1804
|
+
"type": {
|
|
1805
|
+
"text": ""
|
|
1806
|
+
}
|
|
1807
|
+
},
|
|
1808
|
+
"parameters": [
|
|
1809
|
+
{
|
|
1810
|
+
"name": "cell",
|
|
1811
|
+
"type": {
|
|
1812
|
+
"text": "any"
|
|
1813
|
+
},
|
|
1814
|
+
"description": "The cell component provided by Tabulator"
|
|
1815
|
+
},
|
|
1816
|
+
{
|
|
1817
|
+
"name": "formatterParams",
|
|
1818
|
+
"default": "{}",
|
|
1819
|
+
"type": {
|
|
1820
|
+
"text": "EditableFormatterParams<T>"
|
|
1821
|
+
},
|
|
1822
|
+
"description": "Editable formatter parameters"
|
|
1823
|
+
}
|
|
1824
|
+
],
|
|
1825
|
+
"description": "Formatter that displays an editable cell with validation state",
|
|
1826
|
+
"privacy": "public"
|
|
1827
|
+
}
|
|
1828
|
+
],
|
|
1829
|
+
"exports": [
|
|
1830
|
+
{
|
|
1831
|
+
"kind": "js",
|
|
1832
|
+
"name": "editableFormatter",
|
|
1833
|
+
"declaration": {
|
|
1834
|
+
"name": "editableFormatter",
|
|
1835
|
+
"module": "src/cell-formatters/editable.formatter.ts"
|
|
1836
|
+
}
|
|
1837
|
+
}
|
|
1838
|
+
]
|
|
1839
|
+
},
|
|
1840
|
+
{
|
|
1841
|
+
"kind": "javascript-module",
|
|
1842
|
+
"path": "src/cell-formatters/index.ts",
|
|
1843
|
+
"declarations": [
|
|
1844
|
+
{
|
|
1845
|
+
"kind": "variable",
|
|
1846
|
+
"name": "formatters",
|
|
1847
|
+
"type": {
|
|
1848
|
+
"text": "object"
|
|
1849
|
+
},
|
|
1850
|
+
"default": "{\n action: actionFormatter,\n actionsMenu: actionsMenuFormatter,\n boolean: booleanFormatter,\n editable: editableFormatter,\n select: selectFormatter,\n text: textFormatter,\n}",
|
|
1851
|
+
"description": "Zero formatters for Tabulator grid"
|
|
1852
|
+
}
|
|
1853
|
+
],
|
|
1854
|
+
"exports": [
|
|
1855
|
+
{
|
|
1856
|
+
"kind": "js",
|
|
1857
|
+
"name": "*",
|
|
1858
|
+
"declaration": {
|
|
1859
|
+
"name": "*",
|
|
1860
|
+
"package": "./constants"
|
|
1861
|
+
}
|
|
1862
|
+
},
|
|
1863
|
+
{
|
|
1864
|
+
"kind": "js",
|
|
1865
|
+
"name": "ActionFormatterParams",
|
|
1866
|
+
"declaration": {
|
|
1867
|
+
"name": "ActionFormatterParams",
|
|
1868
|
+
"module": "src/cell-formatters/index.ts"
|
|
1869
|
+
}
|
|
1870
|
+
},
|
|
1871
|
+
{
|
|
1872
|
+
"kind": "js",
|
|
1873
|
+
"name": "actionFormatter",
|
|
1874
|
+
"declaration": {
|
|
1875
|
+
"name": "actionFormatter",
|
|
1876
|
+
"module": "src/cell-formatters/index.ts"
|
|
1877
|
+
}
|
|
1878
|
+
},
|
|
1879
|
+
{
|
|
1880
|
+
"kind": "js",
|
|
1881
|
+
"name": "ActionsMenuFormatterParams",
|
|
1882
|
+
"declaration": {
|
|
1883
|
+
"name": "ActionsMenuFormatterParams",
|
|
1884
|
+
"module": "src/cell-formatters/index.ts"
|
|
1885
|
+
}
|
|
1886
|
+
},
|
|
1887
|
+
{
|
|
1888
|
+
"kind": "js",
|
|
1889
|
+
"name": "actionsMenuFormatter",
|
|
1890
|
+
"declaration": {
|
|
1891
|
+
"name": "actionsMenuFormatter",
|
|
1892
|
+
"module": "src/cell-formatters/index.ts"
|
|
1893
|
+
}
|
|
1894
|
+
},
|
|
1895
|
+
{
|
|
1896
|
+
"kind": "js",
|
|
1897
|
+
"name": "BooleanFormatterParams",
|
|
1898
|
+
"declaration": {
|
|
1899
|
+
"name": "BooleanFormatterParams",
|
|
1900
|
+
"module": "src/cell-formatters/index.ts"
|
|
1901
|
+
}
|
|
1902
|
+
},
|
|
1903
|
+
{
|
|
1904
|
+
"kind": "js",
|
|
1905
|
+
"name": "booleanFormatter",
|
|
1906
|
+
"declaration": {
|
|
1907
|
+
"name": "booleanFormatter",
|
|
1908
|
+
"module": "src/cell-formatters/index.ts"
|
|
1909
|
+
}
|
|
1910
|
+
},
|
|
1911
|
+
{
|
|
1912
|
+
"kind": "js",
|
|
1913
|
+
"name": "EditableFormatterParams",
|
|
1914
|
+
"declaration": {
|
|
1915
|
+
"name": "EditableFormatterParams",
|
|
1916
|
+
"module": "src/cell-formatters/index.ts"
|
|
1917
|
+
}
|
|
1918
|
+
},
|
|
1919
|
+
{
|
|
1920
|
+
"kind": "js",
|
|
1921
|
+
"name": "editableFormatter",
|
|
1922
|
+
"declaration": {
|
|
1923
|
+
"name": "editableFormatter",
|
|
1924
|
+
"module": "src/cell-formatters/index.ts"
|
|
1925
|
+
}
|
|
1926
|
+
},
|
|
1927
|
+
{
|
|
1928
|
+
"kind": "js",
|
|
1929
|
+
"name": "SelectFormatterParams",
|
|
1930
|
+
"declaration": {
|
|
1931
|
+
"name": "SelectFormatterParams",
|
|
1932
|
+
"module": "src/cell-formatters/index.ts"
|
|
1933
|
+
}
|
|
1934
|
+
},
|
|
1935
|
+
{
|
|
1936
|
+
"kind": "js",
|
|
1937
|
+
"name": "selectFormatter",
|
|
1938
|
+
"declaration": {
|
|
1939
|
+
"name": "selectFormatter",
|
|
1940
|
+
"module": "src/cell-formatters/index.ts"
|
|
1941
|
+
}
|
|
1942
|
+
},
|
|
1943
|
+
{
|
|
1944
|
+
"kind": "js",
|
|
1945
|
+
"name": "TextFormatterParams",
|
|
1946
|
+
"declaration": {
|
|
1947
|
+
"name": "TextFormatterParams",
|
|
1948
|
+
"module": "src/cell-formatters/index.ts"
|
|
1949
|
+
}
|
|
1950
|
+
},
|
|
1951
|
+
{
|
|
1952
|
+
"kind": "js",
|
|
1953
|
+
"name": "textFormatter",
|
|
1954
|
+
"declaration": {
|
|
1955
|
+
"name": "textFormatter",
|
|
1956
|
+
"module": "src/cell-formatters/index.ts"
|
|
1957
|
+
}
|
|
1958
|
+
},
|
|
1959
|
+
{
|
|
1960
|
+
"kind": "js",
|
|
1961
|
+
"name": "formatters",
|
|
1962
|
+
"declaration": {
|
|
1963
|
+
"name": "formatters",
|
|
1964
|
+
"module": "src/cell-formatters/index.ts"
|
|
1965
|
+
}
|
|
1966
|
+
}
|
|
1967
|
+
]
|
|
1968
|
+
},
|
|
1969
|
+
{
|
|
1970
|
+
"kind": "javascript-module",
|
|
1971
|
+
"path": "src/cell-formatters/select.formatter.ts",
|
|
1972
|
+
"declarations": [
|
|
1973
|
+
{
|
|
1974
|
+
"kind": "function",
|
|
1975
|
+
"name": "selectFormatter",
|
|
1976
|
+
"return": {
|
|
1977
|
+
"type": {
|
|
1978
|
+
"text": ""
|
|
1979
|
+
}
|
|
1980
|
+
},
|
|
1981
|
+
"parameters": [
|
|
1982
|
+
{
|
|
1983
|
+
"name": "cell",
|
|
1984
|
+
"type": {
|
|
1985
|
+
"text": "any"
|
|
1986
|
+
},
|
|
1987
|
+
"description": "The cell component provided by Tabulator"
|
|
1988
|
+
},
|
|
1989
|
+
{
|
|
1990
|
+
"name": "formatterParams",
|
|
1991
|
+
"type": {
|
|
1992
|
+
"text": "SelectFormatterParams<T>"
|
|
1993
|
+
},
|
|
1994
|
+
"description": "Select formatter parameters"
|
|
1995
|
+
}
|
|
1996
|
+
],
|
|
1997
|
+
"description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
|
|
1998
|
+
"privacy": "public"
|
|
1999
|
+
}
|
|
2000
|
+
],
|
|
2001
|
+
"exports": [
|
|
2002
|
+
{
|
|
2003
|
+
"kind": "js",
|
|
2004
|
+
"name": "selectFormatter",
|
|
2005
|
+
"declaration": {
|
|
2006
|
+
"name": "selectFormatter",
|
|
2007
|
+
"module": "src/cell-formatters/select.formatter.ts"
|
|
2008
|
+
}
|
|
2009
|
+
}
|
|
2010
|
+
]
|
|
2011
|
+
},
|
|
2012
|
+
{
|
|
2013
|
+
"kind": "javascript-module",
|
|
2014
|
+
"path": "src/cell-formatters/text.formatter.ts",
|
|
2015
|
+
"declarations": [
|
|
2016
|
+
{
|
|
2017
|
+
"kind": "function",
|
|
2018
|
+
"name": "textFormatter",
|
|
2019
|
+
"return": {
|
|
2020
|
+
"type": {
|
|
2021
|
+
"text": ""
|
|
2022
|
+
}
|
|
2023
|
+
},
|
|
2024
|
+
"parameters": [
|
|
2025
|
+
{
|
|
2026
|
+
"name": "cell",
|
|
2027
|
+
"type": {
|
|
2028
|
+
"text": "any"
|
|
2029
|
+
},
|
|
2030
|
+
"description": "The cell component provided by Tabulator"
|
|
2031
|
+
},
|
|
2032
|
+
{
|
|
2033
|
+
"name": "formatterParams",
|
|
2034
|
+
"default": "{}",
|
|
2035
|
+
"type": {
|
|
2036
|
+
"text": "TextFormatterParams<T>"
|
|
2037
|
+
},
|
|
2038
|
+
"description": "Text formatter parameters"
|
|
2039
|
+
}
|
|
2040
|
+
],
|
|
2041
|
+
"description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
|
|
2042
|
+
"privacy": "public"
|
|
2043
|
+
}
|
|
2044
|
+
],
|
|
2045
|
+
"exports": [
|
|
2046
|
+
{
|
|
2047
|
+
"kind": "js",
|
|
2048
|
+
"name": "textFormatter",
|
|
2049
|
+
"declaration": {
|
|
2050
|
+
"name": "textFormatter",
|
|
2051
|
+
"module": "src/cell-formatters/text.formatter.ts"
|
|
2052
|
+
}
|
|
2053
|
+
}
|
|
2054
|
+
]
|
|
2055
|
+
},
|
|
1658
2056
|
{
|
|
1659
2057
|
"kind": "javascript-module",
|
|
1660
2058
|
"path": "src/cell-editors/date.editor.ts",
|
|
@@ -3218,398 +3616,117 @@
|
|
|
3218
3616
|
},
|
|
3219
3617
|
{
|
|
3220
3618
|
"kind": "javascript-module",
|
|
3221
|
-
"path": "src/
|
|
3222
|
-
"declarations": [
|
|
3223
|
-
{
|
|
3224
|
-
"kind": "function",
|
|
3225
|
-
"name": "actionFormatter",
|
|
3226
|
-
"return": {
|
|
3227
|
-
"type": {
|
|
3228
|
-
"text": ""
|
|
3229
|
-
}
|
|
3230
|
-
},
|
|
3231
|
-
"parameters": [
|
|
3232
|
-
{
|
|
3233
|
-
"name": "cell",
|
|
3234
|
-
"type": {
|
|
3235
|
-
"text": "any"
|
|
3236
|
-
},
|
|
3237
|
-
"description": "The cell component provided by Tabulator"
|
|
3238
|
-
},
|
|
3239
|
-
{
|
|
3240
|
-
"name": "formatterParams",
|
|
3241
|
-
"default": "{}",
|
|
3242
|
-
"type": {
|
|
3243
|
-
"text": "ActionFormatterParams<T>"
|
|
3244
|
-
},
|
|
3245
|
-
"description": "Action formatter parameters"
|
|
3246
|
-
}
|
|
3247
|
-
],
|
|
3248
|
-
"description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
|
|
3249
|
-
"privacy": "public"
|
|
3250
|
-
}
|
|
3251
|
-
],
|
|
3252
|
-
"exports": [
|
|
3253
|
-
{
|
|
3254
|
-
"kind": "js",
|
|
3255
|
-
"name": "actionFormatter",
|
|
3256
|
-
"declaration": {
|
|
3257
|
-
"name": "actionFormatter",
|
|
3258
|
-
"module": "src/cell-formatters/action.formatter.ts"
|
|
3259
|
-
}
|
|
3260
|
-
}
|
|
3261
|
-
]
|
|
3262
|
-
},
|
|
3263
|
-
{
|
|
3264
|
-
"kind": "javascript-module",
|
|
3265
|
-
"path": "src/cell-formatters/actions-menu.formatter.ts",
|
|
3266
|
-
"declarations": [
|
|
3267
|
-
{
|
|
3268
|
-
"kind": "function",
|
|
3269
|
-
"name": "actionsMenuFormatter",
|
|
3270
|
-
"return": {
|
|
3271
|
-
"type": {
|
|
3272
|
-
"text": ""
|
|
3273
|
-
}
|
|
3274
|
-
},
|
|
3275
|
-
"parameters": [
|
|
3276
|
-
{
|
|
3277
|
-
"name": "cell",
|
|
3278
|
-
"type": {
|
|
3279
|
-
"text": "any"
|
|
3280
|
-
},
|
|
3281
|
-
"description": "The cell component provided by Tabulator"
|
|
3282
|
-
},
|
|
3283
|
-
{
|
|
3284
|
-
"name": "formatterParams",
|
|
3285
|
-
"default": "{}",
|
|
3286
|
-
"type": {
|
|
3287
|
-
"text": "ActionsMenuFormatterParams<T>"
|
|
3288
|
-
},
|
|
3289
|
-
"description": "Actions menu formatter parameters"
|
|
3290
|
-
}
|
|
3291
|
-
],
|
|
3292
|
-
"description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
|
|
3293
|
-
"privacy": "public"
|
|
3294
|
-
}
|
|
3295
|
-
],
|
|
3296
|
-
"exports": [
|
|
3297
|
-
{
|
|
3298
|
-
"kind": "js",
|
|
3299
|
-
"name": "actionsMenuFormatter",
|
|
3300
|
-
"declaration": {
|
|
3301
|
-
"name": "actionsMenuFormatter",
|
|
3302
|
-
"module": "src/cell-formatters/actions-menu.formatter.ts"
|
|
3303
|
-
}
|
|
3304
|
-
}
|
|
3305
|
-
]
|
|
3306
|
-
},
|
|
3307
|
-
{
|
|
3308
|
-
"kind": "javascript-module",
|
|
3309
|
-
"path": "src/cell-formatters/boolean.formatter.ts",
|
|
3310
|
-
"declarations": [
|
|
3311
|
-
{
|
|
3312
|
-
"kind": "function",
|
|
3313
|
-
"name": "booleanFormatter",
|
|
3314
|
-
"return": {
|
|
3315
|
-
"type": {
|
|
3316
|
-
"text": ""
|
|
3317
|
-
}
|
|
3318
|
-
},
|
|
3319
|
-
"parameters": [
|
|
3320
|
-
{
|
|
3321
|
-
"name": "cell",
|
|
3322
|
-
"type": {
|
|
3323
|
-
"text": "any"
|
|
3324
|
-
},
|
|
3325
|
-
"description": "The cell component provided by Tabulator"
|
|
3326
|
-
},
|
|
3327
|
-
{
|
|
3328
|
-
"name": "formatterParams",
|
|
3329
|
-
"default": "{}",
|
|
3330
|
-
"type": {
|
|
3331
|
-
"text": "BooleanFormatterParams<T>"
|
|
3332
|
-
},
|
|
3333
|
-
"description": "Boolean formatter parameters"
|
|
3334
|
-
}
|
|
3335
|
-
],
|
|
3336
|
-
"description": "Formatter that displays boolean values using a checkbox component.\nStyled to match grid-pro boolean renderer.",
|
|
3337
|
-
"privacy": "public"
|
|
3338
|
-
}
|
|
3339
|
-
],
|
|
3340
|
-
"exports": [
|
|
3341
|
-
{
|
|
3342
|
-
"kind": "js",
|
|
3343
|
-
"name": "booleanFormatter",
|
|
3344
|
-
"declaration": {
|
|
3345
|
-
"name": "booleanFormatter",
|
|
3346
|
-
"module": "src/cell-formatters/boolean.formatter.ts"
|
|
3347
|
-
}
|
|
3348
|
-
}
|
|
3349
|
-
]
|
|
3350
|
-
},
|
|
3351
|
-
{
|
|
3352
|
-
"kind": "javascript-module",
|
|
3353
|
-
"path": "src/cell-formatters/constants.ts",
|
|
3354
|
-
"declarations": [],
|
|
3355
|
-
"exports": []
|
|
3356
|
-
},
|
|
3357
|
-
{
|
|
3358
|
-
"kind": "javascript-module",
|
|
3359
|
-
"path": "src/cell-formatters/editable.formatter.ts",
|
|
3360
|
-
"declarations": [
|
|
3361
|
-
{
|
|
3362
|
-
"kind": "function",
|
|
3363
|
-
"name": "editableFormatter",
|
|
3364
|
-
"return": {
|
|
3365
|
-
"type": {
|
|
3366
|
-
"text": ""
|
|
3367
|
-
}
|
|
3368
|
-
},
|
|
3369
|
-
"parameters": [
|
|
3370
|
-
{
|
|
3371
|
-
"name": "cell",
|
|
3372
|
-
"type": {
|
|
3373
|
-
"text": "any"
|
|
3374
|
-
},
|
|
3375
|
-
"description": "The cell component provided by Tabulator"
|
|
3376
|
-
},
|
|
3377
|
-
{
|
|
3378
|
-
"name": "formatterParams",
|
|
3379
|
-
"default": "{}",
|
|
3380
|
-
"type": {
|
|
3381
|
-
"text": "EditableFormatterParams<T>"
|
|
3382
|
-
},
|
|
3383
|
-
"description": "Editable formatter parameters"
|
|
3384
|
-
}
|
|
3385
|
-
],
|
|
3386
|
-
"description": "Formatter that displays an editable cell with validation state",
|
|
3387
|
-
"privacy": "public"
|
|
3388
|
-
}
|
|
3389
|
-
],
|
|
3390
|
-
"exports": [
|
|
3391
|
-
{
|
|
3392
|
-
"kind": "js",
|
|
3393
|
-
"name": "editableFormatter",
|
|
3394
|
-
"declaration": {
|
|
3395
|
-
"name": "editableFormatter",
|
|
3396
|
-
"module": "src/cell-formatters/editable.formatter.ts"
|
|
3397
|
-
}
|
|
3398
|
-
}
|
|
3399
|
-
]
|
|
3400
|
-
},
|
|
3401
|
-
{
|
|
3402
|
-
"kind": "javascript-module",
|
|
3403
|
-
"path": "src/cell-formatters/index.ts",
|
|
3619
|
+
"path": "src/external/fonts.ts",
|
|
3404
3620
|
"declarations": [
|
|
3405
3621
|
{
|
|
3406
3622
|
"kind": "variable",
|
|
3407
|
-
"name": "
|
|
3408
|
-
"
|
|
3409
|
-
"text": "object"
|
|
3410
|
-
},
|
|
3411
|
-
"default": "{\n action: actionFormatter,\n actionsMenu: actionsMenuFormatter,\n boolean: booleanFormatter,\n editable: editableFormatter,\n select: selectFormatter,\n text: textFormatter,\n}",
|
|
3412
|
-
"description": "Zero formatters for Tabulator grid"
|
|
3413
|
-
}
|
|
3414
|
-
],
|
|
3415
|
-
"exports": [
|
|
3416
|
-
{
|
|
3417
|
-
"kind": "js",
|
|
3418
|
-
"name": "*",
|
|
3419
|
-
"declaration": {
|
|
3420
|
-
"name": "*",
|
|
3421
|
-
"package": "./constants"
|
|
3422
|
-
}
|
|
3423
|
-
},
|
|
3424
|
-
{
|
|
3425
|
-
"kind": "js",
|
|
3426
|
-
"name": "ActionFormatterParams",
|
|
3427
|
-
"declaration": {
|
|
3428
|
-
"name": "ActionFormatterParams",
|
|
3429
|
-
"module": "src/cell-formatters/index.ts"
|
|
3430
|
-
}
|
|
3431
|
-
},
|
|
3432
|
-
{
|
|
3433
|
-
"kind": "js",
|
|
3434
|
-
"name": "actionFormatter",
|
|
3435
|
-
"declaration": {
|
|
3436
|
-
"name": "actionFormatter",
|
|
3437
|
-
"module": "src/cell-formatters/index.ts"
|
|
3438
|
-
}
|
|
3439
|
-
},
|
|
3440
|
-
{
|
|
3441
|
-
"kind": "js",
|
|
3442
|
-
"name": "ActionsMenuFormatterParams",
|
|
3443
|
-
"declaration": {
|
|
3444
|
-
"name": "ActionsMenuFormatterParams",
|
|
3445
|
-
"module": "src/cell-formatters/index.ts"
|
|
3446
|
-
}
|
|
3447
|
-
},
|
|
3448
|
-
{
|
|
3449
|
-
"kind": "js",
|
|
3450
|
-
"name": "actionsMenuFormatter",
|
|
3451
|
-
"declaration": {
|
|
3452
|
-
"name": "actionsMenuFormatter",
|
|
3453
|
-
"module": "src/cell-formatters/index.ts"
|
|
3454
|
-
}
|
|
3455
|
-
},
|
|
3456
|
-
{
|
|
3457
|
-
"kind": "js",
|
|
3458
|
-
"name": "BooleanFormatterParams",
|
|
3459
|
-
"declaration": {
|
|
3460
|
-
"name": "BooleanFormatterParams",
|
|
3461
|
-
"module": "src/cell-formatters/index.ts"
|
|
3462
|
-
}
|
|
3463
|
-
},
|
|
3464
|
-
{
|
|
3465
|
-
"kind": "js",
|
|
3466
|
-
"name": "booleanFormatter",
|
|
3467
|
-
"declaration": {
|
|
3468
|
-
"name": "booleanFormatter",
|
|
3469
|
-
"module": "src/cell-formatters/index.ts"
|
|
3470
|
-
}
|
|
3623
|
+
"name": "tabulatorDefaultFontFace",
|
|
3624
|
+
"default": "`\n @font-face {\n font-family: \"defaultFontFace\";\n }\n`"
|
|
3471
3625
|
},
|
|
3472
3626
|
{
|
|
3473
|
-
"kind": "
|
|
3474
|
-
"name": "
|
|
3475
|
-
"
|
|
3476
|
-
"name": "EditableFormatterParams",
|
|
3477
|
-
"module": "src/cell-formatters/index.ts"
|
|
3478
|
-
}
|
|
3627
|
+
"kind": "variable",
|
|
3628
|
+
"name": "tabulatorRapidFontFace",
|
|
3629
|
+
"default": "`\n @font-face {\n font-family: \"rapidFontFace\";\n }\n`"
|
|
3479
3630
|
},
|
|
3480
3631
|
{
|
|
3481
|
-
"kind": "
|
|
3482
|
-
"name": "
|
|
3483
|
-
"
|
|
3484
|
-
"
|
|
3485
|
-
|
|
3486
|
-
}
|
|
3632
|
+
"kind": "variable",
|
|
3633
|
+
"name": "gridThemeFontFaceMap",
|
|
3634
|
+
"type": {
|
|
3635
|
+
"text": "GridThemeFontFaceMap"
|
|
3636
|
+
},
|
|
3637
|
+
"default": "{\n [GridTabulatorTheme.default]: tabulatorDefaultFontFace,\n [GridTabulatorTheme.rapid]: tabulatorRapidFontFace,\n}"
|
|
3487
3638
|
},
|
|
3488
3639
|
{
|
|
3489
|
-
"kind": "
|
|
3490
|
-
"name": "
|
|
3491
|
-
"
|
|
3492
|
-
|
|
3493
|
-
|
|
3494
|
-
|
|
3495
|
-
},
|
|
3640
|
+
"kind": "variable",
|
|
3641
|
+
"name": "defaultGridTabulatorFontFace",
|
|
3642
|
+
"default": "tabulatorDefaultFontFace"
|
|
3643
|
+
}
|
|
3644
|
+
],
|
|
3645
|
+
"exports": [
|
|
3496
3646
|
{
|
|
3497
3647
|
"kind": "js",
|
|
3498
|
-
"name": "
|
|
3648
|
+
"name": "tabulatorDefaultFontFace",
|
|
3499
3649
|
"declaration": {
|
|
3500
|
-
"name": "
|
|
3501
|
-
"module": "src/
|
|
3650
|
+
"name": "tabulatorDefaultFontFace",
|
|
3651
|
+
"module": "src/external/fonts.ts"
|
|
3502
3652
|
}
|
|
3503
3653
|
},
|
|
3504
3654
|
{
|
|
3505
3655
|
"kind": "js",
|
|
3506
|
-
"name": "
|
|
3656
|
+
"name": "tabulatorRapidFontFace",
|
|
3507
3657
|
"declaration": {
|
|
3508
|
-
"name": "
|
|
3509
|
-
"module": "src/
|
|
3658
|
+
"name": "tabulatorRapidFontFace",
|
|
3659
|
+
"module": "src/external/fonts.ts"
|
|
3510
3660
|
}
|
|
3511
3661
|
},
|
|
3512
3662
|
{
|
|
3513
3663
|
"kind": "js",
|
|
3514
|
-
"name": "
|
|
3664
|
+
"name": "gridThemeFontFaceMap",
|
|
3515
3665
|
"declaration": {
|
|
3516
|
-
"name": "
|
|
3517
|
-
"module": "src/
|
|
3666
|
+
"name": "gridThemeFontFaceMap",
|
|
3667
|
+
"module": "src/external/fonts.ts"
|
|
3518
3668
|
}
|
|
3519
3669
|
},
|
|
3520
3670
|
{
|
|
3521
3671
|
"kind": "js",
|
|
3522
|
-
"name": "
|
|
3672
|
+
"name": "defaultGridTabulatorFontFace",
|
|
3523
3673
|
"declaration": {
|
|
3524
|
-
"name": "
|
|
3525
|
-
"module": "src/
|
|
3674
|
+
"name": "defaultGridTabulatorFontFace",
|
|
3675
|
+
"module": "src/external/fonts.ts"
|
|
3526
3676
|
}
|
|
3527
3677
|
}
|
|
3528
3678
|
]
|
|
3529
3679
|
},
|
|
3530
3680
|
{
|
|
3531
3681
|
"kind": "javascript-module",
|
|
3532
|
-
"path": "src/
|
|
3682
|
+
"path": "src/external/index.ts",
|
|
3533
3683
|
"declarations": [
|
|
3534
3684
|
{
|
|
3535
|
-
"kind": "
|
|
3536
|
-
"name": "
|
|
3537
|
-
"
|
|
3538
|
-
|
|
3539
|
-
"text": ""
|
|
3540
|
-
}
|
|
3541
|
-
},
|
|
3542
|
-
"parameters": [
|
|
3543
|
-
{
|
|
3544
|
-
"name": "cell",
|
|
3545
|
-
"type": {
|
|
3546
|
-
"text": "any"
|
|
3547
|
-
},
|
|
3548
|
-
"description": "The cell component provided by Tabulator"
|
|
3549
|
-
},
|
|
3550
|
-
{
|
|
3551
|
-
"name": "formatterParams",
|
|
3552
|
-
"type": {
|
|
3553
|
-
"text": "SelectFormatterParams<T>"
|
|
3554
|
-
},
|
|
3555
|
-
"description": "Select formatter parameters"
|
|
3556
|
-
}
|
|
3557
|
-
],
|
|
3558
|
-
"description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
|
|
3685
|
+
"kind": "variable",
|
|
3686
|
+
"name": "tabulatorExternalStockStyles",
|
|
3687
|
+
"default": "css`\n ${tabulatorThemeSimpleCSS}\n`",
|
|
3688
|
+
"description": "External styles for the Tabulator grid.",
|
|
3559
3689
|
"privacy": "public"
|
|
3560
3690
|
}
|
|
3561
3691
|
],
|
|
3562
3692
|
"exports": [
|
|
3563
3693
|
{
|
|
3564
3694
|
"kind": "js",
|
|
3565
|
-
"name": "
|
|
3695
|
+
"name": "tabulatorExternalStockStyles",
|
|
3566
3696
|
"declaration": {
|
|
3567
|
-
"name": "
|
|
3568
|
-
"module": "src/
|
|
3697
|
+
"name": "tabulatorExternalStockStyles",
|
|
3698
|
+
"module": "src/external/index.ts"
|
|
3699
|
+
}
|
|
3700
|
+
},
|
|
3701
|
+
{
|
|
3702
|
+
"kind": "js",
|
|
3703
|
+
"name": "tabulatorThemeSimpleCSS",
|
|
3704
|
+
"declaration": {
|
|
3705
|
+
"name": "tabulatorThemeSimpleCSS",
|
|
3706
|
+
"module": "src/external/index.ts"
|
|
3569
3707
|
}
|
|
3570
3708
|
}
|
|
3571
3709
|
]
|
|
3572
3710
|
},
|
|
3573
3711
|
{
|
|
3574
3712
|
"kind": "javascript-module",
|
|
3575
|
-
"path": "src/
|
|
3713
|
+
"path": "src/external/tabulator-theme-simple-css.ts",
|
|
3576
3714
|
"declarations": [
|
|
3577
3715
|
{
|
|
3578
|
-
"kind": "
|
|
3579
|
-
"name": "
|
|
3580
|
-
"return": {
|
|
3581
|
-
|
|
3582
|
-
"text": ""
|
|
3583
|
-
}
|
|
3584
|
-
},
|
|
3585
|
-
"parameters": [
|
|
3586
|
-
{
|
|
3587
|
-
"name": "cell",
|
|
3588
|
-
"type": {
|
|
3589
|
-
"text": "any"
|
|
3590
|
-
},
|
|
3591
|
-
"description": "The cell component provided by Tabulator"
|
|
3592
|
-
},
|
|
3593
|
-
{
|
|
3594
|
-
"name": "formatterParams",
|
|
3595
|
-
"default": "{}",
|
|
3596
|
-
"type": {
|
|
3597
|
-
"text": "TextFormatterParams<T>"
|
|
3598
|
-
},
|
|
3599
|
-
"description": "Text formatter parameters"
|
|
3600
|
-
}
|
|
3601
|
-
],
|
|
3602
|
-
"description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
|
|
3716
|
+
"kind": "variable",
|
|
3717
|
+
"name": "tabulatorThemeSimpleCSS",
|
|
3718
|
+
"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`",
|
|
3719
|
+
"description": "External styles for the Tabulator grid.",
|
|
3603
3720
|
"privacy": "public"
|
|
3604
3721
|
}
|
|
3605
3722
|
],
|
|
3606
3723
|
"exports": [
|
|
3607
3724
|
{
|
|
3608
3725
|
"kind": "js",
|
|
3609
|
-
"name": "
|
|
3726
|
+
"name": "tabulatorThemeSimpleCSS",
|
|
3610
3727
|
"declaration": {
|
|
3611
|
-
"name": "
|
|
3612
|
-
"module": "src/
|
|
3728
|
+
"name": "tabulatorThemeSimpleCSS",
|
|
3729
|
+
"module": "src/external/tabulator-theme-simple-css.ts"
|
|
3613
3730
|
}
|
|
3614
3731
|
}
|
|
3615
3732
|
]
|
|
@@ -4548,123 +4665,6 @@
|
|
|
4548
4665
|
}
|
|
4549
4666
|
]
|
|
4550
4667
|
},
|
|
4551
|
-
{
|
|
4552
|
-
"kind": "javascript-module",
|
|
4553
|
-
"path": "src/external/fonts.ts",
|
|
4554
|
-
"declarations": [
|
|
4555
|
-
{
|
|
4556
|
-
"kind": "variable",
|
|
4557
|
-
"name": "tabulatorDefaultFontFace",
|
|
4558
|
-
"default": "`\n @font-face {\n font-family: \"defaultFontFace\";\n }\n`"
|
|
4559
|
-
},
|
|
4560
|
-
{
|
|
4561
|
-
"kind": "variable",
|
|
4562
|
-
"name": "tabulatorRapidFontFace",
|
|
4563
|
-
"default": "`\n @font-face {\n font-family: \"rapidFontFace\";\n }\n`"
|
|
4564
|
-
},
|
|
4565
|
-
{
|
|
4566
|
-
"kind": "variable",
|
|
4567
|
-
"name": "gridThemeFontFaceMap",
|
|
4568
|
-
"type": {
|
|
4569
|
-
"text": "GridThemeFontFaceMap"
|
|
4570
|
-
},
|
|
4571
|
-
"default": "{\n [GridTabulatorTheme.default]: tabulatorDefaultFontFace,\n [GridTabulatorTheme.rapid]: tabulatorRapidFontFace,\n}"
|
|
4572
|
-
},
|
|
4573
|
-
{
|
|
4574
|
-
"kind": "variable",
|
|
4575
|
-
"name": "defaultGridTabulatorFontFace",
|
|
4576
|
-
"default": "tabulatorDefaultFontFace"
|
|
4577
|
-
}
|
|
4578
|
-
],
|
|
4579
|
-
"exports": [
|
|
4580
|
-
{
|
|
4581
|
-
"kind": "js",
|
|
4582
|
-
"name": "tabulatorDefaultFontFace",
|
|
4583
|
-
"declaration": {
|
|
4584
|
-
"name": "tabulatorDefaultFontFace",
|
|
4585
|
-
"module": "src/external/fonts.ts"
|
|
4586
|
-
}
|
|
4587
|
-
},
|
|
4588
|
-
{
|
|
4589
|
-
"kind": "js",
|
|
4590
|
-
"name": "tabulatorRapidFontFace",
|
|
4591
|
-
"declaration": {
|
|
4592
|
-
"name": "tabulatorRapidFontFace",
|
|
4593
|
-
"module": "src/external/fonts.ts"
|
|
4594
|
-
}
|
|
4595
|
-
},
|
|
4596
|
-
{
|
|
4597
|
-
"kind": "js",
|
|
4598
|
-
"name": "gridThemeFontFaceMap",
|
|
4599
|
-
"declaration": {
|
|
4600
|
-
"name": "gridThemeFontFaceMap",
|
|
4601
|
-
"module": "src/external/fonts.ts"
|
|
4602
|
-
}
|
|
4603
|
-
},
|
|
4604
|
-
{
|
|
4605
|
-
"kind": "js",
|
|
4606
|
-
"name": "defaultGridTabulatorFontFace",
|
|
4607
|
-
"declaration": {
|
|
4608
|
-
"name": "defaultGridTabulatorFontFace",
|
|
4609
|
-
"module": "src/external/fonts.ts"
|
|
4610
|
-
}
|
|
4611
|
-
}
|
|
4612
|
-
]
|
|
4613
|
-
},
|
|
4614
|
-
{
|
|
4615
|
-
"kind": "javascript-module",
|
|
4616
|
-
"path": "src/external/index.ts",
|
|
4617
|
-
"declarations": [
|
|
4618
|
-
{
|
|
4619
|
-
"kind": "variable",
|
|
4620
|
-
"name": "tabulatorExternalStockStyles",
|
|
4621
|
-
"default": "css`\n ${tabulatorThemeSimpleCSS}\n`",
|
|
4622
|
-
"description": "External styles for the Tabulator grid.",
|
|
4623
|
-
"privacy": "public"
|
|
4624
|
-
}
|
|
4625
|
-
],
|
|
4626
|
-
"exports": [
|
|
4627
|
-
{
|
|
4628
|
-
"kind": "js",
|
|
4629
|
-
"name": "tabulatorExternalStockStyles",
|
|
4630
|
-
"declaration": {
|
|
4631
|
-
"name": "tabulatorExternalStockStyles",
|
|
4632
|
-
"module": "src/external/index.ts"
|
|
4633
|
-
}
|
|
4634
|
-
},
|
|
4635
|
-
{
|
|
4636
|
-
"kind": "js",
|
|
4637
|
-
"name": "tabulatorThemeSimpleCSS",
|
|
4638
|
-
"declaration": {
|
|
4639
|
-
"name": "tabulatorThemeSimpleCSS",
|
|
4640
|
-
"module": "src/external/index.ts"
|
|
4641
|
-
}
|
|
4642
|
-
}
|
|
4643
|
-
]
|
|
4644
|
-
},
|
|
4645
|
-
{
|
|
4646
|
-
"kind": "javascript-module",
|
|
4647
|
-
"path": "src/external/tabulator-theme-simple-css.ts",
|
|
4648
|
-
"declarations": [
|
|
4649
|
-
{
|
|
4650
|
-
"kind": "variable",
|
|
4651
|
-
"name": "tabulatorThemeSimpleCSS",
|
|
4652
|
-
"default": "css`\n .tabulator {\n position: relative;\n border: 1px solid #999;\n background-color: #fff;\n font-size: 14px;\n text-align: left;\n overflow: hidden;\n -webkit-transform: translateZ(0);\n -moz-transform: translateZ(0);\n -ms-transform: translateZ(0);\n -o-transform: translateZ(0);\n transform: translateZ(0);\n }\n\n .tabulator[tabulator-layout='fitDataFill'] .tabulator-tableholder .tabulator-table {\n min-width: 100%;\n }\n\n .tabulator[tabulator-layout='fitDataTable'] {\n display: inline-block;\n }\n\n .tabulator.tabulator-block-select {\n user-select: none;\n }\n\n .tabulator .tabulator-header {\n position: relative;\n box-sizing: border-box;\n width: 100%;\n border-bottom: 1px solid #999;\n background-color: #fff;\n color: #555;\n font-weight: bold;\n white-space: nowrap;\n overflow: hidden;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n }\n\n .tabulator .tabulator-header.tabulator-header-hidden {\n display: none;\n }\n\n .tabulator .tabulator-header .tabulator-header-contents {\n position: relative;\n overflow: hidden;\n }\n\n .tabulator .tabulator-header .tabulator-header-contents .tabulator-headers {\n display: inline-block;\n }\n\n .tabulator .tabulator-header .tabulator-col {\n display: inline-flex;\n position: relative;\n box-sizing: border-box;\n flex-direction: column;\n justify-content: flex-start;\n border-right: 1px solid #ddd;\n background: #fff;\n text-align: left;\n vertical-align: bottom;\n overflow: hidden;\n }\n\n .tabulator .tabulator-header .tabulator-col.tabulator-moving {\n position: absolute;\n border: 1px solid #999;\n background: #e6e6e6;\n pointer-events: none;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content {\n box-sizing: border-box;\n position: relative;\n padding: 4px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-header-popup-button {\n padding: 0 8px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-header-popup-button:hover {\n cursor: pointer;\n opacity: 0.6;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder {\n position: relative;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {\n box-sizing: border-box;\n width: 100%;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n vertical-align: bottom;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-title.tabulator-col-title-wrap {\n white-space: normal;\n text-overflow: initial;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-title\n .tabulator-title-editor {\n box-sizing: border-box;\n width: 100%;\n border: 1px solid #999;\n padding: 1px;\n background: #fff;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-title\n .tabulator-header-popup-button\n + .tabulator-title-editor {\n width: calc(100% - 22px);\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {\n display: flex;\n align-items: center;\n position: absolute;\n top: 0;\n bottom: 0;\n right: 4px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n width: 0;\n height: 0;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-bottom: 6px solid #bbb;\n }\n\n .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n position: relative;\n display: flex;\n border-top: 1px solid #ddd;\n overflow: hidden;\n margin-right: -1px;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter {\n position: relative;\n box-sizing: border-box;\n margin-top: 2px;\n width: 100%;\n text-align: center;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {\n height: auto !important;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {\n margin-top: 3px;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear {\n width: 0;\n height: 0;\n }\n\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {\n padding-right: 25px;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {\n cursor: pointer;\n background-color: #e6e6e6;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='none']\n .tabulator-col-content\n .tabulator-col-sorter {\n color: #bbb;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='none']\n .tabulator-col-content\n .tabulator-col-sorter.tabulator-col-sorter-element\n .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='none']\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #bbb;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='ascending']\n .tabulator-col-content\n .tabulator-col-sorter {\n color: #666;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='ascending']\n .tabulator-col-content\n .tabulator-col-sorter.tabulator-col-sorter-element\n .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='ascending']\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #666;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='descending']\n .tabulator-col-content\n .tabulator-col-sorter {\n color: #666;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='descending']\n .tabulator-col-content\n .tabulator-col-sorter.tabulator-col-sorter-element\n .tabulator-arrow:hover {\n cursor: pointer;\n border-top: 6px solid #555;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='descending']\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n border-bottom: none;\n border-top: 6px solid #666;\n color: #666;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical\n .tabulator-col-content\n .tabulator-col-title {\n writing-mode: vertical-rl;\n text-orientation: mixed;\n display: flex;\n align-items: center;\n justify-content: center;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip\n .tabulator-col-title {\n transform: rotate(180deg);\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-sortable\n .tabulator-col-title {\n padding-right: 0;\n padding-top: 20px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip\n .tabulator-col-title {\n padding-right: 0;\n padding-bottom: 20px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-sortable\n .tabulator-col-sorter {\n justify-content: center;\n left: 0;\n right: 0;\n top: 4px;\n bottom: auto;\n }\n\n .tabulator .tabulator-header .tabulator-frozen {\n position: sticky;\n left: 0;\n z-index: 11;\n }\n\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #ddd;\n }\n\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #ddd;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder {\n box-sizing: border-box;\n background: white !important;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {\n background: white !important;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none;\n }\n\n .tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {\n display: none;\n }\n\n .tabulator .tabulator-tableholder {\n position: relative;\n width: 100%;\n white-space: nowrap;\n overflow: auto;\n -webkit-overflow-scrolling: touch;\n }\n\n .tabulator .tabulator-tableholder:focus {\n outline: none;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder {\n box-sizing: border-box;\n display: flex;\n align-items: center;\n justify-content: center;\n width: 100%;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode='virtual'] {\n min-height: 100%;\n min-width: 100%;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents {\n display: inline-block;\n text-align: center;\n padding: 10px;\n color: #ccc;\n font-weight: bold;\n font-size: 20px;\n white-space: normal;\n }\n\n .tabulator .tabulator-tableholder .tabulator-table {\n position: relative;\n display: inline-block;\n white-space: nowrap;\n overflow: visible;\n color: #333;\n }\n\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs {\n font-weight: bold;\n background: #f2f2f2;\n }\n\n .tabulator\n .tabulator-tableholder\n .tabulator-table\n .tabulator-row.tabulator-calcs.tabulator-calcs-top {\n border-bottom: 2px solid #ddd;\n }\n\n .tabulator\n .tabulator-tableholder\n .tabulator-table\n .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {\n border-top: 2px solid #ddd;\n }\n\n .tabulator .tabulator-footer {\n border-top: 1px solid #999;\n background-color: #fff;\n color: #555;\n font-weight: bold;\n white-space: nowrap;\n user-select: none;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n }\n\n .tabulator .tabulator-footer .tabulator-footer-contents {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n padding: 5px 10px;\n }\n\n .tabulator .tabulator-footer .tabulator-footer-contents:empty {\n display: none;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n box-sizing: border-box;\n width: 100%;\n text-align: left;\n background: white !important;\n border-bottom: 1px solid #ddd;\n border-top: 1px solid #ddd;\n overflow: hidden;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n display: inline-block;\n background: white !important;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder:only-child {\n margin-bottom: -5px;\n border-bottom: none;\n }\n\n .tabulator .tabulator-footer > * + .tabulator-page-counter {\n margin-left: 10px;\n }\n\n .tabulator .tabulator-footer .tabulator-page-counter {\n font-weight: normal;\n }\n\n .tabulator .tabulator-footer .tabulator-paginator {\n flex: 1;\n text-align: right;\n color: #555;\n font-family: inherit;\n font-weight: inherit;\n font-size: inherit;\n }\n\n .tabulator .tabulator-footer .tabulator-page-size {\n display: inline-block;\n margin: 0 5px;\n padding: 2px 5px;\n border: 1px solid #aaa;\n border-radius: 3px;\n }\n\n .tabulator .tabulator-footer .tabulator-pages {\n margin: 0 7px;\n }\n\n .tabulator .tabulator-footer .tabulator-page {\n display: inline-block;\n margin: 0 2px;\n padding: 2px 5px;\n border: 1px solid #aaa;\n border-radius: 3px;\n background: rgba(255, 255, 255, 0.2);\n }\n\n .tabulator .tabulator-footer .tabulator-page.active {\n color: #d00;\n }\n\n .tabulator .tabulator-footer .tabulator-page:disabled {\n opacity: 0.5;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-footer .tabulator-page:not(.disabled):hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n color: #fff;\n }\n }\n\n .tabulator .tabulator-col-resize-handle {\n position: relative;\n display: inline-block;\n width: 6px;\n margin-left: -3px;\n margin-right: -3px;\n z-index: 10;\n vertical-align: middle;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-col-resize-handle:hover {\n cursor: ew-resize;\n }\n }\n\n .tabulator .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-right: 0;\n }\n\n .tabulator .tabulator-alert {\n position: absolute;\n display: flex;\n align-items: center;\n top: 0;\n left: 0;\n z-index: 100;\n height: 100%;\n width: 100%;\n background: rgba(0, 0, 0, 0.4);\n text-align: center;\n }\n\n .tabulator .tabulator-alert .tabulator-alert-msg {\n display: inline-block;\n margin: 0 auto;\n padding: 10px 20px;\n border-radius: 10px;\n background: #fff;\n font-weight: bold;\n font-size: 16px;\n }\n\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg {\n border: 4px solid #333;\n color: #000;\n }\n\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error {\n border: 4px solid #d00;\n color: #590000;\n }\n\n .tabulator-row {\n position: relative;\n box-sizing: border-box;\n min-height: 22px;\n background-color: #fff;\n }\n\n .tabulator-row.tabulator-row-even {\n background-color: #fff;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selectable:hover {\n background-color: #bbb;\n cursor: pointer;\n }\n }\n\n .tabulator-row.tabulator-selected {\n background-color: #9abcea;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selected:hover {\n background-color: #769bcc;\n cursor: pointer;\n }\n }\n\n .tabulator-row.tabulator-row-moving {\n border: 1px solid #000;\n background: #fff;\n }\n\n .tabulator-row.tabulator-moving {\n position: absolute;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n pointer-events: none;\n z-index: 15;\n }\n\n .tabulator-row .tabulator-row-resize-handle {\n position: absolute;\n right: 0;\n bottom: 0;\n left: 0;\n height: 5px;\n }\n\n .tabulator-row .tabulator-row-resize-handle.prev {\n top: 0;\n bottom: auto;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-row-resize-handle:hover {\n cursor: ns-resize;\n }\n }\n\n .tabulator-row .tabulator-responsive-collapse {\n box-sizing: border-box;\n padding: 5px;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n }\n\n .tabulator-row .tabulator-responsive-collapse:empty {\n display: none;\n }\n\n .tabulator-row .tabulator-responsive-collapse table {\n font-size: 14px;\n }\n\n .tabulator-row .tabulator-responsive-collapse table tr td {\n position: relative;\n }\n\n .tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {\n padding-right: 10px;\n }\n\n .tabulator-row .tabulator-cell {\n display: inline-flex;\n position: unset;\n box-sizing: border-box;\n padding: 4px 8px;\n border-right: 1px solid #ddd;\n vertical-align: middle;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n }\n\n .tabulator-row .tabulator-cell.tabulator-frozen {\n display: inline-flex;\n position: sticky;\n left: 0;\n background-color: inherit;\n z-index: 11;\n }\n\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell.tabulator-editing {\n border: 1px solid #1d68cd;\n outline: none;\n padding: 0;\n }\n\n .tabulator-row .tabulator-cell.tabulator-editing input,\n .tabulator-row .tabulator-cell.tabulator-editing select {\n border: 1px;\n background: transparent;\n outline: none;\n }\n\n .tabulator-row .tabulator-cell.tabulator-validation-fail {\n border: 1px solid #dd0000;\n }\n\n .tabulator-row .tabulator-cell.tabulator-validation-fail input,\n .tabulator-row .tabulator-cell.tabulator-validation-fail select {\n border: 1px;\n background: transparent;\n color: #dd0000;\n }\n\n .tabulator-row .tabulator-cell.tabulator-row-handle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n }\n\n .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {\n width: 80%;\n }\n\n .tabulator-row\n .tabulator-cell.tabulator-row-handle\n .tabulator-row-handle-box\n .tabulator-row-handle-bar {\n width: 100%;\n height: 3px;\n margin-top: 2px;\n background: #666;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty {\n display: inline-block;\n width: 7px;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #ddd;\n border-bottom: 2px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n }\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-data-tree-control\n .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-data-tree-control\n .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-data-tree-control\n .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n height: 15px;\n width: 15px;\n border-radius: 20px;\n background: #666;\n color: #fff;\n font-weight: bold;\n font-size: 1.1em;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {\n opacity: 0.7;\n cursor: pointer;\n }\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-responsive-collapse-toggle.open\n .tabulator-responsive-collapse-toggle-close {\n display: initial;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-responsive-collapse-toggle.open\n .tabulator-responsive-collapse-toggle-open {\n display: none;\n }\n\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg {\n stroke: #fff;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-responsive-collapse-toggle\n .tabulator-responsive-collapse-toggle-close {\n display: none;\n }\n\n .tabulator-row .tabulator-cell .tabulator-traffic-light {\n display: inline-block;\n height: 14px;\n width: 14px;\n border-radius: 14px;\n }\n\n .tabulator-row.tabulator-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #ddd;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1);\n }\n }\n\n .tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-1 {\n padding-left: 30px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-2 {\n padding-left: 50px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-3 {\n padding-left: 70px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-4 {\n padding-left: 90px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-5 {\n padding-left: 110px;\n }\n\n .tabulator-row.tabulator-group .tabulator-group-toggle {\n display: inline-block;\n }\n\n .tabulator-row.tabulator-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle;\n }\n\n .tabulator-row.tabulator-group span {\n margin-left: 10px;\n color: #d00;\n }\n\n .tabulator-popup-container {\n position: absolute;\n display: inline-block;\n box-sizing: border-box;\n background: #fff;\n border: 1px solid #ddd;\n box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);\n font-size: 14px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n z-index: 10000;\n }\n\n .tabulator-popup {\n padding: 5px;\n border-radius: 3px;\n }\n\n .tabulator-tooltip {\n max-width: Min(500px, 100%);\n padding: 3px 5px;\n border-radius: 2px;\n box-shadow: none;\n font-size: 12px;\n pointer-events: none;\n }\n\n .tabulator-menu .tabulator-menu-item {\n position: relative;\n box-sizing: border-box;\n padding: 5px 10px;\n user-select: none;\n }\n\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled {\n opacity: 0.5;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {\n cursor: pointer;\n background: #fff;\n }\n }\n\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu {\n padding-right: 25px;\n }\n\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after {\n display: inline-block;\n position: absolute;\n top: calc(5px + 0.4em);\n right: 10px;\n height: 7px;\n width: 7px;\n content: '';\n border-width: 1px 1px 0 0;\n border-style: solid;\n border-color: #ddd;\n vertical-align: top;\n transform: rotate(45deg);\n }\n\n .tabulator-menu .tabulator-menu-separator {\n border-top: 1px solid #ddd;\n }\n\n .tabulator-edit-list {\n max-height: 200px;\n font-size: 14px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item {\n padding: 4px;\n color: #333;\n outline: none;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.active {\n color: #fff;\n background: #1d68cd;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.active.focused {\n outline: 1px solid rgba(255, 255, 255, 0.5);\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.focused {\n outline: 1px solid #1d68cd;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-edit-list .tabulator-edit-list-item:hover {\n cursor: pointer;\n color: #fff;\n background: #1d68cd;\n }\n }\n\n .tabulator-edit-list .tabulator-edit-list-placeholder {\n padding: 4px;\n color: #333;\n text-align: center;\n }\n\n .tabulator-edit-list .tabulator-edit-list-group {\n border-bottom: 1px solid #ddd;\n padding: 4px;\n padding-top: 6px;\n color: #333;\n font-weight: bold;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2 {\n padding-left: 12px;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3 {\n padding-left: 20px;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4 {\n padding-left: 28px;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5 {\n padding-left: 36px;\n }\n\n .tabulator.tabulator-ltr {\n direction: ltr;\n }\n\n .tabulator.tabulator-rtl {\n text-align: initial;\n direction: rtl;\n }\n\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col {\n text-align: initial;\n border-left: 1px solid #ddd;\n border-right: initial;\n }\n\n .tabulator.tabulator-rtl\n .tabulator-header\n .tabulator-col.tabulator-col-group\n .tabulator-col-group-cols {\n margin-right: initial;\n margin-left: -1px;\n }\n\n .tabulator.tabulator-rtl\n .tabulator-header\n .tabulator-col.tabulator-sortable\n .tabulator-col-title {\n padding-right: 0;\n padding-left: 25px;\n }\n\n .tabulator.tabulator-rtl\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-sorter {\n left: 8px;\n right: initial;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell {\n border-right: initial;\n border-left: 1px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n margin-right: initial;\n margin-left: 5px;\n border-bottom-left-radius: initial;\n border-bottom-right-radius: 1px;\n border-left: initial;\n border-right: 2px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n margin-right: initial;\n margin-left: 5px;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-left: 2px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-right: 2px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-left: 0;\n margin-right: -3px;\n }\n\n .tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder {\n text-align: initial;\n }\n\n .tabulator-print-fullscreen {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n z-index: 10000;\n }\n\n body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {\n display: none !important;\n }\n\n .tabulator-print-table {\n border-collapse: collapse;\n }\n\n .tabulator-print-table .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #ddd;\n border-bottom: 2px solid #ddd;\n }\n\n .tabulator-print-table .tabulator-print-table-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #ddd;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-print-table-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1);\n }\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td {\n padding-left: 30px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td {\n padding-left: 50px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td {\n padding-left: 70px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td {\n padding-left: 90px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td {\n padding-left: 110px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle {\n display: inline-block;\n }\n\n .tabulator-print-table .tabulator-print-table-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle;\n }\n\n .tabulator-print-table .tabulator-print-table-group span {\n margin-left: 10px;\n color: #d00;\n }\n\n .tabulator-print-table .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n }\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent;\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333;\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator {\n border: none;\n background-color: #fff;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder {\n background: #f2f2f2 !important;\n border-bottom: 1px solid #999;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {\n background: #f2f2f2 !important;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder span {\n color: #000;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n background: #f2f2f2 !important;\n border-bottom: 1px solid #fff;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n background: #f2f2f2 !important;\n }\n\n .tabulator-row {\n border-bottom: 1px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell:last-of-type {\n border-right: none;\n }\n\n .tabulator-row.tabulator-group span {\n color: #666;\n }\n\n .tabulator-print-table .tabulator-print-table-group span {\n margin-left: 10px;\n color: #666;\n }\n\n /*# sourceMappingURL=tabulator_simple.css.map */\n`",
|
|
4653
|
-
"description": "External styles for the Tabulator grid.",
|
|
4654
|
-
"privacy": "public"
|
|
4655
|
-
}
|
|
4656
|
-
],
|
|
4657
|
-
"exports": [
|
|
4658
|
-
{
|
|
4659
|
-
"kind": "js",
|
|
4660
|
-
"name": "tabulatorThemeSimpleCSS",
|
|
4661
|
-
"declaration": {
|
|
4662
|
-
"name": "tabulatorThemeSimpleCSS",
|
|
4663
|
-
"module": "src/external/tabulator-theme-simple-css.ts"
|
|
4664
|
-
}
|
|
4665
|
-
}
|
|
4666
|
-
]
|
|
4667
|
-
},
|
|
4668
4668
|
{
|
|
4669
4669
|
"kind": "javascript-module",
|
|
4670
4670
|
"path": "src/style/colors.ts",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/grid-tabulator",
|
|
3
3
|
"description": "Genesis Foundation Grid Tabulator",
|
|
4
|
-
"version": "14.484.
|
|
4
|
+
"version": "14.484.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -41,20 +41,20 @@
|
|
|
41
41
|
}
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@genesislcap/foundation-testing": "14.484.
|
|
45
|
-
"@genesislcap/genx": "14.484.
|
|
46
|
-
"@genesislcap/rollup-builder": "14.484.
|
|
47
|
-
"@genesislcap/ts-builder": "14.484.
|
|
48
|
-
"@genesislcap/uvu-playwright-builder": "14.484.
|
|
49
|
-
"@genesislcap/vite-builder": "14.484.
|
|
50
|
-
"@genesislcap/webpack-builder": "14.484.
|
|
44
|
+
"@genesislcap/foundation-testing": "14.484.1",
|
|
45
|
+
"@genesislcap/genx": "14.484.1",
|
|
46
|
+
"@genesislcap/rollup-builder": "14.484.1",
|
|
47
|
+
"@genesislcap/ts-builder": "14.484.1",
|
|
48
|
+
"@genesislcap/uvu-playwright-builder": "14.484.1",
|
|
49
|
+
"@genesislcap/vite-builder": "14.484.1",
|
|
50
|
+
"@genesislcap/webpack-builder": "14.484.1",
|
|
51
51
|
"@types/tabulator-tables": "6.2.6"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@genesislcap/foundation-comms": "14.484.
|
|
55
|
-
"@genesislcap/foundation-logger": "14.484.
|
|
56
|
-
"@genesislcap/foundation-ui": "14.484.
|
|
57
|
-
"@genesislcap/foundation-utils": "14.484.
|
|
54
|
+
"@genesislcap/foundation-comms": "14.484.1",
|
|
55
|
+
"@genesislcap/foundation-logger": "14.484.1",
|
|
56
|
+
"@genesislcap/foundation-ui": "14.484.1",
|
|
57
|
+
"@genesislcap/foundation-utils": "14.484.1",
|
|
58
58
|
"@microsoft/fast-colors": "5.3.1",
|
|
59
59
|
"@microsoft/fast-components": "2.30.6",
|
|
60
60
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -86,5 +86,5 @@
|
|
|
86
86
|
"require": "./dist/react.cjs"
|
|
87
87
|
}
|
|
88
88
|
},
|
|
89
|
-
"gitHead": "
|
|
89
|
+
"gitHead": "805c947c8df90977fa68f5da82e358de498ada51"
|
|
90
90
|
}
|