@genesislcap/grid-tabulator 14.417.1-alpha-efccb2a.0 → 14.417.1-alpha-83eabbf.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.
@@ -993,6 +993,12 @@
993
993
  }
994
994
  }
995
995
  ],
996
+ "events": [
997
+ {
998
+ "description": "Fired when the Tabulator instance is ready (detail is the Tabulator instance)",
999
+ "name": "gridReady"
1000
+ }
1001
+ ],
996
1002
  "attributes": [
997
1003
  {
998
1004
  "name": "auto-cell-renderer-by-type",
@@ -1413,87 +1419,67 @@
1413
1419
  },
1414
1420
  {
1415
1421
  "kind": "javascript-module",
1416
- "path": "src/cell/cell.ts",
1422
+ "path": "src/cell-editors/date.editor.ts",
1417
1423
  "declarations": [
1418
1424
  {
1419
1425
  "kind": "class",
1420
- "description": "The GridTabulator Cell element.",
1421
- "name": "GridTabulatorCell",
1426
+ "description": "The date editor class for grid-tabulator",
1427
+ "name": "DateEditor",
1422
1428
  "members": [
1423
1429
  {
1424
1430
  "kind": "field",
1425
- "name": "renderer",
1426
- "type": {
1427
- "text": "CellRendererFunc"
1428
- },
1429
- "privacy": "public"
1430
- },
1431
- {
1432
- "kind": "field",
1433
- "name": "rendererParams",
1431
+ "name": "params",
1434
1432
  "type": {
1435
- "text": "CellRendererParams"
1436
- },
1437
- "privacy": "public"
1433
+ "text": "DateEditorParams"
1434
+ }
1438
1435
  },
1439
1436
  {
1440
1437
  "kind": "field",
1441
- "name": "slottedRenderer",
1438
+ "name": "dateField",
1442
1439
  "type": {
1443
- "text": "HTMLElement[]"
1444
- },
1445
- "privacy": "public"
1440
+ "text": "any"
1441
+ }
1446
1442
  },
1447
1443
  {
1448
1444
  "kind": "method",
1449
1445
  "name": "init",
1450
- "privacy": "public",
1451
1446
  "parameters": [
1452
1447
  {
1453
1448
  "name": "params",
1454
1449
  "type": {
1455
- "text": "CellRendererParams"
1450
+ "text": "DateEditorParams"
1456
1451
  }
1457
1452
  }
1458
- ]
1453
+ ],
1454
+ "description": "Initialize the editor with parameters"
1459
1455
  },
1460
1456
  {
1461
1457
  "kind": "method",
1462
- "name": "getElement",
1463
- "privacy": "public",
1464
- "return": {
1465
- "type": {
1466
- "text": "HTMLElement"
1467
- }
1468
- }
1458
+ "name": "getValue",
1459
+ "description": "Get current value"
1469
1460
  },
1470
1461
  {
1471
1462
  "kind": "method",
1472
- "name": "destroy",
1473
- "privacy": "public"
1463
+ "name": "getFormattedValue",
1464
+ "description": "Format value for display"
1474
1465
  },
1475
1466
  {
1476
1467
  "kind": "method",
1477
- "name": "refresh",
1478
- "privacy": "public",
1479
- "return": {
1480
- "type": {
1481
- "text": "boolean"
1482
- }
1483
- },
1468
+ "name": "focus",
1469
+ "description": "Set focus to the input"
1470
+ },
1471
+ {
1472
+ "kind": "method",
1473
+ "name": "handleKeyDown",
1484
1474
  "parameters": [
1485
1475
  {
1486
- "name": "params",
1476
+ "name": "event",
1487
1477
  "type": {
1488
- "text": "CellRendererParams"
1478
+ "text": "KeyboardEvent"
1489
1479
  }
1490
1480
  }
1491
- ]
1492
- },
1493
- {
1494
- "kind": "method",
1495
- "name": "slottedRendererChanged",
1496
- "privacy": "public"
1481
+ ],
1482
+ "description": "Process key down events"
1497
1483
  },
1498
1484
  {
1499
1485
  "kind": "field",
@@ -1610,33 +1596,76 @@
1610
1596
  "superclass": {
1611
1597
  "name": "FoundationElement",
1612
1598
  "package": "@microsoft/fast-foundation"
1599
+ }
1600
+ },
1601
+ {
1602
+ "kind": "variable",
1603
+ "name": "dateEditorStyles",
1604
+ "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
1605
+ "description": "Styles for the date editor"
1606
+ },
1607
+ {
1608
+ "kind": "function",
1609
+ "name": "getDateEditorTemplate",
1610
+ "parameters": [
1611
+ {
1612
+ "name": "prefix",
1613
+ "default": "'foundation'",
1614
+ "description": "The design system prefix to use. Defaults to 'foundation'."
1615
+ }
1616
+ ],
1617
+ "description": "Get a Design System prefixed date field template.",
1618
+ "return": {
1619
+ "type": {
1620
+ "text": ""
1621
+ }
1613
1622
  },
1614
- "tagName": "grid-tabulator-cell",
1615
- "customElement": true
1623
+ "privacy": "public"
1624
+ },
1625
+ {
1626
+ "kind": "variable",
1627
+ "name": "foundationDateEditor",
1628
+ "description": "Definition for the date editor component"
1616
1629
  }
1617
1630
  ],
1618
1631
  "exports": [
1619
1632
  {
1620
1633
  "kind": "js",
1621
- "name": "GridTabulatorCell",
1634
+ "name": "DateEditor",
1622
1635
  "declaration": {
1623
- "name": "GridTabulatorCell",
1624
- "module": "src/cell/cell.ts"
1636
+ "name": "DateEditor",
1637
+ "module": "src/cell-editors/date.editor.ts"
1625
1638
  }
1626
1639
  },
1627
1640
  {
1628
- "kind": "custom-element-definition",
1629
- "name": "grid-tabulator-cell",
1641
+ "kind": "js",
1642
+ "name": "dateEditorStyles",
1630
1643
  "declaration": {
1631
- "name": "GridTabulatorCell",
1632
- "module": "src/cell/cell.ts"
1644
+ "name": "dateEditorStyles",
1645
+ "module": "src/cell-editors/date.editor.ts"
1646
+ }
1647
+ },
1648
+ {
1649
+ "kind": "js",
1650
+ "name": "getDateEditorTemplate",
1651
+ "declaration": {
1652
+ "name": "getDateEditorTemplate",
1653
+ "module": "src/cell-editors/date.editor.ts"
1654
+ }
1655
+ },
1656
+ {
1657
+ "kind": "js",
1658
+ "name": "foundationDateEditor",
1659
+ "declaration": {
1660
+ "name": "foundationDateEditor",
1661
+ "module": "src/cell-editors/date.editor.ts"
1633
1662
  }
1634
1663
  }
1635
1664
  ]
