@genesislcap/grid-tabulator 14.489.0-GENC-1351.10 → 14.489.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.
@@ -1657,365 +1657,452 @@
1657
1657
  },
1658
1658
  {
1659
1659
  "kind": "javascript-module",
1660
- "path": "src/cell-editors/date.editor.ts",
1660
+ "path": "src/cell-formatters/action.formatter.ts",
1661
1661
  "declarations": [
1662
1662
  {
1663
- "kind": "class",
1664
- "description": "The date editor class for grid-tabulator",
1665
- "name": "DateEditor",
1666
- "members": [
1667
- {
1668
- "kind": "field",
1669
- "name": "params",
1670
- "type": {
1671
- "text": "DateEditorParams"
1672
- }
1673
- },
1663
+ "kind": "function",
1664
+ "name": "actionFormatter",
1665
+ "return": {
1666
+ "type": {
1667
+ "text": ""
1668
+ }
1669
+ },
1670
+ "parameters": [
1674
1671
  {
1675
- "kind": "field",
1676
- "name": "dateField",
1672
+ "name": "cell",
1677
1673
  "type": {
1678
1674
  "text": "any"
1679
- }
1680
- },
1681
- {
1682
- "kind": "method",
1683
- "name": "init",
1684
- "parameters": [
1685
- {
1686
- "name": "params",
1687
- "type": {
1688
- "text": "DateEditorParams"
1689
- }
1690
- }
1691
- ],
1692
- "description": "Initialize the editor with parameters"
1693
- },
1694
- {
1695
- "kind": "method",
1696
- "name": "getValue",
1697
- "description": "Get current value"
1698
- },
1699
- {
1700
- "kind": "method",
1701
- "name": "getFormattedValue",
1702
- "description": "Format value for display"
1703
- },
1704
- {
1705
- "kind": "method",
1706
- "name": "focus",
1707
- "description": "Set focus to the input"
1708
- },
1709
- {
1710
- "kind": "method",
1711
- "name": "handleKeyDown",
1712
- "parameters": [
1713
- {
1714
- "name": "event",
1715
- "type": {
1716
- "text": "KeyboardEvent"
1717
- }
1718
- }
1719
- ],
1720
- "description": "Process key down events"
1721
- },
1722
- {
1723
- "kind": "field",
1724
- "name": "_presentation",
1725
- "type": {
1726
- "text": "ComponentPresentation | null | undefined"
1727
- },
1728
- "privacy": "private",
1729
- "default": "void 0",
1730
- "inheritedFrom": {
1731
- "name": "FoundationElement",
1732
- "module": "src/foundation-element/foundation-element.ts"
1733
- }
1734
- },
1735
- {
1736
- "kind": "field",
1737
- "name": "$presentation",
1738
- "type": {
1739
- "text": "ComponentPresentation | null"
1740
- },
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
1675
  },
1770
- "inheritedFrom": {
1771
- "name": "FoundationElement",
1772
- "module": "src/foundation-element/foundation-element.ts"
1773
- }
1676
+ "description": "The cell component provided by Tabulator"
1774
1677
  },
1775
1678
  {
1776
- "kind": "field",
1777
- "name": "styles",
1679
+ "name": "formatterParams",
1680
+ "default": "{}",
1778
1681
  "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
- }
1682
+ "text": "ActionFormatterParams<T>"
1811
1683
  },
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
- }
1684
+ "description": "Action formatter parameters"
1832
1685
  }
1833
1686
  ],
1834
- "superclass": {
1835
- "name": "FoundationElement",
1836
- "package": "@microsoft/fast-foundation"
1837
- }
1838
- },
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": [
1839
1692
  {
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
- },
1693
+ "kind": "js",
1694
+ "name": "actionFormatter",
1695
+ "declaration": {
1696
+ "name": "actionFormatter",
1697
+ "module": "src/cell-formatters/action.formatter.ts"
1698
+ }
1699
+ }
1700
+ ]
1701
+ },
1702
+ {
1703
+ "kind": "javascript-module",
1704
+ "path": "src/cell-formatters/actions-menu.formatter.ts",
1705
+ "declarations": [
1845
1706
  {
1846
1707
  "kind": "function",
1847
- "name": "getDateEditorTemplate",
1848
- "parameters": [
1849
- {
1850
- "name": "prefix",
1851
- "default": "'foundation'",
1852
- "description": "The design system prefix to use. Defaults to 'foundation'."
1853
- }
1854
- ],
1855
- "description": "Get a Design System prefixed date field template.",
1708
+ "name": "actionsMenuFormatter",
1856
1709
  "return": {
1857
1710
  "type": {
1858
1711
  "text": ""
1859
1712
  }
1860
1713
  },
1714
+ "parameters": [
1715
+ {
1716
+ "name": "cell",
1717
+ "type": {
1718
+ "text": "any"
1719
+ },
1720
+ "description": "The cell component provided by Tabulator"
1721
+ },
1722
+ {
1723
+ "name": "formatterParams",
1724
+ "default": "{}",
1725
+ "type": {
1726
+ "text": "ActionsMenuFormatterParams<T>"
1727
+ },
1728
+ "description": "Actions menu formatter parameters"
1729
+ }
1730
+ ],
1731
+ "description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
1861
1732
  "privacy": "public"
1862
- },
1863
- {
1864
- "kind": "variable",
1865
- "name": "foundationDateEditor",
1866
- "description": "Definition for the date editor component"
1867
1733
  }
1868
1734
  ],
1869
1735
  "exports": [
1870
1736
  {
1871
1737
  "kind": "js",
1872
- "name": "DateEditor",
1738
+ "name": "actionsMenuFormatter",
1873
1739
  "declaration": {
1874
- "name": "DateEditor",
1875
- "module": "src/cell-editors/date.editor.ts"
1740
+ "name": "actionsMenuFormatter",
1741
+ "module": "src/cell-formatters/actions-menu.formatter.ts"
1876
1742
  }
1877
- },
1743
+ }
1744
+ ]
1745
+ },
1746
+ {
1747
+ "kind": "javascript-module",
1748
+ "path": "src/cell-formatters/boolean.formatter.ts",
1749
+ "declarations": [
1878
1750
  {
1879
- "kind": "js",
1880
- "name": "dateEditorStyles",
1881
- "declaration": {
1882
- "name": "dateEditorStyles",
1883
- "module": "src/cell-editors/date.editor.ts"
1884
- }
1885
- },
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": [
1886
1780
  {
1887
1781
  "kind": "js",
1888
- "name": "getDateEditorTemplate",
1782
+ "name": "booleanFormatter",
1889
1783
  "declaration": {
1890
- "name": "getDateEditorTemplate",
1891
- "module": "src/cell-editors/date.editor.ts"
1784
+ "name": "booleanFormatter",
1785
+ "module": "src/cell-formatters/boolean.formatter.ts"
1892
1786
  }
1893
- },
1787
+ }
1788
+ ]
1789
+ },
1790
+ {
1791
+ "kind": "javascript-module",
1792
+ "path": "src/cell-formatters/constants.ts",
1793
+ "declarations": [],
1794
+ "exports": []
1795
+ },
1796
+ {
1797
+ "kind": "javascript-module",
1798
+ "path": "src/cell-formatters/editable.formatter.ts",
1799
+ "declarations": [
1800
+ {
1801
+ "kind": "function",
1802
+ "name": "editableFormatter",
1803
+ "return": {
1804
+ "type": {
1805
+ "text": ""
1806
+ }
1807
+ },
1808
+ "parameters": [
1809
+ {
1810
+ "name": "cell",
1811
+ "type": {
1812
+ "text": "any"
1813
+ },
1814
+ "description": "The cell component provided by Tabulator"
1815
+ },
1816
+ {
1817
+ "name": "formatterParams",
1818
+ "default": "{}",
1819
+ "type": {
1820
+ "text": "EditableFormatterParams<T>"
1821
+ },
1822
+ "description": "Editable formatter parameters"
1823
+ }
1824
+ ],
1825
+ "description": "Formatter that displays an editable cell with validation state",
1826
+ "privacy": "public"
1827
+ }
1828
+ ],
1829
+ "exports": [
1894
1830
  {
1895
1831
  "kind": "js",
1896
- "name": "foundationDateEditor",
1832
+ "name": "editableFormatter",
1897
1833
  "declaration": {
1898
- "name": "foundationDateEditor",
1899
- "module": "src/cell-editors/date.editor.ts"
1834
+ "name": "editableFormatter",
1835
+ "module": "src/cell-formatters/editable.formatter.ts"
1900
1836
  }
1901
1837
  }
1902
1838
  ]
1903
1839
  },
1904
1840
  {
1905
1841
  "kind": "javascript-module",
1906
- "path": "src/cell-editors/index.ts",
1907
- "declarations": [],
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
+ ],
1908
1854
  "exports": [
1909
1855
  {
1910
1856
  "kind": "js",
1911
1857
  "name": "*",
1912
1858
  "declaration": {
1913
1859
  "name": "*",
1914
- "package": "./date.editor"
1860
+ "package": "./constants"
1915
1861
  }
1916
1862
  },
1917
1863
  {
1918
1864
  "kind": "js",
1919
- "name": "*",
1865
+ "name": "ActionFormatterParams",
1920
1866
  "declaration": {
1921
- "name": "*",
1922
- "package": "./number.editor"
1867
+ "name": "ActionFormatterParams",
1868
+ "module": "src/cell-formatters/index.ts"
1923
1869
  }
1924
1870
  },
1925
1871
  {
1926
1872
  "kind": "js",
1927
- "name": "*",
1873
+ "name": "actionFormatter",
1928
1874
  "declaration": {
1929
- "name": "*",
1930
- "package": "./select.editor"
1875
+ "name": "actionFormatter",
1876
+ "module": "src/cell-formatters/index.ts"
1931
1877
  }
1932
1878
  },
1933
1879
  {
1934
1880
  "kind": "js",
1935
- "name": "*",
1881
+ "name": "ActionsMenuFormatterParams",
1936
1882
  "declaration": {
1937
- "name": "*",
1938
- "package": "./string.editor"
1883
+ "name": "ActionsMenuFormatterParams",
1884
+ "module": "src/cell-formatters/index.ts"
1939
1885
  }
1940
1886
  },
1941
1887
  {
1942
1888
  "kind": "js",
1943
- "name": "*",
1889
+ "name": "actionsMenuFormatter",
1944
1890
  "declaration": {
1945
- "name": "*",
1946
- "package": "./multiselect.editor"
1891
+ "name": "actionsMenuFormatter",
1892
+ "module": "src/cell-formatters/index.ts"
1893
+ }
1894
+ },
1895
+ {
1896
+ "kind": "js",
1897
+ "name": "BooleanFormatterParams",
1898
+ "declaration": {
1899
+ "name": "BooleanFormatterParams",
1900
+ "module": "src/cell-formatters/index.ts"
1901
+ }
1902
+ },
1903
+ {
1904
+ "kind": "js",
1905
+ "name": "booleanFormatter",
1906
+ "declaration": {
1907
+ "name": "booleanFormatter",
1908
+ "module": "src/cell-formatters/index.ts"
1909
+ }
1910
+ },
1911
+ {
1912
+ "kind": "js",
1913
+ "name": "EditableFormatterParams",
1914
+ "declaration": {
1915
+ "name": "EditableFormatterParams",
1916
+ "module": "src/cell-formatters/index.ts"
1917
+ }
1918
+ },
1919
+ {
1920
+ "kind": "js",
1921
+ "name": "editableFormatter",
1922
+ "declaration": {
1923
+ "name": "editableFormatter",
1924
+ "module": "src/cell-formatters/index.ts"
1925
+ }
1926
+ },
1927
+ {
1928
+ "kind": "js",
1929
+ "name": "SelectFormatterParams",
1930
+ "declaration": {
1931
+ "name": "SelectFormatterParams",
1932
+ "module": "src/cell-formatters/index.ts"
1933
+ }
1934
+ },
1935
+ {
1936
+ "kind": "js",
1937
+ "name": "selectFormatter",
1938
+ "declaration": {
1939
+ "name": "selectFormatter",
1940
+ "module": "src/cell-formatters/index.ts"
1941
+ }
1942
+ },
1943
+ {
1944
+ "kind": "js",
1945
+ "name": "TextFormatterParams",
1946
+ "declaration": {
1947
+ "name": "TextFormatterParams",
1948
+ "module": "src/cell-formatters/index.ts"
1949
+ }
1950
+ },
1951
+ {
1952
+ "kind": "js",
1953
+ "name": "textFormatter",
1954
+ "declaration": {
1955
+ "name": "textFormatter",
1956
+ "module": "src/cell-formatters/index.ts"
1957
+ }
1958
+ },
1959
+ {
1960
+ "kind": "js",
1961
+ "name": "formatters",
1962
+ "declaration": {
1963
+ "name": "formatters",
1964
+ "module": "src/cell-formatters/index.ts"
1947
1965
  }
1948
1966
  }
1949
1967
  ]
1950
1968
  },
