@genesislcap/grid-tabulator 14.461.2 → 14.461.3-alpha-5a8ece015.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 +849 -849
  2. package/package.json +13 -13
@@ -1657,117 +1657,67 @@
1657
1657
  },
1658
1658
  {
1659
1659
  "kind": "javascript-module",
1660
- "path": "src/column/column.ts",
1660
+ "path": "src/cell-editors/date.editor.ts",
1661
1661
  "declarations": [
1662
1662
  {
1663
1663
  "kind": "class",
1664
- "description": "The GridTabulator Column element.",
1665
- "name": "GridTabulatorColumn",
1664
+ "description": "The date editor class for grid-tabulator",
1665
+ "name": "DateEditor",
1666
1666
  "members": [
1667
1667
  {
1668
1668
  "kind": "field",
1669
- "name": "slottedCell",
1669
+ "name": "params",
1670
1670
  "type": {
1671
- "text": "HTMLElement[]"
1672
- },
1673
- "privacy": "public"
1671
+ "text": "DateEditorParams"
1672
+ }
1674
1673
  },
1675
1674
  {
1676
1675
  "kind": "field",
1677
- "name": "definition",
1676
+ "name": "dateField",
1678
1677
  "type": {
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"
1678
+ "text": "any"
1699
1679
  }
1700
1680
  },
1701
1681
  {
1702
1682
  "kind": "method",
1703
- "name": "cloneNode",
1704
- "return": {
1705
- "type": {
1706
- "text": "Node"
1707
- }
1708
- },
1683
+ "name": "init",
1709
1684
  "parameters": [
1710
1685
  {
1711
- "name": "deep",
1712
- "optional": true,
1686
+ "name": "params",
1713
1687
  "type": {
1714
- "text": "boolean"
1688
+ "text": "DateEditorParams"
1715
1689
  }
1716
1690
  }
1717
1691
  ],
1718
- "inheritedFrom": {
1719
- "name": "LifecycleMixin",
1720
- "module": "src/mixins/lifecycle/lifecycle.ts"
1721
- }
1692
+ "description": "Initialize the editor with parameters"
1722
1693
  },
1723
1694
  {
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
- }
1695
+ "kind": "method",
1696
+ "name": "getValue",
1697
+ "description": "Get current value"
1736
1698
  },
1737
1699
  {
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
- }
1700
+ "kind": "method",
1701
+ "name": "getFormattedValue",
1702
+ "description": "Format value for display"
1750
1703
  },
1751
1704
  {
1752
1705
  "kind": "method",
1753
- "name": "#_blockLifecycleDueToTokenChange",
1754
- "return": {
1755
- "type": {
1756
- "text": "boolean"
1757
- }
1758
- },
1706
+ "name": "focus",
1707
+ "description": "Set focus to the input"
1708
+ },
1709
+ {
1710
+ "kind": "method",
1711
+ "name": "handleKeyDown",
1759
1712
  "parameters": [
1760
1713
  {
1761
- "name": "lifecycleType",
1714
+ "name": "event",
1762
1715
  "type": {
1763
- "text": "Lifecycletype"
1716
+ "text": "KeyboardEvent"
1764
1717
  }
1765
1718
  }
1766
1719
  ],
1767
- "inheritedFrom": {
1768
- "name": "LifecycleMixin",
1769
- "module": "src/mixins/lifecycle/lifecycle.ts"
1770
- }
1720
+ "description": "Process key down events"
1771
1721
  },
1772
1722
  {
1773
1723
  "kind": "field",
@@ -1881,42 +1831,79 @@
1881
1831
  }
1882
1832
  }
1883
1833
  ],
1884
- "mixins": [
1885
- {
1886
- "name": "LifecycleMixin",
1887
- "package": "@genesislcap/foundation-utils"
1888
- }
1889
- ],
1890
1834
  "superclass": {
1891
1835
  "name": "FoundationElement",
1892
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": [
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
+ }
1893
1860
  },
1894
- "tagName": "grid-tabulator-column",
1895
- "customElement": true
1861
+ "privacy": "public"
1862
+ },
1863
+ {
1864
+ "kind": "variable",
1865
+ "name": "foundationDateEditor",
1866
+ "description": "Definition for the date editor component"
1896
1867
  }
1897
1868
  ],
1898
1869
  "exports": [
1899
1870
  {
1900
1871
  "kind": "js",
1901
- "name": "GridTabulatorColumn",
1872
+ "name": "DateEditor",
1902
1873
  "declaration": {
1903
- "name": "GridTabulatorColumn",
1904
- "module": "src/column/column.ts"
1874
+ "name": "DateEditor",
1875
+ "module": "src/cell-editors/date.editor.ts"
1905
1876
  }
1906
1877
  },
1907
1878
  {
1908
- "kind": "custom-element-definition",
1909
- "name": "grid-tabulator-column",
1879
+ "kind": "js",
1880
+ "name": "dateEditorStyles",
1910
1881
  "declaration": {
1911
- "name": "GridTabulatorColumn",
1912
- "module": "src/column/column.ts"
1882
+ "name": "dateEditorStyles",
1883
+ "module": "src/cell-editors/date.editor.ts"
1884
+ }
1885
+ },
1886
+ {
1887
+ "kind": "js",
1888
+ "name": "getDateEditorTemplate",
1889
+ "declaration": {
1890
+ "name": "getDateEditorTemplate",
1891
+ "module": "src/cell-editors/date.editor.ts"
1892
+ }
1893
+ },
1894
+ {
1895
+ "kind": "js",
1896
+ "name": "foundationDateEditor",
1897
+ "declaration": {
1898
+ "name": "foundationDateEditor",
1899
+ "module": "src/cell-editors/date.editor.ts"
1913
1900
  }
1914
1901
  }
1915
1902
  ]
1916
1903
  },
1917
1904
  {
1918
1905
  "kind": "javascript-module",
1919
- "path": "src/column/index.ts",
1906
+ "path": "src/cell-editors/index.ts",
1920
1907
  "declarations": [],
1921
1908
  "exports": [
1922
1909
  {
@@ -1924,30 +1911,62 @@
1924
1911
  "name": "*",
1925
1912
  "declaration": {
1926
1913
  "name": "*",
1927
- "package": "./column"
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"
1928
1947
  }
1929
1948
  }
1930
1949
  ]
1931
1950
  },
