@genesislcap/grid-tabulator 14.401.1 → 14.401.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/custom-elements.json +1905 -1905
  2. package/package.json +13 -13
@@ -1651,67 +1651,515 @@
1651
1651
  },
1652
1652
  {
1653
1653
  "kind": "javascript-module",
1654
- "path": "src/cell-editors/date.editor.ts",
1654
+ "path": "src/cell-formatters/action.formatter.ts",
1655
+ "declarations": [
1656
+ {
1657
+ "kind": "function",
1658
+ "name": "actionFormatter",
1659
+ "return": {
1660
+ "type": {
1661
+ "text": ""
1662
+ }
1663
+ },
1664
+ "parameters": [
1665
+ {
1666
+ "name": "cell",
1667
+ "type": {
1668
+ "text": "any"
1669
+ },
1670
+ "description": "The cell component provided by Tabulator"
1671
+ },
1672
+ {
1673
+ "name": "formatterParams",
1674
+ "default": "{}",
1675
+ "type": {
1676
+ "text": "ActionFormatterParams<T>"
1677
+ },
1678
+ "description": "Action formatter parameters"
1679
+ }
1680
+ ],
1681
+ "description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
1682
+ "privacy": "public"
1683
+ }
1684
+ ],
1685
+ "exports": [
1686
+ {
1687
+ "kind": "js",
1688
+ "name": "actionFormatter",
1689
+ "declaration": {
1690
+ "name": "actionFormatter",
1691
+ "module": "src/cell-formatters/action.formatter.ts"
1692
+ }
1693
+ }
1694
+ ]
1695
+ },
1696
+ {
1697
+ "kind": "javascript-module",
1698
+ "path": "src/cell-formatters/actions-menu.formatter.ts",
1699
+ "declarations": [
1700
+ {
1701
+ "kind": "function",
1702
+ "name": "actionsMenuFormatter",
1703
+ "return": {
1704
+ "type": {
1705
+ "text": ""
1706
+ }
1707
+ },
1708
+ "parameters": [
1709
+ {
1710
+ "name": "cell",
1711
+ "type": {
1712
+ "text": "any"
1713
+ },
1714
+ "description": "The cell component provided by Tabulator"
1715
+ },
1716
+ {
1717
+ "name": "formatterParams",
1718
+ "default": "{}",
1719
+ "type": {
1720
+ "text": "ActionsMenuFormatterParams<T>"
1721
+ },
1722
+ "description": "Actions menu formatter parameters"
1723
+ }
1724
+ ],
1725
+ "description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
1726
+ "privacy": "public"
1727
+ }
1728
+ ],
1729
+ "exports": [
1730
+ {
1731
+ "kind": "js",
1732
+ "name": "actionsMenuFormatter",
1733
+ "declaration": {
1734
+ "name": "actionsMenuFormatter",
1735
+ "module": "src/cell-formatters/actions-menu.formatter.ts"
1736
+ }
1737
+ }
1738
+ ]
1739
+ },
1740
+ {
1741
+ "kind": "javascript-module",
1742
+ "path": "src/cell-formatters/boolean.formatter.ts",
1743
+ "declarations": [
1744
+ {
1745
+ "kind": "function",
1746
+ "name": "booleanFormatter",
1747
+ "return": {
1748
+ "type": {
1749
+ "text": ""
1750
+ }
1751
+ },
1752
+ "parameters": [
1753
+ {
1754
+ "name": "cell",
1755
+ "type": {
1756
+ "text": "any"
1757
+ },
1758
+ "description": "The cell component provided by Tabulator"
1759
+ },
1760
+ {
1761
+ "name": "formatterParams",
1762
+ "default": "{}",
1763
+ "type": {
1764
+ "text": "BooleanFormatterParams<T>"
1765
+ },
1766
+ "description": "Boolean formatter parameters"
1767
+ }
1768
+ ],
1769
+ "description": "Formatter that displays boolean values using a checkbox component.\nStyled to match grid-pro boolean renderer.",
1770
+ "privacy": "public"
1771
+ }
1772
+ ],
1773
+ "exports": [
1774
+ {
1775
+ "kind": "js",
1776
+ "name": "booleanFormatter",
1777
+ "declaration": {
1778
+ "name": "booleanFormatter",
1779
+ "module": "src/cell-formatters/boolean.formatter.ts"
1780
+ }
1781
+ }
1782
+ ]
1783
+ },
1784
+ {
1785
+ "kind": "javascript-module",
1786
+ "path": "src/cell-formatters/constants.ts",
1787
+ "declarations": [],
1788
+ "exports": []
1789
+ },
1790
+ {
1791
+ "kind": "javascript-module",
1792
+ "path": "src/cell-formatters/editable.formatter.ts",
1793
+ "declarations": [
1794
+ {
1795
+ "kind": "function",
1796
+ "name": "editableFormatter",
1797
+ "return": {
1798
+ "type": {
1799
+ "text": ""
1800
+ }
1801
+ },
1802
+ "parameters": [
1803
+ {
1804
+ "name": "cell",
1805
+ "type": {
1806
+ "text": "any"
1807
+ },
1808
+ "description": "The cell component provided by Tabulator"
1809
+ },
1810
+ {
1811
+ "name": "formatterParams",
1812
+ "default": "{}",
1813
+ "type": {
1814
+ "text": "EditableFormatterParams<T>"
1815
+ },
1816
+ "description": "Editable formatter parameters"
1817
+ }
1818
+ ],
1819
+ "description": "Formatter that displays an editable cell with validation state",
1820
+ "privacy": "public"
1821
+ }
1822
+ ],
1823
+ "exports": [
1824
+ {
1825
+ "kind": "js",
1826
+ "name": "editableFormatter",
1827
+ "declaration": {
1828
+ "name": "editableFormatter",
1829
+ "module": "src/cell-formatters/editable.formatter.ts"
1830
+ }
1831
+ }
1832
+ ]
1833
+ },
1834
+ {
1835
+ "kind": "javascript-module",
1836
+ "path": "src/cell-formatters/index.ts",
1837
+ "declarations": [
1838
+ {
1839
+ "kind": "variable",
1840
+ "name": "formatters",
1841
+ "type": {
1842
+ "text": "object"
1843
+ },
1844
+ "default": "{\n action: actionFormatter,\n actionsMenu: actionsMenuFormatter,\n boolean: booleanFormatter,\n editable: editableFormatter,\n select: selectFormatter,\n text: textFormatter,\n}",
1845
+ "description": "Zero formatters for Tabulator grid"
1846
+ }
1847
+ ],
1848
+ "exports": [
1849
+ {
1850
+ "kind": "js",
1851
+ "name": "*",
1852
+ "declaration": {
1853
+ "name": "*",
1854
+ "package": "./constants"
1855
+ }
1856
+ },
1857
+ {
1858
+ "kind": "js",
1859
+ "name": "ActionFormatterParams",
1860
+ "declaration": {
1861
+ "name": "ActionFormatterParams",
1862
+ "module": "src/cell-formatters/index.ts"
1863
+ }
1864
+ },
1865
+ {
1866
+ "kind": "js",
1867
+ "name": "actionFormatter",
1868
+ "declaration": {
1869
+ "name": "actionFormatter",
1870
+ "module": "src/cell-formatters/index.ts"
1871
+ }
1872
+ },
1873
+ {
1874
+ "kind": "js",
1875
+ "name": "ActionsMenuFormatterParams",
1876
+ "declaration": {
1877
+ "name": "ActionsMenuFormatterParams",
1878
+ "module": "src/cell-formatters/index.ts"
1879
+ }
1880
+ },
1881
+ {
1882
+ "kind": "js",
1883
+ "name": "actionsMenuFormatter",
1884
+ "declaration": {
1885
+ "name": "actionsMenuFormatter",
1886
+ "module": "src/cell-formatters/index.ts"
1887
+ }
1888
+ },
1889
+ {
1890
+ "kind": "js",
1891
+ "name": "BooleanFormatterParams",
1892
+ "declaration": {
1893
+ "name": "BooleanFormatterParams",
1894
+ "module": "src/cell-formatters/index.ts"
1895
+ }
1896
+ },
1897
+ {
1898
+ "kind": "js",
1899
+ "name": "booleanFormatter",
1900
+ "declaration": {
1901
+ "name": "booleanFormatter",
1902
+ "module": "src/cell-formatters/index.ts"
1903
+ }
1904
+ },
1905
+ {
1906
+ "kind": "js",
1907
+ "name": "EditableFormatterParams",
1908
+ "declaration": {
1909
+ "name": "EditableFormatterParams",
1910
+ "module": "src/cell-formatters/index.ts"
1911
+ }
1912
+ },
1913
+ {
1914
+ "kind": "js",
1915
+ "name": "editableFormatter",
1916
+ "declaration": {
1917
+ "name": "editableFormatter",
1918
+ "module": "src/cell-formatters/index.ts"
1919
+ }
1920
+ },
1921
+ {
1922
+ "kind": "js",
1923
+ "name": "SelectFormatterParams",
1924
+ "declaration": {
1925
+ "name": "SelectFormatterParams",
1926
+ "module": "src/cell-formatters/index.ts"
1927
+ }
1928
+ },
1929
+ {
1930
+ "kind": "js",
1931
+ "name": "selectFormatter",
1932
+ "declaration": {
1933
+ "name": "selectFormatter",
1934
+ "module": "src/cell-formatters/index.ts"
1935
+ }
1936
+ },
1937
+ {
1938
+ "kind": "js",
1939
+ "name": "TextFormatterParams",
1940
+ "declaration": {
1941
+ "name": "TextFormatterParams",
1942
+ "module": "src/cell-formatters/index.ts"
1943
+ }
1944
+ },
1945
+ {
1946
+ "kind": "js",
1947
+ "name": "textFormatter",
1948
+ "declaration": {
1949
+ "name": "textFormatter",
1950
+ "module": "src/cell-formatters/index.ts"
1951
+ }
1952
+ },
1953
+ {
1954
+ "kind": "js",
1955
+ "name": "formatters",
1956
+ "declaration": {
1957
+ "name": "formatters",
1958
+ "module": "src/cell-formatters/index.ts"
1959
+ }
1960
+ }
1961
+ ]
1962
+ },
1963
+ {
1964
+ "kind": "javascript-module",
1965
+ "path": "src/cell-formatters/select.formatter.ts",
1966
+ "declarations": [
1967
+ {
1968
+ "kind": "function",
1969
+ "name": "selectFormatter",
1970
+ "return": {
1971
+ "type": {
1972
+ "text": ""
1973
+ }
1974
+ },
1975
+ "parameters": [
1976
+ {
1977
+ "name": "cell",
1978
+ "type": {
1979
+ "text": "any"
1980
+ },
1981
+ "description": "The cell component provided by Tabulator"
1982
+ },
1983
+ {
1984
+ "name": "formatterParams",
1985
+ "type": {
1986
+ "text": "SelectFormatterParams<T>"
1987
+ },
1988
+ "description": "Select formatter parameters"
1989
+ }
1990
+ ],
1991
+ "description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
1992
+ "privacy": "public"
1993
+ }
1994
+ ],
1995
+ "exports": [
1996
+ {
1997
+ "kind": "js",
1998
+ "name": "selectFormatter",
1999
+ "declaration": {
2000
+ "name": "selectFormatter",
2001
+ "module": "src/cell-formatters/select.formatter.ts"
2002
+ }
2003
+ }
2004
+ ]
2005
+ },
2006
+ {
2007
+ "kind": "javascript-module",
2008
+ "path": "src/cell-formatters/text.formatter.ts",
2009
+ "declarations": [
2010
+ {
2011
+ "kind": "function",
2012
+ "name": "textFormatter",
2013
+ "return": {
2014
+ "type": {
2015
+ "text": ""
2016
+ }
2017
+ },
2018
+ "parameters": [
2019
+ {
2020
+ "name": "cell",
2021
+ "type": {
2022
+ "text": "any"
2023
+ },
2024
+ "description": "The cell component provided by Tabulator"
2025
+ },
2026
+ {
2027
+ "name": "formatterParams",
2028
+ "default": "{}",
2029
+ "type": {
2030
+ "text": "TextFormatterParams<T>"
2031
+ },
2032
+ "description": "Text formatter parameters"
2033
+ }
2034
+ ],
2035
+ "description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
2036
+ "privacy": "public"
2037
+ }
2038
+ ],
2039
+ "exports": [
2040
+ {
2041
+ "kind": "js",
2042
+ "name": "textFormatter",
2043
+ "declaration": {
2044
+ "name": "textFormatter",
2045
+ "module": "src/cell-formatters/text.formatter.ts"
2046
+ }
2047
+ }
2048
+ ]
2049
+ },
2050
+ {
2051
+ "kind": "javascript-module",
2052
+ "path": "src/column/column.ts",
1655
2053
  "declarations": [
1656
2054
  {
1657
2055
  "kind": "class",
1658
- "description": "The date editor class for grid-tabulator",
1659
- "name": "DateEditor",
2056
+ "description": "The GridTabulator Column element.",
2057
+ "name": "GridTabulatorColumn",
1660
2058
  "members": [
1661
2059
  {
1662
2060
  "kind": "field",
1663
- "name": "params",
2061
+ "name": "slottedCell",
1664
2062
  "type": {
1665
- "text": "DateEditorParams"
1666
- }
2063
+ "text": "HTMLElement[]"
2064
+ },
2065
+ "privacy": "public"
1667
2066
  },
1668
2067
  {
1669
2068
  "kind": "field",
1670
- "name": "dateField",
2069
+ "name": "definition",
1671
2070
  "type": {
1672
- "text": "any"
2071
+ "text": "Partial<ColumnDefinition>"
2072
+ },
2073
+ "default": "{}"
2074
+ },
2075
+ {
2076
+ "kind": "method",
2077
+ "name": "slottedCellChanged",
2078
+ "privacy": "public"
2079
+ },
2080
+ {
2081
+ "kind": "method",
2082
+ "name": "deepClone",
2083
+ "return": {
2084
+ "type": {
2085
+ "text": "Node"
2086
+ }
2087
+ },
2088
+ "inheritedFrom": {
2089
+ "name": "LifecycleMixin",
2090
+ "module": "src/mixins/lifecycle/lifecycle.ts"
1673
2091
  }
1674
2092
  },
1675
2093
  {
1676
2094
  "kind": "method",
1677
- "name": "init",
2095
+ "name": "cloneNode",
2096
+ "return": {
2097
+ "type": {
2098
+ "text": "Node"
2099
+ }
2100
+ },
1678
2101
  "parameters": [
1679
2102
  {
1680
- "name": "params",
2103
+ "name": "deep",
2104
+ "optional": true,
1681
2105
  "type": {
1682
- "text": "DateEditorParams"
2106
+ "text": "boolean"
1683
2107
  }
1684
2108
  }
1685
2109
  ],
1686
- "description": "Initialize the editor with parameters"
1687
- },
1688
- {
1689
- "kind": "method",
1690
- "name": "getValue",
1691
- "description": "Get current value"
2110
+ "inheritedFrom": {
2111
+ "name": "LifecycleMixin",
2112
+ "module": "src/mixins/lifecycle/lifecycle.ts"
2113
+ }
1692
2114
  },
1693
2115
  {
1694
- "kind": "method",
1695
- "name": "getFormattedValue",
1696
- "description": "Format value for display"
2116
+ "kind": "field",
2117
+ "name": "shouldRunDisconnect",
2118
+ "return": {
2119
+ "type": {
2120
+ "text": ""
2121
+ }
2122
+ },
2123
+ "readonly": true,
2124
+ "inheritedFrom": {
2125
+ "name": "LifecycleMixin",
2126
+ "module": "src/mixins/lifecycle/lifecycle.ts"
2127
+ }
1697
2128
  },
1698
2129
  {
1699
- "kind": "method",
1700
- "name": "focus",
1701
- "description": "Set focus to the input"
2130
+ "kind": "field",
2131
+ "name": "shouldRunConnect",
2132
+ "return": {
2133
+ "type": {
2134
+ "text": ""
2135
+ }
2136
+ },
2137
+ "readonly": true,
2138
+ "inheritedFrom": {
2139
+ "name": "LifecycleMixin",
2140
+ "module": "src/mixins/lifecycle/lifecycle.ts"
2141
+ }
1702
2142
  },
1703
2143
  {
1704
2144
  "kind": "method",
1705
- "name": "handleKeyDown",
2145
+ "name": "#_blockLifecycleDueToTokenChange",
2146
+ "return": {
2147
+ "type": {
2148
+ "text": "boolean"
2149
+ }
2150
+ },
1706
2151
  "parameters": [
1707
2152
  {
1708
- "name": "event",
2153
+ "name": "lifecycleType",
1709
2154
  "type": {
1710
- "text": "KeyboardEvent"
2155
+ "text": "Lifecycletype"
1711
2156
  }
1712
2157
  }
1713
2158
  ],
1714
- "description": "Process key down events"
2159
+ "inheritedFrom": {
2160
+ "name": "LifecycleMixin",
2161
+ "module": "src/mixins/lifecycle/lifecycle.ts"
2162
+ }
1715
2163
  },
1716
2164
  {
1717
2165
  "kind": "field",
@@ -1825,79 +2273,42 @@
1825
2273
  }
1826
2274
  }
1827
2275
  ],
1828
- "superclass": {
1829
- "name": "FoundationElement",
1830
- "package": "@microsoft/fast-foundation"
1831
- }
1832
- },
1833
- {
1834
- "kind": "variable",
1835
- "name": "dateEditorStyles",
1836
- "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
1837
- "description": "Styles for the date editor"
1838
- },
1839
- {
1840
- "kind": "function",
1841
- "name": "getDateEditorTemplate",
1842
- "parameters": [
2276
+ "mixins": [
1843
2277
  {
1844
- "name": "prefix",
1845
- "default": "'foundation'",
1846
- "description": "The design system prefix to use. Defaults to 'foundation'."
2278
+ "name": "LifecycleMixin",
2279
+ "package": "@genesislcap/foundation-utils"
1847
2280
  }
1848
2281
  ],
1849
- "description": "Get a Design System prefixed date field template.",
1850
- "return": {
1851
- "type": {
1852
- "text": ""
1853
- }
2282
+ "superclass": {
2283
+ "name": "FoundationElement",
2284
+ "package": "@microsoft/fast-foundation"
1854
2285
  },
1855
- "privacy": "public"
1856
- },
1857
- {
1858
- "kind": "variable",
1859
- "name": "foundationDateEditor",
1860
- "description": "Definition for the date editor component"
2286
+ "tagName": "grid-tabulator-column",
2287
+ "customElement": true
1861
2288
  }
1862
2289
  ],
1863
2290
  "exports": [
1864
2291
  {
1865
2292
  "kind": "js",
1866
- "name": "DateEditor",
1867
- "declaration": {
1868
- "name": "DateEditor",
1869
- "module": "src/cell-editors/date.editor.ts"
1870
- }
1871
- },
1872
- {
1873
- "kind": "js",
1874
- "name": "dateEditorStyles",
1875
- "declaration": {
1876
- "name": "dateEditorStyles",
1877
- "module": "src/cell-editors/date.editor.ts"
1878
- }
1879
- },
1880
- {
1881
- "kind": "js",
1882
- "name": "getDateEditorTemplate",
2293
+ "name": "GridTabulatorColumn",
1883
2294
  "declaration": {
1884
- "name": "getDateEditorTemplate",
1885
- "module": "src/cell-editors/date.editor.ts"
2295
+ "name": "GridTabulatorColumn",
2296
+ "module": "src/column/column.ts"
1886
2297
  }
1887
2298
  },
1888
2299
  {
1889
- "kind": "js",
1890
- "name": "foundationDateEditor",
2300
+ "kind": "custom-element-definition",
2301
+ "name": "grid-tabulator-column",
1891
2302
  "declaration": {
1892
- "name": "foundationDateEditor",
1893
- "module": "src/cell-editors/date.editor.ts"
2303
+ "name": "GridTabulatorColumn",
2304
+ "module": "src/column/column.ts"
1894
2305
  }
1895
2306
  }
1896
2307
  ]
1897
2308
  },
