@genesislcap/grid-tabulator 14.428.1 → 14.428.2-alpha-38d32a0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/custom-elements.json +2002 -2002
  2. package/package.json +13 -13
@@ -1657,383 +1657,515 @@
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": {
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>"
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/column/column.ts",
2059
+ "declarations": [
2060
+ {
2061
+ "kind": "class",
2062
+ "description": "The GridTabulator Column element.",
2063
+ "name": "GridTabulatorColumn",
2064
+ "members": [
2065
+ {
2066
+ "kind": "field",
2067
+ "name": "slottedCell",
2068
+ "type": {
2069
+ "text": "HTMLElement[]"
2070
+ },
2071
+ "privacy": "public"
2072
+ },
2073
+ {
2074
+ "kind": "field",
2075
+ "name": "definition",
2076
+ "type": {
2077
+ "text": "Partial<ColumnDefinition>"
2078
+ },
2079
+ "default": "{}"
2080
+ },
2081
+ {
2082
+ "kind": "method",
2083
+ "name": "slottedCellChanged",
2084
+ "privacy": "public"
2085
+ },
2086
+ {
2087
+ "kind": "method",
2088
+ "name": "deepClone",
2089
+ "return": {
2006
2090
  "type": {
2007
- "text": "boolean"
2091
+ "text": "Node"
2092
+ }
2093
+ },
2094
+ "inheritedFrom": {
2095
+ "name": "LifecycleMixin",
2096
+ "module": "src/mixins/lifecycle/lifecycle.ts"
2097
+ }
2098
+ },
2099
+ {
2100
+ "kind": "method",
2101
+ "name": "cloneNode",
2102
+ "return": {
2103
+ "type": {
2104
+ "text": "Node"
2008
2105
  }
2009
2106
  },
2010
2107
  "parameters": [
2011
2108
  {
2012
- "name": "value",
2109
+ "name": "deep",
2110
+ "optional": true,
2013
2111
  "type": {
2014
- "text": "string | number"
2112
+ "text": "boolean"
2015
2113
  }
2016
2114
  }
2017
2115
  ],
2018
- "description": "Check if a value is selected"
2116
+ "inheritedFrom": {
2117
+ "name": "LifecycleMixin",
2118
+ "module": "src/mixins/lifecycle/lifecycle.ts"
2119
+ }
2120
+ },
2121
+ {
2122
+ "kind": "field",
2123
+ "name": "shouldRunDisconnect",
2124
+ "return": {
2125
+ "type": {
2126
+ "text": ""
2127
+ }
2128
+ },
2129
+ "readonly": true,
2130
+ "inheritedFrom": {
2131
+ "name": "LifecycleMixin",
2132
+ "module": "src/mixins/lifecycle/lifecycle.ts"
2133
+ }
2134
+ },
2135
+ {
2136
+ "kind": "field",
2137
+ "name": "shouldRunConnect",
2138
+ "return": {
2139
+ "type": {
2140
+ "text": ""
2141
+ }
2142
+ },
2143
+ "readonly": true,
2144
+ "inheritedFrom": {
2145
+ "name": "LifecycleMixin",
2146
+ "module": "src/mixins/lifecycle/lifecycle.ts"
2147
+ }
2019
2148
  },
2020
2149
  {
2021
2150
  "kind": "method",
2022
- "name": "handleKeyDown",
2151
+ "name": "#_blockLifecycleDueToTokenChange",
2152
+ "return": {
2153
+ "type": {
2154
+ "text": "boolean"
2155
+ }
2156
+ },
2023
2157
  "parameters": [
2024
2158
  {
2025
- "name": "event",
2159
+ "name": "lifecycleType",
2026
2160
  "type": {
2027
- "text": "KeyboardEvent"
2161
+ "text": "Lifecycletype"
2028
2162
  }
2029
2163
  }
2030
2164
  ],
2031
- "description": "Process key down events"
2032
- },
2033
- {
2034
- "kind": "method",
2035
- "name": "handleChange",
2036
- "description": "Handle change event to save when selection changes"
2165
+ "inheritedFrom": {
2166
+ "name": "LifecycleMixin",
2167
+ "module": "src/mixins/lifecycle/lifecycle.ts"
2168
+ }
2037
2169
  },
2038
2170
  {
2039
2171
  "kind": "field",
@@ -2147,1241 +2279,743 @@
2147
2279
  }
2148
2280
  }
2149
2281
  ],
2150
- "superclass": {
2151
- "name": "FoundationElement",
2152
- "package": "@microsoft/fast-foundation"
2153
- }
2154
- },
2155
- {
2156
- "kind": "variable",
2157
- "name": "multiselectEditorStyles",
2158
- "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
2159
- "description": "Styles for the multiselect editor"
2160
- },
2161
- {
2162
- "kind": "function",
2163
- "name": "getMultiselectEditorTemplate",
2164
- "parameters": [
2282
+ "mixins": [
2165
2283
  {
2166
- "name": "prefix",
2167
- "default": "'foundation'",
2168
- "description": "The design system prefix to use. Defaults to 'foundation'."
2284
+ "name": "LifecycleMixin",
2285
+ "package": "@genesislcap/foundation-utils"
2169
2286
  }
2170
2287
  ],
2171
- "description": "Get a Design System prefixed Select template.",
2172
- "return": {
2173
- "type": {
2174
- "text": ""
2175
- }
2176
- }
2177
- },
2178
- {
2179
- "kind": "variable",
2180
- "name": "foundationMultiselectEditor",
2181
- "description": "Definition for the multiselect editor component"
2288
+ "superclass": {
2289
+ "name": "FoundationElement",
2290
+ "package": "@microsoft/fast-foundation"
2291
+ },
2292
+ "tagName": "grid-tabulator-column",
2293
+ "customElement": true
2182
2294
  }
2183
2295
  ],
2184
2296
  "exports": [
2185
2297
  {
2186
2298
  "kind": "js",
2187
- "name": "MultiselectEditor",
2188
- "declaration": {
2189
- "name": "MultiselectEditor",
2190
- "module": "src/cell-editors/multiselect.editor.ts"
2191
- }
2192
- },
2193
- {
2194
- "kind": "js",
2195
- "name": "multiselectEditorStyles",
2299
+ "name": "GridTabulatorColumn",
2196
2300
  "declaration": {
2197
- "name": "multiselectEditorStyles",
2198
- "module": "src/cell-editors/multiselect.editor.ts"
2301
+ "name": "GridTabulatorColumn",
2302
+ "module": "src/column/column.ts"
2199
2303
  }
2200
2304
  },
2201
2305
  {
2202
- "kind": "js",
2203
- "name": "getMultiselectEditorTemplate",
2306
+ "kind": "custom-element-definition",
2307
+ "name": "grid-tabulator-column",
2204
2308
  "declaration": {
2205
- "name": "getMultiselectEditorTemplate",
2206
- "module": "src/cell-editors/multiselect.editor.ts"
2309
+ "name": "GridTabulatorColumn",
2310
+ "module": "src/column/column.ts"
2207
2311
  }
2208
- },
2312
+ }
2313
+ ]
2314
+ },
2315
+ {
2316
+ "kind": "javascript-module",
2317
+ "path": "src/column/index.ts",
2318
+ "declarations": [],
2319
+ "exports": [
2209
2320
  {
2210
2321
  "kind": "js",
2211
- "name": "foundationMultiselectEditor",
2322
+ "name": "*",
2212
2323
  "declaration": {
2213
- "name": "foundationMultiselectEditor",
2214
- "module": "src/cell-editors/multiselect.editor.ts"
2324
+ "name": "*",
2325
+ "package": "./column"
2215
2326
  }
2216
2327
  }
2217
2328
  ]
2218
2329
  },