1932
1951
  {
1933
1952
  "kind": "javascript-module",
1934
- "path": "src/cell-editors/date.editor.ts",
1953
+ "path": "src/cell-editors/multiselect.editor.ts",
1935
1954
  "declarations": [
1936
1955
  {
1937
1956
  "kind": "class",
1938
- "description": "The date editor class for grid-tabulator",
1939
- "name": "DateEditor",
1957
+ "description": "The multiselect editor class for grid-tabulator",
1958
+ "name": "MultiselectEditor",
1940
1959
  "members": [
1941
1960
  {
1942
1961
  "kind": "field",
1943
1962
  "name": "params",
1944
1963
  "type": {
1945
- "text": "DateEditorParams"
1964
+ "text": "MultiselectEditorParams"
1946
1965
  }
1947
1966
  },
1948
1967
  {
1949
1968
  "kind": "field",
1950
- "name": "dateField",
1969
+ "name": "select",
1951
1970
  "type": {
1952
1971
  "text": "any"
1953
1972
  }
@@ -1959,7 +1978,7 @@
1959
1978
  {
1960
1979
  "name": "params",
1961
1980
  "type": {
1962
- "text": "DateEditorParams"
1981
+ "text": "MultiselectEditorParams"
1963
1982
  }
1964
1983
  }
1965
1984
  ],
@@ -1967,18 +1986,36 @@
1967
1986
  },
1968
1987
  {
1969
1988
  "kind": "method",
1970
- "name": "getValue",
1971
- "description": "Get current value"
1989
+ "name": "getValues",
1990
+ "return": {
1991
+ "type": {
1992
+ "text": "(string | number)[]"
1993
+ }
1994
+ },
1995
+ "description": "Get current values"
1972
1996
  },
1973
1997
  {
1974
1998
  "kind": "method",
1975
- "name": "getFormattedValue",
1976
- "description": "Format value for display"
1999
+ "name": "focus",
2000
+ "description": "Set focus to the select"
1977
2001
  },
1978
2002
  {
1979
2003
  "kind": "method",
1980
- "name": "focus",
1981
- "description": "Set focus to the input"
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"
1982
2019
  },
1983
2020
  {
1984
2021
  "kind": "method",
@@ -1993,6 +2030,11 @@
1993
2030
  ],
1994
2031
  "description": "Process key down events"
1995
2032
  },
2033
+ {
2034
+ "kind": "method",
2035
+ "name": "handleChange",
2036
+ "description": "Handle change event to save when selection changes"
2037
+ },
1996
2038
  {
1997
2039
  "kind": "field",
1998
2040
  "name": "_presentation",
@@ -2112,13 +2154,13 @@
2112
2154
  },
2113
2155
  {
2114
2156
  "kind": "variable",
2115
- "name": "dateEditorStyles",
2157
+ "name": "multiselectEditorStyles",
2116
2158
  "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
2117
- "description": "Styles for the date editor"
2159
+ "description": "Styles for the multiselect editor"
2118
2160
  },
2119
2161
  {
2120
2162
  "kind": "function",
2121
- "name": "getDateEditorTemplate",
2163
+ "name": "getMultiselectEditorTemplate",
2122
2164
  "parameters": [
2123
2165
  {
2124
2166
  "name": "prefix",
@@ -2126,121 +2168,73 @@
2126
2168
  "description": "The design system prefix to use. Defaults to 'foundation'."
2127
2169
  }
2128
2170
  ],
2129
- "description": "Get a Design System prefixed date field template.",
2171
+ "description": "Get a Design System prefixed Select template.",
2130
2172
  "return": {
2131
2173
  "type": {
2132
2174
  "text": ""
2133
2175
  }
2134
- },
2135
- "privacy": "public"
2176
+ }
2136
2177
  },
2137
2178
  {
2138
2179
  "kind": "variable",
2139
- "name": "foundationDateEditor",
2140
- "description": "Definition for the date editor component"
2180
+ "name": "foundationMultiselectEditor",
2181
+ "description": "Definition for the multiselect editor component"
2141
2182
  }
2142
2183
  ],
2143
2184
  "exports": [
2144
2185
  {
2145
2186
  "kind": "js",
2146
- "name": "DateEditor",
2147
- "declaration": {
2148
- "name": "DateEditor",
2149
- "module": "src/cell-editors/date.editor.ts"
2150
- }
2151
- },
2152
- {
2153
- "kind": "js",
2154
- "name": "dateEditorStyles",
2155
- "declaration": {
2156
- "name": "dateEditorStyles",
2157
- "module": "src/cell-editors/date.editor.ts"
2158
- }
2159
- },
2160
- {
2161
- "kind": "js",
2162
- "name": "getDateEditorTemplate",
2163
- "declaration": {
2164
- "name": "getDateEditorTemplate",
2165
- "module": "src/cell-editors/date.editor.ts"
2166
- }
2167
- },
2168
- {
2169
- "kind": "js",
2170
- "name": "foundationDateEditor",
2171
- "declaration": {
2172
- "name": "foundationDateEditor",
2173
- "module": "src/cell-editors/date.editor.ts"
2174
- }
2175
- }
2176
- ]
2177
- },
2178
- {
2179
- "kind": "javascript-module",
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": "*",
2187
+ "name": "MultiselectEditor",
2194
2188
  "declaration": {
2195
- "name": "*",
2196
- "package": "./number.editor"
2189
+ "name": "MultiselectEditor",
2190
+ "module": "src/cell-editors/multiselect.editor.ts"
2197
2191
  }
2198
2192
  },
2199
2193
  {
2200
2194
  "kind": "js",
2201
- "name": "*",
2195
+ "name": "multiselectEditorStyles",
2202
2196
  "declaration": {
2203
- "name": "*",
2204
- "package": "./select.editor"
2197
+ "name": "multiselectEditorStyles",
2198
+ "module": "src/cell-editors/multiselect.editor.ts"
2205
2199
  }
2206
2200
  },
2207
2201
  {
2208
2202
  "kind": "js",
2209
- "name": "*",
2203
+ "name": "getMultiselectEditorTemplate",
2210
2204
  "declaration": {
2211
- "name": "*",
2212
- "package": "./string.editor"
2205
+ "name": "getMultiselectEditorTemplate",
2206
+ "module": "src/cell-editors/multiselect.editor.ts"
2213
2207
  }
2214
2208
  },
2215
2209
  {
2216
2210
  "kind": "js",
2217
- "name": "*",
2211
+ "name": "foundationMultiselectEditor",
2218
2212
  "declaration": {
2219
- "name": "*",
2220
- "package": "./multiselect.editor"
2213
+ "name": "foundationMultiselectEditor",
2214
+ "module": "src/cell-editors/multiselect.editor.ts"
2221
2215
  }
2222
2216
  }
2223
2217
  ]
2224
2218
  },
