keevo-components 1.8.249 → 1.8.250

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.
@@ -105,6 +105,7 @@ export declare class KvTableComponent implements OnInit, DoCheck, AfterViewInit
105
105
  returnRowClass(rowData: any, col: TableConfigColumn): string;
106
106
  expiredFile(rowData: any, col: TableConfigColumn): boolean;
107
107
  transformValue(rowData: any, col: TableConfigColumn): any;
108
+ transformDate(date: any): string | null;
108
109
  transformCapitalize(value: string): string;
109
110
  formatarValor(valor: number): string;
110
111
  adjustTableSize(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keevo-components",
3
- "version": "1.8.249",
3
+ "version": "1.8.250",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.8",
6
6
  "@angular/core": "^17.3.8",