@g1cloud/bluesea 5.0.0-beta.15 → 5.0.0-beta.16

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.
@@ -49,7 +49,7 @@ export declare const ADDRESS_COUNTRY_CONFIGS: Record<string, AddressCountryConfi
49
49
  export declare const ADDRESS_COUNTRY_CONFIG_DEFAULT: AddressCountryConfig;
50
50
  export declare const defaultAddressInputComponentConfig: AddressInputComponentConfig;
51
51
  export type GridComponentConfig = {
52
- defaultCellFormatter?: <T>(column: Column, value: T) => string | undefined;
52
+ defaultCellFormatter?: <T>(column: Column, value: T) => string | T | null | undefined;
53
53
  };
54
54
  export type GridLookupComponentConfig = {
55
55
  dateRangePresets?: DateRangePreset[];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@g1cloud/bluesea",
3
3
  "private": false,
4
- "version": "5.0.0-beta.15",
4
+ "version": "5.0.0-beta.16",
5
5
  "description": "Ui Library for g1cloud BackOffice.",
6
6
  "type": "module",
7
7
  "engines": {