@genesislcap/grid-tabulator 14.421.1-FUI-2511.2 → 14.421.1-FUI-2511.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1657,365 +1657,452 @@
1657
1657
  },
1658
1658
  {
1659
1659
  "kind": "javascript-module",
1660
- "path": "src/cell-editors/date.editor.ts",
1660
+ "path": "src/cell-formatters/action.formatter.ts",
1661
1661
  "declarations": [
1662
1662
  {
1663
- "kind": "class",
1664
- "description": "The date editor class for grid-tabulator",
1665
- "name": "DateEditor",
1666
- "members": [
1667
- {
1668
- "kind": "field",
1669
- "name": "params",
1670
- "type": {
1671
- "text": "DateEditorParams"
1672
- }
1673
- },
1663
+ "kind": "function",
1664
+ "name": "actionFormatter",
1665
+ "return": {
1666
+ "type": {
1667
+ "text": ""
1668
+ }
1669
+ },
1670
+ "parameters": [
1674
1671
  {
1675
- "kind": "field",
1676
- "name": "dateField",
1672
+ "name": "cell",
1677
1673
  "type": {
1678
1674
  "text": "any"
1679
- }
1680
- },
1681
- {
1682
- "kind": "method",
1683
- "name": "init",
1684
- "parameters": [
1685
- {
1686
- "name": "params",
1687
- "type": {
1688
- "text": "DateEditorParams"
1689
- }
1690
- }
1691
- ],
1692
- "description": "Initialize the editor with parameters"
1693
- },
1694
- {
1695
- "kind": "method",
1696
- "name": "getValue",
1697
- "description": "Get current value"
1698
- },
1699
- {
1700
- "kind": "method",
1701
- "name": "getFormattedValue",
1702
- "description": "Format value for display"
1703
- },
1704
- {
1705
- "kind": "method",
1706
- "name": "focus",
1707
- "description": "Set focus to the input"
1708
- },
1709
- {
1710
- "kind": "method",
1711
- "name": "handleKeyDown",
1712
- "parameters": [
1713
- {
1714
- "name": "event",
1715
- "type": {
1716
- "text": "KeyboardEvent"
1717
- }
1718
- }
1719
- ],
1720
- "description": "Process key down events"
1721
- },
1722
- {
1723
- "kind": "field",
1724
- "name": "_presentation",
1725
- "type": {
1726
- "text": "ComponentPresentation | null | undefined"
1727
- },
1728
- "privacy": "private",
1729
- "default": "void 0",
1730
- "inheritedFrom": {
1731
- "name": "FoundationElement",
1732
- "module": "src/foundation-element/foundation-element.ts"
1733
- }
1734
- },
1735
- {
1736
- "kind": "field",
1737
- "name": "$presentation",
1738
- "type": {
1739
- "text": "ComponentPresentation | null"
1740
- },
1741
- "privacy": "public",
1742
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1743
- "inheritedFrom": {
1744
- "name": "FoundationElement",
1745
- "module": "src/foundation-element/foundation-element.ts"
1746
- }
1747
- },
1748
- {
1749
- "kind": "field",
1750
- "name": "template",
1751
- "type": {
1752
- "text": "ElementViewTemplate | void | null"
1753
- },
1754
- "privacy": "public",
1755
- "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
1756
- "inheritedFrom": {
1757
- "name": "FoundationElement",
1758
- "module": "src/foundation-element/foundation-element.ts"
1759
- }
1760
- },
1761
- {
1762
- "kind": "method",
1763
- "name": "templateChanged",
1764
- "privacy": "protected",
1765
- "return": {
1766
- "type": {
1767
- "text": "void"
1768
- }
1769
1675
  },
1770
- "inheritedFrom": {
1771
- "name": "FoundationElement",
1772
- "module": "src/foundation-element/foundation-element.ts"
1773
- }
1676
+ "description": "The cell component provided by Tabulator"
1774
1677
  },
1775
1678
  {
1776
- "kind": "field",
1777
- "name": "styles",
1679
+ "name": "formatterParams",
1680
+ "default": "{}",
1778
1681
  "type": {
1779
- "text": "ElementStyles | void | null"
1780
- },
1781
- "privacy": "public",
1782
- "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
1783
- "inheritedFrom": {
1784
- "name": "FoundationElement",
1785
- "module": "src/foundation-element/foundation-element.ts"
1786
- }
1787
- },
1788
- {
1789
- "kind": "method",
1790
- "name": "stylesChanged",
1791
- "privacy": "protected",
1792
- "return": {
1793
- "type": {
1794
- "text": "void"
1795
- }
1796
- },
1797
- "inheritedFrom": {
1798
- "name": "FoundationElement",
1799
- "module": "src/foundation-element/foundation-element.ts"
1800
- }
1801
- },
1802
- {
1803
- "kind": "method",
1804
- "name": "compose",
1805
- "privacy": "public",
1806
- "static": true,
1807
- "return": {
1808
- "type": {
1809
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
1810
- }
1682
+ "text": "ActionFormatterParams<T>"
1811
1683
  },
1812
- "parameters": [
1813
- {
1814
- "name": "this",
1815
- "type": {
1816
- "text": "K"
1817
- }
1818
- },
1819
- {
1820
- "name": "elementDefinition",
1821
- "type": {
1822
- "text": "T"
1823
- },
1824
- "description": "The definition of the element to create the registry\nfunction for."
1825
- }
1826
- ],
1827
- "description": "Defines an element registry function with a set of element definition defaults.",
1828
- "inheritedFrom": {
1829
- "name": "FoundationElement",
1830
- "module": "src/foundation-element/foundation-element.ts"
1831
- }
1684
+ "description": "Action formatter parameters"
1832
1685
  }
1833
1686
  ],
1834
- "superclass": {
1835
- "name": "FoundationElement",
1836
- "package": "@microsoft/fast-foundation"
1837
- }
1838
- },
1687
+ "description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
1688
+ "privacy": "public"
1689
+ }
1690
+ ],
1691
+ "exports": [
1839
1692
  {
1840
- "kind": "variable",
1841
- "name": "dateEditorStyles",
1842
- "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
1843
- "description": "Styles for the date editor"
1844
- },
1693
+ "kind": "js",
1694
+ "name": "actionFormatter",
1695
+ "declaration": {
1696
+ "name": "actionFormatter",
1697
+ "module": "src/cell-formatters/action.formatter.ts"
1698
+ }
1699
+ }
1700
+ ]
1701
+ },
1702
+ {
1703
+ "kind": "javascript-module",
1704
+ "path": "src/cell-formatters/actions-menu.formatter.ts",
1705
+ "declarations": [
1845
1706
  {
1846
1707
  "kind": "function",
1847
- "name": "getDateEditorTemplate",
1848
- "parameters": [
1849
- {
1850
- "name": "prefix",
1851
- "default": "'foundation'",
1852
- "description": "The design system prefix to use. Defaults to 'foundation'."
1853
- }
1854
- ],
1855
- "description": "Get a Design System prefixed date field template.",
1708
+ "name": "actionsMenuFormatter",
1856
1709
  "return": {
1857
1710
  "type": {
1858
1711
  "text": ""
1859
1712
  }
1860
1713
  },
1714
+ "parameters": [
1715
+ {
1716
+ "name": "cell",
1717
+ "type": {
1718
+ "text": "any"
1719
+ },
1720
+ "description": "The cell component provided by Tabulator"
1721
+ },
1722
+ {
1723
+ "name": "formatterParams",
1724
+ "default": "{}",
1725
+ "type": {
1726
+ "text": "ActionsMenuFormatterParams<T>"
1727
+ },
1728
+ "description": "Actions menu formatter parameters"
1729
+ }
1730
+ ],
1731
+ "description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
1861
1732
  "privacy": "public"
1862
- },
1863
- {
1864
- "kind": "variable",
1865
- "name": "foundationDateEditor",
1866
- "description": "Definition for the date editor component"
1867
1733
  }
1868
1734
  ],
1869
1735
  "exports": [
1870
1736
  {
1871
1737
  "kind": "js",
1872
- "name": "DateEditor",
1738
+ "name": "actionsMenuFormatter",
1873
1739
  "declaration": {
1874
- "name": "DateEditor",
1875
- "module": "src/cell-editors/date.editor.ts"
1740
+ "name": "actionsMenuFormatter",
1741
+ "module": "src/cell-formatters/actions-menu.formatter.ts"
1876
1742
  }
1877
- },
1743
+ }
1744
+ ]
1745
+ },
1746
+ {
1747
+ "kind": "javascript-module",
1748
+ "path": "src/cell-formatters/boolean.formatter.ts",
1749
+ "declarations": [
1878
1750
  {
1879
- "kind": "js",
1880
- "name": "dateEditorStyles",
1881
- "declaration": {
1882
- "name": "dateEditorStyles",
1883
- "module": "src/cell-editors/date.editor.ts"
1884
- }
1885
- },
1751
+ "kind": "function",
1752
+ "name": "booleanFormatter",
1753
+ "return": {
1754
+ "type": {
1755
+ "text": ""
1756
+ }
1757
+ },
1758
+ "parameters": [
1759
+ {
1760
+ "name": "cell",
1761
+ "type": {
1762
+ "text": "any"
1763
+ },
1764
+ "description": "The cell component provided by Tabulator"
1765
+ },
1766
+ {
1767
+ "name": "formatterParams",
1768
+ "default": "{}",
1769
+ "type": {
1770
+ "text": "BooleanFormatterParams<T>"
1771
+ },
1772
+ "description": "Boolean formatter parameters"
1773
+ }
1774
+ ],
1775
+ "description": "Formatter that displays boolean values using a checkbox component.\nStyled to match grid-pro boolean renderer.",
1776
+ "privacy": "public"
1777
+ }
1778
+ ],
1779
+ "exports": [
1886
1780
  {
1887
1781
  "kind": "js",
1888
- "name": "getDateEditorTemplate",
1782
+ "name": "booleanFormatter",
1889
1783
  "declaration": {
1890
- "name": "getDateEditorTemplate",
1891
- "module": "src/cell-editors/date.editor.ts"
1784
+ "name": "booleanFormatter",
1785
+ "module": "src/cell-formatters/boolean.formatter.ts"
1892
1786
  }
1893
- },
1787
+ }
1788
+ ]
1789
+ },
1790
+ {
1791
+ "kind": "javascript-module",
1792
+ "path": "src/cell-formatters/constants.ts",
1793
+ "declarations": [],
1794
+ "exports": []
1795
+ },
1796
+ {
1797
+ "kind": "javascript-module",
1798
+ "path": "src/cell-formatters/editable.formatter.ts",
1799
+ "declarations": [
1800
+ {
1801
+ "kind": "function",
1802
+ "name": "editableFormatter",
1803
+ "return": {
1804
+ "type": {
1805
+ "text": ""
1806
+ }
1807
+ },
1808
+ "parameters": [
1809
+ {
1810
+ "name": "cell",
1811
+ "type": {
1812
+ "text": "any"
1813
+ },
1814
+ "description": "The cell component provided by Tabulator"
1815
+ },
1816
+ {
1817
+ "name": "formatterParams",
1818
+ "default": "{}",
1819
+ "type": {
1820
+ "text": "EditableFormatterParams<T>"
1821
+ },
1822
+ "description": "Editable formatter parameters"
1823
+ }
1824
+ ],
1825
+ "description": "Formatter that displays an editable cell with validation state",
1826
+ "privacy": "public"
1827
+ }
1828
+ ],
1829
+ "exports": [
1894
1830
  {
1895
1831
  "kind": "js",
1896
- "name": "foundationDateEditor",
1832
+ "name": "editableFormatter",
1897
1833
  "declaration": {
1898
- "name": "foundationDateEditor",
1899
- "module": "src/cell-editors/date.editor.ts"
1834
+ "name": "editableFormatter",
1835
+ "module": "src/cell-formatters/editable.formatter.ts"
1900
1836
  }
1901
1837
  }
1902
1838
  ]
1903
1839
  },