2225
2219
  {
2226
2220
  "kind": "javascript-module",
2227
- "path": "src/cell-editors/multiselect.editor.ts",
2221
+ "path": "src/cell-editors/number.editor.ts",
2228
2222
  "declarations": [
2229
2223
  {
2230
2224
  "kind": "class",
2231
- "description": "The multiselect editor class for grid-tabulator",
2232
- "name": "MultiselectEditor",
2225
+ "description": "The number editor class for grid-tabulator",
2226
+ "name": "NumberEditor",
2233
2227
  "members": [
2234
2228
  {
2235
2229
  "kind": "field",
2236
2230
  "name": "params",
2237
2231
  "type": {
2238
- "text": "MultiselectEditorParams"
2232
+ "text": "NumberEditorParams"
2239
2233
  }
2240
2234
  },
2241
2235
  {
2242
2236
  "kind": "field",
2243
- "name": "select",
2237
+ "name": "numberField",
2244
2238
  "type": {
2245
2239
  "text": "any"
2246
2240
  }
@@ -2252,7 +2246,7 @@
2252
2246
  {
2253
2247
  "name": "params",
2254
2248
  "type": {
2255
- "text": "MultiselectEditorParams"
2249
+ "text": "NumberEditorParams"
2256
2250
  }
2257
2251
  }
2258
2252
  ],
@@ -2260,36 +2254,13 @@
2260
2254
  },
2261
2255
  {
2262
2256
  "kind": "method",
2263
- "name": "getValues",
2264
- "return": {
2265
- "type": {
2266
- "text": "(string | number)[]"
2267
- }
2268
- },
2269
- "description": "Get current values"
2257
+ "name": "getValue",
2258
+ "description": "Get current value"
2270
2259
  },
2271
2260
  {
2272
2261
  "kind": "method",
2273
2262
  "name": "focus",
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"
2263
+ "description": "Set focus to the input"
2293
2264
  },
2294
2265
  {
2295
2266
  "kind": "method",
@@ -2304,11 +2275,6 @@
2304
2275
  ],
2305
2276
  "description": "Process key down events"
2306
2277
  },
2307
- {
2308
- "kind": "method",
2309
- "name": "handleChange",
2310
- "description": "Handle change event to save when selection changes"
2311
- },
2312
2278
  {
2313
2279
  "kind": "field",
2314
2280
  "name": "_presentation",
@@ -2428,13 +2394,13 @@
2428
2394
  },
2429
2395
  {
2430
2396
  "kind": "variable",
2431
- "name": "multiselectEditorStyles",
2397
+ "name": "numberEditorStyles",
2432
2398
  "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
2433
- "description": "Styles for the multiselect editor"
2399
+ "description": "Styles for the number editor"
2434
2400
  },
2435
2401
  {
2436
2402
  "kind": "function",
2437
- "name": "getMultiselectEditorTemplate",
2403
+ "name": "getNumberEditorTemplate",
2438
2404
  "parameters": [
2439
2405
  {
2440
2406
  "name": "prefix",
@@ -2442,7 +2408,7 @@
2442
2408
  "description": "The design system prefix to use. Defaults to 'foundation'."
2443
2409
  }
2444
2410
  ],
2445
- "description": "Get a Design System prefixed Select template.",
2411
+ "description": "Get a Design System prefixed number field template.",
2446
2412
  "return": {
2447
2413
  "type": {
2448
2414
  "text": ""
@@ -2451,64 +2417,64 @@
2451
2417
  },
2452
2418
  {
2453
2419
  "kind": "variable",
2454
- "name": "foundationMultiselectEditor",
2455
- "description": "Definition for the multiselect editor component"
2420
+ "name": "foundationNumberEditor",
2421
+ "description": "Definition for the number editor component"
2456
2422
  }
2457
2423
  ],
2458
2424
  "exports": [
2459
2425
  {
2460
2426
  "kind": "js",
2461
- "name": "MultiselectEditor",
2427
+ "name": "NumberEditor",
2462
2428
  "declaration": {
2463
- "name": "MultiselectEditor",
2464
- "module": "src/cell-editors/multiselect.editor.ts"
2429
+ "name": "NumberEditor",
2430
+ "module": "src/cell-editors/number.editor.ts"
2465
2431
  }
2466
2432
  },
2467
2433
  {
2468
2434
  "kind": "js",
2469
- "name": "multiselectEditorStyles",
2435
+ "name": "numberEditorStyles",
2470
2436
  "declaration": {
2471
- "name": "multiselectEditorStyles",
2472
- "module": "src/cell-editors/multiselect.editor.ts"
2437
+ "name": "numberEditorStyles",
2438
+ "module": "src/cell-editors/number.editor.ts"
2473
2439
  }
2474
2440
  },
2475
2441
  {
2476
2442
  "kind": "js",
2477
- "name": "getMultiselectEditorTemplate",
2443
+ "name": "getNumberEditorTemplate",
2478
2444
  "declaration": {
2479
- "name": "getMultiselectEditorTemplate",
2480
- "module": "src/cell-editors/multiselect.editor.ts"
2445
+ "name": "getNumberEditorTemplate",
2446
+ "module": "src/cell-editors/number.editor.ts"
2481
2447
  }
2482
2448
  },
2483
2449
  {
2484
2450
  "kind": "js",
2485
- "name": "foundationMultiselectEditor",
2451
+ "name": "foundationNumberEditor",
2486
2452
  "declaration": {
2487
- "name": "foundationMultiselectEditor",
2488
- "module": "src/cell-editors/multiselect.editor.ts"
2453
+ "name": "foundationNumberEditor",
2454
+ "module": "src/cell-editors/number.editor.ts"
2489
2455
  }
2490
2456
  }
2491
2457
  ]
2492
2458
  },
2493
2459
  {
2494
2460
  "kind": "javascript-module",
2495
- "path": "src/cell-editors/number.editor.ts",
2461
+ "path": "src/cell-editors/select.editor.ts",
2496
2462
  "declarations": [
2497
2463
  {
2498
2464
  "kind": "class",
2499
- "description": "The number editor class for grid-tabulator",
2500
- "name": "NumberEditor",
2465
+ "description": "The select editor class for grid-tabulator",
2466
+ "name": "SelectEditor",
2501
2467
  "members": [
2502
2468
  {
2503
2469
  "kind": "field",
2504
2470
  "name": "params",
2505
2471
  "type": {
2506
- "text": "NumberEditorParams"
2472
+ "text": "SelectEditorParams"
2507
2473
  }
2508
2474
  },
2509
2475
  {
2510
2476
  "kind": "field",
2511
- "name": "numberField",
2477
+ "name": "select",
2512
2478
  "type": {
2513
2479
  "text": "any"
2514
2480
  }
@@ -2520,7 +2486,7 @@
2520
2486
  {
2521
2487
  "name": "params",
2522
2488
  "type": {
2523
- "text": "NumberEditorParams"
2489
+ "text": "SelectEditorParams"
2524
2490
  }
2525
2491
  }
2526
2492
  ],
@@ -2534,7 +2500,7 @@
2534
2500
  {
2535
2501
  "kind": "method",
2536
2502
  "name": "focus",
2537
- "description": "Set focus to the input"
2503
+ "description": "Set focus to the select"
2538
2504
  },
2539
2505
  {
2540
2506
  "kind": "method",
@@ -2549,6 +2515,11 @@
2549
2515
  ],
2550
2516
  "description": "Process key down events"
2551
2517
  },
2518
+ {
2519
+ "kind": "method",
2520
+ "name": "handleChange",
2521
+ "description": "Handle change event"
2522
+ },
2552
2523
  {
2553
2524
  "kind": "field",
2554
2525
  "name": "_presentation",
@@ -2668,13 +2639,13 @@
2668
2639
  },
2669
2640
  {
2670
2641
  "kind": "variable",
2671
- "name": "numberEditorStyles",
2642
+ "name": "selectEditorStyles",
2672
2643
  "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
2673
- "description": "Styles for the number editor"
2644
+ "description": "Styles for the select editor"
2674
2645
  },
2675
2646
  {
2676
2647
  "kind": "function",
2677
- "name": "getNumberEditorTemplate",
2648
+ "name": "getSelectEditorTemplate",
2678
2649
  "parameters": [
2679
2650
  {
2680
2651
  "name": "prefix",
@@ -2682,73 +2653,74 @@
2682
2653
  "description": "The design system prefix to use. Defaults to 'foundation'."
2683
2654
  }
2684
2655
  ],
2685
- "description": "Get a Design System prefixed number field template.",
2656
+ "description": "Get a Design System prefixed Select template.",
2686
2657
  "return": {
2687
2658
  "type": {
2688
2659
  "text": ""
2689
2660
  }
2690
- }
2661
+ },
2662
+ "privacy": "public"
2691
2663
  },
2692
2664
  {
2693
2665
  "kind": "variable",
2694
- "name": "foundationNumberEditor",
2695
- "description": "Definition for the number editor component"
2666
+ "name": "foundationSelectEditor",
2667
+ "description": "Definition for the select editor component"
2696
2668
  }
2697
2669
  ],
2698
2670
  "exports": [
2699
2671
  {
2700
2672
  "kind": "js",
2701
- "name": "NumberEditor",
2673
+ "name": "SelectEditor",
2702
2674
  "declaration": {
2703
- "name": "NumberEditor",
2704
- "module": "src/cell-editors/number.editor.ts"
2675
+ "name": "SelectEditor",
2676
+ "module": "src/cell-editors/select.editor.ts"
2705
2677
  }
2706
2678
  },
2707
2679
  {
2708
2680
  "kind": "js",
2709
- "name": "numberEditorStyles",
2681
+ "name": "selectEditorStyles",
2710
2682
  "declaration": {
2711
- "name": "numberEditorStyles",
2712
- "module": "src/cell-editors/number.editor.ts"
2683
+ "name": "selectEditorStyles",
2684
+ "module": "src/cell-editors/select.editor.ts"
2713
2685
  }
2714
2686
  },
2715
2687
  {
2716
2688
  "kind": "js",
2717
- "name": "getNumberEditorTemplate",
2689
+ "name": "getSelectEditorTemplate",
2718
2690
  "declaration": {
2719
- "name": "getNumberEditorTemplate",
2720
- "module": "src/cell-editors/number.editor.ts"
2691
+ "name": "getSelectEditorTemplate",
2692
+ "module": "src/cell-editors/select.editor.ts"
2721
2693
  }
2722
2694
  },
2723
2695
  {
2724
2696
  "kind": "js",
2725
- "name": "foundationNumberEditor",
2697
+ "name": "foundationSelectEditor",
2726
2698
  "declaration": {
2727
- "name": "foundationNumberEditor",
2728
- "module": "src/cell-editors/number.editor.ts"
2699
+ "name": "foundationSelectEditor",
2700
+ "module": "src/cell-editors/select.editor.ts"
2729
2701
  }
2730
2702
  }
2731
2703
  ]
2732
2704
  },
2733
2705
  {
2734
2706
  "kind": "javascript-module",
2735
- "path": "src/cell-editors/select.editor.ts",
2707
+ "path": "src/cell-editors/string.editor.ts",
2736
2708
  "declarations": [
2737
2709
  {
2738
2710
  "kind": "class",
2739
- "description": "The select editor class for grid-tabulator",
2740
- "name": "SelectEditor",
2711
+ "description": "The string editor class for grid-tabulator",
2712
+ "name": "StringEditor",
2741
2713
  "members": [
2742
2714
  {
2743
2715
  "kind": "field",
2744
2716
  "name": "params",
2745
2717
  "type": {
2746
- "text": "SelectEditorParams"
2718
+ "text": "StringEditorParams"
2747
2719
  }
2748
2720
  },
2749
2721
  {
2750
2722
  "kind": "field",
2751
- "name": "select",
2723
+ "name": "textField",
2752
2724
  "type": {
2753
2725
  "text": "any"
2754
2726
  }
@@ -2760,7 +2732,7 @@
2760
2732
  {
2761
2733
  "name": "params",
2762
2734
  "type": {
2763
- "text": "SelectEditorParams"
2735
+ "text": "StringEditorParams"
2764
2736
  }
2765
2737
  }
2766
2738
  ],
@@ -2774,7 +2746,7 @@
2774
2746
  {
2775
2747
  "kind": "method",
2776
2748
  "name": "focus",
2777
- "description": "Set focus to the select"
2749
+ "description": "Set focus to the input"
2778
2750
  },
2779
2751
  {
2780
2752
  "kind": "method",
@@ -2789,11 +2761,6 @@
2789
2761
  ],
2790
2762
  "description": "Process key down events"
2791
2763
  },
2792
- {
2793
- "kind": "method",
2794
- "name": "handleChange",
2795
- "description": "Handle change event"
2796
- },
2797
2764
  {
2798
2765
  "kind": "field",
2799
2766
  "name": "_presentation",
@@ -2913,13 +2880,13 @@
2913
2880
  },
2914
2881
  {
2915
2882
  "kind": "variable",
2916
- "name": "selectEditorStyles",
2883
+ "name": "stringEditorStyles",
2917
2884
  "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
2918
- "description": "Styles for the select editor"
2885
+ "description": "Styles for the string editor"
2919
2886
  },
2920
2887
  {
2921
2888
  "kind": "function",
2922
- "name": "getSelectEditorTemplate",
2889
+ "name": "getStringEditorTemplate",
2923
2890
  "parameters": [
2924
2891
  {
2925
2892
  "name": "prefix",
@@ -2927,113 +2894,167 @@
2927
2894
  "description": "The design system prefix to use. Defaults to 'foundation'."
2928
2895
  }
2929
2896
  ],
2930
- "description": "Get a Design System prefixed Select template.",
2897
+ "description": "Get a Design System prefixed text field template.",
2931
2898
  "return": {
2932
2899
  "type": {
2933
2900
  "text": ""
2934
2901
  }
2935
- },
2936
- "privacy": "public"
2902
+ }
2937
2903
  },
2938
2904
  {
2939
2905
  "kind": "variable",
2940
- "name": "foundationSelectEditor",
2941
- "description": "Definition for the select editor component"
2906
+ "name": "foundationStringEditor",
2907
+ "description": "Definition for the string editor component"
2942
2908
  }
2943
2909
  ],
2944
2910
  "exports": [
2945
2911
  {
2946
2912
  "kind": "js",
2947
- "name": "SelectEditor",
2913
+ "name": "StringEditor",
2948
2914
  "declaration": {
2949
- "name": "SelectEditor",
2950
- "module": "src/cell-editors/select.editor.ts"
2915
+ "name": "StringEditor",
2916
+ "module": "src/cell-editors/string.editor.ts"
2951
2917
  }
2952
2918
  },
2953
2919
  {
2954
2920
  "kind": "js",
2955
- "name": "selectEditorStyles",
2921
+ "name": "stringEditorStyles",
2956
2922
  "declaration": {
2957
- "name": "selectEditorStyles",
2958
- "module": "src/cell-editors/select.editor.ts"
2923
+ "name": "stringEditorStyles",
2924
+ "module": "src/cell-editors/string.editor.ts"
2959
2925
  }
2960
2926
  },
2961
2927
  {
2962
2928
  "kind": "js",
2963
- "name": "getSelectEditorTemplate",
2929
+ "name": "getStringEditorTemplate",
2964
2930
  "declaration": {
2965
- "name": "getSelectEditorTemplate",
2966
- "module": "src/cell-editors/select.editor.ts"
2931
+ "name": "getStringEditorTemplate",
2932
+ "module": "src/cell-editors/string.editor.ts"
2967
2933
  }
2968
2934
  },
2969
2935
  {
2970
2936
  "kind": "js",
2971
- "name": "foundationSelectEditor",
2937
+ "name": "foundationStringEditor",
2972
2938
  "declaration": {
2973
- "name": "foundationSelectEditor",
2974
- "module": "src/cell-editors/select.editor.ts"
2939
+ "name": "foundationStringEditor",
2940
+ "module": "src/cell-editors/string.editor.ts"
2975
2941
  }
2976
2942
  }
2977
2943
  ]
2978
2944
  },
2979
2945
  {
2980
2946
  "kind": "javascript-module",
2981
- "path": "src/cell-editors/string.editor.ts",
2947
+ "path": "src/column/column.ts",
2982
2948
  "declarations": [
2983
2949
  {
2984
2950
  "kind": "class",
2985
- "description": "The string editor class for grid-tabulator",
2986
- "name": "StringEditor",
2951
+ "description": "The GridTabulator Column element.",
2952
+ "name": "GridTabulatorColumn",
2987
2953
  "members": [
2988
2954
  {
2989
2955
  "kind": "field",
2990
- "name": "params",
2956
+ "name": "slottedCell",
2991
2957
  "type": {
2992
- "text": "StringEditorParams"
2993
- }
2958
+ "text": "HTMLElement[]"
2959
+ },
2960
+ "privacy": "public"
2994
2961
  },
2995
2962
  {
2996
2963
  "kind": "field",
2997
- "name": "textField",
2964
+ "name": "definition",
2998
2965
  "type": {
2999
- "text": "any"
2966
+ "text": "Partial<ColumnDefinition>"
2967
+ },
2968
+ "default": "{}"
2969
+ },
2970
+ {
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
+ }
2982
+ },
2983
+ "inheritedFrom": {
2984
+ "name": "LifecycleMixin",
2985
+ "module": "src/mixins/lifecycle/lifecycle.ts"
3000
2986
  }
3001
2987
  },
3002
2988
  {
3003
2989
  "kind": "method",
3004
- "name": "init",
2990
+ "name": "cloneNode",
2991
+ "return": {
2992
+ "type": {
2993
+ "text": "Node"
2994
+ }
2995
+ },
3005
2996
  "parameters": [
3006
2997
  {
3007
- "name": "params",
2998
+ "name": "deep",
2999
+ "optional": true,
3008
3000
  "type": {
3009
- "text": "StringEditorParams"
3001
+ "text": "boolean"
3010
3002
  }
3011
3003
  }
3012
3004
  ],
3013
- "description": "Initialize the editor with parameters"
3005
+ "inheritedFrom": {
3006
+ "name": "LifecycleMixin",
3007
+ "module": "src/mixins/lifecycle/lifecycle.ts"
3008
+ }
3014
3009
  },
3015
3010
  {
3016
- "kind": "method",
3017
- "name": "getValue",
3018
- "description": "Get current value"
3011
+ "kind": "field",
3012
+ "name": "shouldRunDisconnect",
3013
+ "return": {
3014
+ "type": {
3015
+ "text": ""
3016
+ }
3017
+ },
3018
+ "readonly": true,
3019
+ "inheritedFrom": {
3020
+ "name": "LifecycleMixin",
3021
+ "module": "src/mixins/lifecycle/lifecycle.ts"
3022
+ }
3019
3023
  },
3020
3024
  {
3021
- "kind": "method",
3022
- "name": "focus",
3023
- "description": "Set focus to the input"
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
+ }
3024
3037
  },
3025
3038
  {
3026
3039
  "kind": "method",
3027
- "name": "handleKeyDown",
3040
+ "name": "#_blockLifecycleDueToTokenChange",
3041
+ "return": {
3042
+ "type": {
3043
+ "text": "boolean"
3044
+ }
3045
+ },
3028
3046
  "parameters": [
3029
3047
  {
3030
- "name": "event",
3048
+ "name": "lifecycleType",
3031
3049
  "type": {
3032
- "text": "KeyboardEvent"
3050
+ "text": "Lifecycletype"
3033
3051
  }
3034
3052
  }
3035
3053
  ],
3036
- "description": "Process key down events"
3054
+ "inheritedFrom": {
3055
+ "name": "LifecycleMixin",
3056
+ "module": "src/mixins/lifecycle/lifecycle.ts"
3057
+ }
3037
3058
  },
3038
3059
  {
3039
3060
  "kind": "field",
@@ -3147,126 +3168,503 @@
3147
3168
  }
3148
3169
  }
3149
3170
  ],
