@genesislcap/rapid-grid-pro 14.438.0 → 14.438.1-chore-fix-ag-grid-types-react.1

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.
@@ -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 './grid-pro.types';
3
3
  /**
4
4
  * @tagname %%prefix%%-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":"AAAA,OAAO,EACL,OAAO,EAIR,MAAM,uBAAuB,CAAC;AAqB/B,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAQ1D;;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"}
@@ -0,0 +1,5 @@
1
+ import { GridOptions } from '@ag-grid-community/core';
2
+ export interface GridOptionsConfig extends GridOptions {
3
+ [key: string]: any;
4
+ }
5
+ //# sourceMappingURL=grid-pro.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"grid-pro.types.d.ts","sourceRoot":"","sources":["../../src/grid-pro.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAItD,MAAM,WAAW,iBAAkB,SAAQ,WAAW;IACpD,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB"}
@@ -9,4 +9,5 @@ export * from './style';
9
9
  export * from './grid-components';
10
10
  export * from './multicolumn-dropdown';
11
11
  export * from '@genesislcap/grid-pro';
12
+ export type { GridOptionsConfig } from './grid-pro.types';
12
13
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AAExB,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AAEvC,cAAc,uBAAuB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AAExB,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AAEvC,cAAc,uBAAuB,CAAC;AAEtC,YAAY,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC"}
@@ -0,0 +1 @@
1
+ export {};
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.438.0",
4
+ "version": "14.438.1-chore-fix-ag-grid-types-react.1",
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.438.0",
41
- "@genesislcap/rollup-builder": "14.438.0",
42
- "@genesislcap/ts-builder": "14.438.0",
43
- "@genesislcap/uvu-playwright-builder": "14.438.0",
44
- "@genesislcap/vite-builder": "14.438.0",
45
- "@genesislcap/webpack-builder": "14.438.0"
40
+ "@genesislcap/genx": "14.438.1-chore-fix-ag-grid-types-react.1",
41
+ "@genesislcap/rollup-builder": "14.438.1-chore-fix-ag-grid-types-react.1",
42
+ "@genesislcap/ts-builder": "14.438.1-chore-fix-ag-grid-types-react.1",
43
+ "@genesislcap/uvu-playwright-builder": "14.438.1-chore-fix-ag-grid-types-react.1",
44
+ "@genesislcap/vite-builder": "14.438.1-chore-fix-ag-grid-types-react.1",
45
+ "@genesislcap/webpack-builder": "14.438.1-chore-fix-ag-grid-types-react.1"
46
46
  },
47
47
  "dependencies": {
48
- "@genesislcap/foundation-ui": "14.438.0",
49
- "@genesislcap/grid-pro": "14.438.0",
50
- "@genesislcap/rapid-design-system": "14.438.0",
48
+ "@genesislcap/foundation-ui": "14.438.1-chore-fix-ag-grid-types-react.1",
49
+ "@genesislcap/grid-pro": "14.438.1-chore-fix-ag-grid-types-react.1",
50
+ "@genesislcap/rapid-design-system": "14.438.1-chore-fix-ag-grid-types-react.1",
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": "2aadae08b54d594c850d65c00a18e3ce5064069c"
83
+ "gitHead": "ca0f3828d72cb3e4f732f5f58edf8f21d7341eb5"
84
84
  }