1904
1840
  {
1905
1841
  "kind": "javascript-module",
1906
- "path": "src/cell-editors/index.ts",
1907
- "declarations": [],
1842
+ "path": "src/cell-formatters/index.ts",
1843
+ "declarations": [
1844
+ {
1845
+ "kind": "variable",
1846
+ "name": "formatters",
1847
+ "type": {
1848
+ "text": "object"
1849
+ },
1850
+ "default": "{\n action: actionFormatter,\n actionsMenu: actionsMenuFormatter,\n boolean: booleanFormatter,\n editable: editableFormatter,\n select: selectFormatter,\n text: textFormatter,\n}",
1851
+ "description": "Zero formatters for Tabulator grid"
1852
+ }
1853
+ ],
1908
1854
  "exports": [
1909
1855
  {
1910
1856
  "kind": "js",
1911
1857
  "name": "*",
1912
1858
  "declaration": {
1913
1859
  "name": "*",
1914
- "package": "./date.editor"
1860
+ "package": "./constants"
1915
1861
  }
1916
1862
  },
1917
1863
  {
1918
1864
  "kind": "js",
1919
- "name": "*",
1865
+ "name": "ActionFormatterParams",
1920
1866
  "declaration": {
1921
- "name": "*",
1922
- "package": "./number.editor"
1867
+ "name": "ActionFormatterParams",
1868
+ "module": "src/cell-formatters/index.ts"
1923
1869
  }
1924
1870
  },
1925
1871
  {
1926
1872
  "kind": "js",
1927
- "name": "*",
1873
+ "name": "actionFormatter",
1928
1874
  "declaration": {
1929
- "name": "*",
1930
- "package": "./select.editor"
1875
+ "name": "actionFormatter",
1876
+ "module": "src/cell-formatters/index.ts"
1931
1877
  }
1932
1878
  },
1933
1879
  {
1934
1880
  "kind": "js",
1935
- "name": "*",
1881
+ "name": "ActionsMenuFormatterParams",
1936
1882
  "declaration": {
1937
- "name": "*",
1938
- "package": "./string.editor"
1883
+ "name": "ActionsMenuFormatterParams",
1884
+ "module": "src/cell-formatters/index.ts"
1939
1885
  }
1940
1886
  },
1941
1887
  {
1942
1888
  "kind": "js",
1943
- "name": "*",
1889
+ "name": "actionsMenuFormatter",
1944
1890
  "declaration": {
1945
- "name": "*",
1946
- "package": "./multiselect.editor"
1891
+ "name": "actionsMenuFormatter",
1892
+ "module": "src/cell-formatters/index.ts"
1893
+ }
1894
+ },
1895
+ {
1896
+ "kind": "js",
1897
+ "name": "BooleanFormatterParams",
1898
+ "declaration": {
1899
+ "name": "BooleanFormatterParams",
1900
+ "module": "src/cell-formatters/index.ts"
1901
+ }
1902
+ },
1903
+ {
1904
+ "kind": "js",
1905
+ "name": "booleanFormatter",
1906
+ "declaration": {
1907
+ "name": "booleanFormatter",
1908
+ "module": "src/cell-formatters/index.ts"
1909
+ }
1910
+ },
1911
+ {
1912
+ "kind": "js",
1913
+ "name": "EditableFormatterParams",
1914
+ "declaration": {
1915
+ "name": "EditableFormatterParams",
1916
+ "module": "src/cell-formatters/index.ts"
1917
+ }
1918
+ },
1919
+ {
1920
+ "kind": "js",
1921
+ "name": "editableFormatter",
1922
+ "declaration": {
1923
+ "name": "editableFormatter",
1924
+ "module": "src/cell-formatters/index.ts"
1925
+ }
1926
+ },
1927
+ {
1928
+ "kind": "js",
1929
+ "name": "SelectFormatterParams",
1930
+ "declaration": {
1931
+ "name": "SelectFormatterParams",
1932
+ "module": "src/cell-formatters/index.ts"
1933
+ }
1934
+ },
1935
+ {
1936
+ "kind": "js",
1937
+ "name": "selectFormatter",
1938
+ "declaration": {
1939
+ "name": "selectFormatter",
1940
+ "module": "src/cell-formatters/index.ts"
1941
+ }
1942
+ },
1943
+ {
1944
+ "kind": "js",
1945
+ "name": "TextFormatterParams",
1946
+ "declaration": {
1947
+ "name": "TextFormatterParams",
1948
+ "module": "src/cell-formatters/index.ts"
1949
+ }
1950
+ },
1951
+ {
1952
+ "kind": "js",
1953
+ "name": "textFormatter",
1954
+ "declaration": {
1955
+ "name": "textFormatter",
1956
+ "module": "src/cell-formatters/index.ts"
1957
+ }
1958
+ },
1959
+ {
1960
+ "kind": "js",
1961
+ "name": "formatters",
1962
+ "declaration": {
1963
+ "name": "formatters",
1964
+ "module": "src/cell-formatters/index.ts"
1947
1965
  }
1948
1966
  }
1949
1967
  ]
1950
1968
  },
