@genesislcap/grid-pro 14.177.3 → 14.178.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +344 -344
- package/package.json +13 -13
|
@@ -1649,59 +1649,56 @@
|
|
|
1649
1649
|
},
|
|
1650
1650
|
{
|
|
1651
1651
|
"kind": "javascript-module",
|
|
1652
|
-
"path": "src/cell/
|
|
1653
|
-
"declarations": [
|
|
1654
|
-
{
|
|
1655
|
-
"kind": "variable",
|
|
1656
|
-
"name": "CellTemplate",
|
|
1657
|
-
"default": "html<GridProCell>`\n <template>\n <slot ${slotted('slottedRenderer')} @slotchange=\"${(x) => x.slottedAgRendererChanged()}\"></slot>\n </template>\n`",
|
|
1658
|
-
"description": "The Grid Pro Cell Template.",
|
|
1659
|
-
"privacy": "public"
|
|
1660
|
-
}
|
|
1661
|
-
],
|
|
1662
|
-
"exports": [
|
|
1663
|
-
{
|
|
1664
|
-
"kind": "js",
|
|
1665
|
-
"name": "CellTemplate",
|
|
1666
|
-
"declaration": {
|
|
1667
|
-
"name": "CellTemplate",
|
|
1668
|
-
"module": "src/cell/cell.template.ts"
|
|
1669
|
-
}
|
|
1670
|
-
}
|
|
1671
|
-
]
|
|
1672
|
-
},
|
|
1673
|
-
{
|
|
1674
|
-
"kind": "javascript-module",
|
|
1675
|
-
"path": "src/cell/cell.ts",
|
|
1652
|
+
"path": "src/cell-editors/date.editor.ts",
|
|
1676
1653
|
"declarations": [
|
|
1677
1654
|
{
|
|
1678
1655
|
"kind": "class",
|
|
1679
|
-
"description": "The
|
|
1680
|
-
"name": "
|
|
1656
|
+
"description": "The AG Date Editor element.",
|
|
1657
|
+
"name": "DateEditor",
|
|
1681
1658
|
"members": [
|
|
1682
1659
|
{
|
|
1683
1660
|
"kind": "field",
|
|
1684
|
-
"name": "
|
|
1661
|
+
"name": "value",
|
|
1685
1662
|
"type": {
|
|
1686
|
-
"text": "
|
|
1663
|
+
"text": "number"
|
|
1687
1664
|
},
|
|
1688
1665
|
"privacy": "public"
|
|
1689
1666
|
},
|
|
1690
1667
|
{
|
|
1691
1668
|
"kind": "field",
|
|
1692
|
-
"name": "
|
|
1669
|
+
"name": "actualWidth",
|
|
1693
1670
|
"type": {
|
|
1694
|
-
"text": "
|
|
1671
|
+
"text": "number"
|
|
1695
1672
|
},
|
|
1696
1673
|
"privacy": "public"
|
|
1697
1674
|
},
|
|
1698
1675
|
{
|
|
1699
1676
|
"kind": "field",
|
|
1700
|
-
"name": "
|
|
1677
|
+
"name": "params",
|
|
1701
1678
|
"type": {
|
|
1702
|
-
"text": "
|
|
1703
|
-
}
|
|
1704
|
-
|
|
1679
|
+
"text": "DateEditorParams"
|
|
1680
|
+
}
|
|
1681
|
+
},
|
|
1682
|
+
{
|
|
1683
|
+
"kind": "field",
|
|
1684
|
+
"name": "dateFormat",
|
|
1685
|
+
"type": {
|
|
1686
|
+
"text": "string"
|
|
1687
|
+
}
|
|
1688
|
+
},
|
|
1689
|
+
{
|
|
1690
|
+
"kind": "field",
|
|
1691
|
+
"name": "input",
|
|
1692
|
+
"type": {
|
|
1693
|
+
"text": "any"
|
|
1694
|
+
}
|
|
1695
|
+
},
|
|
1696
|
+
{
|
|
1697
|
+
"kind": "field",
|
|
1698
|
+
"name": "inputType",
|
|
1699
|
+
"type": {
|
|
1700
|
+
"text": "'datetime-local' | 'date'"
|
|
1701
|
+
}
|
|
1705
1702
|
},
|
|
1706
1703
|
{
|
|
1707
1704
|
"kind": "method",
|
|
@@ -1711,7 +1708,7 @@
|
|
|
1711
1708
|
{
|
|
1712
1709
|
"name": "params",
|
|
1713
1710
|
"type": {
|
|
1714
|
-
"text": "
|
|
1711
|
+
"text": "DateEditorParams"
|
|
1715
1712
|
}
|
|
1716
1713
|
}
|
|
1717
1714
|
]
|
|
@@ -1726,28 +1723,53 @@
|
|
|
1726
1723
|
}
|
|
1727
1724
|
}
|
|
1728
1725
|
},
|
|
1729
|
-
{
|
|
1730
|
-
"kind": "method",
|
|
1731
|
-
"name": "destroy",
|
|
1732
|
-
"privacy": "public"
|
|
1733
|
-
},
|
|
1734
1726
|
{
|
|
1735
1727
|
"kind": "method",
|
|
1736
1728
|
"name": "refresh",
|
|
1737
1729
|
"privacy": "public",
|
|
1730
|
+
"return": {
|
|
1731
|
+
"type": {
|
|
1732
|
+
"text": "boolean"
|
|
1733
|
+
}
|
|
1734
|
+
},
|
|
1738
1735
|
"parameters": [
|
|
1739
1736
|
{
|
|
1740
1737
|
"name": "params",
|
|
1741
1738
|
"type": {
|
|
1742
|
-
"text": "
|
|
1739
|
+
"text": "DateEditorParams"
|
|
1743
1740
|
}
|
|
1744
1741
|
}
|
|
1745
1742
|
]
|
|
1746
1743
|
},
|
|
1747
1744
|
{
|
|
1748
1745
|
"kind": "method",
|
|
1749
|
-
"name": "
|
|
1750
|
-
|
|
1746
|
+
"name": "getValue"
|
|
1747
|
+
},
|
|
1748
|
+
{
|
|
1749
|
+
"kind": "method",
|
|
1750
|
+
"name": "isPopup",
|
|
1751
|
+
"return": {
|
|
1752
|
+
"type": {
|
|
1753
|
+
"text": "boolean"
|
|
1754
|
+
}
|
|
1755
|
+
}
|
|
1756
|
+
},
|
|
1757
|
+
{
|
|
1758
|
+
"kind": "method",
|
|
1759
|
+
"name": "changeHandler",
|
|
1760
|
+
"parameters": [
|
|
1761
|
+
{
|
|
1762
|
+
"name": "event"
|
|
1763
|
+
}
|
|
1764
|
+
]
|
|
1765
|
+
},
|
|
1766
|
+
{
|
|
1767
|
+
"kind": "method",
|
|
1768
|
+
"name": "afterGuiAttached"
|
|
1769
|
+
},
|
|
1770
|
+
{
|
|
1771
|
+
"kind": "method",
|
|
1772
|
+
"name": "isCancelBeforeStart"
|
|
1751
1773
|
},
|
|
1752
1774
|
{
|
|
1753
1775
|
"kind": "field",
|
|
@@ -1865,32 +1887,78 @@
|
|
|
1865
1887
|
"name": "FoundationElement",
|
|
1866
1888
|
"package": "@microsoft/fast-foundation"
|
|
1867
1889
|
},
|
|
1868
|
-
"tagName": "
|
|
1890
|
+
"tagName": "%%prefix%%-date-editor",
|
|
1869
1891
|
"customElement": true
|
|
1892
|
+
},
|
|
1893
|
+
{
|
|
1894
|
+
"kind": "variable",
|
|
1895
|
+
"name": "agDateEditorStyles",
|
|
1896
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
1897
|
+
"description": "The AG Select Renderer Styles.",
|
|
1898
|
+
"privacy": "public"
|
|
1899
|
+
},
|
|
1900
|
+
{
|
|
1901
|
+
"kind": "function",
|
|
1902
|
+
"name": "getDateEditorTemplate",
|
|
1903
|
+
"parameters": [
|
|
1904
|
+
{
|
|
1905
|
+
"name": "prefix",
|
|
1906
|
+
"default": "'foundation'",
|
|
1907
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
1908
|
+
}
|
|
1909
|
+
],
|
|
1910
|
+
"description": "Get a Design System prefixed Select template.",
|
|
1911
|
+
"return": {
|
|
1912
|
+
"type": {
|
|
1913
|
+
"text": ""
|
|
1914
|
+
}
|
|
1915
|
+
},
|
|
1916
|
+
"privacy": "public"
|
|
1917
|
+
},
|
|
1918
|
+
{
|
|
1919
|
+
"kind": "variable",
|
|
1920
|
+
"name": "foundationDateEditor",
|
|
1921
|
+
"privacy": "public"
|
|
1870
1922
|
}
|
|
1871
1923
|
],
|
|
1872
1924
|
"exports": [
|
|
1873
1925
|
{
|
|
1874
1926
|
"kind": "js",
|
|
1875
|
-
"name": "
|
|
1927
|
+
"name": "DateEditor",
|
|
1876
1928
|
"declaration": {
|
|
1877
|
-
"name": "
|
|
1878
|
-
"module": "src/cell/
|
|
1929
|
+
"name": "DateEditor",
|
|
1930
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
1879
1931
|
}
|
|
1880
1932
|
},
|
|
1881
1933
|
{
|
|
1882
|
-
"kind": "
|
|
1883
|
-
"name": "
|
|
1934
|
+
"kind": "js",
|
|
1935
|
+
"name": "agDateEditorStyles",
|
|
1884
1936
|
"declaration": {
|
|
1885
|
-
"name": "
|
|
1886
|
-
"module": "src/cell/
|
|
1937
|
+
"name": "agDateEditorStyles",
|
|
1938
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
1939
|
+
}
|
|
1940
|
+
},
|
|
1941
|
+
{
|
|
1942
|
+
"kind": "js",
|
|
1943
|
+
"name": "getDateEditorTemplate",
|
|
1944
|
+
"declaration": {
|
|
1945
|
+
"name": "getDateEditorTemplate",
|
|
1946
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
1947
|
+
}
|
|
1948
|
+
},
|
|
1949
|
+
{
|
|
1950
|
+
"kind": "js",
|
|
1951
|
+
"name": "foundationDateEditor",
|
|
1952
|
+
"declaration": {
|
|
1953
|
+
"name": "foundationDateEditor",
|
|
1954
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
1887
1955
|
}
|
|
1888
1956
|
}
|
|
1889
1957
|
]
|
|
1890
1958
|
},
|
|
1891
1959
|
{
|
|
1892
1960
|
"kind": "javascript-module",
|
|
1893
|
-
"path": "src/cell/index.ts",
|
|
1961
|
+
"path": "src/cell-editors/index.ts",
|
|
1894
1962
|
"declarations": [],
|
|
1895
1963
|
"exports": [
|
|
1896
1964
|
{
|
|
@@ -1898,7 +1966,7 @@
|
|
|
1898
1966
|
"name": "*",
|
|
1899
1967
|
"declaration": {
|
|
1900
1968
|
"name": "*",
|
|
1901
|
-
"package": "./
|
|
1969
|
+
"package": "./date.editor"
|
|
1902
1970
|
}
|
|
1903
1971
|
},
|
|
1904
1972
|
{
|
|
@@ -1906,64 +1974,60 @@
|
|
|
1906
1974
|
"name": "*",
|
|
1907
1975
|
"declaration": {
|
|
1908
1976
|
"name": "*",
|
|
1909
|
-
"package": "./
|
|
1977
|
+
"package": "./multiselect.editor"
|
|
1978
|
+
}
|
|
1979
|
+
},
|
|
1980
|
+
{
|
|
1981
|
+
"kind": "js",
|
|
1982
|
+
"name": "*",
|
|
1983
|
+
"declaration": {
|
|
1984
|
+
"name": "*",
|
|
1985
|
+
"package": "./number.editor"
|
|
1986
|
+
}
|
|
1987
|
+
},
|
|
1988
|
+
{
|
|
1989
|
+
"kind": "js",
|
|
1990
|
+
"name": "*",
|
|
1991
|
+
"declaration": {
|
|
1992
|
+
"name": "*",
|
|
1993
|
+
"package": "./select.editor"
|
|
1994
|
+
}
|
|
1995
|
+
},
|
|
1996
|
+
{
|
|
1997
|
+
"kind": "js",
|
|
1998
|
+
"name": "*",
|
|
1999
|
+
"declaration": {
|
|
2000
|
+
"name": "*",
|
|
2001
|
+
"package": "./string.editor"
|
|
1910
2002
|
}
|
|
1911
2003
|
}
|
|
1912
2004
|
]
|
|
1913
2005
|
},
|
|
1914
2006
|
{
|
|
1915
2007
|
"kind": "javascript-module",
|
|
1916
|
-
"path": "src/cell-editors/
|
|
2008
|
+
"path": "src/cell-editors/multiselect.editor.ts",
|
|
1917
2009
|
"declarations": [
|
|
1918
2010
|
{
|
|
1919
2011
|
"kind": "class",
|
|
1920
|
-
"description": "The AG
|
|
1921
|
-
"name": "
|
|
2012
|
+
"description": "The AG Multiselect Editor element.",
|
|
2013
|
+
"name": "MultiselectEditor",
|
|
1922
2014
|
"members": [
|
|
1923
2015
|
{
|
|
1924
2016
|
"kind": "field",
|
|
1925
|
-
"name": "
|
|
2017
|
+
"name": "params",
|
|
1926
2018
|
"type": {
|
|
1927
|
-
"text": "
|
|
2019
|
+
"text": "MultiselectEditorParams"
|
|
1928
2020
|
},
|
|
1929
2021
|
"privacy": "public"
|
|
1930
2022
|
},
|
|
1931
2023
|
{
|
|
1932
2024
|
"kind": "field",
|
|
1933
|
-
"name": "
|
|
2025
|
+
"name": "selectedOptions",
|
|
1934
2026
|
"type": {
|
|
1935
|
-
"text": "
|
|
2027
|
+
"text": "any[]"
|
|
1936
2028
|
},
|
|
1937
2029
|
"privacy": "public"
|
|
1938
2030
|
},
|
|
1939
|
-
{
|
|
1940
|
-
"kind": "field",
|
|
1941
|
-
"name": "params",
|
|
1942
|
-
"type": {
|
|
1943
|
-
"text": "DateEditorParams"
|
|
1944
|
-
}
|
|
1945
|
-
},
|
|
1946
|
-
{
|
|
1947
|
-
"kind": "field",
|
|
1948
|
-
"name": "dateFormat",
|
|
1949
|
-
"type": {
|
|
1950
|
-
"text": "string"
|
|
1951
|
-
}
|
|
1952
|
-
},
|
|
1953
|
-
{
|
|
1954
|
-
"kind": "field",
|
|
1955
|
-
"name": "input",
|
|
1956
|
-
"type": {
|
|
1957
|
-
"text": "any"
|
|
1958
|
-
}
|
|
1959
|
-
},
|
|
1960
|
-
{
|
|
1961
|
-
"kind": "field",
|
|
1962
|
-
"name": "inputType",
|
|
1963
|
-
"type": {
|
|
1964
|
-
"text": "'datetime-local' | 'date'"
|
|
1965
|
-
}
|
|
1966
|
-
},
|
|
1967
2031
|
{
|
|
1968
2032
|
"kind": "method",
|
|
1969
2033
|
"name": "init",
|
|
@@ -1972,7 +2036,7 @@
|
|
|
1972
2036
|
{
|
|
1973
2037
|
"name": "params",
|
|
1974
2038
|
"type": {
|
|
1975
|
-
"text": "
|
|
2039
|
+
"text": "MultiselectEditorParams"
|
|
1976
2040
|
}
|
|
1977
2041
|
}
|
|
1978
2042
|
]
|
|
@@ -1987,6 +2051,16 @@
|
|
|
1987
2051
|
}
|
|
1988
2052
|
}
|
|
1989
2053
|
},
|
|
2054
|
+
{
|
|
2055
|
+
"kind": "method",
|
|
2056
|
+
"name": "destroy",
|
|
2057
|
+
"privacy": "public",
|
|
2058
|
+
"return": {
|
|
2059
|
+
"type": {
|
|
2060
|
+
"text": "void"
|
|
2061
|
+
}
|
|
2062
|
+
}
|
|
2063
|
+
},
|
|
1990
2064
|
{
|
|
1991
2065
|
"kind": "method",
|
|
1992
2066
|
"name": "refresh",
|
|
@@ -2000,7 +2074,7 @@
|
|
|
2000
2074
|
{
|
|
2001
2075
|
"name": "params",
|
|
2002
2076
|
"type": {
|
|
2003
|
-
"text": "
|
|
2077
|
+
"text": "MultiselectEditorParams"
|
|
2004
2078
|
}
|
|
2005
2079
|
}
|
|
2006
2080
|
]
|
|
@@ -2027,10 +2101,6 @@
|
|
|
2027
2101
|
}
|
|
2028
2102
|
]
|
|
2029
2103
|
},
|
|
2030
|
-
{
|
|
2031
|
-
"kind": "method",
|
|
2032
|
-
"name": "afterGuiAttached"
|
|
2033
|
-
},
|
|
2034
2104
|
{
|
|
2035
2105
|
"kind": "method",
|
|
2036
2106
|
"name": "isCancelBeforeStart"
|
|
@@ -2151,22 +2221,22 @@
|
|
|
2151
2221
|
"name": "FoundationElement",
|
|
2152
2222
|
"package": "@microsoft/fast-foundation"
|
|
2153
2223
|
},
|
|
2154
|
-
"tagName": "%%prefix%%-
|
|
2224
|
+
"tagName": "%%prefix%%-multiselect-editor",
|
|
2155
2225
|
"customElement": true
|
|
2156
2226
|
},
|
|
2157
2227
|
{
|
|
2158
2228
|
"kind": "variable",
|
|
2159
|
-
"name": "
|
|
2160
|
-
"default": "css
|
|
2229
|
+
"name": "agMultiselectEditorStyles",
|
|
2230
|
+
"default": "css``",
|
|
2161
2231
|
"description": "The AG Select Renderer Styles.",
|
|
2162
2232
|
"privacy": "public"
|
|
2163
2233
|
},
|
|
2164
2234
|
{
|
|
2165
2235
|
"kind": "function",
|
|
2166
|
-
"name": "
|
|
2236
|
+
"name": "getMultiselectEditorTemplate",
|
|
2167
2237
|
"parameters": [
|
|
2168
2238
|
{
|
|
2169
|
-
"name": "
|
|
2239
|
+
"name": "designSystem",
|
|
2170
2240
|
"default": "'foundation'",
|
|
2171
2241
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
2172
2242
|
}
|
|
@@ -2181,114 +2251,83 @@
|
|
|
2181
2251
|
},
|
|
2182
2252
|
{
|
|
2183
2253
|
"kind": "variable",
|
|
2184
|
-
"name": "
|
|
2254
|
+
"name": "foundationMultiselectEditor",
|
|
2185
2255
|
"privacy": "public"
|
|
2186
2256
|
}
|
|
2187
2257
|
],
|
|
2188
2258
|
"exports": [
|
|
2189
2259
|
{
|
|
2190
2260
|
"kind": "js",
|
|
2191
|
-
"name": "
|
|
2192
|
-
"declaration": {
|
|
2193
|
-
"name": "DateEditor",
|
|
2194
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
2195
|
-
}
|
|
2196
|
-
},
|
|
2197
|
-
{
|
|
2198
|
-
"kind": "js",
|
|
2199
|
-
"name": "agDateEditorStyles",
|
|
2200
|
-
"declaration": {
|
|
2201
|
-
"name": "agDateEditorStyles",
|
|
2202
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
2203
|
-
}
|
|
2204
|
-
},
|
|
2205
|
-
{
|
|
2206
|
-
"kind": "js",
|
|
2207
|
-
"name": "getDateEditorTemplate",
|
|
2208
|
-
"declaration": {
|
|
2209
|
-
"name": "getDateEditorTemplate",
|
|
2210
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
2211
|
-
}
|
|
2212
|
-
},
|
|
2213
|
-
{
|
|
2214
|
-
"kind": "js",
|
|
2215
|
-
"name": "foundationDateEditor",
|
|
2216
|
-
"declaration": {
|
|
2217
|
-
"name": "foundationDateEditor",
|
|
2218
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
2219
|
-
}
|
|
2220
|
-
}
|
|
2221
|
-
]
|
|
2222
|
-
},
|
|
2223
|
-
{
|
|
2224
|
-
"kind": "javascript-module",
|
|
2225
|
-
"path": "src/cell-editors/index.ts",
|
|
2226
|
-
"declarations": [],
|
|
2227
|
-
"exports": [
|
|
2228
|
-
{
|
|
2229
|
-
"kind": "js",
|
|
2230
|
-
"name": "*",
|
|
2231
|
-
"declaration": {
|
|
2232
|
-
"name": "*",
|
|
2233
|
-
"package": "./date.editor"
|
|
2234
|
-
}
|
|
2235
|
-
},
|
|
2236
|
-
{
|
|
2237
|
-
"kind": "js",
|
|
2238
|
-
"name": "*",
|
|
2261
|
+
"name": "MultiselectEditor",
|
|
2239
2262
|
"declaration": {
|
|
2240
|
-
"name": "
|
|
2241
|
-
"
|
|
2263
|
+
"name": "MultiselectEditor",
|
|
2264
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2242
2265
|
}
|
|
2243
2266
|
},
|
|
2244
2267
|
{
|
|
2245
2268
|
"kind": "js",
|
|
2246
|
-
"name": "
|
|
2269
|
+
"name": "agMultiselectEditorStyles",
|
|
2247
2270
|
"declaration": {
|
|
2248
|
-
"name": "
|
|
2249
|
-
"
|
|
2271
|
+
"name": "agMultiselectEditorStyles",
|
|
2272
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2250
2273
|
}
|
|
2251
2274
|
},
|
|
2252
2275
|
{
|
|
2253
2276
|
"kind": "js",
|
|
2254
|
-
"name": "
|
|
2277
|
+
"name": "getMultiselectEditorTemplate",
|
|
2255
2278
|
"declaration": {
|
|
2256
|
-
"name": "
|
|
2257
|
-
"
|
|
2279
|
+
"name": "getMultiselectEditorTemplate",
|
|
2280
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2258
2281
|
}
|
|
2259
2282
|
},
|
|
2260
2283
|
{
|
|
2261
2284
|
"kind": "js",
|
|
2262
|
-
"name": "
|
|
2285
|
+
"name": "foundationMultiselectEditor",
|
|
2263
2286
|
"declaration": {
|
|
2264
|
-
"name": "
|
|
2265
|
-
"
|
|
2287
|
+
"name": "foundationMultiselectEditor",
|
|
2288
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2266
2289
|
}
|
|
2267
2290
|
}
|
|
2268
2291
|
]
|
|
2269
2292
|
},
|
|
2270
2293
|
{
|
|
2271
2294
|
"kind": "javascript-module",
|
|
2272
|
-
"path": "src/cell-editors/
|
|
2295
|
+
"path": "src/cell-editors/number.editor.ts",
|
|
2273
2296
|
"declarations": [
|
|
2274
2297
|
{
|
|
2275
2298
|
"kind": "class",
|
|
2276
|
-
"description": "The AG
|
|
2277
|
-
"name": "
|
|
2299
|
+
"description": "The AG Number Editor element.",
|
|
2300
|
+
"name": "NumberEditor",
|
|
2278
2301
|
"members": [
|
|
2279
2302
|
{
|
|
2280
2303
|
"kind": "field",
|
|
2281
2304
|
"name": "params",
|
|
2282
2305
|
"type": {
|
|
2283
|
-
"text": "
|
|
2306
|
+
"text": "NumberEditorParams"
|
|
2284
2307
|
},
|
|
2285
2308
|
"privacy": "public"
|
|
2286
2309
|
},
|
|
2287
2310
|
{
|
|
2288
2311
|
"kind": "field",
|
|
2289
|
-
"name": "
|
|
2312
|
+
"name": "value",
|
|
2290
2313
|
"type": {
|
|
2291
|
-
"text": "
|
|
2314
|
+
"text": "number"
|
|
2315
|
+
},
|
|
2316
|
+
"privacy": "public"
|
|
2317
|
+
},
|
|
2318
|
+
{
|
|
2319
|
+
"kind": "field",
|
|
2320
|
+
"name": "actualWidth",
|
|
2321
|
+
"type": {
|
|
2322
|
+
"text": "number"
|
|
2323
|
+
},
|
|
2324
|
+
"privacy": "public"
|
|
2325
|
+
},
|
|
2326
|
+
{
|
|
2327
|
+
"kind": "field",
|
|
2328
|
+
"name": "input",
|
|
2329
|
+
"type": {
|
|
2330
|
+
"text": "any"
|
|
2292
2331
|
},
|
|
2293
2332
|
"privacy": "public"
|
|
2294
2333
|
},
|
|
@@ -2300,7 +2339,7 @@
|
|
|
2300
2339
|
{
|
|
2301
2340
|
"name": "params",
|
|
2302
2341
|
"type": {
|
|
2303
|
-
"text": "
|
|
2342
|
+
"text": "NumberEditorParams"
|
|
2304
2343
|
}
|
|
2305
2344
|
}
|
|
2306
2345
|
]
|
|
@@ -2315,16 +2354,6 @@
|
|
|
2315
2354
|
}
|
|
2316
2355
|
}
|
|
2317
2356
|
},
|
|
2318
|
-
{
|
|
2319
|
-
"kind": "method",
|
|
2320
|
-
"name": "destroy",
|
|
2321
|
-
"privacy": "public",
|
|
2322
|
-
"return": {
|
|
2323
|
-
"type": {
|
|
2324
|
-
"text": "void"
|
|
2325
|
-
}
|
|
2326
|
-
}
|
|
2327
|
-
},
|
|
2328
2357
|
{
|
|
2329
2358
|
"kind": "method",
|
|
2330
2359
|
"name": "refresh",
|
|
@@ -2338,7 +2367,7 @@
|
|
|
2338
2367
|
{
|
|
2339
2368
|
"name": "params",
|
|
2340
2369
|
"type": {
|
|
2341
|
-
"text": "
|
|
2370
|
+
"text": "NumberEditorParams"
|
|
2342
2371
|
}
|
|
2343
2372
|
}
|
|
2344
2373
|
]
|
|
@@ -2356,6 +2385,10 @@
|
|
|
2356
2385
|
}
|
|
2357
2386
|
}
|
|
2358
2387
|
},
|
|
2388
|
+
{
|
|
2389
|
+
"kind": "method",
|
|
2390
|
+
"name": "afterGuiAttached"
|
|
2391
|
+
},
|
|
2359
2392
|
{
|
|
2360
2393
|
"kind": "method",
|
|
2361
2394
|
"name": "changeHandler",
|
|
@@ -2485,19 +2518,19 @@
|
|
|
2485
2518
|
"name": "FoundationElement",
|
|
2486
2519
|
"package": "@microsoft/fast-foundation"
|
|
2487
2520
|
},
|
|
2488
|
-
"tagName": "%%prefix%%-
|
|
2521
|
+
"tagName": "%%prefix%%-number-editor",
|
|
2489
2522
|
"customElement": true
|
|
2490
2523
|
},
|
|
2491
2524
|
{
|
|
2492
2525
|
"kind": "variable",
|
|
2493
|
-
"name": "
|
|
2494
|
-
"default": "css
|
|
2495
|
-
"description": "The AG
|
|
2526
|
+
"name": "agNumberEditorStyles",
|
|
2527
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
2528
|
+
"description": "The AG Number Editor Styles.",
|
|
2496
2529
|
"privacy": "public"
|
|
2497
2530
|
},
|
|
2498
2531
|
{
|
|
2499
2532
|
"kind": "function",
|
|
2500
|
-
"name": "
|
|
2533
|
+
"name": "getNumberEditorTemplate",
|
|
2501
2534
|
"parameters": [
|
|
2502
2535
|
{
|
|
2503
2536
|
"name": "designSystem",
|
|
@@ -2515,59 +2548,59 @@
|
|
|
2515
2548
|
},
|
|
2516
2549
|
{
|
|
2517
2550
|
"kind": "variable",
|
|
2518
|
-
"name": "
|
|
2551
|
+
"name": "foundationNumberEditor",
|
|
2519
2552
|
"privacy": "public"
|
|
2520
2553
|
}
|
|
2521
2554
|
],
|
|
2522
2555
|
"exports": [
|
|
2523
2556
|
{
|
|
2524
2557
|
"kind": "js",
|
|
2525
|
-
"name": "
|
|
2558
|
+
"name": "NumberEditor",
|
|
2526
2559
|
"declaration": {
|
|
2527
|
-
"name": "
|
|
2528
|
-
"module": "src/cell-editors/
|
|
2560
|
+
"name": "NumberEditor",
|
|
2561
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
2529
2562
|
}
|
|
2530
2563
|
},
|
|
2531
2564
|
{
|
|
2532
2565
|
"kind": "js",
|
|
2533
|
-
"name": "
|
|
2566
|
+
"name": "agNumberEditorStyles",
|
|
2534
2567
|
"declaration": {
|
|
2535
|
-
"name": "
|
|
2536
|
-
"module": "src/cell-editors/
|
|
2568
|
+
"name": "agNumberEditorStyles",
|
|
2569
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
2537
2570
|
}
|
|
2538
2571
|
},
|
|
2539
2572
|
{
|
|
2540
2573
|
"kind": "js",
|
|
2541
|
-
"name": "
|
|
2574
|
+
"name": "getNumberEditorTemplate",
|
|
2542
2575
|
"declaration": {
|
|
2543
|
-
"name": "
|
|
2544
|
-
"module": "src/cell-editors/
|
|
2576
|
+
"name": "getNumberEditorTemplate",
|
|
2577
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
2545
2578
|
}
|
|
2546
2579
|
},
|
|
2547
2580
|
{
|
|
2548
2581
|
"kind": "js",
|
|
2549
|
-
"name": "
|
|
2582
|
+
"name": "foundationNumberEditor",
|
|
2550
2583
|
"declaration": {
|
|
2551
|
-
"name": "
|
|
2552
|
-
"module": "src/cell-editors/
|
|
2584
|
+
"name": "foundationNumberEditor",
|
|
2585
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
2553
2586
|
}
|
|
2554
2587
|
}
|
|
2555
2588
|
]
|
|
2556
2589
|
},
|
|
2557
2590
|
{
|
|
2558
2591
|
"kind": "javascript-module",
|
|
2559
|
-
"path": "src/cell-editors/
|
|
2592
|
+
"path": "src/cell-editors/select.editor.ts",
|
|
2560
2593
|
"declarations": [
|
|
2561
2594
|
{
|
|
2562
2595
|
"kind": "class",
|
|
2563
|
-
"description": "The AG
|
|
2564
|
-
"name": "
|
|
2596
|
+
"description": "The AG Select Editor element.",
|
|
2597
|
+
"name": "SelectEditor",
|
|
2565
2598
|
"members": [
|
|
2566
2599
|
{
|
|
2567
2600
|
"kind": "field",
|
|
2568
2601
|
"name": "params",
|
|
2569
2602
|
"type": {
|
|
2570
|
-
"text": "
|
|
2603
|
+
"text": "SelectEditorParams"
|
|
2571
2604
|
},
|
|
2572
2605
|
"privacy": "public"
|
|
2573
2606
|
},
|
|
@@ -2575,7 +2608,7 @@
|
|
|
2575
2608
|
"kind": "field",
|
|
2576
2609
|
"name": "value",
|
|
2577
2610
|
"type": {
|
|
2578
|
-
"text": "
|
|
2611
|
+
"text": "string"
|
|
2579
2612
|
},
|
|
2580
2613
|
"privacy": "public"
|
|
2581
2614
|
},
|
|
@@ -2589,7 +2622,7 @@
|
|
|
2589
2622
|
},
|
|
2590
2623
|
{
|
|
2591
2624
|
"kind": "field",
|
|
2592
|
-
"name": "
|
|
2625
|
+
"name": "combobox",
|
|
2593
2626
|
"type": {
|
|
2594
2627
|
"text": "any"
|
|
2595
2628
|
},
|
|
@@ -2603,7 +2636,7 @@
|
|
|
2603
2636
|
{
|
|
2604
2637
|
"name": "params",
|
|
2605
2638
|
"type": {
|
|
2606
|
-
"text": "
|
|
2639
|
+
"text": "SelectEditorParams"
|
|
2607
2640
|
}
|
|
2608
2641
|
}
|
|
2609
2642
|
]
|
|
@@ -2631,7 +2664,7 @@
|
|
|
2631
2664
|
{
|
|
2632
2665
|
"name": "params",
|
|
2633
2666
|
"type": {
|
|
2634
|
-
"text": "
|
|
2667
|
+
"text": "SelectEditorParams"
|
|
2635
2668
|
}
|
|
2636
2669
|
}
|
|
2637
2670
|
]
|
|
@@ -2782,19 +2815,19 @@
|
|
|
2782
2815
|
"name": "FoundationElement",
|
|
2783
2816
|
"package": "@microsoft/fast-foundation"
|
|
2784
2817
|
},
|
|
2785
|
-
"tagName": "%%prefix%%-
|
|
2818
|
+
"tagName": "%%prefix%%-select-editor",
|
|
2786
2819
|
"customElement": true
|
|
2787
2820
|
},
|
|
2788
2821
|
{
|
|
2789
2822
|
"kind": "variable",
|
|
2790
|
-
"name": "
|
|
2791
|
-
"default": "css
|
|
2792
|
-
"description": "The AG
|
|
2823
|
+
"name": "agSelectEditorStyles",
|
|
2824
|
+
"default": "css``",
|
|
2825
|
+
"description": "The AG Select Renderer Styles.",
|
|
2793
2826
|
"privacy": "public"
|
|
2794
2827
|
},
|
|
2795
2828
|
{
|
|
2796
2829
|
"kind": "function",
|
|
2797
|
-
"name": "
|
|
2830
|
+
"name": "getSelectEditorTemplate",
|
|
2798
2831
|
"parameters": [
|
|
2799
2832
|
{
|
|
2800
2833
|
"name": "designSystem",
|
|
@@ -2812,59 +2845,59 @@
|
|
|
2812
2845
|
},
|
|
2813
2846
|
{
|
|
2814
2847
|
"kind": "variable",
|
|
2815
|
-
"name": "
|
|
2848
|
+
"name": "foundationSelectEditor",
|
|
2816
2849
|
"privacy": "public"
|
|
2817
2850
|
}
|
|
2818
2851
|
],
|
|
2819
2852
|
"exports": [
|
|
2820
2853
|
{
|
|
2821
2854
|
"kind": "js",
|
|
2822
|
-
"name": "
|
|
2855
|
+
"name": "SelectEditor",
|
|
2823
2856
|
"declaration": {
|
|
2824
|
-
"name": "
|
|
2825
|
-
"module": "src/cell-editors/
|
|
2857
|
+
"name": "SelectEditor",
|
|
2858
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
2826
2859
|
}
|
|
2827
2860
|
},
|
|
2828
2861
|
{
|
|
2829
2862
|
"kind": "js",
|
|
2830
|
-
"name": "
|
|
2863
|
+
"name": "agSelectEditorStyles",
|
|
2831
2864
|
"declaration": {
|
|
2832
|
-
"name": "
|
|
2833
|
-
"module": "src/cell-editors/
|
|
2865
|
+
"name": "agSelectEditorStyles",
|
|
2866
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
2834
2867
|
}
|
|
2835
2868
|
},
|
|
2836
2869
|
{
|
|
2837
2870
|
"kind": "js",
|
|
2838
|
-
"name": "
|
|
2871
|
+
"name": "getSelectEditorTemplate",
|
|
2839
2872
|
"declaration": {
|
|
2840
|
-
"name": "
|
|
2841
|
-
"module": "src/cell-editors/
|
|
2873
|
+
"name": "getSelectEditorTemplate",
|
|
2874
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
2842
2875
|
}
|
|
2843
2876
|
},
|
|
2844
2877
|
{
|
|
2845
2878
|
"kind": "js",
|
|
2846
|
-
"name": "
|
|
2879
|
+
"name": "foundationSelectEditor",
|
|
2847
2880
|
"declaration": {
|
|
2848
|
-
"name": "
|
|
2849
|
-
"module": "src/cell-editors/
|
|
2881
|
+
"name": "foundationSelectEditor",
|
|
2882
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
2850
2883
|
}
|
|
2851
2884
|
}
|
|
2852
2885
|
]
|
|
2853
2886
|
},
|
|
2854
2887
|
{
|
|
2855
2888
|
"kind": "javascript-module",
|
|
2856
|
-
"path": "src/cell-editors/
|
|
2889
|
+
"path": "src/cell-editors/string.editor.ts",
|
|
2857
2890
|
"declarations": [
|
|
2858
2891
|
{
|
|
2859
2892
|
"kind": "class",
|
|
2860
|
-
"description": "The AG
|
|
2861
|
-
"name": "
|
|
2893
|
+
"description": "The AG String Editor element.",
|
|
2894
|
+
"name": "StringEditor",
|
|
2862
2895
|
"members": [
|
|
2863
2896
|
{
|
|
2864
2897
|
"kind": "field",
|
|
2865
2898
|
"name": "params",
|
|
2866
2899
|
"type": {
|
|
2867
|
-
"text": "
|
|
2900
|
+
"text": "StringEditorParams"
|
|
2868
2901
|
},
|
|
2869
2902
|
"privacy": "public"
|
|
2870
2903
|
},
|
|
@@ -2886,7 +2919,7 @@
|
|
|
2886
2919
|
},
|
|
2887
2920
|
{
|
|
2888
2921
|
"kind": "field",
|
|
2889
|
-
"name": "
|
|
2922
|
+
"name": "input",
|
|
2890
2923
|
"type": {
|
|
2891
2924
|
"text": "any"
|
|
2892
2925
|
},
|
|
@@ -2900,7 +2933,7 @@
|
|
|
2900
2933
|
{
|
|
2901
2934
|
"name": "params",
|
|
2902
2935
|
"type": {
|
|
2903
|
-
"text": "
|
|
2936
|
+
"text": "StringEditorParams"
|
|
2904
2937
|
}
|
|
2905
2938
|
}
|
|
2906
2939
|
]
|
|
@@ -2928,7 +2961,7 @@
|
|
|
2928
2961
|
{
|
|
2929
2962
|
"name": "params",
|
|
2930
2963
|
"type": {
|
|
2931
|
-
"text": "
|
|
2964
|
+
"text": "StringEditorParams"
|
|
2932
2965
|
}
|
|
2933
2966
|
}
|
|
2934
2967
|
]
|
|
@@ -3079,19 +3112,19 @@
|
|
|
3079
3112
|
"name": "FoundationElement",
|
|
3080
3113
|
"package": "@microsoft/fast-foundation"
|
|
3081
3114
|
},
|
|
3082
|
-
"tagName": "%%prefix%%-
|
|
3115
|
+
"tagName": "%%prefix%%-string-editor",
|
|
3083
3116
|
"customElement": true
|
|
3084
3117
|
},
|
|
3085
3118
|
{
|
|
3086
3119
|
"kind": "variable",
|
|
3087
|
-
"name": "
|
|
3088
|
-
"default": "css
|
|
3089
|
-
"description": "The AG
|
|
3120
|
+
"name": "agStringEditorStyles",
|
|
3121
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
3122
|
+
"description": "The AG String Renderer Styles.",
|
|
3090
3123
|
"privacy": "public"
|
|
3091
3124
|
},
|
|
3092
3125
|
{
|
|
3093
3126
|
"kind": "function",
|
|
3094
|
-
"name": "
|
|
3127
|
+
"name": "getStringEditorTemplate",
|
|
3095
3128
|
"parameters": [
|
|
3096
3129
|
{
|
|
3097
3130
|
"name": "designSystem",
|
|
@@ -3099,7 +3132,7 @@
|
|
|
3099
3132
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
3100
3133
|
}
|
|
3101
3134
|
],
|
|
3102
|
-
"description": "Get a Design System prefixed
|
|
3135
|
+
"description": "Get a Design System prefixed String template.",
|
|
3103
3136
|
"return": {
|
|
3104
3137
|
"type": {
|
|
3105
3138
|
"text": ""
|
|
@@ -3109,83 +3142,98 @@
|
|
|
3109
3142
|
},
|
|
3110
3143
|
{
|
|
3111
3144
|
"kind": "variable",
|
|
3112
|
-
"name": "
|
|
3145
|
+
"name": "foundationStringEditor",
|
|
3113
3146
|
"privacy": "public"
|
|
3114
3147
|
}
|
|
3115
3148
|
],
|
|
3116
3149
|
"exports": [
|
|
3117
3150
|
{
|
|
3118
3151
|
"kind": "js",
|
|
3119
|
-
"name": "
|
|
3152
|
+
"name": "StringEditor",
|
|
3120
3153
|
"declaration": {
|
|
3121
|
-
"name": "
|
|
3122
|
-
"module": "src/cell-editors/
|
|
3154
|
+
"name": "StringEditor",
|
|
3155
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
3123
3156
|
}
|
|
3124
3157
|
},
|
|
3125
3158
|
{
|
|
3126
3159
|
"kind": "js",
|
|
3127
|
-
"name": "
|
|
3160
|
+
"name": "agStringEditorStyles",
|
|
3128
3161
|
"declaration": {
|
|
3129
|
-
"name": "
|
|
3130
|
-
"module": "src/cell-editors/
|
|
3162
|
+
"name": "agStringEditorStyles",
|
|
3163
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
3131
3164
|
}
|
|
3132
3165
|
},
|
|
3133
3166
|
{
|
|
3134
3167
|
"kind": "js",
|
|
3135
|
-
"name": "
|
|
3168
|
+
"name": "getStringEditorTemplate",
|
|
3136
3169
|
"declaration": {
|
|
3137
|
-
"name": "
|
|
3138
|
-
"module": "src/cell-editors/
|
|
3170
|
+
"name": "getStringEditorTemplate",
|
|
3171
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
3139
3172
|
}
|
|
3140
3173
|
},
|
|
3141
3174
|
{
|
|
3142
3175
|
"kind": "js",
|
|
3143
|
-
"name": "
|
|
3176
|
+
"name": "foundationStringEditor",
|
|
3144
3177
|
"declaration": {
|
|
3145
|
-
"name": "
|
|
3146
|
-
"module": "src/cell-editors/
|
|
3178
|
+
"name": "foundationStringEditor",
|
|
3179
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
3147
3180
|
}
|
|
3148
3181
|
}
|
|
3149
3182
|
]
|
|
3150
3183
|
},
|
|
3151
3184
|
{
|
|
3152
3185
|
"kind": "javascript-module",
|
|
3153
|
-
"path": "src/cell
|
|
3186
|
+
"path": "src/cell/cell.template.ts",
|
|
3187
|
+
"declarations": [
|
|
3188
|
+
{
|
|
3189
|
+
"kind": "variable",
|
|
3190
|
+
"name": "CellTemplate",
|
|
3191
|
+
"default": "html<GridProCell>`\n <template>\n <slot ${slotted('slottedRenderer')} @slotchange=\"${(x) => x.slottedAgRendererChanged()}\"></slot>\n </template>\n`",
|
|
3192
|
+
"description": "The Grid Pro Cell Template.",
|
|
3193
|
+
"privacy": "public"
|
|
3194
|
+
}
|
|
3195
|
+
],
|
|
3196
|
+
"exports": [
|
|
3197
|
+
{
|
|
3198
|
+
"kind": "js",
|
|
3199
|
+
"name": "CellTemplate",
|
|
3200
|
+
"declaration": {
|
|
3201
|
+
"name": "CellTemplate",
|
|
3202
|
+
"module": "src/cell/cell.template.ts"
|
|
3203
|
+
}
|
|
3204
|
+
}
|
|
3205
|
+
]
|
|
3206
|
+
},
|
|
3207
|
+
{
|
|
3208
|
+
"kind": "javascript-module",
|
|
3209
|
+
"path": "src/cell/cell.ts",
|
|
3154
3210
|
"declarations": [
|
|
3155
3211
|
{
|
|
3156
3212
|
"kind": "class",
|
|
3157
|
-
"description": "The
|
|
3158
|
-
"name": "
|
|
3213
|
+
"description": "The Grid Pro Cell element.",
|
|
3214
|
+
"name": "GridProCell",
|
|
3159
3215
|
"members": [
|
|
3160
3216
|
{
|
|
3161
3217
|
"kind": "field",
|
|
3162
|
-
"name": "
|
|
3163
|
-
"type": {
|
|
3164
|
-
"text": "StringEditorParams"
|
|
3165
|
-
},
|
|
3166
|
-
"privacy": "public"
|
|
3167
|
-
},
|
|
3168
|
-
{
|
|
3169
|
-
"kind": "field",
|
|
3170
|
-
"name": "value",
|
|
3218
|
+
"name": "renderer",
|
|
3171
3219
|
"type": {
|
|
3172
|
-
"text": "
|
|
3220
|
+
"text": "ICellRendererFunc"
|
|
3173
3221
|
},
|
|
3174
3222
|
"privacy": "public"
|
|
3175
3223
|
},
|
|
3176
3224
|
{
|
|
3177
3225
|
"kind": "field",
|
|
3178
|
-
"name": "
|
|
3226
|
+
"name": "rendererParams",
|
|
3179
3227
|
"type": {
|
|
3180
|
-
"text": "
|
|
3228
|
+
"text": "ICellRendererParams"
|
|
3181
3229
|
},
|
|
3182
3230
|
"privacy": "public"
|
|
3183
3231
|
},
|
|
3184
3232
|
{
|
|
3185
3233
|
"kind": "field",
|
|
3186
|
-
"name": "
|
|
3234
|
+
"name": "slottedRenderer",
|
|
3187
3235
|
"type": {
|
|
3188
|
-
"text": "
|
|
3236
|
+
"text": "HTMLElement[]"
|
|
3189
3237
|
},
|
|
3190
3238
|
"privacy": "public"
|
|
3191
3239
|
},
|
|
@@ -3197,7 +3245,7 @@
|
|
|
3197
3245
|
{
|
|
3198
3246
|
"name": "params",
|
|
3199
3247
|
"type": {
|
|
3200
|
-
"text": "
|
|
3248
|
+
"text": "ICellRendererParams"
|
|
3201
3249
|
}
|
|
3202
3250
|
}
|
|
3203
3251
|
]
|
|
@@ -3212,53 +3260,28 @@
|
|
|
3212
3260
|
}
|
|
3213
3261
|
}
|
|
3214
3262
|
},
|
|
3263
|
+
{
|
|
3264
|
+
"kind": "method",
|
|
3265
|
+
"name": "destroy",
|
|
3266
|
+
"privacy": "public"
|
|
3267
|
+
},
|
|
3215
3268
|
{
|
|
3216
3269
|
"kind": "method",
|
|
3217
3270
|
"name": "refresh",
|
|
3218
3271
|
"privacy": "public",
|
|
3219
|
-
"return": {
|
|
3220
|
-
"type": {
|
|
3221
|
-
"text": "boolean"
|
|
3222
|
-
}
|
|
3223
|
-
},
|
|
3224
3272
|
"parameters": [
|
|
3225
3273
|
{
|
|
3226
3274
|
"name": "params",
|
|
3227
3275
|
"type": {
|
|
3228
|
-
"text": "
|
|
3276
|
+
"text": "ICellRendererParams"
|
|
3229
3277
|
}
|
|
3230
3278
|
}
|
|
3231
3279
|
]
|
|
3232
3280
|
},
|
|
3233
3281
|
{
|
|
3234
3282
|
"kind": "method",
|
|
3235
|
-
"name": "
|
|
3236
|
-
|
|
3237
|
-
{
|
|
3238
|
-
"kind": "method",
|
|
3239
|
-
"name": "isPopup",
|
|
3240
|
-
"return": {
|
|
3241
|
-
"type": {
|
|
3242
|
-
"text": "boolean"
|
|
3243
|
-
}
|
|
3244
|
-
}
|
|
3245
|
-
},
|
|
3246
|
-
{
|
|
3247
|
-
"kind": "method",
|
|
3248
|
-
"name": "afterGuiAttached"
|
|
3249
|
-
},
|
|
3250
|
-
{
|
|
3251
|
-
"kind": "method",
|
|
3252
|
-
"name": "changeHandler",
|
|
3253
|
-
"parameters": [
|
|
3254
|
-
{
|
|
3255
|
-
"name": "event"
|
|
3256
|
-
}
|
|
3257
|
-
]
|
|
3258
|
-
},
|
|
3259
|
-
{
|
|
3260
|
-
"kind": "method",
|
|
3261
|
-
"name": "isCancelBeforeStart"
|
|
3283
|
+
"name": "slottedAgRendererChanged",
|
|
3284
|
+
"privacy": "public"
|
|
3262
3285
|
},
|
|
3263
3286
|
{
|
|
3264
3287
|
"kind": "field",
|
|
@@ -3376,71 +3399,48 @@
|
|
|
3376
3399
|
"name": "FoundationElement",
|
|
3377
3400
|
"package": "@microsoft/fast-foundation"
|
|
3378
3401
|
},
|
|
3379
|
-
"tagName": "
|
|
3402
|
+
"tagName": "grid-pro-cell",
|
|
3380
3403
|
"customElement": true
|
|
3381
|
-
},
|
|
3382
|
-
{
|
|
3383
|
-
"kind": "variable",
|
|
3384
|
-
"name": "agStringEditorStyles",
|
|
3385
|
-
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
3386
|
-
"description": "The AG String Renderer Styles.",
|
|
3387
|
-
"privacy": "public"
|
|
3388
|
-
},
|
|
3389
|
-
{
|
|
3390
|
-
"kind": "function",
|
|
3391
|
-
"name": "getStringEditorTemplate",
|
|
3392
|
-
"parameters": [
|
|
3393
|
-
{
|
|
3394
|
-
"name": "designSystem",
|
|
3395
|
-
"default": "'foundation'",
|
|
3396
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
3397
|
-
}
|
|
3398
|
-
],
|
|
3399
|
-
"description": "Get a Design System prefixed String template.",
|
|
3400
|
-
"return": {
|
|
3401
|
-
"type": {
|
|
3402
|
-
"text": ""
|
|
3403
|
-
}
|
|
3404
|
-
},
|
|
3405
|
-
"privacy": "public"
|
|
3406
|
-
},
|
|
3407
|
-
{
|
|
3408
|
-
"kind": "variable",
|
|
3409
|
-
"name": "foundationStringEditor",
|
|
3410
|
-
"privacy": "public"
|
|
3411
3404
|
}
|
|
3412
3405
|
],
|
|
3413
3406
|
"exports": [
|
|
3414
3407
|
{
|
|
3415
3408
|
"kind": "js",
|
|
3416
|
-
"name": "
|
|
3409
|
+
"name": "GridProCell",
|
|
3417
3410
|
"declaration": {
|
|
3418
|
-
"name": "
|
|
3419
|
-
"module": "src/cell
|
|
3411
|
+
"name": "GridProCell",
|
|
3412
|
+
"module": "src/cell/cell.ts"
|
|
3420
3413
|
}
|
|
3421
3414
|
},
|
|
3422
3415
|
{
|
|
3423
|
-
"kind": "
|
|
3424
|
-
"name": "
|
|
3416
|
+
"kind": "custom-element-definition",
|
|
3417
|
+
"name": "grid-pro-cell",
|
|
3425
3418
|
"declaration": {
|
|
3426
|
-
"name": "
|
|
3427
|
-
"module": "src/cell
|
|
3419
|
+
"name": "GridProCell",
|
|
3420
|
+
"module": "src/cell/cell.ts"
|
|
3428
3421
|
}
|
|
3429
|
-
}
|
|
3422
|
+
}
|
|
3423
|
+
]
|
|
3424
|
+
},
|
|
3425
|
+
{
|
|
3426
|
+
"kind": "javascript-module",
|
|
3427
|
+
"path": "src/cell/index.ts",
|
|
3428
|
+
"declarations": [],
|
|
3429
|
+
"exports": [
|
|
3430
3430
|
{
|
|
3431
3431
|
"kind": "js",
|
|
3432
|
-
"name": "
|
|
3432
|
+
"name": "*",
|
|
3433
3433
|
"declaration": {
|
|
3434
|
-
"name": "
|
|
3435
|
-
"
|
|
3434
|
+
"name": "*",
|
|
3435
|
+
"package": "./cell.template"
|
|
3436
3436
|
}
|
|
3437
3437
|
},
|
|
3438
3438
|
{
|
|
3439
3439
|
"kind": "js",
|
|
3440
|
-
"name": "
|
|
3440
|
+
"name": "*",
|
|
3441
3441
|
"declaration": {
|
|
3442
|
-
"name": "
|
|
3443
|
-
"
|
|
3442
|
+
"name": "*",
|
|
3443
|
+
"package": "./cell"
|
|
3444
3444
|
}
|
|
3445
3445
|
}
|
|
3446
3446
|
]
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/grid-pro",
|
|
3
3
|
"description": "Genesis Foundation AG Grid",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.178.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -30,20 +30,20 @@
|
|
|
30
30
|
"test:debug": "genx test --debug"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@genesislcap/foundation-testing": "14.
|
|
34
|
-
"@genesislcap/genx": "14.
|
|
35
|
-
"@genesislcap/rollup-builder": "14.
|
|
36
|
-
"@genesislcap/ts-builder": "14.
|
|
37
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
38
|
-
"@genesislcap/vite-builder": "14.
|
|
39
|
-
"@genesislcap/webpack-builder": "14.
|
|
33
|
+
"@genesislcap/foundation-testing": "14.178.0",
|
|
34
|
+
"@genesislcap/genx": "14.178.0",
|
|
35
|
+
"@genesislcap/rollup-builder": "14.178.0",
|
|
36
|
+
"@genesislcap/ts-builder": "14.178.0",
|
|
37
|
+
"@genesislcap/uvu-playwright-builder": "14.178.0",
|
|
38
|
+
"@genesislcap/vite-builder": "14.178.0",
|
|
39
|
+
"@genesislcap/webpack-builder": "14.178.0",
|
|
40
40
|
"rimraf": "^3.0.2"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@genesislcap/foundation-comms": "14.
|
|
44
|
-
"@genesislcap/foundation-logger": "14.
|
|
45
|
-
"@genesislcap/foundation-ui": "14.
|
|
46
|
-
"@genesislcap/foundation-utils": "14.
|
|
43
|
+
"@genesislcap/foundation-comms": "14.178.0",
|
|
44
|
+
"@genesislcap/foundation-logger": "14.178.0",
|
|
45
|
+
"@genesislcap/foundation-ui": "14.178.0",
|
|
46
|
+
"@genesislcap/foundation-utils": "14.178.0",
|
|
47
47
|
"@microsoft/fast-colors": "^5.3.1",
|
|
48
48
|
"@microsoft/fast-components": "^2.30.6",
|
|
49
49
|
"@microsoft/fast-element": "^1.12.0",
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"access": "public"
|
|
70
70
|
},
|
|
71
71
|
"customElements": "dist/custom-elements.json",
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "fd55a5cd2e3b0fa048377835c73186df1e75b849"
|
|
73
73
|
}
|