@genesislcap/grid-pro 14.122.2-alpha-fb3aeba.0 → 14.123.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 +911 -902
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts +13 -26
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts.map +1 -1
- package/dist/dts/grid-pro.d.ts +9 -20
- package/dist/dts/grid-pro.d.ts.map +1 -1
- package/dist/esm/grid-pro-genesis-datasource/grid-pro-genesis-datasource.js +2 -6
- package/dist/esm/grid-pro.js +8 -1
- package/dist/grid-pro.d.ts +22 -46
- package/package.json +8 -8
|
@@ -740,6 +740,15 @@
|
|
|
740
740
|
"name": "destroyFontFace",
|
|
741
741
|
"privacy": "private"
|
|
742
742
|
},
|
|
743
|
+
{
|
|
744
|
+
"kind": "field",
|
|
745
|
+
"name": "csvExportParams",
|
|
746
|
+
"type": {
|
|
747
|
+
"text": "CsvExportParams"
|
|
748
|
+
},
|
|
749
|
+
"privacy": "private",
|
|
750
|
+
"readonly": true
|
|
751
|
+
},
|
|
743
752
|
{
|
|
744
753
|
"kind": "method",
|
|
745
754
|
"name": "cloneNode",
|
|
@@ -1706,57 +1715,29 @@
|
|
|
1706
1715
|
},
|
|
1707
1716
|
{
|
|
1708
1717
|
"kind": "javascript-module",
|
|
1709
|
-
"path": "src/cell-
|
|
1718
|
+
"path": "src/cell-renderers/action.renderer.ts",
|
|
1710
1719
|
"declarations": [
|
|
1711
1720
|
{
|
|
1712
1721
|
"kind": "class",
|
|
1713
|
-
"description": "The AG
|
|
1714
|
-
"name": "
|
|
1722
|
+
"description": "The AG Action Renderer element.",
|
|
1723
|
+
"name": "ActionRenderer",
|
|
1715
1724
|
"members": [
|
|
1716
1725
|
{
|
|
1717
1726
|
"kind": "field",
|
|
1718
|
-
"name": "
|
|
1727
|
+
"name": "params",
|
|
1719
1728
|
"type": {
|
|
1720
|
-
"text": "
|
|
1729
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
1721
1730
|
},
|
|
1722
1731
|
"privacy": "public"
|
|
1723
1732
|
},
|
|
1724
1733
|
{
|
|
1725
1734
|
"kind": "field",
|
|
1726
|
-
"name": "
|
|
1735
|
+
"name": "pendingAction",
|
|
1727
1736
|
"type": {
|
|
1728
|
-
"text": "
|
|
1737
|
+
"text": "boolean"
|
|
1729
1738
|
},
|
|
1730
1739
|
"privacy": "public"
|
|
1731
1740
|
},
|
|
1732
|
-
{
|
|
1733
|
-
"kind": "field",
|
|
1734
|
-
"name": "params",
|
|
1735
|
-
"type": {
|
|
1736
|
-
"text": "DateEditorParams"
|
|
1737
|
-
}
|
|
1738
|
-
},
|
|
1739
|
-
{
|
|
1740
|
-
"kind": "field",
|
|
1741
|
-
"name": "dateFormat",
|
|
1742
|
-
"type": {
|
|
1743
|
-
"text": "string"
|
|
1744
|
-
}
|
|
1745
|
-
},
|
|
1746
|
-
{
|
|
1747
|
-
"kind": "field",
|
|
1748
|
-
"name": "input",
|
|
1749
|
-
"type": {
|
|
1750
|
-
"text": "any"
|
|
1751
|
-
}
|
|
1752
|
-
},
|
|
1753
|
-
{
|
|
1754
|
-
"kind": "field",
|
|
1755
|
-
"name": "inputType",
|
|
1756
|
-
"type": {
|
|
1757
|
-
"text": "'datetime-local' | 'date'"
|
|
1758
|
-
}
|
|
1759
|
-
},
|
|
1760
1741
|
{
|
|
1761
1742
|
"kind": "method",
|
|
1762
1743
|
"name": "init",
|
|
@@ -1765,7 +1746,7 @@
|
|
|
1765
1746
|
{
|
|
1766
1747
|
"name": "params",
|
|
1767
1748
|
"type": {
|
|
1768
|
-
"text": "
|
|
1749
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
1769
1750
|
}
|
|
1770
1751
|
}
|
|
1771
1752
|
]
|
|
@@ -1784,49 +1765,39 @@
|
|
|
1784
1765
|
"kind": "method",
|
|
1785
1766
|
"name": "refresh",
|
|
1786
1767
|
"privacy": "public",
|
|
1787
|
-
"return": {
|
|
1788
|
-
"type": {
|
|
1789
|
-
"text": "boolean"
|
|
1790
|
-
}
|
|
1791
|
-
},
|
|
1792
1768
|
"parameters": [
|
|
1793
1769
|
{
|
|
1794
1770
|
"name": "params",
|
|
1795
1771
|
"type": {
|
|
1796
|
-
"text": "
|
|
1772
|
+
"text": "ICellRendererParams"
|
|
1797
1773
|
}
|
|
1798
1774
|
}
|
|
1799
1775
|
]
|
|
1800
1776
|
},
|
|
1801
1777
|
{
|
|
1802
1778
|
"kind": "method",
|
|
1803
|
-
"name": "
|
|
1804
|
-
|
|
1805
|
-
{
|
|
1806
|
-
"kind": "method",
|
|
1807
|
-
"name": "isPopup",
|
|
1779
|
+
"name": "isDisabled",
|
|
1780
|
+
"privacy": "public",
|
|
1808
1781
|
"return": {
|
|
1809
1782
|
"type": {
|
|
1810
1783
|
"text": "boolean"
|
|
1811
1784
|
}
|
|
1812
|
-
}
|
|
1813
|
-
},
|
|
1814
|
-
{
|
|
1815
|
-
"kind": "method",
|
|
1816
|
-
"name": "changeHandler",
|
|
1785
|
+
},
|
|
1817
1786
|
"parameters": [
|
|
1818
1787
|
{
|
|
1819
|
-
"name": "
|
|
1788
|
+
"name": "data"
|
|
1820
1789
|
}
|
|
1821
1790
|
]
|
|
1822
1791
|
},
|
|
1823
1792
|
{
|
|
1824
1793
|
"kind": "method",
|
|
1825
|
-
"name": "
|
|
1794
|
+
"name": "clickHandler",
|
|
1795
|
+
"privacy": "public"
|
|
1826
1796
|
},
|
|
1827
1797
|
{
|
|
1828
|
-
"kind": "
|
|
1829
|
-
"name": "
|
|
1798
|
+
"kind": "field",
|
|
1799
|
+
"name": "dataTestId",
|
|
1800
|
+
"readonly": true
|
|
1830
1801
|
},
|
|
1831
1802
|
{
|
|
1832
1803
|
"kind": "field",
|
|
@@ -1944,144 +1915,78 @@
|
|
|
1944
1915
|
"name": "FoundationElement",
|
|
1945
1916
|
"package": "@microsoft/fast-foundation"
|
|
1946
1917
|
},
|
|
1947
|
-
"tagName": "%%prefix%%-
|
|
1918
|
+
"tagName": "%%prefix%%-grid-pro-action-renderer",
|
|
1948
1919
|
"customElement": true
|
|
1949
1920
|
},
|
|
1950
1921
|
{
|
|
1951
1922
|
"kind": "variable",
|
|
1952
|
-
"name": "
|
|
1953
|
-
"
|
|
1954
|
-
"description": "The AG Select Renderer Styles.",
|
|
1923
|
+
"name": "actionHeightMultiplier",
|
|
1924
|
+
"description": "The base height multiplier for the action renderer.",
|
|
1955
1925
|
"privacy": "public"
|
|
1956
1926
|
},
|
|
1957
1927
|
{
|
|
1958
|
-
"kind": "
|
|
1959
|
-
"name": "
|
|
1960
|
-
"
|
|
1961
|
-
|
|
1962
|
-
"name": "prefix",
|
|
1963
|
-
"default": "'foundation'",
|
|
1964
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
1965
|
-
}
|
|
1966
|
-
],
|
|
1967
|
-
"description": "Get a Design System prefixed Select template.",
|
|
1968
|
-
"return": {
|
|
1969
|
-
"type": {
|
|
1970
|
-
"text": ""
|
|
1971
|
-
}
|
|
1972
|
-
},
|
|
1928
|
+
"kind": "variable",
|
|
1929
|
+
"name": "agActionRendererStyles",
|
|
1930
|
+
"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`",
|
|
1931
|
+
"description": "The AG Action Renderer Styles.",
|
|
1973
1932
|
"privacy": "public"
|
|
1974
1933
|
},
|
|
1975
1934
|
{
|
|
1976
1935
|
"kind": "variable",
|
|
1977
|
-
"name": "
|
|
1936
|
+
"name": "foundationGridProActionRenderer",
|
|
1937
|
+
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
1978
1938
|
"privacy": "public"
|
|
1979
1939
|
}
|
|
1980
1940
|
],
|
|
1981
1941
|
"exports": [
|
|
1982
1942
|
{
|
|
1983
1943
|
"kind": "js",
|
|
1984
|
-
"name": "
|
|
1985
|
-
"declaration": {
|
|
1986
|
-
"name": "DateEditor",
|
|
1987
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
1988
|
-
}
|
|
1989
|
-
},
|
|
1990
|
-
{
|
|
1991
|
-
"kind": "js",
|
|
1992
|
-
"name": "agDateEditorStyles",
|
|
1993
|
-
"declaration": {
|
|
1994
|
-
"name": "agDateEditorStyles",
|
|
1995
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
1996
|
-
}
|
|
1997
|
-
},
|
|
1998
|
-
{
|
|
1999
|
-
"kind": "js",
|
|
2000
|
-
"name": "getDateEditorTemplate",
|
|
2001
|
-
"declaration": {
|
|
2002
|
-
"name": "getDateEditorTemplate",
|
|
2003
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
2004
|
-
}
|
|
2005
|
-
},
|
|
2006
|
-
{
|
|
2007
|
-
"kind": "js",
|
|
2008
|
-
"name": "foundationDateEditor",
|
|
2009
|
-
"declaration": {
|
|
2010
|
-
"name": "foundationDateEditor",
|
|
2011
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
2012
|
-
}
|
|
2013
|
-
}
|
|
2014
|
-
]
|
|
2015
|
-
},
|
|
2016
|
-
{
|
|
2017
|
-
"kind": "javascript-module",
|
|
2018
|
-
"path": "src/cell-editors/index.ts",
|
|
2019
|
-
"declarations": [],
|
|
2020
|
-
"exports": [
|
|
2021
|
-
{
|
|
2022
|
-
"kind": "js",
|
|
2023
|
-
"name": "*",
|
|
2024
|
-
"declaration": {
|
|
2025
|
-
"name": "*",
|
|
2026
|
-
"package": "./date.editor"
|
|
2027
|
-
}
|
|
2028
|
-
},
|
|
2029
|
-
{
|
|
2030
|
-
"kind": "js",
|
|
2031
|
-
"name": "*",
|
|
1944
|
+
"name": "ActionRenderer",
|
|
2032
1945
|
"declaration": {
|
|
2033
|
-
"name": "
|
|
2034
|
-
"
|
|
1946
|
+
"name": "ActionRenderer",
|
|
1947
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
2035
1948
|
}
|
|
2036
1949
|
},
|
|
2037
1950
|
{
|
|
2038
1951
|
"kind": "js",
|
|
2039
|
-
"name": "
|
|
1952
|
+
"name": "actionHeightMultiplier",
|
|
2040
1953
|
"declaration": {
|
|
2041
|
-
"name": "
|
|
2042
|
-
"
|
|
1954
|
+
"name": "actionHeightMultiplier",
|
|
1955
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
2043
1956
|
}
|
|
2044
1957
|
},
|
|
2045
1958
|
{
|
|
2046
1959
|
"kind": "js",
|
|
2047
|
-
"name": "
|
|
1960
|
+
"name": "agActionRendererStyles",
|
|
2048
1961
|
"declaration": {
|
|
2049
|
-
"name": "
|
|
2050
|
-
"
|
|
1962
|
+
"name": "agActionRendererStyles",
|
|
1963
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
2051
1964
|
}
|
|
2052
1965
|
},
|
|
2053
1966
|
{
|
|
2054
1967
|
"kind": "js",
|
|
2055
|
-
"name": "
|
|
1968
|
+
"name": "foundationGridProActionRenderer",
|
|
2056
1969
|
"declaration": {
|
|
2057
|
-
"name": "
|
|
2058
|
-
"
|
|
1970
|
+
"name": "foundationGridProActionRenderer",
|
|
1971
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
2059
1972
|
}
|
|
2060
1973
|
}
|
|
2061
1974
|
]
|
|
2062
1975
|
},
|
|
2063
1976
|
{
|
|
2064
1977
|
"kind": "javascript-module",
|
|
2065
|
-
"path": "src/cell-
|
|
1978
|
+
"path": "src/cell-renderers/actions-menu.renderer.ts",
|
|
2066
1979
|
"declarations": [
|
|
2067
1980
|
{
|
|
2068
1981
|
"kind": "class",
|
|
2069
|
-
"description": "The
|
|
2070
|
-
"name": "
|
|
1982
|
+
"description": "The Actions Menu Renderer element.",
|
|
1983
|
+
"name": "ActionsMenuRenderer",
|
|
2071
1984
|
"members": [
|
|
2072
1985
|
{
|
|
2073
1986
|
"kind": "field",
|
|
2074
1987
|
"name": "params",
|
|
2075
1988
|
"type": {
|
|
2076
|
-
"text": "
|
|
2077
|
-
},
|
|
2078
|
-
"privacy": "public"
|
|
2079
|
-
},
|
|
2080
|
-
{
|
|
2081
|
-
"kind": "field",
|
|
2082
|
-
"name": "selectedOptions",
|
|
2083
|
-
"type": {
|
|
2084
|
-
"text": "any[]"
|
|
1989
|
+
"text": "ICellRendererParams"
|
|
2085
1990
|
},
|
|
2086
1991
|
"privacy": "public"
|
|
2087
1992
|
},
|
|
@@ -2093,7 +1998,7 @@
|
|
|
2093
1998
|
{
|
|
2094
1999
|
"name": "params",
|
|
2095
2000
|
"type": {
|
|
2096
|
-
"text": "
|
|
2001
|
+
"text": "ICellRendererParams"
|
|
2097
2002
|
}
|
|
2098
2003
|
}
|
|
2099
2004
|
]
|
|
@@ -2108,60 +2013,19 @@
|
|
|
2108
2013
|
}
|
|
2109
2014
|
}
|
|
2110
2015
|
},
|
|
2111
|
-
{
|
|
2112
|
-
"kind": "method",
|
|
2113
|
-
"name": "destroy",
|
|
2114
|
-
"privacy": "public",
|
|
2115
|
-
"return": {
|
|
2116
|
-
"type": {
|
|
2117
|
-
"text": "void"
|
|
2118
|
-
}
|
|
2119
|
-
}
|
|
2120
|
-
},
|
|
2121
2016
|
{
|
|
2122
2017
|
"kind": "method",
|
|
2123
2018
|
"name": "refresh",
|
|
2124
2019
|
"privacy": "public",
|
|
2125
|
-
"return": {
|
|
2126
|
-
"type": {
|
|
2127
|
-
"text": "boolean"
|
|
2128
|
-
}
|
|
2129
|
-
},
|
|
2130
2020
|
"parameters": [
|
|
2131
2021
|
{
|
|
2132
2022
|
"name": "params",
|
|
2133
2023
|
"type": {
|
|
2134
|
-
"text": "
|
|
2024
|
+
"text": "ICellRendererParams"
|
|
2135
2025
|
}
|
|
2136
2026
|
}
|
|
2137
2027
|
]
|
|
2138
2028
|
},
|
|
2139
|
-
{
|
|
2140
|
-
"kind": "method",
|
|
2141
|
-
"name": "getValue"
|
|
2142
|
-
},
|
|
2143
|
-
{
|
|
2144
|
-
"kind": "method",
|
|
2145
|
-
"name": "isPopup",
|
|
2146
|
-
"return": {
|
|
2147
|
-
"type": {
|
|
2148
|
-
"text": "boolean"
|
|
2149
|
-
}
|
|
2150
|
-
}
|
|
2151
|
-
},
|
|
2152
|
-
{
|
|
2153
|
-
"kind": "method",
|
|
2154
|
-
"name": "changeHandler",
|
|
2155
|
-
"parameters": [
|
|
2156
|
-
{
|
|
2157
|
-
"name": "event"
|
|
2158
|
-
}
|
|
2159
|
-
]
|
|
2160
|
-
},
|
|
2161
|
-
{
|
|
2162
|
-
"kind": "method",
|
|
2163
|
-
"name": "isCancelBeforeStart"
|
|
2164
|
-
},
|
|
2165
2029
|
{
|
|
2166
2030
|
"kind": "field",
|
|
2167
2031
|
"name": "_presentation",
|
|
@@ -2278,115 +2142,118 @@
|
|
|
2278
2142
|
"name": "FoundationElement",
|
|
2279
2143
|
"package": "@microsoft/fast-foundation"
|
|
2280
2144
|
},
|
|
2281
|
-
"tagName": "%%prefix%%-
|
|
2145
|
+
"tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
|
|
2282
2146
|
"customElement": true
|
|
2283
2147
|
},
|
|
2284
2148
|
{
|
|
2285
2149
|
"kind": "variable",
|
|
2286
|
-
"name": "
|
|
2287
|
-
"
|
|
2288
|
-
"description": "The AG Select Renderer Styles.",
|
|
2150
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
2151
|
+
"description": "A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.",
|
|
2289
2152
|
"privacy": "public"
|
|
2290
2153
|
},
|
|
2291
2154
|
{
|
|
2292
2155
|
"kind": "function",
|
|
2293
|
-
"name": "
|
|
2156
|
+
"name": "getActionsMenuDef",
|
|
2157
|
+
"return": {
|
|
2158
|
+
"type": {
|
|
2159
|
+
"text": ""
|
|
2160
|
+
}
|
|
2161
|
+
},
|
|
2294
2162
|
"parameters": [
|
|
2295
2163
|
{
|
|
2296
|
-
"name": "
|
|
2297
|
-
"
|
|
2298
|
-
|
|
2164
|
+
"name": "actions",
|
|
2165
|
+
"type": {
|
|
2166
|
+
"text": "ActionMenuItem[]"
|
|
2167
|
+
},
|
|
2168
|
+
"description": "Array of {@link @genesislcap/foundation-ui#ActionMenuItem}to be displayed in the menu.\n * "
|
|
2169
|
+
},
|
|
2170
|
+
{
|
|
2171
|
+
"name": "overrideDef",
|
|
2172
|
+
"default": "{}",
|
|
2173
|
+
"type": {
|
|
2174
|
+
"text": "ColDef"
|
|
2175
|
+
},
|
|
2176
|
+
"description": "Optional override for the ColDef. Will override any of the default values. Default is an empty object."
|
|
2177
|
+
},
|
|
2178
|
+
{
|
|
2179
|
+
"name": "customActionsOpenerName",
|
|
2180
|
+
"default": "'⋮'",
|
|
2181
|
+
"type": {
|
|
2182
|
+
"text": "string"
|
|
2183
|
+
},
|
|
2184
|
+
"description": "Optional custom name for the button that opens the menu. Default is '⋮'."
|
|
2185
|
+
},
|
|
2186
|
+
{
|
|
2187
|
+
"name": "isVertical",
|
|
2188
|
+
"default": "false",
|
|
2189
|
+
"type": {
|
|
2190
|
+
"text": "boolean"
|
|
2191
|
+
},
|
|
2192
|
+
"description": "Optional flag to display the menu vertically. Default is false (displays the menu horizontally, follow the rowHeight)."
|
|
2193
|
+
},
|
|
2194
|
+
{
|
|
2195
|
+
"name": "buttonAppearance",
|
|
2196
|
+
"optional": true,
|
|
2197
|
+
"type": {
|
|
2198
|
+
"text": "string"
|
|
2199
|
+
},
|
|
2200
|
+
"description": "Optional appearance for the button that opens the menu. Default is 'outline'."
|
|
2299
2201
|
}
|
|
2300
2202
|
],
|
|
2301
|
-
"description": "
|
|
2302
|
-
"return": {
|
|
2303
|
-
"type": {
|
|
2304
|
-
"text": ""
|
|
2305
|
-
}
|
|
2306
|
-
},
|
|
2307
|
-
"privacy": "public"
|
|
2308
|
-
},
|
|
2309
|
-
{
|
|
2310
|
-
"kind": "variable",
|
|
2311
|
-
"name": "foundationMultiselectEditor",
|
|
2203
|
+
"description": "Helper function to get ColDef https://www.ag-grid.com/javascript-data-grid/column-properties/ for Actions Menu Renderer.\nWill take the parameter values for a base ColDef and merge them with the overrideDef (if specified).",
|
|
2312
2204
|
"privacy": "public"
|
|
2313
2205
|
}
|
|
2314
2206
|
],
|
|
2315
2207
|
"exports": [
|
|
2316
2208
|
{
|
|
2317
2209
|
"kind": "js",
|
|
2318
|
-
"name": "
|
|
2319
|
-
"declaration": {
|
|
2320
|
-
"name": "MultiselectEditor",
|
|
2321
|
-
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2322
|
-
}
|
|
2323
|
-
},
|
|
2324
|
-
{
|
|
2325
|
-
"kind": "js",
|
|
2326
|
-
"name": "agMultiselectEditorStyles",
|
|
2210
|
+
"name": "ActionsMenuRenderer",
|
|
2327
2211
|
"declaration": {
|
|
2328
|
-
"name": "
|
|
2329
|
-
"module": "src/cell-
|
|
2212
|
+
"name": "ActionsMenuRenderer",
|
|
2213
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
2330
2214
|
}
|
|
2331
2215
|
},
|
|
2332
2216
|
{
|
|
2333
2217
|
"kind": "js",
|
|
2334
|
-
"name": "
|
|
2218
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
2335
2219
|
"declaration": {
|
|
2336
|
-
"name": "
|
|
2337
|
-
"module": "src/cell-
|
|
2220
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
2221
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
2338
2222
|
}
|
|
2339
2223
|
},
|
|
2340
2224
|
{
|
|
2341
2225
|
"kind": "js",
|
|
2342
|
-
"name": "
|
|
2226
|
+
"name": "getActionsMenuDef",
|
|
2343
2227
|
"declaration": {
|
|
2344
|
-
"name": "
|
|
2345
|
-
"module": "src/cell-
|
|
2228
|
+
"name": "getActionsMenuDef",
|
|
2229
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
2346
2230
|
}
|
|
2347
2231
|
}
|
|
2348
2232
|
]
|
|
2349
2233
|
},
|
|
2350
2234
|
{
|
|
2351
2235
|
"kind": "javascript-module",
|
|
2352
|
-
"path": "src/cell-
|
|
2236
|
+
"path": "src/cell-renderers/boolean.renderer.ts",
|
|
2353
2237
|
"declarations": [
|
|
2354
2238
|
{
|
|
2355
2239
|
"kind": "class",
|
|
2356
|
-
"description": "The AG
|
|
2357
|
-
"name": "
|
|
2240
|
+
"description": "The AG Boolean Renderer element.",
|
|
2241
|
+
"name": "BooleanRenderer",
|
|
2358
2242
|
"members": [
|
|
2359
2243
|
{
|
|
2360
2244
|
"kind": "field",
|
|
2361
2245
|
"name": "params",
|
|
2362
2246
|
"type": {
|
|
2363
|
-
"text": "
|
|
2364
|
-
},
|
|
2365
|
-
"privacy": "public"
|
|
2366
|
-
},
|
|
2367
|
-
{
|
|
2368
|
-
"kind": "field",
|
|
2369
|
-
"name": "value",
|
|
2370
|
-
"type": {
|
|
2371
|
-
"text": "number"
|
|
2372
|
-
},
|
|
2373
|
-
"privacy": "public"
|
|
2374
|
-
},
|
|
2375
|
-
{
|
|
2376
|
-
"kind": "field",
|
|
2377
|
-
"name": "actualWidth",
|
|
2378
|
-
"type": {
|
|
2379
|
-
"text": "number"
|
|
2247
|
+
"text": "ICellRendererParams"
|
|
2380
2248
|
},
|
|
2381
2249
|
"privacy": "public"
|
|
2382
2250
|
},
|
|
2383
2251
|
{
|
|
2384
2252
|
"kind": "field",
|
|
2385
|
-
"name": "
|
|
2253
|
+
"name": "selected",
|
|
2386
2254
|
"type": {
|
|
2387
|
-
"text": "
|
|
2388
|
-
}
|
|
2389
|
-
"privacy": "public"
|
|
2255
|
+
"text": "boolean"
|
|
2256
|
+
}
|
|
2390
2257
|
},
|
|
2391
2258
|
{
|
|
2392
2259
|
"kind": "method",
|
|
@@ -2396,11 +2263,21 @@
|
|
|
2396
2263
|
{
|
|
2397
2264
|
"name": "params",
|
|
2398
2265
|
"type": {
|
|
2399
|
-
"text": "
|
|
2266
|
+
"text": "ICellRendererParams"
|
|
2400
2267
|
}
|
|
2401
2268
|
}
|
|
2402
2269
|
]
|
|
2403
2270
|
},
|
|
2271
|
+
{
|
|
2272
|
+
"kind": "method",
|
|
2273
|
+
"name": "changeHandler",
|
|
2274
|
+
"privacy": "public",
|
|
2275
|
+
"parameters": [
|
|
2276
|
+
{
|
|
2277
|
+
"name": "e"
|
|
2278
|
+
}
|
|
2279
|
+
]
|
|
2280
|
+
},
|
|
2404
2281
|
{
|
|
2405
2282
|
"kind": "method",
|
|
2406
2283
|
"name": "getGui",
|
|
@@ -2411,20 +2288,20 @@
|
|
|
2411
2288
|
}
|
|
2412
2289
|
}
|
|
2413
2290
|
},
|
|
2291
|
+
{
|
|
2292
|
+
"kind": "method",
|
|
2293
|
+
"name": "destroy",
|
|
2294
|
+
"privacy": "public"
|
|
2295
|
+
},
|
|
2414
2296
|
{
|
|
2415
2297
|
"kind": "method",
|
|
2416
2298
|
"name": "refresh",
|
|
2417
2299
|
"privacy": "public",
|
|
2418
|
-
"return": {
|
|
2419
|
-
"type": {
|
|
2420
|
-
"text": "boolean"
|
|
2421
|
-
}
|
|
2422
|
-
},
|
|
2423
2300
|
"parameters": [
|
|
2424
2301
|
{
|
|
2425
2302
|
"name": "params",
|
|
2426
2303
|
"type": {
|
|
2427
|
-
"text": "
|
|
2304
|
+
"text": "ICellRendererParams"
|
|
2428
2305
|
}
|
|
2429
2306
|
}
|
|
2430
2307
|
]
|
|
@@ -2433,28 +2310,6 @@
|
|
|
2433
2310
|
"kind": "method",
|
|
2434
2311
|
"name": "getValue"
|
|
2435
2312
|
},
|
|
2436
|
-
{
|
|
2437
|
-
"kind": "method",
|
|
2438
|
-
"name": "isPopup",
|
|
2439
|
-
"return": {
|
|
2440
|
-
"type": {
|
|
2441
|
-
"text": "boolean"
|
|
2442
|
-
}
|
|
2443
|
-
}
|
|
2444
|
-
},
|
|
2445
|
-
{
|
|
2446
|
-
"kind": "method",
|
|
2447
|
-
"name": "afterGuiAttached"
|
|
2448
|
-
},
|
|
2449
|
-
{
|
|
2450
|
-
"kind": "method",
|
|
2451
|
-
"name": "changeHandler",
|
|
2452
|
-
"parameters": [
|
|
2453
|
-
{
|
|
2454
|
-
"name": "event"
|
|
2455
|
-
}
|
|
2456
|
-
]
|
|
2457
|
-
},
|
|
2458
2313
|
{
|
|
2459
2314
|
"kind": "method",
|
|
2460
2315
|
"name": "isCancelBeforeStart"
|
|
@@ -2575,19 +2430,19 @@
|
|
|
2575
2430
|
"name": "FoundationElement",
|
|
2576
2431
|
"package": "@microsoft/fast-foundation"
|
|
2577
2432
|
},
|
|
2578
|
-
"tagName": "%%prefix%%-
|
|
2433
|
+
"tagName": "%%prefix%%-boolean-renderer",
|
|
2579
2434
|
"customElement": true
|
|
2580
2435
|
},
|
|
2581
2436
|
{
|
|
2582
2437
|
"kind": "variable",
|
|
2583
|
-
"name": "
|
|
2584
|
-
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
2585
|
-
"description": "The AG
|
|
2438
|
+
"name": "agBooleanRendererStyles",
|
|
2439
|
+
"default": "css`\n :host {\n align-center: center;\n display: flex;\n height: 100%;\n }\n`",
|
|
2440
|
+
"description": "The AG Boolean Renderer Styles.",
|
|
2586
2441
|
"privacy": "public"
|
|
2587
2442
|
},
|
|
2588
2443
|
{
|
|
2589
2444
|
"kind": "function",
|
|
2590
|
-
"name": "
|
|
2445
|
+
"name": "getAgBooleanRendererTemplate",
|
|
2591
2446
|
"parameters": [
|
|
2592
2447
|
{
|
|
2593
2448
|
"name": "designSystem",
|
|
@@ -2595,7 +2450,7 @@
|
|
|
2595
2450
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
2596
2451
|
}
|
|
2597
2452
|
],
|
|
2598
|
-
"description": "Get a Design System prefixed
|
|
2453
|
+
"description": "Get a Design System prefixed Checkbox template.",
|
|
2599
2454
|
"return": {
|
|
2600
2455
|
"type": {
|
|
2601
2456
|
"text": ""
|
|
@@ -2605,85 +2460,61 @@
|
|
|
2605
2460
|
},
|
|
2606
2461
|
{
|
|
2607
2462
|
"kind": "variable",
|
|
2608
|
-
"name": "
|
|
2463
|
+
"name": "foundationAgBooleanRenderer",
|
|
2464
|
+
"description": "A function that returns a Foundation Boolean Renderer registration for configuring the component with a DesignSystem.",
|
|
2609
2465
|
"privacy": "public"
|
|
2610
2466
|
}
|
|
2611
2467
|
],
|
|
2612
2468
|
"exports": [
|
|
2613
2469
|
{
|
|
2614
2470
|
"kind": "js",
|
|
2615
|
-
"name": "
|
|
2471
|
+
"name": "BooleanRenderer",
|
|
2616
2472
|
"declaration": {
|
|
2617
|
-
"name": "
|
|
2618
|
-
"module": "src/cell-
|
|
2473
|
+
"name": "BooleanRenderer",
|
|
2474
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
2619
2475
|
}
|
|
2620
2476
|
},
|
|
2621
2477
|
{
|
|
2622
2478
|
"kind": "js",
|
|
2623
|
-
"name": "
|
|
2479
|
+
"name": "agBooleanRendererStyles",
|
|
2624
2480
|
"declaration": {
|
|
2625
|
-
"name": "
|
|
2626
|
-
"module": "src/cell-
|
|
2481
|
+
"name": "agBooleanRendererStyles",
|
|
2482
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
2627
2483
|
}
|
|
2628
2484
|
},
|
|
2629
2485
|
{
|
|
2630
2486
|
"kind": "js",
|
|
2631
|
-
"name": "
|
|
2487
|
+
"name": "getAgBooleanRendererTemplate",
|
|
2632
2488
|
"declaration": {
|
|
2633
|
-
"name": "
|
|
2634
|
-
"module": "src/cell-
|
|
2489
|
+
"name": "getAgBooleanRendererTemplate",
|
|
2490
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
2635
2491
|
}
|
|
2636
2492
|
},
|
|
2637
2493
|
{
|
|
2638
2494
|
"kind": "js",
|
|
2639
|
-
"name": "
|
|
2495
|
+
"name": "foundationAgBooleanRenderer",
|
|
2640
2496
|
"declaration": {
|
|
2641
|
-
"name": "
|
|
2642
|
-
"module": "src/cell-
|
|
2497
|
+
"name": "foundationAgBooleanRenderer",
|
|
2498
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
2643
2499
|
}
|
|
2644
2500
|
}
|
|
2645
2501
|
]
|
|
2646
2502
|
},
|
|
2647
2503
|
{
|
|
2648
2504
|
"kind": "javascript-module",
|
|
2649
|
-
"path": "src/cell-
|
|
2505
|
+
"path": "src/cell-renderers/editable.renderer.ts",
|
|
2650
2506
|
"declarations": [
|
|
2651
2507
|
{
|
|
2652
2508
|
"kind": "class",
|
|
2653
|
-
"description": "The AG
|
|
2654
|
-
"name": "
|
|
2509
|
+
"description": "The AG Editable Renderer element.",
|
|
2510
|
+
"name": "EditableRenderer",
|
|
2655
2511
|
"members": [
|
|
2656
2512
|
{
|
|
2657
2513
|
"kind": "field",
|
|
2658
|
-
"name": "
|
|
2659
|
-
"type": {
|
|
2660
|
-
"text": "SelectEditorParams"
|
|
2661
|
-
},
|
|
2662
|
-
"privacy": "public"
|
|
2663
|
-
},
|
|
2664
|
-
{
|
|
2665
|
-
"kind": "field",
|
|
2666
|
-
"name": "value",
|
|
2514
|
+
"name": "valueFormatted",
|
|
2667
2515
|
"type": {
|
|
2668
2516
|
"text": "string"
|
|
2669
|
-
}
|
|
2670
|
-
"privacy": "public"
|
|
2671
|
-
},
|
|
2672
|
-
{
|
|
2673
|
-
"kind": "field",
|
|
2674
|
-
"name": "actualWidth",
|
|
2675
|
-
"type": {
|
|
2676
|
-
"text": "number"
|
|
2677
|
-
},
|
|
2678
|
-
"privacy": "public"
|
|
2679
|
-
},
|
|
2680
|
-
{
|
|
2681
|
-
"kind": "field",
|
|
2682
|
-
"name": "combobox",
|
|
2683
|
-
"type": {
|
|
2684
|
-
"text": "any"
|
|
2685
|
-
},
|
|
2686
|
-
"privacy": "public"
|
|
2517
|
+
}
|
|
2687
2518
|
},
|
|
2688
2519
|
{
|
|
2689
2520
|
"kind": "method",
|
|
@@ -2693,7 +2524,7 @@
|
|
|
2693
2524
|
{
|
|
2694
2525
|
"name": "params",
|
|
2695
2526
|
"type": {
|
|
2696
|
-
"text": "
|
|
2527
|
+
"text": "ICellRendererParams"
|
|
2697
2528
|
}
|
|
2698
2529
|
}
|
|
2699
2530
|
]
|
|
@@ -2712,50 +2543,15 @@
|
|
|
2712
2543
|
"kind": "method",
|
|
2713
2544
|
"name": "refresh",
|
|
2714
2545
|
"privacy": "public",
|
|
2715
|
-
"return": {
|
|
2716
|
-
"type": {
|
|
2717
|
-
"text": "boolean"
|
|
2718
|
-
}
|
|
2719
|
-
},
|
|
2720
2546
|
"parameters": [
|
|
2721
2547
|
{
|
|
2722
2548
|
"name": "params",
|
|
2723
2549
|
"type": {
|
|
2724
|
-
"text": "
|
|
2550
|
+
"text": "ICellRendererParams"
|
|
2725
2551
|
}
|
|
2726
2552
|
}
|
|
2727
2553
|
]
|
|
2728
2554
|
},
|
|
2729
|
-
{
|
|
2730
|
-
"kind": "method",
|
|
2731
|
-
"name": "getValue"
|
|
2732
|
-
},
|
|
2733
|
-
{
|
|
2734
|
-
"kind": "method",
|
|
2735
|
-
"name": "isPopup",
|
|
2736
|
-
"return": {
|
|
2737
|
-
"type": {
|
|
2738
|
-
"text": "boolean"
|
|
2739
|
-
}
|
|
2740
|
-
}
|
|
2741
|
-
},
|
|
2742
|
-
{
|
|
2743
|
-
"kind": "method",
|
|
2744
|
-
"name": "afterGuiAttached"
|
|
2745
|
-
},
|
|
2746
|
-
{
|
|
2747
|
-
"kind": "method",
|
|
2748
|
-
"name": "changeHandler",
|
|
2749
|
-
"parameters": [
|
|
2750
|
-
{
|
|
2751
|
-
"name": "event"
|
|
2752
|
-
}
|
|
2753
|
-
]
|
|
2754
|
-
},
|
|
2755
|
-
{
|
|
2756
|
-
"kind": "method",
|
|
2757
|
-
"name": "isCancelBeforeStart"
|
|
2758
|
-
},
|
|
2759
2555
|
{
|
|
2760
2556
|
"kind": "field",
|
|
2761
2557
|
"name": "_presentation",
|
|
@@ -2872,19 +2668,19 @@
|
|
|
2872
2668
|
"name": "FoundationElement",
|
|
2873
2669
|
"package": "@microsoft/fast-foundation"
|
|
2874
2670
|
},
|
|
2875
|
-
"tagName": "%%prefix%%-
|
|
2671
|
+
"tagName": "%%prefix%%-editable-renderer",
|
|
2876
2672
|
"customElement": true
|
|
2877
2673
|
},
|
|
2878
2674
|
{
|
|
2879
2675
|
"kind": "variable",
|
|
2880
|
-
"name": "
|
|
2881
|
-
"default": "css
|
|
2882
|
-
"description": "The AG
|
|
2676
|
+
"name": "agEditableRendererStyles",
|
|
2677
|
+
"default": "css`\n :host {\n display: flex;\n justify-content: space-between;\n align-items: center;\n }\n`",
|
|
2678
|
+
"description": "The AG Editable Renderer Styles.",
|
|
2883
2679
|
"privacy": "public"
|
|
2884
2680
|
},
|
|
2885
2681
|
{
|
|
2886
2682
|
"kind": "function",
|
|
2887
|
-
"name": "
|
|
2683
|
+
"name": "getAgEditableRendererTemplate",
|
|
2888
2684
|
"parameters": [
|
|
2889
2685
|
{
|
|
2890
2686
|
"name": "designSystem",
|
|
@@ -2892,7 +2688,7 @@
|
|
|
2892
2688
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
2893
2689
|
}
|
|
2894
2690
|
],
|
|
2895
|
-
"description": "Get a Design System prefixed
|
|
2691
|
+
"description": "Get a Design System prefixed Checkbox template.",
|
|
2896
2692
|
"return": {
|
|
2897
2693
|
"type": {
|
|
2898
2694
|
"text": ""
|
|
@@ -2902,59 +2698,123 @@
|
|
|
2902
2698
|
},
|
|
2903
2699
|
{
|
|
2904
2700
|
"kind": "variable",
|
|
2905
|
-
"name": "
|
|
2701
|
+
"name": "foundationAgEditableRenderer",
|
|
2702
|
+
"description": "A function that returns a Foundation Editable Renderer registration for configuring the component with a DesignSystem.",
|
|
2906
2703
|
"privacy": "public"
|
|
2907
2704
|
}
|
|
2908
2705
|
],
|
|
2909
2706
|
"exports": [
|
|
2910
2707
|
{
|
|
2911
2708
|
"kind": "js",
|
|
2912
|
-
"name": "
|
|
2709
|
+
"name": "EditableRenderer",
|
|
2913
2710
|
"declaration": {
|
|
2914
|
-
"name": "
|
|
2915
|
-
"module": "src/cell-
|
|
2711
|
+
"name": "EditableRenderer",
|
|
2712
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
2916
2713
|
}
|
|
2917
2714
|
},
|
|
2918
2715
|
{
|
|
2919
2716
|
"kind": "js",
|
|
2920
|
-
"name": "
|
|
2717
|
+
"name": "agEditableRendererStyles",
|
|
2921
2718
|
"declaration": {
|
|
2922
|
-
"name": "
|
|
2923
|
-
"module": "src/cell-
|
|
2719
|
+
"name": "agEditableRendererStyles",
|
|
2720
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
2924
2721
|
}
|
|
2925
2722
|
},
|
|
2926
2723
|
{
|
|
2927
2724
|
"kind": "js",
|
|
2928
|
-
"name": "
|
|
2725
|
+
"name": "getAgEditableRendererTemplate",
|
|
2929
2726
|
"declaration": {
|
|
2930
|
-
"name": "
|
|
2931
|
-
"module": "src/cell-
|
|
2727
|
+
"name": "getAgEditableRendererTemplate",
|
|
2728
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
2932
2729
|
}
|
|
2933
2730
|
},
|
|
2934
2731
|
{
|
|
2935
2732
|
"kind": "js",
|
|
2936
|
-
"name": "
|
|
2733
|
+
"name": "foundationAgEditableRenderer",
|
|
2937
2734
|
"declaration": {
|
|
2938
|
-
"name": "
|
|
2939
|
-
"module": "src/cell-
|
|
2735
|
+
"name": "foundationAgEditableRenderer",
|
|
2736
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
2940
2737
|
}
|
|
2941
2738
|
}
|
|
2942
2739
|
]
|
|
2943
2740
|
},
|
|
2944
2741
|
{
|
|
2945
2742
|
"kind": "javascript-module",
|
|
2946
|
-
"path": "src/cell-
|
|
2743
|
+
"path": "src/cell-renderers/index.ts",
|
|
2744
|
+
"declarations": [],
|
|
2745
|
+
"exports": [
|
|
2746
|
+
{
|
|
2747
|
+
"kind": "js",
|
|
2748
|
+
"name": "*",
|
|
2749
|
+
"declaration": {
|
|
2750
|
+
"name": "*",
|
|
2751
|
+
"package": "./action.renderer"
|
|
2752
|
+
}
|
|
2753
|
+
},
|
|
2754
|
+
{
|
|
2755
|
+
"kind": "js",
|
|
2756
|
+
"name": "*",
|
|
2757
|
+
"declaration": {
|
|
2758
|
+
"name": "*",
|
|
2759
|
+
"package": "./actions-menu.renderer"
|
|
2760
|
+
}
|
|
2761
|
+
},
|
|
2762
|
+
{
|
|
2763
|
+
"kind": "js",
|
|
2764
|
+
"name": "*",
|
|
2765
|
+
"declaration": {
|
|
2766
|
+
"name": "*",
|
|
2767
|
+
"package": "./boolean.renderer"
|
|
2768
|
+
}
|
|
2769
|
+
},
|
|
2770
|
+
{
|
|
2771
|
+
"kind": "js",
|
|
2772
|
+
"name": "*",
|
|
2773
|
+
"declaration": {
|
|
2774
|
+
"name": "*",
|
|
2775
|
+
"package": "./editable.renderer"
|
|
2776
|
+
}
|
|
2777
|
+
},
|
|
2778
|
+
{
|
|
2779
|
+
"kind": "js",
|
|
2780
|
+
"name": "*",
|
|
2781
|
+
"declaration": {
|
|
2782
|
+
"name": "*",
|
|
2783
|
+
"package": "./text.renderer"
|
|
2784
|
+
}
|
|
2785
|
+
},
|
|
2786
|
+
{
|
|
2787
|
+
"kind": "js",
|
|
2788
|
+
"name": "*",
|
|
2789
|
+
"declaration": {
|
|
2790
|
+
"name": "*",
|
|
2791
|
+
"package": "./text-field.renderer"
|
|
2792
|
+
}
|
|
2793
|
+
},
|
|
2794
|
+
{
|
|
2795
|
+
"kind": "js",
|
|
2796
|
+
"name": "*",
|
|
2797
|
+
"declaration": {
|
|
2798
|
+
"name": "*",
|
|
2799
|
+
"package": "./select.renderer"
|
|
2800
|
+
}
|
|
2801
|
+
}
|
|
2802
|
+
]
|
|
2803
|
+
},
|
|
2804
|
+
{
|
|
2805
|
+
"kind": "javascript-module",
|
|
2806
|
+
"path": "src/cell-renderers/select.renderer.ts",
|
|
2947
2807
|
"declarations": [
|
|
2948
2808
|
{
|
|
2949
2809
|
"kind": "class",
|
|
2950
|
-
"description": "The AG
|
|
2951
|
-
"name": "
|
|
2810
|
+
"description": "The AG Select Renderer element.",
|
|
2811
|
+
"name": "SelectRenderer",
|
|
2952
2812
|
"members": [
|
|
2953
2813
|
{
|
|
2954
2814
|
"kind": "field",
|
|
2955
2815
|
"name": "params",
|
|
2956
2816
|
"type": {
|
|
2957
|
-
"text": "
|
|
2817
|
+
"text": "SelectCellRendererParams"
|
|
2958
2818
|
},
|
|
2959
2819
|
"privacy": "public"
|
|
2960
2820
|
},
|
|
@@ -2966,22 +2826,6 @@
|
|
|
2966
2826
|
},
|
|
2967
2827
|
"privacy": "public"
|
|
2968
2828
|
},
|
|
2969
|
-
{
|
|
2970
|
-
"kind": "field",
|
|
2971
|
-
"name": "actualWidth",
|
|
2972
|
-
"type": {
|
|
2973
|
-
"text": "number"
|
|
2974
|
-
},
|
|
2975
|
-
"privacy": "public"
|
|
2976
|
-
},
|
|
2977
|
-
{
|
|
2978
|
-
"kind": "field",
|
|
2979
|
-
"name": "input",
|
|
2980
|
-
"type": {
|
|
2981
|
-
"text": "any"
|
|
2982
|
-
},
|
|
2983
|
-
"privacy": "public"
|
|
2984
|
-
},
|
|
2985
2829
|
{
|
|
2986
2830
|
"kind": "method",
|
|
2987
2831
|
"name": "init",
|
|
@@ -2990,7 +2834,7 @@
|
|
|
2990
2834
|
{
|
|
2991
2835
|
"name": "params",
|
|
2992
2836
|
"type": {
|
|
2993
|
-
"text": "
|
|
2837
|
+
"text": "SelectCellRendererParams"
|
|
2994
2838
|
}
|
|
2995
2839
|
}
|
|
2996
2840
|
]
|
|
@@ -3007,51 +2851,36 @@
|
|
|
3007
2851
|
},
|
|
3008
2852
|
{
|
|
3009
2853
|
"kind": "method",
|
|
3010
|
-
"name": "
|
|
2854
|
+
"name": "destroy",
|
|
3011
2855
|
"privacy": "public",
|
|
3012
2856
|
"return": {
|
|
3013
2857
|
"type": {
|
|
3014
|
-
"text": "
|
|
3015
|
-
}
|
|
3016
|
-
},
|
|
3017
|
-
"parameters": [
|
|
3018
|
-
{
|
|
3019
|
-
"name": "params",
|
|
3020
|
-
"type": {
|
|
3021
|
-
"text": "StringEditorParams"
|
|
3022
|
-
}
|
|
2858
|
+
"text": "void"
|
|
3023
2859
|
}
|
|
3024
|
-
|
|
3025
|
-
},
|
|
3026
|
-
{
|
|
3027
|
-
"kind": "method",
|
|
3028
|
-
"name": "getValue"
|
|
2860
|
+
}
|
|
3029
2861
|
},
|
|
3030
2862
|
{
|
|
3031
2863
|
"kind": "method",
|
|
3032
|
-
"name": "
|
|
2864
|
+
"name": "refresh",
|
|
2865
|
+
"privacy": "public",
|
|
3033
2866
|
"return": {
|
|
3034
2867
|
"type": {
|
|
3035
2868
|
"text": "boolean"
|
|
3036
2869
|
}
|
|
3037
|
-
}
|
|
3038
|
-
},
|
|
3039
|
-
{
|
|
3040
|
-
"kind": "method",
|
|
3041
|
-
"name": "afterGuiAttached"
|
|
3042
|
-
},
|
|
3043
|
-
{
|
|
3044
|
-
"kind": "method",
|
|
3045
|
-
"name": "changeHandler",
|
|
2870
|
+
},
|
|
3046
2871
|
"parameters": [
|
|
3047
2872
|
{
|
|
3048
|
-
"name": "
|
|
2873
|
+
"name": "params",
|
|
2874
|
+
"type": {
|
|
2875
|
+
"text": "SelectCellRendererParams"
|
|
2876
|
+
}
|
|
3049
2877
|
}
|
|
3050
2878
|
]
|
|
3051
2879
|
},
|
|
3052
2880
|
{
|
|
3053
|
-
"kind": "
|
|
3054
|
-
"name": "
|
|
2881
|
+
"kind": "field",
|
|
2882
|
+
"name": "selectionChanged",
|
|
2883
|
+
"privacy": "public"
|
|
3055
2884
|
},
|
|
3056
2885
|
{
|
|
3057
2886
|
"kind": "field",
|
|
@@ -3169,27 +2998,30 @@
|
|
|
3169
2998
|
"name": "FoundationElement",
|
|
3170
2999
|
"package": "@microsoft/fast-foundation"
|
|
3171
3000
|
},
|
|
3172
|
-
"tagName": "%%prefix%%-
|
|
3001
|
+
"tagName": "%%prefix%%-select-renderer",
|
|
3173
3002
|
"customElement": true
|
|
3174
3003
|
},
|
|
3175
3004
|
{
|
|
3176
3005
|
"kind": "variable",
|
|
3177
|
-
"name": "
|
|
3178
|
-
"default": "css`\n :host {\n
|
|
3179
|
-
"description": "The AG
|
|
3006
|
+
"name": "agSelectRendererStyles",
|
|
3007
|
+
"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`",
|
|
3008
|
+
"description": "The AG Select Renderer Styles.",
|
|
3180
3009
|
"privacy": "public"
|
|
3181
3010
|
},
|
|
3182
3011
|
{
|
|
3183
3012
|
"kind": "function",
|
|
3184
|
-
"name": "
|
|
3013
|
+
"name": "getSelectRendererTemplate",
|
|
3185
3014
|
"parameters": [
|
|
3186
3015
|
{
|
|
3187
3016
|
"name": "designSystem",
|
|
3188
3017
|
"default": "'foundation'",
|
|
3018
|
+
"type": {
|
|
3019
|
+
"text": "string"
|
|
3020
|
+
},
|
|
3189
3021
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
3190
3022
|
}
|
|
3191
3023
|
],
|
|
3192
|
-
"description": "Get a Design System prefixed
|
|
3024
|
+
"description": "Get a Design System prefixed Select template.",
|
|
3193
3025
|
"return": {
|
|
3194
3026
|
"type": {
|
|
3195
3027
|
"text": ""
|
|
@@ -3199,67 +3031,76 @@
|
|
|
3199
3031
|
},
|
|
3200
3032
|
{
|
|
3201
3033
|
"kind": "variable",
|
|
3202
|
-
"name": "
|
|
3034
|
+
"name": "foundationAgSelectRenderer",
|
|
3035
|
+
"description": "A function that returns a Foundation Select Renderer registration for configuring the component with a DesignSystem.",
|
|
3203
3036
|
"privacy": "public"
|
|
3204
3037
|
}
|
|
3205
3038
|
],
|
|
3206
3039
|
"exports": [
|
|
3207
3040
|
{
|
|
3208
3041
|
"kind": "js",
|
|
3209
|
-
"name": "
|
|
3042
|
+
"name": "SelectRenderer",
|
|
3210
3043
|
"declaration": {
|
|
3211
|
-
"name": "
|
|
3212
|
-
"module": "src/cell-
|
|
3044
|
+
"name": "SelectRenderer",
|
|
3045
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
3213
3046
|
}
|
|
3214
3047
|
},
|
|
3215
3048
|
{
|
|
3216
3049
|
"kind": "js",
|
|
3217
|
-
"name": "
|
|
3050
|
+
"name": "agSelectRendererStyles",
|
|
3218
3051
|
"declaration": {
|
|
3219
|
-
"name": "
|
|
3220
|
-
"module": "src/cell-
|
|
3052
|
+
"name": "agSelectRendererStyles",
|
|
3053
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
3221
3054
|
}
|
|
3222
3055
|
},
|
|
3223
3056
|
{
|
|
3224
3057
|
"kind": "js",
|
|
3225
|
-
"name": "
|
|
3058
|
+
"name": "getSelectRendererTemplate",
|
|
3226
3059
|
"declaration": {
|
|
3227
|
-
"name": "
|
|
3228
|
-
"module": "src/cell-
|
|
3060
|
+
"name": "getSelectRendererTemplate",
|
|
3061
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
3229
3062
|
}
|
|
3230
3063
|
},
|
|
3231
3064
|
{
|
|
3232
3065
|
"kind": "js",
|
|
3233
|
-
"name": "
|
|
3066
|
+
"name": "foundationAgSelectRenderer",
|
|
3234
3067
|
"declaration": {
|
|
3235
|
-
"name": "
|
|
3236
|
-
"module": "src/cell-
|
|
3068
|
+
"name": "foundationAgSelectRenderer",
|
|
3069
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
3237
3070
|
}
|
|
3238
3071
|
}
|
|
3239
3072
|
]
|
|
3240
3073
|
},
|
|
3241
3074
|
{
|
|
3242
3075
|
"kind": "javascript-module",
|
|
3243
|
-
"path": "src/cell-renderers/
|
|
3076
|
+
"path": "src/cell-renderers/text-field.renderer.ts",
|
|
3244
3077
|
"declarations": [
|
|
3245
3078
|
{
|
|
3246
3079
|
"kind": "class",
|
|
3247
|
-
"description": "The AG
|
|
3248
|
-
"name": "
|
|
3080
|
+
"description": "The AG Text Field Renderer element.",
|
|
3081
|
+
"name": "AgTextFieldRenderer",
|
|
3249
3082
|
"members": [
|
|
3250
3083
|
{
|
|
3251
3084
|
"kind": "field",
|
|
3252
|
-
"name": "
|
|
3085
|
+
"name": "textField",
|
|
3253
3086
|
"type": {
|
|
3254
|
-
"text": "
|
|
3087
|
+
"text": "TextField"
|
|
3255
3088
|
},
|
|
3256
3089
|
"privacy": "public"
|
|
3257
3090
|
},
|
|
3258
3091
|
{
|
|
3259
3092
|
"kind": "field",
|
|
3260
|
-
"name": "
|
|
3093
|
+
"name": "textValue",
|
|
3261
3094
|
"type": {
|
|
3262
|
-
"text": "
|
|
3095
|
+
"text": "string"
|
|
3096
|
+
},
|
|
3097
|
+
"default": "''"
|
|
3098
|
+
},
|
|
3099
|
+
{
|
|
3100
|
+
"kind": "field",
|
|
3101
|
+
"name": "params",
|
|
3102
|
+
"type": {
|
|
3103
|
+
"text": "FuiCellRendererParams"
|
|
3263
3104
|
},
|
|
3264
3105
|
"privacy": "public"
|
|
3265
3106
|
},
|
|
@@ -3271,7 +3112,7 @@
|
|
|
3271
3112
|
{
|
|
3272
3113
|
"name": "params",
|
|
3273
3114
|
"type": {
|
|
3274
|
-
"text": "
|
|
3115
|
+
"text": "FuiCellRendererParams"
|
|
3275
3116
|
}
|
|
3276
3117
|
}
|
|
3277
3118
|
]
|
|
@@ -3286,6 +3127,11 @@
|
|
|
3286
3127
|
}
|
|
3287
3128
|
}
|
|
3288
3129
|
},
|
|
3130
|
+
{
|
|
3131
|
+
"kind": "method",
|
|
3132
|
+
"name": "destroy",
|
|
3133
|
+
"privacy": "public"
|
|
3134
|
+
},
|
|
3289
3135
|
{
|
|
3290
3136
|
"kind": "method",
|
|
3291
3137
|
"name": "refresh",
|
|
@@ -3294,35 +3140,22 @@
|
|
|
3294
3140
|
{
|
|
3295
3141
|
"name": "params",
|
|
3296
3142
|
"type": {
|
|
3297
|
-
"text": "
|
|
3143
|
+
"text": "FuiCellRendererParams"
|
|
3298
3144
|
}
|
|
3299
3145
|
}
|
|
3300
|
-
]
|
|
3301
|
-
},
|
|
3302
|
-
{
|
|
3303
|
-
"kind": "method",
|
|
3304
|
-
"name": "isDisabled",
|
|
3305
|
-
"privacy": "public",
|
|
3306
|
-
"return": {
|
|
3307
|
-
"type": {
|
|
3308
|
-
"text": "boolean"
|
|
3309
|
-
}
|
|
3310
|
-
},
|
|
3311
|
-
"parameters": [
|
|
3312
|
-
{
|
|
3313
|
-
"name": "data"
|
|
3314
|
-
}
|
|
3315
|
-
]
|
|
3316
|
-
},
|
|
3317
|
-
{
|
|
3318
|
-
"kind": "method",
|
|
3319
|
-
"name": "clickHandler",
|
|
3320
|
-
"privacy": "public"
|
|
3146
|
+
]
|
|
3321
3147
|
},
|
|
3322
3148
|
{
|
|
3323
3149
|
"kind": "field",
|
|
3324
|
-
"name": "
|
|
3325
|
-
"
|
|
3150
|
+
"name": "textChanged",
|
|
3151
|
+
"privacy": "public",
|
|
3152
|
+
"description": "On text change handler",
|
|
3153
|
+
"parameters": [
|
|
3154
|
+
{
|
|
3155
|
+
"description": "CustomEvent",
|
|
3156
|
+
"name": "e"
|
|
3157
|
+
}
|
|
3158
|
+
]
|
|
3326
3159
|
},
|
|
3327
3160
|
{
|
|
3328
3161
|
"kind": "field",
|
|
@@ -3440,80 +3273,127 @@
|
|
|
3440
3273
|
"name": "FoundationElement",
|
|
3441
3274
|
"package": "@microsoft/fast-foundation"
|
|
3442
3275
|
},
|
|
3443
|
-
"tagName": "%%prefix%%-grid-
|
|
3276
|
+
"tagName": "%%prefix%%-grid-text-field-renderer",
|
|
3444
3277
|
"customElement": true
|
|
3445
3278
|
},
|
|
3446
3279
|
{
|
|
3447
3280
|
"kind": "variable",
|
|
3448
|
-
"name": "
|
|
3449
|
-
"
|
|
3281
|
+
"name": "textFieldRendererStyles",
|
|
3282
|
+
"default": "css`\n :host {\n display: flex;\n width: 100%;\n height: 100%;\n align-center: center;\n }\n .text-renderer {\n width: 100%;\n }\n`",
|
|
3283
|
+
"description": "The AG Text Field Renderer Styles.",
|
|
3450
3284
|
"privacy": "public"
|
|
3451
3285
|
},
|
|
3452
3286
|
{
|
|
3453
|
-
"kind": "
|
|
3454
|
-
"name": "
|
|
3455
|
-
"
|
|
3456
|
-
|
|
3287
|
+
"kind": "function",
|
|
3288
|
+
"name": "getTextFieldRendererTemplate",
|
|
3289
|
+
"parameters": [
|
|
3290
|
+
{
|
|
3291
|
+
"name": "designSystem",
|
|
3292
|
+
"default": "'foundation'",
|
|
3293
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
3294
|
+
}
|
|
3295
|
+
],
|
|
3296
|
+
"description": "Get a Design System prefixed Text Field template.",
|
|
3297
|
+
"return": {
|
|
3298
|
+
"type": {
|
|
3299
|
+
"text": ""
|
|
3300
|
+
}
|
|
3301
|
+
},
|
|
3457
3302
|
"privacy": "public"
|
|
3458
3303
|
},
|
|
3459
3304
|
{
|
|
3460
3305
|
"kind": "variable",
|
|
3461
|
-
"name": "
|
|
3462
|
-
"description": "A function that returns a Foundation
|
|
3306
|
+
"name": "foundationAgTextFieldRenderer",
|
|
3307
|
+
"description": "A function that returns a Foundation Text Field Renderer registration for configuring the component with a DesignSystem.",
|
|
3463
3308
|
"privacy": "public"
|
|
3464
3309
|
}
|
|
3465
3310
|
],
|
|
3466
3311
|
"exports": [
|
|
3467
3312
|
{
|
|
3468
3313
|
"kind": "js",
|
|
3469
|
-
"name": "
|
|
3314
|
+
"name": "AgTextFieldRenderer",
|
|
3470
3315
|
"declaration": {
|
|
3471
|
-
"name": "
|
|
3472
|
-
"module": "src/cell-renderers/
|
|
3316
|
+
"name": "AgTextFieldRenderer",
|
|
3317
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3473
3318
|
}
|
|
3474
3319
|
},
|
|
3475
3320
|
{
|
|
3476
3321
|
"kind": "js",
|
|
3477
|
-
"name": "
|
|
3322
|
+
"name": "textFieldRendererStyles",
|
|
3478
3323
|
"declaration": {
|
|
3479
|
-
"name": "
|
|
3480
|
-
"module": "src/cell-renderers/
|
|
3324
|
+
"name": "textFieldRendererStyles",
|
|
3325
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3481
3326
|
}
|
|
3482
3327
|
},
|
|
3483
3328
|
{
|
|
3484
3329
|
"kind": "js",
|
|
3485
|
-
"name": "
|
|
3330
|
+
"name": "getTextFieldRendererTemplate",
|
|
3486
3331
|
"declaration": {
|
|
3487
|
-
"name": "
|
|
3488
|
-
"module": "src/cell-renderers/
|
|
3332
|
+
"name": "getTextFieldRendererTemplate",
|
|
3333
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3489
3334
|
}
|
|
3490
3335
|
},
|
|
3491
3336
|
{
|
|
3492
3337
|
"kind": "js",
|
|
3493
|
-
"name": "
|
|
3338
|
+
"name": "foundationAgTextFieldRenderer",
|
|
3494
3339
|
"declaration": {
|
|
3495
|
-
"name": "
|
|
3496
|
-
"module": "src/cell-renderers/
|
|
3340
|
+
"name": "foundationAgTextFieldRenderer",
|
|
3341
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3497
3342
|
}
|
|
3498
3343
|
}
|
|
3499
3344
|
]
|
|
3500
3345
|
},
|
|
3501
3346
|
{
|
|
3502
3347
|
"kind": "javascript-module",
|
|
3503
|
-
"path": "src/cell-renderers/
|
|
3348
|
+
"path": "src/cell-renderers/text.renderer.ts",
|
|
3504
3349
|
"declarations": [
|
|
3505
3350
|
{
|
|
3506
3351
|
"kind": "class",
|
|
3507
|
-
"description": "
|
|
3508
|
-
"name": "
|
|
3352
|
+
"description": "",
|
|
3353
|
+
"name": "AgTextRenderer",
|
|
3354
|
+
"superclass": {
|
|
3355
|
+
"name": "AgTextFieldRenderer",
|
|
3356
|
+
"module": "/src/cell-renderers/text-field.renderer"
|
|
3357
|
+
},
|
|
3358
|
+
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
3359
|
+
"tagName": "%%prefix%%-grid-text-renderer",
|
|
3360
|
+
"customElement": true,
|
|
3509
3361
|
"members": [
|
|
3362
|
+
{
|
|
3363
|
+
"kind": "field",
|
|
3364
|
+
"name": "textField",
|
|
3365
|
+
"type": {
|
|
3366
|
+
"text": "TextField"
|
|
3367
|
+
},
|
|
3368
|
+
"privacy": "public",
|
|
3369
|
+
"inheritedFrom": {
|
|
3370
|
+
"name": "AgTextFieldRenderer",
|
|
3371
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3372
|
+
}
|
|
3373
|
+
},
|
|
3374
|
+
{
|
|
3375
|
+
"kind": "field",
|
|
3376
|
+
"name": "textValue",
|
|
3377
|
+
"type": {
|
|
3378
|
+
"text": "string"
|
|
3379
|
+
},
|
|
3380
|
+
"default": "''",
|
|
3381
|
+
"inheritedFrom": {
|
|
3382
|
+
"name": "AgTextFieldRenderer",
|
|
3383
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3384
|
+
}
|
|
3385
|
+
},
|
|
3510
3386
|
{
|
|
3511
3387
|
"kind": "field",
|
|
3512
3388
|
"name": "params",
|
|
3513
3389
|
"type": {
|
|
3514
|
-
"text": "
|
|
3390
|
+
"text": "FuiCellRendererParams"
|
|
3515
3391
|
},
|
|
3516
|
-
"privacy": "public"
|
|
3392
|
+
"privacy": "public",
|
|
3393
|
+
"inheritedFrom": {
|
|
3394
|
+
"name": "AgTextFieldRenderer",
|
|
3395
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3396
|
+
}
|
|
3517
3397
|
},
|
|
3518
3398
|
{
|
|
3519
3399
|
"kind": "method",
|
|
@@ -3523,10 +3403,14 @@
|
|
|
3523
3403
|
{
|
|
3524
3404
|
"name": "params",
|
|
3525
3405
|
"type": {
|
|
3526
|
-
"text": "
|
|
3406
|
+
"text": "FuiCellRendererParams"
|
|
3527
3407
|
}
|
|
3528
3408
|
}
|
|
3529
|
-
]
|
|
3409
|
+
],
|
|
3410
|
+
"inheritedFrom": {
|
|
3411
|
+
"name": "AgTextFieldRenderer",
|
|
3412
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3413
|
+
}
|
|
3530
3414
|
},
|
|
3531
3415
|
{
|
|
3532
3416
|
"kind": "method",
|
|
@@ -3536,6 +3420,19 @@
|
|
|
3536
3420
|
"type": {
|
|
3537
3421
|
"text": "HTMLElement"
|
|
3538
3422
|
}
|
|
3423
|
+
},
|
|
3424
|
+
"inheritedFrom": {
|
|
3425
|
+
"name": "AgTextFieldRenderer",
|
|
3426
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3427
|
+
}
|
|
3428
|
+
},
|
|
3429
|
+
{
|
|
3430
|
+
"kind": "method",
|
|
3431
|
+
"name": "destroy",
|
|
3432
|
+
"privacy": "public",
|
|
3433
|
+
"inheritedFrom": {
|
|
3434
|
+
"name": "AgTextFieldRenderer",
|
|
3435
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3539
3436
|
}
|
|
3540
3437
|
},
|
|
3541
3438
|
{
|
|
@@ -3546,10 +3443,30 @@
|
|
|
3546
3443
|
{
|
|
3547
3444
|
"name": "params",
|
|
3548
3445
|
"type": {
|
|
3549
|
-
"text": "
|
|
3446
|
+
"text": "FuiCellRendererParams"
|
|
3550
3447
|
}
|
|
3551
3448
|
}
|
|
3552
|
-
]
|
|
3449
|
+
],
|
|
3450
|
+
"inheritedFrom": {
|
|
3451
|
+
"name": "AgTextFieldRenderer",
|
|
3452
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3453
|
+
}
|
|
3454
|
+
},
|
|
3455
|
+
{
|
|
3456
|
+
"kind": "field",
|
|
3457
|
+
"name": "textChanged",
|
|
3458
|
+
"privacy": "public",
|
|
3459
|
+
"description": "On text change handler",
|
|
3460
|
+
"parameters": [
|
|
3461
|
+
{
|
|
3462
|
+
"description": "CustomEvent",
|
|
3463
|
+
"name": "e"
|
|
3464
|
+
}
|
|
3465
|
+
],
|
|
3466
|
+
"inheritedFrom": {
|
|
3467
|
+
"name": "AgTextFieldRenderer",
|
|
3468
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
3469
|
+
}
|
|
3553
3470
|
},
|
|
3554
3471
|
{
|
|
3555
3472
|
"kind": "field",
|
|
@@ -3662,122 +3579,116 @@
|
|
|
3662
3579
|
"module": "src/foundation-element/foundation-element.ts"
|
|
3663
3580
|
}
|
|
3664
3581
|
}
|
|
3665
|
-
]
|
|
3666
|
-
"superclass": {
|
|
3667
|
-
"name": "FoundationElement",
|
|
3668
|
-
"package": "@microsoft/fast-foundation"
|
|
3669
|
-
},
|
|
3670
|
-
"tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
|
|
3671
|
-
"customElement": true
|
|
3582
|
+
]
|
|
3672
3583
|
},
|
|
3673
3584
|
{
|
|
3674
3585
|
"kind": "variable",
|
|
3675
|
-
"name": "
|
|
3676
|
-
"
|
|
3677
|
-
"privacy": "public"
|
|
3586
|
+
"name": "textRendererStyles",
|
|
3587
|
+
"default": "textFieldRendererStyles",
|
|
3588
|
+
"privacy": "public",
|
|
3589
|
+
"deprecated": "- Use textFieldRendererStyles instead"
|
|
3678
3590
|
},
|
|
3679
3591
|
{
|
|
3680
|
-
"kind": "
|
|
3681
|
-
"name": "
|
|
3682
|
-
"
|
|
3683
|
-
|
|
3684
|
-
|
|
3685
|
-
|
|
3686
|
-
|
|
3687
|
-
"
|
|
3688
|
-
|
|
3689
|
-
|
|
3690
|
-
|
|
3691
|
-
|
|
3692
|
-
},
|
|
3693
|
-
"description": "Array of {@link @genesislcap/foundation-ui#ActionMenuItem}to be displayed in the menu.\n * "
|
|
3694
|
-
},
|
|
3695
|
-
{
|
|
3696
|
-
"name": "overrideDef",
|
|
3697
|
-
"default": "{}",
|
|
3698
|
-
"type": {
|
|
3699
|
-
"text": "ColDef"
|
|
3700
|
-
},
|
|
3701
|
-
"description": "Optional override for the ColDef. Will override any of the default values. Default is an empty object."
|
|
3702
|
-
},
|
|
3703
|
-
{
|
|
3704
|
-
"name": "customActionsOpenerName",
|
|
3705
|
-
"default": "'⋮'",
|
|
3706
|
-
"type": {
|
|
3707
|
-
"text": "string"
|
|
3708
|
-
},
|
|
3709
|
-
"description": "Optional custom name for the button that opens the menu. Default is '⋮'."
|
|
3710
|
-
},
|
|
3711
|
-
{
|
|
3712
|
-
"name": "isVertical",
|
|
3713
|
-
"default": "false",
|
|
3714
|
-
"type": {
|
|
3715
|
-
"text": "boolean"
|
|
3716
|
-
},
|
|
3717
|
-
"description": "Optional flag to display the menu vertically. Default is false (displays the menu horizontally, follow the rowHeight)."
|
|
3718
|
-
},
|
|
3719
|
-
{
|
|
3720
|
-
"name": "buttonAppearance",
|
|
3721
|
-
"optional": true,
|
|
3722
|
-
"type": {
|
|
3723
|
-
"text": "string"
|
|
3724
|
-
},
|
|
3725
|
-
"description": "Optional appearance for the button that opens the menu. Default is 'outline'."
|
|
3726
|
-
}
|
|
3727
|
-
],
|
|
3728
|
-
"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).",
|
|
3729
|
-
"privacy": "public"
|
|
3592
|
+
"kind": "variable",
|
|
3593
|
+
"name": "getTextRendererTemplate",
|
|
3594
|
+
"default": "getTextFieldRendererTemplate",
|
|
3595
|
+
"privacy": "public",
|
|
3596
|
+
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
3597
|
+
},
|
|
3598
|
+
{
|
|
3599
|
+
"kind": "variable",
|
|
3600
|
+
"name": "foundationAgTextRenderer",
|
|
3601
|
+
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
3602
|
+
"privacy": "public",
|
|
3603
|
+
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
3730
3604
|
}
|
|
3731
3605
|
],
|
|
3732
3606
|
"exports": [
|
|
3733
3607
|
{
|
|
3734
3608
|
"kind": "js",
|
|
3735
|
-
"name": "
|
|
3609
|
+
"name": "AgTextRenderer",
|
|
3736
3610
|
"declaration": {
|
|
3737
|
-
"name": "
|
|
3738
|
-
"module": "src/cell-renderers/
|
|
3611
|
+
"name": "AgTextRenderer",
|
|
3612
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
3739
3613
|
}
|
|
3740
3614
|
},
|
|
3741
3615
|
{
|
|
3742
3616
|
"kind": "js",
|
|
3743
|
-
"name": "
|
|
3617
|
+
"name": "textRendererStyles",
|
|
3744
3618
|
"declaration": {
|
|
3745
|
-
"name": "
|
|
3746
|
-
"module": "src/cell-renderers/
|
|
3619
|
+
"name": "textRendererStyles",
|
|
3620
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
3747
3621
|
}
|
|
3748
3622
|
},
|
|
3749
3623
|
{
|
|
3750
3624
|
"kind": "js",
|
|
3751
|
-
"name": "
|
|
3625
|
+
"name": "getTextRendererTemplate",
|
|
3752
3626
|
"declaration": {
|
|
3753
|
-
"name": "
|
|
3754
|
-
"module": "src/cell-renderers/
|
|
3627
|
+
"name": "getTextRendererTemplate",
|
|
3628
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
3629
|
+
}
|
|
3630
|
+
},
|
|
3631
|
+
{
|
|
3632
|
+
"kind": "js",
|
|
3633
|
+
"name": "foundationAgTextRenderer",
|
|
3634
|
+
"declaration": {
|
|
3635
|
+
"name": "foundationAgTextRenderer",
|
|
3636
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
3755
3637
|
}
|
|
3756
3638
|
}
|
|
3757
3639
|
]
|
|
3758
3640
|
},
|
|
3759
3641
|
{
|
|
3760
3642
|
"kind": "javascript-module",
|
|
3761
|
-
"path": "src/cell-
|
|
3643
|
+
"path": "src/cell-editors/date.editor.ts",
|
|
3762
3644
|
"declarations": [
|
|
3763
3645
|
{
|
|
3764
3646
|
"kind": "class",
|
|
3765
|
-
"description": "The AG
|
|
3766
|
-
"name": "
|
|
3647
|
+
"description": "The AG Date Editor element.",
|
|
3648
|
+
"name": "DateEditor",
|
|
3767
3649
|
"members": [
|
|
3768
3650
|
{
|
|
3769
3651
|
"kind": "field",
|
|
3770
|
-
"name": "
|
|
3652
|
+
"name": "value",
|
|
3771
3653
|
"type": {
|
|
3772
|
-
"text": "
|
|
3654
|
+
"text": "number"
|
|
3773
3655
|
},
|
|
3774
3656
|
"privacy": "public"
|
|
3775
3657
|
},
|
|
3776
3658
|
{
|
|
3777
3659
|
"kind": "field",
|
|
3778
|
-
"name": "
|
|
3660
|
+
"name": "actualWidth",
|
|
3779
3661
|
"type": {
|
|
3780
|
-
"text": "
|
|
3662
|
+
"text": "number"
|
|
3663
|
+
},
|
|
3664
|
+
"privacy": "public"
|
|
3665
|
+
},
|
|
3666
|
+
{
|
|
3667
|
+
"kind": "field",
|
|
3668
|
+
"name": "params",
|
|
3669
|
+
"type": {
|
|
3670
|
+
"text": "DateEditorParams"
|
|
3671
|
+
}
|
|
3672
|
+
},
|
|
3673
|
+
{
|
|
3674
|
+
"kind": "field",
|
|
3675
|
+
"name": "dateFormat",
|
|
3676
|
+
"type": {
|
|
3677
|
+
"text": "string"
|
|
3678
|
+
}
|
|
3679
|
+
},
|
|
3680
|
+
{
|
|
3681
|
+
"kind": "field",
|
|
3682
|
+
"name": "input",
|
|
3683
|
+
"type": {
|
|
3684
|
+
"text": "any"
|
|
3685
|
+
}
|
|
3686
|
+
},
|
|
3687
|
+
{
|
|
3688
|
+
"kind": "field",
|
|
3689
|
+
"name": "inputType",
|
|
3690
|
+
"type": {
|
|
3691
|
+
"text": "'datetime-local' | 'date'"
|
|
3781
3692
|
}
|
|
3782
3693
|
},
|
|
3783
3694
|
{
|
|
@@ -3788,21 +3699,11 @@
|
|
|
3788
3699
|
{
|
|
3789
3700
|
"name": "params",
|
|
3790
3701
|
"type": {
|
|
3791
|
-
"text": "
|
|
3702
|
+
"text": "DateEditorParams"
|
|
3792
3703
|
}
|
|
3793
3704
|
}
|
|
3794
3705
|
]
|
|
3795
3706
|
},
|
|
3796
|
-
{
|
|
3797
|
-
"kind": "method",
|
|
3798
|
-
"name": "changeHandler",
|
|
3799
|
-
"privacy": "public",
|
|
3800
|
-
"parameters": [
|
|
3801
|
-
{
|
|
3802
|
-
"name": "e"
|
|
3803
|
-
}
|
|
3804
|
-
]
|
|
3805
|
-
},
|
|
3806
3707
|
{
|
|
3807
3708
|
"kind": "method",
|
|
3808
3709
|
"name": "getGui",
|
|
@@ -3813,20 +3714,20 @@
|
|
|
3813
3714
|
}
|
|
3814
3715
|
}
|
|
3815
3716
|
},
|
|
3816
|
-
{
|
|
3817
|
-
"kind": "method",
|
|
3818
|
-
"name": "destroy",
|
|
3819
|
-
"privacy": "public"
|
|
3820
|
-
},
|
|
3821
3717
|
{
|
|
3822
3718
|
"kind": "method",
|
|
3823
3719
|
"name": "refresh",
|
|
3824
3720
|
"privacy": "public",
|
|
3721
|
+
"return": {
|
|
3722
|
+
"type": {
|
|
3723
|
+
"text": "boolean"
|
|
3724
|
+
}
|
|
3725
|
+
},
|
|
3825
3726
|
"parameters": [
|
|
3826
3727
|
{
|
|
3827
3728
|
"name": "params",
|
|
3828
3729
|
"type": {
|
|
3829
|
-
"text": "
|
|
3730
|
+
"text": "DateEditorParams"
|
|
3830
3731
|
}
|
|
3831
3732
|
}
|
|
3832
3733
|
]
|
|
@@ -3835,6 +3736,28 @@
|
|
|
3835
3736
|
"kind": "method",
|
|
3836
3737
|
"name": "getValue"
|
|
3837
3738
|
},
|
|
3739
|
+
{
|
|
3740
|
+
"kind": "method",
|
|
3741
|
+
"name": "isPopup",
|
|
3742
|
+
"return": {
|
|
3743
|
+
"type": {
|
|
3744
|
+
"text": "boolean"
|
|
3745
|
+
}
|
|
3746
|
+
}
|
|
3747
|
+
},
|
|
3748
|
+
{
|
|
3749
|
+
"kind": "method",
|
|
3750
|
+
"name": "changeHandler",
|
|
3751
|
+
"parameters": [
|
|
3752
|
+
{
|
|
3753
|
+
"name": "event"
|
|
3754
|
+
}
|
|
3755
|
+
]
|
|
3756
|
+
},
|
|
3757
|
+
{
|
|
3758
|
+
"kind": "method",
|
|
3759
|
+
"name": "afterGuiAttached"
|
|
3760
|
+
},
|
|
3838
3761
|
{
|
|
3839
3762
|
"kind": "method",
|
|
3840
3763
|
"name": "isCancelBeforeStart"
|
|
@@ -3955,27 +3878,27 @@
|
|
|
3955
3878
|
"name": "FoundationElement",
|
|
3956
3879
|
"package": "@microsoft/fast-foundation"
|
|
3957
3880
|
},
|
|
3958
|
-
"tagName": "%%prefix%%-
|
|
3881
|
+
"tagName": "%%prefix%%-date-editor",
|
|
3959
3882
|
"customElement": true
|
|
3960
3883
|
},
|
|
3961
3884
|
{
|
|
3962
3885
|
"kind": "variable",
|
|
3963
|
-
"name": "
|
|
3964
|
-
"default": "css`\n :host {\n
|
|
3965
|
-
"description": "The AG
|
|
3886
|
+
"name": "agDateEditorStyles",
|
|
3887
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
3888
|
+
"description": "The AG Select Renderer Styles.",
|
|
3966
3889
|
"privacy": "public"
|
|
3967
3890
|
},
|
|
3968
3891
|
{
|
|
3969
3892
|
"kind": "function",
|
|
3970
|
-
"name": "
|
|
3893
|
+
"name": "getDateEditorTemplate",
|
|
3971
3894
|
"parameters": [
|
|
3972
3895
|
{
|
|
3973
|
-
"name": "
|
|
3896
|
+
"name": "prefix",
|
|
3974
3897
|
"default": "'foundation'",
|
|
3975
3898
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
3976
3899
|
}
|
|
3977
3900
|
],
|
|
3978
|
-
"description": "Get a Design System prefixed
|
|
3901
|
+
"description": "Get a Design System prefixed Select template.",
|
|
3979
3902
|
"return": {
|
|
3980
3903
|
"type": {
|
|
3981
3904
|
"text": ""
|
|
@@ -3985,61 +3908,116 @@
|
|
|
3985
3908
|
},
|
|
3986
3909
|
{
|
|
3987
3910
|
"kind": "variable",
|
|
3988
|
-
"name": "
|
|
3989
|
-
"description": "A function that returns a Foundation Boolean Renderer registration for configuring the component with a DesignSystem.",
|
|
3911
|
+
"name": "foundationDateEditor",
|
|
3990
3912
|
"privacy": "public"
|
|
3991
3913
|
}
|
|
3992
3914
|
],
|
|
3993
3915
|
"exports": [
|
|
3994
3916
|
{
|
|
3995
3917
|
"kind": "js",
|
|
3996
|
-
"name": "
|
|
3918
|
+
"name": "DateEditor",
|
|
3997
3919
|
"declaration": {
|
|
3998
|
-
"name": "
|
|
3999
|
-
"module": "src/cell-
|
|
3920
|
+
"name": "DateEditor",
|
|
3921
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
4000
3922
|
}
|
|
4001
3923
|
},
|
|
4002
3924
|
{
|
|
4003
3925
|
"kind": "js",
|
|
4004
|
-
"name": "
|
|
3926
|
+
"name": "agDateEditorStyles",
|
|
4005
3927
|
"declaration": {
|
|
4006
|
-
"name": "
|
|
4007
|
-
"module": "src/cell-
|
|
3928
|
+
"name": "agDateEditorStyles",
|
|
3929
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
4008
3930
|
}
|
|
4009
3931
|
},
|
|
4010
3932
|
{
|
|
4011
3933
|
"kind": "js",
|
|
4012
|
-
"name": "
|
|
3934
|
+
"name": "getDateEditorTemplate",
|
|
4013
3935
|
"declaration": {
|
|
4014
|
-
"name": "
|
|
4015
|
-
"module": "src/cell-
|
|
3936
|
+
"name": "getDateEditorTemplate",
|
|
3937
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
4016
3938
|
}
|
|
4017
3939
|
},
|
|
4018
3940
|
{
|
|
4019
3941
|
"kind": "js",
|
|
4020
|
-
"name": "
|
|
3942
|
+
"name": "foundationDateEditor",
|
|
4021
3943
|
"declaration": {
|
|
4022
|
-
"name": "
|
|
4023
|
-
"module": "src/cell-
|
|
3944
|
+
"name": "foundationDateEditor",
|
|
3945
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
4024
3946
|
}
|
|
4025
3947
|
}
|
|
4026
3948
|
]
|
|
4027
3949
|
},
|
|
4028
3950
|
{
|
|
4029
3951
|
"kind": "javascript-module",
|
|
4030
|
-
"path": "src/cell-
|
|
3952
|
+
"path": "src/cell-editors/index.ts",
|
|
3953
|
+
"declarations": [],
|
|
3954
|
+
"exports": [
|
|
3955
|
+
{
|
|
3956
|
+
"kind": "js",
|
|
3957
|
+
"name": "*",
|
|
3958
|
+
"declaration": {
|
|
3959
|
+
"name": "*",
|
|
3960
|
+
"package": "./date.editor"
|
|
3961
|
+
}
|
|
3962
|
+
},
|
|
3963
|
+
{
|
|
3964
|
+
"kind": "js",
|
|
3965
|
+
"name": "*",
|
|
3966
|
+
"declaration": {
|
|
3967
|
+
"name": "*",
|
|
3968
|
+
"package": "./multiselect.editor"
|
|
3969
|
+
}
|
|
3970
|
+
},
|
|
3971
|
+
{
|
|
3972
|
+
"kind": "js",
|
|
3973
|
+
"name": "*",
|
|
3974
|
+
"declaration": {
|
|
3975
|
+
"name": "*",
|
|
3976
|
+
"package": "./number.editor"
|
|
3977
|
+
}
|
|
3978
|
+
},
|
|
3979
|
+
{
|
|
3980
|
+
"kind": "js",
|
|
3981
|
+
"name": "*",
|
|
3982
|
+
"declaration": {
|
|
3983
|
+
"name": "*",
|
|
3984
|
+
"package": "./select.editor"
|
|
3985
|
+
}
|
|
3986
|
+
},
|
|
3987
|
+
{
|
|
3988
|
+
"kind": "js",
|
|
3989
|
+
"name": "*",
|
|
3990
|
+
"declaration": {
|
|
3991
|
+
"name": "*",
|
|
3992
|
+
"package": "./string.editor"
|
|
3993
|
+
}
|
|
3994
|
+
}
|
|
3995
|
+
]
|
|
3996
|
+
},
|
|
3997
|
+
{
|
|
3998
|
+
"kind": "javascript-module",
|
|
3999
|
+
"path": "src/cell-editors/multiselect.editor.ts",
|
|
4031
4000
|
"declarations": [
|
|
4032
4001
|
{
|
|
4033
4002
|
"kind": "class",
|
|
4034
|
-
"description": "The AG
|
|
4035
|
-
"name": "
|
|
4003
|
+
"description": "The AG Multiselect Editor element.",
|
|
4004
|
+
"name": "MultiselectEditor",
|
|
4036
4005
|
"members": [
|
|
4037
4006
|
{
|
|
4038
4007
|
"kind": "field",
|
|
4039
|
-
"name": "
|
|
4008
|
+
"name": "params",
|
|
4040
4009
|
"type": {
|
|
4041
|
-
"text": "
|
|
4042
|
-
}
|
|
4010
|
+
"text": "MultiselectEditorParams"
|
|
4011
|
+
},
|
|
4012
|
+
"privacy": "public"
|
|
4013
|
+
},
|
|
4014
|
+
{
|
|
4015
|
+
"kind": "field",
|
|
4016
|
+
"name": "selectedOptions",
|
|
4017
|
+
"type": {
|
|
4018
|
+
"text": "any[]"
|
|
4019
|
+
},
|
|
4020
|
+
"privacy": "public"
|
|
4043
4021
|
},
|
|
4044
4022
|
{
|
|
4045
4023
|
"kind": "method",
|
|
@@ -4049,7 +4027,7 @@
|
|
|
4049
4027
|
{
|
|
4050
4028
|
"name": "params",
|
|
4051
4029
|
"type": {
|
|
4052
|
-
"text": "
|
|
4030
|
+
"text": "MultiselectEditorParams"
|
|
4053
4031
|
}
|
|
4054
4032
|
}
|
|
4055
4033
|
]
|
|
@@ -4064,19 +4042,60 @@
|
|
|
4064
4042
|
}
|
|
4065
4043
|
}
|
|
4066
4044
|
},
|
|
4045
|
+
{
|
|
4046
|
+
"kind": "method",
|
|
4047
|
+
"name": "destroy",
|
|
4048
|
+
"privacy": "public",
|
|
4049
|
+
"return": {
|
|
4050
|
+
"type": {
|
|
4051
|
+
"text": "void"
|
|
4052
|
+
}
|
|
4053
|
+
}
|
|
4054
|
+
},
|
|
4067
4055
|
{
|
|
4068
4056
|
"kind": "method",
|
|
4069
4057
|
"name": "refresh",
|
|
4070
4058
|
"privacy": "public",
|
|
4059
|
+
"return": {
|
|
4060
|
+
"type": {
|
|
4061
|
+
"text": "boolean"
|
|
4062
|
+
}
|
|
4063
|
+
},
|
|
4071
4064
|
"parameters": [
|
|
4072
4065
|
{
|
|
4073
4066
|
"name": "params",
|
|
4074
4067
|
"type": {
|
|
4075
|
-
"text": "
|
|
4068
|
+
"text": "MultiselectEditorParams"
|
|
4076
4069
|
}
|
|
4077
4070
|
}
|
|
4078
4071
|
]
|
|
4079
4072
|
},
|
|
4073
|
+
{
|
|
4074
|
+
"kind": "method",
|
|
4075
|
+
"name": "getValue"
|
|
4076
|
+
},
|
|
4077
|
+
{
|
|
4078
|
+
"kind": "method",
|
|
4079
|
+
"name": "isPopup",
|
|
4080
|
+
"return": {
|
|
4081
|
+
"type": {
|
|
4082
|
+
"text": "boolean"
|
|
4083
|
+
}
|
|
4084
|
+
}
|
|
4085
|
+
},
|
|
4086
|
+
{
|
|
4087
|
+
"kind": "method",
|
|
4088
|
+
"name": "changeHandler",
|
|
4089
|
+
"parameters": [
|
|
4090
|
+
{
|
|
4091
|
+
"name": "event"
|
|
4092
|
+
}
|
|
4093
|
+
]
|
|
4094
|
+
},
|
|
4095
|
+
{
|
|
4096
|
+
"kind": "method",
|
|
4097
|
+
"name": "isCancelBeforeStart"
|
|
4098
|
+
},
|
|
4080
4099
|
{
|
|
4081
4100
|
"kind": "field",
|
|
4082
4101
|
"name": "_presentation",
|
|
@@ -4193,19 +4212,19 @@
|
|
|
4193
4212
|
"name": "FoundationElement",
|
|
4194
4213
|
"package": "@microsoft/fast-foundation"
|
|
4195
4214
|
},
|
|
4196
|
-
"tagName": "%%prefix%%-
|
|
4215
|
+
"tagName": "%%prefix%%-multiselect-editor",
|
|
4197
4216
|
"customElement": true
|
|
4198
4217
|
},
|
|
4199
4218
|
{
|
|
4200
4219
|
"kind": "variable",
|
|
4201
|
-
"name": "
|
|
4202
|
-
"default": "css
|
|
4203
|
-
"description": "The AG
|
|
4220
|
+
"name": "agMultiselectEditorStyles",
|
|
4221
|
+
"default": "css``",
|
|
4222
|
+
"description": "The AG Select Renderer Styles.",
|
|
4204
4223
|
"privacy": "public"
|
|
4205
4224
|
},
|
|
4206
4225
|
{
|
|
4207
4226
|
"kind": "function",
|
|
4208
|
-
"name": "
|
|
4227
|
+
"name": "getMultiselectEditorTemplate",
|
|
4209
4228
|
"parameters": [
|
|
4210
4229
|
{
|
|
4211
4230
|
"name": "designSystem",
|
|
@@ -4213,7 +4232,7 @@
|
|
|
4213
4232
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4214
4233
|
}
|
|
4215
4234
|
],
|
|
4216
|
-
"description": "Get a Design System prefixed
|
|
4235
|
+
"description": "Get a Design System prefixed Select template.",
|
|
4217
4236
|
"return": {
|
|
4218
4237
|
"type": {
|
|
4219
4238
|
"text": ""
|
|
@@ -4223,123 +4242,59 @@
|
|
|
4223
4242
|
},
|
|
4224
4243
|
{
|
|
4225
4244
|
"kind": "variable",
|
|
4226
|
-
"name": "
|
|
4227
|
-
"description": "A function that returns a Foundation Editable Renderer registration for configuring the component with a DesignSystem.",
|
|
4245
|
+
"name": "foundationMultiselectEditor",
|
|
4228
4246
|
"privacy": "public"
|
|
4229
4247
|
}
|
|
4230
4248
|
],
|
|
4231
4249
|
"exports": [
|
|
4232
4250
|
{
|
|
4233
4251
|
"kind": "js",
|
|
4234
|
-
"name": "
|
|
4235
|
-
"declaration": {
|
|
4236
|
-
"name": "EditableRenderer",
|
|
4237
|
-
"module": "src/cell-renderers/editable.renderer.ts"
|
|
4238
|
-
}
|
|
4239
|
-
},
|
|
4240
|
-
{
|
|
4241
|
-
"kind": "js",
|
|
4242
|
-
"name": "agEditableRendererStyles",
|
|
4243
|
-
"declaration": {
|
|
4244
|
-
"name": "agEditableRendererStyles",
|
|
4245
|
-
"module": "src/cell-renderers/editable.renderer.ts"
|
|
4246
|
-
}
|
|
4247
|
-
},
|
|
4248
|
-
{
|
|
4249
|
-
"kind": "js",
|
|
4250
|
-
"name": "getAgEditableRendererTemplate",
|
|
4251
|
-
"declaration": {
|
|
4252
|
-
"name": "getAgEditableRendererTemplate",
|
|
4253
|
-
"module": "src/cell-renderers/editable.renderer.ts"
|
|
4254
|
-
}
|
|
4255
|
-
},
|
|
4256
|
-
{
|
|
4257
|
-
"kind": "js",
|
|
4258
|
-
"name": "foundationAgEditableRenderer",
|
|
4259
|
-
"declaration": {
|
|
4260
|
-
"name": "foundationAgEditableRenderer",
|
|
4261
|
-
"module": "src/cell-renderers/editable.renderer.ts"
|
|
4262
|
-
}
|
|
4263
|
-
}
|
|
4264
|
-
]
|
|
4265
|
-
},
|
|
4266
|
-
{
|
|
4267
|
-
"kind": "javascript-module",
|
|
4268
|
-
"path": "src/cell-renderers/index.ts",
|
|
4269
|
-
"declarations": [],
|
|
4270
|
-
"exports": [
|
|
4271
|
-
{
|
|
4272
|
-
"kind": "js",
|
|
4273
|
-
"name": "*",
|
|
4274
|
-
"declaration": {
|
|
4275
|
-
"name": "*",
|
|
4276
|
-
"package": "./action.renderer"
|
|
4277
|
-
}
|
|
4278
|
-
},
|
|
4279
|
-
{
|
|
4280
|
-
"kind": "js",
|
|
4281
|
-
"name": "*",
|
|
4282
|
-
"declaration": {
|
|
4283
|
-
"name": "*",
|
|
4284
|
-
"package": "./actions-menu.renderer"
|
|
4285
|
-
}
|
|
4286
|
-
},
|
|
4287
|
-
{
|
|
4288
|
-
"kind": "js",
|
|
4289
|
-
"name": "*",
|
|
4290
|
-
"declaration": {
|
|
4291
|
-
"name": "*",
|
|
4292
|
-
"package": "./boolean.renderer"
|
|
4293
|
-
}
|
|
4294
|
-
},
|
|
4295
|
-
{
|
|
4296
|
-
"kind": "js",
|
|
4297
|
-
"name": "*",
|
|
4252
|
+
"name": "MultiselectEditor",
|
|
4298
4253
|
"declaration": {
|
|
4299
|
-
"name": "
|
|
4300
|
-
"
|
|
4254
|
+
"name": "MultiselectEditor",
|
|
4255
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
4301
4256
|
}
|
|
4302
4257
|
},
|
|
4303
4258
|
{
|
|
4304
4259
|
"kind": "js",
|
|
4305
|
-
"name": "
|
|
4260
|
+
"name": "agMultiselectEditorStyles",
|
|
4306
4261
|
"declaration": {
|
|
4307
|
-
"name": "
|
|
4308
|
-
"
|
|
4262
|
+
"name": "agMultiselectEditorStyles",
|
|
4263
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
4309
4264
|
}
|
|
4310
4265
|
},
|
|
4311
4266
|
{
|
|
4312
4267
|
"kind": "js",
|
|
4313
|
-
"name": "
|
|
4268
|
+
"name": "getMultiselectEditorTemplate",
|
|
4314
4269
|
"declaration": {
|
|
4315
|
-
"name": "
|
|
4316
|
-
"
|
|
4270
|
+
"name": "getMultiselectEditorTemplate",
|
|
4271
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
4317
4272
|
}
|
|
4318
4273
|
},
|
|
4319
4274
|
{
|
|
4320
4275
|
"kind": "js",
|
|
4321
|
-
"name": "
|
|
4276
|
+
"name": "foundationMultiselectEditor",
|
|
4322
4277
|
"declaration": {
|
|
4323
|
-
"name": "
|
|
4324
|
-
"
|
|
4278
|
+
"name": "foundationMultiselectEditor",
|
|
4279
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
4325
4280
|
}
|
|
4326
4281
|
}
|
|
4327
4282
|
]
|
|
4328
4283
|
},
|
|
4329
4284
|
{
|
|
4330
4285
|
"kind": "javascript-module",
|
|
4331
|
-
"path": "src/cell-
|
|
4286
|
+
"path": "src/cell-editors/number.editor.ts",
|
|
4332
4287
|
"declarations": [
|
|
4333
4288
|
{
|
|
4334
4289
|
"kind": "class",
|
|
4335
|
-
"description": "The AG
|
|
4336
|
-
"name": "
|
|
4290
|
+
"description": "The AG Number Editor element.",
|
|
4291
|
+
"name": "NumberEditor",
|
|
4337
4292
|
"members": [
|
|
4338
4293
|
{
|
|
4339
4294
|
"kind": "field",
|
|
4340
4295
|
"name": "params",
|
|
4341
4296
|
"type": {
|
|
4342
|
-
"text": "
|
|
4297
|
+
"text": "NumberEditorParams"
|
|
4343
4298
|
},
|
|
4344
4299
|
"privacy": "public"
|
|
4345
4300
|
},
|
|
@@ -4347,7 +4302,23 @@
|
|
|
4347
4302
|
"kind": "field",
|
|
4348
4303
|
"name": "value",
|
|
4349
4304
|
"type": {
|
|
4350
|
-
"text": "
|
|
4305
|
+
"text": "number"
|
|
4306
|
+
},
|
|
4307
|
+
"privacy": "public"
|
|
4308
|
+
},
|
|
4309
|
+
{
|
|
4310
|
+
"kind": "field",
|
|
4311
|
+
"name": "actualWidth",
|
|
4312
|
+
"type": {
|
|
4313
|
+
"text": "number"
|
|
4314
|
+
},
|
|
4315
|
+
"privacy": "public"
|
|
4316
|
+
},
|
|
4317
|
+
{
|
|
4318
|
+
"kind": "field",
|
|
4319
|
+
"name": "input",
|
|
4320
|
+
"type": {
|
|
4321
|
+
"text": "any"
|
|
4351
4322
|
},
|
|
4352
4323
|
"privacy": "public"
|
|
4353
4324
|
},
|
|
@@ -4359,7 +4330,7 @@
|
|
|
4359
4330
|
{
|
|
4360
4331
|
"name": "params",
|
|
4361
4332
|
"type": {
|
|
4362
|
-
"text": "
|
|
4333
|
+
"text": "NumberEditorParams"
|
|
4363
4334
|
}
|
|
4364
4335
|
}
|
|
4365
4336
|
]
|
|
@@ -4376,36 +4347,51 @@
|
|
|
4376
4347
|
},
|
|
4377
4348
|
{
|
|
4378
4349
|
"kind": "method",
|
|
4379
|
-
"name": "
|
|
4350
|
+
"name": "refresh",
|
|
4380
4351
|
"privacy": "public",
|
|
4381
4352
|
"return": {
|
|
4382
4353
|
"type": {
|
|
4383
|
-
"text": "
|
|
4354
|
+
"text": "boolean"
|
|
4384
4355
|
}
|
|
4385
|
-
}
|
|
4356
|
+
},
|
|
4357
|
+
"parameters": [
|
|
4358
|
+
{
|
|
4359
|
+
"name": "params",
|
|
4360
|
+
"type": {
|
|
4361
|
+
"text": "NumberEditorParams"
|
|
4362
|
+
}
|
|
4363
|
+
}
|
|
4364
|
+
]
|
|
4386
4365
|
},
|
|
4387
4366
|
{
|
|
4388
4367
|
"kind": "method",
|
|
4389
|
-
"name": "
|
|
4390
|
-
|
|
4368
|
+
"name": "getValue"
|
|
4369
|
+
},
|
|
4370
|
+
{
|
|
4371
|
+
"kind": "method",
|
|
4372
|
+
"name": "isPopup",
|
|
4391
4373
|
"return": {
|
|
4392
4374
|
"type": {
|
|
4393
4375
|
"text": "boolean"
|
|
4394
4376
|
}
|
|
4395
|
-
}
|
|
4377
|
+
}
|
|
4378
|
+
},
|
|
4379
|
+
{
|
|
4380
|
+
"kind": "method",
|
|
4381
|
+
"name": "afterGuiAttached"
|
|
4382
|
+
},
|
|
4383
|
+
{
|
|
4384
|
+
"kind": "method",
|
|
4385
|
+
"name": "changeHandler",
|
|
4396
4386
|
"parameters": [
|
|
4397
4387
|
{
|
|
4398
|
-
"name": "
|
|
4399
|
-
"type": {
|
|
4400
|
-
"text": "SelectCellRendererParams"
|
|
4401
|
-
}
|
|
4388
|
+
"name": "event"
|
|
4402
4389
|
}
|
|
4403
4390
|
]
|
|
4404
4391
|
},
|
|
4405
4392
|
{
|
|
4406
|
-
"kind": "
|
|
4407
|
-
"name": "
|
|
4408
|
-
"privacy": "public"
|
|
4393
|
+
"kind": "method",
|
|
4394
|
+
"name": "isCancelBeforeStart"
|
|
4409
4395
|
},
|
|
4410
4396
|
{
|
|
4411
4397
|
"kind": "field",
|
|
@@ -4523,26 +4509,23 @@
|
|
|
4523
4509
|
"name": "FoundationElement",
|
|
4524
4510
|
"package": "@microsoft/fast-foundation"
|
|
4525
4511
|
},
|
|
4526
|
-
"tagName": "%%prefix%%-
|
|
4512
|
+
"tagName": "%%prefix%%-number-editor",
|
|
4527
4513
|
"customElement": true
|
|
4528
4514
|
},
|
|
4529
4515
|
{
|
|
4530
4516
|
"kind": "variable",
|
|
4531
|
-
"name": "
|
|
4532
|
-
"default": "css`\n :host
|
|
4533
|
-
"description": "The AG
|
|
4517
|
+
"name": "agNumberEditorStyles",
|
|
4518
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
4519
|
+
"description": "The AG Number Editor Styles.",
|
|
4534
4520
|
"privacy": "public"
|
|
4535
4521
|
},
|
|
4536
4522
|
{
|
|
4537
4523
|
"kind": "function",
|
|
4538
|
-
"name": "
|
|
4524
|
+
"name": "getNumberEditorTemplate",
|
|
4539
4525
|
"parameters": [
|
|
4540
4526
|
{
|
|
4541
4527
|
"name": "designSystem",
|
|
4542
4528
|
"default": "'foundation'",
|
|
4543
|
-
"type": {
|
|
4544
|
-
"text": "string"
|
|
4545
|
-
},
|
|
4546
4529
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4547
4530
|
}
|
|
4548
4531
|
],
|
|
@@ -4556,76 +4539,83 @@
|
|
|
4556
4539
|
},
|
|
4557
4540
|
{
|
|
4558
4541
|
"kind": "variable",
|
|
4559
|
-
"name": "
|
|
4560
|
-
"description": "A function that returns a Foundation Select Renderer registration for configuring the component with a DesignSystem.",
|
|
4542
|
+
"name": "foundationNumberEditor",
|
|
4561
4543
|
"privacy": "public"
|
|
4562
4544
|
}
|
|
4563
4545
|
],
|
|
4564
4546
|
"exports": [
|
|
4565
4547
|
{
|
|
4566
4548
|
"kind": "js",
|
|
4567
|
-
"name": "
|
|
4549
|
+
"name": "NumberEditor",
|
|
4568
4550
|
"declaration": {
|
|
4569
|
-
"name": "
|
|
4570
|
-
"module": "src/cell-
|
|
4551
|
+
"name": "NumberEditor",
|
|
4552
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4571
4553
|
}
|
|
4572
4554
|
},
|
|
4573
4555
|
{
|
|
4574
4556
|
"kind": "js",
|
|
4575
|
-
"name": "
|
|
4557
|
+
"name": "agNumberEditorStyles",
|
|
4576
4558
|
"declaration": {
|
|
4577
|
-
"name": "
|
|
4578
|
-
"module": "src/cell-
|
|
4559
|
+
"name": "agNumberEditorStyles",
|
|
4560
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4579
4561
|
}
|
|
4580
4562
|
},
|
|
4581
4563
|
{
|
|
4582
4564
|
"kind": "js",
|
|
4583
|
-
"name": "
|
|
4565
|
+
"name": "getNumberEditorTemplate",
|
|
4584
4566
|
"declaration": {
|
|
4585
|
-
"name": "
|
|
4586
|
-
"module": "src/cell-
|
|
4567
|
+
"name": "getNumberEditorTemplate",
|
|
4568
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4587
4569
|
}
|
|
4588
4570
|
},
|
|
4589
4571
|
{
|
|
4590
4572
|
"kind": "js",
|
|
4591
|
-
"name": "
|
|
4573
|
+
"name": "foundationNumberEditor",
|
|
4592
4574
|
"declaration": {
|
|
4593
|
-
"name": "
|
|
4594
|
-
"module": "src/cell-
|
|
4575
|
+
"name": "foundationNumberEditor",
|
|
4576
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4595
4577
|
}
|
|
4596
4578
|
}
|
|
4597
4579
|
]
|
|
4598
4580
|
},
|
|
4599
4581
|
{
|
|
4600
4582
|
"kind": "javascript-module",
|
|
4601
|
-
"path": "src/cell-
|
|
4583
|
+
"path": "src/cell-editors/select.editor.ts",
|
|
4602
4584
|
"declarations": [
|
|
4603
4585
|
{
|
|
4604
4586
|
"kind": "class",
|
|
4605
|
-
"description": "The AG
|
|
4606
|
-
"name": "
|
|
4587
|
+
"description": "The AG Select Editor element.",
|
|
4588
|
+
"name": "SelectEditor",
|
|
4607
4589
|
"members": [
|
|
4608
4590
|
{
|
|
4609
4591
|
"kind": "field",
|
|
4610
|
-
"name": "
|
|
4592
|
+
"name": "params",
|
|
4611
4593
|
"type": {
|
|
4612
|
-
"text": "
|
|
4594
|
+
"text": "SelectEditorParams"
|
|
4613
4595
|
},
|
|
4614
4596
|
"privacy": "public"
|
|
4615
4597
|
},
|
|
4616
4598
|
{
|
|
4617
4599
|
"kind": "field",
|
|
4618
|
-
"name": "
|
|
4600
|
+
"name": "value",
|
|
4619
4601
|
"type": {
|
|
4620
4602
|
"text": "string"
|
|
4621
4603
|
},
|
|
4622
|
-
"
|
|
4604
|
+
"privacy": "public"
|
|
4623
4605
|
},
|
|
4624
4606
|
{
|
|
4625
4607
|
"kind": "field",
|
|
4626
|
-
"name": "
|
|
4608
|
+
"name": "actualWidth",
|
|
4627
4609
|
"type": {
|
|
4628
|
-
"text": "
|
|
4610
|
+
"text": "number"
|
|
4611
|
+
},
|
|
4612
|
+
"privacy": "public"
|
|
4613
|
+
},
|
|
4614
|
+
{
|
|
4615
|
+
"kind": "field",
|
|
4616
|
+
"name": "combobox",
|
|
4617
|
+
"type": {
|
|
4618
|
+
"text": "any"
|
|
4629
4619
|
},
|
|
4630
4620
|
"privacy": "public"
|
|
4631
4621
|
},
|
|
@@ -4637,50 +4627,68 @@
|
|
|
4637
4627
|
{
|
|
4638
4628
|
"name": "params",
|
|
4639
4629
|
"type": {
|
|
4640
|
-
"text": "
|
|
4630
|
+
"text": "SelectEditorParams"
|
|
4631
|
+
}
|
|
4632
|
+
}
|
|
4633
|
+
]
|
|
4634
|
+
},
|
|
4635
|
+
{
|
|
4636
|
+
"kind": "method",
|
|
4637
|
+
"name": "getGui",
|
|
4638
|
+
"privacy": "public",
|
|
4639
|
+
"return": {
|
|
4640
|
+
"type": {
|
|
4641
|
+
"text": "HTMLElement"
|
|
4642
|
+
}
|
|
4643
|
+
}
|
|
4644
|
+
},
|
|
4645
|
+
{
|
|
4646
|
+
"kind": "method",
|
|
4647
|
+
"name": "refresh",
|
|
4648
|
+
"privacy": "public",
|
|
4649
|
+
"return": {
|
|
4650
|
+
"type": {
|
|
4651
|
+
"text": "boolean"
|
|
4652
|
+
}
|
|
4653
|
+
},
|
|
4654
|
+
"parameters": [
|
|
4655
|
+
{
|
|
4656
|
+
"name": "params",
|
|
4657
|
+
"type": {
|
|
4658
|
+
"text": "SelectEditorParams"
|
|
4641
4659
|
}
|
|
4642
4660
|
}
|
|
4643
4661
|
]
|
|
4644
4662
|
},
|
|
4645
4663
|
{
|
|
4646
4664
|
"kind": "method",
|
|
4647
|
-
"name": "
|
|
4648
|
-
|
|
4665
|
+
"name": "getValue"
|
|
4666
|
+
},
|
|
4667
|
+
{
|
|
4668
|
+
"kind": "method",
|
|
4669
|
+
"name": "isPopup",
|
|
4649
4670
|
"return": {
|
|
4650
4671
|
"type": {
|
|
4651
|
-
"text": "
|
|
4672
|
+
"text": "boolean"
|
|
4652
4673
|
}
|
|
4653
4674
|
}
|
|
4654
4675
|
},
|
|
4655
4676
|
{
|
|
4656
4677
|
"kind": "method",
|
|
4657
|
-
"name": "
|
|
4658
|
-
"privacy": "public"
|
|
4678
|
+
"name": "afterGuiAttached"
|
|
4659
4679
|
},
|
|
4660
4680
|
{
|
|
4661
4681
|
"kind": "method",
|
|
4662
|
-
"name": "
|
|
4663
|
-
"privacy": "public",
|
|
4682
|
+
"name": "changeHandler",
|
|
4664
4683
|
"parameters": [
|
|
4665
4684
|
{
|
|
4666
|
-
"name": "
|
|
4667
|
-
"type": {
|
|
4668
|
-
"text": "FuiCellRendererParams"
|
|
4669
|
-
}
|
|
4685
|
+
"name": "event"
|
|
4670
4686
|
}
|
|
4671
4687
|
]
|
|
4672
4688
|
},
|
|
4673
4689
|
{
|
|
4674
|
-
"kind": "
|
|
4675
|
-
"name": "
|
|
4676
|
-
"privacy": "public",
|
|
4677
|
-
"description": "On text change handler",
|
|
4678
|
-
"parameters": [
|
|
4679
|
-
{
|
|
4680
|
-
"description": "CustomEvent",
|
|
4681
|
-
"name": "e"
|
|
4682
|
-
}
|
|
4683
|
-
]
|
|
4690
|
+
"kind": "method",
|
|
4691
|
+
"name": "isCancelBeforeStart"
|
|
4684
4692
|
},
|
|
4685
4693
|
{
|
|
4686
4694
|
"kind": "field",
|
|
@@ -4798,19 +4806,19 @@
|
|
|
4798
4806
|
"name": "FoundationElement",
|
|
4799
4807
|
"package": "@microsoft/fast-foundation"
|
|
4800
4808
|
},
|
|
4801
|
-
"tagName": "%%prefix%%-
|
|
4809
|
+
"tagName": "%%prefix%%-select-editor",
|
|
4802
4810
|
"customElement": true
|
|
4803
4811
|
},
|
|
4804
4812
|
{
|
|
4805
4813
|
"kind": "variable",
|
|
4806
|
-
"name": "
|
|
4807
|
-
"default": "css
|
|
4808
|
-
"description": "The AG
|
|
4814
|
+
"name": "agSelectEditorStyles",
|
|
4815
|
+
"default": "css``",
|
|
4816
|
+
"description": "The AG Select Renderer Styles.",
|
|
4809
4817
|
"privacy": "public"
|
|
4810
4818
|
},
|
|
4811
4819
|
{
|
|
4812
4820
|
"kind": "function",
|
|
4813
|
-
"name": "
|
|
4821
|
+
"name": "getSelectEditorTemplate",
|
|
4814
4822
|
"parameters": [
|
|
4815
4823
|
{
|
|
4816
4824
|
"name": "designSystem",
|
|
@@ -4818,7 +4826,7 @@
|
|
|
4818
4826
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4819
4827
|
}
|
|
4820
4828
|
],
|
|
4821
|
-
"description": "Get a Design System prefixed
|
|
4829
|
+
"description": "Get a Design System prefixed Select template.",
|
|
4822
4830
|
"return": {
|
|
4823
4831
|
"type": {
|
|
4824
4832
|
"text": ""
|
|
@@ -4828,97 +4836,85 @@
|
|
|
4828
4836
|
},
|
|
4829
4837
|
{
|
|
4830
4838
|
"kind": "variable",
|
|
4831
|
-
"name": "
|
|
4832
|
-
"description": "A function that returns a Foundation Text Field Renderer registration for configuring the component with a DesignSystem.",
|
|
4839
|
+
"name": "foundationSelectEditor",
|
|
4833
4840
|
"privacy": "public"
|
|
4834
4841
|
}
|
|
4835
4842
|
],
|
|
4836
4843
|
"exports": [
|
|
4837
4844
|
{
|
|
4838
4845
|
"kind": "js",
|
|
4839
|
-
"name": "
|
|
4846
|
+
"name": "SelectEditor",
|
|
4840
4847
|
"declaration": {
|
|
4841
|
-
"name": "
|
|
4842
|
-
"module": "src/cell-
|
|
4848
|
+
"name": "SelectEditor",
|
|
4849
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
4843
4850
|
}
|
|
4844
4851
|
},
|
|
4845
4852
|
{
|
|
4846
4853
|
"kind": "js",
|
|
4847
|
-
"name": "
|
|
4854
|
+
"name": "agSelectEditorStyles",
|
|
4848
4855
|
"declaration": {
|
|
4849
|
-
"name": "
|
|
4850
|
-
"module": "src/cell-
|
|
4856
|
+
"name": "agSelectEditorStyles",
|
|
4857
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
4851
4858
|
}
|
|
4852
4859
|
},
|
|
4853
4860
|
{
|
|
4854
4861
|
"kind": "js",
|
|
4855
|
-
"name": "
|
|
4862
|
+
"name": "getSelectEditorTemplate",
|
|
4856
4863
|
"declaration": {
|
|
4857
|
-
"name": "
|
|
4858
|
-
"module": "src/cell-
|
|
4864
|
+
"name": "getSelectEditorTemplate",
|
|
4865
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
4859
4866
|
}
|
|
4860
4867
|
},
|
|
4861
4868
|
{
|
|
4862
4869
|
"kind": "js",
|
|
4863
|
-
"name": "
|
|
4870
|
+
"name": "foundationSelectEditor",
|
|
4864
4871
|
"declaration": {
|
|
4865
|
-
"name": "
|
|
4866
|
-
"module": "src/cell-
|
|
4872
|
+
"name": "foundationSelectEditor",
|
|
4873
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
4867
4874
|
}
|
|
4868
4875
|
}
|
|
4869
4876
|
]
|
|
4870
4877
|
},
|
|
4871
4878
|
{
|
|
4872
4879
|
"kind": "javascript-module",
|
|
4873
|
-
"path": "src/cell-
|
|
4880
|
+
"path": "src/cell-editors/string.editor.ts",
|
|
4874
4881
|
"declarations": [
|
|
4875
4882
|
{
|
|
4876
4883
|
"kind": "class",
|
|
4877
|
-
"description": "",
|
|
4878
|
-
"name": "
|
|
4879
|
-
"superclass": {
|
|
4880
|
-
"name": "AgTextFieldRenderer",
|
|
4881
|
-
"module": "/src/cell-renderers/text-field.renderer"
|
|
4882
|
-
},
|
|
4883
|
-
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
4884
|
-
"tagName": "%%prefix%%-grid-text-renderer",
|
|
4885
|
-
"customElement": true,
|
|
4884
|
+
"description": "The AG String Editor element.",
|
|
4885
|
+
"name": "StringEditor",
|
|
4886
4886
|
"members": [
|
|
4887
4887
|
{
|
|
4888
4888
|
"kind": "field",
|
|
4889
|
-
"name": "
|
|
4889
|
+
"name": "params",
|
|
4890
4890
|
"type": {
|
|
4891
|
-
"text": "
|
|
4891
|
+
"text": "StringEditorParams"
|
|
4892
4892
|
},
|
|
4893
|
-
"privacy": "public"
|
|
4894
|
-
"inheritedFrom": {
|
|
4895
|
-
"name": "AgTextFieldRenderer",
|
|
4896
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
4897
|
-
}
|
|
4893
|
+
"privacy": "public"
|
|
4898
4894
|
},
|
|
4899
4895
|
{
|
|
4900
4896
|
"kind": "field",
|
|
4901
|
-
"name": "
|
|
4897
|
+
"name": "value",
|
|
4902
4898
|
"type": {
|
|
4903
4899
|
"text": "string"
|
|
4904
4900
|
},
|
|
4905
|
-
"
|
|
4906
|
-
"inheritedFrom": {
|
|
4907
|
-
"name": "AgTextFieldRenderer",
|
|
4908
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
4909
|
-
}
|
|
4901
|
+
"privacy": "public"
|
|
4910
4902
|
},
|
|
4911
4903
|
{
|
|
4912
4904
|
"kind": "field",
|
|
4913
|
-
"name": "
|
|
4905
|
+
"name": "actualWidth",
|
|
4914
4906
|
"type": {
|
|
4915
|
-
"text": "
|
|
4907
|
+
"text": "number"
|
|
4916
4908
|
},
|
|
4917
|
-
"privacy": "public"
|
|
4918
|
-
|
|
4919
|
-
|
|
4920
|
-
|
|
4921
|
-
|
|
4909
|
+
"privacy": "public"
|
|
4910
|
+
},
|
|
4911
|
+
{
|
|
4912
|
+
"kind": "field",
|
|
4913
|
+
"name": "input",
|
|
4914
|
+
"type": {
|
|
4915
|
+
"text": "any"
|
|
4916
|
+
},
|
|
4917
|
+
"privacy": "public"
|
|
4922
4918
|
},
|
|
4923
4919
|
{
|
|
4924
4920
|
"kind": "method",
|
|
@@ -4928,14 +4924,10 @@
|
|
|
4928
4924
|
{
|
|
4929
4925
|
"name": "params",
|
|
4930
4926
|
"type": {
|
|
4931
|
-
"text": "
|
|
4927
|
+
"text": "StringEditorParams"
|
|
4932
4928
|
}
|
|
4933
4929
|
}
|
|
4934
|
-
]
|
|
4935
|
-
"inheritedFrom": {
|
|
4936
|
-
"name": "AgTextFieldRenderer",
|
|
4937
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
4938
|
-
}
|
|
4930
|
+
]
|
|
4939
4931
|
},
|
|
4940
4932
|
{
|
|
4941
4933
|
"kind": "method",
|
|
@@ -4945,53 +4937,55 @@
|
|
|
4945
4937
|
"type": {
|
|
4946
4938
|
"text": "HTMLElement"
|
|
4947
4939
|
}
|
|
4948
|
-
},
|
|
4949
|
-
"inheritedFrom": {
|
|
4950
|
-
"name": "AgTextFieldRenderer",
|
|
4951
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
4952
|
-
}
|
|
4953
|
-
},
|
|
4954
|
-
{
|
|
4955
|
-
"kind": "method",
|
|
4956
|
-
"name": "destroy",
|
|
4957
|
-
"privacy": "public",
|
|
4958
|
-
"inheritedFrom": {
|
|
4959
|
-
"name": "AgTextFieldRenderer",
|
|
4960
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
4961
4940
|
}
|
|
4962
4941
|
},
|
|
4963
4942
|
{
|
|
4964
4943
|
"kind": "method",
|
|
4965
4944
|
"name": "refresh",
|
|
4966
4945
|
"privacy": "public",
|
|
4946
|
+
"return": {
|
|
4947
|
+
"type": {
|
|
4948
|
+
"text": "boolean"
|
|
4949
|
+
}
|
|
4950
|
+
},
|
|
4967
4951
|
"parameters": [
|
|
4968
4952
|
{
|
|
4969
4953
|
"name": "params",
|
|
4970
4954
|
"type": {
|
|
4971
|
-
"text": "
|
|
4955
|
+
"text": "StringEditorParams"
|
|
4972
4956
|
}
|
|
4973
4957
|
}
|
|
4974
|
-
]
|
|
4975
|
-
|
|
4976
|
-
|
|
4977
|
-
|
|
4958
|
+
]
|
|
4959
|
+
},
|
|
4960
|
+
{
|
|
4961
|
+
"kind": "method",
|
|
4962
|
+
"name": "getValue"
|
|
4963
|
+
},
|
|
4964
|
+
{
|
|
4965
|
+
"kind": "method",
|
|
4966
|
+
"name": "isPopup",
|
|
4967
|
+
"return": {
|
|
4968
|
+
"type": {
|
|
4969
|
+
"text": "boolean"
|
|
4970
|
+
}
|
|
4978
4971
|
}
|
|
4979
4972
|
},
|
|
4980
4973
|
{
|
|
4981
|
-
"kind": "
|
|
4982
|
-
"name": "
|
|
4983
|
-
|
|
4984
|
-
|
|
4974
|
+
"kind": "method",
|
|
4975
|
+
"name": "afterGuiAttached"
|
|
4976
|
+
},
|
|
4977
|
+
{
|
|
4978
|
+
"kind": "method",
|
|
4979
|
+
"name": "changeHandler",
|
|
4985
4980
|
"parameters": [
|
|
4986
4981
|
{
|
|
4987
|
-
"
|
|
4988
|
-
"name": "e"
|
|
4982
|
+
"name": "event"
|
|
4989
4983
|
}
|
|
4990
|
-
]
|
|
4991
|
-
|
|
4992
|
-
|
|
4993
|
-
|
|
4994
|
-
|
|
4984
|
+
]
|
|
4985
|
+
},
|
|
4986
|
+
{
|
|
4987
|
+
"kind": "method",
|
|
4988
|
+
"name": "isCancelBeforeStart"
|
|
4995
4989
|
},
|
|
4996
4990
|
{
|
|
4997
4991
|
"kind": "field",
|
|
@@ -5104,61 +5098,76 @@
|
|
|
5104
5098
|
"module": "src/foundation-element/foundation-element.ts"
|
|
5105
5099
|
}
|
|
5106
5100
|
}
|
|
5107
|
-
]
|
|
5101
|
+
],
|
|
5102
|
+
"superclass": {
|
|
5103
|
+
"name": "FoundationElement",
|
|
5104
|
+
"package": "@microsoft/fast-foundation"
|
|
5105
|
+
},
|
|
5106
|
+
"tagName": "%%prefix%%-string-editor",
|
|
5107
|
+
"customElement": true
|
|
5108
5108
|
},
|
|
5109
5109
|
{
|
|
5110
5110
|
"kind": "variable",
|
|
5111
|
-
"name": "
|
|
5112
|
-
"default": "
|
|
5113
|
-
"
|
|
5114
|
-
"
|
|
5111
|
+
"name": "agStringEditorStyles",
|
|
5112
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
5113
|
+
"description": "The AG String Renderer Styles.",
|
|
5114
|
+
"privacy": "public"
|
|
5115
5115
|
},
|
|
5116
5116
|
{
|
|
5117
|
-
"kind": "
|
|
5118
|
-
"name": "
|
|
5119
|
-
"
|
|
5120
|
-
|
|
5121
|
-
|
|
5117
|
+
"kind": "function",
|
|
5118
|
+
"name": "getStringEditorTemplate",
|
|
5119
|
+
"parameters": [
|
|
5120
|
+
{
|
|
5121
|
+
"name": "designSystem",
|
|
5122
|
+
"default": "'foundation'",
|
|
5123
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
5124
|
+
}
|
|
5125
|
+
],
|
|
5126
|
+
"description": "Get a Design System prefixed String template.",
|
|
5127
|
+
"return": {
|
|
5128
|
+
"type": {
|
|
5129
|
+
"text": ""
|
|
5130
|
+
}
|
|
5131
|
+
},
|
|
5132
|
+
"privacy": "public"
|
|
5122
5133
|
},
|
|
5123
5134
|
{
|
|
5124
5135
|
"kind": "variable",
|
|
5125
|
-
"name": "
|
|
5126
|
-
"
|
|
5127
|
-
"privacy": "public",
|
|
5128
|
-
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
5136
|
+
"name": "foundationStringEditor",
|
|
5137
|
+
"privacy": "public"
|
|
5129
5138
|
}
|
|
5130
5139
|
],
|
|
5131
5140
|
"exports": [
|
|
5132
5141
|
{
|
|
5133
5142
|
"kind": "js",
|
|
5134
|
-
"name": "
|
|
5143
|
+
"name": "StringEditor",
|
|
5135
5144
|
"declaration": {
|
|
5136
|
-
"name": "
|
|
5137
|
-
"module": "src/cell-
|
|
5145
|
+
"name": "StringEditor",
|
|
5146
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
5138
5147
|
}
|
|
5139
5148
|
},
|
|
5140
5149
|
{
|
|
5141
5150
|
"kind": "js",
|
|
5142
|
-
"name": "
|
|
5151
|
+
"name": "agStringEditorStyles",
|
|
5143
5152
|
"declaration": {
|
|
5144
|
-
"name": "
|
|
5145
|
-
"module": "src/cell-
|
|
5153
|
+
"name": "agStringEditorStyles",
|
|
5154
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
5146
5155
|
}
|
|
5147
5156
|
},
|
|
5148
5157
|
{
|
|
5149
5158
|
"kind": "js",
|
|
5150
|
-
"name": "
|
|
5159
|
+
"name": "getStringEditorTemplate",
|
|
5151
5160
|
"declaration": {
|
|
5152
|
-
"name": "
|
|
5153
|
-
"module": "src/cell-
|
|
5161
|
+
"name": "getStringEditorTemplate",
|
|
5162
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
5154
5163
|
}
|
|
5155
5164
|
},
|
|
5156
5165
|
{
|
|
5157
5166
|
"kind": "js",
|
|
5158
|
-
"name": "
|
|
5167
|
+
"name": "foundationStringEditor",
|
|
5159
5168
|
"declaration": {
|
|
5160
|
-
"name": "
|
|
5161
|
-
"module": "src/cell-
|
|
5169
|
+
"name": "foundationStringEditor",
|
|
5170
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
5162
5171
|
}
|
|
5163
5172
|
}
|
|
5164
5173
|
]
|