@genesislcap/foundation-zero-grid-pro 14.445.1 → 14.445.2-chore-fix-ag-grid-types-react.3

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.
@@ -144,7 +144,7 @@
144
144
  "kind": "field",
145
145
  "name": "gridOptions",
146
146
  "type": {
147
- "text": "GridOptions"
147
+ "text": "GridOptionsConfig"
148
148
  },
149
149
  "privacy": "public",
150
150
  "description": "Handles extra ZERO configs",
@@ -1,4 +1,4 @@
1
- import { GridOptions } from '@ag-grid-community/core';
1
+ import type { GridOptionsConfig } from '@genesislcap/grid-pro';
2
2
  import { GridPro } from '@genesislcap/grid-pro';
3
3
  /**
4
4
  * @tagname %%prefix%%-grid-pro
@@ -20,7 +20,7 @@ export declare class ZeroGridPro extends GridPro {
20
20
  * Handles extra ZERO configs
21
21
  * @override
22
22
  */
23
- set gridOptions(options: GridOptions);
23
+ set gridOptions(options: GridOptionsConfig);
24
24
  }
25
25
  export declare const zeroGridProShadowOptions: ShadowRootInit;
26
26
  export declare const zeroDefaultGridProConfig: {
@@ -1 +1 @@
1
- {"version":3,"file":"grid-pro.d.ts","sourceRoot":"","sources":["../../src/grid-pro.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EACL,OAAO,EAIR,MAAM,uBAAuB,CAAC;AA4B/B;;GAEG;AACH,qBAAa,WAAY,SAAQ,OAAO;IAC1B,QAAQ,EAAG,GAAG,CAAC;IAC3B,OAAO,CAAC,qBAAqB,CAAC,CAAM;IACpC,OAAO,CAAC,QAAQ,CAAC,iBAAiB,CAEhC;IAEF,OAAO,CAAC,qBAAqB,CAG3B;IAEF,iBAAiB,IAAI,IAAI;IASzB,oBAAoB,IAAI,IAAI;IAU5B;;;OAGG;IACH,KAAK,SAGA;IAEL,YAAY,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM;IAK/C;;;OAGG;IACH,IAAI,WAAW,CAAC,OAAO,EAAE,WAAW,EAgCnC;CACF;AAGD,eAAO,MAAM,wBAAwB,EAAE,cAA+C,CAAC;AACvF,eAAO,MAAM,wBAAwB;;CAAmB,CAAC;AAEzD,eAAO,MAAM,WAAW;;;;;;;;;;sBAMtB,CAAC"}
1
+ {"version":3,"file":"grid-pro.d.ts","sourceRoot":"","sources":["../../src/grid-pro.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAC/D,OAAO,EACL,OAAO,EAIR,MAAM,uBAAuB,CAAC;AA4B/B;;GAEG;AACH,qBAAa,WAAY,SAAQ,OAAO;IAC1B,QAAQ,EAAG,GAAG,CAAC;IAC3B,OAAO,CAAC,qBAAqB,CAAC,CAAM;IACpC,OAAO,CAAC,QAAQ,CAAC,iBAAiB,CAEhC;IAEF,OAAO,CAAC,qBAAqB,CAG3B;IAEF,iBAAiB,IAAI,IAAI;IASzB,oBAAoB,IAAI,IAAI;IAU5B;;;OAGG;IACH,KAAK,SAGA;IAEL,YAAY,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM;IAK/C;;;OAGG;IACH,IAAI,WAAW,CAAC,OAAO,EAAE,iBAAiB,EAgCzC;CACF;AAGD,eAAO,MAAM,wBAAwB,EAAE,cAA+C,CAAC;AACvF,eAAO,MAAM,wBAAwB;;CAAmB,CAAC;AAEzD,eAAO,MAAM,WAAW;;;;;;;;;;sBAMtB,CAAC"}
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.445.1",
4
+ "version": "14.445.2-chore-fix-ag-grid-types-react.3",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -37,17 +37,17 @@
37
37
  }
38
38
  },
39
39
  "devDependencies": {
40
- "@genesislcap/genx": "14.445.1",
41
- "@genesislcap/rollup-builder": "14.445.1",
42
- "@genesislcap/ts-builder": "14.445.1",
43
- "@genesislcap/uvu-playwright-builder": "14.445.1",
44
- "@genesislcap/vite-builder": "14.445.1",
45
- "@genesislcap/webpack-builder": "14.445.1"
40
+ "@genesislcap/genx": "14.445.2-chore-fix-ag-grid-types-react.3",
41
+ "@genesislcap/rollup-builder": "14.445.2-chore-fix-ag-grid-types-react.3",
42
+ "@genesislcap/ts-builder": "14.445.2-chore-fix-ag-grid-types-react.3",
43
+ "@genesislcap/uvu-playwright-builder": "14.445.2-chore-fix-ag-grid-types-react.3",
44
+ "@genesislcap/vite-builder": "14.445.2-chore-fix-ag-grid-types-react.3",
45
+ "@genesislcap/webpack-builder": "14.445.2-chore-fix-ag-grid-types-react.3"
46
46
  },
47
47
  "dependencies": {
48
- "@genesislcap/foundation-ui": "14.445.1",
49
- "@genesislcap/foundation-zero": "14.445.1",
50
- "@genesislcap/grid-pro": "14.445.1",
48
+ "@genesislcap/foundation-ui": "14.445.2-chore-fix-ag-grid-types-react.3",
49
+ "@genesislcap/foundation-zero": "14.445.2-chore-fix-ag-grid-types-react.3",
50
+ "@genesislcap/grid-pro": "14.445.2-chore-fix-ag-grid-types-react.3",
51
51
  "@microsoft/fast-colors": "5.3.1",
52
52
  "@microsoft/fast-components": "2.30.6",
53
53
  "@microsoft/fast-element": "1.14.0",
@@ -78,5 +78,5 @@
78
78
  "require": "./dist/react.cjs"
79
79
  }
80
80
  },
81
- "gitHead": "893e8b2ffadacaedb39f1935c1979278191b6730"
81
+ "gitHead": "9bae6a71c4c119eb16264d4a01d8615e5cb0a44e"
82
82
  }