keevo-components 1.8.118 → 1.8.120

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.
@@ -103,6 +103,10 @@ export declare class KvTableComponent implements OnInit, DoCheck {
103
103
  checkHideColumns(): void;
104
104
  getCustomTemplate(templatename: string): TemplateRef<any>;
105
105
  onSwitchChange(estado: any, rowData: boolean, col: any): void;
106
+ dataIndex: {
107
+ [key: string]: any;
108
+ };
109
+ createDataIndex(): void;
106
110
  menuItems: MenuItem[];
107
111
  returnRowDataActions(rowData: any): void;
108
112
  static ɵfac: i0.ɵɵFactoryDeclaration<KvTableComponent, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keevo-components",
3
- "version": "1.8.118",
3
+ "version": "1.8.120",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.8",
6
6
  "@angular/core": "^17.3.8",