@linzjs/step-ag-grid 14.0.0 → 14.0.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.
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@linzjs/step-ag-grid",
|
|
3
3
|
"repository": "github:linz/step-ag-grid.git",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"version": "14.0.
|
|
5
|
+
"version": "14.0.2",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"aggrid",
|
|
8
8
|
"ag-grid",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"node": ">=16"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
|
-
"@linzjs/lui": ">=17",
|
|
30
|
+
"@linzjs/lui": ">=17.60.0",
|
|
31
31
|
"ag-grid-community": ">=27",
|
|
32
32
|
"ag-grid-react": ">=27",
|
|
33
33
|
"lodash-es": ">=4",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"react-dom": ">=17"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@linzjs/lui": ">=17",
|
|
38
|
+
"@linzjs/lui": ">=17.60.0",
|
|
39
39
|
"ag-grid-community": ">=27",
|
|
40
40
|
"ag-grid-react": ">=27",
|
|
41
41
|
"debounce-promise": "^3.1.2",
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"@types/lodash-es": "^4.17.7",
|
|
107
107
|
"@types/node": "^20.2.3",
|
|
108
108
|
"@types/react": "^17.0.59",
|
|
109
|
-
"@types/react-dom": "^
|
|
109
|
+
"@types/react-dom": "^17.0.20",
|
|
110
110
|
"@types/uuid": "^9.0.1",
|
|
111
111
|
"@typescript-eslint/parser": "^5.59.7",
|
|
112
112
|
"babel-jest": "^29.5.0",
|
|
@@ -120,6 +120,7 @@ export const GridCell = <RowType extends GridBaseRow, Props extends CellEditorCo
|
|
|
120
120
|
|
|
121
121
|
return {
|
|
122
122
|
colId: props.field ?? props.field,
|
|
123
|
+
headerTooltip: props.headerName,
|
|
123
124
|
sortable: !!(props?.field || props?.valueGetter),
|
|
124
125
|
resizable: true,
|
|
125
126
|
minWidth: props.flex ? 150 : 48,
|
|
@@ -34,7 +34,7 @@ export const GridFilterDownloadCsvButton = (csvExportParams: CsvExportParams) =>
|
|
|
34
34
|
/>
|
|
35
35
|
) : (
|
|
36
36
|
<GridFilterHeaderIconButton
|
|
37
|
-
icon={"
|
|
37
|
+
icon={"ic_csv_file"}
|
|
38
38
|
title={"Download CSV"}
|
|
39
39
|
onClick={handleDownloadClick}
|
|
40
40
|
disabled={downloading}
|