keevo-components 1.8.28 → 1.8.30

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.
@@ -100,7 +100,7 @@ export declare class TableComponent implements OnInit {
100
100
  addColumn(field: string): void;
101
101
  dinamicColumnSet(e: any, col: any): void;
102
102
  checkMenuFiltro(col: any): void;
103
- sortByPosition(): (elem1: any, elem2: any) => 1 | 0 | -1;
103
+ sortByPosition(): (elem1: any, elem2: any) => 0 | 1 | -1;
104
104
  callDisabled(action: KvMenuItem, data: any): boolean;
105
105
  dinamicDisableColumn(col: TableConfigColumn): boolean;
106
106
  checkHideColumns(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keevo-components",
3
- "version": "1.8.28",
3
+ "version": "1.8.30",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.2.12",
6
6
  "@angular/core": "^16.2.12",