2219
2330
  {
2220
2331
  "kind": "javascript-module",
2221
- "path": "src/cell-editors/number.editor.ts",
2332
+ "path": "src/external/fonts.ts",
2222
2333
  "declarations": [
2223
2334
  {
2224
- "kind": "class",
2225
- "description": "The number editor class for grid-tabulator",
2226
- "name": "NumberEditor",
2227
- "members": [
2228
- {
2335
+ "kind": "variable",
2336
+ "name": "tabulatorDefaultFontFace",
2337
+ "default": "`\n @font-face {\n font-family: \"defaultFontFace\";\n }\n`"
2338
+ },
2339
+ {
2340
+ "kind": "variable",
2341
+ "name": "tabulatorRapidFontFace",
2342
+ "default": "`\n @font-face {\n font-family: \"rapidFontFace\";\n }\n`"
2343
+ },
2344
+ {
2345
+ "kind": "variable",
2346
+ "name": "gridThemeFontFaceMap",
2347
+ "type": {
2348
+ "text": "GridThemeFontFaceMap"
2349
+ },
2350
+ "default": "{\n [GridTabulatorTheme.default]: tabulatorDefaultFontFace,\n [GridTabulatorTheme.rapid]: tabulatorRapidFontFace,\n}"
2351
+ },
2352
+ {
2353
+ "kind": "variable",
2354
+ "name": "defaultGridTabulatorFontFace",
2355
+ "default": "tabulatorDefaultFontFace"
2356
+ }
2357
+ ],
2358
+ "exports": [
2359
+ {
2360
+ "kind": "js",
2361
+ "name": "tabulatorDefaultFontFace",
2362
+ "declaration": {
2363
+ "name": "tabulatorDefaultFontFace",
2364
+ "module": "src/external/fonts.ts"
2365
+ }
2366
+ },
2367
+ {
2368
+ "kind": "js",
2369
+ "name": "tabulatorRapidFontFace",
2370
+ "declaration": {
2371
+ "name": "tabulatorRapidFontFace",
2372
+ "module": "src/external/fonts.ts"
2373
+ }
2374
+ },
2375
+ {
2376
+ "kind": "js",
2377
+ "name": "gridThemeFontFaceMap",
2378
+ "declaration": {
2379
+ "name": "gridThemeFontFaceMap",
2380
+ "module": "src/external/fonts.ts"
2381
+ }
2382
+ },
2383
+ {
2384
+ "kind": "js",
2385
+ "name": "defaultGridTabulatorFontFace",
2386
+ "declaration": {
2387
+ "name": "defaultGridTabulatorFontFace",
2388
+ "module": "src/external/fonts.ts"
2389
+ }
2390
+ }
2391
+ ]
2392
+ },
2393
+ {
2394
+ "kind": "javascript-module",
2395
+ "path": "src/external/index.ts",
2396
+ "declarations": [
2397
+ {
2398
+ "kind": "variable",
2399
+ "name": "tabulatorExternalStockStyles",
2400
+ "default": "css`\n ${tabulatorThemeSimpleCSS}\n`",
2401
+ "description": "External styles for the Tabulator grid.",
2402
+ "privacy": "public"
2403
+ }
2404
+ ],
2405
+ "exports": [
2406
+ {
2407
+ "kind": "js",
2408
+ "name": "tabulatorExternalStockStyles",
2409
+ "declaration": {
2410
+ "name": "tabulatorExternalStockStyles",
2411
+ "module": "src/external/index.ts"
2412
+ }
2413
+ },
2414
+ {
2415
+ "kind": "js",
2416
+ "name": "tabulatorThemeSimpleCSS",
2417
+ "declaration": {
2418
+ "name": "tabulatorThemeSimpleCSS",
2419
+ "module": "src/external/index.ts"
2420
+ }
2421
+ }
2422
+ ]
2423
+ },
2424
+ {
2425
+ "kind": "javascript-module",
2426
+ "path": "src/external/tabulator-theme-simple-css.ts",
2427
+ "declarations": [
2428
+ {
2429
+ "kind": "variable",
2430
+ "name": "tabulatorThemeSimpleCSS",
2431
+ "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`",
2432
+ "description": "External styles for the Tabulator grid.",
2433
+ "privacy": "public"
2434
+ }
2435
+ ],
2436
+ "exports": [
2437
+ {
2438
+ "kind": "js",
2439
+ "name": "tabulatorThemeSimpleCSS",
2440
+ "declaration": {
2441
+ "name": "tabulatorThemeSimpleCSS",
2442
+ "module": "src/external/tabulator-theme-simple-css.ts"
2443
+ }
2444
+ }
2445
+ ]
2446
+ },
2447
+ {
2448
+ "kind": "javascript-module",
2449
+ "path": "src/datasource/client-side.datasource.ts",
2450
+ "declarations": [
2451
+ {
2452
+ "kind": "variable",
2453
+ "name": "criteriaDelimiter",
2454
+ "type": {
2455
+ "text": "string"
2456
+ },
2457
+ "default": "';'",
2458
+ "description": "Delimiter for criteria in the datasource"
2459
+ },
2460
+ {
2461
+ "kind": "variable",
2462
+ "name": "criteriaJoin",
2463
+ "type": {
2464
+ "text": "string"
2465
+ },
2466
+ "default": "' && '",
2467
+ "description": "Join operator for criteria in the datasource"
2468
+ },
2469
+ {
2470
+ "kind": "class",
2471
+ "description": "The Genesis Datasource element, for client-side data fetching and used exclusively by the GridTabulator element.",
2472
+ "name": "GridTabulatorClientSideDatasource",
2473
+ "members": [
2474
+ {
2229
2475
  "kind": "field",
2230
- "name": "params",
2476
+ "name": "auth",
2231
2477
  "type": {
2232
- "text": "NumberEditorParams"
2478
+ "text": "Auth"
2233
2479
  }
2234
2480
  },
2235
2481
  {
2236
2482
  "kind": "field",
2237
- "name": "numberField",
2483
+ "name": "connect",
2238
2484
  "type": {
2239
- "text": "any"
2485
+ "text": "Connect"
2240
2486
  }
2241
2487
  },
2242
2488
  {
2243
- "kind": "method",
2244
- "name": "init",
2245
- "parameters": [
2246
- {
2247
- "name": "params",
2248
- "type": {
2249
- "text": "NumberEditorParams"
2250
- }
2251
- }
2252
- ],
2253
- "description": "Initialize the editor with parameters"
2489
+ "kind": "field",
2490
+ "name": "datasource",
2491
+ "type": {
2492
+ "text": "Datasource"
2493
+ }
2254
2494
  },
2255
2495
  {
2256
- "kind": "method",
2257
- "name": "getValue",
2258
- "description": "Get current value"
2496
+ "kind": "field",
2497
+ "name": "deferredGridOptions",
2498
+ "type": {
2499
+ "text": "Options"
2500
+ }
2259
2501
  },
2260
2502
  {
2261
- "kind": "method",
2262
- "name": "focus",
2263
- "description": "Set focus to the input"
2503
+ "kind": "field",
2504
+ "name": "deferredColumnStates",
2505
+ "type": {
2506
+ "text": "any[]"
2507
+ },
2508
+ "default": "[]",
2509
+ "description": "Allows storing column layouts between datasource initializations"
2510
+ },
2511
+ {
2512
+ "kind": "field",
2513
+ "name": "criteria",
2514
+ "type": {
2515
+ "text": "string"
2516
+ }
2264
2517
  },
2265
2518
  {
2266
2519
  "kind": "method",
2267
- "name": "handleKeyDown",
2520
+ "name": "criteriaChanged",
2268
2521
  "parameters": [
2269
2522
  {
2270
- "name": "event",
2523
+ "name": "oldCriteria",
2271
2524
  "type": {
2272
- "text": "KeyboardEvent"
2525
+ "text": "string"
2526
+ }
2527
+ },
2528
+ {
2529
+ "name": "newCriteria",
2530
+ "type": {
2531
+ "text": "string"
2273
2532
  }
2274
2533
  }
2275
- ],
2276
- "description": "Process key down events"
2534
+ ]
2277
2535
  },
2278
2536
  {
2279
2537
  "kind": "field",
2280
- "name": "_presentation",
2538
+ "name": "fields",
2281
2539
  "type": {
2282
- "text": "ComponentPresentation | null | undefined"
2283
- },
2284
- "privacy": "private",
2285
- "default": "void 0",
2286
- "inheritedFrom": {
2287
- "name": "FoundationElement",
2288
- "module": "src/foundation-element/foundation-element.ts"
2540
+ "text": "string"
2289
2541
  }
2290
2542
  },
2291
2543
  {
2292
2544
  "kind": "field",
2293
- "name": "$presentation",
2545
+ "name": "isSnapshot",
2294
2546
  "type": {
2295
- "text": "ComponentPresentation | null"
2547
+ "text": "boolean"
2296
2548
  },
2297
- "privacy": "public",
2298
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2299
- "inheritedFrom": {
2300
- "name": "FoundationElement",
2301
- "module": "src/foundation-element/foundation-element.ts"
2302
- }
2549
+ "default": "false"
2303
2550
  },
2304
2551
  {
2305
2552
  "kind": "field",
2306
- "name": "template",
2553
+ "name": "maxRows",
2307
2554
  "type": {
2308
- "text": "ElementViewTemplate | void | null"
2309
- },
2310
- "privacy": "public",
2311
- "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.",
2312
- "inheritedFrom": {
2313
- "name": "FoundationElement",
2314
- "module": "src/foundation-element/foundation-element.ts"
2555
+ "text": "number"
2315
2556
  }
2316
2557
  },
2317
2558
  {
2318
- "kind": "method",
2319
- "name": "templateChanged",
2320
- "privacy": "protected",
2321
- "return": {
2322
- "type": {
2323
- "text": "void"
2324
- }
2325
- },
2326
- "inheritedFrom": {
2327
- "name": "FoundationElement",
2328
- "module": "src/foundation-element/foundation-element.ts"
2559
+ "kind": "field",
2560
+ "name": "maxView",
2561
+ "type": {
2562
+ "text": "number"
2329
2563
  }
2330
2564
  },
2331
2565
  {
2332
2566
  "kind": "field",
2333
- "name": "styles",
2567
+ "name": "pollingInterval",
2334
2568
  "type": {
2335
- "text": "ElementStyles | void | null"
2336
- },
2337
- "privacy": "public",
2338
- "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.",
2339
- "inheritedFrom": {
2340
- "name": "FoundationElement",
2341
- "module": "src/foundation-element/foundation-element.ts"
2569
+ "text": "number"
2342
2570
  }
2343
2571
  },
2344
2572
  {
2345
- "kind": "method",
2346
- "name": "stylesChanged",
2347
- "privacy": "protected",
2348
- "return": {
2349
- "type": {
2350
- "text": "void"
2351
- }
2573
+ "kind": "field",
2574
+ "name": "movingView",
2575
+ "type": {
2576
+ "text": "boolean"
2352
2577
  },
2353
- "inheritedFrom": {
2354
- "name": "FoundationElement",
2355
- "module": "src/foundation-element/foundation-element.ts"
2356
- }
2578
+ "default": "false"
2357
2579
  },
2358
2580
  {
2359
- "kind": "method",
2360
- "name": "compose",
2361
- "privacy": "public",
2362
- "static": true,
2363
- "return": {
2364
- "type": {
2365
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2366
- }
2367
- },
2368
- "parameters": [
2369
- {
2370
- "name": "this",
2371
- "type": {
2372
- "text": "K"
2373
- }
2374
- },
2375
- {
2376
- "name": "elementDefinition",
2377
- "type": {
2378
- "text": "T"
2379
- },
2380
- "description": "The definition of the element to create the registry\nfunction for."
2381
- }
2382
- ],
2383
- "description": "Defines an element registry function with a set of element definition defaults.",
2384
- "inheritedFrom": {
2385
- "name": "FoundationElement",
2386
- "module": "src/foundation-element/foundation-element.ts"
2581
+ "kind": "field",
2582
+ "name": "orderBy",
2583
+ "type": {
2584
+ "text": "string"
2387
2585
  }
2388
- }
2389
- ],
2390
- "superclass": {
2391
- "name": "FoundationElement",
2392
- "package": "@microsoft/fast-foundation"
2393
- }
2394
- },
2395
- {
2396
- "kind": "variable",
2397
- "name": "numberEditorStyles",
2398
- "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
2399
- "description": "Styles for the number editor"
2400
- },
2401
- {
2402
- "kind": "function",
2403
- "name": "getNumberEditorTemplate",
2404
- "parameters": [
2405
- {
2406
- "name": "prefix",
2407
- "default": "'foundation'",
2408
- "description": "The design system prefix to use. Defaults to 'foundation'."
2409
- }
2410
- ],
2411
- "description": "Get a Design System prefixed number field template.",
2412
- "return": {
2413
- "type": {
2414
- "text": ""
2415
- }
2416
- }
2417
- },
2418
- {
2419
- "kind": "variable",
2420
- "name": "foundationNumberEditor",
2421
- "description": "Definition for the number editor component"
2422
- }
2423
- ],
2424
- "exports": [
2425
- {
2426
- "kind": "js",
2427
- "name": "NumberEditor",
2428
- "declaration": {
2429
- "name": "NumberEditor",
2430
- "module": "src/cell-editors/number.editor.ts"
2431
- }
2432
- },
2433
- {
2434
- "kind": "js",
2435
- "name": "numberEditorStyles",
2436
- "declaration": {
2437
- "name": "numberEditorStyles",
2438
- "module": "src/cell-editors/number.editor.ts"
2439
- }
2440
- },
2441
- {
2442
- "kind": "js",
2443
- "name": "getNumberEditorTemplate",
2444
- "declaration": {
2445
- "name": "getNumberEditorTemplate",
2446
- "module": "src/cell-editors/number.editor.ts"
2447
- }
2448
- },
2449
- {
2450
- "kind": "js",
2451
- "name": "foundationNumberEditor",
2452
- "declaration": {
2453
- "name": "foundationNumberEditor",
2454
- "module": "src/cell-editors/number.editor.ts"
2455
- }
2456
- }
2457
- ]
2458
- },
2459
- {
2460
- "kind": "javascript-module",
2461
- "path": "src/cell-editors/select.editor.ts",
2462
- "declarations": [
2463
- {
2464
- "kind": "class",
2465
- "description": "The select editor class for grid-tabulator",
2466
- "name": "SelectEditor",
2467
- "members": [
2586
+ },
2468
2587
  {
2469
2588
  "kind": "field",
2470
- "name": "params",
2589
+ "name": "request",
2471
2590
  "type": {
2472
- "text": "SelectEditorParams"
2591
+ "text": "any"
2473
2592
  }
2474
2593
  },
2475
2594
  {
2476
2595
  "kind": "field",
2477
- "name": "select",
2596
+ "name": "resourceName",
2478
2597
  "type": {
2479
- "text": "any"
2598
+ "text": "string"
2480
2599
  }
2481
2600
  },
2482
2601
  {
2483
2602
  "kind": "method",
2484
- "name": "init",
2603
+ "name": "resourceNameChanged",
2485
2604
  "parameters": [
2486
2605
  {
2487
- "name": "params",
2606
+ "name": "oldValue",
2488
2607
  "type": {
2489
- "text": "SelectEditorParams"
2608
+ "text": "string"
2609
+ }
2610
+ },
2611
+ {
2612
+ "name": "newValue",
2613
+ "type": {
2614
+ "text": "string"
2490
2615
  }
2491
2616
  }
2492
- ],
2493
- "description": "Initialize the editor with parameters"
2494
- },
2495
- {
2496
- "kind": "method",
2497
- "name": "getValue",
2498
- "description": "Get current value"
2617
+ ]
2499
2618
  },
2500
2619
  {
2501
- "kind": "method",
2502
- "name": "focus",
2503
- "description": "Set focus to the select"
2620
+ "kind": "field",
2621
+ "name": "reverse",
2622
+ "type": {
2623
+ "text": "boolean"
2624
+ },
2625
+ "default": "false"
2504
2626
  },
2505
2627
  {
2506
- "kind": "method",
2507
- "name": "handleKeyDown",
2508
- "parameters": [
2509
- {
2510
- "name": "event",
2511
- "type": {
2512
- "text": "KeyboardEvent"
2513
- }
2514
- }
2515
- ],
2516
- "description": "Process key down events"
2628
+ "kind": "field",
2629
+ "name": "rowIdAttr",
2630
+ "description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type."
2517
2631
  },
2518
2632
  {
2519
- "kind": "method",
2520
- "name": "handleChange",
2521
- "description": "Handle change event"
2633
+ "kind": "field",
2634
+ "name": "restartOnReconnection",
2635
+ "type": {
2636
+ "text": "boolean"
2637
+ },
2638
+ "default": "true"
2522
2639
  },
2523
2640
  {
2524
2641
  "kind": "field",
2525
- "name": "_presentation",
2642
+ "name": "keepColDefsOnClearRowData",
2526
2643
  "type": {
2527
- "text": "ComponentPresentation | null | undefined"
2644
+ "text": "boolean"
2528
2645
  },
2529
- "privacy": "private",
2530
- "default": "void 0",
2531
- "inheritedFrom": {
2532
- "name": "FoundationElement",
2533
- "module": "src/foundation-element/foundation-element.ts"
2534
- }
2646
+ "default": "false",
2647
+ "description": "Whether to keep column definitions when clearing row data"
2535
2648
  },
2536
2649
  {
2537
2650
  "kind": "field",
2538
- "name": "$presentation",
2651
+ "name": "rowDataMapper",
2539
2652
  "type": {
2540
- "text": "ComponentPresentation | null"
2653
+ "text": "Function"
2541
2654
  },
2542
- "privacy": "public",
2543
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2544
- "inheritedFrom": {
2545
- "name": "FoundationElement",
2546
- "module": "src/foundation-element/foundation-element.ts"
2547
- }
2655
+ "description": "Allows grid data updates to be processed via and external function before applying in grid"
2548
2656
  },
2549
2657
  {
2550
2658
  "kind": "field",
2551
- "name": "template",
2659
+ "name": "dataSub",
2552
2660
  "type": {
2553
- "text": "ElementViewTemplate | void | null"
2661
+ "text": "Subscription"
2554
2662
  },
2555
- "privacy": "public",
2556
- "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.",
2557
- "inheritedFrom": {
2558
- "name": "FoundationElement",
2559
- "module": "src/foundation-element/foundation-element.ts"
2560
- }
2663
+ "privacy": "private"
2561
2664
  },
2562
2665
  {
2563
- "kind": "method",
2564
- "name": "templateChanged",
2565
- "privacy": "protected",
2566
- "return": {
2567
- "type": {
2568
- "text": "void"
2569
- }
2666
+ "kind": "field",
2667
+ "name": "updateSub",
2668
+ "type": {
2669
+ "text": "Subscription"
2570
2670
  },
2571
- "inheritedFrom": {
2572
- "name": "FoundationElement",
2573
- "module": "src/foundation-element/foundation-element.ts"
2574
- }
2671
+ "privacy": "private"
2575
2672
  },
2576
2673
  {
2577
2674
  "kind": "field",
2578
- "name": "styles",
2675
+ "name": "connectionSub",
2579
2676
  "type": {
2580
- "text": "ElementStyles | void | null"
2677
+ "text": "Subscription"
2581
2678
  },
2582
- "privacy": "public",
2583
- "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.",
2584
- "inheritedFrom": {
2585
- "name": "FoundationElement",
2586
- "module": "src/foundation-element/foundation-element.ts"
2587
- }
2679
+ "privacy": "private"
2588
2680
  },
2589
2681
  {
2590
- "kind": "method",
2591
- "name": "stylesChanged",
2592
- "privacy": "protected",
2593
- "return": {
2594
- "type": {
2595
- "text": "void"
2596
- }
2682
+ "kind": "field",
2683
+ "name": "isRequestServer",
2684
+ "type": {
2685
+ "text": "boolean"
2597
2686
  },
2598
- "inheritedFrom": {
2599
- "name": "FoundationElement",
2600
- "module": "src/foundation-element/foundation-element.ts"
2601
- }
2687
+ "privacy": "private",
2688
+ "default": "false"
2602
2689
  },
2603
- {
2604
- "kind": "method",
2605
- "name": "compose",
2606
- "privacy": "public",
2607
- "static": true,
2608
- "return": {
2609
- "type": {
2610
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2611
- }
2612
- },
2613
- "parameters": [
2614
- {
2615
- "name": "this",
2616
- "type": {
2617
- "text": "K"
2618
- }
2619
- },
2620
- {
2621
- "name": "elementDefinition",
2622
- "type": {
2623
- "text": "T"
2624
- },
2625
- "description": "The definition of the element to create the registry\nfunction for."
2626
- }
2627
- ],
2628
- "description": "Defines an element registry function with a set of element definition defaults.",
2629
- "inheritedFrom": {
2630
- "name": "FoundationElement",
2631
- "module": "src/foundation-element/foundation-element.ts"
2632
- }
2633
- }
2634
- ],
2635
- "superclass": {
2636
- "name": "FoundationElement",
2637
- "package": "@microsoft/fast-foundation"
2638
- }
2639
- },
2640
- {
2641
- "kind": "variable",
2642
- "name": "selectEditorStyles",
2643
- "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
2644
- "description": "Styles for the select editor"
2645
- },
2646
- {
2647
- "kind": "function",
2648
- "name": "getSelectEditorTemplate",
2649
- "parameters": [
2650
- {
2651
- "name": "prefix",
2652
- "default": "'foundation'",
2653
- "description": "The design system prefix to use. Defaults to 'foundation'."
2654
- }
2655
- ],
2656
- "description": "Get a Design System prefixed Select template.",
2657
- "return": {
2658
- "type": {
2659
- "text": ""
2660
- }
2661
- },
2662
- "privacy": "public"
2663
- },
2664
- {
2665
- "kind": "variable",
2666
- "name": "foundationSelectEditor",
2667
- "description": "Definition for the select editor component"
2668
- }
2669
- ],
2670
- "exports": [
2671
- {
2672
- "kind": "js",
2673
- "name": "SelectEditor",
2674
- "declaration": {
2675
- "name": "SelectEditor",
2676
- "module": "src/cell-editors/select.editor.ts"
2677
- }
2678
- },
2679
- {
2680
- "kind": "js",
2681
- "name": "selectEditorStyles",
2682
- "declaration": {
2683
- "name": "selectEditorStyles",
2684
- "module": "src/cell-editors/select.editor.ts"
2685
- }
2686
- },
2687
- {
2688
- "kind": "js",
2689
- "name": "getSelectEditorTemplate",
2690
- "declaration": {
2691
- "name": "getSelectEditorTemplate",
2692
- "module": "src/cell-editors/select.editor.ts"
2693
- }
2694
- },
2695
- {
2696
- "kind": "js",
2697
- "name": "foundationSelectEditor",
2698
- "declaration": {
2699
- "name": "foundationSelectEditor",
2700
- "module": "src/cell-editors/select.editor.ts"
2701
- }
2702
- }
2703
- ]
2704
- },
2705
- {
2706
- "kind": "javascript-module",
2707
- "path": "src/cell-editors/string.editor.ts",
2708
- "declarations": [
2709
- {
2710
- "kind": "class",
2711
- "description": "The string editor class for grid-tabulator",
2712
- "name": "StringEditor",
2713
- "members": [
2714
2690
  {
2715
2691
  "kind": "field",
2716
- "name": "params",
2692
+ "name": "requiresFullRowDataAndColDefs",
2717
2693
  "type": {
2718
- "text": "StringEditorParams"
2719
- }
2694
+ "text": "boolean"
2695
+ },
2696
+ "privacy": "private",
2697
+ "default": "true"
2720
2698
  },
2721
2699
  {
2722
2700
  "kind": "field",
2723
- "name": "textField",
2701
+ "name": "dataSubWasLoggedOff",
2724
2702
  "type": {
2725
- "text": "any"
2726
- }
2727
- },
2728
- {
2729
- "kind": "method",
2730
- "name": "init",
2731
- "parameters": [
2732
- {
2733
- "name": "params",
2734
- "type": {
2735
- "text": "StringEditorParams"
2736
- }
2737
- }
2738
- ],
2739
- "description": "Initialize the editor with parameters"
2740
- },
2741
- {
2742
- "kind": "method",
2743
- "name": "getValue",
2744
- "description": "Get current value"
2703
+ "text": "boolean"
2704
+ },
2705
+ "privacy": "private",
2706
+ "default": "false"
2745
2707
  },
2746
2708
  {
2747
- "kind": "method",
2748
- "name": "focus",
2749
- "description": "Set focus to the input"
2709
+ "kind": "field",
2710
+ "name": "rows",
2711
+ "type": {
2712
+ "text": "Map<string, any>"
2713
+ },
2714
+ "privacy": "private",
2715
+ "default": "new Map()"
2750
2716
  },
2751
2717
  {
2752
- "kind": "method",
2753
- "name": "handleKeyDown",
2754
- "parameters": [
2755
- {
2756
- "name": "event",
2757
- "type": {
2758
- "text": "KeyboardEvent"
2759
- }
2760
- }
2761
- ],
2762
- "description": "Process key down events"
2718
+ "kind": "field",
2719
+ "name": "gridTransaction",
2720
+ "type": {
2721
+ "text": "RowDataTransaction"
2722
+ },
2723
+ "privacy": "private"
2763
2724
  },
2764
2725
  {
2765
2726
  "kind": "field",
2766
- "name": "_presentation",
2727
+ "name": "sourceRef",
2767
2728
  "type": {
2768
- "text": "ComponentPresentation | null | undefined"
2729
+ "text": "string"
2769
2730
  },
2770
- "privacy": "private",
2771
- "default": "void 0",
2772
- "inheritedFrom": {
2773
- "name": "FoundationElement",
2774
- "module": "src/foundation-element/foundation-element.ts"
2775
- }
2731
+ "privacy": "private"
2776
2732
  },
2777
2733
  {
2778
2734
  "kind": "field",
2779
- "name": "$presentation",
2735
+ "name": "criteriaFromFilters",
2780
2736
  "type": {
2781
- "text": "ComponentPresentation | null"
2737
+ "text": "Map<string, string>"
2782
2738
  },
2783
- "privacy": "public",
2784
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2785
- "inheritedFrom": {
2786
- "name": "FoundationElement",
2787
- "module": "src/foundation-element/foundation-element.ts"
2788
- }
2739
+ "privacy": "private",
2740
+ "default": "new Map()"
2789
2741
  },
2790
2742
  {
2791
2743
  "kind": "field",
2792
- "name": "template",
2744
+ "name": "update",
2793
2745
  "type": {
2794
- "text": "ElementViewTemplate | void | null"
2746
+ "text": "BehaviorSubject<Map<string, string>>"
2795
2747
  },
2796
- "privacy": "public",
2797
- "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.",
2798
- "inheritedFrom": {
2799
- "name": "FoundationElement",
2800
- "module": "src/foundation-element/foundation-element.ts"
2801
- }
2748
+ "privacy": "private",
2749
+ "default": "new BehaviorSubject(new Map())"
2802
2750
  },
2803
2751
  {
2804
2752
  "kind": "method",
2805
- "name": "templateChanged",
2806
- "privacy": "protected",
2753
+ "name": "deepClone",
2807
2754
  "return": {
2808
2755
  "type": {
2809
- "text": "void"
2756
+ "text": "Node"
2810
2757
  }
2811
2758
  },
2812
2759
  "inheritedFrom": {
2813
- "name": "FoundationElement",
2814
- "module": "src/foundation-element/foundation-element.ts"
2760
+ "name": "LifecycleMixin",
2761
+ "module": "src/mixins/lifecycle/lifecycle.ts"
2815
2762
  }
2816
2763
  },
2817
2764
  {
2818
2765
  "kind": "field",
2819
- "name": "styles",
2766
+ "name": "gridTabulator",
2820
2767
  "type": {
2821
- "text": "ElementStyles | void | null"
2768
+ "text": "GridTabulator | null"
2822
2769
  },
2823
- "privacy": "public",
2824
- "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.",
2825
- "inheritedFrom": {
2826
- "name": "FoundationElement",
2827
- "module": "src/foundation-element/foundation-element.ts"
2828
- }
2770
+ "privacy": "private",
2771
+ "readonly": true
2829
2772
  },
2830
2773
  {
2831
2774
  "kind": "method",
2832
- "name": "stylesChanged",
2833
- "privacy": "protected",
2834
- "return": {
2835
- "type": {
2836
- "text": "void"
2837
- }
2838
- },
2839
- "inheritedFrom": {
2840
- "name": "FoundationElement",
2841
- "module": "src/foundation-element/foundation-element.ts"
2842
- }
2843
- },
2844
- {
2775
+ "name": "init",
2776
+ "description": "Initializes the datasource.",
2777
+ "privacy": "public"
2778
+ },
2779
+ {
2845
2780
  "kind": "method",
2846
- "name": "compose",
2847
- "privacy": "public",
2848
- "static": true,
2849
- "return": {
2850
- "type": {
2851
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2852
- }
2853
- },
2781
+ "name": "destroy",
2782
+ "description": "Destroys the datasource, resetting it to its initial state.",
2783
+ "privacy": "public"
2784
+ },
2785
+ {
2786
+ "kind": "method",
2787
+ "name": "restart",
2788
+ "description": "Restarts the datasource, uses `deinit` and `init` in sequence.",
2789
+ "privacy": "public"
2790
+ },
2791
+ {
2792
+ "kind": "method",
2793
+ "name": "refreshRows",
2794
+ "description": "Force the grid to redispatch the current rows"
2795
+ },
2796
+ {
2797
+ "kind": "method",
2798
+ "name": "handleErrors",
2854
2799
  "parameters": [
2855
2800
  {
2856
- "name": "this",
2801
+ "name": "errors",
2857
2802
  "type": {
2858
- "text": "K"
2803
+ "text": "string | any[]"
2859
2804
  }
2860
- },
2805
+ }
2806
+ ],
2807
+ "description": "Handles errors by emitting an error event"
2808
+ },
2809
+ {
2810
+ "kind": "method",
2811
+ "name": "getColumnDefs",
2812
+ "privacy": "private",
2813
+ "parameters": [
2861
2814
  {
2862
- "name": "elementDefinition",
2815
+ "name": "fieldsMetadata",
2863
2816
  "type": {
2864
- "text": "T"
2817
+ "text": "FieldMetadata[]"
2865
2818
  },
2866
- "description": "The definition of the element to create the registry\nfunction for."
2819
+ "description": "The field metadata to generate column definitions from"
2867
2820
  }
2868
2821
  ],
2869
- "description": "Defines an element registry function with a set of element definition defaults.",
2870
- "inheritedFrom": {
2871
- "name": "FoundationElement",
2872
- "module": "src/foundation-element/foundation-element.ts"
2822
+ "description": "Generate column definitions from the field metadata"
2823
+ },
2824
+ {
2825
+ "kind": "method",
2826
+ "name": "handleSnapshot",
2827
+ "privacy": "private",
2828
+ "parameters": [
2829
+ {
2830
+ "name": "result"
2831
+ }
2832
+ ]
2833
+ },
2834
+ {
2835
+ "kind": "method",
2836
+ "name": "datasourceOptions",
2837
+ "privacy": "private",
2838
+ "return": {
2839
+ "type": {
2840
+ "text": "DatasourceOptions"
2841
+ }
2873
2842
  }
2874
- }
2875
- ],
2876
- "superclass": {
2877
- "name": "FoundationElement",
2878
- "package": "@microsoft/fast-foundation"
2879
- }
2880
- },
2881
- {
2882
- "kind": "variable",
2883
- "name": "stringEditorStyles",
2884
- "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
2885
- "description": "Styles for the string editor"
2886
- },
2887
- {
2888
- "kind": "function",
2889
- "name": "getStringEditorTemplate",
2890
- "parameters": [
2843
+ },
2891
2844
  {
2892
- "name": "prefix",
2893
- "default": "'foundation'",
2894
- "description": "The design system prefix to use. Defaults to 'foundation'."
2895
- }
2896
- ],
2897
- "description": "Get a Design System prefixed text field template.",
2898
- "return": {
2899
- "type": {
2900
- "text": ""
2901
- }
2902
- }
2903
- },
2904
- {
2905
- "kind": "variable",
2906
- "name": "foundationStringEditor",
2907
- "description": "Definition for the string editor component"
2908
- }
2909
- ],
2910
- "exports": [
2911
- {
2912
- "kind": "js",
2913
- "name": "StringEditor",
2914
- "declaration": {
2915
- "name": "StringEditor",
2916
- "module": "src/cell-editors/string.editor.ts"
2917
- }
2918
- },
2919
- {
2920
- "kind": "js",
2921
- "name": "stringEditorStyles",
2922
- "declaration": {
2923
- "name": "stringEditorStyles",
2924
- "module": "src/cell-editors/string.editor.ts"
2925
- }
2926
- },
2927
- {
2928
- "kind": "js",
2929
- "name": "getStringEditorTemplate",
2930
- "declaration": {
2931
- "name": "getStringEditorTemplate",
2932
- "module": "src/cell-editors/string.editor.ts"
2933
- }
2934
- },
2935
- {
2936
- "kind": "js",
2937
- "name": "foundationStringEditor",
2938
- "declaration": {
2939
- "name": "foundationStringEditor",
2940
- "module": "src/cell-editors/string.editor.ts"
2941
- }
2942
- }
2943
- ]
2944
- },
2945
- {
2946
- "kind": "javascript-module",
2947
- "path": "src/cell-formatters/action.formatter.ts",
2948
- "declarations": [
2949
- {
2950
- "kind": "function",
2951
- "name": "actionFormatter",
2952
- "return": {
2953
- "type": {
2954
- "text": ""
2955
- }
2956
- },
2957
- "parameters": [
2845
+ "kind": "method",
2846
+ "name": "handleStreamResult",
2847
+ "privacy": "private",
2848
+ "parameters": [
2849
+ {
2850
+ "name": "result",
2851
+ "type": {
2852
+ "text": "FilteredDataServerResult | RequestServerResult"
2853
+ }
2854
+ }
2855
+ ]
2856
+ },
2958
2857
  {
2959
- "name": "cell",
2960
- "type": {
2961
- "text": "any"
2962
- },
2963
- "description": "The cell component provided by Tabulator"
2858
+ "kind": "method",
2859
+ "name": "applyRequestServerData",
2860
+ "privacy": "private",
2861
+ "parameters": [
2862
+ {
2863
+ "name": "requestServerResult",
2864
+ "type": {
2865
+ "text": "RequestServerResult"
2866
+ }
2867
+ }
2868
+ ]
2964
2869
  },
2965
2870
  {
2966
- "name": "formatterParams",
2967
- "default": "{}",
2968
- "type": {
2969
- "text": "ActionFormatterParams<T>"
2970
- },
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": [
2871
+ "kind": "method",
2872
+ "name": "applyDataserverData",
2873
+ "privacy": "private",
2874
+ "parameters": [
2875
+ {
2876
+ "name": "dataServerResult",
2877
+ "type": {
2878
+ "text": "FilteredDataServerResult"
2879
+ }
2880
+ }
2881
+ ]
2882
+ },
3002
2883
  {
3003
- "name": "cell",
3004
- "type": {
3005
- "text": "any"
3006
- },
3007
- "description": "The cell component provided by Tabulator"
2884
+ "kind": "method",
2885
+ "name": "applyTransaction",
2886
+ "privacy": "private"
3008
2887
  },
3009
2888
  {
3010
- "name": "formatterParams",
3011
- "default": "{}",
3012
- "type": {
3013
- "text": "ActionsMenuFormatterParams<T>"
3014
- },
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": [
3046
- {
3047
- "name": "cell",
3048
- "type": {
3049
- "text": "any"
3050
- },
3051
- "description": "The cell component provided by Tabulator"
2889
+ "kind": "method",
2890
+ "name": "mapTransaction",
2891
+ "privacy": "private",
2892
+ "parameters": [
2893
+ {
2894
+ "name": "transaction",
2895
+ "type": {
2896
+ "text": "RowDataTransaction"
2897
+ }
2898
+ }
2899
+ ]
3052
2900
  },
3053
2901
  {
3054
- "name": "formatterParams",
3055
- "default": "{}",
3056
- "type": {
3057
- "text": "BooleanFormatterParams<T>"
3058
- },
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": [
3096
- {
3097
- "name": "cell",
3098
- "type": {
3099
- "text": "any"
3100
- },
3101
- "description": "The cell component provided by Tabulator"
2902
+ "kind": "method",
2903
+ "name": "handleStreamInserts",
2904
+ "privacy": "private",
2905
+ "parameters": [
2906
+ {
2907
+ "name": "insertedRows",
2908
+ "type": {
2909
+ "text": "any[]"
2910
+ }
2911
+ }
2912
+ ]
3102
2913
  },
3103
2914
  {
3104
- "name": "formatterParams",
3105
- "default": "{}",
3106
- "type": {
3107
- "text": "EditableFormatterParams<T>"
3108
- },
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"
3136
- },
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"
3139
- }
3140
- ],
3141
- "exports": [
3142
- {
3143
- "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",
3241
- "declaration": {
3242
- "name": "textFormatter",
3243
- "module": "src/cell-formatters/index.ts"
3244
- }
3245
- },
3246
- {
3247
- "kind": "js",
3248
- "name": "formatters",
3249
- "declaration": {
3250
- "name": "formatters",
3251
- "module": "src/cell-formatters/index.ts"
3252
- }
3253
- }
3254
- ]
3255
- },
3256
- {
3257
- "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"
2915
+ "kind": "method",
2916
+ "name": "handleStreamDeletes",
2917
+ "privacy": "private",
2918
+ "parameters": [
2919
+ {
2920
+ "name": "deletedRows",
2921
+ "type": {
2922
+ "text": "any[]"
2923
+ }
2924
+ }
2925
+ ]
3275
2926
  },
3276
2927
  {
3277
- "name": "formatterParams",
3278
- "type": {
3279
- "text": "SelectFormatterParams<T>"
3280
- },
3281
- "description": "Select formatter parameters"
3282
- }
3283
- ],
3284
- "description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
3285
- "privacy": "public"
3286
- }
3287
- ],
3288
- "exports": [
3289
- {
3290
- "kind": "js",
3291
- "name": "selectFormatter",
3292
- "declaration": {
3293
- "name": "selectFormatter",
3294
- "module": "src/cell-formatters/select.formatter.ts"
3295
- }
3296
- }
3297
- ]
3298
- },
3299
- {
3300
- "kind": "javascript-module",
3301
- "path": "src/cell-formatters/text.formatter.ts",
3302
- "declarations": [
3303
- {
3304
- "kind": "function",
3305
- "name": "textFormatter",
3306
- "return": {
3307
- "type": {
3308
- "text": ""
3309
- }
3310
- },
3311
- "parameters": [
3312
- {
3313
- "name": "cell",
3314
- "type": {
3315
- "text": "any"
3316
- },
3317
- "description": "The cell component provided by Tabulator"
2928
+ "kind": "method",
2929
+ "name": "handleStreamUpdates",
2930
+ "privacy": "private",
2931
+ "parameters": [
2932
+ {
2933
+ "name": "updatedRows",
2934
+ "type": {
2935
+ "text": "any[]"
2936
+ }
2937
+ }
2938
+ ]
3318
2939
  },
3319
2940
  {
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/column/column.ts",
3346
- "declarations": [
3347
- {
3348
- "kind": "class",
3349
- "description": "The GridTabulator Column element.",
3350
- "name": "GridTabulatorColumn",
3351
- "members": [
2941
+ "kind": "method",
2942
+ "name": "handleSizeChanged",
2943
+ "privacy": "private",
2944
+ "parameters": [
2945
+ {
2946
+ "name": "oldSize",
2947
+ "type": {
2948
+ "text": "number"
2949
+ }
2950
+ },
2951
+ {
2952
+ "name": "newSize",
2953
+ "type": {
2954
+ "text": "number"
2955
+ }
2956
+ }
2957
+ ],
2958
+ "description": "Emit event when the number of rows changes"
2959
+ },
3352
2960
  {
3353
- "kind": "field",
3354
- "name": "slottedCell",
3355
- "type": {
3356
- "text": "HTMLElement[]"
3357
- },
3358
- "privacy": "public"
2961
+ "kind": "method",
2962
+ "name": "buildCriteria",
2963
+ "privacy": "private",
2964
+ "return": {
2965
+ "type": {
2966
+ "text": "string"
2967
+ }
2968
+ }
3359
2969
  },
3360
2970
  {
3361
- "kind": "field",
3362
- "name": "definition",
3363
- "type": {
3364
- "text": "Partial<ColumnDefinition>"
3365
- },
3366
- "default": "{}"
2971
+ "kind": "method",
2972
+ "name": "setFilter",
2973
+ "privacy": "public",
2974
+ "parameters": [
2975
+ {
2976
+ "name": "fieldName",
2977
+ "type": {
2978
+ "text": "string"
2979
+ }
2980
+ },
2981
+ {
2982
+ "name": "newFilter",
2983
+ "type": {
2984
+ "text": "string"
2985
+ }
2986
+ }
2987
+ ]
3367
2988
  },
3368
2989
  {
3369
2990
  "kind": "method",
3370
- "name": "slottedCellChanged",
3371
- "privacy": "public"
2991
+ "name": "removeFilter",
2992
+ "privacy": "public",
2993
+ "parameters": [
2994
+ {
2995
+ "name": "fieldName",
2996
+ "type": {
2997
+ "text": "string"
2998
+ }
2999
+ }
3000
+ ]
3372
3001
  },
3373
3002
  {
3374
3003
  "kind": "method",
3375
- "name": "deepClone",
3376
- "return": {
3377
- "type": {
3378
- "text": "Node"
3004
+ "name": "datasourceStatusChanged",
3005
+ "parameters": [
3006
+ {
3007
+ "name": "prev",
3008
+ "type": {
3009
+ "text": "DatasourceStatus"
3010
+ }
3011
+ },
3012
+ {
3013
+ "name": "next",
3014
+ "type": {
3015
+ "text": "DatasourceStatus"
3016
+ }
3379
3017
  }
3380
- },
3381
- "inheritedFrom": {
3382
- "name": "LifecycleMixin",
3383
- "module": "src/mixins/lifecycle/lifecycle.ts"
3384
- }
3018
+ ]
3385
3019
  },
3386
3020
  {
3387
3021
  "kind": "method",
@@ -3566,697 +3200,1048 @@
3566
3200
  }
3567
3201
  }
3568
3202
  ],
3569
- "mixins": [
3570
- {
3571
- "name": "LifecycleMixin",
3572
- "package": "@genesislcap/foundation-utils"
3573
- }
3574
- ],
3575
- "superclass": {
3576
- "name": "FoundationElement",
3577
- "package": "@microsoft/fast-foundation"
3578
- },
3579
- "tagName": "grid-tabulator-column",
3580
- "customElement": true
3581
- }
3582
- ],
3583
- "exports": [
3584
- {
3585
- "kind": "js",
3586
- "name": "GridTabulatorColumn",
3587
- "declaration": {
3588
- "name": "GridTabulatorColumn",
3589
- "module": "src/column/column.ts"
3590
- }
3591
- },
3592
- {
3593
- "kind": "custom-element-definition",
3594
- "name": "grid-tabulator-column",
3595
- "declaration": {
3596
- "name": "GridTabulatorColumn",
3597
- "module": "src/column/column.ts"
3598
- }
3599
- }
3600
- ]
3601
- },
3602
- {
3603
- "kind": "javascript-module",
3604
- "path": "src/column/index.ts",
3605
- "declarations": [],
3606
- "exports": [
3607
- {
3608
- "kind": "js",
3609
- "name": "*",
3610
- "declaration": {
3611
- "name": "*",
3612
- "package": "./column"
3613
- }
3614
- }
3615
- ]
3616
- },
3617
- {
3618
- "kind": "javascript-module",
3619
- "path": "src/datasource/client-side.datasource.ts",
3620
- "declarations": [
3621
- {
3622
- "kind": "variable",
3623
- "name": "criteriaDelimiter",
3624
- "type": {
3625
- "text": "string"
3626
- },
3627
- "default": "';'",
3628
- "description": "Delimiter for criteria in the datasource"
3629
- },
3630
- {
3631
- "kind": "variable",
3632
- "name": "criteriaJoin",
3633
- "type": {
3634
- "text": "string"
3635
- },
3636
- "default": "' && '",
3637
- "description": "Join operator for criteria in the datasource"
3638
- },
3639
- {
3640
- "kind": "class",
3641
- "description": "The Genesis Datasource element, for client-side data fetching and used exclusively by the GridTabulator element.",
3642
- "name": "GridTabulatorClientSideDatasource",
3643
- "members": [
3644
- {
3645
- "kind": "field",
3646
- "name": "auth",
3647
- "type": {
3648
- "text": "Auth"
3649
- }
3650
- },
3651
- {
3652
- "kind": "field",
3653
- "name": "connect",
3654
- "type": {
3655
- "text": "Connect"
3656
- }
3657
- },
3658
- {
3659
- "kind": "field",
3660
- "name": "datasource",
3661
- "type": {
3662
- "text": "Datasource"
3663
- }
3664
- },
3665
- {
3666
- "kind": "field",
3667
- "name": "deferredGridOptions",
3668
- "type": {
3669
- "text": "Options"
3670
- }
3671
- },
3672
- {
3673
- "kind": "field",
3674
- "name": "deferredColumnStates",
3675
- "type": {
3676
- "text": "any[]"
3677
- },
3678
- "default": "[]",
3679
- "description": "Allows storing column layouts between datasource initializations"
3680
- },
3681
- {
3682
- "kind": "field",
3683
- "name": "criteria",
3684
- "type": {
3685
- "text": "string"
3686
- }
3687
- },
3688
- {
3689
- "kind": "method",
3690
- "name": "criteriaChanged",
3691
- "parameters": [
3692
- {
3693
- "name": "oldCriteria",
3694
- "type": {
3695
- "text": "string"
3696
- }
3697
- },
3698
- {
3699
- "name": "newCriteria",
3700
- "type": {
3701
- "text": "string"
3702
- }
3703
- }
3704
- ]
3705
- },
3706
- {
3707
- "kind": "field",
3708
- "name": "fields",
3709
- "type": {
3710
- "text": "string"
3711
- }
3712
- },
3713
- {
3714
- "kind": "field",
3715
- "name": "isSnapshot",
3716
- "type": {
3717
- "text": "boolean"
3718
- },
3719
- "default": "false"
3720
- },
3721
- {
3722
- "kind": "field",
3723
- "name": "maxRows",
3724
- "type": {
3725
- "text": "number"
3726
- }
3727
- },
3728
- {
3729
- "kind": "field",
3730
- "name": "maxView",
3731
- "type": {
3732
- "text": "number"
3733
- }
3734
- },
3735
- {
3736
- "kind": "field",
3737
- "name": "pollingInterval",
3738
- "type": {
3739
- "text": "number"
3740
- }
3741
- },
3742
- {
3743
- "kind": "field",
3744
- "name": "movingView",
3745
- "type": {
3746
- "text": "boolean"
3747
- },
3748
- "default": "false"
3749
- },
3750
- {
3751
- "kind": "field",
3752
- "name": "orderBy",
3753
- "type": {
3754
- "text": "string"
3755
- }
3756
- },
3757
- {
3758
- "kind": "field",
3759
- "name": "request",
3760
- "type": {
3761
- "text": "any"
3762
- }
3763
- },
3203
+ "events": [
3764
3204
  {
3765
- "kind": "field",
3766
- "name": "resourceName",
3767
- "type": {
3768
- "text": "string"
3769
- }
3205
+ "description": "Fired when a datasource error occurs",
3206
+ "name": "gridTabulator:error"
3770
3207
  },
3771
- {
3772
- "kind": "method",
3773
- "name": "resourceNameChanged",
3774
- "parameters": [
3775
- {
3776
- "name": "oldValue",
3777
- "type": {
3778
- "text": "string"
3779
- }
3780
- },
3781
- {
3782
- "name": "newValue",
3783
- "type": {
3784
- "text": "string"
3785
- }
3786
- }
3787
- ]
3208
+ {
3209
+ "description": "Fired when tabulator data is initialized",
3210
+ "name": "dataInit"
3788
3211
  },
3789
3212
  {
3790
- "kind": "field",
3791
- "name": "reverse",
3213
+ "description": "Fired when layout size changes",
3214
+ "name": "sizeChanged"
3215
+ }
3216
+ ],
3217
+ "attributes": [
3218
+ {
3219
+ "name": "criteria",
3792
3220
  "type": {
3793
- "text": "boolean"
3221
+ "text": "string"
3794
3222
  },
3795
- "default": "false"
3223
+ "fieldName": "criteria"
3796
3224
  },
3797
3225
  {
3798
- "kind": "field",
3799
- "name": "rowIdAttr",
3800
- "description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type."
3226
+ "name": "fields",
3227
+ "type": {
3228
+ "text": "string"
3229
+ },
3230
+ "fieldName": "fields"
3801
3231
  },
3802
3232
  {
3803
- "kind": "field",
3804
- "name": "restartOnReconnection",
3233
+ "name": "is-snapshot",
3805
3234
  "type": {
3806
3235
  "text": "boolean"
3807
3236
  },
3808
- "default": "true"
3237
+ "default": "false",
3238
+ "fieldName": "isSnapshot"
3809
3239
  },
3810
3240
  {
3811
- "kind": "field",
3812
- "name": "keepColDefsOnClearRowData",
3241
+ "name": "max-rows",
3813
3242
  "type": {
3814
- "text": "boolean"
3243
+ "text": "number"
3815
3244
  },
3816
- "default": "false",
3817
- "description": "Whether to keep column definitions when clearing row data"
3245
+ "fieldName": "maxRows"
3818
3246
  },
3819
3247
  {
3820
- "kind": "field",
3821
- "name": "rowDataMapper",
3248
+ "name": "max-view",
3822
3249
  "type": {
3823
- "text": "Function"
3250
+ "text": "number"
3824
3251
  },
3825
- "description": "Allows grid data updates to be processed via and external function before applying in grid"
3252
+ "fieldName": "maxView"
3826
3253
  },
3827
3254
  {
3828
- "kind": "field",
3829
- "name": "dataSub",
3255
+ "name": "polling-interval",
3830
3256
  "type": {
3831
- "text": "Subscription"
3257
+ "text": "number"
3832
3258
  },
3833
- "privacy": "private"
3259
+ "fieldName": "pollingInterval"
3834
3260
  },
3835
3261
  {
3836
- "kind": "field",
3837
- "name": "updateSub",
3262
+ "name": "moving-view",
3838
3263
  "type": {
3839
- "text": "Subscription"
3264
+ "text": "boolean"
3840
3265
  },
3841
- "privacy": "private"
3266
+ "default": "false",
3267
+ "fieldName": "movingView"
3842
3268
  },
3843
3269
  {
3844
- "kind": "field",
3845
- "name": "connectionSub",
3270
+ "name": "order-by",
3846
3271
  "type": {
3847
- "text": "Subscription"
3272
+ "text": "string"
3848
3273
  },
3849
- "privacy": "private"
3274
+ "fieldName": "orderBy"
3275
+ },
3276
+ {
3277
+ "name": "resource-name",
3278
+ "type": {
3279
+ "text": "string"
3280
+ },
3281
+ "fieldName": "resourceName"
3850
3282
  },
3851
3283
  {
3852
- "kind": "field",
3853
- "name": "isRequestServer",
3854
3284
  "type": {
3855
3285
  "text": "boolean"
3856
3286
  },
3857
- "privacy": "private",
3858
- "default": "false"
3287
+ "default": "false",
3288
+ "fieldName": "reverse"
3859
3289
  },
3860
3290
  {
3861
- "kind": "field",
3862
- "name": "requiresFullRowDataAndColDefs",
3291
+ "name": "row-id",
3292
+ "description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
3293
+ "fieldName": "rowIdAttr"
3294
+ },
3295
+ {
3296
+ "name": "restart-on-reconnection",
3863
3297
  "type": {
3864
3298
  "text": "boolean"
3865
3299
  },
3866
- "privacy": "private",
3867
- "default": "true"
3300
+ "default": "true",
3301
+ "fieldName": "restartOnReconnection"
3868
3302
  },
3869
3303
  {
3870
- "kind": "field",
3871
- "name": "dataSubWasLoggedOff",
3304
+ "name": "keep-col-defs-on-clear-row-data",
3872
3305
  "type": {
3873
3306
  "text": "boolean"
3874
3307
  },
3875
- "privacy": "private",
3876
- "default": "false"
3308
+ "default": "false",
3309
+ "description": "Whether to keep column definitions when clearing row data",
3310
+ "fieldName": "keepColDefsOnClearRowData"
3311
+ }
3312
+ ],
3313
+ "mixins": [
3314
+ {
3315
+ "name": "LifecycleMixin",
3316
+ "package": "@genesislcap/foundation-utils"
3877
3317
  },
3318
+ {
3319
+ "name": "DatasourceEventHandler",
3320
+ "package": "@genesislcap/foundation-comms"
3321
+ }
3322
+ ],
3323
+ "superclass": {
3324
+ "name": "FoundationElement",
3325
+ "package": "@microsoft/fast-foundation"
3326
+ },
3327
+ "tagName": "grid-tabulator-client-side-datasource",
3328
+ "customElement": true
3329
+ }
3330
+ ],
3331
+ "exports": [
3332
+ {
3333
+ "kind": "js",
3334
+ "name": "criteriaDelimiter",
3335
+ "declaration": {
3336
+ "name": "criteriaDelimiter",
3337
+ "module": "src/datasource/client-side.datasource.ts"
3338
+ }
3339
+ },
3340
+ {
3341
+ "kind": "js",
3342
+ "name": "criteriaJoin",
3343
+ "declaration": {
3344
+ "name": "criteriaJoin",
3345
+ "module": "src/datasource/client-side.datasource.ts"
3346
+ }
3347
+ },
3348
+ {
3349
+ "kind": "js",
3350
+ "name": "GridTabulatorClientSideDatasource",
3351
+ "declaration": {
3352
+ "name": "GridTabulatorClientSideDatasource",
3353
+ "module": "src/datasource/client-side.datasource.ts"
3354
+ }
3355
+ },
3356
+ {
3357
+ "kind": "custom-element-definition",
3358
+ "name": "grid-tabulator-client-side-datasource",
3359
+ "declaration": {
3360
+ "name": "GridTabulatorClientSideDatasource",
3361
+ "module": "src/datasource/client-side.datasource.ts"
3362
+ }
3363
+ }
3364
+ ]
3365
+ },
3366
+ {
3367
+ "kind": "javascript-module",
3368
+ "path": "src/datasource/index.ts",
3369
+ "declarations": [],
3370
+ "exports": [
3371
+ {
3372
+ "kind": "js",
3373
+ "name": "*",
3374
+ "declaration": {
3375
+ "name": "*",
3376
+ "package": "./client-side.datasource"
3377
+ }
3378
+ }
3379
+ ]
3380
+ },
3381
+ {
3382
+ "kind": "javascript-module",
3383
+ "path": "src/cell-editors/date.editor.ts",
3384
+ "declarations": [
3385
+ {
3386
+ "kind": "class",
3387
+ "description": "The date editor class for grid-tabulator",
3388
+ "name": "DateEditor",
3389
+ "members": [
3878
3390
  {
3879
3391
  "kind": "field",
3880
- "name": "rows",
3392
+ "name": "params",
3881
3393
  "type": {
3882
- "text": "Map<string, any>"
3883
- },
3884
- "privacy": "private",
3885
- "default": "new Map()"
3394
+ "text": "DateEditorParams"
3395
+ }
3886
3396
  },
3887
3397
  {
3888
3398
  "kind": "field",
3889
- "name": "gridTransaction",
3399
+ "name": "dateField",
3890
3400
  "type": {
3891
- "text": "RowDataTransaction"
3892
- },
3893
- "privacy": "private"
3401
+ "text": "any"
3402
+ }
3403
+ },
3404
+ {
3405
+ "kind": "method",
3406
+ "name": "init",
3407
+ "parameters": [
3408
+ {
3409
+ "name": "params",
3410
+ "type": {
3411
+ "text": "DateEditorParams"
3412
+ }
3413
+ }
3414
+ ],
3415
+ "description": "Initialize the editor with parameters"
3416
+ },
3417
+ {
3418
+ "kind": "method",
3419
+ "name": "getValue",
3420
+ "description": "Get current value"
3421
+ },
3422
+ {
3423
+ "kind": "method",
3424
+ "name": "getFormattedValue",
3425
+ "description": "Format value for display"
3426
+ },
3427
+ {
3428
+ "kind": "method",
3429
+ "name": "focus",
3430
+ "description": "Set focus to the input"
3431
+ },
3432
+ {
3433
+ "kind": "method",
3434
+ "name": "handleKeyDown",
3435
+ "parameters": [
3436
+ {
3437
+ "name": "event",
3438
+ "type": {
3439
+ "text": "KeyboardEvent"
3440
+ }
3441
+ }
3442
+ ],
3443
+ "description": "Process key down events"
3894
3444
  },
3895
3445
  {
3896
3446
  "kind": "field",
3897
- "name": "sourceRef",
3447
+ "name": "_presentation",
3898
3448
  "type": {
3899
- "text": "string"
3449
+ "text": "ComponentPresentation | null | undefined"
3900
3450
  },
3901
- "privacy": "private"
3451
+ "privacy": "private",
3452
+ "default": "void 0",
3453
+ "inheritedFrom": {
3454
+ "name": "FoundationElement",
3455
+ "module": "src/foundation-element/foundation-element.ts"
3456
+ }
3902
3457
  },
3903
3458
  {
3904
3459
  "kind": "field",
3905
- "name": "criteriaFromFilters",
3460
+ "name": "$presentation",
3906
3461
  "type": {
3907
- "text": "Map<string, string>"
3462
+ "text": "ComponentPresentation | null"
3908
3463
  },
3909
- "privacy": "private",
3910
- "default": "new Map()"
3464
+ "privacy": "public",
3465
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3466
+ "inheritedFrom": {
3467
+ "name": "FoundationElement",
3468
+ "module": "src/foundation-element/foundation-element.ts"
3469
+ }
3911
3470
  },
3912
3471
  {
3913
3472
  "kind": "field",
3914
- "name": "update",
3473
+ "name": "template",
3915
3474
  "type": {
3916
- "text": "BehaviorSubject<Map<string, string>>"
3475
+ "text": "ElementViewTemplate | void | null"
3917
3476
  },
3918
- "privacy": "private",
3919
- "default": "new BehaviorSubject(new Map())"
3477
+ "privacy": "public",
3478
+ "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.",
3479
+ "inheritedFrom": {
3480
+ "name": "FoundationElement",
3481
+ "module": "src/foundation-element/foundation-element.ts"
3482
+ }
3920
3483
  },
3921
3484
  {
3922
3485
  "kind": "method",
3923
- "name": "deepClone",
3486
+ "name": "templateChanged",
3487
+ "privacy": "protected",
3924
3488
  "return": {
3925
3489
  "type": {
3926
- "text": "Node"
3490
+ "text": "void"
3927
3491
  }
3928
3492
  },
3929
3493
  "inheritedFrom": {
3930
- "name": "LifecycleMixin",
3931
- "module": "src/mixins/lifecycle/lifecycle.ts"
3494
+ "name": "FoundationElement",
3495
+ "module": "src/foundation-element/foundation-element.ts"
3932
3496
  }
3933
3497
  },
3934
3498
  {
3935
3499
  "kind": "field",
3936
- "name": "gridTabulator",
3500
+ "name": "styles",
3937
3501
  "type": {
3938
- "text": "GridTabulator | null"
3502
+ "text": "ElementStyles | void | null"
3939
3503
  },
3940
- "privacy": "private",
3941
- "readonly": true
3942
- },
3943
- {
3944
- "kind": "method",
3945
- "name": "init",
3946
- "description": "Initializes the datasource.",
3947
- "privacy": "public"
3948
- },
3949
- {
3950
- "kind": "method",
3951
- "name": "destroy",
3952
- "description": "Destroys the datasource, resetting it to its initial state.",
3953
- "privacy": "public"
3954
- },
3955
- {
3956
- "kind": "method",
3957
- "name": "restart",
3958
- "description": "Restarts the datasource, uses `deinit` and `init` in sequence.",
3959
- "privacy": "public"
3504
+ "privacy": "public",
3505
+ "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.",
3506
+ "inheritedFrom": {
3507
+ "name": "FoundationElement",
3508
+ "module": "src/foundation-element/foundation-element.ts"
3509
+ }
3960
3510
  },
3961
3511
  {
3962
3512
  "kind": "method",
3963
- "name": "refreshRows",
3964
- "description": "Force the grid to redispatch the current rows"
3513
+ "name": "stylesChanged",
3514
+ "privacy": "protected",
3515
+ "return": {
3516
+ "type": {
3517
+ "text": "void"
3518
+ }
3519
+ },
3520
+ "inheritedFrom": {
3521
+ "name": "FoundationElement",
3522
+ "module": "src/foundation-element/foundation-element.ts"
3523
+ }
3965
3524
  },
3966
3525
  {
3967
3526
  "kind": "method",
3968
- "name": "handleErrors",
3527
+ "name": "compose",
3528
+ "privacy": "public",
3529
+ "static": true,
3530
+ "return": {
3531
+ "type": {
3532
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3533
+ }
3534
+ },
3969
3535
  "parameters": [
3970
3536
  {
3971
- "name": "errors",
3537
+ "name": "this",
3972
3538
  "type": {
3973
- "text": "string | any[]"
3539
+ "text": "K"
3974
3540
  }
3541
+ },
3542
+ {
3543
+ "name": "elementDefinition",
3544
+ "type": {
3545
+ "text": "T"
3546
+ },
3547
+ "description": "The definition of the element to create the registry\nfunction for."
3975
3548
  }
3976
3549
  ],
3977
- "description": "Handles errors by emitting an error event"
3550
+ "description": "Defines an element registry function with a set of element definition defaults.",
3551
+ "inheritedFrom": {
3552
+ "name": "FoundationElement",
3553
+ "module": "src/foundation-element/foundation-element.ts"
3554
+ }
3555
+ }
3556
+ ],
3557
+ "superclass": {
3558
+ "name": "FoundationElement",
3559
+ "package": "@microsoft/fast-foundation"
3560
+ }
3561
+ },
3562
+ {
3563
+ "kind": "variable",
3564
+ "name": "dateEditorStyles",
3565
+ "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
3566
+ "description": "Styles for the date editor"
3567
+ },
3568
+ {
3569
+ "kind": "function",
3570
+ "name": "getDateEditorTemplate",
3571
+ "parameters": [
3572
+ {
3573
+ "name": "prefix",
3574
+ "default": "'foundation'",
3575
+ "description": "The design system prefix to use. Defaults to 'foundation'."
3576
+ }
3577
+ ],
3578
+ "description": "Get a Design System prefixed date field template.",
3579
+ "return": {
3580
+ "type": {
3581
+ "text": ""
3582
+ }
3583
+ },
3584
+ "privacy": "public"
3585
+ },
3586
+ {
3587
+ "kind": "variable",
3588
+ "name": "foundationDateEditor",
3589
+ "description": "Definition for the date editor component"
3590
+ }
3591
+ ],
3592
+ "exports": [
3593
+ {
3594
+ "kind": "js",
3595
+ "name": "DateEditor",
3596
+ "declaration": {
3597
+ "name": "DateEditor",
3598
+ "module": "src/cell-editors/date.editor.ts"
3599
+ }
3600
+ },
3601
+ {
3602
+ "kind": "js",
3603
+ "name": "dateEditorStyles",
3604
+ "declaration": {
3605
+ "name": "dateEditorStyles",
3606
+ "module": "src/cell-editors/date.editor.ts"
3607
+ }
3608
+ },
3609
+ {
3610
+ "kind": "js",
3611
+ "name": "getDateEditorTemplate",
3612
+ "declaration": {
3613
+ "name": "getDateEditorTemplate",
3614
+ "module": "src/cell-editors/date.editor.ts"
3615
+ }
3616
+ },
3617
+ {
3618
+ "kind": "js",
3619
+ "name": "foundationDateEditor",
3620
+ "declaration": {
3621
+ "name": "foundationDateEditor",
3622
+ "module": "src/cell-editors/date.editor.ts"
3623
+ }
3624
+ }
3625
+ ]
3626
+ },
3627
+ {
3628
+ "kind": "javascript-module",
3629
+ "path": "src/cell-editors/index.ts",
3630
+ "declarations": [],
3631
+ "exports": [
3632
+ {
3633
+ "kind": "js",
3634
+ "name": "*",
3635
+ "declaration": {
3636
+ "name": "*",
3637
+ "package": "./date.editor"
3638
+ }
3639
+ },
3640
+ {
3641
+ "kind": "js",
3642
+ "name": "*",
3643
+ "declaration": {
3644
+ "name": "*",
3645
+ "package": "./number.editor"
3646
+ }
3647
+ },
3648
+ {
3649
+ "kind": "js",
3650
+ "name": "*",
3651
+ "declaration": {
3652
+ "name": "*",
3653
+ "package": "./select.editor"
3654
+ }
3655
+ },
3656
+ {
3657
+ "kind": "js",
3658
+ "name": "*",
3659
+ "declaration": {
3660
+ "name": "*",
3661
+ "package": "./string.editor"
3662
+ }
3663
+ },
3664
+ {
3665
+ "kind": "js",
3666
+ "name": "*",
3667
+ "declaration": {
3668
+ "name": "*",
3669
+ "package": "./multiselect.editor"
3670
+ }
3671
+ }
3672
+ ]
3673
+ },
3674
+ {
3675
+ "kind": "javascript-module",
3676
+ "path": "src/cell-editors/multiselect.editor.ts",
3677
+ "declarations": [
3678
+ {
3679
+ "kind": "class",
3680
+ "description": "The multiselect editor class for grid-tabulator",
3681
+ "name": "MultiselectEditor",
3682
+ "members": [
3683
+ {
3684
+ "kind": "field",
3685
+ "name": "params",
3686
+ "type": {
3687
+ "text": "MultiselectEditorParams"
3688
+ }
3689
+ },
3690
+ {
3691
+ "kind": "field",
3692
+ "name": "select",
3693
+ "type": {
3694
+ "text": "any"
3695
+ }
3978
3696
  },
3979
3697
  {
3980
3698
  "kind": "method",
3981
- "name": "getColumnDefs",
3982
- "privacy": "private",
3699
+ "name": "init",
3983
3700
  "parameters": [
3984
3701
  {
3985
- "name": "fieldsMetadata",
3702
+ "name": "params",
3986
3703
  "type": {
3987
- "text": "FieldMetadata[]"
3988
- },
3989
- "description": "The field metadata to generate column definitions from"
3704
+ "text": "MultiselectEditorParams"
3705
+ }
3990
3706
  }
3991
3707
  ],
3992
- "description": "Generate column definitions from the field metadata"
3708
+ "description": "Initialize the editor with parameters"
3993
3709
  },
3994
3710
  {
3995
3711
  "kind": "method",
3996
- "name": "handleSnapshot",
3997
- "privacy": "private",
3998
- "parameters": [
3999
- {
4000
- "name": "result"
3712
+ "name": "getValues",
3713
+ "return": {
3714
+ "type": {
3715
+ "text": "(string | number)[]"
4001
3716
  }
4002
- ]
3717
+ },
3718
+ "description": "Get current values"
4003
3719
  },
4004
3720
  {
4005
3721
  "kind": "method",
4006
- "name": "datasourceOptions",
4007
- "privacy": "private",
4008
- "return": {
4009
- "type": {
4010
- "text": "DatasourceOptions"
4011
- }
4012
- }
3722
+ "name": "focus",
3723
+ "description": "Set focus to the select"
4013
3724
  },
4014
3725
  {
4015
3726
  "kind": "method",
4016
- "name": "handleStreamResult",
4017
- "privacy": "private",
3727
+ "name": "isSelected",
3728
+ "return": {
3729
+ "type": {
3730
+ "text": "boolean"
3731
+ }
3732
+ },
4018
3733
  "parameters": [
4019
3734
  {
4020
- "name": "result",
3735
+ "name": "value",
4021
3736
  "type": {
4022
- "text": "FilteredDataServerResult | RequestServerResult"
3737
+ "text": "string | number"
4023
3738
  }
4024
3739
  }
4025
- ]
3740
+ ],
3741
+ "description": "Check if a value is selected"
4026
3742
  },
4027
3743
  {
4028
3744
  "kind": "method",
4029
- "name": "applyRequestServerData",
4030
- "privacy": "private",
3745
+ "name": "handleKeyDown",
4031
3746
  "parameters": [
4032
3747
  {
4033
- "name": "requestServerResult",
3748
+ "name": "event",
4034
3749
  "type": {
4035
- "text": "RequestServerResult"
3750
+ "text": "KeyboardEvent"
4036
3751
  }
4037
3752
  }
4038
- ]
3753
+ ],
3754
+ "description": "Process key down events"
4039
3755
  },
4040
3756
  {
4041
3757
  "kind": "method",
4042
- "name": "applyDataserverData",
3758
+ "name": "handleChange",
3759
+ "description": "Handle change event to save when selection changes"
3760
+ },
3761
+ {
3762
+ "kind": "field",
3763
+ "name": "_presentation",
3764
+ "type": {
3765
+ "text": "ComponentPresentation | null | undefined"
3766
+ },
4043
3767
  "privacy": "private",
4044
- "parameters": [
4045
- {
4046
- "name": "dataServerResult",
4047
- "type": {
4048
- "text": "FilteredDataServerResult"
4049
- }
4050
- }
4051
- ]
3768
+ "default": "void 0",
3769
+ "inheritedFrom": {
3770
+ "name": "FoundationElement",
3771
+ "module": "src/foundation-element/foundation-element.ts"
3772
+ }
4052
3773
  },
4053
3774
  {
4054
- "kind": "method",
4055
- "name": "applyTransaction",
4056
- "privacy": "private"
3775
+ "kind": "field",
3776
+ "name": "$presentation",
3777
+ "type": {
3778
+ "text": "ComponentPresentation | null"
3779
+ },
3780
+ "privacy": "public",
3781
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3782
+ "inheritedFrom": {
3783
+ "name": "FoundationElement",
3784
+ "module": "src/foundation-element/foundation-element.ts"
3785
+ }
3786
+ },
3787
+ {
3788
+ "kind": "field",
3789
+ "name": "template",
3790
+ "type": {
3791
+ "text": "ElementViewTemplate | void | null"
3792
+ },
3793
+ "privacy": "public",
3794
+ "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.",
3795
+ "inheritedFrom": {
3796
+ "name": "FoundationElement",
3797
+ "module": "src/foundation-element/foundation-element.ts"
3798
+ }
4057
3799
  },
4058
3800
  {
4059
3801
  "kind": "method",
4060
- "name": "mapTransaction",
4061
- "privacy": "private",
4062
- "parameters": [
4063
- {
4064
- "name": "transaction",
4065
- "type": {
4066
- "text": "RowDataTransaction"
4067
- }
3802
+ "name": "templateChanged",
3803
+ "privacy": "protected",
3804
+ "return": {
3805
+ "type": {
3806
+ "text": "void"
4068
3807
  }
4069
- ]
3808
+ },
3809
+ "inheritedFrom": {
3810
+ "name": "FoundationElement",
3811
+ "module": "src/foundation-element/foundation-element.ts"
3812
+ }
3813
+ },
3814
+ {
3815
+ "kind": "field",
3816
+ "name": "styles",
3817
+ "type": {
3818
+ "text": "ElementStyles | void | null"
3819
+ },
3820
+ "privacy": "public",
3821
+ "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.",
3822
+ "inheritedFrom": {
3823
+ "name": "FoundationElement",
3824
+ "module": "src/foundation-element/foundation-element.ts"
3825
+ }
4070
3826
  },
4071
3827
  {
4072
3828
  "kind": "method",
4073
- "name": "handleStreamInserts",
4074
- "privacy": "private",
4075
- "parameters": [
4076
- {
4077
- "name": "insertedRows",
4078
- "type": {
4079
- "text": "any[]"
4080
- }
3829
+ "name": "stylesChanged",
3830
+ "privacy": "protected",
3831
+ "return": {
3832
+ "type": {
3833
+ "text": "void"
4081
3834
  }
4082
- ]
3835
+ },
3836
+ "inheritedFrom": {
3837
+ "name": "FoundationElement",
3838
+ "module": "src/foundation-element/foundation-element.ts"
3839
+ }
4083
3840
  },
4084
3841
  {
4085
3842
  "kind": "method",
4086
- "name": "handleStreamDeletes",
4087
- "privacy": "private",
3843
+ "name": "compose",
3844
+ "privacy": "public",
3845
+ "static": true,
3846
+ "return": {
3847
+ "type": {
3848
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3849
+ }
3850
+ },
4088
3851
  "parameters": [
4089
3852
  {
4090
- "name": "deletedRows",
3853
+ "name": "this",
4091
3854
  "type": {
4092
- "text": "any[]"
3855
+ "text": "K"
4093
3856
  }
3857
+ },
3858
+ {
3859
+ "name": "elementDefinition",
3860
+ "type": {
3861
+ "text": "T"
3862
+ },
3863
+ "description": "The definition of the element to create the registry\nfunction for."
4094
3864
  }
4095
- ]
3865
+ ],
3866
+ "description": "Defines an element registry function with a set of element definition defaults.",
3867
+ "inheritedFrom": {
3868
+ "name": "FoundationElement",
3869
+ "module": "src/foundation-element/foundation-element.ts"
3870
+ }
3871
+ }
3872
+ ],
3873
+ "superclass": {
3874
+ "name": "FoundationElement",
3875
+ "package": "@microsoft/fast-foundation"
3876
+ }
3877
+ },
3878
+ {
3879
+ "kind": "variable",
3880
+ "name": "multiselectEditorStyles",
3881
+ "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
3882
+ "description": "Styles for the multiselect editor"
3883
+ },
3884
+ {
3885
+ "kind": "function",
3886
+ "name": "getMultiselectEditorTemplate",
3887
+ "parameters": [
3888
+ {
3889
+ "name": "prefix",
3890
+ "default": "'foundation'",
3891
+ "description": "The design system prefix to use. Defaults to 'foundation'."
3892
+ }
3893
+ ],
3894
+ "description": "Get a Design System prefixed Select template.",
3895
+ "return": {
3896
+ "type": {
3897
+ "text": ""
3898
+ }
3899
+ }
3900
+ },
3901
+ {
3902
+ "kind": "variable",
3903
+ "name": "foundationMultiselectEditor",
3904
+ "description": "Definition for the multiselect editor component"
3905
+ }
3906
+ ],
3907
+ "exports": [
3908
+ {
3909
+ "kind": "js",
3910
+ "name": "MultiselectEditor",
3911
+ "declaration": {
3912
+ "name": "MultiselectEditor",
3913
+ "module": "src/cell-editors/multiselect.editor.ts"
3914
+ }
3915
+ },
3916
+ {
3917
+ "kind": "js",
3918
+ "name": "multiselectEditorStyles",
3919
+ "declaration": {
3920
+ "name": "multiselectEditorStyles",
3921
+ "module": "src/cell-editors/multiselect.editor.ts"
3922
+ }
3923
+ },
3924
+ {
3925
+ "kind": "js",
3926
+ "name": "getMultiselectEditorTemplate",
3927
+ "declaration": {
3928
+ "name": "getMultiselectEditorTemplate",
3929
+ "module": "src/cell-editors/multiselect.editor.ts"
3930
+ }
3931
+ },
3932
+ {
3933
+ "kind": "js",
3934
+ "name": "foundationMultiselectEditor",
3935
+ "declaration": {
3936
+ "name": "foundationMultiselectEditor",
3937
+ "module": "src/cell-editors/multiselect.editor.ts"
3938
+ }
3939
+ }
3940
+ ]
3941
+ },
3942
+ {
3943
+ "kind": "javascript-module",
3944
+ "path": "src/cell-editors/number.editor.ts",
3945
+ "declarations": [
3946
+ {
3947
+ "kind": "class",
3948
+ "description": "The number editor class for grid-tabulator",
3949
+ "name": "NumberEditor",
3950
+ "members": [
3951
+ {
3952
+ "kind": "field",
3953
+ "name": "params",
3954
+ "type": {
3955
+ "text": "NumberEditorParams"
3956
+ }
3957
+ },
3958
+ {
3959
+ "kind": "field",
3960
+ "name": "numberField",
3961
+ "type": {
3962
+ "text": "any"
3963
+ }
4096
3964
  },
4097
3965
  {
4098
3966
  "kind": "method",
4099
- "name": "handleStreamUpdates",
4100
- "privacy": "private",
3967
+ "name": "init",
4101
3968
  "parameters": [
4102
3969
  {
4103
- "name": "updatedRows",
3970
+ "name": "params",
4104
3971
  "type": {
4105
- "text": "any[]"
3972
+ "text": "NumberEditorParams"
4106
3973
  }
4107
3974
  }
4108
- ]
3975
+ ],
3976
+ "description": "Initialize the editor with parameters"
4109
3977
  },
4110
3978
  {
4111
3979
  "kind": "method",
4112
- "name": "handleSizeChanged",
4113
- "privacy": "private",
3980
+ "name": "getValue",
3981
+ "description": "Get current value"
3982
+ },
3983
+ {
3984
+ "kind": "method",
3985
+ "name": "focus",
3986
+ "description": "Set focus to the input"
3987
+ },
3988
+ {
3989
+ "kind": "method",
3990
+ "name": "handleKeyDown",
4114
3991
  "parameters": [
4115
3992
  {
4116
- "name": "oldSize",
4117
- "type": {
4118
- "text": "number"
4119
- }
4120
- },
4121
- {
4122
- "name": "newSize",
3993
+ "name": "event",
4123
3994
  "type": {
4124
- "text": "number"
3995
+ "text": "KeyboardEvent"
4125
3996
  }
4126
3997
  }
4127
3998
  ],
4128
- "description": "Emit event when the number of rows changes"
3999
+ "description": "Process key down events"
4129
4000
  },
4130
4001
  {
4131
- "kind": "method",
4132
- "name": "buildCriteria",
4002
+ "kind": "field",
4003
+ "name": "_presentation",
4004
+ "type": {
4005
+ "text": "ComponentPresentation | null | undefined"
4006
+ },
4133
4007
  "privacy": "private",
4008
+ "default": "void 0",
4009
+ "inheritedFrom": {
4010
+ "name": "FoundationElement",
4011
+ "module": "src/foundation-element/foundation-element.ts"
4012
+ }
4013
+ },
4014
+ {
4015
+ "kind": "field",
4016
+ "name": "$presentation",
4017
+ "type": {
4018
+ "text": "ComponentPresentation | null"
4019
+ },
4020
+ "privacy": "public",
4021
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
4022
+ "inheritedFrom": {
4023
+ "name": "FoundationElement",
4024
+ "module": "src/foundation-element/foundation-element.ts"
4025
+ }
4026
+ },
4027
+ {
4028
+ "kind": "field",
4029
+ "name": "template",
4030
+ "type": {
4031
+ "text": "ElementViewTemplate | void | null"
4032
+ },
4033
+ "privacy": "public",
4034
+ "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.",
4035
+ "inheritedFrom": {
4036
+ "name": "FoundationElement",
4037
+ "module": "src/foundation-element/foundation-element.ts"
4038
+ }
4039
+ },
4040
+ {
4041
+ "kind": "method",
4042
+ "name": "templateChanged",
4043
+ "privacy": "protected",
4134
4044
  "return": {
4135
4045
  "type": {
4136
- "text": "string"
4046
+ "text": "void"
4137
4047
  }
4048
+ },
4049
+ "inheritedFrom": {
4050
+ "name": "FoundationElement",
4051
+ "module": "src/foundation-element/foundation-element.ts"
4138
4052
  }
4139
4053
  },
4140
4054
  {
4141
- "kind": "method",
4142
- "name": "setFilter",
4055
+ "kind": "field",
4056
+ "name": "styles",
4057
+ "type": {
4058
+ "text": "ElementStyles | void | null"
4059
+ },
4143
4060
  "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
- ]
4061
+ "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.",
4062
+ "inheritedFrom": {
4063
+ "name": "FoundationElement",
4064
+ "module": "src/foundation-element/foundation-element.ts"
4065
+ }
4158
4066
  },
4159
4067
  {
4160
4068
  "kind": "method",
4161
- "name": "removeFilter",
4162
- "privacy": "public",
4163
- "parameters": [
4164
- {
4165
- "name": "fieldName",
4166
- "type": {
4167
- "text": "string"
4168
- }
4069
+ "name": "stylesChanged",
4070
+ "privacy": "protected",
4071
+ "return": {
4072
+ "type": {
4073
+ "text": "void"
4169
4074
  }
4170
- ]
4075
+ },
4076
+ "inheritedFrom": {
4077
+ "name": "FoundationElement",
4078
+ "module": "src/foundation-element/foundation-element.ts"
4079
+ }
4171
4080
  },
4172
4081
  {
4173
4082
  "kind": "method",
4174
- "name": "datasourceStatusChanged",
4083
+ "name": "compose",
4084
+ "privacy": "public",
4085
+ "static": true,
4086
+ "return": {
4087
+ "type": {
4088
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
4089
+ }
4090
+ },
4175
4091
  "parameters": [
4176
4092
  {
4177
- "name": "prev",
4093
+ "name": "this",
4178
4094
  "type": {
4179
- "text": "DatasourceStatus"
4095
+ "text": "K"
4180
4096
  }
4181
4097
  },
4182
4098
  {
4183
- "name": "next",
4099
+ "name": "elementDefinition",
4184
4100
  "type": {
4185
- "text": "DatasourceStatus"
4186
- }
4101
+ "text": "T"
4102
+ },
4103
+ "description": "The definition of the element to create the registry\nfunction for."
4187
4104
  }
4188
- ]
4105
+ ],
4106
+ "description": "Defines an element registry function with a set of element definition defaults.",
4107
+ "inheritedFrom": {
4108
+ "name": "FoundationElement",
4109
+ "module": "src/foundation-element/foundation-element.ts"
4110
+ }
4111
+ }
4112
+ ],
4113
+ "superclass": {
4114
+ "name": "FoundationElement",
4115
+ "package": "@microsoft/fast-foundation"
4116
+ }
4117
+ },
4118
+ {
4119
+ "kind": "variable",
4120
+ "name": "numberEditorStyles",
4121
+ "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
4122
+ "description": "Styles for the number editor"
4123
+ },
4124
+ {
4125
+ "kind": "function",
4126
+ "name": "getNumberEditorTemplate",
4127
+ "parameters": [
4128
+ {
4129
+ "name": "prefix",
4130
+ "default": "'foundation'",
4131
+ "description": "The design system prefix to use. Defaults to 'foundation'."
4132
+ }
4133
+ ],
4134
+ "description": "Get a Design System prefixed number field template.",
4135
+ "return": {
4136
+ "type": {
4137
+ "text": ""
4138
+ }
4139
+ }
4140
+ },
4141
+ {
4142
+ "kind": "variable",
4143
+ "name": "foundationNumberEditor",
4144
+ "description": "Definition for the number editor component"
4145
+ }
4146
+ ],
4147
+ "exports": [
4148
+ {
4149
+ "kind": "js",
4150
+ "name": "NumberEditor",
4151
+ "declaration": {
4152
+ "name": "NumberEditor",
4153
+ "module": "src/cell-editors/number.editor.ts"
4154
+ }
4155
+ },
4156
+ {
4157
+ "kind": "js",
4158
+ "name": "numberEditorStyles",
4159
+ "declaration": {
4160
+ "name": "numberEditorStyles",
4161
+ "module": "src/cell-editors/number.editor.ts"
4162
+ }
4163
+ },
4164
+ {
4165
+ "kind": "js",
4166
+ "name": "getNumberEditorTemplate",
4167
+ "declaration": {
4168
+ "name": "getNumberEditorTemplate",
4169
+ "module": "src/cell-editors/number.editor.ts"
4170
+ }
4171
+ },
4172
+ {
4173
+ "kind": "js",
4174
+ "name": "foundationNumberEditor",
4175
+ "declaration": {
4176
+ "name": "foundationNumberEditor",
4177
+ "module": "src/cell-editors/number.editor.ts"
4178
+ }
4179
+ }
4180
+ ]
4181
+ },
4182
+ {
4183
+ "kind": "javascript-module",
4184
+ "path": "src/cell-editors/select.editor.ts",
4185
+ "declarations": [
4186
+ {
4187
+ "kind": "class",
4188
+ "description": "The select editor class for grid-tabulator",
4189
+ "name": "SelectEditor",
4190
+ "members": [
4191
+ {
4192
+ "kind": "field",
4193
+ "name": "params",
4194
+ "type": {
4195
+ "text": "SelectEditorParams"
4196
+ }
4189
4197
  },
4190
4198
  {
4191
- "kind": "method",
4192
- "name": "cloneNode",
4193
- "return": {
4194
- "type": {
4195
- "text": "Node"
4196
- }
4197
- },
4199
+ "kind": "field",
4200
+ "name": "select",
4201
+ "type": {
4202
+ "text": "any"
4203
+ }
4204
+ },
4205
+ {
4206
+ "kind": "method",
4207
+ "name": "init",
4198
4208
  "parameters": [
4199
4209
  {
4200
- "name": "deep",
4201
- "optional": true,
4210
+ "name": "params",
4202
4211
  "type": {
4203
- "text": "boolean"
4212
+ "text": "SelectEditorParams"
4204
4213
  }
4205
4214
  }
4206
4215
  ],
4207
- "inheritedFrom": {
4208
- "name": "LifecycleMixin",
4209
- "module": "src/mixins/lifecycle/lifecycle.ts"
4210
- }
4216
+ "description": "Initialize the editor with parameters"
4211
4217
  },
4212
4218
  {
4213
- "kind": "field",
4214
- "name": "shouldRunDisconnect",
4215
- "return": {
4216
- "type": {
4217
- "text": ""
4218
- }
4219
- },
4220
- "readonly": true,
4221
- "inheritedFrom": {
4222
- "name": "LifecycleMixin",
4223
- "module": "src/mixins/lifecycle/lifecycle.ts"
4224
- }
4219
+ "kind": "method",
4220
+ "name": "getValue",
4221
+ "description": "Get current value"
4225
4222
  },
4226
4223
  {
4227
- "kind": "field",
4228
- "name": "shouldRunConnect",
4229
- "return": {
4230
- "type": {
4231
- "text": ""
4232
- }
4233
- },
4234
- "readonly": true,
4235
- "inheritedFrom": {
4236
- "name": "LifecycleMixin",
4237
- "module": "src/mixins/lifecycle/lifecycle.ts"
4238
- }
4224
+ "kind": "method",
4225
+ "name": "focus",
4226
+ "description": "Set focus to the select"
4239
4227
  },
4240
4228
  {
4241
4229
  "kind": "method",
4242
- "name": "#_blockLifecycleDueToTokenChange",
4243
- "return": {
4244
- "type": {
4245
- "text": "boolean"
4246
- }
4247
- },
4230
+ "name": "handleKeyDown",
4248
4231
  "parameters": [
4249
4232
  {
4250
- "name": "lifecycleType",
4233
+ "name": "event",
4251
4234
  "type": {
4252
- "text": "Lifecycletype"
4235
+ "text": "KeyboardEvent"
4253
4236
  }
4254
4237
  }
4255
4238
  ],
4256
- "inheritedFrom": {
4257
- "name": "LifecycleMixin",
4258
- "module": "src/mixins/lifecycle/lifecycle.ts"
4259
- }
4239
+ "description": "Process key down events"
4240
+ },
4241
+ {
4242
+ "kind": "method",
4243
+ "name": "handleChange",
4244
+ "description": "Handle change event"
4260
4245
  },
4261
4246
  {
4262
4247
  "kind": "field",
@@ -4370,297 +4355,312 @@
4370
4355
  }
4371
4356
  }
4372
4357
  ],
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
- },
4358
+ "superclass": {
4359
+ "name": "FoundationElement",
4360
+ "package": "@microsoft/fast-foundation"
4361
+ }
4362
+ },
4363
+ {
4364
+ "kind": "variable",
4365
+ "name": "selectEditorStyles",
4366
+ "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
4367
+ "description": "Styles for the select editor"
4368
+ },
4369
+ {
4370
+ "kind": "function",
4371
+ "name": "getSelectEditorTemplate",
4372
+ "parameters": [
4382
4373
  {
4383
- "description": "Fired when layout size changes",
4384
- "name": "sizeChanged"
4374
+ "name": "prefix",
4375
+ "default": "'foundation'",
4376
+ "description": "The design system prefix to use. Defaults to 'foundation'."
4385
4377
  }
4386
4378
  ],
4387
- "attributes": [
4388
- {
4389
- "name": "criteria",
4390
- "type": {
4391
- "text": "string"
4392
- },
4393
- "fieldName": "criteria"
4394
- },
4379
+ "description": "Get a Design System prefixed Select template.",
4380
+ "return": {
4381
+ "type": {
4382
+ "text": ""
4383
+ }
4384
+ },
4385
+ "privacy": "public"
4386
+ },
4387
+ {
4388
+ "kind": "variable",
4389
+ "name": "foundationSelectEditor",
4390
+ "description": "Definition for the select editor component"
4391
+ }
4392
+ ],
4393
+ "exports": [
4394
+ {
4395
+ "kind": "js",
4396
+ "name": "SelectEditor",
4397
+ "declaration": {
4398
+ "name": "SelectEditor",
4399
+ "module": "src/cell-editors/select.editor.ts"
4400
+ }
4401
+ },
4402
+ {
4403
+ "kind": "js",
4404
+ "name": "selectEditorStyles",
4405
+ "declaration": {
4406
+ "name": "selectEditorStyles",
4407
+ "module": "src/cell-editors/select.editor.ts"
4408
+ }
4409
+ },
4410
+ {
4411
+ "kind": "js",
4412
+ "name": "getSelectEditorTemplate",
4413
+ "declaration": {
4414
+ "name": "getSelectEditorTemplate",
4415
+ "module": "src/cell-editors/select.editor.ts"
4416
+ }
4417
+ },
4418
+ {
4419
+ "kind": "js",
4420
+ "name": "foundationSelectEditor",
4421
+ "declaration": {
4422
+ "name": "foundationSelectEditor",
4423
+ "module": "src/cell-editors/select.editor.ts"
4424
+ }
4425
+ }
4426
+ ]
4427
+ },
4428
+ {
4429
+ "kind": "javascript-module",
4430
+ "path": "src/cell-editors/string.editor.ts",
4431
+ "declarations": [
4432
+ {
4433
+ "kind": "class",
4434
+ "description": "The string editor class for grid-tabulator",
4435
+ "name": "StringEditor",
4436
+ "members": [
4395
4437
  {
4396
- "name": "fields",
4438
+ "kind": "field",
4439
+ "name": "params",
4397
4440
  "type": {
4398
- "text": "string"
4399
- },
4400
- "fieldName": "fields"
4441
+ "text": "StringEditorParams"
4442
+ }
4401
4443
  },
4402
4444
  {
4403
- "name": "is-snapshot",
4445
+ "kind": "field",
4446
+ "name": "textField",
4404
4447
  "type": {
4405
- "text": "boolean"
4406
- },
4407
- "default": "false",
4408
- "fieldName": "isSnapshot"
4448
+ "text": "any"
4449
+ }
4409
4450
  },
4410
4451
  {
4411
- "name": "max-rows",
4412
- "type": {
4413
- "text": "number"
4414
- },
4415
- "fieldName": "maxRows"
4452
+ "kind": "method",
4453
+ "name": "init",
4454
+ "parameters": [
4455
+ {
4456
+ "name": "params",
4457
+ "type": {
4458
+ "text": "StringEditorParams"
4459
+ }
4460
+ }
4461
+ ],
4462
+ "description": "Initialize the editor with parameters"
4416
4463
  },
4417
4464
  {
4418
- "name": "max-view",
4419
- "type": {
4420
- "text": "number"
4421
- },
4422
- "fieldName": "maxView"
4465
+ "kind": "method",
4466
+ "name": "getValue",
4467
+ "description": "Get current value"
4423
4468
  },
4424
4469
  {
4425
- "name": "polling-interval",
4426
- "type": {
4427
- "text": "number"
4428
- },
4429
- "fieldName": "pollingInterval"
4470
+ "kind": "method",
4471
+ "name": "focus",
4472
+ "description": "Set focus to the input"
4430
4473
  },
4431
4474
  {
4432
- "name": "moving-view",
4433
- "type": {
4434
- "text": "boolean"
4435
- },
4436
- "default": "false",
4437
- "fieldName": "movingView"
4475
+ "kind": "method",
4476
+ "name": "handleKeyDown",
4477
+ "parameters": [
4478
+ {
4479
+ "name": "event",
4480
+ "type": {
4481
+ "text": "KeyboardEvent"
4482
+ }
4483
+ }
4484
+ ],
4485
+ "description": "Process key down events"
4438
4486
  },
4439
4487
  {
4440
- "name": "order-by",
4488
+ "kind": "field",
4489
+ "name": "_presentation",
4441
4490
  "type": {
4442
- "text": "string"
4491
+ "text": "ComponentPresentation | null | undefined"
4443
4492
  },
4444
- "fieldName": "orderBy"
4493
+ "privacy": "private",
4494
+ "default": "void 0",
4495
+ "inheritedFrom": {
4496
+ "name": "FoundationElement",
4497
+ "module": "src/foundation-element/foundation-element.ts"
4498
+ }
4445
4499
  },
4446
4500
  {
4447
- "name": "resource-name",
4501
+ "kind": "field",
4502
+ "name": "$presentation",
4448
4503
  "type": {
4449
- "text": "string"
4504
+ "text": "ComponentPresentation | null"
4450
4505
  },
4451
- "fieldName": "resourceName"
4506
+ "privacy": "public",
4507
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
4508
+ "inheritedFrom": {
4509
+ "name": "FoundationElement",
4510
+ "module": "src/foundation-element/foundation-element.ts"
4511
+ }
4452
4512
  },
4453
4513
  {
4514
+ "kind": "field",
4515
+ "name": "template",
4454
4516
  "type": {
4455
- "text": "boolean"
4517
+ "text": "ElementViewTemplate | void | null"
4456
4518
  },
4457
- "default": "false",
4458
- "fieldName": "reverse"
4519
+ "privacy": "public",
4520
+ "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.",
4521
+ "inheritedFrom": {
4522
+ "name": "FoundationElement",
4523
+ "module": "src/foundation-element/foundation-element.ts"
4524
+ }
4459
4525
  },
4460
4526
  {
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"
4527
+ "kind": "method",
4528
+ "name": "templateChanged",
4529
+ "privacy": "protected",
4530
+ "return": {
4531
+ "type": {
4532
+ "text": "void"
4533
+ }
4534
+ },
4535
+ "inheritedFrom": {
4536
+ "name": "FoundationElement",
4537
+ "module": "src/foundation-element/foundation-element.ts"
4538
+ }
4464
4539
  },
4465
4540
  {
4466
- "name": "restart-on-reconnection",
4541
+ "kind": "field",
4542
+ "name": "styles",
4467
4543
  "type": {
4468
- "text": "boolean"
4544
+ "text": "ElementStyles | void | null"
4469
4545
  },
4470
- "default": "true",
4471
- "fieldName": "restartOnReconnection"
4546
+ "privacy": "public",
4547
+ "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.",
4548
+ "inheritedFrom": {
4549
+ "name": "FoundationElement",
4550
+ "module": "src/foundation-element/foundation-element.ts"
4551
+ }
4472
4552
  },
4473
4553
  {
4474
- "name": "keep-col-defs-on-clear-row-data",
4475
- "type": {
4476
- "text": "boolean"
4554
+ "kind": "method",
4555
+ "name": "stylesChanged",
4556
+ "privacy": "protected",
4557
+ "return": {
4558
+ "type": {
4559
+ "text": "void"
4560
+ }
4477
4561
  },
4478
- "default": "false",
4479
- "description": "Whether to keep column definitions when clearing row data",
4480
- "fieldName": "keepColDefsOnClearRowData"
4481
- }
4482
- ],
4483
- "mixins": [
4484
- {
4485
- "name": "LifecycleMixin",
4486
- "package": "@genesislcap/foundation-utils"
4562
+ "inheritedFrom": {
4563
+ "name": "FoundationElement",
4564
+ "module": "src/foundation-element/foundation-element.ts"
4565
+ }
4487
4566
  },
4488
4567
  {
4489
- "name": "DatasourceEventHandler",
4490
- "package": "@genesislcap/foundation-comms"
4568
+ "kind": "method",
4569
+ "name": "compose",
4570
+ "privacy": "public",
4571
+ "static": true,
4572
+ "return": {
4573
+ "type": {
4574
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
4575
+ }
4576
+ },
4577
+ "parameters": [
4578
+ {
4579
+ "name": "this",
4580
+ "type": {
4581
+ "text": "K"
4582
+ }
4583
+ },
4584
+ {
4585
+ "name": "elementDefinition",
4586
+ "type": {
4587
+ "text": "T"
4588
+ },
4589
+ "description": "The definition of the element to create the registry\nfunction for."
4590
+ }
4591
+ ],
4592
+ "description": "Defines an element registry function with a set of element definition defaults.",
4593
+ "inheritedFrom": {
4594
+ "name": "FoundationElement",
4595
+ "module": "src/foundation-element/foundation-element.ts"
4596
+ }
4491
4597
  }
4492
4598
  ],
4493
4599
  "superclass": {
4494
4600
  "name": "FoundationElement",
4495
4601
  "package": "@microsoft/fast-foundation"
4496
- },
4497
- "tagName": "grid-tabulator-client-side-datasource",
4498
- "customElement": true
4499
- }
4500
- ],
4501
- "exports": [
4502
- {
4503
- "kind": "js",
4504
- "name": "criteriaDelimiter",
4505
- "declaration": {
4506
- "name": "criteriaDelimiter",
4507
- "module": "src/datasource/client-side.datasource.ts"
4508
- }
4509
- },
4510
- {
4511
- "kind": "js",
4512
- "name": "criteriaJoin",
4513
- "declaration": {
4514
- "name": "criteriaJoin",
4515
- "module": "src/datasource/client-side.datasource.ts"
4516
- }
4517
- },
4518
- {
4519
- "kind": "js",
4520
- "name": "GridTabulatorClientSideDatasource",
4521
- "declaration": {
4522
- "name": "GridTabulatorClientSideDatasource",
4523
- "module": "src/datasource/client-side.datasource.ts"
4524
- }
4525
- },
4526
- {
4527
- "kind": "custom-element-definition",
4528
- "name": "grid-tabulator-client-side-datasource",
4529
- "declaration": {
4530
- "name": "GridTabulatorClientSideDatasource",
4531
- "module": "src/datasource/client-side.datasource.ts"
4532
- }
4533
- }
4534
- ]
4535
- },
4536
- {
4537
- "kind": "javascript-module",
4538
- "path": "src/datasource/index.ts",
4539
- "declarations": [],
4540
- "exports": [
4541
- {
4542
- "kind": "js",
4543
- "name": "*",
4544
- "declaration": {
4545
- "name": "*",
4546
- "package": "./client-side.datasource"
4547
4602
  }
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
4603
  },
4560
4604
  {
4561
4605
  "kind": "variable",
4562
- "name": "tabulatorRapidFontFace",
4563
- "default": "`\n @font-face {\n font-family: \"rapidFontFace\";\n }\n`"
4606
+ "name": "stringEditorStyles",
4607
+ "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
4608
+ "description": "Styles for the string editor"
4564
4609
  },
4565
4610
  {
4566
- "kind": "variable",
4567
- "name": "gridThemeFontFaceMap",
4568
- "type": {
4569
- "text": "GridThemeFontFaceMap"
4570
- },
4571
- "default": "{\n [GridTabulatorTheme.default]: tabulatorDefaultFontFace,\n [GridTabulatorTheme.rapid]: tabulatorRapidFontFace,\n}"
4611
+ "kind": "function",
4612
+ "name": "getStringEditorTemplate",
4613
+ "parameters": [
4614
+ {
4615
+ "name": "prefix",
4616
+ "default": "'foundation'",
4617
+ "description": "The design system prefix to use. Defaults to 'foundation'."
4618
+ }
4619
+ ],
4620
+ "description": "Get a Design System prefixed text field template.",
4621
+ "return": {
4622
+ "type": {
4623
+ "text": ""
4624
+ }
4625
+ }
4572
4626
  },
4573
4627
  {
4574
4628
  "kind": "variable",
4575
- "name": "defaultGridTabulatorFontFace",
4576
- "default": "tabulatorDefaultFontFace"
4629
+ "name": "foundationStringEditor",
4630
+ "description": "Definition for the string editor component"
4577
4631
  }
4578
4632
  ],
4579
4633
  "exports": [
4580
4634
  {
4581
4635
  "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",
4636
+ "name": "StringEditor",
4591
4637
  "declaration": {
4592
- "name": "tabulatorRapidFontFace",
4593
- "module": "src/external/fonts.ts"
4638
+ "name": "StringEditor",
4639
+ "module": "src/cell-editors/string.editor.ts"
4594
4640
  }
4595
4641
  },
4596
4642
  {
4597
4643
  "kind": "js",
4598
- "name": "gridThemeFontFaceMap",
4644
+ "name": "stringEditorStyles",
4599
4645
  "declaration": {
4600
- "name": "gridThemeFontFaceMap",
4601
- "module": "src/external/fonts.ts"
4646
+ "name": "stringEditorStyles",
4647
+ "module": "src/cell-editors/string.editor.ts"
4602
4648
  }
4603
4649
  },
4604
4650
  {
4605
4651
  "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",
4652
+ "name": "getStringEditorTemplate",
4630
4653
  "declaration": {
4631
- "name": "tabulatorExternalStockStyles",
4632
- "module": "src/external/index.ts"
4654
+ "name": "getStringEditorTemplate",
4655
+ "module": "src/cell-editors/string.editor.ts"
4633
4656
  }
4634
4657
  },
4635
4658
  {
4636
4659
  "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",
4660
+ "name": "foundationStringEditor",
4661
4661
  "declaration": {
4662
- "name": "tabulatorThemeSimpleCSS",
4663
- "module": "src/external/tabulator-theme-simple-css.ts"
4662
+ "name": "foundationStringEditor",
4663
+ "module": "src/cell-editors/string.editor.ts"
4664
4664
  }
4665
4665
  }
4666
4666
  ]