3150
- "superclass": {
3151
- "name": "FoundationElement",
3152
- "package": "@microsoft/fast-foundation"
3153
- }
3154
- },
3155
- {
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"
3160
- },
3161
- {
3162
- "kind": "function",
3163
- "name": "getStringEditorTemplate",
3164
- "parameters": [
3171
+ "mixins": [
3165
3172
  {
3166
- "name": "prefix",
3167
- "default": "'foundation'",
3168
- "description": "The design system prefix to use. Defaults to 'foundation'."
3173
+ "name": "LifecycleMixin",
3174
+ "package": "@genesislcap/foundation-utils"
3169
3175
  }
3170
3176
  ],
3171
- "description": "Get a Design System prefixed text field template.",
3172
- "return": {
3173
- "type": {
3174
- "text": ""
3175
- }
3176
- }
3177
- },
3178
- {
3179
- "kind": "variable",
3180
- "name": "foundationStringEditor",
3181
- "description": "Definition for the string editor component"
3177
+ "superclass": {
3178
+ "name": "FoundationElement",
3179
+ "package": "@microsoft/fast-foundation"
3180
+ },
3181
+ "tagName": "grid-tabulator-column",
3182
+ "customElement": true
3182
3183
  }
3183
3184
  ],
3184
3185
  "exports": [
3185
3186
  {
3186
3187
  "kind": "js",
3187
- "name": "StringEditor",
3188
- "declaration": {
3189
- "name": "StringEditor",
3190
- "module": "src/cell-editors/string.editor.ts"
3191
- }
3192
- },
3193
- {
3194
- "kind": "js",
3195
- "name": "stringEditorStyles",
3188
+ "name": "GridTabulatorColumn",
3196
3189
  "declaration": {
3197
- "name": "stringEditorStyles",
3198
- "module": "src/cell-editors/string.editor.ts"
3190
+ "name": "GridTabulatorColumn",
3191
+ "module": "src/column/column.ts"
3199
3192
  }
3200
3193
  },
3201
3194
  {
3202
- "kind": "js",
3203
- "name": "getStringEditorTemplate",
3195
+ "kind": "custom-element-definition",
3196
+ "name": "grid-tabulator-column",
3204
3197
  "declaration": {
3205
- "name": "getStringEditorTemplate",
3206
- "module": "src/cell-editors/string.editor.ts"
3198
+ "name": "GridTabulatorColumn",
3199
+ "module": "src/column/column.ts"
3207
3200
  }
3208
- },
3201
+ }
3202
+ ]
3203
+ },
3204
+ {
3205
+ "kind": "javascript-module",
3206
+ "path": "src/column/index.ts",
3207
+ "declarations": [],
3208
+ "exports": [
3209
3209
  {
3210
3210
  "kind": "js",
3211
- "name": "foundationStringEditor",
3211
+ "name": "*",
3212
3212
  "declaration": {
3213
- "name": "foundationStringEditor",
3214
- "module": "src/cell-editors/string.editor.ts"
3213
+ "name": "*",
3214
+ "package": "./column"
3215
3215
  }
3216
3216
  }
3217
3217
  ]
3218
3218
  },
