@genesislcap/grid-pro 14.426.0 → 14.426.1-alpha-79840b9.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 +35 -35
- package/package.json +14 -14
|
@@ -19919,46 +19919,51 @@
|
|
|
19919
19919
|
},
|
|
19920
19920
|
{
|
|
19921
19921
|
"kind": "javascript-module",
|
|
19922
|
-
"path": "src/
|
|
19922
|
+
"path": "src/column/utils/grid-pro-columns.ts",
|
|
19923
19923
|
"declarations": [
|
|
19924
19924
|
{
|
|
19925
19925
|
"kind": "function",
|
|
19926
|
-
"name": "
|
|
19926
|
+
"name": "gridProColumns",
|
|
19927
19927
|
"return": {
|
|
19928
19928
|
"type": {
|
|
19929
|
-
"text": "
|
|
19929
|
+
"text": "CaptureType<TSource>"
|
|
19930
19930
|
}
|
|
19931
19931
|
},
|
|
19932
19932
|
"parameters": [
|
|
19933
19933
|
{
|
|
19934
|
-
"name": "
|
|
19934
|
+
"name": "itemsBinding",
|
|
19935
19935
|
"type": {
|
|
19936
|
-
"text": "
|
|
19937
|
-
}
|
|
19936
|
+
"text": "Binding<TSource, readonly ColDef[]> | readonly ColDef[]"
|
|
19937
|
+
},
|
|
19938
|
+
"description": "The array to render"
|
|
19938
19939
|
},
|
|
19939
19940
|
{
|
|
19940
|
-
"name": "
|
|
19941
|
+
"name": "includeRenderers",
|
|
19942
|
+
"default": "true",
|
|
19941
19943
|
"type": {
|
|
19942
|
-
"text": "
|
|
19943
|
-
}
|
|
19944
|
+
"text": "boolean"
|
|
19945
|
+
},
|
|
19946
|
+
"description": "Optionally tells whether to include cell renderers, if available"
|
|
19944
19947
|
}
|
|
19945
|
-
]
|
|
19948
|
+
],
|
|
19949
|
+
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
19950
|
+
"privacy": "public"
|
|
19946
19951
|
}
|
|
19947
19952
|
],
|
|
19948
19953
|
"exports": [
|
|
19949
19954
|
{
|
|
19950
19955
|
"kind": "js",
|
|
19951
|
-
"name": "
|
|
19956
|
+
"name": "gridProColumns",
|
|
19952
19957
|
"declaration": {
|
|
19953
|
-
"name": "
|
|
19954
|
-
"module": "src/
|
|
19958
|
+
"name": "gridProColumns",
|
|
19959
|
+
"module": "src/column/utils/grid-pro-columns.ts"
|
|
19955
19960
|
}
|
|
19956
19961
|
}
|
|
19957
19962
|
]
|
|
19958
19963
|
},
|
|
19959
19964
|
{
|
|
19960
19965
|
"kind": "javascript-module",
|
|
19961
|
-
"path": "src/
|
|
19966
|
+
"path": "src/column/utils/index.ts",
|
|
19962
19967
|
"declarations": [],
|
|
19963
19968
|
"exports": [
|
|
19964
19969
|
{
|
|
@@ -19966,58 +19971,53 @@
|
|
|
19966
19971
|
"name": "*",
|
|
19967
19972
|
"declaration": {
|
|
19968
19973
|
"name": "*",
|
|
19969
|
-
"package": "./
|
|
19974
|
+
"package": "./grid-pro-columns"
|
|
19970
19975
|
}
|
|
19971
19976
|
}
|
|
19972
19977
|
]
|
|
19973
19978
|
},
|
|
19974
19979
|
{
|
|
19975
19980
|
"kind": "javascript-module",
|
|
19976
|
-
"path": "src/
|
|
19981
|
+
"path": "src/cell-renderers/utils/accessor.ts",
|
|
19977
19982
|
"declarations": [
|
|
19978
19983
|
{
|
|
19979
19984
|
"kind": "function",
|
|
19980
|
-
"name": "
|
|
19985
|
+
"name": "setValueWithAccessor",
|
|
19981
19986
|
"return": {
|
|
19982
19987
|
"type": {
|
|
19983
|
-
"text": "
|
|
19988
|
+
"text": "string"
|
|
19984
19989
|
}
|
|
19985
19990
|
},
|
|
19986
19991
|
"parameters": [
|
|
19987
19992
|
{
|
|
19988
|
-
"name": "
|
|
19993
|
+
"name": "data",
|
|
19989
19994
|
"type": {
|
|
19990
|
-
"text": "
|
|
19991
|
-
}
|
|
19992
|
-
"description": "The array to render"
|
|
19995
|
+
"text": "any"
|
|
19996
|
+
}
|
|
19993
19997
|
},
|
|
19994
19998
|
{
|
|
19995
|
-
"name": "
|
|
19996
|
-
"default": "true",
|
|
19999
|
+
"name": "accessor",
|
|
19997
20000
|
"type": {
|
|
19998
|
-
"text": "
|
|
19999
|
-
}
|
|
20000
|
-
"description": "Optionally tells whether to include cell renderers, if available"
|
|
20001
|
+
"text": "string"
|
|
20002
|
+
}
|
|
20001
20003
|
}
|
|
20002
|
-
]
|
|
20003
|
-
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
20004
|
-
"privacy": "public"
|
|
20004
|
+
]
|
|
20005
20005
|
}
|
|
20006
20006
|
],
|
|
20007
20007
|
"exports": [
|
|
20008
20008
|
{
|
|
20009
20009
|
"kind": "js",
|
|
20010
|
-
"name": "
|
|
20010
|
+
"name": "setValueWithAccessor",
|
|
20011
20011
|
"declaration": {
|
|
20012
|
-
"name": "
|
|
20013
|
-
"module": "src/
|
|
20012
|
+
"name": "setValueWithAccessor",
|
|
20013
|
+
"module": "src/cell-renderers/utils/accessor.ts"
|
|
20014
20014
|
}
|
|
20015
20015
|
}
|
|
20016
20016
|
]
|
|
20017
20017
|
},
|
|
20018
20018
|
{
|
|
20019
20019
|
"kind": "javascript-module",
|
|
20020
|
-
"path": "src/
|
|
20020
|
+
"path": "src/cell-renderers/utils/index.ts",
|
|
20021
20021
|
"declarations": [],
|
|
20022
20022
|
"exports": [
|
|
20023
20023
|
{
|
|
@@ -20025,7 +20025,7 @@
|
|
|
20025
20025
|
"name": "*",
|
|
20026
20026
|
"declaration": {
|
|
20027
20027
|
"name": "*",
|
|
20028
|
-
"package": "./
|
|
20028
|
+
"package": "./accessor"
|
|
20029
20029
|
}
|
|
20030
20030
|
}
|
|
20031
20031
|
]
|
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.426.0",
|
|
4
|
+
"version": "14.426.1-alpha-79840b9.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -40,20 +40,20 @@
|
|
|
40
40
|
}
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@genesislcap/foundation-testing": "14.426.0",
|
|
44
|
-
"@genesislcap/genx": "14.426.0",
|
|
45
|
-
"@genesislcap/rollup-builder": "14.426.0",
|
|
46
|
-
"@genesislcap/ts-builder": "14.426.0",
|
|
47
|
-
"@genesislcap/uvu-playwright-builder": "14.426.0",
|
|
48
|
-
"@genesislcap/vite-builder": "14.426.0",
|
|
49
|
-
"@genesislcap/webpack-builder": "14.426.0"
|
|
43
|
+
"@genesislcap/foundation-testing": "14.426.1-alpha-79840b9.0",
|
|
44
|
+
"@genesislcap/genx": "14.426.1-alpha-79840b9.0",
|
|
45
|
+
"@genesislcap/rollup-builder": "14.426.1-alpha-79840b9.0",
|
|
46
|
+
"@genesislcap/ts-builder": "14.426.1-alpha-79840b9.0",
|
|
47
|
+
"@genesislcap/uvu-playwright-builder": "14.426.1-alpha-79840b9.0",
|
|
48
|
+
"@genesislcap/vite-builder": "14.426.1-alpha-79840b9.0",
|
|
49
|
+
"@genesislcap/webpack-builder": "14.426.1-alpha-79840b9.0"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@genesislcap/foundation-comms": "14.426.0",
|
|
53
|
-
"@genesislcap/foundation-criteria": "14.426.0",
|
|
54
|
-
"@genesislcap/foundation-logger": "14.426.0",
|
|
55
|
-
"@genesislcap/foundation-ui": "14.426.0",
|
|
56
|
-
"@genesislcap/foundation-utils": "14.426.0",
|
|
52
|
+
"@genesislcap/foundation-comms": "14.426.1-alpha-79840b9.0",
|
|
53
|
+
"@genesislcap/foundation-criteria": "14.426.1-alpha-79840b9.0",
|
|
54
|
+
"@genesislcap/foundation-logger": "14.426.1-alpha-79840b9.0",
|
|
55
|
+
"@genesislcap/foundation-ui": "14.426.1-alpha-79840b9.0",
|
|
56
|
+
"@genesislcap/foundation-utils": "14.426.1-alpha-79840b9.0",
|
|
57
57
|
"@microsoft/fast-colors": "5.3.1",
|
|
58
58
|
"@microsoft/fast-components": "2.30.6",
|
|
59
59
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -91,5 +91,5 @@
|
|
|
91
91
|
"require": "./dist/react.cjs"
|
|
92
92
|
}
|
|
93
93
|
},
|
|
94
|
-
"gitHead": "
|
|
94
|
+
"gitHead": "d0aa58d14f5acdf29c5550bd45ae763941aa2284"
|
|
95
95
|
}
|