1898
2309
  {
1899
2310
  "kind": "javascript-module",
1900
- "path": "src/cell-editors/index.ts",
2311
+ "path": "src/column/index.ts",
1901
2312
  "declarations": [],
1902
2313
  "exports": [
1903
2314
  {
@@ -1905,855 +2316,654 @@
1905
2316
  "name": "*",
1906
2317
  "declaration": {
1907
2318
  "name": "*",
1908
- "package": "./date.editor"
1909
- }
1910
- },
1911
- {
1912
- "kind": "js",
1913
- "name": "*",
1914
- "declaration": {
1915
- "name": "*",
1916
- "package": "./number.editor"
1917
- }
1918
- },
1919
- {
1920
- "kind": "js",
1921
- "name": "*",
1922
- "declaration": {
1923
- "name": "*",
1924
- "package": "./select.editor"
1925
- }
1926
- },
1927
- {
1928
- "kind": "js",
1929
- "name": "*",
1930
- "declaration": {
1931
- "name": "*",
1932
- "package": "./string.editor"
1933
- }
1934
- },
1935
- {
1936
- "kind": "js",
1937
- "name": "*",
1938
- "declaration": {
1939
- "name": "*",
1940
- "package": "./multiselect.editor"
2319
+ "package": "./column"
1941
2320
  }
1942
2321
  }
1943
2322
  ]
1944
2323
  },
