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