@genesislcap/grid-tabulator 14.464.1-alpha-76f77f9.0 → 14.464.1-alpha-9b6067d.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/custom-elements.json +953 -953
  2. package/package.json +13 -13
@@ -1657,584 +1657,421 @@
1657
1657
  },
1658
1658
  {
1659
1659
  "kind": "javascript-module",
1660
- "path": "src/cell-editors/date.editor.ts",
1660
+ "path": "src/cell-formatters/action.formatter.ts",
1661
1661
  "declarations": [
1662
1662
  {
1663
- "kind": "class",
1664
- "description": "The date editor class for grid-tabulator",
1665
- "name": "DateEditor",
1666
- "members": [
1667
- {
1668
- "kind": "field",
1669
- "name": "params",
1670
- "type": {
1671
- "text": "DateEditorParams"
1672
- }
1673
- },
1663
+ "kind": "function",
1664
+ "name": "actionFormatter",
1665
+ "return": {
1666
+ "type": {
1667
+ "text": ""
1668
+ }
1669
+ },
1670
+ "parameters": [
1674
1671
  {
1675
- "kind": "field",
1676
- "name": "dateField",
1672
+ "name": "cell",
1677
1673
  "type": {
1678
1674
  "text": "any"
1679
- }
1680
- },
1681
- {
1682
- "kind": "method",
1683
- "name": "init",
1684
- "parameters": [
1685
- {
1686
- "name": "params",
1687
- "type": {
1688
- "text": "DateEditorParams"
1689
- }
1690
- }
1691
- ],
1692
- "description": "Initialize the editor with parameters"
1693
- },
1694
- {
1695
- "kind": "method",
1696
- "name": "getValue",
1697
- "description": "Get current value"
1698
- },
1699
- {
1700
- "kind": "method",
1701
- "name": "getFormattedValue",
1702
- "description": "Format value for display"
1703
- },
1704
- {
1705
- "kind": "method",
1706
- "name": "focus",
1707
- "description": "Set focus to the input"
1708
- },
1709
- {
1710
- "kind": "method",
1711
- "name": "handleKeyDown",
1712
- "parameters": [
1713
- {
1714
- "name": "event",
1715
- "type": {
1716
- "text": "KeyboardEvent"
1717
- }
1718
- }
1719
- ],
1720
- "description": "Process key down events"
1721
- },
1722
- {
1723
- "kind": "field",
1724
- "name": "_presentation",
1725
- "type": {
1726
- "text": "ComponentPresentation | null | undefined"
1727
1675
  },
1728
- "privacy": "private",
1729
- "default": "void 0",
1730
- "inheritedFrom": {
1731
- "name": "FoundationElement",
1732
- "module": "src/foundation-element/foundation-element.ts"
1733
- }
1676
+ "description": "The cell component provided by Tabulator"
1734
1677
  },
1735
1678
  {
1736
- "kind": "field",
1737
- "name": "$presentation",
1679
+ "name": "formatterParams",
1680
+ "default": "{}",
1738
1681
  "type": {
1739
- "text": "ComponentPresentation | null"
1682
+ "text": "ActionFormatterParams<T>"
1740
1683
  },
1741
- "privacy": "public",
1742
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1743
- "inheritedFrom": {
1744
- "name": "FoundationElement",
1745
- "module": "src/foundation-element/foundation-element.ts"
1746
- }
1747
- },
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": [
1748
1715
  {
1749
- "kind": "field",
1750
- "name": "template",
1716
+ "name": "cell",
1751
1717
  "type": {
1752
- "text": "ElementViewTemplate | void | null"
1753
- },
1754
- "privacy": "public",
1755
- "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
1756
- "inheritedFrom": {
1757
- "name": "FoundationElement",
1758
- "module": "src/foundation-element/foundation-element.ts"
1759
- }
1760
- },
1761
- {
1762
- "kind": "method",
1763
- "name": "templateChanged",
1764
- "privacy": "protected",
1765
- "return": {
1766
- "type": {
1767
- "text": "void"
1768
- }
1718
+ "text": "any"
1769
1719
  },
1770
- "inheritedFrom": {
1771
- "name": "FoundationElement",
1772
- "module": "src/foundation-element/foundation-element.ts"
1773
- }
1720
+ "description": "The cell component provided by Tabulator"
1774
1721
  },
1775
1722
  {
1776
- "kind": "field",
1777
- "name": "styles",
1723
+ "name": "formatterParams",
1724
+ "default": "{}",
1778
1725
  "type": {
1779
- "text": "ElementStyles | void | null"
1726
+ "text": "ActionsMenuFormatterParams<T>"
1780
1727
  },
1781
- "privacy": "public",
1782
- "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
1783
- "inheritedFrom": {
1784
- "name": "FoundationElement",
1785
- "module": "src/foundation-element/foundation-element.ts"
1786
- }
1787
- },
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": [
1788
1759
  {
1789
- "kind": "method",
1790
- "name": "stylesChanged",
1791
- "privacy": "protected",
1792
- "return": {
1793
- "type": {
1794
- "text": "void"
1795
- }
1760
+ "name": "cell",
1761
+ "type": {
1762
+ "text": "any"
1796
1763
  },
1797
- "inheritedFrom": {
1798
- "name": "FoundationElement",
1799
- "module": "src/foundation-element/foundation-element.ts"
1800
- }
1764
+ "description": "The cell component provided by Tabulator"
1801
1765
  },
1802
1766
  {
1803
- "kind": "method",
1804
- "name": "compose",
1805
- "privacy": "public",
1806
- "static": true,
1807
- "return": {
1808
- "type": {
1809
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
1810
- }
1767
+ "name": "formatterParams",
1768
+ "default": "{}",
1769
+ "type": {
1770
+ "text": "BooleanFormatterParams<T>"
1811
1771
  },
1812
- "parameters": [
1813
- {
1814
- "name": "this",
1815
- "type": {
1816
- "text": "K"
1817
- }
1818
- },
1819
- {
1820
- "name": "elementDefinition",
1821
- "type": {
1822
- "text": "T"
1823
- },
1824
- "description": "The definition of the element to create the registry\nfunction for."
1825
- }
1826
- ],
1827
- "description": "Defines an element registry function with a set of element definition defaults.",
1828
- "inheritedFrom": {
1829
- "name": "FoundationElement",
1830
- "module": "src/foundation-element/foundation-element.ts"
1831
- }
1772
+ "description": "Boolean formatter parameters"
1832
1773
  }
1833
1774
  ],
1834
- "superclass": {
1835
- "name": "FoundationElement",
1836
- "package": "@microsoft/fast-foundation"
1837
- }
1838
- },
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": [
1839
1780
  {
1840
- "kind": "variable",
1841
- "name": "dateEditorStyles",
1842
- "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
1843
- "description": "Styles for the date editor"
1844
- },
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": [
1845
1800
  {
1846
1801
  "kind": "function",
1847
- "name": "getDateEditorTemplate",
1848
- "parameters": [
1849
- {
1850
- "name": "prefix",
1851
- "default": "'foundation'",
1852
- "description": "The design system prefix to use. Defaults to 'foundation'."
1853
- }
1854
- ],
1855
- "description": "Get a Design System prefixed date field template.",
1802
+ "name": "editableFormatter",
1856
1803
  "return": {
1857
1804
  "type": {
1858
1805
  "text": ""
1859
1806
  }
1860
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",
1861
1826
  "privacy": "public"
1862
- },
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": [
1863
1844
  {
1864
1845
  "kind": "variable",
1865
- "name": "foundationDateEditor",
1866
- "description": "Definition for the date editor component"
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"
1867
1852
  }
1868
1853
  ],
1869
1854
  "exports": [
1870
1855
  {
1871
1856
  "kind": "js",
1872
- "name": "DateEditor",
1857
+ "name": "*",
1873
1858
  "declaration": {
1874
- "name": "DateEditor",
1875
- "module": "src/cell-editors/date.editor.ts"
1859
+ "name": "*",
1860
+ "package": "./constants"
1876
1861
  }
1877
1862
  },
1878
1863
  {
1879
1864
  "kind": "js",
1880
- "name": "dateEditorStyles",
1865
+ "name": "ActionFormatterParams",
1881
1866
  "declaration": {
1882
- "name": "dateEditorStyles",
1883
- "module": "src/cell-editors/date.editor.ts"
1867
+ "name": "ActionFormatterParams",
1868
+ "module": "src/cell-formatters/index.ts"
1884
1869
  }
1885
1870
  },
1886
1871
  {
1887
1872
  "kind": "js",
1888
- "name": "getDateEditorTemplate",
1873
+ "name": "actionFormatter",
1889
1874
  "declaration": {
1890
- "name": "getDateEditorTemplate",
1891
- "module": "src/cell-editors/date.editor.ts"
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"
1892
1901
  }
1893
1902
  },
1894
1903
  {
1895
1904
  "kind": "js",
1896
- "name": "foundationDateEditor",
1905
+ "name": "booleanFormatter",
1897
1906
  "declaration": {
1898
- "name": "foundationDateEditor",
1899
- "module": "src/cell-editors/date.editor.ts"
1907
+ "name": "booleanFormatter",
1908
+ "module": "src/cell-formatters/index.ts"
1900
1909
  }
1901
- }
1902
- ]
1903
- },
1904
- {
1905
- "kind": "javascript-module",
1906
- "path": "src/cell-editors/index.ts",
1907
- "declarations": [],
1908
- "exports": [
1910
+ },
1909
1911
  {
1910
1912
  "kind": "js",
1911
- "name": "*",
1913
+ "name": "EditableFormatterParams",
1912
1914
  "declaration": {
1913
- "name": "*",
1914
- "package": "./date.editor"
1915
+ "name": "EditableFormatterParams",
1916
+ "module": "src/cell-formatters/index.ts"
1915
1917
  }
1916
1918
  },
1917
1919
  {
1918
1920
  "kind": "js",
1919
- "name": "*",
1921
+ "name": "editableFormatter",
1920
1922
  "declaration": {
1921
- "name": "*",
1922
- "package": "./number.editor"
1923
+ "name": "editableFormatter",
1924
+ "module": "src/cell-formatters/index.ts"
1923
1925
  }
1924
1926
  },
1925
1927
  {
1926
1928
  "kind": "js",
1927
- "name": "*",
1929
+ "name": "SelectFormatterParams",
1928
1930
  "declaration": {
1929
- "name": "*",
1930
- "package": "./select.editor"
1931
+ "name": "SelectFormatterParams",
1932
+ "module": "src/cell-formatters/index.ts"
1931
1933
  }
1932
1934
  },
1933
1935
  {
1934
1936
  "kind": "js",
1935
- "name": "*",
1937
+ "name": "selectFormatter",
1936
1938
  "declaration": {
1937
- "name": "*",
1938
- "package": "./string.editor"
1939
+ "name": "selectFormatter",
1940
+ "module": "src/cell-formatters/index.ts"
1939
1941
  }
1940
1942
  },
1941
1943
  {
1942
1944
  "kind": "js",
1943
- "name": "*",
1945
+ "name": "TextFormatterParams",
1944
1946
  "declaration": {
1945
- "name": "*",
1946
- "package": "./multiselect.editor"
1947
+ "name": "TextFormatterParams",
1948
+ "module": "src/cell-formatters/index.ts"
1947
1949
  }
1948
- }
1949
- ]
1950
- },
1951
- {
1952
- "kind": "javascript-module",
1953
- "path": "src/cell-editors/multiselect.editor.ts",
1954
- "declarations": [
1950
+ },
1955
1951
  {
1956
- "kind": "class",
1957
- "description": "The multiselect editor class for grid-tabulator",
1958
- "name": "MultiselectEditor",
1959
- "members": [
1960
- {
1961
- "kind": "field",
1962
- "name": "params",
1963
- "type": {
1964
- "text": "MultiselectEditorParams"
1965
- }
1966
- },
1967
- {
1968
- "kind": "field",
1969
- "name": "select",
1970
- "type": {
1971
- "text": "any"
1972
- }
1973
- },
1974
- {
1975
- "kind": "method",
1976
- "name": "init",
1977
- "parameters": [
1978
- {
1979
- "name": "params",
1980
- "type": {
1981
- "text": "MultiselectEditorParams"
1982
- }
1983
- }
1984
- ],
1985
- "description": "Initialize the editor with parameters"
1986
- },
1987
- {
1988
- "kind": "method",
1989
- "name": "getValues",
1990
- "return": {
1991
- "type": {
1992
- "text": "(string | number)[]"
1993
- }
1994
- },
1995
- "description": "Get current values"
1996
- },
1997
- {
1998
- "kind": "method",
1999
- "name": "focus",
2000
- "description": "Set focus to the select"
2001
- },
2002
- {
2003
- "kind": "method",
2004
- "name": "isSelected",
2005
- "return": {
2006
- "type": {
2007
- "text": "boolean"
2008
- }
2009
- },
2010
- "parameters": [
2011
- {
2012
- "name": "value",
2013
- "type": {
2014
- "text": "string | number"
2015
- }
2016
- }
2017
- ],
2018
- "description": "Check if a value is selected"
2019
- },
2020
- {
2021
- "kind": "method",
2022
- "name": "handleKeyDown",
2023
- "parameters": [
2024
- {
2025
- "name": "event",
2026
- "type": {
2027
- "text": "KeyboardEvent"
2028
- }
2029
- }
2030
- ],
2031
- "description": "Process key down events"
2032
- },
2033
- {
2034
- "kind": "method",
2035
- "name": "handleChange",
2036
- "description": "Handle change event to save when selection changes"
2037
- },
2038
- {
2039
- "kind": "field",
2040
- "name": "_presentation",
2041
- "type": {
2042
- "text": "ComponentPresentation | null | undefined"
2043
- },
2044
- "privacy": "private",
2045
- "default": "void 0",
2046
- "inheritedFrom": {
2047
- "name": "FoundationElement",
2048
- "module": "src/foundation-element/foundation-element.ts"
2049
- }
2050
- },
2051
- {
2052
- "kind": "field",
2053
- "name": "$presentation",
2054
- "type": {
2055
- "text": "ComponentPresentation | null"
2056
- },
2057
- "privacy": "public",
2058
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2059
- "inheritedFrom": {
2060
- "name": "FoundationElement",
2061
- "module": "src/foundation-element/foundation-element.ts"
2062
- }
2063
- },
2064
- {
2065
- "kind": "field",
2066
- "name": "template",
2067
- "type": {
2068
- "text": "ElementViewTemplate | void | null"
2069
- },
2070
- "privacy": "public",
2071
- "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
2072
- "inheritedFrom": {
2073
- "name": "FoundationElement",
2074
- "module": "src/foundation-element/foundation-element.ts"
2075
- }
2076
- },
2077
- {
2078
- "kind": "method",
2079
- "name": "templateChanged",
2080
- "privacy": "protected",
2081
- "return": {
2082
- "type": {
2083
- "text": "void"
2084
- }
2085
- },
2086
- "inheritedFrom": {
2087
- "name": "FoundationElement",
2088
- "module": "src/foundation-element/foundation-element.ts"
2089
- }
2090
- },
2091
- {
2092
- "kind": "field",
2093
- "name": "styles",
2094
- "type": {
2095
- "text": "ElementStyles | void | null"
2096
- },
2097
- "privacy": "public",
2098
- "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
2099
- "inheritedFrom": {
2100
- "name": "FoundationElement",
2101
- "module": "src/foundation-element/foundation-element.ts"
2102
- }
2103
- },
2104
- {
2105
- "kind": "method",
2106
- "name": "stylesChanged",
2107
- "privacy": "protected",
2108
- "return": {
2109
- "type": {
2110
- "text": "void"
2111
- }
2112
- },
2113
- "inheritedFrom": {
2114
- "name": "FoundationElement",
2115
- "module": "src/foundation-element/foundation-element.ts"
2116
- }
2117
- },
2118
- {
2119
- "kind": "method",
2120
- "name": "compose",
2121
- "privacy": "public",
2122
- "static": true,
2123
- "return": {
2124
- "type": {
2125
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2126
- }
2127
- },
2128
- "parameters": [
2129
- {
2130
- "name": "this",
2131
- "type": {
2132
- "text": "K"
2133
- }
2134
- },
2135
- {
2136
- "name": "elementDefinition",
2137
- "type": {
2138
- "text": "T"
2139
- },
2140
- "description": "The definition of the element to create the registry\nfunction for."
2141
- }
2142
- ],
2143
- "description": "Defines an element registry function with a set of element definition defaults.",
2144
- "inheritedFrom": {
2145
- "name": "FoundationElement",
2146
- "module": "src/foundation-element/foundation-element.ts"
2147
- }
2148
- }
2149
- ],
2150
- "superclass": {
2151
- "name": "FoundationElement",
2152
- "package": "@microsoft/fast-foundation"
1952
+ "kind": "js",
1953
+ "name": "textFormatter",
1954
+ "declaration": {
1955
+ "name": "textFormatter",
1956
+ "module": "src/cell-formatters/index.ts"
2153
1957
  }
2154
1958
  },
2155
1959
  {
2156
- "kind": "variable",
2157
- "name": "multiselectEditorStyles",
2158
- "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
2159
- "description": "Styles for the multiselect editor"
2160
- },
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": [
2161
1973
  {
2162
1974
  "kind": "function",
2163
- "name": "getMultiselectEditorTemplate",
2164
- "parameters": [
2165
- {
2166
- "name": "prefix",
2167
- "default": "'foundation'",
2168
- "description": "The design system prefix to use. Defaults to 'foundation'."
2169
- }
2170
- ],
2171
- "description": "Get a Design System prefixed Select template.",
1975
+ "name": "selectFormatter",
2172
1976
  "return": {
2173
1977
  "type": {
2174
1978
  "text": ""
2175
1979
  }
2176
- }
2177
- },
2178
- {
2179
- "kind": "variable",
2180
- "name": "foundationMultiselectEditor",
2181
- "description": "Definition for the multiselect editor component"
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"
2182
1999
  }
2183
2000
  ],
2184
2001
  "exports": [
2185
2002
  {
2186
2003
  "kind": "js",
2187
- "name": "MultiselectEditor",
2188
- "declaration": {
2189
- "name": "MultiselectEditor",
2190
- "module": "src/cell-editors/multiselect.editor.ts"
2191
- }
2192
- },
2193
- {
2194
- "kind": "js",
2195
- "name": "multiselectEditorStyles",
2004
+ "name": "selectFormatter",
2196
2005
  "declaration": {
2197
- "name": "multiselectEditorStyles",
2198
- "module": "src/cell-editors/multiselect.editor.ts"
2006
+ "name": "selectFormatter",
2007
+ "module": "src/cell-formatters/select.formatter.ts"
2199
2008
  }
2200
- },
2009
+ }
2010
+ ]
2011
+ },
2012
+ {
2013
+ "kind": "javascript-module",
2014
+ "path": "src/cell-formatters/text.formatter.ts",
2015
+ "declarations": [
2201
2016
  {
2202
- "kind": "js",
2203
- "name": "getMultiselectEditorTemplate",
2204
- "declaration": {
2205
- "name": "getMultiselectEditorTemplate",
2206
- "module": "src/cell-editors/multiselect.editor.ts"
2207
- }
2208
- },
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": [
2209
2046
  {
2210
2047
  "kind": "js",
2211
- "name": "foundationMultiselectEditor",
2048
+ "name": "textFormatter",
2212
2049
  "declaration": {
2213
- "name": "foundationMultiselectEditor",
2214
- "module": "src/cell-editors/multiselect.editor.ts"
2050
+ "name": "textFormatter",
2051
+ "module": "src/cell-formatters/text.formatter.ts"
2215
2052
  }
2216
2053
  }
2217
2054
  ]
2218
2055
  },
2219
2056
  {
2220
2057
  "kind": "javascript-module",
2221
- "path": "src/cell-editors/number.editor.ts",
2058
+ "path": "src/cell-editors/date.editor.ts",
2222
2059
  "declarations": [
2223
2060
  {
2224
2061
  "kind": "class",
2225
- "description": "The number editor class for grid-tabulator",
2226
- "name": "NumberEditor",
2062
+ "description": "The date editor class for grid-tabulator",
2063
+ "name": "DateEditor",
2227
2064
  "members": [
2228
2065
  {
2229
2066
  "kind": "field",
2230
2067
  "name": "params",
2231
2068
  "type": {
2232
- "text": "NumberEditorParams"
2069
+ "text": "DateEditorParams"
2233
2070
  }
2234
2071
  },
2235
2072
  {
2236
2073
  "kind": "field",
2237
- "name": "numberField",
2074
+ "name": "dateField",
2238
2075
  "type": {
2239
2076
  "text": "any"
2240
2077
  }
@@ -2246,7 +2083,7 @@
2246
2083
  {
2247
2084
  "name": "params",
2248
2085
  "type": {
2249
- "text": "NumberEditorParams"
2086
+ "text": "DateEditorParams"
2250
2087
  }
2251
2088
  }
2252
2089
  ],
@@ -2257,6 +2094,11 @@
2257
2094
  "name": "getValue",
2258
2095
  "description": "Get current value"
2259
2096
  },
2097
+ {
2098
+ "kind": "method",
2099
+ "name": "getFormattedValue",
2100
+ "description": "Format value for display"
2101
+ },
2260
2102
  {
2261
2103
  "kind": "method",
2262
2104
  "name": "focus",
@@ -2394,13 +2236,13 @@
2394
2236
  },
2395
2237
  {
2396
2238
  "kind": "variable",
2397
- "name": "numberEditorStyles",
2239
+ "name": "dateEditorStyles",
2398
2240
  "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
2399
- "description": "Styles for the number editor"
2241
+ "description": "Styles for the date editor"
2400
2242
  },
2401
2243
  {
2402
2244
  "kind": "function",
2403
- "name": "getNumberEditorTemplate",
2245
+ "name": "getDateEditorTemplate",
2404
2246
  "parameters": [
2405
2247
  {
2406
2248
  "name": "prefix",
@@ -2408,68 +2250,116 @@
2408
2250
  "description": "The design system prefix to use. Defaults to 'foundation'."
2409
2251
  }
2410
2252
  ],
2411
- "description": "Get a Design System prefixed number field template.",
2253
+ "description": "Get a Design System prefixed date field template.",
2412
2254
  "return": {
2413
2255
  "type": {
2414
2256
  "text": ""
2415
2257
  }
2416
- }
2258
+ },
2259
+ "privacy": "public"
2417
2260
  },
2418
2261
  {
2419
2262
  "kind": "variable",
2420
- "name": "foundationNumberEditor",
2421
- "description": "Definition for the number editor component"
2263
+ "name": "foundationDateEditor",
2264
+ "description": "Definition for the date editor component"
2422
2265
  }
2423
2266
  ],
2424
2267
  "exports": [
2425
2268
  {
2426
2269
  "kind": "js",
2427
- "name": "NumberEditor",
2270
+ "name": "DateEditor",
2428
2271
  "declaration": {
2429
- "name": "NumberEditor",
2430
- "module": "src/cell-editors/number.editor.ts"
2272
+ "name": "DateEditor",
2273
+ "module": "src/cell-editors/date.editor.ts"
2431
2274
  }
2432
2275
  },
2433
2276
  {
2434
2277
  "kind": "js",
2435
- "name": "numberEditorStyles",
2278
+ "name": "dateEditorStyles",
2436
2279
  "declaration": {
2437
- "name": "numberEditorStyles",
2438
- "module": "src/cell-editors/number.editor.ts"
2280
+ "name": "dateEditorStyles",
2281
+ "module": "src/cell-editors/date.editor.ts"
2439
2282
  }
2440
2283
  },
2441
2284
  {
2442
2285
  "kind": "js",
2443
- "name": "getNumberEditorTemplate",
2286
+ "name": "getDateEditorTemplate",
2444
2287
  "declaration": {
2445
- "name": "getNumberEditorTemplate",
2446
- "module": "src/cell-editors/number.editor.ts"
2288
+ "name": "getDateEditorTemplate",
2289
+ "module": "src/cell-editors/date.editor.ts"
2447
2290
  }
2448
2291
  },
2449
2292
  {
2450
2293
  "kind": "js",
2451
- "name": "foundationNumberEditor",
2294
+ "name": "foundationDateEditor",
2452
2295
  "declaration": {
2453
- "name": "foundationNumberEditor",
2454
- "module": "src/cell-editors/number.editor.ts"
2296
+ "name": "foundationDateEditor",
2297
+ "module": "src/cell-editors/date.editor.ts"
2455
2298
  }
2456
2299
  }
2457
2300
  ]
2458
2301
  },
2459
2302
  {
2460
2303
  "kind": "javascript-module",
2461
- "path": "src/cell-editors/select.editor.ts",
2304
+ "path": "src/cell-editors/index.ts",
2305
+ "declarations": [],
2306
+ "exports": [
2307
+ {
2308
+ "kind": "js",
2309
+ "name": "*",
2310
+ "declaration": {
2311
+ "name": "*",
2312
+ "package": "./date.editor"
2313
+ }
2314
+ },
2315
+ {
2316
+ "kind": "js",
2317
+ "name": "*",
2318
+ "declaration": {
2319
+ "name": "*",
2320
+ "package": "./number.editor"
2321
+ }
2322
+ },
2323
+ {
2324
+ "kind": "js",
2325
+ "name": "*",
2326
+ "declaration": {
2327
+ "name": "*",
2328
+ "package": "./select.editor"
2329
+ }
2330
+ },
2331
+ {
2332
+ "kind": "js",
2333
+ "name": "*",
2334
+ "declaration": {
2335
+ "name": "*",
2336
+ "package": "./string.editor"
2337
+ }
2338
+ },
2339
+ {
2340
+ "kind": "js",
2341
+ "name": "*",
2342
+ "declaration": {
2343
+ "name": "*",
2344
+ "package": "./multiselect.editor"
2345
+ }
2346
+ }
2347
+ ]
2348
+ },
2349
+ {
2350
+ "kind": "javascript-module",
2351
+ "path": "src/cell-editors/multiselect.editor.ts",
2462
2352
  "declarations": [
2463
2353
  {
2464
2354
  "kind": "class",
2465
- "description": "The select editor class for grid-tabulator",
2466
- "name": "SelectEditor",
2355
+ "description": "The multiselect editor class for grid-tabulator",
2356
+ "name": "MultiselectEditor",
2467
2357
  "members": [
2468
2358
  {
2469
2359
  "kind": "field",
2470
2360
  "name": "params",
2471
2361
  "type": {
2472
- "text": "SelectEditorParams"
2362
+ "text": "MultiselectEditorParams"
2473
2363
  }
2474
2364
  },
2475
2365
  {
@@ -2486,7 +2376,7 @@
2486
2376
  {
2487
2377
  "name": "params",
2488
2378
  "type": {
2489
- "text": "SelectEditorParams"
2379
+ "text": "MultiselectEditorParams"
2490
2380
  }
2491
2381
  }
2492
2382
  ],
@@ -2494,14 +2384,37 @@
2494
2384
  },
2495
2385
  {
2496
2386
  "kind": "method",
2497
- "name": "getValue",
2498
- "description": "Get current value"
2387
+ "name": "getValues",
2388
+ "return": {
2389
+ "type": {
2390
+ "text": "(string | number)[]"
2391
+ }
2392
+ },
2393
+ "description": "Get current values"
2499
2394
  },
2500
2395
  {
2501
2396
  "kind": "method",
2502
2397
  "name": "focus",
2503
2398
  "description": "Set focus to the select"
2504
2399
  },
2400
+ {
2401
+ "kind": "method",
2402
+ "name": "isSelected",
2403
+ "return": {
2404
+ "type": {
2405
+ "text": "boolean"
2406
+ }
2407
+ },
2408
+ "parameters": [
2409
+ {
2410
+ "name": "value",
2411
+ "type": {
2412
+ "text": "string | number"
2413
+ }
2414
+ }
2415
+ ],
2416
+ "description": "Check if a value is selected"
2417
+ },
2505
2418
  {
2506
2419
  "kind": "method",
2507
2420
  "name": "handleKeyDown",
@@ -2518,7 +2431,7 @@
2518
2431
  {
2519
2432
  "kind": "method",
2520
2433
  "name": "handleChange",
2521
- "description": "Handle change event"
2434
+ "description": "Handle change event to save when selection changes"
2522
2435
  },
2523
2436
  {
2524
2437
  "kind": "field",
@@ -2639,13 +2552,13 @@
2639
2552
  },
2640
2553
  {
2641
2554
  "kind": "variable",
2642
- "name": "selectEditorStyles",
2555
+ "name": "multiselectEditorStyles",
2643
2556
  "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
2644
- "description": "Styles for the select editor"
2557
+ "description": "Styles for the multiselect editor"
2645
2558
  },
2646
2559
  {
2647
2560
  "kind": "function",
2648
- "name": "getSelectEditorTemplate",
2561
+ "name": "getMultiselectEditorTemplate",
2649
2562
  "parameters": [
2650
2563
  {
2651
2564
  "name": "prefix",
@@ -2658,69 +2571,68 @@
2658
2571
  "type": {
2659
2572
  "text": ""
2660
2573
  }
2661
- },
2662
- "privacy": "public"
2574
+ }
2663
2575
  },
2664
2576
  {
2665
2577
  "kind": "variable",
2666
- "name": "foundationSelectEditor",
2667
- "description": "Definition for the select editor component"
2578
+ "name": "foundationMultiselectEditor",
2579
+ "description": "Definition for the multiselect editor component"
2668
2580
  }
2669
2581
  ],
2670
2582
  "exports": [
2671
2583
  {
2672
2584
  "kind": "js",
2673
- "name": "SelectEditor",
2585
+ "name": "MultiselectEditor",
2674
2586
  "declaration": {
2675
- "name": "SelectEditor",
2676
- "module": "src/cell-editors/select.editor.ts"
2587
+ "name": "MultiselectEditor",
2588
+ "module": "src/cell-editors/multiselect.editor.ts"
2677
2589
  }
2678
2590
  },
2679
2591
  {
2680
2592
  "kind": "js",
2681
- "name": "selectEditorStyles",
2593
+ "name": "multiselectEditorStyles",
2682
2594
  "declaration": {
2683
- "name": "selectEditorStyles",
2684
- "module": "src/cell-editors/select.editor.ts"
2595
+ "name": "multiselectEditorStyles",
2596
+ "module": "src/cell-editors/multiselect.editor.ts"
2685
2597
  }
2686
2598
  },
2687
2599
  {
2688
2600
  "kind": "js",
2689
- "name": "getSelectEditorTemplate",
2601
+ "name": "getMultiselectEditorTemplate",
2690
2602
  "declaration": {
2691
- "name": "getSelectEditorTemplate",
2692
- "module": "src/cell-editors/select.editor.ts"
2603
+ "name": "getMultiselectEditorTemplate",
2604
+ "module": "src/cell-editors/multiselect.editor.ts"
2693
2605
  }
2694
2606
  },
2695
2607
  {
2696
2608
  "kind": "js",
2697
- "name": "foundationSelectEditor",
2609
+ "name": "foundationMultiselectEditor",
2698
2610
  "declaration": {
2699
- "name": "foundationSelectEditor",
2700
- "module": "src/cell-editors/select.editor.ts"
2611
+ "name": "foundationMultiselectEditor",
2612
+ "module": "src/cell-editors/multiselect.editor.ts"
2701
2613
  }
2702
2614
  }
2703
2615
  ]
2704
2616
  },
2705
2617
  {
2706
2618
  "kind": "javascript-module",
2707
- "path": "src/cell-editors/string.editor.ts",
2619
+ "path": "src/cell-editors/number.editor.ts",
2708
2620
  "declarations": [
2709
2621
  {
2710
2622
  "kind": "class",
2711
- "description": "The string editor class for grid-tabulator",
2712
- "name": "StringEditor",
2623
+ "description": "The number editor class for grid-tabulator",
2624
+ "name": "NumberEditor",
2713
2625
  "members": [
2714
2626
  {
2715
2627
  "kind": "field",
2716
2628
  "name": "params",
2717
2629
  "type": {
2718
- "text": "StringEditorParams"
2630
+ "text": "NumberEditorParams"
2719
2631
  }
2720
2632
  },
2721
2633
  {
2722
2634
  "kind": "field",
2723
- "name": "textField",
2635
+ "name": "numberField",
2724
2636
  "type": {
2725
2637
  "text": "any"
2726
2638
  }
@@ -2732,7 +2644,7 @@
2732
2644
  {
2733
2645
  "name": "params",
2734
2646
  "type": {
2735
- "text": "StringEditorParams"
2647
+ "text": "NumberEditorParams"
2736
2648
  }
2737
2649
  }
2738
2650
  ],
@@ -2880,13 +2792,13 @@
2880
2792
  },
2881
2793
  {
2882
2794
  "kind": "variable",
2883
- "name": "stringEditorStyles",
2795
+ "name": "numberEditorStyles",
2884
2796
  "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
2885
- "description": "Styles for the string editor"
2797
+ "description": "Styles for the number editor"
2886
2798
  },
2887
2799
  {
2888
2800
  "kind": "function",
2889
- "name": "getStringEditorTemplate",
2801
+ "name": "getNumberEditorTemplate",
2890
2802
  "parameters": [
2891
2803
  {
2892
2804
  "name": "prefix",
@@ -2894,7 +2806,7 @@
2894
2806
  "description": "The design system prefix to use. Defaults to 'foundation'."
2895
2807
  }
2896
2808
  ],
2897
- "description": "Get a Design System prefixed text field template.",
2809
+ "description": "Get a Design System prefixed number field template.",
2898
2810
  "return": {
2899
2811
  "type": {
2900
2812
  "text": ""
@@ -2903,439 +2815,527 @@
2903
2815
  },
2904
2816
  {
2905
2817
  "kind": "variable",
2906
- "name": "foundationStringEditor",
2907
- "description": "Definition for the string editor component"
2818
+ "name": "foundationNumberEditor",
2819
+ "description": "Definition for the number editor component"
2908
2820
  }
2909
2821
  ],
2910
2822
  "exports": [
2911
2823
  {
2912
2824
  "kind": "js",
2913
- "name": "StringEditor",
2825
+ "name": "NumberEditor",
2914
2826
  "declaration": {
2915
- "name": "StringEditor",
2916
- "module": "src/cell-editors/string.editor.ts"
2827
+ "name": "NumberEditor",
2828
+ "module": "src/cell-editors/number.editor.ts"
2917
2829
  }
2918
2830
  },
2919
2831
  {
2920
2832
  "kind": "js",
2921
- "name": "stringEditorStyles",
2833
+ "name": "numberEditorStyles",
2922
2834
  "declaration": {
2923
- "name": "stringEditorStyles",
2924
- "module": "src/cell-editors/string.editor.ts"
2835
+ "name": "numberEditorStyles",
2836
+ "module": "src/cell-editors/number.editor.ts"
2925
2837
  }
2926
2838
  },
2927
2839
  {
2928
2840
  "kind": "js",
2929
- "name": "getStringEditorTemplate",
2841
+ "name": "getNumberEditorTemplate",
2930
2842
  "declaration": {
2931
- "name": "getStringEditorTemplate",
2932
- "module": "src/cell-editors/string.editor.ts"
2843
+ "name": "getNumberEditorTemplate",
2844
+ "module": "src/cell-editors/number.editor.ts"
2933
2845
  }
2934
2846
  },
2935
2847
  {
2936
2848
  "kind": "js",
2937
- "name": "foundationStringEditor",
2849
+ "name": "foundationNumberEditor",
2938
2850
  "declaration": {
2939
- "name": "foundationStringEditor",
2940
- "module": "src/cell-editors/string.editor.ts"
2851
+ "name": "foundationNumberEditor",
2852
+ "module": "src/cell-editors/number.editor.ts"
2941
2853
  }
2942
2854
  }
2943
2855
  ]
2944
2856
  },
2945
2857
  {
2946
2858
  "kind": "javascript-module",
2947
- "path": "src/cell-formatters/action.formatter.ts",
2859
+ "path": "src/cell-editors/select.editor.ts",
2948
2860
  "declarations": [
2949
2861
  {
2950
- "kind": "function",
2951
- "name": "actionFormatter",
2952
- "return": {
2953
- "type": {
2954
- "text": ""
2955
- }
2956
- },
2957
- "parameters": [
2862
+ "kind": "class",
2863
+ "description": "The select editor class for grid-tabulator",
2864
+ "name": "SelectEditor",
2865
+ "members": [
2958
2866
  {
2959
- "name": "cell",
2867
+ "kind": "field",
2868
+ "name": "params",
2869
+ "type": {
2870
+ "text": "SelectEditorParams"
2871
+ }
2872
+ },
2873
+ {
2874
+ "kind": "field",
2875
+ "name": "select",
2960
2876
  "type": {
2961
2877
  "text": "any"
2878
+ }
2879
+ },
2880
+ {
2881
+ "kind": "method",
2882
+ "name": "init",
2883
+ "parameters": [
2884
+ {
2885
+ "name": "params",
2886
+ "type": {
2887
+ "text": "SelectEditorParams"
2888
+ }
2889
+ }
2890
+ ],
2891
+ "description": "Initialize the editor with parameters"
2892
+ },
2893
+ {
2894
+ "kind": "method",
2895
+ "name": "getValue",
2896
+ "description": "Get current value"
2897
+ },
2898
+ {
2899
+ "kind": "method",
2900
+ "name": "focus",
2901
+ "description": "Set focus to the select"
2902
+ },
2903
+ {
2904
+ "kind": "method",
2905
+ "name": "handleKeyDown",
2906
+ "parameters": [
2907
+ {
2908
+ "name": "event",
2909
+ "type": {
2910
+ "text": "KeyboardEvent"
2911
+ }
2912
+ }
2913
+ ],
2914
+ "description": "Process key down events"
2915
+ },
2916
+ {
2917
+ "kind": "method",
2918
+ "name": "handleChange",
2919
+ "description": "Handle change event"
2920
+ },
2921
+ {
2922
+ "kind": "field",
2923
+ "name": "_presentation",
2924
+ "type": {
2925
+ "text": "ComponentPresentation | null | undefined"
2962
2926
  },
2963
- "description": "The cell component provided by Tabulator"
2927
+ "privacy": "private",
2928
+ "default": "void 0",
2929
+ "inheritedFrom": {
2930
+ "name": "FoundationElement",
2931
+ "module": "src/foundation-element/foundation-element.ts"
2932
+ }
2964
2933
  },
2965
2934
  {
2966
- "name": "formatterParams",
2967
- "default": "{}",
2935
+ "kind": "field",
2936
+ "name": "$presentation",
2968
2937
  "type": {
2969
- "text": "ActionFormatterParams<T>"
2938
+ "text": "ComponentPresentation | null"
2970
2939
  },
2971
- "description": "Action formatter parameters"
2972
- }
2973
- ],
2974
- "description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
2975
- "privacy": "public"
2976
- }
2977
- ],
2978
- "exports": [
2979
- {
2980
- "kind": "js",
2981
- "name": "actionFormatter",
2982
- "declaration": {
2983
- "name": "actionFormatter",
2984
- "module": "src/cell-formatters/action.formatter.ts"
2985
- }
2986
- }
2987
- ]
2988
- },
2989
- {
2990
- "kind": "javascript-module",
2991
- "path": "src/cell-formatters/actions-menu.formatter.ts",
2992
- "declarations": [
2993
- {
2994
- "kind": "function",
2995
- "name": "actionsMenuFormatter",
2996
- "return": {
2997
- "type": {
2998
- "text": ""
2999
- }
3000
- },
3001
- "parameters": [
2940
+ "privacy": "public",
2941
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2942
+ "inheritedFrom": {
2943
+ "name": "FoundationElement",
2944
+ "module": "src/foundation-element/foundation-element.ts"
2945
+ }
2946
+ },
3002
2947
  {
3003
- "name": "cell",
2948
+ "kind": "field",
2949
+ "name": "template",
3004
2950
  "type": {
3005
- "text": "any"
2951
+ "text": "ElementViewTemplate | void | null"
2952
+ },
2953
+ "privacy": "public",
2954
+ "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
2955
+ "inheritedFrom": {
2956
+ "name": "FoundationElement",
2957
+ "module": "src/foundation-element/foundation-element.ts"
2958
+ }
2959
+ },
2960
+ {
2961
+ "kind": "method",
2962
+ "name": "templateChanged",
2963
+ "privacy": "protected",
2964
+ "return": {
2965
+ "type": {
2966
+ "text": "void"
2967
+ }
2968
+ },
2969
+ "inheritedFrom": {
2970
+ "name": "FoundationElement",
2971
+ "module": "src/foundation-element/foundation-element.ts"
2972
+ }
2973
+ },
2974
+ {
2975
+ "kind": "field",
2976
+ "name": "styles",
2977
+ "type": {
2978
+ "text": "ElementStyles | void | null"
2979
+ },
2980
+ "privacy": "public",
2981
+ "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
2982
+ "inheritedFrom": {
2983
+ "name": "FoundationElement",
2984
+ "module": "src/foundation-element/foundation-element.ts"
2985
+ }
2986
+ },
2987
+ {
2988
+ "kind": "method",
2989
+ "name": "stylesChanged",
2990
+ "privacy": "protected",
2991
+ "return": {
2992
+ "type": {
2993
+ "text": "void"
2994
+ }
3006
2995
  },
3007
- "description": "The cell component provided by Tabulator"
2996
+ "inheritedFrom": {
2997
+ "name": "FoundationElement",
2998
+ "module": "src/foundation-element/foundation-element.ts"
2999
+ }
3008
3000
  },
3009
3001
  {
3010
- "name": "formatterParams",
3011
- "default": "{}",
3012
- "type": {
3013
- "text": "ActionsMenuFormatterParams<T>"
3002
+ "kind": "method",
3003
+ "name": "compose",
3004
+ "privacy": "public",
3005
+ "static": true,
3006
+ "return": {
3007
+ "type": {
3008
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3009
+ }
3014
3010
  },
3015
- "description": "Actions menu formatter parameters"
3011
+ "parameters": [
3012
+ {
3013
+ "name": "this",
3014
+ "type": {
3015
+ "text": "K"
3016
+ }
3017
+ },
3018
+ {
3019
+ "name": "elementDefinition",
3020
+ "type": {
3021
+ "text": "T"
3022
+ },
3023
+ "description": "The definition of the element to create the registry\nfunction for."
3024
+ }
3025
+ ],
3026
+ "description": "Defines an element registry function with a set of element definition defaults.",
3027
+ "inheritedFrom": {
3028
+ "name": "FoundationElement",
3029
+ "module": "src/foundation-element/foundation-element.ts"
3030
+ }
3016
3031
  }
3017
3032
  ],
3018
- "description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
3019
- "privacy": "public"
3020
- }
3021
- ],
3022
- "exports": [
3023
- {
3024
- "kind": "js",
3025
- "name": "actionsMenuFormatter",
3026
- "declaration": {
3027
- "name": "actionsMenuFormatter",
3028
- "module": "src/cell-formatters/actions-menu.formatter.ts"
3033
+ "superclass": {
3034
+ "name": "FoundationElement",
3035
+ "package": "@microsoft/fast-foundation"
3029
3036
  }
3030
- }
3031
- ]
3032
- },
3033
- {
3034
- "kind": "javascript-module",
3035
- "path": "src/cell-formatters/boolean.formatter.ts",
3036
- "declarations": [
3037
+ },
3038
+ {
3039
+ "kind": "variable",
3040
+ "name": "selectEditorStyles",
3041
+ "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
3042
+ "description": "Styles for the select editor"
3043
+ },
3037
3044
  {
3038
3045
  "kind": "function",
3039
- "name": "booleanFormatter",
3040
- "return": {
3041
- "type": {
3042
- "text": ""
3043
- }
3044
- },
3046
+ "name": "getSelectEditorTemplate",
3045
3047
  "parameters": [
3046
3048
  {
3047
- "name": "cell",
3048
- "type": {
3049
- "text": "any"
3050
- },
3051
- "description": "The cell component provided by Tabulator"
3052
- },
3053
- {
3054
- "name": "formatterParams",
3055
- "default": "{}",
3056
- "type": {
3057
- "text": "BooleanFormatterParams<T>"
3058
- },
3059
- "description": "Boolean formatter parameters"
3049
+ "name": "prefix",
3050
+ "default": "'foundation'",
3051
+ "description": "The design system prefix to use. Defaults to 'foundation'."
3060
3052
  }
3061
3053
  ],
3062
- "description": "Formatter that displays boolean values using a checkbox component.\nStyled to match grid-pro boolean renderer.",
3063
- "privacy": "public"
3064
- }
3065
- ],
3066
- "exports": [
3067
- {
3068
- "kind": "js",
3069
- "name": "booleanFormatter",
3070
- "declaration": {
3071
- "name": "booleanFormatter",
3072
- "module": "src/cell-formatters/boolean.formatter.ts"
3073
- }
3074
- }
3075
- ]
3076
- },
3077
- {
3078
- "kind": "javascript-module",
3079
- "path": "src/cell-formatters/constants.ts",
3080
- "declarations": [],
3081
- "exports": []
3082
- },
3083
- {
3084
- "kind": "javascript-module",
3085
- "path": "src/cell-formatters/editable.formatter.ts",
3086
- "declarations": [
3087
- {
3088
- "kind": "function",
3089
- "name": "editableFormatter",
3054
+ "description": "Get a Design System prefixed Select template.",
3090
3055
  "return": {
3091
3056
  "type": {
3092
3057
  "text": ""
3093
3058
  }
3094
3059
  },
3095
- "parameters": [
3096
- {
3097
- "name": "cell",
3098
- "type": {
3099
- "text": "any"
3100
- },
3101
- "description": "The cell component provided by Tabulator"
3102
- },
3103
- {
3104
- "name": "formatterParams",
3105
- "default": "{}",
3106
- "type": {
3107
- "text": "EditableFormatterParams<T>"
3108
- },
3109
- "description": "Editable formatter parameters"
3110
- }
3111
- ],
3112
- "description": "Formatter that displays an editable cell with validation state",
3113
3060
  "privacy": "public"
3114
- }
3115
- ],
3116
- "exports": [
3117
- {
3118
- "kind": "js",
3119
- "name": "editableFormatter",
3120
- "declaration": {
3121
- "name": "editableFormatter",
3122
- "module": "src/cell-formatters/editable.formatter.ts"
3123
- }
3124
- }
3125
- ]
3126
- },
3127
- {
3128
- "kind": "javascript-module",
3129
- "path": "src/cell-formatters/index.ts",
3130
- "declarations": [
3061
+ },
3131
3062
  {
3132
3063
  "kind": "variable",
3133
- "name": "formatters",
3134
- "type": {
3135
- "text": "object"
3136
- },
3137
- "default": "{\n action: actionFormatter,\n actionsMenu: actionsMenuFormatter,\n boolean: booleanFormatter,\n editable: editableFormatter,\n select: selectFormatter,\n text: textFormatter,\n}",
3138
- "description": "Zero formatters for Tabulator grid"
3064
+ "name": "foundationSelectEditor",
3065
+ "description": "Definition for the select editor component"
3139
3066
  }
3140
3067
  ],
3141
3068
  "exports": [
3142
3069
  {
3143
3070
  "kind": "js",
3144
- "name": "*",
3145
- "declaration": {
3146
- "name": "*",
3147
- "package": "./constants"
3148
- }
3149
- },
3150
- {
3151
- "kind": "js",
3152
- "name": "ActionFormatterParams",
3153
- "declaration": {
3154
- "name": "ActionFormatterParams",
3155
- "module": "src/cell-formatters/index.ts"
3156
- }
3157
- },
3158
- {
3159
- "kind": "js",
3160
- "name": "actionFormatter",
3161
- "declaration": {
3162
- "name": "actionFormatter",
3163
- "module": "src/cell-formatters/index.ts"
3164
- }
3165
- },
3166
- {
3167
- "kind": "js",
3168
- "name": "ActionsMenuFormatterParams",
3169
- "declaration": {
3170
- "name": "ActionsMenuFormatterParams",
3171
- "module": "src/cell-formatters/index.ts"
3172
- }
3173
- },
3174
- {
3175
- "kind": "js",
3176
- "name": "actionsMenuFormatter",
3177
- "declaration": {
3178
- "name": "actionsMenuFormatter",
3179
- "module": "src/cell-formatters/index.ts"
3180
- }
3181
- },
3182
- {
3183
- "kind": "js",
3184
- "name": "BooleanFormatterParams",
3185
- "declaration": {
3186
- "name": "BooleanFormatterParams",
3187
- "module": "src/cell-formatters/index.ts"
3188
- }
3189
- },
3190
- {
3191
- "kind": "js",
3192
- "name": "booleanFormatter",
3193
- "declaration": {
3194
- "name": "booleanFormatter",
3195
- "module": "src/cell-formatters/index.ts"
3196
- }
3197
- },
3198
- {
3199
- "kind": "js",
3200
- "name": "EditableFormatterParams",
3201
- "declaration": {
3202
- "name": "EditableFormatterParams",
3203
- "module": "src/cell-formatters/index.ts"
3204
- }
3205
- },
3206
- {
3207
- "kind": "js",
3208
- "name": "editableFormatter",
3209
- "declaration": {
3210
- "name": "editableFormatter",
3211
- "module": "src/cell-formatters/index.ts"
3212
- }
3213
- },
3214
- {
3215
- "kind": "js",
3216
- "name": "SelectFormatterParams",
3217
- "declaration": {
3218
- "name": "SelectFormatterParams",
3219
- "module": "src/cell-formatters/index.ts"
3220
- }
3221
- },
3222
- {
3223
- "kind": "js",
3224
- "name": "selectFormatter",
3071
+ "name": "SelectEditor",
3225
3072
  "declaration": {
3226
- "name": "selectFormatter",
3227
- "module": "src/cell-formatters/index.ts"
3073
+ "name": "SelectEditor",
3074
+ "module": "src/cell-editors/select.editor.ts"
3228
3075
  }
3229
3076
  },
3230
3077
  {
3231
3078
  "kind": "js",
3232
- "name": "TextFormatterParams",
3079
+ "name": "selectEditorStyles",
3233
3080
  "declaration": {
3234
- "name": "TextFormatterParams",
3235
- "module": "src/cell-formatters/index.ts"
3081
+ "name": "selectEditorStyles",
3082
+ "module": "src/cell-editors/select.editor.ts"
3236
3083
  }
3237
3084
  },
3238
3085
  {
3239
3086
  "kind": "js",
3240
- "name": "textFormatter",
3087
+ "name": "getSelectEditorTemplate",
3241
3088
  "declaration": {
3242
- "name": "textFormatter",
3243
- "module": "src/cell-formatters/index.ts"
3089
+ "name": "getSelectEditorTemplate",
3090
+ "module": "src/cell-editors/select.editor.ts"
3244
3091
  }
3245
3092
  },
3246
3093
  {
3247
3094
  "kind": "js",
3248
- "name": "formatters",
3095
+ "name": "foundationSelectEditor",
3249
3096
  "declaration": {
3250
- "name": "formatters",
3251
- "module": "src/cell-formatters/index.ts"
3097
+ "name": "foundationSelectEditor",
3098
+ "module": "src/cell-editors/select.editor.ts"
3252
3099
  }
3253
3100
  }
3254
3101
  ]
3255
3102
  },
3256
3103
  {
3257
3104
  "kind": "javascript-module",
3258
- "path": "src/cell-formatters/select.formatter.ts",
3105
+ "path": "src/cell-editors/string.editor.ts",
3259
3106
  "declarations": [
3260
3107
  {
3261
- "kind": "function",
3262
- "name": "selectFormatter",
3263
- "return": {
3264
- "type": {
3265
- "text": ""
3266
- }
3267
- },
3268
- "parameters": [
3108
+ "kind": "class",
3109
+ "description": "The string editor class for grid-tabulator",
3110
+ "name": "StringEditor",
3111
+ "members": [
3269
3112
  {
3270
- "name": "cell",
3113
+ "kind": "field",
3114
+ "name": "params",
3115
+ "type": {
3116
+ "text": "StringEditorParams"
3117
+ }
3118
+ },
3119
+ {
3120
+ "kind": "field",
3121
+ "name": "textField",
3271
3122
  "type": {
3272
3123
  "text": "any"
3124
+ }
3125
+ },
3126
+ {
3127
+ "kind": "method",
3128
+ "name": "init",
3129
+ "parameters": [
3130
+ {
3131
+ "name": "params",
3132
+ "type": {
3133
+ "text": "StringEditorParams"
3134
+ }
3135
+ }
3136
+ ],
3137
+ "description": "Initialize the editor with parameters"
3138
+ },
3139
+ {
3140
+ "kind": "method",
3141
+ "name": "getValue",
3142
+ "description": "Get current value"
3143
+ },
3144
+ {
3145
+ "kind": "method",
3146
+ "name": "focus",
3147
+ "description": "Set focus to the input"
3148
+ },
3149
+ {
3150
+ "kind": "method",
3151
+ "name": "handleKeyDown",
3152
+ "parameters": [
3153
+ {
3154
+ "name": "event",
3155
+ "type": {
3156
+ "text": "KeyboardEvent"
3157
+ }
3158
+ }
3159
+ ],
3160
+ "description": "Process key down events"
3161
+ },
3162
+ {
3163
+ "kind": "field",
3164
+ "name": "_presentation",
3165
+ "type": {
3166
+ "text": "ComponentPresentation | null | undefined"
3273
3167
  },
3274
- "description": "The cell component provided by Tabulator"
3168
+ "privacy": "private",
3169
+ "default": "void 0",
3170
+ "inheritedFrom": {
3171
+ "name": "FoundationElement",
3172
+ "module": "src/foundation-element/foundation-element.ts"
3173
+ }
3275
3174
  },
3276
3175
  {
3277
- "name": "formatterParams",
3176
+ "kind": "field",
3177
+ "name": "$presentation",
3278
3178
  "type": {
3279
- "text": "SelectFormatterParams<T>"
3179
+ "text": "ComponentPresentation | null"
3280
3180
  },
3281
- "description": "Select formatter parameters"
3282
- }
3283
- ],
3284
- "description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
3285
- "privacy": "public"
3286
- }
3287
- ],
3288
- "exports": [
3289
- {
3290
- "kind": "js",
3291
- "name": "selectFormatter",
3292
- "declaration": {
3293
- "name": "selectFormatter",
3294
- "module": "src/cell-formatters/select.formatter.ts"
3295
- }
3296
- }
3297
- ]
3298
- },
3299
- {
3300
- "kind": "javascript-module",
3301
- "path": "src/cell-formatters/text.formatter.ts",
3302
- "declarations": [
3303
- {
3304
- "kind": "function",
3305
- "name": "textFormatter",
3306
- "return": {
3307
- "type": {
3308
- "text": ""
3309
- }
3310
- },
3311
- "parameters": [
3181
+ "privacy": "public",
3182
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3183
+ "inheritedFrom": {
3184
+ "name": "FoundationElement",
3185
+ "module": "src/foundation-element/foundation-element.ts"
3186
+ }
3187
+ },
3312
3188
  {
3313
- "name": "cell",
3189
+ "kind": "field",
3190
+ "name": "template",
3314
3191
  "type": {
3315
- "text": "any"
3192
+ "text": "ElementViewTemplate | void | null"
3316
3193
  },
3317
- "description": "The cell component provided by Tabulator"
3194
+ "privacy": "public",
3195
+ "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
3196
+ "inheritedFrom": {
3197
+ "name": "FoundationElement",
3198
+ "module": "src/foundation-element/foundation-element.ts"
3199
+ }
3318
3200
  },
3319
3201
  {
3320
- "name": "formatterParams",
3321
- "default": "{}",
3202
+ "kind": "method",
3203
+ "name": "templateChanged",
3204
+ "privacy": "protected",
3205
+ "return": {
3206
+ "type": {
3207
+ "text": "void"
3208
+ }
3209
+ },
3210
+ "inheritedFrom": {
3211
+ "name": "FoundationElement",
3212
+ "module": "src/foundation-element/foundation-element.ts"
3213
+ }
3214
+ },
3215
+ {
3216
+ "kind": "field",
3217
+ "name": "styles",
3322
3218
  "type": {
3323
- "text": "TextFormatterParams<T>"
3219
+ "text": "ElementStyles | void | null"
3324
3220
  },
3325
- "description": "Text formatter parameters"
3221
+ "privacy": "public",
3222
+ "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
3223
+ "inheritedFrom": {
3224
+ "name": "FoundationElement",
3225
+ "module": "src/foundation-element/foundation-element.ts"
3226
+ }
3227
+ },
3228
+ {
3229
+ "kind": "method",
3230
+ "name": "stylesChanged",
3231
+ "privacy": "protected",
3232
+ "return": {
3233
+ "type": {
3234
+ "text": "void"
3235
+ }
3236
+ },
3237
+ "inheritedFrom": {
3238
+ "name": "FoundationElement",
3239
+ "module": "src/foundation-element/foundation-element.ts"
3240
+ }
3241
+ },
3242
+ {
3243
+ "kind": "method",
3244
+ "name": "compose",
3245
+ "privacy": "public",
3246
+ "static": true,
3247
+ "return": {
3248
+ "type": {
3249
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3250
+ }
3251
+ },
3252
+ "parameters": [
3253
+ {
3254
+ "name": "this",
3255
+ "type": {
3256
+ "text": "K"
3257
+ }
3258
+ },
3259
+ {
3260
+ "name": "elementDefinition",
3261
+ "type": {
3262
+ "text": "T"
3263
+ },
3264
+ "description": "The definition of the element to create the registry\nfunction for."
3265
+ }
3266
+ ],
3267
+ "description": "Defines an element registry function with a set of element definition defaults.",
3268
+ "inheritedFrom": {
3269
+ "name": "FoundationElement",
3270
+ "module": "src/foundation-element/foundation-element.ts"
3271
+ }
3326
3272
  }
3327
3273
  ],
3328
- "description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
3329
- "privacy": "public"
3274
+ "superclass": {
3275
+ "name": "FoundationElement",
3276
+ "package": "@microsoft/fast-foundation"
3277
+ }
3278
+ },
3279
+ {
3280
+ "kind": "variable",
3281
+ "name": "stringEditorStyles",
3282
+ "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
3283
+ "description": "Styles for the string editor"
3284
+ },
3285
+ {
3286
+ "kind": "function",
3287
+ "name": "getStringEditorTemplate",
3288
+ "parameters": [
3289
+ {
3290
+ "name": "prefix",
3291
+ "default": "'foundation'",
3292
+ "description": "The design system prefix to use. Defaults to 'foundation'."
3293
+ }
3294
+ ],
3295
+ "description": "Get a Design System prefixed text field template.",
3296
+ "return": {
3297
+ "type": {
3298
+ "text": ""
3299
+ }
3300
+ }
3301
+ },
3302
+ {
3303
+ "kind": "variable",
3304
+ "name": "foundationStringEditor",
3305
+ "description": "Definition for the string editor component"
3330
3306
  }
3331
3307
  ],
3332
3308
  "exports": [
3333
3309
  {
3334
3310
  "kind": "js",
3335
- "name": "textFormatter",
3311
+ "name": "StringEditor",
3312
+ "declaration": {
3313
+ "name": "StringEditor",
3314
+ "module": "src/cell-editors/string.editor.ts"
3315
+ }
3316
+ },
3317
+ {
3318
+ "kind": "js",
3319
+ "name": "stringEditorStyles",
3336
3320
  "declaration": {
3337
- "name": "textFormatter",
3338
- "module": "src/cell-formatters/text.formatter.ts"
3321
+ "name": "stringEditorStyles",
3322
+ "module": "src/cell-editors/string.editor.ts"
3323
+ }
3324
+ },
3325
+ {
3326
+ "kind": "js",
3327
+ "name": "getStringEditorTemplate",
3328
+ "declaration": {
3329
+ "name": "getStringEditorTemplate",
3330
+ "module": "src/cell-editors/string.editor.ts"
3331
+ }
3332
+ },
3333
+ {
3334
+ "kind": "js",
3335
+ "name": "foundationStringEditor",
3336
+ "declaration": {
3337
+ "name": "foundationStringEditor",
3338
+ "module": "src/cell-editors/string.editor.ts"
3339
3339
  }
3340
3340
  }
3341
3341
  ]
@@ -3614,6 +3614,123 @@
3614
3614
  }
3615
3615
  ]
3616
3616
  },
3617
+ {
3618
+ "kind": "javascript-module",
3619
+ "path": "src/external/fonts.ts",
3620
+ "declarations": [
3621
+ {
3622
+ "kind": "variable",
3623
+ "name": "tabulatorDefaultFontFace",
3624
+ "default": "`\n @font-face {\n font-family: \"defaultFontFace\";\n }\n`"
3625
+ },
3626
+ {
3627
+ "kind": "variable",
3628
+ "name": "tabulatorRapidFontFace",
3629
+ "default": "`\n @font-face {\n font-family: \"rapidFontFace\";\n }\n`"
3630
+ },
3631
+ {
3632
+ "kind": "variable",
3633
+ "name": "gridThemeFontFaceMap",
3634
+ "type": {
3635
+ "text": "GridThemeFontFaceMap"
3636
+ },
3637
+ "default": "{\n [GridTabulatorTheme.default]: tabulatorDefaultFontFace,\n [GridTabulatorTheme.rapid]: tabulatorRapidFontFace,\n}"
3638
+ },
3639
+ {
3640
+ "kind": "variable",
3641
+ "name": "defaultGridTabulatorFontFace",
3642
+ "default": "tabulatorDefaultFontFace"
3643
+ }
3644
+ ],
3645
+ "exports": [
3646
+ {
3647
+ "kind": "js",
3648
+ "name": "tabulatorDefaultFontFace",
3649
+ "declaration": {
3650
+ "name": "tabulatorDefaultFontFace",
3651
+ "module": "src/external/fonts.ts"
3652
+ }
3653
+ },
3654
+ {
3655
+ "kind": "js",
3656
+ "name": "tabulatorRapidFontFace",
3657
+ "declaration": {
3658
+ "name": "tabulatorRapidFontFace",
3659
+ "module": "src/external/fonts.ts"
3660
+ }
3661
+ },
3662
+ {
3663
+ "kind": "js",
3664
+ "name": "gridThemeFontFaceMap",
3665
+ "declaration": {
3666
+ "name": "gridThemeFontFaceMap",
3667
+ "module": "src/external/fonts.ts"
3668
+ }
3669
+ },
3670
+ {
3671
+ "kind": "js",
3672
+ "name": "defaultGridTabulatorFontFace",
3673
+ "declaration": {
3674
+ "name": "defaultGridTabulatorFontFace",
3675
+ "module": "src/external/fonts.ts"
3676
+ }
3677
+ }
3678
+ ]
3679
+ },
3680
+ {
3681
+ "kind": "javascript-module",
3682
+ "path": "src/external/index.ts",
3683
+ "declarations": [
3684
+ {
3685
+ "kind": "variable",
3686
+ "name": "tabulatorExternalStockStyles",
3687
+ "default": "css`\n ${tabulatorThemeSimpleCSS}\n`",
3688
+ "description": "External styles for the Tabulator grid.",
3689
+ "privacy": "public"
3690
+ }
3691
+ ],
3692
+ "exports": [
3693
+ {
3694
+ "kind": "js",
3695
+ "name": "tabulatorExternalStockStyles",
3696
+ "declaration": {
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"
3707
+ }
3708
+ }
3709
+ ]
3710
+ },
3711
+ {
3712
+ "kind": "javascript-module",
3713
+ "path": "src/external/tabulator-theme-simple-css.ts",
3714
+ "declarations": [
3715
+ {
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.",
3720
+ "privacy": "public"
3721
+ }
3722
+ ],
3723
+ "exports": [
3724
+ {
3725
+ "kind": "js",
3726
+ "name": "tabulatorThemeSimpleCSS",
3727
+ "declaration": {
3728
+ "name": "tabulatorThemeSimpleCSS",
3729
+ "module": "src/external/tabulator-theme-simple-css.ts"
3730
+ }
3731
+ }
3732
+ ]
3733
+ },
3617
3734
  {
3618
3735
  "kind": "javascript-module",
3619
3736
  "path": "src/datasource/client-side.datasource.ts",
@@ -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",