@genesislcap/foundation-zero-grid-pro 14.83.4-alpha-7f87e78.0 → 14.83.4
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 +3 -41
- package/package.json +6 -6
|
@@ -690,51 +690,13 @@
|
|
|
690
690
|
"name": "columnDefs",
|
|
691
691
|
"type": {
|
|
692
692
|
"text": "ColDef[]"
|
|
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."
|
|
693
|
+
}
|
|
724
694
|
},
|
|
725
695
|
{
|
|
726
|
-
"name": "
|
|
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."
|
|
696
|
+
"name": "deferredColumnDefs",
|
|
697
|
+
"default": "false"
|
|
729
698
|
}
|
|
730
699
|
],
|
|
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
|
-
},
|
|
738
700
|
"inheritedFrom": {
|
|
739
701
|
"name": "GridPro",
|
|
740
702
|
"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.83.4
|
|
4
|
+
"version": "14.83.4",
|
|
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.83.4
|
|
30
|
+
"@genesislcap/genx": "14.83.4",
|
|
31
31
|
"rimraf": "^3.0.2"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@genesislcap/foundation-ui": "14.83.4
|
|
35
|
-
"@genesislcap/foundation-zero": "14.83.4
|
|
36
|
-
"@genesislcap/grid-pro": "14.83.4
|
|
34
|
+
"@genesislcap/foundation-ui": "14.83.4",
|
|
35
|
+
"@genesislcap/foundation-zero": "14.83.4",
|
|
36
|
+
"@genesislcap/grid-pro": "14.83.4",
|
|
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": "9660d0aabe48fa3c9bc69fd134c687a4da570009"
|
|
58
58
|
}
|