1945
2324
  {
1946
2325
  "kind": "javascript-module",
1947
- "path": "src/cell-editors/multiselect.editor.ts",
2326
+ "path": "src/datasource/client-side.datasource.ts",
1948
2327
  "declarations": [
2328
+ {
2329
+ "kind": "variable",
2330
+ "name": "criteriaDelimiter",
2331
+ "type": {
2332
+ "text": "string"
2333
+ },
2334
+ "default": "';'",
2335
+ "description": "Delimiter for criteria in the datasource"
2336
+ },
2337
+ {
2338
+ "kind": "variable",
2339
+ "name": "criteriaJoin",
2340
+ "type": {
2341
+ "text": "string"
2342
+ },
2343
+ "default": "' && '",
2344
+ "description": "Join operator for criteria in the datasource"
2345
+ },
1949
2346
  {
1950
2347
  "kind": "class",
1951
- "description": "The multiselect editor class for grid-tabulator",
1952
- "name": "MultiselectEditor",
2348
+ "description": "The Genesis Datasource element, for client-side data fetching and used exclusively by the GridTabulator element.",
2349
+ "name": "GridTabulatorClientSideDatasource",
1953
2350
  "members": [
1954
2351
  {
1955
2352
  "kind": "field",
1956
- "name": "params",
2353
+ "name": "auth",
1957
2354
  "type": {
1958
- "text": "MultiselectEditorParams"
2355
+ "text": "Auth"
1959
2356
  }
1960
2357
  },
1961
2358
  {
1962
2359
  "kind": "field",
1963
- "name": "select",
2360
+ "name": "connect",
1964
2361
  "type": {
1965
- "text": "any"
2362
+ "text": "Connect"
1966
2363
  }
1967
2364
  },
1968
2365
  {
1969
- "kind": "method",
1970
- "name": "init",
1971
- "parameters": [
1972
- {
1973
- "name": "params",
1974
- "type": {
1975
- "text": "MultiselectEditorParams"
1976
- }
1977
- }
1978
- ],
1979
- "description": "Initialize the editor with parameters"
2366
+ "kind": "field",
2367
+ "name": "datasource",
2368
+ "type": {
2369
+ "text": "Datasource"
2370
+ }
1980
2371
  },
1981
2372
  {
1982
- "kind": "method",
1983
- "name": "getValues",
1984
- "return": {
1985
- "type": {
1986
- "text": "(string | number)[]"
1987
- }
2373
+ "kind": "field",
2374
+ "name": "deferredGridOptions",
2375
+ "type": {
2376
+ "text": "Options"
2377
+ }
2378
+ },
2379
+ {
2380
+ "kind": "field",
2381
+ "name": "deferredColumnStates",
2382
+ "type": {
2383
+ "text": "any[]"
1988
2384
  },
1989
- "description": "Get current values"
2385
+ "default": "[]",
2386
+ "description": "Allows storing column layouts between datasource initializations"
1990
2387
  },
1991
2388
  {
1992
- "kind": "method",
1993
- "name": "focus",
1994
- "description": "Set focus to the select"
2389
+ "kind": "field",
2390
+ "name": "criteria",
2391
+ "type": {
2392
+ "text": "string"
2393
+ }
1995
2394
  },
1996
2395
  {
1997
2396
  "kind": "method",
1998
- "name": "isSelected",
1999
- "return": {
2000
- "type": {
2001
- "text": "boolean"
2002
- }
2003
- },
2397
+ "name": "criteriaChanged",
2004
2398
  "parameters": [
2005
2399
  {
2006
- "name": "value",
2400
+ "name": "oldCriteria",
2007
2401
  "type": {
2008
- "text": "string | number"
2402
+ "text": "string"
2009
2403
  }
2010
- }
2011
- ],
2012
- "description": "Check if a value is selected"
2013
- },
2014
- {
2015
- "kind": "method",
2016
- "name": "handleKeyDown",
2017
- "parameters": [
2404
+ },
2018
2405
  {
2019
- "name": "event",
2406
+ "name": "newCriteria",
2020
2407
  "type": {
2021
- "text": "KeyboardEvent"
2408
+ "text": "string"
2022
2409
  }
2023
2410
  }
2024
- ],
2025
- "description": "Process key down events"
2411
+ ]
2026
2412
  },
2027
2413
  {
2028
- "kind": "method",
2029
- "name": "handleChange",
2030
- "description": "Handle change event to save when selection changes"
2414
+ "kind": "field",
2415
+ "name": "fields",
2416
+ "type": {
2417
+ "text": "string"
2418
+ }
2031
2419
  },
2032
2420
  {
2033
2421
  "kind": "field",
2034
- "name": "_presentation",
2422
+ "name": "isSnapshot",
2035
2423
  "type": {
2036
- "text": "ComponentPresentation | null | undefined"
2424
+ "text": "boolean"
2037
2425
  },
2038
- "privacy": "private",
2039
- "default": "void 0",
2040
- "inheritedFrom": {
2041
- "name": "FoundationElement",
2042
- "module": "src/foundation-element/foundation-element.ts"
2426
+ "default": "false"
2427
+ },
2428
+ {
2429
+ "kind": "field",
2430
+ "name": "maxRows",
2431
+ "type": {
2432
+ "text": "number"
2433
+ }
2434
+ },
2435
+ {
2436
+ "kind": "field",
2437
+ "name": "maxView",
2438
+ "type": {
2439
+ "text": "number"
2043
2440
  }
2044
2441
  },
2045
2442
  {
2046
2443
  "kind": "field",
2047
- "name": "$presentation",
2444
+ "name": "pollingInterval",
2048
2445
  "type": {
2049
- "text": "ComponentPresentation | null"
2050
- },
2051
- "privacy": "public",
2052
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2053
- "inheritedFrom": {
2054
- "name": "FoundationElement",
2055
- "module": "src/foundation-element/foundation-element.ts"
2446
+ "text": "number"
2056
2447
  }
2057
2448
  },
2058
2449
  {
2059
2450
  "kind": "field",
2060
- "name": "template",
2451
+ "name": "movingView",
2061
2452
  "type": {
2062
- "text": "ElementViewTemplate | void | null"
2453
+ "text": "boolean"
2063
2454
  },
2064
- "privacy": "public",
2065
- "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.",
2066
- "inheritedFrom": {
2067
- "name": "FoundationElement",
2068
- "module": "src/foundation-element/foundation-element.ts"
2069
- }
2455
+ "default": "false"
2070
2456
  },
2071
2457
  {
2072
- "kind": "method",
2073
- "name": "templateChanged",
2074
- "privacy": "protected",
2075
- "return": {
2076
- "type": {
2077
- "text": "void"
2078
- }
2079
- },
2080
- "inheritedFrom": {
2081
- "name": "FoundationElement",
2082
- "module": "src/foundation-element/foundation-element.ts"
2458
+ "kind": "field",
2459
+ "name": "orderBy",
2460
+ "type": {
2461
+ "text": "string"
2083
2462
  }
2084
2463
  },
2085
2464
  {
2086
2465
  "kind": "field",
2087
- "name": "styles",
2466
+ "name": "request",
2088
2467
  "type": {
2089
- "text": "ElementStyles | void | null"
2090
- },
2091
- "privacy": "public",
2092
- "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.",
2093
- "inheritedFrom": {
2094
- "name": "FoundationElement",
2095
- "module": "src/foundation-element/foundation-element.ts"
2468
+ "text": "any"
2096
2469
  }
2097
2470
  },
2098
2471
  {
2099
- "kind": "method",
2100
- "name": "stylesChanged",
2101
- "privacy": "protected",
2102
- "return": {
2103
- "type": {
2104
- "text": "void"
2105
- }
2106
- },
2107
- "inheritedFrom": {
2108
- "name": "FoundationElement",
2109
- "module": "src/foundation-element/foundation-element.ts"
2472
+ "kind": "field",
2473
+ "name": "resourceName",
2474
+ "type": {
2475
+ "text": "string"
2110
2476
  }
2111
2477
  },
2112
2478
  {
2113
2479
  "kind": "method",
2114
- "name": "compose",
2115
- "privacy": "public",
2116
- "static": true,
2117
- "return": {
2118
- "type": {
2119
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2120
- }
2121
- },
2480
+ "name": "resourceNameChanged",
2122
2481
  "parameters": [
2123
2482
  {
2124
- "name": "this",
2483
+ "name": "oldValue",
2125
2484
  "type": {
2126
- "text": "K"
2485
+ "text": "string"
2127
2486
  }
2128
2487
  },
2129
2488
  {
2130
- "name": "elementDefinition",
2489
+ "name": "newValue",
2131
2490
  "type": {
2132
- "text": "T"
2133
- },
2134
- "description": "The definition of the element to create the registry\nfunction for."
2491
+ "text": "string"
2492
+ }
2135
2493
  }
2136
- ],
2137
- "description": "Defines an element registry function with a set of element definition defaults.",
2138
- "inheritedFrom": {
2139
- "name": "FoundationElement",
2140
- "module": "src/foundation-element/foundation-element.ts"
2141
- }
2142
- }
2143
- ],
2144
- "superclass": {
2145
- "name": "FoundationElement",
2146
- "package": "@microsoft/fast-foundation"
2147
- }
2148
- },
2149
- {
2150
- "kind": "variable",
2151
- "name": "multiselectEditorStyles",
2152
- "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
2153
- "description": "Styles for the multiselect editor"
2154
- },
2155
- {
2156
- "kind": "function",
2157
- "name": "getMultiselectEditorTemplate",
2158
- "parameters": [
2494
+ ]
2495
+ },
2159
2496
  {
2160
- "name": "prefix",
2161
- "default": "'foundation'",
2162
- "description": "The design system prefix to use. Defaults to 'foundation'."
2163
- }
2164
- ],
2165
- "description": "Get a Design System prefixed Select template.",
2166
- "return": {
2167
- "type": {
2168
- "text": ""
2169
- }
2170
- }
2171
- },
2172
- {
2173
- "kind": "variable",
2174
- "name": "foundationMultiselectEditor",
2175
- "description": "Definition for the multiselect editor component"
2176
- }
2177
- ],
2178
- "exports": [
2179
- {
2180
- "kind": "js",
2181
- "name": "MultiselectEditor",
2182
- "declaration": {
2183
- "name": "MultiselectEditor",
2184
- "module": "src/cell-editors/multiselect.editor.ts"
2185
- }
2186
- },
2187
- {
2188
- "kind": "js",
2189
- "name": "multiselectEditorStyles",
2190
- "declaration": {
2191
- "name": "multiselectEditorStyles",
2192
- "module": "src/cell-editors/multiselect.editor.ts"
2193
- }
2194
- },
2195
- {
2196
- "kind": "js",
2197
- "name": "getMultiselectEditorTemplate",
2198
- "declaration": {
2199
- "name": "getMultiselectEditorTemplate",
2200
- "module": "src/cell-editors/multiselect.editor.ts"
2201
- }
2202
- },
2203
- {
2204
- "kind": "js",
2205
- "name": "foundationMultiselectEditor",
2206
- "declaration": {
2207
- "name": "foundationMultiselectEditor",
2208
- "module": "src/cell-editors/multiselect.editor.ts"
2209
- }
2210
- }
2211
- ]
2212
- },
2213
- {
2214
- "kind": "javascript-module",
2215
- "path": "src/cell-editors/number.editor.ts",
2216
- "declarations": [
2217
- {
2218
- "kind": "class",
2219
- "description": "The number editor class for grid-tabulator",
2220
- "name": "NumberEditor",
2221
- "members": [
2497
+ "kind": "field",
2498
+ "name": "reverse",
2499
+ "type": {
2500
+ "text": "boolean"
2501
+ },
2502
+ "default": "false"
2503
+ },
2222
2504
  {
2223
2505
  "kind": "field",
2224
- "name": "params",
2506
+ "name": "rowIdAttr",
2507
+ "description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type."
2508
+ },
2509
+ {
2510
+ "kind": "field",
2511
+ "name": "restartOnReconnection",
2225
2512
  "type": {
2226
- "text": "NumberEditorParams"
2227
- }
2513
+ "text": "boolean"
2514
+ },
2515
+ "default": "true"
2228
2516
  },
2229
2517
  {
2230
2518
  "kind": "field",
2231
- "name": "numberField",
2519
+ "name": "keepColDefsOnClearRowData",
2232
2520
  "type": {
2233
- "text": "any"
2234
- }
2521
+ "text": "boolean"
2522
+ },
2523
+ "default": "false",
2524
+ "description": "Whether to keep column definitions when clearing row data"
2235
2525
  },
2236
2526
  {
2237
- "kind": "method",
2238
- "name": "init",
2239
- "parameters": [
2240
- {
2241
- "name": "params",
2242
- "type": {
2243
- "text": "NumberEditorParams"
2244
- }
2245
- }
2246
- ],
2247
- "description": "Initialize the editor with parameters"
2527
+ "kind": "field",
2528
+ "name": "rowDataMapper",
2529
+ "type": {
2530
+ "text": "Function"
2531
+ },
2532
+ "description": "Allows grid data updates to be processed via and external function before applying in grid"
2248
2533
  },
2249
2534
  {
2250
- "kind": "method",
2251
- "name": "getValue",
2252
- "description": "Get current value"
2535
+ "kind": "field",
2536
+ "name": "dataSub",
2537
+ "type": {
2538
+ "text": "Subscription"
2539
+ },
2540
+ "privacy": "private"
2541
+ },
2542
+ {
2543
+ "kind": "field",
2544
+ "name": "updateSub",
2545
+ "type": {
2546
+ "text": "Subscription"
2547
+ },
2548
+ "privacy": "private"
2549
+ },
2550
+ {
2551
+ "kind": "field",
2552
+ "name": "connectionSub",
2553
+ "type": {
2554
+ "text": "Subscription"
2555
+ },
2556
+ "privacy": "private"
2557
+ },
2558
+ {
2559
+ "kind": "field",
2560
+ "name": "isRequestServer",
2561
+ "type": {
2562
+ "text": "boolean"
2563
+ },
2564
+ "privacy": "private",
2565
+ "default": "false"
2566
+ },
2567
+ {
2568
+ "kind": "field",
2569
+ "name": "requiresFullRowDataAndColDefs",
2570
+ "type": {
2571
+ "text": "boolean"
2572
+ },
2573
+ "privacy": "private",
2574
+ "default": "true"
2253
2575
  },
2254
2576
  {
2255
- "kind": "method",
2256
- "name": "focus",
2257
- "description": "Set focus to the input"
2577
+ "kind": "field",
2578
+ "name": "dataSubWasLoggedOff",
2579
+ "type": {
2580
+ "text": "boolean"
2581
+ },
2582
+ "privacy": "private",
2583
+ "default": "false"
2258
2584
  },
2259
2585
  {
2260
- "kind": "method",
2261
- "name": "handleKeyDown",
2262
- "parameters": [
2263
- {
2264
- "name": "event",
2265
- "type": {
2266
- "text": "KeyboardEvent"
2267
- }
2268
- }
2269
- ],
2270
- "description": "Process key down events"
2586
+ "kind": "field",
2587
+ "name": "rows",
2588
+ "type": {
2589
+ "text": "Map<string, any>"
2590
+ },
2591
+ "privacy": "private",
2592
+ "default": "new Map()"
2271
2593
  },
2272
2594
  {
2273
2595
  "kind": "field",
2274
- "name": "_presentation",
2596
+ "name": "gridTransaction",
2275
2597
  "type": {
2276
- "text": "ComponentPresentation | null | undefined"
2598
+ "text": "RowDataTransaction"
2277
2599
  },
2278
- "privacy": "private",
2279
- "default": "void 0",
2280
- "inheritedFrom": {
2281
- "name": "FoundationElement",
2282
- "module": "src/foundation-element/foundation-element.ts"
2283
- }
2600
+ "privacy": "private"
2284
2601
  },
2285
2602
  {
2286
2603
  "kind": "field",
2287
- "name": "$presentation",
2604
+ "name": "sourceRef",
2288
2605
  "type": {
2289
- "text": "ComponentPresentation | null"
2606
+ "text": "string"
2290
2607
  },
2291
- "privacy": "public",
2292
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2293
- "inheritedFrom": {
2294
- "name": "FoundationElement",
2295
- "module": "src/foundation-element/foundation-element.ts"
2296
- }
2608
+ "privacy": "private"
2297
2609
  },
2298
2610
  {
2299
2611
  "kind": "field",
2300
- "name": "template",
2612
+ "name": "criteriaFromFilters",
2301
2613
  "type": {
2302
- "text": "ElementViewTemplate | void | null"
2614
+ "text": "Map<string, string>"
2303
2615
  },
2304
- "privacy": "public",
2305
- "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.",
2306
- "inheritedFrom": {
2307
- "name": "FoundationElement",
2308
- "module": "src/foundation-element/foundation-element.ts"
2309
- }
2616
+ "privacy": "private",
2617
+ "default": "new Map()"
2618
+ },
2619
+ {
2620
+ "kind": "field",
2621
+ "name": "update",
2622
+ "type": {
2623
+ "text": "BehaviorSubject<Map<string, string>>"
2624
+ },
2625
+ "privacy": "private",
2626
+ "default": "new BehaviorSubject(new Map())"
2310
2627
  },
2311
2628
  {
2312
2629
  "kind": "method",
2313
- "name": "templateChanged",
2314
- "privacy": "protected",
2630
+ "name": "deepClone",
2315
2631
  "return": {
2316
2632
  "type": {
2317
- "text": "void"
2633
+ "text": "Node"
2318
2634
  }
2319
2635
  },
2320
2636
  "inheritedFrom": {
2321
- "name": "FoundationElement",
2322
- "module": "src/foundation-element/foundation-element.ts"
2637
+ "name": "LifecycleMixin",
2638
+ "module": "src/mixins/lifecycle/lifecycle.ts"
2323
2639
  }
2324
2640
  },
2325
2641
  {
2326
2642
  "kind": "field",
2327
- "name": "styles",
2643
+ "name": "gridTabulator",
2328
2644
  "type": {
2329
- "text": "ElementStyles | void | null"
2645
+ "text": "GridTabulator | null"
2330
2646
  },
2331
- "privacy": "public",
2332
- "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.",
2333
- "inheritedFrom": {
2334
- "name": "FoundationElement",
2335
- "module": "src/foundation-element/foundation-element.ts"
2336
- }
2647
+ "privacy": "private",
2648
+ "readonly": true
2337
2649
  },
2338
2650
  {
2339
2651
  "kind": "method",
2340
- "name": "stylesChanged",
2341
- "privacy": "protected",
2342
- "return": {
2343
- "type": {
2344
- "text": "void"
2345
- }
2346
- },
2347
- "inheritedFrom": {
2348
- "name": "FoundationElement",
2349
- "module": "src/foundation-element/foundation-element.ts"
2350
- }
2652
+ "name": "init",
2653
+ "description": "Initializes the datasource.",
2654
+ "privacy": "public"
2351
2655
  },
2352
2656
  {
2353
2657
  "kind": "method",
2354
- "name": "compose",
2355
- "privacy": "public",
2356
- "static": true,
2357
- "return": {
2358
- "type": {
2359
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2360
- }
2361
- },
2658
+ "name": "destroy",
2659
+ "description": "Destroys the datasource, resetting it to its initial state.",
2660
+ "privacy": "public"
2661
+ },
2662
+ {
2663
+ "kind": "method",
2664
+ "name": "restart",
2665
+ "description": "Restarts the datasource, uses `deinit` and `init` in sequence.",
2666
+ "privacy": "public"
2667
+ },
2668
+ {
2669
+ "kind": "method",
2670
+ "name": "refreshRows",
2671
+ "description": "Force the grid to redispatch the current rows"
2672
+ },
2673
+ {
2674
+ "kind": "method",
2675
+ "name": "handleErrors",
2362
2676
  "parameters": [
2363
2677
  {
2364
- "name": "this",
2678
+ "name": "errors",
2365
2679
  "type": {
2366
- "text": "K"
2680
+ "text": "string | any[]"
2367
2681
  }
2368
- },
2682
+ }
2683
+ ],
2684
+ "description": "Handles errors by emitting an error event"
2685
+ },
2686
+ {
2687
+ "kind": "method",
2688
+ "name": "getColumnDefs",
2689
+ "privacy": "private",
2690
+ "parameters": [
2369
2691
  {
2370
- "name": "elementDefinition",
2692
+ "name": "fieldsMetadata",
2371
2693
  "type": {
2372
- "text": "T"
2694
+ "text": "FieldMetadata[]"
2373
2695
  },
2374
- "description": "The definition of the element to create the registry\nfunction for."
2696
+ "description": "The field metadata to generate column definitions from"
2375
2697
  }
2376
2698
  ],
2377
- "description": "Defines an element registry function with a set of element definition defaults.",
2378
- "inheritedFrom": {
2379
- "name": "FoundationElement",
2380
- "module": "src/foundation-element/foundation-element.ts"
2381
- }
2382
- }
2383
- ],
2384
- "superclass": {
2385
- "name": "FoundationElement",
2386
- "package": "@microsoft/fast-foundation"
2387
- }
2388
- },
2389
- {
2390
- "kind": "variable",
2391
- "name": "numberEditorStyles",
2392
- "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
2393
- "description": "Styles for the number editor"
2394
- },
2395
- {
2396
- "kind": "function",
2397
- "name": "getNumberEditorTemplate",
2398
- "parameters": [
2399
- {
2400
- "name": "prefix",
2401
- "default": "'foundation'",
2402
- "description": "The design system prefix to use. Defaults to 'foundation'."
2403
- }
2404
- ],
2405
- "description": "Get a Design System prefixed number field template.",
2406
- "return": {
2407
- "type": {
2408
- "text": ""
2409
- }
2410
- }
2411
- },
2412
- {
2413
- "kind": "variable",
2414
- "name": "foundationNumberEditor",
2415
- "description": "Definition for the number editor component"
2416
- }
2417
- ],
2418
- "exports": [
2419
- {
2420
- "kind": "js",
2421
- "name": "NumberEditor",
2422
- "declaration": {
2423
- "name": "NumberEditor",
2424
- "module": "src/cell-editors/number.editor.ts"
2425
- }
2426
- },
2427
- {
2428
- "kind": "js",
2429
- "name": "numberEditorStyles",
2430
- "declaration": {
2431
- "name": "numberEditorStyles",
2432
- "module": "src/cell-editors/number.editor.ts"
2433
- }
2434
- },
2435
- {
2436
- "kind": "js",
2437
- "name": "getNumberEditorTemplate",
2438
- "declaration": {
2439
- "name": "getNumberEditorTemplate",
2440
- "module": "src/cell-editors/number.editor.ts"
2441
- }
2442
- },
2443
- {
2444
- "kind": "js",
2445
- "name": "foundationNumberEditor",
2446
- "declaration": {
2447
- "name": "foundationNumberEditor",
2448
- "module": "src/cell-editors/number.editor.ts"
2449
- }
2450
- }
2451
- ]
2452
- },
2453
- {
2454
- "kind": "javascript-module",
2455
- "path": "src/cell-editors/select.editor.ts",
2456
- "declarations": [
2457
- {
2458
- "kind": "class",
2459
- "description": "The select editor class for grid-tabulator",
2460
- "name": "SelectEditor",
2461
- "members": [
2462
- {
2463
- "kind": "field",
2464
- "name": "params",
2465
- "type": {
2466
- "text": "SelectEditorParams"
2467
- }
2699
+ "description": "Generate column definitions from the field metadata"
2468
2700
  },
2469
2701
  {
2470
- "kind": "field",
2471
- "name": "select",
2472
- "type": {
2473
- "text": "any"
2702
+ "kind": "method",
2703
+ "name": "handleSnapshot",
2704
+ "privacy": "private",
2705
+ "parameters": [
2706
+ {
2707
+ "name": "result"
2708
+ }
2709
+ ]
2710
+ },
2711
+ {
2712
+ "kind": "method",
2713
+ "name": "datasourceOptions",
2714
+ "privacy": "private",
2715
+ "return": {
2716
+ "type": {
2717
+ "text": "DatasourceOptions"
2718
+ }
2474
2719
  }
2475
2720
  },
2476
2721
  {
2477
2722
  "kind": "method",
2478
- "name": "init",
2723
+ "name": "handleStreamResult",
2724
+ "privacy": "private",
2479
2725
  "parameters": [
2480
2726
  {
2481
- "name": "params",
2727
+ "name": "result",
2482
2728
  "type": {
2483
- "text": "SelectEditorParams"
2729
+ "text": "FilteredDataServerResult | RequestServerResult"
2484
2730
  }
2485
2731
  }
2486
- ],
2487
- "description": "Initialize the editor with parameters"
2488
- },
2489
- {
2490
- "kind": "method",
2491
- "name": "getValue",
2492
- "description": "Get current value"
2732
+ ]
2493
2733
  },
2494
2734
  {
2495
2735
  "kind": "method",
2496
- "name": "focus",
2497
- "description": "Set focus to the select"
2736
+ "name": "applyRequestServerData",
2737
+ "privacy": "private",
2738
+ "parameters": [
2739
+ {
2740
+ "name": "requestServerResult",
2741
+ "type": {
2742
+ "text": "RequestServerResult"
2743
+ }
2744
+ }
2745
+ ]
2498
2746
  },
2499
2747
  {
2500
2748
  "kind": "method",
2501
- "name": "handleKeyDown",
2749
+ "name": "applyDataserverData",
2750
+ "privacy": "private",
2502
2751
  "parameters": [
2503
2752
  {
2504
- "name": "event",
2753
+ "name": "dataServerResult",
2505
2754
  "type": {
2506
- "text": "KeyboardEvent"
2755
+ "text": "FilteredDataServerResult"
2507
2756
  }
2508
2757
  }
2509
- ],
2510
- "description": "Process key down events"
2758
+ ]
2511
2759
  },
2512
2760
  {
2513
2761
  "kind": "method",
2514
- "name": "handleChange",
2515
- "description": "Handle change event"
2762
+ "name": "applyTransaction",
2763
+ "privacy": "private"
2516
2764
  },
2517
2765
  {
2518
- "kind": "field",
2519
- "name": "_presentation",
2520
- "type": {
2521
- "text": "ComponentPresentation | null | undefined"
2522
- },
2766
+ "kind": "method",
2767
+ "name": "mapTransaction",
2523
2768
  "privacy": "private",
2524
- "default": "void 0",
2525
- "inheritedFrom": {
2526
- "name": "FoundationElement",
2527
- "module": "src/foundation-element/foundation-element.ts"
2528
- }
2529
- },
2530
- {
2531
- "kind": "field",
2532
- "name": "$presentation",
2533
- "type": {
2534
- "text": "ComponentPresentation | null"
2535
- },
2536
- "privacy": "public",
2537
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2538
- "inheritedFrom": {
2539
- "name": "FoundationElement",
2540
- "module": "src/foundation-element/foundation-element.ts"
2541
- }
2542
- },
2543
- {
2544
- "kind": "field",
2545
- "name": "template",
2546
- "type": {
2547
- "text": "ElementViewTemplate | void | null"
2548
- },
2549
- "privacy": "public",
2550
- "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.",
2551
- "inheritedFrom": {
2552
- "name": "FoundationElement",
2553
- "module": "src/foundation-element/foundation-element.ts"
2554
- }
2769
+ "parameters": [
2770
+ {
2771
+ "name": "transaction",
2772
+ "type": {
2773
+ "text": "RowDataTransaction"
2774
+ }
2775
+ }
2776
+ ]
2555
2777
  },
2556
2778
  {
2557
2779
  "kind": "method",
2558
- "name": "templateChanged",
2559
- "privacy": "protected",
2560
- "return": {
2561
- "type": {
2562
- "text": "void"
2780
+ "name": "handleStreamInserts",
2781
+ "privacy": "private",
2782
+ "parameters": [
2783
+ {
2784
+ "name": "insertedRows",
2785
+ "type": {
2786
+ "text": "any[]"
2787
+ }
2563
2788
  }
2564
- },
2565
- "inheritedFrom": {
2566
- "name": "FoundationElement",
2567
- "module": "src/foundation-element/foundation-element.ts"
2568
- }
2569
- },
2570
- {
2571
- "kind": "field",
2572
- "name": "styles",
2573
- "type": {
2574
- "text": "ElementStyles | void | null"
2575
- },
2576
- "privacy": "public",
2577
- "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.",
2578
- "inheritedFrom": {
2579
- "name": "FoundationElement",
2580
- "module": "src/foundation-element/foundation-element.ts"
2581
- }
2789
+ ]
2582
2790
  },
2583
2791
  {
2584
2792
  "kind": "method",
2585
- "name": "stylesChanged",
2586
- "privacy": "protected",
2587
- "return": {
2588
- "type": {
2589
- "text": "void"
2793
+ "name": "handleStreamDeletes",
2794
+ "privacy": "private",
2795
+ "parameters": [
2796
+ {
2797
+ "name": "deletedRows",
2798
+ "type": {
2799
+ "text": "any[]"
2800
+ }
2590
2801
  }
2591
- },
2592
- "inheritedFrom": {
2593
- "name": "FoundationElement",
2594
- "module": "src/foundation-element/foundation-element.ts"
2595
- }
2802
+ ]
2596
2803
  },
2597
2804
  {
2598
2805
  "kind": "method",
2599
- "name": "compose",
2600
- "privacy": "public",
2601
- "static": true,
2602
- "return": {
2603
- "type": {
2604
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2605
- }
2606
- },
2806
+ "name": "handleStreamUpdates",
2807
+ "privacy": "private",
2607
2808
  "parameters": [
2608
2809
  {
2609
- "name": "this",
2810
+ "name": "updatedRows",
2610
2811
  "type": {
2611
- "text": "K"
2812
+ "text": "any[]"
2612
2813
  }
2613
- },
2614
- {
2615
- "name": "elementDefinition",
2616
- "type": {
2617
- "text": "T"
2618
- },
2619
- "description": "The definition of the element to create the registry\nfunction for."
2620
2814
  }
2621
- ],
2622
- "description": "Defines an element registry function with a set of element definition defaults.",
2623
- "inheritedFrom": {
2624
- "name": "FoundationElement",
2625
- "module": "src/foundation-element/foundation-element.ts"
2626
- }
2627
- }
2628
- ],
2629
- "superclass": {
2630
- "name": "FoundationElement",
2631
- "package": "@microsoft/fast-foundation"
2632
- }
2633
- },
2634
- {
2635
- "kind": "variable",
2636
- "name": "selectEditorStyles",
2637
- "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
2638
- "description": "Styles for the select editor"
2639
- },
2640
- {
2641
- "kind": "function",
2642
- "name": "getSelectEditorTemplate",
2643
- "parameters": [
2815
+ ]
2816
+ },
2644
2817
  {
2645
- "name": "prefix",
2646
- "default": "'foundation'",
2647
- "description": "The design system prefix to use. Defaults to 'foundation'."
2648
- }
2649
- ],
2650
- "description": "Get a Design System prefixed Select template.",
2651
- "return": {
2652
- "type": {
2653
- "text": ""
2654
- }
2655
- },
2656
- "privacy": "public"
2657
- },
2658
- {
2659
- "kind": "variable",
2660
- "name": "foundationSelectEditor",
2661
- "description": "Definition for the select editor component"
2662
- }
2663
- ],
2664
- "exports": [
2665
- {
2666
- "kind": "js",
2667
- "name": "SelectEditor",
2668
- "declaration": {
2669
- "name": "SelectEditor",
2670
- "module": "src/cell-editors/select.editor.ts"
2671
- }
2672
- },
2673
- {
2674
- "kind": "js",
2675
- "name": "selectEditorStyles",
2676
- "declaration": {
2677
- "name": "selectEditorStyles",
2678
- "module": "src/cell-editors/select.editor.ts"
2679
- }
2680
- },
2681
- {
2682
- "kind": "js",
2683
- "name": "getSelectEditorTemplate",
2684
- "declaration": {
2685
- "name": "getSelectEditorTemplate",
2686
- "module": "src/cell-editors/select.editor.ts"
2687
- }
2688
- },
2689
- {
2690
- "kind": "js",
2691
- "name": "foundationSelectEditor",
2692
- "declaration": {
2693
- "name": "foundationSelectEditor",
2694
- "module": "src/cell-editors/select.editor.ts"
2695
- }
2696
- }
2697
- ]
2698
- },
2699
- {
2700
- "kind": "javascript-module",
2701
- "path": "src/cell-editors/string.editor.ts",
2702
- "declarations": [
2703
- {
2704
- "kind": "class",
2705
- "description": "The string editor class for grid-tabulator",
2706
- "name": "StringEditor",
2707
- "members": [
2818
+ "kind": "method",
2819
+ "name": "handleSizeChanged",
2820
+ "privacy": "private",
2821
+ "parameters": [
2822
+ {
2823
+ "name": "oldSize",
2824
+ "type": {
2825
+ "text": "number"
2826
+ }
2827
+ },
2828
+ {
2829
+ "name": "newSize",
2830
+ "type": {
2831
+ "text": "number"
2832
+ }
2833
+ }
2834
+ ],
2835
+ "description": "Emit event when the number of rows changes"
2836
+ },
2708
2837
  {
2709
- "kind": "field",
2710
- "name": "params",
2711
- "type": {
2712
- "text": "StringEditorParams"
2838
+ "kind": "method",
2839
+ "name": "buildCriteria",
2840
+ "privacy": "private",
2841
+ "return": {
2842
+ "type": {
2843
+ "text": "string"
2844
+ }
2713
2845
  }
2714
2846
  },
2715
2847
  {
2716
- "kind": "field",
2717
- "name": "textField",
2718
- "type": {
2719
- "text": "any"
2720
- }
2848
+ "kind": "method",
2849
+ "name": "setFilter",
2850
+ "privacy": "public",
2851
+ "parameters": [
2852
+ {
2853
+ "name": "fieldName",
2854
+ "type": {
2855
+ "text": "string"
2856
+ }
2857
+ },
2858
+ {
2859
+ "name": "newFilter",
2860
+ "type": {
2861
+ "text": "string"
2862
+ }
2863
+ }
2864
+ ]
2721
2865
  },
2722
2866
  {
2723
2867
  "kind": "method",
2724
- "name": "init",
2868
+ "name": "removeFilter",
2869
+ "privacy": "public",
2725
2870
  "parameters": [
2726
2871
  {
2727
- "name": "params",
2872
+ "name": "fieldName",
2728
2873
  "type": {
2729
- "text": "StringEditorParams"
2874
+ "text": "string"
2730
2875
  }
2731
2876
  }
2732
- ],
2733
- "description": "Initialize the editor with parameters"
2877
+ ]
2734
2878
  },
2735
2879
  {
2736
2880
  "kind": "method",
2737
- "name": "getValue",
2738
- "description": "Get current value"
2881
+ "name": "datasourceStatusChanged",
2882
+ "parameters": [
2883
+ {
2884
+ "name": "prev",
2885
+ "type": {
2886
+ "text": "DatasourceStatus"
2887
+ }
2888
+ },
2889
+ {
2890
+ "name": "next",
2891
+ "type": {
2892
+ "text": "DatasourceStatus"
2893
+ }
2894
+ }
2895
+ ]
2739
2896
  },
2740
2897
  {
2741
2898
  "kind": "method",
2742
- "name": "focus",
2743
- "description": "Set focus to the input"
2899
+ "name": "cloneNode",
2900
+ "return": {
2901
+ "type": {
2902
+ "text": "Node"
2903
+ }
2904
+ },
2905
+ "parameters": [
2906
+ {
2907
+ "name": "deep",
2908
+ "optional": true,
2909
+ "type": {
2910
+ "text": "boolean"
2911
+ }
2912
+ }
2913
+ ],
2914
+ "inheritedFrom": {
2915
+ "name": "LifecycleMixin",
2916
+ "module": "src/mixins/lifecycle/lifecycle.ts"
2917
+ }
2918
+ },
2919
+ {
2920
+ "kind": "field",
2921
+ "name": "shouldRunDisconnect",
2922
+ "return": {
2923
+ "type": {
2924
+ "text": ""
2925
+ }
2926
+ },
2927
+ "readonly": true,
2928
+ "inheritedFrom": {
2929
+ "name": "LifecycleMixin",
2930
+ "module": "src/mixins/lifecycle/lifecycle.ts"
2931
+ }
2932
+ },
2933
+ {
2934
+ "kind": "field",
2935
+ "name": "shouldRunConnect",
2936
+ "return": {
2937
+ "type": {
2938
+ "text": ""
2939
+ }
2940
+ },
2941
+ "readonly": true,
2942
+ "inheritedFrom": {
2943
+ "name": "LifecycleMixin",
2944
+ "module": "src/mixins/lifecycle/lifecycle.ts"
2945
+ }
2744
2946
  },
2745
2947
  {
2746
2948
  "kind": "method",
2747
- "name": "handleKeyDown",
2949
+ "name": "#_blockLifecycleDueToTokenChange",
2950
+ "return": {
2951
+ "type": {
2952
+ "text": "boolean"
2953
+ }
2954
+ },
2748
2955
  "parameters": [
2749
2956
  {
2750
- "name": "event",
2957
+ "name": "lifecycleType",
2751
2958
  "type": {
2752
- "text": "KeyboardEvent"
2959
+ "text": "Lifecycletype"
2753
2960
  }
2754
2961
  }
2755
2962
  ],
2756
- "description": "Process key down events"
2963
+ "inheritedFrom": {
2964
+ "name": "LifecycleMixin",
2965
+ "module": "src/mixins/lifecycle/lifecycle.ts"
2966
+ }
2757
2967
  },
2758
2968
  {
2759
2969
  "kind": "field",
@@ -2867,586 +3077,385 @@
2867
3077
  }
2868
3078
  }
2869
3079
  ],
2870
- "superclass": {
2871
- "name": "FoundationElement",
2872
- "package": "@microsoft/fast-foundation"
2873
- }
2874
- },
2875
- {
2876
- "kind": "variable",
2877
- "name": "stringEditorStyles",
2878
- "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
2879
- "description": "Styles for the string editor"
2880
- },
2881
- {
2882
- "kind": "function",
2883
- "name": "getStringEditorTemplate",
2884
- "parameters": [
3080
+ "attributes": [
2885
3081
  {
2886
- "name": "prefix",
2887
- "default": "'foundation'",
2888
- "description": "The design system prefix to use. Defaults to 'foundation'."
2889
- }
2890
- ],
2891
- "description": "Get a Design System prefixed text field template.",
2892
- "return": {
2893
- "type": {
2894
- "text": ""
2895
- }
2896
- }
2897
- },
2898
- {
2899
- "kind": "variable",
2900
- "name": "foundationStringEditor",
2901
- "description": "Definition for the string editor component"
2902
- }
2903
- ],
2904
- "exports": [
2905
- {
2906
- "kind": "js",
2907
- "name": "StringEditor",
2908
- "declaration": {
2909
- "name": "StringEditor",
2910
- "module": "src/cell-editors/string.editor.ts"
2911
- }
2912
- },
2913
- {
2914
- "kind": "js",
2915
- "name": "stringEditorStyles",
2916
- "declaration": {
2917
- "name": "stringEditorStyles",
2918
- "module": "src/cell-editors/string.editor.ts"
2919
- }
2920
- },
2921
- {
2922
- "kind": "js",
2923
- "name": "getStringEditorTemplate",
2924
- "declaration": {
2925
- "name": "getStringEditorTemplate",
2926
- "module": "src/cell-editors/string.editor.ts"
2927
- }
2928
- },
2929
- {
2930
- "kind": "js",
2931
- "name": "foundationStringEditor",
2932
- "declaration": {
2933
- "name": "foundationStringEditor",
2934
- "module": "src/cell-editors/string.editor.ts"
2935
- }
2936
- }
2937
- ]
2938
- },
2939
- {
2940
- "kind": "javascript-module",
2941
- "path": "src/cell-formatters/action.formatter.ts",
2942
- "declarations": [
2943
- {
2944
- "kind": "function",
2945
- "name": "actionFormatter",
2946
- "return": {
2947
- "type": {
2948
- "text": ""
2949
- }
2950
- },
2951
- "parameters": [
3082
+ "name": "criteria",
3083
+ "type": {
3084
+ "text": "string"
3085
+ },
3086
+ "fieldName": "criteria"
3087
+ },
2952
3088
  {
2953
- "name": "cell",
3089
+ "name": "fields",
3090
+ "type": {
3091
+ "text": "string"
3092
+ },
3093
+ "fieldName": "fields"
3094
+ },
3095
+ {
3096
+ "name": "is-snapshot",
3097
+ "type": {
3098
+ "text": "boolean"
3099
+ },
3100
+ "default": "false",
3101
+ "fieldName": "isSnapshot"
3102
+ },
3103
+ {
3104
+ "name": "max-rows",
3105
+ "type": {
3106
+ "text": "number"
3107
+ },
3108
+ "fieldName": "maxRows"
3109
+ },
3110
+ {
3111
+ "name": "max-view",
2954
3112
  "type": {
2955
- "text": "any"
3113
+ "text": "number"
2956
3114
  },
2957
- "description": "The cell component provided by Tabulator"
3115
+ "fieldName": "maxView"
2958
3116
  },
2959
3117
  {
2960
- "name": "formatterParams",
2961
- "default": "{}",
3118
+ "name": "polling-interval",
2962
3119
  "type": {
2963
- "text": "ActionFormatterParams<T>"
3120
+ "text": "number"
2964
3121
  },
2965
- "description": "Action formatter parameters"
2966
- }
2967
- ],
2968
- "description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
2969
- "privacy": "public"
2970
- }
2971
- ],
2972
- "exports": [
2973
- {
2974
- "kind": "js",
2975
- "name": "actionFormatter",
2976
- "declaration": {
2977
- "name": "actionFormatter",
2978
- "module": "src/cell-formatters/action.formatter.ts"
2979
- }
2980
- }
2981
- ]
2982
- },
2983
- {
2984
- "kind": "javascript-module",
2985
- "path": "src/cell-formatters/actions-menu.formatter.ts",
2986
- "declarations": [
2987
- {
2988
- "kind": "function",
2989
- "name": "actionsMenuFormatter",
2990
- "return": {
2991
- "type": {
2992
- "text": ""
2993
- }
2994
- },
2995
- "parameters": [
3122
+ "fieldName": "pollingInterval"
3123
+ },
2996
3124
  {
2997
- "name": "cell",
3125
+ "name": "moving-view",
2998
3126
  "type": {
2999
- "text": "any"
3127
+ "text": "boolean"
3000
3128
  },
3001
- "description": "The cell component provided by Tabulator"
3129
+ "default": "false",
3130
+ "fieldName": "movingView"
3002
3131
  },
3003
3132
  {
3004
- "name": "formatterParams",
3005
- "default": "{}",
3133
+ "name": "order-by",
3006
3134
  "type": {
3007
- "text": "ActionsMenuFormatterParams<T>"
3135
+ "text": "string"
3008
3136
  },
3009
- "description": "Actions menu formatter parameters"
3010
- }
3011
- ],
3012
- "description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
3013
- "privacy": "public"
3014
- }
3015
- ],
3016
- "exports": [
3017
- {
3018
- "kind": "js",
3019
- "name": "actionsMenuFormatter",
3020
- "declaration": {
3021
- "name": "actionsMenuFormatter",
3022
- "module": "src/cell-formatters/actions-menu.formatter.ts"
3023
- }
3024
- }
3025
- ]
3026
- },
3027
- {
3028
- "kind": "javascript-module",
3029
- "path": "src/cell-formatters/boolean.formatter.ts",
3030
- "declarations": [
3031
- {
3032
- "kind": "function",
3033
- "name": "booleanFormatter",
3034
- "return": {
3035
- "type": {
3036
- "text": ""
3037
- }
3038
- },
3039
- "parameters": [
3137
+ "fieldName": "orderBy"
3138
+ },
3040
3139
  {
3041
- "name": "cell",
3140
+ "name": "resource-name",
3042
3141
  "type": {
3043
- "text": "any"
3142
+ "text": "string"
3044
3143
  },
3045
- "description": "The cell component provided by Tabulator"
3144
+ "fieldName": "resourceName"
3046
3145
  },
3047
3146
  {
3048
- "name": "formatterParams",
3049
- "default": "{}",
3050
3147
  "type": {
3051
- "text": "BooleanFormatterParams<T>"
3148
+ "text": "boolean"
3052
3149
  },
3053
- "description": "Boolean formatter parameters"
3054
- }
3055
- ],
3056
- "description": "Formatter that displays boolean values using a checkbox component.\nStyled to match grid-pro boolean renderer.",
3057
- "privacy": "public"
3058
- }
3059
- ],
3060
- "exports": [
3061
- {
3062
- "kind": "js",
3063
- "name": "booleanFormatter",
3064
- "declaration": {
3065
- "name": "booleanFormatter",
3066
- "module": "src/cell-formatters/boolean.formatter.ts"
3067
- }
3068
- }
3069
- ]
3070
- },
3071
- {
3072
- "kind": "javascript-module",
3073
- "path": "src/cell-formatters/constants.ts",
3074
- "declarations": [],
3075
- "exports": []
3076
- },
3077
- {
3078
- "kind": "javascript-module",
3079
- "path": "src/cell-formatters/editable.formatter.ts",
3080
- "declarations": [
3081
- {
3082
- "kind": "function",
3083
- "name": "editableFormatter",
3084
- "return": {
3085
- "type": {
3086
- "text": ""
3087
- }
3088
- },
3089
- "parameters": [
3150
+ "default": "false",
3151
+ "fieldName": "reverse"
3152
+ },
3090
3153
  {
3091
- "name": "cell",
3154
+ "name": "row-id",
3155
+ "description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
3156
+ "fieldName": "rowIdAttr"
3157
+ },
3158
+ {
3159
+ "name": "restart-on-reconnection",
3092
3160
  "type": {
3093
- "text": "any"
3161
+ "text": "boolean"
3094
3162
  },
3095
- "description": "The cell component provided by Tabulator"
3163
+ "default": "true",
3164
+ "fieldName": "restartOnReconnection"
3096
3165
  },
3097
3166
  {
3098
- "name": "formatterParams",
3099
- "default": "{}",
3167
+ "name": "keep-col-defs-on-clear-row-data",
3100
3168
  "type": {
3101
- "text": "EditableFormatterParams<T>"
3169
+ "text": "boolean"
3102
3170
  },
3103
- "description": "Editable formatter parameters"
3171
+ "default": "false",
3172
+ "description": "Whether to keep column definitions when clearing row data",
3173
+ "fieldName": "keepColDefsOnClearRowData"
3104
3174
  }
3105
3175
  ],
3106
- "description": "Formatter that displays an editable cell with validation state",
3107
- "privacy": "public"
3108
- }
3109
- ],
3110
- "exports": [
3111
- {
3112
- "kind": "js",
3113
- "name": "editableFormatter",
3114
- "declaration": {
3115
- "name": "editableFormatter",
3116
- "module": "src/cell-formatters/editable.formatter.ts"
3117
- }
3118
- }
3119
- ]
3120
- },
3121
- {
3122
- "kind": "javascript-module",
3123
- "path": "src/cell-formatters/index.ts",
3124
- "declarations": [
3125
- {
3126
- "kind": "variable",
3127
- "name": "formatters",
3128
- "type": {
3129
- "text": "object"
3176
+ "mixins": [
3177
+ {
3178
+ "name": "LifecycleMixin",
3179
+ "package": "@genesislcap/foundation-utils"
3180
+ },
3181
+ {
3182
+ "name": "DatasourceEventHandler",
3183
+ "package": "@genesislcap/foundation-comms"
3184
+ }
3185
+ ],
3186
+ "superclass": {
3187
+ "name": "FoundationElement",
3188
+ "package": "@microsoft/fast-foundation"
3130
3189
  },
3131
- "default": "{\n action: actionFormatter,\n actionsMenu: actionsMenuFormatter,\n boolean: booleanFormatter,\n editable: editableFormatter,\n select: selectFormatter,\n text: textFormatter,\n}",
3132
- "description": "Zero formatters for Tabulator grid"
3190
+ "tagName": "grid-tabulator-client-side-datasource",
3191
+ "customElement": true
3133
3192
  }
3134
3193
  ],
3135
3194
  "exports": [
3136
3195
  {
3137
3196
  "kind": "js",
3138
- "name": "*",
3197
+ "name": "criteriaDelimiter",
3139
3198
  "declaration": {
3140
- "name": "*",
3141
- "package": "./constants"
3199
+ "name": "criteriaDelimiter",
3200
+ "module": "src/datasource/client-side.datasource.ts"
3142
3201
  }
3143
3202
  },
3144
3203
  {
3145
3204
  "kind": "js",
3146
- "name": "ActionFormatterParams",
3205
+ "name": "criteriaJoin",
3147
3206
  "declaration": {
3148
- "name": "ActionFormatterParams",
3149
- "module": "src/cell-formatters/index.ts"
3207
+ "name": "criteriaJoin",
3208
+ "module": "src/datasource/client-side.datasource.ts"
3150
3209
  }
3151
3210
  },
3152
3211
  {
3153
3212
  "kind": "js",
3154
- "name": "actionFormatter",
3213
+ "name": "GridTabulatorClientSideDatasource",
3155
3214
  "declaration": {
3156
- "name": "actionFormatter",
3157
- "module": "src/cell-formatters/index.ts"
3215
+ "name": "GridTabulatorClientSideDatasource",
3216
+ "module": "src/datasource/client-side.datasource.ts"
3158
3217
  }
3159
3218
  },
3160
3219
  {
3161
- "kind": "js",
3162
- "name": "ActionsMenuFormatterParams",
3220
+ "kind": "custom-element-definition",
3221
+ "name": "grid-tabulator-client-side-datasource",
3163
3222
  "declaration": {
3164
- "name": "ActionsMenuFormatterParams",
3165
- "module": "src/cell-formatters/index.ts"
3223
+ "name": "GridTabulatorClientSideDatasource",
3224
+ "module": "src/datasource/client-side.datasource.ts"
3166
3225
  }
3167
- },
3226
+ }
3227
+ ]
3228
+ },
3229
+ {
3230
+ "kind": "javascript-module",
3231
+ "path": "src/datasource/index.ts",
3232
+ "declarations": [],
3233
+ "exports": [
3168
3234
  {
3169
3235
  "kind": "js",
3170
- "name": "actionsMenuFormatter",
3236
+ "name": "*",
3171
3237
  "declaration": {
3172
- "name": "actionsMenuFormatter",
3173
- "module": "src/cell-formatters/index.ts"
3238
+ "name": "*",
3239
+ "package": "./client-side.datasource"
3174
3240
  }
3175
- },
3241
+ }
3242
+ ]
3243
+ },
3244
+ {
3245
+ "kind": "javascript-module",
3246
+ "path": "src/external/fonts.ts",
3247
+ "declarations": [
3176
3248
  {
3177
- "kind": "js",
3178
- "name": "BooleanFormatterParams",
3179
- "declaration": {
3180
- "name": "BooleanFormatterParams",
3181
- "module": "src/cell-formatters/index.ts"
3182
- }
3249
+ "kind": "variable",
3250
+ "name": "tabulatorDefaultFontFace",
3251
+ "default": "`\n @font-face {\n font-family: \"defaultFontFace\";\n }\n`"
3183
3252
  },
3184
3253
  {
3185
- "kind": "js",
3186
- "name": "booleanFormatter",
3187
- "declaration": {
3188
- "name": "booleanFormatter",
3189
- "module": "src/cell-formatters/index.ts"
3190
- }
3254
+ "kind": "variable",
3255
+ "name": "tabulatorRapidFontFace",
3256
+ "default": "`\n @font-face {\n font-family: \"rapidFontFace\";\n }\n`"
3191
3257
  },
3192
3258
  {
3193
- "kind": "js",
3194
- "name": "EditableFormatterParams",
3195
- "declaration": {
3196
- "name": "EditableFormatterParams",
3197
- "module": "src/cell-formatters/index.ts"
3198
- }
3259
+ "kind": "variable",
3260
+ "name": "gridThemeFontFaceMap",
3261
+ "type": {
3262
+ "text": "GridThemeFontFaceMap"
3263
+ },
3264
+ "default": "{\n [GridTabulatorTheme.default]: tabulatorDefaultFontFace,\n [GridTabulatorTheme.rapid]: tabulatorRapidFontFace,\n}"
3199
3265
  },
3266
+ {
3267
+ "kind": "variable",
3268
+ "name": "defaultGridTabulatorFontFace",
3269
+ "default": "tabulatorDefaultFontFace"
3270
+ }
3271
+ ],
3272
+ "exports": [
3200
3273
  {
3201
3274
  "kind": "js",
3202
- "name": "editableFormatter",
3275
+ "name": "tabulatorDefaultFontFace",
3203
3276
  "declaration": {
3204
- "name": "editableFormatter",
3205
- "module": "src/cell-formatters/index.ts"
3277
+ "name": "tabulatorDefaultFontFace",
3278
+ "module": "src/external/fonts.ts"
3206
3279
  }
3207
3280
  },
3208
3281
  {
3209
3282
  "kind": "js",
3210
- "name": "SelectFormatterParams",
3283
+ "name": "tabulatorRapidFontFace",
3211
3284
  "declaration": {
3212
- "name": "SelectFormatterParams",
3213
- "module": "src/cell-formatters/index.ts"
3285
+ "name": "tabulatorRapidFontFace",
3286
+ "module": "src/external/fonts.ts"
3214
3287
  }
3215
3288
  },
3216
3289
  {
3217
3290
  "kind": "js",
3218
- "name": "selectFormatter",
3291
+ "name": "gridThemeFontFaceMap",
3219
3292
  "declaration": {
3220
- "name": "selectFormatter",
3221
- "module": "src/cell-formatters/index.ts"
3293
+ "name": "gridThemeFontFaceMap",
3294
+ "module": "src/external/fonts.ts"
3222
3295
  }
3223
3296
  },
3224
3297
  {
3225
3298
  "kind": "js",
3226
- "name": "TextFormatterParams",
3299
+ "name": "defaultGridTabulatorFontFace",
3227
3300
  "declaration": {
3228
- "name": "TextFormatterParams",
3229
- "module": "src/cell-formatters/index.ts"
3301
+ "name": "defaultGridTabulatorFontFace",
3302
+ "module": "src/external/fonts.ts"
3230
3303
  }
3231
- },
3304
+ }
3305
+ ]
3306
+ },
3307
+ {
3308
+ "kind": "javascript-module",
3309
+ "path": "src/external/index.ts",
3310
+ "declarations": [
3311
+ {
3312
+ "kind": "variable",
3313
+ "name": "tabulatorExternalStockStyles",
3314
+ "default": "css`\n ${tabulatorThemeSimpleCSS}\n`",
3315
+ "description": "External styles for the Tabulator grid.",
3316
+ "privacy": "public"
3317
+ }
3318
+ ],
3319
+ "exports": [
3232
3320
  {
3233
3321
  "kind": "js",
3234
- "name": "textFormatter",
3322
+ "name": "tabulatorExternalStockStyles",
3235
3323
  "declaration": {
3236
- "name": "textFormatter",
3237
- "module": "src/cell-formatters/index.ts"
3324
+ "name": "tabulatorExternalStockStyles",
3325
+ "module": "src/external/index.ts"
3238
3326
  }
3239
3327
  },
3240
3328
  {
3241
3329
  "kind": "js",
3242
- "name": "formatters",
3330
+ "name": "tabulatorThemeSimpleCSS",
3243
3331
  "declaration": {
3244
- "name": "formatters",
3245
- "module": "src/cell-formatters/index.ts"
3332
+ "name": "tabulatorThemeSimpleCSS",
3333
+ "module": "src/external/index.ts"
3246
3334
  }
3247
3335
  }
3248
3336
  ]
3249
3337
  },
