keevo-components 1.8.117 → 1.8.119

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.
@@ -98,12 +98,13 @@ export declare class KvTableComponent implements OnInit, DoCheck {
98
98
  addColumn(field: string): void;
99
99
  dinamicColumnSet(e: any, col: any): void;
100
100
  checkMenuFiltro(col: any): void;
101
- sortByPosition(): (elem1: any, elem2: any) => 1 | 0 | -1;
101
+ sortByPosition(): (elem1: any, elem2: any) => 0 | 1 | -1;
102
102
  dinamicDisableColumn(col: TableConfigColumn): boolean;
103
103
  checkHideColumns(): void;
104
104
  getCustomTemplate(templatename: string): TemplateRef<any>;
105
105
  onSwitchChange(estado: any, rowData: boolean, col: any): void;
106
- returnRowDataActions(rowData: any): MenuItem[] | undefined;
106
+ menuItems: MenuItem[];
107
+ returnRowDataActions(rowData: any): void;
107
108
  static ɵfac: i0.ɵɵFactoryDeclaration<KvTableComponent, never>;
108
109
  static ɵcmp: i0.ɵɵComponentDeclaration<KvTableComponent, "kv-table", never, { "_templates": { "alias": "templates"; "required": false; }; "setConfig": { "alias": "config"; "required": false; }; "defaultSortField": { "alias": "defaultSortField"; "required": false; }; "dataSource": { "alias": "dataSource"; "required": false; }; "selectedItems": { "alias": "selectedItems"; "required": false; }; "totalRecords": { "alias": "totalRecords"; "required": false; }; "paginator": { "alias": "paginator"; "required": false; }; "rowsPerPageOptions": { "alias": "rowsPerPageOptions"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "pageLinksOptions": { "alias": "pageLinksOptions"; "required": false; }; "showFirstLastIcon": { "alias": "showFirstLastIcon"; "required": false; }; "tableSize": { "alias": "tableSize"; "required": false; }; "applyStyle": { "alias": "applyStyle"; "required": false; }; "filterColumnsBtn": { "alias": "filterColumnsBtn"; "required": false; }; "filtrosAvancados": { "alias": "filtrosAvancados"; "required": false; }; "scrollHeight": { "alias": "scrollHeight"; "required": false; }; "isTableScrollable": { "alias": "isTableScrollable"; "required": false; }; "tableCaptalized": { "alias": "tableCaptalized"; "required": false; }; "rowTrackBy": { "alias": "rowTrackBy"; "required": false; }; "responsiveLayout": { "alias": "responsiveLayout"; "required": false; }; }, { "onActiveItem": "onActiveItem"; "onActiveItemLote": "onActiveItemLote"; "onPaginate": "onPaginate"; "onSelectionChange": "onSelectionChange"; "doubleClickEvent": "doubleClickEvent"; "filterField": "filterField"; "onSwitchTableChange": "onSwitchTableChange"; }, ["templates"], ["*"], false, never>;
109
110
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keevo-components",
3
- "version": "1.8.117",
3
+ "version": "1.8.119",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.8",
6
6
  "@angular/core": "^17.3.8",