@genesislcap/grid-tabulator 14.353.5 → 14.354.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
@@ -1651,584 +1651,421 @@
1651
1651
  },
1652
1652
  {
1653
1653
  "kind": "javascript-module",
1654
- "path": "src/cell-editors/date.editor.ts",
1654
+ "path": "src/cell-formatters/action.formatter.ts",
1655
1655
  "declarations": [
1656
1656
  {
1657
- "kind": "class",
1658
- "description": "The date editor class for grid-tabulator",
1659
- "name": "DateEditor",
1660
- "members": [
1661
- {
1662
- "kind": "field",
1663
- "name": "params",
1664
- "type": {
1665
- "text": "DateEditorParams"
1666
- }
1667
- },
1657
+ "kind": "function",
1658
+ "name": "actionFormatter",
1659
+ "return": {
1660
+ "type": {
1661
+ "text": ""
1662
+ }
1663
+ },
1664
+ "parameters": [
1668
1665
  {
1669
- "kind": "field",
1670
- "name": "dateField",
1666
+ "name": "cell",
1671
1667
  "type": {
1672
1668
  "text": "any"
1673
- }
1674
- },
1675
- {
1676
- "kind": "method",
1677
- "name": "init",
1678
- "parameters": [
1679
- {
1680
- "name": "params",
1681
- "type": {
1682
- "text": "DateEditorParams"
1683
- }
1684
- }
1685
- ],
1686
- "description": "Initialize the editor with parameters"
1687
- },
1688
- {
1689
- "kind": "method",
1690
- "name": "getValue",
1691
- "description": "Get current value"
1692
- },
1693
- {
1694
- "kind": "method",
1695
- "name": "getFormattedValue",
1696
- "description": "Format value for display"
1697
- },
1698
- {
1699
- "kind": "method",
1700
- "name": "focus",
1701
- "description": "Set focus to the input"
1702
- },
1703
- {
1704
- "kind": "method",
1705
- "name": "handleKeyDown",
1706
- "parameters": [
1707
- {
1708
- "name": "event",
1709
- "type": {
1710
- "text": "KeyboardEvent"
1711
- }
1712
- }
1713
- ],
1714
- "description": "Process key down events"
1715
- },
1716
- {
1717
- "kind": "field",
1718
- "name": "_presentation",
1719
- "type": {
1720
- "text": "ComponentPresentation | null | undefined"
1721
1669
  },
1722
- "privacy": "private",
1723
- "default": "void 0",
1724
- "inheritedFrom": {
1725
- "name": "FoundationElement",
1726
- "module": "src/foundation-element/foundation-element.ts"
1727
- }
1670
+ "description": "The cell component provided by Tabulator"
1728
1671
  },
1729
1672
  {
1730
- "kind": "field",
1731
- "name": "$presentation",
1673
+ "name": "formatterParams",
1674
+ "default": "{}",
1732
1675
  "type": {
1733
- "text": "ComponentPresentation | null"
1676
+ "text": "ActionFormatterParams<T>"
1734
1677
  },
1735
- "privacy": "public",
1736
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1737
- "inheritedFrom": {
1738
- "name": "FoundationElement",
1739
- "module": "src/foundation-element/foundation-element.ts"
1740
- }
1741
- },
1678
+ "description": "Action formatter parameters"
1679
+ }
1680
+ ],
1681
+ "description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
1682
+ "privacy": "public"
1683
+ }
1684
+ ],
1685
+ "exports": [
1686
+ {
1687
+ "kind": "js",
1688
+ "name": "actionFormatter",
1689
+ "declaration": {
1690
+ "name": "actionFormatter",
1691
+ "module": "src/cell-formatters/action.formatter.ts"
1692
+ }
1693
+ }
1694
+ ]
1695
+ },
1696
+ {
1697
+ "kind": "javascript-module",
1698
+ "path": "src/cell-formatters/actions-menu.formatter.ts",
1699
+ "declarations": [
1700
+ {
1701
+ "kind": "function",
1702
+ "name": "actionsMenuFormatter",
1703
+ "return": {
1704
+ "type": {
1705
+ "text": ""
1706
+ }
1707
+ },
1708
+ "parameters": [
1742
1709
  {
1743
- "kind": "field",
1744
- "name": "template",
1710
+ "name": "cell",
1745
1711
  "type": {
1746
- "text": "ElementViewTemplate | void | null"
1747
- },
1748
- "privacy": "public",
1749
- "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.",
1750
- "inheritedFrom": {
1751
- "name": "FoundationElement",
1752
- "module": "src/foundation-element/foundation-element.ts"
1753
- }
1754
- },
1755
- {
1756
- "kind": "method",
1757
- "name": "templateChanged",
1758
- "privacy": "protected",
1759
- "return": {
1760
- "type": {
1761
- "text": "void"
1762
- }
1712
+ "text": "any"
1763
1713
  },
1764
- "inheritedFrom": {
1765
- "name": "FoundationElement",
1766
- "module": "src/foundation-element/foundation-element.ts"
1767
- }
1714
+ "description": "The cell component provided by Tabulator"
1768
1715
  },
1769
1716
  {
1770
- "kind": "field",
1771
- "name": "styles",
1717
+ "name": "formatterParams",
1718
+ "default": "{}",
1772
1719
  "type": {
1773
- "text": "ElementStyles | void | null"
1720
+ "text": "ActionsMenuFormatterParams<T>"
1774
1721
  },
1775
- "privacy": "public",
1776
- "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.",
1777
- "inheritedFrom": {
1778
- "name": "FoundationElement",
1779
- "module": "src/foundation-element/foundation-element.ts"
1780
- }
1781
- },
1722
+ "description": "Actions menu formatter parameters"
1723
+ }
1724
+ ],
1725
+ "description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
1726
+ "privacy": "public"
1727
+ }
1728
+ ],
1729
+ "exports": [
1730
+ {
1731
+ "kind": "js",
1732
+ "name": "actionsMenuFormatter",
1733
+ "declaration": {
1734
+ "name": "actionsMenuFormatter",
1735
+ "module": "src/cell-formatters/actions-menu.formatter.ts"
1736
+ }
1737
+ }
1738
+ ]
1739
+ },
1740
+ {
1741
+ "kind": "javascript-module",
1742
+ "path": "src/cell-formatters/boolean.formatter.ts",
1743
+ "declarations": [
1744
+ {
1745
+ "kind": "function",
1746
+ "name": "booleanFormatter",
1747
+ "return": {
1748
+ "type": {
1749
+ "text": ""
1750
+ }
1751
+ },
1752
+ "parameters": [
1782
1753
  {
1783
- "kind": "method",
1784
- "name": "stylesChanged",
1785
- "privacy": "protected",
1786
- "return": {
1787
- "type": {
1788
- "text": "void"
1789
- }
1754
+ "name": "cell",
1755
+ "type": {
1756
+ "text": "any"
1790
1757
  },
1791
- "inheritedFrom": {
1792
- "name": "FoundationElement",
1793
- "module": "src/foundation-element/foundation-element.ts"
1794
- }
1758
+ "description": "The cell component provided by Tabulator"
1795
1759
  },
1796
1760
  {
1797
- "kind": "method",
1798
- "name": "compose",
1799
- "privacy": "public",
1800
- "static": true,
1801
- "return": {
1802
- "type": {
1803
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
1804
- }
1761
+ "name": "formatterParams",
1762
+ "default": "{}",
1763
+ "type": {
1764
+ "text": "BooleanFormatterParams<T>"
1805
1765
  },
1806
- "parameters": [
1807
- {
1808
- "name": "this",
1809
- "type": {
1810
- "text": "K"
1811
- }
1812
- },
1813
- {
1814
- "name": "elementDefinition",
1815
- "type": {
1816
- "text": "T"
1817
- },
1818
- "description": "The definition of the element to create the registry\nfunction for."
1819
- }
1820
- ],
1821
- "description": "Defines an element registry function with a set of element definition defaults.",
1822
- "inheritedFrom": {
1823
- "name": "FoundationElement",
1824
- "module": "src/foundation-element/foundation-element.ts"
1825
- }
1766
+ "description": "Boolean formatter parameters"
1826
1767
  }
1827
1768
  ],
1828
- "superclass": {
1829
- "name": "FoundationElement",
1830
- "package": "@microsoft/fast-foundation"
1831
- }
1832
- },
1769
+ "description": "Formatter that displays boolean values using a checkbox component.\nStyled to match grid-pro boolean renderer.",
1770
+ "privacy": "public"
1771
+ }
1772
+ ],
1773
+ "exports": [
1833
1774
  {
1834
- "kind": "variable",
1835
- "name": "dateEditorStyles",
1836
- "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
1837
- "description": "Styles for the date editor"
1838
- },
1775
+ "kind": "js",
1776
+ "name": "booleanFormatter",
1777
+ "declaration": {
1778
+ "name": "booleanFormatter",
1779
+ "module": "src/cell-formatters/boolean.formatter.ts"
1780
+ }
1781
+ }
1782
+ ]
1783
+ },
1784
+ {
1785
+ "kind": "javascript-module",
1786
+ "path": "src/cell-formatters/constants.ts",
1787
+ "declarations": [],
1788
+ "exports": []
1789
+ },
1790
+ {
1791
+ "kind": "javascript-module",
1792
+ "path": "src/cell-formatters/editable.formatter.ts",
1793
+ "declarations": [
1839
1794
  {
1840
1795
  "kind": "function",
1841
- "name": "getDateEditorTemplate",
1842
- "parameters": [
1843
- {
1844
- "name": "prefix",
1845
- "default": "'foundation'",
1846
- "description": "The design system prefix to use. Defaults to 'foundation'."
1847
- }
1848
- ],
1849
- "description": "Get a Design System prefixed date field template.",
1796
+ "name": "editableFormatter",
1850
1797
  "return": {
1851
1798
  "type": {
1852
1799
  "text": ""
1853
1800
  }
1854
1801
  },
1802
+ "parameters": [
1803
+ {
1804
+ "name": "cell",
1805
+ "type": {
1806
+ "text": "any"
1807
+ },
1808
+ "description": "The cell component provided by Tabulator"
1809
+ },
1810
+ {
1811
+ "name": "formatterParams",
1812
+ "default": "{}",
1813
+ "type": {
1814
+ "text": "EditableFormatterParams<T>"
1815
+ },
1816
+ "description": "Editable formatter parameters"
1817
+ }
1818
+ ],
1819
+ "description": "Formatter that displays an editable cell with validation state",
1855
1820
  "privacy": "public"
1856
- },
1821
+ }
1822
+ ],
1823
+ "exports": [
1824
+ {
1825
+ "kind": "js",
1826
+ "name": "editableFormatter",
1827
+ "declaration": {
1828
+ "name": "editableFormatter",
1829
+ "module": "src/cell-formatters/editable.formatter.ts"
1830
+ }
1831
+ }
1832
+ ]
1833
+ },
1834
+ {
1835
+ "kind": "javascript-module",
1836
+ "path": "src/cell-formatters/index.ts",
1837
+ "declarations": [
1857
1838
  {
1858
1839
  "kind": "variable",
1859
- "name": "foundationDateEditor",
1860
- "description": "Definition for the date editor component"
1840
+ "name": "formatters",
1841
+ "type": {
1842
+ "text": "object"
1843
+ },
1844
+ "default": "{\n action: actionFormatter,\n actionsMenu: actionsMenuFormatter,\n boolean: booleanFormatter,\n editable: editableFormatter,\n select: selectFormatter,\n text: textFormatter,\n}",
1845
+ "description": "Zero formatters for Tabulator grid"
1861
1846
  }
1862
1847
  ],
1863
1848
  "exports": [
1864
1849
  {
1865
1850
  "kind": "js",
1866
- "name": "DateEditor",
1851
+ "name": "*",
1867
1852
  "declaration": {
1868
- "name": "DateEditor",
1869
- "module": "src/cell-editors/date.editor.ts"
1853
+ "name": "*",
1854
+ "package": "./constants"
1870
1855
  }
1871
1856
  },
1872
1857
  {
1873
1858
  "kind": "js",
1874
- "name": "dateEditorStyles",
1859
+ "name": "ActionFormatterParams",
1875
1860
  "declaration": {
1876
- "name": "dateEditorStyles",
1877
- "module": "src/cell-editors/date.editor.ts"
1861
+ "name": "ActionFormatterParams",
1862
+ "module": "src/cell-formatters/index.ts"
1878
1863
  }
1879
1864
  },
1880
1865
  {
1881
1866
  "kind": "js",
1882
- "name": "getDateEditorTemplate",
1867
+ "name": "actionFormatter",
1883
1868
  "declaration": {
1884
- "name": "getDateEditorTemplate",
1885
- "module": "src/cell-editors/date.editor.ts"
1869
+ "name": "actionFormatter",
1870
+ "module": "src/cell-formatters/index.ts"
1871
+ }
1872
+ },
1873
+ {
1874
+ "kind": "js",
1875
+ "name": "ActionsMenuFormatterParams",
1876
+ "declaration": {
1877
+ "name": "ActionsMenuFormatterParams",
1878
+ "module": "src/cell-formatters/index.ts"
1879
+ }
1880
+ },
1881
+ {
1882
+ "kind": "js",
1883
+ "name": "actionsMenuFormatter",
1884
+ "declaration": {
1885
+ "name": "actionsMenuFormatter",
1886
+ "module": "src/cell-formatters/index.ts"
1887
+ }
1888
+ },
1889
+ {
1890
+ "kind": "js",
1891
+ "name": "BooleanFormatterParams",
1892
+ "declaration": {
1893
+ "name": "BooleanFormatterParams",
1894
+ "module": "src/cell-formatters/index.ts"
1886
1895
  }
1887
1896
  },
1888
1897
  {
1889
1898
  "kind": "js",
1890
- "name": "foundationDateEditor",
1899
+ "name": "booleanFormatter",
1891
1900
  "declaration": {
1892
- "name": "foundationDateEditor",
1893
- "module": "src/cell-editors/date.editor.ts"
1901
+ "name": "booleanFormatter",
1902
+ "module": "src/cell-formatters/index.ts"
1894
1903
  }
1895
- }
1896
- ]
1897
- },
1898
- {
1899
- "kind": "javascript-module",
1900
- "path": "src/cell-editors/index.ts",
1901
- "declarations": [],
1902
- "exports": [
1904
+ },
1903
1905
  {
1904
1906
  "kind": "js",
1905
- "name": "*",
1907
+ "name": "EditableFormatterParams",
1906
1908
  "declaration": {
1907
- "name": "*",
1908
- "package": "./date.editor"
1909
+ "name": "EditableFormatterParams",
1910
+ "module": "src/cell-formatters/index.ts"
1909
1911
  }
1910
1912
  },
1911
1913
  {
1912
1914
  "kind": "js",
1913
- "name": "*",
1915
+ "name": "editableFormatter",
1914
1916
  "declaration": {
1915
- "name": "*",
1916
- "package": "./number.editor"
1917
+ "name": "editableFormatter",
1918
+ "module": "src/cell-formatters/index.ts"
1917
1919
  }
1918
1920
  },
1919
1921
  {
1920
1922
  "kind": "js",
1921
- "name": "*",
1923
+ "name": "SelectFormatterParams",
1922
1924
  "declaration": {
1923
- "name": "*",
1924
- "package": "./select.editor"
1925
+ "name": "SelectFormatterParams",
1926
+ "module": "src/cell-formatters/index.ts"
1925
1927
  }
1926
1928
  },
1927
1929
  {
1928
1930
  "kind": "js",
1929
- "name": "*",
1931
+ "name": "selectFormatter",
1930
1932
  "declaration": {
1931
- "name": "*",
1932
- "package": "./string.editor"
1933
+ "name": "selectFormatter",
1934
+ "module": "src/cell-formatters/index.ts"
1933
1935
  }
1934
1936
  },
1935
1937
  {
1936
1938
  "kind": "js",
1937
- "name": "*",
1939
+ "name": "TextFormatterParams",
1938
1940
  "declaration": {
1939
- "name": "*",
1940
- "package": "./multiselect.editor"
1941
+ "name": "TextFormatterParams",
1942
+ "module": "src/cell-formatters/index.ts"
1941
1943
  }
1942
- }
1943
- ]
1944
- },
1945
- {
1946
- "kind": "javascript-module",
1947
- "path": "src/cell-editors/multiselect.editor.ts",
1948
- "declarations": [
1944
+ },
1949
1945
  {
1950
- "kind": "class",
1951
- "description": "The multiselect editor class for grid-tabulator",
1952
- "name": "MultiselectEditor",
1953
- "members": [
1954
- {
1955
- "kind": "field",
1956
- "name": "params",
1957
- "type": {
1958
- "text": "MultiselectEditorParams"
1959
- }
1960
- },
1961
- {
1962
- "kind": "field",
1963
- "name": "select",
1964
- "type": {
1965
- "text": "any"
1966
- }
1967
- },
1968
- {
1969
- "kind": "method",
1970
- "name": "init",
1971
- "parameters": [
1972
- {
1973
- "name": "params",
1974
- "type": {
1975
- "text": "MultiselectEditorParams"
1976
- }
1977
- }
1978
- ],
1979
- "description": "Initialize the editor with parameters"
1980
- },
1981
- {
1982
- "kind": "method",
1983
- "name": "getValues",
1984
- "return": {
1985
- "type": {
1986
- "text": "(string | number)[]"
1987
- }
1988
- },
1989
- "description": "Get current values"
1990
- },
1991
- {
1992
- "kind": "method",
1993
- "name": "focus",
1994
- "description": "Set focus to the select"
1995
- },
1996
- {
1997
- "kind": "method",
1998
- "name": "isSelected",
1999
- "return": {
2000
- "type": {
2001
- "text": "boolean"
2002
- }
2003
- },
2004
- "parameters": [
2005
- {
2006
- "name": "value",
2007
- "type": {
2008
- "text": "string | number"
2009
- }
2010
- }
2011
- ],
2012
- "description": "Check if a value is selected"
2013
- },
2014
- {
2015
- "kind": "method",
2016
- "name": "handleKeyDown",
2017
- "parameters": [
2018
- {
2019
- "name": "event",
2020
- "type": {
2021
- "text": "KeyboardEvent"
2022
- }
2023
- }
2024
- ],
2025
- "description": "Process key down events"
2026
- },
2027
- {
2028
- "kind": "method",
2029
- "name": "handleChange",
2030
- "description": "Handle change event to save when selection changes"
2031
- },
2032
- {
2033
- "kind": "field",
2034
- "name": "_presentation",
2035
- "type": {
2036
- "text": "ComponentPresentation | null | undefined"
2037
- },
2038
- "privacy": "private",
2039
- "default": "void 0",
2040
- "inheritedFrom": {
2041
- "name": "FoundationElement",
2042
- "module": "src/foundation-element/foundation-element.ts"
2043
- }
2044
- },
2045
- {
2046
- "kind": "field",
2047
- "name": "$presentation",
2048
- "type": {
2049
- "text": "ComponentPresentation | null"
2050
- },
2051
- "privacy": "public",
2052
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2053
- "inheritedFrom": {
2054
- "name": "FoundationElement",
2055
- "module": "src/foundation-element/foundation-element.ts"
2056
- }
2057
- },
2058
- {
2059
- "kind": "field",
2060
- "name": "template",
2061
- "type": {
2062
- "text": "ElementViewTemplate | void | null"
2063
- },
2064
- "privacy": "public",
2065
- "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.",
2066
- "inheritedFrom": {
2067
- "name": "FoundationElement",
2068
- "module": "src/foundation-element/foundation-element.ts"
2069
- }
2070
- },
2071
- {
2072
- "kind": "method",
2073
- "name": "templateChanged",
2074
- "privacy": "protected",
2075
- "return": {
2076
- "type": {
2077
- "text": "void"
2078
- }
2079
- },
2080
- "inheritedFrom": {
2081
- "name": "FoundationElement",
2082
- "module": "src/foundation-element/foundation-element.ts"
2083
- }
2084
- },
2085
- {
2086
- "kind": "field",
2087
- "name": "styles",
2088
- "type": {
2089
- "text": "ElementStyles | void | null"
2090
- },
2091
- "privacy": "public",
2092
- "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.",
2093
- "inheritedFrom": {
2094
- "name": "FoundationElement",
2095
- "module": "src/foundation-element/foundation-element.ts"
2096
- }
2097
- },
2098
- {
2099
- "kind": "method",
2100
- "name": "stylesChanged",
2101
- "privacy": "protected",
2102
- "return": {
2103
- "type": {
2104
- "text": "void"
2105
- }
2106
- },
2107
- "inheritedFrom": {
2108
- "name": "FoundationElement",
2109
- "module": "src/foundation-element/foundation-element.ts"
2110
- }
2111
- },
2112
- {
2113
- "kind": "method",
2114
- "name": "compose",
2115
- "privacy": "public",
2116
- "static": true,
2117
- "return": {
2118
- "type": {
2119
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2120
- }
2121
- },
2122
- "parameters": [
2123
- {
2124
- "name": "this",
2125
- "type": {
2126
- "text": "K"
2127
- }
2128
- },
2129
- {
2130
- "name": "elementDefinition",
2131
- "type": {
2132
- "text": "T"
2133
- },
2134
- "description": "The definition of the element to create the registry\nfunction for."
2135
- }
2136
- ],
2137
- "description": "Defines an element registry function with a set of element definition defaults.",
2138
- "inheritedFrom": {
2139
- "name": "FoundationElement",
2140
- "module": "src/foundation-element/foundation-element.ts"
2141
- }
2142
- }
2143
- ],
2144
- "superclass": {
2145
- "name": "FoundationElement",
2146
- "package": "@microsoft/fast-foundation"
1946
+ "kind": "js",
1947
+ "name": "textFormatter",
1948
+ "declaration": {
1949
+ "name": "textFormatter",
1950
+ "module": "src/cell-formatters/index.ts"
2147
1951
  }
2148
1952
  },
2149
1953
  {
2150
- "kind": "variable",
2151
- "name": "multiselectEditorStyles",
2152
- "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
2153
- "description": "Styles for the multiselect editor"
2154
- },
1954
+ "kind": "js",
1955
+ "name": "formatters",
1956
+ "declaration": {
1957
+ "name": "formatters",
1958
+ "module": "src/cell-formatters/index.ts"
1959
+ }
1960
+ }
1961
+ ]
1962
+ },
1963
+ {
1964
+ "kind": "javascript-module",
1965
+ "path": "src/cell-formatters/select.formatter.ts",
1966
+ "declarations": [
2155
1967
  {
2156
1968
  "kind": "function",
2157
- "name": "getMultiselectEditorTemplate",
2158
- "parameters": [
2159
- {
2160
- "name": "prefix",
2161
- "default": "'foundation'",
2162
- "description": "The design system prefix to use. Defaults to 'foundation'."
2163
- }
2164
- ],
2165
- "description": "Get a Design System prefixed Select template.",
1969
+ "name": "selectFormatter",
2166
1970
  "return": {
2167
1971
  "type": {
2168
1972
  "text": ""
2169
1973
  }
2170
- }
2171
- },
2172
- {
2173
- "kind": "variable",
2174
- "name": "foundationMultiselectEditor",
2175
- "description": "Definition for the multiselect editor component"
1974
+ },
1975
+ "parameters": [
1976
+ {
1977
+ "name": "cell",
1978
+ "type": {
1979
+ "text": "any"
1980
+ },
1981
+ "description": "The cell component provided by Tabulator"
1982
+ },
1983
+ {
1984
+ "name": "formatterParams",
1985
+ "type": {
1986
+ "text": "SelectFormatterParams<T>"
1987
+ },
1988
+ "description": "Select formatter parameters"
1989
+ }
1990
+ ],
1991
+ "description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
1992
+ "privacy": "public"
2176
1993
  }
2177
1994
  ],