3219
3219
  {
3220
3220
  "kind": "javascript-module",
3221
- "path": "src/datasource/client-side.datasource.ts",
3221
+ "path": "src/cell-formatters/action.formatter.ts",
3222
3222
  "declarations": [
3223
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"
3224
+ "kind": "function",
3225
+ "name": "actionFormatter",
3226
+ "return": {
3227
+ "type": {
3228
+ "text": ""
3229
+ }
3237
3230
  },
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": [
3246
- {
3247
- "kind": "field",
3248
- "name": "auth",
3249
- "type": {
3250
- "text": "Auth"
3251
- }
3252
- },
3253
- {
3254
- "kind": "field",
3255
- "name": "connect",
3256
- "type": {
3257
- "text": "Connect"
3258
- }
3259
- },
3231
+ "parameters": [
3260
3232
  {
3261
- "kind": "field",
3262
- "name": "datasource",
3233
+ "name": "cell",
3263
3234
  "type": {
3264
- "text": "Datasource"
3265
- }
3235
+ "text": "any"
3236
+ },
3237
+ "description": "The cell component provided by Tabulator"
3266
3238
  },
3267
3239
  {
3268
- "kind": "field",
3269
- "name": "deferredGridOptions",
3240
+ "name": "formatterParams",
3241
+ "default": "{}",
3242
+ "type": {
3243
+ "text": "ActionFormatterParams<T>"
3244
+ },
3245
+ "description": "Action formatter parameters"
3246
+ }
3247
+ ],
3248
+ "description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
3249
+ "privacy": "public"
3250
+ }
3251
+ ],
3252
+ "exports": [
3253
+ {
3254
+ "kind": "js",
3255
+ "name": "actionFormatter",
3256
+ "declaration": {
3257
+ "name": "actionFormatter",
3258
+ "module": "src/cell-formatters/action.formatter.ts"
3259
+ }
3260
+ }
3261
+ ]
3262
+ },
3263
+ {
3264
+ "kind": "javascript-module",
3265
+ "path": "src/cell-formatters/actions-menu.formatter.ts",
3266
+ "declarations": [
3267
+ {
3268
+ "kind": "function",
3269
+ "name": "actionsMenuFormatter",
3270
+ "return": {
3271
+ "type": {
3272
+ "text": ""
3273
+ }
3274
+ },
3275
+ "parameters": [
3276
+ {
3277
+ "name": "cell",
3278
+ "type": {
3279
+ "text": "any"
3280
+ },
3281
+ "description": "The cell component provided by Tabulator"
3282
+ },
3283
+ {
3284
+ "name": "formatterParams",
3285
+ "default": "{}",
3286
+ "type": {
3287
+ "text": "ActionsMenuFormatterParams<T>"
3288
+ },
3289
+ "description": "Actions menu formatter parameters"
3290
+ }
3291
+ ],
3292
+ "description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
3293
+ "privacy": "public"
3294
+ }
3295
+ ],
3296
+ "exports": [
3297
+ {
3298
+ "kind": "js",
3299
+ "name": "actionsMenuFormatter",
3300
+ "declaration": {
3301
+ "name": "actionsMenuFormatter",
3302
+ "module": "src/cell-formatters/actions-menu.formatter.ts"
3303
+ }
3304
+ }
3305
+ ]
3306
+ },
3307
+ {
3308
+ "kind": "javascript-module",
3309
+ "path": "src/cell-formatters/boolean.formatter.ts",
3310
+ "declarations": [
3311
+ {
3312
+ "kind": "function",
3313
+ "name": "booleanFormatter",
3314
+ "return": {
3315
+ "type": {
3316
+ "text": ""
3317
+ }
3318
+ },
3319
+ "parameters": [
3320
+ {
3321
+ "name": "cell",
3322
+ "type": {
3323
+ "text": "any"
3324
+ },
3325
+ "description": "The cell component provided by Tabulator"
3326
+ },
3327
+ {
3328
+ "name": "formatterParams",
3329
+ "default": "{}",
3330
+ "type": {
3331
+ "text": "BooleanFormatterParams<T>"
3332
+ },
3333
+ "description": "Boolean formatter parameters"
3334
+ }
3335
+ ],
3336
+ "description": "Formatter that displays boolean values using a checkbox component.\nStyled to match grid-pro boolean renderer.",
3337
+ "privacy": "public"
3338
+ }
3339
+ ],
3340
+ "exports": [
3341
+ {
3342
+ "kind": "js",
3343
+ "name": "booleanFormatter",
3344
+ "declaration": {
3345
+ "name": "booleanFormatter",
3346
+ "module": "src/cell-formatters/boolean.formatter.ts"
3347
+ }
3348
+ }
3349
+ ]
3350
+ },
3351
+ {
3352
+ "kind": "javascript-module",
3353
+ "path": "src/cell-formatters/constants.ts",
3354
+ "declarations": [],
3355
+ "exports": []
3356
+ },
3357
+ {
3358
+ "kind": "javascript-module",
3359
+ "path": "src/cell-formatters/editable.formatter.ts",
3360
+ "declarations": [
3361
+ {
3362
+ "kind": "function",
3363
+ "name": "editableFormatter",
3364
+ "return": {
3365
+ "type": {
3366
+ "text": ""
3367
+ }
3368
+ },
3369
+ "parameters": [
3370
+ {
3371
+ "name": "cell",
3372
+ "type": {
3373
+ "text": "any"
3374
+ },
3375
+ "description": "The cell component provided by Tabulator"
3376
+ },
3377
+ {
3378
+ "name": "formatterParams",
3379
+ "default": "{}",
3380
+ "type": {
3381
+ "text": "EditableFormatterParams<T>"
3382
+ },
3383
+ "description": "Editable formatter parameters"
3384
+ }
3385
+ ],
3386
+ "description": "Formatter that displays an editable cell with validation state",
3387
+ "privacy": "public"
3388
+ }
3389
+ ],
3390
+ "exports": [
3391
+ {
3392
+ "kind": "js",
3393
+ "name": "editableFormatter",
3394
+ "declaration": {
3395
+ "name": "editableFormatter",
3396
+ "module": "src/cell-formatters/editable.formatter.ts"
3397
+ }
3398
+ }
3399
+ ]
3400
+ },
3401
+ {
3402
+ "kind": "javascript-module",
3403
+ "path": "src/cell-formatters/index.ts",
3404
+ "declarations": [
3405
+ {
3406
+ "kind": "variable",
3407
+ "name": "formatters",
3408
+ "type": {
3409
+ "text": "object"
3410
+ },
3411
+ "default": "{\n action: actionFormatter,\n actionsMenu: actionsMenuFormatter,\n boolean: booleanFormatter,\n editable: editableFormatter,\n select: selectFormatter,\n text: textFormatter,\n}",
3412
+ "description": "Zero formatters for Tabulator grid"
3413
+ }
3414
+ ],
3415
+ "exports": [
3416
+ {
3417
+ "kind": "js",
3418
+ "name": "*",
3419
+ "declaration": {
3420
+ "name": "*",
3421
+ "package": "./constants"
3422
+ }
3423
+ },
3424
+ {
3425
+ "kind": "js",
3426
+ "name": "ActionFormatterParams",
3427
+ "declaration": {
3428
+ "name": "ActionFormatterParams",
3429
+ "module": "src/cell-formatters/index.ts"
3430
+ }
3431
+ },
3432
+ {
3433
+ "kind": "js",
3434
+ "name": "actionFormatter",
3435
+ "declaration": {
3436
+ "name": "actionFormatter",
3437
+ "module": "src/cell-formatters/index.ts"
3438
+ }
3439
+ },
3440
+ {
3441
+ "kind": "js",
3442
+ "name": "ActionsMenuFormatterParams",
3443
+ "declaration": {
3444
+ "name": "ActionsMenuFormatterParams",
3445
+ "module": "src/cell-formatters/index.ts"
3446
+ }
3447
+ },
3448
+ {
3449
+ "kind": "js",
3450
+ "name": "actionsMenuFormatter",
3451
+ "declaration": {
3452
+ "name": "actionsMenuFormatter",
3453
+ "module": "src/cell-formatters/index.ts"
3454
+ }
3455
+ },
3456
+ {
3457
+ "kind": "js",
3458
+ "name": "BooleanFormatterParams",
3459
+ "declaration": {
3460
+ "name": "BooleanFormatterParams",
3461
+ "module": "src/cell-formatters/index.ts"
3462
+ }
3463
+ },
3464
+ {
3465
+ "kind": "js",
3466
+ "name": "booleanFormatter",
3467
+ "declaration": {
3468
+ "name": "booleanFormatter",
3469
+ "module": "src/cell-formatters/index.ts"
3470
+ }
3471
+ },
3472
+ {
3473
+ "kind": "js",
3474
+ "name": "EditableFormatterParams",
3475
+ "declaration": {
3476
+ "name": "EditableFormatterParams",
3477
+ "module": "src/cell-formatters/index.ts"
3478
+ }
3479
+ },
3480
+ {
3481
+ "kind": "js",
3482
+ "name": "editableFormatter",
3483
+ "declaration": {
3484
+ "name": "editableFormatter",
3485
+ "module": "src/cell-formatters/index.ts"
3486
+ }
3487
+ },
3488
+ {
3489
+ "kind": "js",
3490
+ "name": "SelectFormatterParams",
3491
+ "declaration": {
3492
+ "name": "SelectFormatterParams",
3493
+ "module": "src/cell-formatters/index.ts"
3494
+ }
3495
+ },
3496
+ {
3497
+ "kind": "js",
3498
+ "name": "selectFormatter",
3499
+ "declaration": {
3500
+ "name": "selectFormatter",
3501
+ "module": "src/cell-formatters/index.ts"
3502
+ }
3503
+ },
3504
+ {
3505
+ "kind": "js",
3506
+ "name": "TextFormatterParams",
3507
+ "declaration": {
3508
+ "name": "TextFormatterParams",
3509
+ "module": "src/cell-formatters/index.ts"
3510
+ }
3511
+ },
3512
+ {
3513
+ "kind": "js",
3514
+ "name": "textFormatter",
3515
+ "declaration": {
3516
+ "name": "textFormatter",
3517
+ "module": "src/cell-formatters/index.ts"
3518
+ }
3519
+ },
3520
+ {
3521
+ "kind": "js",
3522
+ "name": "formatters",
3523
+ "declaration": {
3524
+ "name": "formatters",
3525
+ "module": "src/cell-formatters/index.ts"
3526
+ }
3527
+ }
3528
+ ]
3529
+ },
3530
+ {
3531
+ "kind": "javascript-module",
3532
+ "path": "src/cell-formatters/select.formatter.ts",
3533
+ "declarations": [
3534
+ {
3535
+ "kind": "function",
3536
+ "name": "selectFormatter",
3537
+ "return": {
3538
+ "type": {
3539
+ "text": ""
3540
+ }
3541
+ },
3542
+ "parameters": [
3543
+ {
3544
+ "name": "cell",
3545
+ "type": {
3546
+ "text": "any"
3547
+ },
3548
+ "description": "The cell component provided by Tabulator"
3549
+ },
3550
+ {
3551
+ "name": "formatterParams",
3552
+ "type": {
3553
+ "text": "SelectFormatterParams<T>"
3554
+ },
3555
+ "description": "Select formatter parameters"
3556
+ }
3557
+ ],
3558
+ "description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
3559
+ "privacy": "public"
3560
+ }
3561
+ ],
3562
+ "exports": [
3563
+ {
3564
+ "kind": "js",
3565
+ "name": "selectFormatter",
3566
+ "declaration": {
3567
+ "name": "selectFormatter",
3568
+ "module": "src/cell-formatters/select.formatter.ts"
3569
+ }
3570
+ }
3571
+ ]
3572
+ },
3573
+ {
3574
+ "kind": "javascript-module",
3575
+ "path": "src/cell-formatters/text.formatter.ts",
3576
+ "declarations": [
3577
+ {
3578
+ "kind": "function",
3579
+ "name": "textFormatter",
3580
+ "return": {
3581
+ "type": {
3582
+ "text": ""
3583
+ }
3584
+ },
3585
+ "parameters": [
3586
+ {
3587
+ "name": "cell",
3588
+ "type": {
3589
+ "text": "any"
3590
+ },
3591
+ "description": "The cell component provided by Tabulator"
3592
+ },
3593
+ {
3594
+ "name": "formatterParams",
3595
+ "default": "{}",
3596
+ "type": {
3597
+ "text": "TextFormatterParams<T>"
3598
+ },
3599
+ "description": "Text formatter parameters"
3600
+ }
3601
+ ],
3602
+ "description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
3603
+ "privacy": "public"
3604
+ }
3605
+ ],
3606
+ "exports": [
3607
+ {
3608
+ "kind": "js",
3609
+ "name": "textFormatter",
3610
+ "declaration": {
3611
+ "name": "textFormatter",
3612
+ "module": "src/cell-formatters/text.formatter.ts"
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",
3270
3668
  "type": {
3271
3669
  "text": "Options"
3272
3670
  }
@@ -4053,497 +4451,99 @@
4053
4451
  "fieldName": "resourceName"
4054
4452
  },
4055
4453
  {
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"
4083
- }
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
4101
- }
4102
- ],
4103
- "exports": [
4104
- {
4105
- "kind": "js",
4106
- "name": "criteriaDelimiter",
4107
- "declaration": {
4108
- "name": "criteriaDelimiter",
4109
- "module": "src/datasource/client-side.datasource.ts"
4110
- }
4111
- },
4112
- {
4113
- "kind": "js",
4114
- "name": "criteriaJoin",
4115
- "declaration": {
4116
- "name": "criteriaJoin",
4117
- "module": "src/datasource/client-side.datasource.ts"
4118
- }
4119
- },
4120
- {
4121
- "kind": "js",
4122
- "name": "GridTabulatorClientSideDatasource",
4123
- "declaration": {
4124
- "name": "GridTabulatorClientSideDatasource",
4125
- "module": "src/datasource/client-side.datasource.ts"
4126
- }
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": [
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": [
4454
+ "type": {
4455
+ "text": "boolean"
4456
+ },
4457
+ "default": "false",
4458
+ "fieldName": "reverse"
4459
+ },
4304
4460
  {
4305
- "name": "cell",
4461
+ "name": "row-id",
4462
+ "description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
4463
+ "fieldName": "rowIdAttr"
4464
+ },
4465
+ {
4466
+ "name": "restart-on-reconnection",
4306
4467
  "type": {
4307
- "text": "any"
4468
+ "text": "boolean"
4308
4469
  },
4309
- "description": "The cell component provided by Tabulator"
4470
+ "default": "true",
4471
+ "fieldName": "restartOnReconnection"
4310
4472
  },
4311
4473
  {
4312
- "name": "formatterParams",
4313
- "default": "{}",
4474
+ "name": "keep-col-defs-on-clear-row-data",
4314
4475
  "type": {
4315
- "text": "EditableFormatterParams<T>"
4476
+ "text": "boolean"
4316
4477
  },
4317
- "description": "Editable formatter parameters"
4478
+ "default": "false",
4479
+ "description": "Whether to keep column definitions when clearing row data",
4480
+ "fieldName": "keepColDefsOnClearRowData"
4318
4481
  }
4319
4482
  ],
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"
4483
+ "mixins": [
4484
+ {
4485
+ "name": "LifecycleMixin",
4486
+ "package": "@genesislcap/foundation-utils"
4487
+ },
4488
+ {
4489
+ "name": "DatasourceEventHandler",
4490
+ "package": "@genesislcap/foundation-comms"
4491
+ }
4492
+ ],
4493
+ "superclass": {
4494
+ "name": "FoundationElement",
4495
+ "package": "@microsoft/fast-foundation"
4344
4496
  },
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"
4497
+ "tagName": "grid-tabulator-client-side-datasource",
4498
+ "customElement": true
4347
4499
  }
