@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.
- package/dist/config/config.d.ts +1 -1
- package/package.json +1 -1
package/dist/config/config.d.ts
CHANGED
|
@@ -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[];
|