@genesislcap/grid-pro 14.145.3-alpha-595a97d.0 → 14.145.4-alpha-ea74180.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
|
@@ -1776,29 +1776,57 @@
|
|
|
1776
1776
|
},
|
|
1777
1777
|
{
|
|
1778
1778
|
"kind": "javascript-module",
|
|
1779
|
-
"path": "src/cell-
|
|
1779
|
+
"path": "src/cell-editors/date.editor.ts",
|
|
1780
1780
|
"declarations": [
|
|
1781
1781
|
{
|
|
1782
1782
|
"kind": "class",
|
|
1783
|
-
"description": "The AG
|
|
1784
|
-
"name": "
|
|
1783
|
+
"description": "The AG Date Editor element.",
|
|
1784
|
+
"name": "DateEditor",
|
|
1785
1785
|
"members": [
|
|
1786
1786
|
{
|
|
1787
1787
|
"kind": "field",
|
|
1788
|
-
"name": "
|
|
1788
|
+
"name": "value",
|
|
1789
1789
|
"type": {
|
|
1790
|
-
"text": "
|
|
1790
|
+
"text": "number"
|
|
1791
1791
|
},
|
|
1792
1792
|
"privacy": "public"
|
|
1793
1793
|
},
|
|
1794
1794
|
{
|
|
1795
1795
|
"kind": "field",
|
|
1796
|
-
"name": "
|
|
1796
|
+
"name": "actualWidth",
|
|
1797
1797
|
"type": {
|
|
1798
|
-
"text": "
|
|
1798
|
+
"text": "number"
|
|
1799
1799
|
},
|
|
1800
1800
|
"privacy": "public"
|
|
1801
1801
|
},
|
|
1802
|
+
{
|
|
1803
|
+
"kind": "field",
|
|
1804
|
+
"name": "params",
|
|
1805
|
+
"type": {
|
|
1806
|
+
"text": "DateEditorParams"
|
|
1807
|
+
}
|
|
1808
|
+
},
|
|
1809
|
+
{
|
|
1810
|
+
"kind": "field",
|
|
1811
|
+
"name": "dateFormat",
|
|
1812
|
+
"type": {
|
|
1813
|
+
"text": "string"
|
|
1814
|
+
}
|
|
1815
|
+
},
|
|
1816
|
+
{
|
|
1817
|
+
"kind": "field",
|
|
1818
|
+
"name": "input",
|
|
1819
|
+
"type": {
|
|
1820
|
+
"text": "any"
|
|
1821
|
+
}
|
|
1822
|
+
},
|
|
1823
|
+
{
|
|
1824
|
+
"kind": "field",
|
|
1825
|
+
"name": "inputType",
|
|
1826
|
+
"type": {
|
|
1827
|
+
"text": "'datetime-local' | 'date'"
|
|
1828
|
+
}
|
|
1829
|
+
},
|
|
1802
1830
|
{
|
|
1803
1831
|
"kind": "method",
|
|
1804
1832
|
"name": "init",
|
|
@@ -1807,7 +1835,7 @@
|
|
|
1807
1835
|
{
|
|
1808
1836
|
"name": "params",
|
|
1809
1837
|
"type": {
|
|
1810
|
-
"text": "
|
|
1838
|
+
"text": "DateEditorParams"
|
|
1811
1839
|
}
|
|
1812
1840
|
}
|
|
1813
1841
|
]
|
|
@@ -1826,39 +1854,49 @@
|
|
|
1826
1854
|
"kind": "method",
|
|
1827
1855
|
"name": "refresh",
|
|
1828
1856
|
"privacy": "public",
|
|
1857
|
+
"return": {
|
|
1858
|
+
"type": {
|
|
1859
|
+
"text": "boolean"
|
|
1860
|
+
}
|
|
1861
|
+
},
|
|
1829
1862
|
"parameters": [
|
|
1830
1863
|
{
|
|
1831
1864
|
"name": "params",
|
|
1832
1865
|
"type": {
|
|
1833
|
-
"text": "
|
|
1866
|
+
"text": "DateEditorParams"
|
|
1834
1867
|
}
|
|
1835
1868
|
}
|
|
1836
1869
|
]
|
|
1837
1870
|
},
|
|
1838
1871
|
{
|
|
1839
1872
|
"kind": "method",
|
|
1840
|
-
"name": "
|
|
1841
|
-
|
|
1873
|
+
"name": "getValue"
|
|
1874
|
+
},
|
|
1875
|
+
{
|
|
1876
|
+
"kind": "method",
|
|
1877
|
+
"name": "isPopup",
|
|
1842
1878
|
"return": {
|
|
1843
1879
|
"type": {
|
|
1844
1880
|
"text": "boolean"
|
|
1845
1881
|
}
|
|
1846
|
-
}
|
|
1882
|
+
}
|
|
1883
|
+
},
|
|
1884
|
+
{
|
|
1885
|
+
"kind": "method",
|
|
1886
|
+
"name": "changeHandler",
|
|
1847
1887
|
"parameters": [
|
|
1848
1888
|
{
|
|
1849
|
-
"name": "
|
|
1889
|
+
"name": "event"
|
|
1850
1890
|
}
|
|
1851
1891
|
]
|
|
1852
1892
|
},
|
|
1853
1893
|
{
|
|
1854
1894
|
"kind": "method",
|
|
1855
|
-
"name": "
|
|
1856
|
-
"privacy": "public"
|
|
1895
|
+
"name": "afterGuiAttached"
|
|
1857
1896
|
},
|
|
1858
1897
|
{
|
|
1859
|
-
"kind": "
|
|
1860
|
-
"name": "
|
|
1861
|
-
"readonly": true
|
|
1898
|
+
"kind": "method",
|
|
1899
|
+
"name": "isCancelBeforeStart"
|
|
1862
1900
|
},
|
|
1863
1901
|
{
|
|
1864
1902
|
"kind": "field",
|
|
@@ -1976,78 +2014,144 @@
|
|
|
1976
2014
|
"name": "FoundationElement",
|
|
1977
2015
|
"package": "@microsoft/fast-foundation"
|
|
1978
2016
|
},
|
|
1979
|
-
"tagName": "%%prefix%%-
|
|
2017
|
+
"tagName": "%%prefix%%-date-editor",
|
|
1980
2018
|
"customElement": true
|
|
1981
2019
|
},
|
|
1982
2020
|
{
|
|
1983
2021
|
"kind": "variable",
|
|
1984
|
-
"name": "
|
|
1985
|
-
"
|
|
2022
|
+
"name": "agDateEditorStyles",
|
|
2023
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
2024
|
+
"description": "The AG Select Renderer Styles.",
|
|
1986
2025
|
"privacy": "public"
|
|
1987
2026
|
},
|
|
1988
2027
|
{
|
|
1989
|
-
"kind": "
|
|
1990
|
-
"name": "
|
|
1991
|
-
"
|
|
1992
|
-
|
|
2028
|
+
"kind": "function",
|
|
2029
|
+
"name": "getDateEditorTemplate",
|
|
2030
|
+
"parameters": [
|
|
2031
|
+
{
|
|
2032
|
+
"name": "prefix",
|
|
2033
|
+
"default": "'foundation'",
|
|
2034
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
2035
|
+
}
|
|
2036
|
+
],
|
|
2037
|
+
"description": "Get a Design System prefixed Select template.",
|
|
2038
|
+
"return": {
|
|
2039
|
+
"type": {
|
|
2040
|
+
"text": ""
|
|
2041
|
+
}
|
|
2042
|
+
},
|
|
1993
2043
|
"privacy": "public"
|
|
1994
2044
|
},
|
|
1995
2045
|
{
|
|
1996
2046
|
"kind": "variable",
|
|
1997
|
-
"name": "
|
|
1998
|
-
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
2047
|
+
"name": "foundationDateEditor",
|
|
1999
2048
|
"privacy": "public"
|
|
2000
2049
|
}
|
|
2001
2050
|
],
|
|
2002
2051
|
"exports": [
|
|
2003
2052
|
{
|
|
2004
2053
|
"kind": "js",
|
|
2005
|
-
"name": "
|
|
2054
|
+
"name": "DateEditor",
|
|
2006
2055
|
"declaration": {
|
|
2007
|
-
"name": "
|
|
2008
|
-
"module": "src/cell-
|
|
2056
|
+
"name": "DateEditor",
|
|
2057
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
2009
2058
|
}
|
|
2010
2059
|
},
|
|
2011
2060
|
{
|
|
2012
2061
|
"kind": "js",
|
|
2013
|
-
"name": "
|
|
2062
|
+
"name": "agDateEditorStyles",
|
|
2014
2063
|
"declaration": {
|
|
2015
|
-
"name": "
|
|
2016
|
-
"module": "src/cell-
|
|
2064
|
+
"name": "agDateEditorStyles",
|
|
2065
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
2017
2066
|
}
|
|
2018
2067
|
},
|
|
2019
2068
|
{
|
|
2020
2069
|
"kind": "js",
|
|
2021
|
-
"name": "
|
|
2070
|
+
"name": "getDateEditorTemplate",
|
|
2022
2071
|
"declaration": {
|
|
2023
|
-
"name": "
|
|
2024
|
-
"module": "src/cell-
|
|
2072
|
+
"name": "getDateEditorTemplate",
|
|
2073
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
2025
2074
|
}
|
|
2026
2075
|
},
|
|
2027
2076
|
{
|
|
2028
2077
|
"kind": "js",
|
|
2029
|
-
"name": "
|
|
2078
|
+
"name": "foundationDateEditor",
|
|
2030
2079
|
"declaration": {
|
|
2031
|
-
"name": "
|
|
2032
|
-
"module": "src/cell-
|
|
2080
|
+
"name": "foundationDateEditor",
|
|
2081
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
2033
2082
|
}
|
|
2034
2083
|
}
|
|
2035
2084
|
]
|
|
2036
2085
|
},
|
|
2037
2086
|
{
|
|
2038
2087
|
"kind": "javascript-module",
|
|
2039
|
-
"path": "src/cell-
|
|
2088
|
+
"path": "src/cell-editors/index.ts",
|
|
2089
|
+
"declarations": [],
|
|
2090
|
+
"exports": [
|
|
2091
|
+
{
|
|
2092
|
+
"kind": "js",
|
|
2093
|
+
"name": "*",
|
|
2094
|
+
"declaration": {
|
|
2095
|
+
"name": "*",
|
|
2096
|
+
"package": "./date.editor"
|
|
2097
|
+
}
|
|
2098
|
+
},
|
|
2099
|
+
{
|
|
2100
|
+
"kind": "js",
|
|
2101
|
+
"name": "*",
|
|
2102
|
+
"declaration": {
|
|
2103
|
+
"name": "*",
|
|
2104
|
+
"package": "./multiselect.editor"
|
|
2105
|
+
}
|
|
2106
|
+
},
|
|
2107
|
+
{
|
|
2108
|
+
"kind": "js",
|
|
2109
|
+
"name": "*",
|
|
2110
|
+
"declaration": {
|
|
2111
|
+
"name": "*",
|
|
2112
|
+
"package": "./number.editor"
|
|
2113
|
+
}
|
|
2114
|
+
},
|
|
2115
|
+
{
|
|
2116
|
+
"kind": "js",
|
|
2117
|
+
"name": "*",
|
|
2118
|
+
"declaration": {
|
|
2119
|
+
"name": "*",
|
|
2120
|
+
"package": "./select.editor"
|
|
2121
|
+
}
|
|
2122
|
+
},
|
|
2123
|
+
{
|
|
2124
|
+
"kind": "js",
|
|
2125
|
+
"name": "*",
|
|
2126
|
+
"declaration": {
|
|
2127
|
+
"name": "*",
|
|
2128
|
+
"package": "./string.editor"
|
|
2129
|
+
}
|
|
2130
|
+
}
|
|
2131
|
+
]
|
|
2132
|
+
},
|
|
2133
|
+
{
|
|
2134
|
+
"kind": "javascript-module",
|
|
2135
|
+
"path": "src/cell-editors/multiselect.editor.ts",
|
|
2040
2136
|
"declarations": [
|
|
2041
2137
|
{
|
|
2042
2138
|
"kind": "class",
|
|
2043
|
-
"description": "The
|
|
2044
|
-
"name": "
|
|
2139
|
+
"description": "The AG Multiselect Editor element.",
|
|
2140
|
+
"name": "MultiselectEditor",
|
|
2045
2141
|
"members": [
|
|
2046
2142
|
{
|
|
2047
2143
|
"kind": "field",
|
|
2048
2144
|
"name": "params",
|
|
2049
2145
|
"type": {
|
|
2050
|
-
"text": "
|
|
2146
|
+
"text": "MultiselectEditorParams"
|
|
2147
|
+
},
|
|
2148
|
+
"privacy": "public"
|
|
2149
|
+
},
|
|
2150
|
+
{
|
|
2151
|
+
"kind": "field",
|
|
2152
|
+
"name": "selectedOptions",
|
|
2153
|
+
"type": {
|
|
2154
|
+
"text": "any[]"
|
|
2051
2155
|
},
|
|
2052
2156
|
"privacy": "public"
|
|
2053
2157
|
},
|
|
@@ -2059,7 +2163,7 @@
|
|
|
2059
2163
|
{
|
|
2060
2164
|
"name": "params",
|
|
2061
2165
|
"type": {
|
|
2062
|
-
"text": "
|
|
2166
|
+
"text": "MultiselectEditorParams"
|
|
2063
2167
|
}
|
|
2064
2168
|
}
|
|
2065
2169
|
]
|
|
@@ -2074,19 +2178,60 @@
|
|
|
2074
2178
|
}
|
|
2075
2179
|
}
|
|
2076
2180
|
},
|
|
2181
|
+
{
|
|
2182
|
+
"kind": "method",
|
|
2183
|
+
"name": "destroy",
|
|
2184
|
+
"privacy": "public",
|
|
2185
|
+
"return": {
|
|
2186
|
+
"type": {
|
|
2187
|
+
"text": "void"
|
|
2188
|
+
}
|
|
2189
|
+
}
|
|
2190
|
+
},
|
|
2077
2191
|
{
|
|
2078
2192
|
"kind": "method",
|
|
2079
2193
|
"name": "refresh",
|
|
2080
2194
|
"privacy": "public",
|
|
2195
|
+
"return": {
|
|
2196
|
+
"type": {
|
|
2197
|
+
"text": "boolean"
|
|
2198
|
+
}
|
|
2199
|
+
},
|
|
2081
2200
|
"parameters": [
|
|
2082
2201
|
{
|
|
2083
2202
|
"name": "params",
|
|
2084
2203
|
"type": {
|
|
2085
|
-
"text": "
|
|
2204
|
+
"text": "MultiselectEditorParams"
|
|
2086
2205
|
}
|
|
2087
2206
|
}
|
|
2088
2207
|
]
|
|
2089
2208
|
},
|
|
2209
|
+
{
|
|
2210
|
+
"kind": "method",
|
|
2211
|
+
"name": "getValue"
|
|
2212
|
+
},
|
|
2213
|
+
{
|
|
2214
|
+
"kind": "method",
|
|
2215
|
+
"name": "isPopup",
|
|
2216
|
+
"return": {
|
|
2217
|
+
"type": {
|
|
2218
|
+
"text": "boolean"
|
|
2219
|
+
}
|
|
2220
|
+
}
|
|
2221
|
+
},
|
|
2222
|
+
{
|
|
2223
|
+
"kind": "method",
|
|
2224
|
+
"name": "changeHandler",
|
|
2225
|
+
"parameters": [
|
|
2226
|
+
{
|
|
2227
|
+
"name": "event"
|
|
2228
|
+
}
|
|
2229
|
+
]
|
|
2230
|
+
},
|
|
2231
|
+
{
|
|
2232
|
+
"kind": "method",
|
|
2233
|
+
"name": "isCancelBeforeStart"
|
|
2234
|
+
},
|
|
2090
2235
|
{
|
|
2091
2236
|
"kind": "field",
|
|
2092
2237
|
"name": "_presentation",
|
|
@@ -2203,118 +2348,115 @@
|
|
|
2203
2348
|
"name": "FoundationElement",
|
|
2204
2349
|
"package": "@microsoft/fast-foundation"
|
|
2205
2350
|
},
|
|
2206
|
-
"tagName": "%%prefix%%-
|
|
2351
|
+
"tagName": "%%prefix%%-multiselect-editor",
|
|
2207
2352
|
"customElement": true
|
|
2208
2353
|
},
|
|
2209
2354
|
{
|
|
2210
2355
|
"kind": "variable",
|
|
2211
|
-
"name": "
|
|
2212
|
-
"
|
|
2356
|
+
"name": "agMultiselectEditorStyles",
|
|
2357
|
+
"default": "css``",
|
|
2358
|
+
"description": "The AG Select Renderer Styles.",
|
|
2213
2359
|
"privacy": "public"
|
|
2214
2360
|
},
|
|
2215
2361
|
{
|
|
2216
2362
|
"kind": "function",
|
|
2217
|
-
"name": "
|
|
2363
|
+
"name": "getMultiselectEditorTemplate",
|
|
2364
|
+
"parameters": [
|
|
2365
|
+
{
|
|
2366
|
+
"name": "designSystem",
|
|
2367
|
+
"default": "'foundation'",
|
|
2368
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
2369
|
+
}
|
|
2370
|
+
],
|
|
2371
|
+
"description": "Get a Design System prefixed Select template.",
|
|
2218
2372
|
"return": {
|
|
2219
2373
|
"type": {
|
|
2220
2374
|
"text": ""
|
|
2221
2375
|
}
|
|
2222
2376
|
},
|
|
2223
|
-
"
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
},
|
|
2229
|
-
"description": "Array of {@link @genesislcap/foundation-ui#ActionMenuItem}to be displayed in the menu.\n * "
|
|
2230
|
-
},
|
|
2231
|
-
{
|
|
2232
|
-
"name": "overrideDef",
|
|
2233
|
-
"default": "{}",
|
|
2234
|
-
"type": {
|
|
2235
|
-
"text": "ColDef"
|
|
2236
|
-
},
|
|
2237
|
-
"description": "Optional override for the ColDef. Will override any of the default values. Default is an empty object."
|
|
2238
|
-
},
|
|
2239
|
-
{
|
|
2240
|
-
"name": "customActionsOpenerName",
|
|
2241
|
-
"default": "'⋮'",
|
|
2242
|
-
"type": {
|
|
2243
|
-
"text": "string"
|
|
2244
|
-
},
|
|
2245
|
-
"description": "Optional custom name for the button that opens the menu. Default is '⋮'."
|
|
2246
|
-
},
|
|
2247
|
-
{
|
|
2248
|
-
"name": "isVertical",
|
|
2249
|
-
"default": "false",
|
|
2250
|
-
"type": {
|
|
2251
|
-
"text": "boolean"
|
|
2252
|
-
},
|
|
2253
|
-
"description": "Optional flag to display the menu vertically. Default is false (displays the menu horizontally, follow the rowHeight)."
|
|
2254
|
-
},
|
|
2255
|
-
{
|
|
2256
|
-
"name": "buttonAppearance",
|
|
2257
|
-
"optional": true,
|
|
2258
|
-
"type": {
|
|
2259
|
-
"text": "string"
|
|
2260
|
-
},
|
|
2261
|
-
"description": "Optional appearance for the button that opens the menu. Default is 'outline'."
|
|
2262
|
-
}
|
|
2263
|
-
],
|
|
2264
|
-
"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).",
|
|
2377
|
+
"privacy": "public"
|
|
2378
|
+
},
|
|
2379
|
+
{
|
|
2380
|
+
"kind": "variable",
|
|
2381
|
+
"name": "foundationMultiselectEditor",
|
|
2265
2382
|
"privacy": "public"
|
|
2266
2383
|
}
|
|
2267
2384
|
],
|
|
2268
2385
|
"exports": [
|
|
2269
2386
|
{
|
|
2270
2387
|
"kind": "js",
|
|
2271
|
-
"name": "
|
|
2388
|
+
"name": "MultiselectEditor",
|
|
2272
2389
|
"declaration": {
|
|
2273
|
-
"name": "
|
|
2274
|
-
"module": "src/cell-
|
|
2390
|
+
"name": "MultiselectEditor",
|
|
2391
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2275
2392
|
}
|
|
2276
2393
|
},
|
|
2277
2394
|
{
|
|
2278
2395
|
"kind": "js",
|
|
2279
|
-
"name": "
|
|
2396
|
+
"name": "agMultiselectEditorStyles",
|
|
2280
2397
|
"declaration": {
|
|
2281
|
-
"name": "
|
|
2282
|
-
"module": "src/cell-
|
|
2398
|
+
"name": "agMultiselectEditorStyles",
|
|
2399
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2283
2400
|
}
|
|
2284
2401
|
},
|
|
2285
2402
|
{
|
|
2286
2403
|
"kind": "js",
|
|
2287
|
-
"name": "
|
|
2404
|
+
"name": "getMultiselectEditorTemplate",
|
|
2288
2405
|
"declaration": {
|
|
2289
|
-
"name": "
|
|
2290
|
-
"module": "src/cell-
|
|
2406
|
+
"name": "getMultiselectEditorTemplate",
|
|
2407
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2408
|
+
}
|
|
2409
|
+
},
|
|
2410
|
+
{
|
|
2411
|
+
"kind": "js",
|
|
2412
|
+
"name": "foundationMultiselectEditor",
|
|
2413
|
+
"declaration": {
|
|
2414
|
+
"name": "foundationMultiselectEditor",
|
|
2415
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2291
2416
|
}
|
|
2292
2417
|
}
|
|
2293
2418
|
]
|
|
2294
2419
|
},
|
|
2295
2420
|
{
|
|
2296
2421
|
"kind": "javascript-module",
|
|
2297
|
-
"path": "src/cell-
|
|
2422
|
+
"path": "src/cell-editors/number.editor.ts",
|
|
2298
2423
|
"declarations": [
|
|
2299
2424
|
{
|
|
2300
2425
|
"kind": "class",
|
|
2301
|
-
"description": "The AG
|
|
2302
|
-
"name": "
|
|
2426
|
+
"description": "The AG Number Editor element.",
|
|
2427
|
+
"name": "NumberEditor",
|
|
2303
2428
|
"members": [
|
|
2304
2429
|
{
|
|
2305
2430
|
"kind": "field",
|
|
2306
2431
|
"name": "params",
|
|
2307
2432
|
"type": {
|
|
2308
|
-
"text": "
|
|
2433
|
+
"text": "NumberEditorParams"
|
|
2309
2434
|
},
|
|
2310
2435
|
"privacy": "public"
|
|
2311
2436
|
},
|
|
2312
2437
|
{
|
|
2313
2438
|
"kind": "field",
|
|
2314
|
-
"name": "
|
|
2439
|
+
"name": "value",
|
|
2315
2440
|
"type": {
|
|
2316
|
-
"text": "
|
|
2317
|
-
}
|
|
2441
|
+
"text": "number"
|
|
2442
|
+
},
|
|
2443
|
+
"privacy": "public"
|
|
2444
|
+
},
|
|
2445
|
+
{
|
|
2446
|
+
"kind": "field",
|
|
2447
|
+
"name": "actualWidth",
|
|
2448
|
+
"type": {
|
|
2449
|
+
"text": "number"
|
|
2450
|
+
},
|
|
2451
|
+
"privacy": "public"
|
|
2452
|
+
},
|
|
2453
|
+
{
|
|
2454
|
+
"kind": "field",
|
|
2455
|
+
"name": "input",
|
|
2456
|
+
"type": {
|
|
2457
|
+
"text": "any"
|
|
2458
|
+
},
|
|
2459
|
+
"privacy": "public"
|
|
2318
2460
|
},
|
|
2319
2461
|
{
|
|
2320
2462
|
"kind": "method",
|
|
@@ -2324,21 +2466,11 @@
|
|
|
2324
2466
|
{
|
|
2325
2467
|
"name": "params",
|
|
2326
2468
|
"type": {
|
|
2327
|
-
"text": "
|
|
2469
|
+
"text": "NumberEditorParams"
|
|
2328
2470
|
}
|
|
2329
2471
|
}
|
|
2330
2472
|
]
|
|
2331
2473
|
},
|
|
2332
|
-
{
|
|
2333
|
-
"kind": "method",
|
|
2334
|
-
"name": "changeHandler",
|
|
2335
|
-
"privacy": "public",
|
|
2336
|
-
"parameters": [
|
|
2337
|
-
{
|
|
2338
|
-
"name": "e"
|
|
2339
|
-
}
|
|
2340
|
-
]
|
|
2341
|
-
},
|
|
2342
2474
|
{
|
|
2343
2475
|
"kind": "method",
|
|
2344
2476
|
"name": "getGui",
|
|
@@ -2349,20 +2481,20 @@
|
|
|
2349
2481
|
}
|
|
2350
2482
|
}
|
|
2351
2483
|
},
|
|
2352
|
-
{
|
|
2353
|
-
"kind": "method",
|
|
2354
|
-
"name": "destroy",
|
|
2355
|
-
"privacy": "public"
|
|
2356
|
-
},
|
|
2357
2484
|
{
|
|
2358
2485
|
"kind": "method",
|
|
2359
2486
|
"name": "refresh",
|
|
2360
2487
|
"privacy": "public",
|
|
2488
|
+
"return": {
|
|
2489
|
+
"type": {
|
|
2490
|
+
"text": "boolean"
|
|
2491
|
+
}
|
|
2492
|
+
},
|
|
2361
2493
|
"parameters": [
|
|
2362
2494
|
{
|
|
2363
2495
|
"name": "params",
|
|
2364
2496
|
"type": {
|
|
2365
|
-
"text": "
|
|
2497
|
+
"text": "NumberEditorParams"
|
|
2366
2498
|
}
|
|
2367
2499
|
}
|
|
2368
2500
|
]
|
|
@@ -2371,6 +2503,28 @@
|
|
|
2371
2503
|
"kind": "method",
|
|
2372
2504
|
"name": "getValue"
|
|
2373
2505
|
},
|
|
2506
|
+
{
|
|
2507
|
+
"kind": "method",
|
|
2508
|
+
"name": "isPopup",
|
|
2509
|
+
"return": {
|
|
2510
|
+
"type": {
|
|
2511
|
+
"text": "boolean"
|
|
2512
|
+
}
|
|
2513
|
+
}
|
|
2514
|
+
},
|
|
2515
|
+
{
|
|
2516
|
+
"kind": "method",
|
|
2517
|
+
"name": "afterGuiAttached"
|
|
2518
|
+
},
|
|
2519
|
+
{
|
|
2520
|
+
"kind": "method",
|
|
2521
|
+
"name": "changeHandler",
|
|
2522
|
+
"parameters": [
|
|
2523
|
+
{
|
|
2524
|
+
"name": "event"
|
|
2525
|
+
}
|
|
2526
|
+
]
|
|
2527
|
+
},
|
|
2374
2528
|
{
|
|
2375
2529
|
"kind": "method",
|
|
2376
2530
|
"name": "isCancelBeforeStart"
|
|
@@ -2491,19 +2645,19 @@
|
|
|
2491
2645
|
"name": "FoundationElement",
|
|
2492
2646
|
"package": "@microsoft/fast-foundation"
|
|
2493
2647
|
},
|
|
2494
|
-
"tagName": "%%prefix%%-
|
|
2648
|
+
"tagName": "%%prefix%%-number-editor",
|
|
2495
2649
|
"customElement": true
|
|
2496
2650
|
},
|
|
2497
2651
|
{
|
|
2498
2652
|
"kind": "variable",
|
|
2499
|
-
"name": "
|
|
2500
|
-
"default": "css`\n :host {\n
|
|
2501
|
-
"description": "The AG
|
|
2653
|
+
"name": "agNumberEditorStyles",
|
|
2654
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
2655
|
+
"description": "The AG Number Editor Styles.",
|
|
2502
2656
|
"privacy": "public"
|
|
2503
2657
|
},
|
|
2504
2658
|
{
|
|
2505
2659
|
"kind": "function",
|
|
2506
|
-
"name": "
|
|
2660
|
+
"name": "getNumberEditorTemplate",
|
|
2507
2661
|
"parameters": [
|
|
2508
2662
|
{
|
|
2509
2663
|
"name": "designSystem",
|
|
@@ -2511,7 +2665,7 @@
|
|
|
2511
2665
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
2512
2666
|
}
|
|
2513
2667
|
],
|
|
2514
|
-
"description": "Get a Design System prefixed
|
|
2668
|
+
"description": "Get a Design System prefixed Select template.",
|
|
2515
2669
|
"return": {
|
|
2516
2670
|
"type": {
|
|
2517
2671
|
"text": ""
|
|
@@ -2521,61 +2675,85 @@
|
|
|
2521
2675
|
},
|
|
2522
2676
|
{
|
|
2523
2677
|
"kind": "variable",
|
|
2524
|
-
"name": "
|
|
2525
|
-
"description": "A function that returns a Foundation Boolean Renderer registration for configuring the component with a DesignSystem.",
|
|
2678
|
+
"name": "foundationNumberEditor",
|
|
2526
2679
|
"privacy": "public"
|
|
2527
2680
|
}
|
|
2528
2681
|
],
|
|
2529
2682
|
"exports": [
|
|
2530
2683
|
{
|
|
2531
2684
|
"kind": "js",
|
|
2532
|
-
"name": "
|
|
2685
|
+
"name": "NumberEditor",
|
|
2533
2686
|
"declaration": {
|
|
2534
|
-
"name": "
|
|
2535
|
-
"module": "src/cell-
|
|
2687
|
+
"name": "NumberEditor",
|
|
2688
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
2536
2689
|
}
|
|
2537
2690
|
},
|
|
2538
2691
|
{
|
|
2539
2692
|
"kind": "js",
|
|
2540
|
-
"name": "
|
|
2693
|
+
"name": "agNumberEditorStyles",
|
|
2541
2694
|
"declaration": {
|
|
2542
|
-
"name": "
|
|
2543
|
-
"module": "src/cell-
|
|
2695
|
+
"name": "agNumberEditorStyles",
|
|
2696
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
2544
2697
|
}
|
|
2545
2698
|
},
|
|
2546
2699
|
{
|
|
2547
2700
|
"kind": "js",
|
|
2548
|
-
"name": "
|
|
2701
|
+
"name": "getNumberEditorTemplate",
|
|
2549
2702
|
"declaration": {
|
|
2550
|
-
"name": "
|
|
2551
|
-
"module": "src/cell-
|
|
2703
|
+
"name": "getNumberEditorTemplate",
|
|
2704
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
2552
2705
|
}
|
|
2553
2706
|
},
|
|
2554
2707
|
{
|
|
2555
2708
|
"kind": "js",
|
|
2556
|
-
"name": "
|
|
2709
|
+
"name": "foundationNumberEditor",
|
|
2557
2710
|
"declaration": {
|
|
2558
|
-
"name": "
|
|
2559
|
-
"module": "src/cell-
|
|
2711
|
+
"name": "foundationNumberEditor",
|
|
2712
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
2560
2713
|
}
|
|
2561
2714
|
}
|
|
2562
2715
|
]
|
|
2563
2716
|
},
|
|
2564
2717
|
{
|
|
2565
2718
|
"kind": "javascript-module",
|
|
2566
|
-
"path": "src/cell-
|
|
2719
|
+
"path": "src/cell-editors/select.editor.ts",
|
|
2567
2720
|
"declarations": [
|
|
2568
2721
|
{
|
|
2569
2722
|
"kind": "class",
|
|
2570
|
-
"description": "The AG
|
|
2571
|
-
"name": "
|
|
2723
|
+
"description": "The AG Select Editor element.",
|
|
2724
|
+
"name": "SelectEditor",
|
|
2572
2725
|
"members": [
|
|
2573
2726
|
{
|
|
2574
2727
|
"kind": "field",
|
|
2575
|
-
"name": "
|
|
2728
|
+
"name": "params",
|
|
2729
|
+
"type": {
|
|
2730
|
+
"text": "SelectEditorParams"
|
|
2731
|
+
},
|
|
2732
|
+
"privacy": "public"
|
|
2733
|
+
},
|
|
2734
|
+
{
|
|
2735
|
+
"kind": "field",
|
|
2736
|
+
"name": "value",
|
|
2576
2737
|
"type": {
|
|
2577
2738
|
"text": "string"
|
|
2578
|
-
}
|
|
2739
|
+
},
|
|
2740
|
+
"privacy": "public"
|
|
2741
|
+
},
|
|
2742
|
+
{
|
|
2743
|
+
"kind": "field",
|
|
2744
|
+
"name": "actualWidth",
|
|
2745
|
+
"type": {
|
|
2746
|
+
"text": "number"
|
|
2747
|
+
},
|
|
2748
|
+
"privacy": "public"
|
|
2749
|
+
},
|
|
2750
|
+
{
|
|
2751
|
+
"kind": "field",
|
|
2752
|
+
"name": "combobox",
|
|
2753
|
+
"type": {
|
|
2754
|
+
"text": "any"
|
|
2755
|
+
},
|
|
2756
|
+
"privacy": "public"
|
|
2579
2757
|
},
|
|
2580
2758
|
{
|
|
2581
2759
|
"kind": "method",
|
|
@@ -2585,7 +2763,7 @@
|
|
|
2585
2763
|
{
|
|
2586
2764
|
"name": "params",
|
|
2587
2765
|
"type": {
|
|
2588
|
-
"text": "
|
|
2766
|
+
"text": "SelectEditorParams"
|
|
2589
2767
|
}
|
|
2590
2768
|
}
|
|
2591
2769
|
]
|
|
@@ -2604,36 +2782,71 @@
|
|
|
2604
2782
|
"kind": "method",
|
|
2605
2783
|
"name": "refresh",
|
|
2606
2784
|
"privacy": "public",
|
|
2785
|
+
"return": {
|
|
2786
|
+
"type": {
|
|
2787
|
+
"text": "boolean"
|
|
2788
|
+
}
|
|
2789
|
+
},
|
|
2607
2790
|
"parameters": [
|
|
2608
2791
|
{
|
|
2609
2792
|
"name": "params",
|
|
2610
2793
|
"type": {
|
|
2611
|
-
"text": "
|
|
2794
|
+
"text": "SelectEditorParams"
|
|
2612
2795
|
}
|
|
2613
2796
|
}
|
|
2614
2797
|
]
|
|
2615
2798
|
},
|
|
2616
2799
|
{
|
|
2617
|
-
"kind": "
|
|
2618
|
-
"name": "
|
|
2619
|
-
|
|
2620
|
-
|
|
2621
|
-
|
|
2622
|
-
"
|
|
2623
|
-
"
|
|
2624
|
-
|
|
2625
|
-
|
|
2626
|
-
|
|
2800
|
+
"kind": "method",
|
|
2801
|
+
"name": "getValue"
|
|
2802
|
+
},
|
|
2803
|
+
{
|
|
2804
|
+
"kind": "method",
|
|
2805
|
+
"name": "isPopup",
|
|
2806
|
+
"return": {
|
|
2807
|
+
"type": {
|
|
2808
|
+
"text": "boolean"
|
|
2809
|
+
}
|
|
2627
2810
|
}
|
|
2628
2811
|
},
|
|
2629
2812
|
{
|
|
2630
|
-
"kind": "
|
|
2631
|
-
"name": "
|
|
2632
|
-
|
|
2633
|
-
|
|
2634
|
-
|
|
2635
|
-
"
|
|
2636
|
-
"
|
|
2813
|
+
"kind": "method",
|
|
2814
|
+
"name": "afterGuiAttached"
|
|
2815
|
+
},
|
|
2816
|
+
{
|
|
2817
|
+
"kind": "method",
|
|
2818
|
+
"name": "changeHandler",
|
|
2819
|
+
"parameters": [
|
|
2820
|
+
{
|
|
2821
|
+
"name": "event"
|
|
2822
|
+
}
|
|
2823
|
+
]
|
|
2824
|
+
},
|
|
2825
|
+
{
|
|
2826
|
+
"kind": "method",
|
|
2827
|
+
"name": "isCancelBeforeStart"
|
|
2828
|
+
},
|
|
2829
|
+
{
|
|
2830
|
+
"kind": "field",
|
|
2831
|
+
"name": "_presentation",
|
|
2832
|
+
"type": {
|
|
2833
|
+
"text": "ComponentPresentation | null | undefined"
|
|
2834
|
+
},
|
|
2835
|
+
"privacy": "private",
|
|
2836
|
+
"default": "void 0",
|
|
2837
|
+
"inheritedFrom": {
|
|
2838
|
+
"name": "FoundationElement",
|
|
2839
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2840
|
+
}
|
|
2841
|
+
},
|
|
2842
|
+
{
|
|
2843
|
+
"kind": "field",
|
|
2844
|
+
"name": "$presentation",
|
|
2845
|
+
"type": {
|
|
2846
|
+
"text": "ComponentPresentation | null"
|
|
2847
|
+
},
|
|
2848
|
+
"privacy": "public",
|
|
2849
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2637
2850
|
"inheritedFrom": {
|
|
2638
2851
|
"name": "FoundationElement",
|
|
2639
2852
|
"module": "src/foundation-element/foundation-element.ts"
|
|
@@ -2729,19 +2942,19 @@
|
|
|
2729
2942
|
"name": "FoundationElement",
|
|
2730
2943
|
"package": "@microsoft/fast-foundation"
|
|
2731
2944
|
},
|
|
2732
|
-
"tagName": "%%prefix%%-
|
|
2945
|
+
"tagName": "%%prefix%%-select-editor",
|
|
2733
2946
|
"customElement": true
|
|
2734
2947
|
},
|
|
2735
2948
|
{
|
|
2736
2949
|
"kind": "variable",
|
|
2737
|
-
"name": "
|
|
2738
|
-
"default": "css
|
|
2739
|
-
"description": "The AG
|
|
2950
|
+
"name": "agSelectEditorStyles",
|
|
2951
|
+
"default": "css``",
|
|
2952
|
+
"description": "The AG Select Renderer Styles.",
|
|
2740
2953
|
"privacy": "public"
|
|
2741
2954
|
},
|
|
2742
2955
|
{
|
|
2743
2956
|
"kind": "function",
|
|
2744
|
-
"name": "
|
|
2957
|
+
"name": "getSelectEditorTemplate",
|
|
2745
2958
|
"parameters": [
|
|
2746
2959
|
{
|
|
2747
2960
|
"name": "designSystem",
|
|
@@ -2749,7 +2962,7 @@
|
|
|
2749
2962
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
2750
2963
|
}
|
|
2751
2964
|
],
|
|
2752
|
-
"description": "Get a Design System prefixed
|
|
2965
|
+
"description": "Get a Design System prefixed Select template.",
|
|
2753
2966
|
"return": {
|
|
2754
2967
|
"type": {
|
|
2755
2968
|
"text": ""
|
|
@@ -2759,123 +2972,59 @@
|
|
|
2759
2972
|
},
|
|
2760
2973
|
{
|
|
2761
2974
|
"kind": "variable",
|
|
2762
|
-
"name": "
|
|
2763
|
-
"description": "A function that returns a Foundation Editable Renderer registration for configuring the component with a DesignSystem.",
|
|
2975
|
+
"name": "foundationSelectEditor",
|
|
2764
2976
|
"privacy": "public"
|
|
2765
2977
|
}
|
|
2766
2978
|
],
|
|
2767
2979
|
"exports": [
|
|
2768
2980
|
{
|
|
2769
2981
|
"kind": "js",
|
|
2770
|
-
"name": "
|
|
2771
|
-
"declaration": {
|
|
2772
|
-
"name": "EditableRenderer",
|
|
2773
|
-
"module": "src/cell-renderers/editable.renderer.ts"
|
|
2774
|
-
}
|
|
2775
|
-
},
|
|
2776
|
-
{
|
|
2777
|
-
"kind": "js",
|
|
2778
|
-
"name": "agEditableRendererStyles",
|
|
2779
|
-
"declaration": {
|
|
2780
|
-
"name": "agEditableRendererStyles",
|
|
2781
|
-
"module": "src/cell-renderers/editable.renderer.ts"
|
|
2782
|
-
}
|
|
2783
|
-
},
|
|
2784
|
-
{
|
|
2785
|
-
"kind": "js",
|
|
2786
|
-
"name": "getAgEditableRendererTemplate",
|
|
2787
|
-
"declaration": {
|
|
2788
|
-
"name": "getAgEditableRendererTemplate",
|
|
2789
|
-
"module": "src/cell-renderers/editable.renderer.ts"
|
|
2790
|
-
}
|
|
2791
|
-
},
|
|
2792
|
-
{
|
|
2793
|
-
"kind": "js",
|
|
2794
|
-
"name": "foundationAgEditableRenderer",
|
|
2795
|
-
"declaration": {
|
|
2796
|
-
"name": "foundationAgEditableRenderer",
|
|
2797
|
-
"module": "src/cell-renderers/editable.renderer.ts"
|
|
2798
|
-
}
|
|
2799
|
-
}
|
|
2800
|
-
]
|
|
2801
|
-
},
|
|
2802
|
-
{
|
|
2803
|
-
"kind": "javascript-module",
|
|
2804
|
-
"path": "src/cell-renderers/index.ts",
|
|
2805
|
-
"declarations": [],
|
|
2806
|
-
"exports": [
|
|
2807
|
-
{
|
|
2808
|
-
"kind": "js",
|
|
2809
|
-
"name": "*",
|
|
2810
|
-
"declaration": {
|
|
2811
|
-
"name": "*",
|
|
2812
|
-
"package": "./action.renderer"
|
|
2813
|
-
}
|
|
2814
|
-
},
|
|
2815
|
-
{
|
|
2816
|
-
"kind": "js",
|
|
2817
|
-
"name": "*",
|
|
2818
|
-
"declaration": {
|
|
2819
|
-
"name": "*",
|
|
2820
|
-
"package": "./actions-menu.renderer"
|
|
2821
|
-
}
|
|
2822
|
-
},
|
|
2823
|
-
{
|
|
2824
|
-
"kind": "js",
|
|
2825
|
-
"name": "*",
|
|
2826
|
-
"declaration": {
|
|
2827
|
-
"name": "*",
|
|
2828
|
-
"package": "./boolean.renderer"
|
|
2829
|
-
}
|
|
2830
|
-
},
|
|
2831
|
-
{
|
|
2832
|
-
"kind": "js",
|
|
2833
|
-
"name": "*",
|
|
2982
|
+
"name": "SelectEditor",
|
|
2834
2983
|
"declaration": {
|
|
2835
|
-
"name": "
|
|
2836
|
-
"
|
|
2984
|
+
"name": "SelectEditor",
|
|
2985
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
2837
2986
|
}
|
|
2838
2987
|
},
|
|
2839
2988
|
{
|
|
2840
2989
|
"kind": "js",
|
|
2841
|
-
"name": "
|
|
2990
|
+
"name": "agSelectEditorStyles",
|
|
2842
2991
|
"declaration": {
|
|
2843
|
-
"name": "
|
|
2844
|
-
"
|
|
2992
|
+
"name": "agSelectEditorStyles",
|
|
2993
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
2845
2994
|
}
|
|
2846
2995
|
},
|
|
2847
2996
|
{
|
|
2848
2997
|
"kind": "js",
|
|
2849
|
-
"name": "
|
|
2998
|
+
"name": "getSelectEditorTemplate",
|
|
2850
2999
|
"declaration": {
|
|
2851
|
-
"name": "
|
|
2852
|
-
"
|
|
3000
|
+
"name": "getSelectEditorTemplate",
|
|
3001
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
2853
3002
|
}
|
|
2854
3003
|
},
|
|
2855
3004
|
{
|
|
2856
3005
|
"kind": "js",
|
|
2857
|
-
"name": "
|
|
3006
|
+
"name": "foundationSelectEditor",
|
|
2858
3007
|
"declaration": {
|
|
2859
|
-
"name": "
|
|
2860
|
-
"
|
|
3008
|
+
"name": "foundationSelectEditor",
|
|
3009
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
2861
3010
|
}
|
|
2862
3011
|
}
|
|
2863
3012
|
]
|
|
2864
3013
|
},
|
|
2865
3014
|
{
|
|
2866
3015
|
"kind": "javascript-module",
|
|
2867
|
-
"path": "src/cell-
|
|
3016
|
+
"path": "src/cell-editors/string.editor.ts",
|
|
2868
3017
|
"declarations": [
|
|
2869
3018
|
{
|
|
2870
3019
|
"kind": "class",
|
|
2871
|
-
"description": "The AG
|
|
2872
|
-
"name": "
|
|
3020
|
+
"description": "The AG String Editor element.",
|
|
3021
|
+
"name": "StringEditor",
|
|
2873
3022
|
"members": [
|
|
2874
3023
|
{
|
|
2875
3024
|
"kind": "field",
|
|
2876
3025
|
"name": "params",
|
|
2877
3026
|
"type": {
|
|
2878
|
-
"text": "
|
|
3027
|
+
"text": "StringEditorParams"
|
|
2879
3028
|
},
|
|
2880
3029
|
"privacy": "public"
|
|
2881
3030
|
},
|
|
@@ -2887,6 +3036,22 @@
|
|
|
2887
3036
|
},
|
|
2888
3037
|
"privacy": "public"
|
|
2889
3038
|
},
|
|
3039
|
+
{
|
|
3040
|
+
"kind": "field",
|
|
3041
|
+
"name": "actualWidth",
|
|
3042
|
+
"type": {
|
|
3043
|
+
"text": "number"
|
|
3044
|
+
},
|
|
3045
|
+
"privacy": "public"
|
|
3046
|
+
},
|
|
3047
|
+
{
|
|
3048
|
+
"kind": "field",
|
|
3049
|
+
"name": "input",
|
|
3050
|
+
"type": {
|
|
3051
|
+
"text": "any"
|
|
3052
|
+
},
|
|
3053
|
+
"privacy": "public"
|
|
3054
|
+
},
|
|
2890
3055
|
{
|
|
2891
3056
|
"kind": "method",
|
|
2892
3057
|
"name": "init",
|
|
@@ -2895,7 +3060,7 @@
|
|
|
2895
3060
|
{
|
|
2896
3061
|
"name": "params",
|
|
2897
3062
|
"type": {
|
|
2898
|
-
"text": "
|
|
3063
|
+
"text": "StringEditorParams"
|
|
2899
3064
|
}
|
|
2900
3065
|
}
|
|
2901
3066
|
]
|
|
@@ -2912,36 +3077,51 @@
|
|
|
2912
3077
|
},
|
|
2913
3078
|
{
|
|
2914
3079
|
"kind": "method",
|
|
2915
|
-
"name": "
|
|
3080
|
+
"name": "refresh",
|
|
2916
3081
|
"privacy": "public",
|
|
2917
3082
|
"return": {
|
|
2918
3083
|
"type": {
|
|
2919
|
-
"text": "
|
|
3084
|
+
"text": "boolean"
|
|
2920
3085
|
}
|
|
2921
|
-
}
|
|
3086
|
+
},
|
|
3087
|
+
"parameters": [
|
|
3088
|
+
{
|
|
3089
|
+
"name": "params",
|
|
3090
|
+
"type": {
|
|
3091
|
+
"text": "StringEditorParams"
|
|
3092
|
+
}
|
|
3093
|
+
}
|
|
3094
|
+
]
|
|
2922
3095
|
},
|
|
2923
3096
|
{
|
|
2924
3097
|
"kind": "method",
|
|
2925
|
-
"name": "
|
|
2926
|
-
|
|
3098
|
+
"name": "getValue"
|
|
3099
|
+
},
|
|
3100
|
+
{
|
|
3101
|
+
"kind": "method",
|
|
3102
|
+
"name": "isPopup",
|
|
2927
3103
|
"return": {
|
|
2928
3104
|
"type": {
|
|
2929
3105
|
"text": "boolean"
|
|
2930
3106
|
}
|
|
2931
|
-
}
|
|
3107
|
+
}
|
|
3108
|
+
},
|
|
3109
|
+
{
|
|
3110
|
+
"kind": "method",
|
|
3111
|
+
"name": "afterGuiAttached"
|
|
3112
|
+
},
|
|
3113
|
+
{
|
|
3114
|
+
"kind": "method",
|
|
3115
|
+
"name": "changeHandler",
|
|
2932
3116
|
"parameters": [
|
|
2933
3117
|
{
|
|
2934
|
-
"name": "
|
|
2935
|
-
"type": {
|
|
2936
|
-
"text": "SelectCellRendererParams"
|
|
2937
|
-
}
|
|
3118
|
+
"name": "event"
|
|
2938
3119
|
}
|
|
2939
3120
|
]
|
|
2940
3121
|
},
|
|
2941
3122
|
{
|
|
2942
|
-
"kind": "
|
|
2943
|
-
"name": "
|
|
2944
|
-
"privacy": "public"
|
|
3123
|
+
"kind": "method",
|
|
3124
|
+
"name": "isCancelBeforeStart"
|
|
2945
3125
|
},
|
|
2946
3126
|
{
|
|
2947
3127
|
"kind": "field",
|
|
@@ -3059,30 +3239,27 @@
|
|
|
3059
3239
|
"name": "FoundationElement",
|
|
3060
3240
|
"package": "@microsoft/fast-foundation"
|
|
3061
3241
|
},
|
|
3062
|
-
"tagName": "%%prefix%%-
|
|
3242
|
+
"tagName": "%%prefix%%-string-editor",
|
|
3063
3243
|
"customElement": true
|
|
3064
3244
|
},
|
|
3065
3245
|
{
|
|
3066
3246
|
"kind": "variable",
|
|
3067
|
-
"name": "
|
|
3068
|
-
"default": "css`\n :host
|
|
3069
|
-
"description": "The AG
|
|
3247
|
+
"name": "agStringEditorStyles",
|
|
3248
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
3249
|
+
"description": "The AG String Renderer Styles.",
|
|
3070
3250
|
"privacy": "public"
|
|
3071
3251
|
},
|
|
3072
3252
|
{
|
|
3073
3253
|
"kind": "function",
|
|
3074
|
-
"name": "
|
|
3254
|
+
"name": "getStringEditorTemplate",
|
|
3075
3255
|
"parameters": [
|
|
3076
3256
|
{
|
|
3077
3257
|
"name": "designSystem",
|
|
3078
3258
|
"default": "'foundation'",
|
|
3079
|
-
"type": {
|
|
3080
|
-
"text": "string"
|
|
3081
|
-
},
|
|
3082
3259
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
3083
3260
|
}
|
|
3084
3261
|
],
|
|
3085
|
-
"description": "Get a Design System prefixed
|
|
3262
|
+
"description": "Get a Design System prefixed String template.",
|
|
3086
3263
|
"return": {
|
|
3087
3264
|
"type": {
|
|
3088
3265
|
"text": ""
|
|
@@ -3092,132 +3269,98 @@
|
|
|
3092
3269
|
},
|
|
3093
3270
|
{
|
|
3094
3271
|
"kind": "variable",
|
|
3095
|
-
"name": "
|
|
3096
|
-
"description": "A function that returns a Foundation Select Renderer registration for configuring the component with a DesignSystem.",
|
|
3272
|
+
"name": "foundationStringEditor",
|
|
3097
3273
|
"privacy": "public"
|
|
3098
3274
|
}
|
|
3099
3275
|
],
|
|
3100
3276
|
"exports": [
|
|
3101
3277
|
{
|
|
3102
3278
|
"kind": "js",
|
|
3103
|
-
"name": "
|
|
3279
|
+
"name": "StringEditor",
|
|
3104
3280
|
"declaration": {
|
|
3105
|
-
"name": "
|
|
3106
|
-
"module": "src/cell-
|
|
3281
|
+
"name": "StringEditor",
|
|
3282
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
3107
3283
|
}
|
|
3108
3284
|
},
|
|
3109
3285
|
{
|
|
3110
3286
|
"kind": "js",
|
|
3111
|
-
"name": "
|
|
3287
|
+
"name": "agStringEditorStyles",
|
|
3112
3288
|
"declaration": {
|
|
3113
|
-
"name": "
|
|
3114
|
-
"module": "src/cell-
|
|
3289
|
+
"name": "agStringEditorStyles",
|
|
3290
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
3115
3291
|
}
|
|
3116
3292
|
},
|
|
3117
3293
|
{
|
|
3118
3294
|
"kind": "js",
|
|
3119
|
-
"name": "
|
|
3295
|
+
"name": "getStringEditorTemplate",
|
|
3120
3296
|
"declaration": {
|
|
3121
|
-
"name": "
|
|
3122
|
-
"module": "src/cell-
|
|
3297
|
+
"name": "getStringEditorTemplate",
|
|
3298
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
3123
3299
|
}
|
|
3124
3300
|
},
|
|
3125
3301
|
{
|
|
3126
3302
|
"kind": "js",
|
|
3127
|
-
"name": "
|
|
3303
|
+
"name": "foundationStringEditor",
|
|
3128
3304
|
"declaration": {
|
|
3129
|
-
"name": "
|
|
3130
|
-
"module": "src/cell-
|
|
3305
|
+
"name": "foundationStringEditor",
|
|
3306
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
3131
3307
|
}
|
|
3132
3308
|
}
|
|
3133
3309
|
]
|
|
3134
3310
|
},
|
|
3135
3311
|
{
|
|
3136
3312
|
"kind": "javascript-module",
|
|
3137
|
-
"path": "src/
|
|
3313
|
+
"path": "src/column/column.template.ts",
|
|
3138
3314
|
"declarations": [
|
|
3139
3315
|
{
|
|
3140
|
-
"kind": "
|
|
3141
|
-
"
|
|
3142
|
-
"
|
|
3143
|
-
"
|
|
3144
|
-
|
|
3145
|
-
|
|
3146
|
-
|
|
3147
|
-
|
|
3148
|
-
|
|
3149
|
-
|
|
3150
|
-
|
|
3151
|
-
|
|
3316
|
+
"kind": "variable",
|
|
3317
|
+
"name": "ColumnTemplate",
|
|
3318
|
+
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
3319
|
+
"description": "The Grid Pro Column Template.",
|
|
3320
|
+
"privacy": "public"
|
|
3321
|
+
}
|
|
3322
|
+
],
|
|
3323
|
+
"exports": [
|
|
3324
|
+
{
|
|
3325
|
+
"kind": "js",
|
|
3326
|
+
"name": "ColumnTemplate",
|
|
3327
|
+
"declaration": {
|
|
3328
|
+
"name": "ColumnTemplate",
|
|
3329
|
+
"module": "src/column/column.template.ts"
|
|
3330
|
+
}
|
|
3331
|
+
}
|
|
3332
|
+
]
|
|
3333
|
+
},
|
|
3334
|
+
{
|
|
3335
|
+
"kind": "javascript-module",
|
|
3336
|
+
"path": "src/column/column.ts",
|
|
3337
|
+
"declarations": [
|
|
3338
|
+
{
|
|
3339
|
+
"kind": "class",
|
|
3340
|
+
"description": "The Grid Pro Column element.",
|
|
3341
|
+
"name": "GridProColumn",
|
|
3342
|
+
"members": [
|
|
3152
3343
|
{
|
|
3153
3344
|
"kind": "field",
|
|
3154
|
-
"name": "
|
|
3345
|
+
"name": "slottedAgCell",
|
|
3155
3346
|
"type": {
|
|
3156
|
-
"text": "
|
|
3347
|
+
"text": "HTMLElement[]"
|
|
3157
3348
|
},
|
|
3158
|
-
"
|
|
3349
|
+
"privacy": "public"
|
|
3159
3350
|
},
|
|
3160
3351
|
{
|
|
3161
3352
|
"kind": "field",
|
|
3162
|
-
"name": "
|
|
3353
|
+
"name": "definition",
|
|
3163
3354
|
"type": {
|
|
3164
|
-
"text": "
|
|
3355
|
+
"text": "ColDef"
|
|
3165
3356
|
},
|
|
3166
|
-
"
|
|
3167
|
-
},
|
|
3168
|
-
{
|
|
3169
|
-
"kind": "method",
|
|
3170
|
-
"name": "init",
|
|
3171
|
-
"privacy": "public",
|
|
3172
|
-
"parameters": [
|
|
3173
|
-
{
|
|
3174
|
-
"name": "params",
|
|
3175
|
-
"type": {
|
|
3176
|
-
"text": "FuiCellRendererParams"
|
|
3177
|
-
}
|
|
3178
|
-
}
|
|
3179
|
-
]
|
|
3180
|
-
},
|
|
3181
|
-
{
|
|
3182
|
-
"kind": "method",
|
|
3183
|
-
"name": "getGui",
|
|
3184
|
-
"privacy": "public",
|
|
3185
|
-
"return": {
|
|
3186
|
-
"type": {
|
|
3187
|
-
"text": "HTMLElement"
|
|
3188
|
-
}
|
|
3189
|
-
}
|
|
3357
|
+
"default": "{}"
|
|
3190
3358
|
},
|
|
3191
3359
|
{
|
|
3192
3360
|
"kind": "method",
|
|
3193
|
-
"name": "
|
|
3361
|
+
"name": "slottedAgCellChanged",
|
|
3194
3362
|
"privacy": "public"
|
|
3195
3363
|
},
|
|
3196
|
-
{
|
|
3197
|
-
"kind": "method",
|
|
3198
|
-
"name": "refresh",
|
|
3199
|
-
"privacy": "public",
|
|
3200
|
-
"parameters": [
|
|
3201
|
-
{
|
|
3202
|
-
"name": "params",
|
|
3203
|
-
"type": {
|
|
3204
|
-
"text": "FuiCellRendererParams"
|
|
3205
|
-
}
|
|
3206
|
-
}
|
|
3207
|
-
]
|
|
3208
|
-
},
|
|
3209
|
-
{
|
|
3210
|
-
"kind": "field",
|
|
3211
|
-
"name": "textChanged",
|
|
3212
|
-
"privacy": "public",
|
|
3213
|
-
"description": "On text change handler",
|
|
3214
|
-
"parameters": [
|
|
3215
|
-
{
|
|
3216
|
-
"description": "CustomEvent",
|
|
3217
|
-
"name": "e"
|
|
3218
|
-
}
|
|
3219
|
-
]
|
|
3220
|
-
},
|
|
3221
3364
|
{
|
|
3222
3365
|
"kind": "field",
|
|
3223
3366
|
"name": "_presentation",
|
|
@@ -3334,127 +3477,84 @@
|
|
|
3334
3477
|
"name": "FoundationElement",
|
|
3335
3478
|
"package": "@microsoft/fast-foundation"
|
|
3336
3479
|
},
|
|
3337
|
-
"tagName": "
|
|
3480
|
+
"tagName": "grid-pro-column",
|
|
3338
3481
|
"customElement": true
|
|
3339
|
-
},
|
|
3340
|
-
{
|
|
3341
|
-
"kind": "variable",
|
|
3342
|
-
"name": "textFieldRendererStyles",
|
|
3343
|
-
"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`",
|
|
3344
|
-
"description": "The AG Text Field Renderer Styles.",
|
|
3345
|
-
"privacy": "public"
|
|
3346
|
-
},
|
|
3347
|
-
{
|
|
3348
|
-
"kind": "function",
|
|
3349
|
-
"name": "getTextFieldRendererTemplate",
|
|
3350
|
-
"parameters": [
|
|
3351
|
-
{
|
|
3352
|
-
"name": "designSystem",
|
|
3353
|
-
"default": "'foundation'",
|
|
3354
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
3355
|
-
}
|
|
3356
|
-
],
|
|
3357
|
-
"description": "Get a Design System prefixed Text Field template.",
|
|
3358
|
-
"return": {
|
|
3359
|
-
"type": {
|
|
3360
|
-
"text": ""
|
|
3361
|
-
}
|
|
3362
|
-
},
|
|
3363
|
-
"privacy": "public"
|
|
3364
|
-
},
|
|
3365
|
-
{
|
|
3366
|
-
"kind": "variable",
|
|
3367
|
-
"name": "foundationAgTextFieldRenderer",
|
|
3368
|
-
"description": "A function that returns a Foundation Text Field Renderer registration for configuring the component with a DesignSystem.",
|
|
3369
|
-
"privacy": "public"
|
|
3370
3482
|
}
|
|
3371
3483
|
],
|
|
3372
3484
|
"exports": [
|
|
3373
3485
|
{
|
|
3374
3486
|
"kind": "js",
|
|
3375
|
-
"name": "
|
|
3487
|
+
"name": "GridProColumn",
|
|
3376
3488
|
"declaration": {
|
|
3377
|
-
"name": "
|
|
3378
|
-
"module": "src/
|
|
3489
|
+
"name": "GridProColumn",
|
|
3490
|
+
"module": "src/column/column.ts"
|
|
3379
3491
|
}
|
|
3380
3492
|
},
|
|
3493
|
+
{
|
|
3494
|
+
"kind": "custom-element-definition",
|
|
3495
|
+
"name": "grid-pro-column",
|
|
3496
|
+
"declaration": {
|
|
3497
|
+
"name": "GridProColumn",
|
|
3498
|
+
"module": "src/column/column.ts"
|
|
3499
|
+
}
|
|
3500
|
+
}
|
|
3501
|
+
]
|
|
3502
|
+
},
|
|
3503
|
+
{
|
|
3504
|
+
"kind": "javascript-module",
|
|
3505
|
+
"path": "src/column/index.ts",
|
|
3506
|
+
"declarations": [],
|
|
3507
|
+
"exports": [
|
|
3381
3508
|
{
|
|
3382
3509
|
"kind": "js",
|
|
3383
|
-
"name": "
|
|
3510
|
+
"name": "*",
|
|
3384
3511
|
"declaration": {
|
|
3385
|
-
"name": "
|
|
3386
|
-
"
|
|
3512
|
+
"name": "*",
|
|
3513
|
+
"package": "./column.template"
|
|
3387
3514
|
}
|
|
3388
3515
|
},
|
|
3389
3516
|
{
|
|
3390
3517
|
"kind": "js",
|
|
3391
|
-
"name": "
|
|
3518
|
+
"name": "*",
|
|
3392
3519
|
"declaration": {
|
|
3393
|
-
"name": "
|
|
3394
|
-
"
|
|
3520
|
+
"name": "*",
|
|
3521
|
+
"package": "./column"
|
|
3395
3522
|
}
|
|
3396
3523
|
},
|
|
3397
3524
|
{
|
|
3398
3525
|
"kind": "js",
|
|
3399
|
-
"name": "
|
|
3526
|
+
"name": "*",
|
|
3400
3527
|
"declaration": {
|
|
3401
|
-
"name": "
|
|
3402
|
-
"
|
|
3528
|
+
"name": "*",
|
|
3529
|
+
"package": "./utils"
|
|
3403
3530
|
}
|
|
3404
3531
|
}
|
|
3405
3532
|
]
|
|
3406
3533
|
},
|
|
3407
3534
|
{
|
|
3408
3535
|
"kind": "javascript-module",
|
|
3409
|
-
"path": "src/cell-renderers/
|
|
3536
|
+
"path": "src/cell-renderers/action.renderer.ts",
|
|
3410
3537
|
"declarations": [
|
|
3411
3538
|
{
|
|
3412
3539
|
"kind": "class",
|
|
3413
|
-
"description": "",
|
|
3414
|
-
"name": "
|
|
3415
|
-
"superclass": {
|
|
3416
|
-
"name": "AgTextFieldRenderer",
|
|
3417
|
-
"module": "/src/cell-renderers/text-field.renderer"
|
|
3418
|
-
},
|
|
3419
|
-
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
3420
|
-
"tagName": "%%prefix%%-grid-text-renderer",
|
|
3421
|
-
"customElement": true,
|
|
3540
|
+
"description": "The AG Action Renderer element.",
|
|
3541
|
+
"name": "ActionRenderer",
|
|
3422
3542
|
"members": [
|
|
3423
3543
|
{
|
|
3424
3544
|
"kind": "field",
|
|
3425
|
-
"name": "
|
|
3426
|
-
"type": {
|
|
3427
|
-
"text": "TextField"
|
|
3428
|
-
},
|
|
3429
|
-
"privacy": "public",
|
|
3430
|
-
"inheritedFrom": {
|
|
3431
|
-
"name": "AgTextFieldRenderer",
|
|
3432
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3433
|
-
}
|
|
3434
|
-
},
|
|
3435
|
-
{
|
|
3436
|
-
"kind": "field",
|
|
3437
|
-
"name": "textValue",
|
|
3545
|
+
"name": "params",
|
|
3438
3546
|
"type": {
|
|
3439
|
-
"text": "
|
|
3547
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
3440
3548
|
},
|
|
3441
|
-
"
|
|
3442
|
-
"inheritedFrom": {
|
|
3443
|
-
"name": "AgTextFieldRenderer",
|
|
3444
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3445
|
-
}
|
|
3549
|
+
"privacy": "public"
|
|
3446
3550
|
},
|
|
3447
3551
|
{
|
|
3448
3552
|
"kind": "field",
|
|
3449
|
-
"name": "
|
|
3553
|
+
"name": "pendingAction",
|
|
3450
3554
|
"type": {
|
|
3451
|
-
"text": "
|
|
3555
|
+
"text": "boolean"
|
|
3452
3556
|
},
|
|
3453
|
-
"privacy": "public"
|
|
3454
|
-
"inheritedFrom": {
|
|
3455
|
-
"name": "AgTextFieldRenderer",
|
|
3456
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3457
|
-
}
|
|
3557
|
+
"privacy": "public"
|
|
3458
3558
|
},
|
|
3459
3559
|
{
|
|
3460
3560
|
"kind": "method",
|
|
@@ -3464,14 +3564,10 @@
|
|
|
3464
3564
|
{
|
|
3465
3565
|
"name": "params",
|
|
3466
3566
|
"type": {
|
|
3467
|
-
"text": "
|
|
3567
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
3468
3568
|
}
|
|
3469
3569
|
}
|
|
3470
|
-
]
|
|
3471
|
-
"inheritedFrom": {
|
|
3472
|
-
"name": "AgTextFieldRenderer",
|
|
3473
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3474
|
-
}
|
|
3570
|
+
]
|
|
3475
3571
|
},
|
|
3476
3572
|
{
|
|
3477
3573
|
"kind": "method",
|
|
@@ -3481,19 +3577,6 @@
|
|
|
3481
3577
|
"type": {
|
|
3482
3578
|
"text": "HTMLElement"
|
|
3483
3579
|
}
|
|
3484
|
-
},
|
|
3485
|
-
"inheritedFrom": {
|
|
3486
|
-
"name": "AgTextFieldRenderer",
|
|
3487
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3488
|
-
}
|
|
3489
|
-
},
|
|
3490
|
-
{
|
|
3491
|
-
"kind": "method",
|
|
3492
|
-
"name": "destroy",
|
|
3493
|
-
"privacy": "public",
|
|
3494
|
-
"inheritedFrom": {
|
|
3495
|
-
"name": "AgTextFieldRenderer",
|
|
3496
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3497
3580
|
}
|
|
3498
3581
|
},
|
|
3499
3582
|
{
|
|
@@ -3504,30 +3587,35 @@
|
|
|
3504
3587
|
{
|
|
3505
3588
|
"name": "params",
|
|
3506
3589
|
"type": {
|
|
3507
|
-
"text": "
|
|
3590
|
+
"text": "ICellRendererParams"
|
|
3508
3591
|
}
|
|
3509
3592
|
}
|
|
3510
|
-
]
|
|
3511
|
-
"inheritedFrom": {
|
|
3512
|
-
"name": "AgTextFieldRenderer",
|
|
3513
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3514
|
-
}
|
|
3593
|
+
]
|
|
3515
3594
|
},
|
|
3516
3595
|
{
|
|
3517
|
-
"kind": "
|
|
3518
|
-
"name": "
|
|
3596
|
+
"kind": "method",
|
|
3597
|
+
"name": "isDisabled",
|
|
3519
3598
|
"privacy": "public",
|
|
3520
|
-
"
|
|
3599
|
+
"return": {
|
|
3600
|
+
"type": {
|
|
3601
|
+
"text": "boolean"
|
|
3602
|
+
}
|
|
3603
|
+
},
|
|
3521
3604
|
"parameters": [
|
|
3522
3605
|
{
|
|
3523
|
-
"
|
|
3524
|
-
"name": "e"
|
|
3606
|
+
"name": "data"
|
|
3525
3607
|
}
|
|
3526
|
-
]
|
|
3527
|
-
|
|
3528
|
-
|
|
3529
|
-
|
|
3530
|
-
|
|
3608
|
+
]
|
|
3609
|
+
},
|
|
3610
|
+
{
|
|
3611
|
+
"kind": "method",
|
|
3612
|
+
"name": "clickHandler",
|
|
3613
|
+
"privacy": "public"
|
|
3614
|
+
},
|
|
3615
|
+
{
|
|
3616
|
+
"kind": "field",
|
|
3617
|
+
"name": "dataTestId",
|
|
3618
|
+
"readonly": true
|
|
3531
3619
|
},
|
|
3532
3620
|
{
|
|
3533
3621
|
"kind": "field",
|
|
@@ -3640,118 +3728,86 @@
|
|
|
3640
3728
|
"module": "src/foundation-element/foundation-element.ts"
|
|
3641
3729
|
}
|
|
3642
3730
|
}
|
|
3643
|
-
]
|
|
3731
|
+
],
|
|
3732
|
+
"superclass": {
|
|
3733
|
+
"name": "FoundationElement",
|
|
3734
|
+
"package": "@microsoft/fast-foundation"
|
|
3735
|
+
},
|
|
3736
|
+
"tagName": "%%prefix%%-grid-pro-action-renderer",
|
|
3737
|
+
"customElement": true
|
|
3644
3738
|
},
|
|
3645
3739
|
{
|
|
3646
3740
|
"kind": "variable",
|
|
3647
|
-
"name": "
|
|
3648
|
-
"
|
|
3649
|
-
"privacy": "public"
|
|
3650
|
-
"deprecated": "- Use textFieldRendererStyles instead"
|
|
3741
|
+
"name": "actionHeightMultiplier",
|
|
3742
|
+
"description": "The base height multiplier for the action renderer.",
|
|
3743
|
+
"privacy": "public"
|
|
3651
3744
|
},
|
|
3652
3745
|
{
|
|
3653
3746
|
"kind": "variable",
|
|
3654
|
-
"name": "
|
|
3655
|
-
"default": "
|
|
3656
|
-
"
|
|
3657
|
-
"
|
|
3747
|
+
"name": "agActionRendererStyles",
|
|
3748
|
+
"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`",
|
|
3749
|
+
"description": "The AG Action Renderer Styles.",
|
|
3750
|
+
"privacy": "public"
|
|
3658
3751
|
},
|
|
3659
3752
|
{
|
|
3660
3753
|
"kind": "variable",
|
|
3661
|
-
"name": "
|
|
3662
|
-
"description": "A function that returns a Foundation
|
|
3663
|
-
"privacy": "public"
|
|
3664
|
-
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
3754
|
+
"name": "foundationGridProActionRenderer",
|
|
3755
|
+
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
3756
|
+
"privacy": "public"
|
|
3665
3757
|
}
|
|
3666
3758
|
],
|
|
3667
3759
|
"exports": [
|
|
3668
3760
|
{
|
|
3669
3761
|
"kind": "js",
|
|
3670
|
-
"name": "
|
|
3762
|
+
"name": "ActionRenderer",
|
|
3671
3763
|
"declaration": {
|
|
3672
|
-
"name": "
|
|
3673
|
-
"module": "src/cell-renderers/
|
|
3764
|
+
"name": "ActionRenderer",
|
|
3765
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
3674
3766
|
}
|
|
3675
3767
|
},
|
|
3676
3768
|
{
|
|
3677
3769
|
"kind": "js",
|
|
3678
|
-
"name": "
|
|
3770
|
+
"name": "actionHeightMultiplier",
|
|
3679
3771
|
"declaration": {
|
|
3680
|
-
"name": "
|
|
3681
|
-
"module": "src/cell-renderers/
|
|
3772
|
+
"name": "actionHeightMultiplier",
|
|
3773
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
3682
3774
|
}
|
|
3683
3775
|
},
|
|
3684
3776
|
{
|
|
3685
3777
|
"kind": "js",
|
|
3686
|
-
"name": "
|
|
3778
|
+
"name": "agActionRendererStyles",
|
|
3687
3779
|
"declaration": {
|
|
3688
|
-
"name": "
|
|
3689
|
-
"module": "src/cell-renderers/
|
|
3780
|
+
"name": "agActionRendererStyles",
|
|
3781
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
3690
3782
|
}
|
|
3691
3783
|
},
|
|
3692
3784
|
{
|
|
3693
3785
|
"kind": "js",
|
|
3694
|
-
"name": "
|
|
3786
|
+
"name": "foundationGridProActionRenderer",
|
|
3695
3787
|
"declaration": {
|
|
3696
|
-
"name": "
|
|
3697
|
-
"module": "src/cell-renderers/
|
|
3788
|
+
"name": "foundationGridProActionRenderer",
|
|
3789
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
3698
3790
|
}
|
|
3699
3791
|
}
|
|
3700
3792
|
]
|
|
3701
3793
|
},
|
|
3702
3794
|
{
|
|
3703
3795
|
"kind": "javascript-module",
|
|
3704
|
-
"path": "src/cell-
|
|
3796
|
+
"path": "src/cell-renderers/actions-menu.renderer.ts",
|
|
3705
3797
|
"declarations": [
|
|
3706
3798
|
{
|
|
3707
3799
|
"kind": "class",
|
|
3708
|
-
"description": "The
|
|
3709
|
-
"name": "
|
|
3800
|
+
"description": "The Actions Menu Renderer element.",
|
|
3801
|
+
"name": "ActionsMenuRenderer",
|
|
3710
3802
|
"members": [
|
|
3711
3803
|
{
|
|
3712
3804
|
"kind": "field",
|
|
3713
|
-
"name": "
|
|
3714
|
-
"type": {
|
|
3715
|
-
"text": "number"
|
|
3716
|
-
},
|
|
3717
|
-
"privacy": "public"
|
|
3718
|
-
},
|
|
3719
|
-
{
|
|
3720
|
-
"kind": "field",
|
|
3721
|
-
"name": "actualWidth",
|
|
3805
|
+
"name": "params",
|
|
3722
3806
|
"type": {
|
|
3723
|
-
"text": "
|
|
3807
|
+
"text": "ICellRendererParams"
|
|
3724
3808
|
},
|
|
3725
3809
|
"privacy": "public"
|
|
3726
3810
|
},
|
|
3727
|
-
{
|
|
3728
|
-
"kind": "field",
|
|
3729
|
-
"name": "params",
|
|
3730
|
-
"type": {
|
|
3731
|
-
"text": "DateEditorParams"
|
|
3732
|
-
}
|
|
3733
|
-
},
|
|
3734
|
-
{
|
|
3735
|
-
"kind": "field",
|
|
3736
|
-
"name": "dateFormat",
|
|
3737
|
-
"type": {
|
|
3738
|
-
"text": "string"
|
|
3739
|
-
}
|
|
3740
|
-
},
|
|
3741
|
-
{
|
|
3742
|
-
"kind": "field",
|
|
3743
|
-
"name": "input",
|
|
3744
|
-
"type": {
|
|
3745
|
-
"text": "any"
|
|
3746
|
-
}
|
|
3747
|
-
},
|
|
3748
|
-
{
|
|
3749
|
-
"kind": "field",
|
|
3750
|
-
"name": "inputType",
|
|
3751
|
-
"type": {
|
|
3752
|
-
"text": "'datetime-local' | 'date'"
|
|
3753
|
-
}
|
|
3754
|
-
},
|
|
3755
3811
|
{
|
|
3756
3812
|
"kind": "method",
|
|
3757
3813
|
"name": "init",
|
|
@@ -3760,7 +3816,7 @@
|
|
|
3760
3816
|
{
|
|
3761
3817
|
"name": "params",
|
|
3762
3818
|
"type": {
|
|
3763
|
-
"text": "
|
|
3819
|
+
"text": "ICellRendererParams"
|
|
3764
3820
|
}
|
|
3765
3821
|
}
|
|
3766
3822
|
]
|
|
@@ -3779,50 +3835,15 @@
|
|
|
3779
3835
|
"kind": "method",
|
|
3780
3836
|
"name": "refresh",
|
|
3781
3837
|
"privacy": "public",
|
|
3782
|
-
"return": {
|
|
3783
|
-
"type": {
|
|
3784
|
-
"text": "boolean"
|
|
3785
|
-
}
|
|
3786
|
-
},
|
|
3787
3838
|
"parameters": [
|
|
3788
3839
|
{
|
|
3789
3840
|
"name": "params",
|
|
3790
3841
|
"type": {
|
|
3791
|
-
"text": "
|
|
3842
|
+
"text": "ICellRendererParams"
|
|
3792
3843
|
}
|
|
3793
3844
|
}
|
|
3794
3845
|
]
|
|
3795
3846
|
},
|
|
3796
|
-
{
|
|
3797
|
-
"kind": "method",
|
|
3798
|
-
"name": "getValue"
|
|
3799
|
-
},
|
|
3800
|
-
{
|
|
3801
|
-
"kind": "method",
|
|
3802
|
-
"name": "isPopup",
|
|
3803
|
-
"return": {
|
|
3804
|
-
"type": {
|
|
3805
|
-
"text": "boolean"
|
|
3806
|
-
}
|
|
3807
|
-
}
|
|
3808
|
-
},
|
|
3809
|
-
{
|
|
3810
|
-
"kind": "method",
|
|
3811
|
-
"name": "changeHandler",
|
|
3812
|
-
"parameters": [
|
|
3813
|
-
{
|
|
3814
|
-
"name": "event"
|
|
3815
|
-
}
|
|
3816
|
-
]
|
|
3817
|
-
},
|
|
3818
|
-
{
|
|
3819
|
-
"kind": "method",
|
|
3820
|
-
"name": "afterGuiAttached"
|
|
3821
|
-
},
|
|
3822
|
-
{
|
|
3823
|
-
"kind": "method",
|
|
3824
|
-
"name": "isCancelBeforeStart"
|
|
3825
|
-
},
|
|
3826
3847
|
{
|
|
3827
3848
|
"kind": "field",
|
|
3828
3849
|
"name": "_presentation",
|
|
@@ -3939,146 +3960,118 @@
|
|
|
3939
3960
|
"name": "FoundationElement",
|
|
3940
3961
|
"package": "@microsoft/fast-foundation"
|
|
3941
3962
|
},
|
|
3942
|
-
"tagName": "%%prefix%%-
|
|
3963
|
+
"tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
|
|
3943
3964
|
"customElement": true
|
|
3944
3965
|
},
|
|
3945
3966
|
{
|
|
3946
3967
|
"kind": "variable",
|
|
3947
|
-
"name": "
|
|
3948
|
-
"
|
|
3949
|
-
"description": "The AG Select Renderer Styles.",
|
|
3968
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
3969
|
+
"description": "A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.",
|
|
3950
3970
|
"privacy": "public"
|
|
3951
3971
|
},
|
|
3952
3972
|
{
|
|
3953
3973
|
"kind": "function",
|
|
3954
|
-
"name": "
|
|
3955
|
-
"parameters": [
|
|
3956
|
-
{
|
|
3957
|
-
"name": "prefix",
|
|
3958
|
-
"default": "'foundation'",
|
|
3959
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
3960
|
-
}
|
|
3961
|
-
],
|
|
3962
|
-
"description": "Get a Design System prefixed Select template.",
|
|
3974
|
+
"name": "getActionsMenuDef",
|
|
3963
3975
|
"return": {
|
|
3964
3976
|
"type": {
|
|
3965
3977
|
"text": ""
|
|
3966
3978
|
}
|
|
3967
3979
|
},
|
|
3968
|
-
"
|
|
3969
|
-
|
|
3970
|
-
|
|
3971
|
-
|
|
3972
|
-
|
|
3980
|
+
"parameters": [
|
|
3981
|
+
{
|
|
3982
|
+
"name": "actions",
|
|
3983
|
+
"type": {
|
|
3984
|
+
"text": "ActionMenuItem[]"
|
|
3985
|
+
},
|
|
3986
|
+
"description": "Array of {@link @genesislcap/foundation-ui#ActionMenuItem}to be displayed in the menu.\n * "
|
|
3987
|
+
},
|
|
3988
|
+
{
|
|
3989
|
+
"name": "overrideDef",
|
|
3990
|
+
"default": "{}",
|
|
3991
|
+
"type": {
|
|
3992
|
+
"text": "ColDef"
|
|
3993
|
+
},
|
|
3994
|
+
"description": "Optional override for the ColDef. Will override any of the default values. Default is an empty object."
|
|
3995
|
+
},
|
|
3996
|
+
{
|
|
3997
|
+
"name": "customActionsOpenerName",
|
|
3998
|
+
"default": "'⋮'",
|
|
3999
|
+
"type": {
|
|
4000
|
+
"text": "string"
|
|
4001
|
+
},
|
|
4002
|
+
"description": "Optional custom name for the button that opens the menu. Default is '⋮'."
|
|
4003
|
+
},
|
|
4004
|
+
{
|
|
4005
|
+
"name": "isVertical",
|
|
4006
|
+
"default": "false",
|
|
4007
|
+
"type": {
|
|
4008
|
+
"text": "boolean"
|
|
4009
|
+
},
|
|
4010
|
+
"description": "Optional flag to display the menu vertically. Default is false (displays the menu horizontally, follow the rowHeight)."
|
|
4011
|
+
},
|
|
4012
|
+
{
|
|
4013
|
+
"name": "buttonAppearance",
|
|
4014
|
+
"optional": true,
|
|
4015
|
+
"type": {
|
|
4016
|
+
"text": "string"
|
|
4017
|
+
},
|
|
4018
|
+
"description": "Optional appearance for the button that opens the menu. Default is 'outline'."
|
|
4019
|
+
}
|
|
4020
|
+
],
|
|
4021
|
+
"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).",
|
|
3973
4022
|
"privacy": "public"
|
|
3974
4023
|
}
|
|
3975
4024
|
],
|
|
3976
4025
|
"exports": [
|
|
3977
4026
|
{
|
|
3978
4027
|
"kind": "js",
|
|
3979
|
-
"name": "
|
|
3980
|
-
"declaration": {
|
|
3981
|
-
"name": "DateEditor",
|
|
3982
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
3983
|
-
}
|
|
3984
|
-
},
|
|
3985
|
-
{
|
|
3986
|
-
"kind": "js",
|
|
3987
|
-
"name": "agDateEditorStyles",
|
|
3988
|
-
"declaration": {
|
|
3989
|
-
"name": "agDateEditorStyles",
|
|
3990
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
3991
|
-
}
|
|
3992
|
-
},
|
|
3993
|
-
{
|
|
3994
|
-
"kind": "js",
|
|
3995
|
-
"name": "getDateEditorTemplate",
|
|
3996
|
-
"declaration": {
|
|
3997
|
-
"name": "getDateEditorTemplate",
|
|
3998
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
3999
|
-
}
|
|
4000
|
-
},
|
|
4001
|
-
{
|
|
4002
|
-
"kind": "js",
|
|
4003
|
-
"name": "foundationDateEditor",
|
|
4004
|
-
"declaration": {
|
|
4005
|
-
"name": "foundationDateEditor",
|
|
4006
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
4007
|
-
}
|
|
4008
|
-
}
|
|
4009
|
-
]
|
|
4010
|
-
},
|
|
4011
|
-
{
|
|
4012
|
-
"kind": "javascript-module",
|
|
4013
|
-
"path": "src/cell-editors/index.ts",
|
|
4014
|
-
"declarations": [],
|
|
4015
|
-
"exports": [
|
|
4016
|
-
{
|
|
4017
|
-
"kind": "js",
|
|
4018
|
-
"name": "*",
|
|
4019
|
-
"declaration": {
|
|
4020
|
-
"name": "*",
|
|
4021
|
-
"package": "./date.editor"
|
|
4022
|
-
}
|
|
4023
|
-
},
|
|
4024
|
-
{
|
|
4025
|
-
"kind": "js",
|
|
4026
|
-
"name": "*",
|
|
4027
|
-
"declaration": {
|
|
4028
|
-
"name": "*",
|
|
4029
|
-
"package": "./multiselect.editor"
|
|
4030
|
-
}
|
|
4031
|
-
},
|
|
4032
|
-
{
|
|
4033
|
-
"kind": "js",
|
|
4034
|
-
"name": "*",
|
|
4028
|
+
"name": "ActionsMenuRenderer",
|
|
4035
4029
|
"declaration": {
|
|
4036
|
-
"name": "
|
|
4037
|
-
"
|
|
4030
|
+
"name": "ActionsMenuRenderer",
|
|
4031
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
4038
4032
|
}
|
|
4039
4033
|
},
|
|
4040
4034
|
{
|
|
4041
4035
|
"kind": "js",
|
|
4042
|
-
"name": "
|
|
4036
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
4043
4037
|
"declaration": {
|
|
4044
|
-
"name": "
|
|
4045
|
-
"
|
|
4038
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
4039
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
4046
4040
|
}
|
|
4047
4041
|
},
|
|
4048
4042
|
{
|
|
4049
4043
|
"kind": "js",
|
|
4050
|
-
"name": "
|
|
4044
|
+
"name": "getActionsMenuDef",
|
|
4051
4045
|
"declaration": {
|
|
4052
|
-
"name": "
|
|
4053
|
-
"
|
|
4046
|
+
"name": "getActionsMenuDef",
|
|
4047
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
4054
4048
|
}
|
|
4055
4049
|
}
|
|
4056
4050
|
]
|
|
4057
4051
|
},
|
|
4058
4052
|
{
|
|
4059
4053
|
"kind": "javascript-module",
|
|
4060
|
-
"path": "src/cell-
|
|
4054
|
+
"path": "src/cell-renderers/boolean.renderer.ts",
|
|
4061
4055
|
"declarations": [
|
|
4062
4056
|
{
|
|
4063
4057
|
"kind": "class",
|
|
4064
|
-
"description": "The AG
|
|
4065
|
-
"name": "
|
|
4058
|
+
"description": "The AG Boolean Renderer element.",
|
|
4059
|
+
"name": "BooleanRenderer",
|
|
4066
4060
|
"members": [
|
|
4067
4061
|
{
|
|
4068
4062
|
"kind": "field",
|
|
4069
4063
|
"name": "params",
|
|
4070
4064
|
"type": {
|
|
4071
|
-
"text": "
|
|
4065
|
+
"text": "ICellRendererParams"
|
|
4072
4066
|
},
|
|
4073
4067
|
"privacy": "public"
|
|
4074
4068
|
},
|
|
4075
4069
|
{
|
|
4076
4070
|
"kind": "field",
|
|
4077
|
-
"name": "
|
|
4071
|
+
"name": "selected",
|
|
4078
4072
|
"type": {
|
|
4079
|
-
"text": "
|
|
4080
|
-
}
|
|
4081
|
-
"privacy": "public"
|
|
4073
|
+
"text": "boolean"
|
|
4074
|
+
}
|
|
4082
4075
|
},
|
|
4083
4076
|
{
|
|
4084
4077
|
"kind": "method",
|
|
@@ -4088,11 +4081,21 @@
|
|
|
4088
4081
|
{
|
|
4089
4082
|
"name": "params",
|
|
4090
4083
|
"type": {
|
|
4091
|
-
"text": "
|
|
4084
|
+
"text": "ICellRendererParams"
|
|
4092
4085
|
}
|
|
4093
4086
|
}
|
|
4094
4087
|
]
|
|
4095
4088
|
},
|
|
4089
|
+
{
|
|
4090
|
+
"kind": "method",
|
|
4091
|
+
"name": "changeHandler",
|
|
4092
|
+
"privacy": "public",
|
|
4093
|
+
"parameters": [
|
|
4094
|
+
{
|
|
4095
|
+
"name": "e"
|
|
4096
|
+
}
|
|
4097
|
+
]
|
|
4098
|
+
},
|
|
4096
4099
|
{
|
|
4097
4100
|
"kind": "method",
|
|
4098
4101
|
"name": "getGui",
|
|
@@ -4106,27 +4109,17 @@
|
|
|
4106
4109
|
{
|
|
4107
4110
|
"kind": "method",
|
|
4108
4111
|
"name": "destroy",
|
|
4109
|
-
"privacy": "public"
|
|
4110
|
-
"return": {
|
|
4111
|
-
"type": {
|
|
4112
|
-
"text": "void"
|
|
4113
|
-
}
|
|
4114
|
-
}
|
|
4112
|
+
"privacy": "public"
|
|
4115
4113
|
},
|
|
4116
4114
|
{
|
|
4117
4115
|
"kind": "method",
|
|
4118
4116
|
"name": "refresh",
|
|
4119
4117
|
"privacy": "public",
|
|
4120
|
-
"return": {
|
|
4121
|
-
"type": {
|
|
4122
|
-
"text": "boolean"
|
|
4123
|
-
}
|
|
4124
|
-
},
|
|
4125
4118
|
"parameters": [
|
|
4126
4119
|
{
|
|
4127
4120
|
"name": "params",
|
|
4128
4121
|
"type": {
|
|
4129
|
-
"text": "
|
|
4122
|
+
"text": "ICellRendererParams"
|
|
4130
4123
|
}
|
|
4131
4124
|
}
|
|
4132
4125
|
]
|
|
@@ -4135,24 +4128,6 @@
|
|
|
4135
4128
|
"kind": "method",
|
|
4136
4129
|
"name": "getValue"
|
|
4137
4130
|
},
|
|
4138
|
-
{
|
|
4139
|
-
"kind": "method",
|
|
4140
|
-
"name": "isPopup",
|
|
4141
|
-
"return": {
|
|
4142
|
-
"type": {
|
|
4143
|
-
"text": "boolean"
|
|
4144
|
-
}
|
|
4145
|
-
}
|
|
4146
|
-
},
|
|
4147
|
-
{
|
|
4148
|
-
"kind": "method",
|
|
4149
|
-
"name": "changeHandler",
|
|
4150
|
-
"parameters": [
|
|
4151
|
-
{
|
|
4152
|
-
"name": "event"
|
|
4153
|
-
}
|
|
4154
|
-
]
|
|
4155
|
-
},
|
|
4156
4131
|
{
|
|
4157
4132
|
"kind": "method",
|
|
4158
4133
|
"name": "isCancelBeforeStart"
|
|
@@ -4273,19 +4248,19 @@
|
|
|
4273
4248
|
"name": "FoundationElement",
|
|
4274
4249
|
"package": "@microsoft/fast-foundation"
|
|
4275
4250
|
},
|
|
4276
|
-
"tagName": "%%prefix%%-
|
|
4251
|
+
"tagName": "%%prefix%%-boolean-renderer",
|
|
4277
4252
|
"customElement": true
|
|
4278
4253
|
},
|
|
4279
4254
|
{
|
|
4280
4255
|
"kind": "variable",
|
|
4281
|
-
"name": "
|
|
4282
|
-
"default": "css
|
|
4283
|
-
"description": "The AG
|
|
4256
|
+
"name": "agBooleanRendererStyles",
|
|
4257
|
+
"default": "css`\n :host {\n align-center: center;\n display: flex;\n height: 100%;\n }\n`",
|
|
4258
|
+
"description": "The AG Boolean Renderer Styles.",
|
|
4284
4259
|
"privacy": "public"
|
|
4285
4260
|
},
|
|
4286
4261
|
{
|
|
4287
4262
|
"kind": "function",
|
|
4288
|
-
"name": "
|
|
4263
|
+
"name": "getAgBooleanRendererTemplate",
|
|
4289
4264
|
"parameters": [
|
|
4290
4265
|
{
|
|
4291
4266
|
"name": "designSystem",
|
|
@@ -4293,7 +4268,7 @@
|
|
|
4293
4268
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4294
4269
|
}
|
|
4295
4270
|
],
|
|
4296
|
-
"description": "Get a Design System prefixed
|
|
4271
|
+
"description": "Get a Design System prefixed Checkbox template.",
|
|
4297
4272
|
"return": {
|
|
4298
4273
|
"type": {
|
|
4299
4274
|
"text": ""
|
|
@@ -4303,85 +4278,61 @@
|
|
|
4303
4278
|
},
|
|
4304
4279
|
{
|
|
4305
4280
|
"kind": "variable",
|
|
4306
|
-
"name": "
|
|
4281
|
+
"name": "foundationAgBooleanRenderer",
|
|
4282
|
+
"description": "A function that returns a Foundation Boolean Renderer registration for configuring the component with a DesignSystem.",
|
|
4307
4283
|
"privacy": "public"
|
|
4308
4284
|
}
|
|
4309
4285
|
],
|
|
4310
4286
|
"exports": [
|
|
4311
4287
|
{
|
|
4312
4288
|
"kind": "js",
|
|
4313
|
-
"name": "
|
|
4289
|
+
"name": "BooleanRenderer",
|
|
4314
4290
|
"declaration": {
|
|
4315
|
-
"name": "
|
|
4316
|
-
"module": "src/cell-
|
|
4291
|
+
"name": "BooleanRenderer",
|
|
4292
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
4317
4293
|
}
|
|
4318
4294
|
},
|
|
4319
4295
|
{
|
|
4320
4296
|
"kind": "js",
|
|
4321
|
-
"name": "
|
|
4297
|
+
"name": "agBooleanRendererStyles",
|
|
4322
4298
|
"declaration": {
|
|
4323
|
-
"name": "
|
|
4324
|
-
"module": "src/cell-
|
|
4299
|
+
"name": "agBooleanRendererStyles",
|
|
4300
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
4325
4301
|
}
|
|
4326
4302
|
},
|
|
4327
4303
|
{
|
|
4328
4304
|
"kind": "js",
|
|
4329
|
-
"name": "
|
|
4305
|
+
"name": "getAgBooleanRendererTemplate",
|
|
4330
4306
|
"declaration": {
|
|
4331
|
-
"name": "
|
|
4332
|
-
"module": "src/cell-
|
|
4307
|
+
"name": "getAgBooleanRendererTemplate",
|
|
4308
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
4333
4309
|
}
|
|
4334
4310
|
},
|
|
4335
4311
|
{
|
|
4336
4312
|
"kind": "js",
|
|
4337
|
-
"name": "
|
|
4313
|
+
"name": "foundationAgBooleanRenderer",
|
|
4338
4314
|
"declaration": {
|
|
4339
|
-
"name": "
|
|
4340
|
-
"module": "src/cell-
|
|
4315
|
+
"name": "foundationAgBooleanRenderer",
|
|
4316
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
4341
4317
|
}
|
|
4342
4318
|
}
|
|
4343
4319
|
]
|
|
4344
4320
|
},
|
|
4345
4321
|
{
|
|
4346
4322
|
"kind": "javascript-module",
|
|
4347
|
-
"path": "src/cell-
|
|
4323
|
+
"path": "src/cell-renderers/editable.renderer.ts",
|
|
4348
4324
|
"declarations": [
|
|
4349
4325
|
{
|
|
4350
4326
|
"kind": "class",
|
|
4351
|
-
"description": "The AG
|
|
4352
|
-
"name": "
|
|
4327
|
+
"description": "The AG Editable Renderer element.",
|
|
4328
|
+
"name": "EditableRenderer",
|
|
4353
4329
|
"members": [
|
|
4354
4330
|
{
|
|
4355
4331
|
"kind": "field",
|
|
4356
|
-
"name": "
|
|
4357
|
-
"type": {
|
|
4358
|
-
"text": "NumberEditorParams"
|
|
4359
|
-
},
|
|
4360
|
-
"privacy": "public"
|
|
4361
|
-
},
|
|
4362
|
-
{
|
|
4363
|
-
"kind": "field",
|
|
4364
|
-
"name": "value",
|
|
4365
|
-
"type": {
|
|
4366
|
-
"text": "number"
|
|
4367
|
-
},
|
|
4368
|
-
"privacy": "public"
|
|
4369
|
-
},
|
|
4370
|
-
{
|
|
4371
|
-
"kind": "field",
|
|
4372
|
-
"name": "actualWidth",
|
|
4373
|
-
"type": {
|
|
4374
|
-
"text": "number"
|
|
4375
|
-
},
|
|
4376
|
-
"privacy": "public"
|
|
4377
|
-
},
|
|
4378
|
-
{
|
|
4379
|
-
"kind": "field",
|
|
4380
|
-
"name": "input",
|
|
4332
|
+
"name": "valueFormatted",
|
|
4381
4333
|
"type": {
|
|
4382
|
-
"text": "
|
|
4383
|
-
}
|
|
4384
|
-
"privacy": "public"
|
|
4334
|
+
"text": "string"
|
|
4335
|
+
}
|
|
4385
4336
|
},
|
|
4386
4337
|
{
|
|
4387
4338
|
"kind": "method",
|
|
@@ -4391,7 +4342,7 @@
|
|
|
4391
4342
|
{
|
|
4392
4343
|
"name": "params",
|
|
4393
4344
|
"type": {
|
|
4394
|
-
"text": "
|
|
4345
|
+
"text": "ICellRendererParams"
|
|
4395
4346
|
}
|
|
4396
4347
|
}
|
|
4397
4348
|
]
|
|
@@ -4410,50 +4361,15 @@
|
|
|
4410
4361
|
"kind": "method",
|
|
4411
4362
|
"name": "refresh",
|
|
4412
4363
|
"privacy": "public",
|
|
4413
|
-
"return": {
|
|
4414
|
-
"type": {
|
|
4415
|
-
"text": "boolean"
|
|
4416
|
-
}
|
|
4417
|
-
},
|
|
4418
4364
|
"parameters": [
|
|
4419
4365
|
{
|
|
4420
4366
|
"name": "params",
|
|
4421
4367
|
"type": {
|
|
4422
|
-
"text": "
|
|
4368
|
+
"text": "ICellRendererParams"
|
|
4423
4369
|
}
|
|
4424
4370
|
}
|
|
4425
4371
|
]
|
|
4426
4372
|
},
|
|
4427
|
-
{
|
|
4428
|
-
"kind": "method",
|
|
4429
|
-
"name": "getValue"
|
|
4430
|
-
},
|
|
4431
|
-
{
|
|
4432
|
-
"kind": "method",
|
|
4433
|
-
"name": "isPopup",
|
|
4434
|
-
"return": {
|
|
4435
|
-
"type": {
|
|
4436
|
-
"text": "boolean"
|
|
4437
|
-
}
|
|
4438
|
-
}
|
|
4439
|
-
},
|
|
4440
|
-
{
|
|
4441
|
-
"kind": "method",
|
|
4442
|
-
"name": "afterGuiAttached"
|
|
4443
|
-
},
|
|
4444
|
-
{
|
|
4445
|
-
"kind": "method",
|
|
4446
|
-
"name": "changeHandler",
|
|
4447
|
-
"parameters": [
|
|
4448
|
-
{
|
|
4449
|
-
"name": "event"
|
|
4450
|
-
}
|
|
4451
|
-
]
|
|
4452
|
-
},
|
|
4453
|
-
{
|
|
4454
|
-
"kind": "method",
|
|
4455
|
-
"name": "isCancelBeforeStart"
|
|
4456
|
-
},
|
|
4457
4373
|
{
|
|
4458
4374
|
"kind": "field",
|
|
4459
4375
|
"name": "_presentation",
|
|
@@ -4570,19 +4486,19 @@
|
|
|
4570
4486
|
"name": "FoundationElement",
|
|
4571
4487
|
"package": "@microsoft/fast-foundation"
|
|
4572
4488
|
},
|
|
4573
|
-
"tagName": "%%prefix%%-
|
|
4489
|
+
"tagName": "%%prefix%%-editable-renderer",
|
|
4574
4490
|
"customElement": true
|
|
4575
4491
|
},
|
|
4576
4492
|
{
|
|
4577
4493
|
"kind": "variable",
|
|
4578
|
-
"name": "
|
|
4579
|
-
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
4580
|
-
"description": "The AG
|
|
4494
|
+
"name": "agEditableRendererStyles",
|
|
4495
|
+
"default": "css`\n :host {\n display: flex;\n justify-content: space-between;\n align-items: center;\n }\n`",
|
|
4496
|
+
"description": "The AG Editable Renderer Styles.",
|
|
4581
4497
|
"privacy": "public"
|
|
4582
4498
|
},
|
|
4583
4499
|
{
|
|
4584
4500
|
"kind": "function",
|
|
4585
|
-
"name": "
|
|
4501
|
+
"name": "getAgEditableRendererTemplate",
|
|
4586
4502
|
"parameters": [
|
|
4587
4503
|
{
|
|
4588
4504
|
"name": "designSystem",
|
|
@@ -4590,7 +4506,7 @@
|
|
|
4590
4506
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4591
4507
|
}
|
|
4592
4508
|
],
|
|
4593
|
-
"description": "Get a Design System prefixed
|
|
4509
|
+
"description": "Get a Design System prefixed Checkbox template.",
|
|
4594
4510
|
"return": {
|
|
4595
4511
|
"type": {
|
|
4596
4512
|
"text": ""
|
|
@@ -4600,59 +4516,123 @@
|
|
|
4600
4516
|
},
|
|
4601
4517
|
{
|
|
4602
4518
|
"kind": "variable",
|
|
4603
|
-
"name": "
|
|
4519
|
+
"name": "foundationAgEditableRenderer",
|
|
4520
|
+
"description": "A function that returns a Foundation Editable Renderer registration for configuring the component with a DesignSystem.",
|
|
4604
4521
|
"privacy": "public"
|
|
4605
4522
|
}
|
|
4606
4523
|
],
|
|
4607
4524
|
"exports": [
|
|
4608
4525
|
{
|
|
4609
4526
|
"kind": "js",
|
|
4610
|
-
"name": "
|
|
4527
|
+
"name": "EditableRenderer",
|
|
4611
4528
|
"declaration": {
|
|
4612
|
-
"name": "
|
|
4613
|
-
"module": "src/cell-
|
|
4529
|
+
"name": "EditableRenderer",
|
|
4530
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
4531
|
+
}
|
|
4532
|
+
},
|
|
4533
|
+
{
|
|
4534
|
+
"kind": "js",
|
|
4535
|
+
"name": "agEditableRendererStyles",
|
|
4536
|
+
"declaration": {
|
|
4537
|
+
"name": "agEditableRendererStyles",
|
|
4538
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
4539
|
+
}
|
|
4540
|
+
},
|
|
4541
|
+
{
|
|
4542
|
+
"kind": "js",
|
|
4543
|
+
"name": "getAgEditableRendererTemplate",
|
|
4544
|
+
"declaration": {
|
|
4545
|
+
"name": "getAgEditableRendererTemplate",
|
|
4546
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
4547
|
+
}
|
|
4548
|
+
},
|
|
4549
|
+
{
|
|
4550
|
+
"kind": "js",
|
|
4551
|
+
"name": "foundationAgEditableRenderer",
|
|
4552
|
+
"declaration": {
|
|
4553
|
+
"name": "foundationAgEditableRenderer",
|
|
4554
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
4555
|
+
}
|
|
4556
|
+
}
|
|
4557
|
+
]
|
|
4558
|
+
},
|
|
4559
|
+
{
|
|
4560
|
+
"kind": "javascript-module",
|
|
4561
|
+
"path": "src/cell-renderers/index.ts",
|
|
4562
|
+
"declarations": [],
|
|
4563
|
+
"exports": [
|
|
4564
|
+
{
|
|
4565
|
+
"kind": "js",
|
|
4566
|
+
"name": "*",
|
|
4567
|
+
"declaration": {
|
|
4568
|
+
"name": "*",
|
|
4569
|
+
"package": "./action.renderer"
|
|
4570
|
+
}
|
|
4571
|
+
},
|
|
4572
|
+
{
|
|
4573
|
+
"kind": "js",
|
|
4574
|
+
"name": "*",
|
|
4575
|
+
"declaration": {
|
|
4576
|
+
"name": "*",
|
|
4577
|
+
"package": "./actions-menu.renderer"
|
|
4578
|
+
}
|
|
4579
|
+
},
|
|
4580
|
+
{
|
|
4581
|
+
"kind": "js",
|
|
4582
|
+
"name": "*",
|
|
4583
|
+
"declaration": {
|
|
4584
|
+
"name": "*",
|
|
4585
|
+
"package": "./boolean.renderer"
|
|
4586
|
+
}
|
|
4587
|
+
},
|
|
4588
|
+
{
|
|
4589
|
+
"kind": "js",
|
|
4590
|
+
"name": "*",
|
|
4591
|
+
"declaration": {
|
|
4592
|
+
"name": "*",
|
|
4593
|
+
"package": "./editable.renderer"
|
|
4614
4594
|
}
|
|
4615
4595
|
},
|
|
4616
4596
|
{
|
|
4617
4597
|
"kind": "js",
|
|
4618
|
-
"name": "
|
|
4598
|
+
"name": "*",
|
|
4619
4599
|
"declaration": {
|
|
4620
|
-
"name": "
|
|
4621
|
-
"
|
|
4600
|
+
"name": "*",
|
|
4601
|
+
"package": "./text.renderer"
|
|
4622
4602
|
}
|
|
4623
4603
|
},
|
|
4624
4604
|
{
|
|
4625
4605
|
"kind": "js",
|
|
4626
|
-
"name": "
|
|
4606
|
+
"name": "*",
|
|
4627
4607
|
"declaration": {
|
|
4628
|
-
"name": "
|
|
4629
|
-
"
|
|
4608
|
+
"name": "*",
|
|
4609
|
+
"package": "./text-field.renderer"
|
|
4630
4610
|
}
|
|
4631
4611
|
},
|
|
4632
4612
|
{
|
|
4633
4613
|
"kind": "js",
|
|
4634
|
-
"name": "
|
|
4614
|
+
"name": "*",
|
|
4635
4615
|
"declaration": {
|
|
4636
|
-
"name": "
|
|
4637
|
-
"
|
|
4616
|
+
"name": "*",
|
|
4617
|
+
"package": "./select.renderer"
|
|
4638
4618
|
}
|
|
4639
4619
|
}
|
|
4640
4620
|
]
|
|
4641
4621
|
},
|
|
4642
4622
|
{
|
|
4643
4623
|
"kind": "javascript-module",
|
|
4644
|
-
"path": "src/cell-
|
|
4624
|
+
"path": "src/cell-renderers/select.renderer.ts",
|
|
4645
4625
|
"declarations": [
|
|
4646
4626
|
{
|
|
4647
4627
|
"kind": "class",
|
|
4648
|
-
"description": "The AG Select
|
|
4649
|
-
"name": "
|
|
4628
|
+
"description": "The AG Select Renderer element.",
|
|
4629
|
+
"name": "SelectRenderer",
|
|
4650
4630
|
"members": [
|
|
4651
4631
|
{
|
|
4652
4632
|
"kind": "field",
|
|
4653
4633
|
"name": "params",
|
|
4654
4634
|
"type": {
|
|
4655
|
-
"text": "
|
|
4635
|
+
"text": "SelectCellRendererParams"
|
|
4656
4636
|
},
|
|
4657
4637
|
"privacy": "public"
|
|
4658
4638
|
},
|
|
@@ -4664,22 +4644,6 @@
|
|
|
4664
4644
|
},
|
|
4665
4645
|
"privacy": "public"
|
|
4666
4646
|
},
|
|
4667
|
-
{
|
|
4668
|
-
"kind": "field",
|
|
4669
|
-
"name": "actualWidth",
|
|
4670
|
-
"type": {
|
|
4671
|
-
"text": "number"
|
|
4672
|
-
},
|
|
4673
|
-
"privacy": "public"
|
|
4674
|
-
},
|
|
4675
|
-
{
|
|
4676
|
-
"kind": "field",
|
|
4677
|
-
"name": "combobox",
|
|
4678
|
-
"type": {
|
|
4679
|
-
"text": "any"
|
|
4680
|
-
},
|
|
4681
|
-
"privacy": "public"
|
|
4682
|
-
},
|
|
4683
4647
|
{
|
|
4684
4648
|
"kind": "method",
|
|
4685
4649
|
"name": "init",
|
|
@@ -4688,7 +4652,7 @@
|
|
|
4688
4652
|
{
|
|
4689
4653
|
"name": "params",
|
|
4690
4654
|
"type": {
|
|
4691
|
-
"text": "
|
|
4655
|
+
"text": "SelectCellRendererParams"
|
|
4692
4656
|
}
|
|
4693
4657
|
}
|
|
4694
4658
|
]
|
|
@@ -4705,51 +4669,36 @@
|
|
|
4705
4669
|
},
|
|
4706
4670
|
{
|
|
4707
4671
|
"kind": "method",
|
|
4708
|
-
"name": "
|
|
4672
|
+
"name": "destroy",
|
|
4709
4673
|
"privacy": "public",
|
|
4710
4674
|
"return": {
|
|
4711
4675
|
"type": {
|
|
4712
|
-
"text": "
|
|
4713
|
-
}
|
|
4714
|
-
},
|
|
4715
|
-
"parameters": [
|
|
4716
|
-
{
|
|
4717
|
-
"name": "params",
|
|
4718
|
-
"type": {
|
|
4719
|
-
"text": "SelectEditorParams"
|
|
4720
|
-
}
|
|
4676
|
+
"text": "void"
|
|
4721
4677
|
}
|
|
4722
|
-
|
|
4723
|
-
},
|
|
4724
|
-
{
|
|
4725
|
-
"kind": "method",
|
|
4726
|
-
"name": "getValue"
|
|
4678
|
+
}
|
|
4727
4679
|
},
|
|
4728
4680
|
{
|
|
4729
4681
|
"kind": "method",
|
|
4730
|
-
"name": "
|
|
4682
|
+
"name": "refresh",
|
|
4683
|
+
"privacy": "public",
|
|
4731
4684
|
"return": {
|
|
4732
4685
|
"type": {
|
|
4733
4686
|
"text": "boolean"
|
|
4734
4687
|
}
|
|
4735
|
-
}
|
|
4736
|
-
},
|
|
4737
|
-
{
|
|
4738
|
-
"kind": "method",
|
|
4739
|
-
"name": "afterGuiAttached"
|
|
4740
|
-
},
|
|
4741
|
-
{
|
|
4742
|
-
"kind": "method",
|
|
4743
|
-
"name": "changeHandler",
|
|
4688
|
+
},
|
|
4744
4689
|
"parameters": [
|
|
4745
4690
|
{
|
|
4746
|
-
"name": "
|
|
4691
|
+
"name": "params",
|
|
4692
|
+
"type": {
|
|
4693
|
+
"text": "SelectCellRendererParams"
|
|
4694
|
+
}
|
|
4747
4695
|
}
|
|
4748
4696
|
]
|
|
4749
4697
|
},
|
|
4750
4698
|
{
|
|
4751
|
-
"kind": "
|
|
4752
|
-
"name": "
|
|
4699
|
+
"kind": "field",
|
|
4700
|
+
"name": "selectionChanged",
|
|
4701
|
+
"privacy": "public"
|
|
4753
4702
|
},
|
|
4754
4703
|
{
|
|
4755
4704
|
"kind": "field",
|
|
@@ -4867,23 +4816,26 @@
|
|
|
4867
4816
|
"name": "FoundationElement",
|
|
4868
4817
|
"package": "@microsoft/fast-foundation"
|
|
4869
4818
|
},
|
|
4870
|
-
"tagName": "%%prefix%%-select-
|
|
4819
|
+
"tagName": "%%prefix%%-select-renderer",
|
|
4871
4820
|
"customElement": true
|
|
4872
4821
|
},
|
|
4873
4822
|
{
|
|
4874
4823
|
"kind": "variable",
|
|
4875
|
-
"name": "
|
|
4876
|
-
"default": "css
|
|
4824
|
+
"name": "agSelectRendererStyles",
|
|
4825
|
+
"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`",
|
|
4877
4826
|
"description": "The AG Select Renderer Styles.",
|
|
4878
4827
|
"privacy": "public"
|
|
4879
4828
|
},
|
|
4880
4829
|
{
|
|
4881
4830
|
"kind": "function",
|
|
4882
|
-
"name": "
|
|
4831
|
+
"name": "getSelectRendererTemplate",
|
|
4883
4832
|
"parameters": [
|
|
4884
4833
|
{
|
|
4885
4834
|
"name": "designSystem",
|
|
4886
4835
|
"default": "'foundation'",
|
|
4836
|
+
"type": {
|
|
4837
|
+
"text": "string"
|
|
4838
|
+
},
|
|
4887
4839
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4888
4840
|
}
|
|
4889
4841
|
],
|
|
@@ -4897,83 +4849,76 @@
|
|
|
4897
4849
|
},
|
|
4898
4850
|
{
|
|
4899
4851
|
"kind": "variable",
|
|
4900
|
-
"name": "
|
|
4852
|
+
"name": "foundationAgSelectRenderer",
|
|
4853
|
+
"description": "A function that returns a Foundation Select Renderer registration for configuring the component with a DesignSystem.",
|
|
4901
4854
|
"privacy": "public"
|
|
4902
4855
|
}
|
|
4903
4856
|
],
|
|
4904
4857
|
"exports": [
|
|
4905
4858
|
{
|
|
4906
4859
|
"kind": "js",
|
|
4907
|
-
"name": "
|
|
4860
|
+
"name": "SelectRenderer",
|
|
4908
4861
|
"declaration": {
|
|
4909
|
-
"name": "
|
|
4910
|
-
"module": "src/cell-
|
|
4862
|
+
"name": "SelectRenderer",
|
|
4863
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
4911
4864
|
}
|
|
4912
4865
|
},
|
|
4913
4866
|
{
|
|
4914
4867
|
"kind": "js",
|
|
4915
|
-
"name": "
|
|
4868
|
+
"name": "agSelectRendererStyles",
|
|
4916
4869
|
"declaration": {
|
|
4917
|
-
"name": "
|
|
4918
|
-
"module": "src/cell-
|
|
4870
|
+
"name": "agSelectRendererStyles",
|
|
4871
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
4919
4872
|
}
|
|
4920
4873
|
},
|
|
4921
4874
|
{
|
|
4922
4875
|
"kind": "js",
|
|
4923
|
-
"name": "
|
|
4876
|
+
"name": "getSelectRendererTemplate",
|
|
4924
4877
|
"declaration": {
|
|
4925
|
-
"name": "
|
|
4926
|
-
"module": "src/cell-
|
|
4878
|
+
"name": "getSelectRendererTemplate",
|
|
4879
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
4927
4880
|
}
|
|
4928
4881
|
},
|
|
4929
4882
|
{
|
|
4930
4883
|
"kind": "js",
|
|
4931
|
-
"name": "
|
|
4884
|
+
"name": "foundationAgSelectRenderer",
|
|
4932
4885
|
"declaration": {
|
|
4933
|
-
"name": "
|
|
4934
|
-
"module": "src/cell-
|
|
4886
|
+
"name": "foundationAgSelectRenderer",
|
|
4887
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
4935
4888
|
}
|
|
4936
4889
|
}
|
|
4937
4890
|
]
|
|
4938
4891
|
},
|
|
4939
4892
|
{
|
|
4940
4893
|
"kind": "javascript-module",
|
|
4941
|
-
"path": "src/cell-
|
|
4894
|
+
"path": "src/cell-renderers/text-field.renderer.ts",
|
|
4942
4895
|
"declarations": [
|
|
4943
4896
|
{
|
|
4944
4897
|
"kind": "class",
|
|
4945
|
-
"description": "The AG
|
|
4946
|
-
"name": "
|
|
4898
|
+
"description": "The AG Text Field Renderer element.",
|
|
4899
|
+
"name": "AgTextFieldRenderer",
|
|
4947
4900
|
"members": [
|
|
4948
4901
|
{
|
|
4949
4902
|
"kind": "field",
|
|
4950
|
-
"name": "
|
|
4903
|
+
"name": "textField",
|
|
4951
4904
|
"type": {
|
|
4952
|
-
"text": "
|
|
4905
|
+
"text": "TextField"
|
|
4953
4906
|
},
|
|
4954
4907
|
"privacy": "public"
|
|
4955
4908
|
},
|
|
4956
4909
|
{
|
|
4957
4910
|
"kind": "field",
|
|
4958
|
-
"name": "
|
|
4911
|
+
"name": "textValue",
|
|
4959
4912
|
"type": {
|
|
4960
4913
|
"text": "string"
|
|
4961
4914
|
},
|
|
4962
|
-
"
|
|
4963
|
-
},
|
|
4964
|
-
{
|
|
4965
|
-
"kind": "field",
|
|
4966
|
-
"name": "actualWidth",
|
|
4967
|
-
"type": {
|
|
4968
|
-
"text": "number"
|
|
4969
|
-
},
|
|
4970
|
-
"privacy": "public"
|
|
4915
|
+
"default": "''"
|
|
4971
4916
|
},
|
|
4972
4917
|
{
|
|
4973
4918
|
"kind": "field",
|
|
4974
|
-
"name": "
|
|
4919
|
+
"name": "params",
|
|
4975
4920
|
"type": {
|
|
4976
|
-
"text": "
|
|
4921
|
+
"text": "FuiCellRendererParams"
|
|
4977
4922
|
},
|
|
4978
4923
|
"privacy": "public"
|
|
4979
4924
|
},
|
|
@@ -4985,7 +4930,7 @@
|
|
|
4985
4930
|
{
|
|
4986
4931
|
"name": "params",
|
|
4987
4932
|
"type": {
|
|
4988
|
-
"text": "
|
|
4933
|
+
"text": "FuiCellRendererParams"
|
|
4989
4934
|
}
|
|
4990
4935
|
}
|
|
4991
4936
|
]
|
|
@@ -5000,54 +4945,36 @@
|
|
|
5000
4945
|
}
|
|
5001
4946
|
}
|
|
5002
4947
|
},
|
|
4948
|
+
{
|
|
4949
|
+
"kind": "method",
|
|
4950
|
+
"name": "destroy",
|
|
4951
|
+
"privacy": "public"
|
|
4952
|
+
},
|
|
5003
4953
|
{
|
|
5004
4954
|
"kind": "method",
|
|
5005
4955
|
"name": "refresh",
|
|
5006
4956
|
"privacy": "public",
|
|
5007
|
-
"return": {
|
|
5008
|
-
"type": {
|
|
5009
|
-
"text": "boolean"
|
|
5010
|
-
}
|
|
5011
|
-
},
|
|
5012
4957
|
"parameters": [
|
|
5013
4958
|
{
|
|
5014
4959
|
"name": "params",
|
|
5015
4960
|
"type": {
|
|
5016
|
-
"text": "
|
|
4961
|
+
"text": "FuiCellRendererParams"
|
|
5017
4962
|
}
|
|
5018
4963
|
}
|
|
5019
4964
|
]
|
|
5020
4965
|
},
|
|
5021
4966
|
{
|
|
5022
|
-
"kind": "
|
|
5023
|
-
"name": "
|
|
5024
|
-
|
|
5025
|
-
|
|
5026
|
-
"kind": "method",
|
|
5027
|
-
"name": "isPopup",
|
|
5028
|
-
"return": {
|
|
5029
|
-
"type": {
|
|
5030
|
-
"text": "boolean"
|
|
5031
|
-
}
|
|
5032
|
-
}
|
|
5033
|
-
},
|
|
5034
|
-
{
|
|
5035
|
-
"kind": "method",
|
|
5036
|
-
"name": "afterGuiAttached"
|
|
5037
|
-
},
|
|
5038
|
-
{
|
|
5039
|
-
"kind": "method",
|
|
5040
|
-
"name": "changeHandler",
|
|
4967
|
+
"kind": "field",
|
|
4968
|
+
"name": "textChanged",
|
|
4969
|
+
"privacy": "public",
|
|
4970
|
+
"description": "On text change handler",
|
|
5041
4971
|
"parameters": [
|
|
5042
4972
|
{
|
|
5043
|
-
"
|
|
4973
|
+
"description": "CustomEvent",
|
|
4974
|
+
"name": "e"
|
|
5044
4975
|
}
|
|
5045
4976
|
]
|
|
5046
4977
|
},
|
|
5047
|
-
{
|
|
5048
|
-
"kind": "method",
|
|
5049
|
-
"name": "isCancelBeforeStart"
|
|
5050
|
-
},
|
|
5051
4978
|
{
|
|
5052
4979
|
"kind": "field",
|
|
5053
4980
|
"name": "_presentation",
|
|
@@ -5164,19 +5091,19 @@
|
|
|
5164
5091
|
"name": "FoundationElement",
|
|
5165
5092
|
"package": "@microsoft/fast-foundation"
|
|
5166
5093
|
},
|
|
5167
|
-
"tagName": "%%prefix%%-
|
|
5094
|
+
"tagName": "%%prefix%%-grid-text-field-renderer",
|
|
5168
5095
|
"customElement": true
|
|
5169
5096
|
},
|
|
5170
5097
|
{
|
|
5171
5098
|
"kind": "variable",
|
|
5172
|
-
"name": "
|
|
5173
|
-
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
5174
|
-
"description": "The AG
|
|
5099
|
+
"name": "textFieldRendererStyles",
|
|
5100
|
+
"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`",
|
|
5101
|
+
"description": "The AG Text Field Renderer Styles.",
|
|
5175
5102
|
"privacy": "public"
|
|
5176
5103
|
},
|
|
5177
5104
|
{
|
|
5178
5105
|
"kind": "function",
|
|
5179
|
-
"name": "
|
|
5106
|
+
"name": "getTextFieldRendererTemplate",
|
|
5180
5107
|
"parameters": [
|
|
5181
5108
|
{
|
|
5182
5109
|
"name": "designSystem",
|
|
@@ -5184,7 +5111,7 @@
|
|
|
5184
5111
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
5185
5112
|
}
|
|
5186
5113
|
],
|
|
5187
|
-
"description": "Get a Design System prefixed
|
|
5114
|
+
"description": "Get a Design System prefixed Text Field template.",
|
|
5188
5115
|
"return": {
|
|
5189
5116
|
"type": {
|
|
5190
5117
|
"text": ""
|
|
@@ -5194,97 +5121,170 @@
|
|
|
5194
5121
|
},
|
|
5195
5122
|
{
|
|
5196
5123
|
"kind": "variable",
|
|
5197
|
-
"name": "
|
|
5124
|
+
"name": "foundationAgTextFieldRenderer",
|
|
5125
|
+
"description": "A function that returns a Foundation Text Field Renderer registration for configuring the component with a DesignSystem.",
|
|
5198
5126
|
"privacy": "public"
|
|
5199
5127
|
}
|
|
5200
5128
|
],
|
|
5201
5129
|
"exports": [
|
|
5202
5130
|
{
|
|
5203
5131
|
"kind": "js",
|
|
5204
|
-
"name": "
|
|
5132
|
+
"name": "AgTextFieldRenderer",
|
|
5205
5133
|
"declaration": {
|
|
5206
|
-
"name": "
|
|
5207
|
-
"module": "src/cell-
|
|
5134
|
+
"name": "AgTextFieldRenderer",
|
|
5135
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5208
5136
|
}
|
|
5209
5137
|
},
|
|
5210
5138
|
{
|
|
5211
5139
|
"kind": "js",
|
|
5212
|
-
"name": "
|
|
5140
|
+
"name": "textFieldRendererStyles",
|
|
5213
5141
|
"declaration": {
|
|
5214
|
-
"name": "
|
|
5215
|
-
"module": "src/cell-
|
|
5142
|
+
"name": "textFieldRendererStyles",
|
|
5143
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5216
5144
|
}
|
|
5217
5145
|
},
|
|
5218
5146
|
{
|
|
5219
5147
|
"kind": "js",
|
|
5220
|
-
"name": "
|
|
5148
|
+
"name": "getTextFieldRendererTemplate",
|
|
5221
5149
|
"declaration": {
|
|
5222
|
-
"name": "
|
|
5223
|
-
"module": "src/cell-
|
|
5150
|
+
"name": "getTextFieldRendererTemplate",
|
|
5151
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5224
5152
|
}
|
|
5225
5153
|
},
|
|
5226
5154
|
{
|
|
5227
5155
|
"kind": "js",
|
|
5228
|
-
"name": "
|
|
5229
|
-
"declaration": {
|
|
5230
|
-
"name": "foundationStringEditor",
|
|
5231
|
-
"module": "src/cell-editors/string.editor.ts"
|
|
5232
|
-
}
|
|
5233
|
-
}
|
|
5234
|
-
]
|
|
5235
|
-
},
|
|
5236
|
-
{
|
|
5237
|
-
"kind": "javascript-module",
|
|
5238
|
-
"path": "src/column/column.template.ts",
|
|
5239
|
-
"declarations": [
|
|
5240
|
-
{
|
|
5241
|
-
"kind": "variable",
|
|
5242
|
-
"name": "ColumnTemplate",
|
|
5243
|
-
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
5244
|
-
"description": "The Grid Pro Column Template.",
|
|
5245
|
-
"privacy": "public"
|
|
5246
|
-
}
|
|
5247
|
-
],
|
|
5248
|
-
"exports": [
|
|
5249
|
-
{
|
|
5250
|
-
"kind": "js",
|
|
5251
|
-
"name": "ColumnTemplate",
|
|
5156
|
+
"name": "foundationAgTextFieldRenderer",
|
|
5252
5157
|
"declaration": {
|
|
5253
|
-
"name": "
|
|
5254
|
-
"module": "src/
|
|
5158
|
+
"name": "foundationAgTextFieldRenderer",
|
|
5159
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5255
5160
|
}
|
|
5256
5161
|
}
|
|
5257
5162
|
]
|
|
5258
5163
|
},
|
|
5259
5164
|
{
|
|
5260
5165
|
"kind": "javascript-module",
|
|
5261
|
-
"path": "src/
|
|
5166
|
+
"path": "src/cell-renderers/text.renderer.ts",
|
|
5262
5167
|
"declarations": [
|
|
5263
5168
|
{
|
|
5264
5169
|
"kind": "class",
|
|
5265
|
-
"description": "
|
|
5266
|
-
"name": "
|
|
5170
|
+
"description": "",
|
|
5171
|
+
"name": "AgTextRenderer",
|
|
5172
|
+
"superclass": {
|
|
5173
|
+
"name": "AgTextFieldRenderer",
|
|
5174
|
+
"module": "/src/cell-renderers/text-field.renderer"
|
|
5175
|
+
},
|
|
5176
|
+
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
5177
|
+
"tagName": "%%prefix%%-grid-text-renderer",
|
|
5178
|
+
"customElement": true,
|
|
5267
5179
|
"members": [
|
|
5268
5180
|
{
|
|
5269
5181
|
"kind": "field",
|
|
5270
|
-
"name": "
|
|
5182
|
+
"name": "textField",
|
|
5271
5183
|
"type": {
|
|
5272
|
-
"text": "
|
|
5184
|
+
"text": "TextField"
|
|
5273
5185
|
},
|
|
5274
|
-
"privacy": "public"
|
|
5186
|
+
"privacy": "public",
|
|
5187
|
+
"inheritedFrom": {
|
|
5188
|
+
"name": "AgTextFieldRenderer",
|
|
5189
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5190
|
+
}
|
|
5275
5191
|
},
|
|
5276
5192
|
{
|
|
5277
5193
|
"kind": "field",
|
|
5278
|
-
"name": "
|
|
5194
|
+
"name": "textValue",
|
|
5279
5195
|
"type": {
|
|
5280
|
-
"text": "
|
|
5196
|
+
"text": "string"
|
|
5281
5197
|
},
|
|
5282
|
-
"default": "
|
|
5198
|
+
"default": "''",
|
|
5199
|
+
"inheritedFrom": {
|
|
5200
|
+
"name": "AgTextFieldRenderer",
|
|
5201
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5202
|
+
}
|
|
5203
|
+
},
|
|
5204
|
+
{
|
|
5205
|
+
"kind": "field",
|
|
5206
|
+
"name": "params",
|
|
5207
|
+
"type": {
|
|
5208
|
+
"text": "FuiCellRendererParams"
|
|
5209
|
+
},
|
|
5210
|
+
"privacy": "public",
|
|
5211
|
+
"inheritedFrom": {
|
|
5212
|
+
"name": "AgTextFieldRenderer",
|
|
5213
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5214
|
+
}
|
|
5283
5215
|
},
|
|
5284
5216
|
{
|
|
5285
5217
|
"kind": "method",
|
|
5286
|
-
"name": "
|
|
5287
|
-
"privacy": "public"
|
|
5218
|
+
"name": "init",
|
|
5219
|
+
"privacy": "public",
|
|
5220
|
+
"parameters": [
|
|
5221
|
+
{
|
|
5222
|
+
"name": "params",
|
|
5223
|
+
"type": {
|
|
5224
|
+
"text": "FuiCellRendererParams"
|
|
5225
|
+
}
|
|
5226
|
+
}
|
|
5227
|
+
],
|
|
5228
|
+
"inheritedFrom": {
|
|
5229
|
+
"name": "AgTextFieldRenderer",
|
|
5230
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5231
|
+
}
|
|
5232
|
+
},
|
|
5233
|
+
{
|
|
5234
|
+
"kind": "method",
|
|
5235
|
+
"name": "getGui",
|
|
5236
|
+
"privacy": "public",
|
|
5237
|
+
"return": {
|
|
5238
|
+
"type": {
|
|
5239
|
+
"text": "HTMLElement"
|
|
5240
|
+
}
|
|
5241
|
+
},
|
|
5242
|
+
"inheritedFrom": {
|
|
5243
|
+
"name": "AgTextFieldRenderer",
|
|
5244
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5245
|
+
}
|
|
5246
|
+
},
|
|
5247
|
+
{
|
|
5248
|
+
"kind": "method",
|
|
5249
|
+
"name": "destroy",
|
|
5250
|
+
"privacy": "public",
|
|
5251
|
+
"inheritedFrom": {
|
|
5252
|
+
"name": "AgTextFieldRenderer",
|
|
5253
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5254
|
+
}
|
|
5255
|
+
},
|
|
5256
|
+
{
|
|
5257
|
+
"kind": "method",
|
|
5258
|
+
"name": "refresh",
|
|
5259
|
+
"privacy": "public",
|
|
5260
|
+
"parameters": [
|
|
5261
|
+
{
|
|
5262
|
+
"name": "params",
|
|
5263
|
+
"type": {
|
|
5264
|
+
"text": "FuiCellRendererParams"
|
|
5265
|
+
}
|
|
5266
|
+
}
|
|
5267
|
+
],
|
|
5268
|
+
"inheritedFrom": {
|
|
5269
|
+
"name": "AgTextFieldRenderer",
|
|
5270
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5271
|
+
}
|
|
5272
|
+
},
|
|
5273
|
+
{
|
|
5274
|
+
"kind": "field",
|
|
5275
|
+
"name": "textChanged",
|
|
5276
|
+
"privacy": "public",
|
|
5277
|
+
"description": "On text change handler",
|
|
5278
|
+
"parameters": [
|
|
5279
|
+
{
|
|
5280
|
+
"description": "CustomEvent",
|
|
5281
|
+
"name": "e"
|
|
5282
|
+
}
|
|
5283
|
+
],
|
|
5284
|
+
"inheritedFrom": {
|
|
5285
|
+
"name": "AgTextFieldRenderer",
|
|
5286
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5287
|
+
}
|
|
5288
5288
|
},
|
|
5289
5289
|
{
|
|
5290
5290
|
"kind": "field",
|
|
@@ -5397,61 +5397,61 @@
|
|
|
5397
5397
|
"module": "src/foundation-element/foundation-element.ts"
|
|
5398
5398
|
}
|
|
5399
5399
|
}
|
|
5400
|
-
]
|
|
5401
|
-
|
|
5402
|
-
|
|
5403
|
-
|
|
5404
|
-
|
|
5405
|
-
"
|
|
5406
|
-
"
|
|
5400
|
+
]
|
|
5401
|
+
},
|
|
5402
|
+
{
|
|
5403
|
+
"kind": "variable",
|
|
5404
|
+
"name": "textRendererStyles",
|
|
5405
|
+
"default": "textFieldRendererStyles",
|
|
5406
|
+
"privacy": "public",
|
|
5407
|
+
"deprecated": "- Use textFieldRendererStyles instead"
|
|
5408
|
+
},
|
|
5409
|
+
{
|
|
5410
|
+
"kind": "variable",
|
|
5411
|
+
"name": "getTextRendererTemplate",
|
|
5412
|
+
"default": "getTextFieldRendererTemplate",
|
|
5413
|
+
"privacy": "public",
|
|
5414
|
+
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
5415
|
+
},
|
|
5416
|
+
{
|
|
5417
|
+
"kind": "variable",
|
|
5418
|
+
"name": "foundationAgTextRenderer",
|
|
5419
|
+
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
5420
|
+
"privacy": "public",
|
|
5421
|
+
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
5407
5422
|
}
|
|
5408
5423
|
],
|
|
5409
5424
|
"exports": [
|
|
5410
5425
|
{
|
|
5411
5426
|
"kind": "js",
|
|
5412
|
-
"name": "
|
|
5427
|
+
"name": "AgTextRenderer",
|
|
5413
5428
|
"declaration": {
|
|
5414
|
-
"name": "
|
|
5415
|
-
"module": "src/
|
|
5429
|
+
"name": "AgTextRenderer",
|
|
5430
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
5416
5431
|
}
|
|
5417
5432
|
},
|
|
5418
|
-
{
|
|
5419
|
-
"kind": "custom-element-definition",
|
|
5420
|
-
"name": "grid-pro-column",
|
|
5421
|
-
"declaration": {
|
|
5422
|
-
"name": "GridProColumn",
|
|
5423
|
-
"module": "src/column/column.ts"
|
|
5424
|
-
}
|
|
5425
|
-
}
|
|
5426
|
-
]
|
|
5427
|
-
},
|
|
5428
|
-
{
|
|
5429
|
-
"kind": "javascript-module",
|
|
5430
|
-
"path": "src/column/index.ts",
|
|
5431
|
-
"declarations": [],
|
|
5432
|
-
"exports": [
|
|
5433
5433
|
{
|
|
5434
5434
|
"kind": "js",
|
|
5435
|
-
"name": "
|
|
5435
|
+
"name": "textRendererStyles",
|
|
5436
5436
|
"declaration": {
|
|
5437
|
-
"name": "
|
|
5438
|
-
"
|
|
5437
|
+
"name": "textRendererStyles",
|
|
5438
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
5439
5439
|
}
|
|
5440
5440
|
},
|
|
5441
5441
|
{
|
|
5442
5442
|
"kind": "js",
|
|
5443
|
-
"name": "
|
|
5443
|
+
"name": "getTextRendererTemplate",
|
|
5444
5444
|
"declaration": {
|
|
5445
|
-
"name": "
|
|
5446
|
-
"
|
|
5445
|
+
"name": "getTextRendererTemplate",
|
|
5446
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
5447
5447
|
}
|
|
5448
5448
|
},
|
|
5449
5449
|
{
|
|
5450
5450
|
"kind": "js",
|
|
5451
|
-
"name": "
|
|
5451
|
+
"name": "foundationAgTextRenderer",
|
|
5452
5452
|
"declaration": {
|
|
5453
|
-
"name": "
|
|
5454
|
-
"
|
|
5453
|
+
"name": "foundationAgTextRenderer",
|
|
5454
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
5455
5455
|
}
|
|
5456
5456
|
}
|
|
5457
5457
|
]
|
|
@@ -10666,46 +10666,51 @@
|
|
|
10666
10666
|
},
|
|
10667
10667
|
{
|
|
10668
10668
|
"kind": "javascript-module",
|
|
10669
|
-
"path": "src/
|
|
10669
|
+
"path": "src/column/utils/grid-pro-columns.ts",
|
|
10670
10670
|
"declarations": [
|
|
10671
10671
|
{
|
|
10672
10672
|
"kind": "function",
|
|
10673
|
-
"name": "
|
|
10673
|
+
"name": "gridProColumns",
|
|
10674
10674
|
"return": {
|
|
10675
10675
|
"type": {
|
|
10676
|
-
"text": "
|
|
10676
|
+
"text": "CaptureType<TSource>"
|
|
10677
10677
|
}
|
|
10678
10678
|
},
|
|
10679
10679
|
"parameters": [
|
|
10680
10680
|
{
|
|
10681
|
-
"name": "
|
|
10681
|
+
"name": "itemsBinding",
|
|
10682
10682
|
"type": {
|
|
10683
|
-
"text": "
|
|
10684
|
-
}
|
|
10683
|
+
"text": "Binding<TSource, readonly ColDef[]> | readonly ColDef[]"
|
|
10684
|
+
},
|
|
10685
|
+
"description": "The array to render"
|
|
10685
10686
|
},
|
|
10686
10687
|
{
|
|
10687
|
-
"name": "
|
|
10688
|
+
"name": "includeRenderers",
|
|
10689
|
+
"default": "true",
|
|
10688
10690
|
"type": {
|
|
10689
|
-
"text": "
|
|
10690
|
-
}
|
|
10691
|
+
"text": "boolean"
|
|
10692
|
+
},
|
|
10693
|
+
"description": "Optionally tells whether to include cell renderers, if available"
|
|
10691
10694
|
}
|
|
10692
|
-
]
|
|
10695
|
+
],
|
|
10696
|
+
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
10697
|
+
"privacy": "public"
|
|
10693
10698
|
}
|
|
10694
10699
|
],
|
|
10695
10700
|
"exports": [
|
|
10696
10701
|
{
|
|
10697
10702
|
"kind": "js",
|
|
10698
|
-
"name": "
|
|
10703
|
+
"name": "gridProColumns",
|
|
10699
10704
|
"declaration": {
|
|
10700
|
-
"name": "
|
|
10701
|
-
"module": "src/
|
|
10705
|
+
"name": "gridProColumns",
|
|
10706
|
+
"module": "src/column/utils/grid-pro-columns.ts"
|
|
10702
10707
|
}
|
|
10703
10708
|
}
|
|
10704
10709
|
]
|
|
10705
10710
|
},
|
|
10706
10711
|
{
|
|
10707
10712
|
"kind": "javascript-module",
|
|
10708
|
-
"path": "src/
|
|
10713
|
+
"path": "src/column/utils/index.ts",
|
|
10709
10714
|
"declarations": [],
|
|
10710
10715
|
"exports": [
|
|
10711
10716
|
{
|
|
@@ -10713,58 +10718,53 @@
|
|
|
10713
10718
|
"name": "*",
|
|
10714
10719
|
"declaration": {
|
|
10715
10720
|
"name": "*",
|
|
10716
|
-
"package": "./
|
|
10721
|
+
"package": "./grid-pro-columns"
|
|
10717
10722
|
}
|
|
10718
10723
|
}
|
|
10719
10724
|
]
|
|
10720
10725
|
},
|
|
10721
10726
|
{
|
|
10722
10727
|
"kind": "javascript-module",
|
|
10723
|
-
"path": "src/
|
|
10728
|
+
"path": "src/cell-renderers/utils/accessor.ts",
|
|
10724
10729
|
"declarations": [
|
|
10725
10730
|
{
|
|
10726
10731
|
"kind": "function",
|
|
10727
|
-
"name": "
|
|
10732
|
+
"name": "setValueWithAccessor",
|
|
10728
10733
|
"return": {
|
|
10729
10734
|
"type": {
|
|
10730
|
-
"text": "
|
|
10735
|
+
"text": "string"
|
|
10731
10736
|
}
|
|
10732
10737
|
},
|
|
10733
10738
|
"parameters": [
|
|
10734
10739
|
{
|
|
10735
|
-
"name": "
|
|
10740
|
+
"name": "data",
|
|
10736
10741
|
"type": {
|
|
10737
|
-
"text": "
|
|
10738
|
-
}
|
|
10739
|
-
"description": "The array to render"
|
|
10742
|
+
"text": "any"
|
|
10743
|
+
}
|
|
10740
10744
|
},
|
|
10741
10745
|
{
|
|
10742
|
-
"name": "
|
|
10743
|
-
"default": "true",
|
|
10746
|
+
"name": "accessor",
|
|
10744
10747
|
"type": {
|
|
10745
|
-
"text": "
|
|
10746
|
-
}
|
|
10747
|
-
"description": "Optionally tells whether to include cell renderers, if available"
|
|
10748
|
+
"text": "string"
|
|
10749
|
+
}
|
|
10748
10750
|
}
|
|
10749
|
-
]
|
|
10750
|
-
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
10751
|
-
"privacy": "public"
|
|
10751
|
+
]
|
|
10752
10752
|
}
|
|
10753
10753
|
],
|
|
10754
10754
|
"exports": [
|
|
10755
10755
|
{
|
|
10756
10756
|
"kind": "js",
|
|
10757
|
-
"name": "
|
|
10757
|
+
"name": "setValueWithAccessor",
|
|
10758
10758
|
"declaration": {
|
|
10759
|
-
"name": "
|
|
10760
|
-
"module": "src/
|
|
10759
|
+
"name": "setValueWithAccessor",
|
|
10760
|
+
"module": "src/cell-renderers/utils/accessor.ts"
|
|
10761
10761
|
}
|
|
10762
10762
|
}
|
|
10763
10763
|
]
|
|
10764
10764
|
},
|
|
10765
10765
|
{
|
|
10766
10766
|
"kind": "javascript-module",
|
|
10767
|
-
"path": "src/
|
|
10767
|
+
"path": "src/cell-renderers/utils/index.ts",
|
|
10768
10768
|
"declarations": [],
|
|
10769
10769
|
"exports": [
|
|
10770
10770
|
{
|
|
@@ -10772,7 +10772,7 @@
|
|
|
10772
10772
|
"name": "*",
|
|
10773
10773
|
"declaration": {
|
|
10774
10774
|
"name": "*",
|
|
10775
|
-
"package": "./
|
|
10775
|
+
"package": "./accessor"
|
|
10776
10776
|
}
|
|
10777
10777
|
}
|
|
10778
10778
|
]
|