@xh/hoist 79.0.0-SNAPSHOT.1765207715965 → 79.0.0-SNAPSHOT.1765212789495
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.
|
@@ -13,7 +13,7 @@ export declare let agGridVersion: any;
|
|
|
13
13
|
* implementations.
|
|
14
14
|
*/
|
|
15
15
|
export type { GridOptions, GridApi, SortDirection, ColDef, ColGroupDef, GetContextMenuItemsParams, GridReadyEvent, IHeaderGroupParams, IHeaderParams, ProcessCellForExportParams, CellClassParams, HeaderClassParams, HeaderValueGetterParams, ICellRendererParams, ITooltipParams, IRowNode, RowClassParams, ValueGetterParams, ValueSetterParams, MenuItemDef, CellPosition, NavigateToNextCellParams, ColumnEvent, ColumnState as AgColumnState, Column as AgColumn, ColumnGroup as AgColumnGroup, AgProvidedColumnGroup, RowDoubleClickedEvent, RowClickedEvent, RowHeightParams, CellClickedEvent, CellContextMenuEvent, CellDoubleClickedEvent, CellEditingStartedEvent, CellEditingStoppedEvent } from 'ag-grid-community';
|
|
16
|
-
export type { CustomCellEditorProps, CustomMenuItemProps } from 'ag-grid-react';
|
|
16
|
+
export type { CustomCellEditorProps, CustomCellRendererProps, CustomMenuItemProps } from 'ag-grid-react';
|
|
17
17
|
export { useGridCellEditor, useGridMenuItem } from 'ag-grid-react';
|
|
18
18
|
/**
|
|
19
19
|
* Expose application versions of ag-Grid to Hoist.
|
package/kit/ag-grid/index.ts
CHANGED
|
@@ -60,7 +60,11 @@ export type {
|
|
|
60
60
|
CellEditingStoppedEvent
|
|
61
61
|
} from 'ag-grid-community';
|
|
62
62
|
|
|
63
|
-
export type {
|
|
63
|
+
export type {
|
|
64
|
+
CustomCellEditorProps,
|
|
65
|
+
CustomCellRendererProps,
|
|
66
|
+
CustomMenuItemProps
|
|
67
|
+
} from 'ag-grid-react';
|
|
64
68
|
export {useGridCellEditor, useGridMenuItem} from 'ag-grid-react';
|
|
65
69
|
|
|
66
70
|
const MIN_VERSION = '34.2.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xh/hoist",
|
|
3
|
-
"version": "79.0.0-SNAPSHOT.
|
|
3
|
+
"version": "79.0.0-SNAPSHOT.1765212789495",
|
|
4
4
|
"description": "Hoist add-on for building and deploying React Applications.",
|
|
5
5
|
"repository": "github:xh/hoist-react",
|
|
6
6
|
"homepage": "https://xh.io",
|