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