@genesislcap/foundation-zero-grid-pro 14.122.2-alpha-fb3aeba.0 → 14.124.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.
@@ -804,6 +804,19 @@
804
804
  "module": "src/grid-pro.ts"
805
805
  }
806
806
  },
807
+ {
808
+ "kind": "field",
809
+ "name": "csvExportParams",
810
+ "type": {
811
+ "text": "CsvExportParams"
812
+ },
813
+ "privacy": "private",
814
+ "readonly": true,
815
+ "inheritedFrom": {
816
+ "name": "GridPro",
817
+ "module": "src/grid-pro.ts"
818
+ }
819
+ },
807
820
  {
808
821
  "kind": "field",
809
822
  "name": "_presentation",
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.122.2-alpha-fb3aeba.0",
4
+ "version": "14.124.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.122.2-alpha-fb3aeba.0",
30
+ "@genesislcap/genx": "14.124.0",
31
31
  "rimraf": "^3.0.2"
32
32
  },
33
33
  "dependencies": {
34
- "@genesislcap/foundation-ui": "14.122.2-alpha-fb3aeba.0",
35
- "@genesislcap/foundation-zero": "14.122.2-alpha-fb3aeba.0",
36
- "@genesislcap/grid-pro": "14.122.2-alpha-fb3aeba.0",
34
+ "@genesislcap/foundation-ui": "14.124.0",
35
+ "@genesislcap/foundation-zero": "14.124.0",
36
+ "@genesislcap/grid-pro": "14.124.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": "6573294e6ea568ff48d3c4450567a65bdba521f5"
57
+ "gitHead": "ecbf83be72d1f020f8b189282c5199479dd55a3e"
58
58
  }