1951
1969
  {
1952
1970
  "kind": "javascript-module",
1953
- "path": "src/cell-editors/multiselect.editor.ts",
1971
+ "path": "src/cell-formatters/select.formatter.ts",
1954
1972
  "declarations": [
1955
1973
  {
1956
- "kind": "class",
1957
- "description": "The multiselect editor class for grid-tabulator",
1958
- "name": "MultiselectEditor",
1959
- "members": [
1960
- {
1961
- "kind": "field",
1962
- "name": "params",
1963
- "type": {
1964
- "text": "MultiselectEditorParams"
1965
- }
1966
- },
1974
+ "kind": "function",
1975
+ "name": "selectFormatter",
1976
+ "return": {
1977
+ "type": {
1978
+ "text": ""
1979
+ }
1980
+ },
1981
+ "parameters": [
1967
1982
  {
1968
- "kind": "field",
1969
- "name": "select",
1983
+ "name": "cell",
1970
1984
  "type": {
1971
1985
  "text": "any"
1972
- }
1973
- },
1974
- {
1975
- "kind": "method",
1976
- "name": "init",
1977
- "parameters": [
1978
- {
1979
- "name": "params",
1980
- "type": {
1981
- "text": "MultiselectEditorParams"
1982
- }
1983
- }
1984
- ],
1985
- "description": "Initialize the editor with parameters"
1986
- },
1987
- {
1988
- "kind": "method",
1989
- "name": "getValues",
1990
- "return": {
1991
- "type": {
1992
- "text": "(string | number)[]"
1993
- }
1994
1986
  },
1995
- "description": "Get current values"
1996
- },
1997
- {
1998
- "kind": "method",
1999
- "name": "focus",
2000
- "description": "Set focus to the select"
1987
+ "description": "The cell component provided by Tabulator"
2001
1988
  },
2002
1989
  {
2003
- "kind": "method",
2004
- "name": "isSelected",
2005
- "return": {
2006
- "type": {
2007
- "text": "boolean"
2008
- }
1990
+ "name": "formatterParams",
1991
+ "type": {
1992
+ "text": "SelectFormatterParams<T>"
1993
+ },
1994
+ "description": "Select formatter parameters"
1995
+ }
1996
+ ],
1997
+ "description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
1998
+ "privacy": "public"
1999
+ }
2000
+ ],
2001
+ "exports": [
2002
+ {
2003
+ "kind": "js",
2004
+ "name": "selectFormatter",
2005
+ "declaration": {
2006
+ "name": "selectFormatter",
2007
+ "module": "src/cell-formatters/select.formatter.ts"
2008
+ }
2009
+ }
2010
+ ]
2011
+ },
2012
+ {
2013
+ "kind": "javascript-module",
2014
+ "path": "src/cell-formatters/text.formatter.ts",
2015
+ "declarations": [
2016
+ {
2017
+ "kind": "function",
2018
+ "name": "textFormatter",
2019
+ "return": {
2020
+ "type": {
2021
+ "text": ""
2022
+ }
2023
+ },
2024
+ "parameters": [
2025
+ {
2026
+ "name": "cell",
2027
+ "type": {
2028
+ "text": "any"
2029
+ },
2030
+ "description": "The cell component provided by Tabulator"
2031
+ },
2032
+ {
2033
+ "name": "formatterParams",
2034
+ "default": "{}",
2035
+ "type": {
2036
+ "text": "TextFormatterParams<T>"
2009
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
+ }
2071
+ },
2072
+ {
2073
+ "kind": "field",
2074
+ "name": "dateField",
2075
+ "type": {
2076
+ "text": "any"
2077
+ }
2078
+ },
2079
+ {
2080
+ "kind": "method",
2081
+ "name": "init",
2010
2082
  "parameters": [
2011
2083
  {
2012
- "name": "value",
2084
+ "name": "params",
2013
2085
  "type": {
2014
- "text": "string | number"
2086
+ "text": "DateEditorParams"
2015
2087
  }
2016
2088
  }
2017
2089
  ],
2018
- "description": "Check if a value is selected"
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"
2019
2106
  },
2020
2107
  {
2021
2108
  "kind": "method",
@@ -2030,11 +2117,6 @@
2030
2117
  ],
2031
2118
  "description": "Process key down events"
2032
2119
  },
2033
- {
2034
- "kind": "method",
2035
- "name": "handleChange",
2036
- "description": "Handle change event to save when selection changes"
2037
- },
2038
2120
  {
2039
2121
  "kind": "field",
2040
2122
  "name": "_presentation",
@@ -2154,13 +2236,13 @@
2154
2236
  },
2155
2237
  {
2156
2238
  "kind": "variable",
2157
- "name": "multiselectEditorStyles",
2239
+ "name": "dateEditorStyles",
2158
2240
  "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
2159
- "description": "Styles for the multiselect editor"
2241
+ "description": "Styles for the date editor"
2160
2242
  },
2161
2243
  {
2162
2244
  "kind": "function",
2163
- "name": "getMultiselectEditorTemplate",
2245
+ "name": "getDateEditorTemplate",
2164
2246
  "parameters": [
2165
2247
  {
2166
2248
  "name": "prefix",
@@ -2168,73 +2250,121 @@
2168
2250
  "description": "The design system prefix to use. Defaults to 'foundation'."
2169
2251
  }
2170
2252
  ],
2171
- "description": "Get a Design System prefixed Select template.",
2253
+ "description": "Get a Design System prefixed date field template.",
2172
2254
  "return": {
2173
2255
  "type": {
2174
2256
  "text": ""
2175
2257
  }
2176
- }
2258
+ },
2259
+ "privacy": "public"
2177
2260
  },
2178
2261
  {
2179
2262
  "kind": "variable",
2180
- "name": "foundationMultiselectEditor",
2181
- "description": "Definition for the multiselect editor component"
2263
+ "name": "foundationDateEditor",
2264
+ "description": "Definition for the date editor component"
2182
2265
  }
2183
2266
  ],
2184
2267
  "exports": [
2185
2268
  {
2186
2269
  "kind": "js",
2187
- "name": "MultiselectEditor",
2270
+ "name": "DateEditor",
2188
2271
  "declaration": {
2189
- "name": "MultiselectEditor",
2190
- "module": "src/cell-editors/multiselect.editor.ts"
2272
+ "name": "DateEditor",
2273
+ "module": "src/cell-editors/date.editor.ts"
2191
2274
  }
2192
2275
  },
2193
2276
  {
2194
2277
  "kind": "js",
2195
- "name": "multiselectEditorStyles",
2278
+ "name": "dateEditorStyles",
2196
2279
  "declaration": {
2197
- "name": "multiselectEditorStyles",
2198
- "module": "src/cell-editors/multiselect.editor.ts"
2280
+ "name": "dateEditorStyles",
2281
+ "module": "src/cell-editors/date.editor.ts"
2199
2282
  }
2200
2283
  },
2201
2284
  {
2202
2285
  "kind": "js",
2203
- "name": "getMultiselectEditorTemplate",
2286
+ "name": "getDateEditorTemplate",
2204
2287
  "declaration": {
2205
- "name": "getMultiselectEditorTemplate",
2206
- "module": "src/cell-editors/multiselect.editor.ts"
2288
+ "name": "getDateEditorTemplate",
2289
+ "module": "src/cell-editors/date.editor.ts"
2207
2290
  }
2208
2291
  },
2209
2292
  {
2210
2293
  "kind": "js",
2211
- "name": "foundationMultiselectEditor",
2294
+ "name": "foundationDateEditor",
2212
2295
  "declaration": {
2213
- "name": "foundationMultiselectEditor",
2214
- "module": "src/cell-editors/multiselect.editor.ts"
2296
+ "name": "foundationDateEditor",
2297
+ "module": "src/cell-editors/date.editor.ts"
2215
2298
  }
2216
2299
  }
2217
2300
  ]
2218
2301
  },
2219
2302
  {
2220
2303
  "kind": "javascript-module",
2221
- "path": "src/cell-editors/number.editor.ts",
2304
+ "path": "src/cell-editors/index.ts",
2305
+ "declarations": [],
2306
+ "exports": [
2307
+ {
2308
+ "kind": "js",
2309
+ "name": "*",
2310
+ "declaration": {
2311
+ "name": "*",
2312
+ "package": "./date.editor"
2313
+ }
2314
+ },
2315
+ {
2316
+ "kind": "js",
2317
+ "name": "*",
2318
+ "declaration": {
2319
+ "name": "*",
2320
+ "package": "./number.editor"
2321
+ }
2322
+ },
2323
+ {
2324
+ "kind": "js",
2325
+ "name": "*",
2326
+ "declaration": {
2327
+ "name": "*",
2328
+ "package": "./select.editor"
2329
+ }
2330
+ },
2331
+ {
2332
+ "kind": "js",
2333
+ "name": "*",
2334
+ "declaration": {
2335
+ "name": "*",
2336
+ "package": "./string.editor"
2337
+ }
2338
+ },
2339
+ {
2340
+ "kind": "js",
2341
+ "name": "*",
2342
+ "declaration": {
2343
+ "name": "*",
2344
+ "package": "./multiselect.editor"
2345
+ }
2346
+ }
2347
+ ]
2348
+ },
2349
+ {
2350
+ "kind": "javascript-module",
2351
+ "path": "src/cell-editors/multiselect.editor.ts",
2222
2352
  "declarations": [
2223
2353
  {
2224
2354
  "kind": "class",
2225
- "description": "The number editor class for grid-tabulator",
2226
- "name": "NumberEditor",
2355
+ "description": "The multiselect editor class for grid-tabulator",
2356
+ "name": "MultiselectEditor",
2227
2357
  "members": [
2228
2358
  {
2229
2359
  "kind": "field",
2230
2360
  "name": "params",
2231
2361
  "type": {
2232
- "text": "NumberEditorParams"
2362
+ "text": "MultiselectEditorParams"
2233
2363
  }
2234
2364
  },
2235
2365
  {
2236
2366
  "kind": "field",
2237
- "name": "numberField",
2367
+ "name": "select",
2238
2368
  "type": {
2239
2369
  "text": "any"
2240
2370
  }
@@ -2246,7 +2376,7 @@
2246
2376
  {
2247
2377
  "name": "params",
2248
2378
  "type": {
2249
- "text": "NumberEditorParams"
2379
+ "text": "MultiselectEditorParams"
2250
2380
  }
2251
2381
  }
2252
2382
  ],
@@ -2254,13 +2384,36 @@
2254
2384
  },
2255
2385
  {
2256
2386
  "kind": "method",
2257
- "name": "getValue",
2258
- "description": "Get current value"
2387
+ "name": "getValues",
2388
+ "return": {
2389
+ "type": {
2390
+ "text": "(string | number)[]"
2391
+ }
2392
+ },
2393
+ "description": "Get current values"
2259
2394
  },
2260
2395
  {
2261
2396
  "kind": "method",
2262
2397
  "name": "focus",
2263
- "description": "Set focus to the input"
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"
2264
2417
  },
2265
2418
  {
2266
2419
  "kind": "method",
@@ -2275,6 +2428,11 @@
2275
2428
  ],
2276
2429
  "description": "Process key down events"
2277
2430
  },
2431
+ {
2432
+ "kind": "method",
2433
+ "name": "handleChange",
2434
+ "description": "Handle change event to save when selection changes"
2435
+ },
2278
2436
  {
2279
2437
  "kind": "field",
2280
2438
  "name": "_presentation",
@@ -2394,9 +2552,249 @@
2394
2552
  },
2395
2553
  {
2396
2554
  "kind": "variable",
2397
- "name": "numberEditorStyles",
2555
+ "name": "multiselectEditorStyles",
2398
2556
  "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
2399
- "description": "Styles for the number editor"
2557
+ "description": "Styles for the multiselect editor"
2558
+ },
2559
+ {
2560
+ "kind": "function",
2561
+ "name": "getMultiselectEditorTemplate",
2562
+ "parameters": [
2563
+ {
2564
+ "name": "prefix",
2565
+ "default": "'foundation'",
2566
+ "description": "The design system prefix to use. Defaults to 'foundation'."
2567
+ }
2568
+ ],
2569
+ "description": "Get a Design System prefixed Select template.",
2570
+ "return": {
2571
+ "type": {
2572
+ "text": ""
2573
+ }
2574
+ }
2575
+ },
2576
+ {
2577
+ "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"
2400
2798
  },
2401
2799
  {
2402
2800
  "kind": "function",
@@ -2944,398 +3342,391 @@
2944
3342
  },
2945
3343
  {
2946
3344
  "kind": "javascript-module",
2947
- "path": "src/cell-formatters/action.formatter.ts",
3345
+ "path": "src/column/column.ts",
2948
3346
  "declarations": [
2949
3347
  {
2950
- "kind": "function",
2951
- "name": "actionFormatter",
2952
- "return": {
2953
- "type": {
2954
- "text": ""
2955
- }
2956
- },
2957
- "parameters": [
3348
+ "kind": "class",
3349
+ "description": "The GridTabulator Column element.",
3350
+ "name": "GridTabulatorColumn",
3351
+ "members": [
2958
3352
  {
2959
- "name": "cell",
2960
- "type": {
2961
- "text": "any"
3353
+ "kind": "field",
3354
+ "name": "slottedCell",
3355
+ "type": {
3356
+ "text": "HTMLElement[]"
2962
3357
  },
2963
- "description": "The cell component provided by Tabulator"
3358
+ "privacy": "public"
2964
3359
  },
2965
3360
  {
2966
- "name": "formatterParams",
2967
- "default": "{}",
3361
+ "kind": "field",
3362
+ "name": "definition",
2968
3363
  "type": {
2969
- "text": "ActionFormatterParams<T>"
3364
+ "text": "Partial<ColumnDefinition>"
2970
3365
  },
2971
- "description": "Action formatter parameters"
2972
- }
2973
- ],
2974
- "description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
2975
- "privacy": "public"
2976
- }
2977
- ],
2978
- "exports": [
2979
- {
2980
- "kind": "js",
2981
- "name": "actionFormatter",
2982
- "declaration": {
2983
- "name": "actionFormatter",
2984
- "module": "src/cell-formatters/action.formatter.ts"
2985
- }
2986
- }
2987
- ]
2988
- },
2989
- {
2990
- "kind": "javascript-module",
2991
- "path": "src/cell-formatters/actions-menu.formatter.ts",
2992
- "declarations": [
2993
- {
2994
- "kind": "function",
2995
- "name": "actionsMenuFormatter",
2996
- "return": {
2997
- "type": {
2998
- "text": ""
2999
- }
3000
- },
3001
- "parameters": [
3366
+ "default": "{}"
3367
+ },
3002
3368
  {
3003
- "name": "cell",
3004
- "type": {
3005
- "text": "any"
3369
+ "kind": "method",
3370
+ "name": "slottedCellChanged",
3371
+ "privacy": "public"
3372
+ },
3373
+ {
3374
+ "kind": "method",
3375
+ "name": "deepClone",
3376
+ "return": {
3377
+ "type": {
3378
+ "text": "Node"
3379
+ }
3006
3380
  },
3007
- "description": "The cell component provided by Tabulator"
3381
+ "inheritedFrom": {
3382
+ "name": "LifecycleMixin",
3383
+ "module": "src/mixins/lifecycle/lifecycle.ts"
3384
+ }
3008
3385
  },
3009
3386
  {
3010
- "name": "formatterParams",
3011
- "default": "{}",
3012
- "type": {
3013
- "text": "ActionsMenuFormatterParams<T>"
3387
+ "kind": "method",
3388
+ "name": "cloneNode",
3389
+ "return": {
3390
+ "type": {
3391
+ "text": "Node"
3392
+ }
3014
3393
  },
3015
- "description": "Actions menu formatter parameters"
3016
- }
3017
- ],
3018
- "description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
3019
- "privacy": "public"
3020
- }
3021
- ],
3022
- "exports": [
3023
- {
3024
- "kind": "js",
3025
- "name": "actionsMenuFormatter",
3026
- "declaration": {
3027
- "name": "actionsMenuFormatter",
3028
- "module": "src/cell-formatters/actions-menu.formatter.ts"
3029
- }
3030
- }
3031
- ]
3032
- },
3033
- {
3034
- "kind": "javascript-module",
3035
- "path": "src/cell-formatters/boolean.formatter.ts",
3036
- "declarations": [
3037
- {
3038
- "kind": "function",
3039
- "name": "booleanFormatter",
3040
- "return": {
3041
- "type": {
3042
- "text": ""
3043
- }
3044
- },
3045
- "parameters": [
3394
+ "parameters": [
3395
+ {
3396
+ "name": "deep",
3397
+ "optional": true,
3398
+ "type": {
3399
+ "text": "boolean"
3400
+ }
3401
+ }
3402
+ ],
3403
+ "inheritedFrom": {
3404
+ "name": "LifecycleMixin",
3405
+ "module": "src/mixins/lifecycle/lifecycle.ts"
3406
+ }
3407
+ },
3046
3408
  {
3047
- "name": "cell",
3048
- "type": {
3049
- "text": "any"
3409
+ "kind": "field",
3410
+ "name": "shouldRunDisconnect",
3411
+ "return": {
3412
+ "type": {
3413
+ "text": ""
3414
+ }
3050
3415
  },
3051
- "description": "The cell component provided by Tabulator"
3416
+ "readonly": true,
3417
+ "inheritedFrom": {
3418
+ "name": "LifecycleMixin",
3419
+ "module": "src/mixins/lifecycle/lifecycle.ts"
3420
+ }
3052
3421
  },
3053
3422
  {
3054
- "name": "formatterParams",
3055
- "default": "{}",
3423
+ "kind": "field",
3424
+ "name": "shouldRunConnect",
3425
+ "return": {
3426
+ "type": {
3427
+ "text": ""
3428
+ }
3429
+ },
3430
+ "readonly": true,
3431
+ "inheritedFrom": {
3432
+ "name": "LifecycleMixin",
3433
+ "module": "src/mixins/lifecycle/lifecycle.ts"
3434
+ }
3435
+ },
3436
+ {
3437
+ "kind": "method",
3438
+ "name": "#_blockLifecycleDueToTokenChange",
3439
+ "return": {
3440
+ "type": {
3441
+ "text": "boolean"
3442
+ }
3443
+ },
3444
+ "parameters": [
3445
+ {
3446
+ "name": "lifecycleType",
3447
+ "type": {
3448
+ "text": "Lifecycletype"
3449
+ }
3450
+ }
3451
+ ],
3452
+ "inheritedFrom": {
3453
+ "name": "LifecycleMixin",
3454
+ "module": "src/mixins/lifecycle/lifecycle.ts"
3455
+ }
3456
+ },
3457
+ {
3458
+ "kind": "field",
3459
+ "name": "_presentation",
3056
3460
  "type": {
3057
- "text": "BooleanFormatterParams<T>"
3461
+ "text": "ComponentPresentation | null | undefined"
3058
3462
  },
3059
- "description": "Boolean formatter parameters"
3060
- }
3061
- ],
3062
- "description": "Formatter that displays boolean values using a checkbox component.\nStyled to match grid-pro boolean renderer.",
3063
- "privacy": "public"
3064
- }
3065
- ],
3066
- "exports": [
3067
- {
3068
- "kind": "js",
3069
- "name": "booleanFormatter",
3070
- "declaration": {
3071
- "name": "booleanFormatter",
3072
- "module": "src/cell-formatters/boolean.formatter.ts"
3073
- }
3074
- }
3075
- ]
3076
- },
3077
- {
3078
- "kind": "javascript-module",
3079
- "path": "src/cell-formatters/constants.ts",
3080
- "declarations": [],
3081
- "exports": []
3082
- },
3083
- {
3084
- "kind": "javascript-module",
3085
- "path": "src/cell-formatters/editable.formatter.ts",
3086
- "declarations": [
3087
- {
3088
- "kind": "function",
3089
- "name": "editableFormatter",
3090
- "return": {
3091
- "type": {
3092
- "text": ""
3093
- }
3094
- },
3095
- "parameters": [
3463
+ "privacy": "private",
3464
+ "default": "void 0",
3465
+ "inheritedFrom": {
3466
+ "name": "FoundationElement",
3467
+ "module": "src/foundation-element/foundation-element.ts"
3468
+ }
3469
+ },
3096
3470
  {
3097
- "name": "cell",
3471
+ "kind": "field",
3472
+ "name": "$presentation",
3098
3473
  "type": {
3099
- "text": "any"
3474
+ "text": "ComponentPresentation | null"
3100
3475
  },
3101
- "description": "The cell component provided by Tabulator"
3476
+ "privacy": "public",
3477
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3478
+ "inheritedFrom": {
3479
+ "name": "FoundationElement",
3480
+ "module": "src/foundation-element/foundation-element.ts"
3481
+ }
3102
3482
  },
3103
3483
  {
3104
- "name": "formatterParams",
3105
- "default": "{}",
3484
+ "kind": "field",
3485
+ "name": "template",
3106
3486
  "type": {
3107
- "text": "EditableFormatterParams<T>"
3487
+ "text": "ElementViewTemplate | void | null"
3108
3488
  },
3109
- "description": "Editable formatter parameters"
3110
- }
3111
- ],
3112
- "description": "Formatter that displays an editable cell with validation state",
3113
- "privacy": "public"
3114
- }
3115
- ],
3116
- "exports": [
3117
- {
3118
- "kind": "js",
3119
- "name": "editableFormatter",
3120
- "declaration": {
3121
- "name": "editableFormatter",
3122
- "module": "src/cell-formatters/editable.formatter.ts"
3123
- }
3124
- }
3125
- ]
3126
- },
3127
- {
3128
- "kind": "javascript-module",
3129
- "path": "src/cell-formatters/index.ts",
3130
- "declarations": [
3131
- {
3132
- "kind": "variable",
3133
- "name": "formatters",
3134
- "type": {
3135
- "text": "object"
3489
+ "privacy": "public",
3490
+ "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.",
3491
+ "inheritedFrom": {
3492
+ "name": "FoundationElement",
3493
+ "module": "src/foundation-element/foundation-element.ts"
3494
+ }
3495
+ },
3496
+ {
3497
+ "kind": "method",
3498
+ "name": "templateChanged",
3499
+ "privacy": "protected",
3500
+ "return": {
3501
+ "type": {
3502
+ "text": "void"
3503
+ }
3504
+ },
3505
+ "inheritedFrom": {
3506
+ "name": "FoundationElement",
3507
+ "module": "src/foundation-element/foundation-element.ts"
3508
+ }
3509
+ },
3510
+ {
3511
+ "kind": "field",
3512
+ "name": "styles",
3513
+ "type": {
3514
+ "text": "ElementStyles | void | null"
3515
+ },
3516
+ "privacy": "public",
3517
+ "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.",
3518
+ "inheritedFrom": {
3519
+ "name": "FoundationElement",
3520
+ "module": "src/foundation-element/foundation-element.ts"
3521
+ }
3522
+ },
3523
+ {
3524
+ "kind": "method",
3525
+ "name": "stylesChanged",
3526
+ "privacy": "protected",
3527
+ "return": {
3528
+ "type": {
3529
+ "text": "void"
3530
+ }
3531
+ },
3532
+ "inheritedFrom": {
3533
+ "name": "FoundationElement",
3534
+ "module": "src/foundation-element/foundation-element.ts"
3535
+ }
3536
+ },
3537
+ {
3538
+ "kind": "method",
3539
+ "name": "compose",
3540
+ "privacy": "public",
3541
+ "static": true,
3542
+ "return": {
3543
+ "type": {
3544
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3545
+ }
3546
+ },
3547
+ "parameters": [
3548
+ {
3549
+ "name": "this",
3550
+ "type": {
3551
+ "text": "K"
3552
+ }
3553
+ },
3554
+ {
3555
+ "name": "elementDefinition",
3556
+ "type": {
3557
+ "text": "T"
3558
+ },
3559
+ "description": "The definition of the element to create the registry\nfunction for."
3560
+ }
3561
+ ],
3562
+ "description": "Defines an element registry function with a set of element definition defaults.",
3563
+ "inheritedFrom": {
3564
+ "name": "FoundationElement",
3565
+ "module": "src/foundation-element/foundation-element.ts"
3566
+ }
3567
+ }
3568
+ ],
3569
+ "mixins": [
3570
+ {
3571
+ "name": "LifecycleMixin",
3572
+ "package": "@genesislcap/foundation-utils"
3573
+ }
3574
+ ],
3575
+ "superclass": {
3576
+ "name": "FoundationElement",
3577
+ "package": "@microsoft/fast-foundation"
3136
3578
  },
3137
- "default": "{\n action: actionFormatter,\n actionsMenu: actionsMenuFormatter,\n boolean: booleanFormatter,\n editable: editableFormatter,\n select: selectFormatter,\n text: textFormatter,\n}",
3138
- "description": "Zero formatters for Tabulator grid"
3579
+ "tagName": "grid-tabulator-column",
3580
+ "customElement": true
3139
3581
  }
3140
3582
  ],
3141
3583
  "exports": [
3142
3584
  {
3143
3585
  "kind": "js",
3144
- "name": "*",
3586
+ "name": "GridTabulatorColumn",
3145
3587
  "declaration": {
3146
- "name": "*",
3147
- "package": "./constants"
3588
+ "name": "GridTabulatorColumn",
3589
+ "module": "src/column/column.ts"
3148
3590
  }
3149
3591
  },
3150
3592
  {
3151
- "kind": "js",
3152
- "name": "ActionFormatterParams",
3593
+ "kind": "custom-element-definition",
3594
+ "name": "grid-tabulator-column",
3153
3595
  "declaration": {
3154
- "name": "ActionFormatterParams",
3155
- "module": "src/cell-formatters/index.ts"
3596
+ "name": "GridTabulatorColumn",
3597
+ "module": "src/column/column.ts"
3156
3598
  }
3157
- },
3599
+ }
3600
+ ]
3601
+ },
3602
+ {
3603
+ "kind": "javascript-module",
3604
+ "path": "src/column/index.ts",
3605
+ "declarations": [],
3606
+ "exports": [
3158
3607
  {
3159
3608
  "kind": "js",
3160
- "name": "actionFormatter",
3609
+ "name": "*",
3161
3610
  "declaration": {
3162
- "name": "actionFormatter",
3163
- "module": "src/cell-formatters/index.ts"
3611
+ "name": "*",
3612
+ "package": "./column"
3164
3613
  }
3165
- },
3614
+ }
3615
+ ]
3616
+ },
3617
+ {
3618
+ "kind": "javascript-module",
3619
+ "path": "src/external/fonts.ts",
3620
+ "declarations": [
3166
3621
  {
3167
- "kind": "js",
3168
- "name": "ActionsMenuFormatterParams",
3169
- "declaration": {
3170
- "name": "ActionsMenuFormatterParams",
3171
- "module": "src/cell-formatters/index.ts"
3172
- }
3622
+ "kind": "variable",
3623
+ "name": "tabulatorDefaultFontFace",
3624
+ "default": "`\n @font-face {\n font-family: \"defaultFontFace\";\n }\n`"
3173
3625
  },
3174
3626
  {
3175
- "kind": "js",
3176
- "name": "actionsMenuFormatter",
3177
- "declaration": {
3178
- "name": "actionsMenuFormatter",
3179
- "module": "src/cell-formatters/index.ts"
3180
- }
3627
+ "kind": "variable",
3628
+ "name": "tabulatorRapidFontFace",
3629
+ "default": "`\n @font-face {\n font-family: \"rapidFontFace\";\n }\n`"
3181
3630
  },
3182
3631
  {
3183
- "kind": "js",
3184
- "name": "BooleanFormatterParams",
3185
- "declaration": {
3186
- "name": "BooleanFormatterParams",
3187
- "module": "src/cell-formatters/index.ts"
3188
- }
3632
+ "kind": "variable",
3633
+ "name": "gridThemeFontFaceMap",
3634
+ "type": {
3635
+ "text": "GridThemeFontFaceMap"
3636
+ },
3637
+ "default": "{\n [GridTabulatorTheme.default]: tabulatorDefaultFontFace,\n [GridTabulatorTheme.rapid]: tabulatorRapidFontFace,\n}"
3189
3638
  },
3190
3639
  {
3191
- "kind": "js",
3192
- "name": "booleanFormatter",
3193
- "declaration": {
3194
- "name": "booleanFormatter",
3195
- "module": "src/cell-formatters/index.ts"
3196
- }
3197
- },
3640
+ "kind": "variable",
3641
+ "name": "defaultGridTabulatorFontFace",
3642
+ "default": "tabulatorDefaultFontFace"
3643
+ }
3644
+ ],
3645
+ "exports": [
3198
3646
  {
3199
3647
  "kind": "js",
3200
- "name": "EditableFormatterParams",
3648
+ "name": "tabulatorDefaultFontFace",
3201
3649
  "declaration": {
3202
- "name": "EditableFormatterParams",
3203
- "module": "src/cell-formatters/index.ts"
3650
+ "name": "tabulatorDefaultFontFace",
3651
+ "module": "src/external/fonts.ts"
3204
3652
  }
3205
3653
  },
3206
3654
  {
3207
3655
  "kind": "js",
3208
- "name": "editableFormatter",
3656
+ "name": "tabulatorRapidFontFace",
3209
3657
  "declaration": {
3210
- "name": "editableFormatter",
3211
- "module": "src/cell-formatters/index.ts"
3658
+ "name": "tabulatorRapidFontFace",
3659
+ "module": "src/external/fonts.ts"
3212
3660
  }
3213
3661
  },
3214
3662
  {
3215
3663
  "kind": "js",
3216
- "name": "SelectFormatterParams",
3664
+ "name": "gridThemeFontFaceMap",
3217
3665
  "declaration": {
3218
- "name": "SelectFormatterParams",
3219
- "module": "src/cell-formatters/index.ts"
3666
+ "name": "gridThemeFontFaceMap",
3667
+ "module": "src/external/fonts.ts"
3220
3668
  }
3221
3669
  },
3222
3670
  {
3223
3671
  "kind": "js",
3224
- "name": "selectFormatter",
3672
+ "name": "defaultGridTabulatorFontFace",
3225
3673
  "declaration": {
3226
- "name": "selectFormatter",
3227
- "module": "src/cell-formatters/index.ts"
3674
+ "name": "defaultGridTabulatorFontFace",
3675
+ "module": "src/external/fonts.ts"
3228
3676
  }
3229
- },
3677
+ }
3678
+ ]
3679
+ },
3680
+ {
3681
+ "kind": "javascript-module",
3682
+ "path": "src/external/index.ts",
3683
+ "declarations": [
3230
3684
  {
3231
- "kind": "js",
3232
- "name": "TextFormatterParams",
3233
- "declaration": {
3234
- "name": "TextFormatterParams",
3235
- "module": "src/cell-formatters/index.ts"
3236
- }
3237
- },
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": [
3238
3693
  {
3239
3694
  "kind": "js",
3240
- "name": "textFormatter",
3695
+ "name": "tabulatorExternalStockStyles",
3241
3696
  "declaration": {
3242
- "name": "textFormatter",
3243
- "module": "src/cell-formatters/index.ts"
3697
+ "name": "tabulatorExternalStockStyles",
3698
+ "module": "src/external/index.ts"
3244
3699
  }
3245
3700
  },
3246
3701
  {
3247
3702
  "kind": "js",
3248
- "name": "formatters",
3703
+ "name": "tabulatorThemeSimpleCSS",
3249
3704
  "declaration": {
3250
- "name": "formatters",
3251
- "module": "src/cell-formatters/index.ts"
3705
+ "name": "tabulatorThemeSimpleCSS",
3706
+ "module": "src/external/index.ts"
3252
3707
  }
3253
3708
  }
3254
3709
  ]
3255
3710
  },
3256
3711
  {
3257
3712
  "kind": "javascript-module",
3258
- "path": "src/cell-formatters/select.formatter.ts",
3713
+ "path": "src/external/tabulator-theme-simple-css.ts",
3259
3714
  "declarations": [
3260
3715
  {
3261
- "kind": "function",
3262
- "name": "selectFormatter",
3263
- "return": {
3264
- "type": {
3265
- "text": ""
3266
- }
3267
- },
3268
- "parameters": [
3269
- {
3270
- "name": "cell",
3271
- "type": {
3272
- "text": "any"
3273
- },
3274
- "description": "The cell component provided by Tabulator"
3275
- },
3276
- {
3277
- "name": "formatterParams",
3278
- "type": {
3279
- "text": "SelectFormatterParams<T>"
3280
- },
3281
- "description": "Select formatter parameters"
3282
- }
3283
- ],
3284
- "description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
3285
- "privacy": "public"
3286
- }
3287
- ],
3288
- "exports": [
3289
- {
3290
- "kind": "js",
3291
- "name": "selectFormatter",
3292
- "declaration": {
3293
- "name": "selectFormatter",
3294
- "module": "src/cell-formatters/select.formatter.ts"
3295
- }
3296
- }
3297
- ]
3298
- },
3299
- {
3300
- "kind": "javascript-module",
3301
- "path": "src/cell-formatters/text.formatter.ts",
3302
- "declarations": [
3303
- {
3304
- "kind": "function",
3305
- "name": "textFormatter",
3306
- "return": {
3307
- "type": {
3308
- "text": ""
3309
- }
3310
- },
3311
- "parameters": [
3312
- {
3313
- "name": "cell",
3314
- "type": {
3315
- "text": "any"
3316
- },
3317
- "description": "The cell component provided by Tabulator"
3318
- },
3319
- {
3320
- "name": "formatterParams",
3321
- "default": "{}",
3322
- "type": {
3323
- "text": "TextFormatterParams<T>"
3324
- },
3325
- "description": "Text formatter parameters"
3326
- }
3327
- ],
3328
- "description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
3716
+ "kind": "variable",
3717
+ "name": "tabulatorThemeSimpleCSS",
3718
+ "default": "css`\n .tabulator {\n position: relative;\n border: 1px solid #999;\n background-color: #fff;\n font-size: 14px;\n text-align: left;\n overflow: hidden;\n -webkit-transform: translateZ(0);\n -moz-transform: translateZ(0);\n -ms-transform: translateZ(0);\n -o-transform: translateZ(0);\n transform: translateZ(0);\n }\n\n .tabulator[tabulator-layout='fitDataFill'] .tabulator-tableholder .tabulator-table {\n min-width: 100%;\n }\n\n .tabulator[tabulator-layout='fitDataTable'] {\n display: inline-block;\n }\n\n .tabulator.tabulator-block-select {\n user-select: none;\n }\n\n .tabulator .tabulator-header {\n position: relative;\n box-sizing: border-box;\n width: 100%;\n border-bottom: 1px solid #999;\n background-color: #fff;\n color: #555;\n font-weight: bold;\n white-space: nowrap;\n overflow: hidden;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n }\n\n .tabulator .tabulator-header.tabulator-header-hidden {\n display: none;\n }\n\n .tabulator .tabulator-header .tabulator-header-contents {\n position: relative;\n overflow: hidden;\n }\n\n .tabulator .tabulator-header .tabulator-header-contents .tabulator-headers {\n display: inline-block;\n }\n\n .tabulator .tabulator-header .tabulator-col {\n display: inline-flex;\n position: relative;\n box-sizing: border-box;\n flex-direction: column;\n justify-content: flex-start;\n border-right: 1px solid #ddd;\n background: #fff;\n text-align: left;\n vertical-align: bottom;\n overflow: hidden;\n }\n\n .tabulator .tabulator-header .tabulator-col.tabulator-moving {\n position: absolute;\n border: 1px solid #999;\n background: #e6e6e6;\n pointer-events: none;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content {\n box-sizing: border-box;\n position: relative;\n padding: 4px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-header-popup-button {\n padding: 0 8px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-header-popup-button:hover {\n cursor: pointer;\n opacity: 0.6;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder {\n position: relative;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {\n box-sizing: border-box;\n width: 100%;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n vertical-align: bottom;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-title.tabulator-col-title-wrap {\n white-space: normal;\n text-overflow: initial;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-title\n .tabulator-title-editor {\n box-sizing: border-box;\n width: 100%;\n border: 1px solid #999;\n padding: 1px;\n background: #fff;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-title\n .tabulator-header-popup-button\n + .tabulator-title-editor {\n width: calc(100% - 22px);\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {\n display: flex;\n align-items: center;\n position: absolute;\n top: 0;\n bottom: 0;\n right: 4px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n width: 0;\n height: 0;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-bottom: 6px solid #bbb;\n }\n\n .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n position: relative;\n display: flex;\n border-top: 1px solid #ddd;\n overflow: hidden;\n margin-right: -1px;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter {\n position: relative;\n box-sizing: border-box;\n margin-top: 2px;\n width: 100%;\n text-align: center;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {\n height: auto !important;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {\n margin-top: 3px;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear {\n width: 0;\n height: 0;\n }\n\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {\n padding-right: 25px;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {\n cursor: pointer;\n background-color: #e6e6e6;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='none']\n .tabulator-col-content\n .tabulator-col-sorter {\n color: #bbb;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='none']\n .tabulator-col-content\n .tabulator-col-sorter.tabulator-col-sorter-element\n .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='none']\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #bbb;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='ascending']\n .tabulator-col-content\n .tabulator-col-sorter {\n color: #666;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='ascending']\n .tabulator-col-content\n .tabulator-col-sorter.tabulator-col-sorter-element\n .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='ascending']\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #666;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='descending']\n .tabulator-col-content\n .tabulator-col-sorter {\n color: #666;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='descending']\n .tabulator-col-content\n .tabulator-col-sorter.tabulator-col-sorter-element\n .tabulator-arrow:hover {\n cursor: pointer;\n border-top: 6px solid #555;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='descending']\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n border-bottom: none;\n border-top: 6px solid #666;\n color: #666;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical\n .tabulator-col-content\n .tabulator-col-title {\n writing-mode: vertical-rl;\n text-orientation: mixed;\n display: flex;\n align-items: center;\n justify-content: center;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip\n .tabulator-col-title {\n transform: rotate(180deg);\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-sortable\n .tabulator-col-title {\n padding-right: 0;\n padding-top: 20px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip\n .tabulator-col-title {\n padding-right: 0;\n padding-bottom: 20px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-sortable\n .tabulator-col-sorter {\n justify-content: center;\n left: 0;\n right: 0;\n top: 4px;\n bottom: auto;\n }\n\n .tabulator .tabulator-header .tabulator-frozen {\n position: sticky;\n left: 0;\n z-index: 11;\n }\n\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #ddd;\n }\n\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #ddd;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder {\n box-sizing: border-box;\n background: white !important;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {\n background: white !important;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none;\n }\n\n .tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {\n display: none;\n }\n\n .tabulator .tabulator-tableholder {\n position: relative;\n width: 100%;\n white-space: nowrap;\n overflow: auto;\n -webkit-overflow-scrolling: touch;\n }\n\n .tabulator .tabulator-tableholder:focus {\n outline: none;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder {\n box-sizing: border-box;\n display: flex;\n align-items: center;\n justify-content: center;\n width: 100%;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode='virtual'] {\n min-height: 100%;\n min-width: 100%;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents {\n display: inline-block;\n text-align: center;\n padding: 10px;\n color: #ccc;\n font-weight: bold;\n font-size: 20px;\n white-space: normal;\n }\n\n .tabulator .tabulator-tableholder .tabulator-table {\n position: relative;\n display: inline-block;\n white-space: nowrap;\n overflow: visible;\n color: #333;\n }\n\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs {\n font-weight: bold;\n background: #f2f2f2;\n }\n\n .tabulator\n .tabulator-tableholder\n .tabulator-table\n .tabulator-row.tabulator-calcs.tabulator-calcs-top {\n border-bottom: 2px solid #ddd;\n }\n\n .tabulator\n .tabulator-tableholder\n .tabulator-table\n .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {\n border-top: 2px solid #ddd;\n }\n\n .tabulator .tabulator-footer {\n border-top: 1px solid #999;\n background-color: #fff;\n color: #555;\n font-weight: bold;\n white-space: nowrap;\n user-select: none;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n }\n\n .tabulator .tabulator-footer .tabulator-footer-contents {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n padding: 5px 10px;\n }\n\n .tabulator .tabulator-footer .tabulator-footer-contents:empty {\n display: none;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n box-sizing: border-box;\n width: 100%;\n text-align: left;\n background: white !important;\n border-bottom: 1px solid #ddd;\n border-top: 1px solid #ddd;\n overflow: hidden;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n display: inline-block;\n background: white !important;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder:only-child {\n margin-bottom: -5px;\n border-bottom: none;\n }\n\n .tabulator .tabulator-footer > * + .tabulator-page-counter {\n margin-left: 10px;\n }\n\n .tabulator .tabulator-footer .tabulator-page-counter {\n font-weight: normal;\n }\n\n .tabulator .tabulator-footer .tabulator-paginator {\n flex: 1;\n text-align: right;\n color: #555;\n font-family: inherit;\n font-weight: inherit;\n font-size: inherit;\n }\n\n .tabulator .tabulator-footer .tabulator-page-size {\n display: inline-block;\n margin: 0 5px;\n padding: 2px 5px;\n border: 1px solid #aaa;\n border-radius: 3px;\n }\n\n .tabulator .tabulator-footer .tabulator-pages {\n margin: 0 7px;\n }\n\n .tabulator .tabulator-footer .tabulator-page {\n display: inline-block;\n margin: 0 2px;\n padding: 2px 5px;\n border: 1px solid #aaa;\n border-radius: 3px;\n background: rgba(255, 255, 255, 0.2);\n }\n\n .tabulator .tabulator-footer .tabulator-page.active {\n color: #d00;\n }\n\n .tabulator .tabulator-footer .tabulator-page:disabled {\n opacity: 0.5;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-footer .tabulator-page:not(.disabled):hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n color: #fff;\n }\n }\n\n .tabulator .tabulator-col-resize-handle {\n position: relative;\n display: inline-block;\n width: 6px;\n margin-left: -3px;\n margin-right: -3px;\n z-index: 10;\n vertical-align: middle;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-col-resize-handle:hover {\n cursor: ew-resize;\n }\n }\n\n .tabulator .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-right: 0;\n }\n\n .tabulator .tabulator-alert {\n position: absolute;\n display: flex;\n align-items: center;\n top: 0;\n left: 0;\n z-index: 100;\n height: 100%;\n width: 100%;\n background: rgba(0, 0, 0, 0.4);\n text-align: center;\n }\n\n .tabulator .tabulator-alert .tabulator-alert-msg {\n display: inline-block;\n margin: 0 auto;\n padding: 10px 20px;\n border-radius: 10px;\n background: #fff;\n font-weight: bold;\n font-size: 16px;\n }\n\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg {\n border: 4px solid #333;\n color: #000;\n }\n\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error {\n border: 4px solid #d00;\n color: #590000;\n }\n\n .tabulator-row {\n position: relative;\n box-sizing: border-box;\n min-height: 22px;\n background-color: #fff;\n }\n\n .tabulator-row.tabulator-row-even {\n background-color: #fff;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selectable:hover {\n background-color: #bbb;\n cursor: pointer;\n }\n }\n\n .tabulator-row.tabulator-selected {\n background-color: #9abcea;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selected:hover {\n background-color: #769bcc;\n cursor: pointer;\n }\n }\n\n .tabulator-row.tabulator-row-moving {\n border: 1px solid #000;\n background: #fff;\n }\n\n .tabulator-row.tabulator-moving {\n position: absolute;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n pointer-events: none;\n z-index: 15;\n }\n\n .tabulator-row .tabulator-row-resize-handle {\n position: absolute;\n right: 0;\n bottom: 0;\n left: 0;\n height: 5px;\n }\n\n .tabulator-row .tabulator-row-resize-handle.prev {\n top: 0;\n bottom: auto;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-row-resize-handle:hover {\n cursor: ns-resize;\n }\n }\n\n .tabulator-row .tabulator-responsive-collapse {\n box-sizing: border-box;\n padding: 5px;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n }\n\n .tabulator-row .tabulator-responsive-collapse:empty {\n display: none;\n }\n\n .tabulator-row .tabulator-responsive-collapse table {\n font-size: 14px;\n }\n\n .tabulator-row .tabulator-responsive-collapse table tr td {\n position: relative;\n }\n\n .tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {\n padding-right: 10px;\n }\n\n .tabulator-row .tabulator-cell {\n display: inline-flex;\n position: unset;\n box-sizing: border-box;\n padding: 4px 8px;\n border-right: 1px solid #ddd;\n vertical-align: middle;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n }\n\n .tabulator-row .tabulator-cell.tabulator-frozen {\n display: inline-flex;\n position: sticky;\n left: 0;\n background-color: inherit;\n z-index: 11;\n }\n\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell.tabulator-editing {\n border: 1px solid #1d68cd;\n outline: none;\n padding: 0;\n }\n\n .tabulator-row .tabulator-cell.tabulator-editing input,\n .tabulator-row .tabulator-cell.tabulator-editing select {\n border: 1px;\n background: transparent;\n outline: none;\n }\n\n .tabulator-row .tabulator-cell.tabulator-validation-fail {\n border: 1px solid #dd0000;\n }\n\n .tabulator-row .tabulator-cell.tabulator-validation-fail input,\n .tabulator-row .tabulator-cell.tabulator-validation-fail select {\n border: 1px;\n background: transparent;\n color: #dd0000;\n }\n\n .tabulator-row .tabulator-cell.tabulator-row-handle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n }\n\n .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {\n width: 80%;\n }\n\n .tabulator-row\n .tabulator-cell.tabulator-row-handle\n .tabulator-row-handle-box\n .tabulator-row-handle-bar {\n width: 100%;\n height: 3px;\n margin-top: 2px;\n background: #666;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty {\n display: inline-block;\n width: 7px;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #ddd;\n border-bottom: 2px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n }\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-data-tree-control\n .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-data-tree-control\n .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-data-tree-control\n .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n height: 15px;\n width: 15px;\n border-radius: 20px;\n background: #666;\n color: #fff;\n font-weight: bold;\n font-size: 1.1em;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {\n opacity: 0.7;\n cursor: pointer;\n }\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-responsive-collapse-toggle.open\n .tabulator-responsive-collapse-toggle-close {\n display: initial;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-responsive-collapse-toggle.open\n .tabulator-responsive-collapse-toggle-open {\n display: none;\n }\n\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg {\n stroke: #fff;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-responsive-collapse-toggle\n .tabulator-responsive-collapse-toggle-close {\n display: none;\n }\n\n .tabulator-row .tabulator-cell .tabulator-traffic-light {\n display: inline-block;\n height: 14px;\n width: 14px;\n border-radius: 14px;\n }\n\n .tabulator-row.tabulator-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #ddd;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1);\n }\n }\n\n .tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-1 {\n padding-left: 30px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-2 {\n padding-left: 50px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-3 {\n padding-left: 70px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-4 {\n padding-left: 90px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-5 {\n padding-left: 110px;\n }\n\n .tabulator-row.tabulator-group .tabulator-group-toggle {\n display: inline-block;\n }\n\n .tabulator-row.tabulator-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle;\n }\n\n .tabulator-row.tabulator-group span {\n margin-left: 10px;\n color: #d00;\n }\n\n .tabulator-popup-container {\n position: absolute;\n display: inline-block;\n box-sizing: border-box;\n background: #fff;\n border: 1px solid #ddd;\n box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);\n font-size: 14px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n z-index: 10000;\n }\n\n .tabulator-popup {\n padding: 5px;\n border-radius: 3px;\n }\n\n .tabulator-tooltip {\n max-width: Min(500px, 100%);\n padding: 3px 5px;\n border-radius: 2px;\n box-shadow: none;\n font-size: 12px;\n pointer-events: none;\n }\n\n .tabulator-menu .tabulator-menu-item {\n position: relative;\n box-sizing: border-box;\n padding: 5px 10px;\n user-select: none;\n }\n\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled {\n opacity: 0.5;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {\n cursor: pointer;\n background: #fff;\n }\n }\n\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu {\n padding-right: 25px;\n }\n\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after {\n display: inline-block;\n position: absolute;\n top: calc(5px + 0.4em);\n right: 10px;\n height: 7px;\n width: 7px;\n content: '';\n border-width: 1px 1px 0 0;\n border-style: solid;\n border-color: #ddd;\n vertical-align: top;\n transform: rotate(45deg);\n }\n\n .tabulator-menu .tabulator-menu-separator {\n border-top: 1px solid #ddd;\n }\n\n .tabulator-edit-list {\n max-height: 200px;\n font-size: 14px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item {\n padding: 4px;\n color: #333;\n outline: none;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.active {\n color: #fff;\n background: #1d68cd;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.active.focused {\n outline: 1px solid rgba(255, 255, 255, 0.5);\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.focused {\n outline: 1px solid #1d68cd;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-edit-list .tabulator-edit-list-item:hover {\n cursor: pointer;\n color: #fff;\n background: #1d68cd;\n }\n }\n\n .tabulator-edit-list .tabulator-edit-list-placeholder {\n padding: 4px;\n color: #333;\n text-align: center;\n }\n\n .tabulator-edit-list .tabulator-edit-list-group {\n border-bottom: 1px solid #ddd;\n padding: 4px;\n padding-top: 6px;\n color: #333;\n font-weight: bold;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2 {\n padding-left: 12px;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3 {\n padding-left: 20px;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4 {\n padding-left: 28px;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5 {\n padding-left: 36px;\n }\n\n .tabulator.tabulator-ltr {\n direction: ltr;\n }\n\n .tabulator.tabulator-rtl {\n text-align: initial;\n direction: rtl;\n }\n\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col {\n text-align: initial;\n border-left: 1px solid #ddd;\n border-right: initial;\n }\n\n .tabulator.tabulator-rtl\n .tabulator-header\n .tabulator-col.tabulator-col-group\n .tabulator-col-group-cols {\n margin-right: initial;\n margin-left: -1px;\n }\n\n .tabulator.tabulator-rtl\n .tabulator-header\n .tabulator-col.tabulator-sortable\n .tabulator-col-title {\n padding-right: 0;\n padding-left: 25px;\n }\n\n .tabulator.tabulator-rtl\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-sorter {\n left: 8px;\n right: initial;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell {\n border-right: initial;\n border-left: 1px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n margin-right: initial;\n margin-left: 5px;\n border-bottom-left-radius: initial;\n border-bottom-right-radius: 1px;\n border-left: initial;\n border-right: 2px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n margin-right: initial;\n margin-left: 5px;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-left: 2px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-right: 2px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-left: 0;\n margin-right: -3px;\n }\n\n .tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder {\n text-align: initial;\n }\n\n .tabulator-print-fullscreen {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n z-index: 10000;\n }\n\n body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {\n display: none !important;\n }\n\n .tabulator-print-table {\n border-collapse: collapse;\n }\n\n .tabulator-print-table .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #ddd;\n border-bottom: 2px solid #ddd;\n }\n\n .tabulator-print-table .tabulator-print-table-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #ddd;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-print-table-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1);\n }\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td {\n padding-left: 30px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td {\n padding-left: 50px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td {\n padding-left: 70px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td {\n padding-left: 90px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td {\n padding-left: 110px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle {\n display: inline-block;\n }\n\n .tabulator-print-table .tabulator-print-table-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle;\n }\n\n .tabulator-print-table .tabulator-print-table-group span {\n margin-left: 10px;\n color: #d00;\n }\n\n .tabulator-print-table .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n }\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent;\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333;\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator {\n border: none;\n background-color: #fff;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder {\n background: #f2f2f2 !important;\n border-bottom: 1px solid #999;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {\n background: #f2f2f2 !important;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder span {\n color: #000;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n background: #f2f2f2 !important;\n border-bottom: 1px solid #fff;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n background: #f2f2f2 !important;\n }\n\n .tabulator-row {\n border-bottom: 1px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell:last-of-type {\n border-right: none;\n }\n\n .tabulator-row.tabulator-group span {\n color: #666;\n }\n\n .tabulator-print-table .tabulator-print-table-group span {\n margin-left: 10px;\n color: #666;\n }\n\n /*# sourceMappingURL=tabulator_simple.css.map */\n`",
3719
+ "description": "External styles for the Tabulator grid.",
3329
3720
  "privacy": "public"
3330
3721
  }
3331
3722
  ],
3332
3723
  "exports": [
3333
3724
  {
3334
3725
  "kind": "js",
3335
- "name": "textFormatter",
3726
+ "name": "tabulatorThemeSimpleCSS",
3336
3727
  "declaration": {
3337
- "name": "textFormatter",
3338
- "module": "src/cell-formatters/text.formatter.ts"
3728
+ "name": "tabulatorThemeSimpleCSS",
3729
+ "module": "src/external/tabulator-theme-simple-css.ts"
3339
3730
  }
3340
3731
  }
3341
3732
  ]
@@ -3389,493 +3780,123 @@
3389
3780
  }
3390
3781
  },