3250
3338
  {
3251
3339
  "kind": "javascript-module",
3252
- "path": "src/cell-formatters/select.formatter.ts",
3340
+ "path": "src/external/tabulator-theme-simple-css.ts",
3253
3341
  "declarations": [
3254
3342
  {
3255
- "kind": "function",
3256
- "name": "selectFormatter",
3257
- "return": {
3258
- "type": {
3259
- "text": ""
3260
- }
3261
- },
3262
- "parameters": [
3263
- {
3264
- "name": "cell",
3265
- "type": {
3266
- "text": "any"
3267
- },
3268
- "description": "The cell component provided by Tabulator"
3269
- },
3270
- {
3271
- "name": "formatterParams",
3272
- "type": {
3273
- "text": "SelectFormatterParams<T>"
3274
- },
3275
- "description": "Select formatter parameters"
3276
- }
3277
- ],
3278
- "description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
3343
+ "kind": "variable",
3344
+ "name": "tabulatorThemeSimpleCSS",
3345
+ "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`",
3346
+ "description": "External styles for the Tabulator grid.",
3279
3347
  "privacy": "public"
3280
3348
  }
3281
3349
  ],
3282
3350
  "exports": [
3283
3351
  {
3284
3352
  "kind": "js",
3285
- "name": "selectFormatter",
3353
+ "name": "tabulatorThemeSimpleCSS",
3286
3354
  "declaration": {
3287
- "name": "selectFormatter",
3288
- "module": "src/cell-formatters/select.formatter.ts"
3355
+ "name": "tabulatorThemeSimpleCSS",
3356
+ "module": "src/external/tabulator-theme-simple-css.ts"
3289
3357
  }
3290
3358
  }
3291
3359
  ]
3292
3360
  },
