@genesislcap/foundation-zero-grid-pro 14.85.0 → 14.86.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 +41 -3
- package/package.json +6 -6
|
@@ -690,13 +690,51 @@
|
|
|
690
690
|
"name": "columnDefs",
|
|
691
691
|
"type": {
|
|
692
692
|
"text": "ColDef[]"
|
|
693
|
-
}
|
|
693
|
+
},
|
|
694
|
+
"description": "The column definitions to apply to the grid."
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
"name": "deferredColumnDefsOrState",
|
|
698
|
+
"default": "false",
|
|
699
|
+
"description": "If true, will merge the column definitions with the saved column state or the `deferredColumnStates` property on the `grid-pro-genesis-datasource` element."
|
|
700
|
+
}
|
|
701
|
+
],
|
|
702
|
+
"description": "Will merge templated column definitions with `columnDefs` plus localStorage's column state or `deferredColumnStates`.",
|
|
703
|
+
"deprecated": "use `applyTemplateDefinitions` instead.",
|
|
704
|
+
"return": {
|
|
705
|
+
"type": {
|
|
706
|
+
"text": ""
|
|
707
|
+
}
|
|
708
|
+
},
|
|
709
|
+
"inheritedFrom": {
|
|
710
|
+
"name": "GridPro",
|
|
711
|
+
"module": "src/grid-pro.ts"
|
|
712
|
+
}
|
|
713
|
+
},
|
|
714
|
+
{
|
|
715
|
+
"kind": "method",
|
|
716
|
+
"name": "mergeAllColumnDefsAndStates",
|
|
717
|
+
"parameters": [
|
|
718
|
+
{
|
|
719
|
+
"name": "columnDefs",
|
|
720
|
+
"type": {
|
|
721
|
+
"text": "ColDef[]"
|
|
722
|
+
},
|
|
723
|
+
"description": "The column definitions to apply to the grid."
|
|
694
724
|
},
|
|
695
725
|
{
|
|
696
|
-
"name": "
|
|
697
|
-
"default": "false"
|
|
726
|
+
"name": "deferredColumnDefsOrState",
|
|
727
|
+
"default": "false",
|
|
728
|
+
"description": "If true, will merge the column definitions with the saved column state or the `deferredColumnStates` property\non the `grid-pro-genesis-datasource` element. Defaults to false but `grid-pro-genesis-datasource` will set this to true."
|
|
698
729
|
}
|
|
699
730
|
],
|
|
731
|
+
"description": "Will merge templated column definitions with `columnDefs` plus localStorage's column state or `deferredColumnStates`.",
|
|
732
|
+
"privacy": "public",
|
|
733
|
+
"return": {
|
|
734
|
+
"type": {
|
|
735
|
+
"text": ""
|
|
736
|
+
}
|
|
737
|
+
},
|
|
700
738
|
"inheritedFrom": {
|
|
701
739
|
"name": "GridPro",
|
|
702
740
|
"module": "src/grid-pro.ts"
|
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.
|
|
4
|
+
"version": "14.86.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -27,13 +27,13 @@
|
|
|
27
27
|
"serve": "genx serve"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@genesislcap/genx": "14.
|
|
30
|
+
"@genesislcap/genx": "14.86.0",
|
|
31
31
|
"rimraf": "^3.0.2"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@genesislcap/foundation-ui": "14.
|
|
35
|
-
"@genesislcap/foundation-zero": "14.
|
|
36
|
-
"@genesislcap/grid-pro": "14.
|
|
34
|
+
"@genesislcap/foundation-ui": "14.86.0",
|
|
35
|
+
"@genesislcap/foundation-zero": "14.86.0",
|
|
36
|
+
"@genesislcap/grid-pro": "14.86.0",
|
|
37
37
|
"@microsoft/fast-colors": "^5.1.4",
|
|
38
38
|
"@microsoft/fast-components": "^2.21.3",
|
|
39
39
|
"@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": "e0ba2be3e1e71b69ed704c48c3c8ae76724ea2d7"
|
|
58
58
|
}
|