@indigina/ui-kit 1.1.153 → 1.1.155

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.
@@ -10,7 +10,7 @@ export declare class KitGridCellService {
10
10
  readonly dateFormat: typeof KIT_DATE_FORMAT;
11
11
  readonly dateTimeFormat: typeof KIT_DATETIME_FORMAT_LONG;
12
12
  constructor(translateService: TranslateService, decimalPipe: DecimalPipe, datePipe: DatePipe);
13
- createCellValue<T>(columnType: string, columnField: string, dataItem: T, translationMap?: KitGridCellTranslationMap): string;
13
+ createCellValue<T>(columnType: string, columnField: string, dataItem: T, translationMap?: KitGridCellTranslationMap, defaultValue?: string | number): string | number;
14
14
  private getNestedGridCellValue;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<KitGridCellService, never>;
16
16
  static ɵprov: i0.ɵɵInjectableDeclaration<KitGridCellService>;
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "components",
8
8
  "shared"
9
9
  ],
10
- "version": "1.1.153",
10
+ "version": "1.1.155",
11
11
  "peerDependencies": {
12
12
  "@angular/common": "^19.1.4",
13
13
  "@angular/core": "^19.1.4"