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