@genesislcap/grid-tabulator 14.471.0 → 14.472.0-GENC-1388.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/custom-elements.json +1752 -1752
  2. package/package.json +13 -13
@@ -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,1389 +3342,675 @@
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": "*",
3145
- "declaration": {
3146
- "name": "*",
3147
- "package": "./constants"
3148
- }
3149
- },
3150
- {
3151
- "kind": "js",
3152
- "name": "ActionFormatterParams",
3153
- "declaration": {
3154
- "name": "ActionFormatterParams",
3155
- "module": "src/cell-formatters/index.ts"
3156
- }
3157
- },
3158
- {
3159
- "kind": "js",
3160
- "name": "actionFormatter",
3161
- "declaration": {
3162
- "name": "actionFormatter",
3163
- "module": "src/cell-formatters/index.ts"
3164
- }
3165
- },
3166
- {
3167
- "kind": "js",
3168
- "name": "ActionsMenuFormatterParams",
3169
- "declaration": {
3170
- "name": "ActionsMenuFormatterParams",
3171
- "module": "src/cell-formatters/index.ts"
3172
- }
3173
- },
3174
- {
3175
- "kind": "js",
3176
- "name": "actionsMenuFormatter",
3177
- "declaration": {
3178
- "name": "actionsMenuFormatter",
3179
- "module": "src/cell-formatters/index.ts"
3180
- }
3181
- },
3182
- {
3183
- "kind": "js",
3184
- "name": "BooleanFormatterParams",
3185
- "declaration": {
3186
- "name": "BooleanFormatterParams",
3187
- "module": "src/cell-formatters/index.ts"
3188
- }
3189
- },
3190
- {
3191
- "kind": "js",
3192
- "name": "booleanFormatter",
3193
- "declaration": {
3194
- "name": "booleanFormatter",
3195
- "module": "src/cell-formatters/index.ts"
3196
- }
3197
- },
3198
- {
3199
- "kind": "js",
3200
- "name": "EditableFormatterParams",
3201
- "declaration": {
3202
- "name": "EditableFormatterParams",
3203
- "module": "src/cell-formatters/index.ts"
3204
- }
3205
- },
3206
- {
3207
- "kind": "js",
3208
- "name": "editableFormatter",
3209
- "declaration": {
3210
- "name": "editableFormatter",
3211
- "module": "src/cell-formatters/index.ts"
3212
- }
3213
- },
3214
- {
3215
- "kind": "js",
3216
- "name": "SelectFormatterParams",
3217
- "declaration": {
3218
- "name": "SelectFormatterParams",
3219
- "module": "src/cell-formatters/index.ts"
3220
- }
3221
- },
3222
- {
3223
- "kind": "js",
3224
- "name": "selectFormatter",
3225
- "declaration": {
3226
- "name": "selectFormatter",
3227
- "module": "src/cell-formatters/index.ts"
3228
- }
3229
- },
3230
- {
3231
- "kind": "js",
3232
- "name": "TextFormatterParams",
3233
- "declaration": {
3234
- "name": "TextFormatterParams",
3235
- "module": "src/cell-formatters/index.ts"
3236
- }
3237
- },
3238
- {
3239
- "kind": "js",
3240
- "name": "textFormatter",
3586
+ "name": "GridTabulatorColumn",
3241
3587
  "declaration": {
3242
- "name": "textFormatter",
3243
- "module": "src/cell-formatters/index.ts"
3588
+ "name": "GridTabulatorColumn",
3589
+ "module": "src/column/column.ts"
3244
3590
  }
3245
3591
  },
3246
3592
  {
3247
- "kind": "js",
3248
- "name": "formatters",
3593
+ "kind": "custom-element-definition",
3594
+ "name": "grid-tabulator-column",
3249
3595
  "declaration": {
3250
- "name": "formatters",
3251
- "module": "src/cell-formatters/index.ts"
3596
+ "name": "GridTabulatorColumn",
3597
+ "module": "src/column/column.ts"
3252
3598
  }
3253
3599
  }
3254
3600
  ]
3255
3601
  },
