@genesislcap/grid-tabulator 14.464.1-alpha-6708f15.0 → 14.466.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 +941 -941
  2. package/package.json +13 -13
@@ -1657,452 +1657,365 @@
1657
1657
  },
1658
1658
  {
1659
1659
  "kind": "javascript-module",
1660
- "path": "src/cell-formatters/action.formatter.ts",
1660
+ "path": "src/cell-editors/date.editor.ts",
1661
1661
  "declarations": [
1662
1662
  {
1663
- "kind": "function",
1664
- "name": "actionFormatter",
1665
- "return": {
1666
- "type": {
1667
- "text": ""
1668
- }
1669
- },
1670
- "parameters": [
1663
+ "kind": "class",
1664
+ "description": "The date editor class for grid-tabulator",
1665
+ "name": "DateEditor",
1666
+ "members": [
1671
1667
  {
1672
- "name": "cell",
1668
+ "kind": "field",
1669
+ "name": "params",
1670
+ "type": {
1671
+ "text": "DateEditorParams"
1672
+ }
1673
+ },
1674
+ {
1675
+ "kind": "field",
1676
+ "name": "dateField",
1673
1677
  "type": {
1674
1678
  "text": "any"
1679
+ }
1680
+ },
1681
+ {
1682
+ "kind": "method",
1683
+ "name": "init",
1684
+ "parameters": [
1685
+ {
1686
+ "name": "params",
1687
+ "type": {
1688
+ "text": "DateEditorParams"
1689
+ }
1690
+ }
1691
+ ],
1692
+ "description": "Initialize the editor with parameters"
1693
+ },
1694
+ {
1695
+ "kind": "method",
1696
+ "name": "getValue",
1697
+ "description": "Get current value"
1698
+ },
1699
+ {
1700
+ "kind": "method",
1701
+ "name": "getFormattedValue",
1702
+ "description": "Format value for display"
1703
+ },
1704
+ {
1705
+ "kind": "method",
1706
+ "name": "focus",
1707
+ "description": "Set focus to the input"
1708
+ },
1709
+ {
1710
+ "kind": "method",
1711
+ "name": "handleKeyDown",
1712
+ "parameters": [
1713
+ {
1714
+ "name": "event",
1715
+ "type": {
1716
+ "text": "KeyboardEvent"
1717
+ }
1718
+ }
1719
+ ],
1720
+ "description": "Process key down events"
1721
+ },
1722
+ {
1723
+ "kind": "field",
1724
+ "name": "_presentation",
1725
+ "type": {
1726
+ "text": "ComponentPresentation | null | undefined"
1675
1727
  },
1676
- "description": "The cell component provided by Tabulator"
1728
+ "privacy": "private",
1729
+ "default": "void 0",
1730
+ "inheritedFrom": {
1731
+ "name": "FoundationElement",
1732
+ "module": "src/foundation-element/foundation-element.ts"
1733
+ }
1677
1734
  },
1678
1735
  {
1679
- "name": "formatterParams",
1680
- "default": "{}",
1736
+ "kind": "field",
1737
+ "name": "$presentation",
1681
1738
  "type": {
1682
- "text": "ActionFormatterParams<T>"
1739
+ "text": "ComponentPresentation | null"
1683
1740
  },
1684
- "description": "Action formatter parameters"
1741
+ "privacy": "public",
1742
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1743
+ "inheritedFrom": {
1744
+ "name": "FoundationElement",
1745
+ "module": "src/foundation-element/foundation-element.ts"
1746
+ }
1747
+ },
1748
+ {
1749
+ "kind": "field",
1750
+ "name": "template",
1751
+ "type": {
1752
+ "text": "ElementViewTemplate | void | null"
1753
+ },
1754
+ "privacy": "public",
1755
+ "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
1756
+ "inheritedFrom": {
1757
+ "name": "FoundationElement",
1758
+ "module": "src/foundation-element/foundation-element.ts"
1759
+ }
1760
+ },
1761
+ {
1762
+ "kind": "method",
1763
+ "name": "templateChanged",
1764
+ "privacy": "protected",
1765
+ "return": {
1766
+ "type": {
1767
+ "text": "void"
1768
+ }
1769
+ },
1770
+ "inheritedFrom": {
1771
+ "name": "FoundationElement",
1772
+ "module": "src/foundation-element/foundation-element.ts"
1773
+ }
1774
+ },
1775
+ {
1776
+ "kind": "field",
1777
+ "name": "styles",
1778
+ "type": {
1779
+ "text": "ElementStyles | void | null"
1780
+ },
1781
+ "privacy": "public",
1782
+ "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
1783
+ "inheritedFrom": {
1784
+ "name": "FoundationElement",
1785
+ "module": "src/foundation-element/foundation-element.ts"
1786
+ }
1787
+ },
1788
+ {
1789
+ "kind": "method",
1790
+ "name": "stylesChanged",
1791
+ "privacy": "protected",
1792
+ "return": {
1793
+ "type": {
1794
+ "text": "void"
1795
+ }
1796
+ },
1797
+ "inheritedFrom": {
1798
+ "name": "FoundationElement",
1799
+ "module": "src/foundation-element/foundation-element.ts"
1800
+ }
1801
+ },
1802
+ {
1803
+ "kind": "method",
1804
+ "name": "compose",
1805
+ "privacy": "public",
1806
+ "static": true,
1807
+ "return": {
1808
+ "type": {
1809
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
1810
+ }
1811
+ },
1812
+ "parameters": [
1813
+ {
1814
+ "name": "this",
1815
+ "type": {
1816
+ "text": "K"
1817
+ }
1818
+ },
1819
+ {
1820
+ "name": "elementDefinition",
1821
+ "type": {
1822
+ "text": "T"
1823
+ },
1824
+ "description": "The definition of the element to create the registry\nfunction for."
1825
+ }
1826
+ ],
1827
+ "description": "Defines an element registry function with a set of element definition defaults.",
1828
+ "inheritedFrom": {
1829
+ "name": "FoundationElement",
1830
+ "module": "src/foundation-element/foundation-element.ts"
1831
+ }
1685
1832
  }
1686
1833
  ],
1687
- "description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
1688
- "privacy": "public"
1689
- }
1690
- ],
1691
- "exports": [
1692
- {
1693
- "kind": "js",
1694
- "name": "actionFormatter",
1695
- "declaration": {
1696
- "name": "actionFormatter",
1697
- "module": "src/cell-formatters/action.formatter.ts"
1834
+ "superclass": {
1835
+ "name": "FoundationElement",
1836
+ "package": "@microsoft/fast-foundation"
1698
1837
  }
1699
- }
1700
- ]
1701
- },
1702
- {
1703
- "kind": "javascript-module",
1704
- "path": "src/cell-formatters/actions-menu.formatter.ts",
1705
- "declarations": [
1838
+ },
1839
+ {
1840
+ "kind": "variable",
1841
+ "name": "dateEditorStyles",
1842
+ "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
1843
+ "description": "Styles for the date editor"
1844
+ },
1706
1845
  {
1707
1846
  "kind": "function",
1708
- "name": "actionsMenuFormatter",
1847
+ "name": "getDateEditorTemplate",
1848
+ "parameters": [
1849
+ {
1850
+ "name": "prefix",
1851
+ "default": "'foundation'",
1852
+ "description": "The design system prefix to use. Defaults to 'foundation'."
1853
+ }
1854
+ ],
1855
+ "description": "Get a Design System prefixed date field template.",
1709
1856
  "return": {
1710
1857
  "type": {
1711
1858
  "text": ""
1712
1859
  }
1713
1860
  },
1714
- "parameters": [
1715
- {
1716
- "name": "cell",
1717
- "type": {
1718
- "text": "any"
1719
- },
1720
- "description": "The cell component provided by Tabulator"
1721
- },
1722
- {
1723
- "name": "formatterParams",
1724
- "default": "{}",
1725
- "type": {
1726
- "text": "ActionsMenuFormatterParams<T>"
1727
- },
1728
- "description": "Actions menu formatter parameters"
1729
- }
1730
- ],
1731
- "description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
1732
1861
  "privacy": "public"
1862
+ },
1863
+ {
1864
+ "kind": "variable",
1865
+ "name": "foundationDateEditor",
1866
+ "description": "Definition for the date editor component"
1733
1867
  }
1734
1868
  ],
1735
1869
  "exports": [
1736
1870
  {
1737
1871
  "kind": "js",
1738
- "name": "actionsMenuFormatter",
1872
+ "name": "DateEditor",
1739
1873
  "declaration": {
1740
- "name": "actionsMenuFormatter",
1741
- "module": "src/cell-formatters/actions-menu.formatter.ts"
1874
+ "name": "DateEditor",
1875
+ "module": "src/cell-editors/date.editor.ts"
1742
1876
  }
1743
- }
1744
- ]
1745
- },
1746
- {
1747
- "kind": "javascript-module",
1748
- "path": "src/cell-formatters/boolean.formatter.ts",
1749
- "declarations": [
1750
- {
1751
- "kind": "function",
1752
- "name": "booleanFormatter",
1753
- "return": {
1754
- "type": {
1755
- "text": ""
1756
- }
1757
- },
1758
- "parameters": [
1759
- {
1760
- "name": "cell",
1761
- "type": {
1762
- "text": "any"
1763
- },
1764
- "description": "The cell component provided by Tabulator"
1765
- },
1766
- {
1767
- "name": "formatterParams",
1768
- "default": "{}",
1769
- "type": {
1770
- "text": "BooleanFormatterParams<T>"
1771
- },
1772
- "description": "Boolean formatter parameters"
1773
- }
1774
- ],
1775
- "description": "Formatter that displays boolean values using a checkbox component.\nStyled to match grid-pro boolean renderer.",
1776
- "privacy": "public"
1777
- }
1778
- ],
1779
- "exports": [
1877
+ },
1780
1878
  {
1781
1879
  "kind": "js",
1782
- "name": "booleanFormatter",
1880
+ "name": "dateEditorStyles",
1783
1881
  "declaration": {
1784
- "name": "booleanFormatter",
1785
- "module": "src/cell-formatters/boolean.formatter.ts"
1882
+ "name": "dateEditorStyles",
1883
+ "module": "src/cell-editors/date.editor.ts"
1786
1884
  }
1787
- }
1788
- ]
1789
- },
1790
- {
1791
- "kind": "javascript-module",
1792
- "path": "src/cell-formatters/constants.ts",
1793
- "declarations": [],
1794
- "exports": []
1795
- },
1796
- {
1797
- "kind": "javascript-module",
1798
- "path": "src/cell-formatters/editable.formatter.ts",
1799
- "declarations": [
1885
+ },
1800
1886
  {
1801
- "kind": "function",
1802
- "name": "editableFormatter",
1803
- "return": {
1804
- "type": {
1805
- "text": ""
1806
- }
1807
- },
1808
- "parameters": [
1809
- {
1810
- "name": "cell",
1811
- "type": {
1812
- "text": "any"
1813
- },
1814
- "description": "The cell component provided by Tabulator"
1815
- },
1816
- {
1817
- "name": "formatterParams",
1818
- "default": "{}",
1819
- "type": {
1820
- "text": "EditableFormatterParams<T>"
1821
- },
1822
- "description": "Editable formatter parameters"
1823
- }
1824
- ],
1825
- "description": "Formatter that displays an editable cell with validation state",
1826
- "privacy": "public"
1827
- }
1828
- ],
1829
- "exports": [
1887
+ "kind": "js",
1888
+ "name": "getDateEditorTemplate",
1889
+ "declaration": {
1890
+ "name": "getDateEditorTemplate",
1891
+ "module": "src/cell-editors/date.editor.ts"
1892
+ }
1893
+ },
1830
1894
  {
1831
1895
  "kind": "js",
1832
- "name": "editableFormatter",
1896
+ "name": "foundationDateEditor",
1833
1897
  "declaration": {
1834
- "name": "editableFormatter",
1835
- "module": "src/cell-formatters/editable.formatter.ts"
1898
+ "name": "foundationDateEditor",
1899
+ "module": "src/cell-editors/date.editor.ts"
1836
1900
  }
1837
1901
  }
1838
1902
  ]
1839
1903
  },