3391
3782
  {
3392
- "kind": "field",
3393
- "name": "deferredGridOptions",
3394
- "type": {
3395
- "text": "Options"
3396
- }
3397
- },
3398
- {
3399
- "kind": "field",
3400
- "name": "deferredColumnStates",
3401
- "type": {
3402
- "text": "any[]"
3403
- },
3404
- "default": "[]",
3405
- "description": "Allows storing column layouts between datasource initializations"
3406
- },
3407
- {
3408
- "kind": "field",
3409
- "name": "criteria",
3410
- "type": {
3411
- "text": "string"
3412
- }
3413
- },
3414
- {
3415
- "kind": "method",
3416
- "name": "criteriaChanged",
3417
- "parameters": [
3418
- {
3419
- "name": "oldCriteria",
3420
- "type": {
3421
- "text": "string"
3422
- }
3423
- },
3424
- {
3425
- "name": "newCriteria",
3426
- "type": {
3427
- "text": "string"
3428
- }
3429
- }
3430
- ]
3431
- },
3432
- {
3433
- "kind": "field",
3434
- "name": "fields",
3435
- "type": {
3436
- "text": "string"
3437
- }
3438
- },
3439
- {
3440
- "kind": "field",
3441
- "name": "isSnapshot",
3442
- "type": {
3443
- "text": "boolean"
3444
- },
3445
- "default": "false"
3446
- },
3447
- {
3448
- "kind": "field",
3449
- "name": "maxRows",
3450
- "type": {
3451
- "text": "number"
3452
- }
3453
- },
3454
- {
3455
- "kind": "field",
3456
- "name": "maxView",
3457
- "type": {
3458
- "text": "number"
3459
- }
3460
- },
3461
- {
3462
- "kind": "field",
3463
- "name": "pollingInterval",
3464
- "type": {
3465
- "text": "number"
3466
- }
3467
- },
3468
- {
3469
- "kind": "field",
3470
- "name": "movingView",
3471
- "type": {
3472
- "text": "boolean"
3473
- },
3474
- "default": "false"
3475
- },
3476
- {
3477
- "kind": "field",
3478
- "name": "orderBy",
3479
- "type": {
3480
- "text": "string"
3481
- }
3482
- },
3483
- {
3484
- "kind": "field",
3485
- "name": "request",
3486
- "type": {
3487
- "text": "any"
3488
- }
3489
- },
3490
- {
3491
- "kind": "field",
3492
- "name": "resourceName",
3493
- "type": {
3494
- "text": "string"
3495
- }
3496
- },
3497
- {
3498
- "kind": "method",
3499
- "name": "resourceNameChanged",
3500
- "parameters": [
3501
- {
3502
- "name": "oldValue",
3503
- "type": {
3504
- "text": "string"
3505
- }
3506
- },
3507
- {
3508
- "name": "newValue",
3509
- "type": {
3510
- "text": "string"
3511
- }
3512
- }
3513
- ]
3514
- },
3515
- {
3516
- "kind": "field",
3517
- "name": "reverse",
3518
- "type": {
3519
- "text": "boolean"
3520
- },
3521
- "default": "false"
3522
- },
3523
- {
3524
- "kind": "field",
3525
- "name": "rowIdAttr",
3526
- "description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type."
3527
- },
3528
- {
3529
- "kind": "field",
3530
- "name": "restartOnReconnection",
3531
- "type": {
3532
- "text": "boolean"
3533
- },
3534
- "default": "true"
3535
- },
3536
- {
3537
- "kind": "field",
3538
- "name": "keepColDefsOnClearRowData",
3539
- "type": {
3540
- "text": "boolean"
3541
- },
3542
- "default": "false",
3543
- "description": "Whether to keep column definitions when clearing row data"
3544
- },
3545
- {
3546
- "kind": "field",
3547
- "name": "rowDataMapper",
3548
- "type": {
3549
- "text": "Function"
3550
- },
3551
- "description": "Allows grid data updates to be processed via and external function before applying in grid"
3552
- },
3553
- {
3554
- "kind": "field",
3555
- "name": "dataSub",
3556
- "type": {
3557
- "text": "Subscription"
3558
- },
3559
- "privacy": "private"
3560
- },
3561
- {
3562
- "kind": "field",
3563
- "name": "updateSub",
3564
- "type": {
3565
- "text": "Subscription"
3566
- },
3567
- "privacy": "private"
3568
- },
3569
- {
3570
- "kind": "field",
3571
- "name": "connectionSub",
3572
- "type": {
3573
- "text": "Subscription"
3574
- },
3575
- "privacy": "private"
3576
- },
3577
- {
3578
- "kind": "field",
3579
- "name": "isRequestServer",
3580
- "type": {
3581
- "text": "boolean"
3582
- },
3583
- "privacy": "private",
3584
- "default": "false"
3585
- },
3586
- {
3587
- "kind": "field",
3588
- "name": "requiresFullRowDataAndColDefs",
3589
- "type": {
3590
- "text": "boolean"
3591
- },
3592
- "privacy": "private",
3593
- "default": "true"
3594
- },
3595
- {
3596
- "kind": "field",
3597
- "name": "dataSubWasLoggedOff",
3598
- "type": {
3599
- "text": "boolean"
3600
- },
3601
- "privacy": "private",
3602
- "default": "false"
3603
- },
3604
- {
3605
- "kind": "field",
3606
- "name": "rows",
3607
- "type": {
3608
- "text": "Map<string, any>"
3609
- },
3610
- "privacy": "private",
3611
- "default": "new Map()"
3612
- },
3613
- {
3614
- "kind": "field",
3615
- "name": "gridTransaction",
3616
- "type": {
3617
- "text": "RowDataTransaction"
3618
- },
3619
- "privacy": "private"
3620
- },
3621
- {
3622
- "kind": "field",
3623
- "name": "sourceRef",
3624
- "type": {
3625
- "text": "string"
3626
- },
3627
- "privacy": "private"
3628
- },
3629
- {
3630
- "kind": "field",
3631
- "name": "criteriaFromFilters",
3632
- "type": {
3633
- "text": "Map<string, string>"
3634
- },
3635
- "privacy": "private",
3636
- "default": "new Map()"
3637
- },
3638
- {
3639
- "kind": "field",
3640
- "name": "update",
3641
- "type": {
3642
- "text": "BehaviorSubject<Map<string, string>>"
3643
- },
3644
- "privacy": "private",
3645
- "default": "new BehaviorSubject(new Map())"
3646
- },
3647
- {
3648
- "kind": "method",
3649
- "name": "deepClone",
3650
- "return": {
3651
- "type": {
3652
- "text": "Node"
3653
- }
3654
- },
3655
- "inheritedFrom": {
3656
- "name": "LifecycleMixin",
3657
- "module": "src/mixins/lifecycle/lifecycle.ts"
3658
- }
3659
- },
3660
- {
3661
- "kind": "field",
3662
- "name": "gridTabulator",
3663
- "type": {
3664
- "text": "GridTabulator | null"
3665
- },
3666
- "privacy": "private",
3667
- "readonly": true
3668
- },
3669
- {
3670
- "kind": "method",
3671
- "name": "init",
3672
- "description": "Initializes the datasource.",
3673
- "privacy": "public"
3674
- },
3675
- {
3676
- "kind": "method",
3677
- "name": "destroy",
3678
- "description": "Destroys the datasource, resetting it to its initial state.",
3679
- "privacy": "public"
3680
- },
3681
- {
3682
- "kind": "method",
3683
- "name": "restart",
3684
- "description": "Restarts the datasource, uses `deinit` and `init` in sequence.",
3685
- "privacy": "public"
3686
- },
3687
- {
3688
- "kind": "method",
3689
- "name": "refreshRows",
3690
- "description": "Force the grid to redispatch the current rows"
3691
- },
3692
- {
3693
- "kind": "method",
3694
- "name": "handleErrors",
3695
- "parameters": [
3696
- {
3697
- "name": "errors",
3698
- "type": {
3699
- "text": "string | any[]"
3700
- }
3701
- }
3702
- ],
3703
- "description": "Handles errors by emitting an error event"
3704
- },
3705
- {
3706
- "kind": "method",
3707
- "name": "getColumnDefs",
3708
- "privacy": "private",
3709
- "parameters": [
3710
- {
3711
- "name": "fieldsMetadata",
3712
- "type": {
3713
- "text": "FieldMetadata[]"
3714
- },
3715
- "description": "The field metadata to generate column definitions from"
3716
- }
3717
- ],
3718
- "description": "Generate column definitions from the field metadata"
3719
- },
3720
- {
3721
- "kind": "method",
3722
- "name": "handleSnapshot",
3723
- "privacy": "private",
3724
- "parameters": [
3725
- {
3726
- "name": "result"
3727
- }
3728
- ]
3729
- },
3730
- {
3731
- "kind": "method",
3732
- "name": "datasourceOptions",
3733
- "privacy": "private",
3734
- "return": {
3735
- "type": {
3736
- "text": "DatasourceOptions"
3737
- }
3738
- }
3739
- },
3740
- {
3741
- "kind": "method",
3742
- "name": "handleStreamResult",
3743
- "privacy": "private",
3744
- "parameters": [
3745
- {
3746
- "name": "result",
3747
- "type": {
3748
- "text": "FilteredDataServerResult | RequestServerResult"
3749
- }
3750
- }
3751
- ]
3752
- },
3753
- {
3754
- "kind": "method",
3755
- "name": "applyRequestServerData",
3756
- "privacy": "private",
3757
- "parameters": [
3758
- {
3759
- "name": "requestServerResult",
3760
- "type": {
3761
- "text": "RequestServerResult"
3762
- }
3763
- }
3764
- ]
3765
- },
3766
- {
3767
- "kind": "method",
3768
- "name": "applyDataserverData",
3769
- "privacy": "private",
3770
- "parameters": [
3771
- {
3772
- "name": "dataServerResult",
3773
- "type": {
3774
- "text": "FilteredDataServerResult"
3775
- }
3776
- }
3777
- ]
3778
- },
3779
- {
3780
- "kind": "method",
3781
- "name": "applyTransaction",
3782
- "privacy": "private"
3783
- },
3784
- {
3785
- "kind": "method",
3786
- "name": "mapTransaction",
3787
- "privacy": "private",
3788
- "parameters": [
3789
- {
3790
- "name": "transaction",
3791
- "type": {
3792
- "text": "RowDataTransaction"
3793
- }
3794
- }
3795
- ]
3796
- },
3797
- {
3798
- "kind": "method",
3799
- "name": "handleStreamInserts",
3800
- "privacy": "private",
3801
- "parameters": [
3802
- {
3803
- "name": "insertedRows",
3804
- "type": {
3805
- "text": "any[]"
3806
- }
3807
- }
3808
- ]
3783
+ "kind": "field",
3784
+ "name": "deferredGridOptions",
3785
+ "type": {
3786
+ "text": "Options"
3787
+ }
3809
3788
  },