1636
1665
  },
1637
1666
  {
1638
1667
  "kind": "javascript-module",
1639
- "path": "src/cell/index.ts",
1668
+ "path": "src/cell-editors/index.ts",
1640
1669
  "declarations": [],
1641
1670
  "exports": [
1642
1671
  {
@@ -1644,711 +1673,52 @@
1644
1673
  "name": "*",
1645
1674
  "declaration": {
1646
1675
  "name": "*",
1647
- "package": "./cell"
1676
+ "package": "./date.editor"
1648
1677
  }
1649
- }
1650
- ]
1651
- },
1652
- {
1653
- "kind": "javascript-module",
1654
- "path": "src/cell-formatters/action.formatter.ts",
1655
- "declarations": [
1678
+ },
1656
1679
  {
1657
- "kind": "function",
1658
- "name": "actionFormatter",
1659
- "return": {
1660
- "type": {
1661
- "text": ""
1662
- }
1663
- },
1664
- "parameters": [
1665
- {
1666
- "name": "cell",
1667
- "type": {
1668
- "text": "any"
1669
- },
1670
- "description": "The cell component provided by Tabulator"
1671
- },
1672
- {
1673
- "name": "formatterParams",
1674
- "default": "{}",
1675
- "type": {
1676
- "text": "ActionFormatterParams<T>"
1677
- },
1678
- "description": "Action formatter parameters"
1679
- }
1680
- ],
1681
- "description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
1682
- "privacy": "public"
1683
- }
1684
- ],
1685
- "exports": [
1680
+ "kind": "js",
1681
+ "name": "*",
1682
+ "declaration": {
1683
+ "name": "*",
1684
+ "package": "./number.editor"
1685
+ }
1686
+ },
1686
1687
  {
1687
1688
  "kind": "js",
1688
- "name": "actionFormatter",
1689
+ "name": "*",
1689
1690
  "declaration": {
1690
- "name": "actionFormatter",
1691
- "module": "src/cell-formatters/action.formatter.ts"
1691
+ "name": "*",
1692
+ "package": "./select.editor"
1692
1693
  }
1693
- }
1694
- ]
1695
- },
1696
- {
1697
- "kind": "javascript-module",
1698
- "path": "src/cell-formatters/actions-menu.formatter.ts",
1699
- "declarations": [
1694
+ },
1700
1695
  {
1701
- "kind": "function",
1702
- "name": "actionsMenuFormatter",
1703
- "return": {
1704
- "type": {
1705
- "text": ""
1706
- }
1707
- },
1708
- "parameters": [
1709
- {
1710
- "name": "cell",
1711
- "type": {
1712
- "text": "any"
1713
- },
1714
- "description": "The cell component provided by Tabulator"
1715
- },
1716
- {
1717
- "name": "formatterParams",
1718
- "default": "{}",
1719
- "type": {
1720
- "text": "ActionsMenuFormatterParams<T>"
1721
- },
1722
- "description": "Actions menu formatter parameters"
1723
- }
1724
- ],
1725
- "description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
1726
- "privacy": "public"
1727
- }
1728
- ],
1729
- "exports": [
1696
+ "kind": "js",
1697
+ "name": "*",
1698
+ "declaration": {
1699
+ "name": "*",
1700
+ "package": "./string.editor"
1701
+ }
1702
+ },
1730
1703
  {
1731
1704
  "kind": "js",
1732
- "name": "actionsMenuFormatter",
1705
+ "name": "*",
1733
1706
  "declaration": {
1734
- "name": "actionsMenuFormatter",
1735
- "module": "src/cell-formatters/actions-menu.formatter.ts"
1707
+ "name": "*",
1708
+ "package": "./multiselect.editor"
1736
1709
  }
1737
1710
  }
1738
1711
  ]
1739
1712
  },