1840
1904
  {
1841
1905
  "kind": "javascript-module",
1842
- "path": "src/cell-formatters/index.ts",
1843
- "declarations": [
1844
- {
1845
- "kind": "variable",
1846
- "name": "formatters",
1847
- "type": {
1848
- "text": "object"
1849
- },
1850
- "default": "{\n action: actionFormatter,\n actionsMenu: actionsMenuFormatter,\n boolean: booleanFormatter,\n editable: editableFormatter,\n select: selectFormatter,\n text: textFormatter,\n}",
1851
- "description": "Zero formatters for Tabulator grid"
1852
- }
1853
- ],
1906
+ "path": "src/cell-editors/index.ts",
1907
+ "declarations": [],
1854
1908
  "exports": [
1855
1909
  {
1856
1910
  "kind": "js",
1857
1911
  "name": "*",
1858
1912
  "declaration": {
1859
1913
  "name": "*",
1860
- "package": "./constants"
1861
- }
1862
- },
1863
- {
1864
- "kind": "js",
1865
- "name": "ActionFormatterParams",
1866
- "declaration": {
1867
- "name": "ActionFormatterParams",
1868
- "module": "src/cell-formatters/index.ts"
1869
- }
1870
- },
1871
- {
1872
- "kind": "js",
1873
- "name": "actionFormatter",
1874
- "declaration": {
1875
- "name": "actionFormatter",
1876
- "module": "src/cell-formatters/index.ts"
1877
- }
1878
- },
1879
- {
1880
- "kind": "js",
1881
- "name": "ActionsMenuFormatterParams",
1882
- "declaration": {
1883
- "name": "ActionsMenuFormatterParams",
1884
- "module": "src/cell-formatters/index.ts"
1885
- }
1886
- },
1887
- {
1888
- "kind": "js",
1889
- "name": "actionsMenuFormatter",
1890
- "declaration": {
1891
- "name": "actionsMenuFormatter",
1892
- "module": "src/cell-formatters/index.ts"
1893
- }
1894
- },
1895
- {
1896
- "kind": "js",
1897
- "name": "BooleanFormatterParams",
1898
- "declaration": {
1899
- "name": "BooleanFormatterParams",
1900
- "module": "src/cell-formatters/index.ts"
1901
- }
1902
- },
1903
- {
1904
- "kind": "js",
1905
- "name": "booleanFormatter",
1906
- "declaration": {
1907
- "name": "booleanFormatter",
1908
- "module": "src/cell-formatters/index.ts"
1909
- }
1910
- },
1911
- {
1912
- "kind": "js",
1913
- "name": "EditableFormatterParams",
1914
- "declaration": {
1915
- "name": "EditableFormatterParams",
1916
- "module": "src/cell-formatters/index.ts"
1917
- }
1918
- },
1919
- {
1920
- "kind": "js",
1921
- "name": "editableFormatter",
1922
- "declaration": {
1923
- "name": "editableFormatter",
1924
- "module": "src/cell-formatters/index.ts"
1925
- }
1926
- },
1927
- {
1928
- "kind": "js",
1929
- "name": "SelectFormatterParams",
1930
- "declaration": {
1931
- "name": "SelectFormatterParams",
1932
- "module": "src/cell-formatters/index.ts"
1914
+ "package": "./date.editor"
1933
1915
  }
1934
1916
  },
1935
1917
  {
1936
1918
  "kind": "js",
1937
- "name": "selectFormatter",
1919
+ "name": "*",
1938
1920
  "declaration": {
1939
- "name": "selectFormatter",
1940
- "module": "src/cell-formatters/index.ts"
1921
+ "name": "*",
1922
+ "package": "./number.editor"
1941
1923
  }
1942
1924
  },
1943
1925
  {
1944
1926
  "kind": "js",
1945
- "name": "TextFormatterParams",
1927
+ "name": "*",
1946
1928
  "declaration": {
1947
- "name": "TextFormatterParams",
1948
- "module": "src/cell-formatters/index.ts"
1929
+ "name": "*",
1930
+ "package": "./select.editor"
1949
1931
  }
1950
1932
  },
1951
1933
  {
1952
1934
  "kind": "js",
1953
- "name": "textFormatter",
1935
+ "name": "*",
1954
1936
  "declaration": {
1955
- "name": "textFormatter",
1956
- "module": "src/cell-formatters/index.ts"
1937
+ "name": "*",
1938
+ "package": "./string.editor"
1957
1939
  }
1958
1940
  },
1959
1941
  {
1960
1942
  "kind": "js",
1961
- "name": "formatters",
1943
+ "name": "*",
1962
1944
  "declaration": {
1963
- "name": "formatters",
1964
- "module": "src/cell-formatters/index.ts"
1945
+ "name": "*",
1946
+ "package": "./multiselect.editor"
1965
1947
  }
1966
1948
  }
1967
1949
  ]
1968
1950
  },
1969
1951
  {
1970
1952
  "kind": "javascript-module",
1971
- "path": "src/cell-formatters/select.formatter.ts",
1953
+ "path": "src/cell-editors/multiselect.editor.ts",
1972
1954
  "declarations": [
1973
1955
  {
1974
- "kind": "function",
1975
- "name": "selectFormatter",
1976
- "return": {
1977
- "type": {
1978
- "text": ""
1979
- }
1980
- },
1981
- "parameters": [
1956
+ "kind": "class",
1957
+ "description": "The multiselect editor class for grid-tabulator",
1958
+ "name": "MultiselectEditor",
1959
+ "members": [
1982
1960
  {
1983
- "name": "cell",
1961
+ "kind": "field",
1962
+ "name": "params",
1984
1963
  "type": {
1985
- "text": "any"
1986
- },
1987
- "description": "The cell component provided by Tabulator"
1964
+ "text": "MultiselectEditorParams"
1965
+ }
1988
1966
  },
1989
1967
  {
1990
- "name": "formatterParams",
1968
+ "kind": "field",
1969
+ "name": "select",
1991
1970
  "type": {
1992
- "text": "SelectFormatterParams<T>"
1971
+ "text": "any"
1972
+ }
1973
+ },
1974
+ {
1975
+ "kind": "method",
1976
+ "name": "init",
1977
+ "parameters": [
1978
+ {
1979
+ "name": "params",
1980
+ "type": {
1981
+ "text": "MultiselectEditorParams"
1982
+ }
1983
+ }
1984
+ ],
1985
+ "description": "Initialize the editor with parameters"
1986
+ },
1987
+ {
1988
+ "kind": "method",
1989
+ "name": "getValues",
1990
+ "return": {
1991
+ "type": {
1992
+ "text": "(string | number)[]"
1993
+ }
1993
1994
  },
1994
- "description": "Select formatter parameters"
1995
- }
1996
- ],
1997
- "description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
1998
- "privacy": "public"
1999
- }
2000
- ],
2001
- "exports": [
2002
- {
2003
- "kind": "js",
2004
- "name": "selectFormatter",
2005
- "declaration": {
2006
- "name": "selectFormatter",
2007
- "module": "src/cell-formatters/select.formatter.ts"
2008
- }
2009
- }
2010
- ]
2011
- },
2012
- {
2013
- "kind": "javascript-module",
2014
- "path": "src/cell-formatters/text.formatter.ts",
2015
- "declarations": [
2016
- {
2017
- "kind": "function",
2018
- "name": "textFormatter",
2019
- "return": {
2020
- "type": {
2021
- "text": ""
2022
- }
2023
- },
2024
- "parameters": [
2025
- {
2026
- "name": "cell",
2027
- "type": {
2028
- "text": "any"
2029
- },
2030
- "description": "The cell component provided by Tabulator"
2031
- },
2032
- {
2033
- "name": "formatterParams",
2034
- "default": "{}",
2035
- "type": {
2036
- "text": "TextFormatterParams<T>"
2037
- },
2038
- "description": "Text formatter parameters"
2039
- }
2040
- ],
2041
- "description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
2042
- "privacy": "public"
2043
- }
2044
- ],
2045
- "exports": [
2046
- {
2047
- "kind": "js",
2048
- "name": "textFormatter",
2049
- "declaration": {
2050
- "name": "textFormatter",
2051
- "module": "src/cell-formatters/text.formatter.ts"
2052
- }
2053
- }
2054
- ]
2055
- },
2056
- {
2057
- "kind": "javascript-module",
2058
- "path": "src/cell-editors/date.editor.ts",
2059
- "declarations": [
2060
- {
2061
- "kind": "class",
2062
- "description": "The date editor class for grid-tabulator",
2063
- "name": "DateEditor",
2064
- "members": [
2065
- {
2066
- "kind": "field",
2067
- "name": "params",
2068
- "type": {
2069
- "text": "DateEditorParams"
2070
- }
1995
+ "description": "Get current values"
2071
1996
  },
2072
1997
  {
2073
- "kind": "field",
2074
- "name": "dateField",
2075
- "type": {
2076
- "text": "any"
2077
- }
1998
+ "kind": "method",
1999
+ "name": "focus",
2000
+ "description": "Set focus to the select"
2078
2001
  },
2079
2002
  {
2080
2003
  "kind": "method",
2081
- "name": "init",
2004
+ "name": "isSelected",
2005
+ "return": {
2006
+ "type": {
2007
+ "text": "boolean"
2008
+ }
2009
+ },
2082
2010
  "parameters": [
2083
2011
  {
2084
- "name": "params",
2012
+ "name": "value",
2085
2013
  "type": {
2086
- "text": "DateEditorParams"
2014
+ "text": "string | number"
2087
2015
  }
2088
2016
  }
2089
2017
  ],
2090
- "description": "Initialize the editor with parameters"
2091
- },
2092
- {
2093
- "kind": "method",
2094
- "name": "getValue",
2095
- "description": "Get current value"
2096
- },
2097
- {
2098
- "kind": "method",
2099
- "name": "getFormattedValue",
2100
- "description": "Format value for display"
2101
- },
2102
- {
2103
- "kind": "method",
2104
- "name": "focus",
2105
- "description": "Set focus to the input"
2018
+ "description": "Check if a value is selected"
2106
2019
  },
2107
2020
  {
2108
2021
  "kind": "method",
@@ -2117,6 +2030,11 @@
2117
2030
  ],
2118
2031
  "description": "Process key down events"
2119
2032
  },
2033
+ {
2034
+ "kind": "method",
2035
+ "name": "handleChange",
2036
+ "description": "Handle change event to save when selection changes"
2037
+ },
2120
2038
  {
2121
2039
  "kind": "field",
2122
2040
  "name": "_presentation",
@@ -2236,13 +2154,13 @@
2236
2154
  },
2237
2155
  {
2238
2156
  "kind": "variable",
2239
- "name": "dateEditorStyles",
2157
+ "name": "multiselectEditorStyles",
2240
2158
  "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
2241
- "description": "Styles for the date editor"
2159
+ "description": "Styles for the multiselect editor"
2242
2160
  },
2243
2161
  {
2244
2162
  "kind": "function",
2245
- "name": "getDateEditorTemplate",
2163
+ "name": "getMultiselectEditorTemplate",
2246
2164
  "parameters": [
2247
2165
  {
2248
2166
  "name": "prefix",
@@ -2250,121 +2168,73 @@
2250
2168
  "description": "The design system prefix to use. Defaults to 'foundation'."
2251
2169
  }
2252
2170
  ],
2253
- "description": "Get a Design System prefixed date field template.",
2171
+ "description": "Get a Design System prefixed Select template.",
2254
2172
  "return": {
2255
2173
  "type": {
2256
2174
  "text": ""
2257
2175
  }
2258
- },
2259
- "privacy": "public"
2176
+ }
2260
2177
  },
2261
2178
  {
2262
2179
  "kind": "variable",
2263
- "name": "foundationDateEditor",
2264
- "description": "Definition for the date editor component"
2180
+ "name": "foundationMultiselectEditor",
2181
+ "description": "Definition for the multiselect editor component"
2265
2182
  }
2266
2183
  ],
2267
2184
  "exports": [
2268
2185
  {
2269
2186
  "kind": "js",
2270
- "name": "DateEditor",
2271
- "declaration": {
2272
- "name": "DateEditor",
2273
- "module": "src/cell-editors/date.editor.ts"
2274
- }
2275
- },
2276
- {
2277
- "kind": "js",
2278
- "name": "dateEditorStyles",
2279
- "declaration": {
2280
- "name": "dateEditorStyles",
2281
- "module": "src/cell-editors/date.editor.ts"
2282
- }
2283
- },
2284
- {
2285
- "kind": "js",
2286
- "name": "getDateEditorTemplate",
2287
- "declaration": {
2288
- "name": "getDateEditorTemplate",
2289
- "module": "src/cell-editors/date.editor.ts"
2290
- }
2291
- },
2292
- {
2293
- "kind": "js",
2294
- "name": "foundationDateEditor",
2295
- "declaration": {
2296
- "name": "foundationDateEditor",
2297
- "module": "src/cell-editors/date.editor.ts"
2298
- }
2299
- }
2300
- ]
2301
- },
2302
- {
2303
- "kind": "javascript-module",
2304
- "path": "src/cell-editors/index.ts",
2305
- "declarations": [],
2306
- "exports": [
2307
- {
2308
- "kind": "js",
2309
- "name": "*",
2310
- "declaration": {
2311
- "name": "*",
2312
- "package": "./date.editor"
2313
- }
2314
- },
2315
- {
2316
- "kind": "js",
2317
- "name": "*",
2187
+ "name": "MultiselectEditor",
2318
2188
  "declaration": {
2319
- "name": "*",
2320
- "package": "./number.editor"
2189
+ "name": "MultiselectEditor",
2190
+ "module": "src/cell-editors/multiselect.editor.ts"
2321
2191
  }
2322
2192
  },
2323
2193
  {
2324
2194
  "kind": "js",
2325
- "name": "*",
2195
+ "name": "multiselectEditorStyles",
2326
2196
  "declaration": {
2327
- "name": "*",
2328
- "package": "./select.editor"
2197
+ "name": "multiselectEditorStyles",
2198
+ "module": "src/cell-editors/multiselect.editor.ts"
2329
2199
  }
2330
2200
  },
2331
2201
  {
2332
2202
  "kind": "js",
2333
- "name": "*",
2203
+ "name": "getMultiselectEditorTemplate",
2334
2204
  "declaration": {
2335
- "name": "*",
2336
- "package": "./string.editor"
2205
+ "name": "getMultiselectEditorTemplate",
2206
+ "module": "src/cell-editors/multiselect.editor.ts"
2337
2207
  }
2338
2208
  },
2339
2209
  {
2340
2210
  "kind": "js",
2341
- "name": "*",
2211
+ "name": "foundationMultiselectEditor",
2342
2212
  "declaration": {
2343
- "name": "*",
2344
- "package": "./multiselect.editor"
2213
+ "name": "foundationMultiselectEditor",
2214
+ "module": "src/cell-editors/multiselect.editor.ts"
2345
2215
  }
2346
2216
  }
2347
2217
  ]
2348
2218
  },
