@genesislcap/foundation-zero-grid-pro 14.78.1-alpha-b86a5e4.0 → 14.78.2
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 +0 -30
- package/package.json +8 -8
|
@@ -298,22 +298,6 @@
|
|
|
298
298
|
"type": {
|
|
299
299
|
"text": "string"
|
|
300
300
|
},
|
|
301
|
-
"description": "The key to use for persisting the grid state in local/session storage.",
|
|
302
|
-
"privacy": "public",
|
|
303
|
-
"inheritedFrom": {
|
|
304
|
-
"name": "GridPro",
|
|
305
|
-
"module": "src/grid-pro.ts"
|
|
306
|
-
}
|
|
307
|
-
},
|
|
308
|
-
{
|
|
309
|
-
"kind": "field",
|
|
310
|
-
"name": "columnStateStorageType",
|
|
311
|
-
"type": {
|
|
312
|
-
"text": "StorageType"
|
|
313
|
-
},
|
|
314
|
-
"default": "'session'",
|
|
315
|
-
"description": "The type of storage to use for persisting the column state.",
|
|
316
|
-
"privacy": "public",
|
|
317
301
|
"inheritedFrom": {
|
|
318
302
|
"name": "GridPro",
|
|
319
303
|
"module": "src/grid-pro.ts"
|
|
@@ -896,26 +880,12 @@
|
|
|
896
880
|
"type": {
|
|
897
881
|
"text": "string"
|
|
898
882
|
},
|
|
899
|
-
"description": "The key to use for persisting the grid state in local/session storage.",
|
|
900
883
|
"fieldName": "persistColumnStateKey",
|
|
901
884
|
"inheritedFrom": {
|
|
902
885
|
"name": "GridPro",
|
|
903
886
|
"module": "src/grid-pro.ts"
|
|
904
887
|
}
|
|
905
888
|
},
|
|
906
|
-
{
|
|
907
|
-
"name": "column-state-storage-type",
|
|
908
|
-
"type": {
|
|
909
|
-
"text": "StorageType"
|
|
910
|
-
},
|
|
911
|
-
"default": "'session'",
|
|
912
|
-
"description": "The type of storage to use for persisting the column state.",
|
|
913
|
-
"fieldName": "columnStateStorageType",
|
|
914
|
-
"inheritedFrom": {
|
|
915
|
-
"name": "GridPro",
|
|
916
|
-
"module": "src/grid-pro.ts"
|
|
917
|
-
}
|
|
918
|
-
},
|
|
919
889
|
{
|
|
920
890
|
"name": "grid-autosizing",
|
|
921
891
|
"type": {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-zero-grid-pro",
|
|
3
3
|
"description": "Genesis Foundation Zero Grid Pro",
|
|
4
|
-
"version": "14.78.
|
|
4
|
+
"version": "14.78.2",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -24,15 +24,15 @@
|
|
|
24
24
|
"serve": "genx serve"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@genesislcap/genx": "14.78.
|
|
27
|
+
"@genesislcap/genx": "14.78.2",
|
|
28
28
|
"rimraf": "^3.0.2"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@genesislcap/foundation-comms": "14.78.
|
|
32
|
-
"@genesislcap/foundation-ui": "14.78.
|
|
33
|
-
"@genesislcap/foundation-utils": "14.78.
|
|
34
|
-
"@genesislcap/foundation-zero": "14.78.
|
|
35
|
-
"@genesislcap/grid-pro": "14.78.
|
|
31
|
+
"@genesislcap/foundation-comms": "14.78.2",
|
|
32
|
+
"@genesislcap/foundation-ui": "14.78.2",
|
|
33
|
+
"@genesislcap/foundation-utils": "14.78.2",
|
|
34
|
+
"@genesislcap/foundation-zero": "14.78.2",
|
|
35
|
+
"@genesislcap/grid-pro": "14.78.2",
|
|
36
36
|
"@microsoft/fast-colors": "^5.1.4",
|
|
37
37
|
"@microsoft/fast-components": "^2.21.3",
|
|
38
38
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"access": "public"
|
|
55
55
|
},
|
|
56
56
|
"customElements": "dist/custom-elements.json",
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "4236befb5fba6e6f3c2b06be9cae588d46b7204d"
|
|
58
58
|
}
|