2178
1995
  "exports": [
2179
1996
  {
2180
1997
  "kind": "js",
2181
- "name": "MultiselectEditor",
2182
- "declaration": {
2183
- "name": "MultiselectEditor",
2184
- "module": "src/cell-editors/multiselect.editor.ts"
2185
- }
2186
- },
2187
- {
2188
- "kind": "js",
2189
- "name": "multiselectEditorStyles",
1998
+ "name": "selectFormatter",
2190
1999
  "declaration": {
2191
- "name": "multiselectEditorStyles",
2192
- "module": "src/cell-editors/multiselect.editor.ts"
2000
+ "name": "selectFormatter",
2001
+ "module": "src/cell-formatters/select.formatter.ts"
2193
2002
  }
2194
- },
2003
+ }
2004
+ ]
2005
+ },
2006
+ {
2007
+ "kind": "javascript-module",
2008
+ "path": "src/cell-formatters/text.formatter.ts",
2009
+ "declarations": [
2195
2010
  {
2196
- "kind": "js",
2197
- "name": "getMultiselectEditorTemplate",
2198
- "declaration": {
2199
- "name": "getMultiselectEditorTemplate",
2200
- "module": "src/cell-editors/multiselect.editor.ts"
2201
- }
2202
- },
2011
+ "kind": "function",
2012
+ "name": "textFormatter",
2013
+ "return": {
2014
+ "type": {
2015
+ "text": ""
2016
+ }
2017
+ },
2018
+ "parameters": [
2019
+ {
2020
+ "name": "cell",
2021
+ "type": {
2022
+ "text": "any"
2023
+ },
2024
+ "description": "The cell component provided by Tabulator"
2025
+ },
2026
+ {
2027
+ "name": "formatterParams",
2028
+ "default": "{}",
2029
+ "type": {
2030
+ "text": "TextFormatterParams<T>"
2031
+ },
2032
+ "description": "Text formatter parameters"
2033
+ }
2034
+ ],
2035
+ "description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
2036
+ "privacy": "public"
2037
+ }
2038
+ ],
2039
+ "exports": [
2203
2040
  {
2204
2041
  "kind": "js",
2205
- "name": "foundationMultiselectEditor",
2042
+ "name": "textFormatter",
2206
2043
  "declaration": {
2207
- "name": "foundationMultiselectEditor",
2208
- "module": "src/cell-editors/multiselect.editor.ts"
2044
+ "name": "textFormatter",
2045
+ "module": "src/cell-formatters/text.formatter.ts"
2209
2046
  }
2210
2047
  }
2211
2048
  ]
2212
2049
  },