4348
4500
  ],
4349
4501
  "exports": [
4350
4502
  {
4351
4503
  "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",
4504
+ "name": "criteriaDelimiter",
4433
4505
  "declaration": {
4434
- "name": "selectFormatter",
4435
- "module": "src/cell-formatters/index.ts"
4506
+ "name": "criteriaDelimiter",
4507
+ "module": "src/datasource/client-side.datasource.ts"
4436
4508
  }
4437
4509
  },
4438
4510
  {
4439
4511
  "kind": "js",
4440
- "name": "TextFormatterParams",
4512
+ "name": "criteriaJoin",
4441
4513
  "declaration": {
4442
- "name": "TextFormatterParams",
4443
- "module": "src/cell-formatters/index.ts"
4514
+ "name": "criteriaJoin",
4515
+ "module": "src/datasource/client-side.datasource.ts"
4444
4516
  }
4445
4517
  },
4446
4518
  {
4447
4519
  "kind": "js",
4448
- "name": "textFormatter",
4520
+ "name": "GridTabulatorClientSideDatasource",
4449
4521
  "declaration": {
4450
- "name": "textFormatter",
4451
- "module": "src/cell-formatters/index.ts"
4522
+ "name": "GridTabulatorClientSideDatasource",
4523
+ "module": "src/datasource/client-side.datasource.ts"
4452
4524
  }
4453
4525
  },
4454
4526
  {
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",
4527
+ "kind": "custom-element-definition",
4528
+ "name": "grid-tabulator-client-side-datasource",
4500
4529
  "declaration": {
4501
- "name": "selectFormatter",
4502
- "module": "src/cell-formatters/select.formatter.ts"
4530
+ "name": "GridTabulatorClientSideDatasource",
4531
+ "module": "src/datasource/client-side.datasource.ts"
4503
4532
  }
4504
4533
  }
4505
4534
  ]
4506
4535
  },
4507
4536
  {
4508
4537
  "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
- ],
4538
+ "path": "src/datasource/index.ts",
4539
+ "declarations": [],
4540
4540
  "exports": [
4541
4541
  {
4542
4542
  "kind": "js",
4543
- "name": "textFormatter",
4543
+ "name": "*",
4544
4544
  "declaration": {
4545
- "name": "textFormatter",
4546
- "module": "src/cell-formatters/text.formatter.ts"
4545
+ "name": "*",
4546
+ "package": "./client-side.datasource"
4547
4547
  }
4548
4548
  }
4549
4549
  ]