@genesislcap/foundation-zero-grid-pro 14.78.0 → 14.78.1-alpha-b86a5e4.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 +30 -0
- package/package.json +8 -8
|
@@ -298,6 +298,22 @@
|
|
|
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",
|
|
301
317
|
"inheritedFrom": {
|
|
302
318
|
"name": "GridPro",
|
|
303
319
|
"module": "src/grid-pro.ts"
|
|
@@ -880,12 +896,26 @@
|
|
|
880
896
|
"type": {
|
|
881
897
|
"text": "string"
|
|
882
898
|
},
|
|
899
|
+
"description": "The key to use for persisting the grid state in local/session storage.",
|
|
883
900
|
"fieldName": "persistColumnStateKey",
|
|
884
901
|
"inheritedFrom": {
|
|
885
902
|
"name": "GridPro",
|
|
886
903
|
"module": "src/grid-pro.ts"
|
|
887
904
|
}
|
|
888
905
|
},
|
|
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
|
+
},
|
|
889
919
|
{
|
|
890
920
|
"name": "grid-autosizing",
|
|
891
921
|
"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.0",
|
|
4
|
+
"version": "14.78.1-alpha-b86a5e4.0",
|
|
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.0",
|
|
27
|
+
"@genesislcap/genx": "14.78.1-alpha-b86a5e4.0",
|
|
28
28
|
"rimraf": "^3.0.2"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@genesislcap/foundation-comms": "14.78.0",
|
|
32
|
-
"@genesislcap/foundation-ui": "14.78.0",
|
|
33
|
-
"@genesislcap/foundation-utils": "14.78.0",
|
|
34
|
-
"@genesislcap/foundation-zero": "14.78.0",
|
|
35
|
-
"@genesislcap/grid-pro": "14.78.0",
|
|
31
|
+
"@genesislcap/foundation-comms": "14.78.1-alpha-b86a5e4.0",
|
|
32
|
+
"@genesislcap/foundation-ui": "14.78.1-alpha-b86a5e4.0",
|
|
33
|
+
"@genesislcap/foundation-utils": "14.78.1-alpha-b86a5e4.0",
|
|
34
|
+
"@genesislcap/foundation-zero": "14.78.1-alpha-b86a5e4.0",
|
|
35
|
+
"@genesislcap/grid-pro": "14.78.1-alpha-b86a5e4.0",
|
|
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": "5ddc1035be29486a88c0c4e019ca5ace6b5d6224"
|
|
58
58
|
}
|