@genesislcap/grid-pro 14.145.0 → 14.145.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +901 -901
- package/package.json +8 -8
|
@@ -1776,57 +1776,29 @@
|
|
|
1776
1776
|
},
|
|
1777
1777
|
{
|
|
1778
1778
|
"kind": "javascript-module",
|
|
1779
|
-
"path": "src/cell-
|
|
1779
|
+
"path": "src/cell-renderers/action.renderer.ts",
|
|
1780
1780
|
"declarations": [
|
|
1781
1781
|
{
|
|
1782
1782
|
"kind": "class",
|
|
1783
|
-
"description": "The AG
|
|
1784
|
-
"name": "
|
|
1783
|
+
"description": "The AG Action Renderer element.",
|
|
1784
|
+
"name": "ActionRenderer",
|
|
1785
1785
|
"members": [
|
|
1786
1786
|
{
|
|
1787
1787
|
"kind": "field",
|
|
1788
|
-
"name": "
|
|
1788
|
+
"name": "params",
|
|
1789
1789
|
"type": {
|
|
1790
|
-
"text": "
|
|
1790
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
1791
1791
|
},
|
|
1792
1792
|
"privacy": "public"
|
|
1793
1793
|
},
|
|
1794
1794
|
{
|
|
1795
1795
|
"kind": "field",
|
|
1796
|
-
"name": "
|
|
1796
|
+
"name": "pendingAction",
|
|
1797
1797
|
"type": {
|
|
1798
|
-
"text": "
|
|
1798
|
+
"text": "boolean"
|
|
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
|
-
},
|
|
1830
1802
|
{
|
|
1831
1803
|
"kind": "method",
|
|
1832
1804
|
"name": "init",
|
|
@@ -1835,7 +1807,7 @@
|
|
|
1835
1807
|
{
|
|
1836
1808
|
"name": "params",
|
|
1837
1809
|
"type": {
|
|
1838
|
-
"text": "
|
|
1810
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
1839
1811
|
}
|
|
1840
1812
|
}
|
|
1841
1813
|
]
|
|
@@ -1854,49 +1826,39 @@
|
|
|
1854
1826
|
"kind": "method",
|
|
1855
1827
|
"name": "refresh",
|
|
1856
1828
|
"privacy": "public",
|
|
1857
|
-
"return": {
|
|
1858
|
-
"type": {
|
|
1859
|
-
"text": "boolean"
|
|
1860
|
-
}
|
|
1861
|
-
},
|
|
1862
1829
|
"parameters": [
|
|
1863
1830
|
{
|
|
1864
1831
|
"name": "params",
|
|
1865
1832
|
"type": {
|
|
1866
|
-
"text": "
|
|
1833
|
+
"text": "ICellRendererParams"
|
|
1867
1834
|
}
|
|
1868
1835
|
}
|
|
1869
1836
|
]
|
|
1870
1837
|
},
|
|
1871
1838
|
{
|
|
1872
1839
|
"kind": "method",
|
|
1873
|
-
"name": "
|
|
1874
|
-
|
|
1875
|
-
{
|
|
1876
|
-
"kind": "method",
|
|
1877
|
-
"name": "isPopup",
|
|
1840
|
+
"name": "isDisabled",
|
|
1841
|
+
"privacy": "public",
|
|
1878
1842
|
"return": {
|
|
1879
1843
|
"type": {
|
|
1880
1844
|
"text": "boolean"
|
|
1881
1845
|
}
|
|
1882
|
-
}
|
|
1883
|
-
},
|
|
1884
|
-
{
|
|
1885
|
-
"kind": "method",
|
|
1886
|
-
"name": "changeHandler",
|
|
1846
|
+
},
|
|
1887
1847
|
"parameters": [
|
|
1888
1848
|
{
|
|
1889
|
-
"name": "
|
|
1849
|
+
"name": "data"
|
|
1890
1850
|
}
|
|
1891
1851
|
]
|
|
1892
1852
|
},
|
|
1893
1853
|
{
|
|
1894
1854
|
"kind": "method",
|
|
1895
|
-
"name": "
|
|
1855
|
+
"name": "clickHandler",
|
|
1856
|
+
"privacy": "public"
|
|
1896
1857
|
},
|
|
1897
1858
|
{
|
|
1898
|
-
"kind": "
|
|
1899
|
-
"name": "
|
|
1859
|
+
"kind": "field",
|
|
1860
|
+
"name": "dataTestId",
|
|
1861
|
+
"readonly": true
|
|
1900
1862
|
},
|
|
1901
1863
|
{
|
|
1902
1864
|
"kind": "field",
|
|
@@ -2014,144 +1976,78 @@
|
|
|
2014
1976
|
"name": "FoundationElement",
|
|
2015
1977
|
"package": "@microsoft/fast-foundation"
|
|
2016
1978
|
},
|
|
2017
|
-
"tagName": "%%prefix%%-
|
|
1979
|
+
"tagName": "%%prefix%%-grid-pro-action-renderer",
|
|
2018
1980
|
"customElement": true
|
|
2019
1981
|
},
|
|
2020
1982
|
{
|
|
2021
1983
|
"kind": "variable",
|
|
2022
|
-
"name": "
|
|
2023
|
-
"
|
|
2024
|
-
"description": "The AG Select Renderer Styles.",
|
|
1984
|
+
"name": "actionHeightMultiplier",
|
|
1985
|
+
"description": "The base height multiplier for the action renderer.",
|
|
2025
1986
|
"privacy": "public"
|
|
2026
1987
|
},
|
|
2027
1988
|
{
|
|
2028
|
-
"kind": "
|
|
2029
|
-
"name": "
|
|
2030
|
-
"
|
|
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
|
-
},
|
|
1989
|
+
"kind": "variable",
|
|
1990
|
+
"name": "agActionRendererStyles",
|
|
1991
|
+
"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`",
|
|
1992
|
+
"description": "The AG Action Renderer Styles.",
|
|
2043
1993
|
"privacy": "public"
|
|
2044
1994
|
},
|
|
2045
1995
|
{
|
|
2046
1996
|
"kind": "variable",
|
|
2047
|
-
"name": "
|
|
1997
|
+
"name": "foundationGridProActionRenderer",
|
|
1998
|
+
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
2048
1999
|
"privacy": "public"
|
|
2049
2000
|
}
|
|
2050
2001
|
],
|
|
2051
2002
|
"exports": [
|
|
2052
2003
|
{
|
|
2053
2004
|
"kind": "js",
|
|
2054
|
-
"name": "
|
|
2055
|
-
"declaration": {
|
|
2056
|
-
"name": "DateEditor",
|
|
2057
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
2058
|
-
}
|
|
2059
|
-
},
|
|
2060
|
-
{
|
|
2061
|
-
"kind": "js",
|
|
2062
|
-
"name": "agDateEditorStyles",
|
|
2063
|
-
"declaration": {
|
|
2064
|
-
"name": "agDateEditorStyles",
|
|
2065
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
2066
|
-
}
|
|
2067
|
-
},
|
|
2068
|
-
{
|
|
2069
|
-
"kind": "js",
|
|
2070
|
-
"name": "getDateEditorTemplate",
|
|
2071
|
-
"declaration": {
|
|
2072
|
-
"name": "getDateEditorTemplate",
|
|
2073
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
2074
|
-
}
|
|
2075
|
-
},
|
|
2076
|
-
{
|
|
2077
|
-
"kind": "js",
|
|
2078
|
-
"name": "foundationDateEditor",
|
|
2079
|
-
"declaration": {
|
|
2080
|
-
"name": "foundationDateEditor",
|
|
2081
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
2082
|
-
}
|
|
2083
|
-
}
|
|
2084
|
-
]
|
|
2085
|
-
},
|
|
2086
|
-
{
|
|
2087
|
-
"kind": "javascript-module",
|
|
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": "*",
|
|
2005
|
+
"name": "ActionRenderer",
|
|
2102
2006
|
"declaration": {
|
|
2103
|
-
"name": "
|
|
2104
|
-
"
|
|
2007
|
+
"name": "ActionRenderer",
|
|
2008
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
2105
2009
|
}
|
|
2106
2010
|
},
|
|
2107
2011
|
{
|
|
2108
2012
|
"kind": "js",
|
|
2109
|
-
"name": "
|
|
2013
|
+
"name": "actionHeightMultiplier",
|
|
2110
2014
|
"declaration": {
|
|
2111
|
-
"name": "
|
|
2112
|
-
"
|
|
2015
|
+
"name": "actionHeightMultiplier",
|
|
2016
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
2113
2017
|
}
|
|
2114
2018
|
},
|
|
2115
2019
|
{
|
|
2116
2020
|
"kind": "js",
|
|
2117
|
-
"name": "
|
|
2021
|
+
"name": "agActionRendererStyles",
|
|
2118
2022
|
"declaration": {
|
|
2119
|
-
"name": "
|
|
2120
|
-
"
|
|
2023
|
+
"name": "agActionRendererStyles",
|
|
2024
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
2121
2025
|
}
|
|
2122
2026
|
},
|
|
2123
2027
|
{
|
|
2124
2028
|
"kind": "js",
|
|
2125
|
-
"name": "
|
|
2029
|
+
"name": "foundationGridProActionRenderer",
|
|
2126
2030
|
"declaration": {
|
|
2127
|
-
"name": "
|
|
2128
|
-
"
|
|
2031
|
+
"name": "foundationGridProActionRenderer",
|
|
2032
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
2129
2033
|
}
|
|
2130
2034
|
}
|
|
2131
2035
|
]
|
|
2132
2036
|
},
|
|
2133
2037
|
{
|
|
2134
2038
|
"kind": "javascript-module",
|
|
2135
|
-
"path": "src/cell-
|
|
2039
|
+
"path": "src/cell-renderers/actions-menu.renderer.ts",
|
|
2136
2040
|
"declarations": [
|
|
2137
2041
|
{
|
|
2138
2042
|
"kind": "class",
|
|
2139
|
-
"description": "The
|
|
2140
|
-
"name": "
|
|
2043
|
+
"description": "The Actions Menu Renderer element.",
|
|
2044
|
+
"name": "ActionsMenuRenderer",
|
|
2141
2045
|
"members": [
|
|
2142
2046
|
{
|
|
2143
2047
|
"kind": "field",
|
|
2144
2048
|
"name": "params",
|
|
2145
2049
|
"type": {
|
|
2146
|
-
"text": "
|
|
2147
|
-
},
|
|
2148
|
-
"privacy": "public"
|
|
2149
|
-
},
|
|
2150
|
-
{
|
|
2151
|
-
"kind": "field",
|
|
2152
|
-
"name": "selectedOptions",
|
|
2153
|
-
"type": {
|
|
2154
|
-
"text": "any[]"
|
|
2050
|
+
"text": "ICellRendererParams"
|
|
2155
2051
|
},
|
|
2156
2052
|
"privacy": "public"
|
|
2157
2053
|
},
|
|
@@ -2163,7 +2059,7 @@
|
|
|
2163
2059
|
{
|
|
2164
2060
|
"name": "params",
|
|
2165
2061
|
"type": {
|
|
2166
|
-
"text": "
|
|
2062
|
+
"text": "ICellRendererParams"
|
|
2167
2063
|
}
|
|
2168
2064
|
}
|
|
2169
2065
|
]
|
|
@@ -2178,60 +2074,19 @@
|
|
|
2178
2074
|
}
|
|
2179
2075
|
}
|
|
2180
2076
|
},
|
|
2181
|
-
{
|
|
2182
|
-
"kind": "method",
|
|
2183
|
-
"name": "destroy",
|
|
2184
|
-
"privacy": "public",
|
|
2185
|
-
"return": {
|
|
2186
|
-
"type": {
|
|
2187
|
-
"text": "void"
|
|
2188
|
-
}
|
|
2189
|
-
}
|
|
2190
|
-
},
|
|
2191
2077
|
{
|
|
2192
2078
|
"kind": "method",
|
|
2193
2079
|
"name": "refresh",
|
|
2194
2080
|
"privacy": "public",
|
|
2195
|
-
"return": {
|
|
2196
|
-
"type": {
|
|
2197
|
-
"text": "boolean"
|
|
2198
|
-
}
|
|
2199
|
-
},
|
|
2200
2081
|
"parameters": [
|
|
2201
2082
|
{
|
|
2202
2083
|
"name": "params",
|
|
2203
2084
|
"type": {
|
|
2204
|
-
"text": "
|
|
2085
|
+
"text": "ICellRendererParams"
|
|
2205
2086
|
}
|
|
2206
2087
|
}
|
|
2207
2088
|
]
|
|
2208
2089
|
},
|
|
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
|
-
},
|
|
2235
2090
|
{
|
|
2236
2091
|
"kind": "field",
|
|
2237
2092
|
"name": "_presentation",
|
|
@@ -2348,115 +2203,118 @@
|
|
|
2348
2203
|
"name": "FoundationElement",
|
|
2349
2204
|
"package": "@microsoft/fast-foundation"
|
|
2350
2205
|
},
|
|
2351
|
-
"tagName": "%%prefix%%-
|
|
2206
|
+
"tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
|
|
2352
2207
|
"customElement": true
|
|
2353
2208
|
},
|
|
2354
2209
|
{
|
|
2355
2210
|
"kind": "variable",
|
|
2356
|
-
"name": "
|
|
2357
|
-
"
|
|
2358
|
-
"description": "The AG Select Renderer Styles.",
|
|
2211
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
2212
|
+
"description": "A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.",
|
|
2359
2213
|
"privacy": "public"
|
|
2360
2214
|
},
|
|
2361
2215
|
{
|
|
2362
2216
|
"kind": "function",
|
|
2363
|
-
"name": "
|
|
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.",
|
|
2217
|
+
"name": "getActionsMenuDef",
|
|
2372
2218
|
"return": {
|
|
2373
2219
|
"type": {
|
|
2374
2220
|
"text": ""
|
|
2375
2221
|
}
|
|
2376
2222
|
},
|
|
2377
|
-
"
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2223
|
+
"parameters": [
|
|
2224
|
+
{
|
|
2225
|
+
"name": "actions",
|
|
2226
|
+
"type": {
|
|
2227
|
+
"text": "ActionMenuItem[]"
|
|
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).",
|
|
2382
2265
|
"privacy": "public"
|
|
2383
2266
|
}
|
|
2384
2267
|
],
|
|
2385
2268
|
"exports": [
|
|
2386
2269
|
{
|
|
2387
2270
|
"kind": "js",
|
|
2388
|
-
"name": "
|
|
2389
|
-
"declaration": {
|
|
2390
|
-
"name": "MultiselectEditor",
|
|
2391
|
-
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2392
|
-
}
|
|
2393
|
-
},
|
|
2394
|
-
{
|
|
2395
|
-
"kind": "js",
|
|
2396
|
-
"name": "agMultiselectEditorStyles",
|
|
2271
|
+
"name": "ActionsMenuRenderer",
|
|
2397
2272
|
"declaration": {
|
|
2398
|
-
"name": "
|
|
2399
|
-
"module": "src/cell-
|
|
2273
|
+
"name": "ActionsMenuRenderer",
|
|
2274
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
2400
2275
|
}
|
|
2401
2276
|
},
|
|
2402
2277
|
{
|
|
2403
2278
|
"kind": "js",
|
|
2404
|
-
"name": "
|
|
2279
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
2405
2280
|
"declaration": {
|
|
2406
|
-
"name": "
|
|
2407
|
-
"module": "src/cell-
|
|
2281
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
2282
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
2408
2283
|
}
|
|
2409
2284
|
},
|
|
2410
2285
|
{
|
|
2411
2286
|
"kind": "js",
|
|
2412
|
-
"name": "
|
|
2287
|
+
"name": "getActionsMenuDef",
|
|
2413
2288
|
"declaration": {
|
|
2414
|
-
"name": "
|
|
2415
|
-
"module": "src/cell-
|
|
2289
|
+
"name": "getActionsMenuDef",
|
|
2290
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
2416
2291
|
}
|
|
2417
2292
|
}
|
|
2418
2293
|
]
|
|
2419
2294
|
},
|
|
2420
2295
|
{
|
|
2421
2296
|
"kind": "javascript-module",
|
|
2422
|
-
"path": "src/cell-
|
|
2297
|
+
"path": "src/cell-renderers/boolean.renderer.ts",
|
|
2423
2298
|
"declarations": [
|
|
2424
2299
|
{
|
|
2425
2300
|
"kind": "class",
|
|
2426
|
-
"description": "The AG
|
|
2427
|
-
"name": "
|
|
2301
|
+
"description": "The AG Boolean Renderer element.",
|
|
2302
|
+
"name": "BooleanRenderer",
|
|
2428
2303
|
"members": [
|
|
2429
2304
|
{
|
|
2430
2305
|
"kind": "field",
|
|
2431
2306
|
"name": "params",
|
|
2432
2307
|
"type": {
|
|
2433
|
-
"text": "
|
|
2434
|
-
},
|
|
2435
|
-
"privacy": "public"
|
|
2436
|
-
},
|
|
2437
|
-
{
|
|
2438
|
-
"kind": "field",
|
|
2439
|
-
"name": "value",
|
|
2440
|
-
"type": {
|
|
2441
|
-
"text": "number"
|
|
2442
|
-
},
|
|
2443
|
-
"privacy": "public"
|
|
2444
|
-
},
|
|
2445
|
-
{
|
|
2446
|
-
"kind": "field",
|
|
2447
|
-
"name": "actualWidth",
|
|
2448
|
-
"type": {
|
|
2449
|
-
"text": "number"
|
|
2308
|
+
"text": "ICellRendererParams"
|
|
2450
2309
|
},
|
|
2451
2310
|
"privacy": "public"
|
|
2452
2311
|
},
|
|
2453
2312
|
{
|
|
2454
2313
|
"kind": "field",
|
|
2455
|
-
"name": "
|
|
2314
|
+
"name": "selected",
|
|
2456
2315
|
"type": {
|
|
2457
|
-
"text": "
|
|
2458
|
-
}
|
|
2459
|
-
"privacy": "public"
|
|
2316
|
+
"text": "boolean"
|
|
2317
|
+
}
|
|
2460
2318
|
},
|
|
2461
2319
|
{
|
|
2462
2320
|
"kind": "method",
|
|
@@ -2466,11 +2324,21 @@
|
|
|
2466
2324
|
{
|
|
2467
2325
|
"name": "params",
|
|
2468
2326
|
"type": {
|
|
2469
|
-
"text": "
|
|
2327
|
+
"text": "ICellRendererParams"
|
|
2470
2328
|
}
|
|
2471
2329
|
}
|
|
2472
2330
|
]
|
|
2473
2331
|
},
|
|
2332
|
+
{
|
|
2333
|
+
"kind": "method",
|
|
2334
|
+
"name": "changeHandler",
|
|
2335
|
+
"privacy": "public",
|
|
2336
|
+
"parameters": [
|
|
2337
|
+
{
|
|
2338
|
+
"name": "e"
|
|
2339
|
+
}
|
|
2340
|
+
]
|
|
2341
|
+
},
|
|
2474
2342
|
{
|
|
2475
2343
|
"kind": "method",
|
|
2476
2344
|
"name": "getGui",
|
|
@@ -2481,20 +2349,20 @@
|
|
|
2481
2349
|
}
|
|
2482
2350
|
}
|
|
2483
2351
|
},
|
|
2352
|
+
{
|
|
2353
|
+
"kind": "method",
|
|
2354
|
+
"name": "destroy",
|
|
2355
|
+
"privacy": "public"
|
|
2356
|
+
},
|
|
2484
2357
|
{
|
|
2485
2358
|
"kind": "method",
|
|
2486
2359
|
"name": "refresh",
|
|
2487
2360
|
"privacy": "public",
|
|
2488
|
-
"return": {
|
|
2489
|
-
"type": {
|
|
2490
|
-
"text": "boolean"
|
|
2491
|
-
}
|
|
2492
|
-
},
|
|
2493
2361
|
"parameters": [
|
|
2494
2362
|
{
|
|
2495
2363
|
"name": "params",
|
|
2496
2364
|
"type": {
|
|
2497
|
-
"text": "
|
|
2365
|
+
"text": "ICellRendererParams"
|
|
2498
2366
|
}
|
|
2499
2367
|
}
|
|
2500
2368
|
]
|
|
@@ -2503,28 +2371,6 @@
|
|
|
2503
2371
|
"kind": "method",
|
|
2504
2372
|
"name": "getValue"
|
|
2505
2373
|
},
|
|
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
|
-
},
|
|
2528
2374
|
{
|
|
2529
2375
|
"kind": "method",
|
|
2530
2376
|
"name": "isCancelBeforeStart"
|
|
@@ -2645,19 +2491,19 @@
|
|
|
2645
2491
|
"name": "FoundationElement",
|
|
2646
2492
|
"package": "@microsoft/fast-foundation"
|
|
2647
2493
|
},
|
|
2648
|
-
"tagName": "%%prefix%%-
|
|
2494
|
+
"tagName": "%%prefix%%-boolean-renderer",
|
|
2649
2495
|
"customElement": true
|
|
2650
2496
|
},
|
|
2651
2497
|
{
|
|
2652
2498
|
"kind": "variable",
|
|
2653
|
-
"name": "
|
|
2654
|
-
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
2655
|
-
"description": "The AG
|
|
2499
|
+
"name": "agBooleanRendererStyles",
|
|
2500
|
+
"default": "css`\n :host {\n align-center: center;\n display: flex;\n height: 100%;\n }\n`",
|
|
2501
|
+
"description": "The AG Boolean Renderer Styles.",
|
|
2656
2502
|
"privacy": "public"
|
|
2657
2503
|
},
|
|
2658
2504
|
{
|
|
2659
2505
|
"kind": "function",
|
|
2660
|
-
"name": "
|
|
2506
|
+
"name": "getAgBooleanRendererTemplate",
|
|
2661
2507
|
"parameters": [
|
|
2662
2508
|
{
|
|
2663
2509
|
"name": "designSystem",
|
|
@@ -2665,7 +2511,7 @@
|
|
|
2665
2511
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
2666
2512
|
}
|
|
2667
2513
|
],
|
|
2668
|
-
"description": "Get a Design System prefixed
|
|
2514
|
+
"description": "Get a Design System prefixed Checkbox template.",
|
|
2669
2515
|
"return": {
|
|
2670
2516
|
"type": {
|
|
2671
2517
|
"text": ""
|
|
@@ -2675,85 +2521,61 @@
|
|
|
2675
2521
|
},
|
|
2676
2522
|
{
|
|
2677
2523
|
"kind": "variable",
|
|
2678
|
-
"name": "
|
|
2524
|
+
"name": "foundationAgBooleanRenderer",
|
|
2525
|
+
"description": "A function that returns a Foundation Boolean Renderer registration for configuring the component with a DesignSystem.",
|
|
2679
2526
|
"privacy": "public"
|
|
2680
2527
|
}
|
|
2681
2528
|
],
|
|
2682
2529
|
"exports": [
|
|
2683
2530
|
{
|
|
2684
2531
|
"kind": "js",
|
|
2685
|
-
"name": "
|
|
2532
|
+
"name": "BooleanRenderer",
|
|
2686
2533
|
"declaration": {
|
|
2687
|
-
"name": "
|
|
2688
|
-
"module": "src/cell-
|
|
2534
|
+
"name": "BooleanRenderer",
|
|
2535
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
2689
2536
|
}
|
|
2690
2537
|
},
|
|
2691
2538
|
{
|
|
2692
2539
|
"kind": "js",
|
|
2693
|
-
"name": "
|
|
2540
|
+
"name": "agBooleanRendererStyles",
|
|
2694
2541
|
"declaration": {
|
|
2695
|
-
"name": "
|
|
2696
|
-
"module": "src/cell-
|
|
2542
|
+
"name": "agBooleanRendererStyles",
|
|
2543
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
2697
2544
|
}
|
|
2698
2545
|
},
|
|
2699
2546
|
{
|
|
2700
2547
|
"kind": "js",
|
|
2701
|
-
"name": "
|
|
2548
|
+
"name": "getAgBooleanRendererTemplate",
|
|
2702
2549
|
"declaration": {
|
|
2703
|
-
"name": "
|
|
2704
|
-
"module": "src/cell-
|
|
2550
|
+
"name": "getAgBooleanRendererTemplate",
|
|
2551
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
2705
2552
|
}
|
|
2706
2553
|
},
|
|
2707
2554
|
{
|
|
2708
2555
|
"kind": "js",
|
|
2709
|
-
"name": "
|
|
2556
|
+
"name": "foundationAgBooleanRenderer",
|
|
2710
2557
|
"declaration": {
|
|
2711
|
-
"name": "
|
|
2712
|
-
"module": "src/cell-
|
|
2558
|
+
"name": "foundationAgBooleanRenderer",
|
|
2559
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
2713
2560
|
}
|
|
2714
2561
|
}
|
|
2715
2562
|
]
|
|
2716
2563
|
},
|
|
2717
2564
|
{
|
|
2718
2565
|
"kind": "javascript-module",
|
|
2719
|
-
"path": "src/cell-
|
|
2566
|
+
"path": "src/cell-renderers/editable.renderer.ts",
|
|
2720
2567
|
"declarations": [
|
|
2721
2568
|
{
|
|
2722
2569
|
"kind": "class",
|
|
2723
|
-
"description": "The AG
|
|
2724
|
-
"name": "
|
|
2570
|
+
"description": "The AG Editable Renderer element.",
|
|
2571
|
+
"name": "EditableRenderer",
|
|
2725
2572
|
"members": [
|
|
2726
2573
|
{
|
|
2727
2574
|
"kind": "field",
|
|
2728
|
-
"name": "
|
|
2729
|
-
"type": {
|
|
2730
|
-
"text": "SelectEditorParams"
|
|
2731
|
-
},
|
|
2732
|
-
"privacy": "public"
|
|
2733
|
-
},
|
|
2734
|
-
{
|
|
2735
|
-
"kind": "field",
|
|
2736
|
-
"name": "value",
|
|
2575
|
+
"name": "valueFormatted",
|
|
2737
2576
|
"type": {
|
|
2738
2577
|
"text": "string"
|
|
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"
|
|
2578
|
+
}
|
|
2757
2579
|
},
|
|
2758
2580
|
{
|
|
2759
2581
|
"kind": "method",
|
|
@@ -2763,7 +2585,7 @@
|
|
|
2763
2585
|
{
|
|
2764
2586
|
"name": "params",
|
|
2765
2587
|
"type": {
|
|
2766
|
-
"text": "
|
|
2588
|
+
"text": "ICellRendererParams"
|
|
2767
2589
|
}
|
|
2768
2590
|
}
|
|
2769
2591
|
]
|
|
@@ -2782,50 +2604,15 @@
|
|
|
2782
2604
|
"kind": "method",
|
|
2783
2605
|
"name": "refresh",
|
|
2784
2606
|
"privacy": "public",
|
|
2785
|
-
"return": {
|
|
2786
|
-
"type": {
|
|
2787
|
-
"text": "boolean"
|
|
2788
|
-
}
|
|
2789
|
-
},
|
|
2790
2607
|
"parameters": [
|
|
2791
2608
|
{
|
|
2792
2609
|
"name": "params",
|
|
2793
2610
|
"type": {
|
|
2794
|
-
"text": "
|
|
2611
|
+
"text": "ICellRendererParams"
|
|
2795
2612
|
}
|
|
2796
2613
|
}
|
|
2797
2614
|
]
|
|
2798
2615
|
},
|
|
2799
|
-
{
|
|
2800
|
-
"kind": "method",
|
|
2801
|
-
"name": "getValue"
|
|
2802
|
-
},
|
|
2803
|
-
{
|
|
2804
|
-
"kind": "method",
|
|
2805
|
-
"name": "isPopup",
|
|
2806
|
-
"return": {
|
|
2807
|
-
"type": {
|
|
2808
|
-
"text": "boolean"
|
|
2809
|
-
}
|
|
2810
|
-
}
|
|
2811
|
-
},
|
|
2812
|
-
{
|
|
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
2616
|
{
|
|
2830
2617
|
"kind": "field",
|
|
2831
2618
|
"name": "_presentation",
|
|
@@ -2942,19 +2729,19 @@
|
|
|
2942
2729
|
"name": "FoundationElement",
|
|
2943
2730
|
"package": "@microsoft/fast-foundation"
|
|
2944
2731
|
},
|
|
2945
|
-
"tagName": "%%prefix%%-
|
|
2732
|
+
"tagName": "%%prefix%%-editable-renderer",
|
|
2946
2733
|
"customElement": true
|
|
2947
2734
|
},
|
|
2948
2735
|
{
|
|
2949
2736
|
"kind": "variable",
|
|
2950
|
-
"name": "
|
|
2951
|
-
"default": "css
|
|
2952
|
-
"description": "The AG
|
|
2737
|
+
"name": "agEditableRendererStyles",
|
|
2738
|
+
"default": "css`\n :host {\n display: flex;\n justify-content: space-between;\n align-items: center;\n }\n`",
|
|
2739
|
+
"description": "The AG Editable Renderer Styles.",
|
|
2953
2740
|
"privacy": "public"
|
|
2954
2741
|
},
|
|
2955
2742
|
{
|
|
2956
2743
|
"kind": "function",
|
|
2957
|
-
"name": "
|
|
2744
|
+
"name": "getAgEditableRendererTemplate",
|
|
2958
2745
|
"parameters": [
|
|
2959
2746
|
{
|
|
2960
2747
|
"name": "designSystem",
|
|
@@ -2962,7 +2749,7 @@
|
|
|
2962
2749
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
2963
2750
|
}
|
|
2964
2751
|
],
|
|
2965
|
-
"description": "Get a Design System prefixed
|
|
2752
|
+
"description": "Get a Design System prefixed Checkbox template.",
|
|
2966
2753
|
"return": {
|
|
2967
2754
|
"type": {
|
|
2968
2755
|
"text": ""
|
|
@@ -2972,59 +2759,123 @@
|
|
|
2972
2759
|
},
|
|
2973
2760
|
{
|
|
2974
2761
|
"kind": "variable",
|
|
2975
|
-
"name": "
|
|
2762
|
+
"name": "foundationAgEditableRenderer",
|
|
2763
|
+
"description": "A function that returns a Foundation Editable Renderer registration for configuring the component with a DesignSystem.",
|
|
2976
2764
|
"privacy": "public"
|
|
2977
2765
|
}
|
|
2978
2766
|
],
|
|
2979
2767
|
"exports": [
|
|
2980
2768
|
{
|
|
2981
2769
|
"kind": "js",
|
|
2982
|
-
"name": "
|
|
2770
|
+
"name": "EditableRenderer",
|
|
2983
2771
|
"declaration": {
|
|
2984
|
-
"name": "
|
|
2985
|
-
"module": "src/cell-
|
|
2772
|
+
"name": "EditableRenderer",
|
|
2773
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
2986
2774
|
}
|
|
2987
2775
|
},
|
|
2988
2776
|
{
|
|
2989
2777
|
"kind": "js",
|
|
2990
|
-
"name": "
|
|
2778
|
+
"name": "agEditableRendererStyles",
|
|
2991
2779
|
"declaration": {
|
|
2992
|
-
"name": "
|
|
2993
|
-
"module": "src/cell-
|
|
2780
|
+
"name": "agEditableRendererStyles",
|
|
2781
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
2994
2782
|
}
|
|
2995
2783
|
},
|
|
2996
2784
|
{
|
|
2997
2785
|
"kind": "js",
|
|
2998
|
-
"name": "
|
|
2786
|
+
"name": "getAgEditableRendererTemplate",
|
|
2999
2787
|
"declaration": {
|
|
3000
|
-
"name": "
|
|
3001
|
-
"module": "src/cell-
|
|
2788
|
+
"name": "getAgEditableRendererTemplate",
|
|
2789
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
3002
2790
|
}
|
|
3003
2791
|
},
|
|
3004
2792
|
{
|
|
3005
2793
|
"kind": "js",
|
|
3006
|
-
"name": "
|
|
2794
|
+
"name": "foundationAgEditableRenderer",
|
|
3007
2795
|
"declaration": {
|
|
3008
|
-
"name": "
|
|
3009
|
-
"module": "src/cell-
|
|
2796
|
+
"name": "foundationAgEditableRenderer",
|
|
2797
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
3010
2798
|
}
|
|
3011
2799
|
}
|
|
3012
2800
|
]
|
|
3013
2801
|
},
|
|
3014
2802
|
{
|
|
3015
2803
|
"kind": "javascript-module",
|
|
3016
|
-
"path": "src/cell-
|
|
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": "*",
|
|
2834
|
+
"declaration": {
|
|
2835
|
+
"name": "*",
|
|
2836
|
+
"package": "./editable.renderer"
|
|
2837
|
+
}
|
|
2838
|
+
},
|
|
2839
|
+
{
|
|
2840
|
+
"kind": "js",
|
|
2841
|
+
"name": "*",
|
|
2842
|
+
"declaration": {
|
|
2843
|
+
"name": "*",
|
|
2844
|
+
"package": "./text.renderer"
|
|
2845
|
+
}
|
|
2846
|
+
},
|
|
2847
|
+
{
|
|
2848
|
+
"kind": "js",
|
|
2849
|
+
"name": "*",
|
|
2850
|
+
"declaration": {
|
|
2851
|
+
"name": "*",
|
|
2852
|
+
"package": "./text-field.renderer"
|
|
2853
|
+
}
|
|
2854
|
+
},
|
|
2855
|
+
{
|
|
2856
|
+
"kind": "js",
|
|
2857
|
+
"name": "*",
|
|
2858
|
+
"declaration": {
|
|
2859
|
+
"name": "*",
|
|
2860
|
+
"package": "./select.renderer"
|
|
2861
|
+
}
|
|
2862
|
+
}
|
|
2863
|
+
]
|
|
2864
|
+
},
|
|
2865
|
+
{
|
|
2866
|
+
"kind": "javascript-module",
|
|
2867
|
+
"path": "src/cell-renderers/select.renderer.ts",
|
|
3017
2868
|
"declarations": [
|
|
3018
2869
|
{
|
|
3019
2870
|
"kind": "class",
|
|
3020
|
-
"description": "The AG
|
|
3021
|
-
"name": "
|
|
2871
|
+
"description": "The AG Select Renderer element.",
|
|
2872
|
+
"name": "SelectRenderer",
|
|
3022
2873
|
"members": [
|
|
3023
2874
|
{
|
|
3024
2875
|
"kind": "field",
|
|
3025
2876
|
"name": "params",
|
|
3026
2877
|
"type": {
|
|
3027
|
-
"text": "
|
|
2878
|
+
"text": "SelectCellRendererParams"
|
|
3028
2879
|
},
|
|
3029
2880
|
"privacy": "public"
|
|
3030
2881
|
},
|
|
@@ -3036,22 +2887,6 @@
|
|
|
3036
2887
|
},
|
|
3037
2888
|
"privacy": "public"
|
|
3038
2889
|
},
|
|
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
|
-
},
|
|
3055
2890
|
{
|
|
3056
2891
|
"kind": "method",
|
|
3057
2892
|
"name": "init",
|
|
@@ -3060,7 +2895,7 @@
|
|
|
3060
2895
|
{
|
|
3061
2896
|
"name": "params",
|
|
3062
2897
|
"type": {
|
|
3063
|
-
"text": "
|
|
2898
|
+
"text": "SelectCellRendererParams"
|
|
3064
2899
|
}
|
|
3065
2900
|
}
|
|
3066
2901
|
]
|
|
@@ -3077,51 +2912,36 @@
|
|
|
3077
2912
|
},
|
|
3078
2913
|
{
|
|
3079
2914
|
"kind": "method",
|
|
3080
|
-
"name": "
|
|
2915
|
+
"name": "destroy",
|
|
3081
2916
|
"privacy": "public",
|
|
3082
2917
|
"return": {
|
|
3083
2918
|
"type": {
|
|
3084
|
-
"text": "
|
|
3085
|
-
}
|
|
3086
|
-
},
|
|
3087
|
-
"parameters": [
|
|
3088
|
-
{
|
|
3089
|
-
"name": "params",
|
|
3090
|
-
"type": {
|
|
3091
|
-
"text": "StringEditorParams"
|
|
3092
|
-
}
|
|
2919
|
+
"text": "void"
|
|
3093
2920
|
}
|
|
3094
|
-
|
|
3095
|
-
},
|
|
3096
|
-
{
|
|
3097
|
-
"kind": "method",
|
|
3098
|
-
"name": "getValue"
|
|
2921
|
+
}
|
|
3099
2922
|
},
|
|
3100
2923
|
{
|
|
3101
2924
|
"kind": "method",
|
|
3102
|
-
"name": "
|
|
2925
|
+
"name": "refresh",
|
|
2926
|
+
"privacy": "public",
|
|
3103
2927
|
"return": {
|
|
3104
2928
|
"type": {
|
|
3105
2929
|
"text": "boolean"
|
|
3106
2930
|
}
|
|
3107
|
-
}
|
|
3108
|
-
},
|
|
3109
|
-
{
|
|
3110
|
-
"kind": "method",
|
|
3111
|
-
"name": "afterGuiAttached"
|
|
3112
|
-
},
|
|
3113
|
-
{
|
|
3114
|
-
"kind": "method",
|
|
3115
|
-
"name": "changeHandler",
|
|
2931
|
+
},
|
|
3116
2932
|
"parameters": [
|
|
3117
2933
|
{
|
|
3118
|
-
"name": "
|
|
2934
|
+
"name": "params",
|
|
2935
|
+
"type": {
|
|
2936
|
+
"text": "SelectCellRendererParams"
|
|
2937
|
+
}
|
|
3119
2938
|
}
|
|
3120
2939
|
]
|
|
3121
2940
|
},
|
|
3122
2941
|
{
|
|
3123
|
-
"kind": "
|
|
3124
|
-
"name": "
|
|
2942
|
+
"kind": "field",
|
|
2943
|
+
"name": "selectionChanged",
|
|
2944
|
+
"privacy": "public"
|
|
3125
2945
|
},
|
|
3126
2946
|
{
|
|
3127
2947
|
"kind": "field",
|
|
@@ -3239,27 +3059,30 @@
|
|
|
3239
3059
|
"name": "FoundationElement",
|
|
3240
3060
|
"package": "@microsoft/fast-foundation"
|
|
3241
3061
|
},
|
|
3242
|
-
"tagName": "%%prefix%%-
|
|
3062
|
+
"tagName": "%%prefix%%-select-renderer",
|
|
3243
3063
|
"customElement": true
|
|
3244
3064
|
},
|
|
3245
3065
|
{
|
|
3246
3066
|
"kind": "variable",
|
|
3247
|
-
"name": "
|
|
3248
|
-
"default": "css`\n :host {\n
|
|
3249
|
-
"description": "The AG
|
|
3067
|
+
"name": "agSelectRendererStyles",
|
|
3068
|
+
"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`",
|
|
3069
|
+
"description": "The AG Select Renderer Styles.",
|
|
3250
3070
|
"privacy": "public"
|
|
3251
3071
|
},
|
|
3252
3072
|
{
|
|
3253
3073
|
"kind": "function",
|
|
3254
|
-
"name": "
|
|
3074
|
+
"name": "getSelectRendererTemplate",
|
|
3255
3075
|
"parameters": [
|
|
3256
3076
|
{
|
|
3257
3077
|
"name": "designSystem",
|
|
3258
3078
|
"default": "'foundation'",
|
|
3079
|
+
"type": {
|
|
3080
|
+
"text": "string"
|
|
3081
|
+
},
|
|
3259
3082
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
3260
3083
|
}
|
|
3261
3084
|
],
|
|
3262
|
-
"description": "Get a Design System prefixed
|
|
3085
|
+
"description": "Get a Design System prefixed Select template.",
|
|
3263
3086
|
"return": {
|
|
3264
3087
|
"type": {
|
|
3265
3088
|
"text": ""
|
|
@@ -3269,67 +3092,76 @@
|
|
|
3269
3092
|
},
|
|
3270
3093
|
{
|
|
3271
3094
|
"kind": "variable",
|
|
3272
|
-
"name": "
|
|
3095
|
+
"name": "foundationAgSelectRenderer",
|
|
3096
|
+
"description": "A function that returns a Foundation Select Renderer registration for configuring the component with a DesignSystem.",
|
|
3273
3097
|
"privacy": "public"
|
|
3274
3098
|
}
|
|
3275
3099
|
],
|
|
3276
3100
|
"exports": [
|
|
3277
3101
|
{
|
|
3278
3102
|
"kind": "js",
|
|
3279
|
-
"name": "
|
|
3103
|
+
"name": "SelectRenderer",
|
|
3280
3104
|
"declaration": {
|
|
3281
|
-
"name": "
|
|
3282
|
-
"module": "src/cell-
|
|
3105
|
+
"name": "SelectRenderer",
|
|
3106
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
3283
3107
|
}
|
|
3284
3108
|
},
|
|
3285
3109
|
{
|
|
3286
3110
|
"kind": "js",
|
|
3287
|
-
"name": "
|
|
3111
|
+
"name": "agSelectRendererStyles",
|
|
3288
3112
|
"declaration": {
|
|
3289
|
-
"name": "
|
|
3290
|
-
"module": "src/cell-
|
|
3113
|
+
"name": "agSelectRendererStyles",
|
|
3114
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
3291
3115
|
}
|
|
3292
3116
|
},
|
|
3293
3117
|
{
|
|
3294
3118
|
"kind": "js",
|
|
3295
|
-
"name": "
|
|
3119
|
+
"name": "getSelectRendererTemplate",
|
|
3296
3120
|
"declaration": {
|
|
3297
|
-
"name": "
|
|
3298
|
-
"module": "src/cell-
|
|
3121
|
+
"name": "getSelectRendererTemplate",
|
|
3122
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
3299
3123
|
}
|
|
3300
3124
|
},
|
|
3301
3125
|
{
|
|
3302
3126
|
"kind": "js",
|
|
3303
|
-
"name": "
|
|
3127
|
+
"name": "foundationAgSelectRenderer",
|
|
3304
3128
|
"declaration": {
|
|
3305
|
-
"name": "
|
|
3306
|
-
"module": "src/cell-
|
|
3129
|
+
"name": "foundationAgSelectRenderer",
|
|
3130
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
3307
3131
|
}
|
|
3308
3132
|
}
|
|
3309
3133
|
]
|
|
3310
3134
|
},
|
|
3311
3135
|
{
|
|
3312
3136
|
"kind": "javascript-module",
|
|
3313
|
-
"path": "src/cell-renderers/
|
|
3137
|
+
"path": "src/cell-renderers/text-field.renderer.ts",
|
|
3314
3138
|
"declarations": [
|
|
3315
3139
|
{
|
|
3316
3140
|
"kind": "class",
|
|
3317
|
-
"description": "The AG
|
|
3318
|
-
"name": "
|
|
3141
|
+
"description": "The AG Text Field Renderer element.",
|
|
3142
|
+
"name": "AgTextFieldRenderer",
|
|
3319
3143
|
"members": [
|
|
3320
3144
|
{
|
|
3321
3145
|
"kind": "field",
|
|
3322
|
-
"name": "
|
|
3146
|
+
"name": "textField",
|
|
3323
3147
|
"type": {
|
|
3324
|
-
"text": "
|
|
3148
|
+
"text": "TextField"
|
|
3325
3149
|
},
|
|
3326
3150
|
"privacy": "public"
|
|
3327
3151
|
},
|
|
3328
3152
|
{
|
|
3329
3153
|
"kind": "field",
|
|
3330
|
-
"name": "
|
|
3154
|
+
"name": "textValue",
|
|
3331
3155
|
"type": {
|
|
3332
|
-
"text": "
|
|
3156
|
+
"text": "string"
|
|
3157
|
+
},
|
|
3158
|
+
"default": "''"
|
|
3159
|
+
},
|
|
3160
|
+
{
|
|
3161
|
+
"kind": "field",
|
|
3162
|
+
"name": "params",
|
|
3163
|
+
"type": {
|
|
3164
|
+
"text": "FuiCellRendererParams"
|
|
3333
3165
|
},
|
|
3334
3166
|
"privacy": "public"
|
|
3335
3167
|
},
|
|
@@ -3341,7 +3173,7 @@
|
|
|
3341
3173
|
{
|
|
3342
3174
|
"name": "params",
|
|
3343
3175
|
"type": {
|
|
3344
|
-
"text": "
|
|
3176
|
+
"text": "FuiCellRendererParams"
|
|
3345
3177
|
}
|
|
3346
3178
|
}
|
|
3347
3179
|
]
|
|
@@ -3356,6 +3188,11 @@
|
|
|
3356
3188
|
}
|
|
3357
3189
|
}
|
|
3358
3190
|
},
|
|
3191
|
+
{
|
|
3192
|
+
"kind": "method",
|
|
3193
|
+
"name": "destroy",
|
|
3194
|
+
"privacy": "public"
|
|
3195
|
+
},
|
|
3359
3196
|
{
|
|
3360
3197
|
"kind": "method",
|
|
3361
3198
|
"name": "refresh",
|
|
@@ -3364,35 +3201,22 @@
|
|
|
3364
3201
|
{
|
|
3365
3202
|
"name": "params",
|
|
3366
3203
|
"type": {
|
|
3367
|
-
"text": "
|
|
3204
|
+
"text": "FuiCellRendererParams"
|
|
3368
3205
|
}
|
|
3369
3206
|
}
|
|
3370
|
-
]
|
|
3371
|
-
},
|
|
3372
|
-
{
|
|
3373
|
-
"kind": "method",
|
|
3374
|
-
"name": "isDisabled",
|
|
3375
|
-
"privacy": "public",
|
|
3376
|
-
"return": {
|
|
3377
|
-
"type": {
|
|
3378
|
-
"text": "boolean"
|
|
3379
|
-
}
|
|
3380
|
-
},
|
|
3381
|
-
"parameters": [
|
|
3382
|
-
{
|
|
3383
|
-
"name": "data"
|
|
3384
|
-
}
|
|
3385
|
-
]
|
|
3386
|
-
},
|
|
3387
|
-
{
|
|
3388
|
-
"kind": "method",
|
|
3389
|
-
"name": "clickHandler",
|
|
3390
|
-
"privacy": "public"
|
|
3207
|
+
]
|
|
3391
3208
|
},
|
|
3392
3209
|
{
|
|
3393
3210
|
"kind": "field",
|
|
3394
|
-
"name": "
|
|
3395
|
-
"
|
|
3211
|
+
"name": "textChanged",
|
|
3212
|
+
"privacy": "public",
|
|
3213
|
+
"description": "On text change handler",
|
|
3214
|
+
"parameters": [
|
|
3215
|
+
{
|
|
3216
|
+
"description": "CustomEvent",
|
|
3217
|
+
"name": "e"
|
|
3218
|
+
}
|
|
3219
|
+
]
|
|
3396
3220
|
},
|
|
3397
3221
|
{
|
|
3398
3222
|
"kind": "field",
|
|
@@ -3510,80 +3334,127 @@
|
|
|
3510
3334
|
"name": "FoundationElement",
|
|
3511
3335
|
"package": "@microsoft/fast-foundation"
|
|
3512
3336
|
},
|
|
3513
|
-
"tagName": "%%prefix%%-grid-
|
|
3337
|
+
"tagName": "%%prefix%%-grid-text-field-renderer",
|
|
3514
3338
|
"customElement": true
|
|
3515
3339
|
},
|
|
3516
3340
|
{
|
|
3517
3341
|
"kind": "variable",
|
|
3518
|
-
"name": "
|
|
3519
|
-
"
|
|
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.",
|
|
3520
3345
|
"privacy": "public"
|
|
3521
3346
|
},
|
|
3522
3347
|
{
|
|
3523
|
-
"kind": "
|
|
3524
|
-
"name": "
|
|
3525
|
-
"
|
|
3526
|
-
|
|
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
|
+
},
|
|
3527
3363
|
"privacy": "public"
|
|
3528
3364
|
},
|
|
3529
3365
|
{
|
|
3530
3366
|
"kind": "variable",
|
|
3531
|
-
"name": "
|
|
3532
|
-
"description": "A function that returns a Foundation
|
|
3367
|
+
"name": "foundationAgTextFieldRenderer",
|
|
3368
|
+
"description": "A function that returns a Foundation Text Field Renderer registration for configuring the component with a DesignSystem.",
|
|
3533
3369
|
"privacy": "public"
|
|
3534
3370
|
}
|
|
3535
3371
|
],
|
|
3536
3372
|
"exports": [
|
|
3537
3373
|
{
|
|
3538
3374
|
"kind": "js",
|
|
3539
|
-
"name": "
|
|
3375
|
+
"name": "AgTextFieldRenderer",
|
|
3540
3376
|
"declaration": {
|
|
3541
|
-
"name": "
|
|
3542
|
-
"module": "src/cell-renderers/
|
|
3377
|
+
"name": "AgTextFieldRenderer",
|
|
3378
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3543
3379
|
}
|
|
3544
3380
|
},
|
|
3545
3381
|
{
|
|
3546
3382
|
"kind": "js",
|
|
3547
|
-
"name": "
|
|
3383
|
+
"name": "textFieldRendererStyles",
|
|
3548
3384
|
"declaration": {
|
|
3549
|
-
"name": "
|
|
3550
|
-
"module": "src/cell-renderers/
|
|
3385
|
+
"name": "textFieldRendererStyles",
|
|
3386
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3551
3387
|
}
|
|
3552
3388
|
},
|
|
3553
3389
|
{
|
|
3554
3390
|
"kind": "js",
|
|
3555
|
-
"name": "
|
|
3391
|
+
"name": "getTextFieldRendererTemplate",
|
|
3556
3392
|
"declaration": {
|
|
3557
|
-
"name": "
|
|
3558
|
-
"module": "src/cell-renderers/
|
|
3393
|
+
"name": "getTextFieldRendererTemplate",
|
|
3394
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3559
3395
|
}
|
|
3560
3396
|
},
|
|
3561
3397
|
{
|
|
3562
3398
|
"kind": "js",
|
|
3563
|
-
"name": "
|
|
3399
|
+
"name": "foundationAgTextFieldRenderer",
|
|
3564
3400
|
"declaration": {
|
|
3565
|
-
"name": "
|
|
3566
|
-
"module": "src/cell-renderers/
|
|
3401
|
+
"name": "foundationAgTextFieldRenderer",
|
|
3402
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3567
3403
|
}
|
|
3568
3404
|
}
|
|
3569
3405
|
]
|
|
3570
3406
|
},
|
|
3571
3407
|
{
|
|
3572
3408
|
"kind": "javascript-module",
|
|
3573
|
-
"path": "src/cell-renderers/
|
|
3409
|
+
"path": "src/cell-renderers/text.renderer.ts",
|
|
3574
3410
|
"declarations": [
|
|
3575
3411
|
{
|
|
3576
3412
|
"kind": "class",
|
|
3577
|
-
"description": "
|
|
3578
|
-
"name": "
|
|
3413
|
+
"description": "",
|
|
3414
|
+
"name": "AgTextRenderer",
|
|
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,
|
|
3579
3422
|
"members": [
|
|
3423
|
+
{
|
|
3424
|
+
"kind": "field",
|
|
3425
|
+
"name": "textField",
|
|
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",
|
|
3438
|
+
"type": {
|
|
3439
|
+
"text": "string"
|
|
3440
|
+
},
|
|
3441
|
+
"default": "''",
|
|
3442
|
+
"inheritedFrom": {
|
|
3443
|
+
"name": "AgTextFieldRenderer",
|
|
3444
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3445
|
+
}
|
|
3446
|
+
},
|
|
3580
3447
|
{
|
|
3581
3448
|
"kind": "field",
|
|
3582
3449
|
"name": "params",
|
|
3583
3450
|
"type": {
|
|
3584
|
-
"text": "
|
|
3451
|
+
"text": "FuiCellRendererParams"
|
|
3585
3452
|
},
|
|
3586
|
-
"privacy": "public"
|
|
3453
|
+
"privacy": "public",
|
|
3454
|
+
"inheritedFrom": {
|
|
3455
|
+
"name": "AgTextFieldRenderer",
|
|
3456
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3457
|
+
}
|
|
3587
3458
|
},
|
|
3588
3459
|
{
|
|
3589
3460
|
"kind": "method",
|
|
@@ -3593,10 +3464,14 @@
|
|
|
3593
3464
|
{
|
|
3594
3465
|
"name": "params",
|
|
3595
3466
|
"type": {
|
|
3596
|
-
"text": "
|
|
3467
|
+
"text": "FuiCellRendererParams"
|
|
3597
3468
|
}
|
|
3598
3469
|
}
|
|
3599
|
-
]
|
|
3470
|
+
],
|
|
3471
|
+
"inheritedFrom": {
|
|
3472
|
+
"name": "AgTextFieldRenderer",
|
|
3473
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3474
|
+
}
|
|
3600
3475
|
},
|
|
3601
3476
|
{
|
|
3602
3477
|
"kind": "method",
|
|
@@ -3606,6 +3481,19 @@
|
|
|
3606
3481
|
"type": {
|
|
3607
3482
|
"text": "HTMLElement"
|
|
3608
3483
|
}
|
|
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"
|
|
3609
3497
|
}
|
|
3610
3498
|
},
|
|
3611
3499
|
{
|
|
@@ -3616,10 +3504,30 @@
|
|
|
3616
3504
|
{
|
|
3617
3505
|
"name": "params",
|
|
3618
3506
|
"type": {
|
|
3619
|
-
"text": "
|
|
3507
|
+
"text": "FuiCellRendererParams"
|
|
3620
3508
|
}
|
|
3621
3509
|
}
|
|
3622
|
-
]
|
|
3510
|
+
],
|
|
3511
|
+
"inheritedFrom": {
|
|
3512
|
+
"name": "AgTextFieldRenderer",
|
|
3513
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3514
|
+
}
|
|
3515
|
+
},
|
|
3516
|
+
{
|
|
3517
|
+
"kind": "field",
|
|
3518
|
+
"name": "textChanged",
|
|
3519
|
+
"privacy": "public",
|
|
3520
|
+
"description": "On text change handler",
|
|
3521
|
+
"parameters": [
|
|
3522
|
+
{
|
|
3523
|
+
"description": "CustomEvent",
|
|
3524
|
+
"name": "e"
|
|
3525
|
+
}
|
|
3526
|
+
],
|
|
3527
|
+
"inheritedFrom": {
|
|
3528
|
+
"name": "AgTextFieldRenderer",
|
|
3529
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3530
|
+
}
|
|
3623
3531
|
},
|
|
3624
3532
|
{
|
|
3625
3533
|
"kind": "field",
|
|
@@ -3732,122 +3640,116 @@
|
|
|
3732
3640
|
"module": "src/foundation-element/foundation-element.ts"
|
|
3733
3641
|
}
|
|
3734
3642
|
}
|
|
3735
|
-
]
|
|
3736
|
-
"superclass": {
|
|
3737
|
-
"name": "FoundationElement",
|
|
3738
|
-
"package": "@microsoft/fast-foundation"
|
|
3739
|
-
},
|
|
3740
|
-
"tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
|
|
3741
|
-
"customElement": true
|
|
3643
|
+
]
|
|
3742
3644
|
},
|
|
3743
3645
|
{
|
|
3744
3646
|
"kind": "variable",
|
|
3745
|
-
"name": "
|
|
3746
|
-
"
|
|
3747
|
-
"privacy": "public"
|
|
3647
|
+
"name": "textRendererStyles",
|
|
3648
|
+
"default": "textFieldRendererStyles",
|
|
3649
|
+
"privacy": "public",
|
|
3650
|
+
"deprecated": "- Use textFieldRendererStyles instead"
|
|
3748
3651
|
},
|
|
3749
3652
|
{
|
|
3750
|
-
"kind": "
|
|
3751
|
-
"name": "
|
|
3752
|
-
"
|
|
3753
|
-
|
|
3754
|
-
|
|
3755
|
-
|
|
3756
|
-
|
|
3757
|
-
"
|
|
3758
|
-
|
|
3759
|
-
|
|
3760
|
-
|
|
3761
|
-
|
|
3762
|
-
},
|
|
3763
|
-
"description": "Array of {@link @genesislcap/foundation-ui#ActionMenuItem}to be displayed in the menu.\n * "
|
|
3764
|
-
},
|
|
3765
|
-
{
|
|
3766
|
-
"name": "overrideDef",
|
|
3767
|
-
"default": "{}",
|
|
3768
|
-
"type": {
|
|
3769
|
-
"text": "ColDef"
|
|
3770
|
-
},
|
|
3771
|
-
"description": "Optional override for the ColDef. Will override any of the default values. Default is an empty object."
|
|
3772
|
-
},
|
|
3773
|
-
{
|
|
3774
|
-
"name": "customActionsOpenerName",
|
|
3775
|
-
"default": "'⋮'",
|
|
3776
|
-
"type": {
|
|
3777
|
-
"text": "string"
|
|
3778
|
-
},
|
|
3779
|
-
"description": "Optional custom name for the button that opens the menu. Default is '⋮'."
|
|
3780
|
-
},
|
|
3781
|
-
{
|
|
3782
|
-
"name": "isVertical",
|
|
3783
|
-
"default": "false",
|
|
3784
|
-
"type": {
|
|
3785
|
-
"text": "boolean"
|
|
3786
|
-
},
|
|
3787
|
-
"description": "Optional flag to display the menu vertically. Default is false (displays the menu horizontally, follow the rowHeight)."
|
|
3788
|
-
},
|
|
3789
|
-
{
|
|
3790
|
-
"name": "buttonAppearance",
|
|
3791
|
-
"optional": true,
|
|
3792
|
-
"type": {
|
|
3793
|
-
"text": "string"
|
|
3794
|
-
},
|
|
3795
|
-
"description": "Optional appearance for the button that opens the menu. Default is 'outline'."
|
|
3796
|
-
}
|
|
3797
|
-
],
|
|
3798
|
-
"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).",
|
|
3799
|
-
"privacy": "public"
|
|
3653
|
+
"kind": "variable",
|
|
3654
|
+
"name": "getTextRendererTemplate",
|
|
3655
|
+
"default": "getTextFieldRendererTemplate",
|
|
3656
|
+
"privacy": "public",
|
|
3657
|
+
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
3658
|
+
},
|
|
3659
|
+
{
|
|
3660
|
+
"kind": "variable",
|
|
3661
|
+
"name": "foundationAgTextRenderer",
|
|
3662
|
+
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
3663
|
+
"privacy": "public",
|
|
3664
|
+
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
3800
3665
|
}
|
|
3801
3666
|
],
|
|
3802
3667
|
"exports": [
|
|
3803
3668
|
{
|
|
3804
3669
|
"kind": "js",
|
|
3805
|
-
"name": "
|
|
3670
|
+
"name": "AgTextRenderer",
|
|
3806
3671
|
"declaration": {
|
|
3807
|
-
"name": "
|
|
3808
|
-
"module": "src/cell-renderers/
|
|
3672
|
+
"name": "AgTextRenderer",
|
|
3673
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
3809
3674
|
}
|
|
3810
3675
|
},
|
|
3811
3676
|
{
|
|
3812
3677
|
"kind": "js",
|
|
3813
|
-
"name": "
|
|
3678
|
+
"name": "textRendererStyles",
|
|
3814
3679
|
"declaration": {
|
|
3815
|
-
"name": "
|
|
3816
|
-
"module": "src/cell-renderers/
|
|
3680
|
+
"name": "textRendererStyles",
|
|
3681
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
3817
3682
|
}
|
|
3818
3683
|
},
|
|
3819
3684
|
{
|
|
3820
3685
|
"kind": "js",
|
|
3821
|
-
"name": "
|
|
3686
|
+
"name": "getTextRendererTemplate",
|
|
3822
3687
|
"declaration": {
|
|
3823
|
-
"name": "
|
|
3824
|
-
"module": "src/cell-renderers/
|
|
3688
|
+
"name": "getTextRendererTemplate",
|
|
3689
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
3690
|
+
}
|
|
3691
|
+
},
|
|
3692
|
+
{
|
|
3693
|
+
"kind": "js",
|
|
3694
|
+
"name": "foundationAgTextRenderer",
|
|
3695
|
+
"declaration": {
|
|
3696
|
+
"name": "foundationAgTextRenderer",
|
|
3697
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
3825
3698
|
}
|
|
3826
3699
|
}
|
|
3827
3700
|
]
|
|
3828
3701
|
},
|
|
3829
3702
|
{
|
|
3830
3703
|
"kind": "javascript-module",
|
|
3831
|
-
"path": "src/cell-
|
|
3704
|
+
"path": "src/cell-editors/date.editor.ts",
|
|
3832
3705
|
"declarations": [
|
|
3833
3706
|
{
|
|
3834
3707
|
"kind": "class",
|
|
3835
|
-
"description": "The AG
|
|
3836
|
-
"name": "
|
|
3708
|
+
"description": "The AG Date Editor element.",
|
|
3709
|
+
"name": "DateEditor",
|
|
3837
3710
|
"members": [
|
|
3838
3711
|
{
|
|
3839
3712
|
"kind": "field",
|
|
3840
|
-
"name": "
|
|
3713
|
+
"name": "value",
|
|
3841
3714
|
"type": {
|
|
3842
|
-
"text": "
|
|
3715
|
+
"text": "number"
|
|
3843
3716
|
},
|
|
3844
3717
|
"privacy": "public"
|
|
3845
3718
|
},
|
|
3846
3719
|
{
|
|
3847
3720
|
"kind": "field",
|
|
3848
|
-
"name": "
|
|
3721
|
+
"name": "actualWidth",
|
|
3849
3722
|
"type": {
|
|
3850
|
-
"text": "
|
|
3723
|
+
"text": "number"
|
|
3724
|
+
},
|
|
3725
|
+
"privacy": "public"
|
|
3726
|
+
},
|
|
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'"
|
|
3851
3753
|
}
|
|
3852
3754
|
},
|
|
3853
3755
|
{
|
|
@@ -3858,21 +3760,11 @@
|
|
|
3858
3760
|
{
|
|
3859
3761
|
"name": "params",
|
|
3860
3762
|
"type": {
|
|
3861
|
-
"text": "
|
|
3763
|
+
"text": "DateEditorParams"
|
|
3862
3764
|
}
|
|
3863
3765
|
}
|
|
3864
3766
|
]
|
|
3865
3767
|
},
|
|
3866
|
-
{
|
|
3867
|
-
"kind": "method",
|
|
3868
|
-
"name": "changeHandler",
|
|
3869
|
-
"privacy": "public",
|
|
3870
|
-
"parameters": [
|
|
3871
|
-
{
|
|
3872
|
-
"name": "e"
|
|
3873
|
-
}
|
|
3874
|
-
]
|
|
3875
|
-
},
|
|
3876
3768
|
{
|
|
3877
3769
|
"kind": "method",
|
|
3878
3770
|
"name": "getGui",
|
|
@@ -3883,20 +3775,20 @@
|
|
|
3883
3775
|
}
|
|
3884
3776
|
}
|
|
3885
3777
|
},
|
|
3886
|
-
{
|
|
3887
|
-
"kind": "method",
|
|
3888
|
-
"name": "destroy",
|
|
3889
|
-
"privacy": "public"
|
|
3890
|
-
},
|
|
3891
3778
|
{
|
|
3892
3779
|
"kind": "method",
|
|
3893
3780
|
"name": "refresh",
|
|
3894
3781
|
"privacy": "public",
|
|
3782
|
+
"return": {
|
|
3783
|
+
"type": {
|
|
3784
|
+
"text": "boolean"
|
|
3785
|
+
}
|
|
3786
|
+
},
|
|
3895
3787
|
"parameters": [
|
|
3896
3788
|
{
|
|
3897
3789
|
"name": "params",
|
|
3898
3790
|
"type": {
|
|
3899
|
-
"text": "
|
|
3791
|
+
"text": "DateEditorParams"
|
|
3900
3792
|
}
|
|
3901
3793
|
}
|
|
3902
3794
|
]
|
|
@@ -3905,6 +3797,28 @@
|
|
|
3905
3797
|
"kind": "method",
|
|
3906
3798
|
"name": "getValue"
|
|
3907
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
|
+
},
|
|
3908
3822
|
{
|
|
3909
3823
|
"kind": "method",
|
|
3910
3824
|
"name": "isCancelBeforeStart"
|
|
@@ -4025,27 +3939,27 @@
|
|
|
4025
3939
|
"name": "FoundationElement",
|
|
4026
3940
|
"package": "@microsoft/fast-foundation"
|
|
4027
3941
|
},
|
|
4028
|
-
"tagName": "%%prefix%%-
|
|
3942
|
+
"tagName": "%%prefix%%-date-editor",
|
|
4029
3943
|
"customElement": true
|
|
4030
3944
|
},
|
|
4031
3945
|
{
|
|
4032
3946
|
"kind": "variable",
|
|
4033
|
-
"name": "
|
|
4034
|
-
"default": "css`\n :host {\n
|
|
4035
|
-
"description": "The AG
|
|
3947
|
+
"name": "agDateEditorStyles",
|
|
3948
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
3949
|
+
"description": "The AG Select Renderer Styles.",
|
|
4036
3950
|
"privacy": "public"
|
|
4037
3951
|
},
|
|
4038
3952
|
{
|
|
4039
3953
|
"kind": "function",
|
|
4040
|
-
"name": "
|
|
3954
|
+
"name": "getDateEditorTemplate",
|
|
4041
3955
|
"parameters": [
|
|
4042
3956
|
{
|
|
4043
|
-
"name": "
|
|
3957
|
+
"name": "prefix",
|
|
4044
3958
|
"default": "'foundation'",
|
|
4045
3959
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4046
3960
|
}
|
|
4047
3961
|
],
|
|
4048
|
-
"description": "Get a Design System prefixed
|
|
3962
|
+
"description": "Get a Design System prefixed Select template.",
|
|
4049
3963
|
"return": {
|
|
4050
3964
|
"type": {
|
|
4051
3965
|
"text": ""
|
|
@@ -4055,61 +3969,116 @@
|
|
|
4055
3969
|
},
|
|
4056
3970
|
{
|
|
4057
3971
|
"kind": "variable",
|
|
4058
|
-
"name": "
|
|
4059
|
-
"description": "A function that returns a Foundation Boolean Renderer registration for configuring the component with a DesignSystem.",
|
|
3972
|
+
"name": "foundationDateEditor",
|
|
4060
3973
|
"privacy": "public"
|
|
4061
3974
|
}
|
|
4062
3975
|
],
|
|
4063
3976
|
"exports": [
|
|
4064
3977
|
{
|
|
4065
3978
|
"kind": "js",
|
|
4066
|
-
"name": "
|
|
3979
|
+
"name": "DateEditor",
|
|
4067
3980
|
"declaration": {
|
|
4068
|
-
"name": "
|
|
4069
|
-
"module": "src/cell-
|
|
3981
|
+
"name": "DateEditor",
|
|
3982
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
4070
3983
|
}
|
|
4071
3984
|
},
|
|
4072
3985
|
{
|
|
4073
3986
|
"kind": "js",
|
|
4074
|
-
"name": "
|
|
3987
|
+
"name": "agDateEditorStyles",
|
|
4075
3988
|
"declaration": {
|
|
4076
|
-
"name": "
|
|
4077
|
-
"module": "src/cell-
|
|
3989
|
+
"name": "agDateEditorStyles",
|
|
3990
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
4078
3991
|
}
|
|
4079
3992
|
},
|
|
4080
3993
|
{
|
|
4081
3994
|
"kind": "js",
|
|
4082
|
-
"name": "
|
|
3995
|
+
"name": "getDateEditorTemplate",
|
|
4083
3996
|
"declaration": {
|
|
4084
|
-
"name": "
|
|
4085
|
-
"module": "src/cell-
|
|
3997
|
+
"name": "getDateEditorTemplate",
|
|
3998
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
4086
3999
|
}
|
|
4087
4000
|
},
|
|
4088
4001
|
{
|
|
4089
4002
|
"kind": "js",
|
|
4090
|
-
"name": "
|
|
4003
|
+
"name": "foundationDateEditor",
|
|
4091
4004
|
"declaration": {
|
|
4092
|
-
"name": "
|
|
4093
|
-
"module": "src/cell-
|
|
4005
|
+
"name": "foundationDateEditor",
|
|
4006
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
4094
4007
|
}
|
|
4095
4008
|
}
|
|
4096
4009
|
]
|
|
4097
4010
|
},
|
|
4098
4011
|
{
|
|
4099
4012
|
"kind": "javascript-module",
|
|
4100
|
-
"path": "src/cell-
|
|
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": "*",
|
|
4035
|
+
"declaration": {
|
|
4036
|
+
"name": "*",
|
|
4037
|
+
"package": "./number.editor"
|
|
4038
|
+
}
|
|
4039
|
+
},
|
|
4040
|
+
{
|
|
4041
|
+
"kind": "js",
|
|
4042
|
+
"name": "*",
|
|
4043
|
+
"declaration": {
|
|
4044
|
+
"name": "*",
|
|
4045
|
+
"package": "./select.editor"
|
|
4046
|
+
}
|
|
4047
|
+
},
|
|
4048
|
+
{
|
|
4049
|
+
"kind": "js",
|
|
4050
|
+
"name": "*",
|
|
4051
|
+
"declaration": {
|
|
4052
|
+
"name": "*",
|
|
4053
|
+
"package": "./string.editor"
|
|
4054
|
+
}
|
|
4055
|
+
}
|
|
4056
|
+
]
|
|
4057
|
+
},
|
|
4058
|
+
{
|
|
4059
|
+
"kind": "javascript-module",
|
|
4060
|
+
"path": "src/cell-editors/multiselect.editor.ts",
|
|
4101
4061
|
"declarations": [
|
|
4102
4062
|
{
|
|
4103
4063
|
"kind": "class",
|
|
4104
|
-
"description": "The AG
|
|
4105
|
-
"name": "
|
|
4064
|
+
"description": "The AG Multiselect Editor element.",
|
|
4065
|
+
"name": "MultiselectEditor",
|
|
4106
4066
|
"members": [
|
|
4107
4067
|
{
|
|
4108
4068
|
"kind": "field",
|
|
4109
|
-
"name": "
|
|
4069
|
+
"name": "params",
|
|
4110
4070
|
"type": {
|
|
4111
|
-
"text": "
|
|
4112
|
-
}
|
|
4071
|
+
"text": "MultiselectEditorParams"
|
|
4072
|
+
},
|
|
4073
|
+
"privacy": "public"
|
|
4074
|
+
},
|
|
4075
|
+
{
|
|
4076
|
+
"kind": "field",
|
|
4077
|
+
"name": "selectedOptions",
|
|
4078
|
+
"type": {
|
|
4079
|
+
"text": "any[]"
|
|
4080
|
+
},
|
|
4081
|
+
"privacy": "public"
|
|
4113
4082
|
},
|
|
4114
4083
|
{
|
|
4115
4084
|
"kind": "method",
|
|
@@ -4119,7 +4088,7 @@
|
|
|
4119
4088
|
{
|
|
4120
4089
|
"name": "params",
|
|
4121
4090
|
"type": {
|
|
4122
|
-
"text": "
|
|
4091
|
+
"text": "MultiselectEditorParams"
|
|
4123
4092
|
}
|
|
4124
4093
|
}
|
|
4125
4094
|
]
|
|
@@ -4134,19 +4103,60 @@
|
|
|
4134
4103
|
}
|
|
4135
4104
|
}
|
|
4136
4105
|
},
|
|
4106
|
+
{
|
|
4107
|
+
"kind": "method",
|
|
4108
|
+
"name": "destroy",
|
|
4109
|
+
"privacy": "public",
|
|
4110
|
+
"return": {
|
|
4111
|
+
"type": {
|
|
4112
|
+
"text": "void"
|
|
4113
|
+
}
|
|
4114
|
+
}
|
|
4115
|
+
},
|
|
4137
4116
|
{
|
|
4138
4117
|
"kind": "method",
|
|
4139
4118
|
"name": "refresh",
|
|
4140
4119
|
"privacy": "public",
|
|
4120
|
+
"return": {
|
|
4121
|
+
"type": {
|
|
4122
|
+
"text": "boolean"
|
|
4123
|
+
}
|
|
4124
|
+
},
|
|
4141
4125
|
"parameters": [
|
|
4142
4126
|
{
|
|
4143
4127
|
"name": "params",
|
|
4144
4128
|
"type": {
|
|
4145
|
-
"text": "
|
|
4129
|
+
"text": "MultiselectEditorParams"
|
|
4146
4130
|
}
|
|
4147
4131
|
}
|
|
4148
4132
|
]
|
|
4149
4133
|
},
|
|
4134
|
+
{
|
|
4135
|
+
"kind": "method",
|
|
4136
|
+
"name": "getValue"
|
|
4137
|
+
},
|
|
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
|
+
{
|
|
4157
|
+
"kind": "method",
|
|
4158
|
+
"name": "isCancelBeforeStart"
|
|
4159
|
+
},
|
|
4150
4160
|
{
|
|
4151
4161
|
"kind": "field",
|
|
4152
4162
|
"name": "_presentation",
|
|
@@ -4263,19 +4273,19 @@
|
|
|
4263
4273
|
"name": "FoundationElement",
|
|
4264
4274
|
"package": "@microsoft/fast-foundation"
|
|
4265
4275
|
},
|
|
4266
|
-
"tagName": "%%prefix%%-
|
|
4276
|
+
"tagName": "%%prefix%%-multiselect-editor",
|
|
4267
4277
|
"customElement": true
|
|
4268
4278
|
},
|
|
4269
4279
|
{
|
|
4270
4280
|
"kind": "variable",
|
|
4271
|
-
"name": "
|
|
4272
|
-
"default": "css
|
|
4273
|
-
"description": "The AG
|
|
4281
|
+
"name": "agMultiselectEditorStyles",
|
|
4282
|
+
"default": "css``",
|
|
4283
|
+
"description": "The AG Select Renderer Styles.",
|
|
4274
4284
|
"privacy": "public"
|
|
4275
4285
|
},
|
|
4276
4286
|
{
|
|
4277
4287
|
"kind": "function",
|
|
4278
|
-
"name": "
|
|
4288
|
+
"name": "getMultiselectEditorTemplate",
|
|
4279
4289
|
"parameters": [
|
|
4280
4290
|
{
|
|
4281
4291
|
"name": "designSystem",
|
|
@@ -4283,7 +4293,7 @@
|
|
|
4283
4293
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4284
4294
|
}
|
|
4285
4295
|
],
|
|
4286
|
-
"description": "Get a Design System prefixed
|
|
4296
|
+
"description": "Get a Design System prefixed Select template.",
|
|
4287
4297
|
"return": {
|
|
4288
4298
|
"type": {
|
|
4289
4299
|
"text": ""
|
|
@@ -4293,123 +4303,59 @@
|
|
|
4293
4303
|
},
|
|
4294
4304
|
{
|
|
4295
4305
|
"kind": "variable",
|
|
4296
|
-
"name": "
|
|
4297
|
-
"description": "A function that returns a Foundation Editable Renderer registration for configuring the component with a DesignSystem.",
|
|
4306
|
+
"name": "foundationMultiselectEditor",
|
|
4298
4307
|
"privacy": "public"
|
|
4299
4308
|
}
|
|
4300
4309
|
],
|
|
4301
4310
|
"exports": [
|
|
4302
4311
|
{
|
|
4303
4312
|
"kind": "js",
|
|
4304
|
-
"name": "
|
|
4305
|
-
"declaration": {
|
|
4306
|
-
"name": "EditableRenderer",
|
|
4307
|
-
"module": "src/cell-renderers/editable.renderer.ts"
|
|
4308
|
-
}
|
|
4309
|
-
},
|
|
4310
|
-
{
|
|
4311
|
-
"kind": "js",
|
|
4312
|
-
"name": "agEditableRendererStyles",
|
|
4313
|
-
"declaration": {
|
|
4314
|
-
"name": "agEditableRendererStyles",
|
|
4315
|
-
"module": "src/cell-renderers/editable.renderer.ts"
|
|
4316
|
-
}
|
|
4317
|
-
},
|
|
4318
|
-
{
|
|
4319
|
-
"kind": "js",
|
|
4320
|
-
"name": "getAgEditableRendererTemplate",
|
|
4321
|
-
"declaration": {
|
|
4322
|
-
"name": "getAgEditableRendererTemplate",
|
|
4323
|
-
"module": "src/cell-renderers/editable.renderer.ts"
|
|
4324
|
-
}
|
|
4325
|
-
},
|
|
4326
|
-
{
|
|
4327
|
-
"kind": "js",
|
|
4328
|
-
"name": "foundationAgEditableRenderer",
|
|
4329
|
-
"declaration": {
|
|
4330
|
-
"name": "foundationAgEditableRenderer",
|
|
4331
|
-
"module": "src/cell-renderers/editable.renderer.ts"
|
|
4332
|
-
}
|
|
4333
|
-
}
|
|
4334
|
-
]
|
|
4335
|
-
},
|
|
4336
|
-
{
|
|
4337
|
-
"kind": "javascript-module",
|
|
4338
|
-
"path": "src/cell-renderers/index.ts",
|
|
4339
|
-
"declarations": [],
|
|
4340
|
-
"exports": [
|
|
4341
|
-
{
|
|
4342
|
-
"kind": "js",
|
|
4343
|
-
"name": "*",
|
|
4344
|
-
"declaration": {
|
|
4345
|
-
"name": "*",
|
|
4346
|
-
"package": "./action.renderer"
|
|
4347
|
-
}
|
|
4348
|
-
},
|
|
4349
|
-
{
|
|
4350
|
-
"kind": "js",
|
|
4351
|
-
"name": "*",
|
|
4352
|
-
"declaration": {
|
|
4353
|
-
"name": "*",
|
|
4354
|
-
"package": "./actions-menu.renderer"
|
|
4355
|
-
}
|
|
4356
|
-
},
|
|
4357
|
-
{
|
|
4358
|
-
"kind": "js",
|
|
4359
|
-
"name": "*",
|
|
4360
|
-
"declaration": {
|
|
4361
|
-
"name": "*",
|
|
4362
|
-
"package": "./boolean.renderer"
|
|
4363
|
-
}
|
|
4364
|
-
},
|
|
4365
|
-
{
|
|
4366
|
-
"kind": "js",
|
|
4367
|
-
"name": "*",
|
|
4313
|
+
"name": "MultiselectEditor",
|
|
4368
4314
|
"declaration": {
|
|
4369
|
-
"name": "
|
|
4370
|
-
"
|
|
4315
|
+
"name": "MultiselectEditor",
|
|
4316
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
4371
4317
|
}
|
|
4372
4318
|
},
|
|
4373
4319
|
{
|
|
4374
4320
|
"kind": "js",
|
|
4375
|
-
"name": "
|
|
4321
|
+
"name": "agMultiselectEditorStyles",
|
|
4376
4322
|
"declaration": {
|
|
4377
|
-
"name": "
|
|
4378
|
-
"
|
|
4323
|
+
"name": "agMultiselectEditorStyles",
|
|
4324
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
4379
4325
|
}
|
|
4380
4326
|
},
|
|
4381
4327
|
{
|
|
4382
4328
|
"kind": "js",
|
|
4383
|
-
"name": "
|
|
4329
|
+
"name": "getMultiselectEditorTemplate",
|
|
4384
4330
|
"declaration": {
|
|
4385
|
-
"name": "
|
|
4386
|
-
"
|
|
4331
|
+
"name": "getMultiselectEditorTemplate",
|
|
4332
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
4387
4333
|
}
|
|
4388
4334
|
},
|
|
4389
4335
|
{
|
|
4390
4336
|
"kind": "js",
|
|
4391
|
-
"name": "
|
|
4337
|
+
"name": "foundationMultiselectEditor",
|
|
4392
4338
|
"declaration": {
|
|
4393
|
-
"name": "
|
|
4394
|
-
"
|
|
4339
|
+
"name": "foundationMultiselectEditor",
|
|
4340
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
4395
4341
|
}
|
|
4396
4342
|
}
|
|
4397
4343
|
]
|
|
4398
4344
|
},
|
|
4399
4345
|
{
|
|
4400
4346
|
"kind": "javascript-module",
|
|
4401
|
-
"path": "src/cell-
|
|
4347
|
+
"path": "src/cell-editors/number.editor.ts",
|
|
4402
4348
|
"declarations": [
|
|
4403
4349
|
{
|
|
4404
4350
|
"kind": "class",
|
|
4405
|
-
"description": "The AG
|
|
4406
|
-
"name": "
|
|
4351
|
+
"description": "The AG Number Editor element.",
|
|
4352
|
+
"name": "NumberEditor",
|
|
4407
4353
|
"members": [
|
|
4408
4354
|
{
|
|
4409
4355
|
"kind": "field",
|
|
4410
4356
|
"name": "params",
|
|
4411
4357
|
"type": {
|
|
4412
|
-
"text": "
|
|
4358
|
+
"text": "NumberEditorParams"
|
|
4413
4359
|
},
|
|
4414
4360
|
"privacy": "public"
|
|
4415
4361
|
},
|
|
@@ -4417,7 +4363,23 @@
|
|
|
4417
4363
|
"kind": "field",
|
|
4418
4364
|
"name": "value",
|
|
4419
4365
|
"type": {
|
|
4420
|
-
"text": "
|
|
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",
|
|
4381
|
+
"type": {
|
|
4382
|
+
"text": "any"
|
|
4421
4383
|
},
|
|
4422
4384
|
"privacy": "public"
|
|
4423
4385
|
},
|
|
@@ -4429,7 +4391,7 @@
|
|
|
4429
4391
|
{
|
|
4430
4392
|
"name": "params",
|
|
4431
4393
|
"type": {
|
|
4432
|
-
"text": "
|
|
4394
|
+
"text": "NumberEditorParams"
|
|
4433
4395
|
}
|
|
4434
4396
|
}
|
|
4435
4397
|
]
|
|
@@ -4446,36 +4408,51 @@
|
|
|
4446
4408
|
},
|
|
4447
4409
|
{
|
|
4448
4410
|
"kind": "method",
|
|
4449
|
-
"name": "
|
|
4411
|
+
"name": "refresh",
|
|
4450
4412
|
"privacy": "public",
|
|
4451
4413
|
"return": {
|
|
4452
4414
|
"type": {
|
|
4453
|
-
"text": "
|
|
4415
|
+
"text": "boolean"
|
|
4454
4416
|
}
|
|
4455
|
-
}
|
|
4417
|
+
},
|
|
4418
|
+
"parameters": [
|
|
4419
|
+
{
|
|
4420
|
+
"name": "params",
|
|
4421
|
+
"type": {
|
|
4422
|
+
"text": "NumberEditorParams"
|
|
4423
|
+
}
|
|
4424
|
+
}
|
|
4425
|
+
]
|
|
4456
4426
|
},
|
|
4457
4427
|
{
|
|
4458
4428
|
"kind": "method",
|
|
4459
|
-
"name": "
|
|
4460
|
-
|
|
4429
|
+
"name": "getValue"
|
|
4430
|
+
},
|
|
4431
|
+
{
|
|
4432
|
+
"kind": "method",
|
|
4433
|
+
"name": "isPopup",
|
|
4461
4434
|
"return": {
|
|
4462
4435
|
"type": {
|
|
4463
4436
|
"text": "boolean"
|
|
4464
4437
|
}
|
|
4465
|
-
}
|
|
4438
|
+
}
|
|
4439
|
+
},
|
|
4440
|
+
{
|
|
4441
|
+
"kind": "method",
|
|
4442
|
+
"name": "afterGuiAttached"
|
|
4443
|
+
},
|
|
4444
|
+
{
|
|
4445
|
+
"kind": "method",
|
|
4446
|
+
"name": "changeHandler",
|
|
4466
4447
|
"parameters": [
|
|
4467
4448
|
{
|
|
4468
|
-
"name": "
|
|
4469
|
-
"type": {
|
|
4470
|
-
"text": "SelectCellRendererParams"
|
|
4471
|
-
}
|
|
4449
|
+
"name": "event"
|
|
4472
4450
|
}
|
|
4473
4451
|
]
|
|
4474
4452
|
},
|
|
4475
4453
|
{
|
|
4476
|
-
"kind": "
|
|
4477
|
-
"name": "
|
|
4478
|
-
"privacy": "public"
|
|
4454
|
+
"kind": "method",
|
|
4455
|
+
"name": "isCancelBeforeStart"
|
|
4479
4456
|
},
|
|
4480
4457
|
{
|
|
4481
4458
|
"kind": "field",
|
|
@@ -4593,26 +4570,23 @@
|
|
|
4593
4570
|
"name": "FoundationElement",
|
|
4594
4571
|
"package": "@microsoft/fast-foundation"
|
|
4595
4572
|
},
|
|
4596
|
-
"tagName": "%%prefix%%-
|
|
4573
|
+
"tagName": "%%prefix%%-number-editor",
|
|
4597
4574
|
"customElement": true
|
|
4598
4575
|
},
|
|
4599
4576
|
{
|
|
4600
4577
|
"kind": "variable",
|
|
4601
|
-
"name": "
|
|
4602
|
-
"default": "css`\n :host
|
|
4603
|
-
"description": "The AG
|
|
4578
|
+
"name": "agNumberEditorStyles",
|
|
4579
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
4580
|
+
"description": "The AG Number Editor Styles.",
|
|
4604
4581
|
"privacy": "public"
|
|
4605
4582
|
},
|
|
4606
4583
|
{
|
|
4607
4584
|
"kind": "function",
|
|
4608
|
-
"name": "
|
|
4585
|
+
"name": "getNumberEditorTemplate",
|
|
4609
4586
|
"parameters": [
|
|
4610
4587
|
{
|
|
4611
4588
|
"name": "designSystem",
|
|
4612
4589
|
"default": "'foundation'",
|
|
4613
|
-
"type": {
|
|
4614
|
-
"text": "string"
|
|
4615
|
-
},
|
|
4616
4590
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4617
4591
|
}
|
|
4618
4592
|
],
|
|
@@ -4626,76 +4600,83 @@
|
|
|
4626
4600
|
},
|
|
4627
4601
|
{
|
|
4628
4602
|
"kind": "variable",
|
|
4629
|
-
"name": "
|
|
4630
|
-
"description": "A function that returns a Foundation Select Renderer registration for configuring the component with a DesignSystem.",
|
|
4603
|
+
"name": "foundationNumberEditor",
|
|
4631
4604
|
"privacy": "public"
|
|
4632
4605
|
}
|
|
4633
4606
|
],
|
|
4634
4607
|
"exports": [
|
|
4635
4608
|
{
|
|
4636
4609
|
"kind": "js",
|
|
4637
|
-
"name": "
|
|
4610
|
+
"name": "NumberEditor",
|
|
4638
4611
|
"declaration": {
|
|
4639
|
-
"name": "
|
|
4640
|
-
"module": "src/cell-
|
|
4612
|
+
"name": "NumberEditor",
|
|
4613
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4641
4614
|
}
|
|
4642
4615
|
},
|
|
4643
4616
|
{
|
|
4644
4617
|
"kind": "js",
|
|
4645
|
-
"name": "
|
|
4618
|
+
"name": "agNumberEditorStyles",
|
|
4646
4619
|
"declaration": {
|
|
4647
|
-
"name": "
|
|
4648
|
-
"module": "src/cell-
|
|
4620
|
+
"name": "agNumberEditorStyles",
|
|
4621
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4649
4622
|
}
|
|
4650
4623
|
},
|
|
4651
4624
|
{
|
|
4652
4625
|
"kind": "js",
|
|
4653
|
-
"name": "
|
|
4626
|
+
"name": "getNumberEditorTemplate",
|
|
4654
4627
|
"declaration": {
|
|
4655
|
-
"name": "
|
|
4656
|
-
"module": "src/cell-
|
|
4628
|
+
"name": "getNumberEditorTemplate",
|
|
4629
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4657
4630
|
}
|
|
4658
4631
|
},
|
|
4659
4632
|
{
|
|
4660
4633
|
"kind": "js",
|
|
4661
|
-
"name": "
|
|
4634
|
+
"name": "foundationNumberEditor",
|
|
4662
4635
|
"declaration": {
|
|
4663
|
-
"name": "
|
|
4664
|
-
"module": "src/cell-
|
|
4636
|
+
"name": "foundationNumberEditor",
|
|
4637
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4665
4638
|
}
|
|
4666
4639
|
}
|
|
4667
4640
|
]
|
|
4668
4641
|
},
|
|
4669
4642
|
{
|
|
4670
4643
|
"kind": "javascript-module",
|
|
4671
|
-
"path": "src/cell-
|
|
4644
|
+
"path": "src/cell-editors/select.editor.ts",
|
|
4672
4645
|
"declarations": [
|
|
4673
4646
|
{
|
|
4674
4647
|
"kind": "class",
|
|
4675
|
-
"description": "The AG
|
|
4676
|
-
"name": "
|
|
4648
|
+
"description": "The AG Select Editor element.",
|
|
4649
|
+
"name": "SelectEditor",
|
|
4677
4650
|
"members": [
|
|
4678
4651
|
{
|
|
4679
4652
|
"kind": "field",
|
|
4680
|
-
"name": "
|
|
4653
|
+
"name": "params",
|
|
4681
4654
|
"type": {
|
|
4682
|
-
"text": "
|
|
4655
|
+
"text": "SelectEditorParams"
|
|
4683
4656
|
},
|
|
4684
4657
|
"privacy": "public"
|
|
4685
4658
|
},
|
|
4686
4659
|
{
|
|
4687
4660
|
"kind": "field",
|
|
4688
|
-
"name": "
|
|
4661
|
+
"name": "value",
|
|
4689
4662
|
"type": {
|
|
4690
4663
|
"text": "string"
|
|
4691
4664
|
},
|
|
4692
|
-
"
|
|
4665
|
+
"privacy": "public"
|
|
4693
4666
|
},
|
|
4694
4667
|
{
|
|
4695
4668
|
"kind": "field",
|
|
4696
|
-
"name": "
|
|
4669
|
+
"name": "actualWidth",
|
|
4697
4670
|
"type": {
|
|
4698
|
-
"text": "
|
|
4671
|
+
"text": "number"
|
|
4672
|
+
},
|
|
4673
|
+
"privacy": "public"
|
|
4674
|
+
},
|
|
4675
|
+
{
|
|
4676
|
+
"kind": "field",
|
|
4677
|
+
"name": "combobox",
|
|
4678
|
+
"type": {
|
|
4679
|
+
"text": "any"
|
|
4699
4680
|
},
|
|
4700
4681
|
"privacy": "public"
|
|
4701
4682
|
},
|
|
@@ -4707,50 +4688,68 @@
|
|
|
4707
4688
|
{
|
|
4708
4689
|
"name": "params",
|
|
4709
4690
|
"type": {
|
|
4710
|
-
"text": "
|
|
4691
|
+
"text": "SelectEditorParams"
|
|
4692
|
+
}
|
|
4693
|
+
}
|
|
4694
|
+
]
|
|
4695
|
+
},
|
|
4696
|
+
{
|
|
4697
|
+
"kind": "method",
|
|
4698
|
+
"name": "getGui",
|
|
4699
|
+
"privacy": "public",
|
|
4700
|
+
"return": {
|
|
4701
|
+
"type": {
|
|
4702
|
+
"text": "HTMLElement"
|
|
4703
|
+
}
|
|
4704
|
+
}
|
|
4705
|
+
},
|
|
4706
|
+
{
|
|
4707
|
+
"kind": "method",
|
|
4708
|
+
"name": "refresh",
|
|
4709
|
+
"privacy": "public",
|
|
4710
|
+
"return": {
|
|
4711
|
+
"type": {
|
|
4712
|
+
"text": "boolean"
|
|
4713
|
+
}
|
|
4714
|
+
},
|
|
4715
|
+
"parameters": [
|
|
4716
|
+
{
|
|
4717
|
+
"name": "params",
|
|
4718
|
+
"type": {
|
|
4719
|
+
"text": "SelectEditorParams"
|
|
4711
4720
|
}
|
|
4712
4721
|
}
|
|
4713
4722
|
]
|
|
4714
4723
|
},
|
|
4715
4724
|
{
|
|
4716
4725
|
"kind": "method",
|
|
4717
|
-
"name": "
|
|
4718
|
-
|
|
4726
|
+
"name": "getValue"
|
|
4727
|
+
},
|
|
4728
|
+
{
|
|
4729
|
+
"kind": "method",
|
|
4730
|
+
"name": "isPopup",
|
|
4719
4731
|
"return": {
|
|
4720
4732
|
"type": {
|
|
4721
|
-
"text": "
|
|
4733
|
+
"text": "boolean"
|
|
4722
4734
|
}
|
|
4723
4735
|
}
|
|
4724
4736
|
},
|
|
4725
4737
|
{
|
|
4726
4738
|
"kind": "method",
|
|
4727
|
-
"name": "
|
|
4728
|
-
"privacy": "public"
|
|
4739
|
+
"name": "afterGuiAttached"
|
|
4729
4740
|
},
|
|
4730
4741
|
{
|
|
4731
4742
|
"kind": "method",
|
|
4732
|
-
"name": "
|
|
4733
|
-
"privacy": "public",
|
|
4743
|
+
"name": "changeHandler",
|
|
4734
4744
|
"parameters": [
|
|
4735
4745
|
{
|
|
4736
|
-
"name": "
|
|
4737
|
-
"type": {
|
|
4738
|
-
"text": "FuiCellRendererParams"
|
|
4739
|
-
}
|
|
4746
|
+
"name": "event"
|
|
4740
4747
|
}
|
|
4741
4748
|
]
|
|
4742
4749
|
},
|
|
4743
4750
|
{
|
|
4744
|
-
"kind": "
|
|
4745
|
-
"name": "
|
|
4746
|
-
"privacy": "public",
|
|
4747
|
-
"description": "On text change handler",
|
|
4748
|
-
"parameters": [
|
|
4749
|
-
{
|
|
4750
|
-
"description": "CustomEvent",
|
|
4751
|
-
"name": "e"
|
|
4752
|
-
}
|
|
4753
|
-
]
|
|
4751
|
+
"kind": "method",
|
|
4752
|
+
"name": "isCancelBeforeStart"
|
|
4754
4753
|
},
|
|
4755
4754
|
{
|
|
4756
4755
|
"kind": "field",
|
|
@@ -4868,19 +4867,19 @@
|
|
|
4868
4867
|
"name": "FoundationElement",
|
|
4869
4868
|
"package": "@microsoft/fast-foundation"
|
|
4870
4869
|
},
|
|
4871
|
-
"tagName": "%%prefix%%-
|
|
4870
|
+
"tagName": "%%prefix%%-select-editor",
|
|
4872
4871
|
"customElement": true
|
|
4873
4872
|
},
|
|
4874
4873
|
{
|
|
4875
4874
|
"kind": "variable",
|
|
4876
|
-
"name": "
|
|
4877
|
-
"default": "css
|
|
4878
|
-
"description": "The AG
|
|
4875
|
+
"name": "agSelectEditorStyles",
|
|
4876
|
+
"default": "css``",
|
|
4877
|
+
"description": "The AG Select Renderer Styles.",
|
|
4879
4878
|
"privacy": "public"
|
|
4880
4879
|
},
|
|
4881
4880
|
{
|
|
4882
4881
|
"kind": "function",
|
|
4883
|
-
"name": "
|
|
4882
|
+
"name": "getSelectEditorTemplate",
|
|
4884
4883
|
"parameters": [
|
|
4885
4884
|
{
|
|
4886
4885
|
"name": "designSystem",
|
|
@@ -4888,7 +4887,7 @@
|
|
|
4888
4887
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4889
4888
|
}
|
|
4890
4889
|
],
|
|
4891
|
-
"description": "Get a Design System prefixed
|
|
4890
|
+
"description": "Get a Design System prefixed Select template.",
|
|
4892
4891
|
"return": {
|
|
4893
4892
|
"type": {
|
|
4894
4893
|
"text": ""
|
|
@@ -4898,97 +4897,85 @@
|
|
|
4898
4897
|
},
|
|
4899
4898
|
{
|
|
4900
4899
|
"kind": "variable",
|
|
4901
|
-
"name": "
|
|
4902
|
-
"description": "A function that returns a Foundation Text Field Renderer registration for configuring the component with a DesignSystem.",
|
|
4900
|
+
"name": "foundationSelectEditor",
|
|
4903
4901
|
"privacy": "public"
|
|
4904
4902
|
}
|
|
4905
4903
|
],
|
|
4906
4904
|
"exports": [
|
|
4907
4905
|
{
|
|
4908
4906
|
"kind": "js",
|
|
4909
|
-
"name": "
|
|
4907
|
+
"name": "SelectEditor",
|
|
4910
4908
|
"declaration": {
|
|
4911
|
-
"name": "
|
|
4912
|
-
"module": "src/cell-
|
|
4909
|
+
"name": "SelectEditor",
|
|
4910
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
4913
4911
|
}
|
|
4914
4912
|
},
|
|
4915
4913
|
{
|
|
4916
4914
|
"kind": "js",
|
|
4917
|
-
"name": "
|
|
4915
|
+
"name": "agSelectEditorStyles",
|
|
4918
4916
|
"declaration": {
|
|
4919
|
-
"name": "
|
|
4920
|
-
"module": "src/cell-
|
|
4917
|
+
"name": "agSelectEditorStyles",
|
|
4918
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
4921
4919
|
}
|
|
4922
4920
|
},
|
|
4923
4921
|
{
|
|
4924
4922
|
"kind": "js",
|
|
4925
|
-
"name": "
|
|
4923
|
+
"name": "getSelectEditorTemplate",
|
|
4926
4924
|
"declaration": {
|
|
4927
|
-
"name": "
|
|
4928
|
-
"module": "src/cell-
|
|
4925
|
+
"name": "getSelectEditorTemplate",
|
|
4926
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
4929
4927
|
}
|
|
4930
4928
|
},
|
|
4931
4929
|
{
|
|
4932
4930
|
"kind": "js",
|
|
4933
|
-
"name": "
|
|
4931
|
+
"name": "foundationSelectEditor",
|
|
4934
4932
|
"declaration": {
|
|
4935
|
-
"name": "
|
|
4936
|
-
"module": "src/cell-
|
|
4933
|
+
"name": "foundationSelectEditor",
|
|
4934
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
4937
4935
|
}
|
|
4938
4936
|
}
|
|
4939
4937
|
]
|
|
4940
4938
|
},
|
|
4941
4939
|
{
|
|
4942
4940
|
"kind": "javascript-module",
|
|
4943
|
-
"path": "src/cell-
|
|
4941
|
+
"path": "src/cell-editors/string.editor.ts",
|
|
4944
4942
|
"declarations": [
|
|
4945
4943
|
{
|
|
4946
4944
|
"kind": "class",
|
|
4947
|
-
"description": "",
|
|
4948
|
-
"name": "
|
|
4949
|
-
"superclass": {
|
|
4950
|
-
"name": "AgTextFieldRenderer",
|
|
4951
|
-
"module": "/src/cell-renderers/text-field.renderer"
|
|
4952
|
-
},
|
|
4953
|
-
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
4954
|
-
"tagName": "%%prefix%%-grid-text-renderer",
|
|
4955
|
-
"customElement": true,
|
|
4945
|
+
"description": "The AG String Editor element.",
|
|
4946
|
+
"name": "StringEditor",
|
|
4956
4947
|
"members": [
|
|
4957
4948
|
{
|
|
4958
4949
|
"kind": "field",
|
|
4959
|
-
"name": "
|
|
4950
|
+
"name": "params",
|
|
4960
4951
|
"type": {
|
|
4961
|
-
"text": "
|
|
4952
|
+
"text": "StringEditorParams"
|
|
4962
4953
|
},
|
|
4963
|
-
"privacy": "public"
|
|
4964
|
-
"inheritedFrom": {
|
|
4965
|
-
"name": "AgTextFieldRenderer",
|
|
4966
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
4967
|
-
}
|
|
4954
|
+
"privacy": "public"
|
|
4968
4955
|
},
|
|
4969
4956
|
{
|
|
4970
4957
|
"kind": "field",
|
|
4971
|
-
"name": "
|
|
4958
|
+
"name": "value",
|
|
4972
4959
|
"type": {
|
|
4973
4960
|
"text": "string"
|
|
4974
4961
|
},
|
|
4975
|
-
"
|
|
4976
|
-
"inheritedFrom": {
|
|
4977
|
-
"name": "AgTextFieldRenderer",
|
|
4978
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
4979
|
-
}
|
|
4962
|
+
"privacy": "public"
|
|
4980
4963
|
},
|
|
4981
4964
|
{
|
|
4982
4965
|
"kind": "field",
|
|
4983
|
-
"name": "
|
|
4966
|
+
"name": "actualWidth",
|
|
4984
4967
|
"type": {
|
|
4985
|
-
"text": "
|
|
4968
|
+
"text": "number"
|
|
4986
4969
|
},
|
|
4987
|
-
"privacy": "public"
|
|
4988
|
-
|
|
4989
|
-
|
|
4990
|
-
|
|
4991
|
-
|
|
4970
|
+
"privacy": "public"
|
|
4971
|
+
},
|
|
4972
|
+
{
|
|
4973
|
+
"kind": "field",
|
|
4974
|
+
"name": "input",
|
|
4975
|
+
"type": {
|
|
4976
|
+
"text": "any"
|
|
4977
|
+
},
|
|
4978
|
+
"privacy": "public"
|
|
4992
4979
|
},
|
|
4993
4980
|
{
|
|
4994
4981
|
"kind": "method",
|
|
@@ -4998,14 +4985,10 @@
|
|
|
4998
4985
|
{
|
|
4999
4986
|
"name": "params",
|
|
5000
4987
|
"type": {
|
|
5001
|
-
"text": "
|
|
4988
|
+
"text": "StringEditorParams"
|
|
5002
4989
|
}
|
|
5003
4990
|
}
|
|
5004
|
-
]
|
|
5005
|
-
"inheritedFrom": {
|
|
5006
|
-
"name": "AgTextFieldRenderer",
|
|
5007
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5008
|
-
}
|
|
4991
|
+
]
|
|
5009
4992
|
},
|
|
5010
4993
|
{
|
|
5011
4994
|
"kind": "method",
|
|
@@ -5015,53 +4998,55 @@
|
|
|
5015
4998
|
"type": {
|
|
5016
4999
|
"text": "HTMLElement"
|
|
5017
5000
|
}
|
|
5018
|
-
},
|
|
5019
|
-
"inheritedFrom": {
|
|
5020
|
-
"name": "AgTextFieldRenderer",
|
|
5021
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5022
|
-
}
|
|
5023
|
-
},
|
|
5024
|
-
{
|
|
5025
|
-
"kind": "method",
|
|
5026
|
-
"name": "destroy",
|
|
5027
|
-
"privacy": "public",
|
|
5028
|
-
"inheritedFrom": {
|
|
5029
|
-
"name": "AgTextFieldRenderer",
|
|
5030
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5031
5001
|
}
|
|
5032
5002
|
},
|
|
5033
5003
|
{
|
|
5034
5004
|
"kind": "method",
|
|
5035
5005
|
"name": "refresh",
|
|
5036
5006
|
"privacy": "public",
|
|
5007
|
+
"return": {
|
|
5008
|
+
"type": {
|
|
5009
|
+
"text": "boolean"
|
|
5010
|
+
}
|
|
5011
|
+
},
|
|
5037
5012
|
"parameters": [
|
|
5038
5013
|
{
|
|
5039
5014
|
"name": "params",
|
|
5040
5015
|
"type": {
|
|
5041
|
-
"text": "
|
|
5016
|
+
"text": "StringEditorParams"
|
|
5042
5017
|
}
|
|
5043
5018
|
}
|
|
5044
|
-
]
|
|
5045
|
-
|
|
5046
|
-
|
|
5047
|
-
|
|
5019
|
+
]
|
|
5020
|
+
},
|
|
5021
|
+
{
|
|
5022
|
+
"kind": "method",
|
|
5023
|
+
"name": "getValue"
|
|
5024
|
+
},
|
|
5025
|
+
{
|
|
5026
|
+
"kind": "method",
|
|
5027
|
+
"name": "isPopup",
|
|
5028
|
+
"return": {
|
|
5029
|
+
"type": {
|
|
5030
|
+
"text": "boolean"
|
|
5031
|
+
}
|
|
5048
5032
|
}
|
|
5049
5033
|
},
|
|
5050
5034
|
{
|
|
5051
|
-
"kind": "
|
|
5052
|
-
"name": "
|
|
5053
|
-
|
|
5054
|
-
|
|
5035
|
+
"kind": "method",
|
|
5036
|
+
"name": "afterGuiAttached"
|
|
5037
|
+
},
|
|
5038
|
+
{
|
|
5039
|
+
"kind": "method",
|
|
5040
|
+
"name": "changeHandler",
|
|
5055
5041
|
"parameters": [
|
|
5056
5042
|
{
|
|
5057
|
-
"
|
|
5058
|
-
"name": "e"
|
|
5043
|
+
"name": "event"
|
|
5059
5044
|
}
|
|
5060
|
-
]
|
|
5061
|
-
|
|
5062
|
-
|
|
5063
|
-
|
|
5064
|
-
|
|
5045
|
+
]
|
|
5046
|
+
},
|
|
5047
|
+
{
|
|
5048
|
+
"kind": "method",
|
|
5049
|
+
"name": "isCancelBeforeStart"
|
|
5065
5050
|
},
|
|
5066
5051
|
{
|
|
5067
5052
|
"kind": "field",
|
|
@@ -5174,61 +5159,76 @@
|
|
|
5174
5159
|
"module": "src/foundation-element/foundation-element.ts"
|
|
5175
5160
|
}
|
|
5176
5161
|
}
|
|
5177
|
-
]
|
|
5162
|
+
],
|
|
5163
|
+
"superclass": {
|
|
5164
|
+
"name": "FoundationElement",
|
|
5165
|
+
"package": "@microsoft/fast-foundation"
|
|
5166
|
+
},
|
|
5167
|
+
"tagName": "%%prefix%%-string-editor",
|
|
5168
|
+
"customElement": true
|
|
5178
5169
|
},
|
|
5179
5170
|
{
|
|
5180
5171
|
"kind": "variable",
|
|
5181
|
-
"name": "
|
|
5182
|
-
"default": "
|
|
5183
|
-
"
|
|
5184
|
-
"
|
|
5172
|
+
"name": "agStringEditorStyles",
|
|
5173
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
5174
|
+
"description": "The AG String Renderer Styles.",
|
|
5175
|
+
"privacy": "public"
|
|
5185
5176
|
},
|
|
5186
5177
|
{
|
|
5187
|
-
"kind": "
|
|
5188
|
-
"name": "
|
|
5189
|
-
"
|
|
5190
|
-
|
|
5191
|
-
|
|
5178
|
+
"kind": "function",
|
|
5179
|
+
"name": "getStringEditorTemplate",
|
|
5180
|
+
"parameters": [
|
|
5181
|
+
{
|
|
5182
|
+
"name": "designSystem",
|
|
5183
|
+
"default": "'foundation'",
|
|
5184
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
5185
|
+
}
|
|
5186
|
+
],
|
|
5187
|
+
"description": "Get a Design System prefixed String template.",
|
|
5188
|
+
"return": {
|
|
5189
|
+
"type": {
|
|
5190
|
+
"text": ""
|
|
5191
|
+
}
|
|
5192
|
+
},
|
|
5193
|
+
"privacy": "public"
|
|
5192
5194
|
},
|
|
5193
5195
|
{
|
|
5194
5196
|
"kind": "variable",
|
|
5195
|
-
"name": "
|
|
5196
|
-
"
|
|
5197
|
-
"privacy": "public",
|
|
5198
|
-
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
5197
|
+
"name": "foundationStringEditor",
|
|
5198
|
+
"privacy": "public"
|
|
5199
5199
|
}
|
|
5200
5200
|
],
|
|
5201
5201
|
"exports": [
|
|
5202
5202
|
{
|
|
5203
5203
|
"kind": "js",
|
|
5204
|
-
"name": "
|
|
5204
|
+
"name": "StringEditor",
|
|
5205
5205
|
"declaration": {
|
|
5206
|
-
"name": "
|
|
5207
|
-
"module": "src/cell-
|
|
5206
|
+
"name": "StringEditor",
|
|
5207
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
5208
5208
|
}
|
|
5209
5209
|
},
|
|
5210
5210
|
{
|
|
5211
5211
|
"kind": "js",
|
|
5212
|
-
"name": "
|
|
5212
|
+
"name": "agStringEditorStyles",
|
|
5213
5213
|
"declaration": {
|
|
5214
|
-
"name": "
|
|
5215
|
-
"module": "src/cell-
|
|
5214
|
+
"name": "agStringEditorStyles",
|
|
5215
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
5216
5216
|
}
|
|
5217
5217
|
},
|
|
5218
5218
|
{
|
|
5219
5219
|
"kind": "js",
|
|
5220
|
-
"name": "
|
|
5220
|
+
"name": "getStringEditorTemplate",
|
|
5221
5221
|
"declaration": {
|
|
5222
|
-
"name": "
|
|
5223
|
-
"module": "src/cell-
|
|
5222
|
+
"name": "getStringEditorTemplate",
|
|
5223
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
5224
5224
|
}
|
|
5225
5225
|
},
|
|
5226
5226
|
{
|
|
5227
5227
|
"kind": "js",
|
|
5228
|
-
"name": "
|
|
5228
|
+
"name": "foundationStringEditor",
|
|
5229
5229
|
"declaration": {
|
|
5230
|
-
"name": "
|
|
5231
|
-
"module": "src/cell-
|
|
5230
|
+
"name": "foundationStringEditor",
|
|
5231
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
5232
5232
|
}
|
|
5233
5233
|
}
|
|
5234
5234
|
]
|