3810
3789
  {
3811
- "kind": "method",
3812
- "name": "handleStreamDeletes",
3813
- "privacy": "private",
3814
- "parameters": [
3815
- {
3816
- "name": "deletedRows",
3817
- "type": {
3818
- "text": "any[]"
3819
- }
3820
- }
3821
- ]
3790
+ "kind": "field",
3791
+ "name": "deferredColumnStates",
3792
+ "type": {
3793
+ "text": "any[]"
3794
+ },
3795
+ "default": "[]",
3796
+ "description": "Allows storing column layouts between datasource initializations"
3822
3797
  },
3823
3798
  {
3824
- "kind": "method",
3825
- "name": "handleStreamUpdates",
3826
- "privacy": "private",
3827
- "parameters": [
3828
- {
3829
- "name": "updatedRows",
3830
- "type": {
3831
- "text": "any[]"
3832
- }
3833
- }
3834
- ]
3799
+ "kind": "field",
3800
+ "name": "criteria",
3801
+ "type": {
3802
+ "text": "string"
3803
+ }
3835
3804
  },
3836
3805
  {
3837
3806
  "kind": "method",
3838
- "name": "handleSizeChanged",
3839
- "privacy": "private",
3807
+ "name": "criteriaChanged",
3840
3808
  "parameters": [
3841
3809
  {
3842
- "name": "oldSize",
3810
+ "name": "oldCriteria",
3843
3811
  "type": {
3844
- "text": "number"
3812
+ "text": "string"
3845
3813
  }
3846
3814
  },
3847
3815
  {
3848
- "name": "newSize",
3816
+ "name": "newCriteria",
3849
3817
  "type": {
3850
- "text": "number"
3818
+ "text": "string"
3851
3819
  }
3852
3820
  }
3853
- ],
3854
- "description": "Emit event when the number of rows changes"
3821
+ ]
3855
3822
  },
