@genesislcap/rapid-grid-pro 14.445.0 → 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.
@@ -1830,7 +1830,7 @@
1830
1830
  "kind": "field",
1831
1831
  "name": "gridOptions",
1832
1832
  "type": {
1833
- "text": "GridOptions"
1833
+ "text": "GridOptionsConfig"
1834
1834
  },
1835
1835
  "privacy": "public",
1836
1836
  "description": "Handles extra Rapid configs",
@@ -1,5 +1,5 @@
1
- import { GridOptions } from '@ag-grid-community/core';
2
1
  import { GridPro } from '@genesislcap/grid-pro';
2
+ import type { GridOptionsConfig } from '@genesislcap/grid-pro';
3
3
  /**
4
4
  * @tagname rapid-grid-pro
5
5
  */
@@ -20,7 +20,7 @@ export declare class RapidGridPro extends GridPro {
20
20
  * Handles extra Rapid configs
21
21
  * @override
22
22
  */
23
- set gridOptions(options: GridOptions);
23
+ set gridOptions(options: GridOptionsConfig);
24
24
  }
25
25
  export declare const rapidGridProShadowOptions: ShadowRootInit;
26
26
  export declare const rapidDefaultGridProConfig: {
@@ -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,YAAa,SAAQ,OAAO;IAC3B,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,yBAAyB,EAAE,cAA+C,CAAC;AACxF,eAAO,MAAM,yBAAyB;;CAAmB,CAAC;AAE1D,eAAO,MAAM,YAAY;;;;;;;;;;uBAMvB,CAAC"}
1
+ {"version":3,"file":"grid-pro.d.ts","sourceRoot":"","sources":["../../src/grid-pro.ts"],"names":[],"mappings":"AACA,OAAO,EACL,OAAO,EAIR,MAAM,uBAAuB,CAAC;AAC/B,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AA4B/D;;GAEG;AACH,qBAAa,YAAa,SAAQ,OAAO;IAC3B,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,yBAAyB,EAAE,cAA+C,CAAC;AACxF,eAAO,MAAM,yBAAyB;;CAAmB,CAAC;AAE1D,eAAO,MAAM,YAAY;;;;;;;;;;uBAMvB,CAAC"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/rapid-grid-pro",
3
3
  "description": "Genesis Rapid Grid Pro",
4
- "version": "14.445.0",
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.0",
41
- "@genesislcap/rollup-builder": "14.445.0",
42
- "@genesislcap/ts-builder": "14.445.0",
43
- "@genesislcap/uvu-playwright-builder": "14.445.0",
44
- "@genesislcap/vite-builder": "14.445.0",
45
- "@genesislcap/webpack-builder": "14.445.0"
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.0",
49
- "@genesislcap/grid-pro": "14.445.0",
50
- "@genesislcap/rapid-design-system": "14.445.0",
48
+ "@genesislcap/foundation-ui": "14.445.2-chore-fix-ag-grid-types-react.3",
49
+ "@genesislcap/grid-pro": "14.445.2-chore-fix-ag-grid-types-react.3",
50
+ "@genesislcap/rapid-design-system": "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",
@@ -80,5 +80,5 @@
80
80
  "require": "./dist/react.cjs"
81
81
  }
82
82
  },
83
- "gitHead": "ab4f2ce242dedb41dcd82795abf7e0acaf14979c"
83
+ "gitHead": "9bae6a71c4c119eb16264d4a01d8615e5cb0a44e"
84
84
  }