1740
1713
  {
1741
1714
  "kind": "javascript-module",
1742
- "path": "src/cell-formatters/boolean.formatter.ts",
1715
+ "path": "src/cell-editors/multiselect.editor.ts",
1743
1716
  "declarations": [
1744
1717
  {
1745
- "kind": "function",
1746
- "name": "booleanFormatter",
1747
- "return": {
1748
- "type": {
1749
- "text": ""
1750
- }
1751
- },
1752
- "parameters": [
1753
- {
1754
- "name": "cell",
1755
- "type": {
1756
- "text": "any"
1757
- },
1758
- "description": "The cell component provided by Tabulator"
1759
- },
1760
- {
1761
- "name": "formatterParams",
1762
- "default": "{}",
1763
- "type": {
1764
- "text": "BooleanFormatterParams<T>"
1765
- },
1766
- "description": "Boolean formatter parameters"
1767
- }
1768
- ],
1769
- "description": "Formatter that displays boolean values using a checkbox component.\nStyled to match grid-pro boolean renderer.",
1770
- "privacy": "public"
1771
- }
1772
- ],
1773
- "exports": [
1774
- {
1775
- "kind": "js",
1776
- "name": "booleanFormatter",
1777
- "declaration": {
1778
- "name": "booleanFormatter",
1779
- "module": "src/cell-formatters/boolean.formatter.ts"
1780
- }
1781
- }
1782
- ]
1783
- },
1784
- {
1785
- "kind": "javascript-module",
1786
- "path": "src/cell-formatters/constants.ts",
1787
- "declarations": [],
1788
- "exports": []
1789
- },
1790
- {
1791
- "kind": "javascript-module",
1792
- "path": "src/cell-formatters/editable.formatter.ts",
1793
- "declarations": [
1794
- {
1795
- "kind": "function",
1796
- "name": "editableFormatter",
1797
- "return": {
1798
- "type": {
1799
- "text": ""
1800
- }
1801
- },
1802
- "parameters": [
1803
- {
1804
- "name": "cell",
1805
- "type": {
1806
- "text": "any"
1807
- },
1808
- "description": "The cell component provided by Tabulator"
1809
- },
1810
- {
1811
- "name": "formatterParams",
1812
- "default": "{}",
1813
- "type": {
1814
- "text": "EditableFormatterParams<T>"
1815
- },
1816
- "description": "Editable formatter parameters"
1817
- }
1818
- ],
1819
- "description": "Formatter that displays an editable cell with validation state",
1820
- "privacy": "public"
1821
- }
1822
- ],
1823
- "exports": [
1824
- {
1825
- "kind": "js",
1826
- "name": "editableFormatter",
1827
- "declaration": {
1828
- "name": "editableFormatter",
1829
- "module": "src/cell-formatters/editable.formatter.ts"
1830
- }
1831
- }
1832
- ]
1833
- },
1834
- {
1835
- "kind": "javascript-module",
1836
- "path": "src/cell-formatters/index.ts",
1837
- "declarations": [
1838
- {
1839
- "kind": "variable",
1840
- "name": "formatters",
1841
- "type": {
1842
- "text": "object"
1843
- },
1844
- "default": "{\n action: actionFormatter,\n actionsMenu: actionsMenuFormatter,\n boolean: booleanFormatter,\n editable: editableFormatter,\n select: selectFormatter,\n text: textFormatter,\n}",
1845
- "description": "Zero formatters for Tabulator grid"
1846
- }
1847
- ],
1848
- "exports": [
1849
- {
1850
- "kind": "js",
1851
- "name": "*",
1852
- "declaration": {
1853
- "name": "*",
1854
- "package": "./constants"
1855
- }
1856
- },
1857
- {
1858
- "kind": "js",
1859
- "name": "ActionFormatterParams",
1860
- "declaration": {
1861
- "name": "ActionFormatterParams",
1862
- "module": "src/cell-formatters/index.ts"
1863
- }
1864
- },
1865
- {
1866
- "kind": "js",
1867
- "name": "actionFormatter",
1868
- "declaration": {
1869
- "name": "actionFormatter",
1870
- "module": "src/cell-formatters/index.ts"
1871
- }
1872
- },
1873
- {
1874
- "kind": "js",
1875
- "name": "ActionsMenuFormatterParams",
1876
- "declaration": {
1877
- "name": "ActionsMenuFormatterParams",
1878
- "module": "src/cell-formatters/index.ts"
1879
- }
1880
- },
1881
- {
1882
- "kind": "js",
1883
- "name": "actionsMenuFormatter",
1884
- "declaration": {
1885
- "name": "actionsMenuFormatter",
1886
- "module": "src/cell-formatters/index.ts"
1887
- }
1888
- },
1889
- {
1890
- "kind": "js",
1891
- "name": "BooleanFormatterParams",
1892
- "declaration": {
1893
- "name": "BooleanFormatterParams",
1894
- "module": "src/cell-formatters/index.ts"
1895
- }
1896
- },
1897
- {
1898
- "kind": "js",
1899
- "name": "booleanFormatter",
1900
- "declaration": {
1901
- "name": "booleanFormatter",
1902
- "module": "src/cell-formatters/index.ts"
1903
- }
1904
- },
1905
- {
1906
- "kind": "js",
1907
- "name": "EditableFormatterParams",
1908
- "declaration": {
1909
- "name": "EditableFormatterParams",
1910
- "module": "src/cell-formatters/index.ts"
1911
- }
1912
- },
1913
- {
1914
- "kind": "js",
1915
- "name": "editableFormatter",
1916
- "declaration": {
1917
- "name": "editableFormatter",
1918
- "module": "src/cell-formatters/index.ts"
1919
- }
1920
- },
1921
- {
1922
- "kind": "js",
1923
- "name": "SelectFormatterParams",
1924
- "declaration": {
1925
- "name": "SelectFormatterParams",
1926
- "module": "src/cell-formatters/index.ts"
1927
- }
1928
- },
1929
- {
1930
- "kind": "js",
1931
- "name": "selectFormatter",
1932
- "declaration": {
1933
- "name": "selectFormatter",
1934
- "module": "src/cell-formatters/index.ts"
1935
- }
1936
- },
1937
- {
1938
- "kind": "js",
1939
- "name": "TextFormatterParams",
1940
- "declaration": {
1941
- "name": "TextFormatterParams",
1942
- "module": "src/cell-formatters/index.ts"
1943
- }
1944
- },
1945
- {
1946
- "kind": "js",
1947
- "name": "textFormatter",
1948
- "declaration": {
1949
- "name": "textFormatter",
1950
- "module": "src/cell-formatters/index.ts"
1951
- }
1952
- },
1953
- {
1954
- "kind": "js",
1955
- "name": "formatters",
1956
- "declaration": {
1957
- "name": "formatters",
1958
- "module": "src/cell-formatters/index.ts"
1959
- }
1960
- }
1961
- ]
1962
- },
1963
- {
1964
- "kind": "javascript-module",
1965
- "path": "src/cell-formatters/select.formatter.ts",
1966
- "declarations": [
1967
- {
1968
- "kind": "function",
1969
- "name": "selectFormatter",
1970
- "return": {
1971
- "type": {
1972
- "text": ""
1973
- }
1974
- },
1975
- "parameters": [
1976
- {
1977
- "name": "cell",
1978
- "type": {
1979
- "text": "any"
1980
- },
1981
- "description": "The cell component provided by Tabulator"
1982
- },
1983
- {
1984
- "name": "formatterParams",
1985
- "type": {
1986
- "text": "SelectFormatterParams<T>"
1987
- },
1988
- "description": "Select formatter parameters"
1989
- }
1990
- ],
1991
- "description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
1992
- "privacy": "public"
1993
- }
1994
- ],
1995
- "exports": [
1996
- {
1997
- "kind": "js",
1998
- "name": "selectFormatter",
1999
- "declaration": {
2000
- "name": "selectFormatter",
2001
- "module": "src/cell-formatters/select.formatter.ts"
2002
- }
2003
- }
2004
- ]
2005
- },
2006
- {
2007
- "kind": "javascript-module",
2008
- "path": "src/cell-formatters/text.formatter.ts",
2009
- "declarations": [
2010
- {
2011
- "kind": "function",
2012
- "name": "textFormatter",
2013
- "return": {
2014
- "type": {
2015
- "text": ""
2016
- }
2017
- },
2018
- "parameters": [
2019
- {
2020
- "name": "cell",
2021
- "type": {
2022
- "text": "any"
2023
- },
2024
- "description": "The cell component provided by Tabulator"
2025
- },
2026
- {
2027
- "name": "formatterParams",
2028
- "default": "{}",
2029
- "type": {
2030
- "text": "TextFormatterParams<T>"
2031
- },
2032
- "description": "Text formatter parameters"
2033
- }
2034
- ],
2035
- "description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
2036
- "privacy": "public"
2037
- }
2038
- ],
2039
- "exports": [
2040
- {
2041
- "kind": "js",
2042
- "name": "textFormatter",
2043
- "declaration": {
2044
- "name": "textFormatter",
2045
- "module": "src/cell-formatters/text.formatter.ts"
2046
- }
2047
- }
2048
- ]
2049
- },
2050
- {
2051
- "kind": "javascript-module",
2052
- "path": "src/cell-editors/date.editor.ts",
2053
- "declarations": [
2054
- {
2055
- "kind": "class",
2056
- "description": "The date editor class for grid-tabulator",
2057
- "name": "DateEditor",
2058
- "members": [
2059
- {
2060
- "kind": "field",
2061
- "name": "params",
2062
- "type": {
2063
- "text": "DateEditorParams"
2064
- }
2065
- },
2066
- {
2067
- "kind": "field",
2068
- "name": "dateField",
2069
- "type": {
2070
- "text": "any"
2071
- }
2072
- },
2073
- {
2074
- "kind": "method",
2075
- "name": "init",
2076
- "parameters": [
2077
- {
2078
- "name": "params",
2079
- "type": {
2080
- "text": "DateEditorParams"
2081
- }
2082
- }
2083
- ],
2084
- "description": "Initialize the editor with parameters"
2085
- },
2086
- {
2087
- "kind": "method",
2088
- "name": "getValue",
2089
- "description": "Get current value"
2090
- },
2091
- {
2092
- "kind": "method",
2093
- "name": "getFormattedValue",
2094
- "description": "Format value for display"
2095
- },
2096
- {
2097
- "kind": "method",
2098
- "name": "focus",
2099
- "description": "Set focus to the input"
2100
- },
2101
- {
2102
- "kind": "method",
2103
- "name": "handleKeyDown",
2104
- "parameters": [
2105
- {
2106
- "name": "event",
2107
- "type": {
2108
- "text": "KeyboardEvent"
2109
- }
2110
- }
2111
- ],
2112
- "description": "Process key down events"
2113
- },
2114
- {
2115
- "kind": "field",
2116
- "name": "_presentation",
2117
- "type": {
2118
- "text": "ComponentPresentation | null | undefined"
2119
- },
2120
- "privacy": "private",
2121
- "default": "void 0",
2122
- "inheritedFrom": {
2123
- "name": "FoundationElement",
2124
- "module": "src/foundation-element/foundation-element.ts"
2125
- }
2126
- },
2127
- {
2128
- "kind": "field",
2129
- "name": "$presentation",
2130
- "type": {
2131
- "text": "ComponentPresentation | null"
2132
- },
2133
- "privacy": "public",
2134
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2135
- "inheritedFrom": {
2136
- "name": "FoundationElement",
2137
- "module": "src/foundation-element/foundation-element.ts"
2138
- }
2139
- },
2140
- {
2141
- "kind": "field",
2142
- "name": "template",
2143
- "type": {
2144
- "text": "ElementViewTemplate | void | null"
2145
- },
2146
- "privacy": "public",
2147
- "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.",
2148
- "inheritedFrom": {
2149
- "name": "FoundationElement",
2150
- "module": "src/foundation-element/foundation-element.ts"
2151
- }
2152
- },
2153
- {
2154
- "kind": "method",
2155
- "name": "templateChanged",
2156
- "privacy": "protected",
2157
- "return": {
2158
- "type": {
2159
- "text": "void"
2160
- }
2161
- },
2162
- "inheritedFrom": {
2163
- "name": "FoundationElement",
2164
- "module": "src/foundation-element/foundation-element.ts"
2165
- }
2166
- },
2167
- {
2168
- "kind": "field",
2169
- "name": "styles",
2170
- "type": {
2171
- "text": "ElementStyles | void | null"
2172
- },
2173
- "privacy": "public",
2174
- "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.",
2175
- "inheritedFrom": {
2176
- "name": "FoundationElement",
2177
- "module": "src/foundation-element/foundation-element.ts"
2178
- }
2179
- },
2180
- {
2181
- "kind": "method",
2182
- "name": "stylesChanged",
2183
- "privacy": "protected",
2184
- "return": {
2185
- "type": {
2186
- "text": "void"
2187
- }
2188
- },
2189
- "inheritedFrom": {
2190
- "name": "FoundationElement",
2191
- "module": "src/foundation-element/foundation-element.ts"
2192
- }
2193
- },
2194
- {
2195
- "kind": "method",
2196
- "name": "compose",
2197
- "privacy": "public",
2198
- "static": true,
2199
- "return": {
2200
- "type": {
2201
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2202
- }
2203
- },
2204
- "parameters": [
2205
- {
2206
- "name": "this",
2207
- "type": {
2208
- "text": "K"
2209
- }
2210
- },
2211
- {
2212
- "name": "elementDefinition",
2213
- "type": {
2214
- "text": "T"
2215
- },
2216
- "description": "The definition of the element to create the registry\nfunction for."
2217
- }
2218
- ],
2219
- "description": "Defines an element registry function with a set of element definition defaults.",
2220
- "inheritedFrom": {
2221
- "name": "FoundationElement",
2222
- "module": "src/foundation-element/foundation-element.ts"
2223
- }
2224
- }
2225
- ],
2226
- "superclass": {
2227
- "name": "FoundationElement",
2228
- "package": "@microsoft/fast-foundation"
2229
- }
2230
- },
2231
- {
2232
- "kind": "variable",
2233
- "name": "dateEditorStyles",
2234
- "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
2235
- "description": "Styles for the date editor"
2236
- },
2237
- {
2238
- "kind": "function",
2239
- "name": "getDateEditorTemplate",
2240
- "parameters": [
2241
- {
2242
- "name": "prefix",
2243
- "default": "'foundation'",
2244
- "description": "The design system prefix to use. Defaults to 'foundation'."
2245
- }
2246
- ],
2247
- "description": "Get a Design System prefixed date field template.",
2248
- "return": {
2249
- "type": {
2250
- "text": ""
2251
- }
2252
- },
2253
- "privacy": "public"
2254
- },
2255
- {
2256
- "kind": "variable",
2257
- "name": "foundationDateEditor",
2258
- "description": "Definition for the date editor component"
2259
- }
2260
- ],
2261
- "exports": [
2262
- {
2263
- "kind": "js",
2264
- "name": "DateEditor",
2265
- "declaration": {
2266
- "name": "DateEditor",
2267
- "module": "src/cell-editors/date.editor.ts"
2268
- }
2269
- },
2270
- {
2271
- "kind": "js",
2272
- "name": "dateEditorStyles",
2273
- "declaration": {
2274
- "name": "dateEditorStyles",
2275
- "module": "src/cell-editors/date.editor.ts"
2276
- }
2277
- },
2278
- {
2279
- "kind": "js",
2280
- "name": "getDateEditorTemplate",
2281
- "declaration": {
2282
- "name": "getDateEditorTemplate",
2283
- "module": "src/cell-editors/date.editor.ts"
2284
- }
2285
- },
2286
- {
2287
- "kind": "js",
2288
- "name": "foundationDateEditor",
2289
- "declaration": {
2290
- "name": "foundationDateEditor",
2291
- "module": "src/cell-editors/date.editor.ts"
2292
- }
2293
- }
2294
- ]
2295
- },
2296
- {
2297
- "kind": "javascript-module",
2298
- "path": "src/cell-editors/index.ts",
2299
- "declarations": [],
2300
- "exports": [
2301
- {
2302
- "kind": "js",
2303
- "name": "*",
2304
- "declaration": {
2305
- "name": "*",
2306
- "package": "./date.editor"
2307
- }
2308
- },
2309
- {
2310
- "kind": "js",
2311
- "name": "*",
2312
- "declaration": {
2313
- "name": "*",
2314
- "package": "./number.editor"
2315
- }
2316
- },
2317
- {
2318
- "kind": "js",
2319
- "name": "*",
2320
- "declaration": {
2321
- "name": "*",
2322
- "package": "./select.editor"
2323
- }
2324
- },
2325
- {
2326
- "kind": "js",
2327
- "name": "*",
2328
- "declaration": {
2329
- "name": "*",
2330
- "package": "./string.editor"
2331
- }
2332
- },
2333
- {
2334
- "kind": "js",
2335
- "name": "*",
2336
- "declaration": {
2337
- "name": "*",
2338
- "package": "./multiselect.editor"
2339
- }
2340
- }
2341
- ]
2342
- },
2343
- {
2344
- "kind": "javascript-module",
2345
- "path": "src/cell-editors/multiselect.editor.ts",
2346
- "declarations": [
2347
- {
2348
- "kind": "class",
2349
- "description": "The multiselect editor class for grid-tabulator",
2350
- "name": "MultiselectEditor",
2351
- "members": [
1718
+ "kind": "class",
1719
+ "description": "The multiselect editor class for grid-tabulator",
1720
+ "name": "MultiselectEditor",
1721
+ "members": [
2352
1722
  {
2353
1723
  "kind": "field",
2354
1724
  "name": "params",
@@ -3086,72 +2456,337 @@
3086
2456
  },
3087
2457
  {
3088
2458
  "kind": "js",
3089
- "name": "foundationSelectEditor",
2459
+ "name": "foundationSelectEditor",
2460
+ "declaration": {
2461
+ "name": "foundationSelectEditor",
2462
+ "module": "src/cell-editors/select.editor.ts"
2463
+ }
2464
+ }
2465
+ ]
2466
+ },
2467
+ {
2468
+ "kind": "javascript-module",
2469
+ "path": "src/cell-editors/string.editor.ts",
2470
+ "declarations": [
2471
+ {
2472
+ "kind": "class",
2473
+ "description": "The string editor class for grid-tabulator",
2474
+ "name": "StringEditor",
2475
+ "members": [
2476
+ {
2477
+ "kind": "field",
2478
+ "name": "params",
2479
+ "type": {
2480
+ "text": "StringEditorParams"
2481
+ }
2482
+ },
2483
+ {
2484
+ "kind": "field",
2485
+ "name": "textField",
2486
+ "type": {
2487
+ "text": "any"
2488
+ }
2489
+ },
2490
+ {
2491
+ "kind": "method",
2492
+ "name": "init",
2493
+ "parameters": [
2494
+ {
2495
+ "name": "params",
2496
+ "type": {
2497
+ "text": "StringEditorParams"
2498
+ }
2499
+ }
2500
+ ],
2501
+ "description": "Initialize the editor with parameters"
2502
+ },
2503
+ {
2504
+ "kind": "method",
2505
+ "name": "getValue",
2506
+ "description": "Get current value"
2507
+ },
2508
+ {
2509
+ "kind": "method",
2510
+ "name": "focus",
2511
+ "description": "Set focus to the input"
2512
+ },
2513
+ {
2514
+ "kind": "method",
2515
+ "name": "handleKeyDown",
2516
+ "parameters": [
2517
+ {
2518
+ "name": "event",
2519
+ "type": {
2520
+ "text": "KeyboardEvent"
2521
+ }
2522
+ }
2523
+ ],
2524
+ "description": "Process key down events"
2525
+ },
2526
+ {
2527
+ "kind": "field",
2528
+ "name": "_presentation",
2529
+ "type": {
2530
+ "text": "ComponentPresentation | null | undefined"
2531
+ },
2532
+ "privacy": "private",
2533
+ "default": "void 0",
2534
+ "inheritedFrom": {
2535
+ "name": "FoundationElement",
2536
+ "module": "src/foundation-element/foundation-element.ts"
2537
+ }
2538
+ },
2539
+ {
2540
+ "kind": "field",
2541
+ "name": "$presentation",
2542
+ "type": {
2543
+ "text": "ComponentPresentation | null"
2544
+ },
2545
+ "privacy": "public",
2546
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2547
+ "inheritedFrom": {
2548
+ "name": "FoundationElement",
2549
+ "module": "src/foundation-element/foundation-element.ts"
2550
+ }
2551
+ },
2552
+ {
2553
+ "kind": "field",
2554
+ "name": "template",
2555
+ "type": {
2556
+ "text": "ElementViewTemplate | void | null"
2557
+ },
2558
+ "privacy": "public",
2559
+ "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.",
2560
+ "inheritedFrom": {
2561
+ "name": "FoundationElement",
2562
+ "module": "src/foundation-element/foundation-element.ts"
2563
+ }
2564
+ },
2565
+ {
2566
+ "kind": "method",
2567
+ "name": "templateChanged",
2568
+ "privacy": "protected",
2569
+ "return": {
2570
+ "type": {
2571
+ "text": "void"
2572
+ }
2573
+ },
2574
+ "inheritedFrom": {
2575
+ "name": "FoundationElement",
2576
+ "module": "src/foundation-element/foundation-element.ts"
2577
+ }
2578
+ },
2579
+ {
2580
+ "kind": "field",
2581
+ "name": "styles",
2582
+ "type": {
2583
+ "text": "ElementStyles | void | null"
2584
+ },
2585
+ "privacy": "public",
2586
+ "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.",
2587
+ "inheritedFrom": {
2588
+ "name": "FoundationElement",
2589
+ "module": "src/foundation-element/foundation-element.ts"
2590
+ }
2591
+ },
2592
+ {
2593
+ "kind": "method",
2594
+ "name": "stylesChanged",
2595
+ "privacy": "protected",
2596
+ "return": {
2597
+ "type": {
2598
+ "text": "void"
2599
+ }
2600
+ },
2601
+ "inheritedFrom": {
2602
+ "name": "FoundationElement",
2603
+ "module": "src/foundation-element/foundation-element.ts"
2604
+ }
2605
+ },
2606
+ {
2607
+ "kind": "method",
2608
+ "name": "compose",
2609
+ "privacy": "public",
2610
+ "static": true,
2611
+ "return": {
2612
+ "type": {
2613
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2614
+ }
2615
+ },
2616
+ "parameters": [
2617
+ {
2618
+ "name": "this",
2619
+ "type": {
2620
+ "text": "K"
2621
+ }
2622
+ },
2623
+ {
2624
+ "name": "elementDefinition",
2625
+ "type": {
2626
+ "text": "T"
2627
+ },
2628
+ "description": "The definition of the element to create the registry\nfunction for."
2629
+ }
2630
+ ],
2631
+ "description": "Defines an element registry function with a set of element definition defaults.",
2632
+ "inheritedFrom": {
2633
+ "name": "FoundationElement",
2634
+ "module": "src/foundation-element/foundation-element.ts"
2635
+ }
2636
+ }
2637
+ ],
2638
+ "superclass": {
2639
+ "name": "FoundationElement",
2640
+ "package": "@microsoft/fast-foundation"
2641
+ }
2642
+ },
2643
+ {
2644
+ "kind": "variable",
2645
+ "name": "stringEditorStyles",
2646
+ "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
2647
+ "description": "Styles for the string editor"
2648
+ },
2649
+ {
2650
+ "kind": "function",
2651
+ "name": "getStringEditorTemplate",
2652
+ "parameters": [
2653
+ {
2654
+ "name": "prefix",
2655
+ "default": "'foundation'",
2656
+ "description": "The design system prefix to use. Defaults to 'foundation'."
2657
+ }
2658
+ ],
2659
+ "description": "Get a Design System prefixed text field template.",
2660
+ "return": {
2661
+ "type": {
2662
+ "text": ""
2663
+ }
2664
+ }
2665
+ },
2666
+ {
2667
+ "kind": "variable",
2668
+ "name": "foundationStringEditor",
2669
+ "description": "Definition for the string editor component"
2670
+ }
2671
+ ],
2672
+ "exports": [
2673
+ {
2674
+ "kind": "js",
2675
+ "name": "StringEditor",
2676
+ "declaration": {
2677
+ "name": "StringEditor",
2678
+ "module": "src/cell-editors/string.editor.ts"
2679
+ }
2680
+ },
2681
+ {
2682
+ "kind": "js",
2683
+ "name": "stringEditorStyles",
2684
+ "declaration": {
2685
+ "name": "stringEditorStyles",
2686
+ "module": "src/cell-editors/string.editor.ts"
2687
+ }
2688
+ },
2689
+ {
2690
+ "kind": "js",
2691
+ "name": "getStringEditorTemplate",
2692
+ "declaration": {
2693
+ "name": "getStringEditorTemplate",
2694
+ "module": "src/cell-editors/string.editor.ts"
2695
+ }
2696
+ },
2697
+ {
2698
+ "kind": "js",
2699
+ "name": "foundationStringEditor",
3090
2700
  "declaration": {
3091
- "name": "foundationSelectEditor",
3092
- "module": "src/cell-editors/select.editor.ts"
2701
+ "name": "foundationStringEditor",
2702
+ "module": "src/cell-editors/string.editor.ts"
3093
2703
  }
3094
2704
  }
3095
2705
  ]
3096
2706
  },
3097
2707
  {
3098
2708
  "kind": "javascript-module",
3099
- "path": "src/cell-editors/string.editor.ts",
2709
+ "path": "src/cell/cell.ts",
3100
2710
  "declarations": [
3101
2711
  {
3102
2712
  "kind": "class",
3103
- "description": "The string editor class for grid-tabulator",
3104
- "name": "StringEditor",
2713
+ "description": "The GridTabulator Cell element.",
2714
+ "name": "GridTabulatorCell",
3105
2715
  "members": [
3106
2716
  {
3107
2717
  "kind": "field",
3108
- "name": "params",
2718
+ "name": "renderer",
3109
2719
  "type": {
3110
- "text": "StringEditorParams"
3111
- }
2720
+ "text": "CellRendererFunc"
2721
+ },
2722
+ "privacy": "public"
3112
2723
  },
3113
2724
  {
3114
2725
  "kind": "field",
3115
- "name": "textField",
2726
+ "name": "rendererParams",
3116
2727
  "type": {
3117
- "text": "any"
3118
- }
2728
+ "text": "CellRendererParams"
2729
+ },
2730
+ "privacy": "public"
2731
+ },
2732
+ {
2733
+ "kind": "field",
2734
+ "name": "slottedRenderer",
2735
+ "type": {
2736
+ "text": "HTMLElement[]"
2737
+ },
2738
+ "privacy": "public"
3119
2739
  },
3120
2740
  {
3121
2741
  "kind": "method",
3122
2742
  "name": "init",
2743
+ "privacy": "public",
3123
2744
  "parameters": [
3124
2745
  {
3125
2746
  "name": "params",
3126
2747
  "type": {
3127
- "text": "StringEditorParams"
2748
+ "text": "CellRendererParams"
3128
2749
  }
3129
2750
  }
3130
- ],
3131
- "description": "Initialize the editor with parameters"
2751
+ ]
3132
2752
  },
3133
2753
  {
3134
2754
  "kind": "method",
3135
- "name": "getValue",
3136
- "description": "Get current value"
2755
+ "name": "getElement",
2756
+ "privacy": "public",
2757
+ "return": {
2758
+ "type": {
2759
+ "text": "HTMLElement"
2760
+ }
2761
+ }
3137
2762
  },
3138
2763
  {
3139
2764
  "kind": "method",
3140
- "name": "focus",
3141
- "description": "Set focus to the input"
2765
+ "name": "destroy",
2766
+ "privacy": "public"
3142
2767
  },
3143
2768
  {
3144
2769
  "kind": "method",
3145
- "name": "handleKeyDown",
2770
+ "name": "refresh",
2771
+ "privacy": "public",
2772
+ "return": {
2773
+ "type": {
2774
+ "text": "boolean"
2775
+ }
2776
+ },
3146
2777
  "parameters": [
3147
2778
  {
3148
- "name": "event",
2779
+ "name": "params",
3149
2780
  "type": {
3150
- "text": "KeyboardEvent"
2781
+ "text": "CellRendererParams"
3151
2782
  }
3152
2783
  }
3153
- ],
3154
- "description": "Process key down events"
2784
+ ]
2785
+ },
2786
+ {
2787
+ "kind": "method",
2788
+ "name": "slottedRendererChanged",
2789
+ "privacy": "public"
3155
2790
  },
3156
2791
  {
3157
2792
  "kind": "field",
@@ -3268,68 +2903,439 @@
3268
2903
  "superclass": {
3269
2904
  "name": "FoundationElement",
3270
2905
  "package": "@microsoft/fast-foundation"
2906
+ },
2907
+ "tagName": "grid-tabulator-cell",
2908
+ "customElement": true
2909
+ }
2910
+ ],
2911
+ "exports": [
2912
+ {
2913
+ "kind": "js",
2914
+ "name": "GridTabulatorCell",
2915
+ "declaration": {
2916
+ "name": "GridTabulatorCell",
2917
+ "module": "src/cell/cell.ts"
3271
2918
  }
3272
2919
  },
3273
2920
  {
3274
- "kind": "variable",
3275
- "name": "stringEditorStyles",
3276
- "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
3277
- "description": "Styles for the string editor"
3278
- },
2921
+ "kind": "custom-element-definition",
2922
+ "name": "grid-tabulator-cell",
2923
+ "declaration": {
2924
+ "name": "GridTabulatorCell",
2925
+ "module": "src/cell/cell.ts"
2926
+ }
2927
+ }
2928
+ ]
2929
+ },
2930
+ {
2931
+ "kind": "javascript-module",
2932
+ "path": "src/cell/index.ts",
2933
+ "declarations": [],
2934
+ "exports": [
2935
+ {
2936
+ "kind": "js",
2937
+ "name": "*",
2938
+ "declaration": {
2939
+ "name": "*",
2940
+ "package": "./cell"
2941
+ }
2942
+ }
2943
+ ]
2944
+ },
2945
+ {
2946
+ "kind": "javascript-module",
2947
+ "path": "src/cell-formatters/action.formatter.ts",
2948
+ "declarations": [
2949
+ {
2950
+ "kind": "function",
2951
+ "name": "actionFormatter",
2952
+ "return": {
2953
+ "type": {
2954
+ "text": ""
2955
+ }
2956
+ },
2957
+ "parameters": [
2958
+ {
2959
+ "name": "cell",
2960
+ "type": {
2961
+ "text": "any"
2962
+ },
2963
+ "description": "The cell component provided by Tabulator"
2964
+ },
2965
+ {
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",
3004
+ "type": {
3005
+ "text": "any"
3006
+ },
3007
+ "description": "The cell component provided by Tabulator"
3008
+ },
3009
+ {
3010
+ "name": "formatterParams",
3011
+ "default": "{}",
3012
+ "type": {
3013
+ "text": "ActionsMenuFormatterParams<T>"
3014
+ },
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": [
3046
+ {
3047
+ "name": "cell",
3048
+ "type": {
3049
+ "text": "any"
3050
+ },
3051
+ "description": "The cell component provided by Tabulator"
3052
+ },
3053
+ {
3054
+ "name": "formatterParams",
3055
+ "default": "{}",
3056
+ "type": {
3057
+ "text": "BooleanFormatterParams<T>"
3058
+ },
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": [
3279
3087
  {
3280
3088
  "kind": "function",
3281
- "name": "getStringEditorTemplate",
3282
- "parameters": [
3283
- {
3284
- "name": "prefix",
3285
- "default": "'foundation'",
3286
- "description": "The design system prefix to use. Defaults to 'foundation'."
3287
- }
3288
- ],
3289
- "description": "Get a Design System prefixed text field template.",
3089
+ "name": "editableFormatter",
3290
3090
  "return": {
3291
3091
  "type": {
3292
3092
  "text": ""
3293
3093
  }
3094
+ },
3095
+ "parameters": [
3096
+ {
3097
+ "name": "cell",
3098
+ "type": {
3099
+ "text": "any"
3100
+ },
3101
+ "description": "The cell component provided by Tabulator"
3102
+ },
3103
+ {
3104
+ "name": "formatterParams",
3105
+ "default": "{}",
3106
+ "type": {
3107
+ "text": "EditableFormatterParams<T>"
3108
+ },
3109
+ "description": "Editable formatter parameters"
3110
+ }
3111
+ ],
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"
3294
3123
  }
3295
- },
3124
+ }
3125
+ ]
3126
+ },
3127
+ {
3128
+ "kind": "javascript-module",
3129
+ "path": "src/cell-formatters/index.ts",
3130
+ "declarations": [
3296
3131
  {
3297
3132
  "kind": "variable",
3298
- "name": "foundationStringEditor",
3299
- "description": "Definition for the string editor component"
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"
3300
3139
  }
3301
3140
  ],
3302
3141
  "exports": [
3303
3142
  {
3304
3143
  "kind": "js",
3305
- "name": "StringEditor",
3144
+ "name": "*",
3306
3145
  "declaration": {
3307
- "name": "StringEditor",
3308
- "module": "src/cell-editors/string.editor.ts"
3146
+ "name": "*",
3147
+ "package": "./constants"
3309
3148
  }
3310
3149
  },
3311
3150
  {
3312
3151
  "kind": "js",
3313
- "name": "stringEditorStyles",
3152
+ "name": "ActionFormatterParams",
3314
3153
  "declaration": {
3315
- "name": "stringEditorStyles",
3316
- "module": "src/cell-editors/string.editor.ts"
3154
+ "name": "ActionFormatterParams",
3155
+ "module": "src/cell-formatters/index.ts"
3317
3156
  }
3318
3157
  },
3319
3158
  {
3320
3159
  "kind": "js",
3321
- "name": "getStringEditorTemplate",
3160
+ "name": "actionFormatter",
3322
3161
  "declaration": {
3323
- "name": "getStringEditorTemplate",
3324
- "module": "src/cell-editors/string.editor.ts"
3162
+ "name": "actionFormatter",
3163
+ "module": "src/cell-formatters/index.ts"
3325
3164
  }
3326
3165
  },
3327
3166
  {
3328
3167
  "kind": "js",
3329
- "name": "foundationStringEditor",
3168
+ "name": "ActionsMenuFormatterParams",
3330
3169
  "declaration": {
3331
- "name": "foundationStringEditor",
3332
- "module": "src/cell-editors/string.editor.ts"
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"
3196
+ }
3197
+ },
3198
+ {
3199
+ "kind": "js",
3200
+ "name": "EditableFormatterParams",
3201
+ "declaration": {
3202
+ "name": "EditableFormatterParams",
3203
+ "module": "src/cell-formatters/index.ts"
3204
+ }
3205
+ },
3206
+ {
3207
+ "kind": "js",
3208
+ "name": "editableFormatter",
3209
+ "declaration": {
3210
+ "name": "editableFormatter",
3211
+ "module": "src/cell-formatters/index.ts"
3212
+ }
3213
+ },
3214
+ {
3215
+ "kind": "js",
3216
+ "name": "SelectFormatterParams",
3217
+ "declaration": {
3218
+ "name": "SelectFormatterParams",
3219
+ "module": "src/cell-formatters/index.ts"
3220
+ }
3221
+ },
3222
+ {
3223
+ "kind": "js",
3224
+ "name": "selectFormatter",
3225
+ "declaration": {
3226
+ "name": "selectFormatter",
3227
+ "module": "src/cell-formatters/index.ts"
3228
+ }
3229
+ },
3230
+ {
3231
+ "kind": "js",
3232
+ "name": "TextFormatterParams",
3233
+ "declaration": {
3234
+ "name": "TextFormatterParams",
3235
+ "module": "src/cell-formatters/index.ts"
3236
+ }
3237
+ },
3238
+ {
3239
+ "kind": "js",
3240
+ "name": "textFormatter",
3241
+ "declaration": {
3242
+ "name": "textFormatter",
3243
+ "module": "src/cell-formatters/index.ts"
3244
+ }
3245
+ },
3246
+ {
3247
+ "kind": "js",
3248
+ "name": "formatters",
3249
+ "declaration": {
3250
+ "name": "formatters",
3251
+ "module": "src/cell-formatters/index.ts"
3252
+ }
3253
+ }
3254
+ ]
3255
+ },
3256
+ {
3257
+ "kind": "javascript-module",
3258
+ "path": "src/cell-formatters/select.formatter.ts",
3259
+ "declarations": [
3260
+ {
3261
+ "kind": "function",
3262
+ "name": "selectFormatter",
3263
+ "return": {
3264
+ "type": {
3265
+ "text": ""
3266
+ }
3267
+ },
3268
+ "parameters": [
3269
+ {
3270
+ "name": "cell",
3271
+ "type": {
3272
+ "text": "any"
3273
+ },
3274
+ "description": "The cell component provided by Tabulator"
3275
+ },
3276
+ {
3277
+ "name": "formatterParams",
3278
+ "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"
3318
+ },
3319
+ {
3320
+ "name": "formatterParams",
3321
+ "default": "{}",
3322
+ "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"
3333
3339
  }
3334
3340
  }
3335
3341
  ]
@@ -4364,6 +4370,20 @@
4364
4370
  }
4365
4371
  }
4366
4372
  ],
4373
+ "events": [
4374
+ {
4375
+ "description": "Fired when a datasource error occurs",
4376
+ "name": "gridTabulator:error"
4377
+ },
4378
+ {
4379
+ "description": "Fired when tabulator data is initialized",
4380
+ "name": "dataInit"
4381
+ },
4382
+ {
4383
+ "description": "Fired when layout size changes",
4384
+ "name": "sizeChanged"
4385
+ }
4386
+ ],
4367
4387
  "attributes": [
4368
4388
  {
4369
4389
  "name": "criteria",