2213
2050
  {
2214
2051
  "kind": "javascript-module",
2215
- "path": "src/cell-editors/number.editor.ts",
2052
+ "path": "src/cell-editors/date.editor.ts",
2216
2053
  "declarations": [
2217
2054
  {
2218
2055
  "kind": "class",
2219
- "description": "The number editor class for grid-tabulator",
2220
- "name": "NumberEditor",
2056
+ "description": "The date editor class for grid-tabulator",
2057
+ "name": "DateEditor",
2221
2058
  "members": [
2222
2059
  {
2223
2060
  "kind": "field",
2224
2061
  "name": "params",
2225
2062
  "type": {
2226
- "text": "NumberEditorParams"
2063
+ "text": "DateEditorParams"
2227
2064
  }
2228
2065
  },
2229
2066
  {
2230
2067
  "kind": "field",
2231
- "name": "numberField",
2068
+ "name": "dateField",
2232
2069
  "type": {
2233
2070
  "text": "any"
2234
2071
  }
@@ -2240,7 +2077,7 @@
2240
2077
  {
2241
2078
  "name": "params",
2242
2079
  "type": {
2243
- "text": "NumberEditorParams"
2080
+ "text": "DateEditorParams"
2244
2081
  }
2245
2082
  }
2246
2083
  ],
@@ -2251,6 +2088,11 @@
2251
2088
  "name": "getValue",
2252
2089
  "description": "Get current value"
2253
2090
  },
2091
+ {
2092
+ "kind": "method",
2093
+ "name": "getFormattedValue",
2094
+ "description": "Format value for display"
2095
+ },
2254
2096
  {
2255
2097
  "kind": "method",
2256
2098
  "name": "focus",
@@ -2388,13 +2230,13 @@
2388
2230
  },
2389
2231
  {
2390
2232
  "kind": "variable",
2391
- "name": "numberEditorStyles",
2233
+ "name": "dateEditorStyles",
2392
2234
  "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
2393
- "description": "Styles for the number editor"
2235
+ "description": "Styles for the date editor"
2394
2236
  },
2395
2237
  {
2396
2238
  "kind": "function",
2397
- "name": "getNumberEditorTemplate",
2239
+ "name": "getDateEditorTemplate",
2398
2240
  "parameters": [
2399
2241
  {
2400
2242
  "name": "prefix",
@@ -2402,68 +2244,116 @@
2402
2244
  "description": "The design system prefix to use. Defaults to 'foundation'."
2403
2245
  }
2404
2246
  ],
2405
- "description": "Get a Design System prefixed number field template.",
2247
+ "description": "Get a Design System prefixed date field template.",
2406
2248
  "return": {
2407
2249
  "type": {
2408
2250
  "text": ""
2409
2251
  }
2410
- }
2252
+ },
2253
+ "privacy": "public"
2411
2254
  },
2412
2255
  {
2413
2256
  "kind": "variable",
2414
- "name": "foundationNumberEditor",
2415
- "description": "Definition for the number editor component"
2257
+ "name": "foundationDateEditor",
2258
+ "description": "Definition for the date editor component"
2416
2259
  }
2417
2260
  ],
2418
2261
  "exports": [
2419
2262
  {
2420
2263
  "kind": "js",
2421
- "name": "NumberEditor",
2264
+ "name": "DateEditor",
2422
2265
  "declaration": {
2423
- "name": "NumberEditor",
2424
- "module": "src/cell-editors/number.editor.ts"
2266
+ "name": "DateEditor",
2267
+ "module": "src/cell-editors/date.editor.ts"
2425
2268
  }
2426
2269
  },
2427
2270
  {
2428
2271
  "kind": "js",
2429
- "name": "numberEditorStyles",
2272
+ "name": "dateEditorStyles",
2430
2273
  "declaration": {
2431
- "name": "numberEditorStyles",
2432
- "module": "src/cell-editors/number.editor.ts"
2274
+ "name": "dateEditorStyles",
2275
+ "module": "src/cell-editors/date.editor.ts"
2433
2276
  }
2434
2277
  },
2435
2278
  {
2436
2279
  "kind": "js",
2437
- "name": "getNumberEditorTemplate",
2280
+ "name": "getDateEditorTemplate",
2438
2281
  "declaration": {
2439
- "name": "getNumberEditorTemplate",
2440
- "module": "src/cell-editors/number.editor.ts"
2282
+ "name": "getDateEditorTemplate",
2283
+ "module": "src/cell-editors/date.editor.ts"
2441
2284
  }
2442
2285
  },
2443
2286
  {
2444
2287
  "kind": "js",
2445
- "name": "foundationNumberEditor",
2288
+ "name": "foundationDateEditor",
2446
2289
  "declaration": {
2447
- "name": "foundationNumberEditor",
2448
- "module": "src/cell-editors/number.editor.ts"
2290
+ "name": "foundationDateEditor",
2291
+ "module": "src/cell-editors/date.editor.ts"
2449
2292
  }
2450
2293
  }
2451
2294
  ]
2452
2295
  },