1951
1969
  {
1952
1970
  "kind": "javascript-module",
1953
- "path": "src/cell-editors/multiselect.editor.ts",
1971
+ "path": "src/cell-formatters/select.formatter.ts",
1954
1972
  "declarations": [
1955
1973
  {
1956
- "kind": "class",
1957
- "description": "The multiselect editor class for grid-tabulator",
1958
- "name": "MultiselectEditor",
1959
- "members": [
1960
- {
1961
- "kind": "field",
1962
- "name": "params",
1963
- "type": {
1964
- "text": "MultiselectEditorParams"
1965
- }
1966
- },
1974
+ "kind": "function",
1975
+ "name": "selectFormatter",
1976
+ "return": {
1977
+ "type": {
1978
+ "text": ""
1979
+ }
1980
+ },
1981
+ "parameters": [
1967
1982
  {
1968
- "kind": "field",
1969
- "name": "select",
1983
+ "name": "cell",
1970
1984
  "type": {
1971
1985
  "text": "any"
1972
- }
1973
- },
1974
- {
1975
- "kind": "method",
1976
- "name": "init",
1977
- "parameters": [
1978
- {
1979
- "name": "params",
1980
- "type": {
1981
- "text": "MultiselectEditorParams"
1982
- }
1983
- }
1984
- ],
1985
- "description": "Initialize the editor with parameters"
1986
- },
1987
- {
1988
- "kind": "method",
1989
- "name": "getValues",
1990
- "return": {
1991
- "type": {
1992
- "text": "(string | number)[]"
1993
- }
1994
1986
  },
1995
- "description": "Get current values"
1996
- },
1997
- {
1998
- "kind": "method",
1999
- "name": "focus",
2000
- "description": "Set focus to the select"
1987
+ "description": "The cell component provided by Tabulator"
2001
1988
  },
2002
1989
  {
2003
- "kind": "method",
2004
- "name": "isSelected",
2005
- "return": {
2006
- "type": {
2007
- "text": "boolean"
2008
- }
1990
+ "name": "formatterParams",
1991
+ "type": {
1992
+ "text": "SelectFormatterParams<T>"
1993
+ },
1994
+ "description": "Select formatter parameters"
1995
+ }
1996
+ ],
1997
+ "description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
1998
+ "privacy": "public"
1999
+ }
2000
+ ],
2001
+ "exports": [
2002
+ {
2003
+ "kind": "js",
2004
+ "name": "selectFormatter",
2005
+ "declaration": {
2006
+ "name": "selectFormatter",
2007
+ "module": "src/cell-formatters/select.formatter.ts"
2008
+ }
2009
+ }
2010
+ ]
2011
+ },
2012
+ {
2013
+ "kind": "javascript-module",
2014
+ "path": "src/cell-formatters/text.formatter.ts",
2015
+ "declarations": [
2016
+ {
2017
+ "kind": "function",
2018
+ "name": "textFormatter",
2019
+ "return": {
2020
+ "type": {
2021
+ "text": ""
2022
+ }
2023
+ },
2024
+ "parameters": [
2025
+ {
2026
+ "name": "cell",
2027
+ "type": {
2028
+ "text": "any"
2029
+ },
2030
+ "description": "The cell component provided by Tabulator"
2031
+ },
2032
+ {
2033
+ "name": "formatterParams",
2034
+ "default": "{}",
2035
+ "type": {
2036
+ "text": "TextFormatterParams<T>"
2009
2037
  },
2038
+ "description": "Text formatter parameters"
2039
+ }
2040
+ ],
2041
+ "description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
2042
+ "privacy": "public"
2043
+ }
2044
+ ],
2045
+ "exports": [
2046
+ {
2047
+ "kind": "js",
2048
+ "name": "textFormatter",
2049
+ "declaration": {
2050
+ "name": "textFormatter",
2051
+ "module": "src/cell-formatters/text.formatter.ts"
2052
+ }
2053
+ }
2054
+ ]
2055
+ },
2056
+ {
2057
+ "kind": "javascript-module",
2058
+ "path": "src/cell-editors/date.editor.ts",
2059
+ "declarations": [
2060
+ {
2061
+ "kind": "class",
2062
+ "description": "The date editor class for grid-tabulator",
2063
+ "name": "DateEditor",
2064
+ "members": [
2065
+ {
2066
+ "kind": "field",
2067
+ "name": "params",
2068
+ "type": {
2069
+ "text": "DateEditorParams"
2070
+ }
2071
+ },
2072
+ {
2073
+ "kind": "field",
2074
+ "name": "dateField",
2075
+ "type": {
2076
+ "text": "any"
2077
+ }
2078
+ },
2079
+ {
2080
+ "kind": "method",
2081
+ "name": "init",
2010
2082
  "parameters": [
2011
2083
  {
2012
- "name": "value",
2084
+ "name": "params",
2013
2085
  "type": {
2014
- "text": "string | number"
2086
+ "text": "DateEditorParams"
2015
2087
  }
2016
2088
  }
2017
2089
  ],
2018
- "description": "Check if a value is selected"
2090
+ "description": "Initialize the editor with parameters"
2091
+ },
2092
+ {
2093
+ "kind": "method",
2094
+ "name": "getValue",
2095
+ "description": "Get current value"
2096
+ },
2097
+ {
2098
+ "kind": "method",
2099
+ "name": "getFormattedValue",
2100
+ "description": "Format value for display"
2101
+ },
2102
+ {
2103
+ "kind": "method",
2104
+ "name": "focus",
2105
+ "description": "Set focus to the input"
2019
2106
  },
2020
2107
  {
2021
2108
  "kind": "method",
@@ -2030,11 +2117,6 @@
2030
2117
  ],
2031
2118
  "description": "Process key down events"
2032
2119
  },
2033
- {
2034
- "kind": "method",
2035
- "name": "handleChange",
2036
- "description": "Handle change event to save when selection changes"
2037
- },
2038
2120
  {
2039
2121
  "kind": "field",
2040
2122
  "name": "_presentation",
@@ -2154,13 +2236,13 @@
2154
2236
  },
2155
2237
  {
2156
2238
  "kind": "variable",
2157
- "name": "multiselectEditorStyles",
2239
+ "name": "dateEditorStyles",
2158
2240
  "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
2159
- "description": "Styles for the multiselect editor"
2241
+ "description": "Styles for the date editor"
2160
2242
  },
2161
2243
  {
2162
2244
  "kind": "function",
2163
- "name": "getMultiselectEditorTemplate",
2245
+ "name": "getDateEditorTemplate",
2164
2246
  "parameters": [
2165
2247
  {
2166
2248
  "name": "prefix",
@@ -2168,73 +2250,121 @@
2168
2250
  "description": "The design system prefix to use. Defaults to 'foundation'."
2169
2251
  }
2170
2252
  ],
2171
- "description": "Get a Design System prefixed Select template.",
2253
+ "description": "Get a Design System prefixed date field template.",
2172
2254
  "return": {
2173
2255
  "type": {
2174
2256
  "text": ""
2175
2257
  }
2176
- }
2258
+ },
2259
+ "privacy": "public"
2177
2260
  },
2178
2261
  {
2179
2262
  "kind": "variable",
2180
- "name": "foundationMultiselectEditor",
2181
- "description": "Definition for the multiselect editor component"
2263
+ "name": "foundationDateEditor",
2264
+ "description": "Definition for the date editor component"
2182
2265
  }
2183
2266
  ],
2184
2267
  "exports": [
2185
2268
  {
2186
2269
  "kind": "js",
2187
- "name": "MultiselectEditor",
2270
+ "name": "DateEditor",
2188
2271
  "declaration": {
2189
- "name": "MultiselectEditor",
2190
- "module": "src/cell-editors/multiselect.editor.ts"
2272
+ "name": "DateEditor",
2273
+ "module": "src/cell-editors/date.editor.ts"
2191
2274
  }
2192
2275
  },
2193
2276
  {
2194
2277
  "kind": "js",
2195
- "name": "multiselectEditorStyles",
2278
+ "name": "dateEditorStyles",
2196
2279
  "declaration": {
2197
- "name": "multiselectEditorStyles",
2198
- "module": "src/cell-editors/multiselect.editor.ts"
2280
+ "name": "dateEditorStyles",
2281
+ "module": "src/cell-editors/date.editor.ts"
2199
2282
  }
2200
2283
  },
2201
2284
  {
2202
2285
  "kind": "js",
2203
- "name": "getMultiselectEditorTemplate",
2286
+ "name": "getDateEditorTemplate",
2204
2287
  "declaration": {
2205
- "name": "getMultiselectEditorTemplate",
2206
- "module": "src/cell-editors/multiselect.editor.ts"
2288
+ "name": "getDateEditorTemplate",
2289
+ "module": "src/cell-editors/date.editor.ts"
2207
2290
  }
2208
2291
  },
2209
2292
  {
2210
2293
  "kind": "js",
2211
- "name": "foundationMultiselectEditor",
2294
+ "name": "foundationDateEditor",
2212
2295
  "declaration": {
2213
- "name": "foundationMultiselectEditor",
2214
- "module": "src/cell-editors/multiselect.editor.ts"
2296
+ "name": "foundationDateEditor",
2297
+ "module": "src/cell-editors/date.editor.ts"
2215
2298
  }
2216
2299
  }
2217
2300
  ]
2218
2301
  },
2219
2302
  {
2220
2303
  "kind": "javascript-module",
2221
- "path": "src/cell-editors/number.editor.ts",
2304
+ "path": "src/cell-editors/index.ts",
2305
+ "declarations": [],
2306
+ "exports": [
2307
+ {
2308
+ "kind": "js",
2309
+ "name": "*",
2310
+ "declaration": {
2311
+ "name": "*",
2312
+ "package": "./date.editor"
2313
+ }
2314
+ },
2315
+ {
2316
+ "kind": "js",
2317
+ "name": "*",
2318
+ "declaration": {
2319
+ "name": "*",
2320
+ "package": "./number.editor"
2321
+ }
2322
+ },
2323
+ {
2324
+ "kind": "js",
2325
+ "name": "*",
2326
+ "declaration": {
2327
+ "name": "*",
2328
+ "package": "./select.editor"
2329
+ }
2330
+ },
2331
+ {
2332
+ "kind": "js",
2333
+ "name": "*",
2334
+ "declaration": {
2335
+ "name": "*",
2336
+ "package": "./string.editor"
2337
+ }
2338
+ },
2339
+ {
2340
+ "kind": "js",
2341
+ "name": "*",
2342
+ "declaration": {
2343
+ "name": "*",
2344
+ "package": "./multiselect.editor"
2345
+ }
2346
+ }
2347
+ ]
2348
+ },
2349
+ {
2350
+ "kind": "javascript-module",
2351
+ "path": "src/cell-editors/multiselect.editor.ts",
2222
2352
  "declarations": [
2223
2353
  {
2224
2354
  "kind": "class",
2225
- "description": "The number editor class for grid-tabulator",
2226
- "name": "NumberEditor",
2355
+ "description": "The multiselect editor class for grid-tabulator",
2356
+ "name": "MultiselectEditor",
2227
2357
  "members": [
2228
2358
  {
2229
2359
  "kind": "field",
2230
2360
  "name": "params",
2231
2361
  "type": {
2232
- "text": "NumberEditorParams"
2362
+ "text": "MultiselectEditorParams"
2233
2363
  }
2234
2364
  },
2235
2365
  {
2236
2366
  "kind": "field",
2237
- "name": "numberField",
2367
+ "name": "select",
2238
2368
  "type": {
2239
2369
  "text": "any"
2240
2370
  }
@@ -2246,7 +2376,7 @@
2246
2376
  {
2247
2377
  "name": "params",
2248
2378
  "type": {
2249
- "text": "NumberEditorParams"
2379
+ "text": "MultiselectEditorParams"
2250
2380
  }
2251
2381
  }
2252
2382
  ],
@@ -2254,13 +2384,36 @@
2254
2384
  },
2255
2385
  {
2256
2386
  "kind": "method",
2257
- "name": "getValue",
2258
- "description": "Get current value"
2387
+ "name": "getValues",
2388
+ "return": {
2389
+ "type": {
2390
+ "text": "(string | number)[]"
2391
+ }
2392
+ },
2393
+ "description": "Get current values"
2259
2394
  },
2260
2395
  {
2261
2396
  "kind": "method",
2262
2397
  "name": "focus",
2263
- "description": "Set focus to the input"
2398
+ "description": "Set focus to the select"
2399
+ },
2400
+ {
2401
+ "kind": "method",
2402
+ "name": "isSelected",
2403
+ "return": {
2404
+ "type": {
2405
+ "text": "boolean"
2406
+ }
2407
+ },
2408
+ "parameters": [
2409
+ {
2410
+ "name": "value",
2411
+ "type": {
2412
+ "text": "string | number"
2413
+ }
2414
+ }
2415
+ ],
2416
+ "description": "Check if a value is selected"
2264
2417
  },
2265
2418
  {
2266
2419
  "kind": "method",
@@ -2275,6 +2428,11 @@
2275
2428
  ],
2276
2429
  "description": "Process key down events"
2277
2430
  },
2431
+ {
2432
+ "kind": "method",
2433
+ "name": "handleChange",
2434
+ "description": "Handle change event to save when selection changes"
2435
+ },
2278
2436
  {
2279
2437
  "kind": "field",
2280
2438
  "name": "_presentation",
@@ -2394,9 +2552,249 @@
2394
2552
  },
2395
2553
  {
2396
2554
  "kind": "variable",
2397
- "name": "numberEditorStyles",
2555
+ "name": "multiselectEditorStyles",
2398
2556
  "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
2399
- "description": "Styles for the number editor"
2557
+ "description": "Styles for the multiselect editor"
2558
+ },
2559
+ {
2560
+ "kind": "function",
2561
+ "name": "getMultiselectEditorTemplate",
2562
+ "parameters": [
2563
+ {
2564
+ "name": "prefix",
2565
+ "default": "'foundation'",
2566
+ "description": "The design system prefix to use. Defaults to 'foundation'."
2567
+ }
2568
+ ],
2569
+ "description": "Get a Design System prefixed Select template.",
2570
+ "return": {
2571
+ "type": {
2572
+ "text": ""
2573
+ }
2574
+ }
2575
+ },
2576
+ {
2577
+ "kind": "variable",
2578
+ "name": "foundationMultiselectEditor",
2579
+ "description": "Definition for the multiselect editor component"
2580
+ }
2581
+ ],
2582
+ "exports": [
2583
+ {
2584
+ "kind": "js",
2585
+ "name": "MultiselectEditor",
2586
+ "declaration": {
2587
+ "name": "MultiselectEditor",
2588
+ "module": "src/cell-editors/multiselect.editor.ts"
2589
+ }
2590
+ },
2591
+ {
2592
+ "kind": "js",
2593
+ "name": "multiselectEditorStyles",
2594
+ "declaration": {
2595
+ "name": "multiselectEditorStyles",
2596
+ "module": "src/cell-editors/multiselect.editor.ts"
2597
+ }
2598
+ },
2599
+ {
2600
+ "kind": "js",
2601
+ "name": "getMultiselectEditorTemplate",
2602
+ "declaration": {
2603
+ "name": "getMultiselectEditorTemplate",
2604
+ "module": "src/cell-editors/multiselect.editor.ts"
2605
+ }
2606
+ },
2607
+ {
2608
+ "kind": "js",
2609
+ "name": "foundationMultiselectEditor",
2610
+ "declaration": {
2611
+ "name": "foundationMultiselectEditor",
2612
+ "module": "src/cell-editors/multiselect.editor.ts"
2613
+ }
2614
+ }
2615
+ ]
2616
+ },
2617
+ {
2618
+ "kind": "javascript-module",
2619
+ "path": "src/cell-editors/number.editor.ts",
2620
+ "declarations": [
2621
+ {
2622
+ "kind": "class",
2623
+ "description": "The number editor class for grid-tabulator",
2624
+ "name": "NumberEditor",
2625
+ "members": [
2626
+ {
2627
+ "kind": "field",
2628
+ "name": "params",
2629
+ "type": {
2630
+ "text": "NumberEditorParams"
2631
+ }
2632
+ },
2633
+ {
2634
+ "kind": "field",
2635
+ "name": "numberField",
2636
+ "type": {
2637
+ "text": "any"
2638
+ }
2639
+ },
2640
+ {
2641
+ "kind": "method",
2642
+ "name": "init",
2643
+ "parameters": [
2644
+ {
2645
+ "name": "params",
2646
+ "type": {
2647
+ "text": "NumberEditorParams"
2648
+ }
2649
+ }
2650
+ ],
2651
+ "description": "Initialize the editor with parameters"
2652
+ },
2653
+ {
2654
+ "kind": "method",
2655
+ "name": "getValue",
2656
+ "description": "Get current value"
2657
+ },
2658
+ {
2659
+ "kind": "method",
2660
+ "name": "focus",
2661
+ "description": "Set focus to the input"
2662
+ },
2663
+ {
2664
+ "kind": "method",
2665
+ "name": "handleKeyDown",
2666
+ "parameters": [
2667
+ {
2668
+ "name": "event",
2669
+ "type": {
2670
+ "text": "KeyboardEvent"
2671
+ }
2672
+ }
2673
+ ],
2674
+ "description": "Process key down events"
2675
+ },
2676
+ {
2677
+ "kind": "field",
2678
+ "name": "_presentation",
2679
+ "type": {
2680
+ "text": "ComponentPresentation | null | undefined"
2681
+ },
2682
+ "privacy": "private",
2683
+ "default": "void 0",
2684
+ "inheritedFrom": {
2685
+ "name": "FoundationElement",
2686
+ "module": "src/foundation-element/foundation-element.ts"
2687
+ }
2688
+ },
2689
+ {
2690
+ "kind": "field",
2691
+ "name": "$presentation",
2692
+ "type": {
2693
+ "text": "ComponentPresentation | null"
2694
+ },
2695
+ "privacy": "public",
2696
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2697
+ "inheritedFrom": {
2698
+ "name": "FoundationElement",
2699
+ "module": "src/foundation-element/foundation-element.ts"
2700
+ }
2701
+ },
2702
+ {
2703
+ "kind": "field",
2704
+ "name": "template",
2705
+ "type": {
2706
+ "text": "ElementViewTemplate | void | null"
2707
+ },
2708
+ "privacy": "public",
2709
+ "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
2710
+ "inheritedFrom": {
2711
+ "name": "FoundationElement",
2712
+ "module": "src/foundation-element/foundation-element.ts"
2713
+ }
2714
+ },
2715
+ {
2716
+ "kind": "method",
2717
+ "name": "templateChanged",
2718
+ "privacy": "protected",
2719
+ "return": {
2720
+ "type": {
2721
+ "text": "void"
2722
+ }
2723
+ },
2724
+ "inheritedFrom": {
2725
+ "name": "FoundationElement",
2726
+ "module": "src/foundation-element/foundation-element.ts"
2727
+ }
2728
+ },
2729
+ {
2730
+ "kind": "field",
2731
+ "name": "styles",
2732
+ "type": {
2733
+ "text": "ElementStyles | void | null"
2734
+ },
2735
+ "privacy": "public",
2736
+ "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
2737
+ "inheritedFrom": {
2738
+ "name": "FoundationElement",
2739
+ "module": "src/foundation-element/foundation-element.ts"
2740
+ }
2741
+ },
2742
+ {
2743
+ "kind": "method",
2744
+ "name": "stylesChanged",
2745
+ "privacy": "protected",
2746
+ "return": {
2747
+ "type": {
2748
+ "text": "void"
2749
+ }
2750
+ },
2751
+ "inheritedFrom": {
2752
+ "name": "FoundationElement",
2753
+ "module": "src/foundation-element/foundation-element.ts"
2754
+ }
2755
+ },
2756
+ {
2757
+ "kind": "method",
2758
+ "name": "compose",
2759
+ "privacy": "public",
2760
+ "static": true,
2761
+ "return": {
2762
+ "type": {
2763
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2764
+ }
2765
+ },
2766
+ "parameters": [
2767
+ {
2768
+ "name": "this",
2769
+ "type": {
2770
+ "text": "K"
2771
+ }
2772
+ },
2773
+ {
2774
+ "name": "elementDefinition",
2775
+ "type": {
2776
+ "text": "T"
2777
+ },
2778
+ "description": "The definition of the element to create the registry\nfunction for."
2779
+ }
2780
+ ],
2781
+ "description": "Defines an element registry function with a set of element definition defaults.",
2782
+ "inheritedFrom": {
2783
+ "name": "FoundationElement",
2784
+ "module": "src/foundation-element/foundation-element.ts"
2785
+ }
2786
+ }
2787
+ ],
2788
+ "superclass": {
2789
+ "name": "FoundationElement",
2790
+ "package": "@microsoft/fast-foundation"
2791
+ }
2792
+ },
2793
+ {
2794
+ "kind": "variable",
2795
+ "name": "numberEditorStyles",
2796
+ "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
2797
+ "description": "Styles for the number editor"
2400
2798
  },
2401
2799
  {
2402
2800
  "kind": "function",
@@ -2944,405 +3342,281 @@
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",
3302
- "declarations": [
3303
- {
3304
- "kind": "function",
3305
- "name": "textFormatter",
3306
- "return": {
3307
- "type": {
3308
- "text": ""
3309
- }
3310
- },
3311
- "parameters": [
3312
- {
3313
- "name": "cell",
3314
- "type": {
3315
- "text": "any"
3316
- },
3317
- "description": "The cell component provided by Tabulator"
3318
- },
3319
- {
3320
- "name": "formatterParams",
3321
- "default": "{}",
3322
- "type": {
3323
- "text": "TextFormatterParams<T>"
3324
- },
3325
- "description": "Text formatter parameters"
3326
- }
3327
- ],
3328
- "description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
3329
- "privacy": "public"
3330
- }
3331
- ],
3332
- "exports": [
3333
- {
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/datasource/client-side.datasource.ts",
3619
+ "path": "src/datasource/client-side.datasource.ts",
3346
3620
  "declarations": [
3347
3621
  {
3348
3622
  "kind": "variable",
@@ -3803,637 +4077,116 @@
3803
4077
  "name": "insertedRows",
3804
4078
  "type": {
3805
4079
  "text": "any[]"
3806
- }
3807
- }
3808
- ]
3809
- },
3810
- {
3811
- "kind": "method",
3812
- "name": "handleStreamDeletes",
3813
- "privacy": "private",
3814
- "parameters": [
3815
- {
3816
- "name": "deletedRows",
3817
- "type": {
3818
- "text": "any[]"
3819
- }
3820
- }
3821
- ]
3822
- },
3823
- {
3824
- "kind": "method",
3825
- "name": "handleStreamUpdates",
3826
- "privacy": "private",
3827
- "parameters": [
3828
- {
3829
- "name": "updatedRows",
3830
- "type": {
3831
- "text": "any[]"
3832
- }
3833
- }
3834
- ]
3835
- },
3836
- {
3837
- "kind": "method",
3838
- "name": "handleSizeChanged",
3839
- "privacy": "private",
3840
- "parameters": [
3841
- {
3842
- "name": "oldSize",
3843
- "type": {
3844
- "text": "number"
3845
- }
3846
- },
3847
- {
3848
- "name": "newSize",
3849
- "type": {
3850
- "text": "number"
3851
- }
3852
- }
3853
- ],
3854
- "description": "Emit event when the number of rows changes"
3855
- },
3856
- {
3857
- "kind": "method",
3858
- "name": "buildCriteria",
3859
- "privacy": "private",
3860
- "return": {
3861
- "type": {
3862
- "text": "string"
3863
- }
3864
- }
3865
- },
3866
- {
3867
- "kind": "method",
3868
- "name": "setFilter",
3869
- "privacy": "public",
3870
- "parameters": [
3871
- {
3872
- "name": "fieldName",
3873
- "type": {
3874
- "text": "string"
3875
- }
3876
- },
3877
- {
3878
- "name": "newFilter",
3879
- "type": {
3880
- "text": "string"
3881
- }
3882
- }
3883
- ]
3884
- },
3885
- {
3886
- "kind": "method",
3887
- "name": "removeFilter",
3888
- "privacy": "public",
3889
- "parameters": [
3890
- {
3891
- "name": "fieldName",
3892
- "type": {
3893
- "text": "string"
3894
- }
3895
- }
3896
- ]
3897
- },
3898
- {
3899
- "kind": "method",
3900
- "name": "datasourceStatusChanged",
3901
- "parameters": [
3902
- {
3903
- "name": "prev",
3904
- "type": {
3905
- "text": "DatasourceStatus"
3906
- }
3907
- },
3908
- {
3909
- "name": "next",
3910
- "type": {
3911
- "text": "DatasourceStatus"
3912
- }
3913
- }
3914
- ]
3915
- },
3916
- {
3917
- "kind": "method",
3918
- "name": "cloneNode",
3919
- "return": {
3920
- "type": {
3921
- "text": "Node"
3922
- }
3923
- },
3924
- "parameters": [
3925
- {
3926
- "name": "deep",
3927
- "optional": true,
3928
- "type": {
3929
- "text": "boolean"
3930
- }
3931
- }
3932
- ],
3933
- "inheritedFrom": {
3934
- "name": "LifecycleMixin",
3935
- "module": "src/mixins/lifecycle/lifecycle.ts"
3936
- }
3937
- },
3938
- {
3939
- "kind": "field",
3940
- "name": "shouldRunDisconnect",
3941
- "return": {
3942
- "type": {
3943
- "text": ""
3944
- }
3945
- },
3946
- "readonly": true,
3947
- "inheritedFrom": {
3948
- "name": "LifecycleMixin",
3949
- "module": "src/mixins/lifecycle/lifecycle.ts"
3950
- }
3951
- },
3952
- {
3953
- "kind": "field",
3954
- "name": "shouldRunConnect",
3955
- "return": {
3956
- "type": {
3957
- "text": ""
3958
- }
3959
- },
3960
- "readonly": true,
3961
- "inheritedFrom": {
3962
- "name": "LifecycleMixin",
3963
- "module": "src/mixins/lifecycle/lifecycle.ts"
3964
- }
3965
- },
3966
- {
3967
- "kind": "method",
3968
- "name": "#_blockLifecycleDueToTokenChange",
3969
- "return": {
3970
- "type": {
3971
- "text": "boolean"
3972
- }
3973
- },
3974
- "parameters": [
3975
- {
3976
- "name": "lifecycleType",
3977
- "type": {
3978
- "text": "Lifecycletype"
3979
- }
3980
- }
3981
- ],
3982
- "inheritedFrom": {
3983
- "name": "LifecycleMixin",
3984
- "module": "src/mixins/lifecycle/lifecycle.ts"
3985
- }
3986
- },
3987
- {
3988
- "kind": "field",
3989
- "name": "_presentation",
3990
- "type": {
3991
- "text": "ComponentPresentation | null | undefined"
3992
- },
3993
- "privacy": "private",
3994
- "default": "void 0",
3995
- "inheritedFrom": {
3996
- "name": "FoundationElement",
3997
- "module": "src/foundation-element/foundation-element.ts"
3998
- }
3999
- },
4000
- {
4001
- "kind": "field",
4002
- "name": "$presentation",
4003
- "type": {
4004
- "text": "ComponentPresentation | null"
4005
- },
4006
- "privacy": "public",
4007
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
4008
- "inheritedFrom": {
4009
- "name": "FoundationElement",
4010
- "module": "src/foundation-element/foundation-element.ts"
4011
- }
4012
- },
4013
- {
4014
- "kind": "field",
4015
- "name": "template",
4016
- "type": {
4017
- "text": "ElementViewTemplate | void | null"
4018
- },
4019
- "privacy": "public",
4020
- "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
4021
- "inheritedFrom": {
4022
- "name": "FoundationElement",
4023
- "module": "src/foundation-element/foundation-element.ts"
4024
- }
4025
- },
4026
- {
4027
- "kind": "method",
4028
- "name": "templateChanged",
4029
- "privacy": "protected",
4030
- "return": {
4031
- "type": {
4032
- "text": "void"
4033
- }
4034
- },
4035
- "inheritedFrom": {
4036
- "name": "FoundationElement",
4037
- "module": "src/foundation-element/foundation-element.ts"
4038
- }
4039
- },
4040
- {
4041
- "kind": "field",
4042
- "name": "styles",
4043
- "type": {
4044
- "text": "ElementStyles | void | null"
4045
- },
4046
- "privacy": "public",
4047
- "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
4048
- "inheritedFrom": {
4049
- "name": "FoundationElement",
4050
- "module": "src/foundation-element/foundation-element.ts"
4051
- }
4052
- },
4053
- {
4054
- "kind": "method",
4055
- "name": "stylesChanged",
4056
- "privacy": "protected",
4057
- "return": {
4058
- "type": {
4059
- "text": "void"
4060
- }
4061
- },
4062
- "inheritedFrom": {
4063
- "name": "FoundationElement",
4064
- "module": "src/foundation-element/foundation-element.ts"
4065
- }
4066
- },
4067
- {
4068
- "kind": "method",
4069
- "name": "compose",
4070
- "privacy": "public",
4071
- "static": true,
4072
- "return": {
4073
- "type": {
4074
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
4075
- }
4076
- },
4077
- "parameters": [
4078
- {
4079
- "name": "this",
4080
- "type": {
4081
- "text": "K"
4082
- }
4083
- },
4084
- {
4085
- "name": "elementDefinition",
4086
- "type": {
4087
- "text": "T"
4088
- },
4089
- "description": "The definition of the element to create the registry\nfunction for."
4090
- }
4091
- ],
4092
- "description": "Defines an element registry function with a set of element definition defaults.",
4093
- "inheritedFrom": {
4094
- "name": "FoundationElement",
4095
- "module": "src/foundation-element/foundation-element.ts"
4096
- }
4097
- }
4098
- ],
4099
- "events": [
4100
- {
4101
- "description": "Fired when a datasource error occurs",
4102
- "name": "gridTabulator:error"
4103
- },
4104
- {
4105
- "description": "Fired when tabulator data is initialized",
4106
- "name": "dataInit"
4107
- },
4108
- {
4109
- "description": "Fired when layout size changes",
4110
- "name": "sizeChanged"
4111
- }
4112
- ],
4113
- "attributes": [
4114
- {
4115
- "name": "criteria",
4116
- "type": {
4117
- "text": "string"
4118
- },
4119
- "fieldName": "criteria"
4120
- },
4121
- {
4122
- "name": "fields",
4123
- "type": {
4124
- "text": "string"
4125
- },
4126
- "fieldName": "fields"
4127
- },
4128
- {
4129
- "name": "is-snapshot",
4130
- "type": {
4131
- "text": "boolean"
4132
- },
4133
- "default": "false",
4134
- "fieldName": "isSnapshot"
4135
- },
4136
- {
4137
- "name": "max-rows",
4138
- "type": {
4139
- "text": "number"
4140
- },
4141
- "fieldName": "maxRows"
4142
- },
4143
- {
4144
- "name": "max-view",
4145
- "type": {
4146
- "text": "number"
4147
- },
4148
- "fieldName": "maxView"
4149
- },
4150
- {
4151
- "name": "polling-interval",
4152
- "type": {
4153
- "text": "number"
4154
- },
4155
- "fieldName": "pollingInterval"
4156
- },
4157
- {
4158
- "name": "moving-view",
4159
- "type": {
4160
- "text": "boolean"
4161
- },
4162
- "default": "false",
4163
- "fieldName": "movingView"
4164
- },
4165
- {
4166
- "name": "order-by",
4167
- "type": {
4168
- "text": "string"
4169
- },
4170
- "fieldName": "orderBy"
4171
- },
4172
- {
4173
- "name": "resource-name",
4174
- "type": {
4175
- "text": "string"
4176
- },
4177
- "fieldName": "resourceName"
4178
- },
4179
- {
4180
- "type": {
4181
- "text": "boolean"
4182
- },
4183
- "default": "false",
4184
- "fieldName": "reverse"
4185
- },
4186
- {
4187
- "name": "row-id",
4188
- "description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
4189
- "fieldName": "rowIdAttr"
4190
- },
4191
- {
4192
- "name": "restart-on-reconnection",
4193
- "type": {
4194
- "text": "boolean"
4195
- },
4196
- "default": "true",
4197
- "fieldName": "restartOnReconnection"
4198
- },
4199
- {
4200
- "name": "keep-col-defs-on-clear-row-data",
4201
- "type": {
4202
- "text": "boolean"
4203
- },
4204
- "default": "false",
4205
- "description": "Whether to keep column definitions when clearing row data",
4206
- "fieldName": "keepColDefsOnClearRowData"
4207
- }
4208
- ],
4209
- "mixins": [
4210
- {
4211
- "name": "LifecycleMixin",
4212
- "package": "@genesislcap/foundation-utils"
4213
- },
4214
- {
4215
- "name": "DatasourceEventHandler",
4216
- "package": "@genesislcap/foundation-comms"
4217
- }
4218
- ],
4219
- "superclass": {
4220
- "name": "FoundationElement",
4221
- "package": "@microsoft/fast-foundation"
4222
- },
4223
- "tagName": "grid-tabulator-client-side-datasource",
4224
- "customElement": true
4225
- }
4226
- ],
4227
- "exports": [
4228
- {
4229
- "kind": "js",
4230
- "name": "criteriaDelimiter",
4231
- "declaration": {
4232
- "name": "criteriaDelimiter",
4233
- "module": "src/datasource/client-side.datasource.ts"
4234
- }
4235
- },
4236
- {
4237
- "kind": "js",
4238
- "name": "criteriaJoin",
4239
- "declaration": {
4240
- "name": "criteriaJoin",
4241
- "module": "src/datasource/client-side.datasource.ts"
4242
- }
4243
- },
4244
- {
4245
- "kind": "js",
4246
- "name": "GridTabulatorClientSideDatasource",
4247
- "declaration": {
4248
- "name": "GridTabulatorClientSideDatasource",
4249
- "module": "src/datasource/client-side.datasource.ts"
4250
- }
4251
- },
4252
- {
4253
- "kind": "custom-element-definition",
4254
- "name": "grid-tabulator-client-side-datasource",
4255
- "declaration": {
4256
- "name": "GridTabulatorClientSideDatasource",
4257
- "module": "src/datasource/client-side.datasource.ts"
4258
- }
4259
- }
4260
- ]
4261
- },
4262
- {
4263
- "kind": "javascript-module",
4264
- "path": "src/datasource/index.ts",
4265
- "declarations": [],
4266
- "exports": [
4267
- {
4268
- "kind": "js",
4269
- "name": "*",
4270
- "declaration": {
4271
- "name": "*",
4272
- "package": "./client-side.datasource"
4273
- }
4274
- }
4275
- ]
4276
- },
4277
- {
4278
- "kind": "javascript-module",
4279
- "path": "src/external/fonts.ts",
4280
- "declarations": [
4281
- {
4282
- "kind": "variable",
4283
- "name": "tabulatorDefaultFontFace",
4284
- "default": "`\n @font-face {\n font-family: \"defaultFontFace\";\n }\n`"
4285
- },
4286
- {
4287
- "kind": "variable",
4288
- "name": "tabulatorRapidFontFace",
4289
- "default": "`\n @font-face {\n font-family: \"rapidFontFace\";\n }\n`"
4290
- },
4291
- {
4292
- "kind": "variable",
4293
- "name": "gridThemeFontFaceMap",
4294
- "type": {
4295
- "text": "GridThemeFontFaceMap"
4296
- },
4297
- "default": "{\n [GridTabulatorTheme.default]: tabulatorDefaultFontFace,\n [GridTabulatorTheme.rapid]: tabulatorRapidFontFace,\n}"
4298
- },
4299
- {
4300
- "kind": "variable",
4301
- "name": "defaultGridTabulatorFontFace",
4302
- "default": "tabulatorDefaultFontFace"
4303
- }
4304
- ],
4305
- "exports": [
4306
- {
4307
- "kind": "js",
4308
- "name": "tabulatorDefaultFontFace",
4309
- "declaration": {
4310
- "name": "tabulatorDefaultFontFace",
4311
- "module": "src/external/fonts.ts"
4312
- }
4313
- },
4314
- {
4315
- "kind": "js",
4316
- "name": "tabulatorRapidFontFace",
4317
- "declaration": {
4318
- "name": "tabulatorRapidFontFace",
4319
- "module": "src/external/fonts.ts"
4320
- }
4321
- },
4322
- {
4323
- "kind": "js",
4324
- "name": "gridThemeFontFaceMap",
4325
- "declaration": {
4326
- "name": "gridThemeFontFaceMap",
4327
- "module": "src/external/fonts.ts"
4328
- }
4329
- },
4330
- {
4331
- "kind": "js",
4332
- "name": "defaultGridTabulatorFontFace",
4333
- "declaration": {
4334
- "name": "defaultGridTabulatorFontFace",
4335
- "module": "src/external/fonts.ts"
4336
- }
4337
- }
4338
- ]
4339
- },
4340
- {
4341
- "kind": "javascript-module",
4342
- "path": "src/external/index.ts",
4343
- "declarations": [
4344
- {
4345
- "kind": "variable",
4346
- "name": "tabulatorExternalStockStyles",
4347
- "default": "css`\n ${tabulatorThemeSimpleCSS}\n`",
4348
- "description": "External styles for the Tabulator grid.",
4349
- "privacy": "public"
4350
- }
4351
- ],
4352
- "exports": [
4353
- {
4354
- "kind": "js",
4355
- "name": "tabulatorExternalStockStyles",
4356
- "declaration": {
4357
- "name": "tabulatorExternalStockStyles",
4358
- "module": "src/external/index.ts"
4359
- }
4360
- },
4361
- {
4362
- "kind": "js",
4363
- "name": "tabulatorThemeSimpleCSS",
4364
- "declaration": {
4365
- "name": "tabulatorThemeSimpleCSS",
4366
- "module": "src/external/index.ts"
4367
- }
4368
- }
4369
- ]
4370
- },
4371
- {
4372
- "kind": "javascript-module",
4373
- "path": "src/external/tabulator-theme-simple-css.ts",
4374
- "declarations": [
4375
- {
4376
- "kind": "variable",
4377
- "name": "tabulatorThemeSimpleCSS",
4378
- "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`",
4379
- "description": "External styles for the Tabulator grid.",
4380
- "privacy": "public"
4381
- }
4382
- ],
4383
- "exports": [
4384
- {
4385
- "kind": "js",
4386
- "name": "tabulatorThemeSimpleCSS",
4387
- "declaration": {
4388
- "name": "tabulatorThemeSimpleCSS",
4389
- "module": "src/external/tabulator-theme-simple-css.ts"
4390
- }
4391
- }
4392
- ]
4393
- },
4394
- {
4395
- "kind": "javascript-module",
4396
- "path": "src/column/column.ts",
4397
- "declarations": [
4398
- {
4399
- "kind": "class",
4400
- "description": "The GridTabulator Column element.",
4401
- "name": "GridTabulatorColumn",
4402
- "members": [
4403
- {
4404
- "kind": "field",
4405
- "name": "slottedCell",
4406
- "type": {
4407
- "text": "HTMLElement[]"
4408
- },
4409
- "privacy": "public"
4080
+ }
4081
+ }
4082
+ ]
4410
4083
  },
4411
4084
  {
4412
- "kind": "field",
4413
- "name": "definition",
4414
- "type": {
4415
- "text": "Partial<ColumnDefinition>"
4416
- },
4417
- "default": "{}"
4085
+ "kind": "method",
4086
+ "name": "handleStreamDeletes",
4087
+ "privacy": "private",
4088
+ "parameters": [
4089
+ {
4090
+ "name": "deletedRows",
4091
+ "type": {
4092
+ "text": "any[]"
4093
+ }
4094
+ }
4095
+ ]
4418
4096
  },
4419
4097
  {
4420
4098
  "kind": "method",
4421
- "name": "slottedCellChanged",
4422
- "privacy": "public"
4099
+ "name": "handleStreamUpdates",
4100
+ "privacy": "private",
4101
+ "parameters": [
4102
+ {
4103
+ "name": "updatedRows",
4104
+ "type": {
4105
+ "text": "any[]"
4106
+ }
4107
+ }
4108
+ ]
4423
4109
  },
4424
4110
  {
4425
4111
  "kind": "method",
4426
- "name": "deepClone",
4112
+ "name": "handleSizeChanged",
4113
+ "privacy": "private",
4114
+ "parameters": [
4115
+ {
4116
+ "name": "oldSize",
4117
+ "type": {
4118
+ "text": "number"
4119
+ }
4120
+ },
4121
+ {
4122
+ "name": "newSize",
4123
+ "type": {
4124
+ "text": "number"
4125
+ }
4126
+ }
4127
+ ],
4128
+ "description": "Emit event when the number of rows changes"
4129
+ },
4130
+ {
4131
+ "kind": "method",
4132
+ "name": "buildCriteria",
4133
+ "privacy": "private",
4427
4134
  "return": {
4428
4135
  "type": {
4429
- "text": "Node"
4136
+ "text": "string"
4430
4137
  }
4431
- },
4432
- "inheritedFrom": {
4433
- "name": "LifecycleMixin",
4434
- "module": "src/mixins/lifecycle/lifecycle.ts"
4435
4138
  }
4436
4139
  },
4140
+ {
4141
+ "kind": "method",
4142
+ "name": "setFilter",
4143
+ "privacy": "public",
4144
+ "parameters": [
4145
+ {
4146
+ "name": "fieldName",
4147
+ "type": {
4148
+ "text": "string"
4149
+ }
4150
+ },
4151
+ {
4152
+ "name": "newFilter",
4153
+ "type": {
4154
+ "text": "string"
4155
+ }
4156
+ }
4157
+ ]
4158
+ },
4159
+ {
4160
+ "kind": "method",
4161
+ "name": "removeFilter",
4162
+ "privacy": "public",
4163
+ "parameters": [
4164
+ {
4165
+ "name": "fieldName",
4166
+ "type": {
4167
+ "text": "string"
4168
+ }
4169
+ }
4170
+ ]
4171
+ },
4172
+ {
4173
+ "kind": "method",
4174
+ "name": "datasourceStatusChanged",
4175
+ "parameters": [
4176
+ {
4177
+ "name": "prev",
4178
+ "type": {
4179
+ "text": "DatasourceStatus"
4180
+ }
4181
+ },
4182
+ {
4183
+ "name": "next",
4184
+ "type": {
4185
+ "text": "DatasourceStatus"
4186
+ }
4187
+ }
4188
+ ]
4189
+ },
4437
4190
  {
4438
4191
  "kind": "method",
4439
4192
  "name": "cloneNode",
@@ -4532,127 +4285,257 @@
4532
4285
  }
4533
4286
  },
4534
4287
  {
4535
- "kind": "field",
4536
- "name": "template",
4288
+ "kind": "field",
4289
+ "name": "template",
4290
+ "type": {
4291
+ "text": "ElementViewTemplate | void | null"
4292
+ },
4293
+ "privacy": "public",
4294
+ "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.",
4295
+ "inheritedFrom": {
4296
+ "name": "FoundationElement",
4297
+ "module": "src/foundation-element/foundation-element.ts"
4298
+ }
4299
+ },
4300
+ {
4301
+ "kind": "method",
4302
+ "name": "templateChanged",
4303
+ "privacy": "protected",
4304
+ "return": {
4305
+ "type": {
4306
+ "text": "void"
4307
+ }
4308
+ },
4309
+ "inheritedFrom": {
4310
+ "name": "FoundationElement",
4311
+ "module": "src/foundation-element/foundation-element.ts"
4312
+ }
4313
+ },
4314
+ {
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",
4537
4441
  "type": {
4538
- "text": "ElementViewTemplate | void | null"
4442
+ "text": "string"
4539
4443
  },
4540
- "privacy": "public",
4541
- "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.",
4542
- "inheritedFrom": {
4543
- "name": "FoundationElement",
4544
- "module": "src/foundation-element/foundation-element.ts"
4545
- }
4444
+ "fieldName": "orderBy"
4546
4445
  },
4547
4446
  {
4548
- "kind": "method",
4549
- "name": "templateChanged",
4550
- "privacy": "protected",
4551
- "return": {
4552
- "type": {
4553
- "text": "void"
4554
- }
4447
+ "name": "resource-name",
4448
+ "type": {
4449
+ "text": "string"
4555
4450
  },
4556
- "inheritedFrom": {
4557
- "name": "FoundationElement",
4558
- "module": "src/foundation-element/foundation-element.ts"
4559
- }
4451
+ "fieldName": "resourceName"
4560
4452
  },
4561
4453
  {
4562
- "kind": "field",
4563
- "name": "styles",
4564
4454
  "type": {
4565
- "text": "ElementStyles | void | null"
4455
+ "text": "boolean"
4566
4456
  },
4567
- "privacy": "public",
4568
- "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.",
4569
- "inheritedFrom": {
4570
- "name": "FoundationElement",
4571
- "module": "src/foundation-element/foundation-element.ts"
4572
- }
4457
+ "default": "false",
4458
+ "fieldName": "reverse"
4573
4459
  },
4574
4460
  {
4575
- "kind": "method",
4576
- "name": "stylesChanged",
4577
- "privacy": "protected",
4578
- "return": {
4579
- "type": {
4580
- "text": "void"
4581
- }
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"
4582
4469
  },
4583
- "inheritedFrom": {
4584
- "name": "FoundationElement",
4585
- "module": "src/foundation-element/foundation-element.ts"
4586
- }
4470
+ "default": "true",
4471
+ "fieldName": "restartOnReconnection"
4587
4472
  },
4588
4473
  {
4589
- "kind": "method",
4590
- "name": "compose",
4591
- "privacy": "public",
4592
- "static": true,
4593
- "return": {
4594
- "type": {
4595
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
4596
- }
4474
+ "name": "keep-col-defs-on-clear-row-data",
4475
+ "type": {
4476
+ "text": "boolean"
4597
4477
  },
4598
- "parameters": [
4599
- {
4600
- "name": "this",
4601
- "type": {
4602
- "text": "K"
4603
- }
4604
- },
4605
- {
4606
- "name": "elementDefinition",
4607
- "type": {
4608
- "text": "T"
4609
- },
4610
- "description": "The definition of the element to create the registry\nfunction for."
4611
- }
4612
- ],
4613
- "description": "Defines an element registry function with a set of element definition defaults.",
4614
- "inheritedFrom": {
4615
- "name": "FoundationElement",
4616
- "module": "src/foundation-element/foundation-element.ts"
4617
- }
4478
+ "default": "false",
4479
+ "description": "Whether to keep column definitions when clearing row data",
4480
+ "fieldName": "keepColDefsOnClearRowData"
4618
4481
  }
4619
4482
  ],
4620
4483
  "mixins": [
4621
4484
  {
4622
4485
  "name": "LifecycleMixin",
4623
4486
  "package": "@genesislcap/foundation-utils"
4487
+ },
4488
+ {
4489
+ "name": "DatasourceEventHandler",
4490
+ "package": "@genesislcap/foundation-comms"
4624
4491
  }
4625
4492
  ],
4626
4493
  "superclass": {
4627
4494
  "name": "FoundationElement",
4628
4495
  "package": "@microsoft/fast-foundation"
4629
4496
  },
4630
- "tagName": "grid-tabulator-column",
4497
+ "tagName": "grid-tabulator-client-side-datasource",
4631
4498
  "customElement": true
4632
4499
  }
4633
4500
  ],
4634
4501
  "exports": [
4635
4502
  {
4636
4503
  "kind": "js",
4637
- "name": "GridTabulatorColumn",
4504
+ "name": "criteriaDelimiter",
4638
4505
  "declaration": {
4639
- "name": "GridTabulatorColumn",
4640
- "module": "src/column/column.ts"
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"
4641
4524
  }
4642
4525
  },
4643
4526
  {
4644
4527
  "kind": "custom-element-definition",
4645
- "name": "grid-tabulator-column",
4528
+ "name": "grid-tabulator-client-side-datasource",
4646
4529
  "declaration": {
4647
- "name": "GridTabulatorColumn",
4648
- "module": "src/column/column.ts"
4530
+ "name": "GridTabulatorClientSideDatasource",
4531
+ "module": "src/datasource/client-side.datasource.ts"
4649
4532
  }
4650
4533
  }
4651
4534
  ]
4652
4535
  },
4653
4536
  {
4654
4537
  "kind": "javascript-module",
4655
- "path": "src/column/index.ts",
4538
+ "path": "src/datasource/index.ts",
4656
4539
  "declarations": [],
4657
4540
  "exports": [
4658
4541
  {
@@ -4660,7 +4543,124 @@
4660
4543
  "name": "*",
4661
4544
  "declaration": {
4662
4545
  "name": "*",
4663
- "package": "./column"
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
4664
  }
4665
4665
  }
4666
4666
  ]