@genesislcap/grid-tabulator 14.465.0 → 14.466.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.
- package/dist/custom-elements.json +440 -440
- package/package.json +13 -13
|
@@ -1655,404 +1655,6 @@
|
|
|
1655
1655
|
}
|
|
1656
1656
|
]
|
|
1657
1657
|
},
|
|
1658
|
-
{
|
|
1659
|
-
"kind": "javascript-module",
|
|
1660
|
-
"path": "src/cell-formatters/action.formatter.ts",
|
|
1661
|
-
"declarations": [
|
|
1662
|
-
{
|
|
1663
|
-
"kind": "function",
|
|
1664
|
-
"name": "actionFormatter",
|
|
1665
|
-
"return": {
|
|
1666
|
-
"type": {
|
|
1667
|
-
"text": ""
|
|
1668
|
-
}
|
|
1669
|
-
},
|
|
1670
|
-
"parameters": [
|
|
1671
|
-
{
|
|
1672
|
-
"name": "cell",
|
|
1673
|
-
"type": {
|
|
1674
|
-
"text": "any"
|
|
1675
|
-
},
|
|
1676
|
-
"description": "The cell component provided by Tabulator"
|
|
1677
|
-
},
|
|
1678
|
-
{
|
|
1679
|
-
"name": "formatterParams",
|
|
1680
|
-
"default": "{}",
|
|
1681
|
-
"type": {
|
|
1682
|
-
"text": "ActionFormatterParams<T>"
|
|
1683
|
-
},
|
|
1684
|
-
"description": "Action formatter parameters"
|
|
1685
|
-
}
|
|
1686
|
-
],
|
|
1687
|
-
"description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
|
|
1688
|
-
"privacy": "public"
|
|
1689
|
-
}
|
|
1690
|
-
],
|
|
1691
|
-
"exports": [
|
|
1692
|
-
{
|
|
1693
|
-
"kind": "js",
|
|
1694
|
-
"name": "actionFormatter",
|
|
1695
|
-
"declaration": {
|
|
1696
|
-
"name": "actionFormatter",
|
|
1697
|
-
"module": "src/cell-formatters/action.formatter.ts"
|
|
1698
|
-
}
|
|
1699
|
-
}
|
|
1700
|
-
]
|
|
1701
|
-
},
|
|
1702
|
-
{
|
|
1703
|
-
"kind": "javascript-module",
|
|
1704
|
-
"path": "src/cell-formatters/actions-menu.formatter.ts",
|
|
1705
|
-
"declarations": [
|
|
1706
|
-
{
|
|
1707
|
-
"kind": "function",
|
|
1708
|
-
"name": "actionsMenuFormatter",
|
|
1709
|
-
"return": {
|
|
1710
|
-
"type": {
|
|
1711
|
-
"text": ""
|
|
1712
|
-
}
|
|
1713
|
-
},
|
|
1714
|
-
"parameters": [
|
|
1715
|
-
{
|
|
1716
|
-
"name": "cell",
|
|
1717
|
-
"type": {
|
|
1718
|
-
"text": "any"
|
|
1719
|
-
},
|
|
1720
|
-
"description": "The cell component provided by Tabulator"
|
|
1721
|
-
},
|
|
1722
|
-
{
|
|
1723
|
-
"name": "formatterParams",
|
|
1724
|
-
"default": "{}",
|
|
1725
|
-
"type": {
|
|
1726
|
-
"text": "ActionsMenuFormatterParams<T>"
|
|
1727
|
-
},
|
|
1728
|
-
"description": "Actions menu formatter parameters"
|
|
1729
|
-
}
|
|
1730
|
-
],
|
|
1731
|
-
"description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
|
|
1732
|
-
"privacy": "public"
|
|
1733
|
-
}
|
|
1734
|
-
],
|
|
1735
|
-
"exports": [
|
|
1736
|
-
{
|
|
1737
|
-
"kind": "js",
|
|
1738
|
-
"name": "actionsMenuFormatter",
|
|
1739
|
-
"declaration": {
|
|
1740
|
-
"name": "actionsMenuFormatter",
|
|
1741
|
-
"module": "src/cell-formatters/actions-menu.formatter.ts"
|
|
1742
|
-
}
|
|
1743
|
-
}
|
|
1744
|
-
]
|
|
1745
|
-
},
|
|
1746
|
-
{
|
|
1747
|
-
"kind": "javascript-module",
|
|
1748
|
-
"path": "src/cell-formatters/boolean.formatter.ts",
|
|
1749
|
-
"declarations": [
|
|
1750
|
-
{
|
|
1751
|
-
"kind": "function",
|
|
1752
|
-
"name": "booleanFormatter",
|
|
1753
|
-
"return": {
|
|
1754
|
-
"type": {
|
|
1755
|
-
"text": ""
|
|
1756
|
-
}
|
|
1757
|
-
},
|
|
1758
|
-
"parameters": [
|
|
1759
|
-
{
|
|
1760
|
-
"name": "cell",
|
|
1761
|
-
"type": {
|
|
1762
|
-
"text": "any"
|
|
1763
|
-
},
|
|
1764
|
-
"description": "The cell component provided by Tabulator"
|
|
1765
|
-
},
|
|
1766
|
-
{
|
|
1767
|
-
"name": "formatterParams",
|
|
1768
|
-
"default": "{}",
|
|
1769
|
-
"type": {
|
|
1770
|
-
"text": "BooleanFormatterParams<T>"
|
|
1771
|
-
},
|
|
1772
|
-
"description": "Boolean formatter parameters"
|
|
1773
|
-
}
|
|
1774
|
-
],
|
|
1775
|
-
"description": "Formatter that displays boolean values using a checkbox component.\nStyled to match grid-pro boolean renderer.",
|
|
1776
|
-
"privacy": "public"
|
|
1777
|
-
}
|
|
1778
|
-
],
|
|
1779
|
-
"exports": [
|
|
1780
|
-
{
|
|
1781
|
-
"kind": "js",
|
|
1782
|
-
"name": "booleanFormatter",
|
|
1783
|
-
"declaration": {
|
|
1784
|
-
"name": "booleanFormatter",
|
|
1785
|
-
"module": "src/cell-formatters/boolean.formatter.ts"
|
|
1786
|
-
}
|
|
1787
|
-
}
|
|
1788
|
-
]
|
|
1789
|
-
},
|
|
1790
|
-
{
|
|
1791
|
-
"kind": "javascript-module",
|
|
1792
|
-
"path": "src/cell-formatters/constants.ts",
|
|
1793
|
-
"declarations": [],
|
|
1794
|
-
"exports": []
|
|
1795
|
-
},
|
|
1796
|
-
{
|
|
1797
|
-
"kind": "javascript-module",
|
|
1798
|
-
"path": "src/cell-formatters/editable.formatter.ts",
|
|
1799
|
-
"declarations": [
|
|
1800
|
-
{
|
|
1801
|
-
"kind": "function",
|
|
1802
|
-
"name": "editableFormatter",
|
|
1803
|
-
"return": {
|
|
1804
|
-
"type": {
|
|
1805
|
-
"text": ""
|
|
1806
|
-
}
|
|
1807
|
-
},
|
|
1808
|
-
"parameters": [
|
|
1809
|
-
{
|
|
1810
|
-
"name": "cell",
|
|
1811
|
-
"type": {
|
|
1812
|
-
"text": "any"
|
|
1813
|
-
},
|
|
1814
|
-
"description": "The cell component provided by Tabulator"
|
|
1815
|
-
},
|
|
1816
|
-
{
|
|
1817
|
-
"name": "formatterParams",
|
|
1818
|
-
"default": "{}",
|
|
1819
|
-
"type": {
|
|
1820
|
-
"text": "EditableFormatterParams<T>"
|
|
1821
|
-
},
|
|
1822
|
-
"description": "Editable formatter parameters"
|
|
1823
|
-
}
|
|
1824
|
-
],
|
|
1825
|
-
"description": "Formatter that displays an editable cell with validation state",
|
|
1826
|
-
"privacy": "public"
|
|
1827
|
-
}
|
|
1828
|
-
],
|
|
1829
|
-
"exports": [
|
|
1830
|
-
{
|
|
1831
|
-
"kind": "js",
|
|
1832
|
-
"name": "editableFormatter",
|
|
1833
|
-
"declaration": {
|
|
1834
|
-
"name": "editableFormatter",
|
|
1835
|
-
"module": "src/cell-formatters/editable.formatter.ts"
|
|
1836
|
-
}
|
|
1837
|
-
}
|
|
1838
|
-
]
|
|
1839
|
-
},
|
|
1840
|
-
{
|
|
1841
|
-
"kind": "javascript-module",
|
|
1842
|
-
"path": "src/cell-formatters/index.ts",
|
|
1843
|
-
"declarations": [
|
|
1844
|
-
{
|
|
1845
|
-
"kind": "variable",
|
|
1846
|
-
"name": "formatters",
|
|
1847
|
-
"type": {
|
|
1848
|
-
"text": "object"
|
|
1849
|
-
},
|
|
1850
|
-
"default": "{\n action: actionFormatter,\n actionsMenu: actionsMenuFormatter,\n boolean: booleanFormatter,\n editable: editableFormatter,\n select: selectFormatter,\n text: textFormatter,\n}",
|
|
1851
|
-
"description": "Zero formatters for Tabulator grid"
|
|
1852
|
-
}
|
|
1853
|
-
],
|
|
1854
|
-
"exports": [
|
|
1855
|
-
{
|
|
1856
|
-
"kind": "js",
|
|
1857
|
-
"name": "*",
|
|
1858
|
-
"declaration": {
|
|
1859
|
-
"name": "*",
|
|
1860
|
-
"package": "./constants"
|
|
1861
|
-
}
|
|
1862
|
-
},
|
|
1863
|
-
{
|
|
1864
|
-
"kind": "js",
|
|
1865
|
-
"name": "ActionFormatterParams",
|
|
1866
|
-
"declaration": {
|
|
1867
|
-
"name": "ActionFormatterParams",
|
|
1868
|
-
"module": "src/cell-formatters/index.ts"
|
|
1869
|
-
}
|
|
1870
|
-
},
|
|
1871
|
-
{
|
|
1872
|
-
"kind": "js",
|
|
1873
|
-
"name": "actionFormatter",
|
|
1874
|
-
"declaration": {
|
|
1875
|
-
"name": "actionFormatter",
|
|
1876
|
-
"module": "src/cell-formatters/index.ts"
|
|
1877
|
-
}
|
|
1878
|
-
},
|
|
1879
|
-
{
|
|
1880
|
-
"kind": "js",
|
|
1881
|
-
"name": "ActionsMenuFormatterParams",
|
|
1882
|
-
"declaration": {
|
|
1883
|
-
"name": "ActionsMenuFormatterParams",
|
|
1884
|
-
"module": "src/cell-formatters/index.ts"
|
|
1885
|
-
}
|
|
1886
|
-
},
|
|
1887
|
-
{
|
|
1888
|
-
"kind": "js",
|
|
1889
|
-
"name": "actionsMenuFormatter",
|
|
1890
|
-
"declaration": {
|
|
1891
|
-
"name": "actionsMenuFormatter",
|
|
1892
|
-
"module": "src/cell-formatters/index.ts"
|
|
1893
|
-
}
|
|
1894
|
-
},
|
|
1895
|
-
{
|
|
1896
|
-
"kind": "js",
|
|
1897
|
-
"name": "BooleanFormatterParams",
|
|
1898
|
-
"declaration": {
|
|
1899
|
-
"name": "BooleanFormatterParams",
|
|
1900
|
-
"module": "src/cell-formatters/index.ts"
|
|
1901
|
-
}
|
|
1902
|
-
},
|
|
1903
|
-
{
|
|
1904
|
-
"kind": "js",
|
|
1905
|
-
"name": "booleanFormatter",
|
|
1906
|
-
"declaration": {
|
|
1907
|
-
"name": "booleanFormatter",
|
|
1908
|
-
"module": "src/cell-formatters/index.ts"
|
|
1909
|
-
}
|
|
1910
|
-
},
|
|
1911
|
-
{
|
|
1912
|
-
"kind": "js",
|
|
1913
|
-
"name": "EditableFormatterParams",
|
|
1914
|
-
"declaration": {
|
|
1915
|
-
"name": "EditableFormatterParams",
|
|
1916
|
-
"module": "src/cell-formatters/index.ts"
|
|
1917
|
-
}
|
|
1918
|
-
},
|
|
1919
|
-
{
|
|
1920
|
-
"kind": "js",
|
|
1921
|
-
"name": "editableFormatter",
|
|
1922
|
-
"declaration": {
|
|
1923
|
-
"name": "editableFormatter",
|
|
1924
|
-
"module": "src/cell-formatters/index.ts"
|
|
1925
|
-
}
|
|
1926
|
-
},
|
|
1927
|
-
{
|
|
1928
|
-
"kind": "js",
|
|
1929
|
-
"name": "SelectFormatterParams",
|
|
1930
|
-
"declaration": {
|
|
1931
|
-
"name": "SelectFormatterParams",
|
|
1932
|
-
"module": "src/cell-formatters/index.ts"
|
|
1933
|
-
}
|
|
1934
|
-
},
|
|
1935
|
-
{
|
|
1936
|
-
"kind": "js",
|
|
1937
|
-
"name": "selectFormatter",
|
|
1938
|
-
"declaration": {
|
|
1939
|
-
"name": "selectFormatter",
|
|
1940
|
-
"module": "src/cell-formatters/index.ts"
|
|
1941
|
-
}
|
|
1942
|
-
},
|
|
1943
|
-
{
|
|
1944
|
-
"kind": "js",
|
|
1945
|
-
"name": "TextFormatterParams",
|
|
1946
|
-
"declaration": {
|
|
1947
|
-
"name": "TextFormatterParams",
|
|
1948
|
-
"module": "src/cell-formatters/index.ts"
|
|
1949
|
-
}
|
|
1950
|
-
},
|
|
1951
|
-
{
|
|
1952
|
-
"kind": "js",
|
|
1953
|
-
"name": "textFormatter",
|
|
1954
|
-
"declaration": {
|
|
1955
|
-
"name": "textFormatter",
|
|
1956
|
-
"module": "src/cell-formatters/index.ts"
|
|
1957
|
-
}
|
|
1958
|
-
},
|
|
1959
|
-
{
|
|
1960
|
-
"kind": "js",
|
|
1961
|
-
"name": "formatters",
|
|
1962
|
-
"declaration": {
|
|
1963
|
-
"name": "formatters",
|
|
1964
|
-
"module": "src/cell-formatters/index.ts"
|
|
1965
|
-
}
|
|
1966
|
-
}
|
|
1967
|
-
]
|
|
1968
|
-
},
|
|
1969
|
-
{
|
|
1970
|
-
"kind": "javascript-module",
|
|
1971
|
-
"path": "src/cell-formatters/select.formatter.ts",
|
|
1972
|
-
"declarations": [
|
|
1973
|
-
{
|
|
1974
|
-
"kind": "function",
|
|
1975
|
-
"name": "selectFormatter",
|
|
1976
|
-
"return": {
|
|
1977
|
-
"type": {
|
|
1978
|
-
"text": ""
|
|
1979
|
-
}
|
|
1980
|
-
},
|
|
1981
|
-
"parameters": [
|
|
1982
|
-
{
|
|
1983
|
-
"name": "cell",
|
|
1984
|
-
"type": {
|
|
1985
|
-
"text": "any"
|
|
1986
|
-
},
|
|
1987
|
-
"description": "The cell component provided by Tabulator"
|
|
1988
|
-
},
|
|
1989
|
-
{
|
|
1990
|
-
"name": "formatterParams",
|
|
1991
|
-
"type": {
|
|
1992
|
-
"text": "SelectFormatterParams<T>"
|
|
1993
|
-
},
|
|
1994
|
-
"description": "Select formatter parameters"
|
|
1995
|
-
}
|
|
1996
|
-
],
|
|
1997
|
-
"description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
|
|
1998
|
-
"privacy": "public"
|
|
1999
|
-
}
|
|
2000
|
-
],
|
|
2001
|
-
"exports": [
|
|
2002
|
-
{
|
|
2003
|
-
"kind": "js",
|
|
2004
|
-
"name": "selectFormatter",
|
|
2005
|
-
"declaration": {
|
|
2006
|
-
"name": "selectFormatter",
|
|
2007
|
-
"module": "src/cell-formatters/select.formatter.ts"
|
|
2008
|
-
}
|
|
2009
|
-
}
|
|
2010
|
-
]
|
|
2011
|
-
},
|
|
2012
|
-
{
|
|
2013
|
-
"kind": "javascript-module",
|
|
2014
|
-
"path": "src/cell-formatters/text.formatter.ts",
|
|
2015
|
-
"declarations": [
|
|
2016
|
-
{
|
|
2017
|
-
"kind": "function",
|
|
2018
|
-
"name": "textFormatter",
|
|
2019
|
-
"return": {
|
|
2020
|
-
"type": {
|
|
2021
|
-
"text": ""
|
|
2022
|
-
}
|
|
2023
|
-
},
|
|
2024
|
-
"parameters": [
|
|
2025
|
-
{
|
|
2026
|
-
"name": "cell",
|
|
2027
|
-
"type": {
|
|
2028
|
-
"text": "any"
|
|
2029
|
-
},
|
|
2030
|
-
"description": "The cell component provided by Tabulator"
|
|
2031
|
-
},
|
|
2032
|
-
{
|
|
2033
|
-
"name": "formatterParams",
|
|
2034
|
-
"default": "{}",
|
|
2035
|
-
"type": {
|
|
2036
|
-
"text": "TextFormatterParams<T>"
|
|
2037
|
-
},
|
|
2038
|
-
"description": "Text formatter parameters"
|
|
2039
|
-
}
|
|
2040
|
-
],
|
|
2041
|
-
"description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
|
|
2042
|
-
"privacy": "public"
|
|
2043
|
-
}
|
|
2044
|
-
],
|
|
2045
|
-
"exports": [
|
|
2046
|
-
{
|
|
2047
|
-
"kind": "js",
|
|
2048
|
-
"name": "textFormatter",
|
|
2049
|
-
"declaration": {
|
|
2050
|
-
"name": "textFormatter",
|
|
2051
|
-
"module": "src/cell-formatters/text.formatter.ts"
|
|
2052
|
-
}
|
|
2053
|
-
}
|
|
2054
|
-
]
|
|
2055
|
-
},
|
|
2056
1658
|
{
|
|
2057
1659
|
"kind": "javascript-module",
|
|
2058
1660
|
"path": "src/cell-editors/date.editor.ts",
|
|
@@ -4463,87 +4065,485 @@
|
|
|
4463
4065
|
"fieldName": "rowIdAttr"
|
|
4464
4066
|
},
|
|
4465
4067
|
{
|
|
4466
|
-
"name": "restart-on-reconnection",
|
|
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": [
|
|
4304
|
+
{
|
|
4305
|
+
"name": "cell",
|
|
4467
4306
|
"type": {
|
|
4468
|
-
"text": "
|
|
4307
|
+
"text": "any"
|
|
4469
4308
|
},
|
|
4470
|
-
"
|
|
4471
|
-
"fieldName": "restartOnReconnection"
|
|
4309
|
+
"description": "The cell component provided by Tabulator"
|
|
4472
4310
|
},
|
|
4473
4311
|
{
|
|
4474
|
-
"name": "
|
|
4312
|
+
"name": "formatterParams",
|
|
4313
|
+
"default": "{}",
|
|
4475
4314
|
"type": {
|
|
4476
|
-
"text": "
|
|
4315
|
+
"text": "EditableFormatterParams<T>"
|
|
4477
4316
|
},
|
|
4478
|
-
"
|
|
4479
|
-
"description": "Whether to keep column definitions when clearing row data",
|
|
4480
|
-
"fieldName": "keepColDefsOnClearRowData"
|
|
4481
|
-
}
|
|
4482
|
-
],
|
|
4483
|
-
"mixins": [
|
|
4484
|
-
{
|
|
4485
|
-
"name": "LifecycleMixin",
|
|
4486
|
-
"package": "@genesislcap/foundation-utils"
|
|
4487
|
-
},
|
|
4488
|
-
{
|
|
4489
|
-
"name": "DatasourceEventHandler",
|
|
4490
|
-
"package": "@genesislcap/foundation-comms"
|
|
4317
|
+
"description": "Editable formatter parameters"
|
|
4491
4318
|
}
|
|
4492
4319
|
],
|
|
4493
|
-
"
|
|
4494
|
-
|
|
4495
|
-
|
|
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"
|
|
4496
4344
|
},
|
|
4497
|
-
"
|
|
4498
|
-
"
|
|
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"
|
|
4499
4347
|
}
|
|
4500
4348
|
],
|
|
4501
4349
|
"exports": [
|
|
4502
4350
|
{
|
|
4503
4351
|
"kind": "js",
|
|
4504
|
-
"name": "
|
|
4352
|
+
"name": "*",
|
|
4505
4353
|
"declaration": {
|
|
4506
|
-
"name": "
|
|
4507
|
-
"
|
|
4354
|
+
"name": "*",
|
|
4355
|
+
"package": "./constants"
|
|
4508
4356
|
}
|
|
4509
4357
|
},
|
|
4510
4358
|
{
|
|
4511
4359
|
"kind": "js",
|
|
4512
|
-
"name": "
|
|
4360
|
+
"name": "ActionFormatterParams",
|
|
4513
4361
|
"declaration": {
|
|
4514
|
-
"name": "
|
|
4515
|
-
"module": "src/
|
|
4362
|
+
"name": "ActionFormatterParams",
|
|
4363
|
+
"module": "src/cell-formatters/index.ts"
|
|
4516
4364
|
}
|
|
4517
4365
|
},
|
|
4518
4366
|
{
|
|
4519
4367
|
"kind": "js",
|
|
4520
|
-
"name": "
|
|
4368
|
+
"name": "actionFormatter",
|
|
4521
4369
|
"declaration": {
|
|
4522
|
-
"name": "
|
|
4523
|
-
"module": "src/
|
|
4370
|
+
"name": "actionFormatter",
|
|
4371
|
+
"module": "src/cell-formatters/index.ts"
|
|
4524
4372
|
}
|
|
4525
4373
|
},
|
|
4526
4374
|
{
|
|
4527
|
-
"kind": "
|
|
4528
|
-
"name": "
|
|
4375
|
+
"kind": "js",
|
|
4376
|
+
"name": "ActionsMenuFormatterParams",
|
|
4529
4377
|
"declaration": {
|
|
4530
|
-
"name": "
|
|
4531
|
-
"module": "src/
|
|
4378
|
+
"name": "ActionsMenuFormatterParams",
|
|
4379
|
+
"module": "src/cell-formatters/index.ts"
|
|
4380
|
+
}
|
|
4381
|
+
},
|
|
4382
|
+
{
|
|
4383
|
+
"kind": "js",
|
|
4384
|
+
"name": "actionsMenuFormatter",
|
|
4385
|
+
"declaration": {
|
|
4386
|
+
"name": "actionsMenuFormatter",
|
|
4387
|
+
"module": "src/cell-formatters/index.ts"
|
|
4388
|
+
}
|
|
4389
|
+
},
|
|
4390
|
+
{
|
|
4391
|
+
"kind": "js",
|
|
4392
|
+
"name": "BooleanFormatterParams",
|
|
4393
|
+
"declaration": {
|
|
4394
|
+
"name": "BooleanFormatterParams",
|
|
4395
|
+
"module": "src/cell-formatters/index.ts"
|
|
4396
|
+
}
|
|
4397
|
+
},
|
|
4398
|
+
{
|
|
4399
|
+
"kind": "js",
|
|
4400
|
+
"name": "booleanFormatter",
|
|
4401
|
+
"declaration": {
|
|
4402
|
+
"name": "booleanFormatter",
|
|
4403
|
+
"module": "src/cell-formatters/index.ts"
|
|
4404
|
+
}
|
|
4405
|
+
},
|
|
4406
|
+
{
|
|
4407
|
+
"kind": "js",
|
|
4408
|
+
"name": "EditableFormatterParams",
|
|
4409
|
+
"declaration": {
|
|
4410
|
+
"name": "EditableFormatterParams",
|
|
4411
|
+
"module": "src/cell-formatters/index.ts"
|
|
4412
|
+
}
|
|
4413
|
+
},
|
|
4414
|
+
{
|
|
4415
|
+
"kind": "js",
|
|
4416
|
+
"name": "editableFormatter",
|
|
4417
|
+
"declaration": {
|
|
4418
|
+
"name": "editableFormatter",
|
|
4419
|
+
"module": "src/cell-formatters/index.ts"
|
|
4420
|
+
}
|
|
4421
|
+
},
|
|
4422
|
+
{
|
|
4423
|
+
"kind": "js",
|
|
4424
|
+
"name": "SelectFormatterParams",
|
|
4425
|
+
"declaration": {
|
|
4426
|
+
"name": "SelectFormatterParams",
|
|
4427
|
+
"module": "src/cell-formatters/index.ts"
|
|
4428
|
+
}
|
|
4429
|
+
},
|
|
4430
|
+
{
|
|
4431
|
+
"kind": "js",
|
|
4432
|
+
"name": "selectFormatter",
|
|
4433
|
+
"declaration": {
|
|
4434
|
+
"name": "selectFormatter",
|
|
4435
|
+
"module": "src/cell-formatters/index.ts"
|
|
4436
|
+
}
|
|
4437
|
+
},
|
|
4438
|
+
{
|
|
4439
|
+
"kind": "js",
|
|
4440
|
+
"name": "TextFormatterParams",
|
|
4441
|
+
"declaration": {
|
|
4442
|
+
"name": "TextFormatterParams",
|
|
4443
|
+
"module": "src/cell-formatters/index.ts"
|
|
4444
|
+
}
|
|
4445
|
+
},
|
|
4446
|
+
{
|
|
4447
|
+
"kind": "js",
|
|
4448
|
+
"name": "textFormatter",
|
|
4449
|
+
"declaration": {
|
|
4450
|
+
"name": "textFormatter",
|
|
4451
|
+
"module": "src/cell-formatters/index.ts"
|
|
4452
|
+
}
|
|
4453
|
+
},
|
|
4454
|
+
{
|
|
4455
|
+
"kind": "js",
|
|
4456
|
+
"name": "formatters",
|
|
4457
|
+
"declaration": {
|
|
4458
|
+
"name": "formatters",
|
|
4459
|
+
"module": "src/cell-formatters/index.ts"
|
|
4532
4460
|
}
|
|
4533
4461
|
}
|
|
4534
4462
|
]
|
|
4535
4463
|
},
|
|
4536
4464
|
{
|
|
4537
4465
|
"kind": "javascript-module",
|
|
4538
|
-
"path": "src/
|
|
4539
|
-
"declarations": [
|
|
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
|
+
],
|
|
4540
4496
|
"exports": [
|
|
4541
4497
|
{
|
|
4542
4498
|
"kind": "js",
|
|
4543
|
-
"name": "
|
|
4499
|
+
"name": "selectFormatter",
|
|
4544
4500
|
"declaration": {
|
|
4545
|
-
"name": "
|
|
4546
|
-
"
|
|
4501
|
+
"name": "selectFormatter",
|
|
4502
|
+
"module": "src/cell-formatters/select.formatter.ts"
|
|
4503
|
+
}
|
|
4504
|
+
}
|
|
4505
|
+
]
|
|
4506
|
+
},
|
|
4507
|
+
{
|
|
4508
|
+
"kind": "javascript-module",
|
|
4509
|
+
"path": "src/cell-formatters/text.formatter.ts",
|
|
4510
|
+
"declarations": [
|
|
4511
|
+
{
|
|
4512
|
+
"kind": "function",
|
|
4513
|
+
"name": "textFormatter",
|
|
4514
|
+
"return": {
|
|
4515
|
+
"type": {
|
|
4516
|
+
"text": ""
|
|
4517
|
+
}
|
|
4518
|
+
},
|
|
4519
|
+
"parameters": [
|
|
4520
|
+
{
|
|
4521
|
+
"name": "cell",
|
|
4522
|
+
"type": {
|
|
4523
|
+
"text": "any"
|
|
4524
|
+
},
|
|
4525
|
+
"description": "The cell component provided by Tabulator"
|
|
4526
|
+
},
|
|
4527
|
+
{
|
|
4528
|
+
"name": "formatterParams",
|
|
4529
|
+
"default": "{}",
|
|
4530
|
+
"type": {
|
|
4531
|
+
"text": "TextFormatterParams<T>"
|
|
4532
|
+
},
|
|
4533
|
+
"description": "Text formatter parameters"
|
|
4534
|
+
}
|
|
4535
|
+
],
|
|
4536
|
+
"description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
|
|
4537
|
+
"privacy": "public"
|
|
4538
|
+
}
|
|
4539
|
+
],
|
|
4540
|
+
"exports": [
|
|
4541
|
+
{
|
|
4542
|
+
"kind": "js",
|
|
4543
|
+
"name": "textFormatter",
|
|
4544
|
+
"declaration": {
|
|
4545
|
+
"name": "textFormatter",
|
|
4546
|
+
"module": "src/cell-formatters/text.formatter.ts"
|
|
4547
4547
|
}
|
|
4548
4548
|
}
|
|
4549
4549
|
]
|
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.466.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -41,20 +41,20 @@
|
|
|
41
41
|
}
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@genesislcap/foundation-testing": "14.
|
|
45
|
-
"@genesislcap/genx": "14.
|
|
46
|
-
"@genesislcap/rollup-builder": "14.
|
|
47
|
-
"@genesislcap/ts-builder": "14.
|
|
48
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
49
|
-
"@genesislcap/vite-builder": "14.
|
|
50
|
-
"@genesislcap/webpack-builder": "14.
|
|
44
|
+
"@genesislcap/foundation-testing": "14.466.0",
|
|
45
|
+
"@genesislcap/genx": "14.466.0",
|
|
46
|
+
"@genesislcap/rollup-builder": "14.466.0",
|
|
47
|
+
"@genesislcap/ts-builder": "14.466.0",
|
|
48
|
+
"@genesislcap/uvu-playwright-builder": "14.466.0",
|
|
49
|
+
"@genesislcap/vite-builder": "14.466.0",
|
|
50
|
+
"@genesislcap/webpack-builder": "14.466.0",
|
|
51
51
|
"@types/tabulator-tables": "6.2.6"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@genesislcap/foundation-comms": "14.
|
|
55
|
-
"@genesislcap/foundation-logger": "14.
|
|
56
|
-
"@genesislcap/foundation-ui": "14.
|
|
57
|
-
"@genesislcap/foundation-utils": "14.
|
|
54
|
+
"@genesislcap/foundation-comms": "14.466.0",
|
|
55
|
+
"@genesislcap/foundation-logger": "14.466.0",
|
|
56
|
+
"@genesislcap/foundation-ui": "14.466.0",
|
|
57
|
+
"@genesislcap/foundation-utils": "14.466.0",
|
|
58
58
|
"@microsoft/fast-colors": "5.3.1",
|
|
59
59
|
"@microsoft/fast-components": "2.30.6",
|
|
60
60
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -86,5 +86,5 @@
|
|
|
86
86
|
"require": "./dist/react.cjs"
|
|
87
87
|
}
|
|
88
88
|
},
|
|
89
|
-
"gitHead": "
|
|
89
|
+
"gitHead": "a0ced1e97a07712305acd5675461d5f9273c8e51"
|
|
90
90
|
}
|