@genesislcap/grid-pro 14.123.0 → 14.125.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 +1041 -1041
- package/package.json +8 -8
|
@@ -1715,29 +1715,57 @@
|
|
|
1715
1715
|
},
|
|
1716
1716
|
{
|
|
1717
1717
|
"kind": "javascript-module",
|
|
1718
|
-
"path": "src/cell-
|
|
1718
|
+
"path": "src/cell-editors/date.editor.ts",
|
|
1719
1719
|
"declarations": [
|
|
1720
1720
|
{
|
|
1721
1721
|
"kind": "class",
|
|
1722
|
-
"description": "The AG
|
|
1723
|
-
"name": "
|
|
1722
|
+
"description": "The AG Date Editor element.",
|
|
1723
|
+
"name": "DateEditor",
|
|
1724
1724
|
"members": [
|
|
1725
1725
|
{
|
|
1726
1726
|
"kind": "field",
|
|
1727
|
-
"name": "
|
|
1727
|
+
"name": "value",
|
|
1728
1728
|
"type": {
|
|
1729
|
-
"text": "
|
|
1729
|
+
"text": "number"
|
|
1730
1730
|
},
|
|
1731
1731
|
"privacy": "public"
|
|
1732
1732
|
},
|
|
1733
1733
|
{
|
|
1734
1734
|
"kind": "field",
|
|
1735
|
-
"name": "
|
|
1735
|
+
"name": "actualWidth",
|
|
1736
1736
|
"type": {
|
|
1737
|
-
"text": "
|
|
1737
|
+
"text": "number"
|
|
1738
1738
|
},
|
|
1739
1739
|
"privacy": "public"
|
|
1740
1740
|
},
|
|
1741
|
+
{
|
|
1742
|
+
"kind": "field",
|
|
1743
|
+
"name": "params",
|
|
1744
|
+
"type": {
|
|
1745
|
+
"text": "DateEditorParams"
|
|
1746
|
+
}
|
|
1747
|
+
},
|
|
1748
|
+
{
|
|
1749
|
+
"kind": "field",
|
|
1750
|
+
"name": "dateFormat",
|
|
1751
|
+
"type": {
|
|
1752
|
+
"text": "string"
|
|
1753
|
+
}
|
|
1754
|
+
},
|
|
1755
|
+
{
|
|
1756
|
+
"kind": "field",
|
|
1757
|
+
"name": "input",
|
|
1758
|
+
"type": {
|
|
1759
|
+
"text": "any"
|
|
1760
|
+
}
|
|
1761
|
+
},
|
|
1762
|
+
{
|
|
1763
|
+
"kind": "field",
|
|
1764
|
+
"name": "inputType",
|
|
1765
|
+
"type": {
|
|
1766
|
+
"text": "'datetime-local' | 'date'"
|
|
1767
|
+
}
|
|
1768
|
+
},
|
|
1741
1769
|
{
|
|
1742
1770
|
"kind": "method",
|
|
1743
1771
|
"name": "init",
|
|
@@ -1746,7 +1774,7 @@
|
|
|
1746
1774
|
{
|
|
1747
1775
|
"name": "params",
|
|
1748
1776
|
"type": {
|
|
1749
|
-
"text": "
|
|
1777
|
+
"text": "DateEditorParams"
|
|
1750
1778
|
}
|
|
1751
1779
|
}
|
|
1752
1780
|
]
|
|
@@ -1765,39 +1793,49 @@
|
|
|
1765
1793
|
"kind": "method",
|
|
1766
1794
|
"name": "refresh",
|
|
1767
1795
|
"privacy": "public",
|
|
1796
|
+
"return": {
|
|
1797
|
+
"type": {
|
|
1798
|
+
"text": "boolean"
|
|
1799
|
+
}
|
|
1800
|
+
},
|
|
1768
1801
|
"parameters": [
|
|
1769
1802
|
{
|
|
1770
1803
|
"name": "params",
|
|
1771
1804
|
"type": {
|
|
1772
|
-
"text": "
|
|
1805
|
+
"text": "DateEditorParams"
|
|
1773
1806
|
}
|
|
1774
1807
|
}
|
|
1775
1808
|
]
|
|
1776
1809
|
},
|
|
1777
1810
|
{
|
|
1778
1811
|
"kind": "method",
|
|
1779
|
-
"name": "
|
|
1780
|
-
|
|
1812
|
+
"name": "getValue"
|
|
1813
|
+
},
|
|
1814
|
+
{
|
|
1815
|
+
"kind": "method",
|
|
1816
|
+
"name": "isPopup",
|
|
1781
1817
|
"return": {
|
|
1782
1818
|
"type": {
|
|
1783
1819
|
"text": "boolean"
|
|
1784
1820
|
}
|
|
1785
|
-
}
|
|
1821
|
+
}
|
|
1822
|
+
},
|
|
1823
|
+
{
|
|
1824
|
+
"kind": "method",
|
|
1825
|
+
"name": "changeHandler",
|
|
1786
1826
|
"parameters": [
|
|
1787
1827
|
{
|
|
1788
|
-
"name": "
|
|
1828
|
+
"name": "event"
|
|
1789
1829
|
}
|
|
1790
1830
|
]
|
|
1791
1831
|
},
|
|
1792
1832
|
{
|
|
1793
1833
|
"kind": "method",
|
|
1794
|
-
"name": "
|
|
1795
|
-
"privacy": "public"
|
|
1834
|
+
"name": "afterGuiAttached"
|
|
1796
1835
|
},
|
|
1797
1836
|
{
|
|
1798
|
-
"kind": "
|
|
1799
|
-
"name": "
|
|
1800
|
-
"readonly": true
|
|
1837
|
+
"kind": "method",
|
|
1838
|
+
"name": "isCancelBeforeStart"
|
|
1801
1839
|
},
|
|
1802
1840
|
{
|
|
1803
1841
|
"kind": "field",
|
|
@@ -1915,78 +1953,144 @@
|
|
|
1915
1953
|
"name": "FoundationElement",
|
|
1916
1954
|
"package": "@microsoft/fast-foundation"
|
|
1917
1955
|
},
|
|
1918
|
-
"tagName": "%%prefix%%-
|
|
1956
|
+
"tagName": "%%prefix%%-date-editor",
|
|
1919
1957
|
"customElement": true
|
|
1920
1958
|
},
|
|
1921
1959
|
{
|
|
1922
1960
|
"kind": "variable",
|
|
1923
|
-
"name": "
|
|
1924
|
-
"
|
|
1961
|
+
"name": "agDateEditorStyles",
|
|
1962
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
1963
|
+
"description": "The AG Select Renderer Styles.",
|
|
1925
1964
|
"privacy": "public"
|
|
1926
1965
|
},
|
|
1927
1966
|
{
|
|
1928
|
-
"kind": "
|
|
1929
|
-
"name": "
|
|
1930
|
-
"
|
|
1931
|
-
|
|
1967
|
+
"kind": "function",
|
|
1968
|
+
"name": "getDateEditorTemplate",
|
|
1969
|
+
"parameters": [
|
|
1970
|
+
{
|
|
1971
|
+
"name": "prefix",
|
|
1972
|
+
"default": "'foundation'",
|
|
1973
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
1974
|
+
}
|
|
1975
|
+
],
|
|
1976
|
+
"description": "Get a Design System prefixed Select template.",
|
|
1977
|
+
"return": {
|
|
1978
|
+
"type": {
|
|
1979
|
+
"text": ""
|
|
1980
|
+
}
|
|
1981
|
+
},
|
|
1932
1982
|
"privacy": "public"
|
|
1933
1983
|
},
|
|
1934
1984
|
{
|
|
1935
1985
|
"kind": "variable",
|
|
1936
|
-
"name": "
|
|
1937
|
-
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
1986
|
+
"name": "foundationDateEditor",
|
|
1938
1987
|
"privacy": "public"
|
|
1939
1988
|
}
|
|
1940
1989
|
],
|
|
1941
1990
|
"exports": [
|
|
1942
1991
|
{
|
|
1943
1992
|
"kind": "js",
|
|
1944
|
-
"name": "
|
|
1993
|
+
"name": "DateEditor",
|
|
1945
1994
|
"declaration": {
|
|
1946
|
-
"name": "
|
|
1947
|
-
"module": "src/cell-
|
|
1995
|
+
"name": "DateEditor",
|
|
1996
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
1948
1997
|
}
|
|
1949
1998
|
},
|
|
1950
1999
|
{
|
|
1951
2000
|
"kind": "js",
|
|
1952
|
-
"name": "
|
|
2001
|
+
"name": "agDateEditorStyles",
|
|
1953
2002
|
"declaration": {
|
|
1954
|
-
"name": "
|
|
1955
|
-
"module": "src/cell-
|
|
2003
|
+
"name": "agDateEditorStyles",
|
|
2004
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
1956
2005
|
}
|
|
1957
2006
|
},
|
|
1958
2007
|
{
|
|
1959
2008
|
"kind": "js",
|
|
1960
|
-
"name": "
|
|
2009
|
+
"name": "getDateEditorTemplate",
|
|
1961
2010
|
"declaration": {
|
|
1962
|
-
"name": "
|
|
1963
|
-
"module": "src/cell-
|
|
2011
|
+
"name": "getDateEditorTemplate",
|
|
2012
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
1964
2013
|
}
|
|
1965
2014
|
},
|
|
1966
2015
|
{
|
|
1967
2016
|
"kind": "js",
|
|
1968
|
-
"name": "
|
|
2017
|
+
"name": "foundationDateEditor",
|
|
1969
2018
|
"declaration": {
|
|
1970
|
-
"name": "
|
|
1971
|
-
"module": "src/cell-
|
|
2019
|
+
"name": "foundationDateEditor",
|
|
2020
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
1972
2021
|
}
|
|
1973
2022
|
}
|
|
1974
2023
|
]
|
|
1975
2024
|
},
|
|
1976
2025
|
{
|
|
1977
2026
|
"kind": "javascript-module",
|
|
1978
|
-
"path": "src/cell-
|
|
2027
|
+
"path": "src/cell-editors/index.ts",
|
|
2028
|
+
"declarations": [],
|
|
2029
|
+
"exports": [
|
|
2030
|
+
{
|
|
2031
|
+
"kind": "js",
|
|
2032
|
+
"name": "*",
|
|
2033
|
+
"declaration": {
|
|
2034
|
+
"name": "*",
|
|
2035
|
+
"package": "./date.editor"
|
|
2036
|
+
}
|
|
2037
|
+
},
|
|
2038
|
+
{
|
|
2039
|
+
"kind": "js",
|
|
2040
|
+
"name": "*",
|
|
2041
|
+
"declaration": {
|
|
2042
|
+
"name": "*",
|
|
2043
|
+
"package": "./multiselect.editor"
|
|
2044
|
+
}
|
|
2045
|
+
},
|
|
2046
|
+
{
|
|
2047
|
+
"kind": "js",
|
|
2048
|
+
"name": "*",
|
|
2049
|
+
"declaration": {
|
|
2050
|
+
"name": "*",
|
|
2051
|
+
"package": "./number.editor"
|
|
2052
|
+
}
|
|
2053
|
+
},
|
|
2054
|
+
{
|
|
2055
|
+
"kind": "js",
|
|
2056
|
+
"name": "*",
|
|
2057
|
+
"declaration": {
|
|
2058
|
+
"name": "*",
|
|
2059
|
+
"package": "./select.editor"
|
|
2060
|
+
}
|
|
2061
|
+
},
|
|
2062
|
+
{
|
|
2063
|
+
"kind": "js",
|
|
2064
|
+
"name": "*",
|
|
2065
|
+
"declaration": {
|
|
2066
|
+
"name": "*",
|
|
2067
|
+
"package": "./string.editor"
|
|
2068
|
+
}
|
|
2069
|
+
}
|
|
2070
|
+
]
|
|
2071
|
+
},
|
|
2072
|
+
{
|
|
2073
|
+
"kind": "javascript-module",
|
|
2074
|
+
"path": "src/cell-editors/multiselect.editor.ts",
|
|
1979
2075
|
"declarations": [
|
|
1980
2076
|
{
|
|
1981
2077
|
"kind": "class",
|
|
1982
|
-
"description": "The
|
|
1983
|
-
"name": "
|
|
2078
|
+
"description": "The AG Multiselect Editor element.",
|
|
2079
|
+
"name": "MultiselectEditor",
|
|
1984
2080
|
"members": [
|
|
1985
2081
|
{
|
|
1986
2082
|
"kind": "field",
|
|
1987
2083
|
"name": "params",
|
|
1988
2084
|
"type": {
|
|
1989
|
-
"text": "
|
|
2085
|
+
"text": "MultiselectEditorParams"
|
|
2086
|
+
},
|
|
2087
|
+
"privacy": "public"
|
|
2088
|
+
},
|
|
2089
|
+
{
|
|
2090
|
+
"kind": "field",
|
|
2091
|
+
"name": "selectedOptions",
|
|
2092
|
+
"type": {
|
|
2093
|
+
"text": "any[]"
|
|
1990
2094
|
},
|
|
1991
2095
|
"privacy": "public"
|
|
1992
2096
|
},
|
|
@@ -1998,7 +2102,7 @@
|
|
|
1998
2102
|
{
|
|
1999
2103
|
"name": "params",
|
|
2000
2104
|
"type": {
|
|
2001
|
-
"text": "
|
|
2105
|
+
"text": "MultiselectEditorParams"
|
|
2002
2106
|
}
|
|
2003
2107
|
}
|
|
2004
2108
|
]
|
|
@@ -2013,19 +2117,60 @@
|
|
|
2013
2117
|
}
|
|
2014
2118
|
}
|
|
2015
2119
|
},
|
|
2120
|
+
{
|
|
2121
|
+
"kind": "method",
|
|
2122
|
+
"name": "destroy",
|
|
2123
|
+
"privacy": "public",
|
|
2124
|
+
"return": {
|
|
2125
|
+
"type": {
|
|
2126
|
+
"text": "void"
|
|
2127
|
+
}
|
|
2128
|
+
}
|
|
2129
|
+
},
|
|
2016
2130
|
{
|
|
2017
2131
|
"kind": "method",
|
|
2018
2132
|
"name": "refresh",
|
|
2019
2133
|
"privacy": "public",
|
|
2134
|
+
"return": {
|
|
2135
|
+
"type": {
|
|
2136
|
+
"text": "boolean"
|
|
2137
|
+
}
|
|
2138
|
+
},
|
|
2020
2139
|
"parameters": [
|
|
2021
2140
|
{
|
|
2022
2141
|
"name": "params",
|
|
2023
2142
|
"type": {
|
|
2024
|
-
"text": "
|
|
2143
|
+
"text": "MultiselectEditorParams"
|
|
2025
2144
|
}
|
|
2026
2145
|
}
|
|
2027
2146
|
]
|
|
2028
2147
|
},
|
|
2148
|
+
{
|
|
2149
|
+
"kind": "method",
|
|
2150
|
+
"name": "getValue"
|
|
2151
|
+
},
|
|
2152
|
+
{
|
|
2153
|
+
"kind": "method",
|
|
2154
|
+
"name": "isPopup",
|
|
2155
|
+
"return": {
|
|
2156
|
+
"type": {
|
|
2157
|
+
"text": "boolean"
|
|
2158
|
+
}
|
|
2159
|
+
}
|
|
2160
|
+
},
|
|
2161
|
+
{
|
|
2162
|
+
"kind": "method",
|
|
2163
|
+
"name": "changeHandler",
|
|
2164
|
+
"parameters": [
|
|
2165
|
+
{
|
|
2166
|
+
"name": "event"
|
|
2167
|
+
}
|
|
2168
|
+
]
|
|
2169
|
+
},
|
|
2170
|
+
{
|
|
2171
|
+
"kind": "method",
|
|
2172
|
+
"name": "isCancelBeforeStart"
|
|
2173
|
+
},
|
|
2029
2174
|
{
|
|
2030
2175
|
"kind": "field",
|
|
2031
2176
|
"name": "_presentation",
|
|
@@ -2142,118 +2287,115 @@
|
|
|
2142
2287
|
"name": "FoundationElement",
|
|
2143
2288
|
"package": "@microsoft/fast-foundation"
|
|
2144
2289
|
},
|
|
2145
|
-
"tagName": "%%prefix%%-
|
|
2290
|
+
"tagName": "%%prefix%%-multiselect-editor",
|
|
2146
2291
|
"customElement": true
|
|
2147
2292
|
},
|
|
2148
2293
|
{
|
|
2149
2294
|
"kind": "variable",
|
|
2150
|
-
"name": "
|
|
2151
|
-
"
|
|
2295
|
+
"name": "agMultiselectEditorStyles",
|
|
2296
|
+
"default": "css``",
|
|
2297
|
+
"description": "The AG Select Renderer Styles.",
|
|
2152
2298
|
"privacy": "public"
|
|
2153
2299
|
},
|
|
2154
2300
|
{
|
|
2155
2301
|
"kind": "function",
|
|
2156
|
-
"name": "
|
|
2302
|
+
"name": "getMultiselectEditorTemplate",
|
|
2303
|
+
"parameters": [
|
|
2304
|
+
{
|
|
2305
|
+
"name": "designSystem",
|
|
2306
|
+
"default": "'foundation'",
|
|
2307
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
2308
|
+
}
|
|
2309
|
+
],
|
|
2310
|
+
"description": "Get a Design System prefixed Select template.",
|
|
2157
2311
|
"return": {
|
|
2158
2312
|
"type": {
|
|
2159
2313
|
"text": ""
|
|
2160
2314
|
}
|
|
2161
2315
|
},
|
|
2162
|
-
"
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
},
|
|
2168
|
-
"description": "Array of {@link @genesislcap/foundation-ui#ActionMenuItem}to be displayed in the menu.\n * "
|
|
2169
|
-
},
|
|
2170
|
-
{
|
|
2171
|
-
"name": "overrideDef",
|
|
2172
|
-
"default": "{}",
|
|
2173
|
-
"type": {
|
|
2174
|
-
"text": "ColDef"
|
|
2175
|
-
},
|
|
2176
|
-
"description": "Optional override for the ColDef. Will override any of the default values. Default is an empty object."
|
|
2177
|
-
},
|
|
2178
|
-
{
|
|
2179
|
-
"name": "customActionsOpenerName",
|
|
2180
|
-
"default": "'⋮'",
|
|
2181
|
-
"type": {
|
|
2182
|
-
"text": "string"
|
|
2183
|
-
},
|
|
2184
|
-
"description": "Optional custom name for the button that opens the menu. Default is '⋮'."
|
|
2185
|
-
},
|
|
2186
|
-
{
|
|
2187
|
-
"name": "isVertical",
|
|
2188
|
-
"default": "false",
|
|
2189
|
-
"type": {
|
|
2190
|
-
"text": "boolean"
|
|
2191
|
-
},
|
|
2192
|
-
"description": "Optional flag to display the menu vertically. Default is false (displays the menu horizontally, follow the rowHeight)."
|
|
2193
|
-
},
|
|
2194
|
-
{
|
|
2195
|
-
"name": "buttonAppearance",
|
|
2196
|
-
"optional": true,
|
|
2197
|
-
"type": {
|
|
2198
|
-
"text": "string"
|
|
2199
|
-
},
|
|
2200
|
-
"description": "Optional appearance for the button that opens the menu. Default is 'outline'."
|
|
2201
|
-
}
|
|
2202
|
-
],
|
|
2203
|
-
"description": "Helper function to get ColDef https://www.ag-grid.com/javascript-data-grid/column-properties/ for Actions Menu Renderer.\nWill take the parameter values for a base ColDef and merge them with the overrideDef (if specified).",
|
|
2316
|
+
"privacy": "public"
|
|
2317
|
+
},
|
|
2318
|
+
{
|
|
2319
|
+
"kind": "variable",
|
|
2320
|
+
"name": "foundationMultiselectEditor",
|
|
2204
2321
|
"privacy": "public"
|
|
2205
2322
|
}
|
|
2206
2323
|
],
|
|
2207
2324
|
"exports": [
|
|
2208
2325
|
{
|
|
2209
2326
|
"kind": "js",
|
|
2210
|
-
"name": "
|
|
2327
|
+
"name": "MultiselectEditor",
|
|
2211
2328
|
"declaration": {
|
|
2212
|
-
"name": "
|
|
2213
|
-
"module": "src/cell-
|
|
2329
|
+
"name": "MultiselectEditor",
|
|
2330
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2214
2331
|
}
|
|
2215
2332
|
},
|
|
2216
2333
|
{
|
|
2217
2334
|
"kind": "js",
|
|
2218
|
-
"name": "
|
|
2335
|
+
"name": "agMultiselectEditorStyles",
|
|
2219
2336
|
"declaration": {
|
|
2220
|
-
"name": "
|
|
2221
|
-
"module": "src/cell-
|
|
2337
|
+
"name": "agMultiselectEditorStyles",
|
|
2338
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2222
2339
|
}
|
|
2223
2340
|
},
|
|
2224
2341
|
{
|
|
2225
2342
|
"kind": "js",
|
|
2226
|
-
"name": "
|
|
2343
|
+
"name": "getMultiselectEditorTemplate",
|
|
2227
2344
|
"declaration": {
|
|
2228
|
-
"name": "
|
|
2229
|
-
"module": "src/cell-
|
|
2345
|
+
"name": "getMultiselectEditorTemplate",
|
|
2346
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2347
|
+
}
|
|
2348
|
+
},
|
|
2349
|
+
{
|
|
2350
|
+
"kind": "js",
|
|
2351
|
+
"name": "foundationMultiselectEditor",
|
|
2352
|
+
"declaration": {
|
|
2353
|
+
"name": "foundationMultiselectEditor",
|
|
2354
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2230
2355
|
}
|
|
2231
2356
|
}
|
|
2232
2357
|
]
|
|
2233
2358
|
},
|
|
2234
2359
|
{
|
|
2235
2360
|
"kind": "javascript-module",
|
|
2236
|
-
"path": "src/cell-
|
|
2361
|
+
"path": "src/cell-editors/number.editor.ts",
|
|
2237
2362
|
"declarations": [
|
|
2238
2363
|
{
|
|
2239
2364
|
"kind": "class",
|
|
2240
|
-
"description": "The AG
|
|
2241
|
-
"name": "
|
|
2365
|
+
"description": "The AG Number Editor element.",
|
|
2366
|
+
"name": "NumberEditor",
|
|
2242
2367
|
"members": [
|
|
2243
2368
|
{
|
|
2244
2369
|
"kind": "field",
|
|
2245
2370
|
"name": "params",
|
|
2246
2371
|
"type": {
|
|
2247
|
-
"text": "
|
|
2372
|
+
"text": "NumberEditorParams"
|
|
2248
2373
|
},
|
|
2249
2374
|
"privacy": "public"
|
|
2250
2375
|
},
|
|
2251
2376
|
{
|
|
2252
2377
|
"kind": "field",
|
|
2253
|
-
"name": "
|
|
2378
|
+
"name": "value",
|
|
2254
2379
|
"type": {
|
|
2255
|
-
"text": "
|
|
2256
|
-
}
|
|
2380
|
+
"text": "number"
|
|
2381
|
+
},
|
|
2382
|
+
"privacy": "public"
|
|
2383
|
+
},
|
|
2384
|
+
{
|
|
2385
|
+
"kind": "field",
|
|
2386
|
+
"name": "actualWidth",
|
|
2387
|
+
"type": {
|
|
2388
|
+
"text": "number"
|
|
2389
|
+
},
|
|
2390
|
+
"privacy": "public"
|
|
2391
|
+
},
|
|
2392
|
+
{
|
|
2393
|
+
"kind": "field",
|
|
2394
|
+
"name": "input",
|
|
2395
|
+
"type": {
|
|
2396
|
+
"text": "any"
|
|
2397
|
+
},
|
|
2398
|
+
"privacy": "public"
|
|
2257
2399
|
},
|
|
2258
2400
|
{
|
|
2259
2401
|
"kind": "method",
|
|
@@ -2263,21 +2405,11 @@
|
|
|
2263
2405
|
{
|
|
2264
2406
|
"name": "params",
|
|
2265
2407
|
"type": {
|
|
2266
|
-
"text": "
|
|
2408
|
+
"text": "NumberEditorParams"
|
|
2267
2409
|
}
|
|
2268
2410
|
}
|
|
2269
2411
|
]
|
|
2270
2412
|
},
|
|
2271
|
-
{
|
|
2272
|
-
"kind": "method",
|
|
2273
|
-
"name": "changeHandler",
|
|
2274
|
-
"privacy": "public",
|
|
2275
|
-
"parameters": [
|
|
2276
|
-
{
|
|
2277
|
-
"name": "e"
|
|
2278
|
-
}
|
|
2279
|
-
]
|
|
2280
|
-
},
|
|
2281
2413
|
{
|
|
2282
2414
|
"kind": "method",
|
|
2283
2415
|
"name": "getGui",
|
|
@@ -2288,20 +2420,20 @@
|
|
|
2288
2420
|
}
|
|
2289
2421
|
}
|
|
2290
2422
|
},
|
|
2291
|
-
{
|
|
2292
|
-
"kind": "method",
|
|
2293
|
-
"name": "destroy",
|
|
2294
|
-
"privacy": "public"
|
|
2295
|
-
},
|
|
2296
2423
|
{
|
|
2297
2424
|
"kind": "method",
|
|
2298
2425
|
"name": "refresh",
|
|
2299
2426
|
"privacy": "public",
|
|
2427
|
+
"return": {
|
|
2428
|
+
"type": {
|
|
2429
|
+
"text": "boolean"
|
|
2430
|
+
}
|
|
2431
|
+
},
|
|
2300
2432
|
"parameters": [
|
|
2301
2433
|
{
|
|
2302
2434
|
"name": "params",
|
|
2303
2435
|
"type": {
|
|
2304
|
-
"text": "
|
|
2436
|
+
"text": "NumberEditorParams"
|
|
2305
2437
|
}
|
|
2306
2438
|
}
|
|
2307
2439
|
]
|
|
@@ -2310,6 +2442,28 @@
|
|
|
2310
2442
|
"kind": "method",
|
|
2311
2443
|
"name": "getValue"
|
|
2312
2444
|
},
|
|
2445
|
+
{
|
|
2446
|
+
"kind": "method",
|
|
2447
|
+
"name": "isPopup",
|
|
2448
|
+
"return": {
|
|
2449
|
+
"type": {
|
|
2450
|
+
"text": "boolean"
|
|
2451
|
+
}
|
|
2452
|
+
}
|
|
2453
|
+
},
|
|
2454
|
+
{
|
|
2455
|
+
"kind": "method",
|
|
2456
|
+
"name": "afterGuiAttached"
|
|
2457
|
+
},
|
|
2458
|
+
{
|
|
2459
|
+
"kind": "method",
|
|
2460
|
+
"name": "changeHandler",
|
|
2461
|
+
"parameters": [
|
|
2462
|
+
{
|
|
2463
|
+
"name": "event"
|
|
2464
|
+
}
|
|
2465
|
+
]
|
|
2466
|
+
},
|
|
2313
2467
|
{
|
|
2314
2468
|
"kind": "method",
|
|
2315
2469
|
"name": "isCancelBeforeStart"
|
|
@@ -2430,19 +2584,19 @@
|
|
|
2430
2584
|
"name": "FoundationElement",
|
|
2431
2585
|
"package": "@microsoft/fast-foundation"
|
|
2432
2586
|
},
|
|
2433
|
-
"tagName": "%%prefix%%-
|
|
2587
|
+
"tagName": "%%prefix%%-number-editor",
|
|
2434
2588
|
"customElement": true
|
|
2435
2589
|
},
|
|
2436
2590
|
{
|
|
2437
2591
|
"kind": "variable",
|
|
2438
|
-
"name": "
|
|
2439
|
-
"default": "css`\n :host {\n
|
|
2440
|
-
"description": "The AG
|
|
2592
|
+
"name": "agNumberEditorStyles",
|
|
2593
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
2594
|
+
"description": "The AG Number Editor Styles.",
|
|
2441
2595
|
"privacy": "public"
|
|
2442
2596
|
},
|
|
2443
2597
|
{
|
|
2444
2598
|
"kind": "function",
|
|
2445
|
-
"name": "
|
|
2599
|
+
"name": "getNumberEditorTemplate",
|
|
2446
2600
|
"parameters": [
|
|
2447
2601
|
{
|
|
2448
2602
|
"name": "designSystem",
|
|
@@ -2450,7 +2604,7 @@
|
|
|
2450
2604
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
2451
2605
|
}
|
|
2452
2606
|
],
|
|
2453
|
-
"description": "Get a Design System prefixed
|
|
2607
|
+
"description": "Get a Design System prefixed Select template.",
|
|
2454
2608
|
"return": {
|
|
2455
2609
|
"type": {
|
|
2456
2610
|
"text": ""
|
|
@@ -2460,61 +2614,85 @@
|
|
|
2460
2614
|
},
|
|
2461
2615
|
{
|
|
2462
2616
|
"kind": "variable",
|
|
2463
|
-
"name": "
|
|
2464
|
-
"description": "A function that returns a Foundation Boolean Renderer registration for configuring the component with a DesignSystem.",
|
|
2617
|
+
"name": "foundationNumberEditor",
|
|
2465
2618
|
"privacy": "public"
|
|
2466
2619
|
}
|
|
2467
2620
|
],
|
|
2468
2621
|
"exports": [
|
|
2469
2622
|
{
|
|
2470
2623
|
"kind": "js",
|
|
2471
|
-
"name": "
|
|
2624
|
+
"name": "NumberEditor",
|
|
2472
2625
|
"declaration": {
|
|
2473
|
-
"name": "
|
|
2474
|
-
"module": "src/cell-
|
|
2626
|
+
"name": "NumberEditor",
|
|
2627
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
2475
2628
|
}
|
|
2476
2629
|
},
|
|
2477
2630
|
{
|
|
2478
2631
|
"kind": "js",
|
|
2479
|
-
"name": "
|
|
2632
|
+
"name": "agNumberEditorStyles",
|
|
2480
2633
|
"declaration": {
|
|
2481
|
-
"name": "
|
|
2482
|
-
"module": "src/cell-
|
|
2634
|
+
"name": "agNumberEditorStyles",
|
|
2635
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
2483
2636
|
}
|
|
2484
2637
|
},
|
|
2485
2638
|
{
|
|
2486
2639
|
"kind": "js",
|
|
2487
|
-
"name": "
|
|
2640
|
+
"name": "getNumberEditorTemplate",
|
|
2488
2641
|
"declaration": {
|
|
2489
|
-
"name": "
|
|
2490
|
-
"module": "src/cell-
|
|
2642
|
+
"name": "getNumberEditorTemplate",
|
|
2643
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
2491
2644
|
}
|
|
2492
2645
|
},
|
|
2493
2646
|
{
|
|
2494
2647
|
"kind": "js",
|
|
2495
|
-
"name": "
|
|
2648
|
+
"name": "foundationNumberEditor",
|
|
2496
2649
|
"declaration": {
|
|
2497
|
-
"name": "
|
|
2498
|
-
"module": "src/cell-
|
|
2650
|
+
"name": "foundationNumberEditor",
|
|
2651
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
2499
2652
|
}
|
|
2500
2653
|
}
|
|
2501
2654
|
]
|
|
2502
2655
|
},
|
|
2503
2656
|
{
|
|
2504
2657
|
"kind": "javascript-module",
|
|
2505
|
-
"path": "src/cell-
|
|
2658
|
+
"path": "src/cell-editors/select.editor.ts",
|
|
2506
2659
|
"declarations": [
|
|
2507
2660
|
{
|
|
2508
2661
|
"kind": "class",
|
|
2509
|
-
"description": "The AG
|
|
2510
|
-
"name": "
|
|
2662
|
+
"description": "The AG Select Editor element.",
|
|
2663
|
+
"name": "SelectEditor",
|
|
2511
2664
|
"members": [
|
|
2512
2665
|
{
|
|
2513
2666
|
"kind": "field",
|
|
2514
|
-
"name": "
|
|
2667
|
+
"name": "params",
|
|
2668
|
+
"type": {
|
|
2669
|
+
"text": "SelectEditorParams"
|
|
2670
|
+
},
|
|
2671
|
+
"privacy": "public"
|
|
2672
|
+
},
|
|
2673
|
+
{
|
|
2674
|
+
"kind": "field",
|
|
2675
|
+
"name": "value",
|
|
2515
2676
|
"type": {
|
|
2516
2677
|
"text": "string"
|
|
2517
|
-
}
|
|
2678
|
+
},
|
|
2679
|
+
"privacy": "public"
|
|
2680
|
+
},
|
|
2681
|
+
{
|
|
2682
|
+
"kind": "field",
|
|
2683
|
+
"name": "actualWidth",
|
|
2684
|
+
"type": {
|
|
2685
|
+
"text": "number"
|
|
2686
|
+
},
|
|
2687
|
+
"privacy": "public"
|
|
2688
|
+
},
|
|
2689
|
+
{
|
|
2690
|
+
"kind": "field",
|
|
2691
|
+
"name": "combobox",
|
|
2692
|
+
"type": {
|
|
2693
|
+
"text": "any"
|
|
2694
|
+
},
|
|
2695
|
+
"privacy": "public"
|
|
2518
2696
|
},
|
|
2519
2697
|
{
|
|
2520
2698
|
"kind": "method",
|
|
@@ -2524,7 +2702,7 @@
|
|
|
2524
2702
|
{
|
|
2525
2703
|
"name": "params",
|
|
2526
2704
|
"type": {
|
|
2527
|
-
"text": "
|
|
2705
|
+
"text": "SelectEditorParams"
|
|
2528
2706
|
}
|
|
2529
2707
|
}
|
|
2530
2708
|
]
|
|
@@ -2543,36 +2721,71 @@
|
|
|
2543
2721
|
"kind": "method",
|
|
2544
2722
|
"name": "refresh",
|
|
2545
2723
|
"privacy": "public",
|
|
2724
|
+
"return": {
|
|
2725
|
+
"type": {
|
|
2726
|
+
"text": "boolean"
|
|
2727
|
+
}
|
|
2728
|
+
},
|
|
2546
2729
|
"parameters": [
|
|
2547
2730
|
{
|
|
2548
2731
|
"name": "params",
|
|
2549
2732
|
"type": {
|
|
2550
|
-
"text": "
|
|
2733
|
+
"text": "SelectEditorParams"
|
|
2551
2734
|
}
|
|
2552
2735
|
}
|
|
2553
2736
|
]
|
|
2554
2737
|
},
|
|
2555
2738
|
{
|
|
2556
|
-
"kind": "
|
|
2557
|
-
"name": "
|
|
2558
|
-
|
|
2559
|
-
|
|
2560
|
-
|
|
2561
|
-
"
|
|
2562
|
-
"
|
|
2563
|
-
|
|
2564
|
-
|
|
2565
|
-
|
|
2739
|
+
"kind": "method",
|
|
2740
|
+
"name": "getValue"
|
|
2741
|
+
},
|
|
2742
|
+
{
|
|
2743
|
+
"kind": "method",
|
|
2744
|
+
"name": "isPopup",
|
|
2745
|
+
"return": {
|
|
2746
|
+
"type": {
|
|
2747
|
+
"text": "boolean"
|
|
2748
|
+
}
|
|
2566
2749
|
}
|
|
2567
2750
|
},
|
|
2568
2751
|
{
|
|
2569
|
-
"kind": "
|
|
2570
|
-
"name": "
|
|
2571
|
-
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
|
-
"
|
|
2575
|
-
"
|
|
2752
|
+
"kind": "method",
|
|
2753
|
+
"name": "afterGuiAttached"
|
|
2754
|
+
},
|
|
2755
|
+
{
|
|
2756
|
+
"kind": "method",
|
|
2757
|
+
"name": "changeHandler",
|
|
2758
|
+
"parameters": [
|
|
2759
|
+
{
|
|
2760
|
+
"name": "event"
|
|
2761
|
+
}
|
|
2762
|
+
]
|
|
2763
|
+
},
|
|
2764
|
+
{
|
|
2765
|
+
"kind": "method",
|
|
2766
|
+
"name": "isCancelBeforeStart"
|
|
2767
|
+
},
|
|
2768
|
+
{
|
|
2769
|
+
"kind": "field",
|
|
2770
|
+
"name": "_presentation",
|
|
2771
|
+
"type": {
|
|
2772
|
+
"text": "ComponentPresentation | null | undefined"
|
|
2773
|
+
},
|
|
2774
|
+
"privacy": "private",
|
|
2775
|
+
"default": "void 0",
|
|
2776
|
+
"inheritedFrom": {
|
|
2777
|
+
"name": "FoundationElement",
|
|
2778
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2779
|
+
}
|
|
2780
|
+
},
|
|
2781
|
+
{
|
|
2782
|
+
"kind": "field",
|
|
2783
|
+
"name": "$presentation",
|
|
2784
|
+
"type": {
|
|
2785
|
+
"text": "ComponentPresentation | null"
|
|
2786
|
+
},
|
|
2787
|
+
"privacy": "public",
|
|
2788
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2576
2789
|
"inheritedFrom": {
|
|
2577
2790
|
"name": "FoundationElement",
|
|
2578
2791
|
"module": "src/foundation-element/foundation-element.ts"
|
|
@@ -2668,19 +2881,19 @@
|
|
|
2668
2881
|
"name": "FoundationElement",
|
|
2669
2882
|
"package": "@microsoft/fast-foundation"
|
|
2670
2883
|
},
|
|
2671
|
-
"tagName": "%%prefix%%-
|
|
2884
|
+
"tagName": "%%prefix%%-select-editor",
|
|
2672
2885
|
"customElement": true
|
|
2673
2886
|
},
|
|
2674
2887
|
{
|
|
2675
2888
|
"kind": "variable",
|
|
2676
|
-
"name": "
|
|
2677
|
-
"default": "css
|
|
2678
|
-
"description": "The AG
|
|
2889
|
+
"name": "agSelectEditorStyles",
|
|
2890
|
+
"default": "css``",
|
|
2891
|
+
"description": "The AG Select Renderer Styles.",
|
|
2679
2892
|
"privacy": "public"
|
|
2680
2893
|
},
|
|
2681
2894
|
{
|
|
2682
2895
|
"kind": "function",
|
|
2683
|
-
"name": "
|
|
2896
|
+
"name": "getSelectEditorTemplate",
|
|
2684
2897
|
"parameters": [
|
|
2685
2898
|
{
|
|
2686
2899
|
"name": "designSystem",
|
|
@@ -2688,7 +2901,7 @@
|
|
|
2688
2901
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
2689
2902
|
}
|
|
2690
2903
|
],
|
|
2691
|
-
"description": "Get a Design System prefixed
|
|
2904
|
+
"description": "Get a Design System prefixed Select template.",
|
|
2692
2905
|
"return": {
|
|
2693
2906
|
"type": {
|
|
2694
2907
|
"text": ""
|
|
@@ -2698,123 +2911,59 @@
|
|
|
2698
2911
|
},
|
|
2699
2912
|
{
|
|
2700
2913
|
"kind": "variable",
|
|
2701
|
-
"name": "
|
|
2702
|
-
"description": "A function that returns a Foundation Editable Renderer registration for configuring the component with a DesignSystem.",
|
|
2914
|
+
"name": "foundationSelectEditor",
|
|
2703
2915
|
"privacy": "public"
|
|
2704
2916
|
}
|
|
2705
2917
|
],
|
|
2706
2918
|
"exports": [
|
|
2707
2919
|
{
|
|
2708
2920
|
"kind": "js",
|
|
2709
|
-
"name": "
|
|
2710
|
-
"declaration": {
|
|
2711
|
-
"name": "EditableRenderer",
|
|
2712
|
-
"module": "src/cell-renderers/editable.renderer.ts"
|
|
2713
|
-
}
|
|
2714
|
-
},
|
|
2715
|
-
{
|
|
2716
|
-
"kind": "js",
|
|
2717
|
-
"name": "agEditableRendererStyles",
|
|
2718
|
-
"declaration": {
|
|
2719
|
-
"name": "agEditableRendererStyles",
|
|
2720
|
-
"module": "src/cell-renderers/editable.renderer.ts"
|
|
2721
|
-
}
|
|
2722
|
-
},
|
|
2723
|
-
{
|
|
2724
|
-
"kind": "js",
|
|
2725
|
-
"name": "getAgEditableRendererTemplate",
|
|
2726
|
-
"declaration": {
|
|
2727
|
-
"name": "getAgEditableRendererTemplate",
|
|
2728
|
-
"module": "src/cell-renderers/editable.renderer.ts"
|
|
2729
|
-
}
|
|
2730
|
-
},
|
|
2731
|
-
{
|
|
2732
|
-
"kind": "js",
|
|
2733
|
-
"name": "foundationAgEditableRenderer",
|
|
2734
|
-
"declaration": {
|
|
2735
|
-
"name": "foundationAgEditableRenderer",
|
|
2736
|
-
"module": "src/cell-renderers/editable.renderer.ts"
|
|
2737
|
-
}
|
|
2738
|
-
}
|
|
2739
|
-
]
|
|
2740
|
-
},
|
|
2741
|
-
{
|
|
2742
|
-
"kind": "javascript-module",
|
|
2743
|
-
"path": "src/cell-renderers/index.ts",
|
|
2744
|
-
"declarations": [],
|
|
2745
|
-
"exports": [
|
|
2746
|
-
{
|
|
2747
|
-
"kind": "js",
|
|
2748
|
-
"name": "*",
|
|
2749
|
-
"declaration": {
|
|
2750
|
-
"name": "*",
|
|
2751
|
-
"package": "./action.renderer"
|
|
2752
|
-
}
|
|
2753
|
-
},
|
|
2754
|
-
{
|
|
2755
|
-
"kind": "js",
|
|
2756
|
-
"name": "*",
|
|
2757
|
-
"declaration": {
|
|
2758
|
-
"name": "*",
|
|
2759
|
-
"package": "./actions-menu.renderer"
|
|
2760
|
-
}
|
|
2761
|
-
},
|
|
2762
|
-
{
|
|
2763
|
-
"kind": "js",
|
|
2764
|
-
"name": "*",
|
|
2765
|
-
"declaration": {
|
|
2766
|
-
"name": "*",
|
|
2767
|
-
"package": "./boolean.renderer"
|
|
2768
|
-
}
|
|
2769
|
-
},
|
|
2770
|
-
{
|
|
2771
|
-
"kind": "js",
|
|
2772
|
-
"name": "*",
|
|
2921
|
+
"name": "SelectEditor",
|
|
2773
2922
|
"declaration": {
|
|
2774
|
-
"name": "
|
|
2775
|
-
"
|
|
2923
|
+
"name": "SelectEditor",
|
|
2924
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
2776
2925
|
}
|
|
2777
2926
|
},
|
|
2778
2927
|
{
|
|
2779
2928
|
"kind": "js",
|
|
2780
|
-
"name": "
|
|
2929
|
+
"name": "agSelectEditorStyles",
|
|
2781
2930
|
"declaration": {
|
|
2782
|
-
"name": "
|
|
2783
|
-
"
|
|
2931
|
+
"name": "agSelectEditorStyles",
|
|
2932
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
2784
2933
|
}
|
|
2785
2934
|
},
|
|
2786
2935
|
{
|
|
2787
2936
|
"kind": "js",
|
|
2788
|
-
"name": "
|
|
2937
|
+
"name": "getSelectEditorTemplate",
|
|
2789
2938
|
"declaration": {
|
|
2790
|
-
"name": "
|
|
2791
|
-
"
|
|
2939
|
+
"name": "getSelectEditorTemplate",
|
|
2940
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
2792
2941
|
}
|
|
2793
2942
|
},
|
|
2794
2943
|
{
|
|
2795
2944
|
"kind": "js",
|
|
2796
|
-
"name": "
|
|
2945
|
+
"name": "foundationSelectEditor",
|
|
2797
2946
|
"declaration": {
|
|
2798
|
-
"name": "
|
|
2799
|
-
"
|
|
2947
|
+
"name": "foundationSelectEditor",
|
|
2948
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
2800
2949
|
}
|
|
2801
2950
|
}
|
|
2802
2951
|
]
|
|
2803
2952
|
},
|
|
2804
2953
|
{
|
|
2805
2954
|
"kind": "javascript-module",
|
|
2806
|
-
"path": "src/cell-
|
|
2955
|
+
"path": "src/cell-editors/string.editor.ts",
|
|
2807
2956
|
"declarations": [
|
|
2808
2957
|
{
|
|
2809
2958
|
"kind": "class",
|
|
2810
|
-
"description": "The AG
|
|
2811
|
-
"name": "
|
|
2959
|
+
"description": "The AG String Editor element.",
|
|
2960
|
+
"name": "StringEditor",
|
|
2812
2961
|
"members": [
|
|
2813
2962
|
{
|
|
2814
2963
|
"kind": "field",
|
|
2815
2964
|
"name": "params",
|
|
2816
2965
|
"type": {
|
|
2817
|
-
"text": "
|
|
2966
|
+
"text": "StringEditorParams"
|
|
2818
2967
|
},
|
|
2819
2968
|
"privacy": "public"
|
|
2820
2969
|
},
|
|
@@ -2826,6 +2975,22 @@
|
|
|
2826
2975
|
},
|
|
2827
2976
|
"privacy": "public"
|
|
2828
2977
|
},
|
|
2978
|
+
{
|
|
2979
|
+
"kind": "field",
|
|
2980
|
+
"name": "actualWidth",
|
|
2981
|
+
"type": {
|
|
2982
|
+
"text": "number"
|
|
2983
|
+
},
|
|
2984
|
+
"privacy": "public"
|
|
2985
|
+
},
|
|
2986
|
+
{
|
|
2987
|
+
"kind": "field",
|
|
2988
|
+
"name": "input",
|
|
2989
|
+
"type": {
|
|
2990
|
+
"text": "any"
|
|
2991
|
+
},
|
|
2992
|
+
"privacy": "public"
|
|
2993
|
+
},
|
|
2829
2994
|
{
|
|
2830
2995
|
"kind": "method",
|
|
2831
2996
|
"name": "init",
|
|
@@ -2834,7 +2999,7 @@
|
|
|
2834
2999
|
{
|
|
2835
3000
|
"name": "params",
|
|
2836
3001
|
"type": {
|
|
2837
|
-
"text": "
|
|
3002
|
+
"text": "StringEditorParams"
|
|
2838
3003
|
}
|
|
2839
3004
|
}
|
|
2840
3005
|
]
|
|
@@ -2851,36 +3016,51 @@
|
|
|
2851
3016
|
},
|
|
2852
3017
|
{
|
|
2853
3018
|
"kind": "method",
|
|
2854
|
-
"name": "
|
|
3019
|
+
"name": "refresh",
|
|
2855
3020
|
"privacy": "public",
|
|
2856
3021
|
"return": {
|
|
2857
3022
|
"type": {
|
|
2858
|
-
"text": "
|
|
3023
|
+
"text": "boolean"
|
|
2859
3024
|
}
|
|
2860
|
-
}
|
|
3025
|
+
},
|
|
3026
|
+
"parameters": [
|
|
3027
|
+
{
|
|
3028
|
+
"name": "params",
|
|
3029
|
+
"type": {
|
|
3030
|
+
"text": "StringEditorParams"
|
|
3031
|
+
}
|
|
3032
|
+
}
|
|
3033
|
+
]
|
|
2861
3034
|
},
|
|
2862
3035
|
{
|
|
2863
3036
|
"kind": "method",
|
|
2864
|
-
"name": "
|
|
2865
|
-
|
|
3037
|
+
"name": "getValue"
|
|
3038
|
+
},
|
|
3039
|
+
{
|
|
3040
|
+
"kind": "method",
|
|
3041
|
+
"name": "isPopup",
|
|
2866
3042
|
"return": {
|
|
2867
3043
|
"type": {
|
|
2868
3044
|
"text": "boolean"
|
|
2869
3045
|
}
|
|
2870
|
-
}
|
|
3046
|
+
}
|
|
3047
|
+
},
|
|
3048
|
+
{
|
|
3049
|
+
"kind": "method",
|
|
3050
|
+
"name": "afterGuiAttached"
|
|
3051
|
+
},
|
|
3052
|
+
{
|
|
3053
|
+
"kind": "method",
|
|
3054
|
+
"name": "changeHandler",
|
|
2871
3055
|
"parameters": [
|
|
2872
3056
|
{
|
|
2873
|
-
"name": "
|
|
2874
|
-
"type": {
|
|
2875
|
-
"text": "SelectCellRendererParams"
|
|
2876
|
-
}
|
|
3057
|
+
"name": "event"
|
|
2877
3058
|
}
|
|
2878
3059
|
]
|
|
2879
3060
|
},
|
|
2880
3061
|
{
|
|
2881
|
-
"kind": "
|
|
2882
|
-
"name": "
|
|
2883
|
-
"privacy": "public"
|
|
3062
|
+
"kind": "method",
|
|
3063
|
+
"name": "isCancelBeforeStart"
|
|
2884
3064
|
},
|
|
2885
3065
|
{
|
|
2886
3066
|
"kind": "field",
|
|
@@ -2998,30 +3178,27 @@
|
|
|
2998
3178
|
"name": "FoundationElement",
|
|
2999
3179
|
"package": "@microsoft/fast-foundation"
|
|
3000
3180
|
},
|
|
3001
|
-
"tagName": "%%prefix%%-
|
|
3181
|
+
"tagName": "%%prefix%%-string-editor",
|
|
3002
3182
|
"customElement": true
|
|
3003
3183
|
},
|
|
3004
3184
|
{
|
|
3005
3185
|
"kind": "variable",
|
|
3006
|
-
"name": "
|
|
3007
|
-
"default": "css`\n :host
|
|
3008
|
-
"description": "The AG
|
|
3186
|
+
"name": "agStringEditorStyles",
|
|
3187
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
3188
|
+
"description": "The AG String Renderer Styles.",
|
|
3009
3189
|
"privacy": "public"
|
|
3010
3190
|
},
|
|
3011
3191
|
{
|
|
3012
3192
|
"kind": "function",
|
|
3013
|
-
"name": "
|
|
3193
|
+
"name": "getStringEditorTemplate",
|
|
3014
3194
|
"parameters": [
|
|
3015
3195
|
{
|
|
3016
3196
|
"name": "designSystem",
|
|
3017
3197
|
"default": "'foundation'",
|
|
3018
|
-
"type": {
|
|
3019
|
-
"text": "string"
|
|
3020
|
-
},
|
|
3021
3198
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
3022
3199
|
}
|
|
3023
3200
|
],
|
|
3024
|
-
"description": "Get a Design System prefixed
|
|
3201
|
+
"description": "Get a Design System prefixed String template.",
|
|
3025
3202
|
"return": {
|
|
3026
3203
|
"type": {
|
|
3027
3204
|
"text": ""
|
|
@@ -3031,132 +3208,98 @@
|
|
|
3031
3208
|
},
|
|
3032
3209
|
{
|
|
3033
3210
|
"kind": "variable",
|
|
3034
|
-
"name": "
|
|
3035
|
-
"description": "A function that returns a Foundation Select Renderer registration for configuring the component with a DesignSystem.",
|
|
3211
|
+
"name": "foundationStringEditor",
|
|
3036
3212
|
"privacy": "public"
|
|
3037
3213
|
}
|
|
3038
3214
|
],
|
|
3039
3215
|
"exports": [
|
|
3040
3216
|
{
|
|
3041
3217
|
"kind": "js",
|
|
3042
|
-
"name": "
|
|
3218
|
+
"name": "StringEditor",
|
|
3043
3219
|
"declaration": {
|
|
3044
|
-
"name": "
|
|
3045
|
-
"module": "src/cell-
|
|
3220
|
+
"name": "StringEditor",
|
|
3221
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
3046
3222
|
}
|
|
3047
3223
|
},
|
|
3048
3224
|
{
|
|
3049
3225
|
"kind": "js",
|
|
3050
|
-
"name": "
|
|
3226
|
+
"name": "agStringEditorStyles",
|
|
3051
3227
|
"declaration": {
|
|
3052
|
-
"name": "
|
|
3053
|
-
"module": "src/cell-
|
|
3228
|
+
"name": "agStringEditorStyles",
|
|
3229
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
3054
3230
|
}
|
|
3055
3231
|
},
|
|
3056
3232
|
{
|
|
3057
3233
|
"kind": "js",
|
|
3058
|
-
"name": "
|
|
3234
|
+
"name": "getStringEditorTemplate",
|
|
3059
3235
|
"declaration": {
|
|
3060
|
-
"name": "
|
|
3061
|
-
"module": "src/cell-
|
|
3236
|
+
"name": "getStringEditorTemplate",
|
|
3237
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
3062
3238
|
}
|
|
3063
3239
|
},
|
|
3064
3240
|
{
|
|
3065
3241
|
"kind": "js",
|
|
3066
|
-
"name": "
|
|
3242
|
+
"name": "foundationStringEditor",
|
|
3067
3243
|
"declaration": {
|
|
3068
|
-
"name": "
|
|
3069
|
-
"module": "src/cell-
|
|
3244
|
+
"name": "foundationStringEditor",
|
|
3245
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
3070
3246
|
}
|
|
3071
3247
|
}
|
|
3072
3248
|
]
|
|
3073
3249
|
},
|
|
3074
3250
|
{
|
|
3075
3251
|
"kind": "javascript-module",
|
|
3076
|
-
"path": "src/
|
|
3252
|
+
"path": "src/column/column.template.ts",
|
|
3077
3253
|
"declarations": [
|
|
3078
3254
|
{
|
|
3079
|
-
"kind": "
|
|
3080
|
-
"
|
|
3081
|
-
"
|
|
3082
|
-
"
|
|
3083
|
-
|
|
3084
|
-
|
|
3085
|
-
|
|
3086
|
-
|
|
3087
|
-
|
|
3088
|
-
|
|
3089
|
-
|
|
3090
|
-
|
|
3255
|
+
"kind": "variable",
|
|
3256
|
+
"name": "ColumnTemplate",
|
|
3257
|
+
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
3258
|
+
"description": "The Grid Pro Column Template.",
|
|
3259
|
+
"privacy": "public"
|
|
3260
|
+
}
|
|
3261
|
+
],
|
|
3262
|
+
"exports": [
|
|
3263
|
+
{
|
|
3264
|
+
"kind": "js",
|
|
3265
|
+
"name": "ColumnTemplate",
|
|
3266
|
+
"declaration": {
|
|
3267
|
+
"name": "ColumnTemplate",
|
|
3268
|
+
"module": "src/column/column.template.ts"
|
|
3269
|
+
}
|
|
3270
|
+
}
|
|
3271
|
+
]
|
|
3272
|
+
},
|
|
3273
|
+
{
|
|
3274
|
+
"kind": "javascript-module",
|
|
3275
|
+
"path": "src/column/column.ts",
|
|
3276
|
+
"declarations": [
|
|
3277
|
+
{
|
|
3278
|
+
"kind": "class",
|
|
3279
|
+
"description": "The Grid Pro Column element.",
|
|
3280
|
+
"name": "GridProColumn",
|
|
3281
|
+
"members": [
|
|
3091
3282
|
{
|
|
3092
3283
|
"kind": "field",
|
|
3093
|
-
"name": "
|
|
3284
|
+
"name": "slottedAgCell",
|
|
3094
3285
|
"type": {
|
|
3095
|
-
"text": "
|
|
3286
|
+
"text": "HTMLElement[]"
|
|
3096
3287
|
},
|
|
3097
|
-
"
|
|
3288
|
+
"privacy": "public"
|
|
3098
3289
|
},
|
|
3099
3290
|
{
|
|
3100
3291
|
"kind": "field",
|
|
3101
|
-
"name": "
|
|
3292
|
+
"name": "definition",
|
|
3102
3293
|
"type": {
|
|
3103
|
-
"text": "
|
|
3294
|
+
"text": "ColDef"
|
|
3104
3295
|
},
|
|
3105
|
-
"
|
|
3106
|
-
},
|
|
3107
|
-
{
|
|
3108
|
-
"kind": "method",
|
|
3109
|
-
"name": "init",
|
|
3110
|
-
"privacy": "public",
|
|
3111
|
-
"parameters": [
|
|
3112
|
-
{
|
|
3113
|
-
"name": "params",
|
|
3114
|
-
"type": {
|
|
3115
|
-
"text": "FuiCellRendererParams"
|
|
3116
|
-
}
|
|
3117
|
-
}
|
|
3118
|
-
]
|
|
3119
|
-
},
|
|
3120
|
-
{
|
|
3121
|
-
"kind": "method",
|
|
3122
|
-
"name": "getGui",
|
|
3123
|
-
"privacy": "public",
|
|
3124
|
-
"return": {
|
|
3125
|
-
"type": {
|
|
3126
|
-
"text": "HTMLElement"
|
|
3127
|
-
}
|
|
3128
|
-
}
|
|
3296
|
+
"default": "{}"
|
|
3129
3297
|
},
|
|
3130
3298
|
{
|
|
3131
3299
|
"kind": "method",
|
|
3132
|
-
"name": "
|
|
3300
|
+
"name": "slottedAgCellChanged",
|
|
3133
3301
|
"privacy": "public"
|
|
3134
3302
|
},
|
|
3135
|
-
{
|
|
3136
|
-
"kind": "method",
|
|
3137
|
-
"name": "refresh",
|
|
3138
|
-
"privacy": "public",
|
|
3139
|
-
"parameters": [
|
|
3140
|
-
{
|
|
3141
|
-
"name": "params",
|
|
3142
|
-
"type": {
|
|
3143
|
-
"text": "FuiCellRendererParams"
|
|
3144
|
-
}
|
|
3145
|
-
}
|
|
3146
|
-
]
|
|
3147
|
-
},
|
|
3148
|
-
{
|
|
3149
|
-
"kind": "field",
|
|
3150
|
-
"name": "textChanged",
|
|
3151
|
-
"privacy": "public",
|
|
3152
|
-
"description": "On text change handler",
|
|
3153
|
-
"parameters": [
|
|
3154
|
-
{
|
|
3155
|
-
"description": "CustomEvent",
|
|
3156
|
-
"name": "e"
|
|
3157
|
-
}
|
|
3158
|
-
]
|
|
3159
|
-
},
|
|
3160
3303
|
{
|
|
3161
3304
|
"kind": "field",
|
|
3162
3305
|
"name": "_presentation",
|
|
@@ -3273,127 +3416,84 @@
|
|
|
3273
3416
|
"name": "FoundationElement",
|
|
3274
3417
|
"package": "@microsoft/fast-foundation"
|
|
3275
3418
|
},
|
|
3276
|
-
"tagName": "
|
|
3419
|
+
"tagName": "grid-pro-column",
|
|
3277
3420
|
"customElement": true
|
|
3278
|
-
},
|
|
3279
|
-
{
|
|
3280
|
-
"kind": "variable",
|
|
3281
|
-
"name": "textFieldRendererStyles",
|
|
3282
|
-
"default": "css`\n :host {\n display: flex;\n width: 100%;\n height: 100%;\n align-center: center;\n }\n .text-renderer {\n width: 100%;\n }\n`",
|
|
3283
|
-
"description": "The AG Text Field Renderer Styles.",
|
|
3284
|
-
"privacy": "public"
|
|
3285
|
-
},
|
|
3286
|
-
{
|
|
3287
|
-
"kind": "function",
|
|
3288
|
-
"name": "getTextFieldRendererTemplate",
|
|
3289
|
-
"parameters": [
|
|
3290
|
-
{
|
|
3291
|
-
"name": "designSystem",
|
|
3292
|
-
"default": "'foundation'",
|
|
3293
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
3294
|
-
}
|
|
3295
|
-
],
|
|
3296
|
-
"description": "Get a Design System prefixed Text Field template.",
|
|
3297
|
-
"return": {
|
|
3298
|
-
"type": {
|
|
3299
|
-
"text": ""
|
|
3300
|
-
}
|
|
3301
|
-
},
|
|
3302
|
-
"privacy": "public"
|
|
3303
|
-
},
|
|
3304
|
-
{
|
|
3305
|
-
"kind": "variable",
|
|
3306
|
-
"name": "foundationAgTextFieldRenderer",
|
|
3307
|
-
"description": "A function that returns a Foundation Text Field Renderer registration for configuring the component with a DesignSystem.",
|
|
3308
|
-
"privacy": "public"
|
|
3309
3421
|
}
|
|
3310
3422
|
],
|
|
3311
3423
|
"exports": [
|
|
3312
3424
|
{
|
|
3313
3425
|
"kind": "js",
|
|
3314
|
-
"name": "
|
|
3426
|
+
"name": "GridProColumn",
|
|
3315
3427
|
"declaration": {
|
|
3316
|
-
"name": "
|
|
3317
|
-
"module": "src/
|
|
3428
|
+
"name": "GridProColumn",
|
|
3429
|
+
"module": "src/column/column.ts"
|
|
3318
3430
|
}
|
|
3319
3431
|
},
|
|
3432
|
+
{
|
|
3433
|
+
"kind": "custom-element-definition",
|
|
3434
|
+
"name": "grid-pro-column",
|
|
3435
|
+
"declaration": {
|
|
3436
|
+
"name": "GridProColumn",
|
|
3437
|
+
"module": "src/column/column.ts"
|
|
3438
|
+
}
|
|
3439
|
+
}
|
|
3440
|
+
]
|
|
3441
|
+
},
|
|
3442
|
+
{
|
|
3443
|
+
"kind": "javascript-module",
|
|
3444
|
+
"path": "src/column/index.ts",
|
|
3445
|
+
"declarations": [],
|
|
3446
|
+
"exports": [
|
|
3320
3447
|
{
|
|
3321
3448
|
"kind": "js",
|
|
3322
|
-
"name": "
|
|
3449
|
+
"name": "*",
|
|
3323
3450
|
"declaration": {
|
|
3324
|
-
"name": "
|
|
3325
|
-
"
|
|
3451
|
+
"name": "*",
|
|
3452
|
+
"package": "./column.template"
|
|
3326
3453
|
}
|
|
3327
3454
|
},
|
|
3328
3455
|
{
|
|
3329
3456
|
"kind": "js",
|
|
3330
|
-
"name": "
|
|
3457
|
+
"name": "*",
|
|
3331
3458
|
"declaration": {
|
|
3332
|
-
"name": "
|
|
3333
|
-
"
|
|
3459
|
+
"name": "*",
|
|
3460
|
+
"package": "./column"
|
|
3334
3461
|
}
|
|
3335
3462
|
},
|
|
3336
3463
|
{
|
|
3337
3464
|
"kind": "js",
|
|
3338
|
-
"name": "
|
|
3465
|
+
"name": "*",
|
|
3339
3466
|
"declaration": {
|
|
3340
|
-
"name": "
|
|
3341
|
-
"
|
|
3467
|
+
"name": "*",
|
|
3468
|
+
"package": "./utils"
|
|
3342
3469
|
}
|
|
3343
3470
|
}
|
|
3344
3471
|
]
|
|
3345
3472
|
},
|
|
3346
3473
|
{
|
|
3347
3474
|
"kind": "javascript-module",
|
|
3348
|
-
"path": "src/cell-renderers/
|
|
3475
|
+
"path": "src/cell-renderers/action.renderer.ts",
|
|
3349
3476
|
"declarations": [
|
|
3350
3477
|
{
|
|
3351
3478
|
"kind": "class",
|
|
3352
|
-
"description": "",
|
|
3353
|
-
"name": "
|
|
3354
|
-
"superclass": {
|
|
3355
|
-
"name": "AgTextFieldRenderer",
|
|
3356
|
-
"module": "/src/cell-renderers/text-field.renderer"
|
|
3357
|
-
},
|
|
3358
|
-
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
3359
|
-
"tagName": "%%prefix%%-grid-text-renderer",
|
|
3360
|
-
"customElement": true,
|
|
3479
|
+
"description": "The AG Action Renderer element.",
|
|
3480
|
+
"name": "ActionRenderer",
|
|
3361
3481
|
"members": [
|
|
3362
3482
|
{
|
|
3363
3483
|
"kind": "field",
|
|
3364
|
-
"name": "
|
|
3365
|
-
"type": {
|
|
3366
|
-
"text": "TextField"
|
|
3367
|
-
},
|
|
3368
|
-
"privacy": "public",
|
|
3369
|
-
"inheritedFrom": {
|
|
3370
|
-
"name": "AgTextFieldRenderer",
|
|
3371
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3372
|
-
}
|
|
3373
|
-
},
|
|
3374
|
-
{
|
|
3375
|
-
"kind": "field",
|
|
3376
|
-
"name": "textValue",
|
|
3484
|
+
"name": "params",
|
|
3377
3485
|
"type": {
|
|
3378
|
-
"text": "
|
|
3486
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
3379
3487
|
},
|
|
3380
|
-
"
|
|
3381
|
-
"inheritedFrom": {
|
|
3382
|
-
"name": "AgTextFieldRenderer",
|
|
3383
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3384
|
-
}
|
|
3488
|
+
"privacy": "public"
|
|
3385
3489
|
},
|
|
3386
3490
|
{
|
|
3387
3491
|
"kind": "field",
|
|
3388
|
-
"name": "
|
|
3492
|
+
"name": "pendingAction",
|
|
3389
3493
|
"type": {
|
|
3390
|
-
"text": "
|
|
3494
|
+
"text": "boolean"
|
|
3391
3495
|
},
|
|
3392
|
-
"privacy": "public"
|
|
3393
|
-
"inheritedFrom": {
|
|
3394
|
-
"name": "AgTextFieldRenderer",
|
|
3395
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3396
|
-
}
|
|
3496
|
+
"privacy": "public"
|
|
3397
3497
|
},
|
|
3398
3498
|
{
|
|
3399
3499
|
"kind": "method",
|
|
@@ -3403,14 +3503,10 @@
|
|
|
3403
3503
|
{
|
|
3404
3504
|
"name": "params",
|
|
3405
3505
|
"type": {
|
|
3406
|
-
"text": "
|
|
3506
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
3407
3507
|
}
|
|
3408
3508
|
}
|
|
3409
|
-
]
|
|
3410
|
-
"inheritedFrom": {
|
|
3411
|
-
"name": "AgTextFieldRenderer",
|
|
3412
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3413
|
-
}
|
|
3509
|
+
]
|
|
3414
3510
|
},
|
|
3415
3511
|
{
|
|
3416
3512
|
"kind": "method",
|
|
@@ -3420,19 +3516,6 @@
|
|
|
3420
3516
|
"type": {
|
|
3421
3517
|
"text": "HTMLElement"
|
|
3422
3518
|
}
|
|
3423
|
-
},
|
|
3424
|
-
"inheritedFrom": {
|
|
3425
|
-
"name": "AgTextFieldRenderer",
|
|
3426
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3427
|
-
}
|
|
3428
|
-
},
|
|
3429
|
-
{
|
|
3430
|
-
"kind": "method",
|
|
3431
|
-
"name": "destroy",
|
|
3432
|
-
"privacy": "public",
|
|
3433
|
-
"inheritedFrom": {
|
|
3434
|
-
"name": "AgTextFieldRenderer",
|
|
3435
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3436
3519
|
}
|
|
3437
3520
|
},
|
|
3438
3521
|
{
|
|
@@ -3443,30 +3526,35 @@
|
|
|
3443
3526
|
{
|
|
3444
3527
|
"name": "params",
|
|
3445
3528
|
"type": {
|
|
3446
|
-
"text": "
|
|
3529
|
+
"text": "ICellRendererParams"
|
|
3447
3530
|
}
|
|
3448
3531
|
}
|
|
3449
|
-
]
|
|
3450
|
-
"inheritedFrom": {
|
|
3451
|
-
"name": "AgTextFieldRenderer",
|
|
3452
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3453
|
-
}
|
|
3532
|
+
]
|
|
3454
3533
|
},
|
|
3455
3534
|
{
|
|
3456
|
-
"kind": "
|
|
3457
|
-
"name": "
|
|
3535
|
+
"kind": "method",
|
|
3536
|
+
"name": "isDisabled",
|
|
3458
3537
|
"privacy": "public",
|
|
3459
|
-
"
|
|
3538
|
+
"return": {
|
|
3539
|
+
"type": {
|
|
3540
|
+
"text": "boolean"
|
|
3541
|
+
}
|
|
3542
|
+
},
|
|
3460
3543
|
"parameters": [
|
|
3461
3544
|
{
|
|
3462
|
-
"
|
|
3463
|
-
"name": "e"
|
|
3545
|
+
"name": "data"
|
|
3464
3546
|
}
|
|
3465
|
-
]
|
|
3466
|
-
|
|
3467
|
-
|
|
3468
|
-
|
|
3469
|
-
|
|
3547
|
+
]
|
|
3548
|
+
},
|
|
3549
|
+
{
|
|
3550
|
+
"kind": "method",
|
|
3551
|
+
"name": "clickHandler",
|
|
3552
|
+
"privacy": "public"
|
|
3553
|
+
},
|
|
3554
|
+
{
|
|
3555
|
+
"kind": "field",
|
|
3556
|
+
"name": "dataTestId",
|
|
3557
|
+
"readonly": true
|
|
3470
3558
|
},
|
|
3471
3559
|
{
|
|
3472
3560
|
"kind": "field",
|
|
@@ -3579,118 +3667,86 @@
|
|
|
3579
3667
|
"module": "src/foundation-element/foundation-element.ts"
|
|
3580
3668
|
}
|
|
3581
3669
|
}
|
|
3582
|
-
]
|
|
3670
|
+
],
|
|
3671
|
+
"superclass": {
|
|
3672
|
+
"name": "FoundationElement",
|
|
3673
|
+
"package": "@microsoft/fast-foundation"
|
|
3674
|
+
},
|
|
3675
|
+
"tagName": "%%prefix%%-grid-pro-action-renderer",
|
|
3676
|
+
"customElement": true
|
|
3583
3677
|
},
|
|
3584
3678
|
{
|
|
3585
3679
|
"kind": "variable",
|
|
3586
|
-
"name": "
|
|
3587
|
-
"
|
|
3588
|
-
"privacy": "public"
|
|
3589
|
-
"deprecated": "- Use textFieldRendererStyles instead"
|
|
3680
|
+
"name": "actionHeightMultiplier",
|
|
3681
|
+
"description": "The base height multiplier for the action renderer.",
|
|
3682
|
+
"privacy": "public"
|
|
3590
3683
|
},
|
|
3591
3684
|
{
|
|
3592
3685
|
"kind": "variable",
|
|
3593
|
-
"name": "
|
|
3594
|
-
"default": "
|
|
3595
|
-
"
|
|
3596
|
-
"
|
|
3686
|
+
"name": "agActionRendererStyles",
|
|
3687
|
+
"default": "css`\n .action-container {\n align-items: center;\n display: flex;\n height: 100%;\n justify-content: center;\n }\n .action-renderer {\n align-self: center;\n display: flex;\n height: calc(\n (var(--base-height-multiplier) + var(--density)) * var(--design-unit) *\n var(--action-height-multiplier)\n );\n }\n`",
|
|
3688
|
+
"description": "The AG Action Renderer Styles.",
|
|
3689
|
+
"privacy": "public"
|
|
3597
3690
|
},
|
|
3598
3691
|
{
|
|
3599
3692
|
"kind": "variable",
|
|
3600
|
-
"name": "
|
|
3601
|
-
"description": "A function that returns a Foundation
|
|
3602
|
-
"privacy": "public"
|
|
3603
|
-
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
3693
|
+
"name": "foundationGridProActionRenderer",
|
|
3694
|
+
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
3695
|
+
"privacy": "public"
|
|
3604
3696
|
}
|
|
3605
3697
|
],
|
|
3606
3698
|
"exports": [
|
|
3607
3699
|
{
|
|
3608
3700
|
"kind": "js",
|
|
3609
|
-
"name": "
|
|
3701
|
+
"name": "ActionRenderer",
|
|
3610
3702
|
"declaration": {
|
|
3611
|
-
"name": "
|
|
3612
|
-
"module": "src/cell-renderers/
|
|
3703
|
+
"name": "ActionRenderer",
|
|
3704
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
3613
3705
|
}
|
|
3614
3706
|
},
|
|
3615
3707
|
{
|
|
3616
3708
|
"kind": "js",
|
|
3617
|
-
"name": "
|
|
3709
|
+
"name": "actionHeightMultiplier",
|
|
3618
3710
|
"declaration": {
|
|
3619
|
-
"name": "
|
|
3620
|
-
"module": "src/cell-renderers/
|
|
3711
|
+
"name": "actionHeightMultiplier",
|
|
3712
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
3621
3713
|
}
|
|
3622
3714
|
},
|
|
3623
3715
|
{
|
|
3624
3716
|
"kind": "js",
|
|
3625
|
-
"name": "
|
|
3717
|
+
"name": "agActionRendererStyles",
|
|
3626
3718
|
"declaration": {
|
|
3627
|
-
"name": "
|
|
3628
|
-
"module": "src/cell-renderers/
|
|
3719
|
+
"name": "agActionRendererStyles",
|
|
3720
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
3629
3721
|
}
|
|
3630
3722
|
},
|
|
3631
3723
|
{
|
|
3632
3724
|
"kind": "js",
|
|
3633
|
-
"name": "
|
|
3725
|
+
"name": "foundationGridProActionRenderer",
|
|
3634
3726
|
"declaration": {
|
|
3635
|
-
"name": "
|
|
3636
|
-
"module": "src/cell-renderers/
|
|
3727
|
+
"name": "foundationGridProActionRenderer",
|
|
3728
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
3637
3729
|
}
|
|
3638
3730
|
}
|
|
3639
3731
|
]
|
|
3640
3732
|
},
|
|
3641
3733
|
{
|
|
3642
3734
|
"kind": "javascript-module",
|
|
3643
|
-
"path": "src/cell-
|
|
3735
|
+
"path": "src/cell-renderers/actions-menu.renderer.ts",
|
|
3644
3736
|
"declarations": [
|
|
3645
3737
|
{
|
|
3646
3738
|
"kind": "class",
|
|
3647
|
-
"description": "The
|
|
3648
|
-
"name": "
|
|
3739
|
+
"description": "The Actions Menu Renderer element.",
|
|
3740
|
+
"name": "ActionsMenuRenderer",
|
|
3649
3741
|
"members": [
|
|
3650
3742
|
{
|
|
3651
3743
|
"kind": "field",
|
|
3652
|
-
"name": "
|
|
3653
|
-
"type": {
|
|
3654
|
-
"text": "number"
|
|
3655
|
-
},
|
|
3656
|
-
"privacy": "public"
|
|
3657
|
-
},
|
|
3658
|
-
{
|
|
3659
|
-
"kind": "field",
|
|
3660
|
-
"name": "actualWidth",
|
|
3744
|
+
"name": "params",
|
|
3661
3745
|
"type": {
|
|
3662
|
-
"text": "
|
|
3746
|
+
"text": "ICellRendererParams"
|
|
3663
3747
|
},
|
|
3664
3748
|
"privacy": "public"
|
|
3665
3749
|
},
|
|
3666
|
-
{
|
|
3667
|
-
"kind": "field",
|
|
3668
|
-
"name": "params",
|
|
3669
|
-
"type": {
|
|
3670
|
-
"text": "DateEditorParams"
|
|
3671
|
-
}
|
|
3672
|
-
},
|
|
3673
|
-
{
|
|
3674
|
-
"kind": "field",
|
|
3675
|
-
"name": "dateFormat",
|
|
3676
|
-
"type": {
|
|
3677
|
-
"text": "string"
|
|
3678
|
-
}
|
|
3679
|
-
},
|
|
3680
|
-
{
|
|
3681
|
-
"kind": "field",
|
|
3682
|
-
"name": "input",
|
|
3683
|
-
"type": {
|
|
3684
|
-
"text": "any"
|
|
3685
|
-
}
|
|
3686
|
-
},
|
|
3687
|
-
{
|
|
3688
|
-
"kind": "field",
|
|
3689
|
-
"name": "inputType",
|
|
3690
|
-
"type": {
|
|
3691
|
-
"text": "'datetime-local' | 'date'"
|
|
3692
|
-
}
|
|
3693
|
-
},
|
|
3694
3750
|
{
|
|
3695
3751
|
"kind": "method",
|
|
3696
3752
|
"name": "init",
|
|
@@ -3699,7 +3755,7 @@
|
|
|
3699
3755
|
{
|
|
3700
3756
|
"name": "params",
|
|
3701
3757
|
"type": {
|
|
3702
|
-
"text": "
|
|
3758
|
+
"text": "ICellRendererParams"
|
|
3703
3759
|
}
|
|
3704
3760
|
}
|
|
3705
3761
|
]
|
|
@@ -3718,50 +3774,15 @@
|
|
|
3718
3774
|
"kind": "method",
|
|
3719
3775
|
"name": "refresh",
|
|
3720
3776
|
"privacy": "public",
|
|
3721
|
-
"return": {
|
|
3722
|
-
"type": {
|
|
3723
|
-
"text": "boolean"
|
|
3724
|
-
}
|
|
3725
|
-
},
|
|
3726
3777
|
"parameters": [
|
|
3727
3778
|
{
|
|
3728
3779
|
"name": "params",
|
|
3729
3780
|
"type": {
|
|
3730
|
-
"text": "
|
|
3781
|
+
"text": "ICellRendererParams"
|
|
3731
3782
|
}
|
|
3732
3783
|
}
|
|
3733
3784
|
]
|
|
3734
3785
|
},
|
|
3735
|
-
{
|
|
3736
|
-
"kind": "method",
|
|
3737
|
-
"name": "getValue"
|
|
3738
|
-
},
|
|
3739
|
-
{
|
|
3740
|
-
"kind": "method",
|
|
3741
|
-
"name": "isPopup",
|
|
3742
|
-
"return": {
|
|
3743
|
-
"type": {
|
|
3744
|
-
"text": "boolean"
|
|
3745
|
-
}
|
|
3746
|
-
}
|
|
3747
|
-
},
|
|
3748
|
-
{
|
|
3749
|
-
"kind": "method",
|
|
3750
|
-
"name": "changeHandler",
|
|
3751
|
-
"parameters": [
|
|
3752
|
-
{
|
|
3753
|
-
"name": "event"
|
|
3754
|
-
}
|
|
3755
|
-
]
|
|
3756
|
-
},
|
|
3757
|
-
{
|
|
3758
|
-
"kind": "method",
|
|
3759
|
-
"name": "afterGuiAttached"
|
|
3760
|
-
},
|
|
3761
|
-
{
|
|
3762
|
-
"kind": "method",
|
|
3763
|
-
"name": "isCancelBeforeStart"
|
|
3764
|
-
},
|
|
3765
3786
|
{
|
|
3766
3787
|
"kind": "field",
|
|
3767
3788
|
"name": "_presentation",
|
|
@@ -3878,146 +3899,118 @@
|
|
|
3878
3899
|
"name": "FoundationElement",
|
|
3879
3900
|
"package": "@microsoft/fast-foundation"
|
|
3880
3901
|
},
|
|
3881
|
-
"tagName": "%%prefix%%-
|
|
3902
|
+
"tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
|
|
3882
3903
|
"customElement": true
|
|
3883
3904
|
},
|
|
3884
3905
|
{
|
|
3885
3906
|
"kind": "variable",
|
|
3886
|
-
"name": "
|
|
3887
|
-
"
|
|
3888
|
-
"description": "The AG Select Renderer Styles.",
|
|
3907
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
3908
|
+
"description": "A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.",
|
|
3889
3909
|
"privacy": "public"
|
|
3890
3910
|
},
|
|
3891
3911
|
{
|
|
3892
3912
|
"kind": "function",
|
|
3893
|
-
"name": "
|
|
3894
|
-
"parameters": [
|
|
3895
|
-
{
|
|
3896
|
-
"name": "prefix",
|
|
3897
|
-
"default": "'foundation'",
|
|
3898
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
3899
|
-
}
|
|
3900
|
-
],
|
|
3901
|
-
"description": "Get a Design System prefixed Select template.",
|
|
3913
|
+
"name": "getActionsMenuDef",
|
|
3902
3914
|
"return": {
|
|
3903
3915
|
"type": {
|
|
3904
3916
|
"text": ""
|
|
3905
3917
|
}
|
|
3906
3918
|
},
|
|
3907
|
-
"
|
|
3908
|
-
|
|
3909
|
-
|
|
3910
|
-
|
|
3911
|
-
|
|
3919
|
+
"parameters": [
|
|
3920
|
+
{
|
|
3921
|
+
"name": "actions",
|
|
3922
|
+
"type": {
|
|
3923
|
+
"text": "ActionMenuItem[]"
|
|
3924
|
+
},
|
|
3925
|
+
"description": "Array of {@link @genesislcap/foundation-ui#ActionMenuItem}to be displayed in the menu.\n * "
|
|
3926
|
+
},
|
|
3927
|
+
{
|
|
3928
|
+
"name": "overrideDef",
|
|
3929
|
+
"default": "{}",
|
|
3930
|
+
"type": {
|
|
3931
|
+
"text": "ColDef"
|
|
3932
|
+
},
|
|
3933
|
+
"description": "Optional override for the ColDef. Will override any of the default values. Default is an empty object."
|
|
3934
|
+
},
|
|
3935
|
+
{
|
|
3936
|
+
"name": "customActionsOpenerName",
|
|
3937
|
+
"default": "'⋮'",
|
|
3938
|
+
"type": {
|
|
3939
|
+
"text": "string"
|
|
3940
|
+
},
|
|
3941
|
+
"description": "Optional custom name for the button that opens the menu. Default is '⋮'."
|
|
3942
|
+
},
|
|
3943
|
+
{
|
|
3944
|
+
"name": "isVertical",
|
|
3945
|
+
"default": "false",
|
|
3946
|
+
"type": {
|
|
3947
|
+
"text": "boolean"
|
|
3948
|
+
},
|
|
3949
|
+
"description": "Optional flag to display the menu vertically. Default is false (displays the menu horizontally, follow the rowHeight)."
|
|
3950
|
+
},
|
|
3951
|
+
{
|
|
3952
|
+
"name": "buttonAppearance",
|
|
3953
|
+
"optional": true,
|
|
3954
|
+
"type": {
|
|
3955
|
+
"text": "string"
|
|
3956
|
+
},
|
|
3957
|
+
"description": "Optional appearance for the button that opens the menu. Default is 'outline'."
|
|
3958
|
+
}
|
|
3959
|
+
],
|
|
3960
|
+
"description": "Helper function to get ColDef https://www.ag-grid.com/javascript-data-grid/column-properties/ for Actions Menu Renderer.\nWill take the parameter values for a base ColDef and merge them with the overrideDef (if specified).",
|
|
3912
3961
|
"privacy": "public"
|
|
3913
3962
|
}
|
|
3914
3963
|
],
|
|
3915
3964
|
"exports": [
|
|
3916
3965
|
{
|
|
3917
3966
|
"kind": "js",
|
|
3918
|
-
"name": "
|
|
3919
|
-
"declaration": {
|
|
3920
|
-
"name": "DateEditor",
|
|
3921
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
3922
|
-
}
|
|
3923
|
-
},
|
|
3924
|
-
{
|
|
3925
|
-
"kind": "js",
|
|
3926
|
-
"name": "agDateEditorStyles",
|
|
3927
|
-
"declaration": {
|
|
3928
|
-
"name": "agDateEditorStyles",
|
|
3929
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
3930
|
-
}
|
|
3931
|
-
},
|
|
3932
|
-
{
|
|
3933
|
-
"kind": "js",
|
|
3934
|
-
"name": "getDateEditorTemplate",
|
|
3935
|
-
"declaration": {
|
|
3936
|
-
"name": "getDateEditorTemplate",
|
|
3937
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
3938
|
-
}
|
|
3939
|
-
},
|
|
3940
|
-
{
|
|
3941
|
-
"kind": "js",
|
|
3942
|
-
"name": "foundationDateEditor",
|
|
3943
|
-
"declaration": {
|
|
3944
|
-
"name": "foundationDateEditor",
|
|
3945
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
3946
|
-
}
|
|
3947
|
-
}
|
|
3948
|
-
]
|
|
3949
|
-
},
|
|
3950
|
-
{
|
|
3951
|
-
"kind": "javascript-module",
|
|
3952
|
-
"path": "src/cell-editors/index.ts",
|
|
3953
|
-
"declarations": [],
|
|
3954
|
-
"exports": [
|
|
3955
|
-
{
|
|
3956
|
-
"kind": "js",
|
|
3957
|
-
"name": "*",
|
|
3958
|
-
"declaration": {
|
|
3959
|
-
"name": "*",
|
|
3960
|
-
"package": "./date.editor"
|
|
3961
|
-
}
|
|
3962
|
-
},
|
|
3963
|
-
{
|
|
3964
|
-
"kind": "js",
|
|
3965
|
-
"name": "*",
|
|
3966
|
-
"declaration": {
|
|
3967
|
-
"name": "*",
|
|
3968
|
-
"package": "./multiselect.editor"
|
|
3969
|
-
}
|
|
3970
|
-
},
|
|
3971
|
-
{
|
|
3972
|
-
"kind": "js",
|
|
3973
|
-
"name": "*",
|
|
3967
|
+
"name": "ActionsMenuRenderer",
|
|
3974
3968
|
"declaration": {
|
|
3975
|
-
"name": "
|
|
3976
|
-
"
|
|
3969
|
+
"name": "ActionsMenuRenderer",
|
|
3970
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
3977
3971
|
}
|
|
3978
3972
|
},
|
|
3979
3973
|
{
|
|
3980
3974
|
"kind": "js",
|
|
3981
|
-
"name": "
|
|
3975
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
3982
3976
|
"declaration": {
|
|
3983
|
-
"name": "
|
|
3984
|
-
"
|
|
3977
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
3978
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
3985
3979
|
}
|
|
3986
3980
|
},
|
|
3987
3981
|
{
|
|
3988
3982
|
"kind": "js",
|
|
3989
|
-
"name": "
|
|
3983
|
+
"name": "getActionsMenuDef",
|
|
3990
3984
|
"declaration": {
|
|
3991
|
-
"name": "
|
|
3992
|
-
"
|
|
3985
|
+
"name": "getActionsMenuDef",
|
|
3986
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
3993
3987
|
}
|
|
3994
3988
|
}
|
|
3995
3989
|
]
|
|
3996
3990
|
},
|
|
3997
3991
|
{
|
|
3998
3992
|
"kind": "javascript-module",
|
|
3999
|
-
"path": "src/cell-
|
|
3993
|
+
"path": "src/cell-renderers/boolean.renderer.ts",
|
|
4000
3994
|
"declarations": [
|
|
4001
3995
|
{
|
|
4002
3996
|
"kind": "class",
|
|
4003
|
-
"description": "The AG
|
|
4004
|
-
"name": "
|
|
3997
|
+
"description": "The AG Boolean Renderer element.",
|
|
3998
|
+
"name": "BooleanRenderer",
|
|
4005
3999
|
"members": [
|
|
4006
4000
|
{
|
|
4007
4001
|
"kind": "field",
|
|
4008
4002
|
"name": "params",
|
|
4009
4003
|
"type": {
|
|
4010
|
-
"text": "
|
|
4004
|
+
"text": "ICellRendererParams"
|
|
4011
4005
|
},
|
|
4012
4006
|
"privacy": "public"
|
|
4013
4007
|
},
|
|
4014
4008
|
{
|
|
4015
4009
|
"kind": "field",
|
|
4016
|
-
"name": "
|
|
4010
|
+
"name": "selected",
|
|
4017
4011
|
"type": {
|
|
4018
|
-
"text": "
|
|
4019
|
-
}
|
|
4020
|
-
"privacy": "public"
|
|
4012
|
+
"text": "boolean"
|
|
4013
|
+
}
|
|
4021
4014
|
},
|
|
4022
4015
|
{
|
|
4023
4016
|
"kind": "method",
|
|
@@ -4027,11 +4020,21 @@
|
|
|
4027
4020
|
{
|
|
4028
4021
|
"name": "params",
|
|
4029
4022
|
"type": {
|
|
4030
|
-
"text": "
|
|
4023
|
+
"text": "ICellRendererParams"
|
|
4031
4024
|
}
|
|
4032
4025
|
}
|
|
4033
4026
|
]
|
|
4034
4027
|
},
|
|
4028
|
+
{
|
|
4029
|
+
"kind": "method",
|
|
4030
|
+
"name": "changeHandler",
|
|
4031
|
+
"privacy": "public",
|
|
4032
|
+
"parameters": [
|
|
4033
|
+
{
|
|
4034
|
+
"name": "e"
|
|
4035
|
+
}
|
|
4036
|
+
]
|
|
4037
|
+
},
|
|
4035
4038
|
{
|
|
4036
4039
|
"kind": "method",
|
|
4037
4040
|
"name": "getGui",
|
|
@@ -4045,27 +4048,17 @@
|
|
|
4045
4048
|
{
|
|
4046
4049
|
"kind": "method",
|
|
4047
4050
|
"name": "destroy",
|
|
4048
|
-
"privacy": "public"
|
|
4049
|
-
"return": {
|
|
4050
|
-
"type": {
|
|
4051
|
-
"text": "void"
|
|
4052
|
-
}
|
|
4053
|
-
}
|
|
4051
|
+
"privacy": "public"
|
|
4054
4052
|
},
|
|
4055
4053
|
{
|
|
4056
4054
|
"kind": "method",
|
|
4057
4055
|
"name": "refresh",
|
|
4058
4056
|
"privacy": "public",
|
|
4059
|
-
"return": {
|
|
4060
|
-
"type": {
|
|
4061
|
-
"text": "boolean"
|
|
4062
|
-
}
|
|
4063
|
-
},
|
|
4064
4057
|
"parameters": [
|
|
4065
4058
|
{
|
|
4066
4059
|
"name": "params",
|
|
4067
4060
|
"type": {
|
|
4068
|
-
"text": "
|
|
4061
|
+
"text": "ICellRendererParams"
|
|
4069
4062
|
}
|
|
4070
4063
|
}
|
|
4071
4064
|
]
|
|
@@ -4074,24 +4067,6 @@
|
|
|
4074
4067
|
"kind": "method",
|
|
4075
4068
|
"name": "getValue"
|
|
4076
4069
|
},
|
|
4077
|
-
{
|
|
4078
|
-
"kind": "method",
|
|
4079
|
-
"name": "isPopup",
|
|
4080
|
-
"return": {
|
|
4081
|
-
"type": {
|
|
4082
|
-
"text": "boolean"
|
|
4083
|
-
}
|
|
4084
|
-
}
|
|
4085
|
-
},
|
|
4086
|
-
{
|
|
4087
|
-
"kind": "method",
|
|
4088
|
-
"name": "changeHandler",
|
|
4089
|
-
"parameters": [
|
|
4090
|
-
{
|
|
4091
|
-
"name": "event"
|
|
4092
|
-
}
|
|
4093
|
-
]
|
|
4094
|
-
},
|
|
4095
4070
|
{
|
|
4096
4071
|
"kind": "method",
|
|
4097
4072
|
"name": "isCancelBeforeStart"
|
|
@@ -4212,19 +4187,19 @@
|
|
|
4212
4187
|
"name": "FoundationElement",
|
|
4213
4188
|
"package": "@microsoft/fast-foundation"
|
|
4214
4189
|
},
|
|
4215
|
-
"tagName": "%%prefix%%-
|
|
4190
|
+
"tagName": "%%prefix%%-boolean-renderer",
|
|
4216
4191
|
"customElement": true
|
|
4217
4192
|
},
|
|
4218
4193
|
{
|
|
4219
4194
|
"kind": "variable",
|
|
4220
|
-
"name": "
|
|
4221
|
-
"default": "css
|
|
4222
|
-
"description": "The AG
|
|
4195
|
+
"name": "agBooleanRendererStyles",
|
|
4196
|
+
"default": "css`\n :host {\n align-center: center;\n display: flex;\n height: 100%;\n }\n`",
|
|
4197
|
+
"description": "The AG Boolean Renderer Styles.",
|
|
4223
4198
|
"privacy": "public"
|
|
4224
4199
|
},
|
|
4225
4200
|
{
|
|
4226
4201
|
"kind": "function",
|
|
4227
|
-
"name": "
|
|
4202
|
+
"name": "getAgBooleanRendererTemplate",
|
|
4228
4203
|
"parameters": [
|
|
4229
4204
|
{
|
|
4230
4205
|
"name": "designSystem",
|
|
@@ -4232,7 +4207,7 @@
|
|
|
4232
4207
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4233
4208
|
}
|
|
4234
4209
|
],
|
|
4235
|
-
"description": "Get a Design System prefixed
|
|
4210
|
+
"description": "Get a Design System prefixed Checkbox template.",
|
|
4236
4211
|
"return": {
|
|
4237
4212
|
"type": {
|
|
4238
4213
|
"text": ""
|
|
@@ -4242,85 +4217,61 @@
|
|
|
4242
4217
|
},
|
|
4243
4218
|
{
|
|
4244
4219
|
"kind": "variable",
|
|
4245
|
-
"name": "
|
|
4220
|
+
"name": "foundationAgBooleanRenderer",
|
|
4221
|
+
"description": "A function that returns a Foundation Boolean Renderer registration for configuring the component with a DesignSystem.",
|
|
4246
4222
|
"privacy": "public"
|
|
4247
4223
|
}
|
|
4248
4224
|
],
|
|
4249
4225
|
"exports": [
|
|
4250
4226
|
{
|
|
4251
4227
|
"kind": "js",
|
|
4252
|
-
"name": "
|
|
4228
|
+
"name": "BooleanRenderer",
|
|
4253
4229
|
"declaration": {
|
|
4254
|
-
"name": "
|
|
4255
|
-
"module": "src/cell-
|
|
4230
|
+
"name": "BooleanRenderer",
|
|
4231
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
4256
4232
|
}
|
|
4257
4233
|
},
|
|
4258
4234
|
{
|
|
4259
4235
|
"kind": "js",
|
|
4260
|
-
"name": "
|
|
4236
|
+
"name": "agBooleanRendererStyles",
|
|
4261
4237
|
"declaration": {
|
|
4262
|
-
"name": "
|
|
4263
|
-
"module": "src/cell-
|
|
4238
|
+
"name": "agBooleanRendererStyles",
|
|
4239
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
4264
4240
|
}
|
|
4265
4241
|
},
|
|
4266
4242
|
{
|
|
4267
4243
|
"kind": "js",
|
|
4268
|
-
"name": "
|
|
4244
|
+
"name": "getAgBooleanRendererTemplate",
|
|
4269
4245
|
"declaration": {
|
|
4270
|
-
"name": "
|
|
4271
|
-
"module": "src/cell-
|
|
4246
|
+
"name": "getAgBooleanRendererTemplate",
|
|
4247
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
4272
4248
|
}
|
|
4273
4249
|
},
|
|
4274
4250
|
{
|
|
4275
4251
|
"kind": "js",
|
|
4276
|
-
"name": "
|
|
4252
|
+
"name": "foundationAgBooleanRenderer",
|
|
4277
4253
|
"declaration": {
|
|
4278
|
-
"name": "
|
|
4279
|
-
"module": "src/cell-
|
|
4254
|
+
"name": "foundationAgBooleanRenderer",
|
|
4255
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
4280
4256
|
}
|
|
4281
4257
|
}
|
|
4282
4258
|
]
|
|
4283
4259
|
},
|
|
4284
4260
|
{
|
|
4285
4261
|
"kind": "javascript-module",
|
|
4286
|
-
"path": "src/cell-
|
|
4262
|
+
"path": "src/cell-renderers/editable.renderer.ts",
|
|
4287
4263
|
"declarations": [
|
|
4288
4264
|
{
|
|
4289
4265
|
"kind": "class",
|
|
4290
|
-
"description": "The AG
|
|
4291
|
-
"name": "
|
|
4266
|
+
"description": "The AG Editable Renderer element.",
|
|
4267
|
+
"name": "EditableRenderer",
|
|
4292
4268
|
"members": [
|
|
4293
4269
|
{
|
|
4294
4270
|
"kind": "field",
|
|
4295
|
-
"name": "
|
|
4296
|
-
"type": {
|
|
4297
|
-
"text": "NumberEditorParams"
|
|
4298
|
-
},
|
|
4299
|
-
"privacy": "public"
|
|
4300
|
-
},
|
|
4301
|
-
{
|
|
4302
|
-
"kind": "field",
|
|
4303
|
-
"name": "value",
|
|
4304
|
-
"type": {
|
|
4305
|
-
"text": "number"
|
|
4306
|
-
},
|
|
4307
|
-
"privacy": "public"
|
|
4308
|
-
},
|
|
4309
|
-
{
|
|
4310
|
-
"kind": "field",
|
|
4311
|
-
"name": "actualWidth",
|
|
4312
|
-
"type": {
|
|
4313
|
-
"text": "number"
|
|
4314
|
-
},
|
|
4315
|
-
"privacy": "public"
|
|
4316
|
-
},
|
|
4317
|
-
{
|
|
4318
|
-
"kind": "field",
|
|
4319
|
-
"name": "input",
|
|
4271
|
+
"name": "valueFormatted",
|
|
4320
4272
|
"type": {
|
|
4321
|
-
"text": "
|
|
4322
|
-
}
|
|
4323
|
-
"privacy": "public"
|
|
4273
|
+
"text": "string"
|
|
4274
|
+
}
|
|
4324
4275
|
},
|
|
4325
4276
|
{
|
|
4326
4277
|
"kind": "method",
|
|
@@ -4330,7 +4281,7 @@
|
|
|
4330
4281
|
{
|
|
4331
4282
|
"name": "params",
|
|
4332
4283
|
"type": {
|
|
4333
|
-
"text": "
|
|
4284
|
+
"text": "ICellRendererParams"
|
|
4334
4285
|
}
|
|
4335
4286
|
}
|
|
4336
4287
|
]
|
|
@@ -4349,50 +4300,15 @@
|
|
|
4349
4300
|
"kind": "method",
|
|
4350
4301
|
"name": "refresh",
|
|
4351
4302
|
"privacy": "public",
|
|
4352
|
-
"return": {
|
|
4353
|
-
"type": {
|
|
4354
|
-
"text": "boolean"
|
|
4355
|
-
}
|
|
4356
|
-
},
|
|
4357
4303
|
"parameters": [
|
|
4358
4304
|
{
|
|
4359
4305
|
"name": "params",
|
|
4360
4306
|
"type": {
|
|
4361
|
-
"text": "
|
|
4307
|
+
"text": "ICellRendererParams"
|
|
4362
4308
|
}
|
|
4363
4309
|
}
|
|
4364
4310
|
]
|
|
4365
4311
|
},
|
|
4366
|
-
{
|
|
4367
|
-
"kind": "method",
|
|
4368
|
-
"name": "getValue"
|
|
4369
|
-
},
|
|
4370
|
-
{
|
|
4371
|
-
"kind": "method",
|
|
4372
|
-
"name": "isPopup",
|
|
4373
|
-
"return": {
|
|
4374
|
-
"type": {
|
|
4375
|
-
"text": "boolean"
|
|
4376
|
-
}
|
|
4377
|
-
}
|
|
4378
|
-
},
|
|
4379
|
-
{
|
|
4380
|
-
"kind": "method",
|
|
4381
|
-
"name": "afterGuiAttached"
|
|
4382
|
-
},
|
|
4383
|
-
{
|
|
4384
|
-
"kind": "method",
|
|
4385
|
-
"name": "changeHandler",
|
|
4386
|
-
"parameters": [
|
|
4387
|
-
{
|
|
4388
|
-
"name": "event"
|
|
4389
|
-
}
|
|
4390
|
-
]
|
|
4391
|
-
},
|
|
4392
|
-
{
|
|
4393
|
-
"kind": "method",
|
|
4394
|
-
"name": "isCancelBeforeStart"
|
|
4395
|
-
},
|
|
4396
4312
|
{
|
|
4397
4313
|
"kind": "field",
|
|
4398
4314
|
"name": "_presentation",
|
|
@@ -4509,19 +4425,19 @@
|
|
|
4509
4425
|
"name": "FoundationElement",
|
|
4510
4426
|
"package": "@microsoft/fast-foundation"
|
|
4511
4427
|
},
|
|
4512
|
-
"tagName": "%%prefix%%-
|
|
4428
|
+
"tagName": "%%prefix%%-editable-renderer",
|
|
4513
4429
|
"customElement": true
|
|
4514
4430
|
},
|
|
4515
4431
|
{
|
|
4516
4432
|
"kind": "variable",
|
|
4517
|
-
"name": "
|
|
4518
|
-
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
4519
|
-
"description": "The AG
|
|
4433
|
+
"name": "agEditableRendererStyles",
|
|
4434
|
+
"default": "css`\n :host {\n display: flex;\n justify-content: space-between;\n align-items: center;\n }\n`",
|
|
4435
|
+
"description": "The AG Editable Renderer Styles.",
|
|
4520
4436
|
"privacy": "public"
|
|
4521
4437
|
},
|
|
4522
4438
|
{
|
|
4523
4439
|
"kind": "function",
|
|
4524
|
-
"name": "
|
|
4440
|
+
"name": "getAgEditableRendererTemplate",
|
|
4525
4441
|
"parameters": [
|
|
4526
4442
|
{
|
|
4527
4443
|
"name": "designSystem",
|
|
@@ -4529,7 +4445,7 @@
|
|
|
4529
4445
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4530
4446
|
}
|
|
4531
4447
|
],
|
|
4532
|
-
"description": "Get a Design System prefixed
|
|
4448
|
+
"description": "Get a Design System prefixed Checkbox template.",
|
|
4533
4449
|
"return": {
|
|
4534
4450
|
"type": {
|
|
4535
4451
|
"text": ""
|
|
@@ -4539,59 +4455,123 @@
|
|
|
4539
4455
|
},
|
|
4540
4456
|
{
|
|
4541
4457
|
"kind": "variable",
|
|
4542
|
-
"name": "
|
|
4458
|
+
"name": "foundationAgEditableRenderer",
|
|
4459
|
+
"description": "A function that returns a Foundation Editable Renderer registration for configuring the component with a DesignSystem.",
|
|
4543
4460
|
"privacy": "public"
|
|
4544
4461
|
}
|
|
4545
4462
|
],
|
|
4546
4463
|
"exports": [
|
|
4547
4464
|
{
|
|
4548
4465
|
"kind": "js",
|
|
4549
|
-
"name": "
|
|
4466
|
+
"name": "EditableRenderer",
|
|
4550
4467
|
"declaration": {
|
|
4551
|
-
"name": "
|
|
4552
|
-
"module": "src/cell-
|
|
4468
|
+
"name": "EditableRenderer",
|
|
4469
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
4470
|
+
}
|
|
4471
|
+
},
|
|
4472
|
+
{
|
|
4473
|
+
"kind": "js",
|
|
4474
|
+
"name": "agEditableRendererStyles",
|
|
4475
|
+
"declaration": {
|
|
4476
|
+
"name": "agEditableRendererStyles",
|
|
4477
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
4478
|
+
}
|
|
4479
|
+
},
|
|
4480
|
+
{
|
|
4481
|
+
"kind": "js",
|
|
4482
|
+
"name": "getAgEditableRendererTemplate",
|
|
4483
|
+
"declaration": {
|
|
4484
|
+
"name": "getAgEditableRendererTemplate",
|
|
4485
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
4486
|
+
}
|
|
4487
|
+
},
|
|
4488
|
+
{
|
|
4489
|
+
"kind": "js",
|
|
4490
|
+
"name": "foundationAgEditableRenderer",
|
|
4491
|
+
"declaration": {
|
|
4492
|
+
"name": "foundationAgEditableRenderer",
|
|
4493
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
4494
|
+
}
|
|
4495
|
+
}
|
|
4496
|
+
]
|
|
4497
|
+
},
|
|
4498
|
+
{
|
|
4499
|
+
"kind": "javascript-module",
|
|
4500
|
+
"path": "src/cell-renderers/index.ts",
|
|
4501
|
+
"declarations": [],
|
|
4502
|
+
"exports": [
|
|
4503
|
+
{
|
|
4504
|
+
"kind": "js",
|
|
4505
|
+
"name": "*",
|
|
4506
|
+
"declaration": {
|
|
4507
|
+
"name": "*",
|
|
4508
|
+
"package": "./action.renderer"
|
|
4509
|
+
}
|
|
4510
|
+
},
|
|
4511
|
+
{
|
|
4512
|
+
"kind": "js",
|
|
4513
|
+
"name": "*",
|
|
4514
|
+
"declaration": {
|
|
4515
|
+
"name": "*",
|
|
4516
|
+
"package": "./actions-menu.renderer"
|
|
4517
|
+
}
|
|
4518
|
+
},
|
|
4519
|
+
{
|
|
4520
|
+
"kind": "js",
|
|
4521
|
+
"name": "*",
|
|
4522
|
+
"declaration": {
|
|
4523
|
+
"name": "*",
|
|
4524
|
+
"package": "./boolean.renderer"
|
|
4525
|
+
}
|
|
4526
|
+
},
|
|
4527
|
+
{
|
|
4528
|
+
"kind": "js",
|
|
4529
|
+
"name": "*",
|
|
4530
|
+
"declaration": {
|
|
4531
|
+
"name": "*",
|
|
4532
|
+
"package": "./editable.renderer"
|
|
4553
4533
|
}
|
|
4554
4534
|
},
|
|
4555
4535
|
{
|
|
4556
4536
|
"kind": "js",
|
|
4557
|
-
"name": "
|
|
4537
|
+
"name": "*",
|
|
4558
4538
|
"declaration": {
|
|
4559
|
-
"name": "
|
|
4560
|
-
"
|
|
4539
|
+
"name": "*",
|
|
4540
|
+
"package": "./text.renderer"
|
|
4561
4541
|
}
|
|
4562
4542
|
},
|
|
4563
4543
|
{
|
|
4564
4544
|
"kind": "js",
|
|
4565
|
-
"name": "
|
|
4545
|
+
"name": "*",
|
|
4566
4546
|
"declaration": {
|
|
4567
|
-
"name": "
|
|
4568
|
-
"
|
|
4547
|
+
"name": "*",
|
|
4548
|
+
"package": "./text-field.renderer"
|
|
4569
4549
|
}
|
|
4570
4550
|
},
|
|
4571
4551
|
{
|
|
4572
4552
|
"kind": "js",
|
|
4573
|
-
"name": "
|
|
4553
|
+
"name": "*",
|
|
4574
4554
|
"declaration": {
|
|
4575
|
-
"name": "
|
|
4576
|
-
"
|
|
4555
|
+
"name": "*",
|
|
4556
|
+
"package": "./select.renderer"
|
|
4577
4557
|
}
|
|
4578
4558
|
}
|
|
4579
4559
|
]
|
|
4580
4560
|
},
|
|
4581
4561
|
{
|
|
4582
4562
|
"kind": "javascript-module",
|
|
4583
|
-
"path": "src/cell-
|
|
4563
|
+
"path": "src/cell-renderers/select.renderer.ts",
|
|
4584
4564
|
"declarations": [
|
|
4585
4565
|
{
|
|
4586
4566
|
"kind": "class",
|
|
4587
|
-
"description": "The AG Select
|
|
4588
|
-
"name": "
|
|
4567
|
+
"description": "The AG Select Renderer element.",
|
|
4568
|
+
"name": "SelectRenderer",
|
|
4589
4569
|
"members": [
|
|
4590
4570
|
{
|
|
4591
4571
|
"kind": "field",
|
|
4592
4572
|
"name": "params",
|
|
4593
4573
|
"type": {
|
|
4594
|
-
"text": "
|
|
4574
|
+
"text": "SelectCellRendererParams"
|
|
4595
4575
|
},
|
|
4596
4576
|
"privacy": "public"
|
|
4597
4577
|
},
|
|
@@ -4603,22 +4583,6 @@
|
|
|
4603
4583
|
},
|
|
4604
4584
|
"privacy": "public"
|
|
4605
4585
|
},
|
|
4606
|
-
{
|
|
4607
|
-
"kind": "field",
|
|
4608
|
-
"name": "actualWidth",
|
|
4609
|
-
"type": {
|
|
4610
|
-
"text": "number"
|
|
4611
|
-
},
|
|
4612
|
-
"privacy": "public"
|
|
4613
|
-
},
|
|
4614
|
-
{
|
|
4615
|
-
"kind": "field",
|
|
4616
|
-
"name": "combobox",
|
|
4617
|
-
"type": {
|
|
4618
|
-
"text": "any"
|
|
4619
|
-
},
|
|
4620
|
-
"privacy": "public"
|
|
4621
|
-
},
|
|
4622
4586
|
{
|
|
4623
4587
|
"kind": "method",
|
|
4624
4588
|
"name": "init",
|
|
@@ -4627,7 +4591,7 @@
|
|
|
4627
4591
|
{
|
|
4628
4592
|
"name": "params",
|
|
4629
4593
|
"type": {
|
|
4630
|
-
"text": "
|
|
4594
|
+
"text": "SelectCellRendererParams"
|
|
4631
4595
|
}
|
|
4632
4596
|
}
|
|
4633
4597
|
]
|
|
@@ -4644,51 +4608,36 @@
|
|
|
4644
4608
|
},
|
|
4645
4609
|
{
|
|
4646
4610
|
"kind": "method",
|
|
4647
|
-
"name": "
|
|
4611
|
+
"name": "destroy",
|
|
4648
4612
|
"privacy": "public",
|
|
4649
4613
|
"return": {
|
|
4650
4614
|
"type": {
|
|
4651
|
-
"text": "
|
|
4652
|
-
}
|
|
4653
|
-
},
|
|
4654
|
-
"parameters": [
|
|
4655
|
-
{
|
|
4656
|
-
"name": "params",
|
|
4657
|
-
"type": {
|
|
4658
|
-
"text": "SelectEditorParams"
|
|
4659
|
-
}
|
|
4615
|
+
"text": "void"
|
|
4660
4616
|
}
|
|
4661
|
-
|
|
4662
|
-
},
|
|
4663
|
-
{
|
|
4664
|
-
"kind": "method",
|
|
4665
|
-
"name": "getValue"
|
|
4617
|
+
}
|
|
4666
4618
|
},
|
|
4667
4619
|
{
|
|
4668
4620
|
"kind": "method",
|
|
4669
|
-
"name": "
|
|
4621
|
+
"name": "refresh",
|
|
4622
|
+
"privacy": "public",
|
|
4670
4623
|
"return": {
|
|
4671
4624
|
"type": {
|
|
4672
4625
|
"text": "boolean"
|
|
4673
4626
|
}
|
|
4674
|
-
}
|
|
4675
|
-
},
|
|
4676
|
-
{
|
|
4677
|
-
"kind": "method",
|
|
4678
|
-
"name": "afterGuiAttached"
|
|
4679
|
-
},
|
|
4680
|
-
{
|
|
4681
|
-
"kind": "method",
|
|
4682
|
-
"name": "changeHandler",
|
|
4627
|
+
},
|
|
4683
4628
|
"parameters": [
|
|
4684
4629
|
{
|
|
4685
|
-
"name": "
|
|
4630
|
+
"name": "params",
|
|
4631
|
+
"type": {
|
|
4632
|
+
"text": "SelectCellRendererParams"
|
|
4633
|
+
}
|
|
4686
4634
|
}
|
|
4687
4635
|
]
|
|
4688
4636
|
},
|
|
4689
4637
|
{
|
|
4690
|
-
"kind": "
|
|
4691
|
-
"name": "
|
|
4638
|
+
"kind": "field",
|
|
4639
|
+
"name": "selectionChanged",
|
|
4640
|
+
"privacy": "public"
|
|
4692
4641
|
},
|
|
4693
4642
|
{
|
|
4694
4643
|
"kind": "field",
|
|
@@ -4806,23 +4755,26 @@
|
|
|
4806
4755
|
"name": "FoundationElement",
|
|
4807
4756
|
"package": "@microsoft/fast-foundation"
|
|
4808
4757
|
},
|
|
4809
|
-
"tagName": "%%prefix%%-select-
|
|
4758
|
+
"tagName": "%%prefix%%-select-renderer",
|
|
4810
4759
|
"customElement": true
|
|
4811
4760
|
},
|
|
4812
4761
|
{
|
|
4813
4762
|
"kind": "variable",
|
|
4814
|
-
"name": "
|
|
4815
|
-
"default": "css
|
|
4763
|
+
"name": "agSelectRendererStyles",
|
|
4764
|
+
"default": "css`\n :host,\n .select-renderer,\n zero-option,\n ::part(listbox),\n ::part(control) {\n max-width: var(--select-renderer-max-width);\n min-width: 100%;\n }\n`",
|
|
4816
4765
|
"description": "The AG Select Renderer Styles.",
|
|
4817
4766
|
"privacy": "public"
|
|
4818
4767
|
},
|
|
4819
4768
|
{
|
|
4820
4769
|
"kind": "function",
|
|
4821
|
-
"name": "
|
|
4770
|
+
"name": "getSelectRendererTemplate",
|
|
4822
4771
|
"parameters": [
|
|
4823
4772
|
{
|
|
4824
4773
|
"name": "designSystem",
|
|
4825
4774
|
"default": "'foundation'",
|
|
4775
|
+
"type": {
|
|
4776
|
+
"text": "string"
|
|
4777
|
+
},
|
|
4826
4778
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4827
4779
|
}
|
|
4828
4780
|
],
|
|
@@ -4836,83 +4788,76 @@
|
|
|
4836
4788
|
},
|
|
4837
4789
|
{
|
|
4838
4790
|
"kind": "variable",
|
|
4839
|
-
"name": "
|
|
4791
|
+
"name": "foundationAgSelectRenderer",
|
|
4792
|
+
"description": "A function that returns a Foundation Select Renderer registration for configuring the component with a DesignSystem.",
|
|
4840
4793
|
"privacy": "public"
|
|
4841
4794
|
}
|
|
4842
4795
|
],
|
|
4843
4796
|
"exports": [
|
|
4844
4797
|
{
|
|
4845
4798
|
"kind": "js",
|
|
4846
|
-
"name": "
|
|
4799
|
+
"name": "SelectRenderer",
|
|
4847
4800
|
"declaration": {
|
|
4848
|
-
"name": "
|
|
4849
|
-
"module": "src/cell-
|
|
4801
|
+
"name": "SelectRenderer",
|
|
4802
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
4850
4803
|
}
|
|
4851
4804
|
},
|
|
4852
4805
|
{
|
|
4853
4806
|
"kind": "js",
|
|
4854
|
-
"name": "
|
|
4807
|
+
"name": "agSelectRendererStyles",
|
|
4855
4808
|
"declaration": {
|
|
4856
|
-
"name": "
|
|
4857
|
-
"module": "src/cell-
|
|
4809
|
+
"name": "agSelectRendererStyles",
|
|
4810
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
4858
4811
|
}
|
|
4859
4812
|
},
|
|
4860
4813
|
{
|
|
4861
4814
|
"kind": "js",
|
|
4862
|
-
"name": "
|
|
4815
|
+
"name": "getSelectRendererTemplate",
|
|
4863
4816
|
"declaration": {
|
|
4864
|
-
"name": "
|
|
4865
|
-
"module": "src/cell-
|
|
4817
|
+
"name": "getSelectRendererTemplate",
|
|
4818
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
4866
4819
|
}
|
|
4867
4820
|
},
|
|
4868
4821
|
{
|
|
4869
4822
|
"kind": "js",
|
|
4870
|
-
"name": "
|
|
4823
|
+
"name": "foundationAgSelectRenderer",
|
|
4871
4824
|
"declaration": {
|
|
4872
|
-
"name": "
|
|
4873
|
-
"module": "src/cell-
|
|
4825
|
+
"name": "foundationAgSelectRenderer",
|
|
4826
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
4874
4827
|
}
|
|
4875
4828
|
}
|
|
4876
4829
|
]
|
|
4877
4830
|
},
|
|
4878
4831
|
{
|
|
4879
4832
|
"kind": "javascript-module",
|
|
4880
|
-
"path": "src/cell-
|
|
4833
|
+
"path": "src/cell-renderers/text-field.renderer.ts",
|
|
4881
4834
|
"declarations": [
|
|
4882
4835
|
{
|
|
4883
4836
|
"kind": "class",
|
|
4884
|
-
"description": "The AG
|
|
4885
|
-
"name": "
|
|
4837
|
+
"description": "The AG Text Field Renderer element.",
|
|
4838
|
+
"name": "AgTextFieldRenderer",
|
|
4886
4839
|
"members": [
|
|
4887
4840
|
{
|
|
4888
4841
|
"kind": "field",
|
|
4889
|
-
"name": "
|
|
4842
|
+
"name": "textField",
|
|
4890
4843
|
"type": {
|
|
4891
|
-
"text": "
|
|
4844
|
+
"text": "TextField"
|
|
4892
4845
|
},
|
|
4893
4846
|
"privacy": "public"
|
|
4894
4847
|
},
|
|
4895
4848
|
{
|
|
4896
4849
|
"kind": "field",
|
|
4897
|
-
"name": "
|
|
4850
|
+
"name": "textValue",
|
|
4898
4851
|
"type": {
|
|
4899
4852
|
"text": "string"
|
|
4900
4853
|
},
|
|
4901
|
-
"
|
|
4902
|
-
},
|
|
4903
|
-
{
|
|
4904
|
-
"kind": "field",
|
|
4905
|
-
"name": "actualWidth",
|
|
4906
|
-
"type": {
|
|
4907
|
-
"text": "number"
|
|
4908
|
-
},
|
|
4909
|
-
"privacy": "public"
|
|
4854
|
+
"default": "''"
|
|
4910
4855
|
},
|
|
4911
4856
|
{
|
|
4912
4857
|
"kind": "field",
|
|
4913
|
-
"name": "
|
|
4858
|
+
"name": "params",
|
|
4914
4859
|
"type": {
|
|
4915
|
-
"text": "
|
|
4860
|
+
"text": "FuiCellRendererParams"
|
|
4916
4861
|
},
|
|
4917
4862
|
"privacy": "public"
|
|
4918
4863
|
},
|
|
@@ -4924,7 +4869,7 @@
|
|
|
4924
4869
|
{
|
|
4925
4870
|
"name": "params",
|
|
4926
4871
|
"type": {
|
|
4927
|
-
"text": "
|
|
4872
|
+
"text": "FuiCellRendererParams"
|
|
4928
4873
|
}
|
|
4929
4874
|
}
|
|
4930
4875
|
]
|
|
@@ -4939,54 +4884,36 @@
|
|
|
4939
4884
|
}
|
|
4940
4885
|
}
|
|
4941
4886
|
},
|
|
4887
|
+
{
|
|
4888
|
+
"kind": "method",
|
|
4889
|
+
"name": "destroy",
|
|
4890
|
+
"privacy": "public"
|
|
4891
|
+
},
|
|
4942
4892
|
{
|
|
4943
4893
|
"kind": "method",
|
|
4944
4894
|
"name": "refresh",
|
|
4945
4895
|
"privacy": "public",
|
|
4946
|
-
"return": {
|
|
4947
|
-
"type": {
|
|
4948
|
-
"text": "boolean"
|
|
4949
|
-
}
|
|
4950
|
-
},
|
|
4951
4896
|
"parameters": [
|
|
4952
4897
|
{
|
|
4953
4898
|
"name": "params",
|
|
4954
4899
|
"type": {
|
|
4955
|
-
"text": "
|
|
4900
|
+
"text": "FuiCellRendererParams"
|
|
4956
4901
|
}
|
|
4957
4902
|
}
|
|
4958
4903
|
]
|
|
4959
4904
|
},
|
|
4960
4905
|
{
|
|
4961
|
-
"kind": "
|
|
4962
|
-
"name": "
|
|
4963
|
-
|
|
4964
|
-
|
|
4965
|
-
"kind": "method",
|
|
4966
|
-
"name": "isPopup",
|
|
4967
|
-
"return": {
|
|
4968
|
-
"type": {
|
|
4969
|
-
"text": "boolean"
|
|
4970
|
-
}
|
|
4971
|
-
}
|
|
4972
|
-
},
|
|
4973
|
-
{
|
|
4974
|
-
"kind": "method",
|
|
4975
|
-
"name": "afterGuiAttached"
|
|
4976
|
-
},
|
|
4977
|
-
{
|
|
4978
|
-
"kind": "method",
|
|
4979
|
-
"name": "changeHandler",
|
|
4906
|
+
"kind": "field",
|
|
4907
|
+
"name": "textChanged",
|
|
4908
|
+
"privacy": "public",
|
|
4909
|
+
"description": "On text change handler",
|
|
4980
4910
|
"parameters": [
|
|
4981
4911
|
{
|
|
4982
|
-
"
|
|
4912
|
+
"description": "CustomEvent",
|
|
4913
|
+
"name": "e"
|
|
4983
4914
|
}
|
|
4984
4915
|
]
|
|
4985
4916
|
},
|
|
4986
|
-
{
|
|
4987
|
-
"kind": "method",
|
|
4988
|
-
"name": "isCancelBeforeStart"
|
|
4989
|
-
},
|
|
4990
4917
|
{
|
|
4991
4918
|
"kind": "field",
|
|
4992
4919
|
"name": "_presentation",
|
|
@@ -5103,19 +5030,19 @@
|
|
|
5103
5030
|
"name": "FoundationElement",
|
|
5104
5031
|
"package": "@microsoft/fast-foundation"
|
|
5105
5032
|
},
|
|
5106
|
-
"tagName": "%%prefix%%-
|
|
5033
|
+
"tagName": "%%prefix%%-grid-text-field-renderer",
|
|
5107
5034
|
"customElement": true
|
|
5108
5035
|
},
|
|
5109
5036
|
{
|
|
5110
5037
|
"kind": "variable",
|
|
5111
|
-
"name": "
|
|
5112
|
-
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
5113
|
-
"description": "The AG
|
|
5038
|
+
"name": "textFieldRendererStyles",
|
|
5039
|
+
"default": "css`\n :host {\n display: flex;\n width: 100%;\n height: 100%;\n align-center: center;\n }\n .text-renderer {\n width: 100%;\n }\n`",
|
|
5040
|
+
"description": "The AG Text Field Renderer Styles.",
|
|
5114
5041
|
"privacy": "public"
|
|
5115
5042
|
},
|
|
5116
5043
|
{
|
|
5117
5044
|
"kind": "function",
|
|
5118
|
-
"name": "
|
|
5045
|
+
"name": "getTextFieldRendererTemplate",
|
|
5119
5046
|
"parameters": [
|
|
5120
5047
|
{
|
|
5121
5048
|
"name": "designSystem",
|
|
@@ -5123,7 +5050,7 @@
|
|
|
5123
5050
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
5124
5051
|
}
|
|
5125
5052
|
],
|
|
5126
|
-
"description": "Get a Design System prefixed
|
|
5053
|
+
"description": "Get a Design System prefixed Text Field template.",
|
|
5127
5054
|
"return": {
|
|
5128
5055
|
"type": {
|
|
5129
5056
|
"text": ""
|
|
@@ -5133,97 +5060,170 @@
|
|
|
5133
5060
|
},
|
|
5134
5061
|
{
|
|
5135
5062
|
"kind": "variable",
|
|
5136
|
-
"name": "
|
|
5063
|
+
"name": "foundationAgTextFieldRenderer",
|
|
5064
|
+
"description": "A function that returns a Foundation Text Field Renderer registration for configuring the component with a DesignSystem.",
|
|
5137
5065
|
"privacy": "public"
|
|
5138
5066
|
}
|
|
5139
5067
|
],
|
|
5140
5068
|
"exports": [
|
|
5141
5069
|
{
|
|
5142
5070
|
"kind": "js",
|
|
5143
|
-
"name": "
|
|
5071
|
+
"name": "AgTextFieldRenderer",
|
|
5144
5072
|
"declaration": {
|
|
5145
|
-
"name": "
|
|
5146
|
-
"module": "src/cell-
|
|
5073
|
+
"name": "AgTextFieldRenderer",
|
|
5074
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5147
5075
|
}
|
|
5148
5076
|
},
|
|
5149
5077
|
{
|
|
5150
5078
|
"kind": "js",
|
|
5151
|
-
"name": "
|
|
5079
|
+
"name": "textFieldRendererStyles",
|
|
5152
5080
|
"declaration": {
|
|
5153
|
-
"name": "
|
|
5154
|
-
"module": "src/cell-
|
|
5081
|
+
"name": "textFieldRendererStyles",
|
|
5082
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5155
5083
|
}
|
|
5156
5084
|
},
|
|
5157
5085
|
{
|
|
5158
5086
|
"kind": "js",
|
|
5159
|
-
"name": "
|
|
5087
|
+
"name": "getTextFieldRendererTemplate",
|
|
5160
5088
|
"declaration": {
|
|
5161
|
-
"name": "
|
|
5162
|
-
"module": "src/cell-
|
|
5089
|
+
"name": "getTextFieldRendererTemplate",
|
|
5090
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5163
5091
|
}
|
|
5164
5092
|
},
|
|
5165
5093
|
{
|
|
5166
5094
|
"kind": "js",
|
|
5167
|
-
"name": "
|
|
5168
|
-
"declaration": {
|
|
5169
|
-
"name": "foundationStringEditor",
|
|
5170
|
-
"module": "src/cell-editors/string.editor.ts"
|
|
5171
|
-
}
|
|
5172
|
-
}
|
|
5173
|
-
]
|
|
5174
|
-
},
|
|
5175
|
-
{
|
|
5176
|
-
"kind": "javascript-module",
|
|
5177
|
-
"path": "src/column/column.template.ts",
|
|
5178
|
-
"declarations": [
|
|
5179
|
-
{
|
|
5180
|
-
"kind": "variable",
|
|
5181
|
-
"name": "ColumnTemplate",
|
|
5182
|
-
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
5183
|
-
"description": "The Grid Pro Column Template.",
|
|
5184
|
-
"privacy": "public"
|
|
5185
|
-
}
|
|
5186
|
-
],
|
|
5187
|
-
"exports": [
|
|
5188
|
-
{
|
|
5189
|
-
"kind": "js",
|
|
5190
|
-
"name": "ColumnTemplate",
|
|
5095
|
+
"name": "foundationAgTextFieldRenderer",
|
|
5191
5096
|
"declaration": {
|
|
5192
|
-
"name": "
|
|
5193
|
-
"module": "src/
|
|
5097
|
+
"name": "foundationAgTextFieldRenderer",
|
|
5098
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5194
5099
|
}
|
|
5195
5100
|
}
|
|
5196
5101
|
]
|
|
5197
5102
|
},
|
|
5198
5103
|
{
|
|
5199
5104
|
"kind": "javascript-module",
|
|
5200
|
-
"path": "src/
|
|
5105
|
+
"path": "src/cell-renderers/text.renderer.ts",
|
|
5201
5106
|
"declarations": [
|
|
5202
5107
|
{
|
|
5203
5108
|
"kind": "class",
|
|
5204
|
-
"description": "
|
|
5205
|
-
"name": "
|
|
5109
|
+
"description": "",
|
|
5110
|
+
"name": "AgTextRenderer",
|
|
5111
|
+
"superclass": {
|
|
5112
|
+
"name": "AgTextFieldRenderer",
|
|
5113
|
+
"module": "/src/cell-renderers/text-field.renderer"
|
|
5114
|
+
},
|
|
5115
|
+
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
5116
|
+
"tagName": "%%prefix%%-grid-text-renderer",
|
|
5117
|
+
"customElement": true,
|
|
5206
5118
|
"members": [
|
|
5207
5119
|
{
|
|
5208
5120
|
"kind": "field",
|
|
5209
|
-
"name": "
|
|
5121
|
+
"name": "textField",
|
|
5210
5122
|
"type": {
|
|
5211
|
-
"text": "
|
|
5123
|
+
"text": "TextField"
|
|
5212
5124
|
},
|
|
5213
|
-
"privacy": "public"
|
|
5125
|
+
"privacy": "public",
|
|
5126
|
+
"inheritedFrom": {
|
|
5127
|
+
"name": "AgTextFieldRenderer",
|
|
5128
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5129
|
+
}
|
|
5214
5130
|
},
|
|
5215
5131
|
{
|
|
5216
5132
|
"kind": "field",
|
|
5217
|
-
"name": "
|
|
5133
|
+
"name": "textValue",
|
|
5218
5134
|
"type": {
|
|
5219
|
-
"text": "
|
|
5135
|
+
"text": "string"
|
|
5220
5136
|
},
|
|
5221
|
-
"default": "
|
|
5137
|
+
"default": "''",
|
|
5138
|
+
"inheritedFrom": {
|
|
5139
|
+
"name": "AgTextFieldRenderer",
|
|
5140
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5141
|
+
}
|
|
5142
|
+
},
|
|
5143
|
+
{
|
|
5144
|
+
"kind": "field",
|
|
5145
|
+
"name": "params",
|
|
5146
|
+
"type": {
|
|
5147
|
+
"text": "FuiCellRendererParams"
|
|
5148
|
+
},
|
|
5149
|
+
"privacy": "public",
|
|
5150
|
+
"inheritedFrom": {
|
|
5151
|
+
"name": "AgTextFieldRenderer",
|
|
5152
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5153
|
+
}
|
|
5222
5154
|
},
|
|
5223
5155
|
{
|
|
5224
5156
|
"kind": "method",
|
|
5225
|
-
"name": "
|
|
5226
|
-
"privacy": "public"
|
|
5157
|
+
"name": "init",
|
|
5158
|
+
"privacy": "public",
|
|
5159
|
+
"parameters": [
|
|
5160
|
+
{
|
|
5161
|
+
"name": "params",
|
|
5162
|
+
"type": {
|
|
5163
|
+
"text": "FuiCellRendererParams"
|
|
5164
|
+
}
|
|
5165
|
+
}
|
|
5166
|
+
],
|
|
5167
|
+
"inheritedFrom": {
|
|
5168
|
+
"name": "AgTextFieldRenderer",
|
|
5169
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5170
|
+
}
|
|
5171
|
+
},
|
|
5172
|
+
{
|
|
5173
|
+
"kind": "method",
|
|
5174
|
+
"name": "getGui",
|
|
5175
|
+
"privacy": "public",
|
|
5176
|
+
"return": {
|
|
5177
|
+
"type": {
|
|
5178
|
+
"text": "HTMLElement"
|
|
5179
|
+
}
|
|
5180
|
+
},
|
|
5181
|
+
"inheritedFrom": {
|
|
5182
|
+
"name": "AgTextFieldRenderer",
|
|
5183
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5184
|
+
}
|
|
5185
|
+
},
|
|
5186
|
+
{
|
|
5187
|
+
"kind": "method",
|
|
5188
|
+
"name": "destroy",
|
|
5189
|
+
"privacy": "public",
|
|
5190
|
+
"inheritedFrom": {
|
|
5191
|
+
"name": "AgTextFieldRenderer",
|
|
5192
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5193
|
+
}
|
|
5194
|
+
},
|
|
5195
|
+
{
|
|
5196
|
+
"kind": "method",
|
|
5197
|
+
"name": "refresh",
|
|
5198
|
+
"privacy": "public",
|
|
5199
|
+
"parameters": [
|
|
5200
|
+
{
|
|
5201
|
+
"name": "params",
|
|
5202
|
+
"type": {
|
|
5203
|
+
"text": "FuiCellRendererParams"
|
|
5204
|
+
}
|
|
5205
|
+
}
|
|
5206
|
+
],
|
|
5207
|
+
"inheritedFrom": {
|
|
5208
|
+
"name": "AgTextFieldRenderer",
|
|
5209
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5210
|
+
}
|
|
5211
|
+
},
|
|
5212
|
+
{
|
|
5213
|
+
"kind": "field",
|
|
5214
|
+
"name": "textChanged",
|
|
5215
|
+
"privacy": "public",
|
|
5216
|
+
"description": "On text change handler",
|
|
5217
|
+
"parameters": [
|
|
5218
|
+
{
|
|
5219
|
+
"description": "CustomEvent",
|
|
5220
|
+
"name": "e"
|
|
5221
|
+
}
|
|
5222
|
+
],
|
|
5223
|
+
"inheritedFrom": {
|
|
5224
|
+
"name": "AgTextFieldRenderer",
|
|
5225
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5226
|
+
}
|
|
5227
5227
|
},
|
|
5228
5228
|
{
|
|
5229
5229
|
"kind": "field",
|
|
@@ -5336,61 +5336,61 @@
|
|
|
5336
5336
|
"module": "src/foundation-element/foundation-element.ts"
|
|
5337
5337
|
}
|
|
5338
5338
|
}
|
|
5339
|
-
]
|
|
5340
|
-
|
|
5341
|
-
|
|
5342
|
-
|
|
5343
|
-
|
|
5344
|
-
"
|
|
5345
|
-
"
|
|
5339
|
+
]
|
|
5340
|
+
},
|
|
5341
|
+
{
|
|
5342
|
+
"kind": "variable",
|
|
5343
|
+
"name": "textRendererStyles",
|
|
5344
|
+
"default": "textFieldRendererStyles",
|
|
5345
|
+
"privacy": "public",
|
|
5346
|
+
"deprecated": "- Use textFieldRendererStyles instead"
|
|
5347
|
+
},
|
|
5348
|
+
{
|
|
5349
|
+
"kind": "variable",
|
|
5350
|
+
"name": "getTextRendererTemplate",
|
|
5351
|
+
"default": "getTextFieldRendererTemplate",
|
|
5352
|
+
"privacy": "public",
|
|
5353
|
+
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
5354
|
+
},
|
|
5355
|
+
{
|
|
5356
|
+
"kind": "variable",
|
|
5357
|
+
"name": "foundationAgTextRenderer",
|
|
5358
|
+
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
5359
|
+
"privacy": "public",
|
|
5360
|
+
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
5346
5361
|
}
|
|
5347
5362
|
],
|
|
5348
5363
|
"exports": [
|
|
5349
5364
|
{
|
|
5350
5365
|
"kind": "js",
|
|
5351
|
-
"name": "
|
|
5366
|
+
"name": "AgTextRenderer",
|
|
5352
5367
|
"declaration": {
|
|
5353
|
-
"name": "
|
|
5354
|
-
"module": "src/
|
|
5368
|
+
"name": "AgTextRenderer",
|
|
5369
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
5355
5370
|
}
|
|
5356
5371
|
},
|
|
5357
|
-
{
|
|
5358
|
-
"kind": "custom-element-definition",
|
|
5359
|
-
"name": "grid-pro-column",
|
|
5360
|
-
"declaration": {
|
|
5361
|
-
"name": "GridProColumn",
|
|
5362
|
-
"module": "src/column/column.ts"
|
|
5363
|
-
}
|
|
5364
|
-
}
|
|
5365
|
-
]
|
|
5366
|
-
},
|
|
5367
|
-
{
|
|
5368
|
-
"kind": "javascript-module",
|
|
5369
|
-
"path": "src/column/index.ts",
|
|
5370
|
-
"declarations": [],
|
|
5371
|
-
"exports": [
|
|
5372
5372
|
{
|
|
5373
5373
|
"kind": "js",
|
|
5374
|
-
"name": "
|
|
5374
|
+
"name": "textRendererStyles",
|
|
5375
5375
|
"declaration": {
|
|
5376
|
-
"name": "
|
|
5377
|
-
"
|
|
5376
|
+
"name": "textRendererStyles",
|
|
5377
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
5378
5378
|
}
|
|
5379
5379
|
},
|
|
5380
5380
|
{
|
|
5381
5381
|
"kind": "js",
|
|
5382
|
-
"name": "
|
|
5382
|
+
"name": "getTextRendererTemplate",
|
|
5383
5383
|
"declaration": {
|
|
5384
|
-
"name": "
|
|
5385
|
-
"
|
|
5384
|
+
"name": "getTextRendererTemplate",
|
|
5385
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
5386
5386
|
}
|
|
5387
5387
|
},
|
|
5388
5388
|
{
|
|
5389
5389
|
"kind": "js",
|
|
5390
|
-
"name": "
|
|
5390
|
+
"name": "foundationAgTextRenderer",
|
|
5391
5391
|
"declaration": {
|
|
5392
|
-
"name": "
|
|
5393
|
-
"
|
|
5392
|
+
"name": "foundationAgTextRenderer",
|
|
5393
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
5394
5394
|
}
|
|
5395
5395
|
}
|
|
5396
5396
|
]
|
|
@@ -9217,46 +9217,51 @@
|
|
|
9217
9217
|
},
|
|
9218
9218
|
{
|
|
9219
9219
|
"kind": "javascript-module",
|
|
9220
|
-
"path": "src/
|
|
9220
|
+
"path": "src/column/utils/grid-pro-columns.ts",
|
|
9221
9221
|
"declarations": [
|
|
9222
9222
|
{
|
|
9223
9223
|
"kind": "function",
|
|
9224
|
-
"name": "
|
|
9224
|
+
"name": "gridProColumns",
|
|
9225
9225
|
"return": {
|
|
9226
9226
|
"type": {
|
|
9227
|
-
"text": "
|
|
9227
|
+
"text": "CaptureType<TSource>"
|
|
9228
9228
|
}
|
|
9229
9229
|
},
|
|
9230
9230
|
"parameters": [
|
|
9231
9231
|
{
|
|
9232
|
-
"name": "
|
|
9232
|
+
"name": "itemsBinding",
|
|
9233
9233
|
"type": {
|
|
9234
|
-
"text": "
|
|
9235
|
-
}
|
|
9234
|
+
"text": "Binding<TSource, readonly ColDef[]> | readonly ColDef[]"
|
|
9235
|
+
},
|
|
9236
|
+
"description": "The array to render"
|
|
9236
9237
|
},
|
|
9237
9238
|
{
|
|
9238
|
-
"name": "
|
|
9239
|
+
"name": "includeRenderers",
|
|
9240
|
+
"default": "true",
|
|
9239
9241
|
"type": {
|
|
9240
|
-
"text": "
|
|
9241
|
-
}
|
|
9242
|
+
"text": "boolean"
|
|
9243
|
+
},
|
|
9244
|
+
"description": "Optionally tells whether to include cell renderers, if available"
|
|
9242
9245
|
}
|
|
9243
|
-
]
|
|
9246
|
+
],
|
|
9247
|
+
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
9248
|
+
"privacy": "public"
|
|
9244
9249
|
}
|
|
9245
9250
|
],
|
|
9246
9251
|
"exports": [
|
|
9247
9252
|
{
|
|
9248
9253
|
"kind": "js",
|
|
9249
|
-
"name": "
|
|
9254
|
+
"name": "gridProColumns",
|
|
9250
9255
|
"declaration": {
|
|
9251
|
-
"name": "
|
|
9252
|
-
"module": "src/
|
|
9256
|
+
"name": "gridProColumns",
|
|
9257
|
+
"module": "src/column/utils/grid-pro-columns.ts"
|
|
9253
9258
|
}
|
|
9254
9259
|
}
|
|
9255
9260
|
]
|
|
9256
9261
|
},
|
|
9257
9262
|
{
|
|
9258
9263
|
"kind": "javascript-module",
|
|
9259
|
-
"path": "src/
|
|
9264
|
+
"path": "src/column/utils/index.ts",
|
|
9260
9265
|
"declarations": [],
|
|
9261
9266
|
"exports": [
|
|
9262
9267
|
{
|
|
@@ -9264,58 +9269,53 @@
|
|
|
9264
9269
|
"name": "*",
|
|
9265
9270
|
"declaration": {
|
|
9266
9271
|
"name": "*",
|
|
9267
|
-
"package": "./
|
|
9272
|
+
"package": "./grid-pro-columns"
|
|
9268
9273
|
}
|
|
9269
9274
|
}
|
|
9270
9275
|
]
|
|
9271
9276
|
},
|
|
9272
9277
|
{
|
|
9273
9278
|
"kind": "javascript-module",
|
|
9274
|
-
"path": "src/
|
|
9279
|
+
"path": "src/cell-renderers/utils/accessor.ts",
|
|
9275
9280
|
"declarations": [
|
|
9276
9281
|
{
|
|
9277
9282
|
"kind": "function",
|
|
9278
|
-
"name": "
|
|
9283
|
+
"name": "setValueWithAccessor",
|
|
9279
9284
|
"return": {
|
|
9280
9285
|
"type": {
|
|
9281
|
-
"text": "
|
|
9286
|
+
"text": "string"
|
|
9282
9287
|
}
|
|
9283
9288
|
},
|
|
9284
9289
|
"parameters": [
|
|
9285
9290
|
{
|
|
9286
|
-
"name": "
|
|
9291
|
+
"name": "data",
|
|
9287
9292
|
"type": {
|
|
9288
|
-
"text": "
|
|
9289
|
-
}
|
|
9290
|
-
"description": "The array to render"
|
|
9293
|
+
"text": "any"
|
|
9294
|
+
}
|
|
9291
9295
|
},
|
|
9292
9296
|
{
|
|
9293
|
-
"name": "
|
|
9294
|
-
"default": "true",
|
|
9297
|
+
"name": "accessor",
|
|
9295
9298
|
"type": {
|
|
9296
|
-
"text": "
|
|
9297
|
-
}
|
|
9298
|
-
"description": "Optionally tells whether to include cell renderers, if available"
|
|
9299
|
+
"text": "string"
|
|
9300
|
+
}
|
|
9299
9301
|
}
|
|
9300
|
-
]
|
|
9301
|
-
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
9302
|
-
"privacy": "public"
|
|
9302
|
+
]
|
|
9303
9303
|
}
|
|
9304
9304
|
],
|
|
9305
9305
|
"exports": [
|
|
9306
9306
|
{
|
|
9307
9307
|
"kind": "js",
|
|
9308
|
-
"name": "
|
|
9308
|
+
"name": "setValueWithAccessor",
|
|
9309
9309
|
"declaration": {
|
|
9310
|
-
"name": "
|
|
9311
|
-
"module": "src/
|
|
9310
|
+
"name": "setValueWithAccessor",
|
|
9311
|
+
"module": "src/cell-renderers/utils/accessor.ts"
|
|
9312
9312
|
}
|
|
9313
9313
|
}
|
|
9314
9314
|
]
|
|
9315
9315
|
},
|
|
9316
9316
|
{
|
|
9317
9317
|
"kind": "javascript-module",
|
|
9318
|
-
"path": "src/
|
|
9318
|
+
"path": "src/cell-renderers/utils/index.ts",
|
|
9319
9319
|
"declarations": [],
|
|
9320
9320
|
"exports": [
|
|
9321
9321
|
{
|
|
@@ -9323,7 +9323,7 @@
|
|
|
9323
9323
|
"name": "*",
|
|
9324
9324
|
"declaration": {
|
|
9325
9325
|
"name": "*",
|
|
9326
|
-
"package": "./
|
|
9326
|
+
"package": "./accessor"
|
|
9327
9327
|
}
|
|
9328
9328
|
}
|
|
9329
9329
|
]
|