@genesislcap/grid-tabulator 14.461.0 → 14.461.2

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 +952 -952
  2. package/package.json +13 -13
@@ -1657,67 +1657,117 @@
1657
1657
  },
1658
1658
  {
1659
1659
  "kind": "javascript-module",
1660
- "path": "src/cell-editors/date.editor.ts",
1660
+ "path": "src/column/column.ts",
1661
1661
  "declarations": [
1662
1662
  {
1663
1663
  "kind": "class",
1664
- "description": "The date editor class for grid-tabulator",
1665
- "name": "DateEditor",
1664
+ "description": "The GridTabulator Column element.",
1665
+ "name": "GridTabulatorColumn",
1666
1666
  "members": [
1667
1667
  {
1668
1668
  "kind": "field",
1669
- "name": "params",
1669
+ "name": "slottedCell",
1670
1670
  "type": {
1671
- "text": "DateEditorParams"
1672
- }
1671
+ "text": "HTMLElement[]"
1672
+ },
1673
+ "privacy": "public"
1673
1674
  },
1674
1675
  {
1675
1676
  "kind": "field",
1676
- "name": "dateField",
1677
+ "name": "definition",
1677
1678
  "type": {
1678
- "text": "any"
1679
+ "text": "Partial<ColumnDefinition>"
1680
+ },
1681
+ "default": "{}"
1682
+ },
1683
+ {
1684
+ "kind": "method",
1685
+ "name": "slottedCellChanged",
1686
+ "privacy": "public"
1687
+ },
1688
+ {
1689
+ "kind": "method",
1690
+ "name": "deepClone",
1691
+ "return": {
1692
+ "type": {
1693
+ "text": "Node"
1694
+ }
1695
+ },
1696
+ "inheritedFrom": {
1697
+ "name": "LifecycleMixin",
1698
+ "module": "src/mixins/lifecycle/lifecycle.ts"
1679
1699
  }
1680
1700
  },
1681
1701
  {
1682
1702
  "kind": "method",
1683
- "name": "init",
1703
+ "name": "cloneNode",
1704
+ "return": {
1705
+ "type": {
1706
+ "text": "Node"
1707
+ }
1708
+ },
1684
1709
  "parameters": [
1685
1710
  {
1686
- "name": "params",
1711
+ "name": "deep",
1712
+ "optional": true,
1687
1713
  "type": {
1688
- "text": "DateEditorParams"
1714
+ "text": "boolean"
1689
1715
  }
1690
1716
  }
1691
1717
  ],
1692
- "description": "Initialize the editor with parameters"
1693
- },
1694
- {
1695
- "kind": "method",
1696
- "name": "getValue",
1697
- "description": "Get current value"
1718
+ "inheritedFrom": {
1719
+ "name": "LifecycleMixin",
1720
+ "module": "src/mixins/lifecycle/lifecycle.ts"
1721
+ }
1698
1722
  },
1699
1723
  {
1700
- "kind": "method",
1701
- "name": "getFormattedValue",
1702
- "description": "Format value for display"
1724
+ "kind": "field",
1725
+ "name": "shouldRunDisconnect",
1726
+ "return": {
1727
+ "type": {
1728
+ "text": ""
1729
+ }
1730
+ },
1731
+ "readonly": true,
1732
+ "inheritedFrom": {
1733
+ "name": "LifecycleMixin",
1734
+ "module": "src/mixins/lifecycle/lifecycle.ts"
1735
+ }
1703
1736
  },
1704
1737
  {
1705
- "kind": "method",
1706
- "name": "focus",
1707
- "description": "Set focus to the input"
1738
+ "kind": "field",
1739
+ "name": "shouldRunConnect",
1740
+ "return": {
1741
+ "type": {
1742
+ "text": ""
1743
+ }
1744
+ },
1745
+ "readonly": true,
1746
+ "inheritedFrom": {
1747
+ "name": "LifecycleMixin",
1748
+ "module": "src/mixins/lifecycle/lifecycle.ts"
1749
+ }
1708
1750
  },
1709
1751
  {
1710
1752
  "kind": "method",
1711
- "name": "handleKeyDown",
1753
+ "name": "#_blockLifecycleDueToTokenChange",
1754
+ "return": {
1755
+ "type": {
1756
+ "text": "boolean"
1757
+ }
1758
+ },
1712
1759
  "parameters": [
1713
1760
  {
1714
- "name": "event",
1761
+ "name": "lifecycleType",
1715
1762
  "type": {
1716
- "text": "KeyboardEvent"
1763
+ "text": "Lifecycletype"
1717
1764
  }
1718
1765
  }
1719
1766
  ],
1720
- "description": "Process key down events"
1767
+ "inheritedFrom": {
1768
+ "name": "LifecycleMixin",
1769
+ "module": "src/mixins/lifecycle/lifecycle.ts"
1770
+ }
1721
1771
  },
1722
1772
  {
1723
1773
  "kind": "field",
@@ -1831,79 +1881,42 @@
1831
1881
  }
1832
1882
  }
1833
1883
  ],
1834
- "superclass": {
1835
- "name": "FoundationElement",
1836
- "package": "@microsoft/fast-foundation"
1837
- }
1838
- },
1839
- {
1840
- "kind": "variable",
1841
- "name": "dateEditorStyles",
1842
- "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
1843
- "description": "Styles for the date editor"
1844
- },
1845
- {
1846
- "kind": "function",
1847
- "name": "getDateEditorTemplate",
1848
- "parameters": [
1884
+ "mixins": [
1849
1885
  {
1850
- "name": "prefix",
1851
- "default": "'foundation'",
1852
- "description": "The design system prefix to use. Defaults to 'foundation'."
1886
+ "name": "LifecycleMixin",
1887
+ "package": "@genesislcap/foundation-utils"
1853
1888
  }
1854
1889
  ],
1855
- "description": "Get a Design System prefixed date field template.",
1856
- "return": {
1857
- "type": {
1858
- "text": ""
1859
- }
1890
+ "superclass": {
1891
+ "name": "FoundationElement",
1892
+ "package": "@microsoft/fast-foundation"
1860
1893
  },
1861
- "privacy": "public"
1862
- },
1863
- {
1864
- "kind": "variable",
1865
- "name": "foundationDateEditor",
1866
- "description": "Definition for the date editor component"
1894
+ "tagName": "grid-tabulator-column",
1895
+ "customElement": true
1867
1896
  }
1868
1897
  ],
1869
1898
  "exports": [
1870
1899
  {
1871
1900
  "kind": "js",
1872
- "name": "DateEditor",
1873
- "declaration": {
1874
- "name": "DateEditor",
1875
- "module": "src/cell-editors/date.editor.ts"
1876
- }
1877
- },
1878
- {
1879
- "kind": "js",
1880
- "name": "dateEditorStyles",
1881
- "declaration": {
1882
- "name": "dateEditorStyles",
1883
- "module": "src/cell-editors/date.editor.ts"
1884
- }
1885
- },
1886
- {
1887
- "kind": "js",
1888
- "name": "getDateEditorTemplate",
1901
+ "name": "GridTabulatorColumn",
1889
1902
  "declaration": {
1890
- "name": "getDateEditorTemplate",
1891
- "module": "src/cell-editors/date.editor.ts"
1903
+ "name": "GridTabulatorColumn",
1904
+ "module": "src/column/column.ts"
1892
1905
  }
1893
1906
  },
1894
1907
  {
1895
- "kind": "js",
1896
- "name": "foundationDateEditor",
1908
+ "kind": "custom-element-definition",
1909
+ "name": "grid-tabulator-column",
1897
1910
  "declaration": {
1898
- "name": "foundationDateEditor",
1899
- "module": "src/cell-editors/date.editor.ts"
1911
+ "name": "GridTabulatorColumn",
1912
+ "module": "src/column/column.ts"
1900
1913
  }
1901
1914
  }
1902
1915
  ]
1903
1916
  },
1904
1917
  {
1905
1918
  "kind": "javascript-module",
1906
- "path": "src/cell-editors/index.ts",
1919
+ "path": "src/column/index.ts",
1907
1920
  "declarations": [],
1908
1921
  "exports": [
1909
1922
  {
@@ -1911,62 +1924,30 @@
1911
1924
  "name": "*",
1912
1925
  "declaration": {
1913
1926
  "name": "*",
1914
- "package": "./date.editor"
1915
- }
1916
- },
1917
- {
1918
- "kind": "js",
1919
- "name": "*",
1920
- "declaration": {
1921
- "name": "*",
1922
- "package": "./number.editor"
1923
- }
1924
- },
1925
- {
1926
- "kind": "js",
1927
- "name": "*",
1928
- "declaration": {
1929
- "name": "*",
1930
- "package": "./select.editor"
1931
- }
1932
- },
1933
- {
1934
- "kind": "js",
1935
- "name": "*",
1936
- "declaration": {
1937
- "name": "*",
1938
- "package": "./string.editor"
1939
- }
1940
- },
1941
- {
1942
- "kind": "js",
1943
- "name": "*",
1944
- "declaration": {
1945
- "name": "*",
1946
- "package": "./multiselect.editor"
1927
+ "package": "./column"
1947
1928
  }
1948
1929
  }
1949
1930
  ]
1950
1931
  },