3293
3361
  {
3294
3362
  "kind": "javascript-module",
3295
- "path": "src/cell-formatters/text.formatter.ts",
3296
- "declarations": [
3297
- {
3298
- "kind": "function",
3299
- "name": "textFormatter",
3300
- "return": {
3301
- "type": {
3302
- "text": ""
3303
- }
3304
- },
3305
- "parameters": [
3306
- {
3307
- "name": "cell",
3308
- "type": {
3309
- "text": "any"
3310
- },
3311
- "description": "The cell component provided by Tabulator"
3312
- },
3313
- {
3314
- "name": "formatterParams",
3315
- "default": "{}",
3316
- "type": {
3317
- "text": "TextFormatterParams<T>"
3318
- },
3319
- "description": "Text formatter parameters"
3320
- }
3321
- ],
3322
- "description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
3323
- "privacy": "public"
3324
- }
3325
- ],
3363
+ "path": "src/style/colors.ts",
3364
+ "declarations": [],
3365
+ "exports": []
3366
+ },
3367
+ {
3368
+ "kind": "javascript-module",
3369
+ "path": "src/style/index.ts",
3370
+ "declarations": [],
3326
3371
  "exports": [
3327
3372
  {
3328
3373
  "kind": "js",
3329
- "name": "textFormatter",
3374
+ "name": "*",
3330
3375
  "declaration": {
3331
- "name": "textFormatter",
3332
- "module": "src/cell-formatters/text.formatter.ts"
3376
+ "name": "*",
3377
+ "package": "./colors"
3378
+ }
3379
+ },
3380
+ {
3381
+ "kind": "js",
3382
+ "name": "*",
3383
+ "declaration": {
3384
+ "name": "*",
3385
+ "package": "./tokens"
3333
3386
  }
3334
3387
  }
3335
3388
  ]
3336
3389
  },
3337
3390
  {
3338
3391
  "kind": "javascript-module",
3339
- "path": "src/column/column.ts",
3392
+ "path": "src/style/tokens.ts",
3393
+ "declarations": [],
3394
+ "exports": []
3395
+ },
3396
+ {
3397
+ "kind": "javascript-module",
3398
+ "path": "src/cell-editors/date.editor.ts",
3340
3399
  "declarations": [
3341
3400
  {
3342
3401
  "kind": "class",
3343
- "description": "The GridTabulator Column element.",
3344
- "name": "GridTabulatorColumn",
3402
+ "description": "The date editor class for grid-tabulator",
3403
+ "name": "DateEditor",
3345
3404
  "members": [
3346
3405
  {
3347
3406
  "kind": "field",
3348
- "name": "slottedCell",
3407
+ "name": "params",
3349
3408
  "type": {
3350
- "text": "HTMLElement[]"
3351
- },
3352
- "privacy": "public"
3409
+ "text": "DateEditorParams"
3410
+ }
3353
3411
  },
3354
3412
  {
3355
3413
  "kind": "field",
3356
- "name": "definition",
3414
+ "name": "dateField",
3357
3415
  "type": {
3358
- "text": "Partial<ColumnDefinition>"
3359
- },
3360
- "default": "{}"
3361
- },
3362
- {
3363
- "kind": "method",
3364
- "name": "slottedCellChanged",
3365
- "privacy": "public"
3366
- },
3367
- {
3368
- "kind": "method",
3369
- "name": "deepClone",
3370
- "return": {
3371
- "type": {
3372
- "text": "Node"
3373
- }
3374
- },
3375
- "inheritedFrom": {
3376
- "name": "LifecycleMixin",
3377
- "module": "src/mixins/lifecycle/lifecycle.ts"
3416
+ "text": "any"
3378
3417
  }
3379
3418
  },
3380
3419
  {
3381
3420
  "kind": "method",
3382
- "name": "cloneNode",
3383
- "return": {
3384
- "type": {
3385
- "text": "Node"
3386
- }
3387
- },
3421
+ "name": "init",
3388
3422
  "parameters": [
3389
3423
  {
3390
- "name": "deep",
3391
- "optional": true,
3424
+ "name": "params",
3392
3425
  "type": {
3393
- "text": "boolean"
3426
+ "text": "DateEditorParams"
3394
3427
  }
3395
3428
  }
3396
3429
  ],
3397
- "inheritedFrom": {
3398
- "name": "LifecycleMixin",
3399
- "module": "src/mixins/lifecycle/lifecycle.ts"
3400
- }
3401
- },
3402
- {
3403
- "kind": "field",
3404
- "name": "shouldRunDisconnect",
3405
- "return": {
3406
- "type": {
3407
- "text": ""
3408
- }
3409
- },
3410
- "readonly": true,
3411
- "inheritedFrom": {
3412
- "name": "LifecycleMixin",
3413
- "module": "src/mixins/lifecycle/lifecycle.ts"
3414
- }
3430
+ "description": "Initialize the editor with parameters"
3415
3431
  },
3416
3432
  {
3417
- "kind": "field",
3418
- "name": "shouldRunConnect",
3419
- "return": {
3420
- "type": {
3421
- "text": ""
3422
- }
3423
- },
3424
- "readonly": true,
3425
- "inheritedFrom": {
3426
- "name": "LifecycleMixin",
3427
- "module": "src/mixins/lifecycle/lifecycle.ts"
3428
- }
3433
+ "kind": "method",
3434
+ "name": "getValue",
3435
+ "description": "Get current value"
3429
3436
  },
3430
3437
  {
3431
3438
  "kind": "method",
3432
- "name": "#_blockLifecycleDueToTokenChange",
3433
- "return": {
3434
- "type": {
3435
- "text": "boolean"
3436
- }
3437
- },
3439
+ "name": "getFormattedValue",
3440
+ "description": "Format value for display"
3441
+ },
3442
+ {
3443
+ "kind": "method",
3444
+ "name": "focus",
3445
+ "description": "Set focus to the input"
3446
+ },
3447
+ {
3448
+ "kind": "method",
3449
+ "name": "handleKeyDown",
3438
3450
  "parameters": [
3439
3451
  {
3440
- "name": "lifecycleType",
3452
+ "name": "event",
3441
3453
  "type": {
3442
- "text": "Lifecycletype"
3454
+ "text": "KeyboardEvent"
3443
3455
  }
3444
3456
  }
3445
3457
  ],
3446
- "inheritedFrom": {
3447
- "name": "LifecycleMixin",
3448
- "module": "src/mixins/lifecycle/lifecycle.ts"
3449
- }
3458
+ "description": "Process key down events"
3450
3459
  },
3451
3460
  {
3452
3461
  "kind": "field",
@@ -3560,42 +3569,79 @@
3560
3569
  }
3561
3570
  }
3562
3571
  ],
3563
- "mixins": [
3564
- {
3565
- "name": "LifecycleMixin",
3566
- "package": "@genesislcap/foundation-utils"
3567
- }
3568
- ],
3569
3572
  "superclass": {
3570
3573
  "name": "FoundationElement",
3571
3574
  "package": "@microsoft/fast-foundation"
3575
+ }
3576
+ },
3577
+ {
3578
+ "kind": "variable",
3579
+ "name": "dateEditorStyles",
3580
+ "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
3581
+ "description": "Styles for the date editor"
3582
+ },
3583
+ {
3584
+ "kind": "function",
3585
+ "name": "getDateEditorTemplate",
3586
+ "parameters": [
3587
+ {
3588
+ "name": "prefix",
3589
+ "default": "'foundation'",
3590
+ "description": "The design system prefix to use. Defaults to 'foundation'."
3591
+ }
3592
+ ],
3593
+ "description": "Get a Design System prefixed date field template.",
3594
+ "return": {
3595
+ "type": {
3596
+ "text": ""
3597
+ }
3572
3598
  },
3573
- "tagName": "grid-tabulator-column",
3574
- "customElement": true
3599
+ "privacy": "public"
3600
+ },
3601
+ {
3602
+ "kind": "variable",
3603
+ "name": "foundationDateEditor",
3604
+ "description": "Definition for the date editor component"
3575
3605
  }
3576
3606
  ],
