@genesislcap/rapid-grid-pro 14.438.1-chore-fix-ag-grid-types-react.1 → 14.438.1-chore-fix-ag-grid-types-react.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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"grid-pro.d.ts","sourceRoot":"","sources":["../../src/grid-pro.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"grid-pro.d.ts","sourceRoot":"","sources":["../../src/grid-pro.ts"],"names":[],"mappings":"AACA,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"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { GridOptions } from '@ag-grid-community/core';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
}
|
|
2
|
+
import { GridOptions as v35GridOptions } from 'ag-grid-community';
|
|
3
|
+
export type GridOptionsConfig = v35GridOptions | GridOptions;
|
|
5
4
|
//# sourceMappingURL=grid-pro.types.d.ts.map
|
|
@@ -1 +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;
|
|
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;AACtD,OAAO,EAAE,WAAW,IAAI,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAElE,MAAM,MAAM,iBAAiB,GAAG,cAAc,GAAG,WAAW,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.438.1-chore-fix-ag-grid-types-react.
|
|
4
|
+
"version": "14.438.1-chore-fix-ag-grid-types-react.2",
|
|
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.1-chore-fix-ag-grid-types-react.
|
|
41
|
-
"@genesislcap/rollup-builder": "14.438.1-chore-fix-ag-grid-types-react.
|
|
42
|
-
"@genesislcap/ts-builder": "14.438.1-chore-fix-ag-grid-types-react.
|
|
43
|
-
"@genesislcap/uvu-playwright-builder": "14.438.1-chore-fix-ag-grid-types-react.
|
|
44
|
-
"@genesislcap/vite-builder": "14.438.1-chore-fix-ag-grid-types-react.
|
|
45
|
-
"@genesislcap/webpack-builder": "14.438.1-chore-fix-ag-grid-types-react.
|
|
40
|
+
"@genesislcap/genx": "14.438.1-chore-fix-ag-grid-types-react.2",
|
|
41
|
+
"@genesislcap/rollup-builder": "14.438.1-chore-fix-ag-grid-types-react.2",
|
|
42
|
+
"@genesislcap/ts-builder": "14.438.1-chore-fix-ag-grid-types-react.2",
|
|
43
|
+
"@genesislcap/uvu-playwright-builder": "14.438.1-chore-fix-ag-grid-types-react.2",
|
|
44
|
+
"@genesislcap/vite-builder": "14.438.1-chore-fix-ag-grid-types-react.2",
|
|
45
|
+
"@genesislcap/webpack-builder": "14.438.1-chore-fix-ag-grid-types-react.2"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@genesislcap/foundation-ui": "14.438.1-chore-fix-ag-grid-types-react.
|
|
49
|
-
"@genesislcap/grid-pro": "14.438.1-chore-fix-ag-grid-types-react.
|
|
50
|
-
"@genesislcap/rapid-design-system": "14.438.1-chore-fix-ag-grid-types-react.
|
|
48
|
+
"@genesislcap/foundation-ui": "14.438.1-chore-fix-ag-grid-types-react.2",
|
|
49
|
+
"@genesislcap/grid-pro": "14.438.1-chore-fix-ag-grid-types-react.2",
|
|
50
|
+
"@genesislcap/rapid-design-system": "14.438.1-chore-fix-ag-grid-types-react.2",
|
|
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": "
|
|
83
|
+
"gitHead": "dcd4c791ebec32a7eeb9183d5568c3361a18f8d0"
|
|
84
84
|
}
|