@genesislcap/grid-pro 14.146.1-alpha-0d80785.0 → 14.146.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 +375 -439
- package/dist/dts/datasource/base.datasource.d.ts +1 -2
- package/dist/dts/datasource/base.datasource.d.ts.map +1 -1
- package/dist/dts/grid-pro.d.ts +0 -8
- package/dist/dts/grid-pro.d.ts.map +1 -1
- package/dist/esm/datasource/base.datasource.js +1 -25
- package/dist/esm/grid-pro.js +2 -24
- package/dist/grid-pro.api.json +0 -60
- package/dist/grid-pro.d.ts +2 -11
- package/docs/api/grid-pro.gridpro.md +0 -2
- package/docs/api-report.md +2 -8
- package/package.json +8 -8
- package/docs/api/grid-pro.gridpro.selectedcolid.md +0 -11
- package/docs/api/grid-pro.gridpro.selectedrowid.md +0 -11
|
@@ -465,15 +465,6 @@
|
|
|
465
465
|
}
|
|
466
466
|
]
|
|
467
467
|
},
|
|
468
|
-
{
|
|
469
|
-
"kind": "field",
|
|
470
|
-
"name": "blockScrollingOnContextMenu",
|
|
471
|
-
"type": {
|
|
472
|
-
"text": "boolean"
|
|
473
|
-
},
|
|
474
|
-
"default": "false",
|
|
475
|
-
"description": "If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records"
|
|
476
|
-
},
|
|
477
468
|
{
|
|
478
469
|
"kind": "field",
|
|
479
470
|
"name": "classNames",
|
|
@@ -562,20 +553,6 @@
|
|
|
562
553
|
"privacy": "private",
|
|
563
554
|
"default": "undefined"
|
|
564
555
|
},
|
|
565
|
-
{
|
|
566
|
-
"kind": "field",
|
|
567
|
-
"name": "selectedRowId",
|
|
568
|
-
"type": {
|
|
569
|
-
"text": "string"
|
|
570
|
-
}
|
|
571
|
-
},
|
|
572
|
-
{
|
|
573
|
-
"kind": "field",
|
|
574
|
-
"name": "selectedColId",
|
|
575
|
-
"type": {
|
|
576
|
-
"text": "string"
|
|
577
|
-
}
|
|
578
|
-
},
|
|
579
556
|
{
|
|
580
557
|
"kind": "field",
|
|
581
558
|
"name": "gridOptionsConfig",
|
|
@@ -1136,15 +1113,6 @@
|
|
|
1136
1113
|
"text": "string"
|
|
1137
1114
|
},
|
|
1138
1115
|
"fieldName": "theme"
|
|
1139
|
-
},
|
|
1140
|
-
{
|
|
1141
|
-
"name": "block-scrolling-on-context-menu",
|
|
1142
|
-
"type": {
|
|
1143
|
-
"text": "boolean"
|
|
1144
|
-
},
|
|
1145
|
-
"default": "false",
|
|
1146
|
-
"description": "If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records",
|
|
1147
|
-
"fieldName": "blockScrollingOnContextMenu"
|
|
1148
1116
|
}
|
|
1149
1117
|
],
|
|
1150
1118
|
"mixins": [
|
|
@@ -1806,6 +1774,229 @@
|
|
|
1806
1774
|
}
|
|
1807
1775
|
]
|
|
1808
1776
|
},
|
|
1777
|
+
{
|
|
1778
|
+
"kind": "javascript-module",
|
|
1779
|
+
"path": "src/column/column.template.ts",
|
|
1780
|
+
"declarations": [
|
|
1781
|
+
{
|
|
1782
|
+
"kind": "variable",
|
|
1783
|
+
"name": "ColumnTemplate",
|
|
1784
|
+
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
1785
|
+
"description": "The Grid Pro Column Template.",
|
|
1786
|
+
"privacy": "public"
|
|
1787
|
+
}
|
|
1788
|
+
],
|
|
1789
|
+
"exports": [
|
|
1790
|
+
{
|
|
1791
|
+
"kind": "js",
|
|
1792
|
+
"name": "ColumnTemplate",
|
|
1793
|
+
"declaration": {
|
|
1794
|
+
"name": "ColumnTemplate",
|
|
1795
|
+
"module": "src/column/column.template.ts"
|
|
1796
|
+
}
|
|
1797
|
+
}
|
|
1798
|
+
]
|
|
1799
|
+
},
|
|
1800
|
+
{
|
|
1801
|
+
"kind": "javascript-module",
|
|
1802
|
+
"path": "src/column/column.ts",
|
|
1803
|
+
"declarations": [
|
|
1804
|
+
{
|
|
1805
|
+
"kind": "class",
|
|
1806
|
+
"description": "The Grid Pro Column element.",
|
|
1807
|
+
"name": "GridProColumn",
|
|
1808
|
+
"members": [
|
|
1809
|
+
{
|
|
1810
|
+
"kind": "field",
|
|
1811
|
+
"name": "slottedAgCell",
|
|
1812
|
+
"type": {
|
|
1813
|
+
"text": "HTMLElement[]"
|
|
1814
|
+
},
|
|
1815
|
+
"privacy": "public"
|
|
1816
|
+
},
|
|
1817
|
+
{
|
|
1818
|
+
"kind": "field",
|
|
1819
|
+
"name": "definition",
|
|
1820
|
+
"type": {
|
|
1821
|
+
"text": "ColDef"
|
|
1822
|
+
},
|
|
1823
|
+
"default": "{}"
|
|
1824
|
+
},
|
|
1825
|
+
{
|
|
1826
|
+
"kind": "method",
|
|
1827
|
+
"name": "slottedAgCellChanged",
|
|
1828
|
+
"privacy": "public"
|
|
1829
|
+
},
|
|
1830
|
+
{
|
|
1831
|
+
"kind": "field",
|
|
1832
|
+
"name": "_presentation",
|
|
1833
|
+
"type": {
|
|
1834
|
+
"text": "ComponentPresentation | null | undefined"
|
|
1835
|
+
},
|
|
1836
|
+
"privacy": "private",
|
|
1837
|
+
"default": "void 0",
|
|
1838
|
+
"inheritedFrom": {
|
|
1839
|
+
"name": "FoundationElement",
|
|
1840
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1841
|
+
}
|
|
1842
|
+
},
|
|
1843
|
+
{
|
|
1844
|
+
"kind": "field",
|
|
1845
|
+
"name": "$presentation",
|
|
1846
|
+
"type": {
|
|
1847
|
+
"text": "ComponentPresentation | null"
|
|
1848
|
+
},
|
|
1849
|
+
"privacy": "public",
|
|
1850
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1851
|
+
"inheritedFrom": {
|
|
1852
|
+
"name": "FoundationElement",
|
|
1853
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1854
|
+
}
|
|
1855
|
+
},
|
|
1856
|
+
{
|
|
1857
|
+
"kind": "field",
|
|
1858
|
+
"name": "template",
|
|
1859
|
+
"type": {
|
|
1860
|
+
"text": "ElementViewTemplate | void | null"
|
|
1861
|
+
},
|
|
1862
|
+
"privacy": "public",
|
|
1863
|
+
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
1864
|
+
"inheritedFrom": {
|
|
1865
|
+
"name": "FoundationElement",
|
|
1866
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1867
|
+
}
|
|
1868
|
+
},
|
|
1869
|
+
{
|
|
1870
|
+
"kind": "method",
|
|
1871
|
+
"name": "templateChanged",
|
|
1872
|
+
"privacy": "protected",
|
|
1873
|
+
"return": {
|
|
1874
|
+
"type": {
|
|
1875
|
+
"text": "void"
|
|
1876
|
+
}
|
|
1877
|
+
},
|
|
1878
|
+
"inheritedFrom": {
|
|
1879
|
+
"name": "FoundationElement",
|
|
1880
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1881
|
+
}
|
|
1882
|
+
},
|
|
1883
|
+
{
|
|
1884
|
+
"kind": "field",
|
|
1885
|
+
"name": "styles",
|
|
1886
|
+
"type": {
|
|
1887
|
+
"text": "ElementStyles | void | null"
|
|
1888
|
+
},
|
|
1889
|
+
"privacy": "public",
|
|
1890
|
+
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
1891
|
+
"inheritedFrom": {
|
|
1892
|
+
"name": "FoundationElement",
|
|
1893
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1894
|
+
}
|
|
1895
|
+
},
|
|
1896
|
+
{
|
|
1897
|
+
"kind": "method",
|
|
1898
|
+
"name": "stylesChanged",
|
|
1899
|
+
"privacy": "protected",
|
|
1900
|
+
"return": {
|
|
1901
|
+
"type": {
|
|
1902
|
+
"text": "void"
|
|
1903
|
+
}
|
|
1904
|
+
},
|
|
1905
|
+
"inheritedFrom": {
|
|
1906
|
+
"name": "FoundationElement",
|
|
1907
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1908
|
+
}
|
|
1909
|
+
},
|
|
1910
|
+
{
|
|
1911
|
+
"kind": "method",
|
|
1912
|
+
"name": "compose",
|
|
1913
|
+
"privacy": "public",
|
|
1914
|
+
"static": true,
|
|
1915
|
+
"return": {
|
|
1916
|
+
"type": {
|
|
1917
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1918
|
+
}
|
|
1919
|
+
},
|
|
1920
|
+
"parameters": [
|
|
1921
|
+
{
|
|
1922
|
+
"name": "this",
|
|
1923
|
+
"type": {
|
|
1924
|
+
"text": "K"
|
|
1925
|
+
}
|
|
1926
|
+
},
|
|
1927
|
+
{
|
|
1928
|
+
"name": "elementDefinition",
|
|
1929
|
+
"type": {
|
|
1930
|
+
"text": "T"
|
|
1931
|
+
},
|
|
1932
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
1933
|
+
}
|
|
1934
|
+
],
|
|
1935
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1936
|
+
"inheritedFrom": {
|
|
1937
|
+
"name": "FoundationElement",
|
|
1938
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1939
|
+
}
|
|
1940
|
+
}
|
|
1941
|
+
],
|
|
1942
|
+
"superclass": {
|
|
1943
|
+
"name": "FoundationElement",
|
|
1944
|
+
"package": "@microsoft/fast-foundation"
|
|
1945
|
+
},
|
|
1946
|
+
"tagName": "grid-pro-column",
|
|
1947
|
+
"customElement": true
|
|
1948
|
+
}
|
|
1949
|
+
],
|
|
1950
|
+
"exports": [
|
|
1951
|
+
{
|
|
1952
|
+
"kind": "js",
|
|
1953
|
+
"name": "GridProColumn",
|
|
1954
|
+
"declaration": {
|
|
1955
|
+
"name": "GridProColumn",
|
|
1956
|
+
"module": "src/column/column.ts"
|
|
1957
|
+
}
|
|
1958
|
+
},
|
|
1959
|
+
{
|
|
1960
|
+
"kind": "custom-element-definition",
|
|
1961
|
+
"name": "grid-pro-column",
|
|
1962
|
+
"declaration": {
|
|
1963
|
+
"name": "GridProColumn",
|
|
1964
|
+
"module": "src/column/column.ts"
|
|
1965
|
+
}
|
|
1966
|
+
}
|
|
1967
|
+
]
|
|
1968
|
+
},
|
|
1969
|
+
{
|
|
1970
|
+
"kind": "javascript-module",
|
|
1971
|
+
"path": "src/column/index.ts",
|
|
1972
|
+
"declarations": [],
|
|
1973
|
+
"exports": [
|
|
1974
|
+
{
|
|
1975
|
+
"kind": "js",
|
|
1976
|
+
"name": "*",
|
|
1977
|
+
"declaration": {
|
|
1978
|
+
"name": "*",
|
|
1979
|
+
"package": "./column.template"
|
|
1980
|
+
}
|
|
1981
|
+
},
|
|
1982
|
+
{
|
|
1983
|
+
"kind": "js",
|
|
1984
|
+
"name": "*",
|
|
1985
|
+
"declaration": {
|
|
1986
|
+
"name": "*",
|
|
1987
|
+
"package": "./column"
|
|
1988
|
+
}
|
|
1989
|
+
},
|
|
1990
|
+
{
|
|
1991
|
+
"kind": "js",
|
|
1992
|
+
"name": "*",
|
|
1993
|
+
"declaration": {
|
|
1994
|
+
"name": "*",
|
|
1995
|
+
"package": "./utils"
|
|
1996
|
+
}
|
|
1997
|
+
}
|
|
1998
|
+
]
|
|
1999
|
+
},
|
|
1809
2000
|
{
|
|
1810
2001
|
"kind": "javascript-module",
|
|
1811
2002
|
"path": "src/cell-editors/date.editor.ts",
|
|
@@ -5002,321 +5193,98 @@
|
|
|
5002
5193
|
"kind": "field",
|
|
5003
5194
|
"name": "textValue",
|
|
5004
5195
|
"type": {
|
|
5005
|
-
"text": "string"
|
|
5006
|
-
},
|
|
5007
|
-
"default": "''",
|
|
5008
|
-
"inheritedFrom": {
|
|
5009
|
-
"name": "AgTextFieldRenderer",
|
|
5010
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5011
|
-
}
|
|
5012
|
-
},
|
|
5013
|
-
{
|
|
5014
|
-
"kind": "field",
|
|
5015
|
-
"name": "params",
|
|
5016
|
-
"type": {
|
|
5017
|
-
"text": "FuiCellRendererParams"
|
|
5018
|
-
},
|
|
5019
|
-
"privacy": "public",
|
|
5020
|
-
"inheritedFrom": {
|
|
5021
|
-
"name": "AgTextFieldRenderer",
|
|
5022
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5023
|
-
}
|
|
5024
|
-
},
|
|
5025
|
-
{
|
|
5026
|
-
"kind": "method",
|
|
5027
|
-
"name": "init",
|
|
5028
|
-
"privacy": "public",
|
|
5029
|
-
"parameters": [
|
|
5030
|
-
{
|
|
5031
|
-
"name": "params",
|
|
5032
|
-
"type": {
|
|
5033
|
-
"text": "FuiCellRendererParams"
|
|
5034
|
-
}
|
|
5035
|
-
}
|
|
5036
|
-
],
|
|
5037
|
-
"inheritedFrom": {
|
|
5038
|
-
"name": "AgTextFieldRenderer",
|
|
5039
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5040
|
-
}
|
|
5041
|
-
},
|
|
5042
|
-
{
|
|
5043
|
-
"kind": "method",
|
|
5044
|
-
"name": "getGui",
|
|
5045
|
-
"privacy": "public",
|
|
5046
|
-
"return": {
|
|
5047
|
-
"type": {
|
|
5048
|
-
"text": "HTMLElement"
|
|
5049
|
-
}
|
|
5050
|
-
},
|
|
5051
|
-
"inheritedFrom": {
|
|
5052
|
-
"name": "AgTextFieldRenderer",
|
|
5053
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5054
|
-
}
|
|
5055
|
-
},
|
|
5056
|
-
{
|
|
5057
|
-
"kind": "method",
|
|
5058
|
-
"name": "destroy",
|
|
5059
|
-
"privacy": "public",
|
|
5060
|
-
"inheritedFrom": {
|
|
5061
|
-
"name": "AgTextFieldRenderer",
|
|
5062
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5063
|
-
}
|
|
5064
|
-
},
|
|
5065
|
-
{
|
|
5066
|
-
"kind": "method",
|
|
5067
|
-
"name": "refresh",
|
|
5068
|
-
"privacy": "public",
|
|
5069
|
-
"parameters": [
|
|
5070
|
-
{
|
|
5071
|
-
"name": "params",
|
|
5072
|
-
"type": {
|
|
5073
|
-
"text": "FuiCellRendererParams"
|
|
5074
|
-
}
|
|
5075
|
-
}
|
|
5076
|
-
],
|
|
5077
|
-
"inheritedFrom": {
|
|
5078
|
-
"name": "AgTextFieldRenderer",
|
|
5079
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5080
|
-
}
|
|
5081
|
-
},
|
|
5082
|
-
{
|
|
5083
|
-
"kind": "field",
|
|
5084
|
-
"name": "textChanged",
|
|
5085
|
-
"privacy": "public",
|
|
5086
|
-
"description": "On text change handler",
|
|
5087
|
-
"parameters": [
|
|
5088
|
-
{
|
|
5089
|
-
"description": "CustomEvent",
|
|
5090
|
-
"name": "e"
|
|
5091
|
-
}
|
|
5092
|
-
],
|
|
5093
|
-
"inheritedFrom": {
|
|
5094
|
-
"name": "AgTextFieldRenderer",
|
|
5095
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5096
|
-
}
|
|
5097
|
-
},
|
|
5098
|
-
{
|
|
5099
|
-
"kind": "field",
|
|
5100
|
-
"name": "_presentation",
|
|
5101
|
-
"type": {
|
|
5102
|
-
"text": "ComponentPresentation | null | undefined"
|
|
5103
|
-
},
|
|
5104
|
-
"privacy": "private",
|
|
5105
|
-
"default": "void 0",
|
|
5106
|
-
"inheritedFrom": {
|
|
5107
|
-
"name": "FoundationElement",
|
|
5108
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5109
|
-
}
|
|
5110
|
-
},
|
|
5111
|
-
{
|
|
5112
|
-
"kind": "field",
|
|
5113
|
-
"name": "$presentation",
|
|
5114
|
-
"type": {
|
|
5115
|
-
"text": "ComponentPresentation | null"
|
|
5116
|
-
},
|
|
5117
|
-
"privacy": "public",
|
|
5118
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
5119
|
-
"inheritedFrom": {
|
|
5120
|
-
"name": "FoundationElement",
|
|
5121
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5122
|
-
}
|
|
5123
|
-
},
|
|
5124
|
-
{
|
|
5125
|
-
"kind": "field",
|
|
5126
|
-
"name": "template",
|
|
5127
|
-
"type": {
|
|
5128
|
-
"text": "ElementViewTemplate | void | null"
|
|
5129
|
-
},
|
|
5130
|
-
"privacy": "public",
|
|
5131
|
-
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
5132
|
-
"inheritedFrom": {
|
|
5133
|
-
"name": "FoundationElement",
|
|
5134
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5135
|
-
}
|
|
5136
|
-
},
|
|
5137
|
-
{
|
|
5138
|
-
"kind": "method",
|
|
5139
|
-
"name": "templateChanged",
|
|
5140
|
-
"privacy": "protected",
|
|
5141
|
-
"return": {
|
|
5142
|
-
"type": {
|
|
5143
|
-
"text": "void"
|
|
5144
|
-
}
|
|
5145
|
-
},
|
|
5146
|
-
"inheritedFrom": {
|
|
5147
|
-
"name": "FoundationElement",
|
|
5148
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5149
|
-
}
|
|
5150
|
-
},
|
|
5151
|
-
{
|
|
5152
|
-
"kind": "field",
|
|
5153
|
-
"name": "styles",
|
|
5154
|
-
"type": {
|
|
5155
|
-
"text": "ElementStyles | void | null"
|
|
5156
|
-
},
|
|
5157
|
-
"privacy": "public",
|
|
5158
|
-
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
5159
|
-
"inheritedFrom": {
|
|
5160
|
-
"name": "FoundationElement",
|
|
5161
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5162
|
-
}
|
|
5163
|
-
},
|
|
5164
|
-
{
|
|
5165
|
-
"kind": "method",
|
|
5166
|
-
"name": "stylesChanged",
|
|
5167
|
-
"privacy": "protected",
|
|
5168
|
-
"return": {
|
|
5169
|
-
"type": {
|
|
5170
|
-
"text": "void"
|
|
5171
|
-
}
|
|
5172
|
-
},
|
|
5173
|
-
"inheritedFrom": {
|
|
5174
|
-
"name": "FoundationElement",
|
|
5175
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5176
|
-
}
|
|
5177
|
-
},
|
|
5178
|
-
{
|
|
5179
|
-
"kind": "method",
|
|
5180
|
-
"name": "compose",
|
|
5181
|
-
"privacy": "public",
|
|
5182
|
-
"static": true,
|
|
5183
|
-
"return": {
|
|
5184
|
-
"type": {
|
|
5185
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
5186
|
-
}
|
|
5187
|
-
},
|
|
5188
|
-
"parameters": [
|
|
5189
|
-
{
|
|
5190
|
-
"name": "this",
|
|
5191
|
-
"type": {
|
|
5192
|
-
"text": "K"
|
|
5193
|
-
}
|
|
5194
|
-
},
|
|
5195
|
-
{
|
|
5196
|
-
"name": "elementDefinition",
|
|
5197
|
-
"type": {
|
|
5198
|
-
"text": "T"
|
|
5199
|
-
},
|
|
5200
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
5201
|
-
}
|
|
5202
|
-
],
|
|
5203
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
5204
|
-
"inheritedFrom": {
|
|
5205
|
-
"name": "FoundationElement",
|
|
5206
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5207
|
-
}
|
|
5208
|
-
}
|
|
5209
|
-
]
|
|
5210
|
-
},
|
|
5211
|
-
{
|
|
5212
|
-
"kind": "variable",
|
|
5213
|
-
"name": "textRendererStyles",
|
|
5214
|
-
"default": "textFieldRendererStyles",
|
|
5215
|
-
"privacy": "public",
|
|
5216
|
-
"deprecated": "- Use textFieldRendererStyles instead"
|
|
5217
|
-
},
|
|
5218
|
-
{
|
|
5219
|
-
"kind": "variable",
|
|
5220
|
-
"name": "getTextRendererTemplate",
|
|
5221
|
-
"default": "getTextFieldRendererTemplate",
|
|
5222
|
-
"privacy": "public",
|
|
5223
|
-
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
5224
|
-
},
|
|
5225
|
-
{
|
|
5226
|
-
"kind": "variable",
|
|
5227
|
-
"name": "foundationAgTextRenderer",
|
|
5228
|
-
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
5229
|
-
"privacy": "public",
|
|
5230
|
-
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
5231
|
-
}
|
|
5232
|
-
],
|
|
5233
|
-
"exports": [
|
|
5234
|
-
{
|
|
5235
|
-
"kind": "js",
|
|
5236
|
-
"name": "AgTextRenderer",
|
|
5237
|
-
"declaration": {
|
|
5238
|
-
"name": "AgTextRenderer",
|
|
5239
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
5240
|
-
}
|
|
5241
|
-
},
|
|
5242
|
-
{
|
|
5243
|
-
"kind": "js",
|
|
5244
|
-
"name": "textRendererStyles",
|
|
5245
|
-
"declaration": {
|
|
5246
|
-
"name": "textRendererStyles",
|
|
5247
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
5248
|
-
}
|
|
5249
|
-
},
|
|
5250
|
-
{
|
|
5251
|
-
"kind": "js",
|
|
5252
|
-
"name": "getTextRendererTemplate",
|
|
5253
|
-
"declaration": {
|
|
5254
|
-
"name": "getTextRendererTemplate",
|
|
5255
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
5256
|
-
}
|
|
5257
|
-
},
|
|
5258
|
-
{
|
|
5259
|
-
"kind": "js",
|
|
5260
|
-
"name": "foundationAgTextRenderer",
|
|
5261
|
-
"declaration": {
|
|
5262
|
-
"name": "foundationAgTextRenderer",
|
|
5263
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
5264
|
-
}
|
|
5265
|
-
}
|
|
5266
|
-
]
|
|
5267
|
-
},
|
|
5268
|
-
{
|
|
5269
|
-
"kind": "javascript-module",
|
|
5270
|
-
"path": "src/column/column.template.ts",
|
|
5271
|
-
"declarations": [
|
|
5272
|
-
{
|
|
5273
|
-
"kind": "variable",
|
|
5274
|
-
"name": "ColumnTemplate",
|
|
5275
|
-
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
5276
|
-
"description": "The Grid Pro Column Template.",
|
|
5277
|
-
"privacy": "public"
|
|
5278
|
-
}
|
|
5279
|
-
],
|
|
5280
|
-
"exports": [
|
|
5281
|
-
{
|
|
5282
|
-
"kind": "js",
|
|
5283
|
-
"name": "ColumnTemplate",
|
|
5284
|
-
"declaration": {
|
|
5285
|
-
"name": "ColumnTemplate",
|
|
5286
|
-
"module": "src/column/column.template.ts"
|
|
5287
|
-
}
|
|
5288
|
-
}
|
|
5289
|
-
]
|
|
5290
|
-
},
|
|
5291
|
-
{
|
|
5292
|
-
"kind": "javascript-module",
|
|
5293
|
-
"path": "src/column/column.ts",
|
|
5294
|
-
"declarations": [
|
|
5295
|
-
{
|
|
5296
|
-
"kind": "class",
|
|
5297
|
-
"description": "The Grid Pro Column element.",
|
|
5298
|
-
"name": "GridProColumn",
|
|
5299
|
-
"members": [
|
|
5300
|
-
{
|
|
5301
|
-
"kind": "field",
|
|
5302
|
-
"name": "slottedAgCell",
|
|
5303
|
-
"type": {
|
|
5304
|
-
"text": "HTMLElement[]"
|
|
5196
|
+
"text": "string"
|
|
5305
5197
|
},
|
|
5306
|
-
"
|
|
5198
|
+
"default": "''",
|
|
5199
|
+
"inheritedFrom": {
|
|
5200
|
+
"name": "AgTextFieldRenderer",
|
|
5201
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5202
|
+
}
|
|
5307
5203
|
},
|
|
5308
5204
|
{
|
|
5309
5205
|
"kind": "field",
|
|
5310
|
-
"name": "
|
|
5206
|
+
"name": "params",
|
|
5311
5207
|
"type": {
|
|
5312
|
-
"text": "
|
|
5208
|
+
"text": "FuiCellRendererParams"
|
|
5313
5209
|
},
|
|
5314
|
-
"
|
|
5210
|
+
"privacy": "public",
|
|
5211
|
+
"inheritedFrom": {
|
|
5212
|
+
"name": "AgTextFieldRenderer",
|
|
5213
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5214
|
+
}
|
|
5315
5215
|
},
|
|
5316
5216
|
{
|
|
5317
5217
|
"kind": "method",
|
|
5318
|
-
"name": "
|
|
5319
|
-
"privacy": "public"
|
|
5218
|
+
"name": "init",
|
|
5219
|
+
"privacy": "public",
|
|
5220
|
+
"parameters": [
|
|
5221
|
+
{
|
|
5222
|
+
"name": "params",
|
|
5223
|
+
"type": {
|
|
5224
|
+
"text": "FuiCellRendererParams"
|
|
5225
|
+
}
|
|
5226
|
+
}
|
|
5227
|
+
],
|
|
5228
|
+
"inheritedFrom": {
|
|
5229
|
+
"name": "AgTextFieldRenderer",
|
|
5230
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5231
|
+
}
|
|
5232
|
+
},
|
|
5233
|
+
{
|
|
5234
|
+
"kind": "method",
|
|
5235
|
+
"name": "getGui",
|
|
5236
|
+
"privacy": "public",
|
|
5237
|
+
"return": {
|
|
5238
|
+
"type": {
|
|
5239
|
+
"text": "HTMLElement"
|
|
5240
|
+
}
|
|
5241
|
+
},
|
|
5242
|
+
"inheritedFrom": {
|
|
5243
|
+
"name": "AgTextFieldRenderer",
|
|
5244
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5245
|
+
}
|
|
5246
|
+
},
|
|
5247
|
+
{
|
|
5248
|
+
"kind": "method",
|
|
5249
|
+
"name": "destroy",
|
|
5250
|
+
"privacy": "public",
|
|
5251
|
+
"inheritedFrom": {
|
|
5252
|
+
"name": "AgTextFieldRenderer",
|
|
5253
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5254
|
+
}
|
|
5255
|
+
},
|
|
5256
|
+
{
|
|
5257
|
+
"kind": "method",
|
|
5258
|
+
"name": "refresh",
|
|
5259
|
+
"privacy": "public",
|
|
5260
|
+
"parameters": [
|
|
5261
|
+
{
|
|
5262
|
+
"name": "params",
|
|
5263
|
+
"type": {
|
|
5264
|
+
"text": "FuiCellRendererParams"
|
|
5265
|
+
}
|
|
5266
|
+
}
|
|
5267
|
+
],
|
|
5268
|
+
"inheritedFrom": {
|
|
5269
|
+
"name": "AgTextFieldRenderer",
|
|
5270
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5271
|
+
}
|
|
5272
|
+
},
|
|
5273
|
+
{
|
|
5274
|
+
"kind": "field",
|
|
5275
|
+
"name": "textChanged",
|
|
5276
|
+
"privacy": "public",
|
|
5277
|
+
"description": "On text change handler",
|
|
5278
|
+
"parameters": [
|
|
5279
|
+
{
|
|
5280
|
+
"description": "CustomEvent",
|
|
5281
|
+
"name": "e"
|
|
5282
|
+
}
|
|
5283
|
+
],
|
|
5284
|
+
"inheritedFrom": {
|
|
5285
|
+
"name": "AgTextFieldRenderer",
|
|
5286
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
5287
|
+
}
|
|
5320
5288
|
},
|
|
5321
5289
|
{
|
|
5322
5290
|
"kind": "field",
|
|
@@ -5429,61 +5397,61 @@
|
|
|
5429
5397
|
"module": "src/foundation-element/foundation-element.ts"
|
|
5430
5398
|
}
|
|
5431
5399
|
}
|
|
5432
|
-
]
|
|
5433
|
-
|
|
5434
|
-
|
|
5435
|
-
|
|
5436
|
-
|
|
5437
|
-
"
|
|
5438
|
-
"
|
|
5400
|
+
]
|
|
5401
|
+
},
|
|
5402
|
+
{
|
|
5403
|
+
"kind": "variable",
|
|
5404
|
+
"name": "textRendererStyles",
|
|
5405
|
+
"default": "textFieldRendererStyles",
|
|
5406
|
+
"privacy": "public",
|
|
5407
|
+
"deprecated": "- Use textFieldRendererStyles instead"
|
|
5408
|
+
},
|
|
5409
|
+
{
|
|
5410
|
+
"kind": "variable",
|
|
5411
|
+
"name": "getTextRendererTemplate",
|
|
5412
|
+
"default": "getTextFieldRendererTemplate",
|
|
5413
|
+
"privacy": "public",
|
|
5414
|
+
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
5415
|
+
},
|
|
5416
|
+
{
|
|
5417
|
+
"kind": "variable",
|
|
5418
|
+
"name": "foundationAgTextRenderer",
|
|
5419
|
+
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
5420
|
+
"privacy": "public",
|
|
5421
|
+
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
5439
5422
|
}
|
|
5440
5423
|
],
|
|
5441
5424
|
"exports": [
|
|
5442
5425
|
{
|
|
5443
5426
|
"kind": "js",
|
|
5444
|
-
"name": "
|
|
5427
|
+
"name": "AgTextRenderer",
|
|
5445
5428
|
"declaration": {
|
|
5446
|
-
"name": "
|
|
5447
|
-
"module": "src/
|
|
5429
|
+
"name": "AgTextRenderer",
|
|
5430
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
5448
5431
|
}
|
|
5449
5432
|
},
|
|
5450
|
-
{
|
|
5451
|
-
"kind": "custom-element-definition",
|
|
5452
|
-
"name": "grid-pro-column",
|
|
5453
|
-
"declaration": {
|
|
5454
|
-
"name": "GridProColumn",
|
|
5455
|
-
"module": "src/column/column.ts"
|
|
5456
|
-
}
|
|
5457
|
-
}
|
|
5458
|
-
]
|
|
5459
|
-
},
|
|
5460
|
-
{
|
|
5461
|
-
"kind": "javascript-module",
|
|
5462
|
-
"path": "src/column/index.ts",
|
|
5463
|
-
"declarations": [],
|
|
5464
|
-
"exports": [
|
|
5465
5433
|
{
|
|
5466
5434
|
"kind": "js",
|
|
5467
|
-
"name": "
|
|
5435
|
+
"name": "textRendererStyles",
|
|
5468
5436
|
"declaration": {
|
|
5469
|
-
"name": "
|
|
5470
|
-
"
|
|
5437
|
+
"name": "textRendererStyles",
|
|
5438
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
5471
5439
|
}
|
|
5472
5440
|
},
|
|
5473
5441
|
{
|
|
5474
5442
|
"kind": "js",
|
|
5475
|
-
"name": "
|
|
5443
|
+
"name": "getTextRendererTemplate",
|
|
5476
5444
|
"declaration": {
|
|
5477
|
-
"name": "
|
|
5478
|
-
"
|
|
5445
|
+
"name": "getTextRendererTemplate",
|
|
5446
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
5479
5447
|
}
|
|
5480
5448
|
},
|
|
5481
5449
|
{
|
|
5482
5450
|
"kind": "js",
|
|
5483
|
-
"name": "
|
|
5451
|
+
"name": "foundationAgTextRenderer",
|
|
5484
5452
|
"declaration": {
|
|
5485
|
-
"name": "
|
|
5486
|
-
"
|
|
5453
|
+
"name": "foundationAgTextRenderer",
|
|
5454
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
5487
5455
|
}
|
|
5488
5456
|
}
|
|
5489
5457
|
]
|
|
@@ -5948,11 +5916,6 @@
|
|
|
5948
5916
|
}
|
|
5949
5917
|
]
|
|
5950
5918
|
},
|
|
5951
|
-
{
|
|
5952
|
-
"kind": "method",
|
|
5953
|
-
"name": "setPreviouslySelectedCell",
|
|
5954
|
-
"privacy": "private"
|
|
5955
|
-
},
|
|
5956
5919
|
{
|
|
5957
5920
|
"kind": "method",
|
|
5958
5921
|
"name": "applyTransaction",
|
|
@@ -7236,15 +7199,6 @@
|
|
|
7236
7199
|
"module": "src/datasource/base.datasource.ts"
|
|
7237
7200
|
}
|
|
7238
7201
|
},
|
|
7239
|
-
{
|
|
7240
|
-
"kind": "method",
|
|
7241
|
-
"name": "setPreviouslySelectedCell",
|
|
7242
|
-
"privacy": "private",
|
|
7243
|
-
"inheritedFrom": {
|
|
7244
|
-
"name": "GridProBaseDatasource",
|
|
7245
|
-
"module": "src/datasource/base.datasource.ts"
|
|
7246
|
-
}
|
|
7247
|
-
},
|
|
7248
7202
|
{
|
|
7249
7203
|
"kind": "method",
|
|
7250
7204
|
"name": "mapTransaction",
|
|
@@ -8530,15 +8484,6 @@
|
|
|
8530
8484
|
"module": "src/datasource/base.datasource.ts"
|
|
8531
8485
|
}
|
|
8532
8486
|
},
|
|
8533
|
-
{
|
|
8534
|
-
"kind": "method",
|
|
8535
|
-
"name": "setPreviouslySelectedCell",
|
|
8536
|
-
"privacy": "private",
|
|
8537
|
-
"inheritedFrom": {
|
|
8538
|
-
"name": "GridProBaseDatasource",
|
|
8539
|
-
"module": "src/datasource/base.datasource.ts"
|
|
8540
|
-
}
|
|
8541
|
-
},
|
|
8542
8487
|
{
|
|
8543
8488
|
"kind": "method",
|
|
8544
8489
|
"name": "mapTransaction",
|
|
@@ -10008,15 +9953,6 @@
|
|
|
10008
9953
|
"module": "src/datasource/base.datasource.ts"
|
|
10009
9954
|
}
|
|
10010
9955
|
},
|
|
10011
|
-
{
|
|
10012
|
-
"kind": "method",
|
|
10013
|
-
"name": "setPreviouslySelectedCell",
|
|
10014
|
-
"privacy": "private",
|
|
10015
|
-
"inheritedFrom": {
|
|
10016
|
-
"name": "GridProBaseDatasource",
|
|
10017
|
-
"module": "src/datasource/base.datasource.ts"
|
|
10018
|
-
}
|
|
10019
|
-
},
|
|
10020
9956
|
{
|
|
10021
9957
|
"kind": "method",
|
|
10022
9958
|
"name": "mapTransaction",
|
|
@@ -10730,46 +10666,51 @@
|
|
|
10730
10666
|
},
|
|
10731
10667
|
{
|
|
10732
10668
|
"kind": "javascript-module",
|
|
10733
|
-
"path": "src/
|
|
10669
|
+
"path": "src/column/utils/grid-pro-columns.ts",
|
|
10734
10670
|
"declarations": [
|
|
10735
10671
|
{
|
|
10736
10672
|
"kind": "function",
|
|
10737
|
-
"name": "
|
|
10673
|
+
"name": "gridProColumns",
|
|
10738
10674
|
"return": {
|
|
10739
10675
|
"type": {
|
|
10740
|
-
"text": "
|
|
10676
|
+
"text": "CaptureType<TSource>"
|
|
10741
10677
|
}
|
|
10742
10678
|
},
|
|
10743
10679
|
"parameters": [
|
|
10744
10680
|
{
|
|
10745
|
-
"name": "
|
|
10681
|
+
"name": "itemsBinding",
|
|
10746
10682
|
"type": {
|
|
10747
|
-
"text": "
|
|
10748
|
-
}
|
|
10683
|
+
"text": "Binding<TSource, readonly ColDef[]> | readonly ColDef[]"
|
|
10684
|
+
},
|
|
10685
|
+
"description": "The array to render"
|
|
10749
10686
|
},
|
|
10750
10687
|
{
|
|
10751
|
-
"name": "
|
|
10688
|
+
"name": "includeRenderers",
|
|
10689
|
+
"default": "true",
|
|
10752
10690
|
"type": {
|
|
10753
|
-
"text": "
|
|
10754
|
-
}
|
|
10691
|
+
"text": "boolean"
|
|
10692
|
+
},
|
|
10693
|
+
"description": "Optionally tells whether to include cell renderers, if available"
|
|
10755
10694
|
}
|
|
10756
|
-
]
|
|
10695
|
+
],
|
|
10696
|
+
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
10697
|
+
"privacy": "public"
|
|
10757
10698
|
}
|
|
10758
10699
|
],
|
|
10759
10700
|
"exports": [
|
|
10760
10701
|
{
|
|
10761
10702
|
"kind": "js",
|
|
10762
|
-
"name": "
|
|
10703
|
+
"name": "gridProColumns",
|
|
10763
10704
|
"declaration": {
|
|
10764
|
-
"name": "
|
|
10765
|
-
"module": "src/
|
|
10705
|
+
"name": "gridProColumns",
|
|
10706
|
+
"module": "src/column/utils/grid-pro-columns.ts"
|
|
10766
10707
|
}
|
|
10767
10708
|
}
|
|
10768
10709
|
]
|
|
10769
10710
|
},
|
|
10770
10711
|
{
|
|
10771
10712
|
"kind": "javascript-module",
|
|
10772
|
-
"path": "src/
|
|
10713
|
+
"path": "src/column/utils/index.ts",
|
|
10773
10714
|
"declarations": [],
|
|
10774
10715
|
"exports": [
|
|
10775
10716
|
{
|
|
@@ -10777,58 +10718,53 @@
|
|
|
10777
10718
|
"name": "*",
|
|
10778
10719
|
"declaration": {
|
|
10779
10720
|
"name": "*",
|
|
10780
|
-
"package": "./
|
|
10721
|
+
"package": "./grid-pro-columns"
|
|
10781
10722
|
}
|
|
10782
10723
|
}
|
|
10783
10724
|
]
|
|
10784
10725
|
},
|
|
10785
10726
|
{
|
|
10786
10727
|
"kind": "javascript-module",
|
|
10787
|
-
"path": "src/
|
|
10728
|
+
"path": "src/cell-renderers/utils/accessor.ts",
|
|
10788
10729
|
"declarations": [
|
|
10789
10730
|
{
|
|
10790
10731
|
"kind": "function",
|
|
10791
|
-
"name": "
|
|
10732
|
+
"name": "setValueWithAccessor",
|
|
10792
10733
|
"return": {
|
|
10793
10734
|
"type": {
|
|
10794
|
-
"text": "
|
|
10735
|
+
"text": "string"
|
|
10795
10736
|
}
|
|
10796
10737
|
},
|
|
10797
10738
|
"parameters": [
|
|
10798
10739
|
{
|
|
10799
|
-
"name": "
|
|
10740
|
+
"name": "data",
|
|
10800
10741
|
"type": {
|
|
10801
|
-
"text": "
|
|
10802
|
-
}
|
|
10803
|
-
"description": "The array to render"
|
|
10742
|
+
"text": "any"
|
|
10743
|
+
}
|
|
10804
10744
|
},
|
|
10805
10745
|
{
|
|
10806
|
-
"name": "
|
|
10807
|
-
"default": "true",
|
|
10746
|
+
"name": "accessor",
|
|
10808
10747
|
"type": {
|
|
10809
|
-
"text": "
|
|
10810
|
-
}
|
|
10811
|
-
"description": "Optionally tells whether to include cell renderers, if available"
|
|
10748
|
+
"text": "string"
|
|
10749
|
+
}
|
|
10812
10750
|
}
|
|
10813
|
-
]
|
|
10814
|
-
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
10815
|
-
"privacy": "public"
|
|
10751
|
+
]
|
|
10816
10752
|
}
|
|
10817
10753
|
],
|
|
10818
10754
|
"exports": [
|
|
10819
10755
|
{
|
|
10820
10756
|
"kind": "js",
|
|
10821
|
-
"name": "
|
|
10757
|
+
"name": "setValueWithAccessor",
|
|
10822
10758
|
"declaration": {
|
|
10823
|
-
"name": "
|
|
10824
|
-
"module": "src/
|
|
10759
|
+
"name": "setValueWithAccessor",
|
|
10760
|
+
"module": "src/cell-renderers/utils/accessor.ts"
|
|
10825
10761
|
}
|
|
10826
10762
|
}
|
|
10827
10763
|
]
|
|
10828
10764
|
},
|
|
10829
10765
|
{
|
|
10830
10766
|
"kind": "javascript-module",
|
|
10831
|
-
"path": "src/
|
|
10767
|
+
"path": "src/cell-renderers/utils/index.ts",
|
|
10832
10768
|
"declarations": [],
|
|
10833
10769
|
"exports": [
|
|
10834
10770
|
{
|
|
@@ -10836,7 +10772,7 @@
|
|
|
10836
10772
|
"name": "*",
|
|
10837
10773
|
"declaration": {
|
|
10838
10774
|
"name": "*",
|
|
10839
|
-
"package": "./
|
|
10775
|
+
"package": "./accessor"
|
|
10840
10776
|
}
|
|
10841
10777
|
}
|
|
10842
10778
|
]
|