3577
3607
  "exports": [
3578
3608
  {
3579
3609
  "kind": "js",
3580
- "name": "GridTabulatorColumn",
3610
+ "name": "DateEditor",
3581
3611
  "declaration": {
3582
- "name": "GridTabulatorColumn",
3583
- "module": "src/column/column.ts"
3612
+ "name": "DateEditor",
3613
+ "module": "src/cell-editors/date.editor.ts"
3584
3614
  }
3585
3615
  },
3586
3616
  {
3587
- "kind": "custom-element-definition",
3588
- "name": "grid-tabulator-column",
3617
+ "kind": "js",
3618
+ "name": "dateEditorStyles",
3589
3619
  "declaration": {
3590
- "name": "GridTabulatorColumn",
3591
- "module": "src/column/column.ts"
3620
+ "name": "dateEditorStyles",
3621
+ "module": "src/cell-editors/date.editor.ts"
3622
+ }
3623
+ },
3624
+ {
3625
+ "kind": "js",
3626
+ "name": "getDateEditorTemplate",
3627
+ "declaration": {
3628
+ "name": "getDateEditorTemplate",
3629
+ "module": "src/cell-editors/date.editor.ts"
3630
+ }
3631
+ },
3632
+ {
3633
+ "kind": "js",
3634
+ "name": "foundationDateEditor",
3635
+ "declaration": {
3636
+ "name": "foundationDateEditor",
3637
+ "module": "src/cell-editors/date.editor.ts"
3592
3638
  }
3593
3639
  }
3594
3640
  ]
3595
3641
  },
