@genesislcap/foundation-zero-grid-pro 14.127.0 → 14.127.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.
@@ -556,6 +556,18 @@
556
556
  "module": "src/grid-pro.ts"
557
557
  }
558
558
  },
559
+ {
560
+ "kind": "field",
561
+ "name": "gridOptionsConfig",
562
+ "type": {
563
+ "text": "GridOptionsConfig"
564
+ },
565
+ "description": "Injectable config that allows to change grid options on an app level basis\nTo modify options, register instance of the config in DOM container that is\nabove the grid or on the top level of the application, so it applies to all grids.",
566
+ "inheritedFrom": {
567
+ "name": "GridPro",
568
+ "module": "src/grid-pro.ts"
569
+ }
570
+ },
559
571
  {
560
572
  "kind": "method",
561
573
  "name": "combineAllGridComponents",
@@ -804,19 +816,6 @@
804
816
  "module": "src/grid-pro.ts"
805
817
  }
806
818
  },
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
- },
820
819
  {
821
820
  "kind": "field",
822
821
  "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.127.0",
4
+ "version": "14.127.2",
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.127.0",
30
+ "@genesislcap/genx": "14.127.2",
31
31
  "rimraf": "^3.0.2"
32
32
  },
33
33
  "dependencies": {
34
- "@genesislcap/foundation-ui": "14.127.0",
35
- "@genesislcap/foundation-zero": "14.127.0",
36
- "@genesislcap/grid-pro": "14.127.0",
34
+ "@genesislcap/foundation-ui": "14.127.2",
35
+ "@genesislcap/foundation-zero": "14.127.2",
36
+ "@genesislcap/grid-pro": "14.127.2",
37
37
  "@microsoft/fast-colors": "^5.3.1",
38
38
  "@microsoft/fast-components": "^2.30.6",
39
39
  "@microsoft/fast-element": "^1.12.0",
@@ -54,5 +54,5 @@
54
54
  "access": "public"
55
55
  },
56
56
  "customElements": "dist/custom-elements.json",
57
- "gitHead": "9dab321ca616a32643b29abc699626e973a3ac8f"
57
+ "gitHead": "80ea1376a014bd79ecb63f650a1f2472d2fe1fd4"
58
58
  }