@genesislcap/grid-tabulator 14.401.3 → 14.402.0

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