3596
3642
  {
3597
3643
  "kind": "javascript-module",
3598
- "path": "src/column/index.ts",
3644
+ "path": "src/cell-editors/index.ts",
3599
3645
  "declarations": [],
3600
3646
  "exports": [
3601
3647
  {
@@ -3603,654 +3649,614 @@
3603
3649
  "name": "*",
3604
3650
  "declaration": {
3605
3651
  "name": "*",
3606
- "package": "./column"
3652
+ "package": "./date.editor"
3607
3653
  }
3608
- }
3609
- ]
3610
- },
3611
- {
3612
- "kind": "javascript-module",
3613
- "path": "src/datasource/client-side.datasource.ts",
3614
- "declarations": [
3654
+ },
3615
3655
  {
3616
- "kind": "variable",
3617
- "name": "criteriaDelimiter",
3618
- "type": {
3619
- "text": "string"
3620
- },
3621
- "default": "';'",
3622
- "description": "Delimiter for criteria in the datasource"
3656
+ "kind": "js",
3657
+ "name": "*",
3658
+ "declaration": {
3659
+ "name": "*",
3660
+ "package": "./number.editor"
3661
+ }
3623
3662
  },
3624
3663
  {
3625
- "kind": "variable",
3626
- "name": "criteriaJoin",
3627
- "type": {
3628
- "text": "string"
3629
- },
3630
- "default": "' && '",
3631
- "description": "Join operator for criteria in the datasource"
3664
+ "kind": "js",
3665
+ "name": "*",
3666
+ "declaration": {
3667
+ "name": "*",
3668
+ "package": "./select.editor"
3669
+ }
3632
3670
  },
3633
3671
  {
3634
- "kind": "class",
3635
- "description": "The Genesis Datasource element, for client-side data fetching and used exclusively by the GridTabulator element.",
3636
- "name": "GridTabulatorClientSideDatasource",
3637
- "members": [
3638
- {
3639
- "kind": "field",
3640
- "name": "auth",
3641
- "type": {
3642
- "text": "Auth"
3643
- }
3644
- },
3645
- {
3646
- "kind": "field",
3647
- "name": "connect",
3648
- "type": {
3649
- "text": "Connect"
3650
- }
3651
- },
3652
- {
3653
- "kind": "field",
3654
- "name": "datasource",
3655
- "type": {
3656
- "text": "Datasource"
3657
- }
3658
- },
3659
- {
3660
- "kind": "field",
3661
- "name": "deferredGridOptions",
3662
- "type": {
3663
- "text": "Options"
3664
- }
3665
- },
3666
- {
3667
- "kind": "field",
3668
- "name": "deferredColumnStates",
3669
- "type": {
3670
- "text": "any[]"
3671
- },
3672
- "default": "[]",
3673
- "description": "Allows storing column layouts between datasource initializations"
3674
- },
3675
- {
3676
- "kind": "field",
3677
- "name": "criteria",
3678
- "type": {
3679
- "text": "string"
3680
- }
3681
- },
3682
- {
3683
- "kind": "method",
3684
- "name": "criteriaChanged",
3685
- "parameters": [
3686
- {
3687
- "name": "oldCriteria",
3688
- "type": {
3689
- "text": "string"
3690
- }
3691
- },
3692
- {
3693
- "name": "newCriteria",
3694
- "type": {
3695
- "text": "string"
3696
- }
3697
- }
3698
- ]
3699
- },
3700
- {
3701
- "kind": "field",
3702
- "name": "fields",
3703
- "type": {
3704
- "text": "string"
3705
- }
3706
- },
3707
- {
3708
- "kind": "field",
3709
- "name": "isSnapshot",
3710
- "type": {
3711
- "text": "boolean"
3712
- },
3713
- "default": "false"
3714
- },
3715
- {
3716
- "kind": "field",
3717
- "name": "maxRows",
3718
- "type": {
3719
- "text": "number"
3720
- }
3721
- },
3722
- {
3723
- "kind": "field",
3724
- "name": "maxView",
3725
- "type": {
3726
- "text": "number"
3727
- }
3728
- },
3729
- {
3730
- "kind": "field",
3731
- "name": "pollingInterval",
3732
- "type": {
3733
- "text": "number"
3734
- }
3735
- },
3736
- {
3737
- "kind": "field",
3738
- "name": "movingView",
3739
- "type": {
3740
- "text": "boolean"
3741
- },
3742
- "default": "false"
3743
- },
3672
+ "kind": "js",
3673
+ "name": "*",
3674
+ "declaration": {
3675
+ "name": "*",
3676
+ "package": "./string.editor"
3677
+ }
3678
+ },
3679
+ {
3680
+ "kind": "js",
3681
+ "name": "*",
3682
+ "declaration": {
3683
+ "name": "*",
3684
+ "package": "./multiselect.editor"
3685
+ }
3686
+ }
3687
+ ]
3688
+ },
3689
+ {
3690
+ "kind": "javascript-module",
3691
+ "path": "src/cell-editors/multiselect.editor.ts",
3692
+ "declarations": [
3693
+ {
3694
+ "kind": "class",
3695
+ "description": "The multiselect editor class for grid-tabulator",
3696
+ "name": "MultiselectEditor",
3697
+ "members": [
3744
3698
  {
3745
3699
  "kind": "field",
3746
- "name": "orderBy",
3700
+ "name": "params",
3747
3701
  "type": {
3748
- "text": "string"
3702
+ "text": "MultiselectEditorParams"
3749
3703
  }
3750
3704
  },
3751
3705
  {
3752
3706
  "kind": "field",
3753
- "name": "request",
3707
+ "name": "select",
3754
3708
  "type": {
3755
3709
  "text": "any"
3756
3710
  }
3757
3711
  },
3758
- {
3759
- "kind": "field",
3760
- "name": "resourceName",
3761
- "type": {
3762
- "text": "string"
3763
- }
3764
- },
3765
3712
  {
3766
3713
  "kind": "method",
3767
- "name": "resourceNameChanged",
3714
+ "name": "init",
3768
3715
  "parameters": [
3769
3716
  {
3770
- "name": "oldValue",
3771
- "type": {
3772
- "text": "string"
3773
- }
3774
- },
3775
- {
3776
- "name": "newValue",
3717
+ "name": "params",
3777
3718
  "type": {
3778
- "text": "string"
3719
+ "text": "MultiselectEditorParams"
3779
3720
  }
3780
3721
  }
3781
- ]
3782
- },
3783
- {
3784
- "kind": "field",
3785
- "name": "reverse",
3786
- "type": {
3787
- "text": "boolean"
3788
- },
3789
- "default": "false"
3790
- },
3791
- {
3792
- "kind": "field",
3793
- "name": "rowIdAttr",
3794
- "description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type."
3795
- },
3796
- {
3797
- "kind": "field",
3798
- "name": "restartOnReconnection",
3799
- "type": {
3800
- "text": "boolean"
3801
- },
3802
- "default": "true"
3803
- },
3804
- {
3805
- "kind": "field",
3806
- "name": "keepColDefsOnClearRowData",
3807
- "type": {
3808
- "text": "boolean"
3809
- },
3810
- "default": "false",
3811
- "description": "Whether to keep column definitions when clearing row data"
3812
- },
3813
- {
3814
- "kind": "field",
3815
- "name": "rowDataMapper",
3816
- "type": {
3817
- "text": "Function"
3818
- },
3819
- "description": "Allows grid data updates to be processed via and external function before applying in grid"
3820
- },
3821
- {
3822
- "kind": "field",
3823
- "name": "dataSub",
3824
- "type": {
3825
- "text": "Subscription"
3826
- },
3827
- "privacy": "private"
3828
- },
3829
- {
3830
- "kind": "field",
3831
- "name": "updateSub",
3832
- "type": {
3833
- "text": "Subscription"
3834
- },
3835
- "privacy": "private"
3836
- },
3837
- {
3838
- "kind": "field",
3839
- "name": "connectionSub",
3840
- "type": {
3841
- "text": "Subscription"
3842
- },
3843
- "privacy": "private"
3844
- },
3845
- {
3846
- "kind": "field",
3847
- "name": "isRequestServer",
3848
- "type": {
3849
- "text": "boolean"
3850
- },
3851
- "privacy": "private",
3852
- "default": "false"
3722
+ ],
3723
+ "description": "Initialize the editor with parameters"
3853
3724
  },
3854
3725
  {
3855
- "kind": "field",
3856
- "name": "requiresFullRowDataAndColDefs",
3857
- "type": {
3858
- "text": "boolean"
3726
+ "kind": "method",
3727
+ "name": "getValues",
3728
+ "return": {
3729
+ "type": {
3730
+ "text": "(string | number)[]"
3731
+ }
3859
3732
  },
3860
- "privacy": "private",
3861
- "default": "true"
3733
+ "description": "Get current values"
3862
3734
  },
3863
3735
  {
3864
- "kind": "field",
3865
- "name": "dataSubWasLoggedOff",
3866
- "type": {
3867
- "text": "boolean"
3868
- },
3869
- "privacy": "private",
3870
- "default": "false"
3736
+ "kind": "method",
3737
+ "name": "focus",
3738
+ "description": "Set focus to the select"
3871
3739
  },
3872
3740
  {
3873
- "kind": "field",
3874
- "name": "rows",
3875
- "type": {
3876
- "text": "Map<string, any>"
3741
+ "kind": "method",
3742
+ "name": "isSelected",
3743
+ "return": {
3744
+ "type": {
3745
+ "text": "boolean"
3746
+ }
3877
3747
  },
3878
- "privacy": "private",
3879
- "default": "new Map()"
3748
+ "parameters": [
3749
+ {
3750
+ "name": "value",
3751
+ "type": {
3752
+ "text": "string | number"
3753
+ }
3754
+ }
3755
+ ],
3756
+ "description": "Check if a value is selected"
3880
3757
  },
3881
3758
  {
3882
- "kind": "field",
3883
- "name": "gridTransaction",
3884
- "type": {
3885
- "text": "RowDataTransaction"
3886
- },
3887
- "privacy": "private"
3759
+ "kind": "method",
3760
+ "name": "handleKeyDown",
3761
+ "parameters": [
3762
+ {
3763
+ "name": "event",
3764
+ "type": {
3765
+ "text": "KeyboardEvent"
3766
+ }
3767
+ }
3768
+ ],
3769
+ "description": "Process key down events"
3888
3770
  },
3889
3771
  {
3890
- "kind": "field",
3891
- "name": "sourceRef",
3892
- "type": {
3893
- "text": "string"
3894
- },
3895
- "privacy": "private"
3772
+ "kind": "method",
3773
+ "name": "handleChange",
3774
+ "description": "Handle change event to save when selection changes"
3896
3775
  },
3897
3776
  {
3898
3777
  "kind": "field",
3899
- "name": "criteriaFromFilters",
3778
+ "name": "_presentation",
3900
3779
  "type": {
3901
- "text": "Map<string, string>"
3780
+ "text": "ComponentPresentation | null | undefined"
3902
3781
  },
3903
3782
  "privacy": "private",
3904
- "default": "new Map()"
3783
+ "default": "void 0",
3784
+ "inheritedFrom": {
3785
+ "name": "FoundationElement",
3786
+ "module": "src/foundation-element/foundation-element.ts"
3787
+ }
3905
3788
  },
3906
3789
  {
3907
3790
  "kind": "field",
3908
- "name": "update",
3791
+ "name": "$presentation",
3909
3792
  "type": {
3910
- "text": "BehaviorSubject<Map<string, string>>"
3911
- },
3912
- "privacy": "private",
3913
- "default": "new BehaviorSubject(new Map())"
3914
- },
3915
- {
3916
- "kind": "method",
3917
- "name": "deepClone",
3918
- "return": {
3919
- "type": {
3920
- "text": "Node"
3921
- }
3793
+ "text": "ComponentPresentation | null"
3922
3794
  },
3795
+ "privacy": "public",
3796
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3923
3797
  "inheritedFrom": {
3924
- "name": "LifecycleMixin",
3925
- "module": "src/mixins/lifecycle/lifecycle.ts"
3798
+ "name": "FoundationElement",
3799
+ "module": "src/foundation-element/foundation-element.ts"
3926
3800
  }
3927
3801
  },
3928
3802
  {
3929
3803
  "kind": "field",
3930
- "name": "gridTabulator",
3804
+ "name": "template",
3931
3805
  "type": {
3932
- "text": "GridTabulator | null"
3933
- },
3934
- "privacy": "private",
3935
- "readonly": true
3936
- },
3937
- {
3938
- "kind": "method",
3939
- "name": "init",
3940
- "description": "Initializes the datasource.",
3941
- "privacy": "public"
3942
- },
3943
- {
3944
- "kind": "method",
3945
- "name": "destroy",
3946
- "description": "Destroys the datasource, resetting it to its initial state.",
3947
- "privacy": "public"
3948
- },
3949
- {
3950
- "kind": "method",
3951
- "name": "restart",
3952
- "description": "Restarts the datasource, uses `deinit` and `init` in sequence.",
3953
- "privacy": "public"
3954
- },
3955
- {
3956
- "kind": "method",
3957
- "name": "refreshRows",
3958
- "description": "Force the grid to redispatch the current rows"
3959
- },
3960
- {
3961
- "kind": "method",
3962
- "name": "handleErrors",
3963
- "parameters": [
3964
- {
3965
- "name": "errors",
3966
- "type": {
3967
- "text": "string | any[]"
3968
- }
3969
- }
3970
- ],
3971
- "description": "Handles errors by emitting an error event"
3806
+ "text": "ElementViewTemplate | void | null"
3807
+ },
3808
+ "privacy": "public",
3809
+ "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.",
3810
+ "inheritedFrom": {
3811
+ "name": "FoundationElement",
3812
+ "module": "src/foundation-element/foundation-element.ts"
3813
+ }
3972
3814
  },
3973
3815
  {
3974
3816
  "kind": "method",
3975
- "name": "getColumnDefs",
3976
- "privacy": "private",
3977
- "parameters": [
3978
- {
3979
- "name": "fieldsMetadata",
3980
- "type": {
3981
- "text": "FieldMetadata[]"
3982
- },
3983
- "description": "The field metadata to generate column definitions from"
3817
+ "name": "templateChanged",
3818
+ "privacy": "protected",
3819
+ "return": {
3820
+ "type": {
3821
+ "text": "void"
3984
3822
  }
3985
- ],
3986
- "description": "Generate column definitions from the field metadata"
3823
+ },
3824
+ "inheritedFrom": {
3825
+ "name": "FoundationElement",
3826
+ "module": "src/foundation-element/foundation-element.ts"
3827
+ }
3987
3828
  },
3988
3829
  {
3989
- "kind": "method",
3990
- "name": "handleSnapshot",
3991
- "privacy": "private",
3992
- "parameters": [
3993
- {
3994
- "name": "result"
3995
- }
3996
- ]
3830
+ "kind": "field",
3831
+ "name": "styles",
3832
+ "type": {
3833
+ "text": "ElementStyles | void | null"
3834
+ },
3835
+ "privacy": "public",
3836
+ "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.",
3837
+ "inheritedFrom": {
3838
+ "name": "FoundationElement",
3839
+ "module": "src/foundation-element/foundation-element.ts"
3840
+ }
3997
3841
  },
3998
3842
  {
3999
3843
  "kind": "method",
4000
- "name": "datasourceOptions",
4001
- "privacy": "private",
3844
+ "name": "stylesChanged",
3845
+ "privacy": "protected",
4002
3846
  "return": {
4003
3847
  "type": {
4004
- "text": "DatasourceOptions"
3848
+ "text": "void"
4005
3849
  }
3850
+ },
3851
+ "inheritedFrom": {
3852
+ "name": "FoundationElement",
3853
+ "module": "src/foundation-element/foundation-element.ts"
4006
3854
  }
4007
3855
  },
4008
3856
  {
4009
3857
  "kind": "method",
4010
- "name": "handleStreamResult",
4011
- "privacy": "private",
4012
- "parameters": [
4013
- {
4014
- "name": "result",
4015
- "type": {
4016
- "text": "FilteredDataServerResult | RequestServerResult"
4017
- }
3858
+ "name": "compose",
3859
+ "privacy": "public",
3860
+ "static": true,
3861
+ "return": {
3862
+ "type": {
3863
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
4018
3864
  }
4019
- ]
4020
- },
4021
- {
4022
- "kind": "method",
4023
- "name": "applyRequestServerData",
4024
- "privacy": "private",
3865
+ },
4025
3866
  "parameters": [
4026
3867
  {
4027
- "name": "requestServerResult",
3868
+ "name": "this",
4028
3869
  "type": {
4029
- "text": "RequestServerResult"
3870
+ "text": "K"
4030
3871
  }
4031
- }
4032
- ]
4033
- },
4034
- {
4035
- "kind": "method",
4036
- "name": "applyDataserverData",
4037
- "privacy": "private",
4038
- "parameters": [
3872
+ },
4039
3873
  {
4040
- "name": "dataServerResult",
3874
+ "name": "elementDefinition",
4041
3875
  "type": {
4042
- "text": "FilteredDataServerResult"
4043
- }
3876
+ "text": "T"
3877
+ },
3878
+ "description": "The definition of the element to create the registry\nfunction for."
4044
3879
  }
4045
- ]
4046
- },
3880
+ ],
3881
+ "description": "Defines an element registry function with a set of element definition defaults.",
3882
+ "inheritedFrom": {
3883
+ "name": "FoundationElement",
3884
+ "module": "src/foundation-element/foundation-element.ts"
3885
+ }
3886
+ }
3887
+ ],
3888
+ "superclass": {
3889
+ "name": "FoundationElement",
3890
+ "package": "@microsoft/fast-foundation"
3891
+ }
3892
+ },
3893
+ {
3894
+ "kind": "variable",
3895
+ "name": "multiselectEditorStyles",
3896
+ "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
3897
+ "description": "Styles for the multiselect editor"
3898
+ },
3899
+ {
3900
+ "kind": "function",
3901
+ "name": "getMultiselectEditorTemplate",
3902
+ "parameters": [
4047
3903
  {
4048
- "kind": "method",
4049
- "name": "applyTransaction",
4050
- "privacy": "private"
4051
- },
3904
+ "name": "prefix",
3905
+ "default": "'foundation'",
3906
+ "description": "The design system prefix to use. Defaults to 'foundation'."
3907
+ }
3908
+ ],
3909
+ "description": "Get a Design System prefixed Select template.",
3910
+ "return": {
3911
+ "type": {
3912
+ "text": ""
3913
+ }
3914
+ }
3915
+ },
3916
+ {
3917
+ "kind": "variable",
3918
+ "name": "foundationMultiselectEditor",
3919
+ "description": "Definition for the multiselect editor component"
3920
+ }
3921
+ ],
3922
+ "exports": [
3923
+ {
3924
+ "kind": "js",
3925
+ "name": "MultiselectEditor",
3926
+ "declaration": {
3927
+ "name": "MultiselectEditor",
3928
+ "module": "src/cell-editors/multiselect.editor.ts"
3929
+ }
3930
+ },
3931
+ {
3932
+ "kind": "js",
3933
+ "name": "multiselectEditorStyles",
3934
+ "declaration": {
3935
+ "name": "multiselectEditorStyles",
3936
+ "module": "src/cell-editors/multiselect.editor.ts"
3937
+ }
3938
+ },
3939
+ {
3940
+ "kind": "js",
3941
+ "name": "getMultiselectEditorTemplate",
3942
+ "declaration": {
3943
+ "name": "getMultiselectEditorTemplate",
3944
+ "module": "src/cell-editors/multiselect.editor.ts"
3945
+ }
3946
+ },
3947
+ {
3948
+ "kind": "js",
3949
+ "name": "foundationMultiselectEditor",
3950
+ "declaration": {
3951
+ "name": "foundationMultiselectEditor",
3952
+ "module": "src/cell-editors/multiselect.editor.ts"
3953
+ }
3954
+ }
3955
+ ]
3956
+ },
3957
+ {
3958
+ "kind": "javascript-module",
3959
+ "path": "src/cell-editors/number.editor.ts",
3960
+ "declarations": [
3961
+ {
3962
+ "kind": "class",
3963
+ "description": "The number editor class for grid-tabulator",
3964
+ "name": "NumberEditor",
3965
+ "members": [
4052
3966
  {
4053
- "kind": "method",
4054
- "name": "mapTransaction",
4055
- "privacy": "private",
4056
- "parameters": [
4057
- {
4058
- "name": "transaction",
4059
- "type": {
4060
- "text": "RowDataTransaction"
4061
- }
4062
- }
4063
- ]
3967
+ "kind": "field",
3968
+ "name": "params",
3969
+ "type": {
3970
+ "text": "NumberEditorParams"
3971
+ }
4064
3972
  },
4065
3973
  {
4066
- "kind": "method",
4067
- "name": "handleStreamInserts",
4068
- "privacy": "private",
4069
- "parameters": [
4070
- {
4071
- "name": "insertedRows",
4072
- "type": {
4073
- "text": "any[]"
4074
- }
4075
- }
4076
- ]
3974
+ "kind": "field",
3975
+ "name": "numberField",
3976
+ "type": {
3977
+ "text": "any"
3978
+ }
4077
3979
  },
4078
3980
  {
4079
3981
  "kind": "method",
4080
- "name": "handleStreamDeletes",
4081
- "privacy": "private",
3982
+ "name": "init",
4082
3983
  "parameters": [
4083
3984
  {
4084
- "name": "deletedRows",
3985
+ "name": "params",
4085
3986
  "type": {
4086
- "text": "any[]"
3987
+ "text": "NumberEditorParams"
4087
3988
  }
4088
3989
  }
4089
- ]
3990
+ ],
3991
+ "description": "Initialize the editor with parameters"
4090
3992
  },
4091
3993
  {
4092
3994
  "kind": "method",
4093
- "name": "handleStreamUpdates",
4094
- "privacy": "private",
4095
- "parameters": [
4096
- {
4097
- "name": "updatedRows",
4098
- "type": {
4099
- "text": "any[]"
4100
- }
4101
- }
4102
- ]
3995
+ "name": "getValue",
3996
+ "description": "Get current value"
4103
3997
  },
4104
3998
  {
4105
3999
  "kind": "method",
4106
- "name": "handleSizeChanged",
4107
- "privacy": "private",
4108
- "parameters": [
4109
- {
4110
- "name": "oldSize",
4111
- "type": {
4112
- "text": "number"
4113
- }
4114
- },
4000
+ "name": "focus",
4001
+ "description": "Set focus to the input"
4002
+ },
4003
+ {
4004
+ "kind": "method",
4005
+ "name": "handleKeyDown",
4006
+ "parameters": [
4115
4007
  {
4116
- "name": "newSize",
4008
+ "name": "event",
4117
4009
  "type": {
4118
- "text": "number"
4010
+ "text": "KeyboardEvent"
4119
4011
  }
4120
4012
  }
4121
4013
  ],
4122
- "description": "Emit event when the number of rows changes"
4014
+ "description": "Process key down events"
4123
4015
  },
4124
4016
  {
4125
- "kind": "method",
4126
- "name": "buildCriteria",
4017
+ "kind": "field",
4018
+ "name": "_presentation",
4019
+ "type": {
4020
+ "text": "ComponentPresentation | null | undefined"
4021
+ },
4127
4022
  "privacy": "private",
4023
+ "default": "void 0",
4024
+ "inheritedFrom": {
4025
+ "name": "FoundationElement",
4026
+ "module": "src/foundation-element/foundation-element.ts"
4027
+ }
4028
+ },
4029
+ {
4030
+ "kind": "field",
4031
+ "name": "$presentation",
4032
+ "type": {
4033
+ "text": "ComponentPresentation | null"
4034
+ },
4035
+ "privacy": "public",
4036
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
4037
+ "inheritedFrom": {
4038
+ "name": "FoundationElement",
4039
+ "module": "src/foundation-element/foundation-element.ts"
4040
+ }
4041
+ },
4042
+ {
4043
+ "kind": "field",
4044
+ "name": "template",
4045
+ "type": {
4046
+ "text": "ElementViewTemplate | void | null"
4047
+ },
4048
+ "privacy": "public",
4049
+ "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.",
4050
+ "inheritedFrom": {
4051
+ "name": "FoundationElement",
4052
+ "module": "src/foundation-element/foundation-element.ts"
4053
+ }
4054
+ },
4055
+ {
4056
+ "kind": "method",
4057
+ "name": "templateChanged",
4058
+ "privacy": "protected",
4128
4059
  "return": {
4129
4060
  "type": {
4130
- "text": "string"
4061
+ "text": "void"
4131
4062
  }
4063
+ },
4064
+ "inheritedFrom": {
4065
+ "name": "FoundationElement",
4066
+ "module": "src/foundation-element/foundation-element.ts"
4132
4067
  }
4133
4068
  },
4134
4069
  {
4135
- "kind": "method",
4136
- "name": "setFilter",
4070
+ "kind": "field",
4071
+ "name": "styles",
4072
+ "type": {
4073
+ "text": "ElementStyles | void | null"
4074
+ },
4137
4075
  "privacy": "public",
4138
- "parameters": [
4139
- {
4140
- "name": "fieldName",
4141
- "type": {
4142
- "text": "string"
4143
- }
4144
- },
4145
- {
4146
- "name": "newFilter",
4147
- "type": {
4148
- "text": "string"
4149
- }
4150
- }
4151
- ]
4076
+ "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.",
4077
+ "inheritedFrom": {
4078
+ "name": "FoundationElement",
4079
+ "module": "src/foundation-element/foundation-element.ts"
4080
+ }
4152
4081
  },
4153
4082
  {
4154
4083
  "kind": "method",
4155
- "name": "removeFilter",
4156
- "privacy": "public",
4157
- "parameters": [
4158
- {
4159
- "name": "fieldName",
4160
- "type": {
4161
- "text": "string"
4162
- }
4084
+ "name": "stylesChanged",
4085
+ "privacy": "protected",
4086
+ "return": {
4087
+ "type": {
4088
+ "text": "void"
4163
4089
  }
4164
- ]
4090
+ },
4091
+ "inheritedFrom": {
4092
+ "name": "FoundationElement",
4093
+ "module": "src/foundation-element/foundation-element.ts"
4094
+ }
4165
4095
  },
4166
4096
  {
4167
4097
  "kind": "method",
4168
- "name": "datasourceStatusChanged",
4098
+ "name": "compose",
4099
+ "privacy": "public",
4100
+ "static": true,
4101
+ "return": {
4102
+ "type": {
4103
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
4104
+ }
4105
+ },
4169
4106
  "parameters": [
4170
4107
  {
4171
- "name": "prev",
4108
+ "name": "this",
4172
4109
  "type": {
4173
- "text": "DatasourceStatus"
4110
+ "text": "K"
4174
4111
  }
4175
4112
  },
4176
4113
  {
4177
- "name": "next",
4114
+ "name": "elementDefinition",
4178
4115
  "type": {
4179
- "text": "DatasourceStatus"
4180
- }
4116
+ "text": "T"
4117
+ },
4118
+ "description": "The definition of the element to create the registry\nfunction for."
4181
4119
  }
4182
- ]
4120
+ ],
4121
+ "description": "Defines an element registry function with a set of element definition defaults.",
4122
+ "inheritedFrom": {
4123
+ "name": "FoundationElement",
4124
+ "module": "src/foundation-element/foundation-element.ts"
4125
+ }
4126
+ }
4127
+ ],
4128
+ "superclass": {
4129
+ "name": "FoundationElement",
4130
+ "package": "@microsoft/fast-foundation"
4131
+ }
4132
+ },
4133
+ {
4134
+ "kind": "variable",
4135
+ "name": "numberEditorStyles",
4136
+ "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
4137
+ "description": "Styles for the number editor"
4138
+ },
4139
+ {
4140
+ "kind": "function",
4141
+ "name": "getNumberEditorTemplate",
4142
+ "parameters": [
4143
+ {
4144
+ "name": "prefix",
4145
+ "default": "'foundation'",
4146
+ "description": "The design system prefix to use. Defaults to 'foundation'."
4147
+ }
4148
+ ],
4149
+ "description": "Get a Design System prefixed number field template.",
4150
+ "return": {
4151
+ "type": {
4152
+ "text": ""
4153
+ }
4154
+ }
4155
+ },
4156
+ {
4157
+ "kind": "variable",
4158
+ "name": "foundationNumberEditor",
4159
+ "description": "Definition for the number editor component"
4160
+ }
4161
+ ],
4162
+ "exports": [
4163
+ {
4164
+ "kind": "js",
4165
+ "name": "NumberEditor",
4166
+ "declaration": {
4167
+ "name": "NumberEditor",
4168
+ "module": "src/cell-editors/number.editor.ts"
4169
+ }
4170
+ },
4171
+ {
4172
+ "kind": "js",
4173
+ "name": "numberEditorStyles",
4174
+ "declaration": {
4175
+ "name": "numberEditorStyles",
4176
+ "module": "src/cell-editors/number.editor.ts"
4177
+ }
4178
+ },
4179
+ {
4180
+ "kind": "js",
4181
+ "name": "getNumberEditorTemplate",
4182
+ "declaration": {
4183
+ "name": "getNumberEditorTemplate",
4184
+ "module": "src/cell-editors/number.editor.ts"
4185
+ }
4186
+ },
4187
+ {
4188
+ "kind": "js",
4189
+ "name": "foundationNumberEditor",
4190
+ "declaration": {
4191
+ "name": "foundationNumberEditor",
4192
+ "module": "src/cell-editors/number.editor.ts"
4193
+ }
4194
+ }
4195
+ ]
4196
+ },
4197
+ {
4198
+ "kind": "javascript-module",
4199
+ "path": "src/cell-editors/select.editor.ts",
4200
+ "declarations": [
4201
+ {
4202
+ "kind": "class",
4203
+ "description": "The select editor class for grid-tabulator",
4204
+ "name": "SelectEditor",
4205
+ "members": [
4206
+ {
4207
+ "kind": "field",
4208
+ "name": "params",
4209
+ "type": {
4210
+ "text": "SelectEditorParams"
4211
+ }
4212
+ },
4213
+ {
4214
+ "kind": "field",
4215
+ "name": "select",
4216
+ "type": {
4217
+ "text": "any"
4218
+ }
4183
4219
  },
4184
4220
  {
4185
4221
  "kind": "method",
4186
- "name": "cloneNode",
4187
- "return": {
4188
- "type": {
4189
- "text": "Node"
4190
- }
4191
- },
4222
+ "name": "init",
4192
4223
  "parameters": [
4193
4224
  {
4194
- "name": "deep",
4195
- "optional": true,
4225
+ "name": "params",
4196
4226
  "type": {
4197
- "text": "boolean"
4227
+ "text": "SelectEditorParams"
4198
4228
  }
4199
4229
  }
4200
4230
  ],
4201
- "inheritedFrom": {
4202
- "name": "LifecycleMixin",
4203
- "module": "src/mixins/lifecycle/lifecycle.ts"
4204
- }
4231
+ "description": "Initialize the editor with parameters"
4205
4232
  },
4206
4233
  {
4207
- "kind": "field",
4208
- "name": "shouldRunDisconnect",
4209
- "return": {
4210
- "type": {
4211
- "text": ""
4212
- }
4213
- },
4214
- "readonly": true,
4215
- "inheritedFrom": {
4216
- "name": "LifecycleMixin",
4217
- "module": "src/mixins/lifecycle/lifecycle.ts"
4218
- }
4234
+ "kind": "method",
4235
+ "name": "getValue",
4236
+ "description": "Get current value"
4219
4237
  },
4220
4238
  {
4221
- "kind": "field",
4222
- "name": "shouldRunConnect",
4223
- "return": {
4224
- "type": {
4225
- "text": ""
4226
- }
4227
- },
4228
- "readonly": true,
4229
- "inheritedFrom": {
4230
- "name": "LifecycleMixin",
4231
- "module": "src/mixins/lifecycle/lifecycle.ts"
4232
- }
4239
+ "kind": "method",
4240
+ "name": "focus",
4241
+ "description": "Set focus to the select"
4233
4242
  },
4234
4243
  {
4235
4244
  "kind": "method",
4236
- "name": "#_blockLifecycleDueToTokenChange",
4237
- "return": {
4238
- "type": {
4239
- "text": "boolean"
4240
- }
4241
- },
4245
+ "name": "handleKeyDown",
4242
4246
  "parameters": [
4243
4247
  {
4244
- "name": "lifecycleType",
4248
+ "name": "event",
4245
4249
  "type": {
4246
- "text": "Lifecycletype"
4250
+ "text": "KeyboardEvent"
4247
4251
  }
4248
4252
  }
4249
4253
  ],
4250
- "inheritedFrom": {
4251
- "name": "LifecycleMixin",
4252
- "module": "src/mixins/lifecycle/lifecycle.ts"
4253
- }
4254
+ "description": "Process key down events"
4255
+ },
4256
+ {
4257
+ "kind": "method",
4258
+ "name": "handleChange",
4259
+ "description": "Handle change event"
4254
4260
  },
4255
4261
  {
4256
4262
  "kind": "field",
@@ -4364,322 +4370,316 @@
4364
4370
  }
4365
4371
  }
4366
4372
  ],
4367
- "attributes": [
4373
+ "superclass": {
4374
+ "name": "FoundationElement",
4375
+ "package": "@microsoft/fast-foundation"
4376
+ }
4377
+ },
4378
+ {
4379
+ "kind": "variable",
4380
+ "name": "selectEditorStyles",
4381
+ "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
4382
+ "description": "Styles for the select editor"
4383
+ },
4384
+ {
4385
+ "kind": "function",
4386
+ "name": "getSelectEditorTemplate",
4387
+ "parameters": [
4368
4388
  {
4369
- "name": "criteria",
4389
+ "name": "prefix",
4390
+ "default": "'foundation'",
4391
+ "description": "The design system prefix to use. Defaults to 'foundation'."
4392
+ }
4393
+ ],
4394
+ "description": "Get a Design System prefixed Select template.",
4395
+ "return": {
4396
+ "type": {
4397
+ "text": ""
4398
+ }
4399
+ },
4400
+ "privacy": "public"
4401
+ },
4402
+ {
4403
+ "kind": "variable",
4404
+ "name": "foundationSelectEditor",
4405
+ "description": "Definition for the select editor component"
4406
+ }
4407
+ ],
4408
+ "exports": [
4409
+ {
4410
+ "kind": "js",
4411
+ "name": "SelectEditor",
4412
+ "declaration": {
4413
+ "name": "SelectEditor",
4414
+ "module": "src/cell-editors/select.editor.ts"
4415
+ }
4416
+ },
4417
+ {
4418
+ "kind": "js",
4419
+ "name": "selectEditorStyles",
4420
+ "declaration": {
4421
+ "name": "selectEditorStyles",
4422
+ "module": "src/cell-editors/select.editor.ts"
4423
+ }
4424
+ },
4425
+ {
4426
+ "kind": "js",
4427
+ "name": "getSelectEditorTemplate",
4428
+ "declaration": {
4429
+ "name": "getSelectEditorTemplate",
4430
+ "module": "src/cell-editors/select.editor.ts"
4431
+ }
4432
+ },
4433
+ {
4434
+ "kind": "js",
4435
+ "name": "foundationSelectEditor",
4436
+ "declaration": {
4437
+ "name": "foundationSelectEditor",
4438
+ "module": "src/cell-editors/select.editor.ts"
4439
+ }
4440
+ }
4441
+ ]
4442
+ },
4443
+ {
4444
+ "kind": "javascript-module",
4445
+ "path": "src/cell-editors/string.editor.ts",
4446
+ "declarations": [
4447
+ {
4448
+ "kind": "class",
4449
+ "description": "The string editor class for grid-tabulator",
4450
+ "name": "StringEditor",
4451
+ "members": [
4452
+ {
4453
+ "kind": "field",
4454
+ "name": "params",
4370
4455
  "type": {
4371
- "text": "string"
4372
- },
4373
- "fieldName": "criteria"
4456
+ "text": "StringEditorParams"
4457
+ }
4374
4458
  },
4375
4459
  {
4376
- "name": "fields",
4460
+ "kind": "field",
4461
+ "name": "textField",
4377
4462
  "type": {
4378
- "text": "string"
4379
- },
4380
- "fieldName": "fields"
4463
+ "text": "any"
4464
+ }
4381
4465
  },
4382
4466
  {
4383
- "name": "is-snapshot",
4384
- "type": {
4385
- "text": "boolean"
4386
- },
4387
- "default": "false",
4388
- "fieldName": "isSnapshot"
4467
+ "kind": "method",
4468
+ "name": "init",
4469
+ "parameters": [
4470
+ {
4471
+ "name": "params",
4472
+ "type": {
4473
+ "text": "StringEditorParams"
4474
+ }
4475
+ }
4476
+ ],
4477
+ "description": "Initialize the editor with parameters"
4389
4478
  },
4390
4479
  {
4391
- "name": "max-rows",
4392
- "type": {
4393
- "text": "number"
4394
- },
4395
- "fieldName": "maxRows"
4480
+ "kind": "method",
4481
+ "name": "getValue",
4482
+ "description": "Get current value"
4396
4483
  },
4397
4484
  {
4398
- "name": "max-view",
4399
- "type": {
4400
- "text": "number"
4401
- },
4402
- "fieldName": "maxView"
4485
+ "kind": "method",
4486
+ "name": "focus",
4487
+ "description": "Set focus to the input"
4403
4488
  },
4404
4489
  {
4405
- "name": "polling-interval",
4406
- "type": {
4407
- "text": "number"
4408
- },
4409
- "fieldName": "pollingInterval"
4490
+ "kind": "method",
4491
+ "name": "handleKeyDown",
4492
+ "parameters": [
4493
+ {
4494
+ "name": "event",
4495
+ "type": {
4496
+ "text": "KeyboardEvent"
4497
+ }
4498
+ }
4499
+ ],
4500
+ "description": "Process key down events"
4410
4501
  },
4411
4502
  {
4412
- "name": "moving-view",
4503
+ "kind": "field",
4504
+ "name": "_presentation",
4413
4505
  "type": {
4414
- "text": "boolean"
4506
+ "text": "ComponentPresentation | null | undefined"
4415
4507
  },
4416
- "default": "false",
4417
- "fieldName": "movingView"
4508
+ "privacy": "private",
4509
+ "default": "void 0",
4510
+ "inheritedFrom": {
4511
+ "name": "FoundationElement",
4512
+ "module": "src/foundation-element/foundation-element.ts"
4513
+ }
4418
4514
  },
4419
4515
  {
4420
- "name": "order-by",
4516
+ "kind": "field",
4517
+ "name": "$presentation",
4421
4518
  "type": {
4422
- "text": "string"
4519
+ "text": "ComponentPresentation | null"
4423
4520
  },
4424
- "fieldName": "orderBy"
4521
+ "privacy": "public",
4522
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
4523
+ "inheritedFrom": {
4524
+ "name": "FoundationElement",
4525
+ "module": "src/foundation-element/foundation-element.ts"
4526
+ }
4425
4527
  },
4426
4528
  {
4427
- "name": "resource-name",
4529
+ "kind": "field",
4530
+ "name": "template",
4428
4531
  "type": {
4429
- "text": "string"
4532
+ "text": "ElementViewTemplate | void | null"
4430
4533
  },
4431
- "fieldName": "resourceName"
4534
+ "privacy": "public",
4535
+ "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.",
4536
+ "inheritedFrom": {
4537
+ "name": "FoundationElement",
4538
+ "module": "src/foundation-element/foundation-element.ts"
4539
+ }
4432
4540
  },
4433
4541
  {
4434
- "type": {
4435
- "text": "boolean"
4542
+ "kind": "method",
4543
+ "name": "templateChanged",
4544
+ "privacy": "protected",
4545
+ "return": {
4546
+ "type": {
4547
+ "text": "void"
4548
+ }
4436
4549
  },
4437
- "default": "false",
4438
- "fieldName": "reverse"
4550
+ "inheritedFrom": {
4551
+ "name": "FoundationElement",
4552
+ "module": "src/foundation-element/foundation-element.ts"
4553
+ }
4439
4554
  },
4440
4555
  {
4441
- "name": "row-id",
4442
- "description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
4443
- "fieldName": "rowIdAttr"
4556
+ "kind": "field",
4557
+ "name": "styles",
4558
+ "type": {
4559
+ "text": "ElementStyles | void | null"
4560
+ },
4561
+ "privacy": "public",
4562
+ "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.",
4563
+ "inheritedFrom": {
4564
+ "name": "FoundationElement",
4565
+ "module": "src/foundation-element/foundation-element.ts"
4566
+ }
4444
4567
  },
4445
4568
  {
4446
- "name": "restart-on-reconnection",
4447
- "type": {
4448
- "text": "boolean"
4569
+ "kind": "method",
4570
+ "name": "stylesChanged",
4571
+ "privacy": "protected",
4572
+ "return": {
4573
+ "type": {
4574
+ "text": "void"
4575
+ }
4449
4576
  },
4450
- "default": "true",
4451
- "fieldName": "restartOnReconnection"
4577
+ "inheritedFrom": {
4578
+ "name": "FoundationElement",
4579
+ "module": "src/foundation-element/foundation-element.ts"
4580
+ }
4452
4581
  },
4453
4582
  {
4454
- "name": "keep-col-defs-on-clear-row-data",
4455
- "type": {
4456
- "text": "boolean"
4583
+ "kind": "method",
4584
+ "name": "compose",
4585
+ "privacy": "public",
4586
+ "static": true,
4587
+ "return": {
4588
+ "type": {
4589
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
4590
+ }
4457
4591
  },
4458
- "default": "false",
4459
- "description": "Whether to keep column definitions when clearing row data",
4460
- "fieldName": "keepColDefsOnClearRowData"
4461
- }
4462
- ],
4463
- "mixins": [
4464
- {
4465
- "name": "LifecycleMixin",
4466
- "package": "@genesislcap/foundation-utils"
4467
- },
4468
- {
4469
- "name": "DatasourceEventHandler",
4470
- "package": "@genesislcap/foundation-comms"
4592
+ "parameters": [
4593
+ {
4594
+ "name": "this",
4595
+ "type": {
4596
+ "text": "K"
4597
+ }
4598
+ },
4599
+ {
4600
+ "name": "elementDefinition",
4601
+ "type": {
4602
+ "text": "T"
4603
+ },
4604
+ "description": "The definition of the element to create the registry\nfunction for."
4605
+ }
4606
+ ],
4607
+ "description": "Defines an element registry function with a set of element definition defaults.",
4608
+ "inheritedFrom": {
4609
+ "name": "FoundationElement",
4610
+ "module": "src/foundation-element/foundation-element.ts"
4611
+ }
4471
4612
  }
4472
4613
  ],
4473
4614
  "superclass": {
4474
4615
  "name": "FoundationElement",
4475
4616
  "package": "@microsoft/fast-foundation"
4476
- },
4477
- "tagName": "grid-tabulator-client-side-datasource",
4478
- "customElement": true
4479
- }
4480
- ],
4481
- "exports": [
4482
- {
4483
- "kind": "js",
4484
- "name": "criteriaDelimiter",
4485
- "declaration": {
4486
- "name": "criteriaDelimiter",
4487
- "module": "src/datasource/client-side.datasource.ts"
4488
- }
4489
- },
4490
- {
4491
- "kind": "js",
4492
- "name": "criteriaJoin",
4493
- "declaration": {
4494
- "name": "criteriaJoin",
4495
- "module": "src/datasource/client-side.datasource.ts"
4496
- }
4497
- },
4498
- {
4499
- "kind": "js",
4500
- "name": "GridTabulatorClientSideDatasource",
4501
- "declaration": {
4502
- "name": "GridTabulatorClientSideDatasource",
4503
- "module": "src/datasource/client-side.datasource.ts"
4504
- }
4505
- },
4506
- {
4507
- "kind": "custom-element-definition",
4508
- "name": "grid-tabulator-client-side-datasource",
4509
- "declaration": {
4510
- "name": "GridTabulatorClientSideDatasource",
4511
- "module": "src/datasource/client-side.datasource.ts"
4512
- }
4513
- }
4514
- ]
4515
- },
4516
- {
4517
- "kind": "javascript-module",
4518
- "path": "src/datasource/index.ts",
4519
- "declarations": [],
4520
- "exports": [
4521
- {
4522
- "kind": "js",
4523
- "name": "*",
4524
- "declaration": {
4525
- "name": "*",
4526
- "package": "./client-side.datasource"
4527
4617
  }
4528
- }
4529
- ]
4530
- },
4531
- {
4532
- "kind": "javascript-module",
4533
- "path": "src/external/fonts.ts",
4534
- "declarations": [
4535
- {
4536
- "kind": "variable",
4537
- "name": "tabulatorDefaultFontFace",
4538
- "default": "`\n @font-face {\n font-family: \"defaultFontFace\";\n }\n`"
4539
- },
4540
- {
4541
- "kind": "variable",
4542
- "name": "tabulatorRapidFontFace",
4543
- "default": "`\n @font-face {\n font-family: \"rapidFontFace\";\n }\n`"
4544
- },
4545
- {
4546
- "kind": "variable",
4547
- "name": "gridThemeFontFaceMap",
4548
- "type": {
4549
- "text": "GridThemeFontFaceMap"
4550
- },
4551
- "default": "{\n [GridTabulatorTheme.default]: tabulatorDefaultFontFace,\n [GridTabulatorTheme.rapid]: tabulatorRapidFontFace,\n}"
4552
4618
  },
4553
4619
  {
4554
4620
  "kind": "variable",
4555
- "name": "defaultGridTabulatorFontFace",
4556
- "default": "tabulatorDefaultFontFace"
4557
- }
4558
- ],
4559
- "exports": [
4560
- {
4561
- "kind": "js",
4562
- "name": "tabulatorDefaultFontFace",
4563
- "declaration": {
4564
- "name": "tabulatorDefaultFontFace",
4565
- "module": "src/external/fonts.ts"
4566
- }
4567
- },
4568
- {
4569
- "kind": "js",
4570
- "name": "tabulatorRapidFontFace",
4571
- "declaration": {
4572
- "name": "tabulatorRapidFontFace",
4573
- "module": "src/external/fonts.ts"
4574
- }
4621
+ "name": "stringEditorStyles",
4622
+ "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
4623
+ "description": "Styles for the string editor"
4575
4624
  },
4576
4625
  {
4577
- "kind": "js",
4578
- "name": "gridThemeFontFaceMap",
4579
- "declaration": {
4580
- "name": "gridThemeFontFaceMap",
4581
- "module": "src/external/fonts.ts"
4626
+ "kind": "function",
4627
+ "name": "getStringEditorTemplate",
4628
+ "parameters": [
4629
+ {
4630
+ "name": "prefix",
4631
+ "default": "'foundation'",
4632
+ "description": "The design system prefix to use. Defaults to 'foundation'."
4633
+ }
4634
+ ],
4635
+ "description": "Get a Design System prefixed text field template.",
4636
+ "return": {
4637
+ "type": {
4638
+ "text": ""
4639
+ }
4582
4640
  }
4583
4641
  },
4584
- {
4585
- "kind": "js",
4586
- "name": "defaultGridTabulatorFontFace",
4587
- "declaration": {
4588
- "name": "defaultGridTabulatorFontFace",
4589
- "module": "src/external/fonts.ts"
4590
- }
4591
- }
4592
- ]
4593
- },
4594
- {
4595
- "kind": "javascript-module",
4596
- "path": "src/external/index.ts",
4597
- "declarations": [
4598
4642
  {
4599
4643
  "kind": "variable",
4600
- "name": "tabulatorExternalStockStyles",
4601
- "default": "css`\n ${tabulatorThemeSimpleCSS}\n`",
4602
- "description": "External styles for the Tabulator grid.",
4603
- "privacy": "public"
4644
+ "name": "foundationStringEditor",
4645
+ "description": "Definition for the string editor component"
4604
4646
  }
4605
4647
  ],
4606
4648
  "exports": [
4607
4649
  {
4608
4650
  "kind": "js",
4609
- "name": "tabulatorExternalStockStyles",
4651
+ "name": "StringEditor",
4610
4652
  "declaration": {
4611
- "name": "tabulatorExternalStockStyles",
4612
- "module": "src/external/index.ts"
4653
+ "name": "StringEditor",
4654
+ "module": "src/cell-editors/string.editor.ts"
4613
4655
  }
4614
4656
  },
4615
4657
  {
4616
4658
  "kind": "js",
4617
- "name": "tabulatorThemeSimpleCSS",
4618
- "declaration": {
4619
- "name": "tabulatorThemeSimpleCSS",
4620
- "module": "src/external/index.ts"
4621
- }
4622
- }
4623
- ]
4624
- },
4625
- {
4626
- "kind": "javascript-module",
4627
- "path": "src/external/tabulator-theme-simple-css.ts",
4628
- "declarations": [
4629
- {
4630
- "kind": "variable",
4631
- "name": "tabulatorThemeSimpleCSS",
4632
- "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`",
4633
- "description": "External styles for the Tabulator grid.",
4634
- "privacy": "public"
4635
- }
4636
- ],
4637
- "exports": [
4638
- {
4639
- "kind": "js",
4640
- "name": "tabulatorThemeSimpleCSS",
4659
+ "name": "stringEditorStyles",
4641
4660
  "declaration": {
4642
- "name": "tabulatorThemeSimpleCSS",
4643
- "module": "src/external/tabulator-theme-simple-css.ts"
4661
+ "name": "stringEditorStyles",
4662
+ "module": "src/cell-editors/string.editor.ts"
4644
4663
  }
4645
- }
4646
- ]
4647
- },
4648
- {
4649
- "kind": "javascript-module",
4650
- "path": "src/style/colors.ts",
4651
- "declarations": [],
4652
- "exports": []
4653
- },
4654
- {
4655
- "kind": "javascript-module",
4656
- "path": "src/style/index.ts",
4657
- "declarations": [],
4658
- "exports": [
4664
+ },
4659
4665
  {
4660
4666
  "kind": "js",
4661
- "name": "*",
4667
+ "name": "getStringEditorTemplate",
4662
4668
  "declaration": {
4663
- "name": "*",
4664
- "package": "./colors"
4669
+ "name": "getStringEditorTemplate",
4670
+ "module": "src/cell-editors/string.editor.ts"
4665
4671
  }
4666
4672
  },
4667
4673
  {
4668
4674
  "kind": "js",
4669
- "name": "*",
4675
+ "name": "foundationStringEditor",
4670
4676
  "declaration": {
4671
- "name": "*",
4672
- "package": "./tokens"
4677
+ "name": "foundationStringEditor",
4678
+ "module": "src/cell-editors/string.editor.ts"
4673
4679
  }
4674
4680
  }
4675
4681
  ]
4676
4682
  },
4677
- {
4678
- "kind": "javascript-module",
4679
- "path": "src/style/tokens.ts",
4680
- "declarations": [],
4681
- "exports": []
4682
- },
4683
4683
  {
4684
4684
  "kind": "javascript-module",
4685
4685
  "path": "src/utils/index.ts",