3256
3602
  {
3257
3603
  "kind": "javascript-module",
3258
- "path": "src/cell-formatters/select.formatter.ts",
3259
- "declarations": [
3260
- {
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
- ],
3604
+ "path": "src/column/index.ts",
3605
+ "declarations": [],
3288
3606
  "exports": [
3289
3607
  {
3290
3608
  "kind": "js",
3291
- "name": "selectFormatter",
3609
+ "name": "*",
3292
3610
  "declaration": {
3293
- "name": "selectFormatter",
3294
- "module": "src/cell-formatters/select.formatter.ts"
3611
+ "name": "*",
3612
+ "package": "./column"
3295
3613
  }
3296
3614
  }
3297
3615
  ]
3298
3616
  },
3299
3617
  {
3300
3618
  "kind": "javascript-module",
3301
- "path": "src/cell-formatters/text.formatter.ts",
3619
+ "path": "src/datasource/client-side.datasource.ts",
3302
3620
  "declarations": [
3303
3621
  {
3304
- "kind": "function",
3305
- "name": "textFormatter",
3306
- "return": {
3307
- "type": {
3308
- "text": ""
3309
- }
3622
+ "kind": "variable",
3623
+ "name": "criteriaDelimiter",
3624
+ "type": {
3625
+ "text": "string"
3310
3626
  },
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.",
3329
- "privacy": "public"
3330
- }
3331
- ],
3332
- "exports": [
3627
+ "default": "';'",
3628
+ "description": "Delimiter for criteria in the datasource"
3629
+ },
3333
3630
  {
3334
- "kind": "js",
3335
- "name": "textFormatter",
3336
- "declaration": {
3337
- "name": "textFormatter",
3338
- "module": "src/cell-formatters/text.formatter.ts"
3339
- }
3340
- }
3341
- ]
3342
- },
3343
- {
3344
- "kind": "javascript-module",
3345
- "path": "src/column/column.ts",
3346
- "declarations": [
3631
+ "kind": "variable",
3632
+ "name": "criteriaJoin",
3633
+ "type": {
3634
+ "text": "string"
3635
+ },
3636
+ "default": "' && '",
3637
+ "description": "Join operator for criteria in the datasource"
3638
+ },
3347
3639
  {
3348
3640
  "kind": "class",
3349
- "description": "The GridTabulator Column element.",
3350
- "name": "GridTabulatorColumn",
3641
+ "description": "The Genesis Datasource element, for client-side data fetching and used exclusively by the GridTabulator element.",
3642
+ "name": "GridTabulatorClientSideDatasource",
3351
3643
  "members": [
3352
3644
  {
3353
3645
  "kind": "field",
3354
- "name": "slottedCell",
3646
+ "name": "auth",
3355
3647
  "type": {
3356
- "text": "HTMLElement[]"
3357
- },
3358
- "privacy": "public"
3648
+ "text": "Auth"
3649
+ }
3359
3650
  },
3360
3651
  {
3361
3652
  "kind": "field",
3362
- "name": "definition",
3653
+ "name": "connect",
3363
3654
  "type": {
3364
- "text": "Partial<ColumnDefinition>"
3365
- },
3366
- "default": "{}"
3367
- },
3368
- {
3369
- "kind": "method",
3370
- "name": "slottedCellChanged",
3371
- "privacy": "public"
3655
+ "text": "Connect"
3656
+ }
3372
3657
  },
3373
3658
  {
3374
- "kind": "method",
3375
- "name": "deepClone",
3376
- "return": {
3377
- "type": {
3378
- "text": "Node"
3379
- }
3380
- },
3381
- "inheritedFrom": {
3382
- "name": "LifecycleMixin",
3383
- "module": "src/mixins/lifecycle/lifecycle.ts"
3659
+ "kind": "field",
3660
+ "name": "datasource",
3661
+ "type": {
3662
+ "text": "Datasource"
3384
3663
  }
3385
3664
  },
3386
3665
  {
3387
- "kind": "method",
3388
- "name": "cloneNode",
3389
- "return": {
3390
- "type": {
3391
- "text": "Node"
3392
- }
3393
- },
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"
3666
+ "kind": "field",
3667
+ "name": "deferredGridOptions",
3668
+ "type": {
3669
+ "text": "Options"
3406
3670
  }
3407
3671
  },
3408
3672
  {
3409
3673
  "kind": "field",
3410
- "name": "shouldRunDisconnect",
3411
- "return": {
3412
- "type": {
3413
- "text": ""
3414
- }
3674
+ "name": "deferredColumnStates",
3675
+ "type": {
3676
+ "text": "any[]"
3415
3677
  },
3416
- "readonly": true,
3417
- "inheritedFrom": {
3418
- "name": "LifecycleMixin",
3419
- "module": "src/mixins/lifecycle/lifecycle.ts"
3420
- }
3678
+ "default": "[]",
3679
+ "description": "Allows storing column layouts between datasource initializations"
3421
3680
  },
3422
3681
  {
3423
3682
  "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"
3683
+ "name": "criteria",
3684
+ "type": {
3685
+ "text": "string"
3434
3686
  }
3435
3687
  },
3436
3688
  {
3437
3689
  "kind": "method",
3438
- "name": "#_blockLifecycleDueToTokenChange",
3439
- "return": {
3440
- "type": {
3441
- "text": "boolean"
3442
- }
3443
- },
3690
+ "name": "criteriaChanged",
3444
3691
  "parameters": [
3445
3692
  {
3446
- "name": "lifecycleType",
3693
+ "name": "oldCriteria",
3447
3694
  "type": {
3448
- "text": "Lifecycletype"
3695
+ "text": "string"
3696
+ }
3697
+ },
3698
+ {
3699
+ "name": "newCriteria",
3700
+ "type": {
3701
+ "text": "string"
3449
3702
  }
3450
3703
  }
3451
- ],
3452
- "inheritedFrom": {
3453
- "name": "LifecycleMixin",
3454
- "module": "src/mixins/lifecycle/lifecycle.ts"
3704
+ ]
3705
+ },
3706
+ {
3707
+ "kind": "field",
3708
+ "name": "fields",
3709
+ "type": {
3710
+ "text": "string"
3455
3711
  }
3456
3712
  },
3457
3713
  {
3458
3714
  "kind": "field",
3459
- "name": "_presentation",
3715
+ "name": "isSnapshot",
3460
3716
  "type": {
3461
- "text": "ComponentPresentation | null | undefined"
3717
+ "text": "boolean"
3462
3718
  },
3463
- "privacy": "private",
3464
- "default": "void 0",
3465
- "inheritedFrom": {
3466
- "name": "FoundationElement",
3467
- "module": "src/foundation-element/foundation-element.ts"
3719
+ "default": "false"
3720
+ },
3721
+ {
3722
+ "kind": "field",
3723
+ "name": "maxRows",
3724
+ "type": {
3725
+ "text": "number"
3468
3726
  }
3469
3727
  },
3470
3728
  {
3471
3729
  "kind": "field",
3472
- "name": "$presentation",
3730
+ "name": "maxView",
3473
3731
  "type": {
3474
- "text": "ComponentPresentation | null"
3475
- },
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"
3732
+ "text": "number"
3481
3733
  }
3482
3734
  },
3483
3735
  {
3484
3736
  "kind": "field",
3485
- "name": "template",
3737
+ "name": "pollingInterval",
3486
3738
  "type": {
3487
- "text": "ElementViewTemplate | void | null"
3488
- },
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"
3739
+ "text": "number"
3494
3740
  }
3495
3741
  },
3496
3742
  {
3497
- "kind": "method",
3498
- "name": "templateChanged",
3499
- "privacy": "protected",
3500
- "return": {
3501
- "type": {
3502
- "text": "void"
3503
- }
3743
+ "kind": "field",
3744
+ "name": "movingView",
3745
+ "type": {
3746
+ "text": "boolean"
3504
3747
  },
3505
- "inheritedFrom": {
3506
- "name": "FoundationElement",
3507
- "module": "src/foundation-element/foundation-element.ts"
3748
+ "default": "false"
3749
+ },
3750
+ {
3751
+ "kind": "field",
3752
+ "name": "orderBy",
3753
+ "type": {
3754
+ "text": "string"
3508
3755
  }
3509
3756
  },
3510
3757
  {
3511
3758
  "kind": "field",
3512
- "name": "styles",
3759
+ "name": "request",
3513
3760
  "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"
3761
+ "text": "any"
3521
3762
  }
3522
3763
  },
3523
3764
  {
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"
3765
+ "kind": "field",
3766
+ "name": "resourceName",
3767
+ "type": {
3768
+ "text": "string"
3535
3769
  }
3536
3770
  },
3537
3771
  {
3538
3772
  "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>"
3773
+ "name": "resourceNameChanged",
3774
+ "parameters": [
3775
+ {
3776
+ "name": "oldValue",
3777
+ "type": {
3778
+ "text": "string"
3779
+ }
3780
+ },
3781
+ {
3782
+ "name": "newValue",
3783
+ "type": {
3784
+ "text": "string"
3785
+ }
3786
+ }
3787
+ ]
3788
+ },
3789
+ {
3790
+ "kind": "field",
3791
+ "name": "reverse",
3792
+ "type": {
3793
+ "text": "boolean"
3794
+ },
3795
+ "default": "false"
3796
+ },
3797
+ {
3798
+ "kind": "field",
3799
+ "name": "rowIdAttr",
3800
+ "description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type."
3801
+ },
3802
+ {
3803
+ "kind": "field",
3804
+ "name": "restartOnReconnection",
3805
+ "type": {
3806
+ "text": "boolean"
3807
+ },
3808
+ "default": "true"
3809
+ },
3810
+ {
3811
+ "kind": "field",
3812
+ "name": "keepColDefsOnClearRowData",
3813
+ "type": {
3814
+ "text": "boolean"
3815
+ },
3816
+ "default": "false",
3817
+ "description": "Whether to keep column definitions when clearing row data"
3818
+ },
3819
+ {
3820
+ "kind": "field",
3821
+ "name": "rowDataMapper",
3822
+ "type": {
3823
+ "text": "Function"
3824
+ },
3825
+ "description": "Allows grid data updates to be processed via and external function before applying in grid"
3826
+ },
3827
+ {
3828
+ "kind": "field",
3829
+ "name": "dataSub",
3830
+ "type": {
3831
+ "text": "Subscription"
3832
+ },
3833
+ "privacy": "private"
3834
+ },
3835
+ {
3836
+ "kind": "field",
3837
+ "name": "updateSub",
3838
+ "type": {
3839
+ "text": "Subscription"
3840
+ },
3841
+ "privacy": "private"
3842
+ },
3843
+ {
3844
+ "kind": "field",
3845
+ "name": "connectionSub",
3846
+ "type": {
3847
+ "text": "Subscription"
3848
+ },
3849
+ "privacy": "private"
3850
+ },
3851
+ {
3852
+ "kind": "field",
3853
+ "name": "isRequestServer",
3854
+ "type": {
3855
+ "text": "boolean"
3856
+ },
3857
+ "privacy": "private",
3858
+ "default": "false"
3859
+ },
3860
+ {
3861
+ "kind": "field",
3862
+ "name": "requiresFullRowDataAndColDefs",
3863
+ "type": {
3864
+ "text": "boolean"
3865
+ },
3866
+ "privacy": "private",
3867
+ "default": "true"
3868
+ },
3869
+ {
3870
+ "kind": "field",
3871
+ "name": "dataSubWasLoggedOff",
3872
+ "type": {
3873
+ "text": "boolean"
3874
+ },
3875
+ "privacy": "private",
3876
+ "default": "false"
3877
+ },
3878
+ {
3879
+ "kind": "field",
3880
+ "name": "rows",
3881
+ "type": {
3882
+ "text": "Map<string, any>"
3883
+ },
3884
+ "privacy": "private",
3885
+ "default": "new Map()"
3886
+ },
3887
+ {
3888
+ "kind": "field",
3889
+ "name": "gridTransaction",
3890
+ "type": {
3891
+ "text": "RowDataTransaction"
3892
+ },
3893
+ "privacy": "private"
3894
+ },
3895
+ {
3896
+ "kind": "field",
3897
+ "name": "sourceRef",
3898
+ "type": {
3899
+ "text": "string"
3900
+ },
3901
+ "privacy": "private"
3902
+ },
3903
+ {
3904
+ "kind": "field",
3905
+ "name": "criteriaFromFilters",
3906
+ "type": {
3907
+ "text": "Map<string, string>"
3908
+ },
3909
+ "privacy": "private",
3910
+ "default": "new Map()"
3911
+ },
3912
+ {
3913
+ "kind": "field",
3914
+ "name": "update",
3915
+ "type": {
3916
+ "text": "BehaviorSubject<Map<string, string>>"
3917
+ },
3918
+ "privacy": "private",
3919
+ "default": "new BehaviorSubject(new Map())"
3920
+ },
3921
+ {
3922
+ "kind": "method",
3923
+ "name": "deepClone",
3924
+ "return": {
3925
+ "type": {
3926
+ "text": "Node"
3545
3927
  }
3546
3928
  },
3929
+ "inheritedFrom": {
3930
+ "name": "LifecycleMixin",
3931
+ "module": "src/mixins/lifecycle/lifecycle.ts"
3932
+ }
3933
+ },
3934
+ {
3935
+ "kind": "field",
3936
+ "name": "gridTabulator",
3937
+ "type": {
3938
+ "text": "GridTabulator | null"
3939
+ },
3940
+ "privacy": "private",
3941
+ "readonly": true
3942
+ },
3943
+ {
3944
+ "kind": "method",
3945
+ "name": "init",
3946
+ "description": "Initializes the datasource.",
3947
+ "privacy": "public"
3948
+ },
3949
+ {
3950
+ "kind": "method",
3951
+ "name": "destroy",
3952
+ "description": "Destroys the datasource, resetting it to its initial state.",
3953
+ "privacy": "public"
3954
+ },
3955
+ {
3956
+ "kind": "method",
3957
+ "name": "restart",
3958
+ "description": "Restarts the datasource, uses `deinit` and `init` in sequence.",
3959
+ "privacy": "public"
3960
+ },
3961
+ {
3962
+ "kind": "method",
3963
+ "name": "refreshRows",
3964
+ "description": "Force the grid to redispatch the current rows"
3965
+ },
3966
+ {
3967
+ "kind": "method",
3968
+ "name": "handleErrors",
3547
3969
  "parameters": [
3548
3970
  {
3549
- "name": "this",
3971
+ "name": "errors",
3550
3972
  "type": {
3551
- "text": "K"
3973
+ "text": "string | any[]"
3552
3974
  }
3553
- },
3975
+ }
3976
+ ],
3977
+ "description": "Handles errors by emitting an error event"
3978
+ },
3979
+ {
3980
+ "kind": "method",
3981
+ "name": "getColumnDefs",
3982
+ "privacy": "private",
3983
+ "parameters": [
3554
3984
  {
3555
- "name": "elementDefinition",
3985
+ "name": "fieldsMetadata",
3556
3986
  "type": {
3557
- "text": "T"
3987
+ "text": "FieldMetadata[]"
3558
3988
  },
3559
- "description": "The definition of the element to create the registry\nfunction for."
3989
+ "description": "The field metadata to generate column definitions from"
3560
3990
  }
3561
3991
  ],
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"
3992
+ "description": "Generate column definitions from the field metadata"
3993
+ },
3994
+ {
3995
+ "kind": "method",
3996
+ "name": "handleSnapshot",
3997
+ "privacy": "private",
3998
+ "parameters": [
3999
+ {
4000
+ "name": "result"
4001
+ }
4002
+ ]
4003
+ },
4004
+ {
4005
+ "kind": "method",
4006
+ "name": "datasourceOptions",
4007
+ "privacy": "private",
4008
+ "return": {
4009
+ "type": {
4010
+ "text": "DatasourceOptions"
4011
+ }
3566
4012
  }
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"
3578
- },
3579
- "tagName": "grid-tabulator-column",
3580
- "customElement": true
3581
- }
3582
- ],
3583
- "exports": [
3584
- {
3585
- "kind": "js",
3586
- "name": "GridTabulatorColumn",
3587
- "declaration": {
3588
- "name": "GridTabulatorColumn",
3589
- "module": "src/column/column.ts"
3590
- }
3591
- },
3592
- {
3593
- "kind": "custom-element-definition",
3594
- "name": "grid-tabulator-column",
3595
- "declaration": {
3596
- "name": "GridTabulatorColumn",
3597
- "module": "src/column/column.ts"
3598
- }
3599
- }
3600
- ]
3601
- },
3602
- {
3603
- "kind": "javascript-module",
3604
- "path": "src/column/index.ts",
3605
- "declarations": [],
3606
- "exports": [
3607
- {
3608
- "kind": "js",
3609
- "name": "*",
3610
- "declaration": {
3611
- "name": "*",
3612
- "package": "./column"
3613
- }
3614
- }
3615
- ]
3616
- },
3617
- {
3618
- "kind": "javascript-module",
3619
- "path": "src/external/fonts.ts",
3620
- "declarations": [
3621
- {
3622
- "kind": "variable",
3623
- "name": "tabulatorDefaultFontFace",
3624
- "default": "`\n @font-face {\n font-family: \"defaultFontFace\";\n }\n`"
3625
- },
3626
- {
3627
- "kind": "variable",
3628
- "name": "tabulatorRapidFontFace",
3629
- "default": "`\n @font-face {\n font-family: \"rapidFontFace\";\n }\n`"
3630
- },
3631
- {
3632
- "kind": "variable",
3633
- "name": "gridThemeFontFaceMap",
3634
- "type": {
3635
- "text": "GridThemeFontFaceMap"
3636
- },
3637
- "default": "{\n [GridTabulatorTheme.default]: tabulatorDefaultFontFace,\n [GridTabulatorTheme.rapid]: tabulatorRapidFontFace,\n}"
3638
- },
3639
- {
3640
- "kind": "variable",
3641
- "name": "defaultGridTabulatorFontFace",
3642
- "default": "tabulatorDefaultFontFace"
3643
- }
3644
- ],
3645
- "exports": [
3646
- {
3647
- "kind": "js",
3648
- "name": "tabulatorDefaultFontFace",
3649
- "declaration": {
3650
- "name": "tabulatorDefaultFontFace",
3651
- "module": "src/external/fonts.ts"
3652
- }
3653
- },
3654
- {
3655
- "kind": "js",
3656
- "name": "tabulatorRapidFontFace",
3657
- "declaration": {
3658
- "name": "tabulatorRapidFontFace",
3659
- "module": "src/external/fonts.ts"
3660
- }
3661
- },
3662
- {
3663
- "kind": "js",
3664
- "name": "gridThemeFontFaceMap",
3665
- "declaration": {
3666
- "name": "gridThemeFontFaceMap",
3667
- "module": "src/external/fonts.ts"
3668
- }
3669
- },
3670
- {
3671
- "kind": "js",
3672
- "name": "defaultGridTabulatorFontFace",
3673
- "declaration": {
3674
- "name": "defaultGridTabulatorFontFace",
3675
- "module": "src/external/fonts.ts"
3676
- }
3677
- }
3678
- ]
3679
- },
3680
- {
3681
- "kind": "javascript-module",
3682
- "path": "src/external/index.ts",
3683
- "declarations": [
3684
- {
3685
- "kind": "variable",
3686
- "name": "tabulatorExternalStockStyles",
3687
- "default": "css`\n ${tabulatorThemeSimpleCSS}\n`",
3688
- "description": "External styles for the Tabulator grid.",
3689
- "privacy": "public"
3690
- }
3691
- ],
3692
- "exports": [
3693
- {
3694
- "kind": "js",
3695
- "name": "tabulatorExternalStockStyles",
3696
- "declaration": {
3697
- "name": "tabulatorExternalStockStyles",
3698
- "module": "src/external/index.ts"
3699
- }
3700
- },
3701
- {
3702
- "kind": "js",
3703
- "name": "tabulatorThemeSimpleCSS",
3704
- "declaration": {
3705
- "name": "tabulatorThemeSimpleCSS",
3706
- "module": "src/external/index.ts"
3707
- }
3708
- }
3709
- ]
3710
- },
3711
- {
3712
- "kind": "javascript-module",
3713
- "path": "src/external/tabulator-theme-simple-css.ts",
3714
- "declarations": [
3715
- {
3716
- "kind": "variable",
3717
- "name": "tabulatorThemeSimpleCSS",
3718
- "default": "css`\n .tabulator {\n position: relative;\n border: 1px solid #999;\n background-color: #fff;\n font-size: 14px;\n text-align: left;\n overflow: hidden;\n -webkit-transform: translateZ(0);\n -moz-transform: translateZ(0);\n -ms-transform: translateZ(0);\n -o-transform: translateZ(0);\n transform: translateZ(0);\n }\n\n .tabulator[tabulator-layout='fitDataFill'] .tabulator-tableholder .tabulator-table {\n min-width: 100%;\n }\n\n .tabulator[tabulator-layout='fitDataTable'] {\n display: inline-block;\n }\n\n .tabulator.tabulator-block-select {\n user-select: none;\n }\n\n .tabulator .tabulator-header {\n position: relative;\n box-sizing: border-box;\n width: 100%;\n border-bottom: 1px solid #999;\n background-color: #fff;\n color: #555;\n font-weight: bold;\n white-space: nowrap;\n overflow: hidden;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n }\n\n .tabulator .tabulator-header.tabulator-header-hidden {\n display: none;\n }\n\n .tabulator .tabulator-header .tabulator-header-contents {\n position: relative;\n overflow: hidden;\n }\n\n .tabulator .tabulator-header .tabulator-header-contents .tabulator-headers {\n display: inline-block;\n }\n\n .tabulator .tabulator-header .tabulator-col {\n display: inline-flex;\n position: relative;\n box-sizing: border-box;\n flex-direction: column;\n justify-content: flex-start;\n border-right: 1px solid #ddd;\n background: #fff;\n text-align: left;\n vertical-align: bottom;\n overflow: hidden;\n }\n\n .tabulator .tabulator-header .tabulator-col.tabulator-moving {\n position: absolute;\n border: 1px solid #999;\n background: #e6e6e6;\n pointer-events: none;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content {\n box-sizing: border-box;\n position: relative;\n padding: 4px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-header-popup-button {\n padding: 0 8px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-header-popup-button:hover {\n cursor: pointer;\n opacity: 0.6;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder {\n position: relative;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {\n box-sizing: border-box;\n width: 100%;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n vertical-align: bottom;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-title.tabulator-col-title-wrap {\n white-space: normal;\n text-overflow: initial;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-title\n .tabulator-title-editor {\n box-sizing: border-box;\n width: 100%;\n border: 1px solid #999;\n padding: 1px;\n background: #fff;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-title\n .tabulator-header-popup-button\n + .tabulator-title-editor {\n width: calc(100% - 22px);\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {\n display: flex;\n align-items: center;\n position: absolute;\n top: 0;\n bottom: 0;\n right: 4px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n width: 0;\n height: 0;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-bottom: 6px solid #bbb;\n }\n\n .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n position: relative;\n display: flex;\n border-top: 1px solid #ddd;\n overflow: hidden;\n margin-right: -1px;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter {\n position: relative;\n box-sizing: border-box;\n margin-top: 2px;\n width: 100%;\n text-align: center;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {\n height: auto !important;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {\n margin-top: 3px;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear {\n width: 0;\n height: 0;\n }\n\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {\n padding-right: 25px;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {\n cursor: pointer;\n background-color: #e6e6e6;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='none']\n .tabulator-col-content\n .tabulator-col-sorter {\n color: #bbb;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='none']\n .tabulator-col-content\n .tabulator-col-sorter.tabulator-col-sorter-element\n .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='none']\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #bbb;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='ascending']\n .tabulator-col-content\n .tabulator-col-sorter {\n color: #666;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='ascending']\n .tabulator-col-content\n .tabulator-col-sorter.tabulator-col-sorter-element\n .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='ascending']\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #666;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='descending']\n .tabulator-col-content\n .tabulator-col-sorter {\n color: #666;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='descending']\n .tabulator-col-content\n .tabulator-col-sorter.tabulator-col-sorter-element\n .tabulator-arrow:hover {\n cursor: pointer;\n border-top: 6px solid #555;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='descending']\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n border-bottom: none;\n border-top: 6px solid #666;\n color: #666;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical\n .tabulator-col-content\n .tabulator-col-title {\n writing-mode: vertical-rl;\n text-orientation: mixed;\n display: flex;\n align-items: center;\n justify-content: center;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip\n .tabulator-col-title {\n transform: rotate(180deg);\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-sortable\n .tabulator-col-title {\n padding-right: 0;\n padding-top: 20px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip\n .tabulator-col-title {\n padding-right: 0;\n padding-bottom: 20px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-sortable\n .tabulator-col-sorter {\n justify-content: center;\n left: 0;\n right: 0;\n top: 4px;\n bottom: auto;\n }\n\n .tabulator .tabulator-header .tabulator-frozen {\n position: sticky;\n left: 0;\n z-index: 11;\n }\n\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #ddd;\n }\n\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #ddd;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder {\n box-sizing: border-box;\n background: white !important;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {\n background: white !important;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none;\n }\n\n .tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {\n display: none;\n }\n\n .tabulator .tabulator-tableholder {\n position: relative;\n width: 100%;\n white-space: nowrap;\n overflow: auto;\n -webkit-overflow-scrolling: touch;\n }\n\n .tabulator .tabulator-tableholder:focus {\n outline: none;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder {\n box-sizing: border-box;\n display: flex;\n align-items: center;\n justify-content: center;\n width: 100%;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode='virtual'] {\n min-height: 100%;\n min-width: 100%;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents {\n display: inline-block;\n text-align: center;\n padding: 10px;\n color: #ccc;\n font-weight: bold;\n font-size: 20px;\n white-space: normal;\n }\n\n .tabulator .tabulator-tableholder .tabulator-table {\n position: relative;\n display: inline-block;\n white-space: nowrap;\n overflow: visible;\n color: #333;\n }\n\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs {\n font-weight: bold;\n background: #f2f2f2;\n }\n\n .tabulator\n .tabulator-tableholder\n .tabulator-table\n .tabulator-row.tabulator-calcs.tabulator-calcs-top {\n border-bottom: 2px solid #ddd;\n }\n\n .tabulator\n .tabulator-tableholder\n .tabulator-table\n .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {\n border-top: 2px solid #ddd;\n }\n\n .tabulator .tabulator-footer {\n border-top: 1px solid #999;\n background-color: #fff;\n color: #555;\n font-weight: bold;\n white-space: nowrap;\n user-select: none;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n }\n\n .tabulator .tabulator-footer .tabulator-footer-contents {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n padding: 5px 10px;\n }\n\n .tabulator .tabulator-footer .tabulator-footer-contents:empty {\n display: none;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n box-sizing: border-box;\n width: 100%;\n text-align: left;\n background: white !important;\n border-bottom: 1px solid #ddd;\n border-top: 1px solid #ddd;\n overflow: hidden;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n display: inline-block;\n background: white !important;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder:only-child {\n margin-bottom: -5px;\n border-bottom: none;\n }\n\n .tabulator .tabulator-footer > * + .tabulator-page-counter {\n margin-left: 10px;\n }\n\n .tabulator .tabulator-footer .tabulator-page-counter {\n font-weight: normal;\n }\n\n .tabulator .tabulator-footer .tabulator-paginator {\n flex: 1;\n text-align: right;\n color: #555;\n font-family: inherit;\n font-weight: inherit;\n font-size: inherit;\n }\n\n .tabulator .tabulator-footer .tabulator-page-size {\n display: inline-block;\n margin: 0 5px;\n padding: 2px 5px;\n border: 1px solid #aaa;\n border-radius: 3px;\n }\n\n .tabulator .tabulator-footer .tabulator-pages {\n margin: 0 7px;\n }\n\n .tabulator .tabulator-footer .tabulator-page {\n display: inline-block;\n margin: 0 2px;\n padding: 2px 5px;\n border: 1px solid #aaa;\n border-radius: 3px;\n background: rgba(255, 255, 255, 0.2);\n }\n\n .tabulator .tabulator-footer .tabulator-page.active {\n color: #d00;\n }\n\n .tabulator .tabulator-footer .tabulator-page:disabled {\n opacity: 0.5;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-footer .tabulator-page:not(.disabled):hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n color: #fff;\n }\n }\n\n .tabulator .tabulator-col-resize-handle {\n position: relative;\n display: inline-block;\n width: 6px;\n margin-left: -3px;\n margin-right: -3px;\n z-index: 10;\n vertical-align: middle;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-col-resize-handle:hover {\n cursor: ew-resize;\n }\n }\n\n .tabulator .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-right: 0;\n }\n\n .tabulator .tabulator-alert {\n position: absolute;\n display: flex;\n align-items: center;\n top: 0;\n left: 0;\n z-index: 100;\n height: 100%;\n width: 100%;\n background: rgba(0, 0, 0, 0.4);\n text-align: center;\n }\n\n .tabulator .tabulator-alert .tabulator-alert-msg {\n display: inline-block;\n margin: 0 auto;\n padding: 10px 20px;\n border-radius: 10px;\n background: #fff;\n font-weight: bold;\n font-size: 16px;\n }\n\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg {\n border: 4px solid #333;\n color: #000;\n }\n\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error {\n border: 4px solid #d00;\n color: #590000;\n }\n\n .tabulator-row {\n position: relative;\n box-sizing: border-box;\n min-height: 22px;\n background-color: #fff;\n }\n\n .tabulator-row.tabulator-row-even {\n background-color: #fff;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selectable:hover {\n background-color: #bbb;\n cursor: pointer;\n }\n }\n\n .tabulator-row.tabulator-selected {\n background-color: #9abcea;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selected:hover {\n background-color: #769bcc;\n cursor: pointer;\n }\n }\n\n .tabulator-row.tabulator-row-moving {\n border: 1px solid #000;\n background: #fff;\n }\n\n .tabulator-row.tabulator-moving {\n position: absolute;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n pointer-events: none;\n z-index: 15;\n }\n\n .tabulator-row .tabulator-row-resize-handle {\n position: absolute;\n right: 0;\n bottom: 0;\n left: 0;\n height: 5px;\n }\n\n .tabulator-row .tabulator-row-resize-handle.prev {\n top: 0;\n bottom: auto;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-row-resize-handle:hover {\n cursor: ns-resize;\n }\n }\n\n .tabulator-row .tabulator-responsive-collapse {\n box-sizing: border-box;\n padding: 5px;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n }\n\n .tabulator-row .tabulator-responsive-collapse:empty {\n display: none;\n }\n\n .tabulator-row .tabulator-responsive-collapse table {\n font-size: 14px;\n }\n\n .tabulator-row .tabulator-responsive-collapse table tr td {\n position: relative;\n }\n\n .tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {\n padding-right: 10px;\n }\n\n .tabulator-row .tabulator-cell {\n display: inline-flex;\n position: unset;\n box-sizing: border-box;\n padding: 4px 8px;\n border-right: 1px solid #ddd;\n vertical-align: middle;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n }\n\n .tabulator-row .tabulator-cell.tabulator-frozen {\n display: inline-flex;\n position: sticky;\n left: 0;\n background-color: inherit;\n z-index: 11;\n }\n\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell.tabulator-editing {\n border: 1px solid #1d68cd;\n outline: none;\n padding: 0;\n }\n\n .tabulator-row .tabulator-cell.tabulator-editing input,\n .tabulator-row .tabulator-cell.tabulator-editing select {\n border: 1px;\n background: transparent;\n outline: none;\n }\n\n .tabulator-row .tabulator-cell.tabulator-validation-fail {\n border: 1px solid #dd0000;\n }\n\n .tabulator-row .tabulator-cell.tabulator-validation-fail input,\n .tabulator-row .tabulator-cell.tabulator-validation-fail select {\n border: 1px;\n background: transparent;\n color: #dd0000;\n }\n\n .tabulator-row .tabulator-cell.tabulator-row-handle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n }\n\n .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {\n width: 80%;\n }\n\n .tabulator-row\n .tabulator-cell.tabulator-row-handle\n .tabulator-row-handle-box\n .tabulator-row-handle-bar {\n width: 100%;\n height: 3px;\n margin-top: 2px;\n background: #666;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty {\n display: inline-block;\n width: 7px;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #ddd;\n border-bottom: 2px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n }\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-data-tree-control\n .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-data-tree-control\n .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-data-tree-control\n .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n height: 15px;\n width: 15px;\n border-radius: 20px;\n background: #666;\n color: #fff;\n font-weight: bold;\n font-size: 1.1em;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {\n opacity: 0.7;\n cursor: pointer;\n }\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-responsive-collapse-toggle.open\n .tabulator-responsive-collapse-toggle-close {\n display: initial;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-responsive-collapse-toggle.open\n .tabulator-responsive-collapse-toggle-open {\n display: none;\n }\n\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg {\n stroke: #fff;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-responsive-collapse-toggle\n .tabulator-responsive-collapse-toggle-close {\n display: none;\n }\n\n .tabulator-row .tabulator-cell .tabulator-traffic-light {\n display: inline-block;\n height: 14px;\n width: 14px;\n border-radius: 14px;\n }\n\n .tabulator-row.tabulator-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #ddd;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1);\n }\n }\n\n .tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-1 {\n padding-left: 30px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-2 {\n padding-left: 50px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-3 {\n padding-left: 70px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-4 {\n padding-left: 90px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-5 {\n padding-left: 110px;\n }\n\n .tabulator-row.tabulator-group .tabulator-group-toggle {\n display: inline-block;\n }\n\n .tabulator-row.tabulator-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle;\n }\n\n .tabulator-row.tabulator-group span {\n margin-left: 10px;\n color: #d00;\n }\n\n .tabulator-popup-container {\n position: absolute;\n display: inline-block;\n box-sizing: border-box;\n background: #fff;\n border: 1px solid #ddd;\n box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);\n font-size: 14px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n z-index: 10000;\n }\n\n .tabulator-popup {\n padding: 5px;\n border-radius: 3px;\n }\n\n .tabulator-tooltip {\n max-width: Min(500px, 100%);\n padding: 3px 5px;\n border-radius: 2px;\n box-shadow: none;\n font-size: 12px;\n pointer-events: none;\n }\n\n .tabulator-menu .tabulator-menu-item {\n position: relative;\n box-sizing: border-box;\n padding: 5px 10px;\n user-select: none;\n }\n\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled {\n opacity: 0.5;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {\n cursor: pointer;\n background: #fff;\n }\n }\n\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu {\n padding-right: 25px;\n }\n\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after {\n display: inline-block;\n position: absolute;\n top: calc(5px + 0.4em);\n right: 10px;\n height: 7px;\n width: 7px;\n content: '';\n border-width: 1px 1px 0 0;\n border-style: solid;\n border-color: #ddd;\n vertical-align: top;\n transform: rotate(45deg);\n }\n\n .tabulator-menu .tabulator-menu-separator {\n border-top: 1px solid #ddd;\n }\n\n .tabulator-edit-list {\n max-height: 200px;\n font-size: 14px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item {\n padding: 4px;\n color: #333;\n outline: none;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.active {\n color: #fff;\n background: #1d68cd;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.active.focused {\n outline: 1px solid rgba(255, 255, 255, 0.5);\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.focused {\n outline: 1px solid #1d68cd;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-edit-list .tabulator-edit-list-item:hover {\n cursor: pointer;\n color: #fff;\n background: #1d68cd;\n }\n }\n\n .tabulator-edit-list .tabulator-edit-list-placeholder {\n padding: 4px;\n color: #333;\n text-align: center;\n }\n\n .tabulator-edit-list .tabulator-edit-list-group {\n border-bottom: 1px solid #ddd;\n padding: 4px;\n padding-top: 6px;\n color: #333;\n font-weight: bold;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2 {\n padding-left: 12px;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3 {\n padding-left: 20px;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4 {\n padding-left: 28px;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5 {\n padding-left: 36px;\n }\n\n .tabulator.tabulator-ltr {\n direction: ltr;\n }\n\n .tabulator.tabulator-rtl {\n text-align: initial;\n direction: rtl;\n }\n\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col {\n text-align: initial;\n border-left: 1px solid #ddd;\n border-right: initial;\n }\n\n .tabulator.tabulator-rtl\n .tabulator-header\n .tabulator-col.tabulator-col-group\n .tabulator-col-group-cols {\n margin-right: initial;\n margin-left: -1px;\n }\n\n .tabulator.tabulator-rtl\n .tabulator-header\n .tabulator-col.tabulator-sortable\n .tabulator-col-title {\n padding-right: 0;\n padding-left: 25px;\n }\n\n .tabulator.tabulator-rtl\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-sorter {\n left: 8px;\n right: initial;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell {\n border-right: initial;\n border-left: 1px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n margin-right: initial;\n margin-left: 5px;\n border-bottom-left-radius: initial;\n border-bottom-right-radius: 1px;\n border-left: initial;\n border-right: 2px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n margin-right: initial;\n margin-left: 5px;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-left: 2px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-right: 2px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-left: 0;\n margin-right: -3px;\n }\n\n .tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder {\n text-align: initial;\n }\n\n .tabulator-print-fullscreen {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n z-index: 10000;\n }\n\n body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {\n display: none !important;\n }\n\n .tabulator-print-table {\n border-collapse: collapse;\n }\n\n .tabulator-print-table .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #ddd;\n border-bottom: 2px solid #ddd;\n }\n\n .tabulator-print-table .tabulator-print-table-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #ddd;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-print-table-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1);\n }\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td {\n padding-left: 30px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td {\n padding-left: 50px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td {\n padding-left: 70px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td {\n padding-left: 90px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td {\n padding-left: 110px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle {\n display: inline-block;\n }\n\n .tabulator-print-table .tabulator-print-table-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle;\n }\n\n .tabulator-print-table .tabulator-print-table-group span {\n margin-left: 10px;\n color: #d00;\n }\n\n .tabulator-print-table .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n }\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent;\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333;\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator {\n border: none;\n background-color: #fff;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder {\n background: #f2f2f2 !important;\n border-bottom: 1px solid #999;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {\n background: #f2f2f2 !important;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder span {\n color: #000;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n background: #f2f2f2 !important;\n border-bottom: 1px solid #fff;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n background: #f2f2f2 !important;\n }\n\n .tabulator-row {\n border-bottom: 1px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell:last-of-type {\n border-right: none;\n }\n\n .tabulator-row.tabulator-group span {\n color: #666;\n }\n\n .tabulator-print-table .tabulator-print-table-group span {\n margin-left: 10px;\n color: #666;\n }\n\n /*# sourceMappingURL=tabulator_simple.css.map */\n`",
3719
- "description": "External styles for the Tabulator grid.",
3720
- "privacy": "public"
3721
- }
3722
- ],
3723
- "exports": [
3724
- {
3725
- "kind": "js",
3726
- "name": "tabulatorThemeSimpleCSS",
3727
- "declaration": {
3728
- "name": "tabulatorThemeSimpleCSS",
3729
- "module": "src/external/tabulator-theme-simple-css.ts"
3730
- }
3731
- }
3732
- ]
3733
- },
3734
- {
3735
- "kind": "javascript-module",
3736
- "path": "src/style/colors.ts",
3737
- "declarations": [],
3738
- "exports": []
3739
- },
3740
- {
3741
- "kind": "javascript-module",
3742
- "path": "src/style/index.ts",
3743
- "declarations": [],
3744
- "exports": [
3745
- {
3746
- "kind": "js",
3747
- "name": "*",
3748
- "declaration": {
3749
- "name": "*",
3750
- "package": "./colors"
3751
- }
3752
- },
3753
- {
3754
- "kind": "js",
3755
- "name": "*",
3756
- "declaration": {
3757
- "name": "*",
3758
- "package": "./tokens"
3759
- }
3760
- }
3761
- ]
3762
- },
3763
- {
3764
- "kind": "javascript-module",
3765
- "path": "src/style/tokens.ts",
3766
- "declarations": [],
3767
- "exports": []
3768
- },
3769
- {
3770
- "kind": "javascript-module",
3771
- "path": "src/utils/index.ts",
3772
- "declarations": [],
3773
- "exports": [
3774
- {
3775
- "kind": "js",
3776
- "name": "*",
3777
- "declaration": {
3778
- "name": "*",
3779
- "package": "./logger"
3780
- }
3781
- },
3782
- {
3783
- "kind": "js",
3784
- "name": "*",
3785
- "declaration": {
3786
- "name": "*",
3787
- "package": "./string-utils"
3788
- }
3789
- },
3790
- {
3791
- "kind": "js",
3792
- "name": "*",
3793
- "declaration": {
3794
- "name": "*",
3795
- "package": "./test-id-utils"
3796
- }
3797
- }
3798
- ]
3799
- },
3800
- {
3801
- "kind": "javascript-module",
3802
- "path": "src/utils/logger.ts",
3803
- "declarations": [
3804
- {
3805
- "kind": "variable",
3806
- "name": "logger",
3807
- "description": "Logger for the `grid-tabulator` package",
3808
- "privacy": "public"
3809
- }
3810
- ],
3811
- "exports": [
3812
- {
3813
- "kind": "js",
3814
- "name": "logger",
3815
- "declaration": {
3816
- "name": "logger",
3817
- "module": "src/utils/logger.ts"
3818
- }
3819
- }
3820
- ]
3821
- },
3822
- {
3823
- "kind": "javascript-module",
3824
- "path": "src/utils/string-utils.ts",
3825
- "declarations": [
3826
- {
3827
- "kind": "function",
3828
- "name": "convertToKebabCase",
3829
- "return": {
3830
- "type": {
3831
- "text": ""
3832
- }
3833
- },
3834
- "parameters": [
3835
- {
3836
- "name": "str",
3837
- "type": {
3838
- "text": "string"
3839
- },
3840
- "description": "The string to convert"
3841
- }
3842
- ],
3843
- "description": "Convert a string to kebab case\nExample: convertToKebabCase('helloWorld') // 'hello-world'"
3844
- },
3845
- {
3846
- "kind": "function",
3847
- "name": "mergeAndDedupColDefWithColumnState",
3848
- "return": {
3849
- "type": {
3850
- "text": ""
3851
- }
3852
- },
3853
- "parameters": [
3854
- {
3855
- "name": "colDefs",
3856
- "type": {
3857
- "text": "any[]"
3858
- },
3859
- "description": "The column definitions"
3860
- },
3861
- {
3862
- "name": "columnState",
3863
- "type": {
3864
- "text": "any[]"
3865
- },
3866
- "description": "The column state"
3867
- }
3868
- ],
3869
- "description": "Merges and dedupes column definitions with column state"
3870
- }
3871
- ],
3872
- "exports": [
3873
- {
3874
- "kind": "js",
3875
- "name": "convertToKebabCase",
3876
- "declaration": {
3877
- "name": "convertToKebabCase",
3878
- "module": "src/utils/string-utils.ts"
3879
- }
3880
- },
3881
- {
3882
- "kind": "js",
3883
- "name": "mergeAndDedupColDefWithColumnState",
3884
- "declaration": {
3885
- "name": "mergeAndDedupColDefWithColumnState",
3886
- "module": "src/utils/string-utils.ts"
3887
- }
3888
- }
3889
- ]
3890
- },
3891
- {
3892
- "kind": "javascript-module",
3893
- "path": "src/utils/test-id-utils.ts",
3894
- "declarations": [
3895
- {
3896
- "kind": "function",
3897
- "name": "getDataTestId",
3898
- "return": {
3899
- "type": {
3900
- "text": ""
3901
- }
3902
- },
3903
- "parameters": [
3904
- {
3905
- "name": "dataTestId",
3906
- "type": {
3907
- "text": "((rowData: T) => string) | string | undefined"
3908
- },
3909
- "description": "The dataTestId value (string or function)"
3910
- },
3911
- {
3912
- "name": "rowData",
3913
- "type": {
3914
- "text": "T"
3915
- },
3916
- "description": "The row data to pass to the function if dataTestId is a function"
3917
- }
3918
- ],
3919
- "description": "Resolves a dataTestId value that can be either a string or a function"
3920
- }
3921
- ],
3922
- "exports": [
3923
- {
3924
- "kind": "js",
3925
- "name": "getDataTestId",
3926
- "declaration": {
3927
- "name": "getDataTestId",
3928
- "module": "src/utils/test-id-utils.ts"
3929
- }
3930
- }
3931
- ]
3932
- },
3933
- {
3934
- "kind": "javascript-module",
3935
- "path": "src/datasource/client-side.datasource.ts",
3936
- "declarations": [
3937
- {
3938
- "kind": "variable",
3939
- "name": "criteriaDelimiter",
3940
- "type": {
3941
- "text": "string"
3942
- },
3943
- "default": "';'",
3944
- "description": "Delimiter for criteria in the datasource"
3945
- },
3946
- {
3947
- "kind": "variable",
3948
- "name": "criteriaJoin",
3949
- "type": {
3950
- "text": "string"
3951
- },
3952
- "default": "' && '",
3953
- "description": "Join operator for criteria in the datasource"
3954
- },
3955
- {
3956
- "kind": "class",
3957
- "description": "The Genesis Datasource element, for client-side data fetching and used exclusively by the GridTabulator element.",
3958
- "name": "GridTabulatorClientSideDatasource",
3959
- "members": [
3960
- {
3961
- "kind": "field",
3962
- "name": "auth",
3963
- "type": {
3964
- "text": "Auth"
3965
- }
3966
- },
3967
- {
3968
- "kind": "field",
3969
- "name": "connect",
3970
- "type": {
3971
- "text": "Connect"
3972
- }
3973
- },
3974
- {
3975
- "kind": "field",
3976
- "name": "datasource",
3977
- "type": {
3978
- "text": "Datasource"
3979
- }
3980
- },
3981
- {
3982
- "kind": "field",
3983
- "name": "deferredGridOptions",
3984
- "type": {
3985
- "text": "Options"
3986
- }
3987
- },
3988
- {
3989
- "kind": "field",
3990
- "name": "deferredColumnStates",
3991
- "type": {
3992
- "text": "any[]"
3993
- },
3994
- "default": "[]",
3995
- "description": "Allows storing column layouts between datasource initializations"
3996
- },
3997
- {
3998
- "kind": "field",
3999
- "name": "criteria",
4000
- "type": {
4001
- "text": "string"
4002
- }
4003
- },
4004
- {
4005
- "kind": "method",
4006
- "name": "criteriaChanged",
4007
- "parameters": [
4008
- {
4009
- "name": "oldCriteria",
4010
- "type": {
4011
- "text": "string"
4012
- }
4013
- },
4014
- {
4015
- "name": "newCriteria",
4016
- "type": {
4017
- "text": "string"
4018
- }
4019
- }
4020
- ]
4021
- },
4022
- {
4023
- "kind": "field",
4024
- "name": "fields",
4025
- "type": {
4026
- "text": "string"
4027
- }
4028
- },
4029
- {
4030
- "kind": "field",
4031
- "name": "isSnapshot",
4032
- "type": {
4033
- "text": "boolean"
4034
- },
4035
- "default": "false"
4036
- },
4037
- {
4038
- "kind": "field",
4039
- "name": "maxRows",
4040
- "type": {
4041
- "text": "number"
4042
- }
4043
- },
4044
- {
4045
- "kind": "field",
4046
- "name": "maxView",
4047
- "type": {
4048
- "text": "number"
4049
- }
4050
- },
4051
- {
4052
- "kind": "field",
4053
- "name": "pollingInterval",
4054
- "type": {
4055
- "text": "number"
4056
- }
4057
- },
4058
- {
4059
- "kind": "field",
4060
- "name": "movingView",
4061
- "type": {
4062
- "text": "boolean"
4063
- },
4064
- "default": "false"
4065
- },
4066
- {
4067
- "kind": "field",
4068
- "name": "orderBy",
4069
- "type": {
4070
- "text": "string"
4071
- }
4072
- },
4073
- {
4074
- "kind": "field",
4075
- "name": "request",
4076
- "type": {
4077
- "text": "any"
4078
- }
4079
- },
4080
- {
4081
- "kind": "field",
4082
- "name": "resourceName",
4083
- "type": {
4084
- "text": "string"
4085
- }
4086
- },
4087
- {
4088
- "kind": "method",
4089
- "name": "resourceNameChanged",
4090
- "parameters": [
4091
- {
4092
- "name": "oldValue",
4093
- "type": {
4094
- "text": "string"
4095
- }
4096
- },
4097
- {
4098
- "name": "newValue",
4099
- "type": {
4100
- "text": "string"
4101
- }
4102
- }
4103
- ]
4104
- },
4105
- {
4106
- "kind": "field",
4107
- "name": "reverse",
4108
- "type": {
4109
- "text": "boolean"
4110
- },
4111
- "default": "false"
4112
- },
4113
- {
4114
- "kind": "field",
4115
- "name": "rowIdAttr",
4116
- "description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type."
4117
- },
4118
- {
4119
- "kind": "field",
4120
- "name": "restartOnReconnection",
4121
- "type": {
4122
- "text": "boolean"
4123
- },
4124
- "default": "true"
4125
- },
4126
- {
4127
- "kind": "field",
4128
- "name": "keepColDefsOnClearRowData",
4129
- "type": {
4130
- "text": "boolean"
4131
- },
4132
- "default": "false",
4133
- "description": "Whether to keep column definitions when clearing row data"
4134
- },
4135
- {
4136
- "kind": "field",
4137
- "name": "rowDataMapper",
4138
- "type": {
4139
- "text": "Function"
4140
- },
4141
- "description": "Allows grid data updates to be processed via and external function before applying in grid"
4142
- },
4143
- {
4144
- "kind": "field",
4145
- "name": "dataSub",
4146
- "type": {
4147
- "text": "Subscription"
4148
- },
4149
- "privacy": "private"
4150
- },
4151
- {
4152
- "kind": "field",
4153
- "name": "updateSub",
4154
- "type": {
4155
- "text": "Subscription"
4156
- },
4157
- "privacy": "private"
4158
- },
4159
- {
4160
- "kind": "field",
4161
- "name": "connectionSub",
4162
- "type": {
4163
- "text": "Subscription"
4164
- },
4165
- "privacy": "private"
4166
- },
4167
- {
4168
- "kind": "field",
4169
- "name": "isRequestServer",
4170
- "type": {
4171
- "text": "boolean"
4172
- },
4173
- "privacy": "private",
4174
- "default": "false"
4175
- },
4176
- {
4177
- "kind": "field",
4178
- "name": "requiresFullRowDataAndColDefs",
4179
- "type": {
4180
- "text": "boolean"
4181
- },
4182
- "privacy": "private",
4183
- "default": "true"
4184
- },
4185
- {
4186
- "kind": "field",
4187
- "name": "dataSubWasLoggedOff",
4188
- "type": {
4189
- "text": "boolean"
4190
- },
4191
- "privacy": "private",
4192
- "default": "false"
4193
- },
4194
- {
4195
- "kind": "field",
4196
- "name": "rows",
4197
- "type": {
4198
- "text": "Map<string, any>"
4199
- },
4200
- "privacy": "private",
4201
- "default": "new Map()"
4202
- },
4203
- {
4204
- "kind": "field",
4205
- "name": "gridTransaction",
4206
- "type": {
4207
- "text": "RowDataTransaction"
4208
- },
4209
- "privacy": "private"
4210
- },
4211
- {
4212
- "kind": "field",
4213
- "name": "sourceRef",
4214
- "type": {
4215
- "text": "string"
4216
- },
4217
- "privacy": "private"
4218
- },
4219
- {
4220
- "kind": "field",
4221
- "name": "criteriaFromFilters",
4222
- "type": {
4223
- "text": "Map<string, string>"
4224
- },
4225
- "privacy": "private",
4226
- "default": "new Map()"
4227
- },
4228
- {
4229
- "kind": "field",
4230
- "name": "update",
4231
- "type": {
4232
- "text": "BehaviorSubject<Map<string, string>>"
4233
- },
4234
- "privacy": "private",
4235
- "default": "new BehaviorSubject(new Map())"
4236
- },
4237
- {
4238
- "kind": "method",
4239
- "name": "deepClone",
4240
- "return": {
4241
- "type": {
4242
- "text": "Node"
4243
- }
4244
- },
4245
- "inheritedFrom": {
4246
- "name": "LifecycleMixin",
4247
- "module": "src/mixins/lifecycle/lifecycle.ts"
4248
- }
4249
- },
4250
- {
4251
- "kind": "field",
4252
- "name": "gridTabulator",
4253
- "type": {
4254
- "text": "GridTabulator | null"
4255
- },
4256
- "privacy": "private",
4257
- "readonly": true
4258
- },
4259
- {
4260
- "kind": "method",
4261
- "name": "init",
4262
- "description": "Initializes the datasource.",
4263
- "privacy": "public"
4264
- },
4265
- {
4266
- "kind": "method",
4267
- "name": "destroy",
4268
- "description": "Destroys the datasource, resetting it to its initial state.",
4269
- "privacy": "public"
4270
- },
4271
- {
4272
- "kind": "method",
4273
- "name": "restart",
4274
- "description": "Restarts the datasource, uses `deinit` and `init` in sequence.",
4275
- "privacy": "public"
4276
- },
4277
- {
4278
- "kind": "method",
4279
- "name": "refreshRows",
4280
- "description": "Force the grid to redispatch the current rows"
4281
- },
4282
- {
4283
- "kind": "method",
4284
- "name": "handleErrors",
4285
- "parameters": [
4286
- {
4287
- "name": "errors",
4288
- "type": {
4289
- "text": "string | any[]"
4290
- }
4291
- }
4292
- ],
4293
- "description": "Handles errors by emitting an error event"
4294
- },
4295
- {
4296
- "kind": "method",
4297
- "name": "getColumnDefs",
4298
- "privacy": "private",
4299
- "parameters": [
4300
- {
4301
- "name": "fieldsMetadata",
4302
- "type": {
4303
- "text": "FieldMetadata[]"
4304
- },
4305
- "description": "The field metadata to generate column definitions from"
4306
- }
4307
- ],
4308
- "description": "Generate column definitions from the field metadata"
4309
- },
4310
- {
4311
- "kind": "method",
4312
- "name": "handleSnapshot",
4313
- "privacy": "private",
4314
- "parameters": [
4315
- {
4316
- "name": "result"
4317
- }
4318
- ]
4319
- },
4320
- {
4321
- "kind": "method",
4322
- "name": "datasourceOptions",
4323
- "privacy": "private",
4324
- "return": {
4325
- "type": {
4326
- "text": "DatasourceOptions"
4327
- }
4328
- }
4329
- },
4013
+ },
4330
4014
  {
4331
4015
  "kind": "method",
4332
4016
  "name": "handleStreamResult",
@@ -4628,238 +4312,554 @@
4628
4312
  }
4629
4313
  },
4630
4314
  {
4631
- "kind": "field",
4632
- "name": "styles",
4315
+ "kind": "field",
4316
+ "name": "styles",
4317
+ "type": {
4318
+ "text": "ElementStyles | void | null"
4319
+ },
4320
+ "privacy": "public",
4321
+ "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.",
4322
+ "inheritedFrom": {
4323
+ "name": "FoundationElement",
4324
+ "module": "src/foundation-element/foundation-element.ts"
4325
+ }
4326
+ },
4327
+ {
4328
+ "kind": "method",
4329
+ "name": "stylesChanged",
4330
+ "privacy": "protected",
4331
+ "return": {
4332
+ "type": {
4333
+ "text": "void"
4334
+ }
4335
+ },
4336
+ "inheritedFrom": {
4337
+ "name": "FoundationElement",
4338
+ "module": "src/foundation-element/foundation-element.ts"
4339
+ }
4340
+ },
4341
+ {
4342
+ "kind": "method",
4343
+ "name": "compose",
4344
+ "privacy": "public",
4345
+ "static": true,
4346
+ "return": {
4347
+ "type": {
4348
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
4349
+ }
4350
+ },
4351
+ "parameters": [
4352
+ {
4353
+ "name": "this",
4354
+ "type": {
4355
+ "text": "K"
4356
+ }
4357
+ },
4358
+ {
4359
+ "name": "elementDefinition",
4360
+ "type": {
4361
+ "text": "T"
4362
+ },
4363
+ "description": "The definition of the element to create the registry\nfunction for."
4364
+ }
4365
+ ],
4366
+ "description": "Defines an element registry function with a set of element definition defaults.",
4367
+ "inheritedFrom": {
4368
+ "name": "FoundationElement",
4369
+ "module": "src/foundation-element/foundation-element.ts"
4370
+ }
4371
+ }
4372
+ ],
4373
+ "events": [
4374
+ {
4375
+ "description": "Fired when a datasource error occurs",
4376
+ "name": "gridTabulator:error"
4377
+ },
4378
+ {
4379
+ "description": "Fired when tabulator data is initialized",
4380
+ "name": "dataInit"
4381
+ },
4382
+ {
4383
+ "description": "Fired when layout size changes",
4384
+ "name": "sizeChanged"
4385
+ }
4386
+ ],
4387
+ "attributes": [
4388
+ {
4389
+ "name": "criteria",
4390
+ "type": {
4391
+ "text": "string"
4392
+ },
4393
+ "fieldName": "criteria"
4394
+ },
4395
+ {
4396
+ "name": "fields",
4397
+ "type": {
4398
+ "text": "string"
4399
+ },
4400
+ "fieldName": "fields"
4401
+ },
4402
+ {
4403
+ "name": "is-snapshot",
4404
+ "type": {
4405
+ "text": "boolean"
4406
+ },
4407
+ "default": "false",
4408
+ "fieldName": "isSnapshot"
4409
+ },
4410
+ {
4411
+ "name": "max-rows",
4412
+ "type": {
4413
+ "text": "number"
4414
+ },
4415
+ "fieldName": "maxRows"
4416
+ },
4417
+ {
4418
+ "name": "max-view",
4419
+ "type": {
4420
+ "text": "number"
4421
+ },
4422
+ "fieldName": "maxView"
4423
+ },
4424
+ {
4425
+ "name": "polling-interval",
4426
+ "type": {
4427
+ "text": "number"
4428
+ },
4429
+ "fieldName": "pollingInterval"
4430
+ },
4431
+ {
4432
+ "name": "moving-view",
4433
+ "type": {
4434
+ "text": "boolean"
4435
+ },
4436
+ "default": "false",
4437
+ "fieldName": "movingView"
4438
+ },
4439
+ {
4440
+ "name": "order-by",
4441
+ "type": {
4442
+ "text": "string"
4443
+ },
4444
+ "fieldName": "orderBy"
4445
+ },
4446
+ {
4447
+ "name": "resource-name",
4448
+ "type": {
4449
+ "text": "string"
4450
+ },
4451
+ "fieldName": "resourceName"
4452
+ },
4453
+ {
4454
+ "type": {
4455
+ "text": "boolean"
4456
+ },
4457
+ "default": "false",
4458
+ "fieldName": "reverse"
4459
+ },
4460
+ {
4461
+ "name": "row-id",
4462
+ "description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
4463
+ "fieldName": "rowIdAttr"
4464
+ },
4465
+ {
4466
+ "name": "restart-on-reconnection",
4467
+ "type": {
4468
+ "text": "boolean"
4469
+ },
4470
+ "default": "true",
4471
+ "fieldName": "restartOnReconnection"
4472
+ },
4473
+ {
4474
+ "name": "keep-col-defs-on-clear-row-data",
4475
+ "type": {
4476
+ "text": "boolean"
4477
+ },
4478
+ "default": "false",
4479
+ "description": "Whether to keep column definitions when clearing row data",
4480
+ "fieldName": "keepColDefsOnClearRowData"
4481
+ }
4482
+ ],
4483
+ "mixins": [
4484
+ {
4485
+ "name": "LifecycleMixin",
4486
+ "package": "@genesislcap/foundation-utils"
4487
+ },
4488
+ {
4489
+ "name": "DatasourceEventHandler",
4490
+ "package": "@genesislcap/foundation-comms"
4491
+ }
4492
+ ],
4493
+ "superclass": {
4494
+ "name": "FoundationElement",
4495
+ "package": "@microsoft/fast-foundation"
4496
+ },
4497
+ "tagName": "grid-tabulator-client-side-datasource",
4498
+ "customElement": true
4499
+ }
4500
+ ],
4501
+ "exports": [
4502
+ {
4503
+ "kind": "js",
4504
+ "name": "criteriaDelimiter",
4505
+ "declaration": {
4506
+ "name": "criteriaDelimiter",
4507
+ "module": "src/datasource/client-side.datasource.ts"
4508
+ }
4509
+ },
4510
+ {
4511
+ "kind": "js",
4512
+ "name": "criteriaJoin",
4513
+ "declaration": {
4514
+ "name": "criteriaJoin",
4515
+ "module": "src/datasource/client-side.datasource.ts"
4516
+ }
4517
+ },
4518
+ {
4519
+ "kind": "js",
4520
+ "name": "GridTabulatorClientSideDatasource",
4521
+ "declaration": {
4522
+ "name": "GridTabulatorClientSideDatasource",
4523
+ "module": "src/datasource/client-side.datasource.ts"
4524
+ }
4525
+ },
4526
+ {
4527
+ "kind": "custom-element-definition",
4528
+ "name": "grid-tabulator-client-side-datasource",
4529
+ "declaration": {
4530
+ "name": "GridTabulatorClientSideDatasource",
4531
+ "module": "src/datasource/client-side.datasource.ts"
4532
+ }
4533
+ }
4534
+ ]
4535
+ },
4536
+ {
4537
+ "kind": "javascript-module",
4538
+ "path": "src/datasource/index.ts",
4539
+ "declarations": [],
4540
+ "exports": [
4541
+ {
4542
+ "kind": "js",
4543
+ "name": "*",
4544
+ "declaration": {
4545
+ "name": "*",
4546
+ "package": "./client-side.datasource"
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",
4591
+ "declaration": {
4592
+ "name": "tabulatorRapidFontFace",
4593
+ "module": "src/external/fonts.ts"
4594
+ }
4595
+ },
4596
+ {
4597
+ "kind": "js",
4598
+ "name": "gridThemeFontFaceMap",
4599
+ "declaration": {
4600
+ "name": "gridThemeFontFaceMap",
4601
+ "module": "src/external/fonts.ts"
4602
+ }
4603
+ },
4604
+ {
4605
+ "kind": "js",
4606
+ "name": "defaultGridTabulatorFontFace",
4607
+ "declaration": {
4608
+ "name": "defaultGridTabulatorFontFace",
4609
+ "module": "src/external/fonts.ts"
4610
+ }
4611
+ }
4612
+ ]
4613
+ },
4614
+ {
4615
+ "kind": "javascript-module",
4616
+ "path": "src/external/index.ts",
4617
+ "declarations": [
4618
+ {
4619
+ "kind": "variable",
4620
+ "name": "tabulatorExternalStockStyles",
4621
+ "default": "css`\n ${tabulatorThemeSimpleCSS}\n`",
4622
+ "description": "External styles for the Tabulator grid.",
4623
+ "privacy": "public"
4624
+ }
4625
+ ],
4626
+ "exports": [
4627
+ {
4628
+ "kind": "js",
4629
+ "name": "tabulatorExternalStockStyles",
4630
+ "declaration": {
4631
+ "name": "tabulatorExternalStockStyles",
4632
+ "module": "src/external/index.ts"
4633
+ }
4634
+ },
4635
+ {
4636
+ "kind": "js",
4637
+ "name": "tabulatorThemeSimpleCSS",
4638
+ "declaration": {
4639
+ "name": "tabulatorThemeSimpleCSS",
4640
+ "module": "src/external/index.ts"
4641
+ }
4642
+ }
4643
+ ]
4644
+ },
4645
+ {
4646
+ "kind": "javascript-module",
4647
+ "path": "src/external/tabulator-theme-simple-css.ts",
4648
+ "declarations": [
4649
+ {
4650
+ "kind": "variable",
4651
+ "name": "tabulatorThemeSimpleCSS",
4652
+ "default": "css`\n .tabulator {\n position: relative;\n border: 1px solid #999;\n background-color: #fff;\n font-size: 14px;\n text-align: left;\n overflow: hidden;\n -webkit-transform: translateZ(0);\n -moz-transform: translateZ(0);\n -ms-transform: translateZ(0);\n -o-transform: translateZ(0);\n transform: translateZ(0);\n }\n\n .tabulator[tabulator-layout='fitDataFill'] .tabulator-tableholder .tabulator-table {\n min-width: 100%;\n }\n\n .tabulator[tabulator-layout='fitDataTable'] {\n display: inline-block;\n }\n\n .tabulator.tabulator-block-select {\n user-select: none;\n }\n\n .tabulator .tabulator-header {\n position: relative;\n box-sizing: border-box;\n width: 100%;\n border-bottom: 1px solid #999;\n background-color: #fff;\n color: #555;\n font-weight: bold;\n white-space: nowrap;\n overflow: hidden;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n }\n\n .tabulator .tabulator-header.tabulator-header-hidden {\n display: none;\n }\n\n .tabulator .tabulator-header .tabulator-header-contents {\n position: relative;\n overflow: hidden;\n }\n\n .tabulator .tabulator-header .tabulator-header-contents .tabulator-headers {\n display: inline-block;\n }\n\n .tabulator .tabulator-header .tabulator-col {\n display: inline-flex;\n position: relative;\n box-sizing: border-box;\n flex-direction: column;\n justify-content: flex-start;\n border-right: 1px solid #ddd;\n background: #fff;\n text-align: left;\n vertical-align: bottom;\n overflow: hidden;\n }\n\n .tabulator .tabulator-header .tabulator-col.tabulator-moving {\n position: absolute;\n border: 1px solid #999;\n background: #e6e6e6;\n pointer-events: none;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content {\n box-sizing: border-box;\n position: relative;\n padding: 4px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-header-popup-button {\n padding: 0 8px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-header-popup-button:hover {\n cursor: pointer;\n opacity: 0.6;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder {\n position: relative;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {\n box-sizing: border-box;\n width: 100%;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n vertical-align: bottom;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-title.tabulator-col-title-wrap {\n white-space: normal;\n text-overflow: initial;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-title\n .tabulator-title-editor {\n box-sizing: border-box;\n width: 100%;\n border: 1px solid #999;\n padding: 1px;\n background: #fff;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-title\n .tabulator-header-popup-button\n + .tabulator-title-editor {\n width: calc(100% - 22px);\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {\n display: flex;\n align-items: center;\n position: absolute;\n top: 0;\n bottom: 0;\n right: 4px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n width: 0;\n height: 0;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-bottom: 6px solid #bbb;\n }\n\n .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n position: relative;\n display: flex;\n border-top: 1px solid #ddd;\n overflow: hidden;\n margin-right: -1px;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter {\n position: relative;\n box-sizing: border-box;\n margin-top: 2px;\n width: 100%;\n text-align: center;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {\n height: auto !important;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {\n margin-top: 3px;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear {\n width: 0;\n height: 0;\n }\n\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {\n padding-right: 25px;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {\n cursor: pointer;\n background-color: #e6e6e6;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='none']\n .tabulator-col-content\n .tabulator-col-sorter {\n color: #bbb;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='none']\n .tabulator-col-content\n .tabulator-col-sorter.tabulator-col-sorter-element\n .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='none']\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #bbb;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='ascending']\n .tabulator-col-content\n .tabulator-col-sorter {\n color: #666;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='ascending']\n .tabulator-col-content\n .tabulator-col-sorter.tabulator-col-sorter-element\n .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='ascending']\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #666;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='descending']\n .tabulator-col-content\n .tabulator-col-sorter {\n color: #666;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='descending']\n .tabulator-col-content\n .tabulator-col-sorter.tabulator-col-sorter-element\n .tabulator-arrow:hover {\n cursor: pointer;\n border-top: 6px solid #555;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='descending']\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n border-bottom: none;\n border-top: 6px solid #666;\n color: #666;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical\n .tabulator-col-content\n .tabulator-col-title {\n writing-mode: vertical-rl;\n text-orientation: mixed;\n display: flex;\n align-items: center;\n justify-content: center;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip\n .tabulator-col-title {\n transform: rotate(180deg);\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-sortable\n .tabulator-col-title {\n padding-right: 0;\n padding-top: 20px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip\n .tabulator-col-title {\n padding-right: 0;\n padding-bottom: 20px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-sortable\n .tabulator-col-sorter {\n justify-content: center;\n left: 0;\n right: 0;\n top: 4px;\n bottom: auto;\n }\n\n .tabulator .tabulator-header .tabulator-frozen {\n position: sticky;\n left: 0;\n z-index: 11;\n }\n\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #ddd;\n }\n\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #ddd;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder {\n box-sizing: border-box;\n background: white !important;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {\n background: white !important;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none;\n }\n\n .tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {\n display: none;\n }\n\n .tabulator .tabulator-tableholder {\n position: relative;\n width: 100%;\n white-space: nowrap;\n overflow: auto;\n -webkit-overflow-scrolling: touch;\n }\n\n .tabulator .tabulator-tableholder:focus {\n outline: none;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder {\n box-sizing: border-box;\n display: flex;\n align-items: center;\n justify-content: center;\n width: 100%;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode='virtual'] {\n min-height: 100%;\n min-width: 100%;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents {\n display: inline-block;\n text-align: center;\n padding: 10px;\n color: #ccc;\n font-weight: bold;\n font-size: 20px;\n white-space: normal;\n }\n\n .tabulator .tabulator-tableholder .tabulator-table {\n position: relative;\n display: inline-block;\n white-space: nowrap;\n overflow: visible;\n color: #333;\n }\n\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs {\n font-weight: bold;\n background: #f2f2f2;\n }\n\n .tabulator\n .tabulator-tableholder\n .tabulator-table\n .tabulator-row.tabulator-calcs.tabulator-calcs-top {\n border-bottom: 2px solid #ddd;\n }\n\n .tabulator\n .tabulator-tableholder\n .tabulator-table\n .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {\n border-top: 2px solid #ddd;\n }\n\n .tabulator .tabulator-footer {\n border-top: 1px solid #999;\n background-color: #fff;\n color: #555;\n font-weight: bold;\n white-space: nowrap;\n user-select: none;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n }\n\n .tabulator .tabulator-footer .tabulator-footer-contents {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n padding: 5px 10px;\n }\n\n .tabulator .tabulator-footer .tabulator-footer-contents:empty {\n display: none;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n box-sizing: border-box;\n width: 100%;\n text-align: left;\n background: white !important;\n border-bottom: 1px solid #ddd;\n border-top: 1px solid #ddd;\n overflow: hidden;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n display: inline-block;\n background: white !important;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder:only-child {\n margin-bottom: -5px;\n border-bottom: none;\n }\n\n .tabulator .tabulator-footer > * + .tabulator-page-counter {\n margin-left: 10px;\n }\n\n .tabulator .tabulator-footer .tabulator-page-counter {\n font-weight: normal;\n }\n\n .tabulator .tabulator-footer .tabulator-paginator {\n flex: 1;\n text-align: right;\n color: #555;\n font-family: inherit;\n font-weight: inherit;\n font-size: inherit;\n }\n\n .tabulator .tabulator-footer .tabulator-page-size {\n display: inline-block;\n margin: 0 5px;\n padding: 2px 5px;\n border: 1px solid #aaa;\n border-radius: 3px;\n }\n\n .tabulator .tabulator-footer .tabulator-pages {\n margin: 0 7px;\n }\n\n .tabulator .tabulator-footer .tabulator-page {\n display: inline-block;\n margin: 0 2px;\n padding: 2px 5px;\n border: 1px solid #aaa;\n border-radius: 3px;\n background: rgba(255, 255, 255, 0.2);\n }\n\n .tabulator .tabulator-footer .tabulator-page.active {\n color: #d00;\n }\n\n .tabulator .tabulator-footer .tabulator-page:disabled {\n opacity: 0.5;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-footer .tabulator-page:not(.disabled):hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n color: #fff;\n }\n }\n\n .tabulator .tabulator-col-resize-handle {\n position: relative;\n display: inline-block;\n width: 6px;\n margin-left: -3px;\n margin-right: -3px;\n z-index: 10;\n vertical-align: middle;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-col-resize-handle:hover {\n cursor: ew-resize;\n }\n }\n\n .tabulator .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-right: 0;\n }\n\n .tabulator .tabulator-alert {\n position: absolute;\n display: flex;\n align-items: center;\n top: 0;\n left: 0;\n z-index: 100;\n height: 100%;\n width: 100%;\n background: rgba(0, 0, 0, 0.4);\n text-align: center;\n }\n\n .tabulator .tabulator-alert .tabulator-alert-msg {\n display: inline-block;\n margin: 0 auto;\n padding: 10px 20px;\n border-radius: 10px;\n background: #fff;\n font-weight: bold;\n font-size: 16px;\n }\n\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg {\n border: 4px solid #333;\n color: #000;\n }\n\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error {\n border: 4px solid #d00;\n color: #590000;\n }\n\n .tabulator-row {\n position: relative;\n box-sizing: border-box;\n min-height: 22px;\n background-color: #fff;\n }\n\n .tabulator-row.tabulator-row-even {\n background-color: #fff;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selectable:hover {\n background-color: #bbb;\n cursor: pointer;\n }\n }\n\n .tabulator-row.tabulator-selected {\n background-color: #9abcea;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selected:hover {\n background-color: #769bcc;\n cursor: pointer;\n }\n }\n\n .tabulator-row.tabulator-row-moving {\n border: 1px solid #000;\n background: #fff;\n }\n\n .tabulator-row.tabulator-moving {\n position: absolute;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n pointer-events: none;\n z-index: 15;\n }\n\n .tabulator-row .tabulator-row-resize-handle {\n position: absolute;\n right: 0;\n bottom: 0;\n left: 0;\n height: 5px;\n }\n\n .tabulator-row .tabulator-row-resize-handle.prev {\n top: 0;\n bottom: auto;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-row-resize-handle:hover {\n cursor: ns-resize;\n }\n }\n\n .tabulator-row .tabulator-responsive-collapse {\n box-sizing: border-box;\n padding: 5px;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n }\n\n .tabulator-row .tabulator-responsive-collapse:empty {\n display: none;\n }\n\n .tabulator-row .tabulator-responsive-collapse table {\n font-size: 14px;\n }\n\n .tabulator-row .tabulator-responsive-collapse table tr td {\n position: relative;\n }\n\n .tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {\n padding-right: 10px;\n }\n\n .tabulator-row .tabulator-cell {\n display: inline-flex;\n position: unset;\n box-sizing: border-box;\n padding: 4px 8px;\n border-right: 1px solid #ddd;\n vertical-align: middle;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n }\n\n .tabulator-row .tabulator-cell.tabulator-frozen {\n display: inline-flex;\n position: sticky;\n left: 0;\n background-color: inherit;\n z-index: 11;\n }\n\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell.tabulator-editing {\n border: 1px solid #1d68cd;\n outline: none;\n padding: 0;\n }\n\n .tabulator-row .tabulator-cell.tabulator-editing input,\n .tabulator-row .tabulator-cell.tabulator-editing select {\n border: 1px;\n background: transparent;\n outline: none;\n }\n\n .tabulator-row .tabulator-cell.tabulator-validation-fail {\n border: 1px solid #dd0000;\n }\n\n .tabulator-row .tabulator-cell.tabulator-validation-fail input,\n .tabulator-row .tabulator-cell.tabulator-validation-fail select {\n border: 1px;\n background: transparent;\n color: #dd0000;\n }\n\n .tabulator-row .tabulator-cell.tabulator-row-handle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n }\n\n .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {\n width: 80%;\n }\n\n .tabulator-row\n .tabulator-cell.tabulator-row-handle\n .tabulator-row-handle-box\n .tabulator-row-handle-bar {\n width: 100%;\n height: 3px;\n margin-top: 2px;\n background: #666;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty {\n display: inline-block;\n width: 7px;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #ddd;\n border-bottom: 2px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n }\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-data-tree-control\n .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-data-tree-control\n .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-data-tree-control\n .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n height: 15px;\n width: 15px;\n border-radius: 20px;\n background: #666;\n color: #fff;\n font-weight: bold;\n font-size: 1.1em;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {\n opacity: 0.7;\n cursor: pointer;\n }\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-responsive-collapse-toggle.open\n .tabulator-responsive-collapse-toggle-close {\n display: initial;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-responsive-collapse-toggle.open\n .tabulator-responsive-collapse-toggle-open {\n display: none;\n }\n\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg {\n stroke: #fff;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-responsive-collapse-toggle\n .tabulator-responsive-collapse-toggle-close {\n display: none;\n }\n\n .tabulator-row .tabulator-cell .tabulator-traffic-light {\n display: inline-block;\n height: 14px;\n width: 14px;\n border-radius: 14px;\n }\n\n .tabulator-row.tabulator-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #ddd;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1);\n }\n }\n\n .tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-1 {\n padding-left: 30px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-2 {\n padding-left: 50px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-3 {\n padding-left: 70px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-4 {\n padding-left: 90px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-5 {\n padding-left: 110px;\n }\n\n .tabulator-row.tabulator-group .tabulator-group-toggle {\n display: inline-block;\n }\n\n .tabulator-row.tabulator-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle;\n }\n\n .tabulator-row.tabulator-group span {\n margin-left: 10px;\n color: #d00;\n }\n\n .tabulator-popup-container {\n position: absolute;\n display: inline-block;\n box-sizing: border-box;\n background: #fff;\n border: 1px solid #ddd;\n box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);\n font-size: 14px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n z-index: 10000;\n }\n\n .tabulator-popup {\n padding: 5px;\n border-radius: 3px;\n }\n\n .tabulator-tooltip {\n max-width: Min(500px, 100%);\n padding: 3px 5px;\n border-radius: 2px;\n box-shadow: none;\n font-size: 12px;\n pointer-events: none;\n }\n\n .tabulator-menu .tabulator-menu-item {\n position: relative;\n box-sizing: border-box;\n padding: 5px 10px;\n user-select: none;\n }\n\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled {\n opacity: 0.5;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {\n cursor: pointer;\n background: #fff;\n }\n }\n\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu {\n padding-right: 25px;\n }\n\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after {\n display: inline-block;\n position: absolute;\n top: calc(5px + 0.4em);\n right: 10px;\n height: 7px;\n width: 7px;\n content: '';\n border-width: 1px 1px 0 0;\n border-style: solid;\n border-color: #ddd;\n vertical-align: top;\n transform: rotate(45deg);\n }\n\n .tabulator-menu .tabulator-menu-separator {\n border-top: 1px solid #ddd;\n }\n\n .tabulator-edit-list {\n max-height: 200px;\n font-size: 14px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item {\n padding: 4px;\n color: #333;\n outline: none;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.active {\n color: #fff;\n background: #1d68cd;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.active.focused {\n outline: 1px solid rgba(255, 255, 255, 0.5);\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.focused {\n outline: 1px solid #1d68cd;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-edit-list .tabulator-edit-list-item:hover {\n cursor: pointer;\n color: #fff;\n background: #1d68cd;\n }\n }\n\n .tabulator-edit-list .tabulator-edit-list-placeholder {\n padding: 4px;\n color: #333;\n text-align: center;\n }\n\n .tabulator-edit-list .tabulator-edit-list-group {\n border-bottom: 1px solid #ddd;\n padding: 4px;\n padding-top: 6px;\n color: #333;\n font-weight: bold;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2 {\n padding-left: 12px;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3 {\n padding-left: 20px;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4 {\n padding-left: 28px;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5 {\n padding-left: 36px;\n }\n\n .tabulator.tabulator-ltr {\n direction: ltr;\n }\n\n .tabulator.tabulator-rtl {\n text-align: initial;\n direction: rtl;\n }\n\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col {\n text-align: initial;\n border-left: 1px solid #ddd;\n border-right: initial;\n }\n\n .tabulator.tabulator-rtl\n .tabulator-header\n .tabulator-col.tabulator-col-group\n .tabulator-col-group-cols {\n margin-right: initial;\n margin-left: -1px;\n }\n\n .tabulator.tabulator-rtl\n .tabulator-header\n .tabulator-col.tabulator-sortable\n .tabulator-col-title {\n padding-right: 0;\n padding-left: 25px;\n }\n\n .tabulator.tabulator-rtl\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-sorter {\n left: 8px;\n right: initial;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell {\n border-right: initial;\n border-left: 1px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n margin-right: initial;\n margin-left: 5px;\n border-bottom-left-radius: initial;\n border-bottom-right-radius: 1px;\n border-left: initial;\n border-right: 2px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n margin-right: initial;\n margin-left: 5px;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-left: 2px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-right: 2px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-left: 0;\n margin-right: -3px;\n }\n\n .tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder {\n text-align: initial;\n }\n\n .tabulator-print-fullscreen {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n z-index: 10000;\n }\n\n body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {\n display: none !important;\n }\n\n .tabulator-print-table {\n border-collapse: collapse;\n }\n\n .tabulator-print-table .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #ddd;\n border-bottom: 2px solid #ddd;\n }\n\n .tabulator-print-table .tabulator-print-table-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #ddd;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-print-table-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1);\n }\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td {\n padding-left: 30px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td {\n padding-left: 50px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td {\n padding-left: 70px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td {\n padding-left: 90px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td {\n padding-left: 110px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle {\n display: inline-block;\n }\n\n .tabulator-print-table .tabulator-print-table-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle;\n }\n\n .tabulator-print-table .tabulator-print-table-group span {\n margin-left: 10px;\n color: #d00;\n }\n\n .tabulator-print-table .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n }\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent;\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333;\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator {\n border: none;\n background-color: #fff;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder {\n background: #f2f2f2 !important;\n border-bottom: 1px solid #999;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {\n background: #f2f2f2 !important;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder span {\n color: #000;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n background: #f2f2f2 !important;\n border-bottom: 1px solid #fff;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n background: #f2f2f2 !important;\n }\n\n .tabulator-row {\n border-bottom: 1px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell:last-of-type {\n border-right: none;\n }\n\n .tabulator-row.tabulator-group span {\n color: #666;\n }\n\n .tabulator-print-table .tabulator-print-table-group span {\n margin-left: 10px;\n color: #666;\n }\n\n /*# sourceMappingURL=tabulator_simple.css.map */\n`",
4653
+ "description": "External styles for the Tabulator grid.",
4654
+ "privacy": "public"
4655
+ }
4656
+ ],
4657
+ "exports": [
4658
+ {
4659
+ "kind": "js",
4660
+ "name": "tabulatorThemeSimpleCSS",
4661
+ "declaration": {
4662
+ "name": "tabulatorThemeSimpleCSS",
4663
+ "module": "src/external/tabulator-theme-simple-css.ts"
4664
+ }
4665
+ }
4666
+ ]
4667
+ },
4668
+ {
4669
+ "kind": "javascript-module",
4670
+ "path": "src/style/colors.ts",
4671
+ "declarations": [],
4672
+ "exports": []
4673
+ },
4674
+ {
4675
+ "kind": "javascript-module",
4676
+ "path": "src/style/index.ts",
4677
+ "declarations": [],
4678
+ "exports": [
4679
+ {
4680
+ "kind": "js",
4681
+ "name": "*",
4682
+ "declaration": {
4683
+ "name": "*",
4684
+ "package": "./colors"
4685
+ }
4686
+ },
4687
+ {
4688
+ "kind": "js",
4689
+ "name": "*",
4690
+ "declaration": {
4691
+ "name": "*",
4692
+ "package": "./tokens"
4693
+ }
4694
+ }
4695
+ ]
4696
+ },
4697
+ {
4698
+ "kind": "javascript-module",
4699
+ "path": "src/style/tokens.ts",
4700
+ "declarations": [],
4701
+ "exports": []
4702
+ },
4703
+ {
4704
+ "kind": "javascript-module",
4705
+ "path": "src/utils/index.ts",
4706
+ "declarations": [],
4707
+ "exports": [
4708
+ {
4709
+ "kind": "js",
4710
+ "name": "*",
4711
+ "declaration": {
4712
+ "name": "*",
4713
+ "package": "./logger"
4714
+ }
4715
+ },
4716
+ {
4717
+ "kind": "js",
4718
+ "name": "*",
4719
+ "declaration": {
4720
+ "name": "*",
4721
+ "package": "./string-utils"
4722
+ }
4723
+ },
4724
+ {
4725
+ "kind": "js",
4726
+ "name": "*",
4727
+ "declaration": {
4728
+ "name": "*",
4729
+ "package": "./test-id-utils"
4730
+ }
4731
+ }
4732
+ ]
4733
+ },
4734
+ {
4735
+ "kind": "javascript-module",
4736
+ "path": "src/utils/logger.ts",
4737
+ "declarations": [
4738
+ {
4739
+ "kind": "variable",
4740
+ "name": "logger",
4741
+ "description": "Logger for the `grid-tabulator` package",
4742
+ "privacy": "public"
4743
+ }
4744
+ ],
4745
+ "exports": [
4746
+ {
4747
+ "kind": "js",
4748
+ "name": "logger",
4749
+ "declaration": {
4750
+ "name": "logger",
4751
+ "module": "src/utils/logger.ts"
4752
+ }
4753
+ }
4754
+ ]
4755
+ },
4756
+ {
4757
+ "kind": "javascript-module",
4758
+ "path": "src/utils/string-utils.ts",
4759
+ "declarations": [
4760
+ {
4761
+ "kind": "function",
4762
+ "name": "convertToKebabCase",
4763
+ "return": {
4764
+ "type": {
4765
+ "text": ""
4766
+ }
4767
+ },
4768
+ "parameters": [
4769
+ {
4770
+ "name": "str",
4633
4771
  "type": {
4634
- "text": "ElementStyles | void | null"
4635
- },
4636
- "privacy": "public",
4637
- "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.",
4638
- "inheritedFrom": {
4639
- "name": "FoundationElement",
4640
- "module": "src/foundation-element/foundation-element.ts"
4641
- }
4642
- },
4643
- {
4644
- "kind": "method",
4645
- "name": "stylesChanged",
4646
- "privacy": "protected",
4647
- "return": {
4648
- "type": {
4649
- "text": "void"
4650
- }
4651
- },
4652
- "inheritedFrom": {
4653
- "name": "FoundationElement",
4654
- "module": "src/foundation-element/foundation-element.ts"
4655
- }
4656
- },
4657
- {
4658
- "kind": "method",
4659
- "name": "compose",
4660
- "privacy": "public",
4661
- "static": true,
4662
- "return": {
4663
- "type": {
4664
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
4665
- }
4772
+ "text": "string"
4666
4773
  },
4667
- "parameters": [
4668
- {
4669
- "name": "this",
4670
- "type": {
4671
- "text": "K"
4672
- }
4673
- },
4674
- {
4675
- "name": "elementDefinition",
4676
- "type": {
4677
- "text": "T"
4678
- },
4679
- "description": "The definition of the element to create the registry\nfunction for."
4680
- }
4681
- ],
4682
- "description": "Defines an element registry function with a set of element definition defaults.",
4683
- "inheritedFrom": {
4684
- "name": "FoundationElement",
4685
- "module": "src/foundation-element/foundation-element.ts"
4686
- }
4774
+ "description": "The string to convert"
4687
4775
  }
4688
4776
  ],
4689
- "events": [
4690
- {
4691
- "description": "Fired when a datasource error occurs",
4692
- "name": "gridTabulator:error"
4693
- },
4694
- {
4695
- "description": "Fired when tabulator data is initialized",
4696
- "name": "dataInit"
4697
- },
4698
- {
4699
- "description": "Fired when layout size changes",
4700
- "name": "sizeChanged"
4777
+ "description": "Convert a string to kebab case\nExample: convertToKebabCase('helloWorld') // 'hello-world'"
4778
+ },
4779
+ {
4780
+ "kind": "function",
4781
+ "name": "mergeAndDedupColDefWithColumnState",
4782
+ "return": {
4783
+ "type": {
4784
+ "text": ""
4701
4785
  }
4702
- ],
4703
- "attributes": [
4704
- {
4705
- "name": "criteria",
4706
- "type": {
4707
- "text": "string"
4708
- },
4709
- "fieldName": "criteria"
4710
- },
4711
- {
4712
- "name": "fields",
4713
- "type": {
4714
- "text": "string"
4715
- },
4716
- "fieldName": "fields"
4717
- },
4718
- {
4719
- "name": "is-snapshot",
4720
- "type": {
4721
- "text": "boolean"
4722
- },
4723
- "default": "false",
4724
- "fieldName": "isSnapshot"
4725
- },
4726
- {
4727
- "name": "max-rows",
4728
- "type": {
4729
- "text": "number"
4730
- },
4731
- "fieldName": "maxRows"
4732
- },
4733
- {
4734
- "name": "max-view",
4735
- "type": {
4736
- "text": "number"
4737
- },
4738
- "fieldName": "maxView"
4739
- },
4740
- {
4741
- "name": "polling-interval",
4742
- "type": {
4743
- "text": "number"
4744
- },
4745
- "fieldName": "pollingInterval"
4746
- },
4747
- {
4748
- "name": "moving-view",
4749
- "type": {
4750
- "text": "boolean"
4751
- },
4752
- "default": "false",
4753
- "fieldName": "movingView"
4754
- },
4755
- {
4756
- "name": "order-by",
4757
- "type": {
4758
- "text": "string"
4759
- },
4760
- "fieldName": "orderBy"
4761
- },
4762
- {
4763
- "name": "resource-name",
4764
- "type": {
4765
- "text": "string"
4766
- },
4767
- "fieldName": "resourceName"
4768
- },
4769
- {
4770
- "type": {
4771
- "text": "boolean"
4772
- },
4773
- "default": "false",
4774
- "fieldName": "reverse"
4775
- },
4776
- {
4777
- "name": "row-id",
4778
- "description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
4779
- "fieldName": "rowIdAttr"
4780
- },
4786
+ },
4787
+ "parameters": [
4781
4788
  {
4782
- "name": "restart-on-reconnection",
4789
+ "name": "colDefs",
4783
4790
  "type": {
4784
- "text": "boolean"
4791
+ "text": "any[]"
4785
4792
  },
4786
- "default": "true",
4787
- "fieldName": "restartOnReconnection"
4793
+ "description": "The column definitions"
4788
4794
  },
4789
4795
  {
4790
- "name": "keep-col-defs-on-clear-row-data",
4796
+ "name": "columnState",
4791
4797
  "type": {
4792
- "text": "boolean"
4798
+ "text": "any[]"
4793
4799
  },
4794
- "default": "false",
4795
- "description": "Whether to keep column definitions when clearing row data",
4796
- "fieldName": "keepColDefsOnClearRowData"
4797
- }
4798
- ],
4799
- "mixins": [
4800
- {
4801
- "name": "LifecycleMixin",
4802
- "package": "@genesislcap/foundation-utils"
4803
- },
4804
- {
4805
- "name": "DatasourceEventHandler",
4806
- "package": "@genesislcap/foundation-comms"
4800
+ "description": "The column state"
4807
4801
  }
4808
4802
  ],
4809
- "superclass": {
4810
- "name": "FoundationElement",
4811
- "package": "@microsoft/fast-foundation"
4812
- },
4813
- "tagName": "grid-tabulator-client-side-datasource",
4814
- "customElement": true
4803
+ "description": "Merges and dedupes column definitions with column state"
4815
4804
  }
4816
4805
  ],
4817
4806
  "exports": [
4818
4807
  {
4819
4808
  "kind": "js",
4820
- "name": "criteriaDelimiter",
4821
- "declaration": {
4822
- "name": "criteriaDelimiter",
4823
- "module": "src/datasource/client-side.datasource.ts"
4824
- }
4825
- },
4826
- {
4827
- "kind": "js",
4828
- "name": "criteriaJoin",
4809
+ "name": "convertToKebabCase",
4829
4810
  "declaration": {
4830
- "name": "criteriaJoin",
4831
- "module": "src/datasource/client-side.datasource.ts"
4811
+ "name": "convertToKebabCase",
4812
+ "module": "src/utils/string-utils.ts"
4832
4813
  }
4833
4814
  },
4834
4815
  {
4835
4816
  "kind": "js",
4836
- "name": "GridTabulatorClientSideDatasource",
4837
- "declaration": {
4838
- "name": "GridTabulatorClientSideDatasource",
4839
- "module": "src/datasource/client-side.datasource.ts"
4840
- }
4841
- },
4842
- {
4843
- "kind": "custom-element-definition",
4844
- "name": "grid-tabulator-client-side-datasource",
4817
+ "name": "mergeAndDedupColDefWithColumnState",
4845
4818
  "declaration": {
4846
- "name": "GridTabulatorClientSideDatasource",
4847
- "module": "src/datasource/client-side.datasource.ts"
4819
+ "name": "mergeAndDedupColDefWithColumnState",
4820
+ "module": "src/utils/string-utils.ts"
4848
4821
  }
4849
4822
  }
4850
4823
  ]
4851
4824
  },
4852
4825
  {
4853
4826
  "kind": "javascript-module",
4854
- "path": "src/datasource/index.ts",
4855
- "declarations": [],
4827
+ "path": "src/utils/test-id-utils.ts",
4828
+ "declarations": [
4829
+ {
4830
+ "kind": "function",
4831
+ "name": "getDataTestId",
4832
+ "return": {
4833
+ "type": {
4834
+ "text": ""
4835
+ }
4836
+ },
4837
+ "parameters": [
4838
+ {
4839
+ "name": "dataTestId",
4840
+ "type": {
4841
+ "text": "((rowData: T) => string) | string | undefined"
4842
+ },
4843
+ "description": "The dataTestId value (string or function)"
4844
+ },
4845
+ {
4846
+ "name": "rowData",
4847
+ "type": {
4848
+ "text": "T"
4849
+ },
4850
+ "description": "The row data to pass to the function if dataTestId is a function"
4851
+ }
4852
+ ],
4853
+ "description": "Resolves a dataTestId value that can be either a string or a function"
4854
+ }
4855
+ ],
4856
4856
  "exports": [
4857
4857
  {
4858
4858
  "kind": "js",
4859
- "name": "*",
4859
+ "name": "getDataTestId",
4860
4860
  "declaration": {
4861
- "name": "*",
4862
- "package": "./client-side.datasource"
4861
+ "name": "getDataTestId",
4862
+ "module": "src/utils/test-id-utils.ts"
4863
4863
  }
4864
4864
  }
4865
4865
  ]