1951
1932
  {
1952
1933
  "kind": "javascript-module",
1953
- "path": "src/cell-editors/multiselect.editor.ts",
1934
+ "path": "src/cell-editors/date.editor.ts",
1954
1935
  "declarations": [
1955
1936
  {
1956
1937
  "kind": "class",
1957
- "description": "The multiselect editor class for grid-tabulator",
1958
- "name": "MultiselectEditor",
1938
+ "description": "The date editor class for grid-tabulator",
1939
+ "name": "DateEditor",
1959
1940
  "members": [
1960
1941
  {
1961
1942
  "kind": "field",
1962
1943
  "name": "params",
1963
1944
  "type": {
1964
- "text": "MultiselectEditorParams"
1945
+ "text": "DateEditorParams"
1965
1946
  }
1966
1947
  },
1967
1948
  {
1968
1949
  "kind": "field",
1969
- "name": "select",
1950
+ "name": "dateField",
1970
1951
  "type": {
1971
1952
  "text": "any"
1972
1953
  }
@@ -1978,7 +1959,7 @@
1978
1959
  {
1979
1960
  "name": "params",
1980
1961
  "type": {
1981
- "text": "MultiselectEditorParams"
1962
+ "text": "DateEditorParams"
1982
1963
  }
1983
1964
  }
1984
1965
  ],
@@ -1986,36 +1967,18 @@
1986
1967
  },
1987
1968
  {
1988
1969
  "kind": "method",
1989
- "name": "getValues",
1990
- "return": {
1991
- "type": {
1992
- "text": "(string | number)[]"
1993
- }
1994
- },
1995
- "description": "Get current values"
1970
+ "name": "getValue",
1971
+ "description": "Get current value"
1996
1972
  },
1997
1973
  {
1998
1974
  "kind": "method",
1999
- "name": "focus",
2000
- "description": "Set focus to the select"
1975
+ "name": "getFormattedValue",
1976
+ "description": "Format value for display"
2001
1977
  },
2002
1978
  {
2003
1979
  "kind": "method",
2004
- "name": "isSelected",
2005
- "return": {
2006
- "type": {
2007
- "text": "boolean"
2008
- }
2009
- },
2010
- "parameters": [
2011
- {
2012
- "name": "value",
2013
- "type": {
2014
- "text": "string | number"
2015
- }
2016
- }
2017
- ],
2018
- "description": "Check if a value is selected"
1980
+ "name": "focus",
1981
+ "description": "Set focus to the input"
2019
1982
  },
2020
1983
  {
2021
1984
  "kind": "method",
@@ -2030,11 +1993,6 @@
2030
1993
  ],
2031
1994
  "description": "Process key down events"
2032
1995
  },
2033
- {
2034
- "kind": "method",
2035
- "name": "handleChange",
2036
- "description": "Handle change event to save when selection changes"
2037
- },
2038
1996
  {
2039
1997
  "kind": "field",
2040
1998
  "name": "_presentation",
@@ -2154,13 +2112,13 @@
2154
2112
  },
2155
2113
  {
2156
2114
  "kind": "variable",
2157
- "name": "multiselectEditorStyles",
2115
+ "name": "dateEditorStyles",
2158
2116
  "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
2159
- "description": "Styles for the multiselect editor"
2117
+ "description": "Styles for the date editor"
2160
2118
  },
2161
2119
  {
2162
2120
  "kind": "function",
2163
- "name": "getMultiselectEditorTemplate",
2121
+ "name": "getDateEditorTemplate",
2164
2122
  "parameters": [
2165
2123
  {
2166
2124
  "name": "prefix",
@@ -2168,73 +2126,121 @@
2168
2126
  "description": "The design system prefix to use. Defaults to 'foundation'."
2169
2127
  }
2170
2128
  ],
2171
- "description": "Get a Design System prefixed Select template.",
2129
+ "description": "Get a Design System prefixed date field template.",
2172
2130
  "return": {
2173
2131
  "type": {
2174
2132
  "text": ""
2175
2133
  }
2176
- }
2134
+ },
2135
+ "privacy": "public"
2177
2136
  },
2178
2137
  {
2179
2138
  "kind": "variable",
2180
- "name": "foundationMultiselectEditor",
2181
- "description": "Definition for the multiselect editor component"
2139
+ "name": "foundationDateEditor",
2140
+ "description": "Definition for the date editor component"
2182
2141
  }
2183
2142
  ],
2184
2143
  "exports": [
2185
2144
  {
2186
2145
  "kind": "js",
2187
- "name": "MultiselectEditor",
2146
+ "name": "DateEditor",
2188
2147
  "declaration": {
2189
- "name": "MultiselectEditor",
2190
- "module": "src/cell-editors/multiselect.editor.ts"
2148
+ "name": "DateEditor",
2149
+ "module": "src/cell-editors/date.editor.ts"
2191
2150
  }
2192
2151
  },
2193
2152
  {
2194
2153
  "kind": "js",
2195
- "name": "multiselectEditorStyles",
2154
+ "name": "dateEditorStyles",
2196
2155
  "declaration": {
2197
- "name": "multiselectEditorStyles",
2198
- "module": "src/cell-editors/multiselect.editor.ts"
2156
+ "name": "dateEditorStyles",
2157
+ "module": "src/cell-editors/date.editor.ts"
2199
2158
  }
2200
2159
  },
2201
2160
  {
2202
2161
  "kind": "js",
2203
- "name": "getMultiselectEditorTemplate",
2162
+ "name": "getDateEditorTemplate",
2204
2163
  "declaration": {
2205
- "name": "getMultiselectEditorTemplate",
2206
- "module": "src/cell-editors/multiselect.editor.ts"
2164
+ "name": "getDateEditorTemplate",
2165
+ "module": "src/cell-editors/date.editor.ts"
2207
2166
  }
2208
2167
  },
2209
2168
  {
2210
2169
  "kind": "js",
2211
- "name": "foundationMultiselectEditor",
2170
+ "name": "foundationDateEditor",
2212
2171
  "declaration": {
2213
- "name": "foundationMultiselectEditor",
2214
- "module": "src/cell-editors/multiselect.editor.ts"
2172
+ "name": "foundationDateEditor",
2173
+ "module": "src/cell-editors/date.editor.ts"
2215
2174
  }
2216
2175
  }
2217
2176
  ]
2218
2177
  },
