keevo-components 1.8.189 → 1.8.190

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.
@@ -21,6 +21,7 @@ export declare class KvTableComponent implements OnInit, DoCheck {
21
21
  checked: boolean;
22
22
  columns: TableConfigColumn[];
23
23
  deletedColuns: TableConfigColumn[];
24
+ prepositions: string[];
24
25
  menuFiltro: boolean;
25
26
  checkboxClicked: boolean;
26
27
  showFiltrosAvancados: boolean;
@@ -94,6 +95,7 @@ export declare class KvTableComponent implements OnInit, DoCheck {
94
95
  returnRowClass(rowData: any, col: TableConfigColumn): string;
95
96
  expiredFile(rowData: any, col: TableConfigColumn): boolean;
96
97
  transformValue(rowData: any, col: TableConfigColumn): any;
98
+ transformCapitalize(value: string): string;
97
99
  formatarValor(valor: number): string;
98
100
  adjustTableSize(): void;
99
101
  doubleClick(e: any, rowData: any): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keevo-components",
3
- "version": "1.8.189",
3
+ "version": "1.8.190",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.8",
6
6
  "@angular/core": "^17.3.8",