@conboai/app.db.query 0.8.4 → 0.8.6

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.
@@ -43,7 +43,7 @@ export declare const useColumnDefs: ({ handleCheckBoxChange, handleSelectAllClic
43
43
  flex: number;
44
44
  sortable: boolean;
45
45
  disableColumnMenu: boolean;
46
- valueGetter: (params: any, value: any) => string | undefined;
46
+ valueGetter: (params: any, value: any) => string;
47
47
  filterable?: undefined;
48
48
  maxWidth?: undefined;
49
49
  renderHeader?: undefined;
@@ -36,7 +36,7 @@ export declare const useColumnDefs: ({ handleCheckBoxChange, handleSelectAllClic
36
36
  field: string;
37
37
  headerName: string;
38
38
  flex: number;
39
- valueGetter: (params: any, value: any) => string | undefined;
39
+ valueGetter: (params: any, value: any) => string;
40
40
  disableColumnMenu?: undefined;
41
41
  filterable?: undefined;
42
42
  maxWidth?: undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conboai/app.db.query",
3
- "version": "0.8.4",
3
+ "version": "0.8.6",
4
4
  "type": "module",
5
5
  "main": "dist/app.db.query.js",
6
6
  "types": "dist/build/index.d.ts",
@@ -39,7 +39,7 @@
39
39
  "format": "prettier --write \"src/**/*.{ts,tsx,json}\" --color"
40
40
  },
41
41
  "dependencies": {
42
- "@conboai/storybook.components": "0.5.6",
42
+ "@conboai/storybook.components": "^0.5.17",
43
43
  "@emotion/react": "^11.11.4",
44
44
  "@emotion/styled": "^11.11.5",
45
45
  "@hookform/resolvers": "^3.9.1",