@genesislcap/grid-pro 14.199.2 → 14.200.0-FUI-2127.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +344 -344
- package/package.json +13 -13
|
@@ -1680,59 +1680,56 @@
|
|
|
1680
1680
|
},
|
|
1681
1681
|
{
|
|
1682
1682
|
"kind": "javascript-module",
|
|
1683
|
-
"path": "src/cell/
|
|
1684
|
-
"declarations": [
|
|
1685
|
-
{
|
|
1686
|
-
"kind": "variable",
|
|
1687
|
-
"name": "CellTemplate",
|
|
1688
|
-
"default": "html<GridProCell>`\n <template>\n <slot ${slotted('slottedRenderer')} @slotchange=\"${(x) => x.slottedAgRendererChanged()}\"></slot>\n </template>\n`",
|
|
1689
|
-
"description": "The Grid Pro Cell Template.",
|
|
1690
|
-
"privacy": "public"
|
|
1691
|
-
}
|
|
1692
|
-
],
|
|
1693
|
-
"exports": [
|
|
1694
|
-
{
|
|
1695
|
-
"kind": "js",
|
|
1696
|
-
"name": "CellTemplate",
|
|
1697
|
-
"declaration": {
|
|
1698
|
-
"name": "CellTemplate",
|
|
1699
|
-
"module": "src/cell/cell.template.ts"
|
|
1700
|
-
}
|
|
1701
|
-
}
|
|
1702
|
-
]
|
|
1703
|
-
},
|
|
1704
|
-
{
|
|
1705
|
-
"kind": "javascript-module",
|
|
1706
|
-
"path": "src/cell/cell.ts",
|
|
1683
|
+
"path": "src/cell-editors/date.editor.ts",
|
|
1707
1684
|
"declarations": [
|
|
1708
1685
|
{
|
|
1709
1686
|
"kind": "class",
|
|
1710
|
-
"description": "The
|
|
1711
|
-
"name": "
|
|
1687
|
+
"description": "The AG Date Editor element.",
|
|
1688
|
+
"name": "DateEditor",
|
|
1712
1689
|
"members": [
|
|
1713
1690
|
{
|
|
1714
1691
|
"kind": "field",
|
|
1715
|
-
"name": "
|
|
1692
|
+
"name": "value",
|
|
1716
1693
|
"type": {
|
|
1717
|
-
"text": "
|
|
1694
|
+
"text": "number"
|
|
1718
1695
|
},
|
|
1719
1696
|
"privacy": "public"
|
|
1720
1697
|
},
|
|
1721
1698
|
{
|
|
1722
1699
|
"kind": "field",
|
|
1723
|
-
"name": "
|
|
1700
|
+
"name": "actualWidth",
|
|
1724
1701
|
"type": {
|
|
1725
|
-
"text": "
|
|
1702
|
+
"text": "number"
|
|
1726
1703
|
},
|
|
1727
1704
|
"privacy": "public"
|
|
1728
1705
|
},
|
|
1729
1706
|
{
|
|
1730
1707
|
"kind": "field",
|
|
1731
|
-
"name": "
|
|
1708
|
+
"name": "params",
|
|
1732
1709
|
"type": {
|
|
1733
|
-
"text": "
|
|
1734
|
-
}
|
|
1735
|
-
|
|
1710
|
+
"text": "DateEditorParams"
|
|
1711
|
+
}
|
|
1712
|
+
},
|
|
1713
|
+
{
|
|
1714
|
+
"kind": "field",
|
|
1715
|
+
"name": "dateFormat",
|
|
1716
|
+
"type": {
|
|
1717
|
+
"text": "string"
|
|
1718
|
+
}
|
|
1719
|
+
},
|
|
1720
|
+
{
|
|
1721
|
+
"kind": "field",
|
|
1722
|
+
"name": "input",
|
|
1723
|
+
"type": {
|
|
1724
|
+
"text": "any"
|
|
1725
|
+
}
|
|
1726
|
+
},
|
|
1727
|
+
{
|
|
1728
|
+
"kind": "field",
|
|
1729
|
+
"name": "inputType",
|
|
1730
|
+
"type": {
|
|
1731
|
+
"text": "'datetime-local' | 'date'"
|
|
1732
|
+
}
|
|
1736
1733
|
},
|
|
1737
1734
|
{
|
|
1738
1735
|
"kind": "method",
|
|
@@ -1742,7 +1739,7 @@
|
|
|
1742
1739
|
{
|
|
1743
1740
|
"name": "params",
|
|
1744
1741
|
"type": {
|
|
1745
|
-
"text": "
|
|
1742
|
+
"text": "DateEditorParams"
|
|
1746
1743
|
}
|
|
1747
1744
|
}
|
|
1748
1745
|
]
|
|
@@ -1757,28 +1754,53 @@
|
|
|
1757
1754
|
}
|
|
1758
1755
|
}
|
|
1759
1756
|
},
|
|
1760
|
-
{
|
|
1761
|
-
"kind": "method",
|
|
1762
|
-
"name": "destroy",
|
|
1763
|
-
"privacy": "public"
|
|
1764
|
-
},
|
|
1765
1757
|
{
|
|
1766
1758
|
"kind": "method",
|
|
1767
1759
|
"name": "refresh",
|
|
1768
1760
|
"privacy": "public",
|
|
1761
|
+
"return": {
|
|
1762
|
+
"type": {
|
|
1763
|
+
"text": "boolean"
|
|
1764
|
+
}
|
|
1765
|
+
},
|
|
1769
1766
|
"parameters": [
|
|
1770
1767
|
{
|
|
1771
1768
|
"name": "params",
|
|
1772
1769
|
"type": {
|
|
1773
|
-
"text": "
|
|
1770
|
+
"text": "DateEditorParams"
|
|
1774
1771
|
}
|
|
1775
1772
|
}
|
|
1776
1773
|
]
|
|
1777
1774
|
},
|
|
1778
1775
|
{
|
|
1779
1776
|
"kind": "method",
|
|
1780
|
-
"name": "
|
|
1781
|
-
|
|
1777
|
+
"name": "getValue"
|
|
1778
|
+
},
|
|
1779
|
+
{
|
|
1780
|
+
"kind": "method",
|
|
1781
|
+
"name": "isPopup",
|
|
1782
|
+
"return": {
|
|
1783
|
+
"type": {
|
|
1784
|
+
"text": "boolean"
|
|
1785
|
+
}
|
|
1786
|
+
}
|
|
1787
|
+
},
|
|
1788
|
+
{
|
|
1789
|
+
"kind": "method",
|
|
1790
|
+
"name": "changeHandler",
|
|
1791
|
+
"parameters": [
|
|
1792
|
+
{
|
|
1793
|
+
"name": "event"
|
|
1794
|
+
}
|
|
1795
|
+
]
|
|
1796
|
+
},
|
|
1797
|
+
{
|
|
1798
|
+
"kind": "method",
|
|
1799
|
+
"name": "afterGuiAttached"
|
|
1800
|
+
},
|
|
1801
|
+
{
|
|
1802
|
+
"kind": "method",
|
|
1803
|
+
"name": "isCancelBeforeStart"
|
|
1782
1804
|
},
|
|
1783
1805
|
{
|
|
1784
1806
|
"kind": "field",
|
|
@@ -1896,32 +1918,78 @@
|
|
|
1896
1918
|
"name": "FoundationElement",
|
|
1897
1919
|
"package": "@microsoft/fast-foundation"
|
|
1898
1920
|
},
|
|
1899
|
-
"tagName": "
|
|
1921
|
+
"tagName": "%%prefix%%-date-editor",
|
|
1900
1922
|
"customElement": true
|
|
1923
|
+
},
|
|
1924
|
+
{
|
|
1925
|
+
"kind": "variable",
|
|
1926
|
+
"name": "agDateEditorStyles",
|
|
1927
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
1928
|
+
"description": "The AG Select Renderer Styles.",
|
|
1929
|
+
"privacy": "public"
|
|
1930
|
+
},
|
|
1931
|
+
{
|
|
1932
|
+
"kind": "function",
|
|
1933
|
+
"name": "getDateEditorTemplate",
|
|
1934
|
+
"parameters": [
|
|
1935
|
+
{
|
|
1936
|
+
"name": "prefix",
|
|
1937
|
+
"default": "'foundation'",
|
|
1938
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
1939
|
+
}
|
|
1940
|
+
],
|
|
1941
|
+
"description": "Get a Design System prefixed Select template.",
|
|
1942
|
+
"return": {
|
|
1943
|
+
"type": {
|
|
1944
|
+
"text": ""
|
|
1945
|
+
}
|
|
1946
|
+
},
|
|
1947
|
+
"privacy": "public"
|
|
1948
|
+
},
|
|
1949
|
+
{
|
|
1950
|
+
"kind": "variable",
|
|
1951
|
+
"name": "foundationDateEditor",
|
|
1952
|
+
"privacy": "public"
|
|
1901
1953
|
}
|
|
1902
1954
|
],
|
|
1903
1955
|
"exports": [
|
|
1904
1956
|
{
|
|
1905
1957
|
"kind": "js",
|
|
1906
|
-
"name": "
|
|
1958
|
+
"name": "DateEditor",
|
|
1907
1959
|
"declaration": {
|
|
1908
|
-
"name": "
|
|
1909
|
-
"module": "src/cell/
|
|
1960
|
+
"name": "DateEditor",
|
|
1961
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
1910
1962
|
}
|
|
1911
1963
|
},
|
|
1912
1964
|
{
|
|
1913
|
-
"kind": "
|
|
1914
|
-
"name": "
|
|
1965
|
+
"kind": "js",
|
|
1966
|
+
"name": "agDateEditorStyles",
|
|
1915
1967
|
"declaration": {
|
|
1916
|
-
"name": "
|
|
1917
|
-
"module": "src/cell/
|
|
1968
|
+
"name": "agDateEditorStyles",
|
|
1969
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
1970
|
+
}
|
|
1971
|
+
},
|
|
1972
|
+
{
|
|
1973
|
+
"kind": "js",
|
|
1974
|
+
"name": "getDateEditorTemplate",
|
|
1975
|
+
"declaration": {
|
|
1976
|
+
"name": "getDateEditorTemplate",
|
|
1977
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
1978
|
+
}
|
|
1979
|
+
},
|
|
1980
|
+
{
|
|
1981
|
+
"kind": "js",
|
|
1982
|
+
"name": "foundationDateEditor",
|
|
1983
|
+
"declaration": {
|
|
1984
|
+
"name": "foundationDateEditor",
|
|
1985
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
1918
1986
|
}
|
|
1919
1987
|
}
|
|
1920
1988
|
]
|
|
1921
1989
|
},
|
|
1922
1990
|
{
|
|
1923
1991
|
"kind": "javascript-module",
|
|
1924
|
-
"path": "src/cell/index.ts",
|
|
1992
|
+
"path": "src/cell-editors/index.ts",
|
|
1925
1993
|
"declarations": [],
|
|
1926
1994
|
"exports": [
|
|
1927
1995
|
{
|
|
@@ -1929,7 +1997,7 @@
|
|
|
1929
1997
|
"name": "*",
|
|
1930
1998
|
"declaration": {
|
|
1931
1999
|
"name": "*",
|
|
1932
|
-
"package": "./
|
|
2000
|
+
"package": "./date.editor"
|
|
1933
2001
|
}
|
|
1934
2002
|
},
|
|
1935
2003
|
{
|
|
@@ -1937,64 +2005,60 @@
|
|
|
1937
2005
|
"name": "*",
|
|
1938
2006
|
"declaration": {
|
|
1939
2007
|
"name": "*",
|
|
1940
|
-
"package": "./
|
|
2008
|
+
"package": "./multiselect.editor"
|
|
2009
|
+
}
|
|
2010
|
+
},
|
|
2011
|
+
{
|
|
2012
|
+
"kind": "js",
|
|
2013
|
+
"name": "*",
|
|
2014
|
+
"declaration": {
|
|
2015
|
+
"name": "*",
|
|
2016
|
+
"package": "./number.editor"
|
|
2017
|
+
}
|
|
2018
|
+
},
|
|
2019
|
+
{
|
|
2020
|
+
"kind": "js",
|
|
2021
|
+
"name": "*",
|
|
2022
|
+
"declaration": {
|
|
2023
|
+
"name": "*",
|
|
2024
|
+
"package": "./select.editor"
|
|
2025
|
+
}
|
|
2026
|
+
},
|
|
2027
|
+
{
|
|
2028
|
+
"kind": "js",
|
|
2029
|
+
"name": "*",
|
|
2030
|
+
"declaration": {
|
|
2031
|
+
"name": "*",
|
|
2032
|
+
"package": "./string.editor"
|
|
1941
2033
|
}
|
|
1942
2034
|
}
|
|
1943
2035
|
]
|
|
1944
2036
|
},
|
|
1945
2037
|
{
|
|
1946
2038
|
"kind": "javascript-module",
|
|
1947
|
-
"path": "src/cell-editors/
|
|
2039
|
+
"path": "src/cell-editors/multiselect.editor.ts",
|
|
1948
2040
|
"declarations": [
|
|
1949
2041
|
{
|
|
1950
2042
|
"kind": "class",
|
|
1951
|
-
"description": "The AG
|
|
1952
|
-
"name": "
|
|
2043
|
+
"description": "The AG Multiselect Editor element.",
|
|
2044
|
+
"name": "MultiselectEditor",
|
|
1953
2045
|
"members": [
|
|
1954
2046
|
{
|
|
1955
2047
|
"kind": "field",
|
|
1956
|
-
"name": "
|
|
2048
|
+
"name": "params",
|
|
1957
2049
|
"type": {
|
|
1958
|
-
"text": "
|
|
2050
|
+
"text": "MultiselectEditorParams"
|
|
1959
2051
|
},
|
|
1960
2052
|
"privacy": "public"
|
|
1961
2053
|
},
|
|
1962
2054
|
{
|
|
1963
2055
|
"kind": "field",
|
|
1964
|
-
"name": "
|
|
2056
|
+
"name": "selectedOptions",
|
|
1965
2057
|
"type": {
|
|
1966
|
-
"text": "
|
|
2058
|
+
"text": "any[]"
|
|
1967
2059
|
},
|
|
1968
2060
|
"privacy": "public"
|
|
1969
2061
|
},
|
|
1970
|
-
{
|
|
1971
|
-
"kind": "field",
|
|
1972
|
-
"name": "params",
|
|
1973
|
-
"type": {
|
|
1974
|
-
"text": "DateEditorParams"
|
|
1975
|
-
}
|
|
1976
|
-
},
|
|
1977
|
-
{
|
|
1978
|
-
"kind": "field",
|
|
1979
|
-
"name": "dateFormat",
|
|
1980
|
-
"type": {
|
|
1981
|
-
"text": "string"
|
|
1982
|
-
}
|
|
1983
|
-
},
|
|
1984
|
-
{
|
|
1985
|
-
"kind": "field",
|
|
1986
|
-
"name": "input",
|
|
1987
|
-
"type": {
|
|
1988
|
-
"text": "any"
|
|
1989
|
-
}
|
|
1990
|
-
},
|
|
1991
|
-
{
|
|
1992
|
-
"kind": "field",
|
|
1993
|
-
"name": "inputType",
|
|
1994
|
-
"type": {
|
|
1995
|
-
"text": "'datetime-local' | 'date'"
|
|
1996
|
-
}
|
|
1997
|
-
},
|
|
1998
2062
|
{
|
|
1999
2063
|
"kind": "method",
|
|
2000
2064
|
"name": "init",
|
|
@@ -2003,7 +2067,7 @@
|
|
|
2003
2067
|
{
|
|
2004
2068
|
"name": "params",
|
|
2005
2069
|
"type": {
|
|
2006
|
-
"text": "
|
|
2070
|
+
"text": "MultiselectEditorParams"
|
|
2007
2071
|
}
|
|
2008
2072
|
}
|
|
2009
2073
|
]
|
|
@@ -2018,6 +2082,16 @@
|
|
|
2018
2082
|
}
|
|
2019
2083
|
}
|
|
2020
2084
|
},
|
|
2085
|
+
{
|
|
2086
|
+
"kind": "method",
|
|
2087
|
+
"name": "destroy",
|
|
2088
|
+
"privacy": "public",
|
|
2089
|
+
"return": {
|
|
2090
|
+
"type": {
|
|
2091
|
+
"text": "void"
|
|
2092
|
+
}
|
|
2093
|
+
}
|
|
2094
|
+
},
|
|
2021
2095
|
{
|
|
2022
2096
|
"kind": "method",
|
|
2023
2097
|
"name": "refresh",
|
|
@@ -2031,7 +2105,7 @@
|
|
|
2031
2105
|
{
|
|
2032
2106
|
"name": "params",
|
|
2033
2107
|
"type": {
|
|
2034
|
-
"text": "
|
|
2108
|
+
"text": "MultiselectEditorParams"
|
|
2035
2109
|
}
|
|
2036
2110
|
}
|
|
2037
2111
|
]
|
|
@@ -2058,10 +2132,6 @@
|
|
|
2058
2132
|
}
|
|
2059
2133
|
]
|
|
2060
2134
|
},
|
|
2061
|
-
{
|
|
2062
|
-
"kind": "method",
|
|
2063
|
-
"name": "afterGuiAttached"
|
|
2064
|
-
},
|
|
2065
2135
|
{
|
|
2066
2136
|
"kind": "method",
|
|
2067
2137
|
"name": "isCancelBeforeStart"
|
|
@@ -2182,22 +2252,22 @@
|
|
|
2182
2252
|
"name": "FoundationElement",
|
|
2183
2253
|
"package": "@microsoft/fast-foundation"
|
|
2184
2254
|
},
|
|
2185
|
-
"tagName": "%%prefix%%-
|
|
2255
|
+
"tagName": "%%prefix%%-multiselect-editor",
|
|
2186
2256
|
"customElement": true
|
|
2187
2257
|
},
|
|
2188
2258
|
{
|
|
2189
2259
|
"kind": "variable",
|
|
2190
|
-
"name": "
|
|
2191
|
-
"default": "css
|
|
2260
|
+
"name": "agMultiselectEditorStyles",
|
|
2261
|
+
"default": "css``",
|
|
2192
2262
|
"description": "The AG Select Renderer Styles.",
|
|
2193
2263
|
"privacy": "public"
|
|
2194
2264
|
},
|
|
2195
2265
|
{
|
|
2196
2266
|
"kind": "function",
|
|
2197
|
-
"name": "
|
|
2267
|
+
"name": "getMultiselectEditorTemplate",
|
|
2198
2268
|
"parameters": [
|
|
2199
2269
|
{
|
|
2200
|
-
"name": "
|
|
2270
|
+
"name": "designSystem",
|
|
2201
2271
|
"default": "'foundation'",
|
|
2202
2272
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
2203
2273
|
}
|
|
@@ -2212,114 +2282,83 @@
|
|
|
2212
2282
|
},
|
|
2213
2283
|
{
|
|
2214
2284
|
"kind": "variable",
|
|
2215
|
-
"name": "
|
|
2285
|
+
"name": "foundationMultiselectEditor",
|
|
2216
2286
|
"privacy": "public"
|
|
2217
2287
|
}
|
|
2218
2288
|
],
|
|
2219
2289
|
"exports": [
|
|
2220
2290
|
{
|
|
2221
2291
|
"kind": "js",
|
|
2222
|
-
"name": "
|
|
2223
|
-
"declaration": {
|
|
2224
|
-
"name": "DateEditor",
|
|
2225
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
2226
|
-
}
|
|
2227
|
-
},
|
|
2228
|
-
{
|
|
2229
|
-
"kind": "js",
|
|
2230
|
-
"name": "agDateEditorStyles",
|
|
2231
|
-
"declaration": {
|
|
2232
|
-
"name": "agDateEditorStyles",
|
|
2233
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
2234
|
-
}
|
|
2235
|
-
},
|
|
2236
|
-
{
|
|
2237
|
-
"kind": "js",
|
|
2238
|
-
"name": "getDateEditorTemplate",
|
|
2239
|
-
"declaration": {
|
|
2240
|
-
"name": "getDateEditorTemplate",
|
|
2241
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
2242
|
-
}
|
|
2243
|
-
},
|
|
2244
|
-
{
|
|
2245
|
-
"kind": "js",
|
|
2246
|
-
"name": "foundationDateEditor",
|
|
2247
|
-
"declaration": {
|
|
2248
|
-
"name": "foundationDateEditor",
|
|
2249
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
2250
|
-
}
|
|
2251
|
-
}
|
|
2252
|
-
]
|
|
2253
|
-
},
|
|
2254
|
-
{
|
|
2255
|
-
"kind": "javascript-module",
|
|
2256
|
-
"path": "src/cell-editors/index.ts",
|
|
2257
|
-
"declarations": [],
|
|
2258
|
-
"exports": [
|
|
2259
|
-
{
|
|
2260
|
-
"kind": "js",
|
|
2261
|
-
"name": "*",
|
|
2262
|
-
"declaration": {
|
|
2263
|
-
"name": "*",
|
|
2264
|
-
"package": "./date.editor"
|
|
2265
|
-
}
|
|
2266
|
-
},
|
|
2267
|
-
{
|
|
2268
|
-
"kind": "js",
|
|
2269
|
-
"name": "*",
|
|
2292
|
+
"name": "MultiselectEditor",
|
|
2270
2293
|
"declaration": {
|
|
2271
|
-
"name": "
|
|
2272
|
-
"
|
|
2294
|
+
"name": "MultiselectEditor",
|
|
2295
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2273
2296
|
}
|
|
2274
2297
|
},
|
|
2275
2298
|
{
|
|
2276
2299
|
"kind": "js",
|
|
2277
|
-
"name": "
|
|
2300
|
+
"name": "agMultiselectEditorStyles",
|
|
2278
2301
|
"declaration": {
|
|
2279
|
-
"name": "
|
|
2280
|
-
"
|
|
2302
|
+
"name": "agMultiselectEditorStyles",
|
|
2303
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2281
2304
|
}
|
|
2282
2305
|
},
|
|
2283
2306
|
{
|
|
2284
2307
|
"kind": "js",
|
|
2285
|
-
"name": "
|
|
2308
|
+
"name": "getMultiselectEditorTemplate",
|
|
2286
2309
|
"declaration": {
|
|
2287
|
-
"name": "
|
|
2288
|
-
"
|
|
2310
|
+
"name": "getMultiselectEditorTemplate",
|
|
2311
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2289
2312
|
}
|
|
2290
2313
|
},
|
|
2291
2314
|
{
|
|
2292
2315
|
"kind": "js",
|
|
2293
|
-
"name": "
|
|
2316
|
+
"name": "foundationMultiselectEditor",
|
|
2294
2317
|
"declaration": {
|
|
2295
|
-
"name": "
|
|
2296
|
-
"
|
|
2318
|
+
"name": "foundationMultiselectEditor",
|
|
2319
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2297
2320
|
}
|
|
2298
2321
|
}
|
|
2299
2322
|
]
|
|
2300
2323
|
},
|
|
2301
2324
|
{
|
|
2302
2325
|
"kind": "javascript-module",
|
|
2303
|
-
"path": "src/cell-editors/
|
|
2326
|
+
"path": "src/cell-editors/number.editor.ts",
|
|
2304
2327
|
"declarations": [
|
|
2305
2328
|
{
|
|
2306
2329
|
"kind": "class",
|
|
2307
|
-
"description": "The AG
|
|
2308
|
-
"name": "
|
|
2330
|
+
"description": "The AG Number Editor element.",
|
|
2331
|
+
"name": "NumberEditor",
|
|
2309
2332
|
"members": [
|
|
2310
2333
|
{
|
|
2311
2334
|
"kind": "field",
|
|
2312
2335
|
"name": "params",
|
|
2313
2336
|
"type": {
|
|
2314
|
-
"text": "
|
|
2337
|
+
"text": "NumberEditorParams"
|
|
2315
2338
|
},
|
|
2316
2339
|
"privacy": "public"
|
|
2317
2340
|
},
|
|
2318
2341
|
{
|
|
2319
2342
|
"kind": "field",
|
|
2320
|
-
"name": "
|
|
2343
|
+
"name": "value",
|
|
2321
2344
|
"type": {
|
|
2322
|
-
"text": "
|
|
2345
|
+
"text": "number"
|
|
2346
|
+
},
|
|
2347
|
+
"privacy": "public"
|
|
2348
|
+
},
|
|
2349
|
+
{
|
|
2350
|
+
"kind": "field",
|
|
2351
|
+
"name": "actualWidth",
|
|
2352
|
+
"type": {
|
|
2353
|
+
"text": "number"
|
|
2354
|
+
},
|
|
2355
|
+
"privacy": "public"
|
|
2356
|
+
},
|
|
2357
|
+
{
|
|
2358
|
+
"kind": "field",
|
|
2359
|
+
"name": "input",
|
|
2360
|
+
"type": {
|
|
2361
|
+
"text": "any"
|
|
2323
2362
|
},
|
|
2324
2363
|
"privacy": "public"
|
|
2325
2364
|
},
|
|
@@ -2331,7 +2370,7 @@
|
|
|
2331
2370
|
{
|
|
2332
2371
|
"name": "params",
|
|
2333
2372
|
"type": {
|
|
2334
|
-
"text": "
|
|
2373
|
+
"text": "NumberEditorParams"
|
|
2335
2374
|
}
|
|
2336
2375
|
}
|
|
2337
2376
|
]
|
|
@@ -2346,16 +2385,6 @@
|
|
|
2346
2385
|
}
|
|
2347
2386
|
}
|
|
2348
2387
|
},
|
|
2349
|
-
{
|
|
2350
|
-
"kind": "method",
|
|
2351
|
-
"name": "destroy",
|
|
2352
|
-
"privacy": "public",
|
|
2353
|
-
"return": {
|
|
2354
|
-
"type": {
|
|
2355
|
-
"text": "void"
|
|
2356
|
-
}
|
|
2357
|
-
}
|
|
2358
|
-
},
|
|
2359
2388
|
{
|
|
2360
2389
|
"kind": "method",
|
|
2361
2390
|
"name": "refresh",
|
|
@@ -2369,7 +2398,7 @@
|
|
|
2369
2398
|
{
|
|
2370
2399
|
"name": "params",
|
|
2371
2400
|
"type": {
|
|
2372
|
-
"text": "
|
|
2401
|
+
"text": "NumberEditorParams"
|
|
2373
2402
|
}
|
|
2374
2403
|
}
|
|
2375
2404
|
]
|
|
@@ -2387,6 +2416,10 @@
|
|
|
2387
2416
|
}
|
|
2388
2417
|
}
|
|
2389
2418
|
},
|
|
2419
|
+
{
|
|
2420
|
+
"kind": "method",
|
|
2421
|
+
"name": "afterGuiAttached"
|
|
2422
|
+
},
|
|
2390
2423
|
{
|
|
2391
2424
|
"kind": "method",
|
|
2392
2425
|
"name": "changeHandler",
|
|
@@ -2516,19 +2549,19 @@
|
|
|
2516
2549
|
"name": "FoundationElement",
|
|
2517
2550
|
"package": "@microsoft/fast-foundation"
|
|
2518
2551
|
},
|
|
2519
|
-
"tagName": "%%prefix%%-
|
|
2552
|
+
"tagName": "%%prefix%%-number-editor",
|
|
2520
2553
|
"customElement": true
|
|
2521
2554
|
},
|
|
2522
2555
|
{
|
|
2523
2556
|
"kind": "variable",
|
|
2524
|
-
"name": "
|
|
2525
|
-
"default": "css
|
|
2526
|
-
"description": "The AG
|
|
2557
|
+
"name": "agNumberEditorStyles",
|
|
2558
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
2559
|
+
"description": "The AG Number Editor Styles.",
|
|
2527
2560
|
"privacy": "public"
|
|
2528
2561
|
},
|
|
2529
2562
|
{
|
|
2530
2563
|
"kind": "function",
|
|
2531
|
-
"name": "
|
|
2564
|
+
"name": "getNumberEditorTemplate",
|
|
2532
2565
|
"parameters": [
|
|
2533
2566
|
{
|
|
2534
2567
|
"name": "designSystem",
|
|
@@ -2546,59 +2579,59 @@
|
|
|
2546
2579
|
},
|
|
2547
2580
|
{
|
|
2548
2581
|
"kind": "variable",
|
|
2549
|
-
"name": "
|
|
2582
|
+
"name": "foundationNumberEditor",
|
|
2550
2583
|
"privacy": "public"
|
|
2551
2584
|
}
|
|
2552
2585
|
],
|
|
2553
2586
|
"exports": [
|
|
2554
2587
|
{
|
|
2555
2588
|
"kind": "js",
|
|
2556
|
-
"name": "
|
|
2589
|
+
"name": "NumberEditor",
|
|
2557
2590
|
"declaration": {
|
|
2558
|
-
"name": "
|
|
2559
|
-
"module": "src/cell-editors/
|
|
2591
|
+
"name": "NumberEditor",
|
|
2592
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
2560
2593
|
}
|
|
2561
2594
|
},
|
|
2562
2595
|
{
|
|
2563
2596
|
"kind": "js",
|
|
2564
|
-
"name": "
|
|
2597
|
+
"name": "agNumberEditorStyles",
|
|
2565
2598
|
"declaration": {
|
|
2566
|
-
"name": "
|
|
2567
|
-
"module": "src/cell-editors/
|
|
2599
|
+
"name": "agNumberEditorStyles",
|
|
2600
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
2568
2601
|
}
|
|
2569
2602
|
},
|
|
2570
2603
|
{
|
|
2571
2604
|
"kind": "js",
|
|
2572
|
-
"name": "
|
|
2605
|
+
"name": "getNumberEditorTemplate",
|
|
2573
2606
|
"declaration": {
|
|
2574
|
-
"name": "
|
|
2575
|
-
"module": "src/cell-editors/
|
|
2607
|
+
"name": "getNumberEditorTemplate",
|
|
2608
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
2576
2609
|
}
|
|
2577
2610
|
},
|
|
2578
2611
|
{
|
|
2579
2612
|
"kind": "js",
|
|
2580
|
-
"name": "
|
|
2613
|
+
"name": "foundationNumberEditor",
|
|
2581
2614
|
"declaration": {
|
|
2582
|
-
"name": "
|
|
2583
|
-
"module": "src/cell-editors/
|
|
2615
|
+
"name": "foundationNumberEditor",
|
|
2616
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
2584
2617
|
}
|
|
2585
2618
|
}
|
|
2586
2619
|
]
|
|
2587
2620
|
},
|
|
2588
2621
|
{
|
|
2589
2622
|
"kind": "javascript-module",
|
|
2590
|
-
"path": "src/cell-editors/
|
|
2623
|
+
"path": "src/cell-editors/select.editor.ts",
|
|
2591
2624
|
"declarations": [
|
|
2592
2625
|
{
|
|
2593
2626
|
"kind": "class",
|
|
2594
|
-
"description": "The AG
|
|
2595
|
-
"name": "
|
|
2627
|
+
"description": "The AG Select Editor element.",
|
|
2628
|
+
"name": "SelectEditor",
|
|
2596
2629
|
"members": [
|
|
2597
2630
|
{
|
|
2598
2631
|
"kind": "field",
|
|
2599
2632
|
"name": "params",
|
|
2600
2633
|
"type": {
|
|
2601
|
-
"text": "
|
|
2634
|
+
"text": "SelectEditorParams"
|
|
2602
2635
|
},
|
|
2603
2636
|
"privacy": "public"
|
|
2604
2637
|
},
|
|
@@ -2606,7 +2639,7 @@
|
|
|
2606
2639
|
"kind": "field",
|
|
2607
2640
|
"name": "value",
|
|
2608
2641
|
"type": {
|
|
2609
|
-
"text": "
|
|
2642
|
+
"text": "string"
|
|
2610
2643
|
},
|
|
2611
2644
|
"privacy": "public"
|
|
2612
2645
|
},
|
|
@@ -2620,7 +2653,7 @@
|
|
|
2620
2653
|
},
|
|
2621
2654
|
{
|
|
2622
2655
|
"kind": "field",
|
|
2623
|
-
"name": "
|
|
2656
|
+
"name": "combobox",
|
|
2624
2657
|
"type": {
|
|
2625
2658
|
"text": "any"
|
|
2626
2659
|
},
|
|
@@ -2634,7 +2667,7 @@
|
|
|
2634
2667
|
{
|
|
2635
2668
|
"name": "params",
|
|
2636
2669
|
"type": {
|
|
2637
|
-
"text": "
|
|
2670
|
+
"text": "SelectEditorParams"
|
|
2638
2671
|
}
|
|
2639
2672
|
}
|
|
2640
2673
|
]
|
|
@@ -2662,7 +2695,7 @@
|
|
|
2662
2695
|
{
|
|
2663
2696
|
"name": "params",
|
|
2664
2697
|
"type": {
|
|
2665
|
-
"text": "
|
|
2698
|
+
"text": "SelectEditorParams"
|
|
2666
2699
|
}
|
|
2667
2700
|
}
|
|
2668
2701
|
]
|
|
@@ -2813,19 +2846,19 @@
|
|
|
2813
2846
|
"name": "FoundationElement",
|
|
2814
2847
|
"package": "@microsoft/fast-foundation"
|
|
2815
2848
|
},
|
|
2816
|
-
"tagName": "%%prefix%%-
|
|
2849
|
+
"tagName": "%%prefix%%-select-editor",
|
|
2817
2850
|
"customElement": true
|
|
2818
2851
|
},
|
|
2819
2852
|
{
|
|
2820
2853
|
"kind": "variable",
|
|
2821
|
-
"name": "
|
|
2822
|
-
"default": "css
|
|
2823
|
-
"description": "The AG
|
|
2854
|
+
"name": "agSelectEditorStyles",
|
|
2855
|
+
"default": "css``",
|
|
2856
|
+
"description": "The AG Select Renderer Styles.",
|
|
2824
2857
|
"privacy": "public"
|
|
2825
2858
|
},
|
|
2826
2859
|
{
|
|
2827
2860
|
"kind": "function",
|
|
2828
|
-
"name": "
|
|
2861
|
+
"name": "getSelectEditorTemplate",
|
|
2829
2862
|
"parameters": [
|
|
2830
2863
|
{
|
|
2831
2864
|
"name": "designSystem",
|
|
@@ -2843,59 +2876,59 @@
|
|
|
2843
2876
|
},
|
|
2844
2877
|
{
|
|
2845
2878
|
"kind": "variable",
|
|
2846
|
-
"name": "
|
|
2879
|
+
"name": "foundationSelectEditor",
|
|
2847
2880
|
"privacy": "public"
|
|
2848
2881
|
}
|
|
2849
2882
|
],
|
|
2850
2883
|
"exports": [
|
|
2851
2884
|
{
|
|
2852
2885
|
"kind": "js",
|
|
2853
|
-
"name": "
|
|
2886
|
+
"name": "SelectEditor",
|
|
2854
2887
|
"declaration": {
|
|
2855
|
-
"name": "
|
|
2856
|
-
"module": "src/cell-editors/
|
|
2888
|
+
"name": "SelectEditor",
|
|
2889
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
2857
2890
|
}
|
|
2858
2891
|
},
|
|
2859
2892
|
{
|
|
2860
2893
|
"kind": "js",
|
|
2861
|
-
"name": "
|
|
2894
|
+
"name": "agSelectEditorStyles",
|
|
2862
2895
|
"declaration": {
|
|
2863
|
-
"name": "
|
|
2864
|
-
"module": "src/cell-editors/
|
|
2896
|
+
"name": "agSelectEditorStyles",
|
|
2897
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
2865
2898
|
}
|
|
2866
2899
|
},
|
|
2867
2900
|
{
|
|
2868
2901
|
"kind": "js",
|
|
2869
|
-
"name": "
|
|
2902
|
+
"name": "getSelectEditorTemplate",
|
|
2870
2903
|
"declaration": {
|
|
2871
|
-
"name": "
|
|
2872
|
-
"module": "src/cell-editors/
|
|
2904
|
+
"name": "getSelectEditorTemplate",
|
|
2905
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
2873
2906
|
}
|
|
2874
2907
|
},
|
|
2875
2908
|
{
|
|
2876
2909
|
"kind": "js",
|
|
2877
|
-
"name": "
|
|
2910
|
+
"name": "foundationSelectEditor",
|
|
2878
2911
|
"declaration": {
|
|
2879
|
-
"name": "
|
|
2880
|
-
"module": "src/cell-editors/
|
|
2912
|
+
"name": "foundationSelectEditor",
|
|
2913
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
2881
2914
|
}
|
|
2882
2915
|
}
|
|
2883
2916
|
]
|
|
2884
2917
|
},
|
|
2885
2918
|
{
|
|
2886
2919
|
"kind": "javascript-module",
|
|
2887
|
-
"path": "src/cell-editors/
|
|
2920
|
+
"path": "src/cell-editors/string.editor.ts",
|
|
2888
2921
|
"declarations": [
|
|
2889
2922
|
{
|
|
2890
2923
|
"kind": "class",
|
|
2891
|
-
"description": "The AG
|
|
2892
|
-
"name": "
|
|
2924
|
+
"description": "The AG String Editor element.",
|
|
2925
|
+
"name": "StringEditor",
|
|
2893
2926
|
"members": [
|
|
2894
2927
|
{
|
|
2895
2928
|
"kind": "field",
|
|
2896
2929
|
"name": "params",
|
|
2897
2930
|
"type": {
|
|
2898
|
-
"text": "
|
|
2931
|
+
"text": "StringEditorParams"
|
|
2899
2932
|
},
|
|
2900
2933
|
"privacy": "public"
|
|
2901
2934
|
},
|
|
@@ -2917,7 +2950,7 @@
|
|
|
2917
2950
|
},
|
|
2918
2951
|
{
|
|
2919
2952
|
"kind": "field",
|
|
2920
|
-
"name": "
|
|
2953
|
+
"name": "input",
|
|
2921
2954
|
"type": {
|
|
2922
2955
|
"text": "any"
|
|
2923
2956
|
},
|
|
@@ -2931,7 +2964,7 @@
|
|
|
2931
2964
|
{
|
|
2932
2965
|
"name": "params",
|
|
2933
2966
|
"type": {
|
|
2934
|
-
"text": "
|
|
2967
|
+
"text": "StringEditorParams"
|
|
2935
2968
|
}
|
|
2936
2969
|
}
|
|
2937
2970
|
]
|
|
@@ -2959,7 +2992,7 @@
|
|
|
2959
2992
|
{
|
|
2960
2993
|
"name": "params",
|
|
2961
2994
|
"type": {
|
|
2962
|
-
"text": "
|
|
2995
|
+
"text": "StringEditorParams"
|
|
2963
2996
|
}
|
|
2964
2997
|
}
|
|
2965
2998
|
]
|
|
@@ -3110,19 +3143,19 @@
|
|
|
3110
3143
|
"name": "FoundationElement",
|
|
3111
3144
|
"package": "@microsoft/fast-foundation"
|
|
3112
3145
|
},
|
|
3113
|
-
"tagName": "%%prefix%%-
|
|
3146
|
+
"tagName": "%%prefix%%-string-editor",
|
|
3114
3147
|
"customElement": true
|
|
3115
3148
|
},
|
|
3116
3149
|
{
|
|
3117
3150
|
"kind": "variable",
|
|
3118
|
-
"name": "
|
|
3119
|
-
"default": "css
|
|
3120
|
-
"description": "The AG
|
|
3151
|
+
"name": "agStringEditorStyles",
|
|
3152
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
3153
|
+
"description": "The AG String Renderer Styles.",
|
|
3121
3154
|
"privacy": "public"
|
|
3122
3155
|
},
|
|
3123
3156
|
{
|
|
3124
3157
|
"kind": "function",
|
|
3125
|
-
"name": "
|
|
3158
|
+
"name": "getStringEditorTemplate",
|
|
3126
3159
|
"parameters": [
|
|
3127
3160
|
{
|
|
3128
3161
|
"name": "designSystem",
|
|
@@ -3130,7 +3163,7 @@
|
|
|
3130
3163
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
3131
3164
|
}
|
|
3132
3165
|
],
|
|
3133
|
-
"description": "Get a Design System prefixed
|
|
3166
|
+
"description": "Get a Design System prefixed String template.",
|
|
3134
3167
|
"return": {
|
|
3135
3168
|
"type": {
|
|
3136
3169
|
"text": ""
|
|
@@ -3140,83 +3173,98 @@
|
|
|
3140
3173
|
},
|
|
3141
3174
|
{
|
|
3142
3175
|
"kind": "variable",
|
|
3143
|
-
"name": "
|
|
3176
|
+
"name": "foundationStringEditor",
|
|
3144
3177
|
"privacy": "public"
|
|
3145
3178
|
}
|
|
3146
3179
|
],
|
|
3147
3180
|
"exports": [
|
|
3148
3181
|
{
|
|
3149
3182
|
"kind": "js",
|
|
3150
|
-
"name": "
|
|
3183
|
+
"name": "StringEditor",
|
|
3151
3184
|
"declaration": {
|
|
3152
|
-
"name": "
|
|
3153
|
-
"module": "src/cell-editors/
|
|
3185
|
+
"name": "StringEditor",
|
|
3186
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
3154
3187
|
}
|
|
3155
3188
|
},
|
|
3156
3189
|
{
|
|
3157
3190
|
"kind": "js",
|
|
3158
|
-
"name": "
|
|
3191
|
+
"name": "agStringEditorStyles",
|
|
3159
3192
|
"declaration": {
|
|
3160
|
-
"name": "
|
|
3161
|
-
"module": "src/cell-editors/
|
|
3193
|
+
"name": "agStringEditorStyles",
|
|
3194
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
3162
3195
|
}
|
|
3163
3196
|
},
|
|
3164
3197
|
{
|
|
3165
3198
|
"kind": "js",
|
|
3166
|
-
"name": "
|
|
3199
|
+
"name": "getStringEditorTemplate",
|
|
3167
3200
|
"declaration": {
|
|
3168
|
-
"name": "
|
|
3169
|
-
"module": "src/cell-editors/
|
|
3201
|
+
"name": "getStringEditorTemplate",
|
|
3202
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
3170
3203
|
}
|
|
3171
3204
|
},
|
|
3172
3205
|
{
|
|
3173
3206
|
"kind": "js",
|
|
3174
|
-
"name": "
|
|
3207
|
+
"name": "foundationStringEditor",
|
|
3175
3208
|
"declaration": {
|
|
3176
|
-
"name": "
|
|
3177
|
-
"module": "src/cell-editors/
|
|
3209
|
+
"name": "foundationStringEditor",
|
|
3210
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
3178
3211
|
}
|
|
3179
3212
|
}
|
|
3180
3213
|
]
|
|
3181
3214
|
},
|
|
3182
3215
|
{
|
|
3183
3216
|
"kind": "javascript-module",
|
|
3184
|
-
"path": "src/cell
|
|
3217
|
+
"path": "src/cell/cell.template.ts",
|
|
3218
|
+
"declarations": [
|
|
3219
|
+
{
|
|
3220
|
+
"kind": "variable",
|
|
3221
|
+
"name": "CellTemplate",
|
|
3222
|
+
"default": "html<GridProCell>`\n <template>\n <slot ${slotted('slottedRenderer')} @slotchange=\"${(x) => x.slottedAgRendererChanged()}\"></slot>\n </template>\n`",
|
|
3223
|
+
"description": "The Grid Pro Cell Template.",
|
|
3224
|
+
"privacy": "public"
|
|
3225
|
+
}
|
|
3226
|
+
],
|
|
3227
|
+
"exports": [
|
|
3228
|
+
{
|
|
3229
|
+
"kind": "js",
|
|
3230
|
+
"name": "CellTemplate",
|
|
3231
|
+
"declaration": {
|
|
3232
|
+
"name": "CellTemplate",
|
|
3233
|
+
"module": "src/cell/cell.template.ts"
|
|
3234
|
+
}
|
|
3235
|
+
}
|
|
3236
|
+
]
|
|
3237
|
+
},
|
|
3238
|
+
{
|
|
3239
|
+
"kind": "javascript-module",
|
|
3240
|
+
"path": "src/cell/cell.ts",
|
|
3185
3241
|
"declarations": [
|
|
3186
3242
|
{
|
|
3187
3243
|
"kind": "class",
|
|
3188
|
-
"description": "The
|
|
3189
|
-
"name": "
|
|
3244
|
+
"description": "The Grid Pro Cell element.",
|
|
3245
|
+
"name": "GridProCell",
|
|
3190
3246
|
"members": [
|
|
3191
3247
|
{
|
|
3192
3248
|
"kind": "field",
|
|
3193
|
-
"name": "
|
|
3194
|
-
"type": {
|
|
3195
|
-
"text": "StringEditorParams"
|
|
3196
|
-
},
|
|
3197
|
-
"privacy": "public"
|
|
3198
|
-
},
|
|
3199
|
-
{
|
|
3200
|
-
"kind": "field",
|
|
3201
|
-
"name": "value",
|
|
3249
|
+
"name": "renderer",
|
|
3202
3250
|
"type": {
|
|
3203
|
-
"text": "
|
|
3251
|
+
"text": "ICellRendererFunc"
|
|
3204
3252
|
},
|
|
3205
3253
|
"privacy": "public"
|
|
3206
3254
|
},
|
|
3207
3255
|
{
|
|
3208
3256
|
"kind": "field",
|
|
3209
|
-
"name": "
|
|
3257
|
+
"name": "rendererParams",
|
|
3210
3258
|
"type": {
|
|
3211
|
-
"text": "
|
|
3259
|
+
"text": "ICellRendererParams"
|
|
3212
3260
|
},
|
|
3213
3261
|
"privacy": "public"
|
|
3214
3262
|
},
|
|
3215
3263
|
{
|
|
3216
3264
|
"kind": "field",
|
|
3217
|
-
"name": "
|
|
3265
|
+
"name": "slottedRenderer",
|
|
3218
3266
|
"type": {
|
|
3219
|
-
"text": "
|
|
3267
|
+
"text": "HTMLElement[]"
|
|
3220
3268
|
},
|
|
3221
3269
|
"privacy": "public"
|
|
3222
3270
|
},
|
|
@@ -3228,7 +3276,7 @@
|
|
|
3228
3276
|
{
|
|
3229
3277
|
"name": "params",
|
|
3230
3278
|
"type": {
|
|
3231
|
-
"text": "
|
|
3279
|
+
"text": "ICellRendererParams"
|
|
3232
3280
|
}
|
|
3233
3281
|
}
|
|
3234
3282
|
]
|
|
@@ -3243,53 +3291,28 @@
|
|
|
3243
3291
|
}
|
|
3244
3292
|
}
|
|
3245
3293
|
},
|
|
3294
|
+
{
|
|
3295
|
+
"kind": "method",
|
|
3296
|
+
"name": "destroy",
|
|
3297
|
+
"privacy": "public"
|
|
3298
|
+
},
|
|
3246
3299
|
{
|
|
3247
3300
|
"kind": "method",
|
|
3248
3301
|
"name": "refresh",
|
|
3249
3302
|
"privacy": "public",
|
|
3250
|
-
"return": {
|
|
3251
|
-
"type": {
|
|
3252
|
-
"text": "boolean"
|
|
3253
|
-
}
|
|
3254
|
-
},
|
|
3255
3303
|
"parameters": [
|
|
3256
3304
|
{
|
|
3257
3305
|
"name": "params",
|
|
3258
3306
|
"type": {
|
|
3259
|
-
"text": "
|
|
3307
|
+
"text": "ICellRendererParams"
|
|
3260
3308
|
}
|
|
3261
3309
|
}
|
|
3262
3310
|
]
|
|
3263
3311
|
},
|
|
3264
3312
|
{
|
|
3265
3313
|
"kind": "method",
|
|
3266
|
-
"name": "
|
|
3267
|
-
|
|
3268
|
-
{
|
|
3269
|
-
"kind": "method",
|
|
3270
|
-
"name": "isPopup",
|
|
3271
|
-
"return": {
|
|
3272
|
-
"type": {
|
|
3273
|
-
"text": "boolean"
|
|
3274
|
-
}
|
|
3275
|
-
}
|
|
3276
|
-
},
|
|
3277
|
-
{
|
|
3278
|
-
"kind": "method",
|
|
3279
|
-
"name": "afterGuiAttached"
|
|
3280
|
-
},
|
|
3281
|
-
{
|
|
3282
|
-
"kind": "method",
|
|
3283
|
-
"name": "changeHandler",
|
|
3284
|
-
"parameters": [
|
|
3285
|
-
{
|
|
3286
|
-
"name": "event"
|
|
3287
|
-
}
|
|
3288
|
-
]
|
|
3289
|
-
},
|
|
3290
|
-
{
|
|
3291
|
-
"kind": "method",
|
|
3292
|
-
"name": "isCancelBeforeStart"
|
|
3314
|
+
"name": "slottedAgRendererChanged",
|
|
3315
|
+
"privacy": "public"
|
|
3293
3316
|
},
|
|
3294
3317
|
{
|
|
3295
3318
|
"kind": "field",
|
|
@@ -3407,71 +3430,48 @@
|
|
|
3407
3430
|
"name": "FoundationElement",
|
|
3408
3431
|
"package": "@microsoft/fast-foundation"
|
|
3409
3432
|
},
|
|
3410
|
-
"tagName": "
|
|
3433
|
+
"tagName": "grid-pro-cell",
|
|
3411
3434
|
"customElement": true
|
|
3412
|
-
},
|
|
3413
|
-
{
|
|
3414
|
-
"kind": "variable",
|
|
3415
|
-
"name": "agStringEditorStyles",
|
|
3416
|
-
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
3417
|
-
"description": "The AG String Renderer Styles.",
|
|
3418
|
-
"privacy": "public"
|
|
3419
|
-
},
|
|
3420
|
-
{
|
|
3421
|
-
"kind": "function",
|
|
3422
|
-
"name": "getStringEditorTemplate",
|
|
3423
|
-
"parameters": [
|
|
3424
|
-
{
|
|
3425
|
-
"name": "designSystem",
|
|
3426
|
-
"default": "'foundation'",
|
|
3427
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
3428
|
-
}
|
|
3429
|
-
],
|
|
3430
|
-
"description": "Get a Design System prefixed String template.",
|
|
3431
|
-
"return": {
|
|
3432
|
-
"type": {
|
|
3433
|
-
"text": ""
|
|
3434
|
-
}
|
|
3435
|
-
},
|
|
3436
|
-
"privacy": "public"
|
|
3437
|
-
},
|
|
3438
|
-
{
|
|
3439
|
-
"kind": "variable",
|
|
3440
|
-
"name": "foundationStringEditor",
|
|
3441
|
-
"privacy": "public"
|
|
3442
3435
|
}
|
|
3443
3436
|
],
|
|
3444
3437
|
"exports": [
|
|
3445
3438
|
{
|
|
3446
3439
|
"kind": "js",
|
|
3447
|
-
"name": "
|
|
3440
|
+
"name": "GridProCell",
|
|
3448
3441
|
"declaration": {
|
|
3449
|
-
"name": "
|
|
3450
|
-
"module": "src/cell
|
|
3442
|
+
"name": "GridProCell",
|
|
3443
|
+
"module": "src/cell/cell.ts"
|
|
3451
3444
|
}
|
|
3452
3445
|
},
|
|
3453
3446
|
{
|
|
3454
|
-
"kind": "
|
|
3455
|
-
"name": "
|
|
3447
|
+
"kind": "custom-element-definition",
|
|
3448
|
+
"name": "grid-pro-cell",
|
|
3456
3449
|
"declaration": {
|
|
3457
|
-
"name": "
|
|
3458
|
-
"module": "src/cell
|
|
3450
|
+
"name": "GridProCell",
|
|
3451
|
+
"module": "src/cell/cell.ts"
|
|
3459
3452
|
}
|
|
3460
|
-
}
|
|
3453
|
+
}
|
|
3454
|
+
]
|
|
3455
|
+
},
|
|
3456
|
+
{
|
|
3457
|
+
"kind": "javascript-module",
|
|
3458
|
+
"path": "src/cell/index.ts",
|
|
3459
|
+
"declarations": [],
|
|
3460
|
+
"exports": [
|
|
3461
3461
|
{
|
|
3462
3462
|
"kind": "js",
|
|
3463
|
-
"name": "
|
|
3463
|
+
"name": "*",
|
|
3464
3464
|
"declaration": {
|
|
3465
|
-
"name": "
|
|
3466
|
-
"
|
|
3465
|
+
"name": "*",
|
|
3466
|
+
"package": "./cell.template"
|
|
3467
3467
|
}
|
|
3468
3468
|
},
|
|
3469
3469
|
{
|
|
3470
3470
|
"kind": "js",
|
|
3471
|
-
"name": "
|
|
3471
|
+
"name": "*",
|
|
3472
3472
|
"declaration": {
|
|
3473
|
-
"name": "
|
|
3474
|
-
"
|
|
3473
|
+
"name": "*",
|
|
3474
|
+
"package": "./cell"
|
|
3475
3475
|
}
|
|
3476
3476
|
}
|
|
3477
3477
|
]
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/grid-pro",
|
|
3
3
|
"description": "Genesis Foundation AG Grid",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.200.0-FUI-2127.2",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -38,20 +38,20 @@
|
|
|
38
38
|
}
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@genesislcap/foundation-testing": "14.
|
|
42
|
-
"@genesislcap/genx": "14.
|
|
43
|
-
"@genesislcap/rollup-builder": "14.
|
|
44
|
-
"@genesislcap/ts-builder": "14.
|
|
45
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
46
|
-
"@genesislcap/vite-builder": "14.
|
|
47
|
-
"@genesislcap/webpack-builder": "14.
|
|
41
|
+
"@genesislcap/foundation-testing": "14.200.0-FUI-2127.2",
|
|
42
|
+
"@genesislcap/genx": "14.200.0-FUI-2127.2",
|
|
43
|
+
"@genesislcap/rollup-builder": "14.200.0-FUI-2127.2",
|
|
44
|
+
"@genesislcap/ts-builder": "14.200.0-FUI-2127.2",
|
|
45
|
+
"@genesislcap/uvu-playwright-builder": "14.200.0-FUI-2127.2",
|
|
46
|
+
"@genesislcap/vite-builder": "14.200.0-FUI-2127.2",
|
|
47
|
+
"@genesislcap/webpack-builder": "14.200.0-FUI-2127.2",
|
|
48
48
|
"rimraf": "^5.0.0"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@genesislcap/foundation-comms": "14.
|
|
52
|
-
"@genesislcap/foundation-logger": "14.
|
|
53
|
-
"@genesislcap/foundation-ui": "14.
|
|
54
|
-
"@genesislcap/foundation-utils": "14.
|
|
51
|
+
"@genesislcap/foundation-comms": "14.200.0-FUI-2127.2",
|
|
52
|
+
"@genesislcap/foundation-logger": "14.200.0-FUI-2127.2",
|
|
53
|
+
"@genesislcap/foundation-ui": "14.200.0-FUI-2127.2",
|
|
54
|
+
"@genesislcap/foundation-utils": "14.200.0-FUI-2127.2",
|
|
55
55
|
"@microsoft/fast-colors": "^5.3.1",
|
|
56
56
|
"@microsoft/fast-components": "^2.30.6",
|
|
57
57
|
"@microsoft/fast-element": "^1.12.0",
|
|
@@ -77,5 +77,5 @@
|
|
|
77
77
|
"access": "public"
|
|
78
78
|
},
|
|
79
79
|
"customElements": "dist/custom-elements.json",
|
|
80
|
-
"gitHead": "
|
|
80
|
+
"gitHead": "eaec2581b4a6918eb9f0e8a1f1800ebf233d9f62"
|
|
81
81
|
}
|