@indigina/ui-kit 1.1.454 → 1.1.455
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
|
@@ -3792,7 +3792,7 @@ interface KitCardDetailsSkeletonConfig {
|
|
|
3792
3792
|
itemsCount: number;
|
|
3793
3793
|
}
|
|
3794
3794
|
|
|
3795
|
-
type KitGridColumnType = 'date' | 'number' | 'boolean' | 'string' | 'dateTime' | 'dateLocal' | 'dateTimeLocal' | 'dateZone' | 'dateTimeZone' | 'time';
|
|
3795
|
+
type KitGridColumnType = 'date' | 'number' | 'plainNumber' | 'boolean' | 'string' | 'dateTime' | 'dateLocal' | 'dateTimeLocal' | 'dateZone' | 'dateTimeZone' | 'time';
|
|
3796
3796
|
interface KitGridColumnConfig {
|
|
3797
3797
|
field: string;
|
|
3798
3798
|
title: string;
|