2453
2296
  {
2454
2297
  "kind": "javascript-module",
2455
- "path": "src/cell-editors/select.editor.ts",
2298
+ "path": "src/cell-editors/index.ts",
2299
+ "declarations": [],
2300
+ "exports": [
2301
+ {
2302
+ "kind": "js",
2303
+ "name": "*",
2304
+ "declaration": {
2305
+ "name": "*",
2306
+ "package": "./date.editor"
2307
+ }
2308
+ },
2309
+ {
2310
+ "kind": "js",
2311
+ "name": "*",
2312
+ "declaration": {
2313
+ "name": "*",
2314
+ "package": "./number.editor"
2315
+ }
2316
+ },
2317
+ {
2318
+ "kind": "js",
2319
+ "name": "*",
2320
+ "declaration": {
2321
+ "name": "*",
2322
+ "package": "./select.editor"
2323
+ }
2324
+ },
2325
+ {
2326
+ "kind": "js",
2327
+ "name": "*",
2328
+ "declaration": {
2329
+ "name": "*",
2330
+ "package": "./string.editor"
2331
+ }
2332
+ },
2333
+ {
2334
+ "kind": "js",
2335
+ "name": "*",
2336
+ "declaration": {
2337
+ "name": "*",
2338
+ "package": "./multiselect.editor"
2339
+ }
2340
+ }
2341
+ ]
2342
+ },
2343
+ {
2344
+ "kind": "javascript-module",
2345
+ "path": "src/cell-editors/multiselect.editor.ts",
2456
2346
  "declarations": [
2457
2347
  {
2458
2348
  "kind": "class",
2459
- "description": "The select editor class for grid-tabulator",
2460
- "name": "SelectEditor",
2349
+ "description": "The multiselect editor class for grid-tabulator",
2350
+ "name": "MultiselectEditor",
2461
2351
  "members": [
2462
2352
  {
2463
2353
  "kind": "field",
2464
2354
  "name": "params",
2465
2355
  "type": {
2466
- "text": "SelectEditorParams"
2356
+ "text": "MultiselectEditorParams"
2467
2357
  }
2468
2358
  },
2469
2359
  {
@@ -2480,7 +2370,7 @@
2480
2370
  {
2481
2371
  "name": "params",
2482
2372
  "type": {
2483
- "text": "SelectEditorParams"
2373
+ "text": "MultiselectEditorParams"
2484
2374
  }
2485
2375
  }
2486
2376
  ],
@@ -2488,14 +2378,37 @@
2488
2378
  },
2489
2379
  {
2490
2380
  "kind": "method",
2491
- "name": "getValue",
2492
- "description": "Get current value"
2381
+ "name": "getValues",
2382
+ "return": {
2383
+ "type": {
2384
+ "text": "(string | number)[]"
2385
+ }
2386
+ },
2387
+ "description": "Get current values"
2493
2388
  },
2494
2389
  {
2495
2390
  "kind": "method",
2496
2391
  "name": "focus",
2497
2392
  "description": "Set focus to the select"
2498
2393
  },
2394
+ {
2395
+ "kind": "method",
2396
+ "name": "isSelected",
2397
+ "return": {
2398
+ "type": {
2399
+ "text": "boolean"
2400
+ }
2401
+ },
2402
+ "parameters": [
2403
+ {
2404
+ "name": "value",
2405
+ "type": {
2406
+ "text": "string | number"
2407
+ }
2408
+ }
2409
+ ],
2410
+ "description": "Check if a value is selected"
2411
+ },
2499
2412
  {
2500
2413
  "kind": "method",
2501
2414
  "name": "handleKeyDown",
@@ -2512,7 +2425,7 @@
2512
2425
  {
2513
2426
  "kind": "method",
2514
2427
  "name": "handleChange",
2515
- "description": "Handle change event"
2428
+ "description": "Handle change event to save when selection changes"
2516
2429
  },
2517
2430
  {
2518
2431
  "kind": "field",
@@ -2633,13 +2546,13 @@
2633
2546
  },
2634
2547
  {
2635
2548
  "kind": "variable",
2636
- "name": "selectEditorStyles",
2549
+ "name": "multiselectEditorStyles",
2637
2550
  "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
2638
- "description": "Styles for the select editor"
2551
+ "description": "Styles for the multiselect editor"
2639
2552
  },
2640
2553
  {
2641
2554
  "kind": "function",
2642
- "name": "getSelectEditorTemplate",
2555
+ "name": "getMultiselectEditorTemplate",
2643
2556
  "parameters": [
2644
2557
  {
2645
2558
  "name": "prefix",
@@ -2652,69 +2565,68 @@
2652
2565
  "type": {
2653
2566
  "text": ""
2654
2567
  }
2655
- },
2656
- "privacy": "public"
2568
+ }
2657
2569
  },
2658
2570
  {
2659
2571
  "kind": "variable",
2660
- "name": "foundationSelectEditor",
2661
- "description": "Definition for the select editor component"
2572
+ "name": "foundationMultiselectEditor",
2573
+ "description": "Definition for the multiselect editor component"
2662
2574
  }
2663
2575
  ],
2664
2576
  "exports": [
2665
2577
  {
2666
2578
  "kind": "js",
2667
- "name": "SelectEditor",
2579
+ "name": "MultiselectEditor",
2668
2580
  "declaration": {
2669
- "name": "SelectEditor",
2670
- "module": "src/cell-editors/select.editor.ts"
2581
+ "name": "MultiselectEditor",
2582
+ "module": "src/cell-editors/multiselect.editor.ts"
2671
2583
  }
2672
2584
  },
2673
2585
  {
2674
2586
  "kind": "js",
2675
- "name": "selectEditorStyles",
2587
+ "name": "multiselectEditorStyles",
2676
2588
  "declaration": {
2677
- "name": "selectEditorStyles",
2678
- "module": "src/cell-editors/select.editor.ts"
2589
+ "name": "multiselectEditorStyles",
2590
+ "module": "src/cell-editors/multiselect.editor.ts"
2679
2591
  }
2680
2592
  },
2681
2593
  {
2682
2594
  "kind": "js",
2683
- "name": "getSelectEditorTemplate",
2595
+ "name": "getMultiselectEditorTemplate",
2684
2596
  "declaration": {
2685
- "name": "getSelectEditorTemplate",
2686
- "module": "src/cell-editors/select.editor.ts"
2597
+ "name": "getMultiselectEditorTemplate",
2598
+ "module": "src/cell-editors/multiselect.editor.ts"
2687
2599
  }
2688
2600
  },
2689
2601
  {
2690
2602
  "kind": "js",
2691
- "name": "foundationSelectEditor",
2603
+ "name": "foundationMultiselectEditor",
2692
2604
  "declaration": {
2693
- "name": "foundationSelectEditor",
2694
- "module": "src/cell-editors/select.editor.ts"
2605
+ "name": "foundationMultiselectEditor",
2606
+ "module": "src/cell-editors/multiselect.editor.ts"
2695
2607
  }
2696
2608
  }
2697
2609
  ]
2698
2610
  },
2699
2611
  {
2700
2612
  "kind": "javascript-module",
2701
- "path": "src/cell-editors/string.editor.ts",
2613
+ "path": "src/cell-editors/number.editor.ts",
2702
2614
  "declarations": [
2703
2615
  {
2704
2616
  "kind": "class",
2705
- "description": "The string editor class for grid-tabulator",
2706
- "name": "StringEditor",
2617
+ "description": "The number editor class for grid-tabulator",
2618
+ "name": "NumberEditor",
2707
2619
  "members": [
2708
2620
  {
2709
2621
  "kind": "field",
2710
2622
  "name": "params",
2711
2623
  "type": {
2712
- "text": "StringEditorParams"
2624
+ "text": "NumberEditorParams"
2713
2625
  }
2714
2626
  },
2715
2627
  {
2716
2628
  "kind": "field",
2717
- "name": "textField",
2629
+ "name": "numberField",
2718
2630
  "type": {
2719
2631
  "text": "any"
2720
2632
  }
@@ -2726,7 +2638,7 @@
2726
2638
  {
2727
2639
  "name": "params",
2728
2640
  "type": {
2729
- "text": "StringEditorParams"
2641
+ "text": "NumberEditorParams"
2730
2642
  }
2731
2643
  }
2732
2644
  ],
@@ -2874,13 +2786,13 @@
2874
2786
  },
2875
2787
  {
2876
2788
  "kind": "variable",
2877
- "name": "stringEditorStyles",
2789
+ "name": "numberEditorStyles",
2878
2790
  "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
2879
- "description": "Styles for the string editor"
2791
+ "description": "Styles for the number editor"
2880
2792
  },
2881
2793
  {
2882
2794
  "kind": "function",
2883
- "name": "getStringEditorTemplate",
2795
+ "name": "getNumberEditorTemplate",
2884
2796
  "parameters": [
2885
2797
  {
2886
2798
  "name": "prefix",
@@ -2888,7 +2800,7 @@
2888
2800
  "description": "The design system prefix to use. Defaults to 'foundation'."
2889
2801
  }
2890
2802
  ],
2891
- "description": "Get a Design System prefixed text field template.",
2803
+ "description": "Get a Design System prefixed number field template.",
2892
2804
  "return": {
2893
2805
  "type": {
2894
2806
  "text": ""
@@ -2897,439 +2809,527 @@
2897
2809
  },
2898
2810
  {
2899
2811
  "kind": "variable",
2900
- "name": "foundationStringEditor",
2901
- "description": "Definition for the string editor component"
2812
+ "name": "foundationNumberEditor",
2813
+ "description": "Definition for the number editor component"
2902
2814
  }
2903
2815
  ],
2904
2816
  "exports": [
2905
2817
  {
2906
2818
  "kind": "js",
2907
- "name": "StringEditor",
2819
+ "name": "NumberEditor",
2908
2820
  "declaration": {
2909
- "name": "StringEditor",
2910
- "module": "src/cell-editors/string.editor.ts"
2821
+ "name": "NumberEditor",
2822
+ "module": "src/cell-editors/number.editor.ts"
2911
2823
  }
2912
2824
  },
2913
2825
  {
2914
2826
  "kind": "js",
2915
- "name": "stringEditorStyles",
2827
+ "name": "numberEditorStyles",
2916
2828
  "declaration": {
2917
- "name": "stringEditorStyles",
2918
- "module": "src/cell-editors/string.editor.ts"
2829
+ "name": "numberEditorStyles",
2830
+ "module": "src/cell-editors/number.editor.ts"
2919
2831
  }
2920
2832
  },
2921
2833
  {
2922
2834
  "kind": "js",
2923
- "name": "getStringEditorTemplate",
2835
+ "name": "getNumberEditorTemplate",
2924
2836
  "declaration": {
2925
- "name": "getStringEditorTemplate",
2926
- "module": "src/cell-editors/string.editor.ts"
2837
+ "name": "getNumberEditorTemplate",
2838
+ "module": "src/cell-editors/number.editor.ts"
2927
2839
  }
2928
2840
  },
2929
2841
  {
2930
2842
  "kind": "js",
2931
- "name": "foundationStringEditor",
2843
+ "name": "foundationNumberEditor",
2932
2844
  "declaration": {
2933
- "name": "foundationStringEditor",
2934
- "module": "src/cell-editors/string.editor.ts"
2845
+ "name": "foundationNumberEditor",
2846
+ "module": "src/cell-editors/number.editor.ts"
2935
2847
  }
2936
2848
  }
2937
2849
  ]
2938
2850
  },
2939
2851
  {
2940
2852
  "kind": "javascript-module",
2941
- "path": "src/cell-formatters/action.formatter.ts",
2853
+ "path": "src/cell-editors/select.editor.ts",
2942
2854
  "declarations": [
2943
2855
  {
2944
- "kind": "function",
2945
- "name": "actionFormatter",
2946
- "return": {
2947
- "type": {
2948
- "text": ""
2949
- }
2950
- },
2951
- "parameters": [
2856
+ "kind": "class",
2857
+ "description": "The select editor class for grid-tabulator",
2858
+ "name": "SelectEditor",
2859
+ "members": [
2952
2860
  {
2953
- "name": "cell",
2861
+ "kind": "field",
2862
+ "name": "params",
2863
+ "type": {
2864
+ "text": "SelectEditorParams"
2865
+ }
2866
+ },
2867
+ {
2868
+ "kind": "field",
2869
+ "name": "select",
2954
2870
  "type": {
2955
2871
  "text": "any"
2872
+ }
2873
+ },
2874
+ {
2875
+ "kind": "method",
2876
+ "name": "init",
2877
+ "parameters": [
2878
+ {
2879
+ "name": "params",
2880
+ "type": {
2881
+ "text": "SelectEditorParams"
2882
+ }
2883
+ }
2884
+ ],
2885
+ "description": "Initialize the editor with parameters"
2886
+ },
2887
+ {
2888
+ "kind": "method",
2889
+ "name": "getValue",
2890
+ "description": "Get current value"
2891
+ },
2892
+ {
2893
+ "kind": "method",
2894
+ "name": "focus",
2895
+ "description": "Set focus to the select"
2896
+ },
2897
+ {
2898
+ "kind": "method",
2899
+ "name": "handleKeyDown",
2900
+ "parameters": [
2901
+ {
2902
+ "name": "event",
2903
+ "type": {
2904
+ "text": "KeyboardEvent"
2905
+ }
2906
+ }
2907
+ ],
2908
+ "description": "Process key down events"
2909
+ },
2910
+ {
2911
+ "kind": "method",
2912
+ "name": "handleChange",
2913
+ "description": "Handle change event"
2914
+ },
2915
+ {
2916
+ "kind": "field",
2917
+ "name": "_presentation",
2918
+ "type": {
2919
+ "text": "ComponentPresentation | null | undefined"
2956
2920
  },
2957
- "description": "The cell component provided by Tabulator"
2921
+ "privacy": "private",
2922
+ "default": "void 0",
2923
+ "inheritedFrom": {
2924
+ "name": "FoundationElement",
2925
+ "module": "src/foundation-element/foundation-element.ts"
2926
+ }
2958
2927
  },
2959
2928
  {
2960
- "name": "formatterParams",
2961
- "default": "{}",
2929
+ "kind": "field",
2930
+ "name": "$presentation",
2962
2931
  "type": {
2963
- "text": "ActionFormatterParams<T>"
2932
+ "text": "ComponentPresentation | null"
2964
2933
  },
2965
- "description": "Action formatter parameters"
2966
- }
2967
- ],
2968
- "description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
2969
- "privacy": "public"
2970
- }
2971
- ],
2972
- "exports": [
2973
- {
2974
- "kind": "js",
2975
- "name": "actionFormatter",
2976
- "declaration": {
2977
- "name": "actionFormatter",
2978
- "module": "src/cell-formatters/action.formatter.ts"
2979
- }
2980
- }
2981
- ]
2982
- },
2983
- {
2984
- "kind": "javascript-module",
2985
- "path": "src/cell-formatters/actions-menu.formatter.ts",
2986
- "declarations": [
2987
- {
2988
- "kind": "function",
2989
- "name": "actionsMenuFormatter",
2990
- "return": {
2991
- "type": {
2992
- "text": ""
2993
- }
2994
- },
2995
- "parameters": [
2934
+ "privacy": "public",
2935
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2936
+ "inheritedFrom": {
2937
+ "name": "FoundationElement",
2938
+ "module": "src/foundation-element/foundation-element.ts"
2939
+ }
2940
+ },
2996
2941
  {
2997
- "name": "cell",
2942
+ "kind": "field",
2943
+ "name": "template",
2998
2944
  "type": {
2999
- "text": "any"
2945
+ "text": "ElementViewTemplate | void | null"
2946
+ },
2947
+ "privacy": "public",
2948
+ "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.",
2949
+ "inheritedFrom": {
2950
+ "name": "FoundationElement",
2951
+ "module": "src/foundation-element/foundation-element.ts"
2952
+ }
2953
+ },
2954
+ {
2955
+ "kind": "method",
2956
+ "name": "templateChanged",
2957
+ "privacy": "protected",
2958
+ "return": {
2959
+ "type": {
2960
+ "text": "void"
2961
+ }
2962
+ },
2963
+ "inheritedFrom": {
2964
+ "name": "FoundationElement",
2965
+ "module": "src/foundation-element/foundation-element.ts"
2966
+ }
2967
+ },
2968
+ {
2969
+ "kind": "field",
2970
+ "name": "styles",
2971
+ "type": {
2972
+ "text": "ElementStyles | void | null"
2973
+ },
2974
+ "privacy": "public",
2975
+ "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.",
2976
+ "inheritedFrom": {
2977
+ "name": "FoundationElement",
2978
+ "module": "src/foundation-element/foundation-element.ts"
2979
+ }
2980
+ },
2981
+ {
2982
+ "kind": "method",
2983
+ "name": "stylesChanged",
2984
+ "privacy": "protected",
2985
+ "return": {
2986
+ "type": {
2987
+ "text": "void"
2988
+ }
3000
2989
  },
3001
- "description": "The cell component provided by Tabulator"
2990
+ "inheritedFrom": {
2991
+ "name": "FoundationElement",
2992
+ "module": "src/foundation-element/foundation-element.ts"
2993
+ }
3002
2994
  },
3003
2995
  {
3004
- "name": "formatterParams",
3005
- "default": "{}",
3006
- "type": {
3007
- "text": "ActionsMenuFormatterParams<T>"
2996
+ "kind": "method",
2997
+ "name": "compose",
2998
+ "privacy": "public",
2999
+ "static": true,
3000
+ "return": {
3001
+ "type": {
3002
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3003
+ }
3008
3004
  },
3009
- "description": "Actions menu formatter parameters"
3005
+ "parameters": [
3006
+ {
3007
+ "name": "this",
3008
+ "type": {
3009
+ "text": "K"
3010
+ }
3011
+ },
3012
+ {
3013
+ "name": "elementDefinition",
3014
+ "type": {
3015
+ "text": "T"
3016
+ },
3017
+ "description": "The definition of the element to create the registry\nfunction for."
3018
+ }
3019
+ ],
3020
+ "description": "Defines an element registry function with a set of element definition defaults.",
3021
+ "inheritedFrom": {
3022
+ "name": "FoundationElement",
3023
+ "module": "src/foundation-element/foundation-element.ts"
3024
+ }
3010
3025
  }
3011
3026
  ],
3012
- "description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
3013
- "privacy": "public"
3014
- }
3015
- ],
3016
- "exports": [
3017
- {
3018
- "kind": "js",
3019
- "name": "actionsMenuFormatter",
3020
- "declaration": {
3021
- "name": "actionsMenuFormatter",
3022
- "module": "src/cell-formatters/actions-menu.formatter.ts"
3027
+ "superclass": {
3028
+ "name": "FoundationElement",
3029
+ "package": "@microsoft/fast-foundation"
3023
3030
  }
3024
- }
3025
- ]
3026
- },
3027
- {
3028
- "kind": "javascript-module",
3029
- "path": "src/cell-formatters/boolean.formatter.ts",
3030
- "declarations": [
3031
+ },
3032
+ {
3033
+ "kind": "variable",
3034
+ "name": "selectEditorStyles",
3035
+ "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
3036
+ "description": "Styles for the select editor"
3037
+ },
3031
3038
  {
3032
3039
  "kind": "function",
3033
- "name": "booleanFormatter",
3034
- "return": {
3035
- "type": {
3036
- "text": ""
3037
- }
3038
- },
3040
+ "name": "getSelectEditorTemplate",
3039
3041
  "parameters": [
3040
3042
  {
3041
- "name": "cell",
3042
- "type": {
3043
- "text": "any"
3044
- },
3045
- "description": "The cell component provided by Tabulator"
3046
- },
3047
- {
3048
- "name": "formatterParams",
3049
- "default": "{}",
3050
- "type": {
3051
- "text": "BooleanFormatterParams<T>"
3052
- },
3053
- "description": "Boolean formatter parameters"
3043
+ "name": "prefix",
3044
+ "default": "'foundation'",
3045
+ "description": "The design system prefix to use. Defaults to 'foundation'."
3054
3046
  }
3055
3047
  ],
3056
- "description": "Formatter that displays boolean values using a checkbox component.\nStyled to match grid-pro boolean renderer.",
3057
- "privacy": "public"
3058
- }
3059
- ],
3060
- "exports": [
3061
- {
3062
- "kind": "js",
3063
- "name": "booleanFormatter",
3064
- "declaration": {
3065
- "name": "booleanFormatter",
3066
- "module": "src/cell-formatters/boolean.formatter.ts"
3067
- }
3068
- }
3069
- ]
3070
- },
3071
- {
3072
- "kind": "javascript-module",
3073
- "path": "src/cell-formatters/constants.ts",
3074
- "declarations": [],
3075
- "exports": []
3076
- },
3077
- {
3078
- "kind": "javascript-module",
3079
- "path": "src/cell-formatters/editable.formatter.ts",
3080
- "declarations": [
3081
- {
3082
- "kind": "function",
3083
- "name": "editableFormatter",
3048
+ "description": "Get a Design System prefixed Select template.",
3084
3049
  "return": {
3085
3050
  "type": {
3086
3051
  "text": ""
3087
3052
  }
3088
3053
  },
3089
- "parameters": [
3090
- {
3091
- "name": "cell",
3092
- "type": {
3093
- "text": "any"
3094
- },
3095
- "description": "The cell component provided by Tabulator"
3096
- },
3097
- {
3098
- "name": "formatterParams",
3099
- "default": "{}",
3100
- "type": {
3101
- "text": "EditableFormatterParams<T>"
3102
- },
3103
- "description": "Editable formatter parameters"
3104
- }
3105
- ],
3106
- "description": "Formatter that displays an editable cell with validation state",
3107
3054
  "privacy": "public"
3108
- }
3109
- ],
3110
- "exports": [
3111
- {
3112
- "kind": "js",
3113
- "name": "editableFormatter",
3114
- "declaration": {
3115
- "name": "editableFormatter",
3116
- "module": "src/cell-formatters/editable.formatter.ts"
3117
- }
3118
- }
3119
- ]
3120
- },
3121
- {
3122
- "kind": "javascript-module",
3123
- "path": "src/cell-formatters/index.ts",
3124
- "declarations": [
3055
+ },
3125
3056
  {
3126
3057
  "kind": "variable",
3127
- "name": "formatters",
3128
- "type": {
3129
- "text": "object"
3130
- },
3131
- "default": "{\n action: actionFormatter,\n actionsMenu: actionsMenuFormatter,\n boolean: booleanFormatter,\n editable: editableFormatter,\n select: selectFormatter,\n text: textFormatter,\n}",
3132
- "description": "Zero formatters for Tabulator grid"
3058
+ "name": "foundationSelectEditor",
3059
+ "description": "Definition for the select editor component"
3133
3060
  }
3134
3061
  ],
3135
3062
  "exports": [
3136
3063
  {
3137
3064
  "kind": "js",
3138
- "name": "*",
3139
- "declaration": {
3140
- "name": "*",
3141
- "package": "./constants"
3142
- }
3143
- },
3144
- {
3145
- "kind": "js",
3146
- "name": "ActionFormatterParams",
3147
- "declaration": {
3148
- "name": "ActionFormatterParams",
3149
- "module": "src/cell-formatters/index.ts"
3150
- }
3151
- },
3152
- {
3153
- "kind": "js",
3154
- "name": "actionFormatter",
3155
- "declaration": {
3156
- "name": "actionFormatter",
3157
- "module": "src/cell-formatters/index.ts"
3158
- }
3159
- },
3160
- {
3161
- "kind": "js",
3162
- "name": "ActionsMenuFormatterParams",
3163
- "declaration": {
3164
- "name": "ActionsMenuFormatterParams",
3165
- "module": "src/cell-formatters/index.ts"
3166
- }
3167
- },
3168
- {
3169
- "kind": "js",
3170
- "name": "actionsMenuFormatter",
3171
- "declaration": {
3172
- "name": "actionsMenuFormatter",
3173
- "module": "src/cell-formatters/index.ts"
3174
- }
3175
- },
3176
- {
3177
- "kind": "js",
3178
- "name": "BooleanFormatterParams",
3179
- "declaration": {
3180
- "name": "BooleanFormatterParams",
3181
- "module": "src/cell-formatters/index.ts"
3182
- }
3183
- },
3184
- {
3185
- "kind": "js",
3186
- "name": "booleanFormatter",
3187
- "declaration": {
3188
- "name": "booleanFormatter",
3189
- "module": "src/cell-formatters/index.ts"
3190
- }
3191
- },
3192
- {
3193
- "kind": "js",
3194
- "name": "EditableFormatterParams",
3195
- "declaration": {
3196
- "name": "EditableFormatterParams",
3197
- "module": "src/cell-formatters/index.ts"
3198
- }
3199
- },
3200
- {
3201
- "kind": "js",
3202
- "name": "editableFormatter",
3203
- "declaration": {
3204
- "name": "editableFormatter",
3205
- "module": "src/cell-formatters/index.ts"
3206
- }
3207
- },
3208
- {
3209
- "kind": "js",
3210
- "name": "SelectFormatterParams",
3211
- "declaration": {
3212
- "name": "SelectFormatterParams",
3213
- "module": "src/cell-formatters/index.ts"
3214
- }
3215
- },
3216
- {
3217
- "kind": "js",
3218
- "name": "selectFormatter",
3065
+ "name": "SelectEditor",
3219
3066
  "declaration": {
3220
- "name": "selectFormatter",
3221
- "module": "src/cell-formatters/index.ts"
3067
+ "name": "SelectEditor",
3068
+ "module": "src/cell-editors/select.editor.ts"
3222
3069
  }
3223
3070
  },
3224
3071
  {
3225
3072
  "kind": "js",
3226
- "name": "TextFormatterParams",
3073
+ "name": "selectEditorStyles",
3227
3074
  "declaration": {
3228
- "name": "TextFormatterParams",
3229
- "module": "src/cell-formatters/index.ts"
3075
+ "name": "selectEditorStyles",
3076
+ "module": "src/cell-editors/select.editor.ts"
3230
3077
  }
3231
3078
  },
3232
3079
  {
3233
3080
  "kind": "js",
3234
- "name": "textFormatter",
3081
+ "name": "getSelectEditorTemplate",
3235
3082
  "declaration": {
3236
- "name": "textFormatter",
3237
- "module": "src/cell-formatters/index.ts"
3083
+ "name": "getSelectEditorTemplate",
3084
+ "module": "src/cell-editors/select.editor.ts"
3238
3085
  }
3239
3086
  },
3240
3087
  {
3241
3088
  "kind": "js",
3242
- "name": "formatters",
3089
+ "name": "foundationSelectEditor",
3243
3090
  "declaration": {
3244
- "name": "formatters",
3245
- "module": "src/cell-formatters/index.ts"
3091
+ "name": "foundationSelectEditor",
3092
+ "module": "src/cell-editors/select.editor.ts"
3246
3093
  }
3247
3094
  }
3248
3095
  ]
3249
3096
  },
3250
3097
  {
3251
3098
  "kind": "javascript-module",
3252
- "path": "src/cell-formatters/select.formatter.ts",
3099
+ "path": "src/cell-editors/string.editor.ts",
3253
3100
  "declarations": [
3254
3101
  {
3255
- "kind": "function",
3256
- "name": "selectFormatter",
3257
- "return": {
3258
- "type": {
3259
- "text": ""
3260
- }
3261
- },
3262
- "parameters": [
3102
+ "kind": "class",
3103
+ "description": "The string editor class for grid-tabulator",
3104
+ "name": "StringEditor",
3105
+ "members": [
3263
3106
  {
3264
- "name": "cell",
3107
+ "kind": "field",
3108
+ "name": "params",
3109
+ "type": {
3110
+ "text": "StringEditorParams"
3111
+ }
3112
+ },
3113
+ {
3114
+ "kind": "field",
3115
+ "name": "textField",
3265
3116
  "type": {
3266
3117
  "text": "any"
3118
+ }
3119
+ },
3120
+ {
3121
+ "kind": "method",
3122
+ "name": "init",
3123
+ "parameters": [
3124
+ {
3125
+ "name": "params",
3126
+ "type": {
3127
+ "text": "StringEditorParams"
3128
+ }
3129
+ }
3130
+ ],
3131
+ "description": "Initialize the editor with parameters"
3132
+ },
3133
+ {
3134
+ "kind": "method",
3135
+ "name": "getValue",
3136
+ "description": "Get current value"
3137
+ },
3138
+ {
3139
+ "kind": "method",
3140
+ "name": "focus",
3141
+ "description": "Set focus to the input"
3142
+ },
3143
+ {
3144
+ "kind": "method",
3145
+ "name": "handleKeyDown",
3146
+ "parameters": [
3147
+ {
3148
+ "name": "event",
3149
+ "type": {
3150
+ "text": "KeyboardEvent"
3151
+ }
3152
+ }
3153
+ ],
3154
+ "description": "Process key down events"
3155
+ },
3156
+ {
3157
+ "kind": "field",
3158
+ "name": "_presentation",
3159
+ "type": {
3160
+ "text": "ComponentPresentation | null | undefined"
3267
3161
  },
3268
- "description": "The cell component provided by Tabulator"
3162
+ "privacy": "private",
3163
+ "default": "void 0",
3164
+ "inheritedFrom": {
3165
+ "name": "FoundationElement",
3166
+ "module": "src/foundation-element/foundation-element.ts"
3167
+ }
3269
3168
  },
3270
3169
  {
3271
- "name": "formatterParams",
3170
+ "kind": "field",
3171
+ "name": "$presentation",
3272
3172
  "type": {
3273
- "text": "SelectFormatterParams<T>"
3173
+ "text": "ComponentPresentation | null"
3274
3174
  },
3275
- "description": "Select formatter parameters"
3276
- }
3277
- ],
3278
- "description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
3279
- "privacy": "public"
3280
- }
3281
- ],
3282
- "exports": [
3283
- {
3284
- "kind": "js",
3285
- "name": "selectFormatter",
3286
- "declaration": {
3287
- "name": "selectFormatter",
3288
- "module": "src/cell-formatters/select.formatter.ts"
3289
- }
3290
- }
3291
- ]
3292
- },
3293
- {
3294
- "kind": "javascript-module",
3295
- "path": "src/cell-formatters/text.formatter.ts",
3296
- "declarations": [
3297
- {
3298
- "kind": "function",
3299
- "name": "textFormatter",
3300
- "return": {
3301
- "type": {
3302
- "text": ""
3303
- }
3304
- },
3305
- "parameters": [
3175
+ "privacy": "public",
3176
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3177
+ "inheritedFrom": {
3178
+ "name": "FoundationElement",
3179
+ "module": "src/foundation-element/foundation-element.ts"
3180
+ }
3181
+ },
3306
3182
  {
3307
- "name": "cell",
3183
+ "kind": "field",
3184
+ "name": "template",
3308
3185
  "type": {
3309
- "text": "any"
3186
+ "text": "ElementViewTemplate | void | null"
3310
3187
  },
3311
- "description": "The cell component provided by Tabulator"
3188
+ "privacy": "public",
3189
+ "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
3190
+ "inheritedFrom": {
3191
+ "name": "FoundationElement",
3192
+ "module": "src/foundation-element/foundation-element.ts"
3193
+ }
3312
3194
  },
3313
3195
  {
3314
- "name": "formatterParams",
3315
- "default": "{}",
3196
+ "kind": "method",
3197
+ "name": "templateChanged",
3198
+ "privacy": "protected",
3199
+ "return": {
3200
+ "type": {
3201
+ "text": "void"
3202
+ }
3203
+ },
3204
+ "inheritedFrom": {
3205
+ "name": "FoundationElement",
3206
+ "module": "src/foundation-element/foundation-element.ts"
3207
+ }
3208
+ },
3209
+ {
3210
+ "kind": "field",
3211
+ "name": "styles",
3316
3212
  "type": {
3317
- "text": "TextFormatterParams<T>"
3213
+ "text": "ElementStyles | void | null"
3318
3214
  },
3319
- "description": "Text formatter parameters"
3215
+ "privacy": "public",
3216
+ "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
3217
+ "inheritedFrom": {
3218
+ "name": "FoundationElement",
3219
+ "module": "src/foundation-element/foundation-element.ts"
3220
+ }
3221
+ },
3222
+ {
3223
+ "kind": "method",
3224
+ "name": "stylesChanged",
3225
+ "privacy": "protected",
3226
+ "return": {
3227
+ "type": {
3228
+ "text": "void"
3229
+ }
3230
+ },
3231
+ "inheritedFrom": {
3232
+ "name": "FoundationElement",
3233
+ "module": "src/foundation-element/foundation-element.ts"
3234
+ }
3235
+ },
3236
+ {
3237
+ "kind": "method",
3238
+ "name": "compose",
3239
+ "privacy": "public",
3240
+ "static": true,
3241
+ "return": {
3242
+ "type": {
3243
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3244
+ }
3245
+ },
3246
+ "parameters": [
3247
+ {
3248
+ "name": "this",
3249
+ "type": {
3250
+ "text": "K"
3251
+ }
3252
+ },
3253
+ {
3254
+ "name": "elementDefinition",
3255
+ "type": {
3256
+ "text": "T"
3257
+ },
3258
+ "description": "The definition of the element to create the registry\nfunction for."
3259
+ }
3260
+ ],
3261
+ "description": "Defines an element registry function with a set of element definition defaults.",
3262
+ "inheritedFrom": {
3263
+ "name": "FoundationElement",
3264
+ "module": "src/foundation-element/foundation-element.ts"
3265
+ }
3320
3266
  }
3321
3267
  ],
3322
- "description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
3323
- "privacy": "public"
3268
+ "superclass": {
3269
+ "name": "FoundationElement",
3270
+ "package": "@microsoft/fast-foundation"
3271
+ }
3272
+ },
3273
+ {
3274
+ "kind": "variable",
3275
+ "name": "stringEditorStyles",
3276
+ "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
3277
+ "description": "Styles for the string editor"
3278
+ },
3279
+ {
3280
+ "kind": "function",
3281
+ "name": "getStringEditorTemplate",
3282
+ "parameters": [
3283
+ {
3284
+ "name": "prefix",
3285
+ "default": "'foundation'",
3286
+ "description": "The design system prefix to use. Defaults to 'foundation'."
3287
+ }
3288
+ ],
3289
+ "description": "Get a Design System prefixed text field template.",
3290
+ "return": {
3291
+ "type": {
3292
+ "text": ""
3293
+ }
3294
+ }
3295
+ },
3296
+ {
3297
+ "kind": "variable",
3298
+ "name": "foundationStringEditor",
3299
+ "description": "Definition for the string editor component"
3324
3300
  }
3325
3301
  ],
3326
3302
  "exports": [
3327
3303
  {
3328
3304
  "kind": "js",
3329
- "name": "textFormatter",
3305
+ "name": "StringEditor",
3306
+ "declaration": {
3307
+ "name": "StringEditor",
3308
+ "module": "src/cell-editors/string.editor.ts"
3309
+ }
3310
+ },
3311
+ {
3312
+ "kind": "js",
3313
+ "name": "stringEditorStyles",
3330
3314
  "declaration": {
3331
- "name": "textFormatter",
3332
- "module": "src/cell-formatters/text.formatter.ts"
3315
+ "name": "stringEditorStyles",
3316
+ "module": "src/cell-editors/string.editor.ts"
3317
+ }
3318
+ },
3319
+ {
3320
+ "kind": "js",
3321
+ "name": "getStringEditorTemplate",
3322
+ "declaration": {
3323
+ "name": "getStringEditorTemplate",
3324
+ "module": "src/cell-editors/string.editor.ts"
3325
+ }
3326
+ },
3327
+ {
3328
+ "kind": "js",
3329
+ "name": "foundationStringEditor",
3330
+ "declaration": {
3331
+ "name": "foundationStringEditor",
3332
+ "module": "src/cell-editors/string.editor.ts"
3333
3333
  }
3334
3334
  }
3335
3335
  ]
@@ -3608,6 +3608,123 @@
3608
3608
  }
3609
3609
  ]
3610
3610
  },
3611
+ {
3612
+ "kind": "javascript-module",
3613
+ "path": "src/external/fonts.ts",
3614
+ "declarations": [
3615
+ {
3616
+ "kind": "variable",
3617
+ "name": "tabulatorDefaultFontFace",
3618
+ "default": "`\n @font-face {\n font-family: \"defaultFontFace\";\n }\n`"
3619
+ },
3620
+ {
3621
+ "kind": "variable",
3622
+ "name": "tabulatorRapidFontFace",
3623
+ "default": "`\n @font-face {\n font-family: \"rapidFontFace\";\n }\n`"
3624
+ },
3625
+ {
3626
+ "kind": "variable",
3627
+ "name": "gridThemeFontFaceMap",
3628
+ "type": {
3629
+ "text": "GridThemeFontFaceMap"
3630
+ },
3631
+ "default": "{\n [GridTabulatorTheme.default]: tabulatorDefaultFontFace,\n [GridTabulatorTheme.rapid]: tabulatorRapidFontFace,\n}"
3632
+ },
3633
+ {
3634
+ "kind": "variable",
3635
+ "name": "defaultGridTabulatorFontFace",
3636
+ "default": "tabulatorDefaultFontFace"
3637
+ }
3638
+ ],
3639
+ "exports": [
3640
+ {
3641
+ "kind": "js",
3642
+ "name": "tabulatorDefaultFontFace",
3643
+ "declaration": {
3644
+ "name": "tabulatorDefaultFontFace",
3645
+ "module": "src/external/fonts.ts"
3646
+ }
3647
+ },
3648
+ {
3649
+ "kind": "js",
3650
+ "name": "tabulatorRapidFontFace",
3651
+ "declaration": {
3652
+ "name": "tabulatorRapidFontFace",
3653
+ "module": "src/external/fonts.ts"
3654
+ }
3655
+ },
3656
+ {
3657
+ "kind": "js",
3658
+ "name": "gridThemeFontFaceMap",
3659
+ "declaration": {
3660
+ "name": "gridThemeFontFaceMap",
3661
+ "module": "src/external/fonts.ts"
3662
+ }
3663
+ },
3664
+ {
3665
+ "kind": "js",
3666
+ "name": "defaultGridTabulatorFontFace",
3667
+ "declaration": {
3668
+ "name": "defaultGridTabulatorFontFace",
3669
+ "module": "src/external/fonts.ts"
3670
+ }
3671
+ }
3672
+ ]
3673
+ },
3674
+ {
3675
+ "kind": "javascript-module",
3676
+ "path": "src/external/index.ts",
3677
+ "declarations": [
3678
+ {
3679
+ "kind": "variable",
3680
+ "name": "tabulatorExternalStockStyles",
3681
+ "default": "css`\n ${tabulatorThemeSimpleCSS}\n`",
3682
+ "description": "External styles for the Tabulator grid.",
3683
+ "privacy": "public"
3684
+ }
3685
+ ],
3686
+ "exports": [
3687
+ {
3688
+ "kind": "js",
3689
+ "name": "tabulatorExternalStockStyles",
3690
+ "declaration": {
3691
+ "name": "tabulatorExternalStockStyles",
3692
+ "module": "src/external/index.ts"
3693
+ }
3694
+ },
3695
+ {
3696
+ "kind": "js",
3697
+ "name": "tabulatorThemeSimpleCSS",
3698
+ "declaration": {
3699
+ "name": "tabulatorThemeSimpleCSS",
3700
+ "module": "src/external/index.ts"
3701
+ }
3702
+ }
3703
+ ]
3704
+ },
3705
+ {
3706
+ "kind": "javascript-module",
3707
+ "path": "src/external/tabulator-theme-simple-css.ts",
3708
+ "declarations": [
3709
+ {
3710
+ "kind": "variable",
3711
+ "name": "tabulatorThemeSimpleCSS",
3712
+ "default": "css`\n .tabulator {\n position: relative;\n border: 1px solid #999;\n background-color: #fff;\n font-size: 14px;\n text-align: left;\n overflow: hidden;\n -webkit-transform: translateZ(0);\n -moz-transform: translateZ(0);\n -ms-transform: translateZ(0);\n -o-transform: translateZ(0);\n transform: translateZ(0);\n }\n\n .tabulator[tabulator-layout='fitDataFill'] .tabulator-tableholder .tabulator-table {\n min-width: 100%;\n }\n\n .tabulator[tabulator-layout='fitDataTable'] {\n display: inline-block;\n }\n\n .tabulator.tabulator-block-select {\n user-select: none;\n }\n\n .tabulator .tabulator-header {\n position: relative;\n box-sizing: border-box;\n width: 100%;\n border-bottom: 1px solid #999;\n background-color: #fff;\n color: #555;\n font-weight: bold;\n white-space: nowrap;\n overflow: hidden;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n }\n\n .tabulator .tabulator-header.tabulator-header-hidden {\n display: none;\n }\n\n .tabulator .tabulator-header .tabulator-header-contents {\n position: relative;\n overflow: hidden;\n }\n\n .tabulator .tabulator-header .tabulator-header-contents .tabulator-headers {\n display: inline-block;\n }\n\n .tabulator .tabulator-header .tabulator-col {\n display: inline-flex;\n position: relative;\n box-sizing: border-box;\n flex-direction: column;\n justify-content: flex-start;\n border-right: 1px solid #ddd;\n background: #fff;\n text-align: left;\n vertical-align: bottom;\n overflow: hidden;\n }\n\n .tabulator .tabulator-header .tabulator-col.tabulator-moving {\n position: absolute;\n border: 1px solid #999;\n background: #e6e6e6;\n pointer-events: none;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content {\n box-sizing: border-box;\n position: relative;\n padding: 4px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-header-popup-button {\n padding: 0 8px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-header-popup-button:hover {\n cursor: pointer;\n opacity: 0.6;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder {\n position: relative;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {\n box-sizing: border-box;\n width: 100%;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n vertical-align: bottom;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-title.tabulator-col-title-wrap {\n white-space: normal;\n text-overflow: initial;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-title\n .tabulator-title-editor {\n box-sizing: border-box;\n width: 100%;\n border: 1px solid #999;\n padding: 1px;\n background: #fff;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-title\n .tabulator-header-popup-button\n + .tabulator-title-editor {\n width: calc(100% - 22px);\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {\n display: flex;\n align-items: center;\n position: absolute;\n top: 0;\n bottom: 0;\n right: 4px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n width: 0;\n height: 0;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-bottom: 6px solid #bbb;\n }\n\n .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n position: relative;\n display: flex;\n border-top: 1px solid #ddd;\n overflow: hidden;\n margin-right: -1px;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter {\n position: relative;\n box-sizing: border-box;\n margin-top: 2px;\n width: 100%;\n text-align: center;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {\n height: auto !important;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {\n margin-top: 3px;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear {\n width: 0;\n height: 0;\n }\n\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {\n padding-right: 25px;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {\n cursor: pointer;\n background-color: #e6e6e6;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='none']\n .tabulator-col-content\n .tabulator-col-sorter {\n color: #bbb;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='none']\n .tabulator-col-content\n .tabulator-col-sorter.tabulator-col-sorter-element\n .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='none']\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #bbb;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='ascending']\n .tabulator-col-content\n .tabulator-col-sorter {\n color: #666;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='ascending']\n .tabulator-col-content\n .tabulator-col-sorter.tabulator-col-sorter-element\n .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='ascending']\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #666;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='descending']\n .tabulator-col-content\n .tabulator-col-sorter {\n color: #666;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='descending']\n .tabulator-col-content\n .tabulator-col-sorter.tabulator-col-sorter-element\n .tabulator-arrow:hover {\n cursor: pointer;\n border-top: 6px solid #555;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='descending']\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n border-bottom: none;\n border-top: 6px solid #666;\n color: #666;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical\n .tabulator-col-content\n .tabulator-col-title {\n writing-mode: vertical-rl;\n text-orientation: mixed;\n display: flex;\n align-items: center;\n justify-content: center;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip\n .tabulator-col-title {\n transform: rotate(180deg);\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-sortable\n .tabulator-col-title {\n padding-right: 0;\n padding-top: 20px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip\n .tabulator-col-title {\n padding-right: 0;\n padding-bottom: 20px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-sortable\n .tabulator-col-sorter {\n justify-content: center;\n left: 0;\n right: 0;\n top: 4px;\n bottom: auto;\n }\n\n .tabulator .tabulator-header .tabulator-frozen {\n position: sticky;\n left: 0;\n z-index: 11;\n }\n\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #ddd;\n }\n\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #ddd;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder {\n box-sizing: border-box;\n background: white !important;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {\n background: white !important;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none;\n }\n\n .tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {\n display: none;\n }\n\n .tabulator .tabulator-tableholder {\n position: relative;\n width: 100%;\n white-space: nowrap;\n overflow: auto;\n -webkit-overflow-scrolling: touch;\n }\n\n .tabulator .tabulator-tableholder:focus {\n outline: none;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder {\n box-sizing: border-box;\n display: flex;\n align-items: center;\n justify-content: center;\n width: 100%;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode='virtual'] {\n min-height: 100%;\n min-width: 100%;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents {\n display: inline-block;\n text-align: center;\n padding: 10px;\n color: #ccc;\n font-weight: bold;\n font-size: 20px;\n white-space: normal;\n }\n\n .tabulator .tabulator-tableholder .tabulator-table {\n position: relative;\n display: inline-block;\n white-space: nowrap;\n overflow: visible;\n color: #333;\n }\n\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs {\n font-weight: bold;\n background: #f2f2f2;\n }\n\n .tabulator\n .tabulator-tableholder\n .tabulator-table\n .tabulator-row.tabulator-calcs.tabulator-calcs-top {\n border-bottom: 2px solid #ddd;\n }\n\n .tabulator\n .tabulator-tableholder\n .tabulator-table\n .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {\n border-top: 2px solid #ddd;\n }\n\n .tabulator .tabulator-footer {\n border-top: 1px solid #999;\n background-color: #fff;\n color: #555;\n font-weight: bold;\n white-space: nowrap;\n user-select: none;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n }\n\n .tabulator .tabulator-footer .tabulator-footer-contents {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n padding: 5px 10px;\n }\n\n .tabulator .tabulator-footer .tabulator-footer-contents:empty {\n display: none;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n box-sizing: border-box;\n width: 100%;\n text-align: left;\n background: white !important;\n border-bottom: 1px solid #ddd;\n border-top: 1px solid #ddd;\n overflow: hidden;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n display: inline-block;\n background: white !important;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder:only-child {\n margin-bottom: -5px;\n border-bottom: none;\n }\n\n .tabulator .tabulator-footer > * + .tabulator-page-counter {\n margin-left: 10px;\n }\n\n .tabulator .tabulator-footer .tabulator-page-counter {\n font-weight: normal;\n }\n\n .tabulator .tabulator-footer .tabulator-paginator {\n flex: 1;\n text-align: right;\n color: #555;\n font-family: inherit;\n font-weight: inherit;\n font-size: inherit;\n }\n\n .tabulator .tabulator-footer .tabulator-page-size {\n display: inline-block;\n margin: 0 5px;\n padding: 2px 5px;\n border: 1px solid #aaa;\n border-radius: 3px;\n }\n\n .tabulator .tabulator-footer .tabulator-pages {\n margin: 0 7px;\n }\n\n .tabulator .tabulator-footer .tabulator-page {\n display: inline-block;\n margin: 0 2px;\n padding: 2px 5px;\n border: 1px solid #aaa;\n border-radius: 3px;\n background: rgba(255, 255, 255, 0.2);\n }\n\n .tabulator .tabulator-footer .tabulator-page.active {\n color: #d00;\n }\n\n .tabulator .tabulator-footer .tabulator-page:disabled {\n opacity: 0.5;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-footer .tabulator-page:not(.disabled):hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n color: #fff;\n }\n }\n\n .tabulator .tabulator-col-resize-handle {\n position: relative;\n display: inline-block;\n width: 6px;\n margin-left: -3px;\n margin-right: -3px;\n z-index: 10;\n vertical-align: middle;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-col-resize-handle:hover {\n cursor: ew-resize;\n }\n }\n\n .tabulator .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-right: 0;\n }\n\n .tabulator .tabulator-alert {\n position: absolute;\n display: flex;\n align-items: center;\n top: 0;\n left: 0;\n z-index: 100;\n height: 100%;\n width: 100%;\n background: rgba(0, 0, 0, 0.4);\n text-align: center;\n }\n\n .tabulator .tabulator-alert .tabulator-alert-msg {\n display: inline-block;\n margin: 0 auto;\n padding: 10px 20px;\n border-radius: 10px;\n background: #fff;\n font-weight: bold;\n font-size: 16px;\n }\n\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg {\n border: 4px solid #333;\n color: #000;\n }\n\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error {\n border: 4px solid #d00;\n color: #590000;\n }\n\n .tabulator-row {\n position: relative;\n box-sizing: border-box;\n min-height: 22px;\n background-color: #fff;\n }\n\n .tabulator-row.tabulator-row-even {\n background-color: #fff;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selectable:hover {\n background-color: #bbb;\n cursor: pointer;\n }\n }\n\n .tabulator-row.tabulator-selected {\n background-color: #9abcea;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selected:hover {\n background-color: #769bcc;\n cursor: pointer;\n }\n }\n\n .tabulator-row.tabulator-row-moving {\n border: 1px solid #000;\n background: #fff;\n }\n\n .tabulator-row.tabulator-moving {\n position: absolute;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n pointer-events: none;\n z-index: 15;\n }\n\n .tabulator-row .tabulator-row-resize-handle {\n position: absolute;\n right: 0;\n bottom: 0;\n left: 0;\n height: 5px;\n }\n\n .tabulator-row .tabulator-row-resize-handle.prev {\n top: 0;\n bottom: auto;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-row-resize-handle:hover {\n cursor: ns-resize;\n }\n }\n\n .tabulator-row .tabulator-responsive-collapse {\n box-sizing: border-box;\n padding: 5px;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n }\n\n .tabulator-row .tabulator-responsive-collapse:empty {\n display: none;\n }\n\n .tabulator-row .tabulator-responsive-collapse table {\n font-size: 14px;\n }\n\n .tabulator-row .tabulator-responsive-collapse table tr td {\n position: relative;\n }\n\n .tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {\n padding-right: 10px;\n }\n\n .tabulator-row .tabulator-cell {\n display: inline-flex;\n position: unset;\n box-sizing: border-box;\n padding: 4px 8px;\n border-right: 1px solid #ddd;\n vertical-align: middle;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n }\n\n .tabulator-row .tabulator-cell.tabulator-frozen {\n display: inline-flex;\n position: sticky;\n left: 0;\n background-color: inherit;\n z-index: 11;\n }\n\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell.tabulator-editing {\n border: 1px solid #1d68cd;\n outline: none;\n padding: 0;\n }\n\n .tabulator-row .tabulator-cell.tabulator-editing input,\n .tabulator-row .tabulator-cell.tabulator-editing select {\n border: 1px;\n background: transparent;\n outline: none;\n }\n\n .tabulator-row .tabulator-cell.tabulator-validation-fail {\n border: 1px solid #dd0000;\n }\n\n .tabulator-row .tabulator-cell.tabulator-validation-fail input,\n .tabulator-row .tabulator-cell.tabulator-validation-fail select {\n border: 1px;\n background: transparent;\n color: #dd0000;\n }\n\n .tabulator-row .tabulator-cell.tabulator-row-handle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n }\n\n .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {\n width: 80%;\n }\n\n .tabulator-row\n .tabulator-cell.tabulator-row-handle\n .tabulator-row-handle-box\n .tabulator-row-handle-bar {\n width: 100%;\n height: 3px;\n margin-top: 2px;\n background: #666;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty {\n display: inline-block;\n width: 7px;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #ddd;\n border-bottom: 2px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n }\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-data-tree-control\n .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-data-tree-control\n .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-data-tree-control\n .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n height: 15px;\n width: 15px;\n border-radius: 20px;\n background: #666;\n color: #fff;\n font-weight: bold;\n font-size: 1.1em;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {\n opacity: 0.7;\n cursor: pointer;\n }\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-responsive-collapse-toggle.open\n .tabulator-responsive-collapse-toggle-close {\n display: initial;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-responsive-collapse-toggle.open\n .tabulator-responsive-collapse-toggle-open {\n display: none;\n }\n\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg {\n stroke: #fff;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-responsive-collapse-toggle\n .tabulator-responsive-collapse-toggle-close {\n display: none;\n }\n\n .tabulator-row .tabulator-cell .tabulator-traffic-light {\n display: inline-block;\n height: 14px;\n width: 14px;\n border-radius: 14px;\n }\n\n .tabulator-row.tabulator-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #ddd;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1);\n }\n }\n\n .tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-1 {\n padding-left: 30px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-2 {\n padding-left: 50px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-3 {\n padding-left: 70px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-4 {\n padding-left: 90px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-5 {\n padding-left: 110px;\n }\n\n .tabulator-row.tabulator-group .tabulator-group-toggle {\n display: inline-block;\n }\n\n .tabulator-row.tabulator-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle;\n }\n\n .tabulator-row.tabulator-group span {\n margin-left: 10px;\n color: #d00;\n }\n\n .tabulator-popup-container {\n position: absolute;\n display: inline-block;\n box-sizing: border-box;\n background: #fff;\n border: 1px solid #ddd;\n box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);\n font-size: 14px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n z-index: 10000;\n }\n\n .tabulator-popup {\n padding: 5px;\n border-radius: 3px;\n }\n\n .tabulator-tooltip {\n max-width: Min(500px, 100%);\n padding: 3px 5px;\n border-radius: 2px;\n box-shadow: none;\n font-size: 12px;\n pointer-events: none;\n }\n\n .tabulator-menu .tabulator-menu-item {\n position: relative;\n box-sizing: border-box;\n padding: 5px 10px;\n user-select: none;\n }\n\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled {\n opacity: 0.5;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {\n cursor: pointer;\n background: #fff;\n }\n }\n\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu {\n padding-right: 25px;\n }\n\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after {\n display: inline-block;\n position: absolute;\n top: calc(5px + 0.4em);\n right: 10px;\n height: 7px;\n width: 7px;\n content: '';\n border-width: 1px 1px 0 0;\n border-style: solid;\n border-color: #ddd;\n vertical-align: top;\n transform: rotate(45deg);\n }\n\n .tabulator-menu .tabulator-menu-separator {\n border-top: 1px solid #ddd;\n }\n\n .tabulator-edit-list {\n max-height: 200px;\n font-size: 14px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item {\n padding: 4px;\n color: #333;\n outline: none;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.active {\n color: #fff;\n background: #1d68cd;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.active.focused {\n outline: 1px solid rgba(255, 255, 255, 0.5);\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.focused {\n outline: 1px solid #1d68cd;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-edit-list .tabulator-edit-list-item:hover {\n cursor: pointer;\n color: #fff;\n background: #1d68cd;\n }\n }\n\n .tabulator-edit-list .tabulator-edit-list-placeholder {\n padding: 4px;\n color: #333;\n text-align: center;\n }\n\n .tabulator-edit-list .tabulator-edit-list-group {\n border-bottom: 1px solid #ddd;\n padding: 4px;\n padding-top: 6px;\n color: #333;\n font-weight: bold;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2 {\n padding-left: 12px;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3 {\n padding-left: 20px;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4 {\n padding-left: 28px;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5 {\n padding-left: 36px;\n }\n\n .tabulator.tabulator-ltr {\n direction: ltr;\n }\n\n .tabulator.tabulator-rtl {\n text-align: initial;\n direction: rtl;\n }\n\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col {\n text-align: initial;\n border-left: 1px solid #ddd;\n border-right: initial;\n }\n\n .tabulator.tabulator-rtl\n .tabulator-header\n .tabulator-col.tabulator-col-group\n .tabulator-col-group-cols {\n margin-right: initial;\n margin-left: -1px;\n }\n\n .tabulator.tabulator-rtl\n .tabulator-header\n .tabulator-col.tabulator-sortable\n .tabulator-col-title {\n padding-right: 0;\n padding-left: 25px;\n }\n\n .tabulator.tabulator-rtl\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-sorter {\n left: 8px;\n right: initial;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell {\n border-right: initial;\n border-left: 1px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n margin-right: initial;\n margin-left: 5px;\n border-bottom-left-radius: initial;\n border-bottom-right-radius: 1px;\n border-left: initial;\n border-right: 2px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n margin-right: initial;\n margin-left: 5px;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-left: 2px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-right: 2px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-left: 0;\n margin-right: -3px;\n }\n\n .tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder {\n text-align: initial;\n }\n\n .tabulator-print-fullscreen {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n z-index: 10000;\n }\n\n body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {\n display: none !important;\n }\n\n .tabulator-print-table {\n border-collapse: collapse;\n }\n\n .tabulator-print-table .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #ddd;\n border-bottom: 2px solid #ddd;\n }\n\n .tabulator-print-table .tabulator-print-table-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #ddd;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-print-table-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1);\n }\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td {\n padding-left: 30px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td {\n padding-left: 50px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td {\n padding-left: 70px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td {\n padding-left: 90px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td {\n padding-left: 110px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle {\n display: inline-block;\n }\n\n .tabulator-print-table .tabulator-print-table-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle;\n }\n\n .tabulator-print-table .tabulator-print-table-group span {\n margin-left: 10px;\n color: #d00;\n }\n\n .tabulator-print-table .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n }\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent;\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333;\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator {\n border: none;\n background-color: #fff;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder {\n background: #f2f2f2 !important;\n border-bottom: 1px solid #999;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {\n background: #f2f2f2 !important;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder span {\n color: #000;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n background: #f2f2f2 !important;\n border-bottom: 1px solid #fff;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n background: #f2f2f2 !important;\n }\n\n .tabulator-row {\n border-bottom: 1px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell:last-of-type {\n border-right: none;\n }\n\n .tabulator-row.tabulator-group span {\n color: #666;\n }\n\n .tabulator-print-table .tabulator-print-table-group span {\n margin-left: 10px;\n color: #666;\n }\n\n /*# sourceMappingURL=tabulator_simple.css.map */\n`",
3713
+ "description": "External styles for the Tabulator grid.",
3714
+ "privacy": "public"
3715
+ }
3716
+ ],
3717
+ "exports": [
3718
+ {
3719
+ "kind": "js",
3720
+ "name": "tabulatorThemeSimpleCSS",
3721
+ "declaration": {
3722
+ "name": "tabulatorThemeSimpleCSS",
3723
+ "module": "src/external/tabulator-theme-simple-css.ts"
3724
+ }
3725
+ }
3726
+ ]
3727
+ },
3611
3728
  {
3612
3729
  "kind": "javascript-module",
3613
3730
  "path": "src/datasource/client-side.datasource.ts",
@@ -4528,123 +4645,6 @@
4528
4645
  }
4529
4646
  ]
4530
4647
  },
4531
- {
4532
- "kind": "javascript-module",
4533
- "path": "src/external/fonts.ts",
4534
- "declarations": [
4535
- {
4536
- "kind": "variable",
4537
- "name": "tabulatorDefaultFontFace",
4538
- "default": "`\n @font-face {\n font-family: \"defaultFontFace\";\n }\n`"
4539
- },
4540
- {
4541
- "kind": "variable",
4542
- "name": "tabulatorRapidFontFace",
4543
- "default": "`\n @font-face {\n font-family: \"rapidFontFace\";\n }\n`"
4544
- },
4545
- {
4546
- "kind": "variable",
4547
- "name": "gridThemeFontFaceMap",
4548
- "type": {
4549
- "text": "GridThemeFontFaceMap"
4550
- },
4551
- "default": "{\n [GridTabulatorTheme.default]: tabulatorDefaultFontFace,\n [GridTabulatorTheme.rapid]: tabulatorRapidFontFace,\n}"
4552
- },
4553
- {
4554
- "kind": "variable",
4555
- "name": "defaultGridTabulatorFontFace",
4556
- "default": "tabulatorDefaultFontFace"
4557
- }
4558
- ],
4559
- "exports": [
4560
- {
4561
- "kind": "js",
4562
- "name": "tabulatorDefaultFontFace",
4563
- "declaration": {
4564
- "name": "tabulatorDefaultFontFace",
4565
- "module": "src/external/fonts.ts"
4566
- }
4567
- },
4568
- {
4569
- "kind": "js",
4570
- "name": "tabulatorRapidFontFace",
4571
- "declaration": {
4572
- "name": "tabulatorRapidFontFace",
4573
- "module": "src/external/fonts.ts"
4574
- }
4575
- },
4576
- {
4577
- "kind": "js",
4578
- "name": "gridThemeFontFaceMap",
4579
- "declaration": {
4580
- "name": "gridThemeFontFaceMap",
4581
- "module": "src/external/fonts.ts"
4582
- }
4583
- },
4584
- {
4585
- "kind": "js",
4586
- "name": "defaultGridTabulatorFontFace",
4587
- "declaration": {
4588
- "name": "defaultGridTabulatorFontFace",
4589
- "module": "src/external/fonts.ts"
4590
- }
4591
- }
4592
- ]
4593
- },
4594
- {
4595
- "kind": "javascript-module",
4596
- "path": "src/external/index.ts",
4597
- "declarations": [
4598
- {
4599
- "kind": "variable",
4600
- "name": "tabulatorExternalStockStyles",
4601
- "default": "css`\n ${tabulatorThemeSimpleCSS}\n`",
4602
- "description": "External styles for the Tabulator grid.",
4603
- "privacy": "public"
4604
- }
4605
- ],
4606
- "exports": [
4607
- {
4608
- "kind": "js",
4609
- "name": "tabulatorExternalStockStyles",
4610
- "declaration": {
4611
- "name": "tabulatorExternalStockStyles",
4612
- "module": "src/external/index.ts"
4613
- }
4614
- },
4615
- {
4616
- "kind": "js",
4617
- "name": "tabulatorThemeSimpleCSS",
4618
- "declaration": {
4619
- "name": "tabulatorThemeSimpleCSS",
4620
- "module": "src/external/index.ts"
4621
- }
4622
- }
4623
- ]
4624
- },
4625
- {
4626
- "kind": "javascript-module",
4627
- "path": "src/external/tabulator-theme-simple-css.ts",
4628
- "declarations": [
4629
- {
4630
- "kind": "variable",
4631
- "name": "tabulatorThemeSimpleCSS",
4632
- "default": "css`\n .tabulator {\n position: relative;\n border: 1px solid #999;\n background-color: #fff;\n font-size: 14px;\n text-align: left;\n overflow: hidden;\n -webkit-transform: translateZ(0);\n -moz-transform: translateZ(0);\n -ms-transform: translateZ(0);\n -o-transform: translateZ(0);\n transform: translateZ(0);\n }\n\n .tabulator[tabulator-layout='fitDataFill'] .tabulator-tableholder .tabulator-table {\n min-width: 100%;\n }\n\n .tabulator[tabulator-layout='fitDataTable'] {\n display: inline-block;\n }\n\n .tabulator.tabulator-block-select {\n user-select: none;\n }\n\n .tabulator .tabulator-header {\n position: relative;\n box-sizing: border-box;\n width: 100%;\n border-bottom: 1px solid #999;\n background-color: #fff;\n color: #555;\n font-weight: bold;\n white-space: nowrap;\n overflow: hidden;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n }\n\n .tabulator .tabulator-header.tabulator-header-hidden {\n display: none;\n }\n\n .tabulator .tabulator-header .tabulator-header-contents {\n position: relative;\n overflow: hidden;\n }\n\n .tabulator .tabulator-header .tabulator-header-contents .tabulator-headers {\n display: inline-block;\n }\n\n .tabulator .tabulator-header .tabulator-col {\n display: inline-flex;\n position: relative;\n box-sizing: border-box;\n flex-direction: column;\n justify-content: flex-start;\n border-right: 1px solid #ddd;\n background: #fff;\n text-align: left;\n vertical-align: bottom;\n overflow: hidden;\n }\n\n .tabulator .tabulator-header .tabulator-col.tabulator-moving {\n position: absolute;\n border: 1px solid #999;\n background: #e6e6e6;\n pointer-events: none;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content {\n box-sizing: border-box;\n position: relative;\n padding: 4px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-header-popup-button {\n padding: 0 8px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-header-popup-button:hover {\n cursor: pointer;\n opacity: 0.6;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder {\n position: relative;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {\n box-sizing: border-box;\n width: 100%;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n vertical-align: bottom;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-title.tabulator-col-title-wrap {\n white-space: normal;\n text-overflow: initial;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-title\n .tabulator-title-editor {\n box-sizing: border-box;\n width: 100%;\n border: 1px solid #999;\n padding: 1px;\n background: #fff;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-title\n .tabulator-header-popup-button\n + .tabulator-title-editor {\n width: calc(100% - 22px);\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {\n display: flex;\n align-items: center;\n position: absolute;\n top: 0;\n bottom: 0;\n right: 4px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n width: 0;\n height: 0;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-bottom: 6px solid #bbb;\n }\n\n .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n position: relative;\n display: flex;\n border-top: 1px solid #ddd;\n overflow: hidden;\n margin-right: -1px;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter {\n position: relative;\n box-sizing: border-box;\n margin-top: 2px;\n width: 100%;\n text-align: center;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {\n height: auto !important;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {\n margin-top: 3px;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear {\n width: 0;\n height: 0;\n }\n\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {\n padding-right: 25px;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {\n cursor: pointer;\n background-color: #e6e6e6;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='none']\n .tabulator-col-content\n .tabulator-col-sorter {\n color: #bbb;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='none']\n .tabulator-col-content\n .tabulator-col-sorter.tabulator-col-sorter-element\n .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='none']\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #bbb;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='ascending']\n .tabulator-col-content\n .tabulator-col-sorter {\n color: #666;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='ascending']\n .tabulator-col-content\n .tabulator-col-sorter.tabulator-col-sorter-element\n .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='ascending']\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #666;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='descending']\n .tabulator-col-content\n .tabulator-col-sorter {\n color: #666;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='descending']\n .tabulator-col-content\n .tabulator-col-sorter.tabulator-col-sorter-element\n .tabulator-arrow:hover {\n cursor: pointer;\n border-top: 6px solid #555;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='descending']\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n border-bottom: none;\n border-top: 6px solid #666;\n color: #666;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical\n .tabulator-col-content\n .tabulator-col-title {\n writing-mode: vertical-rl;\n text-orientation: mixed;\n display: flex;\n align-items: center;\n justify-content: center;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip\n .tabulator-col-title {\n transform: rotate(180deg);\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-sortable\n .tabulator-col-title {\n padding-right: 0;\n padding-top: 20px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip\n .tabulator-col-title {\n padding-right: 0;\n padding-bottom: 20px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-sortable\n .tabulator-col-sorter {\n justify-content: center;\n left: 0;\n right: 0;\n top: 4px;\n bottom: auto;\n }\n\n .tabulator .tabulator-header .tabulator-frozen {\n position: sticky;\n left: 0;\n z-index: 11;\n }\n\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #ddd;\n }\n\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #ddd;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder {\n box-sizing: border-box;\n background: white !important;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {\n background: white !important;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none;\n }\n\n .tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {\n display: none;\n }\n\n .tabulator .tabulator-tableholder {\n position: relative;\n width: 100%;\n white-space: nowrap;\n overflow: auto;\n -webkit-overflow-scrolling: touch;\n }\n\n .tabulator .tabulator-tableholder:focus {\n outline: none;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder {\n box-sizing: border-box;\n display: flex;\n align-items: center;\n justify-content: center;\n width: 100%;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode='virtual'] {\n min-height: 100%;\n min-width: 100%;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents {\n display: inline-block;\n text-align: center;\n padding: 10px;\n color: #ccc;\n font-weight: bold;\n font-size: 20px;\n white-space: normal;\n }\n\n .tabulator .tabulator-tableholder .tabulator-table {\n position: relative;\n display: inline-block;\n white-space: nowrap;\n overflow: visible;\n color: #333;\n }\n\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs {\n font-weight: bold;\n background: #f2f2f2;\n }\n\n .tabulator\n .tabulator-tableholder\n .tabulator-table\n .tabulator-row.tabulator-calcs.tabulator-calcs-top {\n border-bottom: 2px solid #ddd;\n }\n\n .tabulator\n .tabulator-tableholder\n .tabulator-table\n .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {\n border-top: 2px solid #ddd;\n }\n\n .tabulator .tabulator-footer {\n border-top: 1px solid #999;\n background-color: #fff;\n color: #555;\n font-weight: bold;\n white-space: nowrap;\n user-select: none;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n }\n\n .tabulator .tabulator-footer .tabulator-footer-contents {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n padding: 5px 10px;\n }\n\n .tabulator .tabulator-footer .tabulator-footer-contents:empty {\n display: none;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n box-sizing: border-box;\n width: 100%;\n text-align: left;\n background: white !important;\n border-bottom: 1px solid #ddd;\n border-top: 1px solid #ddd;\n overflow: hidden;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n display: inline-block;\n background: white !important;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder:only-child {\n margin-bottom: -5px;\n border-bottom: none;\n }\n\n .tabulator .tabulator-footer > * + .tabulator-page-counter {\n margin-left: 10px;\n }\n\n .tabulator .tabulator-footer .tabulator-page-counter {\n font-weight: normal;\n }\n\n .tabulator .tabulator-footer .tabulator-paginator {\n flex: 1;\n text-align: right;\n color: #555;\n font-family: inherit;\n font-weight: inherit;\n font-size: inherit;\n }\n\n .tabulator .tabulator-footer .tabulator-page-size {\n display: inline-block;\n margin: 0 5px;\n padding: 2px 5px;\n border: 1px solid #aaa;\n border-radius: 3px;\n }\n\n .tabulator .tabulator-footer .tabulator-pages {\n margin: 0 7px;\n }\n\n .tabulator .tabulator-footer .tabulator-page {\n display: inline-block;\n margin: 0 2px;\n padding: 2px 5px;\n border: 1px solid #aaa;\n border-radius: 3px;\n background: rgba(255, 255, 255, 0.2);\n }\n\n .tabulator .tabulator-footer .tabulator-page.active {\n color: #d00;\n }\n\n .tabulator .tabulator-footer .tabulator-page:disabled {\n opacity: 0.5;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-footer .tabulator-page:not(.disabled):hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n color: #fff;\n }\n }\n\n .tabulator .tabulator-col-resize-handle {\n position: relative;\n display: inline-block;\n width: 6px;\n margin-left: -3px;\n margin-right: -3px;\n z-index: 10;\n vertical-align: middle;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-col-resize-handle:hover {\n cursor: ew-resize;\n }\n }\n\n .tabulator .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-right: 0;\n }\n\n .tabulator .tabulator-alert {\n position: absolute;\n display: flex;\n align-items: center;\n top: 0;\n left: 0;\n z-index: 100;\n height: 100%;\n width: 100%;\n background: rgba(0, 0, 0, 0.4);\n text-align: center;\n }\n\n .tabulator .tabulator-alert .tabulator-alert-msg {\n display: inline-block;\n margin: 0 auto;\n padding: 10px 20px;\n border-radius: 10px;\n background: #fff;\n font-weight: bold;\n font-size: 16px;\n }\n\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg {\n border: 4px solid #333;\n color: #000;\n }\n\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error {\n border: 4px solid #d00;\n color: #590000;\n }\n\n .tabulator-row {\n position: relative;\n box-sizing: border-box;\n min-height: 22px;\n background-color: #fff;\n }\n\n .tabulator-row.tabulator-row-even {\n background-color: #fff;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selectable:hover {\n background-color: #bbb;\n cursor: pointer;\n }\n }\n\n .tabulator-row.tabulator-selected {\n background-color: #9abcea;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selected:hover {\n background-color: #769bcc;\n cursor: pointer;\n }\n }\n\n .tabulator-row.tabulator-row-moving {\n border: 1px solid #000;\n background: #fff;\n }\n\n .tabulator-row.tabulator-moving {\n position: absolute;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n pointer-events: none;\n z-index: 15;\n }\n\n .tabulator-row .tabulator-row-resize-handle {\n position: absolute;\n right: 0;\n bottom: 0;\n left: 0;\n height: 5px;\n }\n\n .tabulator-row .tabulator-row-resize-handle.prev {\n top: 0;\n bottom: auto;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-row-resize-handle:hover {\n cursor: ns-resize;\n }\n }\n\n .tabulator-row .tabulator-responsive-collapse {\n box-sizing: border-box;\n padding: 5px;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n }\n\n .tabulator-row .tabulator-responsive-collapse:empty {\n display: none;\n }\n\n .tabulator-row .tabulator-responsive-collapse table {\n font-size: 14px;\n }\n\n .tabulator-row .tabulator-responsive-collapse table tr td {\n position: relative;\n }\n\n .tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {\n padding-right: 10px;\n }\n\n .tabulator-row .tabulator-cell {\n display: inline-flex;\n position: unset;\n box-sizing: border-box;\n padding: 4px 8px;\n border-right: 1px solid #ddd;\n vertical-align: middle;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n }\n\n .tabulator-row .tabulator-cell.tabulator-frozen {\n display: inline-flex;\n position: sticky;\n left: 0;\n background-color: inherit;\n z-index: 11;\n }\n\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell.tabulator-editing {\n border: 1px solid #1d68cd;\n outline: none;\n padding: 0;\n }\n\n .tabulator-row .tabulator-cell.tabulator-editing input,\n .tabulator-row .tabulator-cell.tabulator-editing select {\n border: 1px;\n background: transparent;\n outline: none;\n }\n\n .tabulator-row .tabulator-cell.tabulator-validation-fail {\n border: 1px solid #dd0000;\n }\n\n .tabulator-row .tabulator-cell.tabulator-validation-fail input,\n .tabulator-row .tabulator-cell.tabulator-validation-fail select {\n border: 1px;\n background: transparent;\n color: #dd0000;\n }\n\n .tabulator-row .tabulator-cell.tabulator-row-handle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n }\n\n .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {\n width: 80%;\n }\n\n .tabulator-row\n .tabulator-cell.tabulator-row-handle\n .tabulator-row-handle-box\n .tabulator-row-handle-bar {\n width: 100%;\n height: 3px;\n margin-top: 2px;\n background: #666;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty {\n display: inline-block;\n width: 7px;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #ddd;\n border-bottom: 2px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n }\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-data-tree-control\n .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-data-tree-control\n .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-data-tree-control\n .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n height: 15px;\n width: 15px;\n border-radius: 20px;\n background: #666;\n color: #fff;\n font-weight: bold;\n font-size: 1.1em;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {\n opacity: 0.7;\n cursor: pointer;\n }\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-responsive-collapse-toggle.open\n .tabulator-responsive-collapse-toggle-close {\n display: initial;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-responsive-collapse-toggle.open\n .tabulator-responsive-collapse-toggle-open {\n display: none;\n }\n\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg {\n stroke: #fff;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-responsive-collapse-toggle\n .tabulator-responsive-collapse-toggle-close {\n display: none;\n }\n\n .tabulator-row .tabulator-cell .tabulator-traffic-light {\n display: inline-block;\n height: 14px;\n width: 14px;\n border-radius: 14px;\n }\n\n .tabulator-row.tabulator-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #ddd;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1);\n }\n }\n\n .tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-1 {\n padding-left: 30px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-2 {\n padding-left: 50px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-3 {\n padding-left: 70px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-4 {\n padding-left: 90px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-5 {\n padding-left: 110px;\n }\n\n .tabulator-row.tabulator-group .tabulator-group-toggle {\n display: inline-block;\n }\n\n .tabulator-row.tabulator-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle;\n }\n\n .tabulator-row.tabulator-group span {\n margin-left: 10px;\n color: #d00;\n }\n\n .tabulator-popup-container {\n position: absolute;\n display: inline-block;\n box-sizing: border-box;\n background: #fff;\n border: 1px solid #ddd;\n box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);\n font-size: 14px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n z-index: 10000;\n }\n\n .tabulator-popup {\n padding: 5px;\n border-radius: 3px;\n }\n\n .tabulator-tooltip {\n max-width: Min(500px, 100%);\n padding: 3px 5px;\n border-radius: 2px;\n box-shadow: none;\n font-size: 12px;\n pointer-events: none;\n }\n\n .tabulator-menu .tabulator-menu-item {\n position: relative;\n box-sizing: border-box;\n padding: 5px 10px;\n user-select: none;\n }\n\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled {\n opacity: 0.5;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {\n cursor: pointer;\n background: #fff;\n }\n }\n\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu {\n padding-right: 25px;\n }\n\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after {\n display: inline-block;\n position: absolute;\n top: calc(5px + 0.4em);\n right: 10px;\n height: 7px;\n width: 7px;\n content: '';\n border-width: 1px 1px 0 0;\n border-style: solid;\n border-color: #ddd;\n vertical-align: top;\n transform: rotate(45deg);\n }\n\n .tabulator-menu .tabulator-menu-separator {\n border-top: 1px solid #ddd;\n }\n\n .tabulator-edit-list {\n max-height: 200px;\n font-size: 14px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item {\n padding: 4px;\n color: #333;\n outline: none;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.active {\n color: #fff;\n background: #1d68cd;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.active.focused {\n outline: 1px solid rgba(255, 255, 255, 0.5);\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.focused {\n outline: 1px solid #1d68cd;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-edit-list .tabulator-edit-list-item:hover {\n cursor: pointer;\n color: #fff;\n background: #1d68cd;\n }\n }\n\n .tabulator-edit-list .tabulator-edit-list-placeholder {\n padding: 4px;\n color: #333;\n text-align: center;\n }\n\n .tabulator-edit-list .tabulator-edit-list-group {\n border-bottom: 1px solid #ddd;\n padding: 4px;\n padding-top: 6px;\n color: #333;\n font-weight: bold;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2 {\n padding-left: 12px;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3 {\n padding-left: 20px;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4 {\n padding-left: 28px;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5 {\n padding-left: 36px;\n }\n\n .tabulator.tabulator-ltr {\n direction: ltr;\n }\n\n .tabulator.tabulator-rtl {\n text-align: initial;\n direction: rtl;\n }\n\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col {\n text-align: initial;\n border-left: 1px solid #ddd;\n border-right: initial;\n }\n\n .tabulator.tabulator-rtl\n .tabulator-header\n .tabulator-col.tabulator-col-group\n .tabulator-col-group-cols {\n margin-right: initial;\n margin-left: -1px;\n }\n\n .tabulator.tabulator-rtl\n .tabulator-header\n .tabulator-col.tabulator-sortable\n .tabulator-col-title {\n padding-right: 0;\n padding-left: 25px;\n }\n\n .tabulator.tabulator-rtl\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-sorter {\n left: 8px;\n right: initial;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell {\n border-right: initial;\n border-left: 1px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n margin-right: initial;\n margin-left: 5px;\n border-bottom-left-radius: initial;\n border-bottom-right-radius: 1px;\n border-left: initial;\n border-right: 2px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n margin-right: initial;\n margin-left: 5px;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-left: 2px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-right: 2px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-left: 0;\n margin-right: -3px;\n }\n\n .tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder {\n text-align: initial;\n }\n\n .tabulator-print-fullscreen {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n z-index: 10000;\n }\n\n body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {\n display: none !important;\n }\n\n .tabulator-print-table {\n border-collapse: collapse;\n }\n\n .tabulator-print-table .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #ddd;\n border-bottom: 2px solid #ddd;\n }\n\n .tabulator-print-table .tabulator-print-table-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #ddd;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-print-table-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1);\n }\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td {\n padding-left: 30px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td {\n padding-left: 50px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td {\n padding-left: 70px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td {\n padding-left: 90px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td {\n padding-left: 110px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle {\n display: inline-block;\n }\n\n .tabulator-print-table .tabulator-print-table-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle;\n }\n\n .tabulator-print-table .tabulator-print-table-group span {\n margin-left: 10px;\n color: #d00;\n }\n\n .tabulator-print-table .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n }\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent;\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333;\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator {\n border: none;\n background-color: #fff;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder {\n background: #f2f2f2 !important;\n border-bottom: 1px solid #999;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {\n background: #f2f2f2 !important;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder span {\n color: #000;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n background: #f2f2f2 !important;\n border-bottom: 1px solid #fff;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n background: #f2f2f2 !important;\n }\n\n .tabulator-row {\n border-bottom: 1px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell:last-of-type {\n border-right: none;\n }\n\n .tabulator-row.tabulator-group span {\n color: #666;\n }\n\n .tabulator-print-table .tabulator-print-table-group span {\n margin-left: 10px;\n color: #666;\n }\n\n /*# sourceMappingURL=tabulator_simple.css.map */\n`",
4633
- "description": "External styles for the Tabulator grid.",
4634
- "privacy": "public"
4635
- }
4636
- ],
4637
- "exports": [
4638
- {
4639
- "kind": "js",
4640
- "name": "tabulatorThemeSimpleCSS",
4641
- "declaration": {
4642
- "name": "tabulatorThemeSimpleCSS",
4643
- "module": "src/external/tabulator-theme-simple-css.ts"
4644
- }
4645
- }
4646
- ]
4647
- },
4648
4648
  {
4649
4649
  "kind": "javascript-module",
4650
4650
  "path": "src/style/colors.ts",