2349
2219
  {
2350
2220
  "kind": "javascript-module",
2351
- "path": "src/cell-editors/multiselect.editor.ts",
2221
+ "path": "src/cell-editors/number.editor.ts",
2352
2222
  "declarations": [
2353
2223
  {
2354
2224
  "kind": "class",
2355
- "description": "The multiselect editor class for grid-tabulator",
2356
- "name": "MultiselectEditor",
2225
+ "description": "The number editor class for grid-tabulator",
2226
+ "name": "NumberEditor",
2357
2227
  "members": [
2358
2228
  {
2359
2229
  "kind": "field",
2360
2230
  "name": "params",
2361
2231
  "type": {
2362
- "text": "MultiselectEditorParams"
2232
+ "text": "NumberEditorParams"
2363
2233
  }
2364
2234
  },
2365
2235
  {
2366
2236
  "kind": "field",
2367
- "name": "select",
2237
+ "name": "numberField",
2368
2238
  "type": {
2369
2239
  "text": "any"
2370
2240
  }
@@ -2376,7 +2246,7 @@
2376
2246
  {
2377
2247
  "name": "params",
2378
2248
  "type": {
2379
- "text": "MultiselectEditorParams"
2249
+ "text": "NumberEditorParams"
2380
2250
  }
2381
2251
  }
2382
2252
  ],
@@ -2384,36 +2254,13 @@
2384
2254
  },
2385
2255
  {
2386
2256
  "kind": "method",
2387
- "name": "getValues",
2388
- "return": {
2389
- "type": {
2390
- "text": "(string | number)[]"
2391
- }
2392
- },
2393
- "description": "Get current values"
2257
+ "name": "getValue",
2258
+ "description": "Get current value"
2394
2259
  },
2395
2260
  {
2396
2261
  "kind": "method",
2397
2262
  "name": "focus",
2398
- "description": "Set focus to the select"
2399
- },
2400
- {
2401
- "kind": "method",
2402
- "name": "isSelected",
2403
- "return": {
2404
- "type": {
2405
- "text": "boolean"
2406
- }
2407
- },
2408
- "parameters": [
2409
- {
2410
- "name": "value",
2411
- "type": {
2412
- "text": "string | number"
2413
- }
2414
- }
2415
- ],
2416
- "description": "Check if a value is selected"
2263
+ "description": "Set focus to the input"
2417
2264
  },
2418
2265
  {
2419
2266
  "kind": "method",
@@ -2428,11 +2275,6 @@
2428
2275
  ],
2429
2276
  "description": "Process key down events"
2430
2277
  },
2431
- {
2432
- "kind": "method",
2433
- "name": "handleChange",
2434
- "description": "Handle change event to save when selection changes"
2435
- },
2436
2278
  {
2437
2279
  "kind": "field",
2438
2280
  "name": "_presentation",
@@ -2552,13 +2394,13 @@
2552
2394
  },
2553
2395
  {
2554
2396
  "kind": "variable",
2555
- "name": "multiselectEditorStyles",
2397
+ "name": "numberEditorStyles",
2556
2398
  "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
2557
- "description": "Styles for the multiselect editor"
2399
+ "description": "Styles for the number editor"
2558
2400
  },
2559
2401
  {
2560
2402
  "kind": "function",
2561
- "name": "getMultiselectEditorTemplate",
2403
+ "name": "getNumberEditorTemplate",
2562
2404
  "parameters": [
2563
2405
  {
2564
2406
  "name": "prefix",
@@ -2566,7 +2408,7 @@
2566
2408
  "description": "The design system prefix to use. Defaults to 'foundation'."
2567
2409
  }
2568
2410
  ],
2569
- "description": "Get a Design System prefixed Select template.",
2411
+ "description": "Get a Design System prefixed number field template.",
2570
2412
  "return": {
2571
2413
  "type": {
2572
2414
  "text": ""
@@ -2575,248 +2417,8 @@
2575
2417
  },
2576
2418
  {
2577
2419
  "kind": "variable",
2578
- "name": "foundationMultiselectEditor",
2579
- "description": "Definition for the multiselect editor component"
2580
- }
2581
- ],
2582
- "exports": [
2583
- {
2584
- "kind": "js",
2585
- "name": "MultiselectEditor",
2586
- "declaration": {
2587
- "name": "MultiselectEditor",
2588
- "module": "src/cell-editors/multiselect.editor.ts"
2589
- }
2590
- },
2591
- {
2592
- "kind": "js",
2593
- "name": "multiselectEditorStyles",
2594
- "declaration": {
2595
- "name": "multiselectEditorStyles",
2596
- "module": "src/cell-editors/multiselect.editor.ts"
2597
- }
2598
- },
2599
- {
2600
- "kind": "js",
2601
- "name": "getMultiselectEditorTemplate",
2602
- "declaration": {
2603
- "name": "getMultiselectEditorTemplate",
2604
- "module": "src/cell-editors/multiselect.editor.ts"
2605
- }
2606
- },
2607
- {
2608
- "kind": "js",
2609
- "name": "foundationMultiselectEditor",
2610
- "declaration": {
2611
- "name": "foundationMultiselectEditor",
2612
- "module": "src/cell-editors/multiselect.editor.ts"
2613
- }
2614
- }
2615
- ]
2616
- },
2617
- {
2618
- "kind": "javascript-module",
2619
- "path": "src/cell-editors/number.editor.ts",
2620
- "declarations": [
2621
- {
2622
- "kind": "class",
2623
- "description": "The number editor class for grid-tabulator",
2624
- "name": "NumberEditor",
2625
- "members": [
2626
- {
2627
- "kind": "field",
2628
- "name": "params",
2629
- "type": {
2630
- "text": "NumberEditorParams"
2631
- }
2632
- },
2633
- {
2634
- "kind": "field",
2635
- "name": "numberField",
2636
- "type": {
2637
- "text": "any"
2638
- }
2639
- },
2640
- {
2641
- "kind": "method",
2642
- "name": "init",
2643
- "parameters": [
2644
- {
2645
- "name": "params",
2646
- "type": {
2647
- "text": "NumberEditorParams"
2648
- }
2649
- }
2650
- ],
2651
- "description": "Initialize the editor with parameters"
2652
- },
2653
- {
2654
- "kind": "method",
2655
- "name": "getValue",
2656
- "description": "Get current value"
2657
- },
2658
- {
2659
- "kind": "method",
2660
- "name": "focus",
2661
- "description": "Set focus to the input"
2662
- },
2663
- {
2664
- "kind": "method",
2665
- "name": "handleKeyDown",
2666
- "parameters": [
2667
- {
2668
- "name": "event",
2669
- "type": {
2670
- "text": "KeyboardEvent"
2671
- }
2672
- }
2673
- ],
2674
- "description": "Process key down events"
2675
- },
2676
- {
2677
- "kind": "field",
2678
- "name": "_presentation",
2679
- "type": {
2680
- "text": "ComponentPresentation | null | undefined"
2681
- },
2682
- "privacy": "private",
2683
- "default": "void 0",
2684
- "inheritedFrom": {
2685
- "name": "FoundationElement",
2686
- "module": "src/foundation-element/foundation-element.ts"
2687
- }
2688
- },
2689
- {
2690
- "kind": "field",
2691
- "name": "$presentation",
2692
- "type": {
2693
- "text": "ComponentPresentation | null"
2694
- },
2695
- "privacy": "public",
2696
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2697
- "inheritedFrom": {
2698
- "name": "FoundationElement",
2699
- "module": "src/foundation-element/foundation-element.ts"
2700
- }
2701
- },
2702
- {
2703
- "kind": "field",
2704
- "name": "template",
2705
- "type": {
2706
- "text": "ElementViewTemplate | void | null"
2707
- },
2708
- "privacy": "public",
2709
- "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.",
2710
- "inheritedFrom": {
2711
- "name": "FoundationElement",
2712
- "module": "src/foundation-element/foundation-element.ts"
2713
- }
2714
- },
2715
- {
2716
- "kind": "method",
2717
- "name": "templateChanged",
2718
- "privacy": "protected",
2719
- "return": {
2720
- "type": {
2721
- "text": "void"
2722
- }
2723
- },
2724
- "inheritedFrom": {
2725
- "name": "FoundationElement",
2726
- "module": "src/foundation-element/foundation-element.ts"
2727
- }
2728
- },
2729
- {
2730
- "kind": "field",
2731
- "name": "styles",
2732
- "type": {
2733
- "text": "ElementStyles | void | null"
2734
- },
2735
- "privacy": "public",
2736
- "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.",
2737
- "inheritedFrom": {
2738
- "name": "FoundationElement",
2739
- "module": "src/foundation-element/foundation-element.ts"
2740
- }
2741
- },
2742
- {
2743
- "kind": "method",
2744
- "name": "stylesChanged",
2745
- "privacy": "protected",
2746
- "return": {
2747
- "type": {
2748
- "text": "void"
2749
- }
2750
- },
2751
- "inheritedFrom": {
2752
- "name": "FoundationElement",
2753
- "module": "src/foundation-element/foundation-element.ts"
2754
- }
2755
- },
2756
- {
2757
- "kind": "method",
2758
- "name": "compose",
2759
- "privacy": "public",
2760
- "static": true,
2761
- "return": {
2762
- "type": {
2763
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2764
- }
2765
- },
2766
- "parameters": [
2767
- {
2768
- "name": "this",
2769
- "type": {
2770
- "text": "K"
2771
- }
2772
- },
2773
- {
2774
- "name": "elementDefinition",
2775
- "type": {
2776
- "text": "T"
2777
- },
2778
- "description": "The definition of the element to create the registry\nfunction for."
2779
- }
2780
- ],
2781
- "description": "Defines an element registry function with a set of element definition defaults.",
2782
- "inheritedFrom": {
2783
- "name": "FoundationElement",
2784
- "module": "src/foundation-element/foundation-element.ts"
2785
- }
2786
- }
2787
- ],
2788
- "superclass": {
2789
- "name": "FoundationElement",
2790
- "package": "@microsoft/fast-foundation"
2791
- }
2792
- },
2793
- {
2794
- "kind": "variable",
2795
- "name": "numberEditorStyles",
2796
- "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
2797
- "description": "Styles for the number editor"
2798
- },
2799
- {
2800
- "kind": "function",
2801
- "name": "getNumberEditorTemplate",
2802
- "parameters": [
2803
- {
2804
- "name": "prefix",
2805
- "default": "'foundation'",
2806
- "description": "The design system prefix to use. Defaults to 'foundation'."
2807
- }
2808
- ],
2809
- "description": "Get a Design System prefixed number field template.",
2810
- "return": {
2811
- "type": {
2812
- "text": ""
2813
- }
2814
- }
2815
- },
2816
- {
2817
- "kind": "variable",
2818
- "name": "foundationNumberEditor",
2819
- "description": "Definition for the number editor component"
2420
+ "name": "foundationNumberEditor",
2421
+ "description": "Definition for the number editor component"
2820
2422
  }
2821
2423
  ],
2822
2424
  "exports": [
@@ -3616,133 +3218,16 @@
3616
3218
  },
3617
3219
  {
3618
3220
  "kind": "javascript-module",
3619
- "path": "src/external/fonts.ts",
3221
+ "path": "src/datasource/client-side.datasource.ts",
3620
3222
  "declarations": [
3621
3223
  {
3622
3224
  "kind": "variable",
3623
- "name": "tabulatorDefaultFontFace",
3624
- "default": "`\n @font-face {\n font-family: \"defaultFontFace\";\n }\n`"
3625
- },
3626
- {
3627
- "kind": "variable",
3628
- "name": "tabulatorRapidFontFace",
3629
- "default": "`\n @font-face {\n font-family: \"rapidFontFace\";\n }\n`"
3630
- },
3631
- {
3632
- "kind": "variable",
3633
- "name": "gridThemeFontFaceMap",
3634
- "type": {
3635
- "text": "GridThemeFontFaceMap"
3636
- },
3637
- "default": "{\n [GridTabulatorTheme.default]: tabulatorDefaultFontFace,\n [GridTabulatorTheme.rapid]: tabulatorRapidFontFace,\n}"
3638
- },
3639
- {
3640
- "kind": "variable",
3641
- "name": "defaultGridTabulatorFontFace",
3642
- "default": "tabulatorDefaultFontFace"
3643
- }
3644
- ],
3645
- "exports": [
3646
- {
3647
- "kind": "js",
3648
- "name": "tabulatorDefaultFontFace",
3649
- "declaration": {
3650
- "name": "tabulatorDefaultFontFace",
3651
- "module": "src/external/fonts.ts"
3652
- }
3653
- },
3654
- {
3655
- "kind": "js",
3656
- "name": "tabulatorRapidFontFace",
3657
- "declaration": {
3658
- "name": "tabulatorRapidFontFace",
3659
- "module": "src/external/fonts.ts"
3660
- }
3661
- },
3662
- {
3663
- "kind": "js",
3664
- "name": "gridThemeFontFaceMap",
3665
- "declaration": {
3666
- "name": "gridThemeFontFaceMap",
3667
- "module": "src/external/fonts.ts"
3668
- }
3669
- },
3670
- {
3671
- "kind": "js",
3672
- "name": "defaultGridTabulatorFontFace",
3673
- "declaration": {
3674
- "name": "defaultGridTabulatorFontFace",
3675
- "module": "src/external/fonts.ts"
3676
- }
3677
- }
3678
- ]
3679
- },
3680
- {
3681
- "kind": "javascript-module",
3682
- "path": "src/external/index.ts",
3683
- "declarations": [
3684
- {
3685
- "kind": "variable",
3686
- "name": "tabulatorExternalStockStyles",
3687
- "default": "css`\n ${tabulatorThemeSimpleCSS}\n`",
3688
- "description": "External styles for the Tabulator grid.",
3689
- "privacy": "public"
3690
- }
3691
- ],
3692
- "exports": [
3693
- {
3694
- "kind": "js",
3695
- "name": "tabulatorExternalStockStyles",
3696
- "declaration": {
3697
- "name": "tabulatorExternalStockStyles",
3698
- "module": "src/external/index.ts"
3699
- }
3700
- },
3701
- {
3702
- "kind": "js",
3703
- "name": "tabulatorThemeSimpleCSS",
3704
- "declaration": {
3705
- "name": "tabulatorThemeSimpleCSS",
3706
- "module": "src/external/index.ts"
3707
- }
3708
- }
3709
- ]
3710
- },
3711
- {
3712
- "kind": "javascript-module",
3713
- "path": "src/external/tabulator-theme-simple-css.ts",
3714
- "declarations": [
3715
- {
3716
- "kind": "variable",
3717
- "name": "tabulatorThemeSimpleCSS",
3718
- "default": "css`\n .tabulator {\n position: relative;\n border: 1px solid #999;\n background-color: #fff;\n font-size: 14px;\n text-align: left;\n overflow: hidden;\n -webkit-transform: translateZ(0);\n -moz-transform: translateZ(0);\n -ms-transform: translateZ(0);\n -o-transform: translateZ(0);\n transform: translateZ(0);\n }\n\n .tabulator[tabulator-layout='fitDataFill'] .tabulator-tableholder .tabulator-table {\n min-width: 100%;\n }\n\n .tabulator[tabulator-layout='fitDataTable'] {\n display: inline-block;\n }\n\n .tabulator.tabulator-block-select {\n user-select: none;\n }\n\n .tabulator .tabulator-header {\n position: relative;\n box-sizing: border-box;\n width: 100%;\n border-bottom: 1px solid #999;\n background-color: #fff;\n color: #555;\n font-weight: bold;\n white-space: nowrap;\n overflow: hidden;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n }\n\n .tabulator .tabulator-header.tabulator-header-hidden {\n display: none;\n }\n\n .tabulator .tabulator-header .tabulator-header-contents {\n position: relative;\n overflow: hidden;\n }\n\n .tabulator .tabulator-header .tabulator-header-contents .tabulator-headers {\n display: inline-block;\n }\n\n .tabulator .tabulator-header .tabulator-col {\n display: inline-flex;\n position: relative;\n box-sizing: border-box;\n flex-direction: column;\n justify-content: flex-start;\n border-right: 1px solid #ddd;\n background: #fff;\n text-align: left;\n vertical-align: bottom;\n overflow: hidden;\n }\n\n .tabulator .tabulator-header .tabulator-col.tabulator-moving {\n position: absolute;\n border: 1px solid #999;\n background: #e6e6e6;\n pointer-events: none;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content {\n box-sizing: border-box;\n position: relative;\n padding: 4px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-header-popup-button {\n padding: 0 8px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-header-popup-button:hover {\n cursor: pointer;\n opacity: 0.6;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder {\n position: relative;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {\n box-sizing: border-box;\n width: 100%;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n vertical-align: bottom;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-title.tabulator-col-title-wrap {\n white-space: normal;\n text-overflow: initial;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-title\n .tabulator-title-editor {\n box-sizing: border-box;\n width: 100%;\n border: 1px solid #999;\n padding: 1px;\n background: #fff;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-title\n .tabulator-header-popup-button\n + .tabulator-title-editor {\n width: calc(100% - 22px);\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {\n display: flex;\n align-items: center;\n position: absolute;\n top: 0;\n bottom: 0;\n right: 4px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n width: 0;\n height: 0;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-bottom: 6px solid #bbb;\n }\n\n .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n position: relative;\n display: flex;\n border-top: 1px solid #ddd;\n overflow: hidden;\n margin-right: -1px;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter {\n position: relative;\n box-sizing: border-box;\n margin-top: 2px;\n width: 100%;\n text-align: center;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {\n height: auto !important;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {\n margin-top: 3px;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear {\n width: 0;\n height: 0;\n }\n\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {\n padding-right: 25px;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {\n cursor: pointer;\n background-color: #e6e6e6;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='none']\n .tabulator-col-content\n .tabulator-col-sorter {\n color: #bbb;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='none']\n .tabulator-col-content\n .tabulator-col-sorter.tabulator-col-sorter-element\n .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='none']\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #bbb;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='ascending']\n .tabulator-col-content\n .tabulator-col-sorter {\n color: #666;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='ascending']\n .tabulator-col-content\n .tabulator-col-sorter.tabulator-col-sorter-element\n .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='ascending']\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #666;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='descending']\n .tabulator-col-content\n .tabulator-col-sorter {\n color: #666;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='descending']\n .tabulator-col-content\n .tabulator-col-sorter.tabulator-col-sorter-element\n .tabulator-arrow:hover {\n cursor: pointer;\n border-top: 6px solid #555;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='descending']\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n border-bottom: none;\n border-top: 6px solid #666;\n color: #666;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical\n .tabulator-col-content\n .tabulator-col-title {\n writing-mode: vertical-rl;\n text-orientation: mixed;\n display: flex;\n align-items: center;\n justify-content: center;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip\n .tabulator-col-title {\n transform: rotate(180deg);\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-sortable\n .tabulator-col-title {\n padding-right: 0;\n padding-top: 20px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip\n .tabulator-col-title {\n padding-right: 0;\n padding-bottom: 20px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-sortable\n .tabulator-col-sorter {\n justify-content: center;\n left: 0;\n right: 0;\n top: 4px;\n bottom: auto;\n }\n\n .tabulator .tabulator-header .tabulator-frozen {\n position: sticky;\n left: 0;\n z-index: 11;\n }\n\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #ddd;\n }\n\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #ddd;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder {\n box-sizing: border-box;\n background: white !important;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {\n background: white !important;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none;\n }\n\n .tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {\n display: none;\n }\n\n .tabulator .tabulator-tableholder {\n position: relative;\n width: 100%;\n white-space: nowrap;\n overflow: auto;\n -webkit-overflow-scrolling: touch;\n }\n\n .tabulator .tabulator-tableholder:focus {\n outline: none;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder {\n box-sizing: border-box;\n display: flex;\n align-items: center;\n justify-content: center;\n width: 100%;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode='virtual'] {\n min-height: 100%;\n min-width: 100%;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents {\n display: inline-block;\n text-align: center;\n padding: 10px;\n color: #ccc;\n font-weight: bold;\n font-size: 20px;\n white-space: normal;\n }\n\n .tabulator .tabulator-tableholder .tabulator-table {\n position: relative;\n display: inline-block;\n white-space: nowrap;\n overflow: visible;\n color: #333;\n }\n\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs {\n font-weight: bold;\n background: #f2f2f2;\n }\n\n .tabulator\n .tabulator-tableholder\n .tabulator-table\n .tabulator-row.tabulator-calcs.tabulator-calcs-top {\n border-bottom: 2px solid #ddd;\n }\n\n .tabulator\n .tabulator-tableholder\n .tabulator-table\n .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {\n border-top: 2px solid #ddd;\n }\n\n .tabulator .tabulator-footer {\n border-top: 1px solid #999;\n background-color: #fff;\n color: #555;\n font-weight: bold;\n white-space: nowrap;\n user-select: none;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n }\n\n .tabulator .tabulator-footer .tabulator-footer-contents {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n padding: 5px 10px;\n }\n\n .tabulator .tabulator-footer .tabulator-footer-contents:empty {\n display: none;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n box-sizing: border-box;\n width: 100%;\n text-align: left;\n background: white !important;\n border-bottom: 1px solid #ddd;\n border-top: 1px solid #ddd;\n overflow: hidden;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n display: inline-block;\n background: white !important;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder:only-child {\n margin-bottom: -5px;\n border-bottom: none;\n }\n\n .tabulator .tabulator-footer > * + .tabulator-page-counter {\n margin-left: 10px;\n }\n\n .tabulator .tabulator-footer .tabulator-page-counter {\n font-weight: normal;\n }\n\n .tabulator .tabulator-footer .tabulator-paginator {\n flex: 1;\n text-align: right;\n color: #555;\n font-family: inherit;\n font-weight: inherit;\n font-size: inherit;\n }\n\n .tabulator .tabulator-footer .tabulator-page-size {\n display: inline-block;\n margin: 0 5px;\n padding: 2px 5px;\n border: 1px solid #aaa;\n border-radius: 3px;\n }\n\n .tabulator .tabulator-footer .tabulator-pages {\n margin: 0 7px;\n }\n\n .tabulator .tabulator-footer .tabulator-page {\n display: inline-block;\n margin: 0 2px;\n padding: 2px 5px;\n border: 1px solid #aaa;\n border-radius: 3px;\n background: rgba(255, 255, 255, 0.2);\n }\n\n .tabulator .tabulator-footer .tabulator-page.active {\n color: #d00;\n }\n\n .tabulator .tabulator-footer .tabulator-page:disabled {\n opacity: 0.5;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-footer .tabulator-page:not(.disabled):hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n color: #fff;\n }\n }\n\n .tabulator .tabulator-col-resize-handle {\n position: relative;\n display: inline-block;\n width: 6px;\n margin-left: -3px;\n margin-right: -3px;\n z-index: 10;\n vertical-align: middle;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-col-resize-handle:hover {\n cursor: ew-resize;\n }\n }\n\n .tabulator .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-right: 0;\n }\n\n .tabulator .tabulator-alert {\n position: absolute;\n display: flex;\n align-items: center;\n top: 0;\n left: 0;\n z-index: 100;\n height: 100%;\n width: 100%;\n background: rgba(0, 0, 0, 0.4);\n text-align: center;\n }\n\n .tabulator .tabulator-alert .tabulator-alert-msg {\n display: inline-block;\n margin: 0 auto;\n padding: 10px 20px;\n border-radius: 10px;\n background: #fff;\n font-weight: bold;\n font-size: 16px;\n }\n\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg {\n border: 4px solid #333;\n color: #000;\n }\n\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error {\n border: 4px solid #d00;\n color: #590000;\n }\n\n .tabulator-row {\n position: relative;\n box-sizing: border-box;\n min-height: 22px;\n background-color: #fff;\n }\n\n .tabulator-row.tabulator-row-even {\n background-color: #fff;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selectable:hover {\n background-color: #bbb;\n cursor: pointer;\n }\n }\n\n .tabulator-row.tabulator-selected {\n background-color: #9abcea;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selected:hover {\n background-color: #769bcc;\n cursor: pointer;\n }\n }\n\n .tabulator-row.tabulator-row-moving {\n border: 1px solid #000;\n background: #fff;\n }\n\n .tabulator-row.tabulator-moving {\n position: absolute;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n pointer-events: none;\n z-index: 15;\n }\n\n .tabulator-row .tabulator-row-resize-handle {\n position: absolute;\n right: 0;\n bottom: 0;\n left: 0;\n height: 5px;\n }\n\n .tabulator-row .tabulator-row-resize-handle.prev {\n top: 0;\n bottom: auto;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-row-resize-handle:hover {\n cursor: ns-resize;\n }\n }\n\n .tabulator-row .tabulator-responsive-collapse {\n box-sizing: border-box;\n padding: 5px;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n }\n\n .tabulator-row .tabulator-responsive-collapse:empty {\n display: none;\n }\n\n .tabulator-row .tabulator-responsive-collapse table {\n font-size: 14px;\n }\n\n .tabulator-row .tabulator-responsive-collapse table tr td {\n position: relative;\n }\n\n .tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {\n padding-right: 10px;\n }\n\n .tabulator-row .tabulator-cell {\n display: inline-flex;\n position: unset;\n box-sizing: border-box;\n padding: 4px 8px;\n border-right: 1px solid #ddd;\n vertical-align: middle;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n }\n\n .tabulator-row .tabulator-cell.tabulator-frozen {\n display: inline-flex;\n position: sticky;\n left: 0;\n background-color: inherit;\n z-index: 11;\n }\n\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell.tabulator-editing {\n border: 1px solid #1d68cd;\n outline: none;\n padding: 0;\n }\n\n .tabulator-row .tabulator-cell.tabulator-editing input,\n .tabulator-row .tabulator-cell.tabulator-editing select {\n border: 1px;\n background: transparent;\n outline: none;\n }\n\n .tabulator-row .tabulator-cell.tabulator-validation-fail {\n border: 1px solid #dd0000;\n }\n\n .tabulator-row .tabulator-cell.tabulator-validation-fail input,\n .tabulator-row .tabulator-cell.tabulator-validation-fail select {\n border: 1px;\n background: transparent;\n color: #dd0000;\n }\n\n .tabulator-row .tabulator-cell.tabulator-row-handle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n }\n\n .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {\n width: 80%;\n }\n\n .tabulator-row\n .tabulator-cell.tabulator-row-handle\n .tabulator-row-handle-box\n .tabulator-row-handle-bar {\n width: 100%;\n height: 3px;\n margin-top: 2px;\n background: #666;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty {\n display: inline-block;\n width: 7px;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #ddd;\n border-bottom: 2px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n }\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-data-tree-control\n .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-data-tree-control\n .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-data-tree-control\n .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n height: 15px;\n width: 15px;\n border-radius: 20px;\n background: #666;\n color: #fff;\n font-weight: bold;\n font-size: 1.1em;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {\n opacity: 0.7;\n cursor: pointer;\n }\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-responsive-collapse-toggle.open\n .tabulator-responsive-collapse-toggle-close {\n display: initial;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-responsive-collapse-toggle.open\n .tabulator-responsive-collapse-toggle-open {\n display: none;\n }\n\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg {\n stroke: #fff;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-responsive-collapse-toggle\n .tabulator-responsive-collapse-toggle-close {\n display: none;\n }\n\n .tabulator-row .tabulator-cell .tabulator-traffic-light {\n display: inline-block;\n height: 14px;\n width: 14px;\n border-radius: 14px;\n }\n\n .tabulator-row.tabulator-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #ddd;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1);\n }\n }\n\n .tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-1 {\n padding-left: 30px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-2 {\n padding-left: 50px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-3 {\n padding-left: 70px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-4 {\n padding-left: 90px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-5 {\n padding-left: 110px;\n }\n\n .tabulator-row.tabulator-group .tabulator-group-toggle {\n display: inline-block;\n }\n\n .tabulator-row.tabulator-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle;\n }\n\n .tabulator-row.tabulator-group span {\n margin-left: 10px;\n color: #d00;\n }\n\n .tabulator-popup-container {\n position: absolute;\n display: inline-block;\n box-sizing: border-box;\n background: #fff;\n border: 1px solid #ddd;\n box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);\n font-size: 14px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n z-index: 10000;\n }\n\n .tabulator-popup {\n padding: 5px;\n border-radius: 3px;\n }\n\n .tabulator-tooltip {\n max-width: Min(500px, 100%);\n padding: 3px 5px;\n border-radius: 2px;\n box-shadow: none;\n font-size: 12px;\n pointer-events: none;\n }\n\n .tabulator-menu .tabulator-menu-item {\n position: relative;\n box-sizing: border-box;\n padding: 5px 10px;\n user-select: none;\n }\n\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled {\n opacity: 0.5;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {\n cursor: pointer;\n background: #fff;\n }\n }\n\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu {\n padding-right: 25px;\n }\n\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after {\n display: inline-block;\n position: absolute;\n top: calc(5px + 0.4em);\n right: 10px;\n height: 7px;\n width: 7px;\n content: '';\n border-width: 1px 1px 0 0;\n border-style: solid;\n border-color: #ddd;\n vertical-align: top;\n transform: rotate(45deg);\n }\n\n .tabulator-menu .tabulator-menu-separator {\n border-top: 1px solid #ddd;\n }\n\n .tabulator-edit-list {\n max-height: 200px;\n font-size: 14px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item {\n padding: 4px;\n color: #333;\n outline: none;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.active {\n color: #fff;\n background: #1d68cd;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.active.focused {\n outline: 1px solid rgba(255, 255, 255, 0.5);\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.focused {\n outline: 1px solid #1d68cd;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-edit-list .tabulator-edit-list-item:hover {\n cursor: pointer;\n color: #fff;\n background: #1d68cd;\n }\n }\n\n .tabulator-edit-list .tabulator-edit-list-placeholder {\n padding: 4px;\n color: #333;\n text-align: center;\n }\n\n .tabulator-edit-list .tabulator-edit-list-group {\n border-bottom: 1px solid #ddd;\n padding: 4px;\n padding-top: 6px;\n color: #333;\n font-weight: bold;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2 {\n padding-left: 12px;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3 {\n padding-left: 20px;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4 {\n padding-left: 28px;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5 {\n padding-left: 36px;\n }\n\n .tabulator.tabulator-ltr {\n direction: ltr;\n }\n\n .tabulator.tabulator-rtl {\n text-align: initial;\n direction: rtl;\n }\n\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col {\n text-align: initial;\n border-left: 1px solid #ddd;\n border-right: initial;\n }\n\n .tabulator.tabulator-rtl\n .tabulator-header\n .tabulator-col.tabulator-col-group\n .tabulator-col-group-cols {\n margin-right: initial;\n margin-left: -1px;\n }\n\n .tabulator.tabulator-rtl\n .tabulator-header\n .tabulator-col.tabulator-sortable\n .tabulator-col-title {\n padding-right: 0;\n padding-left: 25px;\n }\n\n .tabulator.tabulator-rtl\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-sorter {\n left: 8px;\n right: initial;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell {\n border-right: initial;\n border-left: 1px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n margin-right: initial;\n margin-left: 5px;\n border-bottom-left-radius: initial;\n border-bottom-right-radius: 1px;\n border-left: initial;\n border-right: 2px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n margin-right: initial;\n margin-left: 5px;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-left: 2px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-right: 2px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-left: 0;\n margin-right: -3px;\n }\n\n .tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder {\n text-align: initial;\n }\n\n .tabulator-print-fullscreen {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n z-index: 10000;\n }\n\n body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {\n display: none !important;\n }\n\n .tabulator-print-table {\n border-collapse: collapse;\n }\n\n .tabulator-print-table .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #ddd;\n border-bottom: 2px solid #ddd;\n }\n\n .tabulator-print-table .tabulator-print-table-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #ddd;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-print-table-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1);\n }\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td {\n padding-left: 30px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td {\n padding-left: 50px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td {\n padding-left: 70px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td {\n padding-left: 90px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td {\n padding-left: 110px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle {\n display: inline-block;\n }\n\n .tabulator-print-table .tabulator-print-table-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle;\n }\n\n .tabulator-print-table .tabulator-print-table-group span {\n margin-left: 10px;\n color: #d00;\n }\n\n .tabulator-print-table .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n }\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent;\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333;\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator {\n border: none;\n background-color: #fff;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder {\n background: #f2f2f2 !important;\n border-bottom: 1px solid #999;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {\n background: #f2f2f2 !important;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder span {\n color: #000;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n background: #f2f2f2 !important;\n border-bottom: 1px solid #fff;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n background: #f2f2f2 !important;\n }\n\n .tabulator-row {\n border-bottom: 1px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell:last-of-type {\n border-right: none;\n }\n\n .tabulator-row.tabulator-group span {\n color: #666;\n }\n\n .tabulator-print-table .tabulator-print-table-group span {\n margin-left: 10px;\n color: #666;\n }\n\n /*# sourceMappingURL=tabulator_simple.css.map */\n`",
3719
- "description": "External styles for the Tabulator grid.",
3720
- "privacy": "public"
3721
- }
3722
- ],
3723
- "exports": [
3724
- {
3725
- "kind": "js",
3726
- "name": "tabulatorThemeSimpleCSS",
3727
- "declaration": {
3728
- "name": "tabulatorThemeSimpleCSS",
3729
- "module": "src/external/tabulator-theme-simple-css.ts"
3730
- }
3731
- }
3732
- ]
3733
- },
3734
- {
3735
- "kind": "javascript-module",
3736
- "path": "src/datasource/client-side.datasource.ts",
3737
- "declarations": [
3738
- {
3739
- "kind": "variable",
3740
- "name": "criteriaDelimiter",
3741
- "type": {
3742
- "text": "string"
3743
- },
3744
- "default": "';'",
3745
- "description": "Delimiter for criteria in the datasource"
3225
+ "name": "criteriaDelimiter",
3226
+ "type": {
3227
+ "text": "string"
3228
+ },
3229
+ "default": "';'",
3230
+ "description": "Delimiter for criteria in the datasource"
3746
3231
  },
3747
3232
  {
3748
3233
  "kind": "variable",
@@ -4500,167 +3985,682 @@
4500
3985
  "description": "Fired when layout size changes",
4501
3986
  "name": "sizeChanged"
4502
3987
  }
4503
- ],
4504
- "attributes": [
4505
- {
4506
- "name": "criteria",
4507
- "type": {
4508
- "text": "string"
4509
- },
4510
- "fieldName": "criteria"
4511
- },
4512
- {
4513
- "name": "fields",
4514
- "type": {
4515
- "text": "string"
4516
- },
4517
- "fieldName": "fields"
4518
- },
4519
- {
4520
- "name": "is-snapshot",
4521
- "type": {
4522
- "text": "boolean"
4523
- },
4524
- "default": "false",
4525
- "fieldName": "isSnapshot"
4526
- },
4527
- {
4528
- "name": "max-rows",
4529
- "type": {
4530
- "text": "number"
4531
- },
4532
- "fieldName": "maxRows"
4533
- },
4534
- {
4535
- "name": "max-view",
4536
- "type": {
4537
- "text": "number"
4538
- },
4539
- "fieldName": "maxView"
4540
- },
4541
- {
4542
- "name": "polling-interval",
4543
- "type": {
4544
- "text": "number"
4545
- },
4546
- "fieldName": "pollingInterval"
4547
- },
4548
- {
4549
- "name": "moving-view",
4550
- "type": {
4551
- "text": "boolean"
4552
- },
4553
- "default": "false",
4554
- "fieldName": "movingView"
4555
- },
4556
- {
4557
- "name": "order-by",
4558
- "type": {
4559
- "text": "string"
4560
- },
4561
- "fieldName": "orderBy"
4562
- },
3988
+ ],
3989
+ "attributes": [
3990
+ {
3991
+ "name": "criteria",
3992
+ "type": {
3993
+ "text": "string"
3994
+ },
3995
+ "fieldName": "criteria"
3996
+ },
3997
+ {
3998
+ "name": "fields",
3999
+ "type": {
4000
+ "text": "string"
4001
+ },
4002
+ "fieldName": "fields"
4003
+ },
4004
+ {
4005
+ "name": "is-snapshot",
4006
+ "type": {
4007
+ "text": "boolean"
4008
+ },
4009
+ "default": "false",
4010
+ "fieldName": "isSnapshot"
4011
+ },
4012
+ {
4013
+ "name": "max-rows",
4014
+ "type": {
4015
+ "text": "number"
4016
+ },
4017
+ "fieldName": "maxRows"
4018
+ },
4019
+ {
4020
+ "name": "max-view",
4021
+ "type": {
4022
+ "text": "number"
4023
+ },
4024
+ "fieldName": "maxView"
4025
+ },
4026
+ {
4027
+ "name": "polling-interval",
4028
+ "type": {
4029
+ "text": "number"
4030
+ },
4031
+ "fieldName": "pollingInterval"
4032
+ },
4033
+ {
4034
+ "name": "moving-view",
4035
+ "type": {
4036
+ "text": "boolean"
4037
+ },
4038
+ "default": "false",
4039
+ "fieldName": "movingView"
4040
+ },
4041
+ {
4042
+ "name": "order-by",
4043
+ "type": {
4044
+ "text": "string"
4045
+ },
4046
+ "fieldName": "orderBy"
4047
+ },
4048
+ {
4049
+ "name": "resource-name",
4050
+ "type": {
4051
+ "text": "string"
4052
+ },
4053
+ "fieldName": "resourceName"
4054
+ },
4055
+ {
4056
+ "type": {
4057
+ "text": "boolean"
4058
+ },
4059
+ "default": "false",
4060
+ "fieldName": "reverse"
4061
+ },
4062
+ {
4063
+ "name": "row-id",
4064
+ "description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
4065
+ "fieldName": "rowIdAttr"
4066
+ },
4067
+ {
4068
+ "name": "restart-on-reconnection",
4069
+ "type": {
4070
+ "text": "boolean"
4071
+ },
4072
+ "default": "true",
4073
+ "fieldName": "restartOnReconnection"
4074
+ },
4075
+ {
4076
+ "name": "keep-col-defs-on-clear-row-data",
4077
+ "type": {
4078
+ "text": "boolean"
4079
+ },
4080
+ "default": "false",
4081
+ "description": "Whether to keep column definitions when clearing row data",
4082
+ "fieldName": "keepColDefsOnClearRowData"
4083
+ }
4084
+ ],
4085
+ "mixins": [
4086
+ {
4087
+ "name": "LifecycleMixin",
4088
+ "package": "@genesislcap/foundation-utils"
4089
+ },
4090
+ {
4091
+ "name": "DatasourceEventHandler",
4092
+ "package": "@genesislcap/foundation-comms"
4093
+ }
4094
+ ],
4095
+ "superclass": {
4096
+ "name": "FoundationElement",
4097
+ "package": "@microsoft/fast-foundation"
4098
+ },
4099
+ "tagName": "grid-tabulator-client-side-datasource",
4100
+ "customElement": true
4101
+ }
4102
+ ],
4103
+ "exports": [
4104
+ {
4105
+ "kind": "js",
4106
+ "name": "criteriaDelimiter",
4107
+ "declaration": {
4108
+ "name": "criteriaDelimiter",
4109
+ "module": "src/datasource/client-side.datasource.ts"
4110
+ }
4111
+ },
4112
+ {
4113
+ "kind": "js",
4114
+ "name": "criteriaJoin",
4115
+ "declaration": {
4116
+ "name": "criteriaJoin",
4117
+ "module": "src/datasource/client-side.datasource.ts"
4118
+ }
4119
+ },
4120
+ {
4121
+ "kind": "js",
4122
+ "name": "GridTabulatorClientSideDatasource",
4123
+ "declaration": {
4124
+ "name": "GridTabulatorClientSideDatasource",
4125
+ "module": "src/datasource/client-side.datasource.ts"
4126
+ }
4127
+ },
4128
+ {
4129
+ "kind": "custom-element-definition",
4130
+ "name": "grid-tabulator-client-side-datasource",
4131
+ "declaration": {
4132
+ "name": "GridTabulatorClientSideDatasource",
4133
+ "module": "src/datasource/client-side.datasource.ts"
4134
+ }
4135
+ }
4136
+ ]
4137
+ },
4138
+ {
4139
+ "kind": "javascript-module",
4140
+ "path": "src/datasource/index.ts",
4141
+ "declarations": [],
4142
+ "exports": [
4143
+ {
4144
+ "kind": "js",
4145
+ "name": "*",
4146
+ "declaration": {
4147
+ "name": "*",
4148
+ "package": "./client-side.datasource"
4149
+ }
4150
+ }
4151
+ ]
4152
+ },
4153
+ {
4154
+ "kind": "javascript-module",
4155
+ "path": "src/cell-formatters/action.formatter.ts",
4156
+ "declarations": [
4157
+ {
4158
+ "kind": "function",
4159
+ "name": "actionFormatter",
4160
+ "return": {
4161
+ "type": {
4162
+ "text": ""
4163
+ }
4164
+ },
4165
+ "parameters": [
4166
+ {
4167
+ "name": "cell",
4168
+ "type": {
4169
+ "text": "any"
4170
+ },
4171
+ "description": "The cell component provided by Tabulator"
4172
+ },
4173
+ {
4174
+ "name": "formatterParams",
4175
+ "default": "{}",
4176
+ "type": {
4177
+ "text": "ActionFormatterParams<T>"
4178
+ },
4179
+ "description": "Action formatter parameters"
4180
+ }
4181
+ ],
4182
+ "description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
4183
+ "privacy": "public"
4184
+ }
4185
+ ],
4186
+ "exports": [
4187
+ {
4188
+ "kind": "js",
4189
+ "name": "actionFormatter",
4190
+ "declaration": {
4191
+ "name": "actionFormatter",
4192
+ "module": "src/cell-formatters/action.formatter.ts"
4193
+ }
4194
+ }
4195
+ ]
4196
+ },
4197
+ {
4198
+ "kind": "javascript-module",
4199
+ "path": "src/cell-formatters/actions-menu.formatter.ts",
4200
+ "declarations": [
4201
+ {
4202
+ "kind": "function",
4203
+ "name": "actionsMenuFormatter",
4204
+ "return": {
4205
+ "type": {
4206
+ "text": ""
4207
+ }
4208
+ },
4209
+ "parameters": [
4210
+ {
4211
+ "name": "cell",
4212
+ "type": {
4213
+ "text": "any"
4214
+ },
4215
+ "description": "The cell component provided by Tabulator"
4216
+ },
4217
+ {
4218
+ "name": "formatterParams",
4219
+ "default": "{}",
4220
+ "type": {
4221
+ "text": "ActionsMenuFormatterParams<T>"
4222
+ },
4223
+ "description": "Actions menu formatter parameters"
4224
+ }
4225
+ ],
4226
+ "description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
4227
+ "privacy": "public"
4228
+ }
4229
+ ],
4230
+ "exports": [
4231
+ {
4232
+ "kind": "js",
4233
+ "name": "actionsMenuFormatter",
4234
+ "declaration": {
4235
+ "name": "actionsMenuFormatter",
4236
+ "module": "src/cell-formatters/actions-menu.formatter.ts"
4237
+ }
4238
+ }
4239
+ ]
4240
+ },
4241
+ {
4242
+ "kind": "javascript-module",
4243
+ "path": "src/cell-formatters/boolean.formatter.ts",
4244
+ "declarations": [
4245
+ {
4246
+ "kind": "function",
4247
+ "name": "booleanFormatter",
4248
+ "return": {
4249
+ "type": {
4250
+ "text": ""
4251
+ }
4252
+ },
4253
+ "parameters": [
4254
+ {
4255
+ "name": "cell",
4256
+ "type": {
4257
+ "text": "any"
4258
+ },
4259
+ "description": "The cell component provided by Tabulator"
4260
+ },
4261
+ {
4262
+ "name": "formatterParams",
4263
+ "default": "{}",
4264
+ "type": {
4265
+ "text": "BooleanFormatterParams<T>"
4266
+ },
4267
+ "description": "Boolean formatter parameters"
4268
+ }
4269
+ ],
4270
+ "description": "Formatter that displays boolean values using a checkbox component.\nStyled to match grid-pro boolean renderer.",
4271
+ "privacy": "public"
4272
+ }
4273
+ ],
4274
+ "exports": [
4275
+ {
4276
+ "kind": "js",
4277
+ "name": "booleanFormatter",
4278
+ "declaration": {
4279
+ "name": "booleanFormatter",
4280
+ "module": "src/cell-formatters/boolean.formatter.ts"
4281
+ }
4282
+ }
4283
+ ]
4284
+ },
4285
+ {
4286
+ "kind": "javascript-module",
4287
+ "path": "src/cell-formatters/constants.ts",
4288
+ "declarations": [],
4289
+ "exports": []
4290
+ },
4291
+ {
4292
+ "kind": "javascript-module",
4293
+ "path": "src/cell-formatters/editable.formatter.ts",
4294
+ "declarations": [
4295
+ {
4296
+ "kind": "function",
4297
+ "name": "editableFormatter",
4298
+ "return": {
4299
+ "type": {
4300
+ "text": ""
4301
+ }
4302
+ },
4303
+ "parameters": [
4304
+ {
4305
+ "name": "cell",
4306
+ "type": {
4307
+ "text": "any"
4308
+ },
4309
+ "description": "The cell component provided by Tabulator"
4310
+ },
4311
+ {
4312
+ "name": "formatterParams",
4313
+ "default": "{}",
4314
+ "type": {
4315
+ "text": "EditableFormatterParams<T>"
4316
+ },
4317
+ "description": "Editable formatter parameters"
4318
+ }
4319
+ ],
4320
+ "description": "Formatter that displays an editable cell with validation state",
4321
+ "privacy": "public"
4322
+ }
4323
+ ],
4324
+ "exports": [
4325
+ {
4326
+ "kind": "js",
4327
+ "name": "editableFormatter",
4328
+ "declaration": {
4329
+ "name": "editableFormatter",
4330
+ "module": "src/cell-formatters/editable.formatter.ts"
4331
+ }
4332
+ }
4333
+ ]
4334
+ },
4335
+ {
4336
+ "kind": "javascript-module",
4337
+ "path": "src/cell-formatters/index.ts",
4338
+ "declarations": [
4339
+ {
4340
+ "kind": "variable",
4341
+ "name": "formatters",
4342
+ "type": {
4343
+ "text": "object"
4344
+ },
4345
+ "default": "{\n action: actionFormatter,\n actionsMenu: actionsMenuFormatter,\n boolean: booleanFormatter,\n editable: editableFormatter,\n select: selectFormatter,\n text: textFormatter,\n}",
4346
+ "description": "Zero formatters for Tabulator grid"
4347
+ }
4348
+ ],
4349
+ "exports": [
4350
+ {
4351
+ "kind": "js",
4352
+ "name": "*",
4353
+ "declaration": {
4354
+ "name": "*",
4355
+ "package": "./constants"
4356
+ }
4357
+ },
4358
+ {
4359
+ "kind": "js",
4360
+ "name": "ActionFormatterParams",
4361
+ "declaration": {
4362
+ "name": "ActionFormatterParams",
4363
+ "module": "src/cell-formatters/index.ts"
4364
+ }
4365
+ },
4366
+ {
4367
+ "kind": "js",
4368
+ "name": "actionFormatter",
4369
+ "declaration": {
4370
+ "name": "actionFormatter",
4371
+ "module": "src/cell-formatters/index.ts"
4372
+ }
4373
+ },
4374
+ {
4375
+ "kind": "js",
4376
+ "name": "ActionsMenuFormatterParams",
4377
+ "declaration": {
4378
+ "name": "ActionsMenuFormatterParams",
4379
+ "module": "src/cell-formatters/index.ts"
4380
+ }
4381
+ },
4382
+ {
4383
+ "kind": "js",
4384
+ "name": "actionsMenuFormatter",
4385
+ "declaration": {
4386
+ "name": "actionsMenuFormatter",
4387
+ "module": "src/cell-formatters/index.ts"
4388
+ }
4389
+ },
4390
+ {
4391
+ "kind": "js",
4392
+ "name": "BooleanFormatterParams",
4393
+ "declaration": {
4394
+ "name": "BooleanFormatterParams",
4395
+ "module": "src/cell-formatters/index.ts"
4396
+ }
4397
+ },
4398
+ {
4399
+ "kind": "js",
4400
+ "name": "booleanFormatter",
4401
+ "declaration": {
4402
+ "name": "booleanFormatter",
4403
+ "module": "src/cell-formatters/index.ts"
4404
+ }
4405
+ },
4406
+ {
4407
+ "kind": "js",
4408
+ "name": "EditableFormatterParams",
4409
+ "declaration": {
4410
+ "name": "EditableFormatterParams",
4411
+ "module": "src/cell-formatters/index.ts"
4412
+ }
4413
+ },
4414
+ {
4415
+ "kind": "js",
4416
+ "name": "editableFormatter",
4417
+ "declaration": {
4418
+ "name": "editableFormatter",
4419
+ "module": "src/cell-formatters/index.ts"
4420
+ }
4421
+ },
4422
+ {
4423
+ "kind": "js",
4424
+ "name": "SelectFormatterParams",
4425
+ "declaration": {
4426
+ "name": "SelectFormatterParams",
4427
+ "module": "src/cell-formatters/index.ts"
4428
+ }
4429
+ },
4430
+ {
4431
+ "kind": "js",
4432
+ "name": "selectFormatter",
4433
+ "declaration": {
4434
+ "name": "selectFormatter",
4435
+ "module": "src/cell-formatters/index.ts"
4436
+ }
4437
+ },
4438
+ {
4439
+ "kind": "js",
4440
+ "name": "TextFormatterParams",
4441
+ "declaration": {
4442
+ "name": "TextFormatterParams",
4443
+ "module": "src/cell-formatters/index.ts"
4444
+ }
4445
+ },
4446
+ {
4447
+ "kind": "js",
4448
+ "name": "textFormatter",
4449
+ "declaration": {
4450
+ "name": "textFormatter",
4451
+ "module": "src/cell-formatters/index.ts"
4452
+ }
4453
+ },
4454
+ {
4455
+ "kind": "js",
4456
+ "name": "formatters",
4457
+ "declaration": {
4458
+ "name": "formatters",
4459
+ "module": "src/cell-formatters/index.ts"
4460
+ }
4461
+ }
4462
+ ]
4463
+ },
4464
+ {
4465
+ "kind": "javascript-module",
4466
+ "path": "src/cell-formatters/select.formatter.ts",
4467
+ "declarations": [
4468
+ {
4469
+ "kind": "function",
4470
+ "name": "selectFormatter",
4471
+ "return": {
4472
+ "type": {
4473
+ "text": ""
4474
+ }
4475
+ },
4476
+ "parameters": [
4563
4477
  {
4564
- "name": "resource-name",
4478
+ "name": "cell",
4565
4479
  "type": {
4566
- "text": "string"
4480
+ "text": "any"
4567
4481
  },
4568
- "fieldName": "resourceName"
4482
+ "description": "The cell component provided by Tabulator"
4569
4483
  },
4570
4484
  {
4485
+ "name": "formatterParams",
4571
4486
  "type": {
4572
- "text": "boolean"
4487
+ "text": "SelectFormatterParams<T>"
4573
4488
  },
4574
- "default": "false",
4575
- "fieldName": "reverse"
4576
- },
4577
- {
4578
- "name": "row-id",
4579
- "description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
4580
- "fieldName": "rowIdAttr"
4581
- },
4489
+ "description": "Select formatter parameters"
4490
+ }
4491
+ ],
4492
+ "description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
4493
+ "privacy": "public"
4494
+ }
4495
+ ],
4496
+ "exports": [
4497
+ {
4498
+ "kind": "js",
4499
+ "name": "selectFormatter",
4500
+ "declaration": {
4501
+ "name": "selectFormatter",
4502
+ "module": "src/cell-formatters/select.formatter.ts"
4503
+ }
4504
+ }
4505
+ ]
4506
+ },
4507
+ {
4508
+ "kind": "javascript-module",
4509
+ "path": "src/cell-formatters/text.formatter.ts",
4510
+ "declarations": [
4511
+ {
4512
+ "kind": "function",
4513
+ "name": "textFormatter",
4514
+ "return": {
4515
+ "type": {
4516
+ "text": ""
4517
+ }
4518
+ },
4519
+ "parameters": [
4582
4520
  {
4583
- "name": "restart-on-reconnection",
4521
+ "name": "cell",
4584
4522
  "type": {
4585
- "text": "boolean"
4523
+ "text": "any"
4586
4524
  },
4587
- "default": "true",
4588
- "fieldName": "restartOnReconnection"
4525
+ "description": "The cell component provided by Tabulator"
4589
4526
  },
4590
4527
  {
4591
- "name": "keep-col-defs-on-clear-row-data",
4528
+ "name": "formatterParams",
4529
+ "default": "{}",
4592
4530
  "type": {
4593
- "text": "boolean"
4531
+ "text": "TextFormatterParams<T>"
4594
4532
  },
4595
- "default": "false",
4596
- "description": "Whether to keep column definitions when clearing row data",
4597
- "fieldName": "keepColDefsOnClearRowData"
4598
- }
4599
- ],
4600
- "mixins": [
4601
- {
4602
- "name": "LifecycleMixin",
4603
- "package": "@genesislcap/foundation-utils"
4604
- },
4605
- {
4606
- "name": "DatasourceEventHandler",
4607
- "package": "@genesislcap/foundation-comms"
4533
+ "description": "Text formatter parameters"
4608
4534
  }
4609
4535
  ],
4610
- "superclass": {
4611
- "name": "FoundationElement",
4612
- "package": "@microsoft/fast-foundation"
4536
+ "description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
4537
+ "privacy": "public"
4538
+ }
4539
+ ],
4540
+ "exports": [
4541
+ {
4542
+ "kind": "js",
4543
+ "name": "textFormatter",
4544
+ "declaration": {
4545
+ "name": "textFormatter",
4546
+ "module": "src/cell-formatters/text.formatter.ts"
4547
+ }
4548
+ }
4549
+ ]
4550
+ },
4551
+ {
4552
+ "kind": "javascript-module",
4553
+ "path": "src/external/fonts.ts",
4554
+ "declarations": [
4555
+ {
4556
+ "kind": "variable",
4557
+ "name": "tabulatorDefaultFontFace",
4558
+ "default": "`\n @font-face {\n font-family: \"defaultFontFace\";\n }\n`"
4559
+ },
4560
+ {
4561
+ "kind": "variable",
4562
+ "name": "tabulatorRapidFontFace",
4563
+ "default": "`\n @font-face {\n font-family: \"rapidFontFace\";\n }\n`"
4564
+ },
4565
+ {
4566
+ "kind": "variable",
4567
+ "name": "gridThemeFontFaceMap",
4568
+ "type": {
4569
+ "text": "GridThemeFontFaceMap"
4613
4570
  },
4614
- "tagName": "grid-tabulator-client-side-datasource",
4615
- "customElement": true
4571
+ "default": "{\n [GridTabulatorTheme.default]: tabulatorDefaultFontFace,\n [GridTabulatorTheme.rapid]: tabulatorRapidFontFace,\n}"
4572
+ },
4573
+ {
4574
+ "kind": "variable",
4575
+ "name": "defaultGridTabulatorFontFace",
4576
+ "default": "tabulatorDefaultFontFace"
4616
4577
  }
4617
4578
  ],
4618
4579
  "exports": [
4619
4580
  {
4620
4581
  "kind": "js",
4621
- "name": "criteriaDelimiter",
4582
+ "name": "tabulatorDefaultFontFace",
4622
4583
  "declaration": {
4623
- "name": "criteriaDelimiter",
4624
- "module": "src/datasource/client-side.datasource.ts"
4584
+ "name": "tabulatorDefaultFontFace",
4585
+ "module": "src/external/fonts.ts"
4625
4586
  }
4626
4587
  },
4627
4588
  {
4628
4589
  "kind": "js",
4629
- "name": "criteriaJoin",
4590
+ "name": "tabulatorRapidFontFace",
4630
4591
  "declaration": {
4631
- "name": "criteriaJoin",
4632
- "module": "src/datasource/client-side.datasource.ts"
4592
+ "name": "tabulatorRapidFontFace",
4593
+ "module": "src/external/fonts.ts"
4633
4594
  }
4634
4595
  },
4635
4596
  {
4636
4597
  "kind": "js",
4637
- "name": "GridTabulatorClientSideDatasource",
4598
+ "name": "gridThemeFontFaceMap",
4638
4599
  "declaration": {
4639
- "name": "GridTabulatorClientSideDatasource",
4640
- "module": "src/datasource/client-side.datasource.ts"
4600
+ "name": "gridThemeFontFaceMap",
4601
+ "module": "src/external/fonts.ts"
4641
4602
  }
4642
4603
  },
4643
4604
  {
4644
- "kind": "custom-element-definition",
4645
- "name": "grid-tabulator-client-side-datasource",
4605
+ "kind": "js",
4606
+ "name": "defaultGridTabulatorFontFace",
4646
4607
  "declaration": {
4647
- "name": "GridTabulatorClientSideDatasource",
4648
- "module": "src/datasource/client-side.datasource.ts"
4608
+ "name": "defaultGridTabulatorFontFace",
4609
+ "module": "src/external/fonts.ts"
4649
4610
  }
4650
4611
  }
4651
4612
  ]
4652
4613
  },
4653
4614
  {
4654
4615
  "kind": "javascript-module",
4655
- "path": "src/datasource/index.ts",
4656
- "declarations": [],
4616
+ "path": "src/external/index.ts",
4617
+ "declarations": [
4618
+ {
4619
+ "kind": "variable",
4620
+ "name": "tabulatorExternalStockStyles",
4621
+ "default": "css`\n ${tabulatorThemeSimpleCSS}\n`",
4622
+ "description": "External styles for the Tabulator grid.",
4623
+ "privacy": "public"
4624
+ }
4625
+ ],
4657
4626
  "exports": [
4658
4627
  {
4659
4628
  "kind": "js",
4660
- "name": "*",
4629
+ "name": "tabulatorExternalStockStyles",
4661
4630
  "declaration": {
4662
- "name": "*",
4663
- "package": "./client-side.datasource"
4631
+ "name": "tabulatorExternalStockStyles",
4632
+ "module": "src/external/index.ts"
4633
+ }
4634
+ },
4635
+ {
4636
+ "kind": "js",
4637
+ "name": "tabulatorThemeSimpleCSS",
4638
+ "declaration": {
4639
+ "name": "tabulatorThemeSimpleCSS",
4640
+ "module": "src/external/index.ts"
4641
+ }
4642
+ }
4643
+ ]
4644
+ },
4645
+ {
4646
+ "kind": "javascript-module",
4647
+ "path": "src/external/tabulator-theme-simple-css.ts",
4648
+ "declarations": [
4649
+ {
4650
+ "kind": "variable",
4651
+ "name": "tabulatorThemeSimpleCSS",
4652
+ "default": "css`\n .tabulator {\n position: relative;\n border: 1px solid #999;\n background-color: #fff;\n font-size: 14px;\n text-align: left;\n overflow: hidden;\n -webkit-transform: translateZ(0);\n -moz-transform: translateZ(0);\n -ms-transform: translateZ(0);\n -o-transform: translateZ(0);\n transform: translateZ(0);\n }\n\n .tabulator[tabulator-layout='fitDataFill'] .tabulator-tableholder .tabulator-table {\n min-width: 100%;\n }\n\n .tabulator[tabulator-layout='fitDataTable'] {\n display: inline-block;\n }\n\n .tabulator.tabulator-block-select {\n user-select: none;\n }\n\n .tabulator .tabulator-header {\n position: relative;\n box-sizing: border-box;\n width: 100%;\n border-bottom: 1px solid #999;\n background-color: #fff;\n color: #555;\n font-weight: bold;\n white-space: nowrap;\n overflow: hidden;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n }\n\n .tabulator .tabulator-header.tabulator-header-hidden {\n display: none;\n }\n\n .tabulator .tabulator-header .tabulator-header-contents {\n position: relative;\n overflow: hidden;\n }\n\n .tabulator .tabulator-header .tabulator-header-contents .tabulator-headers {\n display: inline-block;\n }\n\n .tabulator .tabulator-header .tabulator-col {\n display: inline-flex;\n position: relative;\n box-sizing: border-box;\n flex-direction: column;\n justify-content: flex-start;\n border-right: 1px solid #ddd;\n background: #fff;\n text-align: left;\n vertical-align: bottom;\n overflow: hidden;\n }\n\n .tabulator .tabulator-header .tabulator-col.tabulator-moving {\n position: absolute;\n border: 1px solid #999;\n background: #e6e6e6;\n pointer-events: none;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content {\n box-sizing: border-box;\n position: relative;\n padding: 4px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-header-popup-button {\n padding: 0 8px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-header-popup-button:hover {\n cursor: pointer;\n opacity: 0.6;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder {\n position: relative;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {\n box-sizing: border-box;\n width: 100%;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n vertical-align: bottom;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-title.tabulator-col-title-wrap {\n white-space: normal;\n text-overflow: initial;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-title\n .tabulator-title-editor {\n box-sizing: border-box;\n width: 100%;\n border: 1px solid #999;\n padding: 1px;\n background: #fff;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-title\n .tabulator-header-popup-button\n + .tabulator-title-editor {\n width: calc(100% - 22px);\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {\n display: flex;\n align-items: center;\n position: absolute;\n top: 0;\n bottom: 0;\n right: 4px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n width: 0;\n height: 0;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-bottom: 6px solid #bbb;\n }\n\n .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n position: relative;\n display: flex;\n border-top: 1px solid #ddd;\n overflow: hidden;\n margin-right: -1px;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter {\n position: relative;\n box-sizing: border-box;\n margin-top: 2px;\n width: 100%;\n text-align: center;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {\n height: auto !important;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {\n margin-top: 3px;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear {\n width: 0;\n height: 0;\n }\n\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {\n padding-right: 25px;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {\n cursor: pointer;\n background-color: #e6e6e6;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='none']\n .tabulator-col-content\n .tabulator-col-sorter {\n color: #bbb;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='none']\n .tabulator-col-content\n .tabulator-col-sorter.tabulator-col-sorter-element\n .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='none']\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #bbb;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='ascending']\n .tabulator-col-content\n .tabulator-col-sorter {\n color: #666;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='ascending']\n .tabulator-col-content\n .tabulator-col-sorter.tabulator-col-sorter-element\n .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='ascending']\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #666;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='descending']\n .tabulator-col-content\n .tabulator-col-sorter {\n color: #666;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='descending']\n .tabulator-col-content\n .tabulator-col-sorter.tabulator-col-sorter-element\n .tabulator-arrow:hover {\n cursor: pointer;\n border-top: 6px solid #555;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='descending']\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n border-bottom: none;\n border-top: 6px solid #666;\n color: #666;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical\n .tabulator-col-content\n .tabulator-col-title {\n writing-mode: vertical-rl;\n text-orientation: mixed;\n display: flex;\n align-items: center;\n justify-content: center;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip\n .tabulator-col-title {\n transform: rotate(180deg);\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-sortable\n .tabulator-col-title {\n padding-right: 0;\n padding-top: 20px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip\n .tabulator-col-title {\n padding-right: 0;\n padding-bottom: 20px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-sortable\n .tabulator-col-sorter {\n justify-content: center;\n left: 0;\n right: 0;\n top: 4px;\n bottom: auto;\n }\n\n .tabulator .tabulator-header .tabulator-frozen {\n position: sticky;\n left: 0;\n z-index: 11;\n }\n\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #ddd;\n }\n\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #ddd;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder {\n box-sizing: border-box;\n background: white !important;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {\n background: white !important;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none;\n }\n\n .tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {\n display: none;\n }\n\n .tabulator .tabulator-tableholder {\n position: relative;\n width: 100%;\n white-space: nowrap;\n overflow: auto;\n -webkit-overflow-scrolling: touch;\n }\n\n .tabulator .tabulator-tableholder:focus {\n outline: none;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder {\n box-sizing: border-box;\n display: flex;\n align-items: center;\n justify-content: center;\n width: 100%;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode='virtual'] {\n min-height: 100%;\n min-width: 100%;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents {\n display: inline-block;\n text-align: center;\n padding: 10px;\n color: #ccc;\n font-weight: bold;\n font-size: 20px;\n white-space: normal;\n }\n\n .tabulator .tabulator-tableholder .tabulator-table {\n position: relative;\n display: inline-block;\n white-space: nowrap;\n overflow: visible;\n color: #333;\n }\n\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs {\n font-weight: bold;\n background: #f2f2f2;\n }\n\n .tabulator\n .tabulator-tableholder\n .tabulator-table\n .tabulator-row.tabulator-calcs.tabulator-calcs-top {\n border-bottom: 2px solid #ddd;\n }\n\n .tabulator\n .tabulator-tableholder\n .tabulator-table\n .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {\n border-top: 2px solid #ddd;\n }\n\n .tabulator .tabulator-footer {\n border-top: 1px solid #999;\n background-color: #fff;\n color: #555;\n font-weight: bold;\n white-space: nowrap;\n user-select: none;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n }\n\n .tabulator .tabulator-footer .tabulator-footer-contents {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n padding: 5px 10px;\n }\n\n .tabulator .tabulator-footer .tabulator-footer-contents:empty {\n display: none;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n box-sizing: border-box;\n width: 100%;\n text-align: left;\n background: white !important;\n border-bottom: 1px solid #ddd;\n border-top: 1px solid #ddd;\n overflow: hidden;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n display: inline-block;\n background: white !important;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder:only-child {\n margin-bottom: -5px;\n border-bottom: none;\n }\n\n .tabulator .tabulator-footer > * + .tabulator-page-counter {\n margin-left: 10px;\n }\n\n .tabulator .tabulator-footer .tabulator-page-counter {\n font-weight: normal;\n }\n\n .tabulator .tabulator-footer .tabulator-paginator {\n flex: 1;\n text-align: right;\n color: #555;\n font-family: inherit;\n font-weight: inherit;\n font-size: inherit;\n }\n\n .tabulator .tabulator-footer .tabulator-page-size {\n display: inline-block;\n margin: 0 5px;\n padding: 2px 5px;\n border: 1px solid #aaa;\n border-radius: 3px;\n }\n\n .tabulator .tabulator-footer .tabulator-pages {\n margin: 0 7px;\n }\n\n .tabulator .tabulator-footer .tabulator-page {\n display: inline-block;\n margin: 0 2px;\n padding: 2px 5px;\n border: 1px solid #aaa;\n border-radius: 3px;\n background: rgba(255, 255, 255, 0.2);\n }\n\n .tabulator .tabulator-footer .tabulator-page.active {\n color: #d00;\n }\n\n .tabulator .tabulator-footer .tabulator-page:disabled {\n opacity: 0.5;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-footer .tabulator-page:not(.disabled):hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n color: #fff;\n }\n }\n\n .tabulator .tabulator-col-resize-handle {\n position: relative;\n display: inline-block;\n width: 6px;\n margin-left: -3px;\n margin-right: -3px;\n z-index: 10;\n vertical-align: middle;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-col-resize-handle:hover {\n cursor: ew-resize;\n }\n }\n\n .tabulator .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-right: 0;\n }\n\n .tabulator .tabulator-alert {\n position: absolute;\n display: flex;\n align-items: center;\n top: 0;\n left: 0;\n z-index: 100;\n height: 100%;\n width: 100%;\n background: rgba(0, 0, 0, 0.4);\n text-align: center;\n }\n\n .tabulator .tabulator-alert .tabulator-alert-msg {\n display: inline-block;\n margin: 0 auto;\n padding: 10px 20px;\n border-radius: 10px;\n background: #fff;\n font-weight: bold;\n font-size: 16px;\n }\n\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg {\n border: 4px solid #333;\n color: #000;\n }\n\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error {\n border: 4px solid #d00;\n color: #590000;\n }\n\n .tabulator-row {\n position: relative;\n box-sizing: border-box;\n min-height: 22px;\n background-color: #fff;\n }\n\n .tabulator-row.tabulator-row-even {\n background-color: #fff;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selectable:hover {\n background-color: #bbb;\n cursor: pointer;\n }\n }\n\n .tabulator-row.tabulator-selected {\n background-color: #9abcea;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selected:hover {\n background-color: #769bcc;\n cursor: pointer;\n }\n }\n\n .tabulator-row.tabulator-row-moving {\n border: 1px solid #000;\n background: #fff;\n }\n\n .tabulator-row.tabulator-moving {\n position: absolute;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n pointer-events: none;\n z-index: 15;\n }\n\n .tabulator-row .tabulator-row-resize-handle {\n position: absolute;\n right: 0;\n bottom: 0;\n left: 0;\n height: 5px;\n }\n\n .tabulator-row .tabulator-row-resize-handle.prev {\n top: 0;\n bottom: auto;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-row-resize-handle:hover {\n cursor: ns-resize;\n }\n }\n\n .tabulator-row .tabulator-responsive-collapse {\n box-sizing: border-box;\n padding: 5px;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n }\n\n .tabulator-row .tabulator-responsive-collapse:empty {\n display: none;\n }\n\n .tabulator-row .tabulator-responsive-collapse table {\n font-size: 14px;\n }\n\n .tabulator-row .tabulator-responsive-collapse table tr td {\n position: relative;\n }\n\n .tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {\n padding-right: 10px;\n }\n\n .tabulator-row .tabulator-cell {\n display: inline-flex;\n position: unset;\n box-sizing: border-box;\n padding: 4px 8px;\n border-right: 1px solid #ddd;\n vertical-align: middle;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n }\n\n .tabulator-row .tabulator-cell.tabulator-frozen {\n display: inline-flex;\n position: sticky;\n left: 0;\n background-color: inherit;\n z-index: 11;\n }\n\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell.tabulator-editing {\n border: 1px solid #1d68cd;\n outline: none;\n padding: 0;\n }\n\n .tabulator-row .tabulator-cell.tabulator-editing input,\n .tabulator-row .tabulator-cell.tabulator-editing select {\n border: 1px;\n background: transparent;\n outline: none;\n }\n\n .tabulator-row .tabulator-cell.tabulator-validation-fail {\n border: 1px solid #dd0000;\n }\n\n .tabulator-row .tabulator-cell.tabulator-validation-fail input,\n .tabulator-row .tabulator-cell.tabulator-validation-fail select {\n border: 1px;\n background: transparent;\n color: #dd0000;\n }\n\n .tabulator-row .tabulator-cell.tabulator-row-handle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n }\n\n .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {\n width: 80%;\n }\n\n .tabulator-row\n .tabulator-cell.tabulator-row-handle\n .tabulator-row-handle-box\n .tabulator-row-handle-bar {\n width: 100%;\n height: 3px;\n margin-top: 2px;\n background: #666;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty {\n display: inline-block;\n width: 7px;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #ddd;\n border-bottom: 2px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n }\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-data-tree-control\n .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-data-tree-control\n .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-data-tree-control\n .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n height: 15px;\n width: 15px;\n border-radius: 20px;\n background: #666;\n color: #fff;\n font-weight: bold;\n font-size: 1.1em;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {\n opacity: 0.7;\n cursor: pointer;\n }\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-responsive-collapse-toggle.open\n .tabulator-responsive-collapse-toggle-close {\n display: initial;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-responsive-collapse-toggle.open\n .tabulator-responsive-collapse-toggle-open {\n display: none;\n }\n\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg {\n stroke: #fff;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-responsive-collapse-toggle\n .tabulator-responsive-collapse-toggle-close {\n display: none;\n }\n\n .tabulator-row .tabulator-cell .tabulator-traffic-light {\n display: inline-block;\n height: 14px;\n width: 14px;\n border-radius: 14px;\n }\n\n .tabulator-row.tabulator-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #ddd;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1);\n }\n }\n\n .tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-1 {\n padding-left: 30px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-2 {\n padding-left: 50px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-3 {\n padding-left: 70px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-4 {\n padding-left: 90px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-5 {\n padding-left: 110px;\n }\n\n .tabulator-row.tabulator-group .tabulator-group-toggle {\n display: inline-block;\n }\n\n .tabulator-row.tabulator-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle;\n }\n\n .tabulator-row.tabulator-group span {\n margin-left: 10px;\n color: #d00;\n }\n\n .tabulator-popup-container {\n position: absolute;\n display: inline-block;\n box-sizing: border-box;\n background: #fff;\n border: 1px solid #ddd;\n box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);\n font-size: 14px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n z-index: 10000;\n }\n\n .tabulator-popup {\n padding: 5px;\n border-radius: 3px;\n }\n\n .tabulator-tooltip {\n max-width: Min(500px, 100%);\n padding: 3px 5px;\n border-radius: 2px;\n box-shadow: none;\n font-size: 12px;\n pointer-events: none;\n }\n\n .tabulator-menu .tabulator-menu-item {\n position: relative;\n box-sizing: border-box;\n padding: 5px 10px;\n user-select: none;\n }\n\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled {\n opacity: 0.5;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {\n cursor: pointer;\n background: #fff;\n }\n }\n\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu {\n padding-right: 25px;\n }\n\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after {\n display: inline-block;\n position: absolute;\n top: calc(5px + 0.4em);\n right: 10px;\n height: 7px;\n width: 7px;\n content: '';\n border-width: 1px 1px 0 0;\n border-style: solid;\n border-color: #ddd;\n vertical-align: top;\n transform: rotate(45deg);\n }\n\n .tabulator-menu .tabulator-menu-separator {\n border-top: 1px solid #ddd;\n }\n\n .tabulator-edit-list {\n max-height: 200px;\n font-size: 14px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item {\n padding: 4px;\n color: #333;\n outline: none;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.active {\n color: #fff;\n background: #1d68cd;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.active.focused {\n outline: 1px solid rgba(255, 255, 255, 0.5);\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.focused {\n outline: 1px solid #1d68cd;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-edit-list .tabulator-edit-list-item:hover {\n cursor: pointer;\n color: #fff;\n background: #1d68cd;\n }\n }\n\n .tabulator-edit-list .tabulator-edit-list-placeholder {\n padding: 4px;\n color: #333;\n text-align: center;\n }\n\n .tabulator-edit-list .tabulator-edit-list-group {\n border-bottom: 1px solid #ddd;\n padding: 4px;\n padding-top: 6px;\n color: #333;\n font-weight: bold;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2 {\n padding-left: 12px;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3 {\n padding-left: 20px;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4 {\n padding-left: 28px;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5 {\n padding-left: 36px;\n }\n\n .tabulator.tabulator-ltr {\n direction: ltr;\n }\n\n .tabulator.tabulator-rtl {\n text-align: initial;\n direction: rtl;\n }\n\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col {\n text-align: initial;\n border-left: 1px solid #ddd;\n border-right: initial;\n }\n\n .tabulator.tabulator-rtl\n .tabulator-header\n .tabulator-col.tabulator-col-group\n .tabulator-col-group-cols {\n margin-right: initial;\n margin-left: -1px;\n }\n\n .tabulator.tabulator-rtl\n .tabulator-header\n .tabulator-col.tabulator-sortable\n .tabulator-col-title {\n padding-right: 0;\n padding-left: 25px;\n }\n\n .tabulator.tabulator-rtl\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-sorter {\n left: 8px;\n right: initial;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell {\n border-right: initial;\n border-left: 1px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n margin-right: initial;\n margin-left: 5px;\n border-bottom-left-radius: initial;\n border-bottom-right-radius: 1px;\n border-left: initial;\n border-right: 2px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n margin-right: initial;\n margin-left: 5px;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-left: 2px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-right: 2px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-left: 0;\n margin-right: -3px;\n }\n\n .tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder {\n text-align: initial;\n }\n\n .tabulator-print-fullscreen {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n z-index: 10000;\n }\n\n body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {\n display: none !important;\n }\n\n .tabulator-print-table {\n border-collapse: collapse;\n }\n\n .tabulator-print-table .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #ddd;\n border-bottom: 2px solid #ddd;\n }\n\n .tabulator-print-table .tabulator-print-table-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #ddd;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-print-table-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1);\n }\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td {\n padding-left: 30px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td {\n padding-left: 50px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td {\n padding-left: 70px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td {\n padding-left: 90px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td {\n padding-left: 110px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle {\n display: inline-block;\n }\n\n .tabulator-print-table .tabulator-print-table-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle;\n }\n\n .tabulator-print-table .tabulator-print-table-group span {\n margin-left: 10px;\n color: #d00;\n }\n\n .tabulator-print-table .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n }\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent;\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333;\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator {\n border: none;\n background-color: #fff;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder {\n background: #f2f2f2 !important;\n border-bottom: 1px solid #999;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {\n background: #f2f2f2 !important;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder span {\n color: #000;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n background: #f2f2f2 !important;\n border-bottom: 1px solid #fff;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n background: #f2f2f2 !important;\n }\n\n .tabulator-row {\n border-bottom: 1px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell:last-of-type {\n border-right: none;\n }\n\n .tabulator-row.tabulator-group span {\n color: #666;\n }\n\n .tabulator-print-table .tabulator-print-table-group span {\n margin-left: 10px;\n color: #666;\n }\n\n /*# sourceMappingURL=tabulator_simple.css.map */\n`",
4653
+ "description": "External styles for the Tabulator grid.",
4654
+ "privacy": "public"
4655
+ }
4656
+ ],
4657
+ "exports": [
4658
+ {
4659
+ "kind": "js",
4660
+ "name": "tabulatorThemeSimpleCSS",
4661
+ "declaration": {
4662
+ "name": "tabulatorThemeSimpleCSS",
4663
+ "module": "src/external/tabulator-theme-simple-css.ts"
4664
4664
  }
4665
4665
  }
4666
4666
  ]