2219
2178
  {
2220
2179
  "kind": "javascript-module",
2221
- "path": "src/cell-editors/number.editor.ts",
2180
+ "path": "src/cell-editors/index.ts",
2181
+ "declarations": [],
2182
+ "exports": [
2183
+ {
2184
+ "kind": "js",
2185
+ "name": "*",
2186
+ "declaration": {
2187
+ "name": "*",
2188
+ "package": "./date.editor"
2189
+ }
2190
+ },
2191
+ {
2192
+ "kind": "js",
2193
+ "name": "*",
2194
+ "declaration": {
2195
+ "name": "*",
2196
+ "package": "./number.editor"
2197
+ }
2198
+ },
2199
+ {
2200
+ "kind": "js",
2201
+ "name": "*",
2202
+ "declaration": {
2203
+ "name": "*",
2204
+ "package": "./select.editor"
2205
+ }
2206
+ },
2207
+ {
2208
+ "kind": "js",
2209
+ "name": "*",
2210
+ "declaration": {
2211
+ "name": "*",
2212
+ "package": "./string.editor"
2213
+ }
2214
+ },
2215
+ {
2216
+ "kind": "js",
2217
+ "name": "*",
2218
+ "declaration": {
2219
+ "name": "*",
2220
+ "package": "./multiselect.editor"
2221
+ }
2222
+ }
2223
+ ]
2224
+ },
2225
+ {
2226
+ "kind": "javascript-module",
2227
+ "path": "src/cell-editors/multiselect.editor.ts",
2222
2228
  "declarations": [
2223
2229
  {
2224
2230
  "kind": "class",
2225
- "description": "The number editor class for grid-tabulator",
2226
- "name": "NumberEditor",
2231
+ "description": "The multiselect editor class for grid-tabulator",
2232
+ "name": "MultiselectEditor",
2227
2233
  "members": [
2228
2234
  {
2229
2235
  "kind": "field",
2230
2236
  "name": "params",
2231
2237
  "type": {
2232
- "text": "NumberEditorParams"
2238
+ "text": "MultiselectEditorParams"
2233
2239
  }
2234
2240
  },
2235
2241
  {
2236
2242
  "kind": "field",
2237
- "name": "numberField",
2243
+ "name": "select",
2238
2244
  "type": {
2239
2245
  "text": "any"
2240
2246
  }
@@ -2246,7 +2252,7 @@
2246
2252
  {
2247
2253
  "name": "params",
2248
2254
  "type": {
2249
- "text": "NumberEditorParams"
2255
+ "text": "MultiselectEditorParams"
2250
2256
  }
2251
2257
  }
2252
2258
  ],
@@ -2254,13 +2260,36 @@
2254
2260
  },
2255
2261
  {
2256
2262
  "kind": "method",
2257
- "name": "getValue",
2258
- "description": "Get current value"
2263
+ "name": "getValues",
2264
+ "return": {
2265
+ "type": {
2266
+ "text": "(string | number)[]"
2267
+ }
2268
+ },
2269
+ "description": "Get current values"
2259
2270
  },
2260
2271
  {
2261
2272
  "kind": "method",
2262
2273
  "name": "focus",
2263
- "description": "Set focus to the input"
2274
+ "description": "Set focus to the select"
2275
+ },
2276
+ {
2277
+ "kind": "method",
2278
+ "name": "isSelected",
2279
+ "return": {
2280
+ "type": {
2281
+ "text": "boolean"
2282
+ }
2283
+ },
2284
+ "parameters": [
2285
+ {
2286
+ "name": "value",
2287
+ "type": {
2288
+ "text": "string | number"
2289
+ }
2290
+ }
2291
+ ],
2292
+ "description": "Check if a value is selected"
2264
2293
  },
2265
2294
  {
2266
2295
  "kind": "method",
@@ -2275,6 +2304,11 @@
2275
2304
  ],
2276
2305
  "description": "Process key down events"
2277
2306
  },
2307
+ {
2308
+ "kind": "method",
2309
+ "name": "handleChange",
2310
+ "description": "Handle change event to save when selection changes"
2311
+ },
2278
2312
  {
2279
2313
  "kind": "field",
2280
2314
  "name": "_presentation",
@@ -2394,13 +2428,13 @@
2394
2428
  },
2395
2429
  {
2396
2430
  "kind": "variable",
2397
- "name": "numberEditorStyles",
2431
+ "name": "multiselectEditorStyles",
2398
2432
  "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
2399
- "description": "Styles for the number editor"
2433
+ "description": "Styles for the multiselect editor"
2400
2434
  },
2401
2435
  {
2402
2436
  "kind": "function",
2403
- "name": "getNumberEditorTemplate",
2437
+ "name": "getMultiselectEditorTemplate",
2404
2438
  "parameters": [
2405
2439
  {
2406
2440
  "name": "prefix",
@@ -2408,7 +2442,7 @@
2408
2442
  "description": "The design system prefix to use. Defaults to 'foundation'."
2409
2443
  }
2410
2444
  ],
2411
- "description": "Get a Design System prefixed number field template.",
2445
+ "description": "Get a Design System prefixed Select template.",
2412
2446
  "return": {
2413
2447
  "type": {
2414
2448
  "text": ""
@@ -2417,64 +2451,64 @@
2417
2451
  },
2418
2452
  {
2419
2453
  "kind": "variable",
2420
- "name": "foundationNumberEditor",
2421
- "description": "Definition for the number editor component"
2454
+ "name": "foundationMultiselectEditor",
2455
+ "description": "Definition for the multiselect editor component"
2422
2456
  }
2423
2457
  ],
2424
2458
  "exports": [
2425
2459
  {
2426
2460
  "kind": "js",
2427
- "name": "NumberEditor",
2461
+ "name": "MultiselectEditor",
2428
2462
  "declaration": {
2429
- "name": "NumberEditor",
2430
- "module": "src/cell-editors/number.editor.ts"
2463
+ "name": "MultiselectEditor",
2464
+ "module": "src/cell-editors/multiselect.editor.ts"
2431
2465
  }
2432
2466
  },
2433
2467
  {
2434
2468
  "kind": "js",
2435
- "name": "numberEditorStyles",
2469
+ "name": "multiselectEditorStyles",
2436
2470
  "declaration": {
2437
- "name": "numberEditorStyles",
2438
- "module": "src/cell-editors/number.editor.ts"
2471
+ "name": "multiselectEditorStyles",
2472
+ "module": "src/cell-editors/multiselect.editor.ts"
2439
2473
  }
2440
2474
  },
2441
2475
  {
2442
2476
  "kind": "js",
2443
- "name": "getNumberEditorTemplate",
2477
+ "name": "getMultiselectEditorTemplate",
2444
2478
  "declaration": {
2445
- "name": "getNumberEditorTemplate",
2446
- "module": "src/cell-editors/number.editor.ts"
2479
+ "name": "getMultiselectEditorTemplate",
2480
+ "module": "src/cell-editors/multiselect.editor.ts"
2447
2481
  }
2448
2482
  },
2449
2483
  {
2450
2484
  "kind": "js",
2451
- "name": "foundationNumberEditor",
2485
+ "name": "foundationMultiselectEditor",
2452
2486
  "declaration": {
2453
- "name": "foundationNumberEditor",
2454
- "module": "src/cell-editors/number.editor.ts"
2487
+ "name": "foundationMultiselectEditor",
2488
+ "module": "src/cell-editors/multiselect.editor.ts"
2455
2489
  }
2456
2490
  }
2457
2491
  ]
2458
2492
  },
2459
2493
  {
2460
2494
  "kind": "javascript-module",
2461
- "path": "src/cell-editors/select.editor.ts",
2495
+ "path": "src/cell-editors/number.editor.ts",
2462
2496
  "declarations": [
2463
2497
  {
2464
2498
  "kind": "class",
2465
- "description": "The select editor class for grid-tabulator",
2466
- "name": "SelectEditor",
2499
+ "description": "The number editor class for grid-tabulator",
2500
+ "name": "NumberEditor",
2467
2501
  "members": [
2468
2502
  {
2469
2503
  "kind": "field",
2470
2504
  "name": "params",
2471
2505
  "type": {
2472
- "text": "SelectEditorParams"
2506
+ "text": "NumberEditorParams"
2473
2507
  }
2474
2508
  },
2475
2509
  {
2476
2510
  "kind": "field",
2477
- "name": "select",
2511
+ "name": "numberField",
2478
2512
  "type": {
2479
2513
  "text": "any"
2480
2514
  }
@@ -2486,7 +2520,7 @@
2486
2520
  {
2487
2521
  "name": "params",
2488
2522
  "type": {
2489
- "text": "SelectEditorParams"
2523
+ "text": "NumberEditorParams"
2490
2524
  }
2491
2525
  }
2492
2526
  ],
@@ -2500,7 +2534,7 @@
2500
2534
  {
2501
2535
  "kind": "method",
2502
2536
  "name": "focus",
2503
- "description": "Set focus to the select"
2537
+ "description": "Set focus to the input"
2504
2538
  },
2505
2539
  {
2506
2540
  "kind": "method",
@@ -2515,11 +2549,6 @@
2515
2549
  ],
2516
2550
  "description": "Process key down events"
2517
2551
  },
2518
- {
2519
- "kind": "method",
2520
- "name": "handleChange",
2521
- "description": "Handle change event"
2522
- },
2523
2552
  {
2524
2553
  "kind": "field",
2525
2554
  "name": "_presentation",
@@ -2639,13 +2668,13 @@
2639
2668
  },
2640
2669
  {
2641
2670
  "kind": "variable",
2642
- "name": "selectEditorStyles",
2671
+ "name": "numberEditorStyles",
2643
2672
  "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
2644
- "description": "Styles for the select editor"
2673
+ "description": "Styles for the number editor"
2645
2674
  },
2646
2675
  {
2647
2676
  "kind": "function",
2648
- "name": "getSelectEditorTemplate",
2677
+ "name": "getNumberEditorTemplate",
2649
2678
  "parameters": [
2650
2679
  {
2651
2680
  "name": "prefix",
@@ -2653,74 +2682,73 @@
2653
2682
  "description": "The design system prefix to use. Defaults to 'foundation'."
2654
2683
  }
2655
2684
  ],
2656
- "description": "Get a Design System prefixed Select template.",
2685
+ "description": "Get a Design System prefixed number field template.",
2657
2686
  "return": {
2658
2687
  "type": {
2659
2688
  "text": ""
2660
2689
  }
2661
- },
2662
- "privacy": "public"
2690
+ }
2663
2691
  },
2664
2692
  {
2665
2693
  "kind": "variable",
2666
- "name": "foundationSelectEditor",
2667
- "description": "Definition for the select editor component"
2694
+ "name": "foundationNumberEditor",
2695
+ "description": "Definition for the number editor component"
2668
2696
  }
2669
2697
  ],
2670
2698
  "exports": [
2671
2699
  {
2672
2700
  "kind": "js",
2673
- "name": "SelectEditor",
2701
+ "name": "NumberEditor",
2674
2702
  "declaration": {
2675
- "name": "SelectEditor",
2676
- "module": "src/cell-editors/select.editor.ts"
2703
+ "name": "NumberEditor",
2704
+ "module": "src/cell-editors/number.editor.ts"
2677
2705
  }
2678
2706
  },
2679
2707
  {
2680
2708
  "kind": "js",
2681
- "name": "selectEditorStyles",
2709
+ "name": "numberEditorStyles",
2682
2710
  "declaration": {
2683
- "name": "selectEditorStyles",
2684
- "module": "src/cell-editors/select.editor.ts"
2711
+ "name": "numberEditorStyles",
2712
+ "module": "src/cell-editors/number.editor.ts"
2685
2713
  }
2686
2714
  },
2687
2715
  {
2688
2716
  "kind": "js",
2689
- "name": "getSelectEditorTemplate",
2717
+ "name": "getNumberEditorTemplate",
2690
2718
  "declaration": {
2691
- "name": "getSelectEditorTemplate",
2692
- "module": "src/cell-editors/select.editor.ts"
2719
+ "name": "getNumberEditorTemplate",
2720
+ "module": "src/cell-editors/number.editor.ts"
2693
2721
  }
2694
2722
  },
2695
2723
  {
2696
2724
  "kind": "js",
2697
- "name": "foundationSelectEditor",
2725
+ "name": "foundationNumberEditor",
2698
2726
  "declaration": {
2699
- "name": "foundationSelectEditor",
2700
- "module": "src/cell-editors/select.editor.ts"
2727
+ "name": "foundationNumberEditor",
2728
+ "module": "src/cell-editors/number.editor.ts"
2701
2729
  }
2702
2730
  }
2703
2731
  ]
2704
2732
  },
2705
2733
  {
2706
2734
  "kind": "javascript-module",
2707
- "path": "src/cell-editors/string.editor.ts",
2735
+ "path": "src/cell-editors/select.editor.ts",
2708
2736
  "declarations": [
2709
2737
  {
2710
2738
  "kind": "class",
2711
- "description": "The string editor class for grid-tabulator",
2712
- "name": "StringEditor",
2739
+ "description": "The select editor class for grid-tabulator",
2740
+ "name": "SelectEditor",
2713
2741
  "members": [
2714
2742
  {
2715
2743
  "kind": "field",
2716
2744
  "name": "params",
2717
2745
  "type": {
2718
- "text": "StringEditorParams"
2746
+ "text": "SelectEditorParams"
2719
2747
  }
2720
2748
  },
2721
2749
  {
2722
2750
  "kind": "field",
2723
- "name": "textField",
2751
+ "name": "select",
2724
2752
  "type": {
2725
2753
  "text": "any"
2726
2754
  }
@@ -2732,7 +2760,7 @@
2732
2760
  {
2733
2761
  "name": "params",
2734
2762
  "type": {
2735
- "text": "StringEditorParams"
2763
+ "text": "SelectEditorParams"
2736
2764
  }
2737
2765
  }
2738
2766
  ],
@@ -2746,7 +2774,7 @@
2746
2774
  {
2747
2775
  "kind": "method",
2748
2776
  "name": "focus",
2749
- "description": "Set focus to the input"
2777
+ "description": "Set focus to the select"
2750
2778
  },
2751
2779
  {
2752
2780
  "kind": "method",
@@ -2761,6 +2789,11 @@
2761
2789
  ],
2762
2790
  "description": "Process key down events"
2763
2791
  },
2792
+ {
2793
+ "kind": "method",
2794
+ "name": "handleChange",
2795
+ "description": "Handle change event"
2796
+ },
2764
2797
  {
2765
2798
  "kind": "field",
2766
2799
  "name": "_presentation",
@@ -2880,13 +2913,13 @@
2880
2913
  },
2881
2914
  {
2882
2915
  "kind": "variable",
2883
- "name": "stringEditorStyles",
2916
+ "name": "selectEditorStyles",
2884
2917
  "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
2885
- "description": "Styles for the string editor"
2918
+ "description": "Styles for the select editor"
2886
2919
  },
2887
2920
  {
2888
2921
  "kind": "function",
2889
- "name": "getStringEditorTemplate",
2922
+ "name": "getSelectEditorTemplate",
2890
2923
  "parameters": [
2891
2924
  {
2892
2925
  "name": "prefix",
@@ -2894,886 +2927,455 @@
2894
2927
  "description": "The design system prefix to use. Defaults to 'foundation'."
2895
2928
  }
2896
2929
  ],
2897
- "description": "Get a Design System prefixed text field template.",
2930
+ "description": "Get a Design System prefixed Select template.",
2898
2931
  "return": {
2899
2932
  "type": {
2900
2933
  "text": ""
2901
2934
  }
2902
- }
2935
+ },
2936
+ "privacy": "public"
2903
2937
  },
2904
2938
  {
2905
2939
  "kind": "variable",
2906
- "name": "foundationStringEditor",
2907
- "description": "Definition for the string editor component"
2940
+ "name": "foundationSelectEditor",
2941
+ "description": "Definition for the select editor component"
2908
2942
  }
2909
2943
  ],
2910
2944
  "exports": [
2911
2945
  {
2912
2946
  "kind": "js",
2913
- "name": "StringEditor",
2947
+ "name": "SelectEditor",
2914
2948
  "declaration": {
2915
- "name": "StringEditor",
2916
- "module": "src/cell-editors/string.editor.ts"
2949
+ "name": "SelectEditor",
2950
+ "module": "src/cell-editors/select.editor.ts"
2917
2951
  }
2918
2952
  },
2919
2953
  {
2920
2954
  "kind": "js",
2921
- "name": "stringEditorStyles",
2955
+ "name": "selectEditorStyles",
2922
2956
  "declaration": {
2923
- "name": "stringEditorStyles",
2924
- "module": "src/cell-editors/string.editor.ts"
2957
+ "name": "selectEditorStyles",
2958
+ "module": "src/cell-editors/select.editor.ts"
2925
2959
  }
2926
2960
  },
2927
2961
  {
2928
2962
  "kind": "js",
2929
- "name": "getStringEditorTemplate",
2963
+ "name": "getSelectEditorTemplate",
2930
2964
  "declaration": {
2931
- "name": "getStringEditorTemplate",
2932
- "module": "src/cell-editors/string.editor.ts"
2965
+ "name": "getSelectEditorTemplate",
2966
+ "module": "src/cell-editors/select.editor.ts"
2933
2967
  }
2934
2968
  },
2935
2969
  {
2936
2970
  "kind": "js",
2937
- "name": "foundationStringEditor",
2971
+ "name": "foundationSelectEditor",
2938
2972
  "declaration": {
2939
- "name": "foundationStringEditor",
2940
- "module": "src/cell-editors/string.editor.ts"
2973
+ "name": "foundationSelectEditor",
2974
+ "module": "src/cell-editors/select.editor.ts"
2941
2975
  }
2942
2976
  }
2943
2977
  ]
2944
2978
  },
2945
2979
  {
2946
2980
  "kind": "javascript-module",
2947
- "path": "src/cell-formatters/action.formatter.ts",
2981
+ "path": "src/cell-editors/string.editor.ts",
2948
2982
  "declarations": [
2949
2983
  {
2950
- "kind": "function",
2951
- "name": "actionFormatter",
2952
- "return": {
2953
- "type": {
2954
- "text": ""
2955
- }
2956
- },
2957
- "parameters": [
2984
+ "kind": "class",
2985
+ "description": "The string editor class for grid-tabulator",
2986
+ "name": "StringEditor",
2987
+ "members": [
2958
2988
  {
2959
- "name": "cell",
2989
+ "kind": "field",
2990
+ "name": "params",
2960
2991
  "type": {
2961
- "text": "any"
2962
- },
2963
- "description": "The cell component provided by Tabulator"
2992
+ "text": "StringEditorParams"
2993
+ }
2964
2994
  },
2965
2995
  {
2966
- "name": "formatterParams",
2967
- "default": "{}",
2968
- "type": {
2969
- "text": "ActionFormatterParams<T>"
2970
- },
2971
- "description": "Action formatter parameters"
2972
- }
2973
- ],
2974
- "description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
2975
- "privacy": "public"
2976
- }
2977
- ],
2978
- "exports": [
2979
- {
2980
- "kind": "js",
2981
- "name": "actionFormatter",
2982
- "declaration": {
2983
- "name": "actionFormatter",
2984
- "module": "src/cell-formatters/action.formatter.ts"
2985
- }
2986
- }
2987
- ]
2988
- },
2989
- {
2990
- "kind": "javascript-module",
2991
- "path": "src/cell-formatters/actions-menu.formatter.ts",
2992
- "declarations": [
2993
- {
2994
- "kind": "function",
2995
- "name": "actionsMenuFormatter",
2996
- "return": {
2997
- "type": {
2998
- "text": ""
2999
- }
3000
- },
3001
- "parameters": [
3002
- {
3003
- "name": "cell",
2996
+ "kind": "field",
2997
+ "name": "textField",
3004
2998
  "type": {
3005
2999
  "text": "any"
3006
- },
3007
- "description": "The cell component provided by Tabulator"
3000
+ }
3008
3001
  },
3009
3002
  {
3010
- "name": "formatterParams",
3011
- "default": "{}",
3003
+ "kind": "method",
3004
+ "name": "init",
3005
+ "parameters": [
3006
+ {
3007
+ "name": "params",
3008
+ "type": {
3009
+ "text": "StringEditorParams"
3010
+ }
3011
+ }
3012
+ ],
3013
+ "description": "Initialize the editor with parameters"
3014
+ },
3015
+ {
3016
+ "kind": "method",
3017
+ "name": "getValue",
3018
+ "description": "Get current value"
3019
+ },
3020
+ {
3021
+ "kind": "method",
3022
+ "name": "focus",
3023
+ "description": "Set focus to the input"
3024
+ },
3025
+ {
3026
+ "kind": "method",
3027
+ "name": "handleKeyDown",
3028
+ "parameters": [
3029
+ {
3030
+ "name": "event",
3031
+ "type": {
3032
+ "text": "KeyboardEvent"
3033
+ }
3034
+ }
3035
+ ],
3036
+ "description": "Process key down events"
3037
+ },
3038
+ {
3039
+ "kind": "field",
3040
+ "name": "_presentation",
3012
3041
  "type": {
3013
- "text": "ActionsMenuFormatterParams<T>"
3042
+ "text": "ComponentPresentation | null | undefined"
3014
3043
  },
3015
- "description": "Actions menu formatter parameters"
3016
- }
3017
- ],
3018
- "description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
3019
- "privacy": "public"
3020
- }
3021
- ],
3022
- "exports": [
3023
- {
3024
- "kind": "js",
3025
- "name": "actionsMenuFormatter",
3026
- "declaration": {
3027
- "name": "actionsMenuFormatter",
3028
- "module": "src/cell-formatters/actions-menu.formatter.ts"
3029
- }
3030
- }
3031
- ]
3032
- },
3033
- {
3034
- "kind": "javascript-module",
3035
- "path": "src/cell-formatters/boolean.formatter.ts",
3036
- "declarations": [
3037
- {
3038
- "kind": "function",
3039
- "name": "booleanFormatter",
3040
- "return": {
3041
- "type": {
3042
- "text": ""
3043
- }
3044
- },
3045
- "parameters": [
3044
+ "privacy": "private",
3045
+ "default": "void 0",
3046
+ "inheritedFrom": {
3047
+ "name": "FoundationElement",
3048
+ "module": "src/foundation-element/foundation-element.ts"
3049
+ }
3050
+ },
3046
3051
  {
3047
- "name": "cell",
3052
+ "kind": "field",
3053
+ "name": "$presentation",
3048
3054
  "type": {
3049
- "text": "any"
3055
+ "text": "ComponentPresentation | null"
3050
3056
  },
3051
- "description": "The cell component provided by Tabulator"
3057
+ "privacy": "public",
3058
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3059
+ "inheritedFrom": {
3060
+ "name": "FoundationElement",
3061
+ "module": "src/foundation-element/foundation-element.ts"
3062
+ }
3052
3063
  },
3053
3064
  {
3054
- "name": "formatterParams",
3055
- "default": "{}",
3065
+ "kind": "field",
3066
+ "name": "template",
3056
3067
  "type": {
3057
- "text": "BooleanFormatterParams<T>"
3068
+ "text": "ElementViewTemplate | void | null"
3058
3069
  },
3059
- "description": "Boolean formatter parameters"
3060
- }
3061
- ],
3062
- "description": "Formatter that displays boolean values using a checkbox component.\nStyled to match grid-pro boolean renderer.",
3063
- "privacy": "public"
3064
- }
3065
- ],
3066
- "exports": [
3067
- {
3068
- "kind": "js",
3069
- "name": "booleanFormatter",
3070
- "declaration": {
3071
- "name": "booleanFormatter",
3072
- "module": "src/cell-formatters/boolean.formatter.ts"
3073
- }
3074
- }
3075
- ]
3076
- },
3077
- {
3078
- "kind": "javascript-module",
3079
- "path": "src/cell-formatters/constants.ts",
3080
- "declarations": [],
3081
- "exports": []
3082
- },
3083
- {
3084
- "kind": "javascript-module",
3085
- "path": "src/cell-formatters/editable.formatter.ts",
3086
- "declarations": [
3087
- {
3088
- "kind": "function",
3089
- "name": "editableFormatter",
3090
- "return": {
3091
- "type": {
3092
- "text": ""
3093
- }
3094
- },
3095
- "parameters": [
3070
+ "privacy": "public",
3071
+ "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.",
3072
+ "inheritedFrom": {
3073
+ "name": "FoundationElement",
3074
+ "module": "src/foundation-element/foundation-element.ts"
3075
+ }
3076
+ },
3096
3077
  {
3097
- "name": "cell",
3098
- "type": {
3099
- "text": "any"
3078
+ "kind": "method",
3079
+ "name": "templateChanged",
3080
+ "privacy": "protected",
3081
+ "return": {
3082
+ "type": {
3083
+ "text": "void"
3084
+ }
3100
3085
  },
3101
- "description": "The cell component provided by Tabulator"
3086
+ "inheritedFrom": {
3087
+ "name": "FoundationElement",
3088
+ "module": "src/foundation-element/foundation-element.ts"
3089
+ }
3102
3090
  },
3103
3091
  {
3104
- "name": "formatterParams",
3105
- "default": "{}",
3092
+ "kind": "field",
3093
+ "name": "styles",
3106
3094
  "type": {
3107
- "text": "EditableFormatterParams<T>"
3095
+ "text": "ElementStyles | void | null"
3108
3096
  },
3109
- "description": "Editable formatter parameters"
3110
- }
3097
+ "privacy": "public",
3098
+ "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.",
3099
+ "inheritedFrom": {
3100
+ "name": "FoundationElement",
3101
+ "module": "src/foundation-element/foundation-element.ts"
3102
+ }
3103
+ },
3104
+ {
3105
+ "kind": "method",
3106
+ "name": "stylesChanged",
3107
+ "privacy": "protected",
3108
+ "return": {
3109
+ "type": {
3110
+ "text": "void"
3111
+ }
3112
+ },
3113
+ "inheritedFrom": {
3114
+ "name": "FoundationElement",
3115
+ "module": "src/foundation-element/foundation-element.ts"
3116
+ }
3117
+ },
3118
+ {
3119
+ "kind": "method",
3120
+ "name": "compose",
3121
+ "privacy": "public",
3122
+ "static": true,
3123
+ "return": {
3124
+ "type": {
3125
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3126
+ }
3127
+ },
3128
+ "parameters": [
3129
+ {
3130
+ "name": "this",
3131
+ "type": {
3132
+ "text": "K"
3133
+ }
3134
+ },
3135
+ {
3136
+ "name": "elementDefinition",
3137
+ "type": {
3138
+ "text": "T"
3139
+ },
3140
+ "description": "The definition of the element to create the registry\nfunction for."
3141
+ }
3142
+ ],
3143
+ "description": "Defines an element registry function with a set of element definition defaults.",
3144
+ "inheritedFrom": {
3145
+ "name": "FoundationElement",
3146
+ "module": "src/foundation-element/foundation-element.ts"
3147
+ }
3148
+ }
3111
3149
  ],
3112
- "description": "Formatter that displays an editable cell with validation state",
3113
- "privacy": "public"
3114
- }
3115
- ],
3116
- "exports": [
3117
- {
3118
- "kind": "js",
3119
- "name": "editableFormatter",
3120
- "declaration": {
3121
- "name": "editableFormatter",
3122
- "module": "src/cell-formatters/editable.formatter.ts"
3123
- }
3124
- }
3125
- ]
3126
- },
3127
- {
3128
- "kind": "javascript-module",
3129
- "path": "src/cell-formatters/index.ts",
3130
- "declarations": [
3131
- {
3132
- "kind": "variable",
3133
- "name": "formatters",
3134
- "type": {
3135
- "text": "object"
3136
- },
3137
- "default": "{\n action: actionFormatter,\n actionsMenu: actionsMenuFormatter,\n boolean: booleanFormatter,\n editable: editableFormatter,\n select: selectFormatter,\n text: textFormatter,\n}",
3138
- "description": "Zero formatters for Tabulator grid"
3139
- }
3140
- ],
3141
- "exports": [
3142
- {
3143
- "kind": "js",
3144
- "name": "*",
3145
- "declaration": {
3146
- "name": "*",
3147
- "package": "./constants"
3148
- }
3149
- },
3150
- {
3151
- "kind": "js",
3152
- "name": "ActionFormatterParams",
3153
- "declaration": {
3154
- "name": "ActionFormatterParams",
3155
- "module": "src/cell-formatters/index.ts"
3156
- }
3157
- },
3158
- {
3159
- "kind": "js",
3160
- "name": "actionFormatter",
3161
- "declaration": {
3162
- "name": "actionFormatter",
3163
- "module": "src/cell-formatters/index.ts"
3164
- }
3165
- },
3166
- {
3167
- "kind": "js",
3168
- "name": "ActionsMenuFormatterParams",
3169
- "declaration": {
3170
- "name": "ActionsMenuFormatterParams",
3171
- "module": "src/cell-formatters/index.ts"
3172
- }
3173
- },
3174
- {
3175
- "kind": "js",
3176
- "name": "actionsMenuFormatter",
3177
- "declaration": {
3178
- "name": "actionsMenuFormatter",
3179
- "module": "src/cell-formatters/index.ts"
3180
- }
3181
- },
3182
- {
3183
- "kind": "js",
3184
- "name": "BooleanFormatterParams",
3185
- "declaration": {
3186
- "name": "BooleanFormatterParams",
3187
- "module": "src/cell-formatters/index.ts"
3188
- }
3189
- },
3190
- {
3191
- "kind": "js",
3192
- "name": "booleanFormatter",
3193
- "declaration": {
3194
- "name": "booleanFormatter",
3195
- "module": "src/cell-formatters/index.ts"
3150
+ "superclass": {
3151
+ "name": "FoundationElement",
3152
+ "package": "@microsoft/fast-foundation"
3196
3153
  }
3197
3154
  },
3198
3155
  {
3199
- "kind": "js",
3200
- "name": "EditableFormatterParams",
3201
- "declaration": {
3202
- "name": "EditableFormatterParams",
3203
- "module": "src/cell-formatters/index.ts"
3204
- }
3156
+ "kind": "variable",
3157
+ "name": "stringEditorStyles",
3158
+ "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
3159
+ "description": "Styles for the string editor"
3205
3160
  },
3206
3161
  {
3207
- "kind": "js",
3208
- "name": "editableFormatter",
3209
- "declaration": {
3210
- "name": "editableFormatter",
3211
- "module": "src/cell-formatters/index.ts"
3162
+ "kind": "function",
3163
+ "name": "getStringEditorTemplate",
3164
+ "parameters": [
3165
+ {
3166
+ "name": "prefix",
3167
+ "default": "'foundation'",
3168
+ "description": "The design system prefix to use. Defaults to 'foundation'."
3169
+ }
3170
+ ],
3171
+ "description": "Get a Design System prefixed text field template.",
3172
+ "return": {
3173
+ "type": {
3174
+ "text": ""
3175
+ }
3212
3176
  }
3213
3177
  },
3214
3178
  {
3215
- "kind": "js",
3216
- "name": "SelectFormatterParams",
3217
- "declaration": {
3218
- "name": "SelectFormatterParams",
3219
- "module": "src/cell-formatters/index.ts"
3220
- }
3221
- },
3179
+ "kind": "variable",
3180
+ "name": "foundationStringEditor",
3181
+ "description": "Definition for the string editor component"
3182
+ }
3183
+ ],
3184
+ "exports": [
3222
3185
  {
3223
3186
  "kind": "js",
3224
- "name": "selectFormatter",
3187
+ "name": "StringEditor",
3225
3188
  "declaration": {
3226
- "name": "selectFormatter",
3227
- "module": "src/cell-formatters/index.ts"
3189
+ "name": "StringEditor",
3190
+ "module": "src/cell-editors/string.editor.ts"
3228
3191
  }
3229
3192
  },
3230
3193
  {
3231
3194
  "kind": "js",
3232
- "name": "TextFormatterParams",
3195
+ "name": "stringEditorStyles",
3233
3196
  "declaration": {
3234
- "name": "TextFormatterParams",
3235
- "module": "src/cell-formatters/index.ts"
3197
+ "name": "stringEditorStyles",
3198
+ "module": "src/cell-editors/string.editor.ts"
3236
3199
  }
3237
3200
  },
3238
3201
  {
3239
3202
  "kind": "js",
3240
- "name": "textFormatter",
3203
+ "name": "getStringEditorTemplate",
3241
3204
  "declaration": {
3242
- "name": "textFormatter",
3243
- "module": "src/cell-formatters/index.ts"
3205
+ "name": "getStringEditorTemplate",
3206
+ "module": "src/cell-editors/string.editor.ts"
3244
3207
  }
3245
3208
  },
3246
3209
  {
3247
3210
  "kind": "js",
3248
- "name": "formatters",
3211
+ "name": "foundationStringEditor",
3249
3212
  "declaration": {
3250
- "name": "formatters",
3251
- "module": "src/cell-formatters/index.ts"
3213
+ "name": "foundationStringEditor",
3214
+ "module": "src/cell-editors/string.editor.ts"
3252
3215
  }
3253
3216
  }
3254
3217
  ]
3255
3218
  },
3256
3219
  {
3257
3220
  "kind": "javascript-module",
3258
- "path": "src/cell-formatters/select.formatter.ts",
3221
+ "path": "src/datasource/client-side.datasource.ts",
3259
3222
  "declarations": [
3260
3223
  {
3261
- "kind": "function",
3262
- "name": "selectFormatter",
3263
- "return": {
3264
- "type": {
3265
- "text": ""
3266
- }
3224
+ "kind": "variable",
3225
+ "name": "criteriaDelimiter",
3226
+ "type": {
3227
+ "text": "string"
3267
3228
  },
3268
- "parameters": [
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
+ },
3241
+ {
3242
+ "kind": "class",
3243
+ "description": "The Genesis Datasource element, for client-side data fetching and used exclusively by the GridTabulator element.",
3244
+ "name": "GridTabulatorClientSideDatasource",
3245
+ "members": [
3269
3246
  {
3270
- "name": "cell",
3247
+ "kind": "field",
3248
+ "name": "auth",
3271
3249
  "type": {
3272
- "text": "any"
3273
- },
3274
- "description": "The cell component provided by Tabulator"
3250
+ "text": "Auth"
3251
+ }
3275
3252
  },
3276
3253
  {
3277
- "name": "formatterParams",
3254
+ "kind": "field",
3255
+ "name": "connect",
3278
3256
  "type": {
3279
- "text": "SelectFormatterParams<T>"
3280
- },
3281
- "description": "Select formatter parameters"
3282
- }
3283
- ],
3284
- "description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
3285
- "privacy": "public"
3286
- }
3287
- ],
3288
- "exports": [
3289
- {
3290
- "kind": "js",
3291
- "name": "selectFormatter",
3292
- "declaration": {
3293
- "name": "selectFormatter",
3294
- "module": "src/cell-formatters/select.formatter.ts"
3295
- }
3296
- }
3297
- ]
3298
- },
3299
- {
3300
- "kind": "javascript-module",
3301
- "path": "src/cell-formatters/text.formatter.ts",
3302
- "declarations": [
3303
- {
3304
- "kind": "function",
3305
- "name": "textFormatter",
3306
- "return": {
3307
- "type": {
3308
- "text": ""
3309
- }
3310
- },
3311
- "parameters": [
3312
- {
3313
- "name": "cell",
3314
- "type": {
3315
- "text": "any"
3316
- },
3317
- "description": "The cell component provided by Tabulator"
3257
+ "text": "Connect"
3258
+ }
3318
3259
  },
3319
3260
  {
3320
- "name": "formatterParams",
3321
- "default": "{}",
3261
+ "kind": "field",
3262
+ "name": "datasource",
3322
3263
  "type": {
3323
- "text": "TextFormatterParams<T>"
3324
- },
3325
- "description": "Text formatter parameters"
3326
- }
3327
- ],
3328
- "description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
3329
- "privacy": "public"
3330
- }
3331
- ],
3332
- "exports": [
3333
- {
3334
- "kind": "js",
3335
- "name": "textFormatter",
3336
- "declaration": {
3337
- "name": "textFormatter",
3338
- "module": "src/cell-formatters/text.formatter.ts"
3339
- }
3340
- }
3341
- ]
3342
- },
3343
- {
3344
- "kind": "javascript-module",
3345
- "path": "src/column/column.ts",
3346
- "declarations": [
3347
- {
3348
- "kind": "class",
3349
- "description": "The GridTabulator Column element.",
3350
- "name": "GridTabulatorColumn",
3351
- "members": [
3264
+ "text": "Datasource"
3265
+ }
3266
+ },
3352
3267
  {
3353
3268
  "kind": "field",
3354
- "name": "slottedCell",
3269
+ "name": "deferredGridOptions",
3355
3270
  "type": {
3356
- "text": "HTMLElement[]"
3357
- },
3358
- "privacy": "public"
3271
+ "text": "Options"
3272
+ }
3359
3273
  },
3360
3274
  {
3361
3275
  "kind": "field",
3362
- "name": "definition",
3276
+ "name": "deferredColumnStates",
3363
3277
  "type": {
3364
- "text": "Partial<ColumnDefinition>"
3278
+ "text": "any[]"
3365
3279
  },
3366
- "default": "{}"
3367
- },
3368
- {
3369
- "kind": "method",
3370
- "name": "slottedCellChanged",
3371
- "privacy": "public"
3280
+ "default": "[]",
3281
+ "description": "Allows storing column layouts between datasource initializations"
3372
3282
  },
3373
3283
  {
3374
- "kind": "method",
3375
- "name": "deepClone",
3376
- "return": {
3377
- "type": {
3378
- "text": "Node"
3379
- }
3380
- },
3381
- "inheritedFrom": {
3382
- "name": "LifecycleMixin",
3383
- "module": "src/mixins/lifecycle/lifecycle.ts"
3284
+ "kind": "field",
3285
+ "name": "criteria",
3286
+ "type": {
3287
+ "text": "string"
3384
3288
  }
3385
3289
  },
3386
3290
  {
3387
3291
  "kind": "method",
3388
- "name": "cloneNode",
3389
- "return": {
3390
- "type": {
3391
- "text": "Node"
3392
- }
3393
- },
3292
+ "name": "criteriaChanged",
3394
3293
  "parameters": [
3395
3294
  {
3396
- "name": "deep",
3397
- "optional": true,
3295
+ "name": "oldCriteria",
3398
3296
  "type": {
3399
- "text": "boolean"
3297
+ "text": "string"
3298
+ }
3299
+ },
3300
+ {
3301
+ "name": "newCriteria",
3302
+ "type": {
3303
+ "text": "string"
3400
3304
  }
3401
3305
  }
3402
- ],
3403
- "inheritedFrom": {
3404
- "name": "LifecycleMixin",
3405
- "module": "src/mixins/lifecycle/lifecycle.ts"
3406
- }
3306
+ ]
3407
3307
  },
3408
3308
  {
3409
3309
  "kind": "field",
3410
- "name": "shouldRunDisconnect",
3411
- "return": {
3412
- "type": {
3413
- "text": ""
3414
- }
3415
- },
3416
- "readonly": true,
3417
- "inheritedFrom": {
3418
- "name": "LifecycleMixin",
3419
- "module": "src/mixins/lifecycle/lifecycle.ts"
3310
+ "name": "fields",
3311
+ "type": {
3312
+ "text": "string"
3420
3313
  }
3421
3314
  },
3422
3315
  {
3423
3316
  "kind": "field",
3424
- "name": "shouldRunConnect",
3425
- "return": {
3426
- "type": {
3427
- "text": ""
3428
- }
3317
+ "name": "isSnapshot",
3318
+ "type": {
3319
+ "text": "boolean"
3429
3320
  },
3430
- "readonly": true,
3431
- "inheritedFrom": {
3432
- "name": "LifecycleMixin",
3433
- "module": "src/mixins/lifecycle/lifecycle.ts"
3434
- }
3321
+ "default": "false"
3435
3322
  },
3436
3323
  {
3437
- "kind": "method",
3438
- "name": "#_blockLifecycleDueToTokenChange",
3439
- "return": {
3440
- "type": {
3441
- "text": "boolean"
3442
- }
3443
- },
3444
- "parameters": [
3445
- {
3446
- "name": "lifecycleType",
3447
- "type": {
3448
- "text": "Lifecycletype"
3449
- }
3450
- }
3451
- ],
3452
- "inheritedFrom": {
3453
- "name": "LifecycleMixin",
3454
- "module": "src/mixins/lifecycle/lifecycle.ts"
3324
+ "kind": "field",
3325
+ "name": "maxRows",
3326
+ "type": {
3327
+ "text": "number"
3455
3328
  }
3456
3329
  },
3457
3330
  {
3458
3331
  "kind": "field",
3459
- "name": "_presentation",
3332
+ "name": "maxView",
3460
3333
  "type": {
3461
- "text": "ComponentPresentation | null | undefined"
3462
- },
3463
- "privacy": "private",
3464
- "default": "void 0",
3465
- "inheritedFrom": {
3466
- "name": "FoundationElement",
3467
- "module": "src/foundation-element/foundation-element.ts"
3334
+ "text": "number"
3468
3335
  }
3469
3336
  },
3470
3337
  {
3471
3338
  "kind": "field",
3472
- "name": "$presentation",
3339
+ "name": "pollingInterval",
3473
3340
  "type": {
3474
- "text": "ComponentPresentation | null"
3475
- },
3476
- "privacy": "public",
3477
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3478
- "inheritedFrom": {
3479
- "name": "FoundationElement",
3480
- "module": "src/foundation-element/foundation-element.ts"
3341
+ "text": "number"
3481
3342
  }
3482
3343
  },
3483
3344
  {
3484
3345
  "kind": "field",
3485
- "name": "template",
3346
+ "name": "movingView",
3486
3347
  "type": {
3487
- "text": "ElementViewTemplate | void | null"
3348
+ "text": "boolean"
3488
3349
  },
3489
- "privacy": "public",
3490
- "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
3491
- "inheritedFrom": {
3492
- "name": "FoundationElement",
3493
- "module": "src/foundation-element/foundation-element.ts"
3494
- }
3350
+ "default": "false"
3495
3351
  },
3496
3352
  {
3497
- "kind": "method",
3498
- "name": "templateChanged",
3499
- "privacy": "protected",
3500
- "return": {
3501
- "type": {
3502
- "text": "void"
3503
- }
3504
- },
3505
- "inheritedFrom": {
3506
- "name": "FoundationElement",
3507
- "module": "src/foundation-element/foundation-element.ts"
3353
+ "kind": "field",
3354
+ "name": "orderBy",
3355
+ "type": {
3356
+ "text": "string"
3508
3357
  }
3509
3358
  },
3510
3359
  {
3511
3360
  "kind": "field",
3512
- "name": "styles",
3361
+ "name": "request",
3513
3362
  "type": {
3514
- "text": "ElementStyles | void | null"
3515
- },
3516
- "privacy": "public",
3517
- "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
3518
- "inheritedFrom": {
3519
- "name": "FoundationElement",
3520
- "module": "src/foundation-element/foundation-element.ts"
3363
+ "text": "any"
3521
3364
  }
3522
3365
  },
3523
3366
  {
3524
- "kind": "method",
3525
- "name": "stylesChanged",
3526
- "privacy": "protected",
3527
- "return": {
3528
- "type": {
3529
- "text": "void"
3530
- }
3531
- },
3532
- "inheritedFrom": {
3533
- "name": "FoundationElement",
3534
- "module": "src/foundation-element/foundation-element.ts"
3367
+ "kind": "field",
3368
+ "name": "resourceName",
3369
+ "type": {
3370
+ "text": "string"
3535
3371
  }
3536
3372
  },
3537
3373
  {
3538
3374
  "kind": "method",
3539
- "name": "compose",
3540
- "privacy": "public",
3541
- "static": true,
3542
- "return": {
3543
- "type": {
3544
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3545
- }
3546
- },
3375
+ "name": "resourceNameChanged",
3547
3376
  "parameters": [
3548
3377
  {
3549
- "name": "this",
3550
- "type": {
3551
- "text": "K"
3552
- }
3553
- },
3554
- {
3555
- "name": "elementDefinition",
3556
- "type": {
3557
- "text": "T"
3558
- },
3559
- "description": "The definition of the element to create the registry\nfunction for."
3560
- }
3561
- ],
3562
- "description": "Defines an element registry function with a set of element definition defaults.",
3563
- "inheritedFrom": {
3564
- "name": "FoundationElement",
3565
- "module": "src/foundation-element/foundation-element.ts"
3566
- }
3567
- }
3568
- ],
3569
- "mixins": [
3570
- {
3571
- "name": "LifecycleMixin",
3572
- "package": "@genesislcap/foundation-utils"
3573
- }
3574
- ],
3575
- "superclass": {
3576
- "name": "FoundationElement",
3577
- "package": "@microsoft/fast-foundation"
3578
- },
3579
- "tagName": "grid-tabulator-column",
3580
- "customElement": true
3581
- }
3582
- ],
3583
- "exports": [
3584
- {
3585
- "kind": "js",
3586
- "name": "GridTabulatorColumn",
3587
- "declaration": {
3588
- "name": "GridTabulatorColumn",
3589
- "module": "src/column/column.ts"
3590
- }
3591
- },
3592
- {
3593
- "kind": "custom-element-definition",
3594
- "name": "grid-tabulator-column",
3595
- "declaration": {
3596
- "name": "GridTabulatorColumn",
3597
- "module": "src/column/column.ts"
3598
- }
3599
- }
3600
- ]
3601
- },
3602
- {
3603
- "kind": "javascript-module",
3604
- "path": "src/column/index.ts",
3605
- "declarations": [],
3606
- "exports": [
3607
- {
3608
- "kind": "js",
3609
- "name": "*",
3610
- "declaration": {
3611
- "name": "*",
3612
- "package": "./column"
3613
- }
3614
- }
3615
- ]
3616
- },
3617
- {
3618
- "kind": "javascript-module",
3619
- "path": "src/datasource/client-side.datasource.ts",
3620
- "declarations": [
3621
- {
3622
- "kind": "variable",
3623
- "name": "criteriaDelimiter",
3624
- "type": {
3625
- "text": "string"
3626
- },
3627
- "default": "';'",
3628
- "description": "Delimiter for criteria in the datasource"
3629
- },
3630
- {
3631
- "kind": "variable",
3632
- "name": "criteriaJoin",
3633
- "type": {
3634
- "text": "string"
3635
- },
3636
- "default": "' && '",
3637
- "description": "Join operator for criteria in the datasource"
3638
- },
3639
- {
3640
- "kind": "class",
3641
- "description": "The Genesis Datasource element, for client-side data fetching and used exclusively by the GridTabulator element.",
3642
- "name": "GridTabulatorClientSideDatasource",
3643
- "members": [
3644
- {
3645
- "kind": "field",
3646
- "name": "auth",
3647
- "type": {
3648
- "text": "Auth"
3649
- }
3650
- },
3651
- {
3652
- "kind": "field",
3653
- "name": "connect",
3654
- "type": {
3655
- "text": "Connect"
3656
- }
3657
- },
3658
- {
3659
- "kind": "field",
3660
- "name": "datasource",
3661
- "type": {
3662
- "text": "Datasource"
3663
- }
3664
- },
3665
- {
3666
- "kind": "field",
3667
- "name": "deferredGridOptions",
3668
- "type": {
3669
- "text": "Options"
3670
- }
3671
- },
3672
- {
3673
- "kind": "field",
3674
- "name": "deferredColumnStates",
3675
- "type": {
3676
- "text": "any[]"
3677
- },
3678
- "default": "[]",
3679
- "description": "Allows storing column layouts between datasource initializations"
3680
- },
3681
- {
3682
- "kind": "field",
3683
- "name": "criteria",
3684
- "type": {
3685
- "text": "string"
3686
- }
3687
- },
3688
- {
3689
- "kind": "method",
3690
- "name": "criteriaChanged",
3691
- "parameters": [
3692
- {
3693
- "name": "oldCriteria",
3694
- "type": {
3695
- "text": "string"
3696
- }
3697
- },
3698
- {
3699
- "name": "newCriteria",
3700
- "type": {
3701
- "text": "string"
3702
- }
3703
- }
3704
- ]
3705
- },
3706
- {
3707
- "kind": "field",
3708
- "name": "fields",
3709
- "type": {
3710
- "text": "string"
3711
- }
3712
- },
3713
- {
3714
- "kind": "field",
3715
- "name": "isSnapshot",
3716
- "type": {
3717
- "text": "boolean"
3718
- },
3719
- "default": "false"
3720
- },
3721
- {
3722
- "kind": "field",
3723
- "name": "maxRows",
3724
- "type": {
3725
- "text": "number"
3726
- }
3727
- },
3728
- {
3729
- "kind": "field",
3730
- "name": "maxView",
3731
- "type": {
3732
- "text": "number"
3733
- }
3734
- },
3735
- {
3736
- "kind": "field",
3737
- "name": "pollingInterval",
3738
- "type": {
3739
- "text": "number"
3740
- }
3741
- },
3742
- {
3743
- "kind": "field",
3744
- "name": "movingView",
3745
- "type": {
3746
- "text": "boolean"
3747
- },
3748
- "default": "false"
3749
- },
3750
- {
3751
- "kind": "field",
3752
- "name": "orderBy",
3753
- "type": {
3754
- "text": "string"
3755
- }
3756
- },
3757
- {
3758
- "kind": "field",
3759
- "name": "request",
3760
- "type": {
3761
- "text": "any"
3762
- }
3763
- },
3764
- {
3765
- "kind": "field",
3766
- "name": "resourceName",
3767
- "type": {
3768
- "text": "string"
3769
- }
3770
- },
3771
- {
3772
- "kind": "method",
3773
- "name": "resourceNameChanged",
3774
- "parameters": [
3775
- {
3776
- "name": "oldValue",
3378
+ "name": "oldValue",
3777
3379
  "type": {
3778
3380
  "text": "string"
3779
3381
  }
@@ -4548,6 +4150,404 @@
4548
4150
  }
4549
4151
  ]
4550
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": [
4187
+ {
4188
+ "kind": "js",
4189
+ "name": "actionFormatter",
4190
+ "declaration": {
4191
+ "name": "actionFormatter",
4192
+ "module": "src/cell-formatters/action.formatter.ts"
4193
+ }
4194
+ }
4195
+ ]
4196
+ },
4197
+ {
4198
+ "kind": "javascript-module",
4199
+ "path": "src/cell-formatters/actions-menu.formatter.ts",
4200
+ "declarations": [
4201
+ {
4202
+ "kind": "function",
4203
+ "name": "actionsMenuFormatter",
4204
+ "return": {
4205
+ "type": {
4206
+ "text": ""
4207
+ }
4208
+ },
4209
+ "parameters": [
4210
+ {
4211
+ "name": "cell",
4212
+ "type": {
4213
+ "text": "any"
4214
+ },
4215
+ "description": "The cell component provided by Tabulator"
4216
+ },
4217
+ {
4218
+ "name": "formatterParams",
4219
+ "default": "{}",
4220
+ "type": {
4221
+ "text": "ActionsMenuFormatterParams<T>"
4222
+ },
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": [
4254
+ {
4255
+ "name": "cell",
4256
+ "type": {
4257
+ "text": "any"
4258
+ },
4259
+ "description": "The cell component provided by Tabulator"
4260
+ },
4261
+ {
4262
+ "name": "formatterParams",
4263
+ "default": "{}",
4264
+ "type": {
4265
+ "text": "BooleanFormatterParams<T>"
4266
+ },
4267
+ "description": "Boolean formatter parameters"
4268
+ }
4269
+ ],
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": [
4275
+ {
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": [
4295
+ {
4296
+ "kind": "function",
4297
+ "name": "editableFormatter",
4298
+ "return": {
4299
+ "type": {
4300
+ "text": ""
4301
+ }
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",
4321
+ "privacy": "public"
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": [
4339
+ {
4340
+ "kind": "variable",
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"
4347
+ }
4348
+ ],
4349
+ "exports": [
4350
+ {
4351
+ "kind": "js",
4352
+ "name": "*",
4353
+ "declaration": {
4354
+ "name": "*",
4355
+ "package": "./constants"
4356
+ }
4357
+ },
4358
+ {
4359
+ "kind": "js",
4360
+ "name": "ActionFormatterParams",
4361
+ "declaration": {
4362
+ "name": "ActionFormatterParams",
4363
+ "module": "src/cell-formatters/index.ts"
4364
+ }
4365
+ },
4366
+ {
4367
+ "kind": "js",
4368
+ "name": "actionFormatter",
4369
+ "declaration": {
4370
+ "name": "actionFormatter",
4371
+ "module": "src/cell-formatters/index.ts"
4372
+ }
4373
+ },
4374
+ {
4375
+ "kind": "js",
4376
+ "name": "ActionsMenuFormatterParams",
4377
+ "declaration": {
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"
4460
+ }
4461
+ }
4462
+ ]
4463
+ },
4464
+ {
4465
+ "kind": "javascript-module",
4466
+ "path": "src/cell-formatters/select.formatter.ts",
4467
+ "declarations": [
4468
+ {
4469
+ "kind": "function",
4470
+ "name": "selectFormatter",
4471
+ "return": {
4472
+ "type": {
4473
+ "text": ""
4474
+ }
4475
+ },
4476
+ "parameters": [
4477
+ {
4478
+ "name": "cell",
4479
+ "type": {
4480
+ "text": "any"
4481
+ },
4482
+ "description": "The cell component provided by Tabulator"
4483
+ },
4484
+ {
4485
+ "name": "formatterParams",
4486
+ "type": {
4487
+ "text": "SelectFormatterParams<T>"
4488
+ },
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": [
4520
+ {
4521
+ "name": "cell",
4522
+ "type": {
4523
+ "text": "any"
4524
+ },
4525
+ "description": "The cell component provided by Tabulator"
4526
+ },
4527
+ {
4528
+ "name": "formatterParams",
4529
+ "default": "{}",
4530
+ "type": {
4531
+ "text": "TextFormatterParams<T>"
4532
+ },
4533
+ "description": "Text formatter parameters"
4534
+ }
4535
+ ],
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"
4547
+ }
4548
+ }
4549
+ ]
4550
+ },
4551
4551
  {
4552
4552
  "kind": "javascript-module",
4553
4553
  "path": "src/external/fonts.ts",