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