3856
3823
  {
3857
- "kind": "method",
3858
- "name": "buildCriteria",
3859
- "privacy": "private",
3860
- "return": {
3861
- "type": {
3862
- "text": "string"
3863
- }
3824
+ "kind": "field",
3825
+ "name": "fields",
3826
+ "type": {
3827
+ "text": "string"
3828
+ }
3829
+ },
3830
+ {
3831
+ "kind": "field",
3832
+ "name": "isSnapshot",
3833
+ "type": {
3834
+ "text": "boolean"
3835
+ },
3836
+ "default": "false"
3837
+ },
3838
+ {
3839
+ "kind": "field",
3840
+ "name": "maxRows",
3841
+ "type": {
3842
+ "text": "number"
3843
+ }
3844
+ },
3845
+ {
3846
+ "kind": "field",
3847
+ "name": "maxView",
3848
+ "type": {
3849
+ "text": "number"
3850
+ }
3851
+ },
3852
+ {
3853
+ "kind": "field",
3854
+ "name": "pollingInterval",
3855
+ "type": {
3856
+ "text": "number"
3857
+ }
3858
+ },
3859
+ {
3860
+ "kind": "field",
3861
+ "name": "movingView",
3862
+ "type": {
3863
+ "text": "boolean"
3864
+ },
3865
+ "default": "false"
3866
+ },
3867
+ {
3868
+ "kind": "field",
3869
+ "name": "orderBy",
3870
+ "type": {
3871
+ "text": "string"
3872
+ }
3873
+ },
3874
+ {
3875
+ "kind": "field",
3876
+ "name": "request",
3877
+ "type": {
3878
+ "text": "any"
3879
+ }
3880
+ },
3881
+ {
3882
+ "kind": "field",
3883
+ "name": "resourceName",
3884
+ "type": {
3885
+ "text": "string"
3864
3886
  }
3865
3887
  },
3866
3888
  {
3867
3889
  "kind": "method",
3868
- "name": "setFilter",
3869
- "privacy": "public",
3890
+ "name": "resourceNameChanged",
3870
3891
  "parameters": [
3871
3892
  {
3872
- "name": "fieldName",
3893
+ "name": "oldValue",
3873
3894
  "type": {
3874
3895
  "text": "string"
3875
3896
  }
3876
3897
  },
3877
3898
  {
3878
- "name": "newFilter",
3899
+ "name": "newValue",
3879
3900
  "type": {
3880
3901
  "text": "string"
3881
3902
  }
@@ -3883,440 +3904,406 @@
3883
3904
  ]
3884
3905
  },
3885
3906
  {
3886
- "kind": "method",
3887
- "name": "removeFilter",
3888
- "privacy": "public",
3889
- "parameters": [
3890
- {
3891
- "name": "fieldName",
3892
- "type": {
3893
- "text": "string"
3894
- }
3895
- }
3896
- ]
3907
+ "kind": "field",
3908
+ "name": "reverse",
3909
+ "type": {
3910
+ "text": "boolean"
3911
+ },
3912
+ "default": "false"
3897
3913
  },
3898
3914
  {
3899
- "kind": "method",
3900
- "name": "datasourceStatusChanged",
3901
- "parameters": [
3902
- {
3903
- "name": "prev",
3904
- "type": {
3905
- "text": "DatasourceStatus"
3906
- }
3907
- },
3908
- {
3909
- "name": "next",
3910
- "type": {
3911
- "text": "DatasourceStatus"
3912
- }
3913
- }
3914
- ]
3915
+ "kind": "field",
3916
+ "name": "rowIdAttr",
3917
+ "description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type."
3915
3918
  },
3916
3919
  {
3917
- "kind": "method",
3918
- "name": "cloneNode",
3919
- "return": {
3920
- "type": {
3921
- "text": "Node"
3922
- }
3920
+ "kind": "field",
3921
+ "name": "restartOnReconnection",
3922
+ "type": {
3923
+ "text": "boolean"
3923
3924
  },
3924
- "parameters": [
3925
- {
3926
- "name": "deep",
3927
- "optional": true,
3928
- "type": {
3929
- "text": "boolean"
3930
- }
3931
- }
3932
- ],
3933
- "inheritedFrom": {
3934
- "name": "LifecycleMixin",
3935
- "module": "src/mixins/lifecycle/lifecycle.ts"
3936
- }
3925
+ "default": "true"
3937
3926
  },
3938
3927
  {
3939
3928
  "kind": "field",
3940
- "name": "shouldRunDisconnect",
3941
- "return": {
3942
- "type": {
3943
- "text": ""
3944
- }
3929
+ "name": "keepColDefsOnClearRowData",
3930
+ "type": {
3931
+ "text": "boolean"
3945
3932
  },
3946
- "readonly": true,
3947
- "inheritedFrom": {
3948
- "name": "LifecycleMixin",
3949
- "module": "src/mixins/lifecycle/lifecycle.ts"
3950
- }
3933
+ "default": "false",
3934
+ "description": "Whether to keep column definitions when clearing row data"
3951
3935
  },
3952
3936
  {
3953
3937
  "kind": "field",
3954
- "name": "shouldRunConnect",
3955
- "return": {
3956
- "type": {
3957
- "text": ""
3958
- }
3938
+ "name": "rowDataMapper",
3939
+ "type": {
3940
+ "text": "Function"
3959
3941
  },
3960
- "readonly": true,
3961
- "inheritedFrom": {
3962
- "name": "LifecycleMixin",
3963
- "module": "src/mixins/lifecycle/lifecycle.ts"
3964
- }
3942
+ "description": "Allows grid data updates to be processed via and external function before applying in grid"
3965
3943
  },
3966
3944
  {
3967
- "kind": "method",
3968
- "name": "#_blockLifecycleDueToTokenChange",
3969
- "return": {
3970
- "type": {
3971
- "text": "boolean"
3972
- }
3945
+ "kind": "field",
3946
+ "name": "dataSub",
3947
+ "type": {
3948
+ "text": "Subscription"
3949
+ },
3950
+ "privacy": "private"
3951
+ },
3952
+ {
3953
+ "kind": "field",
3954
+ "name": "updateSub",
3955
+ "type": {
3956
+ "text": "Subscription"
3957
+ },
3958
+ "privacy": "private"
3959
+ },
3960
+ {
3961
+ "kind": "field",
3962
+ "name": "connectionSub",
3963
+ "type": {
3964
+ "text": "Subscription"
3965
+ },
3966
+ "privacy": "private"
3967
+ },
3968
+ {
3969
+ "kind": "field",
3970
+ "name": "isRequestServer",
3971
+ "type": {
3972
+ "text": "boolean"
3973
+ },
3974
+ "privacy": "private",
3975
+ "default": "false"
3976
+ },
3977
+ {
3978
+ "kind": "field",
3979
+ "name": "requiresFullRowDataAndColDefs",
3980
+ "type": {
3981
+ "text": "boolean"
3973
3982
  },
3974
- "parameters": [
3975
- {
3976
- "name": "lifecycleType",
3977
- "type": {
3978
- "text": "Lifecycletype"
3979
- }
3980
- }
3981
- ],
3982
- "inheritedFrom": {
3983
- "name": "LifecycleMixin",
3984
- "module": "src/mixins/lifecycle/lifecycle.ts"
3985
- }
3983
+ "privacy": "private",
3984
+ "default": "true"
3986
3985
  },
3987
3986
  {
3988
3987
  "kind": "field",
3989
- "name": "_presentation",
3988
+ "name": "dataSubWasLoggedOff",
3990
3989
  "type": {
3991
- "text": "ComponentPresentation | null | undefined"
3990
+ "text": "boolean"
3992
3991
  },
3993
3992
  "privacy": "private",
3994
- "default": "void 0",
3995
- "inheritedFrom": {
3996
- "name": "FoundationElement",
3997
- "module": "src/foundation-element/foundation-element.ts"
3998
- }
3993
+ "default": "false"
3999
3994
  },
4000
3995
  {
4001
3996
  "kind": "field",
4002
- "name": "$presentation",
3997
+ "name": "rows",
4003
3998
  "type": {
4004
- "text": "ComponentPresentation | null"
3999
+ "text": "Map<string, any>"
4005
4000
  },
4006
- "privacy": "public",
4007
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
4008
- "inheritedFrom": {
4009
- "name": "FoundationElement",
4010
- "module": "src/foundation-element/foundation-element.ts"
4011
- }
4001
+ "privacy": "private",
4002
+ "default": "new Map()"
4012
4003
  },
4013
4004
  {
4014
4005
  "kind": "field",
4015
- "name": "template",
4006
+ "name": "gridTransaction",
4016
4007
  "type": {
4017
- "text": "ElementViewTemplate | void | null"
4008
+ "text": "RowDataTransaction"
4018
4009
  },
4019
- "privacy": "public",
4020
- "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.",
4021
- "inheritedFrom": {
4022
- "name": "FoundationElement",
4023
- "module": "src/foundation-element/foundation-element.ts"
4024
- }
4010
+ "privacy": "private"
4025
4011
  },
4026
4012
  {
4027
- "kind": "method",
4028
- "name": "templateChanged",
4029
- "privacy": "protected",
4030
- "return": {
4031
- "type": {
4032
- "text": "void"
4033
- }
4013
+ "kind": "field",
4014
+ "name": "sourceRef",
4015
+ "type": {
4016
+ "text": "string"
4034
4017
  },
4035
- "inheritedFrom": {
4036
- "name": "FoundationElement",
4037
- "module": "src/foundation-element/foundation-element.ts"
4038
- }
4018
+ "privacy": "private"
4039
4019
  },
4040
4020
  {
4041
4021
  "kind": "field",
4042
- "name": "styles",
4022
+ "name": "criteriaFromFilters",
4043
4023
  "type": {
4044
- "text": "ElementStyles | void | null"
4024
+ "text": "Map<string, string>"
4045
4025
  },
4046
- "privacy": "public",
4047
- "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.",
4048
- "inheritedFrom": {
4049
- "name": "FoundationElement",
4050
- "module": "src/foundation-element/foundation-element.ts"
4051
- }
4026
+ "privacy": "private",
4027
+ "default": "new Map()"
4052
4028
  },
4053
4029
  {
4054
- "kind": "method",
4055
- "name": "stylesChanged",
4056
- "privacy": "protected",
4057
- "return": {
4058
- "type": {
4059
- "text": "void"
4060
- }
4030
+ "kind": "field",
4031
+ "name": "update",
4032
+ "type": {
4033
+ "text": "BehaviorSubject<Map<string, string>>"
4061
4034
  },
4062
- "inheritedFrom": {
4063
- "name": "FoundationElement",
4064
- "module": "src/foundation-element/foundation-element.ts"
4065
- }
4035
+ "privacy": "private",
4036
+ "default": "new BehaviorSubject(new Map())"
4066
4037
  },
4067
4038
  {
4068
4039
  "kind": "method",
4069
- "name": "compose",
4070
- "privacy": "public",
4071
- "static": true,
4040
+ "name": "deepClone",
4072
4041
  "return": {
4073
4042
  "type": {
4074
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
4043
+ "text": "Node"
4075
4044
  }
4076
4045
  },
4077
- "parameters": [
4078
- {
4079
- "name": "this",
4080
- "type": {
4081
- "text": "K"
4082
- }
4083
- },
4084
- {
4085
- "name": "elementDefinition",
4086
- "type": {
4087
- "text": "T"
4088
- },
4089
- "description": "The definition of the element to create the registry\nfunction for."
4090
- }
4091
- ],
4092
- "description": "Defines an element registry function with a set of element definition defaults.",
4093
4046
  "inheritedFrom": {
4094
- "name": "FoundationElement",
4095
- "module": "src/foundation-element/foundation-element.ts"
4047
+ "name": "LifecycleMixin",
4048
+ "module": "src/mixins/lifecycle/lifecycle.ts"
4096
4049
  }
4097
- }
4098
- ],
4099
- "events": [
4100
- {
4101
- "description": "Fired when a datasource error occurs. detail: `GridTabulatorErrorEventDetail`",
4102
- "name": "gridTabulator:error"
4103
- },
4104
- {
4105
- "description": "Fired when tabulator data is initialized",
4106
- "name": "dataInit"
4107
4050
  },
4108
4051
  {
4109
- "description": "Fired when layout size changes. detail: `GridTabulatorSizeChangedEventDetail`",
4110
- "name": "sizeChanged"
4111
- }
4112
- ],
4113
- "attributes": [
4114
- {
4115
- "name": "criteria",
4052
+ "kind": "field",
4053
+ "name": "gridTabulator",
4116
4054
  "type": {
4117
- "text": "string"
4055
+ "text": "GridTabulator | null"
4118
4056
  },
4119
- "fieldName": "criteria"
4057
+ "privacy": "private",
4058
+ "readonly": true
4120
4059
  },
4121
4060
  {
4122
- "name": "fields",
4123
- "type": {
4124
- "text": "string"
4125
- },
4126
- "fieldName": "fields"
4061
+ "kind": "method",
4062
+ "name": "init",
4063
+ "description": "Initializes the datasource.",
4064
+ "privacy": "public"
4127
4065
  },
4128
4066
  {
4129
- "name": "is-snapshot",
4130
- "type": {
4131
- "text": "boolean"
4132
- },
4133
- "default": "false",
4134
- "fieldName": "isSnapshot"
4067
+ "kind": "method",
4068
+ "name": "destroy",
4069
+ "description": "Destroys the datasource, resetting it to its initial state.",
4070
+ "privacy": "public"
4135
4071
  },
4136
4072
  {
4137
- "name": "max-rows",
4138
- "type": {
4139
- "text": "number"
4140
- },
4141
- "fieldName": "maxRows"
4073
+ "kind": "method",
4074
+ "name": "restart",
4075
+ "description": "Restarts the datasource, uses `deinit` and `init` in sequence.",
4076
+ "privacy": "public"
4142
4077
  },
4143
4078
  {
4144
- "name": "max-view",
4145
- "type": {
4146
- "text": "number"
4147
- },
4148
- "fieldName": "maxView"
4079
+ "kind": "method",
4080
+ "name": "refreshRows",
4081
+ "description": "Force the grid to redispatch the current rows"
4149
4082
  },
4150
4083
  {
4151
- "name": "polling-interval",
4152
- "type": {
4153
- "text": "number"
4154
- },
4155
- "fieldName": "pollingInterval"
4084
+ "kind": "method",
4085
+ "name": "handleErrors",
4086
+ "parameters": [
4087
+ {
4088
+ "name": "errors",
4089
+ "type": {
4090
+ "text": "string | any[]"
4091
+ }
4092
+ }
4093
+ ],
4094
+ "description": "Handles errors by emitting an error event"
4156
4095
  },
4157
4096
  {
4158
- "name": "moving-view",
4159
- "type": {
4160
- "text": "boolean"
4161
- },
4162
- "default": "false",
4163
- "fieldName": "movingView"
4097
+ "kind": "method",
4098
+ "name": "getColumnDefs",
4099
+ "privacy": "private",
4100
+ "parameters": [
4101
+ {
4102
+ "name": "fieldsMetadata",
4103
+ "type": {
4104
+ "text": "FieldMetadata[]"
4105
+ },
4106
+ "description": "The field metadata to generate column definitions from"
4107
+ }
4108
+ ],
4109
+ "description": "Generate column definitions from the field metadata"
4164
4110
  },
4165
4111
  {
4166
- "name": "order-by",
4167
- "type": {
4168
- "text": "string"
4169
- },
4170
- "fieldName": "orderBy"
4112
+ "kind": "method",
4113
+ "name": "handleSnapshot",
4114
+ "privacy": "private",
4115
+ "parameters": [
4116
+ {
4117
+ "name": "result"
4118
+ }
4119
+ ]
4171
4120
  },
4172
4121
  {
4173
- "name": "resource-name",
4174
- "type": {
4175
- "text": "string"
4176
- },
4177
- "fieldName": "resourceName"
4122
+ "kind": "method",
4123
+ "name": "datasourceOptions",
4124
+ "privacy": "private",
4125
+ "return": {
4126
+ "type": {
4127
+ "text": "DatasourceOptions"
4128
+ }
4129
+ }
4130
+ },
4131
+ {
4132
+ "kind": "method",
4133
+ "name": "handleStreamResult",
4134
+ "privacy": "private",
4135
+ "parameters": [
4136
+ {
4137
+ "name": "result",
4138
+ "type": {
4139
+ "text": "FilteredDataServerResult | RequestServerResult"
4140
+ }
4141
+ }
4142
+ ]
4178
4143
  },
4179
4144
  {
4180
- "type": {
4181
- "text": "boolean"
4182
- },
4183
- "default": "false",
4184
- "fieldName": "reverse"
4145
+ "kind": "method",
4146
+ "name": "applyRequestServerData",
4147
+ "privacy": "private",
4148
+ "parameters": [
4149
+ {
4150
+ "name": "requestServerResult",
4151
+ "type": {
4152
+ "text": "RequestServerResult"
4153
+ }
4154
+ }
4155
+ ]
4185
4156
  },
4186
4157
  {
4187
- "name": "row-id",
4188
- "description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
4189
- "fieldName": "rowIdAttr"
4158
+ "kind": "method",
4159
+ "name": "applyDataserverData",
4160
+ "privacy": "private",
4161
+ "parameters": [
4162
+ {
4163
+ "name": "dataServerResult",
4164
+ "type": {
4165
+ "text": "FilteredDataServerResult"
4166
+ }
4167
+ }
4168
+ ]
4190
4169
  },
4191
4170
  {
4192
- "name": "restart-on-reconnection",
4193
- "type": {
4194
- "text": "boolean"
4195
- },
4196
- "default": "true",
4197
- "fieldName": "restartOnReconnection"
4171
+ "kind": "method",
4172
+ "name": "applyTransaction",
4173
+ "privacy": "private"
4198
4174
  },
4199
4175
  {
4200
- "name": "keep-col-defs-on-clear-row-data",
4201
- "type": {
4202
- "text": "boolean"
4203
- },
4204
- "default": "false",
4205
- "description": "Whether to keep column definitions when clearing row data",
4206
- "fieldName": "keepColDefsOnClearRowData"
4207
- }
4208
- ],
4209
- "mixins": [
4210
- {
4211
- "name": "LifecycleMixin",
4212
- "package": "@genesislcap/foundation-utils"
4176
+ "kind": "method",
4177
+ "name": "mapTransaction",
4178
+ "privacy": "private",
4179
+ "parameters": [
4180
+ {
4181
+ "name": "transaction",
4182
+ "type": {
4183
+ "text": "RowDataTransaction"
4184
+ }
4185
+ }
4186
+ ]
4213
4187
  },
4214
4188
  {
4215
- "name": "DatasourceEventHandler",
4216
- "package": "@genesislcap/foundation-comms"
4217
- }
4218
- ],
4219
- "superclass": {
4220
- "name": "FoundationElement",
4221
- "package": "@microsoft/fast-foundation"
4222
- },
4223
- "tagName": "grid-tabulator-client-side-datasource",
4224
- "customElement": true
4225
- }
4226
- ],
4227
- "exports": [
4228
- {
4229
- "kind": "js",
4230
- "name": "criteriaDelimiter",
4231
- "declaration": {
4232
- "name": "criteriaDelimiter",
4233
- "module": "src/datasource/client-side.datasource.ts"
4234
- }
4235
- },
4236
- {
4237
- "kind": "js",
4238
- "name": "criteriaJoin",
4239
- "declaration": {
4240
- "name": "criteriaJoin",
4241
- "module": "src/datasource/client-side.datasource.ts"
4242
- }
4243
- },
4244
- {
4245
- "kind": "js",
4246
- "name": "GridTabulatorClientSideDatasource",
4247
- "declaration": {
4248
- "name": "GridTabulatorClientSideDatasource",
4249
- "module": "src/datasource/client-side.datasource.ts"
4250
- }
4251
- },
4252
- {
4253
- "kind": "custom-element-definition",
4254
- "name": "grid-tabulator-client-side-datasource",
4255
- "declaration": {
4256
- "name": "GridTabulatorClientSideDatasource",
4257
- "module": "src/datasource/client-side.datasource.ts"
4258
- }
4259
- }
4260
- ]
4261
- },
4262
- {
4263
- "kind": "javascript-module",
4264
- "path": "src/datasource/index.ts",
4265
- "declarations": [],
4266
- "exports": [
4267
- {
4268
- "kind": "js",
4269
- "name": "*",
4270
- "declaration": {
4271
- "name": "*",
4272
- "package": "./client-side.datasource"
4273
- }
4274
- }
4275
- ]
4276
- },
4277
- {
4278
- "kind": "javascript-module",
4279
- "path": "src/column/column.ts",
4280
- "declarations": [
4281
- {
4282
- "kind": "class",
4283
- "description": "The GridTabulator Column element.",
4284
- "name": "GridTabulatorColumn",
4285
- "members": [
4189
+ "kind": "method",
4190
+ "name": "handleStreamInserts",
4191
+ "privacy": "private",
4192
+ "parameters": [
4193
+ {
4194
+ "name": "insertedRows",
4195
+ "type": {
4196
+ "text": "any[]"
4197
+ }
4198
+ }
4199
+ ]
4200
+ },
4286
4201
  {
4287
- "kind": "field",
4288
- "name": "slottedCell",
4289
- "type": {
4290
- "text": "HTMLElement[]"
4291
- },
4292
- "privacy": "public"
4202
+ "kind": "method",
4203
+ "name": "handleStreamDeletes",
4204
+ "privacy": "private",
4205
+ "parameters": [
4206
+ {
4207
+ "name": "deletedRows",
4208
+ "type": {
4209
+ "text": "any[]"
4210
+ }
4211
+ }
4212
+ ]
4293
4213
  },
4294
4214
  {
4295
- "kind": "field",
4296
- "name": "definition",
4297
- "type": {
4298
- "text": "Partial<ColumnDefinition>"
4299
- },
4300
- "default": "{}"
4215
+ "kind": "method",
4216
+ "name": "handleStreamUpdates",
4217
+ "privacy": "private",
4218
+ "parameters": [
4219
+ {
4220
+ "name": "updatedRows",
4221
+ "type": {
4222
+ "text": "any[]"
4223
+ }
4224
+ }
4225
+ ]
4301
4226
  },
4302
4227
  {
4303
4228
  "kind": "method",
4304
- "name": "slottedCellChanged",
4305
- "privacy": "public"
4229
+ "name": "handleSizeChanged",
4230
+ "privacy": "private",
4231
+ "parameters": [
4232
+ {
4233
+ "name": "oldSize",
4234
+ "type": {
4235
+ "text": "number"
4236
+ }
4237
+ },
4238
+ {
4239
+ "name": "newSize",
4240
+ "type": {
4241
+ "text": "number"
4242
+ }
4243
+ }
4244
+ ],
4245
+ "description": "Emit event when the number of rows changes"
4306
4246
  },
4307
4247
  {
4308
4248
  "kind": "method",
4309
- "name": "deepClone",
4249
+ "name": "buildCriteria",
4250
+ "privacy": "private",
4310
4251
  "return": {
4311
4252
  "type": {
4312
- "text": "Node"
4253
+ "text": "string"
4313
4254
  }
4314
- },
4315
- "inheritedFrom": {
4316
- "name": "LifecycleMixin",
4317
- "module": "src/mixins/lifecycle/lifecycle.ts"
4318
4255
  }
4319
4256
  },
4257
+ {
4258
+ "kind": "method",
4259
+ "name": "setFilter",
4260
+ "privacy": "public",
4261
+ "parameters": [
4262
+ {
4263
+ "name": "fieldName",
4264
+ "type": {
4265
+ "text": "string"
4266
+ }
4267
+ },
4268
+ {
4269
+ "name": "newFilter",
4270
+ "type": {
4271
+ "text": "string"
4272
+ }
4273
+ }
4274
+ ]
4275
+ },
4276
+ {
4277
+ "kind": "method",
4278
+ "name": "removeFilter",
4279
+ "privacy": "public",
4280
+ "parameters": [
4281
+ {
4282
+ "name": "fieldName",
4283
+ "type": {
4284
+ "text": "string"
4285
+ }
4286
+ }
4287
+ ]
4288
+ },
4289
+ {
4290
+ "kind": "method",
4291
+ "name": "datasourceStatusChanged",
4292
+ "parameters": [
4293
+ {
4294
+ "name": "prev",
4295
+ "type": {
4296
+ "text": "DatasourceStatus"
4297
+ }
4298
+ },
4299
+ {
4300
+ "name": "next",
4301
+ "type": {
4302
+ "text": "DatasourceStatus"
4303
+ }
4304
+ }
4305
+ ]
4306
+ },
4320
4307
  {
4321
4308
  "kind": "method",
4322
4309
  "name": "cloneNode",
@@ -4500,167 +4487,180 @@
4500
4487
  }
4501
4488
  }
4502
4489
  ],
4490
+ "events": [
4491
+ {
4492
+ "description": "Fired when a datasource error occurs. detail: `GridTabulatorErrorEventDetail`",
4493
+ "name": "gridTabulator:error"
4494
+ },
4495
+ {
4496
+ "description": "Fired when tabulator data is initialized",
4497
+ "name": "dataInit"
4498
+ },
4499
+ {
4500
+ "description": "Fired when layout size changes. detail: `GridTabulatorSizeChangedEventDetail`",
4501
+ "name": "sizeChanged"
4502
+ }
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
+ },
4563
+ {
4564
+ "name": "resource-name",
4565
+ "type": {
4566
+ "text": "string"
4567
+ },
4568
+ "fieldName": "resourceName"
4569
+ },
4570
+ {
4571
+ "type": {
4572
+ "text": "boolean"
4573
+ },
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
+ },
4582
+ {
4583
+ "name": "restart-on-reconnection",
4584
+ "type": {
4585
+ "text": "boolean"
4586
+ },
4587
+ "default": "true",
4588
+ "fieldName": "restartOnReconnection"
4589
+ },
4590
+ {
4591
+ "name": "keep-col-defs-on-clear-row-data",
4592
+ "type": {
4593
+ "text": "boolean"
4594
+ },
4595
+ "default": "false",
4596
+ "description": "Whether to keep column definitions when clearing row data",
4597
+ "fieldName": "keepColDefsOnClearRowData"
4598
+ }
4599
+ ],
4503
4600
  "mixins": [
4504
4601
  {
4505
4602
  "name": "LifecycleMixin",
4506
4603
  "package": "@genesislcap/foundation-utils"
4604
+ },
4605
+ {
4606
+ "name": "DatasourceEventHandler",
4607
+ "package": "@genesislcap/foundation-comms"
4507
4608
  }
4508
4609
  ],
4509
4610
  "superclass": {
4510
4611
  "name": "FoundationElement",
4511
4612
  "package": "@microsoft/fast-foundation"
4512
4613
  },
4513
- "tagName": "grid-tabulator-column",
4614
+ "tagName": "grid-tabulator-client-side-datasource",
4514
4615
  "customElement": true
4515
4616
  }
4516
4617
  ],
4517
4618
  "exports": [
4518
4619
  {
4519
4620
  "kind": "js",
4520
- "name": "GridTabulatorColumn",
4521
- "declaration": {
4522
- "name": "GridTabulatorColumn",
4523
- "module": "src/column/column.ts"
4524
- }
4525
- },
4526
- {
4527
- "kind": "custom-element-definition",
4528
- "name": "grid-tabulator-column",
4529
- "declaration": {
4530
- "name": "GridTabulatorColumn",
4531
- "module": "src/column/column.ts"
4532
- }
4533
- }
4534
- ]
4535
- },
4536
- {
4537
- "kind": "javascript-module",
4538
- "path": "src/column/index.ts",
4539
- "declarations": [],
4540
- "exports": [
4541
- {
4542
- "kind": "js",
4543
- "name": "*",
4544
- "declaration": {
4545
- "name": "*",
4546
- "package": "./column"
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"
4570
- },
4571
- "default": "{\n [GridTabulatorTheme.default]: tabulatorDefaultFontFace,\n [GridTabulatorTheme.rapid]: tabulatorRapidFontFace,\n}"
4572
- },
4573
- {
4574
- "kind": "variable",
4575
- "name": "defaultGridTabulatorFontFace",
4576
- "default": "tabulatorDefaultFontFace"
4577
- }
4578
- ],
4579
- "exports": [
4580
- {
4581
- "kind": "js",
4582
- "name": "tabulatorDefaultFontFace",
4583
- "declaration": {
4584
- "name": "tabulatorDefaultFontFace",
4585
- "module": "src/external/fonts.ts"
4586
- }
4587
- },
4588
- {
4589
- "kind": "js",
4590
- "name": "tabulatorRapidFontFace",
4621
+ "name": "criteriaDelimiter",
4591
4622
  "declaration": {
4592
- "name": "tabulatorRapidFontFace",
4593
- "module": "src/external/fonts.ts"
4623
+ "name": "criteriaDelimiter",
4624
+ "module": "src/datasource/client-side.datasource.ts"
4594
4625
  }
4595
4626
  },
4596
4627
  {
4597
4628
  "kind": "js",
4598
- "name": "gridThemeFontFaceMap",
4629
+ "name": "criteriaJoin",
4599
4630
  "declaration": {
4600
- "name": "gridThemeFontFaceMap",
4601
- "module": "src/external/fonts.ts"
4631
+ "name": "criteriaJoin",
4632
+ "module": "src/datasource/client-side.datasource.ts"
4602
4633
  }
4603
4634
  },
4604
4635
  {
4605
4636
  "kind": "js",
4606
- "name": "defaultGridTabulatorFontFace",
4607
- "declaration": {
4608
- "name": "defaultGridTabulatorFontFace",
4609
- "module": "src/external/fonts.ts"
4610
- }
4611
- }
4612
- ]
4613
- },
4614
- {
4615
- "kind": "javascript-module",
4616
- "path": "src/external/index.ts",
4617
- "declarations": [
4618
- {
4619
- "kind": "variable",
4620
- "name": "tabulatorExternalStockStyles",
4621
- "default": "css`\n ${tabulatorThemeSimpleCSS}\n`",
4622
- "description": "External styles for the Tabulator grid.",
4623
- "privacy": "public"
4624
- }
4625
- ],
4626
- "exports": [
4627
- {
4628
- "kind": "js",
4629
- "name": "tabulatorExternalStockStyles",
4637
+ "name": "GridTabulatorClientSideDatasource",
4630
4638
  "declaration": {
4631
- "name": "tabulatorExternalStockStyles",
4632
- "module": "src/external/index.ts"
4639
+ "name": "GridTabulatorClientSideDatasource",
4640
+ "module": "src/datasource/client-side.datasource.ts"
4633
4641
  }
4634
4642
  },
4635
4643
  {
4636
- "kind": "js",
4637
- "name": "tabulatorThemeSimpleCSS",
4644
+ "kind": "custom-element-definition",
4645
+ "name": "grid-tabulator-client-side-datasource",
4638
4646
  "declaration": {
4639
- "name": "tabulatorThemeSimpleCSS",
4640
- "module": "src/external/index.ts"
4647
+ "name": "GridTabulatorClientSideDatasource",
4648
+ "module": "src/datasource/client-side.datasource.ts"
4641
4649
  }
4642
4650
  }
4643
4651
  ]
4644
4652
  },
4645
4653
  {
4646
4654
  "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
- ],
4655
+ "path": "src/datasource/index.ts",
4656
+ "declarations": [],
4657
4657
  "exports": [
4658
4658
  {
4659
4659
  "kind": "js",
4660
- "name": "tabulatorThemeSimpleCSS",
4660
+ "name": "*",
4661
4661
  "declaration": {
4662
- "name": "tabulatorThemeSimpleCSS",
4663
- "module": "src/external/tabulator-theme-simple-css.ts"
4662
+ "name": "*",
4663
+ "package": "./client-side.datasource"
4664
4664
  }
4665
4665
  }
4666
4666
  ]