@genesislcap/grid-tabulator 14.370.1-alpha-d042199.0 → 14.371.0-FUI-2456.1
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.
- package/dist/custom-elements.json +432 -432
- package/package.json +13 -13
|
@@ -1649,6 +1649,404 @@
|
|
|
1649
1649
|
}
|
|
1650
1650
|
]
|
|
1651
1651
|
},
|
|
1652
|
+
{
|
|
1653
|
+
"kind": "javascript-module",
|
|
1654
|
+
"path": "src/cell-formatters/action.formatter.ts",
|
|
1655
|
+
"declarations": [
|
|
1656
|
+
{
|
|
1657
|
+
"kind": "function",
|
|
1658
|
+
"name": "actionFormatter",
|
|
1659
|
+
"return": {
|
|
1660
|
+
"type": {
|
|
1661
|
+
"text": ""
|
|
1662
|
+
}
|
|
1663
|
+
},
|
|
1664
|
+
"parameters": [
|
|
1665
|
+
{
|
|
1666
|
+
"name": "cell",
|
|
1667
|
+
"type": {
|
|
1668
|
+
"text": "any"
|
|
1669
|
+
},
|
|
1670
|
+
"description": "The cell component provided by Tabulator"
|
|
1671
|
+
},
|
|
1672
|
+
{
|
|
1673
|
+
"name": "formatterParams",
|
|
1674
|
+
"default": "{}",
|
|
1675
|
+
"type": {
|
|
1676
|
+
"text": "ActionFormatterParams<T>"
|
|
1677
|
+
},
|
|
1678
|
+
"description": "Action formatter parameters"
|
|
1679
|
+
}
|
|
1680
|
+
],
|
|
1681
|
+
"description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
|
|
1682
|
+
"privacy": "public"
|
|
1683
|
+
}
|
|
1684
|
+
],
|
|
1685
|
+
"exports": [
|
|
1686
|
+
{
|
|
1687
|
+
"kind": "js",
|
|
1688
|
+
"name": "actionFormatter",
|
|
1689
|
+
"declaration": {
|
|
1690
|
+
"name": "actionFormatter",
|
|
1691
|
+
"module": "src/cell-formatters/action.formatter.ts"
|
|
1692
|
+
}
|
|
1693
|
+
}
|
|
1694
|
+
]
|
|
1695
|
+
},
|
|
1696
|
+
{
|
|
1697
|
+
"kind": "javascript-module",
|
|
1698
|
+
"path": "src/cell-formatters/actions-menu.formatter.ts",
|
|
1699
|
+
"declarations": [
|
|
1700
|
+
{
|
|
1701
|
+
"kind": "function",
|
|
1702
|
+
"name": "actionsMenuFormatter",
|
|
1703
|
+
"return": {
|
|
1704
|
+
"type": {
|
|
1705
|
+
"text": ""
|
|
1706
|
+
}
|
|
1707
|
+
},
|
|
1708
|
+
"parameters": [
|
|
1709
|
+
{
|
|
1710
|
+
"name": "cell",
|
|
1711
|
+
"type": {
|
|
1712
|
+
"text": "any"
|
|
1713
|
+
},
|
|
1714
|
+
"description": "The cell component provided by Tabulator"
|
|
1715
|
+
},
|
|
1716
|
+
{
|
|
1717
|
+
"name": "formatterParams",
|
|
1718
|
+
"default": "{}",
|
|
1719
|
+
"type": {
|
|
1720
|
+
"text": "ActionsMenuFormatterParams<T>"
|
|
1721
|
+
},
|
|
1722
|
+
"description": "Actions menu formatter parameters"
|
|
1723
|
+
}
|
|
1724
|
+
],
|
|
1725
|
+
"description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
|
|
1726
|
+
"privacy": "public"
|
|
1727
|
+
}
|
|
1728
|
+
],
|
|
1729
|
+
"exports": [
|
|
1730
|
+
{
|
|
1731
|
+
"kind": "js",
|
|
1732
|
+
"name": "actionsMenuFormatter",
|
|
1733
|
+
"declaration": {
|
|
1734
|
+
"name": "actionsMenuFormatter",
|
|
1735
|
+
"module": "src/cell-formatters/actions-menu.formatter.ts"
|
|
1736
|
+
}
|
|
1737
|
+
}
|
|
1738
|
+
]
|
|
1739
|
+
},
|
|
1740
|
+
{
|
|
1741
|
+
"kind": "javascript-module",
|
|
1742
|
+
"path": "src/cell-formatters/boolean.formatter.ts",
|
|
1743
|
+
"declarations": [
|
|
1744
|
+
{
|
|
1745
|
+
"kind": "function",
|
|
1746
|
+
"name": "booleanFormatter",
|
|
1747
|
+
"return": {
|
|
1748
|
+
"type": {
|
|
1749
|
+
"text": ""
|
|
1750
|
+
}
|
|
1751
|
+
},
|
|
1752
|
+
"parameters": [
|
|
1753
|
+
{
|
|
1754
|
+
"name": "cell",
|
|
1755
|
+
"type": {
|
|
1756
|
+
"text": "any"
|
|
1757
|
+
},
|
|
1758
|
+
"description": "The cell component provided by Tabulator"
|
|
1759
|
+
},
|
|
1760
|
+
{
|
|
1761
|
+
"name": "formatterParams",
|
|
1762
|
+
"default": "{}",
|
|
1763
|
+
"type": {
|
|
1764
|
+
"text": "BooleanFormatterParams<T>"
|
|
1765
|
+
},
|
|
1766
|
+
"description": "Boolean formatter parameters"
|
|
1767
|
+
}
|
|
1768
|
+
],
|
|
1769
|
+
"description": "Formatter that displays boolean values using a checkbox component.\nStyled to match grid-pro boolean renderer.",
|
|
1770
|
+
"privacy": "public"
|
|
1771
|
+
}
|
|
1772
|
+
],
|
|
1773
|
+
"exports": [
|
|
1774
|
+
{
|
|
1775
|
+
"kind": "js",
|
|
1776
|
+
"name": "booleanFormatter",
|
|
1777
|
+
"declaration": {
|
|
1778
|
+
"name": "booleanFormatter",
|
|
1779
|
+
"module": "src/cell-formatters/boolean.formatter.ts"
|
|
1780
|
+
}
|
|
1781
|
+
}
|
|
1782
|
+
]
|
|
1783
|
+
},
|
|
1784
|
+
{
|
|
1785
|
+
"kind": "javascript-module",
|
|
1786
|
+
"path": "src/cell-formatters/constants.ts",
|
|
1787
|
+
"declarations": [],
|
|
1788
|
+
"exports": []
|
|
1789
|
+
},
|
|
1790
|
+
{
|
|
1791
|
+
"kind": "javascript-module",
|
|
1792
|
+
"path": "src/cell-formatters/editable.formatter.ts",
|
|
1793
|
+
"declarations": [
|
|
1794
|
+
{
|
|
1795
|
+
"kind": "function",
|
|
1796
|
+
"name": "editableFormatter",
|
|
1797
|
+
"return": {
|
|
1798
|
+
"type": {
|
|
1799
|
+
"text": ""
|
|
1800
|
+
}
|
|
1801
|
+
},
|
|
1802
|
+
"parameters": [
|
|
1803
|
+
{
|
|
1804
|
+
"name": "cell",
|
|
1805
|
+
"type": {
|
|
1806
|
+
"text": "any"
|
|
1807
|
+
},
|
|
1808
|
+
"description": "The cell component provided by Tabulator"
|
|
1809
|
+
},
|
|
1810
|
+
{
|
|
1811
|
+
"name": "formatterParams",
|
|
1812
|
+
"default": "{}",
|
|
1813
|
+
"type": {
|
|
1814
|
+
"text": "EditableFormatterParams<T>"
|
|
1815
|
+
},
|
|
1816
|
+
"description": "Editable formatter parameters"
|
|
1817
|
+
}
|
|
1818
|
+
],
|
|
1819
|
+
"description": "Formatter that displays an editable cell with validation state",
|
|
1820
|
+
"privacy": "public"
|
|
1821
|
+
}
|
|
1822
|
+
],
|
|
1823
|
+
"exports": [
|
|
1824
|
+
{
|
|
1825
|
+
"kind": "js",
|
|
1826
|
+
"name": "editableFormatter",
|
|
1827
|
+
"declaration": {
|
|
1828
|
+
"name": "editableFormatter",
|
|
1829
|
+
"module": "src/cell-formatters/editable.formatter.ts"
|
|
1830
|
+
}
|
|
1831
|
+
}
|
|
1832
|
+
]
|
|
1833
|
+
},
|
|
1834
|
+
{
|
|
1835
|
+
"kind": "javascript-module",
|
|
1836
|
+
"path": "src/cell-formatters/index.ts",
|
|
1837
|
+
"declarations": [
|
|
1838
|
+
{
|
|
1839
|
+
"kind": "variable",
|
|
1840
|
+
"name": "formatters",
|
|
1841
|
+
"type": {
|
|
1842
|
+
"text": "object"
|
|
1843
|
+
},
|
|
1844
|
+
"default": "{\n action: actionFormatter,\n actionsMenu: actionsMenuFormatter,\n boolean: booleanFormatter,\n editable: editableFormatter,\n select: selectFormatter,\n text: textFormatter,\n}",
|
|
1845
|
+
"description": "Zero formatters for Tabulator grid"
|
|
1846
|
+
}
|
|
1847
|
+
],
|
|
1848
|
+
"exports": [
|
|
1849
|
+
{
|
|
1850
|
+
"kind": "js",
|
|
1851
|
+
"name": "*",
|
|
1852
|
+
"declaration": {
|
|
1853
|
+
"name": "*",
|
|
1854
|
+
"package": "./constants"
|
|
1855
|
+
}
|
|
1856
|
+
},
|
|
1857
|
+
{
|
|
1858
|
+
"kind": "js",
|
|
1859
|
+
"name": "ActionFormatterParams",
|
|
1860
|
+
"declaration": {
|
|
1861
|
+
"name": "ActionFormatterParams",
|
|
1862
|
+
"module": "src/cell-formatters/index.ts"
|
|
1863
|
+
}
|
|
1864
|
+
},
|
|
1865
|
+
{
|
|
1866
|
+
"kind": "js",
|
|
1867
|
+
"name": "actionFormatter",
|
|
1868
|
+
"declaration": {
|
|
1869
|
+
"name": "actionFormatter",
|
|
1870
|
+
"module": "src/cell-formatters/index.ts"
|
|
1871
|
+
}
|
|
1872
|
+
},
|
|
1873
|
+
{
|
|
1874
|
+
"kind": "js",
|
|
1875
|
+
"name": "ActionsMenuFormatterParams",
|
|
1876
|
+
"declaration": {
|
|
1877
|
+
"name": "ActionsMenuFormatterParams",
|
|
1878
|
+
"module": "src/cell-formatters/index.ts"
|
|
1879
|
+
}
|
|
1880
|
+
},
|
|
1881
|
+
{
|
|
1882
|
+
"kind": "js",
|
|
1883
|
+
"name": "actionsMenuFormatter",
|
|
1884
|
+
"declaration": {
|
|
1885
|
+
"name": "actionsMenuFormatter",
|
|
1886
|
+
"module": "src/cell-formatters/index.ts"
|
|
1887
|
+
}
|
|
1888
|
+
},
|
|
1889
|
+
{
|
|
1890
|
+
"kind": "js",
|
|
1891
|
+
"name": "BooleanFormatterParams",
|
|
1892
|
+
"declaration": {
|
|
1893
|
+
"name": "BooleanFormatterParams",
|
|
1894
|
+
"module": "src/cell-formatters/index.ts"
|
|
1895
|
+
}
|
|
1896
|
+
},
|
|
1897
|
+
{
|
|
1898
|
+
"kind": "js",
|
|
1899
|
+
"name": "booleanFormatter",
|
|
1900
|
+
"declaration": {
|
|
1901
|
+
"name": "booleanFormatter",
|
|
1902
|
+
"module": "src/cell-formatters/index.ts"
|
|
1903
|
+
}
|
|
1904
|
+
},
|
|
1905
|
+
{
|
|
1906
|
+
"kind": "js",
|
|
1907
|
+
"name": "EditableFormatterParams",
|
|
1908
|
+
"declaration": {
|
|
1909
|
+
"name": "EditableFormatterParams",
|
|
1910
|
+
"module": "src/cell-formatters/index.ts"
|
|
1911
|
+
}
|
|
1912
|
+
},
|
|
1913
|
+
{
|
|
1914
|
+
"kind": "js",
|
|
1915
|
+
"name": "editableFormatter",
|
|
1916
|
+
"declaration": {
|
|
1917
|
+
"name": "editableFormatter",
|
|
1918
|
+
"module": "src/cell-formatters/index.ts"
|
|
1919
|
+
}
|
|
1920
|
+
},
|
|
1921
|
+
{
|
|
1922
|
+
"kind": "js",
|
|
1923
|
+
"name": "SelectFormatterParams",
|
|
1924
|
+
"declaration": {
|
|
1925
|
+
"name": "SelectFormatterParams",
|
|
1926
|
+
"module": "src/cell-formatters/index.ts"
|
|
1927
|
+
}
|
|
1928
|
+
},
|
|
1929
|
+
{
|
|
1930
|
+
"kind": "js",
|
|
1931
|
+
"name": "selectFormatter",
|
|
1932
|
+
"declaration": {
|
|
1933
|
+
"name": "selectFormatter",
|
|
1934
|
+
"module": "src/cell-formatters/index.ts"
|
|
1935
|
+
}
|
|
1936
|
+
},
|
|
1937
|
+
{
|
|
1938
|
+
"kind": "js",
|
|
1939
|
+
"name": "TextFormatterParams",
|
|
1940
|
+
"declaration": {
|
|
1941
|
+
"name": "TextFormatterParams",
|
|
1942
|
+
"module": "src/cell-formatters/index.ts"
|
|
1943
|
+
}
|
|
1944
|
+
},
|
|
1945
|
+
{
|
|
1946
|
+
"kind": "js",
|
|
1947
|
+
"name": "textFormatter",
|
|
1948
|
+
"declaration": {
|
|
1949
|
+
"name": "textFormatter",
|
|
1950
|
+
"module": "src/cell-formatters/index.ts"
|
|
1951
|
+
}
|
|
1952
|
+
},
|
|
1953
|
+
{
|
|
1954
|
+
"kind": "js",
|
|
1955
|
+
"name": "formatters",
|
|
1956
|
+
"declaration": {
|
|
1957
|
+
"name": "formatters",
|
|
1958
|
+
"module": "src/cell-formatters/index.ts"
|
|
1959
|
+
}
|
|
1960
|
+
}
|
|
1961
|
+
]
|
|
1962
|
+
},
|
|
1963
|
+
{
|
|
1964
|
+
"kind": "javascript-module",
|
|
1965
|
+
"path": "src/cell-formatters/select.formatter.ts",
|
|
1966
|
+
"declarations": [
|
|
1967
|
+
{
|
|
1968
|
+
"kind": "function",
|
|
1969
|
+
"name": "selectFormatter",
|
|
1970
|
+
"return": {
|
|
1971
|
+
"type": {
|
|
1972
|
+
"text": ""
|
|
1973
|
+
}
|
|
1974
|
+
},
|
|
1975
|
+
"parameters": [
|
|
1976
|
+
{
|
|
1977
|
+
"name": "cell",
|
|
1978
|
+
"type": {
|
|
1979
|
+
"text": "any"
|
|
1980
|
+
},
|
|
1981
|
+
"description": "The cell component provided by Tabulator"
|
|
1982
|
+
},
|
|
1983
|
+
{
|
|
1984
|
+
"name": "formatterParams",
|
|
1985
|
+
"type": {
|
|
1986
|
+
"text": "SelectFormatterParams<T>"
|
|
1987
|
+
},
|
|
1988
|
+
"description": "Select formatter parameters"
|
|
1989
|
+
}
|
|
1990
|
+
],
|
|
1991
|
+
"description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
|
|
1992
|
+
"privacy": "public"
|
|
1993
|
+
}
|
|
1994
|
+
],
|
|
1995
|
+
"exports": [
|
|
1996
|
+
{
|
|
1997
|
+
"kind": "js",
|
|
1998
|
+
"name": "selectFormatter",
|
|
1999
|
+
"declaration": {
|
|
2000
|
+
"name": "selectFormatter",
|
|
2001
|
+
"module": "src/cell-formatters/select.formatter.ts"
|
|
2002
|
+
}
|
|
2003
|
+
}
|
|
2004
|
+
]
|
|
2005
|
+
},
|
|
2006
|
+
{
|
|
2007
|
+
"kind": "javascript-module",
|
|
2008
|
+
"path": "src/cell-formatters/text.formatter.ts",
|
|
2009
|
+
"declarations": [
|
|
2010
|
+
{
|
|
2011
|
+
"kind": "function",
|
|
2012
|
+
"name": "textFormatter",
|
|
2013
|
+
"return": {
|
|
2014
|
+
"type": {
|
|
2015
|
+
"text": ""
|
|
2016
|
+
}
|
|
2017
|
+
},
|
|
2018
|
+
"parameters": [
|
|
2019
|
+
{
|
|
2020
|
+
"name": "cell",
|
|
2021
|
+
"type": {
|
|
2022
|
+
"text": "any"
|
|
2023
|
+
},
|
|
2024
|
+
"description": "The cell component provided by Tabulator"
|
|
2025
|
+
},
|
|
2026
|
+
{
|
|
2027
|
+
"name": "formatterParams",
|
|
2028
|
+
"default": "{}",
|
|
2029
|
+
"type": {
|
|
2030
|
+
"text": "TextFormatterParams<T>"
|
|
2031
|
+
},
|
|
2032
|
+
"description": "Text formatter parameters"
|
|
2033
|
+
}
|
|
2034
|
+
],
|
|
2035
|
+
"description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
|
|
2036
|
+
"privacy": "public"
|
|
2037
|
+
}
|
|
2038
|
+
],
|
|
2039
|
+
"exports": [
|
|
2040
|
+
{
|
|
2041
|
+
"kind": "js",
|
|
2042
|
+
"name": "textFormatter",
|
|
2043
|
+
"declaration": {
|
|
2044
|
+
"name": "textFormatter",
|
|
2045
|
+
"module": "src/cell-formatters/text.formatter.ts"
|
|
2046
|
+
}
|
|
2047
|
+
}
|
|
2048
|
+
]
|
|
2049
|
+
},
|
|
1652
2050
|
{
|
|
1653
2051
|
"kind": "javascript-module",
|
|
1654
2052
|
"path": "src/cell-editors/date.editor.ts",
|
|
@@ -2868,468 +3266,70 @@
|
|
|
2868
3266
|
}
|
|
2869
3267
|
],
|
|
2870
3268
|
"superclass": {
|
|
2871
|
-
"name": "FoundationElement",
|
|
2872
|
-
"package": "@microsoft/fast-foundation"
|
|
2873
|
-
}
|
|
2874
|
-
},
|
|
2875
|
-
{
|
|
2876
|
-
"kind": "variable",
|
|
2877
|
-
"name": "stringEditorStyles",
|
|
2878
|
-
"default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
|
|
2879
|
-
"description": "Styles for the string editor"
|
|
2880
|
-
},
|
|
2881
|
-
{
|
|
2882
|
-
"kind": "function",
|
|
2883
|
-
"name": "getStringEditorTemplate",
|
|
2884
|
-
"parameters": [
|
|
2885
|
-
{
|
|
2886
|
-
"name": "prefix",
|
|
2887
|
-
"default": "'foundation'",
|
|
2888
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
2889
|
-
}
|
|
2890
|
-
],
|
|
2891
|
-
"description": "Get a Design System prefixed text field template.",
|
|
2892
|
-
"return": {
|
|
2893
|
-
"type": {
|
|
2894
|
-
"text": ""
|
|
2895
|
-
}
|
|
2896
|
-
}
|
|
2897
|
-
},
|
|
2898
|
-
{
|
|
2899
|
-
"kind": "variable",
|
|
2900
|
-
"name": "foundationStringEditor",
|
|
2901
|
-
"description": "Definition for the string editor component"
|
|
2902
|
-
}
|
|
2903
|
-
],
|
|
2904
|
-
"exports": [
|
|
2905
|
-
{
|
|
2906
|
-
"kind": "js",
|
|
2907
|
-
"name": "StringEditor",
|
|
2908
|
-
"declaration": {
|
|
2909
|
-
"name": "StringEditor",
|
|
2910
|
-
"module": "src/cell-editors/string.editor.ts"
|
|
2911
|
-
}
|
|
2912
|
-
},
|
|
2913
|
-
{
|
|
2914
|
-
"kind": "js",
|
|
2915
|
-
"name": "stringEditorStyles",
|
|
2916
|
-
"declaration": {
|
|
2917
|
-
"name": "stringEditorStyles",
|
|
2918
|
-
"module": "src/cell-editors/string.editor.ts"
|
|
2919
|
-
}
|
|
2920
|
-
},
|
|
2921
|
-
{
|
|
2922
|
-
"kind": "js",
|
|
2923
|
-
"name": "getStringEditorTemplate",
|
|
2924
|
-
"declaration": {
|
|
2925
|
-
"name": "getStringEditorTemplate",
|
|
2926
|
-
"module": "src/cell-editors/string.editor.ts"
|
|
2927
|
-
}
|
|
2928
|
-
},
|
|
2929
|
-
{
|
|
2930
|
-
"kind": "js",
|
|
2931
|
-
"name": "foundationStringEditor",
|
|
2932
|
-
"declaration": {
|
|
2933
|
-
"name": "foundationStringEditor",
|
|
2934
|
-
"module": "src/cell-editors/string.editor.ts"
|
|
2935
|
-
}
|
|
2936
|
-
}
|
|
2937
|
-
]
|
|
2938
|
-
},
|
|
2939
|
-
{
|
|
2940
|
-
"kind": "javascript-module",
|
|
2941
|
-
"path": "src/cell-formatters/action.formatter.ts",
|
|
2942
|
-
"declarations": [
|
|
2943
|
-
{
|
|
2944
|
-
"kind": "function",
|
|
2945
|
-
"name": "actionFormatter",
|
|
2946
|
-
"return": {
|
|
2947
|
-
"type": {
|
|
2948
|
-
"text": ""
|
|
2949
|
-
}
|
|
2950
|
-
},
|
|
2951
|
-
"parameters": [
|
|
2952
|
-
{
|
|
2953
|
-
"name": "cell",
|
|
2954
|
-
"type": {
|
|
2955
|
-
"text": "any"
|
|
2956
|
-
},
|
|
2957
|
-
"description": "The cell component provided by Tabulator"
|
|
2958
|
-
},
|
|
2959
|
-
{
|
|
2960
|
-
"name": "formatterParams",
|
|
2961
|
-
"default": "{}",
|
|
2962
|
-
"type": {
|
|
2963
|
-
"text": "ActionFormatterParams<T>"
|
|
2964
|
-
},
|
|
2965
|
-
"description": "Action formatter parameters"
|
|
2966
|
-
}
|
|
2967
|
-
],
|
|
2968
|
-
"description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
|
|
2969
|
-
"privacy": "public"
|
|
2970
|
-
}
|
|
2971
|
-
],
|
|
2972
|
-
"exports": [
|
|
2973
|
-
{
|
|
2974
|
-
"kind": "js",
|
|
2975
|
-
"name": "actionFormatter",
|
|
2976
|
-
"declaration": {
|
|
2977
|
-
"name": "actionFormatter",
|
|
2978
|
-
"module": "src/cell-formatters/action.formatter.ts"
|
|
2979
|
-
}
|
|
2980
|
-
}
|
|
2981
|
-
]
|
|
2982
|
-
},
|
|
2983
|
-
{
|
|
2984
|
-
"kind": "javascript-module",
|
|
2985
|
-
"path": "src/cell-formatters/actions-menu.formatter.ts",
|
|
2986
|
-
"declarations": [
|
|
2987
|
-
{
|
|
2988
|
-
"kind": "function",
|
|
2989
|
-
"name": "actionsMenuFormatter",
|
|
2990
|
-
"return": {
|
|
2991
|
-
"type": {
|
|
2992
|
-
"text": ""
|
|
2993
|
-
}
|
|
2994
|
-
},
|
|
2995
|
-
"parameters": [
|
|
2996
|
-
{
|
|
2997
|
-
"name": "cell",
|
|
2998
|
-
"type": {
|
|
2999
|
-
"text": "any"
|
|
3000
|
-
},
|
|
3001
|
-
"description": "The cell component provided by Tabulator"
|
|
3002
|
-
},
|
|
3003
|
-
{
|
|
3004
|
-
"name": "formatterParams",
|
|
3005
|
-
"default": "{}",
|
|
3006
|
-
"type": {
|
|
3007
|
-
"text": "ActionsMenuFormatterParams<T>"
|
|
3008
|
-
},
|
|
3009
|
-
"description": "Actions menu formatter parameters"
|
|
3010
|
-
}
|
|
3011
|
-
],
|
|
3012
|
-
"description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
|
|
3013
|
-
"privacy": "public"
|
|
3014
|
-
}
|
|
3015
|
-
],
|
|
3016
|
-
"exports": [
|
|
3017
|
-
{
|
|
3018
|
-
"kind": "js",
|
|
3019
|
-
"name": "actionsMenuFormatter",
|
|
3020
|
-
"declaration": {
|
|
3021
|
-
"name": "actionsMenuFormatter",
|
|
3022
|
-
"module": "src/cell-formatters/actions-menu.formatter.ts"
|
|
3023
|
-
}
|
|
3024
|
-
}
|
|
3025
|
-
]
|
|
3026
|
-
},
|
|
3027
|
-
{
|
|
3028
|
-
"kind": "javascript-module",
|
|
3029
|
-
"path": "src/cell-formatters/boolean.formatter.ts",
|
|
3030
|
-
"declarations": [
|
|
3031
|
-
{
|
|
3032
|
-
"kind": "function",
|
|
3033
|
-
"name": "booleanFormatter",
|
|
3034
|
-
"return": {
|
|
3035
|
-
"type": {
|
|
3036
|
-
"text": ""
|
|
3037
|
-
}
|
|
3038
|
-
},
|
|
3039
|
-
"parameters": [
|
|
3040
|
-
{
|
|
3041
|
-
"name": "cell",
|
|
3042
|
-
"type": {
|
|
3043
|
-
"text": "any"
|
|
3044
|
-
},
|
|
3045
|
-
"description": "The cell component provided by Tabulator"
|
|
3046
|
-
},
|
|
3047
|
-
{
|
|
3048
|
-
"name": "formatterParams",
|
|
3049
|
-
"default": "{}",
|
|
3050
|
-
"type": {
|
|
3051
|
-
"text": "BooleanFormatterParams<T>"
|
|
3052
|
-
},
|
|
3053
|
-
"description": "Boolean formatter parameters"
|
|
3054
|
-
}
|
|
3055
|
-
],
|
|
3056
|
-
"description": "Formatter that displays boolean values using a checkbox component.\nStyled to match grid-pro boolean renderer.",
|
|
3057
|
-
"privacy": "public"
|
|
3058
|
-
}
|
|
3059
|
-
],
|
|
3060
|
-
"exports": [
|
|
3061
|
-
{
|
|
3062
|
-
"kind": "js",
|
|
3063
|
-
"name": "booleanFormatter",
|
|
3064
|
-
"declaration": {
|
|
3065
|
-
"name": "booleanFormatter",
|
|
3066
|
-
"module": "src/cell-formatters/boolean.formatter.ts"
|
|
3067
|
-
}
|
|
3068
|
-
}
|
|
3069
|
-
]
|
|
3070
|
-
},
|
|
3071
|
-
{
|
|
3072
|
-
"kind": "javascript-module",
|
|
3073
|
-
"path": "src/cell-formatters/constants.ts",
|
|
3074
|
-
"declarations": [],
|
|
3075
|
-
"exports": []
|
|
3076
|
-
},
|
|
3077
|
-
{
|
|
3078
|
-
"kind": "javascript-module",
|
|
3079
|
-
"path": "src/cell-formatters/editable.formatter.ts",
|
|
3080
|
-
"declarations": [
|
|
3269
|
+
"name": "FoundationElement",
|
|
3270
|
+
"package": "@microsoft/fast-foundation"
|
|
3271
|
+
}
|
|
3272
|
+
},
|
|
3273
|
+
{
|
|
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
|
+
},
|
|
3081
3279
|
{
|
|
3082
3280
|
"kind": "function",
|
|
3083
|
-
"name": "
|
|
3084
|
-
"return": {
|
|
3085
|
-
"type": {
|
|
3086
|
-
"text": ""
|
|
3087
|
-
}
|
|
3088
|
-
},
|
|
3281
|
+
"name": "getStringEditorTemplate",
|
|
3089
3282
|
"parameters": [
|
|
3090
3283
|
{
|
|
3091
|
-
"name": "
|
|
3092
|
-
"
|
|
3093
|
-
|
|
3094
|
-
},
|
|
3095
|
-
"description": "The cell component provided by Tabulator"
|
|
3096
|
-
},
|
|
3097
|
-
{
|
|
3098
|
-
"name": "formatterParams",
|
|
3099
|
-
"default": "{}",
|
|
3100
|
-
"type": {
|
|
3101
|
-
"text": "EditableFormatterParams<T>"
|
|
3102
|
-
},
|
|
3103
|
-
"description": "Editable formatter parameters"
|
|
3284
|
+
"name": "prefix",
|
|
3285
|
+
"default": "'foundation'",
|
|
3286
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
3104
3287
|
}
|
|
3105
3288
|
],
|
|
3106
|
-
"description": "
|
|
3107
|
-
"
|
|
3108
|
-
|
|
3109
|
-
|
|
3110
|
-
|
|
3111
|
-
{
|
|
3112
|
-
"kind": "js",
|
|
3113
|
-
"name": "editableFormatter",
|
|
3114
|
-
"declaration": {
|
|
3115
|
-
"name": "editableFormatter",
|
|
3116
|
-
"module": "src/cell-formatters/editable.formatter.ts"
|
|
3289
|
+
"description": "Get a Design System prefixed text field template.",
|
|
3290
|
+
"return": {
|
|
3291
|
+
"type": {
|
|
3292
|
+
"text": ""
|
|
3293
|
+
}
|
|
3117
3294
|
}
|
|
3118
|
-
}
|
|
3119
|
-
]
|
|
3120
|
-
},
|
|
3121
|
-
{
|
|
3122
|
-
"kind": "javascript-module",
|
|
3123
|
-
"path": "src/cell-formatters/index.ts",
|
|
3124
|
-
"declarations": [
|
|
3295
|
+
},
|
|
3125
3296
|
{
|
|
3126
3297
|
"kind": "variable",
|
|
3127
|
-
"name": "
|
|
3128
|
-
"
|
|
3129
|
-
"text": "object"
|
|
3130
|
-
},
|
|
3131
|
-
"default": "{\n action: actionFormatter,\n actionsMenu: actionsMenuFormatter,\n boolean: booleanFormatter,\n editable: editableFormatter,\n select: selectFormatter,\n text: textFormatter,\n}",
|
|
3132
|
-
"description": "Zero formatters for Tabulator grid"
|
|
3298
|
+
"name": "foundationStringEditor",
|
|
3299
|
+
"description": "Definition for the string editor component"
|
|
3133
3300
|
}
|
|
3134
3301
|
],
|
|
3135
3302
|
"exports": [
|
|
3136
3303
|
{
|
|
3137
3304
|
"kind": "js",
|
|
3138
|
-
"name": "
|
|
3139
|
-
"declaration": {
|
|
3140
|
-
"name": "*",
|
|
3141
|
-
"package": "./constants"
|
|
3142
|
-
}
|
|
3143
|
-
},
|
|
3144
|
-
{
|
|
3145
|
-
"kind": "js",
|
|
3146
|
-
"name": "ActionFormatterParams",
|
|
3147
|
-
"declaration": {
|
|
3148
|
-
"name": "ActionFormatterParams",
|
|
3149
|
-
"module": "src/cell-formatters/index.ts"
|
|
3150
|
-
}
|
|
3151
|
-
},
|
|
3152
|
-
{
|
|
3153
|
-
"kind": "js",
|
|
3154
|
-
"name": "actionFormatter",
|
|
3155
|
-
"declaration": {
|
|
3156
|
-
"name": "actionFormatter",
|
|
3157
|
-
"module": "src/cell-formatters/index.ts"
|
|
3158
|
-
}
|
|
3159
|
-
},
|
|
3160
|
-
{
|
|
3161
|
-
"kind": "js",
|
|
3162
|
-
"name": "ActionsMenuFormatterParams",
|
|
3163
|
-
"declaration": {
|
|
3164
|
-
"name": "ActionsMenuFormatterParams",
|
|
3165
|
-
"module": "src/cell-formatters/index.ts"
|
|
3166
|
-
}
|
|
3167
|
-
},
|
|
3168
|
-
{
|
|
3169
|
-
"kind": "js",
|
|
3170
|
-
"name": "actionsMenuFormatter",
|
|
3171
|
-
"declaration": {
|
|
3172
|
-
"name": "actionsMenuFormatter",
|
|
3173
|
-
"module": "src/cell-formatters/index.ts"
|
|
3174
|
-
}
|
|
3175
|
-
},
|
|
3176
|
-
{
|
|
3177
|
-
"kind": "js",
|
|
3178
|
-
"name": "BooleanFormatterParams",
|
|
3179
|
-
"declaration": {
|
|
3180
|
-
"name": "BooleanFormatterParams",
|
|
3181
|
-
"module": "src/cell-formatters/index.ts"
|
|
3182
|
-
}
|
|
3183
|
-
},
|
|
3184
|
-
{
|
|
3185
|
-
"kind": "js",
|
|
3186
|
-
"name": "booleanFormatter",
|
|
3187
|
-
"declaration": {
|
|
3188
|
-
"name": "booleanFormatter",
|
|
3189
|
-
"module": "src/cell-formatters/index.ts"
|
|
3190
|
-
}
|
|
3191
|
-
},
|
|
3192
|
-
{
|
|
3193
|
-
"kind": "js",
|
|
3194
|
-
"name": "EditableFormatterParams",
|
|
3195
|
-
"declaration": {
|
|
3196
|
-
"name": "EditableFormatterParams",
|
|
3197
|
-
"module": "src/cell-formatters/index.ts"
|
|
3198
|
-
}
|
|
3199
|
-
},
|
|
3200
|
-
{
|
|
3201
|
-
"kind": "js",
|
|
3202
|
-
"name": "editableFormatter",
|
|
3203
|
-
"declaration": {
|
|
3204
|
-
"name": "editableFormatter",
|
|
3205
|
-
"module": "src/cell-formatters/index.ts"
|
|
3206
|
-
}
|
|
3207
|
-
},
|
|
3208
|
-
{
|
|
3209
|
-
"kind": "js",
|
|
3210
|
-
"name": "SelectFormatterParams",
|
|
3211
|
-
"declaration": {
|
|
3212
|
-
"name": "SelectFormatterParams",
|
|
3213
|
-
"module": "src/cell-formatters/index.ts"
|
|
3214
|
-
}
|
|
3215
|
-
},
|
|
3216
|
-
{
|
|
3217
|
-
"kind": "js",
|
|
3218
|
-
"name": "selectFormatter",
|
|
3305
|
+
"name": "StringEditor",
|
|
3219
3306
|
"declaration": {
|
|
3220
|
-
"name": "
|
|
3221
|
-
"module": "src/cell-
|
|
3307
|
+
"name": "StringEditor",
|
|
3308
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
3222
3309
|
}
|
|
3223
3310
|
},
|
|
3224
3311
|
{
|
|
3225
3312
|
"kind": "js",
|
|
3226
|
-
"name": "
|
|
3313
|
+
"name": "stringEditorStyles",
|
|
3227
3314
|
"declaration": {
|
|
3228
|
-
"name": "
|
|
3229
|
-
"module": "src/cell-
|
|
3315
|
+
"name": "stringEditorStyles",
|
|
3316
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
3230
3317
|
}
|
|
3231
3318
|
},
|
|
3232
3319
|
{
|
|
3233
3320
|
"kind": "js",
|
|
3234
|
-
"name": "
|
|
3321
|
+
"name": "getStringEditorTemplate",
|
|
3235
3322
|
"declaration": {
|
|
3236
|
-
"name": "
|
|
3237
|
-
"module": "src/cell-
|
|
3323
|
+
"name": "getStringEditorTemplate",
|
|
3324
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
3238
3325
|
}
|
|
3239
3326
|
},
|
|
3240
3327
|
{
|
|
3241
3328
|
"kind": "js",
|
|
3242
|
-
"name": "
|
|
3243
|
-
"declaration": {
|
|
3244
|
-
"name": "formatters",
|
|
3245
|
-
"module": "src/cell-formatters/index.ts"
|
|
3246
|
-
}
|
|
3247
|
-
}
|
|
3248
|
-
]
|
|
3249
|
-
},
|
|
3250
|
-
{
|
|
3251
|
-
"kind": "javascript-module",
|
|
3252
|
-
"path": "src/cell-formatters/select.formatter.ts",
|
|
3253
|
-
"declarations": [
|
|
3254
|
-
{
|
|
3255
|
-
"kind": "function",
|
|
3256
|
-
"name": "selectFormatter",
|
|
3257
|
-
"return": {
|
|
3258
|
-
"type": {
|
|
3259
|
-
"text": ""
|
|
3260
|
-
}
|
|
3261
|
-
},
|
|
3262
|
-
"parameters": [
|
|
3263
|
-
{
|
|
3264
|
-
"name": "cell",
|
|
3265
|
-
"type": {
|
|
3266
|
-
"text": "any"
|
|
3267
|
-
},
|
|
3268
|
-
"description": "The cell component provided by Tabulator"
|
|
3269
|
-
},
|
|
3270
|
-
{
|
|
3271
|
-
"name": "formatterParams",
|
|
3272
|
-
"type": {
|
|
3273
|
-
"text": "SelectFormatterParams<T>"
|
|
3274
|
-
},
|
|
3275
|
-
"description": "Select formatter parameters"
|
|
3276
|
-
}
|
|
3277
|
-
],
|
|
3278
|
-
"description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
|
|
3279
|
-
"privacy": "public"
|
|
3280
|
-
}
|
|
3281
|
-
],
|
|
3282
|
-
"exports": [
|
|
3283
|
-
{
|
|
3284
|
-
"kind": "js",
|
|
3285
|
-
"name": "selectFormatter",
|
|
3286
|
-
"declaration": {
|
|
3287
|
-
"name": "selectFormatter",
|
|
3288
|
-
"module": "src/cell-formatters/select.formatter.ts"
|
|
3289
|
-
}
|
|
3290
|
-
}
|
|
3291
|
-
]
|
|
3292
|
-
},
|
|
3293
|
-
{
|
|
3294
|
-
"kind": "javascript-module",
|
|
3295
|
-
"path": "src/cell-formatters/text.formatter.ts",
|
|
3296
|
-
"declarations": [
|
|
3297
|
-
{
|
|
3298
|
-
"kind": "function",
|
|
3299
|
-
"name": "textFormatter",
|
|
3300
|
-
"return": {
|
|
3301
|
-
"type": {
|
|
3302
|
-
"text": ""
|
|
3303
|
-
}
|
|
3304
|
-
},
|
|
3305
|
-
"parameters": [
|
|
3306
|
-
{
|
|
3307
|
-
"name": "cell",
|
|
3308
|
-
"type": {
|
|
3309
|
-
"text": "any"
|
|
3310
|
-
},
|
|
3311
|
-
"description": "The cell component provided by Tabulator"
|
|
3312
|
-
},
|
|
3313
|
-
{
|
|
3314
|
-
"name": "formatterParams",
|
|
3315
|
-
"default": "{}",
|
|
3316
|
-
"type": {
|
|
3317
|
-
"text": "TextFormatterParams<T>"
|
|
3318
|
-
},
|
|
3319
|
-
"description": "Text formatter parameters"
|
|
3320
|
-
}
|
|
3321
|
-
],
|
|
3322
|
-
"description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
|
|
3323
|
-
"privacy": "public"
|
|
3324
|
-
}
|
|
3325
|
-
],
|
|
3326
|
-
"exports": [
|
|
3327
|
-
{
|
|
3328
|
-
"kind": "js",
|
|
3329
|
-
"name": "textFormatter",
|
|
3329
|
+
"name": "foundationStringEditor",
|
|
3330
3330
|
"declaration": {
|
|
3331
|
-
"name": "
|
|
3332
|
-
"module": "src/cell-
|
|
3331
|
+
"name": "foundationStringEditor",
|
|
3332
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
3333
3333
|
}
|
|
3334
3334
|
}
|
|
3335
3335
|
]
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/grid-tabulator",
|
|
3
3
|
"description": "Genesis Foundation Grid Tabulator",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.371.0-FUI-2456.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -39,20 +39,20 @@
|
|
|
39
39
|
}
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@genesislcap/foundation-testing": "14.
|
|
43
|
-
"@genesislcap/genx": "14.
|
|
44
|
-
"@genesislcap/rollup-builder": "14.
|
|
45
|
-
"@genesislcap/ts-builder": "14.
|
|
46
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
47
|
-
"@genesislcap/vite-builder": "14.
|
|
48
|
-
"@genesislcap/webpack-builder": "14.
|
|
42
|
+
"@genesislcap/foundation-testing": "14.371.0-FUI-2456.1",
|
|
43
|
+
"@genesislcap/genx": "14.371.0-FUI-2456.1",
|
|
44
|
+
"@genesislcap/rollup-builder": "14.371.0-FUI-2456.1",
|
|
45
|
+
"@genesislcap/ts-builder": "14.371.0-FUI-2456.1",
|
|
46
|
+
"@genesislcap/uvu-playwright-builder": "14.371.0-FUI-2456.1",
|
|
47
|
+
"@genesislcap/vite-builder": "14.371.0-FUI-2456.1",
|
|
48
|
+
"@genesislcap/webpack-builder": "14.371.0-FUI-2456.1",
|
|
49
49
|
"@types/tabulator-tables": "6.2.6"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@genesislcap/foundation-comms": "14.
|
|
53
|
-
"@genesislcap/foundation-logger": "14.
|
|
54
|
-
"@genesislcap/foundation-ui": "14.
|
|
55
|
-
"@genesislcap/foundation-utils": "14.
|
|
52
|
+
"@genesislcap/foundation-comms": "14.371.0-FUI-2456.1",
|
|
53
|
+
"@genesislcap/foundation-logger": "14.371.0-FUI-2456.1",
|
|
54
|
+
"@genesislcap/foundation-ui": "14.371.0-FUI-2456.1",
|
|
55
|
+
"@genesislcap/foundation-utils": "14.371.0-FUI-2456.1",
|
|
56
56
|
"@microsoft/fast-colors": "5.3.1",
|
|
57
57
|
"@microsoft/fast-components": "2.30.6",
|
|
58
58
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"access": "public"
|
|
74
74
|
},
|
|
75
75
|
"customElements": "dist/custom-elements.json",
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "c3c009d8ba522f9a7cc445c623973248e5e26cf2"
|
|
77
77
|
}
|