@genesislcap/rapid-grid-pro 14.483.3-alpha-7a2e689.0 → 14.484.0
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.
- package/dist/custom-elements.json +2 -2
- package/dist/dts/react.d.ts +3 -2
- package/package.json +11 -11
|
@@ -1698,7 +1698,7 @@
|
|
|
1698
1698
|
],
|
|
1699
1699
|
"events": [
|
|
1700
1700
|
{
|
|
1701
|
-
"description": "Fired when AG Grid is ready (detail includes the grid-ready event and grid id)",
|
|
1701
|
+
"description": "Fired when AG Grid is ready (detail includes the grid-ready event and grid id). detail: `GridReadyEventDetail`",
|
|
1702
1702
|
"name": "gridReady",
|
|
1703
1703
|
"inheritedFrom": {
|
|
1704
1704
|
"name": "GridProBeta",
|
|
@@ -1706,7 +1706,7 @@
|
|
|
1706
1706
|
}
|
|
1707
1707
|
},
|
|
1708
1708
|
{
|
|
1709
|
-
"description": "Deprecated alias for the grid-ready signal; prefer `gridReady`",
|
|
1709
|
+
"description": "Deprecated alias for the grid-ready signal; prefer `gridReady`. detail: `GridReadyEventDetail`",
|
|
1710
1710
|
"name": "onGridReady",
|
|
1711
1711
|
"inheritedFrom": {
|
|
1712
1712
|
"name": "GridProBeta",
|
package/dist/dts/react.d.ts
CHANGED
|
@@ -19,6 +19,7 @@ import type { RapidStatusPillRenderer as RapidStatusPillRendererWC } from './cel
|
|
|
19
19
|
import type { RapidAgTextRenderer as RapidAgTextRendererWC } from './cell-renderers/text.renderer';
|
|
20
20
|
import type { RapidGridProBeta as RapidGridProBetaWC } from './grid-pro-beta';
|
|
21
21
|
import type { RapidGridPro as RapidGridProWC } from './grid-pro';
|
|
22
|
+
import type { GridReadyEventDetail } from '@genesislcap/grid-pro';
|
|
22
23
|
|
|
23
24
|
/** @internal Maps a web component class to its public props only.
|
|
24
25
|
* keyof T skips private/protected members, so this avoids the TS error
|
|
@@ -53,8 +54,8 @@ export declare const RapidGridProBeta: React.ForwardRefExoticComponent<
|
|
|
53
54
|
React.PropsWithChildren<
|
|
54
55
|
Omit<PublicOf<RapidGridProBetaWC>, 'children' | 'style'> &
|
|
55
56
|
HTMLWCProps & {
|
|
56
|
-
onGridReady?: (event: CustomEvent<
|
|
57
|
-
onOnGridReady?: (event: CustomEvent<
|
|
57
|
+
onGridReady?: (event: CustomEvent<GridReadyEventDetail>) => void;
|
|
58
|
+
onOnGridReady?: (event: CustomEvent<GridReadyEventDetail>) => void;
|
|
58
59
|
onGridready?: (event: CustomEvent<unknown>) => void;
|
|
59
60
|
}
|
|
60
61
|
> & React.RefAttributes<RapidGridProBetaWC>
|
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.
|
|
4
|
+
"version": "14.484.0",
|
|
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.
|
|
41
|
-
"@genesislcap/rollup-builder": "14.
|
|
42
|
-
"@genesislcap/ts-builder": "14.
|
|
43
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
44
|
-
"@genesislcap/vite-builder": "14.
|
|
45
|
-
"@genesislcap/webpack-builder": "14.
|
|
40
|
+
"@genesislcap/genx": "14.484.0",
|
|
41
|
+
"@genesislcap/rollup-builder": "14.484.0",
|
|
42
|
+
"@genesislcap/ts-builder": "14.484.0",
|
|
43
|
+
"@genesislcap/uvu-playwright-builder": "14.484.0",
|
|
44
|
+
"@genesislcap/vite-builder": "14.484.0",
|
|
45
|
+
"@genesislcap/webpack-builder": "14.484.0"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@genesislcap/foundation-ui": "14.
|
|
49
|
-
"@genesislcap/grid-pro": "14.
|
|
50
|
-
"@genesislcap/rapid-design-system": "14.
|
|
48
|
+
"@genesislcap/foundation-ui": "14.484.0",
|
|
49
|
+
"@genesislcap/grid-pro": "14.484.0",
|
|
50
|
+
"@genesislcap/rapid-design-system": "14.484.0",
|
|
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": "1ec7b2318e2447c2cd3ad877666b6fd1f3b87c05"
|
|
84
84
|
}
|