@genesislcap/grid-pro 14.92.3-beta.a19c58d.1 → 14.92.3-beta.d43fa1f.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 +54 -54
- package/package.json +8 -8
|
@@ -6837,6 +6837,60 @@
|
|
|
6837
6837
|
"declarations": [],
|
|
6838
6838
|
"exports": []
|
|
6839
6839
|
},
|
|
6840
|
+
{
|
|
6841
|
+
"kind": "javascript-module",
|
|
6842
|
+
"path": "src/cell-renderers/utils/accessor.ts",
|
|
6843
|
+
"declarations": [
|
|
6844
|
+
{
|
|
6845
|
+
"kind": "function",
|
|
6846
|
+
"name": "setValueWithAccessor",
|
|
6847
|
+
"return": {
|
|
6848
|
+
"type": {
|
|
6849
|
+
"text": "string"
|
|
6850
|
+
}
|
|
6851
|
+
},
|
|
6852
|
+
"parameters": [
|
|
6853
|
+
{
|
|
6854
|
+
"name": "data",
|
|
6855
|
+
"type": {
|
|
6856
|
+
"text": "any"
|
|
6857
|
+
}
|
|
6858
|
+
},
|
|
6859
|
+
{
|
|
6860
|
+
"name": "accessor",
|
|
6861
|
+
"type": {
|
|
6862
|
+
"text": "string"
|
|
6863
|
+
}
|
|
6864
|
+
}
|
|
6865
|
+
]
|
|
6866
|
+
}
|
|
6867
|
+
],
|
|
6868
|
+
"exports": [
|
|
6869
|
+
{
|
|
6870
|
+
"kind": "js",
|
|
6871
|
+
"name": "setValueWithAccessor",
|
|
6872
|
+
"declaration": {
|
|
6873
|
+
"name": "setValueWithAccessor",
|
|
6874
|
+
"module": "src/cell-renderers/utils/accessor.ts"
|
|
6875
|
+
}
|
|
6876
|
+
}
|
|
6877
|
+
]
|
|
6878
|
+
},
|
|
6879
|
+
{
|
|
6880
|
+
"kind": "javascript-module",
|
|
6881
|
+
"path": "src/cell-renderers/utils/index.ts",
|
|
6882
|
+
"declarations": [],
|
|
6883
|
+
"exports": [
|
|
6884
|
+
{
|
|
6885
|
+
"kind": "js",
|
|
6886
|
+
"name": "*",
|
|
6887
|
+
"declaration": {
|
|
6888
|
+
"name": "*",
|
|
6889
|
+
"package": "./accessor"
|
|
6890
|
+
}
|
|
6891
|
+
}
|
|
6892
|
+
]
|
|
6893
|
+
},
|
|
6840
6894
|
{
|
|
6841
6895
|
"kind": "javascript-module",
|
|
6842
6896
|
"path": "src/utils/array.ts",
|
|
@@ -6923,60 +6977,6 @@
|
|
|
6923
6977
|
}
|
|
6924
6978
|
]
|
|
6925
6979
|
},
|
|
6926
|
-
{
|
|
6927
|
-
"kind": "javascript-module",
|
|
6928
|
-
"path": "src/cell-renderers/utils/accessor.ts",
|
|
6929
|
-
"declarations": [
|
|
6930
|
-
{
|
|
6931
|
-
"kind": "function",
|
|
6932
|
-
"name": "setValueWithAccessor",
|
|
6933
|
-
"return": {
|
|
6934
|
-
"type": {
|
|
6935
|
-
"text": "string"
|
|
6936
|
-
}
|
|
6937
|
-
},
|
|
6938
|
-
"parameters": [
|
|
6939
|
-
{
|
|
6940
|
-
"name": "data",
|
|
6941
|
-
"type": {
|
|
6942
|
-
"text": "any"
|
|
6943
|
-
}
|
|
6944
|
-
},
|
|
6945
|
-
{
|
|
6946
|
-
"name": "accessor",
|
|
6947
|
-
"type": {
|
|
6948
|
-
"text": "string"
|
|
6949
|
-
}
|
|
6950
|
-
}
|
|
6951
|
-
]
|
|
6952
|
-
}
|
|
6953
|
-
],
|
|
6954
|
-
"exports": [
|
|
6955
|
-
{
|
|
6956
|
-
"kind": "js",
|
|
6957
|
-
"name": "setValueWithAccessor",
|
|
6958
|
-
"declaration": {
|
|
6959
|
-
"name": "setValueWithAccessor",
|
|
6960
|
-
"module": "src/cell-renderers/utils/accessor.ts"
|
|
6961
|
-
}
|
|
6962
|
-
}
|
|
6963
|
-
]
|
|
6964
|
-
},
|
|
6965
|
-
{
|
|
6966
|
-
"kind": "javascript-module",
|
|
6967
|
-
"path": "src/cell-renderers/utils/index.ts",
|
|
6968
|
-
"declarations": [],
|
|
6969
|
-
"exports": [
|
|
6970
|
-
{
|
|
6971
|
-
"kind": "js",
|
|
6972
|
-
"name": "*",
|
|
6973
|
-
"declaration": {
|
|
6974
|
-
"name": "*",
|
|
6975
|
-
"package": "./accessor"
|
|
6976
|
-
}
|
|
6977
|
-
}
|
|
6978
|
-
]
|
|
6979
|
-
},
|
|
6980
6980
|
{
|
|
6981
6981
|
"kind": "javascript-module",
|
|
6982
6982
|
"path": "src/column/utils/grid-pro-columns.ts",
|
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.92.3-beta.
|
|
4
|
+
"version": "14.92.3-beta.d43fa1f.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -30,15 +30,15 @@
|
|
|
30
30
|
"test:debug": "genx test --debug"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@genesislcap/foundation-testing": "14.92.3-beta.
|
|
34
|
-
"@genesislcap/genx": "14.92.3-beta.
|
|
33
|
+
"@genesislcap/foundation-testing": "14.92.3-beta.d43fa1f.1",
|
|
34
|
+
"@genesislcap/genx": "14.92.3-beta.d43fa1f.1",
|
|
35
35
|
"rimraf": "^3.0.2"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@genesislcap/foundation-comms": "14.92.3-beta.
|
|
39
|
-
"@genesislcap/foundation-logger": "14.92.3-beta.
|
|
40
|
-
"@genesislcap/foundation-ui": "14.92.3-beta.
|
|
41
|
-
"@genesislcap/foundation-utils": "14.92.3-beta.
|
|
38
|
+
"@genesislcap/foundation-comms": "14.92.3-beta.d43fa1f.1",
|
|
39
|
+
"@genesislcap/foundation-logger": "14.92.3-beta.d43fa1f.1",
|
|
40
|
+
"@genesislcap/foundation-ui": "14.92.3-beta.d43fa1f.1",
|
|
41
|
+
"@genesislcap/foundation-utils": "14.92.3-beta.d43fa1f.1",
|
|
42
42
|
"@microsoft/fast-colors": "^5.1.4",
|
|
43
43
|
"@microsoft/fast-components": "^2.21.3",
|
|
44
44
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"access": "public"
|
|
62
62
|
},
|
|
63
63
|
"customElements": "dist/custom-elements.json",
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "8af87d46ca66274148e76de7df92c4a942808603"
|
|
65
65
|
}
|